/*------------------------------------------------------------------
[Table of contents]
1. Basic
2. News Letter / .news-letter
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Basic / body ]
*/
body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #fbf9f9;
    color: #898989;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
	max-width: 100%;
}
/*------------------------------------------------------------------
[2. News Letter / .news-letter ]
*/
.modal-news-letter {
    min-width: 800px;
    margin: 100px auto;
}
.news-letter {
    position: relative;
    height: 400px;
    background-image: url("news-letter.jpg");
    background-size: cover;
    text-align: center;
}
.news-letter-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    color: #ffffff;
    background-color: #977c61;
}
.news-letter-close:hover {
    color: #ffffff;
}
.news-letter h2 {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    color: #977c61;
    text-transform: uppercase;
}
.news-letter h3 {
    margin: 0 0 17px 0;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}
.form-news-letter {
    width: 387px;
    padding: 100px 0 70px 35px;
    text-align: center;
}
.form-news-letter-content {
    position: relative;
}
.form-news-letter p {
    font-size: 13px;
    line-height: 22px;
    color: #636363;
}
.news-letter-email {
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 45px;
    color: #898989;
    border: 1px solid #d7d7d7;
    outline: none;
}
.news-letter-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    color: #ffffff;
    text-align: center;
    background-color: #977c61;
    border: none;
    outline: none;
}
.news-letter-check {
    font-size: 12px !important;
}
.news-letter-check input {
    margin-right: 5px;
}
/*------------------------------------------------------------------*/
.content2 #tn_header {
    position: relative;
    margin-bottom: 60px;
    background-color: #352d25;
}
#tn_header {
    background-color: rgba(27,20,12,0.8);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.tn_header-top {
    border-bottom: 1px solid #1c1713;
}
.nav-social ul li {
    float: left;
}
.nav-social ul li a {
    display: block;
    height: 40px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
}
.nav-social ul li a i {
    margin-right: 5px;
}
.nav-account {
    float: right;
}
.nav-account ul li {
    float: left;
}
.nav-account ul li a {
    display: block;
    height: 12px;
    margin: 14px 0;
    padding: 0 5px;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    text-decoration: none;
}
.nav-account ul li:first-child a {
    border-right: 1px solid #ffffff;
}
.logo {
    margin-top: 30px;
}
/* == Nav Main == */
.nav-main > ul > li {
    float: left;
    position: relative;
}
.nav-main > ul > li > a {
    display: block;
    padding: 50px 15px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.tn_header-content.scroll .nav-main > ul > li > a {
	padding: 30px 15px;
}
.tn_header-content.scroll .logo {
	margin-top: 10px;
}
.tn_header-content.scroll .nav-cart > li > a {
	padding: 24px 15px;
}
.tn_header-content.scroll .button-cart > a > span {
	top: 25px;
}
.nav-main > ul > li:hover > a,
.nav-main > ul > li.active > a {
    color: #ffffff;
    background-color: rgba(27,20,12,0.8);
}
.nav-main > ul > li > a > i {
    margin-left: 10px;
}
.nav-main > ul > li:hover > .nav-main-sub {
    display: block;
}
.nav-main .nav-main-sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    width: 200px;
    background-color: #f7f6f5;
    animation-name: fadeInDown;
    animation-duration: 0.7s;
}
.nav-main-sub > li {
    position: relative;
}
.nav-main-sub > li > a {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #977c61;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
}
.nav-main-sub > li:hover > a {
    color: #363636;
}
.nav-main-sub > li > a > i {
    float: right;
}
.nav-main-sub > li:hover > ul {
    display: block;
}
.nav-main-sub2 {
    position: absolute;
    top: 0;
    right: -200px;
    display: none;
    z-index: 9;
    width: 200px;
    background-color: #f7f6f5;
    animation-name: fadeInRight;
    animation-duration: 0.7s;
}
.nav-main-sub2 > li > a {
    display: block;
    padding: 15px 0;
    margin: 0 15px;
    font-size: 12px;
    color: #898989;
    text-decoration: none;
}
.nav-main-sub2 > li:hover > a {
    font-weight: bold;
    color: #363636;
}
.nav-cart > li {
    float: left;
}
.nav-cart > li > a {
    display: block;
    padding: 50px 15px;
    font-size: 21px;
    color: #ffffff;
}
.button-search {
    position: relative;
}
.button-search:hover .form-search {
    display: block;
}
.form-search {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    padding: 15px;
    background-color: #f7f6f5;
    animation-name: fadeInDown;
    animation-duration: 0.7s;
}
.search-query {
    height: 40px;
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
}
.search-submit {
    position: absolute;
    padding:0 4px;
    top: 15px;
    right: 15px;
    height: 40px;
    border: none;
    color: #ffffff;
    background-color: #1b140c;
    text-transform: uppercase;
    line-height:40px;
}
.search-submit:hover{
    color:#ffffff;
    text-decoration:none;
    line-height:40px;
}
.button-cart > a {
    position: relative;
}
.button-cart > a > span {
    position: absolute;
    top: 50px;
    right: 10px;
    height: 15px;
    width: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    background-color: #e95c20;
    border-radius: 50%;
}
.nav-mobile-button {
    display: inline-block;
    padding: 44px 15px;
    font-size: 21px;
    color: #ffffff;
}
.nav-mobile-button:hover {
    color: #ffffff;
}
.tn_slider {
    margin-bottom: 60px;
}
#owl-slider .item img {
    width: 100%;
    height: auto;
}
#owl-slider .owl-pagination {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -32px;
}
#owl-slider .owl-page {
  float: left;
}
#owl-slider .owl-page span {
    display: block;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
}
#owl-slider .owl-page.active span {
    background-color: #ffffff;
}
#owl-slider .owl-buttons div {
    position: absolute;
    padding-top:10px;
    top: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    background-color: #30281e;
}
#owl-slider .owl-prev {
    left: 8%;
}
#owl-slider .owl-next {
    right: 8%;
}
.owl-feature .product-item-thumbnail img {
	height: 360px;
}
.tn_feature {
    margin-bottom: 20px;
}
.tn_new {
    margin-bottom: 20px;
}
.banner-top {
    text-align: center;
}
.banner-top a img {
    display: inline-block;
}
.tn_product-list {
    margin-bottom: 20px;
}
.tn_banner-bottom {
    margin-bottom: 50px;
}
.tn_brand {
    padding: 35px 0;
    background-color: #ebebeb;
}
.owl-brand .item {
    text-align: center;
	height: 60px;
	line-height: 60px;
}
.owl-brand .item a {
    display: block;
}
.owl-brand .owl-buttons div {
    position: absolute;
    top: 50%;
    padding:5px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    font-size: 12px;
    line-height: 25px;
    color: #838383;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
.owl-brand .owl-buttons div:hover {
    color: #ffffff;
    background-color: #977c61;
    border: 1px solid #977c61;
}
.owl-brand .owl-prev {
    left: -25px;
}
.owl-brand .owl-next {
    right: -25px;
}
.tn_blog{
    margin-top:220px;
}
.tn_blog-list {
    margin-bottom: 50px;
}
.heading {
    margin-bottom: 20px;
}
.heading-name {
    display: inline-block;
    height: 45px;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background-color: #977c61;
}
.heading-name::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 21px;
    margin-right: 10px;
    background-image: url(../img/bg-heading.png);
    background-repeat: no-repeat;
}
.heading-tabs {
    margin-right: 100px;
    border: none;
}
.heading-tabs>li {
    margin: 0;
}
.heading-tabs>li>a {
    margin: 0;
    padding: 0;
    height: 45px;
    font-size: 12px;
    line-height: 45px;
    color: #898989;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
}
.heading-tabs>li>a:hover {
    color: #977c61;
    background-color: transparent;
    border: none;
}
.heading-tabs>li>a::after {
    content: "/";
    color: #898989;
    margin: 0 5px;
}
.heading-tabs>li:last-child>a::after {
    content: "";
}
.heading-tabs>li.active>a, 
.heading-tabs>li.active>a:focus, 
.heading-tabs>li.active>a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #977c61;
    border: none;
    background-color: transparent;
}
.product-item {
	margin-bottom: 30px;
}
.product-item-thumbnail {
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #f0efee;
    text-align: center;
    background-color: #ffffff;
}
.product-item-thumbnail img {
    max-width: 100%;
    height: 240px;
    display: inline-block;
}
.product-item-sale {
    position: absolute;
    top: 17px;
    left: 25px;
    width: 60px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #e95c20;
}
.product-item-sale::after {
	content: "";
	position: absolute;
	top: 30px;
	left: 25px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e95c20;
}
.product-item-background {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(54,54,54,0.5);
    animation-name: zoomIn;
    animation-duration: 0.7s;
}
.product-item-thumbnail:hover .product-item-background {
    display: block;
}
.product-item-button {
    position: absolute;
    top: 50%;
    margin-top: -42.5px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 95px;
}
.product-item-button a {
    display: inline-block;
    height: 45px;
    width: 140px;
    line-height: 45px;
    color: #977c61;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #977c61;
}
.product-item-button a:hover,
.product-item-button a:focus,
.product-item-button a:active {
    color: #ffffff;
    background-color: #977c61;
    border: 1px solid #977c61;
}
.product-item-add {
    float:left;
    margin-bottom: 5px;
    animation-name: bounceInDown;
    animation-duration: 0.7s;
}
.product-item-view {
   
    animation-name: bounceInUp;
    animation-duration: 0.7s;
}
.product-item-price {
    height: 18px;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    color: #ed1c24;
}
.product-item-price-sale {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 14px;
    color: #959595;
    text-decoration: line-through;
}
.product-item-name,
.product-item-name a {
    height: 20px;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
}
.product-item-list {
    padding: 20px;
	margin: 0;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}
