@font-face {
    font-family: lato;
	src: url(../fonts/lato.ttf),
	url(../fonts/lato.otf),
	url(../fonts/lato.woff),
	url(../fonts/lato.svg) ;
	font-weight: 400;
}
@font-face {
    font-family: lato;
	src: url(../fonts/lato-b.ttf),
	url(../fonts/lato-b.otf),
	url(../fonts/lato-b.woff),
	url(../fonts/lato-b.svg) ;
	font-weight: 700;
}
@font-face {
    font-family: prata;
	src: url(../fonts/prata.ttf),
	url(../fonts/prata.otf),
	url(../fonts/prata.woff),
	url(../fonts/prata.svg) ;
}


body {
	font-family: 'lato', sans-serif;
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	width: 100%;
}
.container {
    width: 100%;
    padding: 0 50px;
}
img{
   width: 100%;
   height: auto;
} 
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-family: 'prata', serif;
	color: #6d707e;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.content-wrap {
    width: 1366px;
    max-width: 100%;
}
.content-wrap-blog {
    width: 1000px;
    max-width: 100%;
}
#common-home h3 {
    font-size: 30px;
    margin-top: 45px;
    margin-bottom: 25px;
}
a {
	color: #333;
}
a:hover {
    color: #333;
	text-decoration: none;
	opacity: 0.8;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
    font-size: 20px;
    font-weight: 400;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
#product div.required .control-label:before {
    display: none;
}
/* 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;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: #d7cdbb 1px solid;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
header.header-white {
    border-bottom: #fff 1px solid;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
header.header-white.glide {
    border-bottom: #d7cdbb 1px solid;
}

.header-menu {
    position: absolute;
    top: 60px;
    left: 15px;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
header.glide .header-menu {
    top: 25px;
}
.header-icons {
    position: absolute;
    top: 53px;
    right: 15px;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
header.glide .header-icons {
    top: 18px;
}
.header-padding {
    height: 185px;
}
header.glide {
    padding: 10px 0;
    background: #fff;
}
header.glide #logo {
    width: 140px;
}
.header-white.glide #logo {
    width: 140px;
    height: 61.8px;
    background-image: url(../image/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-white.glide #logo img {
    display: none;
}
.mob-header {
    display: none;
}
.icon-inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 28px;
    position: relative;
    line-height: 1;
}
.icon-inline svg {
    width: auto;
    height: 28px;
    fill: #6d707e;
    stroke: #6d707e;
}
.icon-inline a {
    display: inline-block;
}
.icon-inline span {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #d7cdbb;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    color: #6d707e;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
}
.header-white .icon-inline svg {
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.header-white.glide .icon-inline svg {
    fill: #6d707e;;
    stroke: #6d707e;
}
/* logo */
#logo {
	margin: 0 auto;
	width: 170px;
	 -webkit-transition: all .5s ease;
transition: all .5s ease;
}
/* search */
#search {
	width: 275px;
	display: inline-block;
	vertical-align: middle;
	background: rgba(240,244,233,0.12);
	position: relative;
	border-radius: 4px;
	margin-right: 60px;
}
.header-white #search {
    background: rgba(255,255,255,0.12);
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.header-white.glide #search {
    background: rgba(240,244,233,0.12);
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
	background: none;
	border-radius: 0;
	box-shadow: none !important;
}
#search .btn-lg {
	font-size: 15px;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
	position: absolute;
	top: 9px;
	right: 20px;
}
#search svg {
    width: 22px;
    fill: #6d707e;
    stroke: #6d707e;
}
.header-white #search svg {
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.header-white.glide #search svg {
    fill: #6d707e;
    stroke: #6d707e;
}
/* cart */
#cart {

}
#cart .btn {
	font-size: 12px;
	text-shadow: none;
	background: none;
	color: #FFF;
	padding: 0;
	border: 0;
	box-shadow: none;
	line-height: 1;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background: none;
	border-color: none;
	min-height: 0;
}
#menu .nav > li {
    padding-bottom: 30px;
}
#menu .nav > li > a {
	color: #6d707e;
	margin-right: 30px;
	padding: 0;
	line-height: 1;
	font-size: 20px;
	background-color: transparent;
}
.header-white #menu .nav > li > a  {
    color: #fff;
    -webkit-transition: all .5s ease;
