.no-padding {
	padding: 0;
}

.row {
	margin-right: 0;
	margin-left: 0;
}

body {
	line-height: normal !important;
	font-family: 'Roboto', sans-serif !important;
	background-color: #fafafa;
}

p {
	font-size: 16px;
}

a {
	color: #474e97;
}

.alert {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

label {
	font-size: 16px !important;
}

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 !important;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px !important;
}

ul.breadcrumb {
	display: none;
}

.form-control {
	border-radius: 0 !important;
}

.btn {
	border-radius: 0 !important;
}

.table-responsive {
	font-size: 16px;
}

.table {
	font-size: 16px;
}

/**Top Header**/
nav#top {
	background-color: #262626;
	min-height: 20px;
}

#top .container {
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

nav#top > .container > .top-info p {
	color: white;
	font-size: 1em;
	font-weight: 500;
	margin: 8px auto;
}

nav#top > .container > .top-rightlinks > #top-links {
	font-size: .875em;
}

#top-links .dropdown-menu {
	width: 100%;
	padding: 12px 0 12px;
	margin: 12px 0 0;
	border: 1px solid #bdbcbc;
	border-radius: 0;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	font-size: 16px !important;
}

#top-links .dropdown-menu li > a:hover {
	text-decoration: none;
	color: #333;
	background-color: #ffc31c;
}

/**Header**/
header {
	margin: 72px auto;
}

header .maindiv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
}

header .container {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}

header div#logo > h1 {
	font-size: 1.08333333em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 0;
}

header div#logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
	margin: -4px 0;
}

header .tri-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-around;
}

header div.tri-block > h3 {
	font-size: 0.66666667em;
	font-family: 'Roboto', sans-serif;
	margin: 10px auto;
}

header #cart {
	margin-bottom: 0;
}

header #cart > .btn {
	font-size: 0.66666667em;
	color: #333;
}

header #cart.open > .btn {
	background-image: none;
	color: #3d3d3d;
}

header #cart.open > .btn:hover {
	color: #3d3d3d;
}

/**main navigation**/
.mainnav {
	background-color: #3d3d3d;
	margin-bottom: 50px;
}

.mainnav #menu {
	background-color: #3d3d3d;
	margin-bottom: 0px;
	border: 0;
}

.mainnav #menu .navbar-nav>li {
	float: left;
	font-size: 18px;
}

.mainnav #menu .nav > li > a {
	color: white;
	padding: 15px;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.mainnav #menu .nav > li:hover > a,
.mainnav #menu .nav > li.open > a {
	background-color: #ffc31c;
	color: #3d3d3d;
	border-radius: 0;
}

.mainnav #search {
	margin-bottom: 0;
	margin: 10px auto;
}

.mainnav #search .input-lg {
	height: 30px;
	padding: 0 13px;
	border: 0;
	border-radius: 0;
}

.mainnav #search .btn-lg {
	padding: 6px 15px;
	border: 1px solid #e0e0e0;
	border: 0;
	background: #ffc31c;
	border-radius: 0;
	color: white;
}

/**content**/

/**shop by**/

.container-shopbyhome {
	margin-bottom: 20px;
}

.container-shopbyhome .shopbytitle {
	font-size: 1.66666667em;
	margin-bottom: 30px;
}

.container-shopbyhome .shopdrop1,
.container-shopbyhome .shopdrop3 {
	padding-left: 0;
	padding-right: 0;
}

.container-shopbyhome .shopdrop2 {
	padding-left: 11px;
	padding-right: 11px;
}

.container-shopbyhome button.btn {
	max-width: 377px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 16px;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6666667em;
	background-color: #fafafa !important;
	border-radius: 0px;
	border: 1px solid #979797;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center !important;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	padding: 7px 16px;
}

.container-shopbyhome .form-control {
	height: 50px;
}

.pnl-sidebar > ul.list-group {
	font-size: 16px;
}

button.btn-cv {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	margin-top: 20px;
}

button#ymm-submit {
	margin-top: 20px;
}

button.btn-cv:hover {
	color: white !important;
}

