/*@font-face {
  font-family: 'Code Pro LC';
  font-style: normal;
  font-weight: normal;
  src: url('../font/code-pro-lc.eot');
  src: url('../font/code-pro-lc.woff') format("woff"), 
       url('../font/code-pro-lc.ttf') format("truetype"), 
       url('../font/code-pro-lc.svg') format("svg");
}
@font-face {
  font-family: 'Code Pro LC';
  font-style: normal;
  font-weight: 100;
  src: url('../font/code-pro-light-lc.eot');
  src: url('../font/code-pro-light-lc.woff') format("woff"), 
       url('../font/code-pro-light-lc.ttf') format("truetype"), 
       url('../font/code-pro-light-lc.svg') format("svg");
}
@font-face {
  font-family: 'Code Pro LC';
  font-style: normal;
  font-weight: 600;
  src: url('../font/code-pro-bold-lc.eot');
  src: url('../font/code-pro-bold-lc.woff') format("woff"), 
       url('../font/code-pro-bold-lc.ttf') format("truetype"), 
       url('../font/code-pro-bold-lc.svg') format("svg");
}
@font-face {
  font-family: 'Code Pro LC';
  font-style: normal;
  font-weight: normal;
  src: url('../font/AppleSDGothicNeo-Light.eot');
  src: url('../font/AppleSDGothicNeo-Light.woff') format("woff"), 
       url('../font/AppleSDGothicNeo-Light.ttf') format("truetype"), 
       url('../font/AppleSDGothicNeo-Light.svg') format("svg");
}*/
@font-face {
  font-family: 'HelveticaThin';
  font-style: normal;
  font-weight: normal;
  src: url('../font/HelveticaThin.ttf');
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
  background: #f9f9f9;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
  
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
  font-weight: 600;
}
h2 {
	font-size: 27px;
} 
h3 {
	font-size: 21px;
  text-transform: uppercase;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
b, strong {
  font-weight: 600;
}
a {
	color: #b3b3b3;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
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;
}
/* 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;
}
.simpleregister-block-content div.required .control-label:before {
  content: '';
}
.simpleregister-block-content div.required .control-label {
  text-transform: uppercase;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000;
}
.container {
  width: 1170px ;
}
/* top */
#top {
	background-color: #000;
	padding: 0;
	min-height: 68px;
  box-shadow: 0 6px 13px rgba(0,0,0,.2);
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.currency-product .container-fluid{
  padding: 0;
}
.currency-product .btn {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 4px 11px;
    margin-right: 10px;
    float: left;
        text-shadow: none;
}
.currency {
      font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
        width: 100%;
    overflow: hidden;
}
.currency .currency-select{
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    border: 1px solid #787374;
    color: inherit;
    font-weight: 600;
    float: right;
}
.currency .currency-select:hover,
.currency .currency-select:focus {
  background: #787374;
  color: #fff;
  text-decoration: none;
}
.currency .text{
  float: left;
}
.addthis-animated {
  text-align: left;
}
.social {
}
.social{
  font-size: 20px;
  color: #f2f2f2;
      margin-top: 20px;
}
.social a{
  /*width: 35px;
  height: 35px;*/
  display: block;
  float: left;
  background-size: 100%;
  margin: 0 10px;
}
.social .fa {
  font-size: 26px;
      color: #7d7d7d;
  transition: 0.5s;
}
.social .fa:hover {
  color: #4ba3e2;
}
/*.social .facebook{
  background-image: url('../image/facebook.png');
      margin: 0;
}
.social .google-plus{
  background-image: url('../image/G+.png');
}
.social .instagram{
  background-image: url('../image/instagram.png');
  margin: 0;
}
.social .youtube{
  background-image: url('../image/youtube.png');
}
.social .twitter{
  background-image: url('../image/twitter.png');
      margin: 0;
}
.social .soundcloud{
  background-image: url('../image/soundcloud.png');
}*/
#top .btn-link, 
#top-links .top-links-item {
	color: #a0a0a0;
  text-transform: uppercase;
	text-decoration: none;
  line-height: 40px;
  padding: 0;
  transition: 0.5s;
}
#top-links .open .top-links-item{
      background: none;
    color: #4ba3e2;
}
#top-links li {
  padding: 0;
}
#top-links .top-links-item {
  padding: 0 5px;
}
#top .btn-link:hover, 
#top-links .top-links-item:hover {
	color: #4ba3e2;
}
#top-links .dropdown-menu a {
    text-shadow: none;
    color: #666;
    text-transform: none;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
    margin-top: 14px;
    font-size: 14px;
}
#top-links > ul,
#top-links .cart{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  float: left; 
}
#top-links .cart{
  float: right;
}
#top-links .cart.top-links-item:hover ul{
  color: #a0a0a0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .fa {
      font-size: 16px;
}
#top .dropdown-menu {
      top: 51px;
    border-radius: 0;
}
/*#top .dropdown:hover .dropdown-menu {
    display: block;
 }*/
