body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #897662;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
}

.gf1 {
    font-family: 'Ubuntu', sans-serif;
}
.gf2 {
    font-family: 'Ubuntu', sans-serif;
}

.rowPad {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rowPad_md {
    padding-top: 30px;
    padding-bottom: 30px;
}

.rowPad_lg {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mobile_only {
    display: none;
}

a {
    color: #673209;
}

a:hover {
    color: #000;
}

a:focus {
    text-decoration: none;
}
a, a:hover, a:active, a:focus {
   outline: 0;
   transition: background-color .40s ease-in-out, color .40s ease-in-out;
   -moz-transition: background-color .40s ease-in-out, color .40s ease-in-out;
   -webkit-transition: background-color .40s ease-in-out, color .40s ease-in-out;

}

.secondary {
    background: #171512;
    color: #fff;
}

.navbar {
    border: none !important;
    border-top: 6px solid #171512 !important;
    min-height: 0px;
    color: #fff;
    font-size: 12px;
    background: #1f1b18;

}

.navbar a {
    color: #fff;
}

.navbar span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .container > .navbar-header {
    float: right;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    background-color: #8a501a;
    border-color: #8a501a;
    color: #fff;
}
.btn-primary:hover {
    background-color: #fff;
    color: #8a501a;
    border-color: #8a501a;
}

.form-control  {
    border-radius: 0px;
    color: #796f6f;
}


footer {
/*    border-top: 1px solid #e7e8e8;*/
/*    background-color: #fff;*/
    color: #796f6f;

}

footer .top {
    border-top: 2px solid #dedede;
    padding-top: 30px;
    margin: 0 15px;
    position: relative;
    clear: both;
}

footer .top:before {
    position: absolute;
    top: -3px;
    height: 4px;
    width: 4px;
    outline: 4px solid #fff;
    content: '';
    background: #dedede;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

footer .top:after {
    position: absolute;
    top: -3px;
    height: 4px;
    width: 4px;
    outline: 4px solid #fff;
    content: '';
    background: #dedede;
    right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


footer .bottom {
    border-bottom: 2px solid #dedede;
    padding-top: 30px;
    margin: 0 15px;
    position: relative;
    clear: both;
    margin-bottom: 15px;
}

footer .bottom:before {
    position: absolute;
    bottom: -3px;
    height: 4px;
    width: 4px;
    outline: 4px solid #fff;
    content: '';
    background: #dedede;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

footer .bottom:after {
    position: absolute;
    bottom: -3px;
    height: 4px;
    width: 4px;
    outline: 4px solid #fff;
    content: '';
    background: #dedede;
    right: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

section.page {
    padding-bottom: 112px;
    background-color: #897662;
    padding-top: 37px;
    background: url(../img/bg01.jpg) repeat-x top, url(../img/bg02.jpg) repeat-x bottom center;
}

section.page .container {
/*    border-left: 1px solid #c7d9e1;
    border-right: 1px solid #c7d9e1;*/
/*    background-color: #fff;*/
}

footer a {
    color: #ead6c4;
}

footer.secondary {
    color: #ead6c4;
}

footer h5 {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    font-size: 20px;
    color: #9e6427;
/*    padding-top: 30px;*/
    margin: 0px 0px 30px 0px;
/*    background-image:url(../img/baseline_bg.png);*/
    background-position: bottom;
    background-repeat: repeat-x;
}
footer h5 strong {
    font-weight: 400;
    display: inline-block;
/*    background-color: #f6f6f6;*/
    padding-right: 10px;
}

footer h6 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

footer ul.links {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: block;
    float: left;
}

footer #footer_nav {
    border: 1px solid #dedede;
    border-top: 0;
    border-bottom: 0;
    min-height: 240px;
    margin-bottom: 30px;
}

footer ul.links li {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
/*    background-image:url(../img/footer_ul_li_bg.png);*/
    background-size: 7px 7px;
    background-position: left;
    background-repeat: no-repeat;
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


footer ul.social {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
}

footer ul.social li {
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
}
footer ul.social li a {
    color: #9f6427;
    font-size: 22px;
}
footer ul.social li a:hover {
    color: #ead6c4;
    text-decoration: none;
}


header {
    position: relative;
    min-height: 120px;
    margin-bottom: 10px;
}
header div#logo {
    position: absolute;
    top: -30px;
    left: -20px;
}

header div#logo.top {
    z-index: 1500;
}





header div#logo a {
    display: block;
    width: 442px;
    height: 157px;
    background-image:url(../img/logo.png);
    background-size: 159 93px;
}



header div#search {
    position: absolute;
    bottom: 9px;
    right: 0px;
    width: 380px;
}

header div#search .form-control {
    background: #171512;
    border: 1px solid #f3f3f3;
    color: #fff;
}

header div#search .btn {
    background: #171512;
    border: 1px solid #f3f3f3;
    border-left: 0;
}

header div#search .form-control, header div#search .btn {
    line-height: 44px;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
}

header div#search .form-control {
    border-right:0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
}

header div#search .btn .fa{
    font-size: 22px;
    color: #89501a;
}

header div#slogan {
    font-size: 18px;
    color: #adacac;
    font-style: italic;
    position: absolute;
/*    top: 88px;
    left: 310px;*/
    top: -9999px;
    left:-9999px;


}

header div#strap {
    left: 422px;
    right: 380px;
    padding: 0 15px 10px 15px;
    position: absolute;
    font-size: 24px;
    color: #8a501a;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 700;
    line-height: 1.4em;
}

header div#telephone {
    position: absolute;
    right: 0px;
    top: 15px;
    color: #fff;
    font-size: 13px;
}

header div#telephone span {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    padding-left: 6px;
}

header div#telephone span i {
    color: #fff;
}

nav#main_navigation > ul#user_links.nav-pills > li i.fa {
    font-size: 18px;
}

nav#main_navigation {
    padding: 5px;
}

nav#main_navigation .dropdown:not(.basket)>a:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    content: '\f0d7';
    font-family: FontAwesome;
    text-align: center;
    line-height: 15px;
}

nav#main_navigation .dropdown-menu {
    min-width: 280px;
    font-size: 12px;
}

nav#main_navigation .dropdown-menu a {
    padding: 5px 15px;
    color: #000;
    display: block;
}

nav#main_navigation .dropdown-menu .table > tbody > tr > td {
    padding: 5px;
}


nav#main_navigation .dropdown-menu .img-thumbnail {
    display: block;
    width: 47px;
    height: 47px;
    max-width: 47px;
    min-width: 47px;
}

nav#main_navigation .dropdown-menu td.text-right {
    white-space: nowrap;
}
nav#main_navigation .dropdown-menu p.text-right {
    text-align: center;
}


nav#main_navigation sup {
    color: #efa404;
    font-size: 90%;
}

nav#main_navigation {
    background-color: #d3baa3;
    display: block;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
}

nav#main_navigation ul#main_links {
    float: left;
}
nav#main_navigation ul#user_links {
    float: right;
    margin: -5px;
    padding: 5px;
    background: #8a501a;
}

nav#main_navigation > ul > li > a {
    color: #171512;
}

nav#main_navigation > ul > li > a strong {
    font-weight: normal;
    display: inline-block;
    padding-left: 10px;
}


