/*
	Theme Name: Abletunes
	Author: Webcreator
	Author URI: http://www.webcreator.kiev.ua/
	Version: 1.1
*/

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline;
}

@font-face {
    font-family: 'PFDinDisplayPro Light';
    src: url('../fonts/pfdindisplaypro-light-webfont.eot');
    src: url('../fonts/pfdindisplaypro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-light-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro Regular';
    src: url('../fonts/pfdindisplaypro-reg-webfont.eot');
    src: url('../fonts/pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-reg-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-reg-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro Medium';
    src: url('../fonts/pfdindisplaypro-med-webfont.eot');
    src: url('../fonts/pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-med-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro Bold';
    src: url('../fonts/pfdindisplaypro-bold-webfont.eot');
    src: url('../fonts/pfdindisplaypro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdindisplaypro-bold-webfont.woff') format('woff'),
    url('../fonts/pfdindisplaypro-bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'PFDinTextPro Bold';
    src: url('../fonts/pfdintextpro-bold-webfont.eot');
    src: url('../fonts/pfdintextpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfdintextpro-bold-webfont.woff') format('woff'),
    url('../fonts/pfdintextpro-bold-webfont.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

/*----------------------------------------
				Global properties
---------------------------------------- */
html, body {
    height: 100%;
}

body {
    min-width: 998px;
    font: 12px/20px Arial, Helvetica, sans-serif;
    color: #474747;
    background: #dedede;
    position: relative;
}

.bg-body {
    min-height: 100%;
    background: url(../images/bg-body.png) center bottom no-repeat;
    position: relative;
    padding: 0 0 193px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    width: 998px;
    position: relative;
    margin: 0 auto;
}

a {
    color: #424242;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
    float: left;
    position: relative;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.extra-box {
    overflow: hidden;
}

p {
    margin-bottom: 19px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.taligncenter {
    text-align: center;
}

.buttons a:hover {
    cursor: pointer;
}

/*----------------------------------------
					Cols
---------------------------------------- */
.col-1 {
    width: 674px;
}

.col-2 {
    width: 324px;
}

.col-3 {
    width: 294px;
}

.col-4 {
    width: 363px;
}

.col-5 {
    width: 335px;
}

/*----------------------------------------
					Indents
---------------------------------------- */
.spacing {
    margin-right: 24px;
}

.spacing-1 {
    margin-right: 60px;
}

.spacing-2 {
    margin-right: 22px;
}

.spacing-3 {
    margin-right: 105px;
}

.spacing-4 {
    margin-right: 20px;
}

.spacing-5 {
    margin-right: 2px;
}

.p2 {
    margin-bottom: 18px;
}

.p3 {
    margin-bottom: 24px;
}

.p5 {
    margin-bottom: 45px;
}

/*----------------------------------------
				Image styling
---------------------------------------- */
.alignleft {
    float: left;
    display: inline-block;
    margin: 5px 20px 0 0;
}

.alignright {
    float: right;
    display: inline-block;
    margin: 5px 0 0 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

/*----------------------------------------
				List styling
---------------------------------------- */
ol {
    counter-reset: li;
    list-style: none;
    padding: 9px 150px 0 0;
    margin: 0 0 20px 0;
}

ol li {
    font-size: 12px;
    line-height: 19px;
    color: #686868;
    position: relative;
    margin: 0px 0 21px 30px;
}

ol li:before {
    font-size: 20px;
    line-height: 23px;
    color: #31b7ea;
    font-weight: bold;
    content: counter(li) '. ';
    counter-increment: li;
    position: absolute;
    top: -3px;
    left: -36px;
    width: 25px;
    padding: 0;
    text-align: right;
    font-family: 'PFDinDisplayPro Bold';
}

ol li a {
    color: #31b7ea;
    text-decoration: none;
}

ol li a:hover {
    color: #686868;
}

ul {
    padding: 0;
    margin: 0 0 20px;
}

ul li {
    font-size: 12px;
    line-height: 19px;
    color: #000;
    padding: 0 0 0 2px;
    margin: 0 0 6px;
    background: none;
    list-style-type: disc;
    list-style-position: inside;
}

ul li a {
    display: inline-block;
    color: #424242;
}

ul li a:hover {
    color: #6e6e6e;
}

#wpadminbar li {
    border: none;
}

.genres-list,
.categories-list {
    margin: -3px 0 0 0;
    overflow: hidden;
}

.genres-list li,
.categories-list li {
    float: left;
    width: 131px;
    margin-right: 24px;
}

.genres-list li:nth-child(2n),
.categories-list li:nth-child(2n) {
    margin-right: 0;
}

.genres-list li.nomargin,
.categories-list li.nomargin {
    margin-right: 0 !important;
}

/*----------------------------------------
				Heading
---------------------------------------- */
h1 {
    font-size: 36px;
    line-height: 40px;
    color: #000;
    font-family: 'PFDinDisplayPro Bold';
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

h2, .welcome-message > h1 {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    margin: 0 0 12px 0;
}

h3 {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    margin: 0px 0 24px 0;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PFDinDisplayPro Medium';
    margin: 0 0 7px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    margin: 0 0 13px 0;
}

h6 {
    font-size: 12px;
    line-height: 15px;
    color: #3d3d3d;
    margin: 0 0 3px 0;
}

h6 a {
    color: #3d3d3d;
}

.genres-list li,
.categories-list li,
.submenu li,
.submenu-small li {
    border-top: 1px dotted #dcdcdc;
    padding: 5px 0 0 2px;
}

.genres-list li {
    /*padding:6px 0 3px 2px;*/
    padding: 3px 0 1px 2px;
}

.menu li,
.submenu li,
.social-list li,
.carousel-content li,
.pagination li,
.footer-menu ul li,
.genres-list li,
.categories-list li {
    list-style: none;
}

/*----------------------------------------
				Header
---------------------------------------- */
#header {
    position: relative;
    z-index: 2;
    min-height: 108px;
}

/*----------------------------------------
			Top Banner
---------------------------------------- */
.row-banner {
    height: 36px;
    padding: 10px 0 0 0;
    background: url(../images/tail-top.jpg) center top no-repeat;
}

.banner-text {
    float: left;
    font-size: 13px;
    line-height: 20px;
    color: #764417;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 3px 0 0 19px;
}

.banner-text span {
    color: #ac4b10;
}

.banner-button {
    float: right;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    padding: 5px 23px 3px 8px;
    margin-right: 18px;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    background: url(../images/top-marker.png) 92% 50% no-repeat #763217;
    border-radius: 3px;
    position: relative;
}

.banner-button:hover {
    background-color: #ac4b10;
}

/*----------------------------------------
				Row Top
---------------------------------------- */
.row-top {
    height: 46px;
    background: #fff;
}

.slogan {
    float: left;
    font-size: 11px;
    line-height: 16px;
    color: #777;
    padding: 15px 0 0 20px;
}

/*----------------------------------------
				Shopping Card
---------------------------------------- */
.shopping_card {
    float: right;
    display: block;
    width: 58px;
    height: 34px;
    padding: 12px 0 0 47px;
    background: url(../images/card-icon.jpg) 18px 14px no-repeat;
    position: relative;
    overflow: hidden;
}

.shopping_card.full {
    background: url(../images/card-full-icon.jpg) 18px 14px no-repeat;
}

.card-text {
    display: block;
    width: 38px;
    height: 23px;
    font-size: 12px;
    line-height: 21px;
    color: #5e5e5e;
    font-weight: bold;
    text-align: center;
    padding: 1px 0 0 0;
    background: url(../images/bg-card.png) 0 0 no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card-text a {
    color: #7e7e7e;
    text-decoration: none;
    display: block;
}

.card-text a:hover {
    color: #000;
}

/*----------------------------------------
				Social List
---------------------------------------- */
.social-list {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
}

.social-list li {
    float: left;
    width: 48px;
    height: 46px;
    padding: 0;
    margin: 0 -1px 0 0;
    background: none;
    border: none;
    position: relative;
}

.social-list li a {
    display: block;
}

.social-list li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 46px;
    z-index: 1;
}

.social-list li .social-hover {
    display: none;
}

.social-list li:hover .social-hover {
    display: block;
    z-index: 2;
}

/*----------------------------------------
				Row Menu
---------------------------------------- */
.row-menu {
    min-height: 74px;
    background: url(../images/row-menu.gif) 0 0 repeat-x #363636;
    position: relative;
}

/*----------------------------------------
				Logo
---------------------------------------- */
.logo-box {
    float: left;
    width: 168px;
    height: 73px;
    padding: 22px 0 0 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header h1 {
    margin: 0;
}

.logo {
    display: block;
    width: 129px;
    height: 27px;
    text-indent: -5000px;
    background: url(../images/logo.png) 0 0 no-repeat;
}

.blog-title {
    display: none;
    font-size: 13px;
    color: #acacab;
    text-align: right;
    padding: 0 28px 0 0;
    margin: -9px 0 0 0;
    font-family: 'PFDinDisplayPro Medium';
}

body.blog .blog-title {
    display: block;
}

/*----------------------------------------
				Top Search
---------------------------------------- */
.top-search {
    float: right;
    padding: 21px 18px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top-search {
    display: inline-block;
    margin: 0;
    padding: 0px;
    border-top: 1px solid #202020;
    border-left: 1px solid #202020;
    border-bottom: 1px solid #525252;
    border-right: 1px solid #525252;
    background: url(../images/top-search.gif) 0 0 repeat-x #2e2e2e;
    overflow: hidden;
}

#top-search input {
    float: left;
    width: 155px;
    height: 29px;
    font-size: 11px;
    line-height: 22px;
    color: #9b9b9b;
    padding: 4px 6px 4px 6px;
    border: none;
    background: transparent;
}

#top-search a {
    display: inline-block;
    float: left;
    width: 32px;
    height: 29px;
    vertical-align: middle;
    background: url(../images/top-submit.png) 0 0 no-repeat;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#top-search a:hover {
    background-position: 0 -29px;
}

/*----------------------------------------
				Navigation
---------------------------------------- */
.menu {
    float: left;
    display: flex;
    justify-content: center;
    padding: 0 0 0 0px;
    margin: 0;
    /*max-width: 582px;*/
    width:604px;
    height: 74px;
    background: none;
    position: relative;
}

.menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2b2b2b;
}

.menu:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #2b2b2b;
}

.menu > li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    border: none;
    background: url(../images/bg-menu.png) 0 0 repeat-x;
    position: relative;
}

.menu > li:hover,
.menu > li.current {
    background-position: 0 -74px;
}

.menu > li > a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #c2c2c2;
    padding: 28px 10px 26px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'PFDinTextPro Bold';
}

.menu > li.with-submenu:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: url(../images/submenu-corner.png) 50% -6px no-repeat;
}

.menu > li.with-submenu:hover:before {
    background-position: 50% 0;
}

.menu > li.with-submenu > a {
    padding: 28px 10px 26px 10px;
}

.menu > li:first-child > a,
.menu > li:last-child > a {
    padding: 28px 16px 26px 16px;
}

.menu > li.with-submenu > a span {
    display: inline-block;
    width: 7px;
    height: 3px;
    margin: 9px 0 0 2px;
    background: url(../images/submenu-marker.png) 0 0 no-repeat;
}

.menu > li:hover > a,
.menu > li.current > a {
    color: #c2c2c2;
}

/*----------------------------------------
				Submenu
---------------------------------------- */
.submenu {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: 294px;
    margin: 0;
    padding: 26px 10px 20px 19px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .38);
}

.menu > li.with-submenu:hover .submenu {
    display: block;
}

.submenu li {
    float: left;
    width: 135px;
    font-size: 11px;
    line-height: 16px;
    color: #6e6e6e;
    padding: 0;
    margin: 0 19px 0 0;
}

.submenu li:nth-child(2n) {
    margin-right: 0;
}

.submenu li.nomargin {
    margin-right: 0 !important;
}

.submenu li:first-child,
.submenu li:first-child + li {
    border: none;
}

.submenu li a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #6e6e6e;
    padding: 4px 0 4px 3px;
}

.submenu li:first-child a,
.submenu li:first-child + li a {
    padding-top: 0;
}

.submenu li:hover a,
.submenu li.current a {
    color: #090909;
}

.submenu-small {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    margin: 0;
    padding: 26px 10px 20px 19px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .38);
    width: 128px;
}

