body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #282828;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}
.page-wrapper ul.breadcrumb {
    display: none;
}
h1, h2, h3, h4, h5, h6{
	color: #282828;
	font-weight: 600;
}
b, strong{
	font-weight: 600;
}
img{
	max-width: 100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a{
	color: #222;
	text-decoration: none;
}
a:hover, #d_quickcheckout a:hover {
	text-decoration: none;
	color: #b38867;
}
#d_quickcheckout a{
	color: #222 !important;
}
legend {
	font-size: 21px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
	/*height: 38px;*/
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
/* Fix some bootstrap issues */
/*span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}*/
#d_quickcheckout label, #d_quickcheckout select.form-control, #d_quickcheckout textarea.form-control, #d_quickcheckout input[type="text"].form-control, #d_quickcheckout input[type="password"].form-control, #d_quickcheckout input[type="datetime"].form-control, #d_quickcheckout input[type="datetime-local"].form-control, #d_quickcheckout input[type="date"].form-control, #d_quickcheckout input[type="month"].form-control, #d_quickcheckout input[type="time"].form-control, #d_quickcheckout input[type="week"].form-control, #d_quickcheckout input[type="number"].form-control, #d_quickcheckout input[type="email"].form-control, #d_quickcheckout input[type="url"].form-control, #d_quickcheckout input[type="search"].form-control, #d_quickcheckout input[type="tel"].form-control, #d_quickcheckout input[type="color"].form-control{
	font-size: 16px !important;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* logo */
#logo {
	margin: 0;
}
#header{
	padding: 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header ul.list-inline li i {
    font-size: 23px;
}
#header ul.list-inline li a {
    padding: 10px;
    color: #282828;
    display: block;
    padding-left: 0;
}
#header ul.list-inline li a:hover{
	color: #b38867;
}
#header ul.list-inline {
    display: inline-block;
    margin: 0;
}
#header .header-right {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}
#header .header-right .currencies {
    display: inline-block;
}
#header ul.megamenu > li > a {
    white-space: nowrap;
    text-shadow: none;
    padding: 10px;
    color: #282828;
}
#header ul.megamenu {
	display: flex;
}
#header ul.megamenu > li > a strong {
    font-weight: 600;
    font-size: 16px;    
}
#header ul.megamenu > li > a:hover{
	color: #b38867;
	background: transparent;
}
#header .header-links .btn {
    color: #282828;
    font-size: 16px;
    padding: 10px;
    padding-top: 2px;
    padding-left: 15px;
}
#header .header-links .btn:hover{
	color: #b38867;
}
#cart {
	margin-bottom: 10px;
	display: inline-block;
	width: auto;
}
#cart > .btn > i {
    font-size: 23px;
}
#cart > .btn > span {
    background: #f62459;
    color: #fff;
    border-radius: 50%;
    min-width: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 13px;
}
#cart > .btn {
    font-size: 16px;
    line-height: 18px;
    color: #282828;
    display: inline-block;
    width: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 10px;
    padding-left: 0;
}
#cart > .btn:hover{
	color: #b38867;
}
#cart.open > .btn {
	background: transparent;
	border: 0;
	color: #b38867;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu li td:first-child {
  width: 90px;
}
#cart .dropdown-menu li:last-child td:first-child{
	width: unset;
}
#cart .dropdown-menu li:last-child td:last-child {
    font-weight: 700;
    color: #ec971f;
}
#cart span.item-title {
  font-size: 16px;
  padding-left: 5px;
  color: #444444;
  text-shadow: none;
  margin-left: 5px;
  font-weight: 500;
  margin-top: 3px;
  display: inline-block;
}

#cart span.item-title strong {
  color: #f7941d;
  font-weight: 400;
  display: block;
  font-size: 13px;
}

#cart span.item, #wishlist-total span.total-wishlist {
  position: absolute;
  top: -5px;
  background: #f7941d;
  color: #fff;
  height: 18px;
  font-size: 11px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
  padding: 0px 5px;
  left: 20px;
  width: 18px;
}
#cart .btn.btn-danger i {
    font-size: 11px;
}
#cart .btn.btn-danger {
    padding: 0 2px;
}
#cart .dropdown-menu p.text-right a:first-child {
  background: #ccc;
  color: #333;
}