.product-item-image img {
    height: 145px;
}
.product-item-list-button a {
    padding:15px;
    display: inline-block;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #977c61;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #977c61;
}
.product-item-list-button a:hover {
    color: #ffffff;
    background-color: #977c61;
    border: 1px solid #977c61;s
}
.product-item-list .product-item-add {
    margin-right: 10px;
}
.product-item-list .product-item-add,
.product-item-list .product-item-view {
    animation: none;
}
.tn_category {
    padding-bottom: 80px;
    margin-top: 220px;
}
.category-title {
    margin: 0 0 15px 0;
    padding: 0;
    color: #977c61;
    text-transform: uppercase;
}
.category-image {
    margin-bottom: 30px;
}
.tn_category .product-item {
	margin-bottom: 30px
}
.banner-category {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.banner-category img {
    display: inline-block;
}
.category-list, 
.category-grid {
    margin-bottom: 70px;
}
.box-heading h2 {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    line-height: 45px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    background-color: #977c61;
}
.box-heading h2::before {
    content: "";
    display: inline-block;
    height: 14px;
    width: 21px;
    margin-right: 10px;
    background-image: url(../img/bg-heading.png);
    background-repeat: no-repeat;
}
.nav-category {
    padding: 30px 0;
}
.nav-category > ul > li {
}
.nav-category > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    color: #977c61;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-category ul li a:hover,
.nav-category ul li.active a {
    color: #363636;
    font-weight: bold;
}
.nav-category-sub {
    margin-bottom: 15px;
}
.nav-category-sub > li > a::before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.nav-category-sub > li > a {
    display: block;
    padding: 12px;
    font-size: 12px;
    color: #898989;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
}
.article-item {
    margin-bottom: 15px;
}
.article-item-image {
    text-align: center;
}
.article-item-image a {
    display: block;
    margin-bottom: 20px;
}
.article-item-image img {
    display: inline-block;
    height: 202px;
}
.article-item-info {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-style: italic;
    color: #959595;
}
.article-item-title,
.article-item-title a {
    height: 18px;
    overflow: hidden;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    color: #977c61;
    text-decoration: none;
}
.article-item-summary {
    margin: 0 0 15px 0;
    height: 40px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #898989;
    text-align: justify;
}
.article-item-readmore {
    font-size: 12px;
    font-style: italic;
    color: #977c61;
}
.breadcrumb {
    margin: 0;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 45px;
}
.breadcrumb > li > a {
    margin-right: 5px;
    font-size: 12px;
    color: #977c61;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumb > li + li:before {
    padding: 0 5px 0 0;
    content:"/";
}
.breadcrumb > .active {
    font-size: 12px;
    color: #898989;
    text-transform: uppercase;
}
.pagination {
    margin: 5px 0 5px 0;
    padding: 0;
}
.pagination>li>a, 
.pagination>li>a, 
.pagination>li>span {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 0 15px;
    margin-left: 5px;
    color: #898989;
    text-align: center;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    color: #ffffff;
    background-color: #977c61;
    border-color: #977c61;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
    border-radius: 0;
}
.nav-view a {
    padding:10px;
    display: inline-block;
    height: 34px;
    width: 34px;
    color: #898989;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ebebeb;
}
.nav-view a.active {
    color: #977c61;
}
.nav-sortby {
    float: right;
    margin-bottom: 25px;
}
.nav-sortby label {
    height: 34px;
    margin-right: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #363636;
    line-height: 34px;
}
.nav-sortby select {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
    outline: none;
}
.owl-p .owl-buttons div {
    position: absolute;
    top: -231px;
    padding:4px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    color: #838383;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
.owl-p .owl-buttons div:hover {
    color: #ffffff;
    background-color: #977c61;
    border: 1px solid #977c61;
}


.owl-p .owl-prev {
    right: 30px;
    left: -33px;
    background: url(img/prew1.png) no-repeat left !important;
    border: none !important;
}
.owl-p .owl-next {
    right: -33px;
    background: url(img/next1.png) no-repeat left !important;
    border: none !important;
}
.tn_product {
    margin-top:220px;
    margin-bottom: 80px;
}
#gallery_01 {
    margin-right: -10px;
}
#owl-product {
}
#owl-product .item {
    margin-right: 10px;
}
#owl-product .item img {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-right: 5px;
}
#owl-product .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    font-size: 12px;
    line-height: 25px;
    color: #838383;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}