nav#main_navigation > ul#mobile_menu_trigger {
    display: none;
    float: left;
}

nav#main_navigation ul#main_links li.home {
    border-right: 1px solid #171512;
}

nav#main_navigation > ul.nav-pills > li {
    margin-left: 0px;
}
nav#main_navigation > ul.nav-pills > li > a {
    border-radius: 0px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
}

nav#main_navigation > ul.nav-pills > li > a:hover {
    background-color: rgba(0,0,0,0.2);
}

nav#main_navigation > ul#user_links.nav-pills > li {
    background-color: #8a501a;
    border-left: 1px solid #fff;
}


nav#main_navigation > ul#user_links.nav-pills > li a {
    color: #fff;
}

nav#main_navigation > ul > li.wishlist {
    border-left: 0 !important;
}

nav#main_navigation > ul#user_links.nav-pills > li.open > a {
    background-color: #060504;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(0,0,0,0.2) !important;
}

.nav > li > a:focus {
    background-color: #060504;
}


#slideshow0 {
    margin-bottom: 30px;
}

#slideshow1 {
    margin-bottom: 30px;
}

#slideshow0 .owl-buttons {
    display: none;
}

#heroBanners {
    margin-bottom: 30px;
}

#heroBanners .slide {
    min-height: 480px;
    text-align: center;
    display: block;
    color: #f2d9c2;
    position: relative;
    overflow: hidden;
}

#heroBanners .slide h2:after {
    background: url(../img/bats.png) no-repeat center;
    content: '';
    display: block;
    width: 111px;
    height: 80px;
    top: -81px;
    left: 70%;
    position: absolute;
}

#heroBanners .slide h2 {
    font-size: 26px;
    font-weight: 400;
    position: relative;
}

#heroBanners .slide h2 strong {
    font-size: 70px;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

#home_carousel div.item img {
    width: 100%;
}

#home_mobile_carousel {
    margin-bottom: 30px;
}
#home_mobile_carousel div.item img {
    width: 100%;
}

#mobile_sidebar_trigger {
    display: none;
    clear: both;
    float: left;
    width: 100%;
}

div.product_carousel {
    clear: both;
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}



div.product_carousel div.header {
    border-bottom: 1px solid #060504;
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0px 15px 30px 15px;
}


div.product_carousel div.header h2 {
    color: #060504;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.product_carousel div.header h2 strong {
    display: inline-block;
    background-color: #8a7762;
    padding-right: 10px;
    font-weight: 700;
    margin-bottom: -1px;
    line-height: 30px;
}

div.product_carousel div.item a {
    display: block;
    padding: 0px 15px 0px 15px;
}
div.product_carousel div.item a:hover {
    text-decoration: none;
}
div.product_carousel div.item img {
    width: 100%;
}
div.product_carousel div.item div.image {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #c9c8c8;
}

div.product_carousel div.item div.image > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(138, 80, 26, 0.6);
/*    background-image:url(../img/overlay_bg.png);*/
    opacity: 0;

   transition: opacity .40s ease-in-out;
   -moz-transition: opacity .40s ease-in-out;
   -webkit-transition: opacity .40s ease-in-out;

}
div.product_carousel div.item a:hover div.image > div {
    opacity: 1;
}
div.product_carousel div.item div.image > div > span {
    position: absolute;
    bottom: 30px;
    left: 25%;
    width: 50%;
    background-color: #fff;
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: none;
}
div.product_carousel div.item div.image > div > span i {
    padding-left: 4px;
}

div.product_carousel div.item div.text {
    color: #171512;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
/*    margin-bottom: 10px;*/
}

div.product_carousel div.item div.aj_price {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

div.product_carousel div.item div.reviews {
    text-align: center;
}
div.product_carousel div.item div.reviews img {
    width: 81px;
    height: 14px;
}

#homeServices {
    padding: 30px;
    text-align: center;
}


div.frame {
/*    border: 2px solid #c9c8c8;
    border-left:0;
    border-right:0;*/
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

/*div.frame:before {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_top.png) repeat-x center;
    content: '';
    clear: both;
}

div.frame:after {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_bottom.png) repeat-x center;
    content: '';
    clear: both;
}
*/
div.frame > div.row > div {
    border-right: 1px solid #c9c8c8;
}

div.frame div.bl {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 22px;
    height: 38px;
    background-image:url(../img/frame_bl.png);
    display: none;
}

div.frame div.br {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 22px;
    height: 38px;
    background-image:url(../img/frame_br.png);
    display: none;
}

div.frame div.tl {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 22px;
    height: 38px;
    background-image:url(../img/frame_tl.png);
    display: none;
}

div.frame div.tr {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 22px;
    height: 38px;
    background-image:url(../img/frame_tr.png);
    display: none;
}

div.frame div.box {
    background-size: 80px 80px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 80px 30px 30px 30px;
    text-align: center;
    margin-top: 20px;
    color: #796f6f;
}

div.frame div.box.service_1 {
    background-image:url(../img/box_i_buying.png);
}

div.frame div.box.service_2 {
    background-image:url(../img/box_i_tools.png);
}

div.frame div.box.service_3 {
    background-image:url(../img/box_i_delivery.png);
}

div.frame div.box h3 {
    font-size: 20px;
    color: #060504;
/*    background-image:url(../img/box_h3_bg.png);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0px 0px 0px 0px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}

div.frame div.box h3 span {
    display: block;
}
div.frame div.box a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    color: #9f6427;
    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
}

div.frame div.box a:hover {
    text-decoration: none;
    background-color: #9f6427;
    color: #fff;
}

div.frame div.box div.text {
    margin-bottom: 15px;
}

div.base_banner {
    margin: 0px 0px 30px 0px;
}
div.base_banner img {
    width: 100%;
}

div.testimonials {
    color: #171512;
    background: #d3baa3;
    position: relative;
    font-weight: 400;
}

.information-information div.testimonials:before {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_top.png) repeat-x center;
    content: '';
    clear: both;
}

.information-information div.testimonials:after {
    display: block;
    padding-bottom: 34px;
    background: url(../img/frame_bottom.png) repeat-x center;
    content: '';
    clear: both;
}

.information-information div.testimonials div.header h4 {
    background: #fff;
    color: #D8D8D8;
}

#testimonial_carousel {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

div.testimonials div.header {
    text-align: center;
/*    background-image:url(../img/h4_bg.jpg);*/
    background-position: center;
    background-repeat: repeat-x;
}

div.testimonials div.header h4 {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    /*background-color: #171512;*/
/*    padding: 0px 10px 0px 10px;*/
    margin: 0 0 15px 0;
    color: #8a501a;
    text-transform: uppercase;
    font-weight: 400;
}

/*div.testimonials div.header h4:before {
    background-image:url(../img/h4_bg-l.png);
    content: '';
    display: inline-block;
    width: 15px;
    height: 6px;
    vertical-align: middle;
    margin: 5px;
}

div.testimonials div.header h4:after {
    background-image:url(../img/h4_bg-r.png);
    content: '';
    display: inline-block;
    width: 15px;
    height: 6px;
    vertical-align: middle;
    margin: 5px;
}*/

div.testimonials div.item {
    text-align: center;
    padding-bottom: 30px;
}

div.testimonials div.decal {
    position: absolute;
    bottom:-5px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 9px;
    background-image:url(../img/testimonials_decal.png);
}

ul.breadcrumb,
ol.breadcrumb {
/*    border-top: 1px solid #e7e8e8;
    border-bottom: 1px solid #e7e8e8;*/
    background-color: transparent;
    font-size: 13px;
    border-radius: 0;
    color: #a1a1a1;
    margin: 15px 0px 15px 0px;
}
ul.breadcrumb a,
ol.breadcrumb a {
    color: #fff;
}
.breadcrumb > .active {
    color: #fff;
}
ul.breadcrumb a:hover, 
ol.breadcrumb a:hover {
    color: #9f6427;
}

#pageHead {
    padding: 30px;
}