transition: all .5s ease;
}
.header-white.glide #menu .nav > li > a  {
    color: #6d707e;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	opacity: 0.7;
	background-color: transparent;
}
#menu .dropdown-menu {
    padding: 15px;
	padding-bottom: 0;
	border-radius: 0 !important;
}
#menu .dropdown-menu li {
    margin-bottom: 10px;
    padding: 0;
}
#menu .dropdown-menu a {
    color: #333 !important;
}
#menu .dropdown-menu a:hover {
    background: none;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
	
}
#product-category #content, #common-home #content {
    padding: 0 50px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 70px 0;
	background-color: #f0eae9;
	color: #6d707e;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #6d707e;
}

footer h5 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 20px;
}
footer .container {
    max-width: 1600px;
    padding: 0 50px;
}
.row-footer {
    text-align: justify;
}
.row-footer::after {
    content: '';
    width: 100%;
    display: inline-block;
}
.footer-inline {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer-inline.logo-footer {
    vertical-align: middle;
    width: 130px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.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: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: none;
	background-color: #e7e7e7;
	border-color:  #e7e7e7;
}
.btn-default:hover {
    background: #b39597;
}
.btn-primary {
	color: #000;
	text-shadow: none;
	background-color: #d7cdbb;
	border: none;
	font-size: 20px;
	padding: 7px 40px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus {
	background-color: #b39598;

}
.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: #333;
	text-shadow: none;
	background-color: transparent;
	border-color: #d7cdbb;
	padding: 7px 40px;
	font-size: 20px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #b39598;
	
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #6d707e;
	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: 50px;
	
}
#common-home .product-thumb {
    margin-bottom: 20px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    padding: 0;
    color: #d7cdbb;
}
.remove-button {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    line-height: 1;
    display: inline-block;
}
.remove-button .fa {
    font-size: 18px;
}
.product-thumb .image button .fa {
    font-size: 25px;
}
.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 {
	font-family: 'lato', sans-serif;
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}
.product-thumb .caption {
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.carousel .product-thumb {
    padding: 0 15px;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #d7cdbb;
	font-size: 15px;
}
.rating .fa-star {
	color: #b39597;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #b39597;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #333;
	font-size: 24px;
	margin: 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: tr;
	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 > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border: none;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
.carousel .swiper-pager {
    top: 38%;
}
.carousel.swiper-viewport .swiper-button-next, .carousel.swiper-viewport .swiper-button-prev {
    opacity: 1;
    background: rgba(109,112,126,0.73);
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    

}
.carousel.swiper-viewport .swiper-button-next {
    right: -18px;
}
.carousel.swiper-viewport .swiper-button-prev {
    left: -18px;
} 
.carousel.swiper-viewport:hover .swiper-button-next {
    right: -18px;
    opacity: 1;
}
.carousel.swiper-viewport:hover .swiper-button-prev {
    left: -18px;
    opacity: 1;
} 
.carousel.swiper-viewport .swiper-button-prev::before, .carousel.swiper-viewport .swiper-button-next::before {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
}
#common-home .carousel .swiper-container {
    margin-left: -15px;
    margin-right: -15px;
}
footer .networks {
    margin-top: 35px;
    font-weight: bold;
}
footer .networks .fa {
    font-size: 35px;
    vertical-align: middle; 
    margin-left: 20px;
}
#column-left {
    padding-left: 0;
}
#column-left .list-group a {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover {
    background: none;
    color: #b39598;
    
}
.filter-block {
    margin-top: 60px;
}
.filter-block .list-group-item {
    padding: 0;
    border: none;
}
.filter-block .checkbox label {
    font-size: 20px;
}
.filter-block .checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 20px;
    display: inline-block;
}
.filter-block .checkbox label span {
    display: inline-block;
    margin-left: 20px;
}
.filter-title {
    font-family: 'prata', serif;
    color: #6d707e;
}
#product-category #content {
    margin-top: -63px;
}
.mob-button {
    display: none;
}
.thumbnail {
    border: none;
    border-radius: none;
    padding: 0;
}
h2.price-title {
    font-family: 'lato', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
#product {
    color: #6d707e;
}
#product .form-group input {
    display: none;
}
#product .form-group .radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}
#product .form-group label span {
    border: #6f717e 1px solid;
    border-radius: 4px;