#owl-product .owl-next {
    right: 0;
}
#owl-product .owl-prev {
    left: -10px;
}
.elevate-image {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.product-name {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #363636;
    text-transform: uppercase;
}
.product-price {
    padding-bottom: 20px;
    font-size: 18px;
    color: #ed1c24;
    border-bottom: 1px solid #ebebeb;
}
.product-price-on {
    margin-right: 10px;
}
.product-price-sale {
    color: #959595;
    text-decoration: line-through;
}
.product-description {
    padding: 30px 0;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
    text-align: justify;
    border-bottom: 1px solid #ebebeb;
}
.product-select-group {
    width: 100%;
    overflow: hidden;
    padding: 15px 0 25px 0;
    border-bottom: 1px solid #ebebeb;
}
.product-select-group label {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #363533;
    line-height: 30px;
}
.product-quantity-group {
    width: 40%;
	float: left;
}
.product-quantity-group span {
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    color: #363533;
    line-height: 45px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.product-quantity {
    float: left;
    height: 45px;
    width: 80px;
    margin: 0 10px;
    line-height: 45px;
    color: #363533;
    text-align: center;
    border: 1px solid #ebebeb;
    outline: none;
}
.product-add,
.product-add:hover {
    display: inline-block;
    height: 45px;
    padding: 0 25px;
    line-height: 45px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #977c61;
}
.product-image {
    margin-bottom: 110px;
}
.product-select-group .selector-wrapper {
	width: 30%;
	float: left;
}
.product-select-group .selector-wrapper select {
	height: 45px;
	width: 100%;
	color: #363533;
	font-size: 14px;
	line-height: 45px;
	padding: 0 10px;
	border: 1px solid #ebebeb;
}
.product-tab {
    margin-bottom: 70px
}
.product-tab .nav-tabs > li > a,
.product-tab .nav-tabs > li > a:hover {
    padding: 0 70px;
    margin: 0;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    color: #252525;
    text-transform: uppercase;
    border-radius: 0;
}
.product-tab .nav-tabs > li.active > a, 
.product-tab .nav-tabs > li.active > a:focus, 
.product-tab .nav-tabs > li.active > a:hover {
    color: #977c61;
    background-color: #ffffff;
    border-top: 2px solid #898989;
    border-bottom: none;
}
.product-tab .tab-pane {
    padding: 25px;
    border: 1px solid #ebebeb;
    border-top: none;
    background-color: #ffffff;
}
.owl-related .product-item-thumbnail img {
    height: 165px;
}
.tn_cart {
    margin-top:220px;
	padding-bottom: 100px;
}
.table-cart {
	margin-bottom: 0;
}
.table-cart th,
.table-cart td {
    text-align: center;
    font-size: 14px;
    color: #977c61;
    text-transform: uppercase;
    font-weight: normal;
    vertical-align: middle !important;
	background-color: #ffffff;
}
.table-cart th {
    height: 65px;
}
.table-cart > thead > tr > th {
	background-color: #977c61;
	color: #ffffff;
}
.citem-quantity {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  text-align: center;
  outline: none;
}
.citem-remove,
.citem-remove:hover {
  color: #977c61;
}
.table-cart-total {
	border: 1px solid #ebebeb;
}
.table-cart-total > tbody > tr > td {
	padding: 15px;
	font-size: 14px;
	color: #977c61;
	text-transform: uppercase;
	background-color: #ffffff;
}
.cart-btn-continue,
.cart-btn-checkout,
.cart-btn-update {
	display: inline-block;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 40px;
    color: #977c61;
    text-transform: uppercase;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #977c61;
}
.cart-btn-continue:hover,
.cart-btn-checkout:hover,
.cart-btn-update:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #977c61;
}
.cart-title {
	margin: 0 0 15px 0;
    padding: 0;
	color: #977c61;
}
.aitem-content img {
	max-width: 100%;
}
.article-comment {
    border-top: 1px solid #ebebeb;
}
.article-comment h2 {
    margin: 0;
    padding: 30px 0;
    font-size: 18px;
    color: #977c61;
    text-transform: uppercase;
}
.comments {
    border-bottom: 1px solid #ebebeb;
}
.comment-item {
    margin-bottom: 30px;
}
.comment-item h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #363533;
    text-transform: uppercase;
}
.comment-item time {
    font-style: italic;
    padding-bottom: 10px;
}
.comment-item p {
    font-style: italic;
    margin-top: 10px;
}
.form-comment {
	margin-bottom: 15px;
}
.form-comment label {
  font-size: 14px;
  font-weight: normal;
  color: #464646;
}
.form-comment label span {
  color: #ff0000;
}
.comment-name,
.comment-email,
.comment-body {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  line-height: 40px;
  padding: 0 10px;
}
.comment-submit {
  height: 46px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #977c61; 
}
.article-title {
	font-size:18px;
	color: #977c61;
}
.article-image {
	text-align: center;
}
.article-image a {
	display: block;
    margin-bottom: 20px;
}
.article-info {
	margin: 0 0 20px 0;
    font-size: 12px;
    font-style: italic;
    color: #959595;
}
.tn_login,
.account,
.address,
.register,
.tn_page,
.tn_contact {
	padding-bottom: 100px;
}
.form-style h1,
.form-style h2 {
	margin: 0;
    padding: 30px 0;
    font-size: 14px;
    color: #977c61;
    text-transform: uppercase;
}
.form-style label {
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #977c61;
	width: 100%;
}
.form-style label span {
	color: #ff0000;
}
.form-text {
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	outline: none;
}
.form-checkbox {
	margin-right: 5px !important;
}
.form-textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	outline: none;
}
.form-style .form-link {
	color: #977c61;
	line-height: 32px;
	display: block;
}
.form-button {
	display: inline-block;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #977c61;
    border: none;
}
.form-button:hover {
	text-decoration: none;
    color: #977c61;
    background-color: #ffffff;
	border: 1px solid #977c61;
}
.address-edit .form-text {
	height: 40px;
	line-height: 40px;
	padding: 10px
}
.address-edit label {
	line-height: 20px;
}
.address-add {
	margin-top: 20px;
}
.reset-password {
	padding-bottom: 100px;
}
#map {
	width: 100%;
	height: 413px;
}
#tn_footer {
    background-color: #352d25;
}
.tn_footer-top {
    padding: 50px 0;
}
.footer-menu {
    min-height: 270px;
}
.footer-menu h2 {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 32px;
    color: #fefefe;
    text-transform: uppercase;
}
.footer-menu ul {
    margin-top: 15px;
}
.footer-menu ul li {
    overflow: hidden;
}
.footer-menu ul li::before {
    content: "";
    display: inline-block;
    margin: 10px 10px 0 0;
    height: 7px;
    width: 10px;
    float: left;
    background-image: url(../img/bg-footer-menu.png);
}
.footer-menu ul li a,
.footer-menu ul li p {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
    color: #898989;
    text-decoration: none;
}
.footer-menu ul li i {
    float: left;
    margin: 6px 10px 10px 0;
}
.footer-about > p {
    font-size: 13px;
    margin: 20px 0;
    color: #898989;
}
.footer-about ul li::before {
    display: none;
}
.form-footer-news-letter {
    position: relative;
}
.footer-news-letter-email {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    color: #898989;
    background-color: #ffffff;
    outline: none;
    border: none;
}
.footer-news-letter-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #ffffff;
    color: #352d25;
    border: none;
    outline: none;
}
.footer-news-letter p {
    font-size: 13px;
    margin: 20px 0;
    color: #898989;
}
.footer-news-letter ul {
    margin-top: 25px;
}
.footer-news-letter ul li {
    float: left;
}
.footer-news-letter ul li::before {
    display: none;
}
.footer-news-letter ul li a {
    height: 45px;
    width: 45px;
    padding: 15px;
    margin-right: 10px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #898989;
}
.footer-news-letter ul li i {
    margin: 0;
    float: none;
}
.footer-copyright {
    background-color: #292018;
    padding: 15px 0;
}
.footer-copyright p {
    color: #807f7d;
    margin: 0;
    padding: 0;
}
.footer-copyright p span,
.footer-copyright p a {
    color: #ffffff;
}
.nav-payments {
    float: right;
}
.nav-payments ul {
    text-align: center;
}
.nav-payments ul li {
    float: left;
    margin-right: 10px;
}
.nav-payments ul li a {
    display: block;
    margin: 5px 10px 5px 0;
}
.logo-footer {
	display: block;
	margin-top: 30px;
    margin-bottom: 25px;
}
.form-style ul li::before {
	display: none;
}
.minus{
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    color: #363533;
    line-height: 45px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
.qty{
        float: left;
    height: 45px;
    width: 80px;
    margin: 0 10px;
    line-height: 45px;
    color: #363533;
    text-align: center;
    border: 1px solid #ebebeb;
    outline: none;
}
.plus{
    display: inline-block;
    float: left;
    width: 45px;
    height: 45px;
    color: #363533;
    line-height: 45px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
@media (max-width: 768px) {
    .modal-news-letter {
        min-width: 320px;
        margin: 35px auto;
    }
    .news-letter {
        height: 320px;
    }
    .form-news-letter {
        width: 290px;
        padding: 20px 0 70px 35px;
    }
    #tn_header {
        position: relative;
    }
    .logo {
        text-align: center;
    }
    .nav-mobile-button,
    .nav-cart > li > a {
        padding: 20px 15px;
        font-size: 16px;
    }
    .button-cart > a > span {
        top: 20px;
    }
    .form-search {
        right: -53px;
    }
    .heading-tabs {
        margin-right: 0;
    }
    #owl-slider .owl-pagination {
        margin-left: -30px;
    }
    #owl-slider .owl-page span {
        height: 10px;
        width: 10px;
    }
    #owl-slider .owl-buttons div {
        display: none;
    }
    #owl-slider .owl-pagination {
        bottom: 15px;
    }
    .heading-name {
        display: block;
        text-align: left;
    }
    .owl-p .owl-buttons div {
        top: -115px;
        width: 15px;
        font-size: 25px;
        color: #ffffff;
        background-color: transparent;
        border: none;
    }
    .owl-p .owl-next {
        right: 10px;
    }
    .owl-brand .owl-next {
        right: 0;
    }
    .owl-brand .owl-prev {
        left: 0;
    }
    .product-image {
        margin-bottom: 30px;
    }
    .product-quantity-group {
        width: 100%;
    }
    .product-tab .nav-tabs > li {
        width: 100%;
    }
    .product-tab .nav-tabs > li > a, .product-tab .nav-tabs > li > a:hover {
        padding: 0 15px;
        text-align: center;
        border: 1px solid #ebebeb;
    }
	.nav-sortby {
		margin-bottom: 15px;
		overflow: hidden;
	}
	.cart-btn-continue {
		margin-bottom: 15px;
	}
	.product-item-button a {
		height: 35px;
		line-height: 35px;
		width: 105px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    #tn_header {
        position: relative;
    }
    .modal-news-letter {
        min-width: 600px;
    }
    .logo {
        text-align: center;
    }
    .product-tab .nav-tabs > li > a, 
    .product-tab .nav-tabs > li > a:hover {
        padding: 0 45px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-main > ul > li > a {
        padding: 20px 15px;
    }
    .product-item-thumbnail img {
        height: 191px;
    }
    .product-quantity-group {
        width: 50%;
    }
}
@media (min-width: 1200px) {
}
/*Design*/
.tn_article{
    margin-top:220px;
}
.tn_page{
    margin-top:220px;
}
.tn_contact{
     margin-top:220px;
}
.tn_login{
    margin-top:220px;
}
.register{
    margin-top:220px;
}
@media (max-width: 768px) {
   .tn_category {
       margin-top:0px;
   }
   .product{
       margin-top:0px;
   }
   .tn_blog{
       margin-top:0px;
   }
   .tn_article{
    margin-top:0px;
}
   .tn_page {
        margin-top:0px;
    }
   .tn_contact {
        margin-top:0px;
    }
   .tn_login {
        margin-top:0px;
    }
   .tn_register {
        margin-top:0px;
    }
   tn_cart{
       margin-top:0px;
   }
}
.d_page a{
    border:1px solid #efefef;
    padding:10px;
}
.d_page b{
    border:1px solid #efefef;
    padding:10px;
     color : red;
}
.nav-category-sub:hover .nav-category-sub-2{
    display:block;
}
.nav-category-sub-2
{
    display:none;  
    margin-left:15px;
}
.nav-category-sub-2 li>a::before
{
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.nav-category-sub-2 li>a
{
    display: block;
    padding: 12px;
    font-size: 12px;
    color: #898989;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    animation-name:fadeInDown;
    animation-duration:0.7s; 
}