button.btn-cv1:hover {
	color: #333 !important;
}

.footer-links p.pull-right {
	display: none;
}

.filter-panel .list-group-item {
	border: none;
}

.shopdroptxt1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.container-shopbyhome button#ymm-submit {
	max-width: 230px;
	width: 100%;
	margin-top: 35px;
	padding: 5px 16px;
}

.container-shopbyhome .dropdown-menu {
	min-width: 377px;
	width: 100%;
	padding: 12px 0 30px;
	margin: 12px 0 0;
	border: 1px solid #bdbcbc;
	border-radius: 0;
}

.container-shopbyhome .dropdown-menu>li>a {
	font-family: 'Roboto', sans-serif;
	font-size: 1.14285714em;
}

.container-shopbyhome .dropdown-menu li > a:hover {
	color: #333;
	background-color: #ffc31c;
}

.container-shopbyhome span.shopby-ico {
	font-size: 14px;
	border: 1px solid #3f3f3f;
	padding: 4px;
	margin-left: 20px;
}

.container-shopbyhome button.btn:active,
.container-shopbyhome button.btn:hover {
	color: #333;
	background-color: #fafafa;
	border-color: #979797;
}

.container-shopbyhome .btn-primary.active,
.btn-primary:active,
.container-shopbyhome .open>.dropdown-toggle.btn-primary {
	color: #333;
	background-color: #fafafa;
	border-color: #979797;
}

#content {
	min-height: 0 !important;
	margin-bottom: 100px;
}

#content .owl-wrapper-outer {
	border: none !important;
}

/**home categories**/
.container-cathome {
	margin-bottom: 60px;
}