#top .account-menu .dropdown-menu {
      background: #000;
    color: #fff;
    padding: 20px 10px 0;
    right: -20px;
    top: 28px;
}
#top .account-menu li a{
  color: #fff;
  padding: 10px 5px;
}
/* logo */
#logo {
    overflow: hidden;
    max-width: 180px;
    margin-top: 14px;
}
/* search */
.search{
float: right;
      margin-right: -15px;
    margin-top: 15px;
    position: relative;
}
.search .close {
  display: none;
}
#search .input-lg {
    height: 26px;
    line-height: 16px;
    padding: 10px 20px;
    vertical-align: middle;
    border: 1px solid #afafaf;
    border-radius: 20px;
    min-width: 354px;
    font-size: 16px;
    font-weight: 300;
    background: #f9f9f9;
}
#search .input-lg:focus {
  box-shadow: none;
}
#search .btn-lg {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 4px 10px;
        position: absolute;
    right: 3px;
    top: -1px;
}
#search .btn-lg .fa{
    font-size: 16px;
    text-shadow: none;
    color: #c3c3c3;
}
/* cart */

#cart > .btn {
	color: #a0a0a0;
  border-radius: 0;
  background: none;
      border: 0;
          margin-right: -15px;
}
/*#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 .fa {
  font-size: 20px;
}
#cart.active > .btn span,
#cart.active > .btn .fa {
  color: #4ba3e2;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.header.fixed,
.menu.fixed{
  position: fixed;
  width: 100%;
  z-index: 10;
}
.menu.fixed{
  top: 72px; 
}
.menu.fixed #menu{
  width: 1170px;
  margin: auto; 
}
.menu {
  border-bottom: 2px solid #dcdcdc;
  	min-height: 56px;
    margin-bottom: 20px;
}
.header.fixed .row{
  width: 1200px;
  margin: auto; 
}
.header.fixed {
  top: 0;
  height: 72px;
  z-index: 11;
  padding-top: 10px;
  margin-bottom: 10px;
  background: #fff;
}
#menu {
  border: 0;
  border-radius: 0;
  margin: 0;
}
#menu .nav > li > a {
    color: #5a5a5a;
    padding: 9px 13px;
    font-size: 14px;
    line-height: 38px;
    transition: 0.5s;
    font-weight: 300;
}
#menu .nav > li {
  position: relative;
  width: auto;
  height: 35px;
}
#menu .nav > li > a:hover{
  color: #4ba3e2;
}
#menu .nav > li > a:hover, 
#menu .nav > li.open > a {
	background: none;
}
#menu .nav .children::before {
  content: ' ';
  position: absolute;
right: 6px;
    top: 16px;
    border-top: 6px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
#menu .dropdown-menu {
padding-bottom: 0;
background: #f9f9f9;
    top: 54px;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
}
#menu .dropdown-menu li {
    border-bottom: 1px dotted #ccc;
}
#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: #1b1e22;
	font-size: 12px;
  white-space: nowrap;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: none;
	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);
}

/* Header */
.header {
  background: #000;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #000;
	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;
}
footer .informations .pull-left{
  width: 33.333%;
      padding-right: 3%;
}
footer .social a{
  float: none;
  display: inline-block;
}
footer .social .fa {
    font-size: 30px;
}
footer .logo svg{
  max-width: 124px;
}
footer .footer-inner{
  padding: 90px 0 40px;
}
footer .paypal img{
  max-width: 200px;
      margin: auto;
}
footer .requisites{
    text-transform: uppercase;
    font-size: 10px;
    color: #7d7d7d;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* 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);
}
.breadcrumb a {
  color: #888888;
}
.pagination {
	margin: 0;
      float: left;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
  outline: none;
}
.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;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000;
  border-color: #222222 #222222 #000000;
}
.mi-button .btn-default {
  width: 100%;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #000;
	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:hover, .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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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-success {
	color: #ffffff;
	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: #1b1e22;
	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, #1b1e22, #111111);
}
.btn-remove {
  background: none;
  border: 0;
      padding: 0px 8px;
    color: #ad0000;
}
/* 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 category */
.category-content + #column-right{
  padding: 0 0 0 0.7%;
    width: 33%;
        margin-top: 66px;
}
.product-category {
  margin-bottom: 1%;
  overflow: hidden;
  padding: 0;
      padding-right: 0.5%;
}
.product-category {
  margin-bottom: 0.4%;
  overflow: hidden;
  padding: 0;
  padding-right: 0.2%;
  position: relative;
}
.product-category:nth-child(2n) {
  padding: 0;
  padding-left: 0.2%;
}
.product-category .image{
  width: 38.4%;
  overflow: hidden;
  float: left;
  margin-right: 1%;
  position: relative;
}
.product-category__info {
  float: left;
  width: 60.6%;
    height: 218px;
    padding: 7px;
}
.product-category__title{
  font-weight: 600;
  font-size: 18px;
  color: #343434;
  text-transform: uppercase;
      margin-bottom: 10px;
  display: block;
}
.product-category__desc {
  font-size: 13px;
  line-height: 1.3;
}
.product-category__button {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
        padding-left: 40.5%;
            padding-right: 10px;
}
.product-category__button .btn{
  font-size: 14px;
  color: #000;
  outline: none;
  background: #fff;
    border: 1px solid #666;
    float: left;
    margin-right: 1.3%;
}
.product-category__button .fa{
  font-size: 16px;
  vertical-align: middle;
  color: #000; 
}
.product-category__price {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 38px;
}
.product-category__button .add-to-cart{
  padding: 3px 0;
    border-radius: 0;
        width: 56%;
}
.product-category__button .btn-default{
    padding: 3px 7px;
    border-radius: 0;
    vertical-align: top;
        width: 20%;
}
.product-category__button .add-to-cart + .play-sound {
  width: 42%;
    margin: 0;
}
.product-category__button .fa-heart{
  color: #f62c88;
}
/* product list */
.row-product .product-layout:first-child,
.row-product .product-layout:nth-child(6n){
  margin-left: 0;
}
.row-product .product-layout:nth-child(5n){ 
  margin-right: 0; 
}
.latest-product h3 a {
  color: inherit;
}
.product-thumb {  
	margin-bottom: 8px;
	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;
  width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-info .price {
  font-size: 22px;
    line-height: 40px;
      position: absolute;
    bottom: 32px;
    font-weight: 600;
}
.new-price {
  color: #f10033;
}
.special-price {
  text-decoration: line-through;
}
.product-info h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 19px;
}
.sharing-block {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.at-style-responsive .at-share-btn {
  margin-right: 10px !important;
}
.product-info .add-to-card {
  position: absolute;
  bottom: 0;
  margin: 0;
      display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
}
.product-info .add-to-card .btn{
  width: 32%;
    font-family: 'Helvetica', sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-shadow: none;
    text-transform: uppercase;
}
.product-info .add-to-card .btn:hover {
  opacity: 0.8;
}
/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
  @media {
    .product-info .add-to-card .btn{
      padding-top: 1px;
    }
    /*.product .column-left .buttons .fa {
      margin-top: 0;
    }*/
  }
}
/*
.product-info .add-to-card .btn,
.product-list-item .cart .btn{
  width: 127px;
    background: #2f6871;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    padding: 7px 8px;
    float: left;
    margin-right: 18px;
}*/