#pageHead h1 {
    color: #171512;
    text-align: center;
    font-size: 26px;
    margin: 0;
}

.container .jumbotron {
/*    border: 2px solid #c9c8c8;*/
    background: #171512;
    border-radius: 0px;
    padding: 15px;
    position: relative;
}
.container .jumbotron .second_border {
    padding: 40px 30px 40px 30px;
    border: 1px solid #39332c;
    background-color: #171512;
    background-position: top right;
    background-repeat: no-repeat;
    background-image:none !important;
}

.container .jumbotron h1 {
    color: #f1d8c1;
    font-size: 26px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
}

.container .jumbotron p {
    color: #f1d8c1;
    font-size: 17px;
/*    padding-right: 400px;*/
    display: block;
    max-width: 900px;
    padding: 0 50px;
    margin: 0 auto;
    text-align: center;
}


.container .jumbotron div.bl {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/jumbotron_frame_bl.png);
    display: none;
}
.container .jumbotron div.br {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/jumbotron_frame_br.png);
    display: none;
}
.container .jumbotron div.tl {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/jumbotron_frame_tl.png);
    display: none;
}
.container .jumbotron div.tr {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/jumbotron_frame_tr.png);
    display: none;
}
/*
.container .jumbotron:before {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_top.png) repeat-x center;
    content: '';
    clear: both;
}

.container .jumbotron:after {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_bottom.png) repeat-x center;
    content: '';
    clear: both;
}
*/


p.fake_header.h2 {
    color: #060504;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #171512;
    padding-bottom: 15px;
    margin: 0px 0px 15px 0px;
    position: relative;

}

/*
p.fake_header.h2:before {
    display: block;
    background:#dbdada;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    -webkit-border-radius: 5px;
border-radius: 5px;
}

p.fake_header.h2:after {
    display: block;
    background:#dbdada;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0;
    -webkit-border-radius: 5px;
border-radius: 5px;
}*/
aside ul.side_menu {
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}
aside ul.side_menu > li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #171512;
    position: relative;
}

aside ul.side_menu > li a.link_label {
    color: #060504;
    font-size: 17px;
    display: block;
    width: 100%;
/*    text-transform: uppercase;*/

    padding: 4px 0px 4px 0px;
}

aside ul.side_menu > li a.link_label.selected {
    font-weight: 900;
}

aside ul.side_menu li.child_selected a{
    font-weight: 900;
}

aside ul.side_menu > li a.link_label:hover {
    /*background-color: #f4f4f4;*/
    text-decoration: none;
}

aside ul.side_menu > li a.link_control {
    display: block;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 34px;
    height: 34px;
    z-index: 1;
    background-size: 17px 17px;
    background-position: center;
    background-image:url(../img/aside_link_control_collapse.png);
    background-repeat: no-repeat;
    overflow:hidden;
    text-indent: 40px;
}
aside ul.side_menu > li  a.link_control.collapsed {
    background-image:url(../img/aside_link_control_expand.png);
}

aside ul.side_menu > li > ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #dbdada;
}
aside ul.side_menu > li > ul li {
    padding:  0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
aside ul.side_menu > li > ul li:first-child {
    padding-top: 5px;
}
aside ul.side_menu > li > ul li:last-child {
    padding-bottom: 5px;
}
aside ul.side_menu > li > ul li a {
    color: #796f6f;
    font-size: 14px;
    display: block;
    padding: 2px 0px 2px 15px;

}
aside ul.side_menu > li > ul li a:hover {
    text-decoration: none;
}


div.category_controls {
    border-bottom: 1px solid #171512;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}
/*
div.category_controls:before {
    display: block;
    background:#dbdada;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    -webkit-border-radius: 5px;
border-radius: 5px;
}

div.category_controls:after {
    display: block;
    background:#dbdada;
    border: 3px solid #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    content: '';
    bottom: -6px;
    right: 0;
    -webkit-border-radius: 5px;
border-radius: 5px;
}*/

div.category_controls div.category_label {
    text-align: left;
    clear: both;
    width: 100%;
}
div.category_controls div.category_label h2 {
    display: block;
    clear: both;
    width: 100%;
    color: #796f6f;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0px;
    margin: 0px 0px 0px;
}


div.category_controls .btn {
    padding: 4px 12px;
    border: #171512 solid 1px;
    font-size: 12px;
    color: #171512;
    background: #8a7762;
}

div.category_controls .btn .caret {
    color: #796f6f;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid #060504;
    margin-left: 2em;
}

div.category_controls.just_a_heading {
    padding-bottom: 5px;
}


div.display_modes {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.display_modes > div {
    float: left;
}
div.display_modes > div.display_modes_label {
    padding: 3px 10px 0px 0px;
}

div.display_modes > div.display_modes_option a {
    font-size: 22px;
    display: block;
    padding: 0px 4px 0px 4px;
    color: #171512;
    opacity: 0.5;
}
div.display_modes > div.display_modes_option a.active {
    opacity: 1;
}



ul.product_list {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul.product_list li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;

}

ul.product_list.list_mode li {
    width: 100%;
}

ul.product_list.grid_mode li {
    width: 33.33%;
}



/* STANDARD PRODUCT LISTING */
div.product {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

div.product div.text {
    padding-left: 300px;
    min-height: 300px;
    /*border-bottom: 1px solid #ecebeb;*/
    margin-bottom: 30px;
}

div.product div.text div.name h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.product div.image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 270px;
    border:1px solid #dbdada;
}

div.product div.image img {
    width: 100%;
}



div.product div.text div.name h2 {
    font-size: 16px;
    color: #171512;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
div.product div.text div.name h2 a {
    color: #171512;
}
div.product div.text div.name h2 a:hover {
    text-decoration: none;
    color: #060504;
}
div.product div.text div.name {
    margin-top: 15px;
    margin-bottom: 10px;
}

div.product div.text div.reviews img {
    width: 81px;
    height: 14px;
}
div.product div.text div.reviews {
    margin-bottom: 10px;
}

div.product div.pricing {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
div.product div.text div.pricing span.was {
    text-decoration: line-through;
    color: #171512;
}

div.product div.text  div.intro {
    margin-bottom: 30px;
}

div.product div.image a > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(138, 80, 26, 0.6);
    opacity: 0;

   transition: opacity .40s ease-in-out;
   -moz-transition: opacity .40s ease-in-out;
   -webkit-transition: opacity .40s ease-in-out;

}
div.product div.image a:hover > div {
    opacity: 1;
}
div.product div.image a > div > span {
    position: absolute;
    bottom: 30px;
    left: 25%;
    width: 50%;
    background-color: #fff;
    padding: 5px 0px 5px 0px;
    text-align: center;
    color: #9f6427;
    text-transform: uppercase;
    display: none;
}
div.product div.image a > div > span i {
    padding-left: 4px;
}

div.product div.controls {
    margin-bottom: 0px;
}
div.product div.controls a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin: 0px 3px 3px 0px;
    background-color: #7f7f7f;
    color:#fff;
    white-space: nowrap;
}
div.product div.controls a:hover {
    color: #fff;
    text-decoration: none;
}

div.product div.controls a span {
    padding-left: 6px;
}

div.product div.controls a.add_to_wishlist {
    background-color: #060504;
}
div.product div.controls a.add_to_wishlist span {
    display: none;
}
div.product div.controls a.add_to_wishlist:hover {
    background-color: #1374c7;
}
div.product div.controls a.add_to_basket {
    background-color: #e58058;
}
div.product div.controls a.add_to_basket:hover {
    background-color: #ee9b58;
}

div.product div.controls a.view_details {
    background-color: #50ba4d;
}
div.product div.controls a.view_details:hover {
    background-color: #59df5c;
}

div.product div.controls button {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 3px 3px 0px;
    background-color: #7f7f7f;
    color:#fff;
    white-space: nowrap;
    border: 0;
    text-transform: uppercase;
}
div.product div.controls button:hover {
    color: #fff;
    text-decoration: none;
}

div.product div.controls button span {
    padding-left: 6px;
}

div.product div.controls button.add_to_wishlist {
    background-color: #060504;
}
div.product div.controls button.add_to_wishlist span {
    display: none;
}
div.product div.controls button.add_to_wishlist:hover {
    background-color: #1374c7;
}
div.product div.controls button.add_to_basket {
    background-color: #8a501a;
    color: #fff;
    border: 1px solid #8a501a;
}
div.product div.controls button.add_to_basket:hover {
    background-color: #060504;
    color: #fff;
    border: 1px solid #060504;
}
div.product div.controls button.view_details {
    background-color: #50ba4d;
}
div.product div.controls button.view_details:hover {
    background-color: #59df5c;
}









ul.product_list.grid_mode li div.product div.text {
    min-height: 0px;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 30px;
}

ul.product_list.grid_mode li div.product div.image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border: solid 1px #c9c8c8;
    background: #fff;
}
ul.product_list.grid_mode li div.product div.text div.name h2 {
    font-size: 18px;
}
ul.product_list.grid_mode li div.product div.text div.intro {
    display: none;
}


ul.product_list.list_mode li div.product div.text div.name {
    min-height: 0px !important;
}
ul.product_list.list_mode li div.product div.text div.intro {
    min-height: 0px !important;
}

div.category_footer_controls {
    margin-bottom: 30px;
}
div.category_footer_controls .pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.category_footer_controls p.result_summary {
    color: #171512;
    padding-top: 7px;
}

.pagination > li > span, 
.pagination > li > a {
    margin-left: 1px;
    margin-right: 1px;
    color: #8d8c8c;
}


.pagination > li.selected a,
.pagination > li.selected a:hover,
.pagination > li.selected span {
    color: #314454;
    background-color: #f3f3f3;
    border: 1px solid #a3a2a2;
}



.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}


#js_mobile_sidebar {
    float: left;
    clear: both;
    width: 100%;
}