.cat-title {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

a.cat-card {
	display: block;
	position: relative;
	height: auto;
	margin-top: 30px;
	border: 1px solid #999999;
}

.cathome {
	padding-left: 7px;
	padding-right: 7px;
}

.cat-wrpimg1,
.cat-wrpimg2,
.cat-wrpimg3,
.cat-wrpimg4 {
	background-size: cover;
	position: relative;
	height: 255px;
	max-width: 278px;
	width: 100%;
}

.cat-text {
	position: absolute;
	z-index: 1;
	display: table;
	bottom: 0;
	left: 0;
	float: left;
	width: 100%;
	background-size: contain;
	height: 25px;
	background-color: rgba(27, 27, 27, 0.749);
}

.cat-text {
	font-size: 1.66666667em;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #e0e0e0;
	text-transform: uppercase;
	padding: 8px;
}

.cat-wrpimg1 {
	background: url(../image/cat-wrpimg1.png) no-repeat;
}

.cat-wrpimg2 {
	background: url(../image/cat-wrpimg2.png) no-repeat;
}

.cat-wrpimg3 {
	background: url(../image/cat-wrpimg3.png) no-repeat;
}

.cat-wrpimg4 {
	background: url(../image/cat-wrpimg4.png) no-repeat;
}

/**filter || sidebar**/
.panel-default {
	border-color: transparent;
}

.panel-default>.panel-heading {
	color: white;
	background-color: #3d3d3d;
	border-color: transparent;
}

.panel-heading {
	padding: 17px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 1.66666em;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}

.list-group {
	margin-top: 20px;
}

a.list-group-item.filtergrp-title {
	background-color: #3d3d3d;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.66666em;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-weight: bold;
	padding: 13px 15px;
	margin: 20px 0 0;
	border: 1px solid #757575;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: white !important;
	background: #3d3d3d !important;
	border: 1px solid #DDDDDD;
}

.panel-collapse {
	border: 1px solid #bdbcbc;
}

.panel-collapse .list-group-item {
	padding: 0;
}

.filter-panel input[type="checkbox"] {
	display: none;
}

.filter-panel label {
	padding-left: 0 !important;
}

.list-group-item {
	padding: 10px 20px;
}

.filter-panel .checkbox {
	padding: 8px 20px;
}

.filter-panel .checkbox:hover {
	background-color: #ffc31c;
}

.filter-panel .shopby-fil {
	font-size: 14px;
	border: 1px solid white;
	padding: 4px;
	border-radius: 2px;
}

/**account side**/
.account-side {
	margin-top: 0;
	border: 1px solid #bdbcbc;
}

.account-side  a {
	padding: 8px 20px !important;
}

.account-side .list-group-item {
	border: none;
	border-radius: 0;
}

.account-side a.list-group-itemacct:active,
.account-side a.list-group-itemacct:hover {
	color: #3d3d3d !important;
	background: #ffc31c !important;
	border: 1px solid #DDDDDD;
}

.account-side a.list-group-item {
	color: #333333;
	font-size: 16px;
	background-color: transparent;
}

.account-side a.list-group-itemacct:first-child {
	margin-top: 10px;
}

.account-side a.list-group-itemacct:last-child {
	margin-bottom: 10px;
}

/**category**/
.carousel {
	margin-bottom: 35px;
}

.carousel-caption li {
	float: left;
	width: 45%;
	text-align: left;
	list-style-type: none;
	line-height: normal;
	padding-right: 5px;
}

.carousel-caption {
	text-align: left;
}

.carousel-caption {
	font-size: 16px;
	bottom: 0;
	padding-bottom: 15px !important;
}

.carousel-caption h3 {
	font-size: 16px;
}

.carousel-caption h3 {
	font-size: 3.125em;
	color: white;
	background-color: rgba(27, 27, 27, 0.502);
	padding: 10px;
	width: 35%;
}

.carousel-caption ul {
	-webkit-padding-start: 0;
}

.carousel-caption .div-desc {
	background-color: rgba(27, 27, 27, 0.502);
	padding: 10px;
}

.btn-group-sm>.btn,
.btn-sm {
	border-radius: 0;
}

.btn-default {
	color: #3d3d3d;
	background-color: #eeeeee;
}

.btn-default:hover {
	background-color: #ffc31c;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #ffc31c;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	border-radius: 0;
}

.input-group .input-group-addon {
	font-size: 12px !important;
}

.btn-link {
	color: #3d3d3d !important;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

.product-thumb .image {
	border: 1px solid #bebebe;
}

.product-thumb .caption {
	font-size: 18px;
}

.product-layout .caption a {
	color: #3d3d3d;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.product-layout .caption p.price {
	color: #3d3d3d;
	text-transform: uppercase;
	font-weight: 400;
}

.product-thumb .button-group {
	background-color: #3d3d3d !important;
	visibility: visible !important;
}

.product-thumb .button-group button {
	background-color: #3d3d3d !important;
	color: #fff !important;
	font-size: 18px;
}

.product-thumb .button-group i.fa.fa-shopping-cart {
	display: none;
}

.product-thumb .button-group button:hover {
	background-color: #f04747 !important;
}

.pagination {
	border-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #BEBEBE;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #3d3d3d;
	background-color: #ffc31c;
	border-color: #BEBEBE;
}

.pagination>li>a,
.pagination>li>span {
	color: #3d3d3d;
}

.pagination-result {
	font-size: 14px;
}

.pagination-text {
	display: flex;
	align-items: center;
}

.footer-top a {
	font-size: 18px;
	color: #3d3d3d;
}

.btn-primary {
	color: #ffffff;
	background-color: #3d3d3d !important;
	border-radius: 0;
}

.footer-top {
	margin-top: 25px;
}

/**product page**/
.thumbnails > li {
	margin-left: 0 !important;
}

.thumbnail {
	border: 1px solid #bebebe;
	border-radius: 0;
}

.thumbnails .image-additional {
	margin-left: 0 !important;
}

.prod-name {
	border-bottom: 1px solid #bebebe;
	margin-bottom: 30px;
	font-size: 24px;
}

.prod-name h1 {
	font-size: 1em;
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.prod-price {
	font-size: 22px;
	color: #f04747;
	font-weight: bold;
}

div.product-pagetemp .btn-group .btn-default {
	color: #fff;
	background-color: #3d3d3d;
	border-radius: 0;
}

div.product-pagetemp .btn-group .btn-default:hover {
	background-color: #f04747;
}

.product-pagetemp input#input-quantity {
	border-radius: 0;
	max-width: 50px;
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #bebebe;
}

button#button-cart {
	border-radius: 0;
	max-width: 278px;
	width: 100%;
	margin-top: 20px;
}

button#button-cart:hover {
	background-color: #f04747 !important;
}