.product-info .add-to-card .btn{
  background: #30a0dd;
}
.product-info .add-to-card .demo{
  background: #f1873e;
}
.product-info .add-to-card .licence{
  background: #90ba70;
}
.product-thumb .image{
  position: relative;
      overflow: hidden;
}
.special-label {
    position: absolute;
top: -9px;
    right: -39px;
    color: #272727;
    border: 60px solid #fff;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    width: 120px;
    border-top: 0;
    height: 0;
    font-size: 24px;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 0 25px #000;
}
.product-category .special-label{
    right: -39px;
}
.special-label > span {
  position: relative;
right: 22px;
    top: 30px;
  white-space: nowrap;
  font-family: Helvetica;
}
.special-label .percentage {
      font-size: 13px;
          margin-left: 2px;
}
.product-thumb h4 a{
  color: #23527c;
}
.product-thumb .caption {
	padding: 0 20px;
  height: 60px;
  overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
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 {
	overflow: hidden;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.common-home #content .add-to-cart-2 {
  display: block;
}
.common-home #content .add-to-cart-1 {
  display: none;
}
.common-home #column-right .related-product {
  margin-top: 11px;
}
.common-home #content .related-product-item {
  width: 19.52%;
    margin: 0 0.3%;
    padding: 0;
    float: left;
}
.common-home #content .related-product-item h5 {
  display: none;
}
.common-home #content .related-product-item:first-child, 
.common-home #content .related-product-item:nth-child(6n) {
  margin-left: 0;
}
.common-home #content .related-product-item:nth-child(5n) {
    margin-right: 0;
}
.product-thumb .button-group button,
.product-thumb .button-group a,
.common-home #content button,
.common-home #content .related-product-group a {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background: #eee;
	color: #888;
	line-height: 20px;
  padding: 7.5px;
  height: 32px;
	text-align: center;
	text-transform: uppercase;
  border-radius: 0;
}
.common-home #content .related-product-item .product-thumb {
  margin: 0;
}
.common-home #content .related-product-item {
  margin-bottom: 10px;
}
.product-thumb .button-group .wishlist,
.product-thumb .button-group .play-sound,
.common-home #content .related-product-group .wishlist,
.common-home #content .related-product-group .play-sound {
	width: 20%;
	border-left: 1px solid #ddd;
}
.common-home #content .related-product-group [class^="add-to-cart-"] {
  width: 60%;
}
.product-thumb .button-group button:hover,
.product-thumb .button-group a:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .fa {
  font-size: 18px;
  vertical-align: middle;
}
.product-thumb .button-group span {
  font-size: 14px;
  margin-left: 4px;
}
.product-thumb .button-group .price {
  font-size: 16px;
  margin-left: 12px;
  font-weight: 400;
}
.product-thumb .button-group .fa.fa-shopping-cart {
  vertical-align: baseline;
}
.product-model {
font-size: 17px;
    text-transform: uppercase;
    color: #000;
    margin: 15px 0;
}
.product-model.manufacturer a{
  color: #634d7e;
    font-weight: 400;
}
.product-model.manufacturer a:hover{
  color: #4ba3e2;
}
.product-model .gray{
  font-weight: 600;
}

