body
{
	margin: 0;
	padding: 0;
	color: #737373;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto';
}
.row
{
	margin: 0;
}
a, a:hover
{
	color: #737373;
	text-decoration: none;
}
.content p a
{
	color: #737373;
	text-decoration: underline;
}
.content p a:hover
{
	color: #737373;
	text-decoration: none;
}
.nopadding
{
	padding: 0;
}
.clearfix
{
	clear: both;
	float: none;
}
/* header style */
header
{
	display: block;
	margin: 0;
	width: 100%;
}
.top-header
{
	display: block;
	margin: 0;
	width: 100%;
	height: 96px;
	background-image: url(../images/backimage_2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #262626;
	padding-left: 55px;
}
#logo
{
	width: 112px;
	height: 91px;
	position: relative;
	bottom: 0;
	margin-top: 5px;
	left: -1px;
	float: left;
}
header .logo-block
{
	height: 96px;

}
header .site-title
{
	height: 96px;
	padding-left: 15px;
	float: left;
}
header h1
{
	color: #009ecb;
	font-size: 27px;
	font-family: 'Roboto';
	margin-bottom: 0px;
	margin-top: 26px;
}
header h2
{
	margin: 0;
	color: #919191;
	font-size: 13px;
	font-family: 'Roboto';
}
.blue-border
{
	border-bottom: 6px solid #009ecb;
	height: 96px;
}

.header-right-block
{
	text-align: right;
}
.work-time
{
	color: #919191;
	font-size: 16px;
	word-spacing: 3px;
	letter-spacing: 0.03em;
	margin-top: 13px;
	margin-bottom: 10px;
}

/* autosuggest */
.autosuggest {
	position: absolute;
	z-index: 999;
	background: #fff;
	border: 1px solid #cecece;}
.autosuggest ul {
	list-style: none;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	height: 250px;
	overflow-y: auto;}
.autosuggest ul li {
	color: #737373;
	font-family: 'Roboto';
	font-size: 16px;
	text-align: left;
	margin: 5px 0;}
.autosuggest ul li a {
	color: #464646;
	display: block;
	font-family: 'Roboto';
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 0 3px}
.autosuggest ul li.as_highlight a:hover {
	background-color: #e9e9e9}
.autosuggest ul li a span {
	display: block;
	padding: 3px 0}
.autosuggest ul li a span small {
	font-weight: normal;
	color: #aaa}
.autosuggest ul li.as_highlight a span small {}
.autosuggest ul li.as_highlight a {
	background-color: #e9e9e9}
.autosuggest ul li.as_highlight a span {}
.autosuggest ul li a .tl, #autosuggest ul li a .tr {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;}
.autosuggest ul li a .tr {
	right: 0}
.autosuggest ul li.as_highlight a .tl {
	left: 0}
.autosuggest ul li.as_highlight a .tr {
	right: 0}
.autosuggest ul em {
	font-style: normal;
	font-weight: bold}

/*************** SCROLLBAR RAIL ***************/

.autosuggest > .scroll-element,
.autosuggest > .scroll-element div
{
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.autosuggest > .scroll-element {
	background-color: #161616;
}

.autosuggest > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.autosuggest > .scroll-element .scroll-element_size {
	background-color: #161616;

}

.autosuggest > .scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #161616;

}

.autosuggest > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}

.autosuggest > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 10px;
}

.autosuggest > .scroll-element .scroll-bar {
	background-color: #919191;
	width: 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.autosuggest > .scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.autosuggest > .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;}
.autosuggest > .scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;}

.autosuggest > .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;}
.autosuggest > .scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;}

.autosuggest > .scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;}
.autosuggest > .scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;}

.autosuggest > .scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;}
.autosuggest > .scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;}

/* update scrollbar offset if both scrolls are visible */

.autosuggest > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;}
.autosuggest > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;}

.autosuggest > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;}
.autosuggest > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;}



#options
{
	float: right;
}
#language_select__chosen
{
	background: #000;
	border-radius: 10px;
	width: 111px !important;
	margin-right: 15px;
}
#language_select__chosen .chosen-single
{
	background: #000;
	color: #919191;
	font-family: 'Roboto Condensed';
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
	border: 0;
	box-shadow: none;
	display: block;
	height: 25px;
	line-height: 25px;
}
#language_select__chosen.chosen-container-active.chosen-with-drop .chosen-single
{
	border-radius: 10px 10px 0 0;
}
#language_select__chosen .chosen-drop
{
	background: #000;
	color: #919191;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	box-shadow: none;
	border: 0;
}

#language_select__chosen .chosen-results li
{
	color: #919191;
}
#language_select__chosen .chosen-results li.result-selected, #tabs li.current, #language_select__chosen .chosen-results li:hover
{
	background: #161616;
	color: #919191;
}
#currency_select__chosen
{
	background: #000;
	border-radius: 10px;
	width: 63px !important;
	margin-right: 15px;
}
#currency_select__chosen .chosen-single
{
	background: #000;
	color: #919191;
	font-family: 'Roboto Condensed';
	border-radius: 10px;
	font-size: 14px;
	text-align: left;
	border: 0;
	box-shadow: none;
	display: block;
	height: 25px;
	line-height: 25px;
}
#currency_select__chosen.chosen-container-active.chosen-with-drop .chosen-single
{
	border-radius: 10px 10px 0 0;
}
#currency_select__chosen .chosen-drop
{
	background: #000;
	color: #919191;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	box-shadow: none;
	border: 0;
}

#currency_select__chosen .chosen-results li
{
	color: #919191;
}
#currency_select__chosen .chosen-results li.result-selected, #currency_select__chosen .chosen-results li:hover
{
	background: #161616;
	color: #919191;
}

.chosen-container-active.chosen-with-drop .chosen-single div b
{
	background-position: -15px 2px;
}
.chosen-container-single .chosen-single div b
{
	background-position: 2px 2px;
}
.chosen-search
{
	display: none;
}
.black_button, a.black_button, a.black_button:visited
{
	background: #000;
	border-radius: 10px;
	color: #ffa800;
	font-size: 14px;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	text-align: center;
	margin-right: 15px;
}
a.black_button:hover, .black_button:hover
{
	background: #161616;
	color: #ffa800;
}
a.help
{
	color: #ffa800;
	font-size: 17px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 0;
	padding: 0;
}
.help
{
	color: #ffa800;
	font-size: 17px;
	font-weight: bold;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 0;
	padding: 0;
}
a.account
{
	width: 24px;
	height: 24px;
	margin-right: 15px;
}

a#cart
{
	background: url(../images/header-cart.png) no-repeat center;
	background-size: 65px 65px;
	width: 65px;
	height: 65px;
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 16px auto 0;
	padding-top: 9px;
	padding-left: 4px;
}
a#cart span
{
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #ff9000;
	text-align: center;
	line-height: 21px;
	color: #000;
	font-size: 16px;
	display: block;
	margin: 0px auto;
}
.orange-block
{
	height: 48px;
	background: #ffa800;
	display: block;
	padding-top: 11px;
}
nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li
{
	float: left;

}



nav ul li a
{
	color: #464646;
	font-family: 'Roboto Condensed';
	font-weight: 100;
	text-decoration: none;
	font-size: 14px;

	background: #ffe5b3;
	margin-right: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0 18px;
	border-radius: 10px;

	display: block;
}
nav ul li.current a, nav ul li a:hover,nav ul li:hover a
{
	background: #fff;
	color: #009ecb !important;
	margin-right: 20px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	padding: 0 18px;
	border-radius: 10px;
	display: block;
}

nav ul li:nth-last-child a
{
	margin-right: 0px;
}

.form-search
{
	background: #fff;
	border-radius: 10px;
	color: #464646;
	position: relative;
	width: 217px;
	float: right;
}
.form-search input[type=text]
{
	background: #fff;
	border: 0;
	box-shadow: none;
	color: #464646;
	font-family: 'Roboto Condensed';
	font-weight: 100;
	font-size: 14px;
	width: 160px;
	margin-left: 40px;
}
.search_button
{
	background: url(../images/search_button.png) no-repeat left center;
	width: 18px;
	height: 19px;
	position: absolute;
	left: 9px;
	top: 3px;
	border: 0;
	box-shadow: none;
	background-size: 18px 19px;
}
.mobile_header
{
	display: none;
}
.desktop-header
{
	display: block;
}
.mobile-orange
{
	display: none;
}

/* END header style */
/* header style mobile */