.product-pagetemp .nav.nav-tabs {
	background-color: #3d3d3d;
}

.product-pagetemp .nav-tabs>li.active>a,
.product-pagetemp .nav-tabs>li.active>a:focus,
.product-pagetemp .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #3d3d3d;
	border: none;
	border-bottom-color: snow;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.product-pagetemp .nav-tabs>li {
	margin-bottom: 0;
}

.product-pagetemp .tab-content > .tab-pane {
	border: none;
	border-width: none;
	padding: 15px;
}

div#tab-description font {
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
}

div#tab-description table {
	width: 100% !important;
}

div#tab-description th {
	text-align: center;
	background: #f5f5f5;
	color: #959595;
	text-align: center;
	padding: 11px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ebebeb;
	margin-bottom: 0px;
	vertical-align: middle;
	text-transform: uppercase;
}

div#tab-description table tr:first-child {
	font-weight: bold;
}

div#tab-description table td {
	background: #fff;
	color: #959595;
	text-align: center;
	border: 1px solid #ebebeb !important;
	padding: 10px 5px;
	font-size: 16px;
	vertical-align: middle;
}

div#tab-description tr:nth-of-type(odd) td {
	background: #f1f1f1 !important;
}

p.prod-tags {
	margin: 20px 0;
}

ul.prod-details {
	font-size: 16px;
	margin-bottom: 30px;
}

ul.prod-details li {
	margin: 15px 0;
}

.prod-details span.prod-det {
	font-weight: bold;
	margin-right: 25px;
}

ul.prod-ulprice {
	margin-bottom: 30px;
}

.product-pagetemp .btn-group {
	margin: 0 0 25px;
}

.product-pagetemp #product .form-group label.control-label {
	float: left;
	margin: 8px 15px 0 0;
}

/**information**/
div.info-div,
div.contact-div {
	font-size: 16px;
	margin-top: 30px;
}

div.info-div h1,
div.contact-div h1 {
	font-size: 1.375em;
	font-weight: 400;
	margin-bottom: 30px;
}

.info-div p,
div.contact-div p {
	font-size: 1em;
	font-weight: 300;
	line-height: normal;
}

.contact-div .panel-body {
	padding: 0;
}

.contact-div strong {
	font-weight: 400;    /* color: #333; */
}

.contact-div address {
	font-weight: 300;
}

.contact-div a.btn.btn-info {
	border-radius: 0;
	background-color: #424242;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding: 3px 40px;
}

.contact-div .panel.panel-default {
	padding-bottom: 50px;
	border-bottom: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 50px;
	background-color: transparent;
}

.contact-div legend {
	border: none;
	font-weight: 400;
}

.contact-div fieldset {
	margin: 0 20px;
}

.contact-div .form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.contact-div input.form-control,
.contact-div text-area.form-control {
	border-radius: 0;
	border: 1px solid #bbbaba;
}

.buttons .btn {
	border-radius: 0;
	padding: 3px 40px;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

textarea.form-control {
	border-radius: 0;
	border: 1px solid #bbbaba;
}

.contact-div .buttons,
.account-tp .buttons {
	margin: 1em 35px;
}

/**acount**/
.account-logout #content {
	margin-top: 30px;
}

.account-logout #content h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
}

.account-logout #content p {
	font-weight: 300;
	padding-left: 20px;
	padding-right: 20px;
}

.product-compare #content {
	margin-top: 30px;
}

.product-compare #content h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
}

.product-compare #content p {
	font-weight: 300;
	padding-left: 20px;
	padding-right: 20px;
}

.account-tp {
	margin-top: 30px;
	font-size: 16px;
	line-height: normal;
}

.account-tp h1 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 22px;
	padding-left: 20px;
	padding-right: 20px;
}