#mobile_sidebar_trigger > div {
    display: block;
    float: left;
    width: 100%;
}
#mobile_sidebar_trigger > div a {
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    background-color: #060504;
}
#mobile_sidebar_trigger > div a strong {
    font-weight: normal;
}
#mobile_sidebar_trigger > div a:hover {
    background-color: #9f6427;
    text-decoration: none;
}
#mobile_sidebar_trigger > div a i {
    padding-left: 5px;
    padding-right: 10px;
}




div.single_item {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px 15px 0px 15px;
    position: relative;
}

div.single_item div.text {
    padding-left: 450px;
}

div.single_item div.text div.media_gallery {
    position: absolute;
    width: 420px;
    top: 0px;
    left: 15px;
}

div.single_item div.text div.media_gallery div.wrap {
    max-width: 420px;
    margin: 0 auto;
}

div.single_item div.text div.media_gallery div.main_image {
    width: 100%;
    margin: 0px 0px 0px 0px;
    border: 1px solid #c9c8c8;
}

div.single_item div.text div.media_gallery div.main_image img {
    width: 100%;
}




div.gallery_carousel_wrap {
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}
div.gallery_carousel_wrap div.item {
    padding: 0px 5px 0px 5px;
}
div.gallery_carousel_wrap div.item img {
    width: 100%;
    border: 1px solid #c9c8c8;
}

div.single_item {
    /*margin-top: 50px;*/
}

div.single_item div.text  h1 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 0px 350px 0px 0px;
}

div.single_item div.text div.review_links {
    vertical-align: top;
    margin-bottom: 0px;
    line-height: 30px;
}
div.single_item div.text div.review_links img {
    width: 81px;
    height: 14px;
}

div.single_item div.text div.review_links div {
    display: inline-block;
    vertical-align: top;
}
div.single_item div.text div.review_links div.stars {
    padding-top: 0px;
    padding-right: 10px;
}
div.single_item div.text div.review_links div.links {
    margin-top: 3px;
    color: #796f6f;
    font-size: 12px;
}
div.single_item div.text div.review_links div.links a {
    color: #796f6f;
}


div.single_item div.text div.main_attributes {
    color: #fff;
    font-size: 12px;
}

div.single_item div.text div.pricing {
    font-size: 14px;
    color: #fff;
}
div.single_item div.text div.pricing span.now {
    color: #9f6427;
    font-size: 26px;
}
div.single_item div.text div.pricing span.was {
    color: #171512;
    font-size: 26px;
    padding-right: 10px;
    text-decoration: line-through;
}



div.single_item div.text div.personalisation_frame {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 245px;
/*    background-color: #f6f6f6;
    border: 2px solid #d3d2d2;*/
}
div.single_item div.text div.personalisation_frame > div.second_border {
/*    border: 2px solid #fff;*/
    padding: 10px 30px 30px 30px;
    text-align: center;
}

div.single_item div.text div.personalisation_frame > div p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
div.single_item div.text div.personalisation_frame > div p.header {
    display: block;
    position: relative;
    background-image:url(../img/source.png);
    background-position: top center;
    background-size: 170px 170px;
    padding-top: 170px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    font-size: 26px;
    color: #060504;
/*    border-bottom: 1px solid #c9c8c8;*/
}

/*div.single_item div.text div.personalisation_frame > div p.header span {
    display: block;
    background-image:url(../img/personalisation_decal.png);
    height: 9px;
    width: 26px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -13px;
}*/
div.single_item div.text div.personalisation_frame > div p.instructions {
    color:#060504;
    font-size: 16px;
    padding-top: 0px;
    font-style: italic;
}

div.single_item div.text div.personalisation_frame > div p.instructions a {
    color: #8f8f8f;
    font-weight: bold;
}
div.single_item div.text div.personalisation_frame > div p.instructions a:hover {
    text-decoration: none;
    color: #9f6427;
}