.menu > li.with-submenu:hover .submenu-small {
    display: block;
}

.submenu-small li {
    font-size: 11px;
    line-height: 16px;
    color: #6e6e6e;
    padding: 0;
    margin: 0;
}

.submenu-small li a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #6e6e6e;
    padding: 4px 0 4px 3px;
}

.submenu-small li:hover a,
.submenu-small li.current a {
    color: #090909;
}

.submenu-small li:first-child {
    border: none;
}

.submenu-small li:first-child a {
    padding-top: 0;
}

/*----------------------------------------
				Content
---------------------------------------- */
#content {
    padding: 0;
    z-index: 1;
    position: relative;
    background: #eaeaea;
}

.page-content a {
    color: #31B7EA;
    text-decoration: underline;
}

.page-inner {
    padding: 43px 39px 110px 39px;
}

.bot-inner {
    padding: 0 0 19px 0;
}

/*----------------------------------------
			Welcome Message
---------------------------------------- */
.welcome-message {
    width: 323px;
    height: 392px;
    padding: 47px 51px 10px 53px;
    background: url(../images/bg-welcome.jpg) 0 0 no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.welcome-message p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-right: 21px;
    margin: 0 0 21px;
    font-family: 'PFDinDisplayPro Light';
}

.welcome-message a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    width: 100%;
    padding: 13px 10px 10px 13px;
    background: url(../images/bg-button.gif) 0 0 repeat-x #2caee3;
    border-bottom: 2px solid #137da3;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.welcome-message a:hover {
    background-position: 0 -100px;
}

.welcome-message a span.txt {
    display: inline-block;
    width: 163px;
}

.welcome-message a span.button-marker {
    display: inline-block;
    margin: -4px 0 -1px 0;
    width: 25px;
    height: 25px;
    background: url(../images/button-marker.png) 0 0 no-repeat;
}

/*----------------------------------------
					Boxes
---------------------------------------- */
.box {
    width: 674px;
    height: 312px;
    background: url(../images/bg-box.jpg) 0 0 no-repeat;
}

.bg {
    background: url(../images/shadow-top.gif) center top no-repeat #fff;
}

.sidebar .bg {
    background: #fff;
}

.inner {
    padding: 22px 10px 15px 17px;
    height: 275px;
}

.inner-1 {
    padding: 36px 10px 12px 31px;
}

/*----------------------------------------
			Links & Buttons
---------------------------------------- */
.button {
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 12px 4px 12px;
    font-family: 'PFDinDisplayPro Bold';
    background: #31baef;
    border-radius: 2px;
    position: relative;
}

.button:hover {
    background: #137da3;
}

.show-more-button {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #3e3e3e;
    text-align: center;
    padding: 7px 0 8px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.show-more-button:hover {
    background: #fff;
}

.show-more-button span {
    display: inline-block;
    width: 7px;
    height: 5px;
    margin: 8px 0 0 2px;
    background: url(../images/more-marker.png) 0 0 no-repeat;
}

/*----------------------------------------
			Banners
---------------------------------------- */
.banners {
    padding: 18px 10px 17px 17px;
    background: #cecece;
    overflow: hidden;
}

.single-product .banners {
    padding: 16px 10px 17px 16px;
}

.single-product .banners a:first-child {
    padding: 0px;
}

.single-product .banner {
    padding: 18px 0 0 0;
    margin-left: 0px;
}

.sidebar .banners {
    padding: 22px 10px 19px 16px;
}

.banners a {
    float: left;
    display: block;
    margin: 0 0 0 18px;
}

.banners a:first-child,
.sidebar .banners a:first-child {
    margin: 0;
}

.sidebar .banners a {
    float: none;
    display: block;
    margin: 16px 0 0 0;
}

/*----------------------------------------
			Options
---------------------------------------- */
.option-item {
    margin: 0 0 2px;
    position: relative;
    cursor: default;
}

.item-content {
    display: block;
    height: 58px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.number {
    float: left;
    display: block;
    width: 54px;
    height: 42px;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    padding: 16px 0 0 0;
    font-family: 'PFDinDisplayPro Bold';
    background: url(../images/bg-number.jpg) 0 0 no-repeat;
}

.title {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-family: 'PFDinDisplayPro Medium';
    padding: 11px 50px 10px 23px;
    overflow: hidden;
}

.title.indent {
    padding: 19px 50px 10px 23px;
}

.item-desc {
    display: none;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-family: 'PFDinDisplayPro Regular';
    padding: 24px 35px 23px 23px;
    background: url(../images/bg-option.gif) 0 0 repeat-x #363636;
    box-shadow: 0 0 10px rgba(0, 0, 0, .31);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 100%;
}

.item-desc:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 100%;
    width: 22px;
    height: 11px;
    background: url(../images/option-corner.png) 0 0 no-repeat;
}

.option-item:hover .item-desc {
    display: block;
}

/*----------------------------------------
				Testimonials
---------------------------------------- */
.testimonials {
    margin-top: -2px;
}

.testi-item {
    padding: 30px 50px 30px 38px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
}

.testimonials .testi-item:first-child {
    border-top: none;
}

/*----------------------------------------
				Blockquote
---------------------------------------- */
blockquote {
    display: block;
    min-height: 31px;
    font-size: 12px;
    line-height: 20px;
    color: #424242;
    white-space: normal;
    margin: 0;
    padding: 0 0 0 57px;
    background: url(../images/testi-quotes.png) 0px 8px no-repeat;
}

.testi .carousel blockquote {
    min-height: 36px;
    font-size: 12px;
    line-height: 19px;
    padding: 0 0 0 58px;
    background: url(../images/quotes.png) 4px 5px no-repeat;
}

.testi-name {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #3d3d3d;
    font-weight: bold;
    margin: 7px 0 0 0;
}

.testi .carousel .testi-name {
    color: #31baef;
}

/*----------------------------------------
				Category Menu
---------------------------------------- */
.top-menu {
    background: url(../images/bg-top-menu.gif) 0 0 repeat-x #2e2e2e;
}

.category-menu {
    padding: 0 0 0 29px;
    margin: 0;
    overflow: hidden;
}

.category-menu li {
    float: left;
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #c2c2c2;
    padding: 0;
    margin: 0 27px 0 0;
    border: none;
}

.category-menu li a {
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #c2c2c2;
    padding: 10px 3px 6px 1px;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    font-family: 'PFDinDisplayPro Regular';
}

.category-menu li a:hover,
.category-menu li.current a {
    color: #3ac3f9;
    border-bottom-color: #31b9ee;
}

/*----------------------------------------
				Products
---------------------------------------- */
.products {
    background: url(../images/top-shadow.gif) center top no-repeat #f7f7f7;
}

.products-inner { padding: 38px 10px 12px 38px;}
.bot-inner .products .products-inner { min-height: 500px; }

.product-item {
    display: inline-block;
    width: 148px;
    margin: 0 42px 39px 0px;
}

.product-item.nomargin {
    margin-right: 0px;
}

.product-item .product-image {
    display: block;
    width: 148px;
    height: 148px;
    margin: 0 0 13px;
    position: relative;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .32);
}