@media screen and (max-width: 1160px) {

	nav ul li a, nav ul li.current a, nav ul li a:hover, nav ul li:hover a
	{
		padding: 0 15px;
		margin-right: 10px;
	}
	header .site-title
	{
		padding-left: 5px;
	}

	#logo {
		width: auto;
		height: 80px;
		margin-top: 16px;
	}
	header h2
	{
		font-size: 12px;
	}
	header h1
	{
		font-size: 25px;
	}

}
@media screen and (max-width: 1060px) {
	#logo {
		width: auto;
		height: 70px;
		margin-top: 26px;
	}
	header h1
	{
		font-size: 18px;
		margin-top: 43px;
	}
}
@media screen and (max-width: 991px) {

	.mobile_header
	{
		display: block;
	}
	.navbar-toggler
	{
		margin: 0 auto;
	}
	.icon-bar {
		width: 35px;
		height: 3px;
		background-color: white;
		margin: 8px 0;
		display: block;
	}
	.top-header
	{
		padding-left: 0;
	}
	#logo
	{
		padding-top: 0px;
		margin-top: 10px;
	}
	.top-header
	{
		height: 80px;
	}
	.menu_collapse
	{
		float: left;
		width: 10%;
		padding: 0;
		margin: 0;
	}
	.logo-block
	{
		float: left;
		margin: 0px;
		width: 90%;
	}
	header .logo-block, header .site-title
	{
		height: 80px;
	}
	header h1
	{
		margin-top: 28px;
	}
	.searchbutton
	{
		background: url(../images/Icons_png_x3/mob_menu_icons/ic_search.png) no-repeat left center;
		height: 100%;
		width: 30px;
		display: block;
		background-size: 30px 30px;
		line-height: 80px;
	}
	.search_block
	{
		text-align: center;
		height: 80px;
		float: right;
		padding-right: 20px;
	}
	.desktop-header
	{
		display: none;
	}
	#navbarSupportedContent
	{
		position: absolute;
	}
	.form-search
	{
		border: 1px solid #bfbfbf;
		border-radius: 0;
		display: none;
	}
	.mobile-orange
	{
		display: block;
		height: 50px;
	}
	.filters
	{
		background: url(../images/arrow_filter.png) no-repeat right center;
		width: auto;
		height: 20px;
		background-size: 20px;
		margin: 9px 30px;
		border: 0;
		box-shadow: none;
		color: #fff;
		text-transform: uppercase;
		padding-right: 30px;
		line-height: 16px;
		display: none;
	}
	.orange-block
	{
		padding-top: 7px;
	}
	.right
	{
		float: right;
	}
	.auth
	{
		float: left;
		width: 36px;
		height: 36px;
		margin: 0 10px;
	}
	.auth img
	{
		width: 100%;
	}
	a#cart
	{
		background: url(../images/cart_mobile.png) no-repeat;
		background-size: 36px 36px;
		width: 36px;
		height: 36px;
		float: left;
		margin: 0 10px;
	}
}
/* END header style mobile */

/* slider */
.slider
{
	padding: 25px;
	background: #ececec;
	border-bottom: 1px solid #919191;
}
.slider_title
{
	background: #009ecb;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 5px 20px;
	float: left;
	margin-bottom: 20px;
}
/* carousel  */
.owl-carousel
{
	position: relative;
}
.owl-carousel div.owl-item
{
	text-align: center;
	height: 260px;
	position: relative;
}
.owl-carousel div.owl-item img
{
	width: 100%;
	overflow: hidden;
}
.owl-nav .owl-prev
{
	position: absolute;
	top: 50%;
	left: -5px;
	background: url(../images/arrow_left.png) no-repeat;
	height: 46px;
	width: 46px;
	background-size: 46px;
	content: "";
	margin-top: -23px;
}
.owl-nav .owl-next
{
	position: absolute;
	top: 50%;
	right: -5px;
	background: url(../images/arrow_right.png) no-repeat;
	height: 46px;
	width: 46px;
	background-size: 46px;
	content: "";
	margin-top: -23px;
}
.carousel_title
{
	background: #fff;
	border: 1px solid #cecece;
	border-top: 0;
	color: #464646;
	font-size: 17px;
	text-align: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
}
.carousel_title a,.carousel_title a:visited, .carousel_title a:hover
{
	color: #464646;
	font-size: 17px;

}
.carousel_title .owner
{
	color: #919191;
	font-size: 11px;
	display: block;
}
.carousel_title .owner a
{
	color: #919191;
	font-size: 11px;
}
/* end carousel  */
.small_menu
{
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
}
.small_menu li
{
	float: left;
	margin: 0 0px 0 45px;
	line-height: 33px;
}
.small_menu li a
{
	color: #464646;
	text-decoration: none;
	font-size: 14px;
}
.small_menu li a:hover, .small_menu li:hover a
{
	color: #009ecb;
	text-decoration: none;
	font-size: 14px;
}
.small_menu li:hover
{
	border-bottom: 2px solid #009ecb;
}
/* end slider*/


/* main content*/

.main
{
	background: #fff;
}