padding: 3px 10px;
cursor: pointer;
}
#product .form-group label {
    padding-left: 0;
}
#product .form-group label input[type="radio"]:checked + span {
  border: #d7cdbb 1px solid;
  background: #d7cdbb;
}
#table-size {
    color: #b39598;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
}
.table-size-window {
    background: #fff;
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    max-width: 100%;
    box-shadow: rgba(0,0,0,0.3) 0 0 20px;
    padding: 30px;
}

.cart-buttons button {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
    padding: 0;

}
#button-preorder {
    font-size: 14px;
    padding: 0 30px;
}
#button-cart {
    padding: 0 30px;
    margin-right: 12px;
}
#form-preorder .checkbox p {
    font-size: 14px;
}
.button-wishlist {
    width: 50px;
    text-align: center;
    background: none;
    border: #d7cdbb 1px solid;
}
.button-wishlist .fa {
    font-size: 25px;
    color: #d7cdbb;
    line-height: 50px;
    
}
.attr-wrapper {
  border-bottom: #d7cdbb 1px solid;
}
.attr-wrapper:first-child {
  border-top: #d7cdbb 1px solid;
}
.button-block-atr {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  color: #6d707e;
}
.block-atr {
  display: none;
  padding-bottom: 20px;
  color: #6d707e;
  font-size: 16px;
}
.block-atr .fa {
    color: #d7cdbb;
}
.button-block-atr .element {
  position: absolute;
  top: 7px;
  right: 10px;
}
.button-plus::before {
    font-family: 'FontAwesome';
  content: '\f054';
  color: #c0a58d;
  font-size: 14px;
}
.button-minus::before {
  content: '\f078';
  color: #c0a58d;
  font-size: 14px;
  font-family: 'FontAwesome';
}
.rating {
    display: inline-block;
    margin-left: 10px;
}
.rating p {
    margin-bottom: 0;
}
.product-info {
    padding-left: 50px;
    width: 368px;
}
.cart-buttons {
    white-space: nowrap;
}
.description {
    margin: 15px 0 30px 0;
    color: #d7cdbb;
    font-size: 18px;
}
.review-block {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
#product-product h3 {
    margin-top: 60px;
    margin-bottom: 25px;
    
}
#product-product .swiper-container {
    margin: 0 -15px;
}
.blog-wrapper .product-layout {
    width: 50%;
    float: left;
   
    padding: 0 15px;
}
.blog-wrapper .product-layout:nth-child(1) {
    width: 100%;
}
.blog-wrapper .product-list .product-thumb .image {
    float: none;
    padding: 0;
}