.product-item .product-image img {
    display: block;
    width: 148px;
    height: auto;
    position: relative;
    z-index: 1;
}

.product-item .product-image .price {
    height: 23px;
    padding: 4px 8px 0 8px;
    background: #2b2b2b;
    position: absolute;
    left: 0;
    top: 113px;
    z-index: 2;
}

.product-item .product-image .price:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 12px;
    height: 27px;
    background: url(../images/price-icon.png) 0 0 no-repeat;
}

.product-item .product-image .price .new {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-family: 'PFDinDisplayPro Medium';
    margin: 0 8px 0 0;
}

.product-item .product-image .price .new small {
    font-size: 9px;
}

.product-item .product-image .price del {
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    font-family: 'PFDinDisplayPro Regular';
    margin: 2px 0 0 0;

}

.product-item .product-image .price del span.old {
    color: #fff;
}

.product-item h6 {
    min-height: 16px;
    padding: 0 0 0 27px;
    background: url(../images/title-marker.png) 3px 0 no-repeat;
}

.product-item h6.no-play {
    padding-left: 0px;
    background: none;
}

.product-item h6 a {
    display: inline;
    color: #191919;
    text-decoration: none;
}

.product-item h6 a:hover {
    color: #3ac3f9;
}

.product-item .product-bot {
    overflow: hidden;
    padding: 0 0 0 3px;
}

.product-item .product-bot h6 {
    overflow: hidden;
    background: none;
    padding: 0;
}

.product-item .product-bot .product-play {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    cursor: pointer;
}

.product-item .product-bot .product-play.play {
    background: url(../images/title-marker.png) 0 0 no-repeat;
}

.product-item .product-bot .product-play.pause {
    background: url(../images/pause-button.png) 0 0 no-repeat;
}

/*----------------------------------------
			Single Product
---------------------------------------- */

.single-product {
    background: #fff;
    border-top: 21px solid #dedede;
}

/*Product Top */
.product-top {
    overflow: hidden;
    position: relative;
}

.thumbnail {
    float: left;
    display: block;
    width: 319px;
    height: 319px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.product-info {
    padding: 21px 0 0 26px;
    overflow: hidden;
}

.product-desc {
    float: left;
    margin: 0 26px 0 0;
    width: 375px;
}

.product-desc h3 {
    padding: 3px 0 0 0;
    margin: 0 0 1px;
    font-weight: normal;
    font-family: 'PFDinDisplayPro Medium';
}

.product-desc .category {
    width: 430px;
    font-size: 11px;
    line-height: 16px;
    color: #6f6f6f;
    font-weight: bold;
    margin: 0 0 16px;
}

.product-desc .category a {
    color: #6f6f6f;
}

.product-desc .category a:hover {
    color: #000;
}

.product-desc .tags {
    padding: 0 0 0 24px;
    background: url(../images/tag-icon.jpg) 2px 3px no-repeat;
    margin: 0 0 22px;
    overflow: hidden;
}

.product-desc .tags a {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    font-size: 10px;
    line-height: 16px;
    color: #585858;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 1px 7px 0px 7px;
    background: url(../images/bg-tag.gif) 0 0 repeat-x #efefef;
    border: 1px solid #dedede;
    border-radius: 3px;
    position: relative;
}

.product-desc .tags a:hover {
    background-position: 0 -100px;
}

.product-desc .price {
    font-size: 34px;
    line-height: 41px;
    color: #000;
    font-family: 'PFDinDisplayPro Medium';
}

.product-desc .price small {
    font-size: 14px;
    vertical-align: baseline;
}

.product-desc .price-free {
    font-size: 24px;
    line-height: 41px;
    color: #000;
    font-family: 'PFDinDisplayPro Medium';
}


.product-desc .old-price {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #898989;
    margin: -3px 0 0 0;
    font-family: 'PFDinDisplayPro Bold';
}

.product-desc .old-price span {
    color: #898989;
    padding: 0 3px;
    font-family: 'PFDinDisplayPro Medium';
}

.add-button {
    bottom: 23px;
    left: 343px;
    position: absolute;
}

.add-button a {
    display: inline-block;
    width: 209px;
    height: 45px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 0 0 75px;
    font-family: 'PFDinDisplayPro Bold';
    background: url(../images/add-button.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-button a.checkout {
    background: url(../images/bg-button.gif);
    padding: 12px 0 0 65px;
    color: white;
    border-bottom: 2px solid #137DA3;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
}

/* Delivery Box */
.delivery-box {
    float: left;
    width: 227px;
    font-size: 11px;
    line-height: 15px;
    color: #474747;
    background: url(../images/corner.jpg) 100% 0 no-repeat #f8f8f8;
}

.social-buttons {
    padding: 27px 10px 23px 36px;
    border-bottom: 1px dotted #c6c6c6;
}

.social-buttons a {
    float: left;
    margin: 0 12px 0 0;
}

.delivery-box .inner {
    padding: 17px 55px 10px 32px;
    height: auto;
}

.delivery-box h5 {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    margin: 0 0 8px -2px;
    background: url(../images/delivery-icon.jpg) 0 4px no-repeat;
}

.delivery-box a {
    color: #31b7ea;
}

.delivery-box a:hover {
    color: #000;
}

/* Player */
.player {
    width: 674px;
    /*	height:133px;*/
    padding: 22px 20px 20px 20px;
    background: url(../images/bg-player.jpg) 0 0 repeat-y;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.track {
    width: 631px;
    height: 46px;
    padding: 16px 10px 10px 19px;
    background: #fff;
    border-bottom: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.play-button {
    display: inline-block;
    cursor: pointer;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 26px 0 0;
    /*		background:url(../images/play-button.png) 0 0 no-repeat;*/
}

.play {
    background: url(../images/play-button.png) 0 0 no-repeat;
}

.track.active .play-button.pause {
    background: url(../images/pause-button-white.png) 0 0 no-repeat;
}

.track.active:hover .play-button.pause {
    background: url(../images/pause-button-white.png) 0 0 no-repeat;
}

.play-info {
    float: left;
    width: 547px;
}

.track-time {
    float: right;
    width: 75px;
    padding: 0 0 0 5px;
    font-size: 12px;
    line-height: 15px;
    color: #b5b5b5;
    text-align: right;
}

.track-title {
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    color: #191919;
}

.track-line {
    display: none;
    float: left;
    width: 464px;
    height: 4px;
    margin: 5px 0 0 1px;
    background: url(../images/track-line.png) 0 0 repeat-x;
    position: relative;
}

.track-line .done-line {
    position: absolute;
    left: 0;
    height: 4px;
    background: url(../images/track-line.png) 0 -4px repeat-x;
    z-index: 10;
}

.track-line.line-pos .done-line {
    right: 464px;
}

.track-line .load-line {
    position: absolute;
    left: 0;
    height: 4px;
    background: url(../images/load-line.png) 0 -4px repeat-x;
    z-index: 9;
}

/*.track-line.line-pos .load-line {right:464px;}*/

.track.active,
.track:hover {
    background: #343434;
    border-bottom-color: #343434;
}

.track.active .play-button,
.track:hover .play-button.play {
    background-position: 0 -16px;
}

.track.active .track-time,
.track:hover .track-time,
.track:hover .track-title {
    color: #fff;
}

.track.active .track-title {
    display: none;
}

.track.active .track-line {
    display: block;
    cursor: pointer;
}

/* Notice */
.notice {
    width: 324px;
    height: 133px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-family: 'PFDinDisplayPro Regular';
    background: url(../images/bg-notice.jpg) 0 0 no-repeat;
    overflow: hidden;
}

.notice-inner {
    padding: 32px 60px 20px 76px;
}

/* Product Overview */
.product-overview {
    padding: 39px 40px 20px 38px;
}

.product-overview h4 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 0 16px;
}

.product-overview p {
    font-size: 12px;
    line-height: 17px;
    padding: 0;
    margin: 0 0 19px;
}

.video-box {
    width: 587px;
    height: 361px;
    margin: 33px 0 30px 0;
    overflow: hidden;
}

/* Params */
.param-box {
    padding: 17px 16px 15px 16px;
    background: #31b7ea;
}

.params {
    background: #fff;
}

.params h5 {
    padding: 15px 10px 0px 14px;
    margin: 0 0 11px;
}

.param-item {
    font-size: 11px;
    line-height: 16px;
    color: #343434;
    padding: 13px 10px 10px 13px;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}

.param-item a,
.product-overview a {
    color: #31B7EA;
}

.param-item.first {
    border: none;
    background: url(../images/param-shadow.gif) 0 0 repeat-x;
}

.param-item.pos2 {
    padding: 5px 10px 6px 13px;
}

.param-item .icon {
    float: left;
    margin: 0 8px 0 0;
}

.param-item.pos2 .icon {
    margin: 6px 8px 0 0;
}

.param-item .param-info {
    padding: 2px 0 0 0;
    overflow: hidden;
}

.param-item ul {
    margin: -2px 0 0 0;
}

.param-item ul li {
    font-size: 11px;
    line-height: 16px;
    color: #343434;
    padding: 0 0 0 8px;
    margin: 0;
    border: none;
}

.param-item ul li .color {
    color: #31b7ea;
}

/*----------------------------------------
				Related
---------------------------------------- */
.related-posts {
    background: #eaeaea;
}

.related-posts .products-inner {
    padding: 32px 10px 11px 38px;
}

.related-posts h5 {
    margin: 0 0 21px;
}

/*----------------------------------------
					Popup
---------------------------------------- */
.popup-bg {
    background: url(../images/popup-bg.png) 0 0 repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
}

/*----------------------------------------
				Add Box
---------------------------------------- */
#add-box {
    position: fixed;
    width: 557px;
    height: 253px;
    top: 240px;
    left: 50%;
    margin-left: -278px;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 12px 13px rgba(94, 99, 101, .75);
}

.box-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#add-box .products {
    float: left;
    width: 288px;
    height: 253px;
    background: #fff;
    overflow: hidden;
}

#add-box .products-inner {
    padding: 36px 10px 12px 65px;
}

#add-box .product-item {
    float: none;
    margin: 0;
}

