@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/subset-OpenSans-Regular.eot');
    src: url('/fonts/opensans/subset-OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans/subset-OpenSans-Regular.woff2') format('woff2'),
    url('/fonts/opensans/subset-OpenSans-Regular.woff') format('woff'),
    url('/fonts/opensans/subset-OpenSans-Regular.ttf') format('truetype'),
    url('/fonts/opensans/subset-OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/subset-OpenSans-SemiBold.eot');
    src: url('/fonts/opensans/subset-OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans/subset-OpenSans-SemiBold.woff2') format('woff2'),
    url('/fonts/opensans/subset-OpenSans-SemiBold.woff') format('woff'),
    url('/fonts/opensans/subset-OpenSans-SemiBold.ttf') format('truetype'),
    url('/fonts/opensans/subset-OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/subset-OpenSans-Light.eot');
    src: url('/fonts/opensans/subset-OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans/subset-OpenSans-Light.woff2') format('woff2'),
    url('/fonts/opensans/subset-OpenSans-Light.woff') format('woff'),
    url('/fonts/opensans/subset-OpenSans-Light.ttf') format('truetype'),
    url('/fonts/opensans/subset-OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/subset-OpenSans-Bold.eot');
    src: url('/fonts/opensans/subset-OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans/subset-OpenSans-Bold.woff2') format('woff2'),
    url('/fonts/opensans/subset-OpenSans-Bold.woff') format('woff'),
    url('/fonts/opensans/subset-OpenSans-Bold.ttf') format('truetype'),
    url('/fonts/opensans/subset-OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans/subset-OpenSans-ExtraBold.eot');
    src: url('/fonts/opensans/subset-OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans/subset-OpenSans-ExtraBold.woff2') format('woff2'),
    url('/fonts/opensans/subset-OpenSans-ExtraBold.woff') format('woff'),
    url('/fonts/opensans/subset-OpenSans-ExtraBold.ttf') format('truetype'),
    url('/fonts/opensans/subset-OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #23a1d1;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
.information-contact .button,
.checkout-buy .column-close .btn-v1 {
    color: #ffffff;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
.header-container .header.container{
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif!important;
}
.top-contact{
    color: #fff;
    font-weight: 600;
    /*margin-top: 20px;*/
}
.top-contact .box-col{
    text-align: center;
    font-size: 15px;
}
.top-contact .box-col .media-body > span{
    display: block;
}
.top-contact .box-col .media-body > span.holiday_works{
    margin-left: 0;
    margin-bottom: 5px;
    display: inline-block;
}
.top-contact .box-col .fa{
    font-size: 25px;
    color: #f9dc00;
}
.top-contact .box-col a{
    color: #000;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: initial;
    background-image: initial;
    background-repeat: initial;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    position: relative;
    height: 44px;
}
#search .autosearch-input{
    height: 44px;
    width: 240px;
    padding: 5px 15px;
    border: none;
    outline:none;
    float: right;
}
#search .input-group-btn{
    position: absolute;
    top: 0;
    right: 40px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 16px;
    text-shadow: 0 1px 0 #f9dc00;
    color: #f9dc00;
    background-color: initial !important;
    outline: none;
}
#search .btn-lg .fa{
    font-size: 20px;
}
/* cart */

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 330px;
}
.custom-pull-right{ float: right; }
.agree-wrap label{ display: block; }

#cart .dropdown-menu table {
    margin-bottom: 0px;
}
#cart .dropdown-menu table.table-bordered {
    border: none;
}
#cart .dropdown-menu li > div {
    min-width: 100%;
    padding: 0px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