div.single_item div.controls {
    margin-bottom: 30px;
}
div.single_item div.controls a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin: 0px 3px 3px 0px;
    background-color: #7f7f7f;
    color:#fff;
    white-space: nowrap;
}
div.single_item div.controls a:hover {
    color: #fff;
    text-decoration: none;
}

div.single_item div.controls a span {
    padding-left: 6px;
}

div.single_item div.controls a.add_to_wishlist {
    background-color: #060504;
}
div.single_item div.controls a.add_to_wishlist span {
    display: none;
}
div.single_item div.controls a.add_to_wishlist:hover {
    background-color: #1374c7;
}
div.single_item div.controls a.add_to_basket {
    background-color: #e58058;
}
div.single_item div.controls a.add_to_basket:hover {
    background-color: #ee9b58;
}

div.single_item div.controls a.view_details {
    background-color: #50ba4d;
}
div.single_item div.controls a.view_details:hover {
    background-color: #59df5c;
}

div.single_item div.controls button {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    margin: 0px 3px 3px 0px;
    background-color: #7f7f7f;
    color:#fff;
    white-space: nowrap;
    border: 0;
    text-transform: uppercase;
}

div.single_item div.controls button img {
    height: 17px;
    vertical-align: top;
    margin-right: 1ex;
}

div.single_item div.controls button:hover {
    color: #fff;
    text-decoration: none;
}

div.single_item div.controls button span {
    padding-left: 6px;
}

div.single_item div.controls button.add_to_wishlist {
    background-color: #060504;
    color: #d3baa3;
}

div.single_item div.controls button.add_to_wishlist span {
    display: none;
}

div.single_item div.controls button.add_to_wishlist:hover {
    background-color: #7c0c23;
}

div.single_item div.controls button.add_to_basket {
    background-color: #8a501a;
    border: 1px solid #8a501a;
    color: #fff;
}

div.single_item div.controls button.add_to_basket:hover {
    background-color: #060504;
    color: #fff;
}

div.single_item div.controls button.view_details {
    background-color: #50ba4d;
}
div.single_item div.controls button.view_details:hover {
    background-color: #59df5c;
}



div.personalisation_frame div.bl {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/personalisation_frame_bl.png);
    display: none;
}
div.personalisation_frame div.br {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/personalisation_frame_br.png);
    display: none;
}
div.personalisation_frame div.tl {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/personalisation_frame_tl.png);
    display: none;
}
div.personalisation_frame div.tr {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 26px;
    height: 38px;
    background-image:url(../img/personalisation_frame_tr.png);
    display: none;
}

/*div.personalisation_frame:before {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_top.png) repeat-x center;
    content: '';
    clear: both;
}

div.personalisation_frame:after {
    display: block;
    padding-top: 34px;
    background: url(../img/frame_bottom.png) repeat-x center;
    content: '';
    clear: both;
}
*/



div.single_item div.tabpanel {
    margin-bottom: 30px;
    color: #796f6f;
    line-height: 2em;
}
div.single_item div.tab_panel_content {
    padding: 15px 15px 15px 15px; 
    background: #fff;
}

div.single_item div.tab-content {
    border: 1px solid #c9c8c8;
    border-top: none;
}

div.single_item .nav-tabs {
    border-bottom: 1px solid #c9c8c8;
}

div.single_item .nav-tabs > li {
    background: #fff;
}

div.single_item .nav-tabs > li.active > a {
    display: block;
    position: relative;
    background-color: #8a501a;
    color: #fff;
    border-color: #8a501a;
}

div.single_item .nav-tabs > li > a {
    border-radius: 0px;
    margin-right: 0px;
    color: #000;
    font-size: 15px;
}

div.single_item .nav-tabs > li > a span {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border:0 solid transparent;
    border-top: #8a501a solid 12px;
    border-left: transparent solid 12px;
    border-right: transparent solid 12px;
    /*background-image:url(../img/nav-tab-active-overlay.png);*/
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
   transition: opacity .40s ease-in-out;
   -moz-transition: opacity .40s ease-in-out;
   -webkit-transition: opacity .40s ease-in-out;

}

div.single_item .nav-tabs > li.active > a span {
    opacity: 1;
}

div.media-body div.stars img {
    width: 81px;
    height: 14px;
    margin-bottom: 6px;
}

