/*photobox fix*/
#pbOverlay *, #pbOverlay *:before, #pbOverlay *:after {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
/*fancybox fix*/
#fancybox-wrap, #fancybox-outer, #fancybox-content {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
/*default colorbox fix*/
#colorbox, #cboxContent, #cboxLoadedContent{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
/*autozoom fix*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {font-size: 16px;}
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.content-container > .container {
    border-radius: 4px;
    padding-left: 0;
    padding-right: 0;
}
/* box category */
/*.category-link-2 {
background:#000000
}*/

ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: block;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 4px 1px 0px 1px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
#content {
    /*margin-left: 0;
    margin-right: 0;*/
    padding-left: 15px;
    padding-right: 15px;

}
#column-left {
    float: left;

}
#column-right {
    float: right;

}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 20%;
}
#column-right + #content {
    margin-right: 20%;
}

/*menu*/
#menu .dropdown-inner {
    display: block;
    width: 940px;
    padding: 5px;
}
#menu .dropdown-inner ul {
    display: inline-block;
}
#menu .dropdown-inner img {
    padding: 15px;
}
#menu .parent-category > a > div {
    float: left;
    margin-right: 20px;
}
#menu .parent-category > a > span {
    display: block;
    padding-top: 15px;
    padding-left: 15px;
}
#menu .parent-category > div {
    padding: 10px 15px 0px 15px;
    font-size: 11px;
}
#menu .children-category .list-unstyled {
    vertical-align: top;
    padding-bottom: 20px;
    text-align: center;
}
#menu .children-category .list-unstyled .child {
    text-align: left;
}
#menu .children-category a {
    display: block;
    padding: 5px 8px;
}
#menu .children-category .child > a {
    padding: 2px 0 2px 20px;
    font-size: 12px;
}
#menu .dropdown-menu .see-all {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#menu .dropdown-menu .see-all:hover,
#menu .dropdown-menu .see-all:focus {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

/* proper width fix */
.fa-caret-down {
    width: 0;
    height: 0;
}
.header-row {
    margin-bottom: 5px;
}
#logo {
    /*margin-top: 5px;*/
}

.header-logo-contacts {
    /*display: table;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contacts {
    /*display: table-cell;
    vertical-align: top;*/
    /*padding-top: 10px;*/
}
.header-contacts-caption {
    /*padding-top: 5px;*/
}
.header-contacts div {
    width: 100%;
    /*padding: 6px 12px;*/
}
.header-contacts > div > a {
    background: url('../image/dot_white_40.png');
	text-align:right;
}
.header-contacts > div > a > span {
    display: block;
}
.header-contacts > div > a > span > small {
    font-size: 11px;
}
.header-contacts .dropdown-menu {
    padding-bottom: 15px;
}
.header-contacts .dropdown-menu > li > span {
    padding: 3px 15px;
    white-space: nowrap;
}
#callback {
    position: relative;
}
#callback > div {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -26px;
}
#callback > div a:hover {
    text-decoration: none;
}
.header-search {
    /*padding-top: 10px;*/
}
.header-logo {
    display: table-cell;
    vertical-align: top;
}
.header-cart {
    /*padding-top: 10px;*/
}
/* live search */
#livesearch_search_results {
    margin-top: 33px;
    padding:5px;
    position: absolute;
    /*z-index: 12;*/
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
#livesearch_search_results li {
    padding: 5px 0px 5px 9px;
}
#livesearch_search_results .highlighted {
    background-color: #428bca;
}
#livesearch_search_results .highlighted a {
    color: #fff;
}
#livesearch_search_results .close_results {
    margin-top: 3px;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

/* cart */
#cart  {
    width: 100%;
}
#cart > .btn {
    background-color: #35982C;
	color:#999;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    padding: 10px;
    /*margin-top: 5px;*/
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    min-width: 460px;
}
#cart .dropdown-menu table td {
    border: 0px;
}
#cart .dropdown-menu table td.image  {
    min-width: 75px;
}
#cart .table-minicart-products td.total  {
    text-align: right;
    white-space: nowrap;
}
#cart .table-minicart-products td.totals-left-border {
    width: 14%;
}
#cart .table-minicart-products td.totals-right-border {
    width: 36%;
}