/* sidebar */
.sidebar
{
	min-height: 600px;
	padding: 18px 5px;
}
.sidebar .title_sidebar
{
	color: #464646;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 6px;
	margin-bottom: 20px;
}
.sidebar h2
{
	color: #464646;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 2px solid #009ecb;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sidebar ul
{
	list-style: none;
	padding: 0 5px;
	margin: 0 0 28px 0;
}
.sidebar ul li a
{
	color: #737373;
	font-size: 14px;
	text-decoration: none;
}
.sidebar ul li a:hover
{
	color: #009ecb;
	text-decoration: underline;
}
#keywords
{
	margin-top: 20px;
}
.sidebar_menu
{

}
#notify form .email
{
	width: 100%;
	height: 40px;
	border: 1px solid #b7b7b7;
	line-height: 40px;
	color: #919191;
	font-size: 14px;
	padding: 0 15px;
}
#notify form input[type=submit]
{
	background: #ffa800 url(../images/icon_mail_button.png) no-repeat left center;

	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	margin-top: 15px;
	text-transform: uppercase;
}

/* end sidebar */

/* content */
.content
{
	border-left: 1px solid #919191;
}
.noborder
{
	border: 0;
}
.page_content
{
	border: 0;
  min-height: 600px;
  overflow-x:hidden;
}
.breadcrumbs
{
	margin: 15px 22px;
}
ul.breadcrumb
{
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}
.breadcrumb li
{
	float: left;
	margin-right: 5px;
	color: #464646;
	font-size: 14px;
}
.breadcrumb li span
{
	display: inline-block;
	margin-right: 5px;
}
.breadcrumb li a
{
	color: #464646;
	font-size: 14px;
}

.bestsellers
{
	margin: 10px 0;

	padding: 0;
	position: relative;
}
.advertise_small
{

	position: absolute;
	top: -40px;
	right: 10px;
	width: 468px;
	height: 60px;
}
.advertise_small_prod
{
	position: absolute;
	top: 20px;
	right: 10px;

}
.advertise_small_prod img
{
	max-width:468px;
	height: auto;
}
.title
{
	color: #009ecb;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 2px solid #009ecb;
	background: url(../images/logo_title.png) no-repeat;
	background-position: 20px bottom;
	padding-left: 60px;
	padding-top: 5px;
	height: 30px;
	margin-bottom: 0px;
}
.page_header_prod .title
{
	color: #464646;
	font-size: 28px;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #919191;
	padding-left: 22px;
	padding-bottom: 15px;
	height: auto;
	margin-bottom: 10px;
	background: none;
}
.page_header_prod h3
{
	color: #464646;
	font-size: 14px;
	padding-left: 22px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.avtor
{
	color: #919191;
	font-size: 16px;
	margin: 0px 0 20px 22px;
}
.audio
{
	width: 435px;
	height: 395px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.audio img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	text-align: center;
	margin: auto;
	display: block;
	border: 1px solid #bfbfbf;
	padding: 15px;
}
#imageb
{
	display: none;
	cursor: pointer;
}
.audiojs
{
	background: #fff;
	box-shadow: none;
	width: 435px;
	position: relative;
	margin-left: 0px;
	margin-top: 25px;
	height: 40px;
}
.audiojs .scrubber
{
	background: #d2d2d2;
	height: 2px;
	border: 0;
	margin-top: 15px;
	width: 390px;
}
.audiojs .play-pause
{
	border: 0;
	padding: 5px 0;
}
.audiojs .play
{
	background: url(../images/Icons_png/ic_play_orange_24.png) no-repeat;
}
.playing .pause
{
	background: url(../images/Icons_png/ic_pause_orange_24.png) no-repeat;
}
.audiojs .loading
{
	background: url(../images/loading.gif) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px;
}
.audiojs .time
{
	border: 0;
	text-shadow: none;
	color: #919191;
	font-size: 14px;
	position: absolute;
	bottom: -13px;
	right: 0;
}
.audiojs .time em
{
	text-shadow: none;
	color: #919191;
	font-size: 14px;
}
.audiojs .loaded
{
	background: none;
}
.audiojs .progress
{
	background: #ffa800 url(../images/circle.png) no-repeat right center;
}
.audiojs .error-message
{
	width: 80%;
	color: red;
}
.prod_info
{
	float: left;
	margin-left: 85px;
	width: 65%;
}
.listing_info
{
	width:auto;
	max-width:65%;
}
.prod_info h2
{
	font-size: 24px;
	color: #464646;

}
.prod_info h3
{
	font-size: 18px;
	color: #464646;

}
.cover
{
	width: 145px;
	height: 125px;
	cursor: pointer;
	text-align: center;

	float: left;

}
.cover img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
	border: 1px solid #ababab;
	padding: 5px;
}
.prod_cart
{
	float: left;
	margin-left: 40px;
}
.prod_cart .available
{
	color: #09c300;
	font-size: 16px;
	text-align: left;
	float: left;
}
.prod_cart .unavailable
{
	color: #c30000;
	font-size: 16px;
	text-align: left;
	float: left;
}
.prod_cart .price
{
	color: #09c300;
	font-size: 24px;
	float: left;
	margin-top: 0;
	margin-left: 40px;
	font-weight: bold;
}
.prod_description
{
	margin: 70px 0;
}
.prod_description h2 {
	color: #ffa800;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/logo_title.png) no-repeat 25px bottom;
	border-bottom: 2px solid #11a5cd;
	padding-top: 7px;
	padding-left: 70px;
	height: 30px;
	margin-top: 30px;
}
.prod_description h3
{
	color: #464646;
	padding-left: 40px;
}
.prod_description .add_input
{
	background: #ffa800;
	line-height: 48px;
	height: 48px;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	text-align: right;
	padding: 0 24px;
	margin-top: 15px;
	cursor: pointer;
}
.cover
{
	cursor: pointer;
}
#tnf
{
	display: none;
}
ol.digital {
	padding: 2px 0 0 25px}
ol.digital small {
	color: #919191}
ol.list_track {
	clear: both;
	padding: 0;
	margin: 0 0 10px 20px;
	list-style: decimal-leading-zero inside}
ol.list_track li input[type="checkbox"]
{
	position: relative;
	top: 2px;
}
ol.list_track li {
	position: relative;
	margin: 0;
	padding: 0 1px 3px 0;
	cursor: pointer;
	list-style-type: decimal;
	padding-bottom: 3px}
ol.list_track li a, ol.list_track li a:visited {
	padding: 0 0 0 3px;
	color: #919191}
.list_track li.playing {
	font-weight: bold}
.list_track li.playing a, li.playing a:visited {
	font-weight: bold;
	color: #464646;
	text-decoration: none;}
.list_track li.playing:before {
	content: '♬';
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin: 0;
	position: absolute;
	left: -20px;
	top: 5px;
	font-size: 13px}
.shopcart
{
	margin-top: 15px;
}
.shopcart b
{
	color: #444444;
	font-size: 16px;
	margin-right: 40px;
}
.shopcart select
{
	border: 0;
	width: 65px;
	height: 30px;
	text-align: center;
}
.shopcart .add
{
	background: #ffa800 url(../images/icon_cart.png) no-repeat right center;
	width: 200px;
	height: 48px;
	border: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;
	cursor: pointer;
}
.prod_details
{
	list-style: none;
	margin: 0;
	padding: 0;

}
.prod_details li
{
	list-style: none;
	margin: 10px 0;
	color: #464646;
}
.prod_details li b
{
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	display: inline-block;
}
.prod_details li a
{
	color: #464646;
	font-size: 16px;
	text-decoration: underline;
}
.prod_details li a:hover
{
	text-decoration: none;
	font-size: 16px;
}
.comments
{
	display: block;
	margin-top: 70px;
}
.comments h2
{
	color: #ffa800;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/logo_title.png) no-repeat 25px bottom;
	border-bottom: 2px solid #11a5cd;
	padding-top: 7px;
	padding-left: 70px;
	height: 30px;
	margin-top: 30px;
}
.recommendations  h2
{
	color: #ffa800;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/logo_title.png) no-repeat 25px bottom;
	border-bottom: 2px solid #11a5cd;
	padding-top: 7px;
	padding-left: 70px;
	height: 30px;
	margin-top: 30px;
}
.recommendations h3
{
	color: #464646;
	font-size: 18px;
}
.recommendations ul
{
	list-style: none;
	margin: 10px;
	padding: 0;
}
.recommendations ul li
{
	display: inline-block;
}

.recommendations .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled
{
	display: block;
}
.chrome ._2tga._49ve, ._2tga
{
	background: url(../images/Icons_png/ic_like_48.png) no-repeat;
	border: 0;
}
.fb_iframe_widget
{
	display: block !important;
}
.besteseller_block
{
	float: left;
	width: 30%;
	margin: 0 15px;
}
.bestsellers_blocks
{
	margin-top: 20px;

}
.bestsellers_blocks div.besteseller_block:nth-child(0)
{
	margin-left: 0;
}
.bestsellers_blocks div.besteseller_block:nth-last-child
{
	margin-right: 0;
}
.besteseller_block .block_title
{
	font-size: 16px;
	color: #464646;
	margin-bottom: 15px;
}
.bestseller_image
{
	width: 312px;
	height: 322px;
	position: relative;
	margin: 0;
}
.bestseller_image img
{
	width: 100%;
	max-height: 250px;
	border: 1px solid #c3c3c3;

	-moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
	box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.15);
}
.besteseller_title
{
	background: #fff;
	border: 1px solid #cecece;
	border-top: 0;
	color: #464646;
	font-size: 17px;
	text-align: left;
	position: absolute;
	bottom: 3px;
	width: 100%;
	padding: 10px 15px;
}
.besteseller_title a,.besteseller_title a:visited, .besteseller_title a:hover
{
	color: #464646;
	font-size: 17px;

}
.besteseller_title .owner
{
	color: #919191;
	font-size: 11px;
	display: block;
}
.besteseller_title .owner a
{
	color: #919191;
	font-size: 11px;
}
.list_bestsellers
{
	list-style: none;
	padding: 0;
	margin: 10px 20px;
}
.advertise
{
	width: 100%;
	text-align: center;
	margin-top: 150px;
}

.page_header
{
	position: relative;
}
.showing
{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #009ecb;
	font-size: 18px;
	text-transform: uppercase;
}
.sort_block
{
	display: block;
	padding: 16px 30px 0;
	margin-bottom: 0px;
}
.sorted
{
	float: left;
	color: #464646;
	font-size: 14px;
}
.sorted a
{
	color: #13a5cf;
	text-decoration: underline;
}
.sorted a:hover
{
	color: #13a5cf;
	text-decoration: none;
}
.show_page
{
	color: #464646;
	font-size: 14px;
	float: right;
}
.show_page a
{
	color: #13a5cf;
	text-decoration: underline;
}
.show_page a:hover
{
	color: #13a5cf;
	text-decoration: none;
}
.items
{
	margin: 0 30px;
}
.media
{
	padding: 15px 0;
	border-bottom: 1px solid #c3c3c3;
}
ul li.media:last-child
{
	border-bottom: 0;
}
.media h2.featured_on
{
	color: #464646;
	font-size: 22px;
	margin: 0;
}
.media img.d-flex
{
	max-width: 96px;
	max-height: 96px;
	margin: 0 auto;
	border: 1px solid #c3c3c3;
}
.media_img
{
	width: 96px;
	text-align: center;
}
.media-body
{
	margin-left: 45px;
}
.media-body h5
{
	color: #464646;
	font-size: 18px;
}
.media-body h5 span, .media-body a
{
	color: #919191;
	font-size: 16px;
}
.media-body h5 a
{
	color: #464646;
	font-size: 18px;
}
.actor
{
	color: #919191;
	font-size: 16px;
}
.actor a
{
	color: #919191;
	font-size: 16px;
	text-decoration: none;
}
.actor a:hover
{
	text-decoration: underline;
}
.music_icon
{
	background: url(../images/music_icon.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: inline-block;
	margin-right: 15px;
	float: left;

}
.music_play
{
	color: #919191;
	font-size: 16px;
	margin-top: 30px;
}
.music_play a
{
	color: #919191;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	float: left;
}

.left_media
{
	float: left;
	width: 65%;
}
.cart_media .left_media
{
	width: auto;
}

.right_media
{
	float: right;
}

.available
{
	color: #09c300;
	font-size: 18px;
	text-align: right;
}
.unavailable
{
	color: #c30000;
	font-size: 18px;
	text-align: right;
}
.price
{
	font-size: 24px;
	color: #464646;
	margin-top: 15px;
}
.price span
{
	display: inline-block;
	margin-right: 5px;
}
.sale_price
{
	color: #0c9300;
}
.cart_media
{
	float: right;
	margin-top: 20px;
}
.cart
{
	float: right;
	margin: 10px;

	text-align: center;
}
.cart a
{
	display: block;
	margin-left: 40px;
}
.cart a .addcart_icon
{
	background: url(../images/icon_cart.png) no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
.cart a .remove_icon
{
	background: url(../images/Icons_png/ic_remove_from_cart_32.png) no-repeat center;
	width: 48px;
	height: 32px;

}
.mobile_title_sidebar
{
	display: none;
}
.filter_az ul
{
	list-style: none;
	margin: 0 0 0 22px;
	padding: 0;
}
.filter_az li
{
	float: left;
	margin-right: 25px;
}
.filter_az li b
{
	background: #009ecb;
	font-size: 18px;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	font-weight: normal;
}
.filter_az li a
{
	color: #009ecb;
	font-size: 18px;
	text-decoration: none;
}
.filter_az li a:hover
{
	color: #009ecb;
	font-size: 18px;
	text-decoration: underline;
}
.azitems
{
	clear: both;
	float: none;
	display: block;
	border-top: 1px solid #919191;
	width: 100%;
	margin-top: 15px;
}
.azitems .az_items_block
{
	float: left;
	margin: 30px;
	width: 250px;
}
.azitems .az_items_block ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.azitems .az_items_block ul li
{
	color: #464646;
	font-size: 18px;
}
.azitems .az_items_block ul li a
{
	color: #464646;
	text-decoration: none;
}
.azitems .az_items_block ul li a:hover
{
	color: #1ba5cf;
	text-decoration: underline;
}
.az_item_title
{
	background: #009ecb;
	font-size: 18px;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	margin-bottom: 25px;
}
.az_item_title a
{
	color: #fff;
	text-decoration: none;
}
.steps
{
	border-bottom: 2px solid #ffa800;
	width: 100%;
	margin-top:40px;
}
.steps ul
{
	list-style: none;
	padding: 0;
	margin: 0px auto;
	width: 700px;
	clear: both;
	height: 145px;
}
.steps ul li
{
	float: left;
	text-align: center;
	margin-right: 45px;
	width: 130px;
	overflow: hidden;
	height: 145px;
}
.steps ul li.active
{
	border-bottom: 3px solid #ffa800;
}
.steps ul li img
{
	display: block;

	width: 88px;
	height: 88px;
	margin: 0 auto 20px;
}
.steps ul li a
{
	color: #464646;
	font-size: 16px;

}
.cart_form
{
	padding: 10px 72px;
}
.shoppingcart
{
	width: 100%;
}
.cart_head
{
	text-transform: uppercase;
	color: #919191;
	font-size: 14px;
	list-style: none;
}
.cart_head li
{
	float: left;
}
.cart_item ul
{
	list-style: none;
}
.cart_item ul li
{
	border-bottom: 1px solid #c3c3c3;
	margin: 10px 0;
	display: block;
	clear: both;
	height: 125px;
}
.shoppingcart .image
{
	margin-right: 50px;
	float: left;
}
.shoppingcart .image img
{
	width: 97px;
	height: 97px;
}
.info h4
{
	margin-top: 15px;
	color: #464646;
	font-size: 18px;
}
.info h4 a
{
	color: #464646;
	font-size: 18px;
}
.by_author, .by_author a
{
	color: #919191;
	font-size: 16px;
}
.cart_left
{
	float: left;
	width: 30%;
}
.type
{
	color: #464646;
	font-size: 18px;
	float: left;
	width: 10%;
}
.shoppingcart tr td.price, .shoppingcart tr td.subtotal
{
	color: #464646;
	font-size: 18px;
	float: left;
	width: 10%;
}
.quantity
{
	color: #464646;
	font-size: 18px;
	float: left;
	width: 10%;

}
.quantity input
{
	width: 55px;
	height: 35px;
}
.remove
{

	float: right;
}
.remove button{
	background: none;
	border: 0;
	cursor: pointer;
	background: url(../images/Icons_png/ic_remove_from_cart_grey_24.png) no-repeat;
	width: 24px;
	height: 24px;
}
.left_foot_cart
{
	float: left;
	width: 50%;
}
select.select_shiping > option:hover
{
	background: #ccc;
}
#cart_shipping__chosen a.chosen-single
{
	border: 1px solid #b7b7b7;
	border-radius: 0;
	width: 300px;
	height: 48px;
	padding: 0 16px;
	color: #444444;
	font-size: 18px;
	background: #fff;
	line-height: 48px;
}
#cart_shipping__chosen.chosen-container-single .chosen-drop
{
	border: 1px solid #b7b7b7;
	border-radius: 0;
	width: 300px;
	color: #444444;
	font-size: 18px;

}
#cart_shipping__chosen.chosen-container .chosen-results
{
	padding: 0;
	margin: 0;
}
#cart_shipping__chosen.chosen-container .chosen-results li{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #444444;
	font-size: 16px;
}
#cart_shipping__chosen.chosen-container .chosen-results li.highlighted
{
	background: #e9e9e9;
	color: #444444;
	font-size: 16px;
}
#cart_shipping__chosen.chosen-container-single .chosen-single div
{
	top: 20px;
}
#cart_shipping__chosen.chosen-container-single .chosen-single div b
{
	background: url(../images/arrow_ship.png) no-repeat;
	background-position: 0 0px;
	width: 11px;
	height: 6px;
}
#cart_shipping__chosen.chosen-container-active.chosen-with-drop .chosen-single div b
{
	background-position: 0 -6px;
}
.left_foot_cart .label
{
	color: #464646;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.left_foot_cart .value
{
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.left_foot_cart select
{
	width: 320px;
	height: 45px;
}

.right_foot_cart
{
	float: right;
	width: 50%;
	text-align: right;
}
.right_foot_cart .label
{
	color: #464646;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	text-align: right;
	width: 75%;
}
.right_foot_cart .value
{
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}
.right_foot_cart .value_price
{
	color: #049ccd;
	font-size: 24px;
}
.back, a.back
{
	height: 48px;
	background: #ffa800 url(../images/Icons_png/ic_arrow_back_white_24.png) no-repeat 16px center;
	color: #fff;
	border: 0;
	line-height: 48px;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 52px;
	padding-right: 24px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
a.back:hover
{
	text-decoration: none;
	color: #fff;
}
.back:hover
{
	background-color: rgba(255,168,0,0.9);
}
.update
{

	height: 48px;
	background: #ffa800;
	color: #fff;
	border: 0;
	line-height: 48px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 15px;
	padding: 0 24px;
}
.update:hover
{
	background-color: rgba(255,168,0,0.9);
}
.next
{

	height: 48px;
	background: #ffa800 url(../images/Icons_png/ic_arrow_forward_white_24.png) no-repeat 95% center;
	color: #fff;
	border: 0;
	line-height: 48px;
	font-size: 16px;
	text-transform: uppercase;
	padding-right: 42px;
	cursor: pointer;
	padding-left: 24px;
}
.next:hover
{
	background-color: rgba(255,168,0,0.9);
}
.shoppingcart .quantity
{
	width: 50px;
	text-align: center;
}
.table td
{
	border: 0;
	padding: 25px 20px 25px 0;
	border-bottom: 1px solid #c3c3c3;
}
.shoppingcart thead tr th
{
	color: #919191;
	text-transform: uppercase;
	font-size: 14px;
	border: 0;
	font-weight: normal;
	padding: 0.75rem 0;
}
tfoot tr td.noborder
{
	border: 0;
}

/* footer */
footer
{
	background: #272727;
	padding: 35px 90px;
	height: 190px;
}
.footer_menu
{
	list-style: none;
	margin: 0 0 0 -10px;
	padding: 0;

}
.footer_menu li
{
	float: left;
	border-left: 2px solid #676767;
	padding: 0 10px;
	line-height: 18px;
}
.footer_menu li:nth-child(1)
{
	border:0;
}
.footer_menu li a
{
	color: #bbbbbb;
	font-size: 16px;
}
.footer_menu li a:hover
{
	text-decoration: underline;
}
.time_work
{
	margin-top: 30px;
}
.copyrights
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.left_footer
{
	float: left;
}
.right_footer
{
	float: right;
	text-align: center;
}
.right_footer a
{
	margin: 0 20px;
}
.right_footer p
{
	text-align: center;
}
.fb_like_mobile
{
	display: none;
}
/* end footer */

.fade_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
	display: none;

}
.form-group input.email
{
	width: 100%;
	height: 40px;
	color: #464646;
	font-size: 16px;
	padding-left: 50px;

	border: 1px solid #b7b7b7;
	border-left: 0;
}
.form-group .email_img
{
	width: 40px;
	height: 40px;
	position: absolute;
}
.signin_form .form-group
{
	margin-bottom: 25px;
	position: relative;
}
.signin_form .error
{
	position: absolute;
	bottom:-25px;
	left:0;
}
.title_signin
{
	color: #464646;
	font-size: 28px;
	margin-bottom: 25px;
}
.signin_form .form-group input
{
	width: 100%;
	height: 40px;
	color: #464646;
	font-size: 16px;
	padding-left: 50px;

	border: 1px solid #b7b7b7;
	border-left: 0;
}
.form-group .pass_img
{
	width: 40px;
	height: 40px;
	position: absolute;
}
.signin_form .form-group input.submit_signin
{
	width: 200px;
	height: 48px;
	background: #ffa800;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}
.forgot_pass
{
	color: #019ecb;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 50px;
}
.forgot_pass a
{
	color: #019ecb;
	font-size: 16px;
	text-decoration: underline;
}
.form-button
{
	margin-top: 25px;
}
.signup_button
{
	width: 200px;
	height: 48px;
	background: #ffa800;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	display: block;
}
.signup_button:hover, .signin_form .form-group input.submit_signin:hover
{
	color: #fff;
	background: rgba(255,168,0,0.9);
}
.signin_form .form-group input.signup_button
{
	border: 0;
	width: 200px;
	color: #fff;
	float: right;
	margin-top: 40px;
	padding: 0;
	line-height: 40px;
	cursor: pointer;
}
.checkbox
{
	background: #ffa800;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 35px;
	cursor: pointer;
}
.checkbox.active
{
	background: url(../images/Icons_png/ic_check_square_orange_24.png);
}
.checkbox_customer_new
{
	background: #ffa800;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 35px;
	cursor: pointer;
}
.checkbox_customer_new.active
{
	background: url(../images/Icons_png/ic_check_square_orange_24.png);
}
.checkbox_customer_returning
{
	background: #ffa800;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 35px;
	cursor: pointer;
}
.checkbox_customer_returning.active
{
	background: url(../images/Icons_png/ic_check_square_orange_24.png);
}
.orange_button
{
	width: 200px;
	height: 48px;
	background: #ffa800;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.orange_button:hover
{
	color: #fff;
	background: rgba(255,168,0,0.9);
}
.returning_pass
{
	margin-left: 68px;
}
.signin_form .form-group input.next
{
	width: auto;
	height: 48px;
	background: #ffa800 url(../images/Icons_png/ic_arrow_forward_white_24.png) no-repeat 95% center;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	padding: 0 50px 0 30px;
}
.signin_form .form-group input.back
{
	width: auto;
	height: 48px;
	background: #ffa800 url(../images/Icons_png/ic_arrow_back_white_24.png) no-repeat 10px center;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;

	padding: 0 30px 0 50px;
}
.signin_form .form-group input[type=submit]
{
	width: 200px;
	height: 48px;
	background: #ffa800;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;

	padding: 0 30px;
}
.cart_button
{
	margin-top: 150px;
	margin-bottom: 50px;
	height: 48px;
	clear: both;
	display: block;
}
.cart_button input.back
{
	float: left;
}
.cart_button input.next
{
	float: right;
}
.signin_form .cart_button input[type=submit].next
{
	width: auto;
	height: 48px;
	background: #ffa800 url(../images/Icons_png/ic_arrow_forward_white_24.png) no-repeat 95% center;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	padding: 0 50px 0 30px;
}
.checkout_steps
{
	margin-bottom: 50px;
}
.error
{
	color: #ff0000;
}
.giftmessage
{
	width: 94%;
	margin-left: 68px;
}
.form-group select
{
	width: 100%;
	height: 40px;
	color: #464646;
	font-size: 16px;
	padding-left: 50px;
	border: 1px solid #b7b7b7;
}
.checkout_select{
	padding-left: 38px;
}
.checkout_select select
{
	width: 100%;
	height: auto;
	color: #464646;
	font-size: 16px;
	padding: 7px;
	border: 1px solid #b7b7b7;
}
.signin_form .form-group.without_image input[type="text"]
{
	border: 1px solid #b7b7b7;
	margin-left: 40px;
	width: 96.4%;
	padding-left: 10px;
}
.contact_form .form-group.without_image input[type="text"]
{
	border: 1px solid #b7b7b7;
	margin-left: 0px;
	width: 100%;
	padding-left: 10px;
	color: #464646;
}
.contact_form .form-group.without_image textarea
{
	border: 1px solid #b7b7b7;
	margin-left: 0px;
	width: 100%;
	padding-left: 10px;
	height: 100px;
	color: #464646;
}
.list_language
{
	display: none;
	position: absolute;
	background: #000;
	z-index: 99;
	list-style: none;
	border-radius: 0px 0 10px 10px;
	padding: 0;
	margin: 0;
	color: #919191;
	font-size: 14px;
	width: 112px;
	height: 240px;
	overflow-y: auto;
}
.list_language li
{
	padding: 2px 15px;
	width: 100%;
	cursor: pointer;
}
.list_language li:hover
{
	background: #161616;
}
.selected_language
{
	cursor: pointer;
	background: #fff url(../images/blue_arrow_down.png) no-repeat 93% center;
	padding: 0px 25px 0px 15px;
	text-align: center;
	border-radius: 10px;
	margin-right: 15px;
	display: inline-block;
	width: 112px;
	height: 25px;
	color: #009ecb;
	font-size: 14px;
  line-height: 25px;
  font-weight:bold;
}
.selected_language.active
{
	background: #fff url(../images/blue_arrow_up.png) no-repeat 93% center;
	border-radius: 10px 10px 0 0;
}

.list_currency
{
	display: none;
	position: absolute;
	background: #000;
	z-index: 99;
	list-style: none;
	border-radius: 0px 0 10px 10px;
	padding: 0;
	margin: 0;
	color: #919191;
	font-size: 14px;
	width: 65px;
	height: 240px;
	overflow-y: auto;
}
.list_currency li
{
	padding: 2px 15px;
	width: 100%;
	cursor: pointer;
}
.list_currency li:hover
{
	background: #161616;
}
.selected_currency
{
	cursor: pointer;
	background: #fff url(../images/blue_arrow_down.png) no-repeat 93% center;
	padding: 0px 25px 0px 15px;
	text-align: center;
	border-radius: 10px;
	margin-right: 15px;
	display: inline-block;
	width: 65px;
	height: 25px;
	color: #009ecb;
	font-size: 14px;
  line-height: 25px;
  font-weight:bold;
}
.selected_currency.active
{
	background: #fff url(../images/blue_arrow_up.png) no-repeat 93% center;
	border-radius: 10px 10px 0 0;
}

.tr_order
{
	display: none;
}
.tr_order td
{
	padding: 0;

}
.delivery
{
	text-align: left;
	color: #555555;
	font-size: 18px;
}
.delivery_detail
{
	color: #555555;
	font-size: 18px;
	text-align: center;

}

.delivery_detail .value
{
	font-weight: bold;
}
.delivery_detail .value_total
{
	font-weight: bold;
	color: #009ecb;
	font-size: 24px;
}
.account_order
{
	width: 100%;
	background: #ECECEC;
	margin: 0 auto;
}
.account_order tr
{
	background: #ECECEC;
}
.account_order tr td
{
	padding: 5px;
}
.account_order.table th
{
	padding: 0;
}
.order_list_table tr.show_order
{
	cursor: pointer;
}
.order_list_table tr td
{
	color: #464646;
	font-size: 18px;
}
.order_list_table tr td.cart_head
{
	color: #919191;
	font-size: 16px;
	padding: 10px 0;
}
.show_row
{
	color: #009ecb;
	background: url(../images/blue_arrow_up.png) no-repeat right center;
	text-transform: uppercase;
	text-decoration: underline;
	padding-right: 20px;
	min-height: 20px;
}
.show_row.active
{
	color: #009ecb;
	background: url(../images/blue_arrow_down.png) no-repeat right center;
}
.cancel
{
	color: red;
}
.desktop-container
{
	display: block;
	margin: 0 0 auto 20px;
}
.fancylike-fb-like
{
	background: url(../images/Icons_png/ic_like_48.png) no-repeat;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 20px;
	margin-left: 160px;
	background-size: 30px;
	overflow: hidden;

}
.fb_like_desktope
{
	 animation: showDiv 2s forwards;
}
@keyframes showDiv {
  0%, 99% {
  visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.fb_like_mobile
{
	 animation: showDiv1 2s forwards;
}
@keyframes showDiv1 {
  0%, 99% {
  visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.fancylike-fb-like.active
{
	background: url(../images/Icons_png/ic_dislike_48.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size:30px;
}
.fb-like
{
	opacity: 0;
	line-height: 48px;
	height: 48px;
}
.fb-like span
{
	vertical-align: middle  !important;
	height: 48px !important;
	width: 48px !important;
}
._2tga._49ve
{
	height: 48px !important;
}
#pager
{
	margin: 10px;
}
#pager span
{
	display: none;
}
#pager span.current
{
	color: #464646;
	font-size: 18px;
	background: #ffa800;
	text-align: center;
	display: inline-block;
	width: auto;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
}
#pager a
{
	color: #464646;
	font-size: 18px;
	width: auto;
	height: 24px;

	line-height: 24px;
	text-align: center;
	padding: 0 6px;
	border: 1px solid #fff;
	margin: 0 5px;
}
#pager a:hover
{
	border: 1px solid #c3c3c3;
}
#pager a:nth-child(1):hover
{
	border: 1px solid #fff;
	color: #ffa800;
}
#pager a:last-child:hover
{
	border: 1px solid #fff;
	color: #ffa800;
}
.sales_block
{
	margin: 20px 0 10px;
}
.sales_block ul.sales
{
	list-style: none;
	margin: 20px 0 10px;
}
.sales_block ul.sales li
{
	margin: 7px 0;
}
.sales_block ul.sales li a
{
	color: #009ecb;
	text-decoration: underline;
}
.sales_block ul.sales li a:hover
{
	color: #009ecb;
	text-decoration: none;
}
#search
{
	margin-right: 20px;
}
.bottom_pagination
{
	text-align: center;
	margin-bottom: 30px;
}
#pager span.arrow_next
{
	background: url(../images/arrow_next.png) no-repeat right center;
	background-position: 0 0;
	display: inline-block;
	width: 12px;
	height: 18px;
	position: relative;
	top: 3px;
	right: -10px;
}
#pager a:hover span.arrow_next, #pager a span.arrow_next:hover
{
	background-position: 0 -18px;
}
#pager span.arrow_prev
{
	background: url(../images/arrow_prev.png) no-repeat left center;
	background-position: 0 0;
	display: inline-block;
	width: 12px;
	height: 18px;
	position: relative;
	top: 3px;
	left: -10px;
}
#pager a:hover span.arrow_prev, #pager span.arrow_prev:hover
{
	background-position: 0 -18px;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}
.scroll-element, .scroll-element div {
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
	overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}




/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-rail > .scroll-element {
	background-color: #161616;
}

.scrollbar-rail > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
	background-color: #161616;

}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #161616;

}

.scrollbar-rail > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 10px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
	background-color: #919191;
	width: 10px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;}



/* rating */
.rating {
	display: block;
	width: 80px;
	height: 16px;
	margin: 6px 0 3px 2px;
	background: url(/images/stars.png) no-repeat 0 0}
.stars1 {
	background-position: 0 0}
.stars2 {
	background-position: 0 -16px}
.stars3 {
	background-position: 0 -32px}
.stars4 {
	background-position: 0 -48px}
.stars5 {
	background-position: 0 -64px}
#item blockquote {
	margin: 0 0 10px 2px;
	width: 90%;
	line-height: 138.5%}
#item blockquote small {
	color: #919191}


ul.reviews_list
{
	list-style: none;
	padding: 0;
	margin: 10px 24px;
}
ul.reviews_list li
{
	color: #464646;
	font-size: 14px;
}
ul.reviews_list li .reviews_name
{
	font-weight: bold;
}

.mobile_header
{
	display: none;
}
.desktop_header
{
	display: block;
}

@media screen and (max-width: 1580px) {
	.prod_info
	{
		width:50%;
	}
	.listing_info
	{
		max-width:100%;
	}
	}
@media screen and (max-width: 1300px) {
	.filter_az
	{
		margin-top: 20px;
	}
	.shoppingcart
	{
		margin: 10px 72px;
		width: auto;
	}
	.right_foot_cart .label
	{
		width: 75%;
	}
	.prod_info
	{
		width:50%;
	}
}
@media screen and (max-width: 1200px) {
	.scrolling-wrapper {
		width: 1024px;
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.bestsellers_scroll
	{
		overflow: hidden;
		width: 100%;
		display: flex;
	}
	.besteseller_block
	{
		display: inline-table;
		float: none;
	}
	.account_order
	{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 1024px) {
	.right_foot_cart .label
	{
		width: 70%;
	}
	.signin_form .form-group.without_image input
	{
		width: 95.7%;
	}
	.right_foot_cart .value
	{
		font-size: 16px;
	}
	.right_foot_cart .value_price {
		color: #049ccd;
		font-size: 16px;
	}
	.right_foot_cart .label
	{
		margin-right: 10px;
	}
	.prod_info
	{
		width: 50%;
		margin-left: 10px;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 95.4%;
	}
}
@media screen and (max-width: 991px) {

	.media-body
	{
		margin-left: 15px;
	}
	.cart a
	{
		margin-left: 15px;
	}
	.music_play
	{
		margin-top: 20px;
	}
	.sidebar
	{
		display: none;
		position: absolute;
		top: -365px;
		background: #fff;
		width: 300px;
		z-index: 999;
		left: 0;
		min-height: auto;
	}
	.sidebar_menu h2
	{
		background: url(../images/arrow-to-down.png) no-repeat 95% center;
		background-size: 12px 8px;
	}
	.sidebar_menu h2.show_ul
	{
		background: url(../images/arrow-to-up.png) no-repeat 95% center;
		background-size: 12px 8px;
	}
	.sidebar_menu ul li
	{
		background: url(../images/arrow-to-right.png) no-repeat 95% center;
		background-size: 8px 12px;
	}
	.sidebar #notify
	{
		display: none;
	}
	.content
	{
		border: 0;
	}
	.mobile_title_sidebar
	{
		display: block;
		color: #464646;
		font-size: 21px;
		text-transform: uppercase;
		font-weight: normal;
		margin-left: 6px;
		margin-bottom: 20px;
	}
	.carousel_scroll
	{
		margin-left: -25px;
	}
	.media_img
	{
		margin-bottom: 25px;
	}
	.navbar-collapse, .navbar-menu
	{
		position: absolute;
		top: 80px;
		left: 0;
		background: #fff;
		width: 300px;
		z-index: 999;
		display: none;
	}
	.navbar-collapse nav ul, .navbar-menu nav ul
	{
		padding: 0;
		margin: 0;
	}
	.navbar-collapse nav ul li, .navbar-menu nav ul li
	{
		float: none;
		display: block;
		background: none;
		padding: 10px 0 10px 40px;
	}
	.navbar-collapse nav ul li:nth-child(1), .navbar-menu nav ul li:nth-child(1)
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_home_blue_24.png) no-repeat 20px 8px;
		padding: 10px 0px 5px 40px;
	}
	.navbar-collapse nav ul li a, .navbar-menu nav ul li a
	{
		background: none;
		color: #919191;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
		font-weight: normal;
	}
	.select_language
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_language_blue_24.png) no-repeat 20px 8px;
		padding: 10px 10px 10px 50px;
	}
	.select_language select
	{
		background: #fff;
		border: 0;
		color: #919191;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
	}
	.cart_menu
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_cart_blue_24.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 55px;
	}
	.cart_menu a
	{
		background: none;
		color: #919191;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
	}
	.mobile_currency
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_currency_blue_24.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 50px;
	}
	.mobile_currency select
	{
		background: #fff;
		border: 0;
		color: #919191;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
	}
	.mobile_footer_menu
	{
		border-top: 1px solid #c8c8c8;
		margin-top: 10px;
		padding-top: 10px;
	}
	.mobile_footer_menu ul.footer_menu
	{
		list-style: none;
		padding: 0;
		margin: 0px 0 20px 0;
	}
	.mobile_footer_menu ul.footer_menu li
	{
		display: block;
		border: 0;
		float: none;
		background: none;
		padding: 10px 0 10px 40px;
	}
	.mobile_footer_menu ul.footer_menu li a
	{
		color: #464646;
		font-size: 18px;
	}
	.mobile_footer_menu ul.footer_menu li.terms
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_info_16.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 50px;
	}
	.mobile_footer_menu ul.footer_menu li.privacy
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_info_16.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 50px;
		color: #464646;
		font-size: 18px;
	}
	.mobile_footer_menu ul.footer_menu li.about
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_im_logo_16.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 50px;
	}
	.mobile_footer_menu ul.footer_menu li.contact
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_phone_16.png) no-repeat 20px 10px;
		padding: 10px 10px 10px 50px;
	}
	.mobile_footer_menu ul.footer_menu li.help
	{
		background: url(../images/Icons_png/mob_menu_icons/ic_help_16.png) no-repeat 20px 9px;
		padding: 9px 10px 10px 50px;
	}
	.shoppingcart
	{
		margin: 10px 30px;
		width: auto;
	}
	.advertise
	{
		margin-top: 50px;
	}
	.advertise img
	{
		width: 500px;
	}
	.signin_form .form-group.without_image input
	{
		width: 94%;
	}
	.list_language
	{
		position: relative;
		background: #fff;
		width: auto;
		height: auto;

	}
	.list_language li
	{
		color: #919191;
		font-size: 18px;
	}
	.list_language li:hover
	{
		background: #fff;
	}
	.selected_language
	{
		width: auto;
		background: #fff;
		color: #009ecb;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
    padding-left: 5px;
    font-weight:bold;
	}
	.selected_language.active
	{
		background: #fff;
	}

	.list_currency
	{
		position: relative;
		background: #fff;
		width: auto;
		height: auto;

	}
	.list_currency li
	{
		color: #919191;
		font-size: 18px;
	}
	.list_currency li:hover
	{
		background: #fff;
	}
	.selected_currency
	{
		width: auto;
		background: #fff;
		color: #009ecb;
		font-size: 18px;
		text-align: left;
		font-family: 'Roboto';
    padding-left: 5px;
    font-weight:bold;
	}
	.selected_currency.active
	{
		background: #fff;
	}
	.account_order
	{
		width: 100%;
		margin: 0;
	}
	.orange-block
	{
		position: relative;
	}
	.orange-block .right
	{
		position: absolute;
		top: 6px;
		right: 10px;
	}
	.desktop-container
	{
		width: 100%;
	}
	#search
	{
		position: absolute;
		top: -80px;
		right: 0;
		background: #fff;
		height: 80px;
		border: 1px solid #bfbfbf;
		width: 100%;
		margin: 0;
	}
	#search .form-search
	{
		border: 0;
		position: relative;
		bottom: 0;
		width: 100%;
	}
	.form-search input[type=text]
	{
		width: 85%;
		margin: 17px 0;
		float: left;
		height: 45px;
		padding-left: 30px;
		font-size: 24px;

	}
	.search_button
	{
		right: 80px;
		left: auto;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
		top: 20px;
	}
	.close_search
	{
		background: url(../images/ic_close_24_x3.png) no-repeat;
		background-size: 36px 36px;
		width: 36px;
		height: 36px;
		position: absolute;
		right: 20px;
		top: 20px;
	}
	.autosuggest ul li {
		font-size: 18px;
	}
	.autosuggest ul li a {
		font-size: 18px;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 94.4%;
	}
	.mobile_header
	{
		display:block;
	}

}
@media screen and (max-width: 950px) {
	.prod_info
	{
		width:40%;
	}
	}