.box-buttons {
    float: left;
    width: 269px;
    height: 253px;
    padding: 35px 42px 20px 37px;
    background: url(../images/bg-buttons.jpg) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-buttons .title {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 42px;
}

.buttons {
    padding: 0 0px 0 1px;
}

.buttons a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 12px 0 11px 0;
    text-align: center;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons a.continue-button {
    background: url(../images/add-box-button.gif) 0 0 repeat-x #aaaaaa;
    border-bottom: 2px solid #959595;
}

.buttons a.checkout-button {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 11px;
    background: url(../images/bg-button.gif) 0 0 repeat-x #2caee3;
    border-bottom: 2px solid #137da3;
}

.buttons a:hover {
    color: #fff;
    background-position: 0 -100px;
}

.close {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 13px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/close.png) 0 0 no-repeat;
}

.close:hover {
    background-position: 0 -12px;
}

/*----------------------------------------
				Search Product
---------------------------------------- */
.products.search .products-inner {
    padding: 29px 10px 40px 38px;
}

.products.search h3 {
    margin: 0 0 33px;
}

.amount {
    color: #31b9ed;
}

.search-box {
    padding: 33px 36px 34px 37px;
    background: url(../images/search-shadow.gif) center top no-repeat #eaeaea;
}

/*----------------------------------------
			Searh Form
---------------------------------------- */
#search {
    padding: 0;
    position: relative;
    overflow: hidden;
}

#search input {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 32px;
    color: #000;
    padding: 4px 50px 4px 14px;
    border: none;
    background: #fff;
    position: relative;
    z-index: 1;
}

#search a {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background: url(../images/search-submit.jpg) 0 0 no-repeat;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#search a:hover {
    background-position: 0 0px;
}

/*----------------------------------------
				Pagenavi
---------------------------------------- */
.wp-pagenavi {
    text-align: center;
    background: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    height: 46px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #6c6c6c;
    font-family: 'PFDinDisplayPro Medium';
    padding: 13px 3px 0px 3px;
    margin: 0 1px 0 2px;
    border-bottom: 2px solid #f7f7f7;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #35beef;
    border-color: #35beef;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    width: 44px;
    height: 46px;
    padding: 0;
    margin: 0;
    border: none;
    text-indent: -5000px;
    background-image: url(../images/pagenavi-arrows.jpg);
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

.wp-pagenavi a.previouspostslink {
    float: left;
    border-right: 1px solid #e7e7e7;
    background-position: 0 0;
}

.wp-pagenavi a.nextpostslink {
    float: right;
    border-left: 1px solid #e7e7e7;
    background-position: -44px 0;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    border-color: #35beef;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
}

/*----------------------------------------
				Oldernewer
---------------------------------------- */
nav.oldernewer {
    padding: 13px 10px;
    background: #f7f7f7;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
}

.older {
    float: left;
}

.newer {
    float: right;
}

/*----------------------------------------
				Blog
---------------------------------------- */
.bg-blog {
    background: #f7f7f7;
}

.blog-content {
    float: left;
    width: 674px;
    padding: 41px 36px 25px 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar {
    float: left;
    width: 324px;
}

.facebook-widget {
    padding: 15px 13px;
    background: #cecece;
}

.widget-box {
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

/*----------------------------------------
				Post
---------------------------------------- */
.post-holder {
    color: #000;
    padding: 35px 0 0 0;
    margin: 0 0 44px;
    border-top: 3px solid #cecece;
}

.post-holder:first-child {
    border-top: none;
    padding-top: 0;
}

/* Post Header */
.post-header {
    margin: 0 0 26px;
}

.post-header h2,
.post-header h1 {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    padding: 0 50px 0 2px;
    margin: 0 0 10px;
    font-family: 'PFDinDisplayPro Medium';
}

.post-header h2 a {
    color: #000;
}

.post-header h2 a:hover {
    color: #31b9ee;
}

/* Post Meta */
.post-meta {
    font-size: 12px;
    line-height: 17px;
}

.post-category {
    font-weight: bold;
    padding: 0 0 0 3px;
}

.post-category a {
    color: #000;
}

.post-category a:hover {
    color: #31b9ee;
}

.post-meta time {
    color: #7c7c7c;
    font-weight: bold;
}

.post-meta .line {
    display: inline-block;
    width: 2px;
    height: 12px;
    margin: 4px 5px 0 5px;
    background: url(../images/meta-line.gif) 0 0 no-repeat;
}

/* Post Content */
.post-holder p {
    margin: 0 0 10px;
}

/* Read More Button */
.more-link {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 5px 10px 3px 10px;
    background: #31baef;
    border-radius: 2px;
    position: relative;
}

.more-link:hover {
    color: #000;
    background: #cecece;
}

/*----------------------------------------
				Text Page
---------------------------------------- */
.page-top {
    width: 998px;
    height: 195px;
    padding: 43px 50px 10px 36px;
    background: url(../images/page-top.jpg) 0 0 no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-top h3 {
    margin: 0 0 20px;
}

.page-desc {
    font-size: 18px;
    line-height: 22px;
    color: #717171;
    font-family: 'PFDinDisplayPro Regular';
}

.page-desc a {
    color: #000;
    text-decoration: underline;
}

.page-desc a:hover {
    text-decoration: none;
}

.page-content {
    padding: 54px 30px 20px 39px;
    min-height: 526px;
    background: url(../images/content-shadow.gif) 0 0 repeat-x #f7f7f7;
}

/*----------------------------------------
				Team
---------------------------------------- */
.team {
    margin: -1px 0 47px 0;
    overflow: hidden;
}

.team-item {
    float: left;
    width: 451px;
    height: 488px;
    margin: 0 16px 0 0;
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
}

.team-item.nomargin {
    margin: 0px;
}

.team-info {
    background: #31b7ea;
    overflow: hidden;
}

.team-image {
    float: left;
    margin: 0 31px 0 0;
}

.team-desc {
    padding: 27px 20px 0 0;
    overflow: hidden;
}

.job {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Medium';
}

.team-content {
    color: #474747;
    padding: 24px 46px 20px 33px;
}

/*----------------------------------------
				FAQ
---------------------------------------- */
.faq-list {
    padding: 0 0 45px 0;
}

.faq-item {
    padding: 13px 30px 12px 22px;
    margin: 0 8px 8px 0;
    background: #fff;
}

.question {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #31b7ea;
    border-bottom: 1px dotted #31b7ea;
    font-family: 'PFDinDisplayPro Regular';
}

.answer {
    display: none;
    padding: 15px 0 10px 0;
    color: #474747;
}

.faq-item.active .answer {
    display: block;
}

/*----------------------------------------
				Page 404
---------------------------------------- */
.error-404-content {
    padding: 48px 20px 114px 55px;
}

.error-404-content p {
    font-size: 12px;
    line-height: 17px;
    color: #837e7e;
    margin: 0 0 19px;
}

/*----------------------------------------
				Footer
---------------------------------------- */
#footer {
    height: 168px;
    position: relative;
    padding: 24px 0 0 0;
    background: url(../images/bg-footer.jpg) center top no-repeat;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.footer-logo {
    float: left;
    width: 241px;
    padding: 10px 0 0 38px;
}

.footer-logo .logo {
    width: 130px;
    height: 28px;
    background: url(../images/logo-abletunes.png) 0 0 no-repeat;
}

.footer-logo .logo-2 {
    width: 130px;
    height: 28px;
    background: url("../images/logo-logitunes.png") no-repeat scroll -3px 0;
}

/*----------------------------------------
			Footer Menu
---------------------------------------- */
.footer-menu {
    float: left;
    width: 180px;
    padding: 1px 0 0 0;
}

.footer-menu ul {
    margin: 0;
}

.footer-menu ul li {
    font-size: 11px;
    line-height: 16px;
    color: #d4d4d4;
    padding: 0;
    margin: 0 0 6px;
    border: none;
}

.footer-menu ul li a {
    font-size: 11px;
    line-height: 16px;
    color: #d4d4d4;
}

.footer-menu ul li a:hover {
    color: #fff;
}

/*----------------------------------------
			Newsletter
---------------------------------------- */
.newsletter {
    float: left;
    width: 240px;
}

.newsletter h5 {
    color: #fff;
    margin: 0 0 -1px;
}

.newsletter p {
    font-size: 11px;
    line-height: 16px;
    color: #acacac;
    margin: 3px 0 12px;
}

/*----------------------------------------
			Newsletter Form
---------------------------------------- */
#newsletter-form {
    padding: 0 0 0 1px;
    overflow: hidden;
}

#newsletter-form label{
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #acacac;
    margin: 3px 0 12px;
    clear: both;
    float: left;
    width: 100%;
    cursor: pointer;
}

#newsletter-form > input {
    float: left;
    width: 184px;
    height: 31px;
    font-size: 11px;
    line-height: 22px;
    color: #9b9b9b;
    padding: 4px 6px 4px 6px;
    border-top: 1px solid #202020;
    border-left: 1px solid #202020;
    border-bottom: 1px solid #525252;
    border-right: none;
    background: url(../images/top-search.gif) 0 0 repeat-x #2e2e2e;
}

#newsletter-form a {
    display: inline-block;
    float: left;
    width: 31px;
    height: 31px;
    vertical-align: middle;
    background: url(../images/newsletter-submit.jpg) 0 0 no-repeat;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#newsletter-form a:hover {
    background-position: 2px 0px;
}