/* product list */
.product-block {
    padding: 5px;
    word-spacing: normal;
}
.product-block .image {
    text-align: center;
}
.product-block .image a {
    display: block;
}
.product-block .image img {
    margin-left: auto;
    margin-right: auto;
	 border: 1px solid #17881E;
}
.product-grid .product-block .image {
    float: none;
}
.product-grid .product-block {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}
.product-list .product-block {
    margin-bottom: 45px;
}

.product-block .name {
    font-size: 16px;
	min-height:50px;
    padding-bottom: 5px;
}

/* stickers and rating */
.sticker {
    position: relative;
    z-index: 8;
}
.sticker > div {
    position: absolute;
}
.sticker > div.sticker-right {
    right: 0px;
}
.sticker .fa-stack {
    display: block;
    margin-bottom: -10px;
}
.thumbnails .sticker .fa-stack {
    margin-bottom: -7px;
}
.sticker .fa-stack-1x {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sticker-caption {
    background:url('../image/dot_white.png') repeat;
    border-radius: 4px;
    display: inline-block;
    padding: 0px 2px;
}
.sticker-caption-bottom {
    background:url('../image/dot_white.png') repeat;
    border-radius: 4px;
    font-size: 9px;
    margin-top: -4px;
}
.sticker-1 small {font-size: 0.45em;}
/*sharing buttons*/
.product-sharing {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
/*product*/
.row-product h1 {
    display: inline-block;
}
/*savings*/
.row-product .savings {
    font-size: 22px;
    display: inline-block;
    margin-left: 8px;
}
.products .savings {
    display: inline-block;
    margin-left: 2px;
}
#product-controls .panel-heading {
    padding: 15px;
}
.price {
    color: #555;
}
#product-controls .stock-price-buttons .price,
.product-list .product-block .price,
.product-grid .product-block .price > div,
.table-responsive .price > div {
    display: inline-block;
    padding: 6px 15px 8px 15px;
    background-color: #f5f5f5;
}
.product-grid .product-block .price {
    display: table-header-group;
	font-size:18px;
	font-family: "MyriadProBoldItalic";
}
.product-grid .product-block .price > div {
    margin-bottom: 10px;
}
.price-ldot {
    color: #fff;
    font-weight: bold;
}
.price-rdot {
    color: #fff;
    font-weight: bold;
}
.price-new {
    font-weight: bold;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 90%;
}
.price-tax {
    font-size: 11px;
    margin-left: 10px;
}
#product-controls {
    padding-top: 15px;
}
#product-controls > div:first-child {
    display: table;
    width: 100%;
}
#product-controls .stock-price-buttons {
    margin-bottom: 20px;
}
#product-controls .stock-price-buttons .stock {
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 22px;
    color: #555;
}
#product-controls .list-unstyled li {
    padding: 5px;
    color: #555;
}
#product-controls .stock-price-buttons .price {
    padding: 10px 14px 11px 14px;
	font-size:26px;
	font-family: "MyriadProBoldItalic";
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}
#product-controls .stock-price-buttons .btn-group {
    margin-bottom: 10px;
}
#product-controls .stock-price-buttons .btn-group .btn-primary {
    height: 46px;
}
#product-controls .stock-price-buttons .btn-group .form-control {
    float: left;
    display: inline-block;
    position: relative;
    width: 42px;
    padding: 5px 3px;
    border-left: 0px;
    height: 46px;
    text-align: center;
}
#product-controls .stock-price-buttons .btn-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-right: 0px;
}
#product-controls .stock-price-buttons .btn-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#product-controls .stock-price-buttons .btn-group .btn-default {
    height: 46px;
    width: 43px;
    padding-left: 11px;
    background-color: #F6F6F6;
}
#product-controls .stock-price-buttons .btn-group .btn-default:hover {
    background-color: #ebebeb;
}
#product-controls .panel {
    box-shadow: none;
    text-shadow: none;
}
#product-controls .options {
    text-align: left;
}
#product-controls .images .images-expand {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#product-controls .profiles {
    text-align: left;
}
.additional-buttons {
    padding: 10px 0;
}
.additional-buttons .form-control {
    float: left;
    display: inline-block;
    position: relative;
    width: 42px;
    padding: 5px 3px;
    height: 46px;
    text-align: center
}
.additional-buttons .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-right: 0px;
}
.additional-buttons .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.additional-buttons .form-control.middle-input {border-radius: 0px;border-right: 0px;border-left: 0px;}
.additional-buttons .form-control.last-input {border-left: 0px;border-bottom-left-radius: 0;border-top-left-radius: 0;}
.additional-buttons .btn {height: 46px;}
.thumbnail {
    border: 0px;
    margin-bottom: 5px;
}
.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    padding: 5px;
    display: block;
    border: 0px;
}
.image-additional {
    display: inline-block;
}
.image-additional.collapse {
    display: none;
}
.thumbnails .image-additional {
    display: inline-block;
}
#image-appendix {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 10000;
}
#image-appendix .title {
    padding-bottom: 5px;
}
#image-appendix .title span {
    background: url('../image/dot_white.png');
    padding: 5px 7px;
    color: #555;
    font-size: 17px;
}

