@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: 'brocode_displaybold';
    src: url('fonts/BrocodeDisplay-Medium.woff2') format('woff2'),
         url('fonts/BrocodeDisplay-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brocode_displaymedium';
    src: url('BrocodeDisplay-Medium.woff2') format('woff2'),
         url('BrocodeDisplay-Medium.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'Gabarito', sans-serif;
	font-weight: 400;
	color: #29323a;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background:#FFFFFF;
}
*:focus{
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #b3936d;
	line-height: 1;
	margin:0 0 10px;
}
p{
	font-family: 'Gabarito', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */	
h1 {
	font-size: 22px;
	font-family: 'Gabarito', sans-serif;
	font-weight:500;
}
h2 {
	font-size: 20px;
	font-family: 'Gabarito', sans-serif;
	font-weight:500;
}
h3 {
	font-size: 18px;
	font-family: 'Gabarito', sans-serif;
	font-weight:500;
}
h4 {
	font-size: 15px;
	font-family: 'Gabarito', sans-serif;
	font-weight:500;
}
h5 {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
h6 {
	font-size: 10.2px;
	font-family: 'Gabarito', sans-serif;
	font-weight:500;
}
a {
	color: #2f3844;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #b3936d;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	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: 12px;
	box-shadow:none !important;
	border-radius:0;
}
select.form-control:focus, textarea.form-control:focus, input[type="text"].form-control:focus, input[type="password"].form-control:focus, input[type="datetime"].form-control:focus, input[type="datetime-local"].form-control:focus, input[type="date"].form-control:focus, input[type="month"].form-control:focus, input[type="time"].form-control:focus, input[type="week"].form-control:focus, input[type="number"].form-control:focus, input[type="email"].form-control:focus, input[type="url"].form-control:focus, input[type="search"].form-control:focus, input[type="tel"].form-control:focus, input[type="color"].form-control:focus {
	border-color: #b3936d;
}
.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;
}
.table-bordered td {
	vertical-align: middle !important;
	text-align:center;
}
img{
	max-width: 100%; 
	height: auto;
}
/* wishlist */
.account-wishlist a.btn {
	height:34px;
	line-height:34px;
	padding:0 15px;
	border-radius:5px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #888;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #888;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #888;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #888;
}
.tooltip-inner{
	background: #888;
}
.alert {
	text-align: center;
	font-size: 12px;
	margin: 0;
	border-radius: 0;
	border: none;
	font-family: 'Montserrat', sans-serif;
}
/* transition */
.owl-nav > div, .banner-2 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff !important;
    background: #b3936d !important;
	border-color:#b3936d;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: 2px solid #2f3844;
	background: none !important;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 12px;
	color: #2f3844 !important;
	line-height: 42px;
	height: 45px;
	display: inline-block;
	font-weight: 500;
	border-radius: 3px;
	box-shadow:none !important;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height:32px;
	margin-left: 10px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 1000000;
}
/* page */
.checkout-cart h1 {
	color:#fff;
	font-weight:500;
	margin-bottom:20px;
}
.checkout-cart h2 {
	color:#fff;
	font-weight:500;
}
.checkout-cart #checkout-cart .img-thumbnail {
	background:none;
	border:0;
}
.checkout-checkout h1 {
	color:#fff;
}
.account-account h2 {
	color:#fff;
	margin-bottom:20px;
}
.product-manufacturer #content a {
	color:#fff;
}
.product-manufacturer #content a:hover {
	color:#b3936d;
}
/* header */
.de-ta-right		{ text-align:right; }
.doan-header-top 	{ width:100%; position: absolute; top:0; z-index:222; background:#ffffff; padding:10px 0; font:400 12px 'Gabarito', sans-serif; border-bottom:#ffffff 1px solid; }
.doan-header-top .container 	{ padding:0; }
.doan-header-top .container a:hover 	{ color:#000 !important; }
.common-home header {
	margin-top:35px;
	/*position:relative;*/
	position: absolute;
	padding: 30px 0 20px;
	width:100%;
	border:0;
	margin-bottom:0;
	/*border-bottom:#e7be8d 3px solid;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
}
header {
	z-index:9;
	margin-top:35px;
	width:100%;
	padding: 30px 0 20px;
	background: #29323b;
	/*border-bottom:#e7be8d 3px solid;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
	margin-bottom:55px;
}
.common-home .doan-header-top-2 {
	background: transparent;
}
.common-home .doan-header-top-2.fix-nav {
	background: #29323b;
}
/*header .container {
	width:100%;
	padding:0 30px;
}*/
header .container {
	min-width: 85%;
	padding:0px;
}
header .box-top {
    float: right;
}
header .row {
	margin:0;
	padding-left: 15px;
  padding-right: 15px;
}
header .col-md-5 {
	padding:0;
}
/* currency */
.currency {
	display:inline-block;
	width:100%;
	position:relative;
}
.currency label {
	font-weight: 500;
    color: #b3936d;
    margin: 0 0 8px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #272e35;
    width: 100%;
}
.currency .btn-link {
	border: 0;
    padding: 0 0 0 2px;
    color: #b3936d;
    font-size: 14px;
	font-weight:500;
    text-transform: uppercase;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.currency .btn-link i {
	margin-left:3px;
}
.currency .btn-link:hover {
	color:#b3936d;
}
.currency .btn-link strong {
	font-weight:500;
}
#form-currency .dropdown-menu {
	position: initial;
    display: inline-block;
    border: 0;
    left: initial;
    right: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background: none;
}
#form-currency .dropdown-menu li button {
	color: #b2b2b2;
	font-size:14px;
    text-decoration: none;
    padding: 0;
	line-height:33px;
    font-weight:400;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	text-transform:capitalize;
}
#form-currency .dropdown-menu li button:hover {
	color:#b3936d;
}
/* language */
.language {
    display: inline-block;
    width: 100%;
    position: relative;
	margin:20px 0 0;
}
.language i {
	margin-left:5px;
}
.language label {
    font-weight: 500;
    color: #b3936d;
    margin: 0 0 8px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #272e35;
    width: 100%;
}
.language .btn-link {
	float:left;
    border: 0;
    padding: 0 20px 0 8px;
    line-height: 58px;
    color: #555;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.language .btn-link:hover {
	color:#b3936d;
}
#form-language .dropdown-menu {
	position: initial;
    display: inline-block;
    border: 0;
    left: initial;
    right: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background: none;
}
#form-language .dropdown-menu li button {
	color: #b2b2b2;
    font-size: 14px;
    text-decoration: none;
    padding: 0 0 0 25px;
    line-height: 33px;
    font-weight: 400;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
	position:relative;
}
#form-language .dropdown-menu li button:hover {
	color:#b3936d;
}
#form-language .dropdown-menu li img {
	position:absolute;
	left:0;
	top:10px;
}
/* top-link */
#top-links {
	display:inline-block;
	width:100%;
	margin:20px 0 0;
}
#top-links label {
	font-weight:500;
	color:#fff;
	margin:0 0 8px;
	text-transform:uppercase;
	padding-bottom:6px;
	border-bottom:1px solid #272e35;
	width:100%;
}
#top-links label i {
	margin-left:10px;
}
#top-links .list-inline {
	margin:0;
	padding:0;
}
#top-links .dropdown {
	display:block;
	padding:0;
}
#top-links .dropdown-menu {
	position:initial;
	display:inline-block;
    border: 0;
    left: initial;
    right: 0;
    padding: 0 0 0 20px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background: none;
}
#top-links .dropdown-menu li {
	display:inline-block;
	width:100%;
}
#top-links .dropdown-menu li:first-child {
	padding:0;
}
#top-links .dropdown-menu li a {
	background:none;
	color: #b2b2b2;
    font-size: 14px;
    padding: 0;
	line-height:33px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}
#top-links .dropdown-menu li a:hover {
	color:#b3936d;
}
/* block-right */
.block-right { float:right; text-align:right; }
/* top */
#top > .container > ul > li{
	display: inline-block;
}
#top > .container > ul{
	margin: 0;
}
#top .text-ex{
	color: #292929;	
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgba(55,55,55,.1);
	padding-bottom: 5px;
}
#top > .container > ul:first-child{
	padding: 12px 0;
}
#top > .container > ul:first-child > li{
	padding: 0;
}
#top > .container > ul:first-child > li >span:not(.text-ex){
	color: #888;
}
#top > .container > ul:last-child{
}
#top.text-ex{
	padding: 12px 0px;
	margin-right: 5px;
	font-size: 13px;
}
.top-links{
	margin: 0;
}
.top-links > li:not(:last-child){
	margin-bottom: 20px;
}
#top> li{
	padding: 0 20px;
	position: relative;
}
#top-links a,
#top.dropdown-menu a,
#top.dropdown-menu button{
	display: block;
	
}
#top-links a:hover,
#top.dropdown-menu a:hover,
#top.dropdown-menu button:hover,
#top.dropdown-menu .item-selected{
	color: #888;
	text-decoration: none;
}
.logo-container {
	/*margin:-20px 0 0;*/
	margin: -15px 0px -12px;
	text-align:left;
}
#logo a{
	display: inline-block;
}
#logo img{
	height: 75px;
}
.common-home #logo img{
	height: 95px;
}
/* search */
.search-container .icon-search {
	color:#fff;
}
.search-containers {
	float: right;
	padding:15px 0 16px;
}
.search-container{
	position: relative;
	z-index: 113;
}
#search h1{
	font-size: 48px;
	color: #b3936d;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 0 70px 0;
}
.search-container .container{
	position: relative;
	height: 100%;
}
.search-container i.pe-7s-close{
	opacity: .8
}
.search-container  > i{
	width: 15px;
}
.search-container i{
	/*color: #b3936d;*/
	color: #ffffff;
	font-size: 21px;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.search-container .icon-search:hover i {
	/*color: #b3936d;*/
	color: #ccc;
}
.search-containers .search-content {
    position: absolute;
    top: 40px;
    right: -20px;
    display: none;
}
.common-home #search {
	border:0;
}
#search {
	width: 400px;
  background: #171e26;
  display: inline-block;
  margin: 0;
	position:relative;
	border-radius:3px;
	border:2px solid #2f3844;
}
#search input{
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #ffffff;
	font-size:13px;
	font-weight:300;
	width: 100%;
	height: 54px;
	line-height: 54px;	
	text-transform:capitalize;
	font-style:italic;
	font-family: 'Montserrat', sans-serif;
}
#search input::-webkit-input-placeholder{
  color: #bababa;
}
#search input::-moz-placeholder{
  color: #bababa;
}
#search input:-ms-input-placeholder{
  color: #bababa;
}
#search input:-moz-placeholder {
  color: #bababa;
}
#search button {
	width:54px;
	height:54px;
	line-height:54px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 0;
	font-weight:400;
	background: none !important;
	position: absolute;
	top:0;
	right:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search button i {
	color:#b3936d;
	font-size: 22px;
	line-height:54px;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#search button i:hover{
	color: #b3936d;
}
#search.expand-search > i:hover{
	color: #ee3333;
}
#search.expand-search > i{
	color: #fff
}
#search.expand-search > input{
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #b3936d;
}
/* newsletter popup */
.b-close{
	display: block;
}
.b-close:before {
	font-family: "Ionicons";
	content: "\f2d7";
	display:inline-block;
	color:#434343;
	font-size:16px;
}
.b-close span { display:none; }
.newletter-popup{
	background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
}
#boxes .newletter-title h2{
	font-size: 30px;
	text-transform: uppercase;
	color: #343434;
	margin: 0 0 30px;
}
#boxes .box-content label{
	font-weight: 400;
	font-size:13px;
}
#boxes .box-content .newletter-label {
	width:70%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0 30px;
	padding: 0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
	font-size:13px;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsllter */
.newletter-subscribe {
	padding:50px 0;
	border-bottom:1px solid #1b2024;
	display:inline-block;
	width:100%;
}
#dialog-normal .newletter-title {
	width:40%;
	float:left;
	text-align:left;
}
#dialog-normal .newletter-title h6{
	color: #ffffff;
	font-size: 30px;
	margin: 0;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
#dialog-normal .des-testimonial{
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0 0 55px 0;
}
#dialog-normal .newletter-title h3{
	font-size: 14px;
	color: #b2b2b2;
	font-weight:300;
	margin: 10px 0 0;
	text-transform:inherit;
}
#dialog-normal{
	text-align: center;
}
#dialog-normal .newleter-content {    
    vertical-align: middle;
    position: relative;
	text-align:center;
	float:right;
	width:60%;
}
#frm_subscribe-normal{
	display:inline-block;
	width: 100%;
	position:relative;
  margin-top: 8px;
}
#subscribe_email{
	background: #1e252e;
	font-size:13px;
	color: #3c4651;
	font-weight:300;
	font-style:italic;
	display: block;
	padding: 0 160px 0 20px;
	height: 55px;
	width: 100%;
	float: left;
	margin: 0;
	border:0;
	border-radius:3px;
}
#subscribe_email::-webkit-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email::-moz-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-ms-input-placeholder{
  color: #9d9d9d;
}
#subscribe_email:-moz-placeholder {
  color: #9d9d9d;
}
#subscribe .btn {
	border: none;
	background:#b3936d !important;
	padding:0 40px;
	height: 55px;
	line-height:60px;
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	color:#ffffff !important;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	border-radius:3px;
}
#subscribe .btn:hover{
	background: #333 !important;
}
#notification-normal{
	text-align: left;
	clear: both;
}
#notification-normal div{
	color: #0b9c08;
}
#notification-normal div.warning{
	color: #f00;
	text-align: left;
}
/* blog */
#blog_home {
	margin:85px 0 0;
}
#blog_home .articles-inner {
	overflow: hidden;
	padding:0;
	border:0;
	box-shadow:none;
}
#blog_home .aritcles-content {
	text-align:center;
	margin:25px 0 0;
}
#blog_home .row_items .articles-inner:hover .articles-image .readmore,
#blog_home .row_items .articles-inner:hover .articles-image::before{
	opacity: 1;
}
#blog_home .row_items .articles-inner .articles-image{
	position: relative;
}
#blog_home .articles-date span {
	color: #b3936d;
	font-weight: 400;
	font-size: 16px;
	display: block;
	margin-bottom:0;
}
#blog_home .articles-date {
	background:#b3936d;
	padding:8px 10px;
	font-size: 16px;
	color: #b3936d;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	float:left;
	text-align:center;
	position:absolute;
	top:10px;
	left:10px;
}
#blog_home .articles-date .author{
	color: #888;
	padding-left: 15px;
}
.articles-name + span{
	color: #ac8d6a;
	text-transform: capitalize;
	font-size:12px;
	font-weight:300;
	font-style:italic;
}
.articles-name {
	font-size: 18px;
	font-weight: 400;
	color: #b3936d;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
	display: block;
	text-transform: capitalize;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.articles-name:hover {
	color:#ac8d6a;
}
.articles-intro {
	line-height: 22px;
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	margin: 22px 0 0;
}
.readmore {
	margin:23px 0 0;
}
.readmore a {
	color: #2f3844;
	font-size: 13px;
	font-weight:500;
	display: inline-block;
	text-transform:uppercase;
	height:45px;
	line-height:42px;
	padding:0 30px;
	border:2px solid #28313c;
	border-radius:3px;
}
.readmore a:hover { 
	color:#fff;
	border-color:#b3936d;
	background:#b3936d;
}
.blog-blog .article-titles { margin-bottom:40px; }
.blog-blog .article-titles h3 {
	font-size:25px;
	margin:0;
}
.blog-blog .article-name a {
	font-size:18px;
}
.blog-blog .intro-text { margin:20px 0 0; }
.blog-blog .readmore-page {
	font-size:14px;
	font-weight:700;
	margin:20px 0 0;
	display:block;
}
.blog-blog .article-item-inner {
	margin-bottom:40px;
}
.blog-blog .article-list:last-child .article-item-inner {
	margin:0;
}
.blog-article .article-text {
	margin-top:30px;
	text-align:left;
}
.product_detail_element_de img	{ margin:15px 15px 15px 0; filter: invert(62%) sepia(11%) saturate(1170%) hue-rotate(352deg) brightness(95%) contrast(88%); }
.product_detail_element_de 	{ display:flex; flex-direction: row; align-items: center; }

.product_detail_element_de_2 img	{ margin:15px 15px 15px 0; filter: invert(100%) sepia(4%) saturate(7478%) hue-rotate(310deg) brightness(111%) contrast(106%); }
.product_detail_element_de_2 	{ display:flex; font-size:16px; flex-direction: row; align-items: center; justify-content: center; color:#fff; }
.blog-article .article-text ul li 	{ list-style-type:circle; margin-bottom:8px !important; font-family: 'Gabarito', sans-serif; }
.blog-article .article-title { margin-top:20px; }
.blog-article .article-image img {
	width:100%;
}
.blog-blog .blog-image img {
	width:100%;
}
/* cart */
.cart-container {
	float:right;
	 padding: 15px 0 19px;
}
#cart{
	float: right;
	width: auto;
}
#cart-total {
	width:auto;
	height:auto;
	line-height:1;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	/*color: #b3936d;*/
	color: #ffffff;
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	margin-top: -3px;
	margin-left: 3px;
	text-align: center;
}
#cart-total .total-price{
	font-weight: 400;
	font-size: 14px;
	display: block;
	text-align: left;
}
#cart > button{
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	width: auto;
	float: right;
}
#cart .dropdown-cart i {
	font-size: 21px;
	/*color: #b3936d;*/
	color: #ffffff;
	float: left;
	line-height: 1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#cart > button > i:hover {
	/*color: #b3936d;*/
	color: #ccc;
}
#cart .dropdown-menu .text-empty{
	margin: 0;
	padding: 10px 0;
}
#cart .dropdown-menu {
	background:#171e26;
	border: 2px solid #2f3844;
	min-width: 400px;
	margin: 0;
	padding: 40px 30px;
	top: 55px;
	border-radius:3px;
	box-shadow:none;
	color:#b2b2b2;
	font-size:14px;
	max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
}
.common-home #cart .dropdown-menu {
	border:0;
}
#cart .dropdown-menu .cart-empty {
	padding:0;
	margin:0;
}
#cart-total .item-cart {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #888;
	border: 2px solid #fff;
	color: #b3936d;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}
#cart .dropdown-menu .cart-button{ 
	margin: 20px 0 0;
	padding:30px 0 0;
	background:none;
	border-top:1px solid #28313c;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
}
#cart .cart-close button:hover{
	color: #888;
}
#cart .cart-close button {
	background: none !important;
	color: #aaaaaa;
	border: none;
	font-size: 18px;
	font-weight:700;
	line-height: 1;
	box-shadow:none !important;
	position:absolute;
	right:0;
	top:0;
	padding:0;
}
#cart .cart-close button i {
	font-size:13px;
	color:#b2b2b2;
}
#cart .cart-close button:hover i {
	color:#b3936d;
}
#cart .cart-quantity{
	color: #54595e;
	font-size: 13px;
	margin: 5px 0 8px 0 !important;
	display:inline-block;
	width:100%;
}
#cart .cart-name:hover{
	color: #b3936d;
}
#cart .cart-name{
	color: #292929;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