.account-tp p {
	font-weight: 300;
	padding-left: 20px;
	padding-right: 20px;
}

.account-tp form.form-horizontal {
	margin-top: 50px;
}

.account-tp legend {
	border-bottom: none;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.account-tp fieldset {
	margin-top: 20px;
}

.account-tp .form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.account-tp input,
.account-tp select,
.account-tp textarea {
	border-radius: 0;
	border: 1px solid #bbbaba;
}

.account-tp .well {
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border: none;
	padding: 0;
}

.account-tp .well h2 {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 22px;
}

.account-tp h2 {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 22px;
}

.account-tp .well p {
	padding: 0;
	line-height: normal;
}

.account-tp .well .btn {
	border-radius: 0;
	padding: 3px 5em;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	text-transform: uppercase;
}

.account-tp .well form {
	margin-top: 20px;
}

.account-tp .well label {
	line-height: normal;
}

.account-tp .btn {
	font-size: 16px;
	border-radius: 0;
}

.account-tp .btn-info {
	background-color: #3d3d3d;
}

.account-tp .btn-info:hover,
.account-tp .btn-info:active,
.account-tp .btn-info.active,
.account-tp .btn-info.disabled,
.account-tp .btn-info[disabled] {
	background-image: none;
	background-color: #3d3d3d;
}

.account-tp .btn-danger {
	background-color: #f04747;
}

.account-tp .btn-danger:hover {
	background-color: #f04747;
	border-color: #f04747;
}

/**cart**/
.checkout-cart .table-responsive {
	font-size: 16px;
}

.checkout-cart .table-bordered {
	border: 1px solid #ddd;
	font-size: 16px;
}

.checkout-cart a:hover {
	text-decoration: none;
	color: white;
}

#cart .dropdown-menu table {
	font-size: 15px;
}

div#cart a {
	color: #3d3d3d;
	text-transform: uppercase;
}

/**search**/
.seach-infields {
	margin-bottom: 10px;
	margin-top: 10px;
}

input#button-search {
	padding: 3px 5em;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
}

.search-div h2 {
	margin-top: 30px;
	font-weight: 400;
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-bottom: 30px;
}

/**footer**/
footer {
	background-color: #3d3d3d !important;
	color: white !important;
	font-size: 18px;
	text-align: center;
	padding-top: 50px !important;
}

footer li {
	margin: 0 !important;
}

footer h5 {
	font-size: 1em !important;
	color: #fff !important;
	margin-bottom: 30px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-top: 0 !important;
}

footer h5.footlogocap {
	text-transform: initial;
	margin-top: 10px !important;
}

footer .footblock {
	word-wrap: break-word;
}

footer .footblock img {
	margin: 0 auto;
}

footer .footblock p {
	font-size: 0.77777778em;
}

footer .footblock li a {
	color: #999;
	font-size: 0.77777778em;
	color: white;
	padding-left: 0;
}

footer .footblock li a:hover {
	color: #ffc31c;
	text-decoration: none;
}

footer .footblock li a:after {
	display: none;
}

footer .footer-links {
	margin-bottom: 70px;
}

footer .footer-icons {
	padding-bottom: 43px;
}

footer .footer-icons .pay-icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

footer .footer-icons .social-icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