/*categories*/
.category-description {
    margin-top: 15px;
    margin-bottom: 15px;
}
.categories {
    margin-bottom: 15px;
    margin-top: 10px;
}
.categories > div {
    zoom: 1;
}
.categories > div > div {
    zoom: 1;
    word-spacing: -0.3em;
}
.category-layout {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    word-spacing: normal;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 5px 15px;
    text-align: center;
    width: 168px;
}
/*products list and grid*/
.product-grid .price-buttons {
    text-align: center;
    display: table;
    width: 100%;
}
.product-list .name,
.product-list .price-buttons {
    text-align: left;
}
.product-grid .price-buttons .buy-buttons {
    position: absolute;
    display: none;
    left: 0px;
    right: 0px;
    z-index: 10;
}
/*.product-grid .product-block:hover .price-buttons .buy-buttons  {
    display: table-footer-group;
}*/
.product-list .price-buttons .buy-buttons {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-list .price-buttons .price {
    margin-bottom: 10px;
}
.product-list .description {
    color: #666;
    font-size: 11px;
    text-align: left;
}
.product-list .description .additional-fields{
    margin-bottom: 5px;
}
.product-grid .product-block  {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: transparent;
    border-radius: 5px;
}

.product-grid .product-block .description {
    color: #555;
    position: absolute;
    display: none;
    left: 0px;
    right: 0px;
    z-index: 9;
    font-size: 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 45px 15px 15px 15px;
    border-radius: 0px 0px 5px 5px;
    background:url('../image/dot_white.png');
    margin-left: 5px;
    margin-right: 5px;
    /*text-align: left;*/
    text-align: justify;
}
.product-grid .product-block .description .additional-fields{
    text-align: center;
    margin-bottom: 5px;
}
#column-left .product-grid .product-block .description,
#column-right .product-grid .product-block .description {
    background: transparent;
}
.product-grid .product-block:hover .description  {
    display: block;
}
.product-grid .product-block-detailed:hover {
    border-color: transparent;
}
.product-grid .product-block-detailed {
    margin-bottom: 10px;
}
.product-grid .product-block-detailed .description {
    display: block;
    position: relative;
    border-color: transparent;
}
.product-grid .product-block-detailed .price-buttons {
    display: block;
}
.product-grid .product-block-detailed .price {
    display: block;
	font-size:18px;
	font-family: "MyriadProBoldItalic";
}
.product-grid .product-block:hover .price-buttons .buy-buttons  {
    display: block;
}
.product-grid .product-block-detailed .price-buttons .buy-buttons {
    display: block;
}
.product-grid .product-block-detailed .price-buttons .buy-buttons {
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
}
.product-grid .product-block-detailed .description {
    padding: 0px 15px 15px 15px;
}
.limits {
    padding: 20px 0 10px;
}