#cart .cart-price{
	font-size: 16px;
	color: #929292;
}
#cart p.cart-button a:last-child{
	margin: 0;
}
#cart p.cart-button {
	text-align:left;
}
#cart p.cart-button a {
	border: 2px solid #ffffff;
	background: transparent;
	color: #ffffff !important;
	height: 60px;
	line-height: 58px;
	text-align: center;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	display:inline-block;
	width:100%;
	border-radius:3px;
}
#cart p.cart-button a:hover{
	color: ##ffffff;
	background: #b3936d;
	border-color:#b3936d;
}
#cart p.cart-button a.view-cart {
	margin-bottom:20px;
}
#cart .dropdown-menu .info-item {
	padding-left: 20px;
	padding-right:20px;
}
#cart .dropdown-menu .info-item a {
	font-size:13px;
	color:#b2b2b2;
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
#cart .dropdown-menu .info-item a:hover {
	color:#b3936d;
}
#cart .dropdown-menu .info-item .cart-price {
	font-size:16px;
	color:#b3936d;
	display:inline-block;
	font-weight:500;
}
#cart .dropdown-menu tr td strong{
	color: #000;
}
#cart .dropdown-menu tr td:first-child{
	font-size: 14px;
	color: #b2b2b2;
	text-transform: capitalize;
	font-weight: 400;
}
#cart .dropdown-menu tr td:last-child{
	font-size: 16px;
	color: #b3936d;
	font-weight:500;
}
#cart .dropdown-menu .cart-close {
	margin-left:20px;
}
.unvisible{
	display: none;
}
#cart .dropdown-menu .has-scroll table tr {
	border-bottom:1px solid #272e35;
	padding:0 0 25px;
	margin-bottom:13px;
	display:inline-block;
	width:100%;
	position:relative;
}
#cart .dropdown-menu .cart-totals {
	padding:0;
	margin:0;
	display: inline-block;
}
#cart .dropdown-menu .cart-totals tbody,
#cart .dropdown-menu .cart-totals tbody tr {
	width:100%;
	display:inline-block;
}
#cart .dropdown-menu .cart-totals tbody tr {
	margin-bottom:10px;
}
/* header-link */
.header-link {
	padding: 11px 0 14px;
	margin:0 10px;
    float: right;
    position: relative;
}
.header-link .header-content {
    height: 30px;
    width: 50px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
/*.header-link .header-content .icon-link:before {
    color: #b3936d;
    display: block;
    font-family: "Ionicons";
    line-height: 30px;
	font-size:25px;
    height: 30px;
    width: 50px;
    content:"\f35c";
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.header-link .header-content .icon-link:hover:before {
	color:#b3936d;
}*/
.header-link .header-content .material-symbols-outlined {
    /*color: #b3936d;*/
	color: #ffffff;
}
.header-link .header-content .material-symbols-outlined:hover {
	/*color: #b3936d;*/
	color: #ccc;
}
.common-home .header-link .header-content .box-content {
	border:0;
}
.header-link .header-content .box-content {
    background: #171e26;
    border: 0;
    padding: 10px 25px 15px;
    position: absolute;
    right: -30px;
    top: 100%;
    width: 250px;
    text-align: left;
    display: none;
	border:2px solid #2f3844;
}
/* fix */
.fix-header{
	background:#fff;
	left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9997;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fix-header .logo-container{
	margin:15px 0 0;
}
.fix-header .block-right {
	margin:23px 0 0;
}
.fix-header #cart .dropdown-menu {
	top:43px;
}
/* home-welcome */
.home-welcome {
	padding:40px 0 0;
	text-align:center;
}
.home-welcome h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#b3936d;
	text-transform:capitalize;
	font-weight:400;
	margin:0;
}
.home-welcome h2 {
	font-size:36px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	margin:10px 0 35px;
	text-transform:capitalize;
	font-weight:400;
}
.home-welcome p {
	font-size:14px;
	color:#b2b2b2;
	font-style:italic;
	margin:0 0 30px;
	line-height:22px;
	font-weight:300;
}
.home-welcome img {
	margin:20px 0 0;
}
/* banner-static */
.banner-static {
	margin-top:90px;
}
.banner-static .row {
	margin:0;
}
.banner-static .col-md-8,
.banner-static .col-md-4 {
	padding:0;
}
.banner-static .col {
	position:relative;
	overflow:hidden;
}
.banner-static .col .banner-content {
	position:absolute;
	top:50px;
	padding:0 30px;
	width:100%;
	text-align:center;
}
.banner-static .banner-content h2 {
	font-size: 24px;
  color: #b3936d;
	text-transform:capitalize;
	font-weight:600;
	margin:23px 0 0;
	font-family: 'Montserrat', sans-serif;
}
.banner-static .banner-content p {
	font-size:14px;
	color:#000000;
	margin:20px 0 0;
	line-height:22px;
	font-weight:300;
}
.banner-static .banner-content a {
	height:55px;
	line-height:53px;
	border:2px solid #b3936d;
	border-radius:3px;
	display:inline-block;
	color:#b3936d;
	font-size:13px;
	padding:0 30px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:50px;
}
.banner-static .banner-content a:hover {
	border-color:#000;
	color:#000;
}
.banner-static .col:before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.banner-static .col:hover:before {
	box-shadow: 0 0 0 15px rgba(0,0,0,0.2) inset;
}
/* banner-center */
.banner-center {
	margin-top:30px;
	background:url('../image/bg-center.jpg') no-repeat 0 0;
	background-size:cover;
	min-height:740px;
	background-position: center;
}
.banner-center .row {
    margin:0;
}
.banner-center .col-md-3 {
	padding:0;
}
.banner-center .banner-content {
	width:60%;
	padding-top:230px;
	text-align:left;
}
.banner-center h3 {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	margin:0;
	letter-spacing: 5px;
}
.banner-center h2 {
	font-size:36px;
	color:#fff;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin:15px 0 0;
	padding-bottom:35px;
	background:url('../image/bg-subtitle.png') no-repeat 0 100%;
}
.banner-center p {
	font-size:14px;
	color:#ffffff;
	font-weight:300;
	line-height:25px;
	margin:35px 0 0;
}
.banner-center a {
	display:inline-block;
	height:55px;
	line-height:53px;
	padding:0 30px;
	font-size:13px;
	color:#b3936d;
	border:2px solid #b3936d;
	border-radius:3px;
	text-transform:uppercase;
	font-weight:500;
	margin-top:60px;
}
.banner-center a:hover {
	background:#b3936d;
	color:#fff;
}
/* banner-bottom */
.banner-bottom {
	/*border-top:1px solid #202529;*/
	padding:40px 0;
}
.banner-bottom .icon-banner {
	width:55px;
	text-align:center;
	float:left;
}
.banner-bottom .icon-banner:before {
	font-size: 21px;
    color: #5e656e;
    font-family: 'Ionicons';
    content: "\f318";
    line-height: 52px;
	width:55px;
	height:55px;
	border:2px solid #5e656e;
	border-radius:100%;
	display:inline-block;
}
.banner-bottom .col2 .icon-banner:before {
	content:"\f375";
}
.banner-bottom .col3 .icon-banner:before {
	content: "\f3aa";
}
.banner-bottom .col4 .icon-banner:before {
	content: "\f200";
}
.banner-bottom .banner-text {
	margin-left:70px;
	padding-top:10px;
}
.banner-bottom h2 {
	font-size:16px;
	color:#5e656e;
	font-weight:400;
	margin:0;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}
.banner-bottom p {
	font-size:14px;
	color:#5e656e;
	margin:6px 0 0;
	font-weight:300;
}
/* banner-bottom1 */
.banner-bottom1 {
	padding:20px 0;
	border-bottom:1px solid #292929;
	border-top:1px solid #292929;
	margin:40px 0 0;
}
.banner-bottom1 .icon-banner {
	width:70px;
	height:70px;
	float:left;
	background:#b3936d;
	color:#fff;
	font-size:34px;
	border-radius:100%;
	text-align:center;
}
.banner-bottom1 .icon-banner:before {
    font-family: FontAwesome;
    content: "\f041";
    line-height: 70px;
}
.banner-bottom1 .col2 .icon-banner:before {
    content: "\f095";
}
.banner-bottom1 .col3 .icon-banner:before {
    content: "\f0e0";
}
.banner-bottom1 .banner-text {
	margin-left:80px;
	text-align:left;
	padding-top:25px;
}
.banner-bottom1 .col1 .banner-text {
	padding-top:15px;
}
.banner-bottom1 .banner-text p {
	font-size:15px;
	color:#999999;
	margin:0;
}
/* banner-left */
.banner-left { margin:60px 0 0; }
.banner-left img:hover {
	opacity:0.8;
}
/* cms block */
.social-footer .title-social h2 {
	font-size:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}