/*----------------------------------------
			Copyright
---------------------------------------- */
.copyright {
    float: left;
    width: 243px;
    padding: 0 0 0 38px;
    font-size: 11px;
    line-height: 16px;
    color: #767676;
}

.copyright a {
    color: #767676;
}

.copyright a:hover {
    color: #fff;
}

/*----------------------------------------
			Footer Checkout
---------------------------------------- */
.footer-checkout {
    float: left;
    width: 375px;
    font-size: 11px;
    line-height: 14px;
    color: #767676;
}

.cards {
    float: left;
    margin: 0 10px 0 0;
    padding: 3px 0 0 0;
    overflow: hidden;
}

.cards a {
    float: left;
    margin: 0 3px 0 0;
}

.footer-checkout a {
    font-size: 11px;
    line-height: 14px;
    color: #767676;
}

.footer-checkout a:hover {
    color: #fff;
}

/*----------------------------------------
				Slider
---------------------------------------- */
.slider-wrapper {
    margin: 0;
    padding: 14px 15px 17px;
    background: #efefef;
}

.slider {
    width: 642px;
    height: 361px;
    position: relative;
    overflow: hidden;
}

.slider .slider-container {
    width: 642px;
    height: 361px;
    position: relative;
    overflow: hidden;
}

.slider .slider-content {
    padding: 0;
    margin: 0;
    height: 361px;
    white-space: nowrap;
}

.slider .slider-item {
    display: inline-block;
    width: 642px;
    height: 361px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.slider .prev,
.slider .next {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    top: 158px;
    z-index: 100;
    background-image: url(../images/arrows.png);
    background-repeat: no-repeat;
}

.hide {
    display: none !important;
}

.slider .prev {
    left: 10px;
    background-position: 0 0;
}

.slider .prev:hover {
    background-position: 0 -45px;
}

.slider .next {
    right: 10px;
    background-position: -45px 0;
}

.slider .next:hover {
    background-position: -45px -45px;
}

/*----------------------------------------
				Banner Slider
---------------------------------------- */
.slider.banner-slider {
    width: 324px;
    height: 252px;
    position: relative;
    overflow: hidden;
}

.slider.banner-slider .slider-container {
    width: 324px;
    height: 252px;
    position: relative;
    overflow: hidden;
}

.slider.banner-slider .slider-content {
    padding: 0;
    margin: 0;
    height: 252px;
    white-space: nowrap;
}

.slider.banner-slider .slider-item {
    display: inline-block;
    width: 324px;
    height: 252px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}

.slider.banner-slider .slider-item img {
    position: relative;
    z-index: 1;
}

.slider.banner-slider .slider-item .banner {
    padding: 15px 5px 19px 5px;
    text-align: center;
    /*				background:#35beef;*/
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .banner-title {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 4px;
}

.banner .banner-title a {
    color: #fff;
}

.banner .banner-title a:hover {
    color: #000;
}

.banner .date {
    font-size: 11px;
    line-height: 16px;
    color: #000;
}

.slider.banner-slider .prev,
.slider.banner-slider .next {
    position: absolute;
    cursor: pointer;
    width: 34px;
    height: 34px;
    top: 109px;
    z-index: 100;
    background-image: url(../images/arrows-small.png);
    background-repeat: no-repeat;
}

.slider.banner-slider .prev {
    left: 10px;
    background-position: 0 0;
}

.slider.banner-slider .prev:hover {
    background-position: 0 -34px;
}

.slider.banner-slider .next {
    right: 10px;
    background-position: -34px 0;
}

.slider.banner-slider .next:hover {
    background-position: -34px -34px;
}

/*----------------------------------------
				Carousel
---------------------------------------- */
.carousel-wrapper {
    padding: 21px 14px 21px 15px;
    background: #fff;
    position: relative;
}

.jcarousel-clip-horizontal {
    height: 200px;
}

.carousel {
    width: 645px;
    height: 210px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.carousel .carousel-container {
    width: 645px;
    height: 180px;
    position: relative;
}

.carousel .carousel-content {
    padding: 0;
    margin: 0;
    height: 180px;
    white-space: nowrap;
}

.carousel .carousel-item {
    display: inline-block;
    width: 645px;
    height: 180px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
}

.item {
    float: left;
    display: inline-block;
    width: 150px;
    white-space: normal;
    margin: 0 15px 0 0;
}

.item.nomargin {
    margin: 0;
}

.item .item-image {
    display: block;
    margin: 0 0 12px;
}

.item .item-image a {
    display: block;
}

.item h6 {
    padding: 0 10px 0 0;
}

.item .category {
    font-size: 11px;
    line-height: 16px;
    color: #858585;
}

.item .category a {
    color: #858585;
}

.item .category a:hover {
    color: #000;
}

.carousel .pagination {
    position: absolute;
    right: 0;
    top: -27px;
    margin: 0;
    z-index: 100;
    overflow: hidden;
}

.carousel .pagination li {
    float: left;
    margin: 0px 0px 0 8px;
    padding: 0;
    background: none;
    border: none;
}

.carousel .pagination li a {
    display: block;
    height: 7px;
    width: 7px;
    font-size: 0;
    line-height: 0;
    background: url(../images/bg-pagination.png) 0 0 no-repeat;
}

.carousel .pagination li.current a,
.carousel .pagination li a:hover {
    background-position: 0 -7px;
}

/*----------------------------------------
			Testi Carousel
---------------------------------------- */
.testi.carousel-wrapper {
    width: 324px;
    height: 218px;
    padding: 23px 13px 0 17px;
    background: url(../images/testi-carousel.jpg) 0 0 no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testi .carousel {
    width: 279px;
    height: 170px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.testi .carousel .carousel-container {
    width: 279px;
    height: 170px;
    position: relative;
}

.testi .carousel .carousel-content {
    padding: 0;
    margin: 0;
    height: 170px;
    white-space: nowrap;
}

.testi .carousel .carousel-item {
    display: inline-block;
    width: 279px;
    height: 170px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    overflow: hidden;
}

/*----------------------------------------
				 Forms
---------------------------------------- */
/* Form defaults */
input, select, textarea {
    font-size: 12px;
    line-height: 24px;
    color: #767694;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    font-weight: normal;
    outline: none;
    background: #efefef;
    border: none;
    position: relative;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    margin: 0;
    background: #efefef;
    border: none;
    padding: 4px 7px 4px 7px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: auto;
}

/*----------------------------------------
				Contacts
---------------------------------------- */
.contact-box {
    font-size: 12px;
    line-height: 19px;
    color: #777777;
    margin: 38px 0 0 0;
    /*	background:url(../images/contact-bg.png) 100% 100% no-repeat #fff;*/
    background: #fff;
    border-bottom: 2px solid #d9d9d9;
}

.contacts-inner {
    padding: 35px 20px 35px 39px;
}

.separator {
    background: url(../images/line.gif) 461px 0 repeat-y;
}

.contact-box a {
    color: #000;
}

.contact-box a:hover {
    color: #777777;
}

.contact-box h6 {
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'PFDinDisplayPro Medium';
}

/*----------------------------------------
				Contact Form
---------------------------------------- */
#contact-form {
    padding: 1px 0 0 0;
}

#contact-form .field {
    margin-bottom: 12px;
    padding: 1px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

#contact-form label {
    float: left;
    display: inline-block;
    width: 126px;
    font-size: 12px;
    line-height: 19px;
    color: #2f2f2f;
    padding: 7px 0 0 0;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Regular';
}

#contact-form label span {
    display: block;
    margin: 8px 0 0 0;
    padding: 0 35px 0 0;
    font-size: 11px;
    line-height: 13px;
    color: #a4a4a4;
    text-transform: none;
}

#contact-form .field input[type="text"],
#contact-form .field input[type="email"],
#contact-form .field input[type="password"]{
    float: left;
    display: inline-block;
    width: 235px;
    height: 33px;
}

#contact-form .field textarea {
    float: left;
    display: inline-block;
    width: 235px;
    height: 122px;
    resize: none;
}