.limits .sort {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.limits .sort select {
    width: 135px;
    padding-left: 5px;
    padding-right: 5px;
}
.limits .limit {
    display: inline-block;
    margin-bottom: 5px;
}
.limits .limit select {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
}

.products {
    zoom: 1;
    min-width: 165px;
}
.products > div {
    zoom: 1;
    word-spacing: -0.3em;
}
.product-list .product-layout {
    padding: 0px 15px;
    clear: both;
}
.product-grid .product-layout {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    word-spacing: normal;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 0px 5px 0px 5px;
    width: 100%;
}

#column-left .product-grid .product-layout,
#column-right .product-grid .product-layout {
    padding-bottom: 0px;
}
#column-left .product-grid .product-block .price > div,
#column-right .product-grid .product-block .price > div, {
    margin-bottom: 0px;
}

#content.col-sm-9 .product-grid .product-layout {width: 33%;}
#content.col-sm-6 .product-grid .product-layout {width: 50%;}
#content.col-sm-12 .product-grid .product-layout {width: 25%;}
#content .product-grid .product-layout {width: 280px;}

.product-grid .product-layout.grid-2col { width: 50%; }
.product-grid .product-layout.grid-1col { width: 33%; }
.product-grid .product-layout.grid-0col { width: 25%; }

/* pagination */
.pagination_buttons > div {
    margin: 20px 0;
}
.pagination_buttons > div .results {
    font-size: 12px;
    color: #777;
}
.pagination_buttons > div .links > *  {
    display: inline-block;
    padding: 6px 12px;
    margin-left: -2px;
    margin-right: -3px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.pagination_buttons > div .links > *:first-child  {
    margin-left: 0;
}
.pagination_buttons > div .links > *:hover,
.pagination_buttons > div .links > *:focus {
    background-color: #eee;
    border-color: #ddd;
}
.pagination_buttons > div .links > b,
.pagination_buttons > div .links > b:hover,
.pagination_buttons > div .links > b:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    font-weight: normal;
}

/*advantages*/
.advantages {
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 2px;
    border-bottom: 2px;
    border-left: 0px;
    border-right: 0px;
    border-style: dotted;
    border-color: #ddd;
}
.advantages > a, .advantages > div {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.advantages > a span, .advantages > div span {
    display: block;
    text-decoration: none;
}
.advantages > a:hover, .advantages > div:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}
.advantages > a.r1, .advantages > div.r1 {width: 100%;}
.advantages > a.r2, .advantages > div.r2 {width: 50%;}
.advantages > a.r3, .advantages > div.r3 {width: 33.33%;}
.advantages > a.r4, .advantages > div.r4 {width: 25%;}
.advantages > a.r5, .advantages > div.r5 {width: 20%;}
.advantages > a.r6, .advantages > div.r6 {width: 16.66%;}
.advantages > a.r7, .advantages > div.r7 {width: 14.28%;}
.advantages > a.r8, .advantages > div.r8 {width: 12.5%;}
.advantages > a.r9, .advantages > div.r9 {width: 11.11%;}
.advantages > a.r10, .advantages > div.r10 {width: 10%;}

/*tabs*/
.tab-content > .active {
    padding-bottom: 15px;
    padding-top: 10px;
}
.tab-content h1:first-child, .tab-content h2:first-child, .tab-content h3:first-child {
    margin-top: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #bbb;
}
#tab-specification .table > tbody {
    border-top-width: 1px;
}
#tab-specification .table > tbody > tr > td {
    border-width: 0px;
}
#tab-specification .table-row-bordered > tbody > tr > td {
    border-width: 1px;
}
.table-responsive .table > tbody {
    border-top-width: 1px;
}
.table-responsive .table > tbody > tr > td {
    border-width: 0px;
}
.table-responsive .table-row-bordered > tbody > tr > td {
    border-width: 1px;
}
.table > thead > tr > td {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
#tab-review form > .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#tab-review textarea {
    height: 69px;
}
/*captcha*/
.captcha > div {
    position: absolute;
    width: 150px;
    height: 35px;
    border: 1px solid #FFFFFF;
}
.captcha small {
    display: block;
}
.captcha #captcha {
    border-radius: 10px;
}
.captcha #input-captcha {
    width: 150px;
}
/*recaptcha*/
body > iframe[src="about:blank"]{display:none;}
.recaptcha_widget {max-width:300px;border-radius:4px;margin: 0 auto;}
#recaptcha_image {width:100% !important;height:auto !important}
#recaptcha_image img {width:100%;height:auto;}
#recaptcha_response_field {border-bottom-right-radius: 0; border-top-right-radius: 0;}
.recaptcha_input small {display: block; padding: 5px 0;}
.recaptcha_is_showing_audio embed {height:0;width:0;overflow:hidden}
.recaptcha_is_showing_audio #recaptcha_image br {display:none}
.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {display:block; padding: 7px;}
.recaptcha_input input {width:100%}
.recaptcha_options > a {margin: 5px;display: inline-block;}