.footer-static .footer-content .social-footer {
	padding:0;
	margin:12px 0 0;
	display:inline-block;
	width:100%;
	text-align:left;
}
.social-footer ul {
	margin:0;
	padding:0;
}
.footer-static .footer-content .social-footer li {
	float:left;
	list-style:none;
	margin-right:10px;
}
.footer-static .footer-content .social-footer li:last-child {
	margin:0;
}
.footer-static .footer-content .social-footer li a {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #999999;
	font-weight:400;
    font-size: 0;
    padding: 0;
	width:40px;
	height:40px;
	line-height:40px;
	background:#1e252e;
	border-radius:100%;
	text-align:center;
}
.footer-static .footer-content .social-footer li a:hover {
	background:#ac8d6a;
}
.footer-static .footer-content .social-footer li a:hover:before {
	color:#fff;
}
.footer-static .footer-content .social-footer li a:before {
	padding: 0 !important;
	margin:0;
    font-size: 18px;
	color:#3c4651;
    display: inline-block;
    font-family: 'Ionicons';
    font-weight: normal;
    vertical-align: middle;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.footer-static .footer-content .social-footer li.facebook a:before {
	content: '\f231';
}
.footer-static .footer-content .social-footer li.twitter a:before {
	content: '\f243';	
}
.footer-static .footer-content .social-footer li.instagram a:before {
	content: '\f350';
}
.footer-static .footer-content .social-footer li.rss a:before {
	content: '\f3ea';
}
.footer-static .footer-content .social-footer li.youtube a:before {
	content: '\f24c';
}
.footer-static .footer-content .social-footer li.google a:before {
	content: '\f235';
}
.footer-static .footer-content .social-footer li.pinterest a:before {
	content: '\f2b1';
}
.footer-static .footer-content .social-footer li.behance a:before {
	content: '\f23d';
}
/* -------------- */
.static-policy .text-content p{
	color: #929292;
	line-height: 24px;
	letter-spacing: .025em;
	margin: 0;
	padding: 0;
}
.static-policy .text-content h2{
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0;
}
.static-policy .col{
	
}
.static-policy{
	text-align: center;	
	float: left;
	width: 100%;
	margin-bottom: 100px;
	padding-bottom: 95px;
	border-bottom: 1px solid #ebebeb;
}
.banner-2 .row > div:hover .col-img img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	transform-origin: right top;
}
.banner-2 .col-img{
	overflow: hidden;	
	text-align: center;
	margin-bottom: 100px;
}
.banner-2 .text-content a:hover{
	color: #888;
	border-color: #888;
}
.banner-2 .text-content a{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #292929;
	color: #292929;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 80px;
}
.banner-2 .text-content h2{
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
}
.banner-2 .text-content h3{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin: 0 0 15px 0;
}
.banner-2 .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50px;
}
.banner-2 .col-img a{
	position: relative;	
	display: inline-block;
	overflow: hidden
}
.banner-1 .row > div:nth-child(3){
	padding-left: 10px;
}
.banner-1 .row > div:nth-child(2){
	padding: 0 10px;
}
.banner-1 .row > div:nth-child(1){
	padding-right: 10px;
}
.banner-1 .row > div{
	margin-bottom: 90px;
}
.banner-1 .text-content{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.banner-1 .item1,
.banner-1 .item4{
	margin-bottom: 20px;
}
.banner-1 .col-img{
	text-align: center;
}
.banner-1 .items{
	position: relative;
}
.banner-1 .text-content a{
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	font-size: 14px;
	color: #292929;
	text-transform: capitalize;
	font-weight: 500;
	padding: 20px 30px;
	display: inline-block;
}
.static-about h4 span{
	color: #707070;
	font-weight: 400;
}
.static-about h4{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.static-about p{
	letter-spacing: .025em;
	line-height: 30px;
	margin: 0 0 50px 0
}
.static-about h1{
	font-size: 30px;
	text-transform: capitalize;
	margin: 0 0 40px 0;
	font-weight: 500;
}
.static-about img{
	margin-bottom: 35px
}
.static-about h3{
	font-size: 12px;
	color: #929292;
	text-transform: capitalize;
	margin: 0 0 5px 0;
}
.static-about{
	text-align: center;
	padding: 100px 16%;
}
/* owl carousel */
.owl-carousel .owl-nav > .owl-next,
.owl-carousel .owl-nav > .owl-prev{
	position: absolute;
	top: 50%;
	margin: -30px 0 0 0;
	width: 55px;
	height: 55px;
	line-height:55px;
	background: none;
	text-align: center;
	opacity: 1;
	color: #2f3844;
	padding: 0;
	border:2px solid #28313c;
	border-radius:100%;
	opacity:0;
}
.owl-style2 .owl-carousel .owl-nav > .owl-next,
.owl-style2 .owl-carousel .owl-nav > .owl-prev {
	margin: -13px 0 0;
	top:50%;
	width:auto;
	border:0;
	background:none !important;
	line-height: inherit;
    height: auto
}
.owl-style2 .owl-nav > .owl-prev{
	left: -15px;
	right:inherit;
}
.owl-style2 .owl-nav > div.owl-next{
	right: -15px;
}
.owl-carousel:hover .owl-nav > .owl-next,
.owl-carousel:hover .owl-nav > .owl-prev{
	opacity: 1;
}
.owl-nav > .owl-prev{
	left: -70px;
}
.owl-nav > div.owl-next{
	right: -70px;
}
.owl-theme .owl-nav > .owl-next:hover,
.owl-theme .owl-nav > .owl-prev:hover{
	color: #ffffff;
	background:#b3936d;
	border-color:#b3936d;
}
.owl-style2 .owl-nav > div i{
	font-size:28px;
}
.owl-nav > div i{
	font-size:20px;
}
.owl-carousel:hover .owl-nav > div{
	opacity: 1;
}
/* home-moduls */
.home-moduls {
	padding:60px 0 10px !important;
	background:#f0f0f0;
}
.home-moduls .tt_product_module {
	margin:0;
}
.home-moduls .owl-carousel .owl-stage-outer {
	padding-bottom:50px;
}
.home-moduls .row {
	margin:0 -5px;
}
.home-moduls .col-md-4,
.home-moduls .col-md-8 {
	padding:0 5px;
}
.home-moduls .item-inner {
	border:0;
}
.home-moduls .first-product .item-inner {
	border:0;
	margin:0 !important;
	padding:10px 10px 20px !important;
}
.home-moduls .product-customize .product-grid {
	margin-bottom:10px;
}
.home-moduls .product-customize .product-grid .caption {
	padding:10px 0 0;
}
.home-moduls .first-product .item-inner .ratings {
	padding:8px 0;
}
.home-moduls .first-product .product-name {
	font-size:18px;
	margin:0 0 16px;
}
.home-moduls .first-product .item-inner .actions {
	position:initial;
	opacity:1;
	padding:25px 15px;
}
.home-moduls .first-product .item-inner .add-to-links div {
	width:100%;
}
.home-moduls .first-product .item-inner .add-to-links .cart button {
	height:52px;
	width:100%;
	color:#fff;
	font-size:16px;
	background:#b3936d;
}
.home-moduls .first-product .item-inner .add-to-links .cart button:before {
	font-size:18px;
	margin-right: 10px;
}
.home-moduls .first-product .item-inner .add-to-links .cart button:hover {
	background:#f0f0f0;
	color:#555;
}
.home-moduls .item-inner .qv-button-container {
	margin-top: -30px;
} 
.home-moduls .product-customize .is-countdown {
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
	border:0;
	padding:0;
	margin:0;
	opacity:0;
	background:none;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.home-moduls .product-customize:hover .is-countdown {
	opacity:1;
}
.product-customize .countdown-row .countdown-section {
	min-width: 50px;
    margin-right: 5px;
    padding: 6px 5px 10px;
}
.product-customize .countdown-amount {
	font-size:18px;
}
.product-customize .countdown-period {
	font-size: 11px;
    line-height: 12px;
}
/* tabprocust */
.tt_tabsproduct_module{
	margin-top: 55px;
}
.tt_tabsproduct_module .module-title {
	display:none;
}
.tt_tabsproduct_module .owl-carousel .owl-stage-outer {
	padding-bottom:30px;
}
/* testimonial */
.testimonial-container {
	background:url('../image/bg-testimal.jpg') no-repeat 0 0;
	background-size:cover;
	min-height:550px;
	padding:60px 0;
	margin-top:25px;
}
.testimonial-container .testimonial-col {
	width:50%;
	float:right;
	text-align:center;
	padding-top: 50px;
}
.testimonial-container .module-title {
	background:url('../image/bg-subtitle.png') no-repeat 50% 100%;
}
.testimonial-container .module-title h2 {
	padding:0;
}
.testimonial-container .module-title h2:before {
	width:35%;
}
.testimonial-container .testimonial-box a {
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	line-height:25px;
	font-style:italic;
	width:100%;
	display:inline-block;
}
.testimonial-container .box-testimonial {
	display:inline-block;
	margin:30px 0 0;
}
.testimonial-container .box-testimonial .testimonial-images {
	width:80px;
	float:left;
}
.testimonial-container .box-testimonial .testimonial-images img {
	border:2px solid #b3936d;
	border-radius:100%;
}
.testimonial-container .box-testimonial .testimonial-author {
	margin-left:95px;
	margin-top: 35px;
	font-size:13px;
	color:#b3936d;
	font-weight:500;
	text-transform:uppercase;
}
.testimonial-container .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top:30px;
}
.testimonial-container .owl-theme .owl-dots .owl-dot span {
	background:#353b43;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.testimonial-container .owl-theme .owl-dots .owl-dot.active span,
.testimonial-container .owl-theme .owl-dots .owl-dot:hover span {
	width:10px;
	height:10px;
	background:#ac8d6a;
}
.product-octestimonial .testimonial-container {
	background:none;
	padding:0;
}
.product-octestimonial .row-testimonials {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.product-octestimonial .testimonial-images {
	width:100px;
	float:left;
}
.product-octestimonial .box-testimonial {
	margin:0 0 0 120px;
	display:table;
}
.product-octestimonial .box-testimonial .testimonial-name {
	margin:20px 0 0;
}
/* feature-products */
.feature-products .module-title h2 {
	font-size:28px;
}
.feature-products .product-layout {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.feature-products .product-layout:last-child {
	margin:0;
}
.feature-products .image {
	width:100px;
	float:left;
}
.feature-products .caption {
	margin-left:110px;
}
.feature-products .button-group {
	display:none;
}
.feature-products .item-inner {
	padding:10px !important;
	margin:0 !important;
	display:inline-block;
	width:100%;
}
.feature-products .item-inner .ratings {
	padding:10px 0;
}
.feature-products .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.feature-products .product-name  {
	margin:0 0 15px;
	font-size:13px;
}
.feature-products .price {
	font-size:16px;
}
.feature-products .price-old {
	font-size:12px;
}
/* banner-ourbrands */
.brand-container {
	margin:50px 0 0;
	position:relative;
}
.brand-container .swiper-container {
	padding:5px 0;
}
.brand-container .item { 
	text-align:center;
	border:1px solid #e5e5e5;
}
.brand-container .item img {
	display:inline-block;
}
.brand-container .swiper-slide {
	padding:0 15px;
}
/* footer-static */
.footer-static {
	padding:40px 0 70px 0;
	border-top: #e7be8d 5px solid;
}
.footer-static .footer-title {
	margin-bottom:25px;
}
.footer-static .col4 .footer-title {
	margin-bottom:30px;
}
.footer-static .footer-title h2 {
	font-size:18px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	margin:0;
}
.footer-static .footer-phone {
	display:inline-block;
	width:100%;
}
.footer-static .footer-phone:before {
	width:48px;
	height:48px;
	content:'';
	background:url("../image/icon-phone.png") no-repeat 0 0;
	float:left;
}
.footer-static .footer-phone h2 {
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin:0 0 0 60px;
	line-height:48px;
}
.footer-static .footer-content p {
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	margin:10px 0 0;
}
.footer-static .footer-content li {
	line-height:32px;
}
.footer-static .footer-content a {
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	text-transform:capitalize;
}
.footer-static .footer-content a:hover {
	color:#b3936d;
}
.footer-link ul {
	padding:0;
}
.footer-link ul li {
	line-height:20px;
	list-style:none;
	display:inline-block;
	margin-right:5px;
	margin-bottom:7px;
}
.footer-link ul li a {
	color:#999999;
	padding:5px;
	background:#292929;
	display:inline-block;
}
.footer-link ul li a:hover {
	background:#b3936d;
	color:#fff;
}
/* footer */
#back-top:hover{
	background:#b3936d;
	color: #fff;
}
#back-top {
	position: fixed;
	bottom: 35px;
  right: 2%;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	cursor: pointer;
	color: #b3936d;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	text-transform: uppercase;
	background: #14191e;
	z-index: 999;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
@media(max-width: 1400px){
	#back-top{
		bottom: 60px;
		right: 15px;		
	}
}
#back-top span{
	margin-right: 15px;
}
#back-top i{
	font-size: 12px;
}
footer {
	padding: 0;
	background:#29323a;
	margin:30px 0 0 0;
}

.footer_kapsul_1	{ padding:15px; border-right:#364d55 1px dashed; }
.footer_kapsul_1 img { height:100px; }
.footer_kapsul_2	{ padding:15px; border-right:#364d55 1px dashed; }
.footer_kapsul_3 	{ padding:15px;}
.doanNewFooter hr	{ border:none; border-top:#364d55 1px dashed; margin:15px 0; }
.dnf_firm_title 	{ color:#b3936d; font:500 18px 'Gabarito', sans-serif; display:inline-block; margin-top:25px; }
.dnf_footer_title 	{ color:#b3936d; font:500 18px 'Gabarito', sans-serif; }
.dnf_iletisim_adres 	{ color:#9aa5a9; font:400 12px 'Gabarito', sans-serif; line-height:16px !important; }
.dnf_iletisim_adres b	{ color:#b3936d; font:500 12px 'Gabarito', sans-serif; }
.dnf_iletisim_adres i	{ color:#b3936d; font-size:12px; }

.doanNewFooter 		{ color:#b3936d; font:400 12px 'Gabarito', sans-serif; }
.doanNewFooter ul, .doanNewFooter ul li 	{ margin:0; padding:0; list-style-type:none; }
.doanNewFooter ul 	{ margin:5px 0 0 20px; }
.doanNewFooter ul li		{ color:#b3936d; list-style-type: circle; }
.doanNewFooter ul li a			{ color:#9aa5a9; font:400 14px 'Gabarito', sans-serif; }
.doanNewFooter ul li a:hover	{ color:#b3936d; text-decoration:underline; }
a.a2Class			{ color:#9aa5a9; font:400 12px 'Gabarito', sans-serif !important; }
a.a2Class:hover		{ color:#b3936d; text-decoration:underline !important; }
@media (max-width: 699px) {
	.footer_kapsul_1 img { height:75px; }
	.dnf_firm_title 	{ margin-top:15px; }
	.footer-static 		{ padding:0 0 70px 0 !important; }
}

/* ------------ */
/* footer-paypal */
.footer-paypal {
	text-align:right;
  margin-top: -15px;
}
.footer-paypal ul {
	padding:0;
	margin:0;
}
.footer-paypal ul li {
	list-style:none;
	display:inline-block;
	margin-left:13px;
}
.footer-paypal ul li:first-child {
	margin:0;
}
.footer-bottom {
	padding:40px 0 30px;
	/*border-top:1px solid #1f2428;*/
}
.copyright-text a { 
	color: #b3936d;
}
.copyright-text a:hover {
	color:#999999;
}
.copyright-text{
	margin: 0;
	color: #b2b2b2;
	font-size:14px;
	width:100%;
	font-weight:300;
  margin-top: -12px;
}
/* breadcrumbs */
.breadcrumbs .breadcrumb{
	margin: 0
}
.breadcrumb {
	padding:0 0 15px 0;
	margin: -25px 0 20px 0;
	background: none;
	text-align:left;
	border-bottom:#e7d4bf 1px dashed;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a{
	color: #b3936d;
}
.breadcrumb > li + li::before,
.breadcrumb a{
	color: #adadad;
	font:500 13px 'Gabarito', sans-serif;
}
.common-home .breadcrumbs{
	display: none;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #999;
	font-family: FontAwesome;
	content: "\f0da";
}
.breadcrumbs h1,
.breadcrumbs h2{
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.breadcrumbs .category-name {
	display:none;
}
.breadcrumbs{
	padding: 40px 0;
	text-align: left;
	margin-bottom: 20px;
}
/* category */
.category-name {
	font-size: 20px;
    color: #b3936d;
    font-weight: 400;
    text-transform: capitalize;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}
.catgory-thumb {
	margin-bottom:40px;
}
.refine-category {
	font-size: 20px;
    color: #b3936d;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:15px;
}
.category-info .img-thumbnail{
	border: none;
	border-radius: 0;
	padding: 0;
}
.category-compare {
	margin:15px 0 0;
	display: none;
}
.category-compare a {
	text-transform: capitalize;
    color: #b2b2b2;
    font-size: 14px;
	font-weight:400;
}
.category-compare a:hover {
	color:#b3936d;
}
.product-list .item-inner {
	/*margin-bottom:40px;*/
	border:0;
	/*border-bottom:1px solid #29323b;*/
	display:inline-block;
	width:100%;
	margin-left:15px;
	padding:0;
	/*padding-bottom:40px;*/
	box-shadow:none;
}
.product-list:last-child .item-inner {
	padding:0;
	border:0;
}
.product-list .image {
	padding:0;
}
.product-list .label-product {
	top:0;
}
.product-list .caption {
	padding-left:30px;
}
.product-list .ratings {
	padding:0 0 8px;
}
.product-list .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
/*.custom-products .product-list:last-child .product-thumb{
	border: none;
}*/
.custom-products .product-list .product-thumb:hover{
	box-shadow: none;
}
.custom-products .product-list .product-thumb{
	float: left;
	width: 100%;
	margin: 0 -15px;
}
.product-thumb{
  	border-radius:5px;
	border:#efefef 1px solid;
	margin-top:15px;
	overflow: hidden;
}
.product-list .product-name a {
	font-size:15px;
	font-weight:400;
}
.product-list .price {
	margin:20px 0 0;
}
.custom-products{
	margin: 0 -15px;
}
.layer-category ul {
	padding:0;
}
.layer-category ul li {
	list-style:none;
	display:inline-block;
	margin-right:6px;
}
.layer-category ul li:last-child {
	margin:0;
}
.layer-category ul li a {
	text-transform: capitalize;
    color: #b2b2b2;
    font-size: 14px;
	font-weight:300;
}
.layer-category ul li a:hover {
	color:#b3936d;
}
@media (min-width: 992px){	
	.custom-products .two-items:nth-child(2n+1),
	.custom-products .three-items:nth-child(3n+1),
	.custom-products .four-items:nth-child(4n+1),
	.custom-products .five-items:nth-child(5n+1){
		clear: both;
	}
}
.toolbar{
	float: left;
	width: 100%;
	margin:10px 0;
	padding:10px 0 0 15px;
	min-height:64px;
	border:#ece3da 1px dashed; border-radius:6px;
}
.toolbar3 .btn-group{
	background:none;
	padding-top:12px;
}
.toolbar3{
	padding: 0 20px 0 5px;
	text-align:left;
}
.toolbar2{
	padding: 0;
}
.toolbar2,
.toolbar1{
	padding-left: 0;
}
#input-sort,
#input-limit {
	background:none;
	padding: 0 5px;
	margin-top:4px;
	border-radius:5px;
	border:#dfdfdf 1px solid;
	box-shadow: none;
	color: #29323b !important;
	font:500 12px 'Gabarito', sans-serif !important;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
	color: #292929 !important;
}
#list-view{
	margin-right: 15px;
}
#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #e2e2e2;
	padding: 0;
	background: none;
	line-height: 16px;
	box-shadow: none;
}
#list-view {
	background:url("../image/list.png") no-repeat 0 0;
	width:20px;
	height:16px;
}
#list-view.active,#list-view:hover,#list-view.selected {
	background:url("../image/list.png") no-repeat 0 100%;
}
#grid-view {
	background:url("../image/grid.png") no-repeat 0 0;
	width:16px;
	height:16px;
}
#grid-view.active,#grid-view:hover,#grid-view.selected {
	background:url("../image/grid.png") no-repeat 0 100%;
}
.pagination{
	margin: 0;
}
.pagination > li.active > span, .pagination > .active > a, 
.pagination > .active > a:focus, .pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active > span:focus, 
.pagination > .active > span:hover, .pagination > li > a:focus, 
.pagination > li > a:hover, .pagination > li > span:focus, 
.pagination > li > span:hover {
	font-size:13px;
	color:#29323b !important;
	background:#efefef !important;
	border-radius:50px;
	width:35px; height:35px;
}

.toolbar4 .pagination li a:hover {
	background:#29323b !important;
	color:#b3936d !important;
}
.toolbar4 .pagination li a:hover {
	background:#29323b !important;
	color:#b3936d !important;
}


.pagination > li > a, .pagination > li > span{
	border: none;
	background: #dfdfdf;
	color: #929292 !important;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	padding-left: 0;
}
.pagination{
	line-height: 1;
}
.pagination > li{
	display: inline-block;
	vertical-align: middle;
}
.toolbar4{	
	float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    background: none;
    min-height: 52px;
	border-top: 1px dashed #dfdfdf;
    border-bottom: 1px dashed #dfdfdf;
}
.toolbar4 .col-sm-6 {
	padding:0;
}
.toolbar4 .pagination {
	float:left;
	margin:0;
}
.toolbar4 .pagination li {
	width:35px;
	height:35px;
	background:none;
	border-radius:0;
	margin:10px 4px;
	text-align:center;
	cursor:pointer;
}
.toolbar4 .pagination li span,
.toolbar4 .pagination li a {
	padding:11px 0 0 0;
	float:none;
	font-size:13px;
	color:#29323b !important;
	background:#efefef !important;
	border-radius:50px;
	width:35px; height:35px;
	font-weight:400;
	font-style:initial;
	display:inline-block;
	background:none;
}
.toolbar4 .pagination li.active,
.toolbar4 .pagination li:hover {
	background:none;
}
.toolbar4 .pagination li.active span,
.toolbar4 .pagination li:hover span,
.toolbar4 .pagination li:hover a {
	color:#b3936d !important;
}

.toolbar4 .pagination li.active span{
	background:#b3936d !important;
	color:#29323b !important;
}

.toolbar4  .text-right {
	margin-top: 17px;
	font-size: 14px;
	color: #b2b2b2;
}
/* product detail */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #888 !important;
}
.thumbnails {
	margin-bottom:10px;
}
.block-1{
	margin-bottom: 30px;
}
.block-1 .thumbnails-additional .thumbnail{
	margin: 0;
	border:2px solid rgba(0,0,0,0) !important;
}
.block-1 .thumbnails-additional .thumbnail:hover,
.block-1 .thumbnails-additional .current-additional {
	border-color:#29323b !important;
}
.block-1 .thumbnails-additional .current-additional{
	opacity: 1;
}
.block-1 .thumbnail {
	padding: 0;
	border-radius: 3px;
	border: 2px solid rgba(0,0,0,0);
	margin:0;
	background:#171e26;
	border: 0 !important;
}
.block-2 .product-name{
	margin: 0;
	font-size: 24px;
	color: #b3936d;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 400;
}
.block-2 .product-name + p{
	margin: 10px 0 0;
}
.block-2 .product-name + p a{
	text-transform: capitalize;
}
.block-2 .ratings .rating-box{
	width: 67px;
	display: inline-block;
	margin-right:15px;
}
.block-2 .price{
	margin: 0 0 25px 0;
	font-size:24px !important;
}
.block-2 .price-old {
	font-size:20px;
}
.block-2 .ratings {
	margin: 20px 0 25px;
	float: none;
	width: auto;
}
.block-2 .list-unstyled {
	color: #2f3844;
	clear: both;
	font-size:14px;
	font-weight:300;
}
.block-2 .list-unstyled li {
	line-height:26px;
	font-style: initial;
	font-size:14px;
}
.block-2 .price-product{
	font-size: 18px;
	color: #aaaaaa;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 30px;
}
.block-2 .ex-text{
	color: #b3936d;
	margin-left: 5px;
}
.block-2 .short-des {
	margin: 30px 0 40px;
	color: #b2b2b2;
	line-height: 24px;
	font-size:14px;
	font-weight:300;
	border-top:1px solid #29323b;
	padding-top:30px;

	display: none;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
  display: block;
  height: 22px;
  border: none;
  box-shadow: none;
  text-align: center;
  width: 22px;
  font-size: 14px;
  border-radius: 3px;
	border: 0;
	background: #b3936d;
	padding: 0;
	color: #ffffff;
	float: left;
}
#plus, #plus2 {
	margin-bottom:1px;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
	color: #ffffff;
	background:#af7a39;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#input-quantity2,
#input-quantity {
  width: 149px;
	height: 45px;
	border: 0;
	margin-right:1px;
	background:#b3936d;
	font-size: 14px;
	color: #ffffff;
	font-weight:400;
	border-radius:3px;
}
label[for='input-quantity']{
	float: left;
	line-height: 1;
	padding: 20px 0;
	margin: 0 30px 0 0;
	color: #292929;
	display:none;
}
#button-cart2 i,
#button-cart i{
	font-size: 24px;
	margin-right: 7px;
}
#button-cart2,
#button-cart {
	margin: 0 10px 10px 0;
	float: left;
	background: #b3936d;
	height: 45px;
	line-height:45px;
	border-radius: 3px;
	width:60%;
	padding: 0 30px;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#button-cart2:hover,
#button-cart:hover {
	background:#28323c;
	color:#fff;
}
.block-2 .btn-compare span, 
.block-2 .btn-wishlist span{
	display: none;
} 
.block-2 .btn-compare:hover i, 
.block-2 .btn-wishlist:hover i{
	/* color: #b3936d; */
}
.block-2 .btn-compare i, 
.block-2 .btn-wishlist i{
	font-size: 16px;
	line-height: 35px;
	vertical-align: top;
}
.block-2 .btn-compare, 
.block-2 .btn-wishlist {
    min-width: 178px;
	height:45px;
	line-height:42px;
	border-radius:3px;
    border: none;
	padding: 0;
	background: none;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	color: #ffffff;
    background: #1ea400;
    border: 2px solid #1ea400;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

.block-2 .btn-compare {
  padding-left: 12px;
  padding-right: 12px;
}
.block-2 .btn-wishlist {
	margin-right:8px;
}
.block-2 .btn-compare:hover, 
.block-2 .btn-wishlist:hover {
    color: #ffffff;
	background:#b3936d;
	border-color:#b3936d;
}
#product2,
#product{
	clear: both;
	display:inline-block;
	width:100%;
}
#product2 .has-option,
#product .has-option {
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px 20px 10px;
	margin: 30px 0;
	background:#fff;
}
#product2 .has-option h2,
#product .has-option h2 {
	color: #292929;
}
#product2 .has-option h3,
#product .has-option h3 {
	font-weight:700;
	font-size:16px;
	color: #292929;
}
#product + div {
	margin: 10px 0 0;
	text-align:left;
}
.quantity-actions {
	display:inline-block;
	width:100%;
}
.quantity-box {
	float: left;
	width:172px;
	margin: 0 15px 30px 0;
}
.block-3{
	margin: 90px 15px;
	padding:0;
	padding:90px 0;
	border-bottom:1px solid #29323b;
	border-top:1px solid #29323b;
}
#tab-review #review{
	max-height: 300px;
	overflow: auto;	
}
.block-3 .tab-content .tab-pane p {
	font:400 15px 'Gabarito', sans-serif !important;
}
.block-3 .tab-content .tab-pane {
	/*font-family: 'brocode_displaybold', sans-serif;*/
	color: #333;
	font:400 15px 'Gabarito', sans-serif !important;
	line-height:22px !important;
	padding:30px;
	border:0;
	/*color:#b2b2b2;
	line-height:28px;*/
}
.block-3 .tab-content .tab-pane hr {
	border:none !important; border-top:#e4ddd7 1px dashed !important; margin:20px 0;
}
.block-3 .tab-content .tab-pane ul, .block-3 .tab-content .tab-pane ul li 	{
	margin:0; padding:0; list-style-type:none !important;
}
.block-3 .tab-content .tab-pane ul {
	margin:5px 15px !important;
}
.block-3 .tab-content .tab-pane ul li {
	list-style-type:circle !important;
	margin-bottom:5px !important;
}
.block-3 .tab-content .tab-pane h2 {
	color:#fff;
	font-weight:500;
}
.block-3 .nav-tabs {
	font-weight: 500;
	font-size: 18px;
	text-transform: capitalize;
	border: none;
	text-align:center;
	margin-bottom:30px;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
	color: #b3936d;
	background: none;
	border:0;
}
.block-3 .nav-tabs li a {
	color: #b3936d;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
}
.block-3 .nav-tabs li {
	display:inline-block;
	float:none;
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
	position:relative;
	z-index:99;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
.custom-products .per-sale,
.custom-products .price-tax,
.custom-products .product-grid .product-des{
	display: none;
}
/* modules */
.home-modules {
	position:relative;
	padding:100px 0;
	background:url("../image/home-modules.jpg") no-repeat fixed;
	background-size:cover;
	margin-top:85px;
}
.module-title {
	padding-bottom:35px;
	background:url('../image/bg-title.png') no-repeat 50% 100%;
}
.module-title h2 {
	font-size: 35px;
	color:#b3936d;
	margin: 0;
	font-weight: 600;
	text-transform: capitalize;
	padding:0 0 13px;
	position:relative;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}
.module-title .module-description{
	margin:0 0 30px;
	font-size:14px;
	color:#b2b2b2;
	font-weight:300;
	font-style:italic;
}
.module-title{
	text-align: center;
	margin: 0 0 30px;
}
.tt_product_module{
	margin-top: 90px;
}
.related-products{
	clear: both;
}
.related-products .owl-carousel .owl-stage-outer {
	padding: 6px;
    margin: 0 -6px;
}
/* newproducts */
.tt_product_module .owl-carousel .owl-stage-outer {
	padding:6px;
	margin:0 -6px;
}
/* bestseller */
.products2 .row { margin:0 !important; }
.products2 .product-grid {
	margin-bottom:30px;
}
.products2 .item-inner {
	border:1px solid #e5e5e5;
	display:inline-block;
	width:100%;
	padding:20px !important;
	margin:0 !important;
}
.products2 .item-inner:hover {
	border-color:#b2b2b2;
}
.products2 .item-inner .image {
	width:150px;
	float:left;
}
.products2 .item-inner .caption {
	margin-left:165px;
	position:relative;
	padding:30px 0 40px;
	-webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}
.products2 .item-inner:hover .caption {
	padding:0 0 35px;
}
.products2 .item-inner .ratings {
	padding:0;
}
.products2 .ratings .rating-box div[class^="rating"] {
	background-position: left center;
}
.products2 .product-name {
	text-align:left;
	margin:8px 0 0;
}
.products2 .price {
	margin:18px 0 0;
	text-align:left;
}
.products2 .item-inner .actions {
	padding:0;
	bottom: -25px;
}
.products2 .item-inner .qv-button-container {
	margin-top:-25px;
}
.products2 .item-inner .qv-button-container button,
.products2 .item-inner .add-to-links .cart button {
	width:34px;
	height:34px;
	font-size:0;
	padding:0;
	opacity:1;
}
.products2 .item-inner .qv-button-container button:before,
.products2 .item-inner .add-to-links .cart button:before {
	margin:0;
}
.products2 .item-inner .actions .add-to-links {
	text-align:left;
}
/* feature-category */
.featured-categories-container { margin:30px 0 0; }
.featured-categories-container .module-title {
	display:none;
}
.featured-categories-container .owl-item {
	padding:0 15px;
}
.featured-categories-container .fcategory-content {
	background:#f0f0f0;
}
.featured-categories-container .fcategory-content:hover {
	background:#b3936d;
}
.featured-categories-container .image-fcategory {
	position:relative;
	min-height:100px;
}
.fcategory-content .homethumb-image {
	position:absolute;
	top:0;
	left:0;
	opacity:1;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fcategory-content .thumbnail-image {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fcategory-content:hover .homethumb-image {
	opacity:0;
}
.fcategory-content:hover .thumbnail-image {
	opacity:1;
}
.fcategory-content .content-thumb {
	padding:0 20px 20px;
	text-align:center;
}
.fcategory-content .content-thumb a {
	font-size:15px;
	color:#333333;
	font-weight:700;
	text-transform:capitalize;
}
.fcategory-content:hover .content-thumb a {
	color:#fff;
}
.fcategory-content:hover .content-thumb a:hover {
	color:#333;
}
/* instagram */
#instagram_block_home .content_block {
	display:inline-block !important;
}
#instagram_block_home .content_block .row_items {
	margin:0 -5px;
}
#instagram_block_home .content_block .fancybox {
	padding:0 5px;
	margin-bottom:10px;
}
#instagram_block_home .content_block .fancybox img {
	-webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