/* content */
#content {
    /*	min-height: 600px;
          padding-bottom: 50px;*/
}
/* footer */
footer {
    background-color: #00490e;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    width: 100%;
}
.alert-success {
    margin: 15px 0px;
    margin: auto;
    margin-top: 15px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
    border-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.toolbar #grid-view {
    margin-right: 0px;
}
#grid-view.btn.btn-default:hover {
    background: #f8f8f8;
}
#list-view.btn.btn-default:hover {
    background: #f8f8f8;
}
#compare-total {
    margin-top: 4px;
    float: left;
}
.toolbar .btn-default {
    border-radius: 2px !important;
    color: #fff;
    padding: 8px 10px 4px;
}
.toolbar .btn-default:hover {
    color: #000;
    background: #f9f9f9;
}
#grid-view.btn.btn-default {
    border-radius: 2px 0 0 2px !important;
    border-right: 1px #fafafa solid;
    float: left;
    background: #4ca811;
}
#list-view.btn.btn-default {
    border-radius: 0 2px 2px 0 !important;
    float: left;
    background: #4ca811;
}
.toolbar button {
    border: none;
    padding: 8px 12px;
}
.toolbar button:hover {
    border: none;
    padding: 8px 10px 4px;
}
.toolbar button:focus {
    border: none;
    padding: 8px 10px 4px;
}
#list-view {
    margin-right: 8px;
}
.btn-default {
    color: #fff;
    background-color: #4ca811;
    border: none;
    border-radius: 0px;
}
.btn-default:hover {
    color: #fff;
    background-color: #4ca811;
    border: none;
    border-radius: 0px;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #da4f49;
    background-color: #fff;
    border: none;
    box-shadow: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: none !important;
    background: none !important;
    color: #333 !important;
}
.btn-success {
    color: #387038;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
.banners-group {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 16px;
}
.banners-group .item:last-child {
    padding-top: 0;
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
/*.product-thumb .image a:hover {*/
    /*opacity: 0.8;*/
/*}*/
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 10px;
}
.autosearch-wrapper{
    position: absolute;
    right: 0;
    min-width: 380px;
}
.autosearch .price .price-old {
    text-decoration: line-through;
    color: #666;
}
.product-thumb .rating {
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #bbb;
    font-size: 12px;
}
.fa-stack {
    width: 1.1em;
    height: 1em;
    line-height: 1em;
}
.products-list .fa-star {
    color: #ccc;
    font-size: 11px;
    z-index: 10;
    line-height: 14px;
}
.products-list .fa-stack {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    position: relative;
    vertical-align: middle;
    width: 1em;
}
.products-list .fa-star {
    color: #fc3;
}
.fa-star-o:before {
    content: "\f005";
    color: #bbb;
}
.rating .fa {
    color: #FC0;
    font-size: 13px;
    z-index: 10;
}
.ratings .fa {
    font-size: 15px;
    margin: 0 2px;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
.addthis_button_tweet { min-width: 80px; }
.success {
    display: none;
    width: 600px;
    margin-left: -300px;
    background: white;
    border: 1px solid #E4E3E3;
    padding: 50px;
    left: 50%;
    top: 22%;
    font-size: 16px;
    color: #333333 !important;
    -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
    z-index: 15000;
    position: fixed;
}
.success a{
    color:#00490e;
    text-decoration: none !important;
    font-size: 16px;
}
.success a:hover{
    color: #00490e;
    text-decoration: underline;
}
.success .close{
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0.7;
}
.success_button {
    background:#00490e;
    border:1px solid #E4E3E3;
    display:inline-block;
    cursor:pointer;
    color:white !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
}
.success_button:hover {
    text-decoration: none !important;
    color: #000000 !important;
    background:#ffffff;
}
.success_button:active {
    position:relative;
    top:1px;
}

/*�����*/
/*.class_scroll div{*/
/*float: none;*/
/*}*/
/*div.class_scroll{*/
/*margin: 10px 0 20px;*/
/*padding: 0;*/
/*border-bottom: none;*/
/*}*/

/*tiny scroll bar*/
.class_scroll{
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    border-bottom: none;
}
.class_scroll .viewport{
    width: 236px;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.class_scroll .overview {
    list-style: none;
    width: 1416px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.class_scroll .scrollbar{
    background: transparent url(../image/tiny/bg-scrollbar-track-x1.png) no-repeat 0 0;
    position: relative;
    margin: 0 0 5px;
    clear: both;
    height: 15px;
}
.class_scroll .track {
    background: transparent url(../image/tiny/bg-scrollbar-trackend-x.png) no-repeat 100% 0;
    width: 100%;
    height:15px;
    position: relative;
}
.class_scroll .thumb {
    background: transparent url(../image/tiny/bg-scrollbar-thumb-x.png) no-repeat 100% 50%;
    height: 25px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -5px;
}
.class_scroll .thumb .end{
    background: transparent url(../image/tiny/bg-scrollbar-thumb-x.png) no-repeat 0 50%;
    overflow: hidden;
    height: 25px;
    width: 5px;
}
.class_scroll .disable {
    display: none;
}

/*�������������� ��������� ������*/
.class_scroll div.item{
    list-style: none;
    position: relative;
    /*width: 280px;*/
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    /*border: 1px solid #d6d6d7;*/
    float: left;
}
.class_scroll .item div{
    height: auto;
}
.class_scroll .item div.col-item{
    border: 1px solid #d6d6d7;
    padding: 3px;
}
.class_scroll .item .product-image{
    display: block;
    text-align: center;
    /*width: 200px;*/
    margin: 0 auto;
}
.class_scroll .item .product-image img{
    position: relative;
}
.class_scroll .item .name{
    position: relative;
    display: block;
    text-align: center;
}
.class_scroll .item .price{
    line-height: normal;
    float: none;
    margin: 10px 0;
    font-size: 18px;
    border: none;
}
.class_scroll .item .cart-button{
    margin-bottom: 10px;
}
.class_scroll .item .cart-button .cart {
    float: none;
    margin: 0;
    min-height: 24px;
}
button.scroll-button{
    border-radius: 0;
    color: #333 !important;
    border: none !important;
}
button.scroll-button:focus{
    color: #fff;
}
/*end tiny scroll bar*/

.pagination>li>a, .pagination>li>span{
    color: #244519;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #244519;
    border-color: #244519;
}

button.button, .btn, #cart .btn-checkout, #cart .view-cart{
    background-image: none;
    border: none;
}
.under_the_order { clear: both; }
.under_the_order .text_under_the_order, .under_the_order .fa, .under_the_order a, .under_the_order .under_the_order_phone{ font-size: 20px }
.under_the_order .fa{ margin-right: 10px }
.button_callback{
    color: #fff;
    font-size: 16px;
    text-shadow: none;
    padding: 9px 20px;
    float: left;
    margin-top: 0px;
    font-weight: normal;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 10px;
    border: none;
    border-radius: 0;
}
/*contact page*/
.contact-blocks {
    position: relative;
    margin:0;
    font-size: 15px;
}
.contact-blocks .contact-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00490e;
    top: 0;
    position: absolute;
}
.contact-blocks .contact-icon i.fa {
    color: #FFFFFF;
    font-size: 30px;
    padding: 11px 10px 10px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.contact-blocks .contact-text {
    display: inline-block;
    /*width: calc(100% - 50px);*/
    padding-left: 60px;
    min-height: 60px;
    margin-bottom: 10px;
    line-height: 24px;
}
.contact-blocks .contact-text.phone {
    font-size: 17px;
    border-right: none;
    float: none;
    margin-right: initial;
}
.contact-blocks .contact-text a{
    font-size: 15px;
    color: #00490e;
}
.contact-blocks .contact-text div.contact-text-b-days div{
    display: inline-block;
}
.contact-blocks .contact-text div.contact-text-b-days div:first-child{
    width: 170px;
}
.map_and_enter{
    height: 400px;
    width: 100%;
}
.contact-blocks .mobile-show{display: none;}
/*contact page*/
.product-compare-header{
    position: fixed;
    top: 250px;
    right: 0;
    width: 110px;
    /*height: 100px;*/
    background: white;
    border: 2px solid #c5c5c5;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    text-align: center;
    z-index: 9999;
}
.product-compare-header a:hover{
    color: #f9dc00;
}
.product-compare-header p{
    margin: 0;
}
.product-compare-header p#compare-total{
    font-weight: bold;
    line-height: 14px;
}
.product-compare-header i{
    font-size: 40px;
}
/* cart start*/
.table-responsive thead td, .table-responsive-custom thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    /*min-width: 150px;*/
    text-align: center;
    vertical-align: middle;
}
.table-responsive-custom td {
    padding:15px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #4d4d4d;
    font-size: 13px;
}
.table-responsive-custom td .img-thumbnail{ border-radius:0; border:0; }
.table-responsive-custom td.text-left a{
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.table-responsive-custom td.text-left a:hover {
    color: #244519;
}
.table-responsive-custom td.text-left small {
    color: #4d4d4d;
    font-family: "arial";
    font-size: 14px;
}
.table-responsive-custom td.column-quantity{min-width: 150px}
.table-responsive-custom td .form-control {
    width:48px;
    height:32px;
    border:1px solid #dddddd;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    font-size:14px;
}
.table-responsive-custom tbody td.bold-red {
    color: #db011c;
    /*font-size: 20px;*/
}
.table-responsive-custom td .input-group-btn { width:auto; }
.table-responsive-custom td .btn.buy-model { margin-right:0; }
/* cart end*/

#search-show-all{
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
}
#search-show-all span{
    padding: 10px;
    background: #244519;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
#search-show-all span:hover {
    color: #f9dc00
}
#search .autosearch-input{
     width: 250px;
 }