#cart .dropdown-menu p.text-center {
  margin-top: 10px;
}

#cart .dropdown-menu p.text-right a i {
  display: none;
}

#cart .dropdown-menu p.text-right {
  display: flex;
  padding: 0px 10px;
  margin: 0;
  padding-bottom: 10px;
}

#cart .dropdown-menu p.text-right a {
  width: 50%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 8px 10px;

}
#cart img.img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
#cart .dropdown-menu p.text-right a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#cart .table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
#cart .dropdown-menu {
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 0;
  min-width: 260px;
  z-index: 999;
}
/* footer */
#footer {
	padding-top: 50px;
	background: #000000;	
	color: #ccc;
	font-size: 15px;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	color: #fff;
}
#footer h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}
#footer ul li {
    display: block;
    position: relative;
    margin-bottom: 8px;
}
#footer ul, .contact-info ul {
    padding: 0;
    list-style: none;
}
.contact-info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    color: #b38867;
}
.contact-info ul li {
    padding-left: 25px;
    position: relative;
}
#footer .socials-footer a i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
}
#footer .socials-footer{
	margin-top: 10px;
}
#footer .socials-footer a+a {
    margin-left: 15px;
}
#footer .socials-footer a i:hover{
	background: #fff;
	color: #000;
}
#footer .newsletter-footer a:hover {
    background: #fff;
    color: #b38867;
}
#footer .newsletter-footer a {
    padding: 8px 20px;
    display: inline-block;
    background: #b38867;
    color: #fff;
    border-radius: 99px;
    margin-top: 10px;
}
.footer-copyright {
    padding: 20px 0;
    padding-top: 0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7px 20px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-radius: 99px;
	box-shadow: none;
}
.btn-xs {
	font-size: 12px;
}
.btn-sm {
	font-size: 14px;
}
.btn-lg {
	font-size: 18px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 12px;
}
.btn-group > .btn-sm {
	font-size: 14px;
}
.btn-group > .btn-lg {
	font-size: 16px;
}
.btn-default {
	color: #fff;
	text-shadow: none;
	background: #222;
	border-color: #222;
}
.btn-default:hover, .btn-default:active{
	background: #fff;
	color: #222;
	border-color: #222;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #b38867;
	border-color: #b38867;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #fff;
	color: #b38867;
	border-color: #b38867;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
/*.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}*/
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 10px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 5px;
    font-size: 16px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.price {
    color: #b38867;
    margin-bottom: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
.thumbnails .thumbnail{
	border: 0;
	padding: 0;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 0;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.megamenu-wrapper, .navbar-default, .megamenu-pattern {
    background: transparent !important;
    border: 0 !important;
}
.quick-shop ul li a:hover {
    color: #b38867;
}
.quick-shop ul{
	padding: 0;
}
.quick-shop ul li a {
    padding: 10px;
    display: inline-block;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
}
.quick-shop ul li {
    list-style: none;
    display: inline-block;
}
.quick-shop {
    text-align: center;
}
/*.common-home h2{
	font-size: 42px;
	color: #000;
}*/
.row.align-center {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.testimonials-item .box {
    display: table;
    padding: 0px 15px;
}
.testimonials-item .box .box-image {
    width: 33%;
}
.testimonials-item .box .box-text, .testimonials-item .box .box-image {
    display: table-cell;
    vertical-align: top;
}
.testimonials-item .box .box-text {
    padding-left: 15px;
}
.row.align-middle {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.testimonials-home {
    padding: 50px 0;
    background: #f1f1f1;
}
.testimonials-home h2 {
    margin-top: 0;
    margin-bottom: 30px;
}
.testimonials-home .swiper-viewport{
	margin: 0;
}
.testimonials-home p.star-reviews i {
    color: #b38867;
}
.testimonials-home .caption{
	font-size: 15px;
	font-style: italic;
}
.testimonials-home .box h4{
	font-size: 15px;
	color: #b38867;
	font-weight: 600;
	font-style: italic;
}
.our-stories {
    padding: 50px 0;
}
.page-wrapper {
    padding: 50px 0;
}
#page-title .entry-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin: 0;
}
h1.single-title {
    font-size: 40px;
}
ul.list-unstyled.price-single li {
    color: #b38867;
    font-weight: 600;
    font-size: 18px;
}
#page-title {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/bg-page-header.jpg) no-repeat;
    background-size: cover;
}
.sub-category .box-category {
    margin-bottom: 30px;
}
.sub-category h4{
	min-height: 38px;
}
.sub-category {
    margin-top: 50px;
}
.product-detail .container {
    width: 980px;
    max-width: 100%;
}
.desc .nav-tabs {
    border: 0;
}

.desc .nav-tabs li {
	margin: 0;
    margin-right: 20px;
    margin-bottom: 10px;
}
.desc .nav-tabs li a {
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    background: transparent;
    font-size: 20px;
}
.desc .nav-tabs li a:hover, .desc .nav-tabs li.active a{
	color: #b38867;
	border: 0;
}
.product-info #product{
    margin-top: 20px;
}
.maps-contact{
	margin-top: 50px;
}
.table-cart .number-spinner .btn-upqty {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.table-cart .input-group .form-control[name^=quantity] {
  border: 0;
  background: #ebebeb;
  text-align: center;
  box-shadow: none;
  border-radius: 3px;
  width: 45px;
    min-width: 45px;
    padding: 0;
}
.table-cart .btn.btn-danger{
	/*padding: 0 2px;*/
}
.table.table-cart thead td {
    background: #222;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.module.get-in-touch{
	background: #f6f6f6;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.module.get-in-touch > .container{
	width: 980px;
	max-width: 100%;
}
.module.get-in-touch .contact-info{
	margin-bottom: 30px;
}
.module.get-in-touch .form-control {
    border-radius: 99px;
    height: 38px;
}
.module.get-in-touch .date .form-control {
    margin: 0;
    border-radius: 99px 0px 0 99px;
}
.module.get-in-touch .contact-form .text-danger {
    margin-bottom: 15px;
}
.module.get-in-touch h4{
	font-weight: 600;
}
.feautured-products {
    /*margin-bottom: 30px;*/
}
.check_interest_list li {
    margin-right: 10px;
}
.product-detail #product {
    margin-bottom: 30px;
}
@media(max-width: 880px){
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 28px;
	}
		
	#footer .col{
		margin-bottom: 30px;
	}
	.row.row-revert.align-middle {
	    flex-flow: column-reverse;
	}
	#header .header-right{
		padding-top: 0;
	}
	#header .responsive .megamenu-wrapper {
	    background: rgb(246 246 246 / 90%) !important;
	}
	#header ul.megamenu {
	    display: block;
	}
	.responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before, .responsive ul.megamenu > li.active .close-menu:before {
	    color: #333 !important;
	}
	#header .navbar-default .navbar-toggle {
	    padding: 0;
	    border: 0;
	    position: absolute;
	    right: 0;
	    top: 7px;
	    margin-right: 0;
	    z-index: 99;
	}
	#header .header-right {
	    position: relative;
	    padding-right: 30px;
	}
	#header ul.list-inline li {
	    padding: 0;
	}
	#header{
		padding-bottom: 0;
	}
	.common-home h2 {
	    font-size: 32px;
	}
	#page-title{
		min-height: 210px;
	}
}
@media(max-width: 550px){
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	#footer .col{
		width: 100%;		
	}
	#page-title .entry-title{
		letter-spacing: 5px;
	}
	#page-title{
		min-height: 180px;
	}
	.common-home h2 {
	    font-size: 28px;
	}
	.testimonials-item .box, .testimonials-item .box .box-image {
	    display: block;
	    width: 100%;
	}
	.testimonials-item .box .box-image{
		margin-bottom: 10px;
		text-align: center;
	}
	.testimonials-item .box .box-image img{
		margin: 0 auto;
	}
	#header .header-links .btn{
		font-size: 15px;
	}
	#header ul.list-inline li i {
	    font-size: 20px;
	}
	#cart > .btn > i {
	    font-size: 20px;
	}
	.swiper-pager .swiper-button-next:before, .swiper-pager .swiper-button-prev:before{
		font-size: 24px;
	}
	.check_interest_list li{
		display: block;
	}
	.table.table-cart thead td{
		font-size: 14px;
	}
}