#instagram_block_home .content_block .fancybox img:hover {
	opacity:0.7;
}
/* fix-nav */
.fix-nav {
	background: #29323b;
	padding:5px 0 0 !important;
    left: 0;
    position: fixed !important;
    top: -35px;
    width: 100%;
    z-index: 9991;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    -webkit-animation: fadeInDown 300ms linear;
    -moz-animation: fadeInDown 300ms linear;
    -ms-animation: fadeInDown 300ms linear;
    animation: fadeInDown 300ms linear;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    -webkit-transition: ease-in-out .3s all;
    -moz-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}
.fix-nav:hover { opacity:1; }
.fix-nav .logo-container { margin:5px 0; }
.fix-nav .col-lg-5 {
	margin-top: 18px;
}
/* responsive */
/*@media (max-width: 5000px) and ( min-width:1367px){
	header .container { padding:0 60px; }
}*/
@media (max-width: 1199px){
	/*.fix-nav { position:initial !important; }
	header .container { padding:0 10px; }*/
	.main-menu{
		padding-left: 30px;
	}
	body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs{
		padding: 50px 0;
	}
	.breadcrumbs h1, .breadcrumbs h2{
		font-size: 30px;
		margin: 0 0 15px 0;
	}
	.zoomContainer,
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev { display:none !important; }
	#product-product, .layer-category{
		margin-top: 0;
	}
	.banner-top p { font-size:12px; }
	.home-welcome h2 { font-size:25px; }
	.home-welcome p { margin:0 0 15px; }
	.banner-static .col .banner-content { top:40px; }
	.banner-static .banner-content h2 { font-size:15px; margin:15px 0 0; }
	.banner-static .banner-content p { font-size:12px; margin:10px 0 0; padding:0 20px; font-size:10px; }
	.banner-static .banner-content a { height:35px; line-height:35px; padding:0 15px; font-size:10px; margin-top:20px; }
	.banner-static { margin-top:40px; }
	.banner-center .banner-content { padding-top:150px; }
	.banner-center h2 { font-size:30px; }
	.testimonial-container .testimonial-col { width:70%; float: none; margin: 0 auto; }
	.tt_product_module { margin-top: 60px; }
	.products2 .item-inner .image { width:90px; }
	.products2 .item-inner .caption { margin-left:100px; padding:0 !important; }
	.products2 .price { font-size:21px; margin:10px 0 0; }
	.products2 .item-inner .actions { position:initial; opacity:1; margin:10px 0 0; }
	.articles-name { font-size:15px; margin:0 0 5px; }
	.articles-intro { font-size:12px; margin:10px 0 0; }
	.item-inner .add-to-links .cart button { padding:0; width:34px; font-size:0; }
	.item-inner .add-to-links .cart button:before { margin:0; }
	.product-list .caption { padding-top:0; }
	.product-list .product-des { margin:10px 0 0; font-size:14px; }
	.product-list .item-inner .actions { margin:20px 0 0; }
	.block-2 .btn-compare, .block-2 .btn-wishlist { min-width: 155px; }
	.product-customize .countdown-row .countdown-section { min-width:40px; }
	.product-customize .countdown-amount { font-size:12px; }
	.product-customize .countdown-period { font-size: 11px; line-height: 8px; }
}
@media (max-width: 991px){
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.logo-container { text-align:left; }
	.banner-top { margin:30px 0; }
	.banner-top p { font-size:16px; }
	.banner-static .col .banner-content { top:20px; padding:0 10px; }
	.banner-static .banner-content p { padding:0; line-height:16px; }
	.banner-center { min-height:auto; }
	.banner-center .banner-content { width:100%; padding-top:50px; padding-bottom:50px;  }
	.banner-left { margin-bottom:40px; }
	.search-position { z-index:9999; }
	.banner-center1 .col2 { margin:30px 0; }
	.btn-actions { display:inline-block; width:100%; }
	.products .product-grid { margin-bottom:0; }
	#product-product .wishlist-compare {
		width:100%;
		display:inline-block;
		margin-bottom:20px;
	}
	.block-3 { margin:90px 0; padding:90px 20px; }
	#dialog-normal .newletter-title { width:100%; }
	#dialog-normal .newleter-content { width:100%; margin-top:20px; }
	#frm_subscribe-normal { width:100%; }
	#blog_home .articles-inner { padding:0; border:0; }
	#blog_home .articles-image { width:100%; }
	#blog_home .aritcles-content { margin:20px 0 0; display:inline-block; width:100%; }
	.testimonial-container .module-title h2 { color:#333; }
	.banner-bottom .col1,.banner-bottom .col2 { margin-bottom:30px; }
	.banner-bottom1 { margin:20px 0 0; }
	.banner-bottom1 .col { display:inline-block; width:100%; margin-bottom:20px; }
	.banner-bottom1 .col3 { margin:0; }
	.brand-container { margin:30px 0 0; }
	.main-menu{
		width: 100% !important;
		padding: 0;
	}
	.copyright-text{
		text-align: center;
	}
	.footer-static { padding:0px 0 0px; }
	.footer-paypal { text-align:center; margin:20px 0 0; }
	.footer-paypal .fourpe { margin-top: 12px;} 
	.footer-static .container-inner { padding:10px 0 70px 0; }
	.footer-static .col {
		margin-bottom:20px;
	}
	.footer-static .col4 { padding:0; }
	.footer-static .col3 { border:0; }
	.footer-static .col.col1 .footer-title { display:block; }
	.footer-static .col .footer-title:after {
		content: "\f107";
		display: block;
		font-weight: 700;
		font-family: FontAwesome;
		font-size: 20px;
		position: absolute;
		right: 15px;
		top: 0;
		color: #b3936d;
	}
	.footer-static .footer-title { cursor:pointer; }
	.footer-static .footer-content {
		display:none;
	}
}
@media (max-width: 768px){
	.fix-nav {
		display: none;
	}
	.wrapper{
		padding: 0;
	}
	.owl-nav > div.owl-prev{
		left: 0;
	}
	.owl-nav > div.owl-next{
		right: 0;
	}
	.action-links button{
		width: 60px;
	}
	.common-home header, header {
    padding-top: 28px;
  }
 .common-home header{
  	padding-bottom: 0px !important;
  }
  header{
  	padding-bottom: 0px !important;
  }
  .fix-nav{
  	padding-top: 0px !important;
    position: fixed !important;
  }
  .fix-nav .box-top {
    padding-top: 5px !important;
	}
	.fix-nav .logosss{
		display: none;
	}
	.mobile-menu {
		margin-top: 15px;
	}
	.fix-nav .search-containers, .fix-nav .header-link, .fix-nav .cart-container {
    padding: 8px 0px;
	}
	#cart .dropdown-menu {
    right: -15px !important;
	}
	.toolbar {
		overflow: hidden;
	}

	#cmsblock-57 .col2 img {
	    max-height: 350px;
	}

	#cmsblock-57 .col3 img {
	    max-height: 315px;
	}
}
@media (max-width: 767px){
	input[name^="quantity["]{
		min-width: 40px;
		padding: 0;
		text-align: center;
	}
	.common-home header { position:relative; }
	header { text-align:center; }
	header .box-top { float:none; display:inline-block; margin-top:20px; text-align:left; }
	#search { width: 300px; }
	.search-containers .search-content { right:-25px; }
	.header-link .header-content .box-content { right:-61px; }
	#cart .dropdown-menu { right:-130px; }
	.home-welcome h2 { margin:20px 0; }
	.banner-static img { width:100%; }
	.banner-static .col .banner-content { top:100px; }
	.banner-static .col2 { margin:20px 0; }
	.banner-static .col3,.banner-static .col4 { margin-bottom:20px; }
	.banner-static .banner-content h2 { font-size:23px; }
	.banner-static .banner-content p { line-height:22px; font-size:14px; margin:30px 0 0; padding-left: 20px; padding-right: 20px; }
	.banner-static .col .banner-content img { width:auto; }
	.block-3 .nav-tabs{
		width: 100%;
	}
	.block-3 .nav-tabs li{
		display: inline-block;
	}
	.block-3 .nav-tabs li a{
		padding: 0 0 15px 0;
		margin-right: 20px;
	}
	.owl-nav{
		display: none;
	}
	#dialog-normal .newleter-content{
		padding: 0;
	}
	.banner-top .col { display:inline-block; width:100%; }
	.banner-top .col1 { margin-bottom:20px; }
	.banner-top .col p { display:inline-block; }
	.banner-top .banner-content { padding-top:13px; }
	.banner-center img { width:100%; }
	.banner-bottom .col { display:inline-block; width:100%; }
	.banner-bottom .col3 { margin-bottom:30px; }
	.product-list .caption { padding:0 15px; margin-top:30px; }
	.footer-static .footer-content .social-footer li { margin-bottom:10px; }
}
@media (max-width: 680px){
	.module-title h2 { font-size:25px; }
	.products2 .item-inner .image { width:100%; }
	.products2 .item-inner .caption { margin:20px 0 0; display:inline-block; width:100%; }
}
@media (max-width: 640px){	
	.container-fix > .container{
		clear: both;
	}
}
@media (max-width: 580px){	
	.quantity-box { display:inline-block; }
	.quantity-actions {  }
	.block-3 .nav-tabs li a { font-size:15px; margin-right: 13px; }
	.custom-products .product-list .product-thumb{
		margin: 0;
	}
	.product-list .product-inner{
		margin-top: 20px;
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
	}
}
@media (max-width: 480px){
	.toolbar { padding:0 0 20px; }
	.toolbar .toolbar3,.toolbar .toolbar2,.toolbar .toolbar1 {
		display:inline-block;
		width:25%;
		padding:0;
		float:left !important;
		text-align:left;
	}
	.toolbar3 { margin-bottom:20px; }
	#input-sort, #input-limit { padding:0; display:inline-block; width:auto; }
	.product-list .item-inner { margin-left:0; margin-bottom: 35px; }
	.module-title h2 { font-size:20px; }
	.footer-paypal ul li { margin-bottom:10px; }
	#subscribe .btn { padding:0 20px; font-size:14px; }
	#subscribe_email { font-size:12px; padding:0 100px 0 10px; }
	.banner-static .col .banner-content { top:20px; }
}
@media (max-width: 380px){
	#cart .dropdown-menu { min-width:inherit; right:-90px; width:300px; }
	.quantity-actions { margin:0; }
	.banner-static .col2,.banner-static .col3 { padding:20px 0; }
	.banner-static img { width:100%; }
	.block-2 .btn-compare, .block-2 .btn-wishlist { width:70%; margin-bottom:10px; }
	#button-cart2, #button-cart { width:70%; }
	.block-3 .nav-tabs li { width:100%; }
	
}