#callback_form{
    z-index: 99999!important;
}
.info-no-special{
    font-size: 20px;
    line-height: normal;
}
.common-home #column-left{
    padding-right: 0;
}
.common-home #column-left #magik-verticalmenu{
    margin-right: 0;
}
#nav li.menu-category-element{
    position: relative;
}
/*.common-home #nav li.menu-category-element a{
    background: #244519;
    color: #fff;
}*/
.common-home #nav li.menu-category-element.drop-menu a {
    background: transparent;
    color: #333;
}
.common-home #nav li.menu-category-element.drop-menu a:hover {
    background: #fff;
}
/*.common-home #nav li.menu-category-element a:hover{
    color: #fff!important;
}*/
.common-home #nav li.menu-category-element.drop-menu a:hover{
    color: #333!important;
}
.common-home #nav li.menu-category-element:hover .level0-wrapper > div{
    display: none!important;
}
.common-home #nav li.menu-category-element #magik-verticalmenu{
    display: none!important;
}
#nav li.menu-category-element #magik-verticalmenu{
    display: none;
}
#nav li.menu-category-element:hover #magik-verticalmenu{
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 350px;
}
.information-information img {
    image-rendering: -webkit-optimize-contrast;
}
.product-view .owl-controls .owl-page span{
    background: rgba(34, 68, 23, 0.41);
}
.product-view .owl-controls .owl-page.active span{
    background: rgb(34, 68, 23);
}
#magik-slideshow .column-center{
    margin-top: 15px;
}
#accordion.panel-group .panel{
    border-radius: 0;
}
#accordion #collapse-coupon .input-group{
    display: table;
}
#accordion #collapse-coupon .form-control{
    width: 100%;
}
#accordion #collapse-coupon #button-coupon{
    border: 1px solid #fadc4a;color: #387038;
}
#accordion .alert{
    margin: 10px 0 0;
    position: relative;
    padding-right: 30px;
    border-radius: 0;
}
#accordion .alert button.close{
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 10px;
}
.table-responsive-custom .column-image{
    position: relative;
}
.table-responsive-custom .column-image .sale-label{
    line-height: 15px;
    margin: 0;
    right: 1px;
    top: 1px;
    padding: 2px 5px;
    font-size: 8px;
}
.information-information #content ul {
    list-style: disc;
    padding-left: 20px;
}