.main-image {
  margin-bottom: 20px;
}
.main-image iframe{
  width: 100% !important;
}

.thumbnail {
  border: 0;
  padding: 0;
}
.main-image .thumbnail {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
      border-radius: 0;
}
.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;
}
.product-info {
  height: 295px;
  position: relative;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
  border: 0;
  background: none;
  text-transform: uppercase;
  color: inherit;
  font-weight: 400;
  font-size: 20px;
  padding-left: 0;
}
#tab-description p,
#tab-description span,
#tab-description a,
#tab-description li,
#tab-description div{
  font-family: 'Open Sans', sans-serif !important;
	color: #444 !important;
	font-size: 16px !important;
	line-height: 24px !important;
  letter-spacing: 0 !important;
  /*text-align: left !important;*/
}
#tab-description h2 {
  font-size: 20px !important;
}
#tab-description h1, h2, h3, h4, h5, h6 {
  /*text-align: center !important;*/
}
.featured h3 {
  text-transform: uppercase;
}
/* ------- Top Products ------------------ */
.top-product h3 {
  margin-top: 2px;
}
.top-product-item {
  overflow: hidden;
  margin-bottom: 7.3px;
      background: #fff;
      border: 1px solid #eaeaea;
    border-right: 0;
  position: relative;
  padding-left: 10px;
}
.top-product-item .title {
    line-height: 1;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
        color: #000;
}
.top-product-item .button-group{
          position: absolute;
    width: 56%;
    bottom: 7px;
}
.top-product-item .button-group .add-to-card, 
.top-product-item .button-group .play-sound{
  border-radius: 0;
    display: block;
    box-shadow: none;
    border: 1px solid #000;
    background: #fff;
    padding: 2px;
    color: #000;
    float: left;
    line-height: 16px;
}
.top-product-item .button-group .add-to-card{
  width: 70%;
  margin-right: 5%;
}
.top-product-item .button-group .play-sound{
  width: 25%;

}
.top-product-item .special-label {
  top: -30px;
    right: -30px;
    border: 30px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    width: 60px;
}
.top-product-item  .special-label span {
    right: 7px;
    top: 9px;
    font-size: 16px;
    transform: rotate(-45deg);
    display: block;
    text-align: center;
    width: 20px;
}
.top-product .product-thumb{
  float: right;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.top-product .image img{
  max-width: 140px;
}
.top-product-item h5 {
    font-weight: 600;
        margin: 9px 0;
}
.top-product_attribute {
  line-height: 1.2;
  color: #9a9a9a;
}
.top-product_attribute.genre {
    margin-top: 10px;
}
/*-------- Wishlist ---------------------- */
.product-list-item {
      margin-top: 20px;
}
.product-list-item .product-item {
  margin-bottom: 30px;
}
.product-list-item .image{
  width: 12%;
}
.product-list-item .name{
      width: 37%;
      font-size: 20px;
          letter-spacing: -1px;
}
.product-list-item .total{ 
      font-size: 22px;
    color: #747374;
}
.product-list-item .remove{
      font-size: 20px;

}
.product-list-item .cart{
      font-size: 20px;

}
.product-list-item .name,
.product-list-item .total,
.product-list-item .remove,
.product-list-item .cart{
      position: relative;
      height: 85px;
}
.product-list-item .name a,
.product-list-item .total .price,
.product-list-item .total span,
.product-list-item .remove a,
.product-list-item .remove button,
.product-list-item .cart .btn{
     position: absolute;
    bottom: 10px;
}
.product-list-item .total .price {
  right: 30px;
}
.product-list-item .remove a,
.product-list-item .remove button {
  font-weight: 600;
      color: #747374;
      font-size: 20px;
          line-height: 1;
}
.product-list-item .cart .btn{
  border-radius: 0;
  border: 0;
      text-transform: uppercase;
          bottom: 5px;
}
.product-list-item .hr{
  border-bottom: 1px solid #DDDDDD;
  margin-top: 6px;
}
/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.owl-carousel {
  margin: 0;
}
.slideshow {
  margin-bottom: 11px;
      z-index: 0;
}
#slideshow2 {
      margin-bottom: 44px;
}
.slideshow .owl-wrapper-outer {
  /*box-shadow: none;*/
}
.col-lg-24 {
  width: 19.52%;
  margin: 0 0.3%;
  padding: 0;
  float: left;
}
/*@media (max-width: 1170px) {
  .container {
    width: 1160px !important;
    margin: 0 5px;
  }
}*/
.account-info {
  margin-bottom: 40px;
}
.account-info .login-name {
  font-weight: 600;
    margin-bottom: 20px;
}
.account-info .btn {
      border: 0;
    box-shadow: none;
    background: #c5c5c5;
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 14px;
}
.account-nav .list-group-item{
  border: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    padding: 15px 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.account-nav .list-group-item:hover{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  background: none;
}
.account-nav .list-group-item .fa {
  margin-right: 10px;
      width: 15px;
    text-align: center;
}
.order-list thead {
      font-weight: 600;
    text-transform: uppercase;
}
.order-list a{
      color: inherit;
}
.order-list .download-link{
      color: #4ba3e2;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
  .product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
  .product-thumb .button-group button + button, 
  .product-thumb .button-group button + a {
    width: 33.333%;
  }
  #tab-description iframe {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .container {
    width: 992px;
  }
  .product-category__info {
    height: 182px;
  }
  .product-category__desc {
    font-size: 11px;
    line-height: 1.1;
  } 
  .product-category__button {
        padding-left: 198px;
  }
  #search .input-lg {
    min-width: 303px;
  }
  #menu .nav > li > a {
    padding: 9px 7px;
  }
}
@media (min-width: 992px){
  #slideshow0{
    margin-bottom: 10px;
  }
  .wishlist-item {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .container {
    width: 768px;
  }
  #menu .nav > li > a {
    padding: 9px 10px;
  }
  .search #search .btn-lg {
        right: -20px;
    top: 14px;
  }
  .search.open #search .btn-lg {
        right: 0px;
    top: -26px;
  }
  .search .input-lg {
    display: none;
  }
  .search.open .input-lg {
    display: block;
  }
  .search.open {
    position: absolute;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
    left: 0;
    height: 53px;
        padding: 14px 50px 14px 14px;
  }
  
  .search.open .close {
    display: block;
    position: absolute;
        right: 20px;
    top: 17px;
  }
  .search .input-group-btn {
    float: right;
  }
}
@media screen and (max-width: 991px){
  .product-list-item .image{
        min-width: 100px;
    padding-right: 0;
  }
  .product-list-item .total .price {
    right: 0;
        text-align: right;
  }
  #slideshow0,
  #slideshow1{
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-24 {
    width: 20%;
    padding: 0 4px;
  }
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
  footer .row {
    padding: 40px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
  #cart > .btn {
    margin-right: 0;
  }
  .product-info .add-to-card .btn, .product-list-item .cart .btn {
    margin-right: 16px;
  }
  footer .row {
    padding: 40px 0 40px;
  }
}
@media (min-width: 992px) {
  .common-home #content {

  }
  .common-home #column-right {
  }
  .common-home .carousel {
    margin-top: 35px;
    margin-bottom: 42px;
  }
  .common-home .related-product {
     margin-bottom: 23px;
  }
}
@media (min-width: 768px) {
    #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%;
    }
  #content {
    min-height: 600px;
  }
  .common-home #content {
    min-height: auto;
    margin-bottom: 10px;
  }
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
  #menu .nav .children:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav {
    float: left;
    margin: 0;
    margin-left: -31px;
  }
}
@media (max-width: 767px){
  h1 {
    font-size: 24px;
  }
  .text-xs-center {
    text-align: center;
  } 
  #logo {
        margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
  }
  #logo svg {
    max-width: 90px;
  }
  #top {
    min-height: 0;
  }
  #top .account-menu .dropdown-menu {
        top: 43px;
        padding-top: 0;
  }
  #top-links {
    margin-top: 8px;
        padding-right: 47px;
    z-index: 1;
  }
  #top-links .top-links-item {
    border: 0;
    padding: 0 8px;
    margin-right: 0;
  }
  #top-links .cart {
    padding-right: 0;
  }
  #top-links .fa {
    font-size: 20px;
  }
  #top .dropdown-menu {
    top: 40px;
  }
  #cart > .btn {
        padding: 4px 3px 12px;
        line-height: 1;

  }
  #cart .dropdown-menu {
    min-width: 320px;
    left: -249px;
  }
  #top .social {
    margin: 10px auto;
    float: none !important;
    text-align: center;
  }
  #menu .btn-navbar {
    padding: 0;
    border: 0;
    position: absolute;
        top: -40px;
    right: 12px;
    width: 18px;
        margin: 0;
        
    height: 23px;
        z-index: 2;
  }
  /*.menu .navbar-toggle {
    background: #5db515;
    display: block;
    height: 2px;
    position: absolute;
    right: 10px;
    top: -32px;
    width: 24px;
  }*/
  /* --------- Animation Menu Icon -------- */
  .menu .menu-icon {
    background: #a0a0a0;
    display: block;
        width: 18px;
    height: 3px;
    border-radius: 0;
  }
  .menu-icon::before, 
  .menu-icon::after {
    background: #a0a0a0;
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    
  }
  .menu-icon::before {
    top: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .menu-icon::after {
    top: 17px;
    opacity: 1;
  
  }
  .active .menu-icon {
        -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .active .menu-icon::before {
    /*top: 0;*/
    -webkit-transform: rotate(-90deg) translate(3px,0);
    transform: rotate(-90deg) translate(3px,0);
  }
  .active .menu-icon::after {
    /*bottom: 0;*/ 
    -webkit-transform: rotate(90deg) translate(4px,0);
    transform: rotate(90deg) translate(4px,0);
    opacity: 0;
  }
  /* --------- Animation Menu Icon END -------- */
  .search {
    float: none;
    margin: 10px auto;
    max-width: 100%;
  }
  #search .input-lg {
    min-width: 100%;
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .menu{
    border: 0;
    min-height: auto;
  }
  #menu {
    min-height: auto;
    padding: 0;
  }
  #menu .see-all {
    display: block;
  }
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
    padding: 3px 15px;
    text-align: center;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
  #menu .nav .children::before {
    right: 31px;
  }
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #000;
    padding: 15px;
    text-align: center;
	}
  #menu .nav > li {
    height: auto;
  }
  #menu .nav > li > a {
    line-height: 18px;
    text-align: center;
  } 
  .slideshow {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
        margin-bottom: 10px !important;
  }
  .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%;
	}
  .common-home #content .related-product-item {
    
  }
  .common-home .carousel {
    margin-bottom: 12px;
        margin-right: -15px;
    margin-left: -15px;
    width: auto;
    z-index: 0;
  }
  .common-home #column-right {
    /*padding-left: 15px;*/
  }
  .top-product {
    margin-left: -15px;
    margin-right: -15px;
  }
  .top-product-item {
    padding-left: 0;
  }
  .top-product-item .title {
        text-transform: uppercase;
    margin-left: 150px;
margin-top: 7px;
    font-size: 11px;
    color: #000;
    line-height: 1;
  }
  .top-product_attribute {
    font-size: 10px;
    margin-left: 150px;
  }
  .product-category .top-product_attribute{
    margin-left: 0;
  }
  .row-product .product-thumb,
  .product-category .image  {
    float: left;
    height: 73px;
    width: auto;
  }
  .row-product.top-product .product-thumb img{
      transform: none;
  }
  .product-category .image img,
  .row-product.top-product.related-product .product-thumb img,
  .row-product.top-product.latest-product .product-thumb img{
      transform: translateY(-25%);
      max-width: 140px;
  }

  .product-category .special-label{
        top: -30px;
    right: -30px;
    border: 30px solid #fff;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    width: 60px;
  }
  .related-product-item.top-product-item .special-label span,
  .product-category .special-label span {
    right: 17px;
    font-size: 14px;
    display: inline;
    transform: none;
  }
  .product-category .special-label span {
    top: 7px;
  }
  .top-product-item .button-group {
    width: 51%;
        margin-left: 150px;
  }
  .category-content {

  }
  .product-category {
        margin: 0 -15px 5px;
  }
  .product-category__info {
    margin-left: 150px;
    float: none;
    width: auto;
    height: 73px;
        position: relative;
        padding: 0;
  }
  .product-category__title {
        font-size: 11px;
            margin-bottom: 0;
    line-height: 1.2;
    color: #000;
  }
  .product-category__desc {
    display: none;
  }
  .product-category__button .add-to-cart,
  .product-category__button .play-sound  {
        padding: 2px;
    line-height: 16px;
    width: 70%;
    margin-right: 5%;
    color: #000;
        font-size: 11px;
  }
  .product-category__button .play-sound,
  .product-category__button .add-to-cart + .play-sound  {
    width: 22%;
    margin-right: 1%;
  }
  .product-category:nth-child(2n){
    padding-left: 0;
  }

  #tab-description iframe{
    max-width: 100%;
    height: auto;
  }
  .product-info {
    height: auto;
  }
  .product-info .add-to-card,
  .product-info .price {
    position: static;
  }
  .product-info .add-to-card{
    display: grid;
    grid-gap: 10px;
    grid-template-areas:
        "blue-button blue-button"
        "green-button orange-button";
    grid-template-columns: 1fr 1fr;
        width: 100%;
  }
  .product-info .add-to-card .btn{
    width:auto;
  }
  .product-info .add-to-card #button-cart {
    grid-area: blue-button;
  }
  .product-info .add-to-card .demo {
    grid-area: orange-button;
  }
  .product-info .add-to-card .licence {
    grid-area: green-button;
  }
  
  .product-category__button {
    padding: 0;
    bottom: 7px;
  }
  footer .informations .information-4 {
    display: none;
  }
  footer .informations .pull-left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  footer .information-3,
  footer .information-5{
      list-style: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .social{
    margin-bottom: 17px;
        margin-top: 70px;
  }
  footer .social .fa {
    font-size: 22px;
    color: #fff;
    
  }
  footer .social a{
        margin: 10px 7px;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  footer .row {
    padding: 0px 0 20px;
  }
  footer .requisites {
    text-align: center;
  }
  footer .powered {
    text-align: center;
  }
}
@media (min-width: 640px) and (max-width: 991px) {
  .search {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .top-product-item {
    width: 49%;
    float: left;
    margin: 0.5%;
  }
  /*.product-category__info {
    height: 141px;
  }*/
  /*.product-category__desc {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    height: 50px;
    overflow: hidden;
  }*/
  .product-category__title {
    font-size: 14px;
    line-height: 1.1; 
    margin-bottom: 2px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  /*.product-category__desc {
    display: block;
    line-height: 1;
    font-size: 11px;
  }*/
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
  #cart .dropdown-menu li > div {
		min-width: 100%;
	}
  .product-list-item .name {
    width: 34%;
    font-size: 18px;
  }
  .product-list-item .total {
    font-size: 16px;
  }
  .product-list-item .cart {
    position: static;
    width: 100%;
        height: auto;
  }
  .product-list-item .cart .btn{
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .simplecheckout-cart.product-list-item .name {
    width: 34%;
  }
}