@media (max-width: 991px){
	.fix-nav {
		display: none !important;
	}
}

/*.hmenu-1 .right{
	display: none !important;
}
.hmenu-2 .left{
	display: none !important;
}
.hmenu-2 .right{
	float: left !important;
}
*/
@media (max-width: 1066px){
	.ul-top-items .li-top-item .a-top-link{
		font-size: 11px !important;
		padding: 15px 10px 20px 0px !important;
	}
}

@media (max-width: 1210px) and ( min-width:1066px){
	.ul-top-items .li-top-item .a-top-link{
		font-size: 12px !important;
		padding: 15px 15px 20px 0px !important;
	}
}

@media (max-width: 1366px) and ( min-width:1210px){
	.ul-top-items .li-top-item .a-top-link{
		font-size: 12px !important;
		padding: 15px 25px 20px 0px !important;
	}
}

@media (min-width:1366px){
	.ul-top-items .li-top-item .a-top-link{
		font-size: 14px !important;
    font-weight: 600 !important;
    padding: 15px 15px 15px 15px !important
	}
}

@media (max-width: 768px){
	.ul-top-items .li-top-item .a-top-link{
    font-size: inherit !important;
    padding: inherit !important;
	}
}

.ul-top-items .li-top-item .a-top-link .fa-caret-down{
	display: none;
}