.blog-date {
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}
#information-information .swiper-slide {
    float: left;
    width: 25%;
    padding: 0 15px;
}
#information-information .swiper-wrapper {
    overflow: hidden;
    margin: 0 -30px;
}
#information-information .swiper-pager, #information-information h3 {
    display: none;
}
.login-block {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    border: #d7cdbb 1px solid;
    border-radius: 12px;
    padding: 30px;
    
}
.btn-register {
    margin-top: 20px !important;
    display: block;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
} 
.close-button .fa {
    font-size: 20px;
    color: #d7cdbb;
    line-height: 1;
}
.alert-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
#simplepage_form label, .simplecheckout label {
    font-size: 16px;
}
#simple_login_header img {
    width: auto;
}
#simplecheckout_cart .btn-primary {
    padding: 7px 10px;
    font-size: 14px;
}
#simplecheckout_cart .btn-danger {
    background: #fff;
    color: #333;
    border: none;
    margin-left: 0;
}
@media (max-width: 1300px) {
    #search {
        margin-right: 0;
    }
}
@media (max-width: 1200px) {
    .mob-button {
    display: block;
}
#menu {
    display: none;
}
.mob-button .icon-inline {
    margin-left: 0;
    margin-right: 28px;
}
.mob-button .icon-inline svg {
    width: 28px;
}
#logo {
    width: 140px;
}
#search {
    display: none;
}
header {
    padding: 10px 0;
}
header .header-menu {
    top: 25px;
}
header .header-icons {
  top: 18px;
}
#content, .container {
    padding: 0 20px;
}
.footer-inline {
    display: block;
    margin-bottom: 25px;
}
.logo-footer {
    display: none;
}
footer .container {
    padding: 0 20px;
}
footer {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 16px;
}
footer h5 {
    margin-bottom: 10px;
}
.sp-form {
    margin: 0 !important;
}
.header-padding {
    height: 100px;
}
.mob-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}
.mob-header ul {
    margin: 0;
    padding: 0;
}
.mob-header li {
    list-style-type: none;
    display: block;
    border-bottom: #d7cdbb 1px solid;
    padding: 10px 0;
    position: relative;
    padding-left: 15px;
}
.dropdown-mob span {
    position: absolute;
    top: 10px;
    right: 15px;
}

.dropdown-menu-mob {
    display: none;
}
.dropdown-menu-mob li {
    border-bottom: none;
    padding: 5px 0;
}
#search {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: #d7cdbb 1px solid;
    background: #fff !important;
    border-radius: 0;
}
#search .input-lg {
    height: 50px;
}

}
@media (max-width: 768px) {
#product-category #content {
    margin-top: 0;
}
.carousel.swiper-viewport .swiper-button-next, .carousel.swiper-viewport .swiper-button-prev {
    width: 30px;
    height: 30px;
}
.carousel.swiper-viewport .swiper-button-prev::before, .carousel.swiper-viewport .swiper-button-next::before {
    line-height: 30px;
}
.swiper-button-prev::before, .swiper-button-next::before {
    width: 28px !important;
    height: 28px !important;
}
#common-home h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.product-layout.product-grid {
    padding: 0 5px;
}
.product-thumb {
    margin-bottom: 25px;
}
.product-info {
    padding-left: 15px;
}
.image-additional a {
    max-width: 50px;
}
#product-product h3 {
    margin-top: 35px;
}
.swiper-viewport {
    margin-bottom: 20px;
}
#product-category #content, #common-home #content {
  padding: 0 20px;
}
h2.price-title {
    margin-bottom: 15px;
}
#table-size {
    margin-top: 0;
}
#information-information .swiper-slide {
  width: 50%;  
}


}

@media (max-width: 550px) {
    .account-icon {
        display: none;
    }
    .icon-account {
    display: none;
}
.product-thumb h4 {
    font-size: 18px;
}
.product-thumb .price {
    font-size: 18px;
}
.blog-wrapper .product-layout {
    width: 100%;
}
.news-cat .product-layout {
   width: 100%; 
}
h1 {
    margin-bottom: 10px;
}
}
@media (max-width: 450px) { 
    .mob-button .icon-inline {
  margin-right: 15px;
}
.icon-inline {
    margin-left: 15px;
}
.icon-inline svg {
    height: 20px;
}
.mob-button .icon-inline svg {
  width: 20px;
}
#logo {
    width: 100px;
    height: 44.1px;
}
header .header-menu {
    top: 18px;
}
header.glide #logo, .header-white.glide #logo {
    width: 100px;
    height: 44.1px;
}

header.glide .header-menu {
  top: 18px;
}
#search {
  top: 64px;
}

}