.extended_warranty {
    display: inline-block;
    position: absolute;
    background: #d12631;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    left: 0;
    bottom: 0;
}
.large-image {
	position: relative;
}
.large-image .extended_warranty {
    z-index: 1;
    left: 20px;
    bottom: 20px;
}
.footer-bottom .payment-img img {
    max-height: 50px;
}
.payment2row {
    display: none;
    margin: 8px 0;
}

@media (max-width: 1199px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
    #search .autosearch-input{
        width: 177px;
    }
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
    .table-responsive-custom td .input-group-btn {margin: 0;text-align: left;width: initial;}
    .banners-group .item img {
        height: 210px;
    }
}
@media (max-width: 991px) {
    .header-container .header.container{
        padding-top: 5px;
    }
    .table-responsive-custom td .input-group-btn {margin: 0;}
    .table-responsive-custom.row{margin-right: 0 }
    .table-responsive-custom table{ width: 100%; border: 0}
    .table-responsive-custom thead{ display: none }
    .table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table td, .table-responsive-custom .table tr { display: block; width: 100%; }
    .table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table tr { border: 0; }
    .table-responsive-custom .table td{border-bottom: 0}
    .table-responsive-custom .table tr:last-child td:last-child{border-bottom: 1px solid #ddd;}
    .table-responsive-custom td.text-left { position: relative; padding-left: 50% !important; text-align: left !important; font-size: 13px }
    .table-responsive-custom td.text-right { position: relative; padding-left: 50% !important; text-align: right !important; font-size: 13px }
    .table-responsive-custom td div.th-title {
        position: absolute;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        text-align: right;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-responsive-custom td .input-group-btn{ width: initial; float: right }
    .table-responsive-custom tbody td.bold-red{font-size: 16px;}
    .table-responsive-custom td.text-left a{font-size: 13px}
    table.table tr td.column-price, table.table tr td.column-total{width: initial!important;}
    #checkout-form .advantages img, .advantages .col-sm-9 {
        height: 50px;
    }
    #checkout-form .advantages .text {
        line-height: 50px;
    }
    .header .logo-wrap .logo span {
        margin-left: 0;
    }
    .banners-group .item img {
        height: auto;
    }
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        /*width: 50%;*/
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-contact {
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    #cart {
        padding: 0;
        position: absolute;
        z-index: 9999;
        width: auto;
        margin: 0 !important;
        right: 15px;
        top: 0;
    }
    .logo-wrap{
        text-align: left;
        z-index: 9;
    }
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
    .success{ width: 350px;margin-left: -175px;left: 50%;font-size: 10px;padding: 20px 10px 10px; }
    .success a{ font-size: 13px }
    .success .success_button{ padding: 6px 10px }
    .success .close{ top: 10px; right: 10px }
    .product-compare-header {
        position: absolute;
        top: 0;
        right: 82px;
        width: 55px;
        border-radius: 3px;
        height: 48px;
        padding: 0;
        z-index: 9999;
        border: 1px solid #f9dc00;
        background: #00490e;
    }
    .product-compare-header a {
        display: block;
        height: 100%;
        color: #fff!important;
    }
    .product-compare-header .badge, #cart .badge {
        position: absolute !important;
        top: -5px !important;
        right: -5px;
        padding: 5px;
        min-width: 23px;
        line-height: 11px;
    }
    .product-compare-header i {
        font-size: 20px;
        position: relative;
        top: 14px;
    }
    .custom-pull-right {
        float: none;
    }
    #checkout-form br{
        display: none;
    }
}
@media (min-width: 531px){
    .two-banners-on-main div:last-child{
        padding-top: 10px;
    }
}
@media (max-width: 530px){
    .two-banners-on-main div{
        width: 100%;
        margin-bottom: 7px;
    }
    .banners-group {
        flex-direction: column;
        gap: 7px;
    }
    .banners-group img {
        width: 100%;
    }
}
@media (max-width: 534px) {
    .top-contact .box-col{
        padding: 0;
        font-size: 14px;
    }
    .footer-middle.container .row .col-xs-4{
        width: 100%;
    }
    .information-information h3 span strong span img, .information-information h3 > span > img{
        display: none;
    }
}
@media (max-width: 500px) {
    
    .autosearch .media {
        margin-top: 0;
    }
    .autosearch-wrapper {
        min-width: initial;
        width: 266px;
    }
    .autosearch-wrapper ul.dropdown-menu{
        width: 305px;
        left:-120px;
    }
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
    #cart .dropdown-menu {
        width: 305px !important;
        min-width: inherit;
    }
}
@media (max-width: 414px) {
    .product-compare-header{
        margin-top: 3px;
    }
    .top-contact .box-col{
        font-size: 14px;
    }
    .table-responsive-custom td .form-control{
        height: 32px;
    }
}
@media (max-width: 380px) {
    .autosearch-wrapper ul.dropdown-menu{
        width: 305px;
        left:-120px;
    }
    .top-contact .box-col{
        font-size: 12px;
    }
    .table-responsive-custom td .btn{
        margin-right: 3px;
    }
}
@media (max-width: 360px) {
    .dropdown-menu>li>a{
        padding: 3px 10px;
    }
    #search .autosearch-input{
        width: 200px;
    }
    .autosearch-wrapper ul.dropdown-menu{
        width: 240px;
        left:-55px;
        font-size: 11px;
    }
    .success{ width: 300px;margin-left: -150px;left: 50%;font-size: 10px;padding: 20px 10px 10px; }
    .success a{ font-size: 13px }
    .success .success_button{ padding: 6px 10px }
    .success .close{ top: 10px; right: 10px }
    .logo-wrap{
        padding: 0!important;
    }
    #cart{
        right: 5px;
    }
    .product-compare-header{
        right: 67px;
    }
    .top-contact .box-col{
        font-size: 10px;
        padding: 0 2px;
    }
}