.rating-input {
    padding: 3px 0px;
    color: #666;
}
.rating-input span {
    cursor: pointer;
}
.rating-input > span {
    padding: 0px 2px;
}
#tab-review #button-review {
    margin: 10px 0;
    width: 250px;
}
#tab-review #button-review.recaptcha-button-review {
    width: 300px;
}

/*compare*/
.table-responsive .name.n1 {width: 80%}
.table-responsive .name.n2 {width: 40%}
.table-responsive .name.n3 {width: 28%}
.table-responsive .name.n4 {width: 21%}

.table-responsive .price-old {
    margin-left: 0px;
}
.table-responsive .description, .table-responsive .name {
    white-space: normal !important;
}

/*footer*/
#footer {
    margin-top: 40px;
    padding: 25px 0;
    font-size: 12px;
    background: url('../image/dot_black_85.png');
}
#footer h5 {
    text-transform: uppercase;
}
#footer a {
    color: #ccc;
}
#footer a:hover {
    color: #fff;
}
#footer li {
    padding-left: 5px;
}
#footer li.socials, #footer li.payments {
    padding-left: 0px;
}
#footer .list-unstyled {
    padding-bottom: 10px;
}

/*box*/
.box {
    margin-bottom: 25px;
}

.box .box-heading {
    color: #072DEF;
    background-color: #fafafa;
    padding: 5px 6px 6px 15px;
    margin-bottom: 5px;
}
.box .box-content > ul, .box .box-content > ul > li > ul  {
    list-style: none;
}
.box .box-content > ul {
    padding-left: 10px;
}
.box .box-content > ul > li {
    padding: 3px 5px;
}

/*box-category*/
.box .box-content > .box-category > li {
    /*color: #999;*/
    /*color: #666;*/
}
.box .box-content > .box-category > li > ul > li {
    padding-bottom: 3px;
    padding-left: 10px;
}
.box .box-content > .box-category a.active {
   /* background-color: #7109aa;
    padding: 5px;*/
    color: #091BAA;
}
.box .box-content > .box-category a:hover {
text-decoration:underline;
}
.box-category  a {
color:#000;
}
li.category-61 > a {
color:#fff !important;
border-radius: 18px;
    font-family: MyriadProBold;
    text-transform: uppercase;
    font-size: 15px;
background:#04B988;
padding:5px;
text-align:center;
}


li.category-46 > a {
color:#fff !important;
border-radius: 15px;
border-radius: 18px;
    font-family: MyriadProBold;
background:#C000FC;
    text-transform: uppercase;
    font-size: 15px;
padding:5px;
text-align:center;
}
li.category-45 > a {
color:#fff !important;
border-radius: 18px;
    font-family: MyriadProBold;
border-radius: 15px;
background:#F44336;
    text-transform: uppercase;
    font-size: 15px;
padding:5px;
text-align:center;
}
li.category-114 > a {
color:#fff !important;
border-radius: 18px;
    font-family: MyriadProBold;
border-radius: 15px;
background:#0CB1F3;
    text-transform: uppercase;
    font-size: 15px;
padding:5px;
text-align:center;
}
li.category-62 > a {
color:#fff !important;
border-radius: 18px;
    font-family: MyriadProBold;
background:#fdd400;
border-radius: 15px;
    text-transform: uppercase;
    font-size: 15px;
padding:5px;
text-align:center;
}