div.options_heading h3 {
    background-image:url(../img/baseline_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #796f6f;
}
div.options_heading h3 strong {
    display: inline-block;
    background-color: #fff;
    font-weight: 300;
    padding-right: 10px;
}

div.options_heading h3 strong em {
    font-style: normal;
    font-weight: 600;
}

div.options_heading h4 {
    background-image:url(../img/baseline_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    color: #796f6f;
}
div.options_heading h4 strong {
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding-right: 10px;
}

div.options_heading h4 strong em {
    font-style: normal;
    font-weight: 600;
}

div.motif {
    text-align: center;
    margin-bottom: 30px;
    color: #796f6f;
}
div.motif img {
    width: 100%;
    max-width: 90px;
}

div.motif .name {
    font-weight: 700;
}

p.option_label {
    color: #796f6f;
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}
p.option_label em {
    color: #ea1378;
    font-style: normal;
}

div.option_input_wrap {
    margin: 0px 0px 20px 0px;
}

div.proof {
    background-color: #f6f6f6;
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 20px 0px;
}
div.proof p.bold {
    color: #796f6f;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}
div.proof p.bold em {
    font-weight: 400;
    font-style: normal;
}
div.proof p.notes {
    color: #8d8c8c;
    font-style:italic;
}

div.proof  div.checkbox label {
    color: #796f6f;
}
div.proof  div.checkbox {
    margin: 0px 0px 0px 0px;
}

i.fa-question-circle {
    color: #e58058;
}

div.options_heading h4 i.fa-question-circle {
    background: #fff;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

div.big_buy_controls {
    background-color: #f6f6f6;
    border: 1px solid #b7bdc7;
    margin-bottom: 30px;
}

div.big_buy_controls div.pricing {
    padding-top: 10px;
    padding-bottom: 10px;
}

div.big_buy_controls div.pricing div.inc {
    color: #9f6427;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
}

div.big_buy_controls div.pricing div.exc {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
}

div.big_buy_controls div.control {

}
div.big_buy_controls div.control a {
    background-color: #e58058;
    display: block;
    padding: 12px 12px 12px 12px;
    margin: 16px 0px 16px 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
div.big_buy_controls div.control a:hover {
    text-decoration: none;
    background-color: #EE9B58;
}
div.big_buy_controls div.control a i {
    padding-right: 10px;
}


div.big_buy_controls div.control button {
    background-color: #8a501a;
    display: block;
    border: 1px solid #8a501a;
    padding: 12px 12px 12px 12px;
    margin: 16px 0px 16px 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

div.big_buy_controls div.control button:hover {
    text-decoration: none;
    background-color: #060504;
    color: #fff;

}

div.big_buy_controls div.control button img {
    margin-right: 10px;
}

div.big_buy_controls div.control button i {
    padding-right: 10px;
}





div.qty_spinner {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-top: 22px;
    width: 155px;
}

div.qty_spinner div {
    float: left;
}

div.qty_spinner div.qty_spinner_label {
    width: 40px;
    height: 34px;
    color: #796f6f;
}
div.qty_spinner div.qty_spinner_label span {
    padding-top: 5px;
    display: block;
}

div.qty_spinner div.qty_spinner_controls {
    width: 34px;
    height: 34px;
    border: 1px solid #c9c8c8;
}   

div.qty_spinner div.qty_spinner_controls.minus {
    border-right: none;
}
div.qty_spinner div.qty_spinner_controls.plus {
    border-left: none;
}

div.qty_spinner div.qty_spinner_controls a {
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    color: #796f6f;
    padding: 6px;
    text-align: center;
}


div.qty_spinner div.qty_spinner_input {
    width: 47px;
    height: 34px;
}

div.qty_spinner div.qty_spinner_input input {
    border: 1px solid #c9c8c8;
    width: 100%;
    height: 34px;
    text-align: center;
}




div.tab_panel_content h2 {
    font-weight: 400;
    font-size: 20px;
}





div.sharing_controls {
    padding-bottom: 30px;
}







.col-md-4 div.testimonials {
    background-color: #f6f6f6;
}

.col-md-4 div.testimonials div.header {
    background-image: url(../img/h4_bg_alt.png);
}

.col-md-4 div.testimonials div.header h4 {
    background-image: url(../img/h4_bg_alt_header.png);
    background-position: center;
    background-color: transparent;
}

.col-md-4 div.testimonials div.item p {
    padding-left: 20px;
    padding-right: 20px;
}







ul.inline_testimonials {
    display: block;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    border-top: 1px solid #c9c8c8;
    width: 100%;
    clear: both;
    float: left;
}
ul.inline_testimonials li {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    clear: both;
    float: left;
    border-bottom: 1px solid #c9c8c8;
    position: relative;
}
ul.inline_testimonials li div.content {
    padding: 30px;
    text-align: center;
    color: #796f6f;
}
ul.inline_testimonials li.alt div.content {
    background-color: #f6f6f6;
} 
ul.inline_testimonials li div.content p {
    margin: 0px 0px 20px 0px;
}
ul.inline_testimonials li div.content p.by {
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}



ul.inline_testimonials li div.first_decal {
    position: absolute;
    top:-5px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 9px;
    background-image:url(../img/testimonials_decal.png);
}

ul.inline_testimonials li div.decal {
    position: absolute;
    bottom:-5px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 9px;
    background-image:url(../img/testimonials_decal.png);

}

.owl-theme .owl-controls .owl-pagination {
    text-align: center;

}

.owl-theme .owl-controls .owl-pagination .owl-page {
    margin-right: 5px;
    float: none;
    display: inline-block;
}

.owl-theme .owl-controls .owl-pagination .owl-page span {
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 7px;
    background: rgba(0,0,0,0.5);
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #8a501a !important;
}

div.cms_content {
    padding: 25px 20px 20px 20px;
    color: #23201b;
    font-size: 13px;
}

div.cms_content p {
    margin: 0px 0px 30px 0px;
}

div.cms_content p.large_text {
    font-size: 16px;
}


div.cms_content h2,
div.cms_content h3,
div.cms_content h4,
div.cms_content h5,
div.cms_content h6 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0.5em 0px;
    font-family: 'Ubuntu', cursive;
    font-weight: 400;
}

div.cms_content h2 {
    font-size: 26px;
}
div.cms_content h3 {
    font-size: 24px;
}
div.cms_content h4 {
    font-size: 21px;
}
div.cms_content h5 {
    font-size: 24px;
}
div.cms_content h6 {
    font-size: 22px;
}


div.cms_content table {
    width: 100%;
    margin: 0px 0px 30px 0px;
}
div.cms_content table th {
    background-color: #f9f9f9;
}

div.cms_content table td,
div.cms_content table th {
    padding: 5px;
    border: 1px solid #c9c8c8;
}


img.img_on_right {
    float: right;
    padding: 0px 0px 20px 20px;
}
img.img_on_left {
    float: left;
    padding: 0px 20px 20px 0px;
}
img.flex {
    width: 100%;
}
img.flex.so_far {
    width: 100%;
    max-width: 600px;
}



div.contact_icons {
    clear: both;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000;
}

address {
    padding: 30px 0;
}

#map-canvas {
    min-height: 255px;
    margin: 0 0px -15px 0px;
}

#map {
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
}


div.contact_icons p {
    display: block;
    position: relative;
    padding-left: 20px;
    margin: 0px 0px 0px 0px;
}

div.contact_icons p.tel {
    font-size: 20px;
}
div.contact_icons p span {
    position: absolute;
    top: 0px;
    left: 0px;
}

div.contact_form_wrap {
    color: #796f6f;
    padding-bottom: 60px;
    padding-top:25px;
}

div.contact_form_wrap h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0px 0px 30px 0px;
}


div.contact_form_wrap textarea {
    min-height: 300px;
}

div.contact_form_wrap .form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}





div.oc_system_wrap {
    padding-bottom: 60px;

}

div.aj_system_wrap {
    /*padding-bottom: 15px;*/

}

div.aj_system_wrap .product_carousel{
    padding-top:0px;

}

div.aj_system_wrap .product_carousel .product_carousel {
    padding-top: 20px;
}

div.oc_system_wrap legend, 
div.oc_system_wrap h1, 
div.oc_system_wrap h2,
div.oc_system_wrap h3,
div.oc_system_wrap h4,
div.oc_system_wrap h5,
div.oc_system_wrap h6 {
    color: #000;
    font-family: 'Ubuntu', cursive;
    font-weight: 400;
}

div.oc_system_wrap legend {
    font-size: 28px;
}
div.oc_system_wrap h4.panel-title {
    font-family: 'Ubuntu', sans-serif;
}


div.oc_system_wrap label {
    font-weight: 400;
}

div.oc_system_wrap table.table strong {
    font-weight: 400;
}


div.oc_system_wrap .form-horizontal .control-label {
    text-align:  left;
}



div.oc_system_wrap .panel-heading {
    border-radius: 0px;
}
div.oc_system_wrap .panel-group .panel {
    border-radius: 0px;
}

div.oc_system_wrap .well {
    border-radius: 0px;
}

div.oc_system_wrap .list-group-item:last-child, 
div.oc_system_wrap .list-group-item:first-child {
    border-radius: 0px;
}


div.oc_system_wrap p {
    color: #171512;
}



ul.account_grid_links {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

ul.account_grid_links li {
    display: block;
    float: left;
    width: 25%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}

ul.account_grid_links li a {
    padding: 10px;
    text-align: center;
    display: block;
}

ul.account_grid_links li a span {

    font-size: 32px;
}
ul.account_grid_links li a:hover {
    text-decoration: none;
}


#ajs_bbc {
/*    margin-top: 60px;*/
}


#baseBanner img {
    max-width: 100%;
    height: auto;
}

.gallery-controls.owl-theme .owl-controls .owl-buttons > * {
    background: #171512 !important;
    color: #d3baa3 !important;
    border-color: #171512 !important;
    font-family: FontAwesome;
    line-height: 80px;
    text-align: center;
}

.gallery-controls.owl-theme .owl-controls .owl-buttons > .owl-next:after {
    content: '\f0da';
    position:absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    color: #d3baa3;
    font-family: FontAwesome;
    text-indent: 0;
}