/* low cost pop up */
#finded-low-cost-form {z-index: 99999; background-color: rgba(0, 0, 0, 0.5);}
#finded-low-cost-form .modal-dialog {top: 10%;}
#finded-low-cost-form p.error {color:red;}
#finded-low-cost-form button, #finded-low-cost-form .btn {outline: none;}
p.finded-low-cost b {cursor: pointer; text-decoration: underline;}
h3.request__text {margin: 80px 15px !important; text-align: center;}
@media (max-width: 468px) {h3.request__text {margin: 40px 15px !important; font-size: 16px !important;}}
/* low cost pop up */

/* request-on-order-form */
a.request_on_order_link, a.request_on_order_link:hover {
    border-bottom: 1px solid #666;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
#request-on-order-form .form-group.required .form-control {
    width: 100%;
}
/* request-on-order-form */

#premium {
    padding: 0 0 30px 320px;
    background: url(/image/premium_logo.png) top left no-repeat;
    background-size: 300px;
    font-size: 14px;
    margin-top: 20px;
    color: #333333;
}
#premium h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}
#premium ul {
    list-style: square inside;
}
#premium li {
    margin-bottom: 5px;
}
#premium table {
    table-layout: fixed;
    text-align: center;
    color: #333333;
}
#premium table td {
    background: #F0F6F1;
    border: 3px #fff solid;
    padding: 15px;
}
#premium table th {
    text-align: center;
    background: #B8D4BF;
    font-weight: bold;
    padding: 15px;
}
#premium table td.dg {
    background: #9AC1A2;
}
#premium table td.lg {
    background: #B8D4BF;
}
#premium .prphone {
    background-color: #B8D4BF;
    text-align: center;
    padding: 10px 20px;
    margin: 15px 0;
}
#premium .prphone h4{
    font-size: 24px;
}
#premium .prphone h3{
    font-size: 32px;
    font-weight: bold;
}
#premium .smtext {
    font-size: 12px;
}