li.category-64 > a {
color:#fff !important;
border-radius: 18px;
    font-family: MyriadProBold;
background:#9FEE00;
border-radius: 15px;
    text-transform: uppercase;
    font-size: 15px;
padding:5px;
text-align:center;
}
/*box filter*/
.box .box-content > .box-filter {
    margin-bottom: 5px;
}
.box .box-content > .box-filter > li {
    /*color: #666;*/
    padding-top: 8px;
}
.box .box-content > .box-filter > li > ul > li .checkbox {
    margin-top: 4px;
    margin-bottom: 5px;
}
.box .box-content > .box-filter > li > ul > li .checkbox input[type="checkbox"] {
    margin-left: -18px;
}
.box .box-content > .box-filter > li > ul > li label:hover {
    text-decoration: underline;
}
.box .box-content > .box-filter > li > ul {
    padding: 0;
}
.box ul.box-filter.option_box {list-style: none;}
.box ul.box-filter span {display: block;}
.box ul.box-filter label {display: inline;}
.box .filterpro label {display: inline;}
/*vertical alignment*/
/*.container {
    display:block;
}*/
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}

.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}


/*others*/
h1 a, h2 a, h3 a, h4 a, h5 a {
    cursor: pointer;
}
.checkout-heading a {
    padding-left: 10px;
}
img {
    max-width: 100%;
}
.btn-group select {
    cursor: pointer;
}
.navbar {
    border-radius: 0px;
    margin-bottom: 15px;
}
.navbar-inverse {
    margin-bottom: 0;
}
.navbar-collapse {
    max-height: none;
}
.navbar-inverse .nav {
    position:relative;
    z-index: 99;
}
.navbar-default .nav {
    position:relative;
    z-index: 98;
}
.dropdown-menu>li>a {
    padding: 3px 15px;
}
.tooltip.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 14px;
}
.btn-lg.btn-primary, .btn-group-lg>.btn-primary {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-lg.btn-primary span, .btn-group-lg>.btn-primary span, .btn-lg.btn-default span, .btn-group-lg>.btn-default span {
    font-size: 16px;
}
label {
    font-weight: normal;
}
.img-thumbnail {
    border: 0px;
}
.img-responsive {
    border-radius: 3px;
}
.iframe-responsive  {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-border {
    border: 0px !important;
}
/*.no-padding {
    padding: 0px !important;
}*/
.text-bigger {
    font-size: 16px;
}
.text-nowrap {
    white-space: nowrap;
}
.img-thumbnail-transparent {
    opacity: .85;
    filter: alpha(opacity=85);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-thumbnail-transparent:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.error {
    color: #f00;
}
.text-neutral {
    color: #888;
}

.pos-1, .pos-2, .pos-3, .pos-4,
.pos-5, .pos-6, .pos-7, .pos-8,
.pos-9, .pos-10, .pos-11, .pos-12,
.pos-13  {
    position: relative;
}

select.form-control {
    background-color: rgba(255,255,255,0);/*opera fix*/
    width: 99.9%; /*ff fix*/
}
textarea.form-control {
    resize: none;
}
.breadcrumb {
    font-size: 11px;
    text-align: right;
    /*background-color: #fafafa;*/
    margin-bottom: 5px;
}
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    z-index: 10;
}

/* removes dotted border, special ugly fix for ie */
a:active, a:focus, a:visited, img,
.btn.btn-lg.btn-primary:active, .btn.btn-lg.btn-primary:focus, .btn.btn-lg.btn-primary:visited,
.btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:visited {
    outline: 0;
    text-decoration: none;
    noFocusLine: expression(this.onFocus=this.blur());
}
/* hiding unnecessary tabs when checkout is proceeded */
.checkout-content {
    display: none;
}

/* default OC styles, added for compatibility reasons */
/*table*/
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 0px solid #DDDDDD;
    border-left: 0px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 0px solid #DDDDDD;
    border-bottom: 0px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
/* button */
a.button, input.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

a.button:hover, input.button:hover {
    color: #fff;
    text-decoration: none;
}
.buttons {
    background: #FFFFFF;
    border: 0px solid #EEEEEE;
    /*overflow: auto;*/
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* def tabs */
div.htabs {
    padding: 20px 0 5px;
}
div.htabs > a {
    font-size: 20px;
    padding-right: 8px;
    border-bottom: 1px dashed;
}
div.htabs > a.selected {
    border: 0;
}
div.htabs > a:hover {
    text-decoration: none;
}

/* content */
#content {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 30px;
}
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 0px solid #EEEEEE;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}

/* alerts */
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}

/* banner */
.banner div {
    text-align: center;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
    width: 100%;
}

.btn, .btn-lg, .btn-group-lg > .btn, select.form-control, textarea.form-control, input.form-control, .nav-pills > li > a, .nav-tabs.nav-justified > li > a, .input-group-addon, .breadcrumb, .alert, #product-controls .stock-price-buttons .price, .product-list .product-block .price, .product-grid .product-block .price > div, .table-responsive .price > div, .box .box-heading, a.button, input.button, #recaptcha_image img, #recaptcha_response_field, #image-appendix .title span {
    border-radius: 20px / 40px;
}
.pagination_buttons > div .links > *:first-child  {
    border-top-left-radius: 20px 40px;
    border-bottom-left-radius: 20px 40px;
}
.pagination_buttons > div .links > *:last-child {
    border-top-right-radius: 20px 40px;
    border-bottom-right-radius: 20px 40px;
}
.nav-tabs.nav-justified > li > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*end of default css*/