#contact-form .bg-select {
    float: left;
    display: inline-block;
    width: 235px;
    height: 33px;
    padding: 6px 0 0 6px;
    background: #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact-form .bg-select select {
    font-size: 12px;
    line-height: 16px;
    color: #272727;
    height: 22px;
    width: 225px;
    padding: 1px 1px 1px 3px;
    border: 1px solid #e1e1e1;
    background: #fff;
}

.form-buttons {
    padding: 0 0 0 128px;
    margin: -2px 0 0 0;
}

.form-buttons a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 8px 27px 5px 28px;
    background: url(../images/bg-button.gif) 0 0 repeat-x #2caee3;
    border-bottom: 2px solid #137da3;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-buttons a:hover {
    color: #fff;
    background-position: 0 -100px;
}

/*----------------------------------------
				Billing Form
---------------------------------------- */
.billing-box {
    float: left;
    width: 459px;
    margin-top: 14px;
    padding: 51px 20px 47px 38px;
    background: #fff;
    border-bottom: 2px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#billing-form {
    padding: 0;
}

#billing-form .field {
    margin-bottom: 12px;
    padding: 1px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.credits p {
    /*    font-family: 'PFDinDisplayPro Regular';*/
    font-size: 13px;
    color: #777777;
}

.credits font {
    color: black;
}

#billing-form label {
    float: left;
    display: inline-block;
    width: 126px;
    font-size: 12px;
    line-height: 19px;
    color: #2f2f2f;
    padding: 7px 0 0 0;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Regular';
}

#billing-form label span {
    display: block;
    margin: 8px 0 0 0;
    padding: 0 35px 0 0;
    font-size: 11px;
    line-height: 13px;
    color: #a4a4a4;
    text-transform: none;
}

#billing-form .field input[type="text"],
#billing-form .field input[type="email"] {
    float: left;
    display: inline-block;
    width: 235px;
    height: 33px;
    color: #767694;
}

.width-1 {
    float: left;
    width: 78px;
    margin-right: 31px;
}

.width-2 {
    float: left;
    width: 126px;
}

#billing-form .field .width-1 input[type="text"],
#billing-form .field .width-2 input[type="text"] {
    width: 100%;
}

#billing-form select {
    font-size: 14px;
    line-height: 31px;
    color: #727272;
    width: 235px;
    height: 33px;
    padding: 5px 1px 5px 3px;
    border: 1px solid #efefef;
    background: #efefef;
    font-family: 'PFDinDisplayPro Regular';
}

.billing-buttons {
    padding: 33px 0 0 0;
    overflow: hidden;
}

.billing-buttons a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 12px 0 11px 0;
    width: 149px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.billing-buttons a.back-button {
    float: left;
    background: url(../images/back-button.gif) 0 0 repeat-x #b1b1b1;
    border-bottom: 2px solid #9d9d9d;
}

.billing-buttons a.next-button {
    float: right;
    font-size: 18px;
    line-height: 23px;
    padding: 11px 0 10px 0;
    background: url(../images/bg-button.gif) 0 0 repeat-x #2caee3;
    border-bottom: 2px solid #137da3;
}

.billing-buttons a:hover {
    color: #fff;
    background-position: 0 -100px;
}

.billing-buttons a.processing {
    background: url(../images/back-button.gif) 0 0 repeat-x #b1b1b1;
    border-bottom: 2px solid #9d9d9d;
    cursor: progress;
}

/*--------------------------------------------------------
			Table Styling Page order Card
------------------------------------------------------- */
.card {
    display: block;
    margin: -4px 0 0;
    background: url(../images/bg-table.gif) 0 0 repeat-x #fff;
}