.product-view .premium {
    position: absolute;
    max-width: 100px;
    z-index: 999;
    top: 10px;
    left: 25px;
}

.product-layout .premium, .slider-items .premium {
    width: 70px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
}

.premium-link {
    text-decoration: underline;
    color: #00490e;
}
.premium-link:hover {
    color: #00490e;
}
@media( max-width: 767px){
    #premium{
        padding-left: 0;
        background: none;
    }
}
@media( max-width: 500px){
    #premium table{
        line-height: 20px;
    }
    #premium table th, #premium table td{
        padding: 5px;
    }
    .footer-bottom .container .row a.payment-img img:first-child {
        display: none;
    }
    .footer-bottom .container .row a.payment-img img {
        max-height: 60px;
    }
    .payment2row {
        display: block;
    }
}
@media( max-width: 400px){
    #premium table{
        font-size: 13px;
        line-height: 17px;
    }
}
@media( max-width: 320px){
    #premium table{
        font-size: 12px;
        line-height: 14px;
    }
}


.main-title {
    position: absolute;
    left: -9999rem;
    top: -9999rem;
}

.review_stars {
    display: inline-block;
    margin-left: 10px;
    line-height: 1.3;
}

.review_h {
    font-weight: 700;
}

.item-rating {
    padding-bottom: 8px;
    color: #bbb;
}
.item-rating .fa {
    color:#ffcc00;
}
.blacklist {
    font-size: 14px;color: red;
}
.blacklist a{
    color: #000;
}
#finded-low-cost-form .btn {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    color: #00490e;
}
#reviews_tabs h2{
    cursor: pointer;
}