/* @media for mobiles */
@media (min-width: 1200px) {
    .header-logo {
        width: 50%;
    }
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
@media (max-width: 1199px) {
    .header-contacts {
        width: 40%;
    }
    #content .product-grid .product-layout {width: 240px;}
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (max-width: 991px) {
    /*.header-logo-contacts {
        display: block;
        padding-top: 0px;
    }*/
    .header-logo {
        display: block;
        vertical-align: top;
        padding: 0px;
    }
    .header-contacts {
        display: block;
        vertical-align: top;
        width: 100%;
        padding-top: 0px;
        text-align: center;
        padding-bottom: 5px;
    }
    .header-contacts a {
        border: 0px;
        padding: 3px 12px;
        /*font-size: 16px;*/
    }
    .header-contacts .dropdown-menu {
        width: 100%;
    }
    .header-search {
        /*padding-top: 15px;*/
    }
    .header-cart {
        /*padding-top: 15px;*/
    }
    .product-grid .product-block .description {
        display: block;
        position: relative;
        border-color: #fff;
        margin: 0px;
    }
    .product-grid .product-block .price-buttons .buy-buttons {
        display: block;
    }
    .product-grid .product-block {
        margin-bottom: 8px;
    }
    /*    .product-grid .product-block:hover {
            border-color: #fff;
        }*/
    #content.col-sm-9 .product-grid .product-layout {width: 50%;}
    #content.col-sm-6 .product-grid .product-layout {width: 100%;}
    #content.col-sm-12 .product-grid .product-layout {width: 33%;}
    #content .product-grid .product-layout {width: 280px;}

    .product-grid .product-layout.grid-2col { width: 100%; }
    .product-grid .product-layout.grid-1col { width: 50%; }
    .product-grid .product-layout.grid-0col { width: 33%; }
}
@media (min-width: 768px) {
    .product-list .product-block .image {
        float: left;
        padding: 0px 10px 5px 0px;
    }
    .product-list .product-block .image a {
        margin-right: 35px;
        margin-left: 35px;
    }
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (max-width: 767px) {
    #column-left{
        display:none;
    }
    #column-right{
        display:none;
    }
    #column-left + #column-right + #content, #column-left + #content {
        margin-left: 0px;
    }
    #column-right + #content {
        margin-right:0px;
    }
    #livesearch_search_results {
        margin-top: 45px;
    }
    .advantages > a.r4, .advantages > div.r4 {width: 50%;}
    .advantages > a.r5, .advantages > div.r5,
    .advantages > a.r6, .advantages > div.r6 {width: 33.33%;}
    .advantages > a.r7, .advantages > div.r7,
    .advantages > a.r8, .advantages > div.r8,
    .advantages > a.r9, .advantages > div.r9,
    .advantages > a.r10, .advantages > div.r10 {width: 25%;}
    .navbar, .navbar-inverse {
        margin-bottom: 10px;
    }
    .header-row {
        margin-bottom: 0px;
    }
    .header-contacts .dropdown-menu {
        width: 50%;
        margin-left: 25%;
    }
    .header-search {
        padding-top: 0px;
    }
    .header-search > div > input {
        height: 46px;
    }
    .btn-header-search {
        height: 46px;
    }
    .header-cart {
        padding-top: 0px;
    }
    #logo {
        margin-top: 0px;
        text-align: center;
    }
    /*#logo img {
        display: inline-block;
    }*/
    #cart  {
        margin: 10px 0;
    }
    #cart > .btn {
        width: 100%;
        height: 46px;
    }
    #cart .dropdown-menu {
        padding: 5px;
    }
    #cart .dropdown-menu table {
        min-width: 100%;
    }
    #cart .dropdown-menu table td.image {
        min-width: 50px;
    }
    #cart .image, #cart .remove  {
        border: 0px;
    }
    #cart .name, #cart .quantity, #cart .total  {
        display: block;
        padding: 0px;
        border: 0px;
    }
    #cart .name  {
        padding-top: 5px;
    }
    #cart .total  {
        padding-bottom: 15px;
    }
    #cart .table-minicart-products td.total  {
        text-align: left;
    }
    #menu .dropdown-inner {
        width: 100%;
    }
    #menu .dropdown-inner img {
        display: none;
    }
    #menu .dropdown-inner a {
        color: #555;
    }
    #menu .dropdown-inner .list-unstyled {
        width: 100% !important;
        text-align: left;
    }
    #menu .parent-category {
        padding-bottom: 0px;
    }
    #menu .parent-category > a > span {
        padding-top: 0px;
    }
    #menu .parent-category > div {
        display: none;
    }
    #menu .children-category .list-unstyled {
        padding-bottom: 0px;
    }
    #menu .children-category a {
        padding-left: 30px;
    }
    #menu .children-category .child > a {
        padding: 6px 0 6px 40px;
        font-size: 12px;
    }
    #menu .dropdown-inner ul {
        display: block;
    }

    #menu .dropdown-menu .see-all {
        padding: 7px 20px;
    }

    .category-layout {
        padding: 5px;
        margin: 0px;
        width: 142px;
    }
    .product-layout.product-list {
        padding: 0px 4px;
    }
    .categories > div {
        text-align: center;
    }
    .product-list .name,
    .product-list .price-buttons {
        text-align: center;
    }
    .product-list .description {
        text-align: center;
    }
    #content.col-sm-6 .product-grid .product-layout,
    #content.col-sm-12 .product-grid .product-layout {width: 50%;}
    #content .product-grid .product-layout {width: 50%;}

    .product-grid .product-layout.grid-2col,
    .product-grid .product-layout.grid-0col { width: 50%; }

    #product-controls {
        text-align: center;
        padding-top: 0px;
    }
    #product-controls .images {
        display: table-header-group;
    }
    #product-controls .stock-price-buttons {
        margin-bottom: 5px;
    }
    #product-controls .stock-price-buttons .stock {
        margin-left: 0px;
    }
    .nav-tabs.nav-justified > li > a {
        border-radius: 4px !important;
    }
}
@media (max-width: 560px) {
    .header-contacts .dropdown-menu {
        width: 100%;
        margin-left: 0;
    }
    #content.col-sm-9 .product-grid .product-layout,
    #content.col-sm-6 .product-grid .product-layout,
    #content.col-sm-12 .product-grid .product-layout
    {width: 100%;}
    #content .product-grid .product-layout {width: 100%;}

    .product-grid .product-layout.grid-2col,
    .product-grid .product-layout.grid-1col,
    .product-grid .product-layout.grid-0col
    {width: 100%;}
    #tab-review #button-review, #tab-review #button-review.recaptcha-button-review {
        width: 100%;
    }
}
@media (max-width: 430px) {
    .hidden-xxs {
        display: none !important;
    }
    .invisible-xxs {
        visibility: hidden !important;
    }
}