.fix-nav .ul-top-items{
	padding-top: 18px;
}   

.fix-nav .box-top{
	padding-top: 20px;
}   


legend {
  color: #b3936d;
}

#input-enquiry {
	resize: none;
}


#cmsblock-59 .description{
  background: #b3936d;
  /*margin-top: 75px;*/
  margin-bottom: 0px;
}	
#cmsblock-59 .banner-bottom h2, #cmsblock-59 .banner-bottom p {
	color: #fff;
}
#cmsblock-59 .banner-bottom .icon-banner:before, #cmsblock-59 .banner-bottom .icon-banner:before {
	color: #fff;
	border-color: #fff;
}
/*.common-home footer{
	margin: 0px;
}*/


.mobile{
	display: none;
}
@media (max-width: 699px){	
		.banner-bottom .icon-banner {
			position: relative;
		}
		.banner-bottom .col-md-3 {
			width: 50%;
	    float: left;
		}
		.banner-bottom h2 {
    	font-size: 15px;
  	}
  	.banner-bottom .banner-text p {
  		display: none;
  	}
  	.banner-bottom .col1 {
  		margin-bottom: 0px;
  	}
  	.banner-bottom {
    	padding: 20px 0;
  	}
  	#logo img {
	    height: 55px !important;
    	margin-top: 4px;
		}

		.common-home .header-mob-1{
			padding: 0px;
		}
		.common-home .header-mob-2{
			padding: 0px;
    	margin-top: -28px;
    	float: right;
		}
		.common-home .header-mob-3{
			padding: 0px;
    	margin-top: -28px;
		}

		.header-mob-1{
			padding: 0px;
		}
		.header-mob-2{
			padding: 0px;
    	margin-top: -28px;
		}
		.header-mob-3{
			padding: 0px;
    	margin-top: -28px;
		}

		.desktop {
			display: none;
		}
		.mobile{
			display: block !important;
		}

		.information-contact .panel .col-sm-6 {
	    padding-right: 15px !important;
	    padding-left: 15px !important;
		}

		.form-com-sync .col-sm-9 {
			margin-top: 20px;
		}

		.cart-container {
			float:right;
			 padding: 10px 0 19px;
		}

		.header-link {
			padding: 8px 0 14px;
			margin: 0 3px;
		}

		.search-containers {
			float: right;
			padding:10px 0 16px;
		}

		.oc-menu-bar .left span, .oc-menu-bar .right {
			display: none;
		}

		.mobile-menu {
		    margin-right: -12px;
		}

		#cart-total {
			font-size: 18px;
		}
		#cart .dropdown-cart i {
	    font-size: 25px;
  	}
  	.header-link .header-content .material-symbols-outlined {
  		font-size: 28px;
  	}
  	.search-container i {
	    font-size:25px;
	  }
	  .mobile-menu .oc-menu-bar .left .fa {
	  	font-size: 25px;
	    margin-right: 15px;
	    margin-top: 15px;
		}

		
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {

	.container {
	    width: 100% !important;
	}

	#logo img {
		height: auto;
    margin-top: 12px;
	}


}