.gallery-controls.owl-theme .owl-controls .owl-buttons > .owl-prev:after {
    content: '\f0d9';
    position:absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    color: #d3baa3;
    font-family: FontAwesome;
    text-indent: 0;
}


@media screen and (min-width: 1200px) {

/*    nav#main_navigation li>div {
        position: absolute;
        max-height: 0;
        background: #fff;
        border: 1px solid #f3f3f3;
        overflow: hidden;
        padding: 0 15px;
        opacity: 0;
        z-index: 9999;
        width: 300px;
    }

    nav#main_navigation li:hover >div{
        max-height: 999px;
        opacity: 1;
        padding-bottom: 15px;
    }

    nav#main_navigation li >div>div {
        padding: 15px 0;
    }*/

    nav#main_navigation li >div>a {
        font-size: 12px;
        padding: 15px 15px 5px 15px !important;
        display: block !important;
    }
}



@media only screen and (min-width: 0px) and (max-width: 1300px) {
nav#main_navigation > ul.nav-pills > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

}






@media only screen and (min-width: 0px) and (max-width: 1200px) {

    header div#strap {
        display: none;
    }

    header div#slogan {
        display: none;
    }

    header div#telephone em {
        display: none;
    }

    div.single_item div.text  h1 {
        padding-right: 0px;
    }


    div.single_item div.text div.personalisation_frame {
        top: auto;
        right: auto;
        position: relative;
        width: 100%;
        margin: 20px 0px 30px 0px;
    }


    nav#main_navigation > ul#mobile_menu_trigger {
        display: block;
    }

    #mobile_sidebar_trigger {
        display: block;
    }

    #js_mobile_sidebar {
        display: none;
        padding-top: 30px;
    }

    div.category_controls {
        margin-top: 30px;
    }

    nav#main_navigation > ul#main_links {
        position: absolute;
        display: block;
        top: 50px;
        left: 0px;
        width: 250px;
        background-color: #9f6427;
        z-index: 2000;
        display: none;
    }

    nav#main_navigation > ul#main_links li {
        display: block;
        float: left;
        width: 100%;
        border-right: none;
        border-top: 1px solid #171512;
    }
    nav#main_navigation > ul#main_links li.home {
        border-right: none;
    }

    .container .jumbotron .second_border {
        background-image: none !important;
        text-align: center;
    }

    .container .jumbotron p {
        padding: 0px;
    }

    div.single_item div.text {
        padding-left: 0px;
    }


    div.big_buy_controls {
        border-left: 0px;
        border-right: 0px;
    }

    div.qty_spinner {
        float: right;
    }


    .personalisation_frame {
        display: none !important;
    }

    div.single_item div.text {
        padding-left: 450px;
    }

}

@media only screen and (min-width: 0px) and (max-width: 992px) {
    footer #footer_nav {
        border: 0;
        padding: 15px;
    }

    div.cms_content {
        padding: 25px 15px;
    }

        div.single_item div.text div.media_gallery {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    div.single_item div.text {
        padding-left: 0px;
    }

    .information-contact .cms_content {
        padding: 25px 0;
    }

    header div#logo a {
        display: block;
        width: 233px;
        height: 157px;
        background-image:url(../img/logo_m.png);
        background-size: 159 93px;
    }

}
@media only screen and (min-width: 0px) and (max-width: 750px) {

    section.page .container {
        border-left: none;
        border-right: none;
    }


    header div#search { 
        width: 186px;
    }

    ul.product_list.list_mode li div.product div.text {
        padding-left: 160px;
    }

    ul.product_list.list_mode li div.product div.image {
        width: 130px;
        height: 130px;
    }

    div.category_footer_controls .text-right, 
    div.category_footer_controls {
        text-align: center;
    }

    aside, div.main_content_column {
        clear: both;
        float: left;
        width: 100%;
    }




}


@media only screen and (min-width: 0px) and (max-width: 670px) {
    ul.product_list.grid_mode li {
        width: 50%;
    }

    ul.account_grid_links li {
        width: 33.33%;
    }
}


/* SMALL MOBILE TERRITORY */
@media only screen and (min-width: 0px) and (max-width: 600px) {

    .mobile_only {
        display: block;
    }

    .hide_on_mobile {
        display: none;
    }

    header div#logo {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header div#logo a {
        margin: 0 auto;
    }

    header div#telephone {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        padding-bottom:5px;
    }

    header div#telephone span {
        font-size: 16px;
    }

    header div#search { 
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
    }

    header div#logo a {
        width: 233px;
        height: 157px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 162px;
    }


    .navbar span {
        padding-left: 6px;
        padding-right: 6px;
    }

    .navbar .container > .navbar-header {
        float: none;
        text-align: center;
    }


    nav#main_navigation > ul#user_links > li > a > strong {
        display: none;
    }


}

/* EXTRA SMALL MOBILE TERRITORY */
@media only screen and (min-width: 0px) and (max-width: 450px) {

    ul.product_list.list_mode div.product div.text div.name h2 {
        font-size: 18px;
    }

    ul.product_list.grid_mode li {
        width: 100%;
    }

    div.display_modes > div.display_modes_label {
        display: none;
    }

    ul.product_list.list_mode div.product div.controls a {
        display: block;
        clear: both;
        margin: 0px 0px 3px 0px;
        padding-left: 7px;
        padding-right: 7px;
        width: 100%;
        text-align: center;
    }


    div.qty_spinner {
        float: none;
    }

    div.big_buy_controls div.pricing {
        width: 100%;
        text-align: center;
        padding-bottom: 0px;
    }

    div.big_buy_controls div.qty {
        width: 100%;
        padding-bottom: 12px;
    }

    .nav-tabs > li {
        width: 100%;
    }

    ul.account_grid_links li {
        width: 50%;
    }

    nav#main_navigation > ul > li > a strong {
        display: none !important;
    }

}

.rating {
    text-align: center;
    display: none;
}

.list_mode .rating {
    text-align: left;
}

#review .rating  {
    text-align: left;
}

.rating .fa  {
    color: #d1d1d1;
    font-size: 1em;
    width: 1em;
}

.rating .fa.fa-star  {
    color: #e6c407;
    z-index: 999;
}

.common-home .testimonials {
/*    max-width: 920px;*/
/*    margin-bottom: 60px;*/
    color: #171512;
    background: #d3baa3;
    padding: 30px;
}

.common-home .testimonials .left,.common-home .testimonials .right {
    display: block;
    position: absolute;
    height: 50%;
    top: 25%;
    width: 15px;
    content: '';
    background: #fff;
}

.common-home .testimonials .left {
    left: -17px;
}

.common-home .testimonials .right {
    right: -17px;
}