footer .i-master {
	background: url(../image/icons/mastercard.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
}

footer a#i-master:hover .i-master {
	background: url(../image/icons/mastercardhover.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

footer .i-visa {
	background: url(../image/icons/visa.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
}

footer a#i-visa:hover .i-visa {
	background: url(../image/icons/visahover.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

footer .i-paypal {
	background: url(../image/icons/paypal.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
}

footer a#i-paypal:hover .i-paypal {
	background: url(../image/icons/paypalhover.svg) no-repeat center center;
	height: 40px;
	width: 62px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

footer .i-fb {
	background: url(../image/icons/fb.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
}

footer a#i-fb:hover .i-fb {
	background: url(../image/icons/fbhover.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

footer .i-twitter {
	background: url(../image/icons/twitter.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
}

footer a#i-twitter:hover .i-twitter {
	background: url(../image/icons/twitterhover.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

footer .i-gplus {
	background: url(../image/icons/gplus.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
}

footer a#i-gplus:hover .i-gplus {
	background: url(../image/icons/gplushover.svg) no-repeat center center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px;
	-o-transition: .7s;
	-ms-transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	transition: .7s;
}

@media (min-width:768px) {
	.contact-div .form-horizontal .control-label {
		text-align: left;
	}

}

@media screen and (min-width:768px) {
	.carousel-caption {
		right: 0;
		left: 30px;
		padding-bottom: 30px;
	}

}

/**media query**/
@media (max-width:1199px) {
	header div#logo > h1 {
		margin-top: 10px;
	}

	#content {
		margin-bottom: 40px;
	}

	.container-cathome .cat-wrpimg1,
	.container-cathome .cat-wrpimg2,
	.container-cathome .cat-wrpimg3,
	.container-cathome .cat-wrpimg4 {
		background-size: contain !important;
		height: 201px;
	}

	.container-shopbyhome .dropdown-menu {
		min-width: 310px;
	}

	.carousel-caption h3 {
		display: none;
	}

	#cart>.btn:first-child {
		margin-left: -10px;
	}

	.product-thumb .button-group i.fa.fa-shopping-cart {
		display: inline-block;
	}

	.contact-div a.btn.btn-info {
		padding: 3px 25px;
	}

}

@media (max-width:991px) {
	header {
		margin: 55px auto;
	}

	header div#logo {
		justify-content: center;
		margin: 20px 0;
	}

	header div#logo > h1 {
		margin-left: 20px;
	}

	.container-shopbyhome .dropdown-menu {
		min-width: 240px;
	}

	#content {
		margin-bottom: 15px;
	}

	.carousel-cat {
		display: none;
	}

	#cart>.btn:first-child {
		margin-left: 0;
	}

}

@media (max-width:767px) {
	.shopdrop1,
	.shopdrop2,
	.shopdrop3 {
		margin: 10px 0;
		text-align: center;
	}

	.cathome {
		max-width: 235px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.social-icons {
		float: none !important;
		margin: 15px 0;
	}

	.tri-block {
		display: none !important;
	}

	header {
		margin: 40px auto;
	}

	.mainnav #menu #category {
		color: #fff;
		text-transform: uppercase;
	}

	.mainnav #search {
		margin: 10px 20px;
	}

	.mainnav #menu .btn-navbar {
		color: #fff;
		border-radius: 0px;
		background-color: #ffc31c;
	}

	.catcenter-xs {
		padding-top: 20px;
	}

	.container-shopbyhome .shopdrop2 {
		padding-left: 0;
		padding-right: 0;
	}

	.pagination-text {
		display: block;
	}

	.pagination-result {
		text-align: center;
	}

	.pagination-text .text-left {
		text-align: center;
		margin-bottom: 10px;
	}

	div.info-div,
	div.contact-div {
		margin-top: 0;
	}

	.checkout-cart .buttons > .pull-left,
	.checkout-cart .buttons > .pull-right {
		float: none !important;
		text-align: center;
		margin-bottom: 10px;
	}

	.buttons > .pull-left > .btn,
	.buttons > .pull-right > .btn {
		padding: 3px 20px;
	}

	.contact-div a.btn.btn-info {
		margin-bottom: 10px;
	}

	.contact-div .buttons,
	.account-tp .buttons {
		margin: 10px 0;
	}

	.information-contact .buttons .pull-right {
		float: none !important;
		text-align: center;
	}

	.search-pdd-xs {
		padding: 0;
		margin: 10px 0;
	}

	.account-tp {
		margin-top: 0;
	}

	@media (max-width:425px) {
		.top-info {
			width: 100%;
			text-align: center;
		}

		.top-rightlinks {
			width: 100%;
		}

		nav#top > .container > .top-rightlinks > #top-links {
			font-size: .875em;
			float: none !important;
			text-align: center;
		}

		.carousel-home .owl-carousel {
			display: none !important;
		}

		.catcenter-xs {
			padding-top: 5em;
		}

	}