@media only screen and (min-width: 1066px) and (max-width: 1084px)  {

	.ul-top-items .li-top-item .a-top-link {
		padding: 15px 10px 20px 0px !important
	}

}

@media only screen and (min-width: 699px) and (max-width: 991px)  {

	.mobile-menu .oc-menu-bar .right {
		display: none;
	}

	.mobile-menu .oc-menu-bar .left span {
		display: none;
	}

	.mobile-menu .oc-menu-bar {
    margin-top: -25px;
    margin-right: -42px;
	}

	#cart-total {
		font-size: 18px;
	}
	#cart .dropdown-cart i {
    font-size: 30px;
	}
	.header-link .header-content .material-symbols-outlined {
		font-size: 32px;
	}
	.search-container i {
    font-size: 30px;
        margin-top: 15px;

  }
  .mobile-menu .oc-menu-bar .left .fa {
  	font-size: 30px;
    margin-right: 15px;
    margin-top: 15px;
	}

	.search-container, .header-link, .cart-container {
    margin-top: -30px;
  }


}

@media only screen and (min-width: 767px) and (max-width: 991px)  {

	.search-container, .header-link, .cart-container {
    margin-top: -5px;
  }

  .mobile-menu .oc-menu-bar .left .fa {
  	margin-top: 10px;
  }

  #cmsblock-59 p {
  	display: none;
  }

  #cmsblock-59 .col-sms-12 {
  	margin-bottom: 15px;
  }

  #cmsblock-59 .col-sms-12:nth-child(3){
  	    clear: both;
  }

}

@media only screen and (max-width: 599px)  {
	.mobile-menu {
		margin-right: 0px;
	}
}

.information-contact address, .information-contact strong {
  font-size: 16px;
  line-height: 35px;
}

.information-contact h1 {
	font-family: 'Montserrat', sans-serif;
}

.information-contact .panel {
	border: 0px solid transparent;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

/*.information-contact .panel .col-sm-6 {
	padding: 0px;
}*/

.information-contact .panel .col-sm-3 strong, .information-contact .panel .col-sm-6 strong {
	display: none;
}

.information-contact .panel .col-sm-3 .phone-lg {
  font-size: 2.5rem;
  line-height: 1.3;
}

.information-contact .panel .title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #b3936d;
    margin: 0 0 2rem;
}

.form-com-sync {
	margin-top: 55px;
}

.form-com-sync .col-sm-6 {
	float: left;
}

.form-com-sync .col-sm-9 {
	padding: 0px;
}

.form-com-sync input[type='text'] {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  border-radius: 0.75em;
  color: #b3936d;
  background-color: rgb(41 50 58 / 10%);
  border: 0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding: 0.2rem 1rem 0;
  height: 3.6em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

.form-com-sync textarea {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  border-radius: 0.75em;
  color: #b3936d;
  background-color: rgb(41 50 58 / 10%);
  border: 0;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  padding: 0.2rem 1rem 0;
  padding-top: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}


input[type='text'], textarea {
  height: 3em;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.footer-content .description {
	color: #b2b2b2 !important;
}

.mobile-menu .oc-menu-bar .left {
	float: right;
}

.mobile-menu .oc-menu-bar {
	padding: 0px;
}

.mobile-menu .oc-menu-bar .left .fa {
	color: #b3936d;
}

#product-product #button-cart {
	background: #1da400;
}

.block-2 .btn-compare, .block-2 .btn-wishlist {
	background: #b3936d;
	border: 2px solid #b3936d;
}

.category-info {
	margin-bottom: -25px;
}

#product-product .breadcrumb, .layer-category .breadcrumb {
	margin: -25px 0 50px 0;
}



#cmsblock-68 {
    padding-top: 80px;
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.instagram-text {
    text-align: center;
}
.instagram-text>b {
    display: block;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 55px;
}
.instagram-text>div {
    color: #3b3b3a;
    font-size: 15px;
    font-weight: 500;
}
.instagram-text>div>b {
    color: #b3936d;
}

@media only screen and (max-width: 899px)  {
	.instagram-text>b {
		    font-size: 22px;
	}
}

.category-info h2 {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
@media only screen and (min-width: 799px)  {
	.custom-products {
	    margin: 0px;
	    margin-right: -30px;
	}	
	.custom-products-row {
	    margin: 0 -15px !important;
	}
	.doan_info_box .product_detail_element_de_2 {
		padding-left: 0px;
	}
	.product_detail_element_de_2 {
		justify-content: left;
	}
}
.product-list .item-inner {
	margin-left: 0px !important;
}
.product-list .image {
	margin-bottom: -5px;
}
.mega-menu-container {
		background: #29323a !important;
    width: auto !important; 
    padding: 25px 15px 15px 15px !important;
    border: 0px !important;
}
.oc-menu .mega-menu-container .a-mega-second-link strong{
		font-size: 11.5px !important;
 	 	font-weight: 600 !important;
  	padding: 15px 5px 15px 5px !important;
}
.horizontal-menu .sub-menu-container {
    position: absolute;
    left: auto !important;
    width: 200px !important;
    z-index: 9999;
}
.page-title h1{
	font-size: 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: #b3936d !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  margin: 0 0 10px !important;
}

.horizontal-menu .ul-top-items .li-top-item:hover, .ul-top-items .li-top-item:hover .a-top-link {
  color: #ccc !important;
}