.common-home .testimonials .left:before {
    position: absolute;
    top: 3px;
    left: -1px;
    width: 4px;
    height: 4px;
    content: '';
    background: #171512;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.common-home .testimonials .left:after {
    position: absolute;
    bottom: 3px;
    left: -1px;
    width: 4px;
    height: 4px;
    content: '';
    background: #171512;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



.common-home .testimonials .right:before {
    position: absolute;
    top: 3px;
    right: -1px;
    width: 4px;
    height: 4px;
    content: '';
    background: #171512;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.common-home .testimonials .right:after {
    position: absolute;
    bottom: 3px;
    right: -1px;
    width: 4px;
    height: 4px;
    content: '';
    background: #171512;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.account-order-info .list-group {
    display: none;
}

.account-success .list-group {
    display: none;
}

.product_carousel .product_carousel {
    padding-top: 0;
}

.information-information .text {
    margin-top: -30px;
    padding: 20px;
    padding-top: 50px;
/*    background: #f6f6f6;*/

}

.information-information div.testimonials div.header {
    position: relative;
}

.information-information div.testimonials div.header h4 {
    position: relative;
    z-index: 99;
    height: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.information-information div.testimonials div.header h4:before {
    background-image: url(../img/h4_2_bg-l.png);
    content: '';
    display: inline-block;
    width: 15px;
    height: 6px;
    vertical-align: middle;
    margin: 5px;
}

.information-information div.testimonials div.header h4:after {
    background-image: url(../img/h4_2_bg-r.png);
    content: '';
    display: inline-block;
    width: 15px;
    height: 6px;
    vertical-align: middle;
    margin: 5px;
}

.information-information div.testimonials div.header h4

.information-contact div.cms_content {
    font-size: 16px;
}

.information-contact div.cms_content h2,.information-contact div.contact_form_wrap h3 {
    font-size: 26px;
    color: #000;
}

.information-contact input, .information-contact textarea {
    font-style: italic;
    line-height: 2em;
    padding: 10px;
}

.information-contact input {
    height: 50px;
}

.information-contact input[type="submit"] {
    width: 150px;
    padding: 0 10px;
    height: 40px;
    margin-top: -50px;
}













/* PRODUCT MODAL CONTAINER */

#productmodal-container { 
    position: absolute; 
    height: 450px; 
    width:700px;
    color:#796f6f; 
    background-color:#ffffff; 
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.87);
    -moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 0.87);
    box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 0.87);
    border: 1px solid #343434; 


    
}
#productmodal-container .simplemodal-data {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#productmodal-container a.modalCloseImg {
    background:url(../img/modal_close.png) no-repeat; 
    width:17px; 
    height:17px; 
    z-index:3200; 
    position:absolute; 
    top:7px; 
    right:45px; 
    cursor:pointer;
    background-position: top left;
}
#productmodal-container a.modalCloseImg:hover {
    background-position: bottom left;
}


div.lightbox_product {
    width: 100%;
    clear: both;
    float: left;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
}

div.lightbox_product div.l {
    width: 50%;
    float: left;
    padding-right: 10px;
}
div.lightbox_product div.r {
    width: 50%;
    float: left;
    padding-left: 10px;
}



div.lightbox_product div.l div.media_gallery {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
}

div.lightbox_product div.l div.media_gallery div.wrap {
    max-width: 420px;
    margin: 0 auto;
}

div.lightbox_product div.l div.media_gallery div.main_image {
    width: 100%;
    margin: 0px 0px 0px 0px;
}

div.lightbox_product div.l div.media_gallery div.main_image img {
    width: 100%;
    border: 1px solid #cccbcb;
}




div.lightbox_product div.l div.gallery_carousel_wrap {
    padding: 10px 30px 0px 30px;
    margin-bottom: 30px;
}
div.lightbox_product div.l div.gallery_carousel_wrap div.item {
    padding: 0px 5px 0px 5px;
}
div.lightbox_product div.l div.gallery_carousel_wrap div.item img {
    width: 100%;
    border: 1px solid #c9c8c8;
}


div.lightbox_product div.r h1 {
    font-size: 24px;
    font-weight: bold;
    color: #7c0c23;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

div.lightbox_product div.r p.pricing {
    margin: 0px 0px 12px 0px;
}

div.lightbox_product div.r span.now {
    font-size: 26px;
    color: #060504;
    font-weight: bold;
}
div.lightbox_product div.r span.exc {
        color: #8f8f8f;
}


div.lightbox_product div.r p.reviews {
    margin: 0px 0px 12px 0px;
    color: #796f6f;
    font-size: 12px;
    vertical-align: middle;
}

div.lightbox_product div.r p.reviews img {
    width: 81px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
div.lightbox_product div.r p.reviews span {
    display: inline-block;
    vertical-align: middle;
}

div.lightbox_product div.r p.facts {
    color: #8f8f8f;
    font-size: 12px;
    margin: 0px 0px 12px 0px;
}

div.lightbox_product div.r p.description {
    border-top: 1px solid #dbdada;
    padding-top: 12px;
    margin: 0px 0px 20px 0px;
}


div.lightbox_product  div.controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    padding-left: 10px;
}
div.lightbox_product  div.controls a {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    margin: 0px 3px 3px 0px;
    background-color: #7f7f7f;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 400;
}
div.lightbox_product div.controls a:hover {
    color: #fff;
    text-decoration: none;
}

div.lightbox_product  div.controls a span {
    padding-left: 6px;
}

div.lightbox_product div.controls a.add_to_wishlist {
    background-color: #060504;
}
div.lightbox_product  div.controls a.add_to_wishlist span {
    display: none;
}
div.lightbox_product  div.controls a.add_to_wishlist:hover {
    background-color: #7c0c23;
}

div.lightbox_product div.controls a.view_details {
    background-color: #fff;
    color: #060504;
    border:1px solid #060504;
}
div.lightbox_product  div.controls a.view_details:hover {
    background-color: #060504;
    color: #fff;
}


/* DISABLE THE LIGHTBOX WHEN ON SMALL SCREENS */

@media only screen and (min-width: 0px) and (max-width: 750px) {

    div.product_carousel div.item a div.image > div > span {
           display: none;
    }
    
}

#slideshow0 img {
    width: 100%;
    height: auto;
}


/* DF OPTIONS PATCHES */

.df_options_list .df_option_alert {
    display: none;
    color: #A94442;
}

.df_options_list.df_options_list_error .df_option_alert {
    display: block;
}

/*nav#main_navigation > ul#user_links.nav-pills > li {
border-left: none;
}*/



@media only screen and (min-width: 671px)  {
ul.product_list li:nth-child(3n+1) {
		clear:both;
	}
}

@media only screen and (max-width: 670px)  {
ul.product_list li:nth-child(2n+1) {
		clear:both;
	}
}

.aj_stock {
    color: #98dc98;
}


#reviews_tab {
    display:none !important;
}


.review_links {
    display: none !important;
}

.aj_qty {
    display: none !important;
}

#content {
    padding-bottom: 30px;
}

div.item  div.pricing {
    margin-bottom: 10px;
    font-size: 26px;
    color: #fff;
    text-align: center;
}

div.item  div.pricing .was {
    color: #171512;
    text-decoration: line-through;
}

#telephone a {
    color: #fff;
}

.lightbox_message {
    position: absolute;
    bottom: 10px;
    left: 55px;

    padding: 3px 6px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;

    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.lightbox_message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.contactInfo {
    font-size: 16px;
}

hr {
    border-top: 1px solid #000;
}

.table-bordered {
    background: #fff;
}


.big_buy_controls{
    display: none;    
}

.tab-content{
    min-height: 200px;
    background: #fff;
}

#searchBox{
    padding: 20px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.2);
}

#searchBox h1{
    margin-top: 0;©
}

nav#main_navigation > ul#user_links.nav-pills > li.basket li a {
    color: #000;
}

.web-design-services a:hover {
    color: white;
}