@media screen and (max-width: 800px) {
	.media
	{
		position: relative;
	}
	.music_play
	{
		position: absolute;
		left: 0;
		bottom: 10px;
		width: 24px;
		overflow: hidden;
		white-space: nowrap;
		word-wrap: normal; /* для IE */
		text-overflow: clip;
	}
	.music_icon
	{
		margin-right: 7px;
	}
	.music_play a
	{
		width: 100%;
	}
	.cart_media
	{
		float: left;
		margin-top: 5px;
	}
	.available
	{
		text-align: left;
	}
	.price
	{
		margin-top: 0px;
		font-size: 18px;
	}
	.price span
	{
		display: block;
		margin-bottom: 5px;
	}
	.left_media
	{
		display: block;
		float: none;
		width: 100%;
	}
	.cart
	{
		position: absolute;
		right: 0;
		bottom: 10px;
	}
	.hidden-xs
	{
		display: none;
	}
	.sidebar
	{
		display: none;
		position: absolute;
		top: -365px;
		background: #fff;
		width: 300px;
		z-index: 999;
		left: 0;
	}
	.col-sm-12
	{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content
	{
		border: 0;
	}
	.items
	{
		margin: 0 10px;
	}
	.sort_block
	{
		margin-bottom: 0;
		padding: 0;
	}
	.bestsellers
	{
		overflow: hidden;
	}
	.owl-nav
	{
		display: none;
	}

	.slider
	{
		width: 100%;
		overflow: hidden;
	}
	.carousel_scroll
	{
		width: 1024px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.carousel_title a
	{
		display: inline-grid;
		width: 95%;
		overflow: hidden;
	}
	.list_bestsellers li
	{
		white-space: normal;
	}
	footer{
		background: none;
		padding: 0;
	}
	.right_footer
	{
		background: #272727;
		float: none;
		display: block;
		width: 100%;
		padding: 35px 30px;
	}
	.left_footer
	{
		background: #1b1b1b;
		float: none;
		display: block;
		width: 100%;
		padding: 35px 30px;
		text-align: center;
	}
	.time_work
	{
		margin-top: 10px;
	}
	.copyrights
	{
		margin-top: 5px;
		margin-bottom: 0;
	}

	.audio
	{
		width: 310px;
		height: 300px;
		margin-right: 0;
	}

	.audiojs
	{
		width: 300px;
		margin-left: 0;
	}
	.audiojs .scrubber
	{
		width: 250px;
	}
	.prod_cart
	{
		margin-left: 10px;
	}
	.azitems .az_items_block
	{
		float: left;
		margin: 15px;
		width: 200px;
	}
	.advertise_small
	{
		width: 350px;
		background-size: 350px;
	}
	.checkout_steps
	{
		margin-bottom: 20px;
	}

	.fancylike-fb-like
	{
		margin-left: 95px;
	}
	.recommendations
	{
		width: 100%;
		overflow: hidden;
	}
	.audio
	{
		float: none;
		height: auto;
		width: 100%;
		text-align: center;

	}
	.prod_info
	{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		margin: 20px 0;
	}
	.audiojs
	{
		overflow: visible;
		margin: 10px auto;
	}
	.fb_like_mobile
	{
		display: block;
		float: right;
		margin-top: 10px;
	}
	.fb_like_desktope
	{
		display: none;
	}
	.prod_cart
	{
		float: none;
		display: block;
		clear: both;
		padding-top: 20px;
		margin-left: 0;
		position: relative;
	}
	.quantity_select
	{

		width: auto;
		padding: 5px;
		float: right;
		position: absolute;
		right: 0;
		top: 10px;

	}
	.quantity_select select
	{

		border: 0;
		border: 1px solid #cecece;
		width: auto;
	}

	.prod_cart .price
	{
		font-size: 24px;
	}
	.prod_cart .available
	{
		font-size: 18px;
	}
	.shopcart .add
	{
		display: block;
		margin: 20px auto;
		font-size: 18px;
	}
	.fancylike-fb-like
	{
		margin-left: 0;
	}

	.cart_form
	{
		padding: 10px;
	}
	.mobile_header
	{
		display: block;
	}
	.desktop_header
	{
		display: none;
	}
	.page_header_prod .title
	{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.avtor
	{
		margin-bottom: 10px;
		margin-left: 0;
	}
	.advertise_small_prod
	{
		position: relative;
		top:0;
		right: auto;

	}
	.page_header_prod .title
	{
		padding-left:0;
	}
}
@media screen and (max-width: 699px) {
	.audio
	{
		width: 250px;
		height: 240px;
		margin-right: 0;
	}
	.cover
	{
		width: 90px;
		height: 90px;
	}
	.audiojs
	{
		width: 250px;
	}
	.audiojs .scrubber
	{
		width: 200px;
	}
	.shopcart .add
	{
		width: 160px;
		height: 35px;
	}
	.prod_cart .price
	{
		font-size: 18px;
		margin-left: 15px;
	}
	.shopcart b
	{
		margin-right: 20px;
	}
	.prod_info
	{
		float: none;
		display: block;
		margin-top: 10px;
	}
	.advertise img
	{
		width: 70%;
	}
	header h2
	{
		display: none;
	}
	header h1
	{
		color: #fff;
		font-size: 36px;
		margin-top: 23px;
	}
	.signin_form .form-group.without_image input
	{
		width: 92%;
	}
	.azitems .az_items_block
	{
		width: 270px;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 92.4%;
	}
}
@media screen and (max-width: 555px) {
	.audio {
		width: 400px;
		height: 350px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.audiojs
	{
		overflow: visible;
	}
	.prod_info
	{
		float: none;
		display: block;
		margin-top: 10px;
	}
	.audiojs
	{
		width: 400px;
	}
	.audiojs .scrubber
	{
		width: 350px;
	}

	.cover
	{

	}


	.advertise_small_prod
	{
		position: relative;
	}
	.advertise img
	{
		width: 100%;
	}
	.small_menu li
	{
		margin: 0 0 0 15px;
	}
	.slider
	{
		padding: 15px;
	}
	.carousel_scroll
	{
		margin-left: -15px;
	}
	.azitems .az_items_block
	{
		float: left;
		margin: 10px 5px;
		width: 220px;
	}
	.azitems .az_items_block ul li
	{
		font-size: 16px;
	}
	.az_item_title
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.advertise_small
	{
		width: 250px;
		background-size: 250px;
	}
	header h1
	{
		font-size: 30px;
	}
	.signin_form .form-group input.back
	{
		width: 100%;
	}

	.form-search input[type=text]
	{
		width: 78%;
		margin: 22px 0;
		float: left;
		height: 35px;
		padding-left: 30px;
		font-size: 20px;

	}
	.search_button
	{
		right: 80px;
		left: auto;
		width: 28px;
		height: 28px;
		background-size: 28px 28px;
		top: 25px;
	}
	.close_search
	{
		background: url(../images/ic_close_24_x3.png) no-repeat;
		width: 28px;
		height: 28px;
		background-size: 28px 28px;
		position: absolute;
		right: 20px;
		top: 25px;
	}
	.advertise_small_prod img
	{
		max-width: 90%;
		height: auto;
	}

}
@media screen and (max-width: 425px) {
	.items
	{
		margin: 0 10px;
	}
	.footer_menu li
	{
		margin: 5px 0;
	}
	.slider_title
	{
		font-size: 12px;
		padding: 3px 10px;
	}
	.slider
	{
		padding: 10px;
	}
	.small_menu li
	{
		margin: 0 0 0 10px;
	}
	.menu_collapse
	{
		width: 15%;
	}
	.logo-block
	{
		width: 85%;
	}
	.advertise_small
	{
		width: 300px;
		background-size: 300px;
		position: relative;
		top: 0;
		right: 0;
	}
	header h1
	{
		font-size: 24px;
	}
	.signin_form .form-group.without_image input
	{
		width: 89%;
	}
	.audio
	{
		width: 100%;
		height: auto;
	}
	.form-search input[type=text]
	{
		width: 70%;
		margin: 22px 0;
		float: left;
		height: 35px;
		padding-left: 30px;
		font-size: 18px;

	}
	.search_button
	{
		right: 80px;
		left: auto;
		width: 22px;
		height: 22px;
		background-size: 22px 22px;
		top: 28px;
	}
	.close_search
	{
		background: url(../images/ic_close_24_x3.png) no-repeat;
		width: 22px;
		height: 22px;
		background-size: 22px 22px;
		position: absolute;
		right: 25px;
		top: 28px;
	}
	.azitems .az_items_block
	{
		float: left;
		margin: 10px 5px;
		width: 180px;
	}
	.audiojs
	{
		width: 100%;
	}
	.audiojs .scrubber
	{
		width: 85%;
	}
	.shopcart .add
	{
		display: block;
		margin: 20px auto;
		font-size: 18px;
		width: 100%;
		height: 60px;
	}
	.autosuggest ul li {
		font-size: 16px;
	}
	.autosuggest ul li a {
		font-size: 16px;
	}

}
/* end content */

.table>tbody>tr>td, .table>tfoot>tr>td{
	vertical-align: middle;
}
.mobile_price_quantity
{
	display: none;
}
@media screen and (max-width: 768px) {
	table#cart tbody td .form-control{
		width: 20%;
		display: inline !important;
	}
	.actions .btn{
		width: 36%;
		margin: 1.5em 0;
	}

	.actions .btn-info{
		float: left;
	}
	.actions .btn-danger{
		float: right;
	}

	table#cart thead {
		display: none;}
	table#cart tbody td {
		display: block;
		padding: .6rem;
		min-width: auto;
		border: 0;
	}
	table#cart tbody tr td:first-child {
	}
	table#cart tbody td:before {

		font-weight: bold;
		display: inline-block;
		width: 8rem;
	}



	table#cart tfoot td{
		display: block;}
	table#cart tfoot td .btn{
		display: block;}
	table#cart.order_list_table tbody td
	{
		display: table-cell;
	}
	.steps ul
	{
		width: 100%;
	}
	.steps ul li
	{
		margin-right: 10px;
	}
	.steps ul li img
	{
		width: 62px;
		height: 62px;
	}
	.mobile_price_quantity
	{
		display: inline-block;
	}
	.shoppingcart tbody tr
	{
		border-bottom: 1px solid #c3c3c3;
	}
	.shoppingcart tbody tr td.type_td, .shoppingcart tbody tr td.quantity_td, .shoppingcart tbody tr td.subtotal_td, .shoppingcart tbody tr td.actions, .shoppingcart tbody tr td.price_td
	{
		border: 0;
		min-width: auto;
	}
	.shoppingcart tbody tr td
	{
		position: relative;
	}
	.shoppingcart tbody tr td.type_td
	{
		float: left;
		font-weight: bold;
	}
	.shoppingcart tbody tr td.price_td, table#cart tbody td.price_td
	{

		font-weight: 400;
	}
	.shoppingcart tbody tr td.subtotal_td, table#cart tbody td.subtotal_td
	{
		position: absolute;
		right: 25px;
		margin-top: -54px;
		font-size: 18px;
		font-weight: bold;
		padding: 0;
	}

	.order_list_table tbody tr td.subtotal_td, table#cart.order_list_table tbody td.subtotal_td
	{
		position: relative;
		right: 0;
		margin-top: 0;

	}
	.order_list_table tbody tr td.type_td
	{
		float: none;
	}
	.delivery_detail
	{
		margin: 5px 0;
	}
	.shoppingcart tbody tr td.actions, table#cart tbody td.actions
	{
		position: absolute;
		right: 25px;
		margin-top: -5px;
		float: left;
		padding: 0;
	}
	.shoppingcart tbody tr
	{
		position: relative;
	}
	.shoppingcart tbody tr td
	{
		position: relative;
	}
	.remove button
	{
		background: url(../images/Icons_png/ic_remove_from_cart_orange_24.png) no-repeat;
	}
	.shoppingcart .quantity
	{
		background: #ffa800;
		border: 0;
		margin-bottom: 10px;
	}
	.shoppingcart
	{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.shoppingcart .image
	{
		margin-right: 15px;
	}
	.left_foot_cart
	{
		float: none;
		width: 100%;
	}
	.right_foot_cart
	{
		float: none;
		width: 100%;
		border-top: 1px solid #c3c3c3;
		margin-top: 10px;
		padding-top: 10px;
	}
	.right_foot_cart .label
	{
		width: auto;
		text-align: left;
	}
	.back, .update, .next, .signin_form .cart_button input[type=submit].next, .cart .next, .cart .back
	{
		width: 100%;
		display: block;
		margin: 10px 0;
		text-align: center;
	}
	table#cart tfoot td.button_mobile
	{
		padding: 0;
	}
	.steps ul
	{
		height: 95px;
	}
	.steps ul li
	{
		height: 95px;
		width: 95px;
	}
	.steps ul li img
	{
		margin-bottom: 5px;
	}
	.orange_button
	{
		width: 100%;
	}
	ol.list_track li
	{
		width:100%;
	}
}
@media screen and (max-width: 555px) {
  #banner {
    display: none
  }

	.signin_form .form-group label
	{

		width: 85%;
	}
	.giftmessage
	{
		width: 82%;
	}

	table#cart.order_list_table tbody td.cart_head
	{
		display: none;
	}
	table#cart.order_list_table tbody td
	{
		display: block;
	}
	table#cart.order_list_table tbody tr
	{
		border-bottom: 1px solid #ccc;
	}
	table#cart.order_list_table tbody td
	{
		padding: 5px;
	}
	table#cart.order_list_table tbody tr td:first-child
	{
		float: left;
	}
	.order_list_table tbody tr td.subtotal_td, table#cart.order_list_table tbody td.subtotal_td
	{
		float: right;
	}
	.order_list_table .mobile_price_quantity
	{
		display: none;
	}
	.order_list_table tbody tr td.price_td, table#cart.order_list_table tbody td.type_td, table#cart.order_list_table tbody td.quantity_td
	{
		text-align: right;
	}
	.delivery_detail
	{
		float: left;
		width: auto;
	}
	.showing
	{
		position: relative;
		left: 0;
		right: auto;
		font-size: 14px;
	}
}
@media screen and (max-width: 475px) {
	.signin_form .form-group input[type=submit], .signup_button, .signin_form .form-group input[type=submit]
	{
		width: 100%;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 90.4%;
	}
}
@media screen and (max-width: 425px) {
	.steps ul li
	{

		width: 85px;
	}
	.signin_form .form-group label
	{

		width: 80%;
	}
	.breadcrumbs
	{
		margin: 5px 10px 5px;
	}
	.page_header_prod .title
	{
		padding-left: 0;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 89.4%;
	}
	#pager
	{
		margin: 10px 0;
	}
	#pager a
	{
		margin: 0 3px;
	}
}
@media screen and (max-width: 375px) {
	.signin_form .form-group label
	{

		width: 75%;
	}
	.giftmessage
	{
		width: 75%;
	}
	.showing
	{
		font-size: 10px;
	}
	.azitems .az_items_block
	{
		width: 90%;
	}
	.quantity_select
	{
		top: 0;
		position: relative;
		margin-bottom: 20px;
		float: none;
	}
	.quantity_select select
	{
		float: right;
		margin-top: -3px;
	}
	.audiojs .scrubber
	{
		width: 80%;
	}
	.steps ul li
	{
		margin: 0 5px;
		width: 60px;
		line-height: 16px;

		font-size: 14px;
	}
	.steps ul li img {
		width: 55px;
		height: 55px;
	}
	.steps ul li a {
		color: #464646;
		font-size: 14px;
	}
	.left_foot_cart, .left_foot_cart select
	{
		width: 100%;
	}
	.signin_form .form-group.without_image input[type="text"]
	{
		width: 87.4%;
	}
	.shoppingcart tbody tr td.subtotal_td strike, table#cart tbody td.subtotal_td strike
	{
		display: block;
	}
	#pager a
	{
		margin: 0 5px;
	}
}
@media screen and (max-width: 320px) {

	.form-search input[type=text]
	{
		width: 65%;
	}
}