* { outline: none !important; }

body { font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 400; color: #343434; background: url(../images/bg_content.jpg) 50% 0 repeat #f4f4f4;
    margin:0; padding:0; border:0; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; -webkit-text-size-adjust: 100%;
}

.clr:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }

a { cursor: pointer; text-decoration: none; color: #005c9b; }
a:hover { text-decoration: none; color: #000; }
a:focus { text-decoration: none; }

.img-anim {
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
}
.slow { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }

.ulclear { margin:0; padding:0; list-style:none; }

.clear { display: block; height:0; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear0 { display: block; height:0; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear5 { display: block; height:5px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear10 { display: block; height:10px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear15 { display: block; height:15px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear20 { display: block; height:20px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear30 { display: block; height:30px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear40 { display: block; height:40px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear50 { display: block; height:50px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear60 { display: block; height:60px; width:auto; clear:both; overflow:hidden; font-size:0; }

.wrapper { width: 100%; height: 100%; position: relative; }

.container { position: relative; }

.pr0 { padding-right: 0; }
.pl0 { padding-left: 0; }


.btn { position: relative; border-radius: 3px; border: 1px solid transparent; font-size: 18px; font-weight: 400; padding: 9px 15px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease; }
.btn-default { background-color: #fff; color: #000; border-color: #a38841; }
.btn-default:hover { background-color: #343434; color: #fff; border-color: #343434; }

.btn, .btn-primary{ background-color: #a38841; color: #fff; border-color: #a38841; }
.btn:hover, .btn-primary:hover,
.btn:focus, .btn-primary:focus,
.btn:active:focus, .btn-primary:active:focus,
.btn:active, .btn-primary:active,
.btn:active:hover, .btn-primary:active:hover { background-color: #e6bc4f; color: #fff; border-color: #e6bc4f; }

.btn.btn-link:not(.arrow):hover,
.btn.btn-link:not(.arrow):active { background: #fff; color: #000; border-color: transparent; }

.btn-link { background-color: transparent; color: #000; border-color: transparent; }
.btn-link:hover { background-color: #fff; color: #000; border-color: transparent; }

.btn-link.arrow { position: relative; padding-left: 0; padding-right: 60px; font-weight: 700; font-size: 15px; text-decoration: none; }
.btn-link.arrow svg { position: absolute; top: 13px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.btn-link.arrow svg.left { left: 0; }
.btn-link.arrow svg.right { right: 0; }
.btn-link.arrow.double { padding-right: 60px; padding-left: 60px; }
.btn-link.arrow:hover,
.btn-link.arrow:focus,
.btn-link.arrow:active { color: #a38841; background: none; text-decoration: none; border-color: transparent; }
.btn-link.arrow:hover svg { fill: #a38841; }
.btn-link.arrow:hover svg.left { left: 10px; transform: rotate(45deg); }
.btn-link.arrow:hover svg.right { right: 10px; transform: rotate(-45deg); }

.w100 { width: 100%; }

.form-control { font-family: 'Roboto Slab', sans-serif; height: 45px; font-size: 16px; border-radius: 3px; border: 1px solid #a38841; background: #fff; color: #000; padding: 6px 12px; box-shadow: none; -webkit-box-shadow: none; }
.form-control:focus { box-shadow: none; -webkit-box-shadow: none; border-color: #343434; }

.form-control::-webkit-input-placeholder { color: #343434; }
.form-control::-moz-placeholder { color: #343434; }
.form-control:-ms-input-placeholder { color: #343434; }
.form-control:-moz-placeholder { color: #343434; }

select.form-control { padding: 0 12px; }
textarea.form-control { resize: none; }


#popup .modal-dialog {
    width: 93%;
    margin-top: 230px
}

#popup .modal-content {
    position: relative;
    border: 0 none;
    background: 0 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center
}

#popup .modal-content a {
    position: relative
}

#popup .modal-content a, #popup .modal-content a img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none
}

.fancybox-close {
    background-color: transparent;
    border: 0 none;
    padding: 0
}





header { position: absolute; z-index: 100; top: 0; right: 0; left: 0; }
header .top {padding: 8px 0;background-color: rgba(0,0,0,0.7);}
header .top a {
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
header .top .info-box { float: left; }
header .top .menu { float: right; font-size: 14px; }
header .top .menu a:first-child { margin-left: 0; }
header .top .menu a { color: #fff; display: inline-block; line-height: 31px; margin-left: 30px; }
header .top .menu a:hover { color: #a38841; }
header .top .item {font-size: 20px;display: inline-block;vertical-align: top;}
header .top .item a { display: inline-block; line-height: 31px; }
header .top .item.phone a, header .top .item.social-box a { color: #a38841; }
header .top .item a:hover { color: #fff; }
header .top .item.phone { font-weight: 700; }
header .top .item.social-box { margin: 0 18px; }
header .top .item.social-box a {display: inline-block;padding: 0 18px;vertical-align: top;}
header .inner { padding: 25px 0; background: url(../images/bg_header.jpg) 50% 0 no-repeat #eaeaea; box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 1);  }
header .inner .logo { float: left; }
header .inner .quick-links { float: right; padding-top: 14px; }
header .inner .basket-box { float: right; margin-left: 30px; }
header .inner .basket-box .btn {  }
header .inner .basket-box .badge { font-family: 'Roboto', sans-serif; position: absolute; top: -8px; right: -8px; background: #000; color: #fff; font-weight: 400; font-size: 9px; line-height: 22px; width: 22px; height: 22px; padding: 0; }
header .inner .search-box { float: right; }

/*
.search-box { }
.search-box .field { position: relative; }
.search-box .form-control { position: relative; height: 45px; padding-right: 40px; max-width: 150px; }
.search-box .btn { position: absolute; top: 0; right: 0; z-index: 2; width: 38px; height: 100%; padding: 0; background: transparent; font-size: 18px; color: #000; }
.search-box .btn i {vertical-align: middle;}
*/

.search-box { position: relative; }
.search-box .btn {}
.search-box form { display: none; position: absolute; overflow: visible; width: 250px; right: 0; left: auto; top: calc(100% + 10px); padding: 10px; background: #fff; border-radius: 3px; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5); }
.search-box form:before { content: ''; position: absolute; z-index: 0; top: 1px; right: 20px; width: 0; height: 0;
    border: 10px solid transparent; border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
    box-shadow: 2px -2px 4px 0 rgba(0,0,0,0.1); }
.search-box form .form-control { font-size: 14px; height: 45px; border-radius: 3px; border-color: #a38841; padding-right: 50px; }
.search-box form .form-control:focus { border-color: #343434; }
.search-box form .btn { border-radius: 0 3px 3px 0; position: absolute; z-index: 2; top: 10px; right: 10px; }
.search-box.active form { display: block; }
.search-box.active .btn-link { background: #fff; color: #343434; }

.navbar {float: left;min-height: 0;margin: 0 0 0 60px;padding-top: 14px;border: none;background: none;border-radius: 0;}
.navbar .navbar-nav {  }
.navbar .navbar-nav>li { margin-left: 15px; }
.navbar .navbar-nav>li>a { font-size: 18px; font-weight: 700; color: #000; text-transform: uppercase; background: transparent; border-radius: 3px; padding: 13px 15px 12px 15px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus { background: #a38841; color: #fff; }
.navbar .navbar-nav>li.active>a { background: #a38841; color: #fff; }
.navbar .navbar-nav>li.active>a:hover, .navbar .navbar-nav>li.active>a:focus { background: #a38841; color: #fff; }
.navbar .navbar-nav>li.open>a { background: #a38841; color: #fff; }

.dropdown-menu { background: #fff; border-radius: 3px!important; padding: 0; border: 0 none; overflow: hidden; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.5); }
.dropdown-menu>li+li>a { border-top: 1px solid #a38841; }
.dropdown-menu>li>a { overflow: hidden; font-size: 16px; font-weight: 700; color: #343434; text-transform: uppercase; padding: 10px 15px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background: #a38841; color: #fff; }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background: #a38841; color: #fff; }

.navbar { position: static; }
.nav>li.dropdown-mega { position: static; }
.dropdown-mega .dropdown-menu { margin: 4px auto auto auto!important; left: 15px; right: 15px; padding: 15px; top: auto; }
.dropdown-mega .dropdown-menu h1 { margin: 10px 0 15px 0; font-weight: 700; font-size: 24px;font-family: 'Roboto Slab', sans-serif; }
.dropdown-mega .dropdown-menu h1 a { color: #a38841; }
.dropdown-mega .dropdown-menu h1 a:hover { text-decoration: underline; }
.dropdown-mega .dropdown-menu h2 { margin: 5px 0 10px 0; font-size: 16px; }
.dropdown-mega .dropdown-menu h2 a { position: relative; color: #343434; display: block; padding: 3px 0 3px 10px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.dropdown-mega .dropdown-menu h2 a:before { content: '\f105'; font-family: 'FontAwesome', sans-serif; position: absolute; top: auto; left: 0; color: #343434;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.dropdown-mega .dropdown-menu h2 a:hover { color: #a38841; text-decoration: underline; }
.dropdown-mega .dropdown-menu h2 a:hover:before { left: 2px; color: #a38841; }
.dropdown-mega .dropdown-menu>ul { padding: 0; margin: 0 -15px; list-style: none; }
.dropdown-mega .dropdown-menu>ul li {}
.dropdown-mega .dropdown-menu .cc a,
.dropdown-mega .dropdown-menu .cc a img {
    image-rendering: crisp-edges;
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}

.dropdown-mega .dropdown-menu .cc a:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.cols {display: flex;flex-direction: row;flex-wrap: wrap; margin: 0 -15px; }
.cols .cc { display: flex; flex-direction: column; flex: 1 0 50%;padding: 0 15px;}
.cols .ccc { display: block; }
.cols .c2 {margin-top: auto; }


.mm-menu .mm-list { padding: 0 0 25px 0; }
.mm-menu.mm-light { background: url(../images/bg_footer.jpg) 50% 0 no-repeat scroll #000; color: #fff; }
.mm-menu.mm-light .mm-list > li > a.mm-subclose { background: rgba(255, 255, 255, 0.2); color: #fff; }
.mm-menu.mm-light .info .item {display: block;margin-bottom: 10px;}
.mm-menu.mm-light .info .item.phone a {font-size: 18px;color: #fff;}
.mm-menu.mm-light .info .item.phone a i { margin-right: 5px; }
.mm-menu.mm-light .info .item.social-box { margin-bottom: 10px; }
.mm-menu.mm-light .info .item.social-box a {color: #fff;font-size: 18px;margin-right: 30px;}
.mm-menu.mm-light .info .item.address { font-size: 12px; }
.mm-menu.mm-light .info .item.address span { display: block; color: #a38841; }
.mm-menu.mm-light .info.bottom { position: absolute; bottom: 0; }
.mm-menu.mm-light .info.bottom, .mm-menu.mm-light .info.bottom span { white-space: normal;}

.mm-menu.mm-light .mm-list>li>a.mm-subclose:before, .mm-menu.mm-light .mm-list>li>a.mm-subopen:after { border-color: #fff; }
.mm-menu.mm-light .mm-list>li:after { border-color: rgba(255,255,255,0.3); }
.mm-menu.mm-light .mm-list>li.info.bottom:after { border-color: transparent; }

.mobilebtn { }
.mobilebtn>a { }
.mobilebtn>a span {  }
.mobilebtn>a i { }


.promobox { position: relative; overflow: hidden; border-bottom: 1px solid #a5a8ae; border-top: 1px solid #a5a8ae; }
.promobox .slider-wrapper {  }
.promobox .item { position: relative; height: 810px; background: 50% 0 no-repeat scroll transparent; background-size: cover }
.promobox .item a { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: transparent; }
.promobox .item a:before { content: ''; display: table; }


.page-content {background: url(../images/bg_content_top.png) 50% 140px no-repeat scroll transparent;}

section.block { margin-bottom: 40px; }
.homeblock { position: relative; z-index: 20; margin-top: -140px; perspective: 1000px; }
.homeblock .item { display: block; margin-bottom: 30px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.homeblock .item:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.homeblock .item, .homeblock .item img {
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
}

section.block.homeproduct { margin-bottom: 80px; }
section.block.bgw {margin-bottom: 0;background: url(../images/bg_content_bottom.png) 50% -250px no-repeat scroll #fff;padding: 70px 0 200px 0;}

.aboutus .desc strong { font-weight: 700; color: #a38841; }

.main-title { font-family: 'Roboto Slab', sans-serif; color: #a38841; text-align: center; margin: 0 0 60px 0; padding-bottom: 30px; font-size: 19px; text-transform: uppercase; font-weight: 400;  }
.main-title>span { display: block; font-size: 43px; margin-top: 10px; color: #3c3c3c; }
.main-title>span>span { display: inline-block; position: relative; padding: 0 30px;}
.main-title>span>span:before,.main-title>span>span:after {content:'';position: absolute;bottom: -24px;width: 13px;height: 13px;display: block;}
.main-title>span>span:before { left: 0; background: url("data:image/svg+xml;utf8,<svg fill='rgba(0,0,0,0.5)' xmlns='http://www.w3.org/2000/svg' width='13' height='13'><path d='M11.8 11.8c.3-.3.5-.72.48-1.2a1.76 1.76 0 0 0-1.72-1.72l-6.37-.09-.08-6.36A1.76 1.76 0 0 0 2.38.7C1.44.7.68 1.44.7 2.4l.1 8.06a1.75 1.75 0 0 0 1.73 1.73l8.07.1c.47.02.9-.17 1.2-.47z'/></svg>"); }
.main-title>span>span:after { right: 0; background: url("data:image/svg+xml;utf8,<svg fill='rgba(0,0,0,0.5)' xmlns='http://www.w3.org/2000/svg' width='13' height='13'><path d='M1.2 11.8c-.3-.3-.5-.72-.48-1.2 0-.94.78-1.71 1.72-1.72l6.37-.09.08-6.36C8.9 1.5 9.68.71 10.62.7c.94-.01 1.7.74 1.68 1.69l-.1 8.06a1.76 1.76 0 0 1-1.73 1.73l-8.07.1c-.47.02-.9-.17-1.2-.47z'/></svg>"); }

.products {}
.products.list {}
.products.list .item { position: relative; background: #fff; margin-bottom: 30px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.products.list .item:hover { box-shadow: 0 0 10px 2px rgba(0,0,0,0.3); }
.products.list .item:hover .title .subcategory:before { width: 50%; }
.products.list .item:hover .prices svg { fill: #a38841; transform: rotate(-45deg); }
.products.list .item:hover .pic img {
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}
.products.list .item .link {position: absolute;z-index: 10;top: 0;right: 0;bottom: 0;left: 0;background: transparent;overflow: hidden;text-indent: -9999px;}
.product .badge { position: absolute; z-index: 2; top: 10px; right: 10px; pointer-events: none; width: 74px; height: 74px; font-family: 'Roboto Slab', sans-serif; line-height: 74px; text-align: center; border-radius: 100%; font-size: 22px; font-weight: 700; padding: 0; }
.product .badge.sale { background: #f52917; color: #fff; }
.products.list .item .inner { padding: 20px 20px 15px 20px; text-align: center; }
.products.list .item .pic { display: block; overflow: hidden; }
.products.list .item .pic img { margin: 0 auto;
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.products.list .item .title { font-family: 'Roboto Slab', sans-serif; }
.products.list .item .title h2 { margin: 15px 0 0 0; display: flex; justify-content: center; font-size: 20px; line-height: 24px; font-weight: 700; height: 48px; color: #323232; overflow: hidden; }
.products.list .item .title h2 a { display: inline-block; margin-top: auto; color: inherit; font-size: inherit; }
.products.list .item .title .subcategory { position: relative; margin: 20px 0 0 0; font-size: 15px; line-height: 17px; color: #707070; letter-spacing: 1px; }
.products.list .item .title .subcategory:before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 36px; height: 2px; background: #a38841;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.products.list .item .prices { position: relative; font-family: 'Roboto Slab', sans-serif; font-weight: 700; font-size: 22px; line-height:1; border-top: 1px solid #d4d4d4; padding: 10px 20px; }
.products.list .item .prices svg { float: right; margin-top: 10px; fill: #000;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.products.list .item .prices .prc { float: left; }
.products.list .item .prices span { line-height: 22px; display: inline-block; vertical-align: top; color: #a38841;}
.products.list .item .prices span.sale { color: #f52917;margin-right: 5px;}
.products.list .item .prices span.old { font-size: 16px; color: #878787; text-decoration: line-through; }
.products.list .item .prices span.net { display: block;font-size: 12px; font-family: 'Roboto', sans-serif; line-height: 1;color: #252525;font-weight: 400; }
/**/

.category {}
.category.list { margin-bottom: 60px; }
.category.list {}
.category.list .item { position: relative; display: block; color: #343434; text-align: center; padding: 0 25px; margin-bottom: 30px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.category.list .item .pic { display: block; position: relative; z-index: 10; margin: 0 -25px; }
.category.list .item .pic img {width: 100%;}
.category.list .item h2 { position: relative; z-index: 5; background: #fff;padding: 10px 10px 20px 10px; margin: 0 0 0 0;font-family: 'Roboto Slab', sans-serif;font-size: 22px;font-weight: 700;text-transform: uppercase;

}
.category.list .item h2:after { content: ''; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 36px; height: 2px; background: #a38841;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.category.list .item:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.category.list .item:hover h2:after { width: 50%; }

.breadcrumb { margin-bottom: 40px; background: #fff; border-radius: 3px; box-shadow: 0 0 6px 2px rgba(0,0,0,0.1); padding: 15px; font-size: 14px; }
.breadcrumb>li {}
.breadcrumb>li+li:before { color: #a38841; }
.breadcrumb>li>a{ color: #343434; }
.breadcrumb>li>a:hover{ color: #000; text-decoration: underline; }
.breadcrumb>.active { color: #a38841; font-family: 'Roboto Slab', sans-serif; font-weight: 700; }

/**/
.product.view {  }
.product.view .media { overflow: visible; margin-bottom: 30px; }
.product.view .media .pic { position: relative; }
.product.view .media .pic a {display: block; overflow: hidden; padding: 15px; background: #fff; border: 1px solid #e1e1e1;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.product.view .media .pic a:hover:not(.nc) { border-color: #a38841; box-shadow: 0 0 10px 2px rgba(0,0,0,0.3); }
.product.view .media .pic a.nc { cursor: default; pointer-events: none; }
.product.view .info { margin-bottom: 30px; }
.product.view .short-desc { font-size: 16px; }

.product.view .info .atc { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #a38841; }
.product.view .info .atc { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; }
.product.view .info .atc>*{ margin-bottom: 15px; }
.product.view .info .atc .qtybtn { }
.product.view .info .atc .qtybtn .btn-qty>span { height: 22px; line-height: 22px; }
.product.view .info .atc .qtybtn .form-control { height: 44px; }
.product.view .info .atc .qtybtn .btn-primary { padding: 9px 15px; font-size: 18px; }
.product.view .info .price {font-family: 'Roboto Slab', sans-serif;font-weight: 700;font-size: 36px; line-height: 38px; }
.product.view .info .price span { float: left; display: block; color: #a38841; }
.product.view .info .price span.sale {color: #f52917;margin-right: 15px;}
.product.view .info .price span.old { font-size: 18px; color: #878787; text-decoration: line-through;}
.product.view .info .price span.net {display: block;float: none;font-size: 14px; font-family: 'Roboto', sans-serif; line-height: normal;color: #252525;font-weight: 400;}
.product.view .info-box { font-size: 14px; }
.product.view .info-box table h2 { margin: 0 0 0 0; font-size: 14px; font-weight: 400; }
.product.view .info-box table .td1 {width: 100px; font-weight: 700;}
.product.view .info-box table td { padding-left: 0; border: 0 none; vertical-align: middle; }
.product.view .table-subtype { margin-bottom: 30px; background: #fff; font-size: 16px; text-align: center; }
.product.view .table-subtype thead { background: #a38841; color: #fff; }
.product.view .table-subtype thead .qtybtn {width: 200px;}
.product.view .table-subtype thead th {font-weight: 700;}
.product.view .table-subtype tbody { }
.product.view .table-subtype th, .product.view .table-subtype td { text-align: center; padding: 6px; vertical-align: middle; }
.product.view .table-subtype.table-hover>tbody>tr:hover {background-color: #e9e9e9;}
.product.view .table-subtype tbody .price {font-family: 'Roboto Slab', sans-serif;font-weight: 700;color: #a38841;font-size: 20px; line-height: 1; }
.product.view .table-subtype tbody .price span {display: inline-block;vertical-align: middle;}
.product.view .table-subtype tbody .price span.sale { color: #f52917; }
.product.view .table-subtype tbody .price span.old { color: #878787; font-size: 13px; text-decoration: line-through; }
.product.view .table-subtype tbody .price span.net {display: block;font-size: 12px; font-family: 'Roboto', sans-serif; line-height: normal;color: #252525;font-weight: 400;}
.product.view .table-subtype tbody .qtybtn {  }
.qtybtn form { display: inline-block; }

.qtybtn .form-control { font-size: 14px; vertical-align: top; display: inline-block;width: 50px; height: 32px; text-align: center; border-color: #a38841;
    -moz-appearance: textfield; -webkit-appearance: none;
}
.qtybtn .form-control:focus { border-color: #000; }
.qtybtn .form-control::-webkit-outer-spin-button,
.qtybtn .form-control::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.qtybtn .btn-qty {border-radius:3px; overflow: hidden; background: #d7d7d7;display: inline-block;vertical-align: top;}
.qtybtn .btn-qty, .products.view .atc .qty .btn-qty * {
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; user-drag: none; -webkit-user-drag: none;
}
.qtybtn .btn-qty>span {cursor: pointer;display: block;height: 16px;padding: 0 18px ;text-align: center;font-size: 16px;line-height: 16px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.qtybtn .btn-qty>span:hover { background: #a38841; color: #fff; }
.qtybtn .unit { display: inline-block; vertical-align: middle; margin: 0 10px 0 5px;}
.qtybtn .btn-primary {padding: 5px 10px;font-size: 14px;}

.subtype-product-title { margin: 0 0 20px 0; font-size: 14px; line-height: 18px; font-weight: 700; }
.subtype-product-title span { font-size: 16px; font-family: 'Roboto Slab', sans-serif; color: #a38841; }

.select-subtype { padding: 15px 15px 5px 15px; margin-left: -15px; margin-right: -15px; border: 1px solid #ddd; background: #fff; box-shadow: 0 0 6px 2px rgba(0,0,0,0.1); }

.select-subtype {font-size: 14px; margin-bottom: 30px;}
.select-subtype .qtybtn { text-align: center; }
.select-subtype .qtybtn .inner { padding: 20px 0 15px 0; }
.select-subtype .qtybtn .price {display: inline-block; vertical-align: middle; margin: 0 10px 0 0; font-family: 'Roboto Slab', sans-serif;font-weight: 700;color: #a38841;font-size: 20px; line-height: 26px; }
.select-subtype .qtybtn .price span {display: inline-block;vertical-align: middle;}
.select-subtype .qtybtn .price span.sale { color: #f52917; }
.select-subtype .qtybtn .price span.old { display: block; color: #878787; font-size: 13px; text-decoration: line-through; }
.select-subtype .qtybtn .price span.net { display: block; font-size: 12px; font-family: 'Roboto', sans-serif; line-height: normal;color: #252525;font-weight: 400; }
.select-subtype .qtybtn .form-control {width: 56px;height: 60px;vertical-align: middle;}
.select-subtype .qtybtn .btn-qty { vertical-align: middle; }
.select-subtype .qtybtn .btn-qty>span {height: 30px;line-height: 30px;}
.select-subtype .form-control {border-color: #a38841;font-size: 14px; height: 40px; }
.select-subtype .form-control:focus { border-color: #000; }
.select-subtype .form-control[disabled], .select-subtype .form-control[readonly] { cursor: not-allowed; background: #ddd; border-color: #000;
    appearance: none;
    -webkit-appearance: none;
}
.select-subtype .btn-primary { padding: 9px 15px; font-size: 18px; font-family: 'Roboto Slab', sans-serif; }


.product.view .desc {}
.product.view .desc .content-body {  }
.product.view .desc .content-body table.table { font-size: 14px; background: #fff; box-shadow: 0 0 6px 2px rgba(0,0,0,0.1); }
.product.view .content-body h1,
.product.view .content-body h2,
.product.view .content-body h3 { margin: 25px 0 15px 0; font-weight: 700; padding-bottom: 10px; font-family: 'Roboto Slab', sans-serif; }
.product.view .content-body h1 {  }
.product.view .content-body h2 {  }
.product.view .content-body h3 {  }
.product.view .content-body ul {list-style: none;padding-left: 34px;}
.product.view .content-body ul li { position: relative; }
.product.view .content-body ul li:before {content: '';position: absolute;top: 8px;left: -28px;width: 8px;height: 8px;border-radius: 100%;background: #a38841;}
.product.view .content-body strong { font-weight: 700; color: #a38841; }


.newsletter { display: table; width: 100%; margin-top: 50px; background: url(../images/bg_newsletter.jpg) 50% 50% no-repeat scroll #262626; }
.newsletter .td { display: table-cell; vertical-align: middle; padding: 15px 25px; }
.newsletter .td.t { width: 370px; }
.newsletter .td.f { position: relative; }
.newsletter .title { font-family: 'Roboto Slab', sans-serif; margin: 0 0 0 0; font-size: 21px; font-weight: 400; color: #fff; }
.newsletter .title>span { display: block; letter-spacing: 4px; text-transform: uppercase; }
.newsletter form { padding-right: 60px; }
.newsletter .form-group { width: 50%; float: left; padding: 0 8px; margin: 0; }
.newsletter .form-control { border-color: #fff; }
.newsletter .form-control:focus { border-color: #a38841; }
.newsletter .btn { position: absolute; padding: 0; top: 0; right: 0; width: 76px; height: 100%; overflow: hidden; border-radius: 0; }
.newsletter .btn svg { margin-left: -5px; fill: #fff;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.newsletter .btn span { display: inline-block; text-indent: -9999px; }
.newsletter .btn:hover { background-color: #e6bc4f; border-color: #e6bc4f; }
.newsletter .btn:hover svg { fill: #fff; transform: rotate(-45deg); }

.catalog {position: relative; margin-top: -165px; margin-bottom: 80px; }
.catalog .item { display: block;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.catalog .item:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.catalog .item, .catalog .item img {
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
}

section.bgimage { margin-bottom: 0; padding-bottom: 80px; background: url(../images/bg_contact.jpg) 50% 0 no-repeat scroll transparent; background-size: cover; }
.bgimage .main-title {color: #fff;margin-bottom: 60px;padding-bottom: 0;text-shadow: 0 0 11px rgba(0,0,0,1);}
.bgimage .main-title>span{ color: #fff; }
.bgimage .main-title>span>span:before,.bgimage .main-title>span>span:after { display: none!important; }

.contact-form {}
.contact-form textarea { height: 165px; }
.contact-form .btn { font-family: 'Roboto Slab', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 1px; }
.contact-form .btn svg { display: inline-block; margin: -5px 0 0 10px; vertical-align: middle; fill: #fff;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.contact-form .btn:hover svg { transform: rotate(-45deg); }

.contact-form .privacy-text {color: #fff;font-size: 14px;padding-right: 60px;}
.contact-form .privacy-text a { color: #a38841; font-weight: 700; text-shadow: 0 0 10px rgba(0,0,0,1); }
.contact-form .privacy-text a:hover { color: #fff; text-decoration: underline; }
.contact-form .df {display: flex;flex-direction: row;align-items: flex-start;}
.contact-form .df>* {}

.contact-page { position: relative; min-height: 470px; margin-bottom: 60px; }
.contact-page .bg {position: absolute;z-index: 0;top: 0;right: 0;bottom: 0;left: 0;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; user-drag: none; -webkit-user-drag: none;
}
.contact-page .row { position: relative; z-index: 10; }
.contact-page .content-inner {padding: 70px 200px 0 0;font-family: 'Roboto Slab', sans-serif;font-size: 16px;font-weight: 400;}
.contact-page .content-inner .company { margin-bottom: 20px; font-size: 20px; font-weight: 700; color: #a38841; }
.contact-page .content-inner a { color: #343434; }
.contact-page .content-inner a:hover { color: #a38841; text-decoration: underline; }
.contact-page .content-inner table { margin-bottom: 20px; }
.contact-page .content-inner table tr>td:first-child { font-weight: 700; width: 145px; }

.contact .contact-form { padding: 0 22px; }
.contact .contact-form .privacy-text { padding: 0; margin-bottom: 15px; color: #343434; }
.contact .contact-form .privacy-text a { text-shadow: none; }
.contact .contact-form .privacy-text a:hover { color: #000; }

.downloads {}
.downloads .item { display: block; margin-bottom: 30px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.downloads .item:hover {
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.downloads .item img {}


.videos {}
.videos .item { display: block; position: relative; margin-bottom: 30px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.videos .item:before { content: ''; position: absolute;z-index: 2; top: 0; right: 0; left: 0; height: 40px; }
.videos .item .caption { position: absolute; z-index: 3; top: 0; left: 0; right: 0; font-size: 14px; color: #fff; padding: 5px 5px 15px 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-shadow: 0 0 2px rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}
.videos .item img { position: relative; z-index: 1; }
.videos .item svg { position: absolute; z-index: 4; top: 50%; left: 50%; fill: rgba(0,0,0,0.8); color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videos .item .title { display: block; padding: 5px; background: #e9e9e9; font-size: 14px; color: #343434; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.videos .item:hover {box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);}
.videos .item:hover svg { fill: #FF3D00; color: #fff; }



footer {background: url(../images/bg_footer.jpg) 50% 0 no-repeat scroll #000000;}
footer .inner {padding: 20px 0 20px 0;}
footer .inner a { color: #fff; }
footer .inner a:hover { color: #a38841; }
footer .inner h4.title { position: relative; padding-bottom: 15px; margin: 0 0 20px 0; font-family: 'Roboto Slab', sans-serif; text-transform: uppercase; font-size: 15px; font-weight: 400; color: #a38841; }
footer .inner h4.title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 2px; background: #fff; }
footer .inner .menu { font-size: 14px; margin-bottom: 30px; }
footer .inner .menu>li { float: left; width: 33.33333333%; padding-right: 10px; margin-bottom: 5px; }
footer .inner .menu.info li { width: 50%; }
footer .inner .logos {display: flex; flex-wrap: wrap; align-items: center;padding: 30px 0 0 0;border-top: 1px solid #a38841;justify-content:  space-between;}
footer .inner .logos>*{flex: 1 1 auto;margin-bottom: 20px;}
footer .inner .address {color: #fff;font-size: 12px;flex: 1 1 25%;}
footer .inner .address span { color: #a38841;display: block; }
footer .inner .social-box {flex: 1 1 auto;padding: 10px 0;}
footer .inner .social-box a { margin-left: 10px; padding: 0 10px; }
footer .bottom { padding: 10px 0; background: #f4f4f4; font-size: 13px; }
footer .bottom .copyright { float: left; }
footer .bottom .copyright span { color: #a38841; font-weight: 700; }
footer .bottom .createdby { float: right; }
footer .bottom .createdby a { color: #343434; }
footer .bottom .createdby span { color: #a38841; }
footer .bottom .createdby span a { color: #a38841; }
footer .bottom .createdby a:hover { color: #a38841; text-decoration: underline; }

.profile {}
.profile .orders {}
.profile .orders .table {}
.profile .orders .table thead .orderid { }
.profile .orders .table thead .date { width: 175px; }
.profile .orders .table thead .price { width: 115px; }
.profile .orders .table thead .morebtn { width: 95px; }
.profile .orders .table.table-striped>tbody>tr:nth-of-type(odd) { }

.inorder {}
.inorder .panel-heading .orderid {}
.inorder .panel-heading .date { float: right; font-size: 12px; font-style: italic; font-weight: 400; line-height: 22px; }

.inorder .products {}
.inorder .products .table td, .inorder .products .table th { vertical-align: middle; }
.inorder .products .table thead .name {}
.inorder .products .table thead .price { width: 110px; }
.inorder .products .table thead .qty { text-align: center; }
.inorder .products .table thead .totalprice { text-align: right; }
.inorder .products .table tbody .name {}
.inorder .products .table tbody .name .prod-name { display: block; font-weight: 700; }
.inorder .products .table tbody .name .sku { font-size: 12px; font-style: italic; }
.inorder .products .table tbody .price {}
.inorder .products .table tbody .qty { text-align: center; }
.inorder .products .table tbody .totalprice { text-align: right; }
.inorder .products .table .sum { background: #ccc; }
.inorder .products .table .sum.net { background: #ddd; }
.inorder .products .table .sum.sumnet { background: #eee; }
.inorder .products .table .sum td { text-align: right; font-weight: 700; }
.inorder .products .table .sum td.sumprice { }

.page-category {}
.page-category .content-body { margin-bottom: 30px; }


.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th { }
.cart { font-size: 14px; }
.panel-default {border: 0 none;box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);}
.panel-default>.panel-heading { background: #343434; color: #fff; font-family: 'Roboto Slab', sans-serif; font-weight: 700; }
.cart .table>tbody>tr>td, .cart .table>tbody>tr>th, .cart .table>tfoot>tr>td, .cart .table>tfoot>tr>th, .cart .table>thead>tr>td, .cart .table>thead>tr>th {  }
.cart .basket thead .pic { width: 76px; }
.cart .basket thead .name { }
.cart .basket thead .price { width: 100px; text-align: right; }
.cart .basket thead .qty {width: 115px;text-align: center;}
.cart .basket thead .price-sum {width: 140px;text-align: right;}
.cart .basket thead .delete { width: 20px; }
.order-total-price { font-family: 'Roboto Slab', sans-serif; font-weight: 700; color: #a38841; font-size: 22px; }
.cart .basket tbody td { vertical-align: middle; }
.cart .basket tbody .pic { }
.cart .basket tbody .pic a { }
.cart .basket tbody .pic img { max-width: 60px; }
.cart .basket tbody .name { }
.cart .basket tbody .name a { font-family: 'Roboto Slab', sans-serif; font-weight: 700; color: #a38841; font-size: 18px; }
.cart .basket tbody .name a:hover { }
.cart .basket tbody .name .modifiers { font-size: 13px; line-height: 14px; }
.cart .basket tbody .name .modifiers .modifier { display: inline-block; margin-right: 0; padding-right: 4px; border-right: 1px solid #ddd; }
.cart .basket tbody .name .modifiers .modifier span { font-weight: 700; }
.cart .basket tbody .name .modifiers .modifier:last-child { border-right: 0 none; padding-right: 0; }
.cart .basket tbody .prices { text-align: right; }
.cart .basket tbody .prices .price { }
.cart .basket tbody .prices .price.old { }
.cart .basket tbody .prices .price.sale { }
.cart .basket tbody .prices .price.regular { }
.cart .basket tbody .qty { text-align: center; }
.cart .basket tbody .qty .form-control {border-color: #a38841;display: inline-block;width: 44px;text-align: center;padding: 6px;vertical-align:  middle;}
/*.cart .basket tbody .price-sum { font-family: 'Roboto Slab', sans-serif; font-size: 18px; color: #a38841; font-weight: 700; text-align: right; }*/
.cart .basket tbody .price-sum { text-align: right; }
.cart .basket tbody .delete { text-align: center; }
.cart .basket tbody .delete a { display: inline-block; }

.cart .panel-shipping-mode .price { font-family: 'Roboto Slab', sans-serif; color: #a38841; font-weight: 700; font-size: 16px; }

.cart .basket .totals { }
.cart .basket .totals td { background: transparent; }
.cart .basket .totals td { font-weight: bold; }
.cart .basket .totals .price-sum { font-family: 'Roboto Slab', sans-serif; color: #f52917; font-size: 22px; }
.cart .basket .totals.part .price-sum { color: #a38841; font-size: 16px;}
.cart .basket .totals .text-right { border-left: 0 none; }
.cart .basket .totals .hidden-xs { border-right: 0 none; }

.cart .msg textarea { height: 120px; resize: none; }

.cart .summary-user { margin-bottom: 30px; }
.cart .summary-user > a.edit { float: right; }
.cart .summary-user > div { margin-bottom: 10px; }
.cart .summary-user > div > .title { font-size: 16px; font-weight: bold; margin: 5px 0 10px 0; }
.cart .summary-user .user-info { }
.cart .summary-user .user-billing { }
.cart .summary-user .user-shipping { }

.cart .buttons { }
.cart .buttons .btn { }
.cart .buttons .btn.back { }
.cart .buttons .btn.modify { }
.cart .buttons .btn.empty { }
.cart .buttons .btn.order { float: right; }
.cart .buttons .btn.order:hover { }


.cart-breadcrumb { padding: 0 0 0 0; margin-bottom: 30px; border: 1px solid #d5d5d5; list-style: none; background: #f5f5f5; border-radius: 4px; }
.cart-breadcrumb>li { float: left; }
.cart-breadcrumb>li>a, .cart-breadcrumb>li>span { position: relative; display: block; padding: 12px 10px 12px 26px; text-align: center; font-size: 13px; line-height: 16px;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.cart-breadcrumb>li:first-child>a, .cart-breadcrumb>li:first-child>span { padding: 12px 10px 12px 16px; }
.cart-breadcrumb>li>a:before, .cart-breadcrumb>li>a:after, .cart-breadcrumb>li>span:before, .cart-breadcrumb>li>span:after {
    content:''; position: absolute; top: 0; left: 100%; z-index: 1; display: block; width: 0; height: 0;
    border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 16px solid transparent;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.cart-breadcrumb>li>a:before, .cart-breadcrumb>li>span:before { margin-left: 1px; border-left-color: #d5d5d5; }
.cart-breadcrumb>li>a:after, .cart-breadcrumb>li>span:after { border-left-color: #f5f5f5; }
.cart-breadcrumb>li.active>span { background: #a38841; font-weight: bold; color: #fff; }
.cart-breadcrumb>li.active>span:after { border-left-color: #a38841; }
.cart-breadcrumb>li>a { color: #a38841; font-weight: 700;}
.cart-breadcrumb>li>span { cursor: default; }
.cart-breadcrumb>li>a:hover, .cart-breadcrumb>li>a:focus { background: #ddd; }
.cart-breadcrumb>li>a:hover:after, .cart-breadcrumb>li>a:focus:after { border-left-color: #ddd; }

.pager-container { text-align: center; }
.pagination { }
.pagination>li { }
.pagination>li>a,.pagination>li>span {  }
.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 {  }
.pagination>li:first-child > a, .pagination > li:last-child > a { }


.user-form { }
.user-form textarea { height: 120px; }


.content-lead { margin-bottom: 30px; }
.content-body { }
.content-lead img, .content-body img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
.content-lead a, .content-body a { font-weight: 700; }
.page-view .content-lead { font-weight: 700; }
.home-page.page-view .content-lead { font-weight: 400; }

.footer { }

.createdby {  }
.createdby a { display: inline-block; }
.createdby a:hover {  }

.error404 { text-align: center; }
.error404 h1 { font-size: 72px; font-weight: 700; text-transform: uppercase; }
.error404 h2 { font-size: 32px; }


.has-error .form-control::-webkit-input-placeholder { color: #a94442; }
.has-error .form-control::-moz-placeholder { color: #a94442; }
.has-error .form-control:-ms-input-placeholder { color: #a94442; }
.has-error .form-control:-moz-placeholder { color: #a94442; }
.checkbox label { }
.checkbox label a { font-weight: 700; color: #000; text-decoration: underline; }
.checkbox label a:hover { color: #a38841; }
.checkbox .has-error { color: #a94442; }
.checkbox .has-error a { color: #a94442; }

body.index header { position: relative; top: auto; right: auto; left: auto; z-index: 2; }
body.index header .top { background: #000;}
body.index .page-content {background: none; }
body.index section.block.bgw{background-position: 50% -35px;}

.page-image {position: relative;z-index: 1;height: 180px;background: 50% 0 no-repeat scroll transparent;background-size: cover; border-bottom: 1px solid #a38841;}

/*xs */
@media (max-width: 767px) {
    body { font-size: 14px; }
    .cart .table { font-size: 11px; }
    .inorder .products .table { font-size: 11px; }
    .profile .orders .table { font-size: 11px; }
    .cart.user-info .table { font-size: 13px; }
    .cart .summary-user { font-size: 12px; }
    .cart .table th, .cart .table td { padding: 2px; }
    .inorder .products .table td, .inorder .products .table th { padding: 4px; }
    .cart.user-info .table th, .cart.user-info .table td { padding: 4px; }
    .cart .basket tbody .name .modifiers { font-size: 9px; }
    .cart .basket tbody .name .modifiers .modifier { display: block; border: 0 none; }
    .cart .basket thead .price { width: 60px; }
    .cart .basket thead .qty { width: 75px; }
    .cart .basket thead .price-sum { width: 55px; }
    .cart .basket tbody .name a { font-size: inherit; }
    .cart .basket tbody .prices .price { font-size: 12px; }
    .cart .basket tbody .price-sum { font-size: inherit; }
    .cart .basket tbody .qty .btn { padding: 9px 4px; }
    .cart .basket tbody .qty .form-control { padding: 6px 3px; font-size: 11px; width: 35px; }
    .cart .basket tbody .delete a { padding: 9px 4px; }
    .cart .basket .totals .price-sum { font-size: inherit; }
    .cart .buttons .btn { float: none; width: 100%; margin: 5px 0; }
    .cart-breadcrumb { display: none; }

    .registration .form-group .text-right { padding-top: 15px; text-align: left; }

    header { position: static; }
    header .top { background: #000; padding: 4px 0; }
    header .top .menu { float: none; text-align: center; }
    header .top .menu a { font-size: 12px; line-height: 1; margin: 0 15px; }
    header .top .menu a:first-child { margin: 0 15px; }
    header .top .item.logo3m { display: none; width: 130px; }
    header .inner { position: relative; z-index: 10;}
    header .inner .logo {width: 150px;}
    .navbar {margin-left: 10px; padding-top: 5px; }
    header .inner .basket-box { margin-left: 10px; }
    header .inner .quick-links {padding-top: 5px;}
    header .inner .btn {padding: 3px 8px;font-size: 14px;}

    .page-image { height: 80px; }

    .promobox { z-index: 1; }
    .promobox, .promobox .item {height: 265px;}

    section.block.homeblock { margin-top: -45px; margin-bottom: 15px; }

    .search-box { position: static; }
    .search-box form {width: 100%;top: calc(100% + 8px);}
    .search-box form:before {right: 108px;}
    .search-box form .btn { padding: 9px 15px; font-size: 18px; }

    .main-title {font-size: 14px;margin-bottom: 30px;}
    .main-title>span {font-size: 22px;}
    .main-title>span>span { padding: 0 15px; }

    section.bgimage { background-size: auto; }
    .bgimage .main-title>span>span { padding: 0; }

    .aboutus .desc { padding-top: 15px; }

    .contact-form .df { display: block; }
    .contact-form .privacy-text { margin-bottom: 15px; padding: 0; }
    .contact-form .btn { width: 100%; }

    .category.list .item { padding: 0; }
    .category.list .item .pic { margin: 0; }
    .category.list .item h2 { background: none; font-size: 10px; padding: 10px 0 20px 0; }
    .category.list .item:hover {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .category.list .row { margin: 0 -2px; }
    .category.list .col-xs-6 { padding: 0 2px; }
    .category.list .item { margin-bottom: 10px; }
    .category.list .item h2 { font-size: 10px; }

    .select-subtype .control-label { padding-top: 11px; }

    .videos .item svg { width: 48px; height: 48px; }

    footer .inner { padding: 10px 0 0 0; }
    footer .inner .menu li { float: none; width: auto; }
    footer .inner .menu.info li { width: auto; }
    footer .inner .logos { display: block; }
    footer .inner .social-box { text-align: center; margin: 0; }

    footer .bottom { text-align: center; }
    footer .bottom .copyright { float: none; margin-bottom: 10px; }
    footer .bottom .createdby { float: none; }

}

/* sm */
@media (min-width: 768px) {

}

/* only sm */
@media (min-width: 768px) and (max-width: 991px) {
    .cart-breadcrumb>li>a, .cart-breadcrumb>li>span { font-size: 12px; }

    header .top .menu { display: none; }

    .navbar { margin-left: 30px; }
    .homeblock {margin-top: -70px;}

    .main-title { font-size: 16px; margin-bottom: 30px; }
    .main-title>span { font-size: 32px; }
    .main-title>span>span {}

    footer .inner .menu.info li { width: 33.33333333%; }

    .promobox, .promobox .item {height: 540px;}

    .category.list .item h2 { font-size: 20px; }

    .select-subtype .control-label {padding-top: 11px;}
}

/* xs & sm */
@media (max-width: 991px) {

    header .top .info-box { float: none; text-align: center; }
    header .top .item.social-box { display: none; }
    header .top .item.phone { display: none; }
    header .inner { padding: 10px 0; }
    header .inner .logo { }
    .navbar { float: right; }

    section.block.homeproduct { margin-bottom: 30px; }
    section.block.bgw { padding: 25px 0; }
    .catalog { margin: 0 0 45px 0; }
    section.bgimage { padding: 30px 0; }
    .bgimage .main-title { margin-bottom: 40px; }

    .promobox .item {  }

    .newsletter { display: block; }
    .newsletter .td { display: block; }
    .newsletter .td.t {width: auto;border-bottom: 1px solid #a38841;padding: 10px 15px;}
    .newsletter .td.f {padding: 10px 18px 10px 5px;}
    .newsletter form {  }
    .newsletter .btn.submit { }

    .homeblock .row {margin: 0 -5px;}
    .homeblock .row .col-xs-4 { padding: 0 5px; }
    .homeblock .item, .homeblock .item:hover {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .products.list .item .inner { padding: 5px; }
    .product .badge {width: 44px;height: 44px;line-height: 44px;font-size: 16px;}
    .products.list .item .title h2 { margin: 5px 0 0 0; font-size: 16px; line-height: 18px; height: 54px; }
    .products.list .item .title h2 a {}
    .products.list .item .title .subcategory { font-size: 13px; }
    .products.list .item .prices {font-size: 14px;padding: 10px; line-height: 22px;}
    .products.list .item .prices span.old { font-size: 10px; }
    .products.list .item .prices span.net { font-size: 12px; }
    .products.list .item .prices svg {margin-top: 10px;}

    .contact-page { min-height: inherit; }
    .contact-page .bg { display: none; }
    .contact-page .content-inner { padding: 20px; background: #fff; box-shadow: 0 0 25px 1px rgba(0,0,0,0.3); }

    .contact .contact-form { padding: 0; }
    .contact .contact-form .content-body { margin-bottom: 30px; }

    .videos .row { margin: 0 -5px; }
    .videos .row>* { padding: 0 5px; }
    .videos .item { margin-bottom: 10px; }
    .videos .item .caption { font-size: 9px; }
    .videos .item svg { fill: #FF3D00; color: #fff; }
    .videos .item .title { font-size: 9px; }



}
@media (max-width: 610px) {

    /*
    .homeblock .col-xs-4 { width: 100%; }
    .homeblock .item { display: block; margin: 0 auto; width: 75%; }
*/

    .homeblock .container { padding: 0; }
    .homeblock .row {margin: 0 0px;}
    .homeblock .row .col-xs-4 { padding: 0 0px; }

    .products.list .col-xs-4 { width: 100%; }
    .products.list .item { margin-bottom: 15px; }
    .products.list .item .inner {display: flex;}
    .products.list .item .pic { width: 130px; flex: 0 0 130px; }
    .products.list .item .title { flex: 1 1 auto; padding-left: 10px; }
    .products.list .item .title h2 { height: auto; font-size: 12px; line-height: inherit; }
    .products.list .item .title h2 a { margin-top: 0; }
    .product .badge {width: 32px;height: 32px;line-height: 32px;font-size: 12px; top: 0; left: 0; right: auto; }

    .visible.xsm { display: none!important; }
    .hidden.xsm { display: block!important; }


}
@media (max-width: 480px) {
    .newsletter .form-group { width: auto; float: none; margin-bottom: 15px; padding: 0; }
    .newsletter .td.f { padding: 10px 10px 50px 10px; }
    .newsletter form { padding: 0; }
    .newsletter .btn {font-family:'Roboto Slab', sans-serif;width: 100%; height:auto;top: auto;left: 0;right: 0;bottom: 0;padding: 10px 29px;}
    .newsletter .btn span { text-indent: 0; font-size: 16px; margin-right: 10px; }
    .newsletter .btn svg { margin: 0; }

    .select-subtype .control-label { padding-top: 0; }
    .select-subtype .col-xxs { float: none; width: auto; }
    .select-subtype .btn-primary { display: block; width: 100%; margin: 15px 0; }

    .contact-page .content-inner table { display: block; margin-bottom: 10px; }
    .contact-page .content-inner table tr { display: block; margin-bottom: 10px; }
    .contact-page .content-inner table tr td { display: block; }


}

/* xs & sm & md*/
@media (max-width: 1199px) {

}

/* md */
@media (min-width: 992px) {
    body.stop-scrolling { padding-right: 17px; }
    .sweet-overlay { overflow: visible; overflow-y: scroll; }
    .promobox { height: 810px; }

#popup .modal-dialog {
        width: auto;
        text-align: center
    }

    #popup .modal-content {
        display: inline-block
    }

}

/*only md */
@media (min-width: 992px) and (max-width: 1199px) {
    .cart-breadcrumb>li>a, .cart-breadcrumb>li>span { font-size: 11px; }

    header .top .item.social-box a { padding: 0 10px; }
    header .top .item.logo3m { }
    header .top .menu ul li { margin-left: 15px; }
    header .inner .logo {width: 187px;}
    header .inner .quick-links { padding-top: 0; }
    .navbar { margin: 0 0 0 10px; padding-top: 0; }
    .navbar .navbar-nav>li { margin-left: 10px; }
    .navbar .navbar-nav>li>a { font-size: 16px; }

    .newsletter .td.t { width: 310px; }

    .product.view .table-subtype { font-size: 14px; }
    .product.view .table-subtype tbody .price { font-size: 16px; line-height: 20px; }

    .contact-page { min-height: 380px; }
    .contact-page .content-inner { padding: 30px 30px 0 0; }

    footer .inner .logos {justify-content: left}
    footer .inner .logos .address{ padding-left: 15px; }
    footer .inner .logos>* { flex: 0 0 auto; }
    /*footer .inner .logos .logo.logo3m { flex: 1 1 100%; }*/
    footer .inner .social-box {text-align: right;margin-left:  auto;}
}

/* lg */
@media (min-width: 1200px) {

}

/**/
div.errormark { display: none; width: 16px; height: 16px; }
div.errormark a {display: block; background: transparent url(../images/icons/error.png) no-repeat; width: 16px; height: 16px; }
div.errors { position: relative; background: #ffecec; border: solid 1px #ffffff; padding: 10px; margin-bottom: 10px; }
div.errors strong { color: #000000; }
div.errors .error-close { position: absolute; width: 17px; height: 17px; top: 0px; right: 0px; display: block; background: url(../images/icons/error_close_icon.png) no-repeat; }
div.error-text { margin-top: 5px; }

.free_shipping-info {
    background-color: #d1ecf1;
}
.free_shipping-info td div {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