#tab-gifts  {
    padding-top: 30px;
}
#tab-gifts h3 {
  margin: 0 0 25px 0; }
#tab-gifts ul {
  padding: 0;
  list-style: none; }
  #tab-gifts ul li:after {
    content: '\0418\041B\0418';
    display: block;
    text-align: left;
    font-size: 18px;
    color: #000000;
    margin: 15px 145px; }
  #tab-gifts ul li:last-child:after {
    content: none; }
  #tab-gifts ul a {
    display: flex;
    align-items: center; }
  #tab-gifts ul div {
    display: inline-block; }
    #tab-gifts ul div img {
      width: 120px; }
    #tab-gifts ul div.gift_name {
      font-size: 18px;
      color: #000000;
      margin-left: 25px; }
      #tab-gifts ul div.gift_name:hover {
        color: #d91a22; }
#tab-gifts p {
   margin: 20px 0 0 0;
color: #000000;
font-size: 14px;}
@media (max-width: 520px) {
  #tab-gifts ul li:after {
    text-align: center; }
  #tab-gifts ul a {
    flex-wrap: wrap; }
  #tab-gifts div {
    width: 100%; }
  #tab-gifts .gift_name {
    text-align: center; }
  #tab-gifts .gift_image {
    text-align: center;
    margin-bottom: 20px; } }

#is_ip .radio-inline {
	margin-right: 15px;
	margin-left: 0;
}
.for-send-error-press {
    font-style: italic;
    margin: 15px 0;
}
.box-col-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.media-body {
    padding-left: 15px;
    text-align: left;
}
.origin div {
    display: inline-block;
    position: relative;
}
.origin div span {
	height: 20px;
	width: 30px;
	display: inline-block;
	position: absolute;
	background: no-repeat center;
	background-size: contain;
}
.tradein {position: absolute;left:15px;top: 5px;z-index: 1}