.card th {
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    height: 39px;
    padding: 12px 0 0 0;
    text-align: left;
    text-transform: uppercase;
    background: none;
    font-weight: normal;
    font-family: 'PFDinDisplayPro Regular';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card td {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    font-family: 'PFDinDisplayPro Regular';
}

.card td.width1 {
    width: 478px;
    padding: 5px 6px 5px 6px;
}

.card th.width1 {
    width: 480px;
    padding: 12px 0 0 10px;
}

.card td.width2 {
    width: 123px;
    padding: 35px 0 7px 0;
}

.card td.width3 {
    width: 150px;
    padding: 35px 0 7px 0;
}

.card td.width4 {
    width: 110px;
    padding: 35px 0 7px 0;
}

.card td.width5 {
    width: 60px;
    padding: 35px 0 7px 0;
}

.pic-box {
    float: left;
    width: 74px;
    margin-right: 26px;
}

.card h5 {
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    padding: 31px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.card h5 a {
    color: #191919;
}

.card h5 a:hover {
    color: #777777;
}

.delete {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/delete.png) 0 0 no-repeat;
}

.delete:hover {
    background-position: 0px -21px;
}

.result {
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #a5a5a5;
    text-align: right;
    font-family: 'PFDinDisplayPro Medium';
    padding: 33px 100px 0 0;
    margin: 0 0 32px;
}

.result span {
    display: inline-block;
    margin: 0 0 0 12px;
    color: #000;
}

.card-buttons {
    padding: 19px 20px 19px 20px;
    background: #f1f1f1;
    overflow: hidden;
}

.card-buttons a {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Bold';
    padding: 12px 30px 11px 29px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card-buttons a.continue-button {
    background: url(../images/continue-button.gif) 0 0 repeat-x #b9b9b9;
    border-bottom: 2px solid #9d9d9d;
}

.card-buttons a.checkout-button {
    font-size: 18px;
    line-height: 23px;
    margin-left: 14px;
    padding: 10px 37px 10px 37px;
    background: url(../images/checkout-button.gif) 0 0 repeat-x #fe9d01;
    border-bottom: 2px solid #c97b00;
}

.card-buttons a:hover {
    color: #fff;
    background-position: 0 -100px;
}

/* #Clearing
================================================== */

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

ul.errors li {
    border: none;
    color: red;
}

.field ul.errors {
    display: inline-block;
    width: 560px;
    margin: 2px 0px;
    padding-left: 125px;
}

.field ul.errors li {
    text-align: left;
    margin-bottom: 0px;
}

.jcarousel-prev-disabled,
.jcarousel-next-disabled {
    cursor: default !important;

}

.main-slider .jcarousel-prev-disabled:hover,
.banners-slider .jcarousel-prev-disabled:hover {
    background-position: 0 0 !important;
}

.main-slider .jcarousel-next-disabled:hover {
    background-position: -45px 0;
}

.banners-slider .jcarousel-next-disabled:hover {
    background-position: -34px 0 !important;
}

.content-bg {
    width: 998px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -499px;
    position: absolute;
    z-index: 0;
    background: #eaeaea;
}

.twitter-share-button {
    width: 90px !important;
}

.default-menu-link {
    position: relative;
    width: 64px;
    height: 11px;
    font-family: Arial;
    font-size: 10px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    color: #9b9b9b;
    top: 3px;
    margin-left: 0px;
    margin-right: 0px;
}

.default-menu-link.faq {
    margin-right: 4px;
}

.default-menu-link.blog {
    margin-left: 3px;
    margin-right: 20px;
}

a.default-menu-link:hover {
    color: #424242;
}

li.currency{
    display: inline-block;
    width: 68px;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 9;
    position: relative;
    float: none;
    height: 28px;
    box-sizing: border-box;
}
li.currency > *{
    box-sizing: border-box;
}
.currency ul{
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;right: 0;
    margin: 0;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.currency ul:before{
    position: absolute;
    content: "";
    top: 11px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #c5c2c2 transparent transparent transparent;
    z-index: 2;
}
.currency ul.active:before{
   border-width: 0 2.5px 4px 2.5px;
   border-color: transparent transparent #c5c2c2 transparent;
}
.currency ul li {
    list-style: none;
    width: 100%;
    height: 26px;
    line-height: 27px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .3s;
    display: none;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: #FFF;
    flex-basis: 100%;
    order: 2;
}
.currency ul li:not(.active){
    border-top: 1px solid #E5E5E5;
}
.currency ul li.active{
    display: block;
    order: 1;
    border: none;
}
.currency ul.active li{
    display: block;
}
.currency ul li:hover{
    background: #F1F1F1;
}
.currency ul li:last-child{
    border-bottom: none;
}
.currency ul li span{
    font-size: 14px;
    color: #31BAEF;
    position: static;
    display: inline;
    margin: 0;
    cursor: pointer;
}

a.sign-up {
    width: 59px;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
}

a.login {
    width: 59px;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 4px;
    padding-right: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px;
    background: #DEDEDE;
    position: relative;
    left: -3px;
    color: #777;
}

a.login:hover {
    color: #fff;
}

.n-top-menu {
    padding-top: 9px;
}

.user-icon {
    position: relative;
    top: 4px;
    left: -5px;
    font-size: 10px !important;
}

.social-links-container {
    float: left;
    margin-left: 59px;
}

.social-link {
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    background: #5d5d5d;
}

.social-link i {
    position: relative;
    color: #fff;
}

.social-link i.facebook {
    font-size: 13px;
    left: 11px;
    top: 9px;
}

.social-link.facebook:hover {
    background: #3B589E;
    color: white;
}

.social-link i.twitter {
    font-size: 17px;
    left: 7px;
    top: 7px;
}

.social-link.twitter:hover {
    background: #61D7FF;
    color: white;
}

.social-link i.cloud {
    font-size: 14px;
    left: 7px;
    top: 8px;
}

.social-link.cloud:hover {
    color: white;
    background: rgba(252, 130, 0, 1);
    background: -moz-linear-gradient(top, rgba(252, 130, 0, 1) 0%, rgba(249, 75, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 130, 0, 1)), color-stop(100%, rgba(249, 75, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 130, 0, 1) 0%, rgba(249, 75, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 130, 0, 1) 0%, rgba(249, 75, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 130, 0, 1) 0%, rgba(249, 75, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 130, 0, 1) 0%, rgba(249, 75, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8200', endColorstr='#f94b00', GradientType=0);
}

.social-link i.youtube {
    font-size: 14px;
    left: 8px;
    top: 8px;
}

.social-link.youtube:hover {
    color: white;
    background: #EE3600;
}

.bookmarks {
    width: 100%;
    height: 41px;
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(236, 236, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0);
}

.bookmark {
    position: relative;
    top: 0px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 11px 22px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    color: #2f2f2f;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
    font-family: 'PFDinDisplayPro Regular';
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(236, 236, 236, 1)));
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -o-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -ms-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(236, 236, 236, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ececec', GradientType=0);
    transition: 0.5s;
}

.bookmark:hover {
    top: -10px;
    height: 30px;
    transition: 0.5s;
}

.bookmark.active {
    background: white;
    border-right: 0px;
}

.info-field {
    float: left;
    display: inline-block;
    width: 126px;
    font-size: 12px;
    line-height: 19px;
    padding: 7px 0 0 0;
    font-family: 'PFDinDisplayPro Regular';
    width: 121px;
    color: #272727;
    font-weight: 400;
}

.save-profile {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-transform: uppercase;
}

.part-title {
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    padding-top: 46px;
    padding-bottom: 33px;
}

.n-product-image {
    float: left;
    width: 150px;
    height: 150px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.table-product-info {

}

.first-product-top .product-table-desc {
    float: left;
    margin: -24px 26px 0 48px;
    width: auto;

}

.product-table-desc {
    float: left;
    margin: 0px 26px 0 48px;
    width: auto;

}

.product-desc h3 {
    padding: 0px;
}

.add-button {
    top: 0px;
    left: 0px;
    position: relative;
}

.my-fav {
    left:195px;
    margin-top:-58px;

}

a.download {
    position: relative;
    color: white;
    background: #1faae3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #137da3;
}

a.add {
    color: white;
}

a.download:hover, a.checkout:hover, a.add:hover, a.download:hover span.download-icon {
    color: white;
}

a.download:hover, a.checkout:hover, a.download:hover span.download-icon {
    background: #137DA3;
}

a.add:hover{
    border-radius: 4px;
    background: url(../images/add-button-hover.png) 0 0 no-repeat;
}

a.download span.download-icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    padding: 13px 18px 14px;
    background: #1999c9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #137da3;
}

div.download-bg-icon {
    background: url('../images/download.png') no-repeat;
    background-size: 9px 16px;
    width: 9px;
    height: 16px;
}

.plus-info {
    float: right;
    font-size: 11px;
    line-height: 15px;
    margin-right: 48px;
    width: 144px;
    color: #343434;
    font-family: Arial;
}

.products-table {
    padding: 35px 20px 35px 39px;
    position: relative;
}

.table-favorites {
    padding: 21px 20px 35px 39px;
    position: relative;
}

.table-favorites .first-product-top {
    padding-top: 14px;
}

.first-product-top {
    overflow: hidden;
    position: relative;
    padding-bottom: 24px;
}

.n-product {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 24px;
}

hr {
    border: none;
    height: 1px;
    color: #dedede;
    background-color: #dedede;
    position: absolute;
    left: 0px;
    width: 920px;
}

.n-product-image {
    position: relative;
    float: left;
}

.n-product-image .color-filter {
    position: absolute;
    width: 148px;
    height: 148px;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
}

.n-product-image img {
    width: 148px;
}

a.processing {
    position: relative;
    color: white;
    background: rgba(145, 154, 157, 1);
    background: -moz-linear-gradient(top, rgba(145, 154, 157, 1) 0%, rgba(130, 139, 142, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(145, 154, 157, 1)), color-stop(100%, rgba(130, 139, 142, 1)));
    background: -webkit-linear-gradient(top, rgba(145, 154, 157, 1) 0%, rgba(130, 139, 142, 1) 100%);
    background: -o-linear-gradient(top, rgba(145, 154, 157, 1) 0%, rgba(130, 139, 142, 1) 100%);
    background: -ms-linear-gradient(top, rgba(145, 154, 157, 1) 0%, rgba(130, 139, 142, 1) 100%);
    background: linear-gradient(to bottom, rgba(145, 154, 157, 1) 0%, rgba(130, 139, 142, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#919a9d', endColorstr='#828b8e', GradientType=0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #687275;
}

a.processing:hover, a.processing:hover span.processing-icon {
    color: white;
    /*background: #767f82;*/
}

a.processing span.processing-icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    padding: 13px 14px 14px;
    background: #767f82;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #687275;
}

span.processing-icon:hover .processing-tooltip {

}

div.processing-bg-icon {
    background: url('../images/processing-icon.png') no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.processing:hover .processing-tooltip {
    display: block;
}

.processing-tooltip {
    display: none;
    position: absolute;
    width: 220px;
    background-color: white;
    border: 1px solid #d4d4d4;
    padding: 20px 24px 20px 17px;
    bottom: 55px;
    left: 0px;
    color: #090909;
    font-family: Arial;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    text-transform: none;
}

.arrow-down {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    left: 11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #D4D4D4;
}

.arrow-down:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -9px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}

.pagination-container {
    width: 100%;
    height: 47px;
    background: #fff;
    border-top: 1px solid #e7e7e7;
}

.pagination-arrow-left {
    color: #6c6c6c !important;
    display: inline-block;
    width: 45px;
    padding: 11px;
    font-size: 26px;
    width: 23px;
    border-right: 1px solid #E7E7E7;
    text-align: center;
    cursor: pointer;
}

.pagination-arrow-right {
    color: #6c6c6c !important;
    display: inline-block;
    width: 45px;
    padding: 11px;
    font-size: 26px;
    width: 23px;
    border-left: 1px solid #E7E7E7;
    text-align: center;
    cursor: pointer;
    float: right;
}

.pagination-pages {
    width: 798px;
    padding: 12px;
    background: #fff;
    display: inline-block;
    text-align: center;
}

.pagination-pages a.page {
    width: 63px;
    height: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    color: #6c6c6c;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination-pages a.page.active {
    color: #35beef;
    cursor: default;
    position: relative;
}

.pagination-pages a.page.active:after {
    content: '_';
    color: #35beef;
    cursor: default;
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 0px;
}

.n-price {
    color: black;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
}

.first-prod-h3 {
    margin-top: 22px !important;
}

.product-table-desc h3 {
    line-height: 24px !important;
    word-wrap: break-word;
    width: 430px;
}

a.first-close {
    display: block;
    position: absolute;
    top: 0px;
}

a.first-close:hover {
    color: #32B9EB;
}

span.n-price {
    color: black;
    line-height: 47px !important;
    margin-right: 55px;
}

a.to-curt {
    position: relative;
    color: white;
    background: rgba(255, 196, 2, 1);
    background: -moz-linear-gradient(top, rgba(255, 196, 2, 1) 0%, rgba(254, 157, 1, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 196, 2, 1)), color-stop(100%, rgba(254, 157, 1, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 196, 2, 1) 0%, rgba(254, 157, 1, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 196, 2, 1) 0%, rgba(254, 157, 1, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 196, 2, 1) 0%, rgba(254, 157, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 196, 2, 1) 0%, rgba(254, 157, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc402', endColorstr='#fe9d01', GradientType=0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #c97b00;
}

a.to-curt:hover, a.to-curt:hover span.to-curt-icon {
    color: white;
    background: #c97b00;
}

a.to-curt span.to-curt-icon {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    padding: 13px 18px 14px;
    background: rgba(255, 170, 1, 1);
    background: -moz-linear-gradient(top, rgba(255, 170, 1, 1) 0%, rgba(254, 136, 1, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 170, 1, 1)), color-stop(100%, rgba(254, 136, 1, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 170, 1, 1) 0%, rgba(254, 136, 1, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 170, 1, 1) 0%, rgba(254, 136, 1, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 170, 1, 1) 0%, rgba(254, 136, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 170, 1, 1) 0%, rgba(254, 136, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa01', endColorstr='#fe8801', GradientType=0);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 2px solid #c97b00;
}

div.to-curt-bg-icon {
    background: url('../images/to_curt.png') no-repeat;
    background-size: 17px 16px;
    width: 17px;
    height: 16px;
}

.add-one-more {
    position: relative;
    width: 170px;
    padding: 3px 1px 3px 1px;
    border-radius: 4px;
    border: 1px solid #dedede;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    text-align: center;
    margin: auto;
    left: -4px;
}

.add-one-more span {
    color: #00a7e9;
}

.pic-box img {
    width: 74px;
    height: 74px;
}

a.n-close {
    top: 25px;
}

.add-one-more-block {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
    float: right;
    background: #fff;
    padding: 10px 39px 11px 33px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.add-one-more-block span {
    color: #00a7e9;
}

.result {
    clear: both;
    padding: 20px 32px 0 0;
}

.discounts {
    position: relative;
    padding: 2px;
    clear: both;
    text-align: left;
    font-size: 18px;
    width: 170px;
    color: #a5a5a5;
    left: 718px;
}

.discounts div {
    display: inline-block;
    width: 92px;
}

.discounts span {
    color: black;
    display: inline-block;
}

.discounts span.blue {
    color: #00a7e9;
}

.discounts.total {
    margin-top: 40px;
}

#login-box {
    position: fixed;
    /*width: 260px;*/
    width: 302px;
    min-height: 200px;
    left: 50%;
    top: 200px;
    padding: 30px 30px 0px 30px;
    margin-left: -160px;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 12px 13px rgba(94, 99, 101, .75);
}

.close-module-login {
    margin-top: 15px;
    margin-right: 15px;
}

.login-h3 {
    position: relative;
    top: -5px;
    margin-bottom: 10px;
}

#login-box input[type='text'],
#login-box input[type='password'] {
    color: black;
    width: 100%;
    margin-bottom: 10px;
}

.forgot-password {
    float: left;
    color: black;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
}

.forgot-password:hover {
    color: #30B6E9;
}

.links-and-buttons {
    margin-top: 23px;
}

.login-button {
    float: right;
    position: relative;
    top: -10px;
    padding-left: 0px;
}

.create-accont {
    text-align: center;
    padding: 15px;
    width: 290px;
    position: relative;
    border-top: 1px solid gainsboro;
    left: -30px;
    background: url('../images/login-popup-bg.png') no-repeat;
    background-size: cover;
}

.blue-link {
    color: #2caee3;
}

.my-account-menu {
    width: 118px;
    height: 20px;
    font-size: 11px;
    font-family: arial;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    padding-left: 14px;
    padding-right: 4px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    border: 1px solid #E5E5E5;
    left: -3px;
    color: #777;
    text-align: left;
}

.my-account-menu:hover {
    background: #fff;
}

.my-account-menu .arrow {
    margin-top: -1px;
    font-size: 20px;
    margin-left: 23px;
}

.account-ul-menu {
    display: none;
    z-index: 100;
    background: #FFF;
    position: absolute;
    right: -1px;
    border: 1px solid #E5E5E5;
    top: 28px;
    width: 114px;
    padding: 0px 11px;
    border-radius: 5px;
    border-top: unset;
}

.account-ul-menu li {
    color: #777777;
    width: 120px;
    padding: 4px 0px;
    height: auto;
    border-bottom: 1px dotted #C8C8C8;
    text-transform: none;
}

.account-ul-menu li a {
    color: #777777;
}

.account-ul-menu li a:hover {
    color: #00A7E9;
}

.account-ul-menu li:hover {
    color: #00A7E9;
    width: 120px;
    padding: 4px 0px;
    height: auto;
    border-bottom: 1px dotted #C8C8C8;
}

.account-ul-menu li.last {
    border-bottom: 0px dotted #C8C8C8;
}

.button.my-account-menu:hover .fa-angle-down.arrow {
    color: #00A7E9;
}

.button.my-account-menu:hover .account-ul-menu {
    display: block;
}

.button.my-account-menu > .fa.fa-user.user-icon {
    padding-left: 5px;
}
.my-account-menu .arrow {
    margin-left: 12px;
}
.additional-product-info {
    display: block;
    float: right;
    padding-right: 45px;
    min-height: 125px;
    padding-left: 19px;
    width: 135px;
    border-left: 1px solid #F1EEEE;
    color: black;
}
.additional-product-info .fa-heart:before {
    content: '\00D7';
}
.additional-product-info .add-to-favorite .fa-heart {
    font-weight: 700;
}
.additional-product-info .add-to-favorite.added {
    color: #a1a1a1 !important;
    position: absolute;
    top: 24px;
    right: 0px;
}
.first-product-top {
    position: inherit;
}
.first-product-top .additional-product-info .add-to-favorite.added {
    top: 15px;
    right: 20px;
}
.add-one-more-block {
    margin-bottom: 40px;
}
.discounts {
    left: 752px;
}
.discounts span {
    margin-left: -3px;
}
.discounts.total {
    left: 756px;
}
.discounts.total span {
    margin-left: -7px;
}
.add-to-favorite {
    color: #a1a1a1 !important;
    margin-top: -2px !important;
}

.add-to-favorite.added {
    color: #e75c57 !important;
}

.add-to-favorite i {
    font-size: 24px;
}
.add-to-favorite.button.fav-login {
    background: none;
    color: #a1a1a1 !important;
    padding: 0px;
    width: inherit;
}
.add-to-favorite.button.fav-login:hover {
    color: #e75c57 !important;
}
#login-box .create-accont {
    width: calc(100% + 30px);
}
a.link-for-show-products-if-not-have {
    color: #31b7ea;
}

a.link-for-show-products-if-not-have:hover {
    color: #000;
}
.add-button.on-product-page {
    bottom: 23px;
    left: 343px;
    top: inherit;
    position: absolute;
}
.add-filter {
    font-size: 11px;
    line-height: 20px;
    margin-left: 2px;
    color: #595959;
    text-align: center;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: solid 1px #dcdcda;
    border-radius: 2px;
}
.add-filter.active-filter {
    border: solid 1px #34b8e8;
    border-radius: 2px;

    background: #34b8e8;
    color: #fff;
}
.drop-filters {
    font-size: 11px;
    line-height: 20px;
    color: #595959;
    text-align: center;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: solid 1px #dcdcda;
    border-radius: 2px;
}
.drop-filters.active-filter {
    border: solid 1px #34b8e8;
    border-radius: 2px;
    background: #34b8e8;
    color: #fff;
}
.filters-area {
    margin-bottom: 33px;
    margin-top: -10px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.registration-on-cart {
    width: 25px;
    margin-left: -5px;
    margin-right: -2px;
}

#login-box input[type='checkbox'] {
    vertical-align: baseline;
}

.newsletter input[type='checkbox'] {
    vertical-align: bottom;
    width: 25px;
    margin-left: -5px;
    margin-right: -2px;
}

#login-box .captcha{
    margin-top: 10px;
}

.fave div.price {
    position: relative;
}

.fave div.price small {
    position: absolute;
    left: 0;
    top: 23px;
}