/*-- Shopping-Cart-PopUp --*/
div#my-cart-modal {
	background-color: rgba(0,0,0,0.50);
}

div#my-cart-modal .modal-dialog {
	width: 50%;
	margin: 100px auto 0;
}

div#my-cart-modal .modal-content {
	background-color: #F5F5F5;
	box-shadow: none!important;
	border: none!important;
	border-radius: 0;
	padding: 30px;
}

div#my-cart-modal .modal-header {
	padding: 0 15px 15px;
	border-bottom: 3px solid #333;
}

div#my-cart-modal h4#myModalLabel {
	font-size: 20px;
	color: #ff6060;
}

div#my-cart-modal .modal-body {
	padding: 0;
}

div#my-cart-modal .table {
	margin: 0;
}

div#my-cart-modal .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px;
	vertical-align: middle;
	border: none;
}

div#my-cart-modal .table > tbody > tr {
	border-top: 1px solid #CCC;
}

div#my-cart-modal .table > tbody > tr:nth-child(1) {
	border: none;
}

div#my-cart-modal .btn-danger {
	color: #000;
	background-color: #FFF;
	border-color: #000;
}

div#my-cart-modal .btn-danger:hover {
	color: #fff;
	background-color: #ff6060;
	border-color: #ff6060;
}

div#my-cart-modal strong {
	color: #000;
	font-size: 15px;
}

div#my-cart-modal .modal-footer {
	border-top: 3px solid #000;
}

div#my-cart-modal button.btn.btn-default, div#my-cart-modal button.btn.btn-primary {
	padding: 8px 0;
	width: 15%;
	font-size: 14px;
	border: none;
	border-radius: 0;
	outline: none;
	background-color: #333;
	color: #FFF;
}

div#my-cart-modal button.btn.btn-default:hover {
	background-color: #ff6060;
}

div#my-cart-modal button.btn.btn-primary a {
	color: #FFF;
}

div#my-cart-modal button.btn.btn-primary:hover {
	background-color: #ff6060;
}

div#my-cart-modal .alert-danger {
	color: #FFF;
	text-align: center;
	background-color: #ff6060;
	font-size: 15px;
	margin: 20px;
	border: none;
	border-radius: 0;
}

div#my-cart-modal .close {
	font-size: 25px;
	opacity: 1;
}

div#my-cart-modal .close:hover, .close:focus {
	opacity: 1;
	color: #ff6060;
}
/*-- //Shopping-Cart-PopUp --*/

/*-- cart-css --*/ 
#staplesbmincart form {
    position: relative;
    padding: 1em;
    background: #fbfbfb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
    border-radius: 4px;
	color: #333;
}
#staplesbmincart form  ul {
    overflow-y: scroll;
    max-height: 300px;
}
#staplesbmincart {
    display: none;
    position: fixed;
    left: 68%;
	/*top: 16.9%;*/
	top: 100px;
	width: 420px;
} 
.sbmincart-showing #staplesbmincart {
    display: block;
    z-index: 9999; 
    -webkit-animation: zoomIn .3s ease;
	-moz-animation: zoomIn .3s ease;
	-o-animation: zoomIn .3s ease;
	-ms-animation: zoomIn .3s ease;
	animation: zoomIn .3s ease;
}
#staplesbmincart form.sbmincart-empty {
	font-size: 16px;
	font-weight: bold;
}
#staplesbmincart ul {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0 20px;
	padding: 1em;
	list-style-type: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#staplesbmincart .sbmincart-empty ul {
	display: none;
}
#staplesbmincart .sbmincart-closer {
    float: right;
    margin:-3px -10px 0;
    padding: 0 10px;
    background: 0;
    border: 0;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
    outline: none;
}
#staplesbmincart .sbmincart-item {
    clear: left;
    padding: 7px 0;
    min-height: 35px;
	font-size: 1em;
}
#staplesbmincart .sbmincart-item + .sbmincart-item {
	border-top: 1px solid #f2f2f2;
}
#staplesbmincart .sbmincart-item a {
	color: #333;
	text-decoration: none;
}
#staplesbmincart .sbmincart-details-name {
	float: left;
	width: 62%;
}
#staplesbmincart .sbmincart-details-quantity {
	float: left;
	width: 15%;
}
#staplesbmincart .sbmincart-details-remove {
	float: left;
	width: 7%;
}
#staplesbmincart .sbmincart-details-price {
	float: left;
	width: 16%;
	text-align: right;
}
#staplesbmincart .sbmincart-attributes {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    overflow: inherit;
    height: inherit;
}
#staplesbmincart .sbmincart-attributes li {
	display: inline;
}
#staplesbmincart .sbmincart-attributes li:after {
	content: ",";
}
#staplesbmincart .sbmincart-attributes li:last-child:after {
	content: "";
}
#staplesbmincart .sbmincart-quantity {
	width: 30px;
	height: 18px;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 13px;
	text-align: right;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
}
#staplesbmincart .sbmincart-quantity:hover {
	border-color: #0078C1;
}
#staplesbmincart .sbmincart-quantity:focus {
	border-color: #0078C1;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 3px rgba(0, 120, 193, 0.4);
}
#staplesbmincart .sbmincart-remove {
	width: 18px;
	height: 19px;
	margin: 2px 0 0;
	padding: 0;
	background: #b7b7b7;
	border: 1px solid #a3a3a3;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	opacity: 0.70;
	cursor: pointer;
}
#staplesbmincart .sbmincart-remove:hover {
	opacity: 1;
}
#staplesbmincart .sbmincart-footer {
    clear: left;
    text-align: center;
	margin-right: 1.5em;
    position: relative;
}
p.sbmincart-empty-text {
    color: #ff6060;
    font-weight: 500;
}
#staplesbmincart .sbmincart-subtotal {
    bottom: 3px;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: left;
    letter-spacing: 1px;
}
#staplesbmincart .sbmincart-submit {
    margin-right: 6px;
    padding: 0;
    border: none;
    color: #ff5063;
    background: none;
    outline: none;
    font-size: 0.87em;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    right: 0;
    top: 0;
} 
/* Let's get this party started */
#staplesbmincart form  ul::-webkit-scrollbar {
    width: 5px;
} 
/* Track */
#staplesbmincart form  ul::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px #999; 
	-moz-box-shadow: inset 0 0 6px #999;
	-o-box-shadow: inset 0 0 6px #999;
	-ms-box-shadow: inset 0 0 6px #999; 
	box-shadow: inset 0 0 6px #999; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
} 
/* Handle */
#staplesbmincart form  ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    border-radius: 10px;
    background: #3c43a4; 
	-moz-box-shadow: inset 0 0 6px #3c43a4;
	-o-box-shadow: inset 0 0 6px #3c43a4; 
	-ms-box-shadow: inset 0 0 6px #3c43a4; 
    -webkit-box-shadow: inset 0 0 6px #3c43a4;
	box-shadow: inset 0 0 6px #3c43a4; 	
} 
/*-- //cart-css --*/ 

/*-- cart-button --*/ 
.back form {
    margin-top: 0.5em;
}
.product-cart {
    font-size: 1em;
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    background: none;
    outline: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    padding:5px 7px;
} 
.product-cart:hover,.back a:hover {
	-webkit-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-moz-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-o-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
	-ms-box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
    box-shadow: 0 0 9px 2px rgba(224, 224, 224, 0.5);
}
.back a {
    font-size: 1em;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
}
.pro-item {
    position: relative;
}
/*-- //cart-button --*/ 

/*-- Model-Slider --*/
/*-- effect on products --*/
.img-deals img {
    width: 100%;
    border: 1px solid #ddd;
}
.cart-pro {
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s ease-out 0s;
	visibility: hidden;
}

.product-top {
	background: rgba(251, 56, 59, 0.66);
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 120px;
    font-size: 13px;
    height: 29px;
    text-align: center;
	line-height: 2.3;
}

span.dotted_line {
    font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.inner-cart-pro {
	height: 100%;
	position: relative;
	width: 100%;
	transition: all 0.5s ease-out 0s;
}

.inner-cart-pro ul {
	left: 0;
	margin: -60px 0 0;
	padding: 0;
	position: absolute;
	top: 45%;
	width: 100%;
	transition: all 0.5s ease-out 0s;
}

.link-product-add-cart {
    background: #0c0c0c;
    color: #fff;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    font-size: 0.9em;
}

.inner-cart-pro>ul>li {
	display: inline-block;
}

.inner-cart-pro ul li a {
	color: #fff;
	transition: all 0.5s ease-out 0s;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
}

.thumb-item:hover {
	cursor: pointer;
}

.thumb-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.thumb-item:hover .cart-pro {
	opacity: 1;
	visibility: visible;
}

.thumb-item:hover .inner-cart-pro ul {
	margin: 20px 0 0;
}

.inner-cart-pro ul li a:hover {
	background: #ffc229 none repeat scroll 0 0;
}

.inner-cart-pro .link-product-add-cart {
    width: 51%;
    top: 0px;
    left: 25%;
	margin: 0 auto;
	position: absolute;
	transition: all 0.5s ease-out 0s;
}

.thumb-item:hover .inner-cart-pro .link-product-add-cart {
	/*top: 49%;*/
	top: 30%;
}

.link-product-add-cart:hover {
    background: #ff6060;
	color: #fff;
}

.product-item-info {
    padding: 15px;
	border: 1px solid #e4e4e4;
}

ul.stars i {
	font-size: 9px;
}
ul.stars li {
  list-style:none;
  display:inline-block;
}
ul.stars li a {
	color:#333;
}
ul.stars li a:hover {
	color:#ff6060;
}
/*-- //effect on products --*/

/*-- product left --*/
.ads-list {
	width: 33.333%;
	float: left;
}

.select-box {
	background: rgba(255, 76, 76, 0.66);
	padding: 30px 30px;
	margin: 40px 0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.ads-list label {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 6px;
}

.ads-list select {
	width: 70%;
	outline: none;
	color: #000;
	font-size: 15px;
	border: 1px solid #eee;
	padding: 7px 8px;
}

.btn-group.bootstrap-select.show-tick button {
	padding: 8px 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 260px;
}

#custom-search-input {
	padding: 3px;
	border: solid 1px #D1E0EE;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: #fff;
	width: 80%;
	color: #000;
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
}

#custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
	border: 0;
	box-shadow: none;
	border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
	font-size: 23px;
}

.input-lg {
	height: 29px;
	padding: 0px 10px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

#custom-search-input .glyphicon-search {
	font-size: 16px;
}

.btn-default {
	border-color: #D1E0EE;
}

.btn {
	display: inline-block;
}

.search-hotel input[type="search"] {
    background: #f5f5f5;
    border: none;
    width: 81%;
    outline: none;
    padding: 11px 10px 10px 10px;
    font-size: 13px;
    color: #c4c4c4;
    letter-spacing: 1px;
}

.search-hotel form input[type="submit"] {
    background: url(../img/search.png) no-repeat 7px 6px #151414;
    width: 44px;
    height: 39px;
    border: none;
    padding: 0;
    margin-top: 0;
}

.search-grid-left {
	padding: 15px;
	background: #f5f4f0;
}

h2.agileits-sear-head {
	color: #fff;
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 600;
    background: #545454;
    padding: 10px 10px 10px 10px;
}

h3.agileits-sear-head {
	color: #fff;
    margin-bottom: 12px;
    font-size: 1.1em;
    font-weight: 600;
    background: #545454;
    padding: 10px 10px 10px 10px;
}

.search-hotel {
	padding: 15px 0;
}

/*-- Slider range --*/
.w3-brand-select,
.w3ls-featured-ads {
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
}

.side-bar {
	padding: 0 15px;
    border: 1px solid #e4e4e4;
}

.shop_left img,.shop_right img  {
    width: 100%;
}

.shop_left,.shop_right {
    padding: 0;
	margin-bottom: 1.3em; 
    position: relative;
}

.shop_left.shp,.shop_right.shp {
    margin-bottom: 0;
    margin-top:1.2em;
}

.shop_left h6,.shop_right h6{
    font-size: 20px;
    margin-top: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    position: absolute;
    top: 38%;
    left: 12%;
}
/*-- //Slider range --*/

.product {
	margin: 0.6em 0;
	padding: 0 7px 0 7px;
}

/*-- check input --*/
.left-side ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}

input.checked {
	display: inline-block;
	margin: 0;
	cursor: pointer;
}

.left-side ul li span {
	font-size: 13px;
	/*color: #000;*/
	color: #646464;
	letter-spacing: 1px;
	margin-left: 3px;
	vertical-align: top;
}

.left-side {
	margin-top: 18px;
}
/*-- //check input --*/

/*-- customer --*/
.customer-rev ul li i {
    color: #f58b8d;
    font-size: 0.8em
}

.customer-rev ul li {
	list-style: none;
}

.customer-rev ul li a span {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin-left: 8px;
}
/*-- //customer --*/


/*-- special deals --*/
.img-deal1 {
	padding: 0 .5em;
	margin-top: 10px;
}

.img-deal1 h3 {
    color: #080808;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700;
}

.img-deal1 a {
    font-size: 14px;
    color: #6d6c6c;
}

.special-sec1:nth-child(3),
.special-sec1:nth-child(5) {
	margin: 15px 0;
}

.wrapper_top_shop {
    padding: 15px;
    border: 1px solid #e4e4e4;
}

.wrapper_master_versions {
	/*padding: 15px;*/
	padding: 10px;
}
/*-- //special deals --*/

/*-- nuts --*/
.thumb-item {
    text-align: center;
    position: relative;
}

.box {
	background-color:#ccc;
	width: 100%;
	height:0;
	padding-bottom: 100%;
}

.item-info-product {
	text-align: center;
    overflow: hidden;
	width: 100%;
}

.item-info-product h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	width: 100%;
	padding: 8px 0px 2px 0px;
}

.item-info-product h4 a {
    color: #080808;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight: 700;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.item-info-product-detail {
	margin: 12px 0;
}

.item-info-product-detail del {
	font-weight: 300;
	margin-left: 13px;
	font-size: 15px;
}

.effect-bg {
	margin-top: 40px;
}

.effect-bg h3 {
	color: #fff;
	font-size: 47px;
	letter-spacing: 3px;
	font-weight: 600;
}

.effect-bg h6 {
	font-size: 18px;
	letter-spacing: 2px;
	margin: 18px 0;
	color: #fff;
}

.effect-bg p {
	color: #000;
}
.product img {
	/*width: 100%;*/
	/*height: 189.48px;*/
	/*background-color: #fff;*/
	object-fit: cover;
	width: 189.48px;
	height: 189.48px;
}
.grid_meta {
    float: left;
    width: 80%;
	text-align: left;
}
.item-info-product-detail {
	margin: 12px 0;
	/*padding: 1em;*/
	padding: 0.5em;
	border-top: 1px solid #ddd;
}
button.product-cart {
    font-size: 1.2em;
    color: #fff;
    border:none;
    text-align: center;
    border-left:none!important;
    background: none;
	background: #171717;
    width: 34px;
    height: 34px;
}
button.product-cart:hover {
	background: #ff6060;
}

/*-- single-page --*/
.single-right-left h1 {
    text-transform: capitalize;
    font-size: 23px;
	/*color: #ff6060;*/
	color: #333;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 23px;
	/*color: #ff6060;*/
	color: #333;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.single-right-left p{
    color: #000;
    font-size: 20px;
    margin: .5em 0 1em;
}
.single-right-left del {
    color: #555;
    margin-left: 10px;
    font-weight: 300;
    font-size: 0.8em;
}

.description {
	margin:1.5em 0;
}
.description h2 {
	color: #fff;
    background-color: #545454;
    font-size: 0.9em;
	margin-bottom: 12px;
	padding: 10px 10px 10px 10px;
    letter-spacing: 1px;
}
.description h5 {
	color: #fff;
    background-color: #545454;
    font-size: 0.9em;
	margin-bottom: 12px;
	padding: 10px 10px 10px 10px;
    letter-spacing: 1px;
}
.description p {
color: #545454;
	line-height:1.8em;
	margin:0.5em 0 0;
	font-size:0.9em;
}

.release_info {
	margin:1.5em 0;
}
.release_info h2 {
	background-color: #545454;
    color: #fff;
	font-size: 0.9em;
    margin-bottom: 12px;
    padding: 10px 10px 10px 10px;
    letter-spacing: 1px;
}
.release_info h5 {
	background-color: #545454;
    color: #fff;
	font-size: 0.9em;
    margin-bottom: 12px;
    padding: 10px 10px 10px 10px;
    letter-spacing: 1px;
}
.release_info p {
	color: #545454;
	line-height:1.8em;
	margin:0.5em 0 0;
	font-size:0.9em;
}

.occasional{
	margin:2em 0;
}

.color-quality-right h5,.occasional h5 {
color: #000;
    font-size: 16px;
    margin: 0 0 12px;
    letter-spacing: 1px;
}
.color-quality-right select {
    padding: 5px 21px;
}
.colr {
    width: 33.333%;
    float: left;
}

.description input[type="text"]{
	padding:8px 8px;
	color:#ccc;
	font-size:13px;
	width:45%;
	outline:none;	
	letter-spacing:1px;
}
.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #000000;
    border: none;
    outline: none;
    padding: 7px 17px 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.description input[type="submit"]:hover{
    background: #ff6060;
}

.occasion-cart a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	background: #1d1d1d;
	border-radius: 23px;
    text-decoration: none;
    border: 2px solid #1d1d1d;
    padding: 11px 26px 10px;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.occasion-cart a:hover {
	text-decoration: none;
	background: #545454;
	border: 2px solid #545454;
}

.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
    text-transform: uppercase;
    font-size: 1em;
    color: #212121;
    margin: 2em 0 1em 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.bootstrap-tab-text p span{
	display:block;
	margin:2em 0 0;
}
.bootstrap-tab-text-grid-left{
	float:left;
	width:14%;
}
.bootstrap-tab-text-grid-right{
	float:right;
	width:83%;
}
.bootstrap-tab-text-grid-right ul li{
	display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2){
	float:right;
}
.bootstrap-tab-text-grid-right ul li a{
    font-size: 1em;
    color: #ff6060;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.bootstrap-tab-text-grid-right ul li a:hover{
	color: #212121;
}
.bootstrap-tab-text-grid-right ul li a i{
	left:-1em;
}
.bootstrap-tab-text-grids{
	margin:3em 0 0 0em;
}
.bootstrap-tab-text-grid-right p{
	margin:2em 0 0;
    color: #545454;
    font-size: 0.9em;
    line-height:2sem;
}
.bootstrap-tab-text-grid:nth-child(2){
	margin:3em 0 0;
}

.add-review form{
	margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49%;
    font-size: 15px;
    color: #888;
}
.add-review input[type="email"]{
    margin-left: 1.55%;
}
.add-review textarea{
    width: 100% !important;
    min-height: 120px;
    margin: 1em 0;
    resize: none;
}
.add-review input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}
.add-review input[type="submit"]{
    outline: none;
    padding: 14px 0;
    background: #ff6060;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.add-review input[type="submit"]:hover{
    background: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ff6060;
	color:#fff;
}

.product.single {
    margin: 0;
}

.w3_agile_latest_arrivals {
    margin: 4em auto 0;
}

.responsive_tabs_agileits {
    margin-top: 3em;
}

.product.single-item {
    float: right;
}

.single_page h6 {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #4e4c4c;
    margin-bottom: 1em;
}
.single_page p {
	line-height: 2em;
    /*color: #888;*/
}

p.para {
    margin-top: 1em;
}

span.item_caption {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

input.button.add {
    font-size: 13px;
	color: #fff;
	background: #1d1d1d;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    padding: .9em 2em;
    outline: none;
    letter-spacing: 1px;
	font-weight: 600;
	border-radius: 34px;
}

input.button.add:hover {
	background: #545454;
}

input.button.soldout {
    font-size: 13px;
    color: #fff;
    background: #656565;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: .9em 2em;
    outline: none;
    letter-spacing: 1px;
	font-weight: 600;
	border-radius: 34px;
}

.responsive_tabs {
	margin-top: 2em;
}

.new_arrivals h3 {
    font-size: 1.4em;
    color: #080808;
    font-size: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 2em 0 1em 0;
}

.product.single-item.single_page_b {
	float: left;
	margin-bottom: 2em;
	width: 100%;
}

.mt-shoplist-header {
	z-index: 1;
	position: relative;
	/*padding: 0 15px 0 15px;*/
	padding: 0 0 0 15px;
	padding-bottom: 6px;
}
.mt-shoplist-header .btn-box {
    float: right;
}
.mt-shoplist-header .btn-box > ul {
    margin: 0;
    float: left;
}
.mt-shoplist-header .btn-box > ul > li {
    padding: 0 0 0 3px;
    position: relative;
    vertical-align: top;
}
.mt-shoplist-header .btn-box .drop-link {
    display: block;
    color: #a5a5a5;
    margin: 0 4px 0 0;
    padding: 12px 20px;
    border-radius: 20px;
    border: 1px solid #d8d8d8;
}
.mt-shoplist-header .btn-box > ul > li a {
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.mt-shoplist-header .btn-box .drop {
    left: 0;
    right: 0;
    top: 140%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    position: absolute;
    border: 1px solid #d8d8d8;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.mt-shoplist-header .btn-box .drop li {
    border-bottom: 1px solid #d8d8d8;
}
.mt-shoplist-header .btn-box .drop a {
    display: block;
    padding: 10px 15px;
}
.mt-shoplist-header .btn-box > ul > li a {
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.mt-shoplist-header .mt-textbox {
    color: #a5a5a5;
    padding: 2px 0 0;
    font-weight: 300;
    overflow: hidden;
}
.mt-shoplist-header .mt-textbox p {
	margin: 0;
	margin-bottom: 6px;
}
.mt-shoplist-header .btn-box .mt-viewswitcher {
    padding: 11px;
    display: block;
    color: #a5a5a5;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
}

.mt-pagination {
	/*padding: 42px 0 100px;*/
	padding: 20px 0 30px;
	font: 700 16px/20px;
}
.mt-pagination ul {
    margin: 0;
    text-align: center;
}
.mt-pagination ul li {
    /*padding: 0 3px 12px;*/
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
}
.mt-pagination ul a {
	color: #007ebe;
    display: block;
    padding: 5px 10px;
    background: #f6f6f6;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	cursor: pointer;
}

.mt-pagination .current-page {
	color: #bababa;
    padding: 5px 10px;
    background: #f6f6f6;
}

/**-- tracklist --*/
table.tracklist {
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}
table.tracklist th {
	font-weight: normal;
	border-bottom: 3px double #ddd;
	padding: 6px 4px 6px 4px;
}
table.tracklist td {
	padding: 6px 4px 6px 4px;
	vertical-align: top;
	word-break: break-all;
}
table.tracklist th.position {
	width: 10%;
}
table.tracklist th.title {
	width: 40%;
}
table.tracklist th.credit {
	width: 40%;
}
table.tracklist th.duration {
	width: 10%;
}
table.tracklist td.position {
	border-bottom: 0.9px dotted #ddd;
}
table.tracklist td.title {
	border-bottom: 0.9px dotted #ddd;
}
table.tracklist td.credit {
	border-bottom: 0.9px dotted #ddd;
}
table.tracklist td.duration {
	border-bottom: 0.9px dotted #ddd;
}

table.tracklist th.tracks {
	width: 20%;
}
table.tracklist th.role {
	width: 50%;
}
table.tracklist th.name {
	width: 30%;
}
table.tracklist td.tracks {
	border-bottom: 0.9px dotted #ddd;
}
table.tracklist td.role {
	border-bottom: 0.9px dotted #ddd;
}
table.tracklist td.name {
	border-bottom: 0.9px dotted #ddd;
}

ul.tracklist {
    display: table;
    width:100%;
}
ul.tracklist > li:nth-child(3n+1) {
    clear: both;
}

ul.tracklist > li.position {
    display: table-cell;
    float: left;
    width: 12%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.title {
    display: table-cell;
    float: left;
    width: 78%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.duration {
    display: table-cell;
    float: left;
    width: 10%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}

ul.tracklist > li.tracks_header {
    display: table-cell;
    float: left;
    width: 15%;
    border-bottom: 3px double #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.role_header {
    display: table-cell;
    float: left;
    width: 55%;
    border-bottom: 3px double #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.name_header {
    display: table-cell;
    float: left;
    width: 30%;
    border-bottom: 3px double #ddd;
	padding: 6px 4px 6px 4px;
}

ul.tracklist > li.tracks {
    display: table-cell;
    float: left;
    width: 15%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.role {
    display: table-cell;
    float: left;
    width: 55%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}
ul.tracklist > li.name {
    display: table-cell;
    float: left;
    width: 30%;
    border-bottom: 0.9px dotted #ddd;
	padding: 6px 4px 6px 4px;
}

/*-- description --*/
.description ul {
    list-style: none;
    font-size: 13px;
    color: #212020;
}

.description ul li span.table-column1 {
	float: left;
}

.description table tr td {
	vertical-align: top;
	padding: 0 18px 0 0;
	font-size: 13px;
}
    
.description ul li span.table-column2 {
    display: block;
    margin-left: 140px;
    margin-bottom: 6px;
}

/*-- release info --*/
.release_info ul {
    list-style: none;
    font-size: 13px;
    color: #212020;
}

/*-- search suggest --*/
.release_info ul li span.table-column1 {
    float: left;
}
    
.release_info ul li span.table-column2 {
    display: block;
    margin-left: 250px;
    margin-bottom: 6px;
}

::placeholder{
	color: #ccc
}
  
.ui-helper-hidden-accessible {
	visibility: hidden;
}
  
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
	background: rgba(255, 255, 255, 0.75);
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	font-family: 'Montserrat', MyYuGothicM, YuGothic, sans-serif;
}
  
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	border-radius: 0;
	border: none;
	max-height: 200px;
	overflow-y: auto;   /* prevent horizontal scrollbar */
	overflow-x: hidden; /* add padding to account for vertical scrollbar */
	z-index:1000 !important;
}

/*-- master_versions --*/
.resultBlock {
	padding-top: 20px;
}

.resultBlock.resultSell {
	padding-top: 10px;
}

.resultBlock.resultSell .resultList {
	border-top: 1px solid #eee;
}

.end {
    border-bottom: 1px solid #eee;
}

.resultBlock .resultList .list {
	padding: 20px 0;
    overflow: hidden;
}

.resultList .list .itemImg {
	width: 100px;
	float: left;
}

.thumbnailBlock {
	display: table;
	width: inherit;
	table-layout: fixed;
}

.thumbnail.wh180 {
	width: 100px;
	height: 100px;
}

.thumbnail {
	padding: 0;
	border: 1px solid #eee;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #f9f9f9;
	overflow: hidden;
}

.thumbnail .img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.resultList .list .itemImg .rateBlock {
	padding-top: 10px;
	padding-right: 0;
	margin-bottom: 0;
    line-height: 12px;
    width: 140px;
}

.rateBlock {
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.resultList .list .itemImg .rateBlock .average {
	float: none;
	margin: 0 0 5px 0;
    line-height: 1;
    font-size: 12px;
}

.have {
	float: none;
	margin: 0 0 0 0;
    line-height: 1;
    font-size: 12px;
}

.resultList .list .itemImg .rateBlock .average .separate {
	padding: 0 3px;
}

.resultList .list .itemImg .rateBlock .average .num {
	font-size: 12px;
	font-weight: bold;
}

.have .num {
	font-size: 12px;
	font-weight: bold;
}

.rateBlock.rate13 .stars {
	line-height: 13px;
}

.rateBlock .stars {
	float: left;
	margin: 0 4px 4px 0;
	line-height: 16px;
}

.rateBlock.rate13 .stars .star {
	width: 13px;
	height: 13px;
}

.rateBlock .stars .star {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 0;
}

.rateBlock .stars .star img {
	vertical-align: bottom;
}

.resultList .list .itemImg .rateBlock .amount {
	font-size: 10px;
	color: #888;
}

.rateBlock .average, .rateBlock .amount, .rateBlock .see {
	float: left;
}

.resultList .list .itemText {
	width: 800px;
	float: right;
}

.resultList .list .itemText .itemHeadBlock {
	padding-bottom: 5px;
}

.resultList .list .itemText .itemHeadBlock .categories {
	float: left;
	width: 600px;
}

.resultList .list .itemCategory {
	font-size: 12px;
}

.itemCategory {
	font-size: 11px;
}

.itemCategory .greenItemWide, .itemCategory .pinkItemWide, .itemCategory .pinkItemWide02, .itemCategory .grayItemWide, .itemCategory .redItemWide {
	display: inline-block;
	padding: 2px 9px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	white-space: nowrap;
	color: #656565;
	border: 1px solid #656565;
}

.format-vinyl {
    display: inline-block;
	padding: 2px 9px;
	margin-right: 5px;
    margin-bottom: 5px;
    background: rgba(251, 56, 59, 0.66);
	white-space: nowrap;
	color: #fff;
	border: 1px solid rgb(251, 56, 59);
}

.format-cd {
    display: inline-block;
	padding: 2px 9px;
	margin-right: 5px;
    margin-bottom: 5px;
    background: rgba(16, 154, 215, 0.66);
	white-space: nowrap;
	color: #fff;
	border: 1px solid rgb(16, 154, 215);;
}

.format-other {
    display: inline-block;
	padding: 2px 9px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: rgba(101, 101, 101, 0.66);
	white-space: nowrap;
	color: #fff;
	border: 1px solid rgb(101, 101, 101);
}

.resultList .list .itemText .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}

.resultList .list .itemText .itemHeadBlock .chk {
	float: right;
	margin: -10px 10px 0 0;
	width: 30px;
	height: 30px;
}

.chk .greenCheckBox {
	position: absolute;
	display: none;
}

.resultList .list .itemText .itemStates {
	width: 100%;
	display: table;
}

.resultList .list .itemText .itemStates .text {
	padding-right: 10px;
}

.resultList .list .itemText .itemStates .text {
	vertical-align: top;
	padding-right: 20px;
}

.resultList .list .itemText .itemStates .text, .resultList .list .itemText .itemStates .statesBtns {
	display: table-cell;
	vertical-align: bottom;
}

.resultList .list .itemText .itemStates .text .name {
	margin-bottom: 10px;
}

.resultList .list .itemText .name {
	padding: 5px 0 0;
	font-size: 16px;
	line-height: 1;
	color: #333;
}

.resultList .list .itemText .name .trigger {
	color: #888;
}

.resultList .list .itemText .states .price {
	padding-right: 5px;
}

.resultList .list .itemText .states .price {
	padding-right: 15px;
	border-right: 1px dotted #dedede;
	font-size: 14px;
}

.resultList .list .itemText .states .price, .resultList .list .itemText .states .other {
	display: table-cell;
    width: 320px;
	vertical-align: top;
    box-sizing: border-box;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resultList .list .itemText .states .list {
	display: table-row;
}

.resultList .list .itemText .states .price .left, .resultList .list .itemText .states .price .sale .left {
	white-space: nowrap;
}

.resultList .list .itemText .states .left, .resultList .list .itemText .states .separate, .resultList .list .itemText .states .right {
	display: table-cell;
}

.resultList .list .itemText .states .price .tax {
	display: inline-block;
	padding-left: 2px;
	font-size: 13px;
	color: #888;
	font-weight: normal;
	white-space: nowrap;
}

.resultList .list .itemText .states .separate {
	padding: 0;
}

.resultList .list .itemText .states .price .sale {
	font-weight: bold;
	color: #f64e83;
}

.resultList .list .itemText .states .other {
	padding-left: 10px;
}

.states .other .mulitbuy {
	color: #f64e83;
}

.resultList .list .itemText .itemStates .statesBtns {
	text-align: right;
}

.resultList .statesBtns .cart {
	width: 145px;
}

.resultList .statesBtns .cart {
	margin-bottom: 10px;
	background:#1d1d1d;
	/*border: 1px solid #1d1d1d;*/
	color: #fff;
}

.resultList .statesBtns .cart:hover {
	background: #545454;
}

.resultList .statesBtns .btn {
	outline: none;
	border-radius: 34px;
	white-space: nowrap;
}

.resultList .statesBtns .favorit {
	width: 145px;
}

.resultList .list .itemText .caution {
	margin-top: 15px;
	padding: 9px;
	border: 1px solid #dedede;
	background: #f9f9f9;
	border-radius: 4px;
}

/*-- sidemenu category --*/
.sideLeftBdrBlock {
	padding: 19px 19px;
	border: 1px solid #dedede;
	border-radius: 3px;
}

.sideLeftBdrBlock > :first-child {
	margin-top: 0;
	padding-top: 0;
}

.sideLeftBdrBlock .sideLeftTitleBlock {
	border-bottom-color: #eee;
}

.sideLeftTitleBlock {
	clear: both;
	padding: 8px 8px 8px;
	border-bottom: 1px solid #dedede;
}

.sideLeftTitleBlock .title {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.125;
}

.sideLeftLinks.textLarge {
	font-size: 14px;
}

.sideLeftLinks .list, .sideLeftLinks .listImg, .sideLeftLinks .listImgNormal {
	position: relative;
	width: 100%;
}

.accordionBlock {
	position: relative;
	overflow: hidden;
}

.sideLeftLinks .list .trigger.accordionBtn {
	background-image: none;
}

.accordionBlock > .trigger.accordionBtn {
	color: #109ad7;
	cursor: pointer;
}

.sideLeftLinks .list .trigger {
	display: block;
	padding: 10px 25px 10px 10px;
}

.sideLeftLinks .list .dot {
	letter-spacing: -0.4em;
	margin-left: -0.3em;
}

.accordionBlock > .trigger.accordionBtn {
	color: #109ad7;
	cursor: pointer;
}

.sideLeftLinks .list .listInner {
	display: none;
	border-top: 1px solid #eee;
}

.sideLeftLinks .list .listSmall {
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

.sideLeftLinks .list .listSmall .trigger {
	padding: 10px 25px 10px 20px;
}

.sideLeftLinks .list a.trigger, .sideLeftLinks .list .fakeTrigger {
	display: block;
	padding: 10px 25px 10px 10px;
}

.flag-icon-europe {
    background-image: url(../img/eu.png);
}

.img_wrap img{
    cursor: pointer;
	transition-duration: 0.3s;
	object-fit: cover;
	width: 110px;
	height: 110px;
}
.img_wrap:hover img{
    opacity: 0.6;
	transition-duration: 0.3s;
}

.stars {
    font-size: 0;
    vertical-align: middle;
}

.stars .star {
	width: 13px;
	height: 13px;
}

.reviewer {
	font-size: 10px;
	color: #888;
}

/*-- category --*/
#categoryList {
	z-index: 5;
	position: relative;
}

.section {
	padding: 0 0 12px;
}

.lists li {
    color: #555555;
}

.menuCategory .lists {
	margin: 17px 0 0;
	padding: 0;
	border-top: #ebebeb 1px solid;
}

.more {
    margin: 18px 0 0;
	text-align: right;
}

.mt-textbox .result {
    color: #646464;
    font-size: 14px;
}

/*-- category list --*/
.toggle_contents dl, dt, dd {
    font-size: 13px;
    letter-spacing: 1px;
    color: #646464;
}

.toggle_contents dl {
    margin: 0;
    line-height: 1.4;
}

.toggle_contents dt {
    padding: 10px 2px 10px 5px;
    position: relative;
    border-bottom: #ebebeb 1px solid;
}

.toggle_contents dt a {
    color: #646464;
    font-weight: normal;
}

.toggle_contents dd {
    color: #646464;
    padding: 8px 0 6px 12px;
    background: #fff;
    font-size: 12px;
}

.toggle_contents dd a {
    color: #646464;
    padding: 0 0 6px 0;
    font-weight: normal;
    display: block;
    background: url(../img/ico_arrow_1.png) no-repeat scroll 272px 2px;
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #545454;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggle_btn:before {
	width: 2px;
	height: 10px;
}

.toggle_title.selected .toggle_btn:before {
	content: normal;
}

.toggle_contents dd {
	display: none;
}

#video-hero {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#video-hero .copyBlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
    padding: 0;
}

#video-hero .copyBlock h3 {
    font-size: 5.5em;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    white-space: nowrap;
}

#video-hero .copyBlock p {
    font-size: 1.6em;
    color: #fff;
    margin: 2em 0;
    letter-spacing: 6px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

/**-- format filter --*/
.searchNavBlock {
	width: 90%;
	margin: 20px auto;
	margin-top: 0px;
}

.searchNavBlock .searchNavList {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.searchNavBlock .searchNavList .list:first-child {
	padding-left: 0;
}

.searchNavBlock .searchNavList .list {
	display: table-cell;
	padding: 0 4px;
	line-height: 1.3;
	vertical-align: middle;
}

.searchNavBlock .searchNavList .list .trigger {
	display: table-cell;
	width: 200px;
	height: 56px;
	padding: 4px 0;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #646464;
}

.searchNavBlock .searchNavList .list .trigger.none {
	display: table-cell;
	width: 200px;
	height: 56px;
	padding: 4px 0;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #646464;
	background: #dedede;
	pointer-events: none;
}

.searchNavBlock .searchNavList .list .trigger.current {
	background-color: #ff6060;
    border-color: #ff6060;
	color: #fff;
}

span.format_quantity {
	font-size: 10px;
}

.left-side ul li span.format_quantity {
	font-size: 10px;
}

.no-wrap {
    display: inline-block;
}

/*-- readcrumb --*/
.breadcrumb {
	clear: both;
	color: #888;
	background: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 0.4em 0 1.2em 0;
}

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0.5em 0;
	font-size: 10px;
}

.cp_breadcrumb a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 1em 0.7em 2em;
	text-decoration: none;
	color: #1d1d1f;
	background-color: #f5f5f7;
}

.cp_breadcrumb li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
}

.cp_breadcrumb a::after, .cp_breadcrumb a::before {
	position: absolute;
    top: 50%;
    right: -1.51em;
    margin-top: -1.46em;
    content: '';
    border-top: 1.45em solid transparent;
    border-bottom: 1.41em solid transparent;
    border-left: 1.6em solid;
}

.cp_breadcrumb a::after {
	z-index: 2;
	border-left-color: #f5f5f7;
}

.cp_breadcrumb a::before {
	z-index: 1;
	right: -1.8em;
	border-left-color: #ffffff;
}

.cp_breadcrumb li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #fff;
	background: #545454;
	border-radius: 0 5px 5px 0;
}

.cp_breadcrumb li:last-child a:hover {
	background: none;
}

.cp_breadcrumb li:last-child a::before, .cp_breadcrumb li:last-child a::after {
	content: normal;
}

/*-- top --*/
.copyBlock .shop {
	color: #fff;
	border-radius: 23px;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 11px 26px 10px;
	text-transform: uppercase;
	font: 16px/20px "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.copyBlock .shop:hover {
	background: #ff6060;
	border: 2px solid #ff6060;
}

.contents_w3layouts_agile {
	/*padding: 3em 7em;*/
	padding: 0em 7em 6em 7em;
}

.contentsleft h3 {
	/*margin-top: 15px;*/
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: 50px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Bauhaus 93";
	text-align: center;
}

.contentsright h3 {
	/*margin-top: 15px;*/
	margin-top: 80px;
	margin-bottom: 80px;
	font-size: 50px;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Bauhaus 93";
	text-align: center;
}

/*-- serach-detail --*/
.btn-search:link, .btn-search:visited, .btn-search:hover, .btn-search:active {
	color: #545454;
    border-radius: 23px;
    text-decoration: none;
    border: 2px solid #545454;
    background: #fff;
    padding: 11px 26px 10px;
    text-transform: uppercase;
    font: 13px "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	width: 100%;
}

.btn-search:hover {
	color: #545454;
    border: 2px solid #545454;
    background: #fff;
	text-decoration: underline;
}

.search-detail-container {
	padding: 2em;
	margin: 1em;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #f0f0f0;
}

ul.search-detail {
    display: table;
    width: 100%;
}

ul.search-detail > li.caption-keyword {
    display: table-cell;
    float: left;
    width: 28%;
    padding: 24px 0 12px 0;
}

ul.search-detail > li.input-keyword {
    display: table-cell;
    float: left;
    width: 72%;
    padding: 12px 0 12px 0;
}

input[type="text"] {
	padding: 9px 17px 8px;
    font-size: 13px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
	padding: 10px 7px;
	width: 100%;
}

.modal-header .close {
	margin-top: -25px;
}

.close {
	font-size: 32px;
}

.close:hover {
	color: #000;
}

.close:focus {
	outline:0;
}

.btn-search-detail {
	color: #545454;
    border-radius: 23px;
    text-decoration: none;
    border: 2px solid #dcdcdc;
    background: #fff;
	padding: 8px 24px;
    text-transform: uppercase;
    font: 13px "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-search-detail:focus {
	outline:0;
}

.btn-search-detail:hover {
	color: #fff;
	background: #ff6060;
	border: 2px solid #ff6060;
}

.btn-close {
	color: #545454;
    border-radius: 23px;
    text-decoration: none;
    border: 2px solid #dcdcdc;
    background: #fff;
	padding: 8px 24px;
    text-transform: uppercase;
    font: 13px "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-close:focus {
	outline:0;
}

.btn-close:hover {
	color: #fff;
	background: #545454;
	border: 2px solid #545454;
}

/*-- /Responsive --*/
@media(max-width:1280px) {
	.item-info-product h4 a {
		font-size: 13px;
	}
	.product.single-item {
		float: right;
		width: 15%;
	}
	.inner-cart-pro .link-product-add-cart {
		width: 70%;
		top: 0px;
		left: 16%;
		margin: 0 auto;
		font-size: 0.9em;
		height: 37px;
	}
	.product-top {
		right: 0;
		top: 0;
		width: 65px;
		font-size: 13px;
		height: 29px;
		line-height: 2.3;
	}
	.img-deals {
		padding-left: 0;
	}
	#staplesbmincart {
		left: 52%;
		top: 16.9%;
		width: 420px;
	}
}

@media(max-width:991px){
	.single-right-left.simpleCart_shelfItem {
		margin-top: 2em;
	}
	.single-right-left {
		width: 80%;
	}
	.responsive_tabs {
		margin-top: 3em;
	}

}
@media(max-width:800px){
	.single_page h6 {
		font-size: 1.2em;
		margin: 1em 0;
	}
	.bootstrap-tab-text-grid-right p {
       margin: 1em 0 0;
	}
	.product-item-info {
		padding: 15px;
		width: 47%;
		margin: 0.5em;
		float: left;
	}
	#staplesbmincart {
		left: 52%;
		top: 16.9%;
		width: 343px;
	}
}
@media(max-width:600px){
	.colr {
		width: 47.333%;
		float: left;
	}
	.new_arrivals h3 {
        font-size: 1.2em;
	}
	 .imagezoom-cursor ,.imagezoom-view{
		display: none;
	}
}
/*-- //Responsive --*/

.carouselSlider {
	position: relative;
}

.thumbnailBlock {
	display: table;
	width: inherit;
	table-layout: fixed;
}

.thumbnail.wh195 {
	width: 193px;
	height: 193px;
}

.thumbnail {
	padding: 0;
	border: 1px solid #eee;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background: #f9f9f9;
	overflow: hidden;
}

.thumbnail .img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.itemCategory.item12 {
	font-size: 12px;
}
.itemCategory.topPad {
	padding-top: 10px;
}

.itemCategory .greenItem, .itemCategory .pinkItem, .itemCategory .grayItem, .itemCategory .redItem {
	display: inline-block;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	white-space: nowrap;
	color: #656565;
	border: 1px solid #656565;
}

.fourCarouselList .titleLow {
	font-size: 13px;
}

.recommendItemListWide .list .name {
	padding: 5px 0 0;
	color: #888;
}

.recommendItemListWide .list .name .trigger {
	color: #888;
}

.recommendItemListWide .list .itemPrice {
	color: #f64e83;
}

.fourCarouselList .control .prev, .fiveCarouselList .control .prev, .sixCarouselList .control .prev, .sevenCarouselList .control .prev, .eightCarouselList .control .prev {
	left: 0;
}
.fourCarouselList .control .prev, .fourCarouselList .control .next, .fiveCarouselList .control .prev, .fiveCarouselList .control .next, .sixCarouselList .control .prev, .sixCarouselList .control .next, .sevenCarouselList .control .prev, .sevenCarouselList .control .next, .eightCarouselList .control .prev, .eightCarouselList .control .next {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fourCarouselList .control .prev .bx-prev, .fourCarouselList .control .next .bx-next, .fiveCarouselList .control .prev .bx-prev, .fiveCarouselList .control .next .bx-next, .sixCarouselList .control .prev .bx-prev, .sixCarouselList .control .next .bx-next, .sevenCarouselList .control .prev .bx-prev, .sevenCarouselList .control .next .bx-next, .eightCarouselList .control .prev .bx-prev, .eightCarouselList .control .next .bx-next {
	position: relative;
	display: block;
	width: 20px;
	height: 100%;
}

.fourCarouselList .control .next, .fiveCarouselList .control .next, .sixCarouselList .control .next, .sevenCarouselList .control .next, .eightCarouselList .control .next {
	right: 0;
}
.fourCarouselList .control .prev, .fourCarouselList .control .next, .fiveCarouselList .control .prev, .fiveCarouselList .control .next, .sixCarouselList .control .prev, .sixCarouselList .control .next, .sevenCarouselList .control .prev, .sevenCarouselList .control .next, .eightCarouselList .control .prev, .eightCarouselList .control .next {
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.fourCarouselList .control .prev .bx-prev.disabled, .fourCarouselList .control .next .bx-next.disabled, .fiveCarouselList .control .prev .bx-prev.disabled, .fiveCarouselList .control .next .bx-next.disabled, .sixCarouselList .control .prev .bx-prev.disabled, .sixCarouselList .control .next .bx-next.disabled, .sevenCarouselList .control .prev .bx-prev.disabled, .sevenCarouselList .control .next .bx-next.disabled, .eightCarouselList .control .prev .bx-prev.disabled, .eightCarouselList .control .next .bx-next.disabled {
	cursor: default;
}
.fourCarouselList .control .prev .bx-prev, .fourCarouselList .control .next .bx-next, .fiveCarouselList .control .prev .bx-prev, .fiveCarouselList .control .next .bx-next, .sixCarouselList .control .prev .bx-prev, .sixCarouselList .control .next .bx-next, .sevenCarouselList .control .prev .bx-prev, .sevenCarouselList .control .next .bx-next, .eightCarouselList .control .prev .bx-prev, .eightCarouselList .control .next .bx-next {
	position: relative;
	display: block;
	width: 20px;
	height: 100%;
}

/*-- contents --*/
.banner-frame {
    overflow: hidden;
	padding: 46px 0 0;
	font-family: "Bauhaus 93";
}

.banner-frame .right {
    text-align: right;
}
.banner-15 {
    width: 589px;
}
.banner-1, .banner-2, .banner-3, .banner-4, .banner-5, .banner-6, .banner-7, .banner-8, .banner-9, .banner-10, .banner-11, .banner-12, .banner-13, .banner-14, .banner-15, .banner-16, .banner-17, .banner-18, .banner-19 {
    float: left;
    margin: 0 11px;
    position: relative;
}

.banner-frame img {
    max-width: 100%;
}

.banner-15 .holder {
    padding: 56px 37px 20px 20px;
}
.banner-frame .holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 42px 38px 20px 41px;
}

.banner-15 h2 {
    color: #b7b7b7;
    font-size: 16px;
    line-height: 18px;
}
.banner-frame h2 {
    margin: 0 0 3px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4.6px;
    font-size: 48px;
    line-height: 28px;
}

.banner-15 h2 strong {
    display: block;
    color: #535353;
	padding: 18px 0 0;
    font-size: 34px;
    line-height: 26px;
}

.banner-15 .btn-shop {
    right: 38px;
    bottom: 21px;
    position: absolute;
}
.banner-frame .btn-shop {
    color: #878787;
    font-size: 14px;
    margin: 40px 0 0;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    vertical-align: middle;
}

.banner-frame .btn-shop span {
    margin: 0 11px 0 0;
}

.banner-frame .btn-shop .fa {
    text-align: center;
    border-radius: 100%;
    border: 1px solid #878787;
    width: 24px;
    height: 24px;
    font-size: 17px;
    line-height: 21px;
}
.banner-frame .btn-shop span, .banner-frame .btn-shop .fa {
    color: #878787;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    vertical-align: middle;
}

/*-- chartjs --*/
.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	/*padding: 10px;*/
	font-family: 'Montserrat', MyYuGothicM, YuGothic, sans-serif;
}
.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.chart svg, .chart canvas {
	width: 100% !important;
}

/*-- checkbox --*/
.form-group {
	margin: 15px 0 0 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
code {
	font-family: 'Montserrat', MyYuGothicM, YuGothic, sans-serif;
    padding: 2px 4px;
    font-size: 9px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.product-format-vinyl {
    background: rgba(251, 56, 59, 0.8);
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 80px;
    font-size: 13px;
    height: 29px;
    text-align: center;
    line-height: 2.3;
}
.product-format-cd {
    background: rgba(16, 154, 215, 0.8);
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 80px;
    font-size: 13px;
    height: 29px;
    text-align: center;
    line-height: 2.3;
}
.product-format-other {
    background: rgba(101, 101, 101, 0.8);
    color: #fff;
    right: 0;
    position: absolute;
    top: 0;
    width: 80px;
    font-size: 13px;
    height: 29px;
    text-align: center;
    line-height: 2.3;
}
.product-genre {
    color: #656565;
    font-size: 11px;
	display: inline-block;
	width: 189.48px;
    padding: 2px 0;
	margin: 4px 0 0 0;
	border: 1px solid #656565;
}
.product-style {
    color: #656565;
    font-size: 11px;
	display: inline-block;
	width: 189.48px;
	padding: 2px 0;
	margin: 4px 0 0 0;
	border: 1px solid #656565;
}

/*-- slider --*/
.content_slider {
	margin: 6px auto;
	width: 95%;
	opacity: 0;
    transition: 3s;
}
.content_slider img {
    cursor: pointer;
	transition-duration: 0.3s;
	object-fit: cover;
	width: 189px;
	height: 189px;
}
.slick-prev::before {
	color: #545454;
}
.slick-next::before {
	color: #545454;
}
.slick-initialized{
	opacity: 1;
}

.artistTitleBlock {
	padding-top: 6px;
    padding-right: 15px;
    line-height: 1.5;
}
.artistTitleBlock .artistTitle {
    float: left;
}
span.item_caption_left {
    font-size: 13px;
    color: #fff;
	float: right;
	padding-right: 6x;
}
span.item_caption_left a {
    color: #fff;
}
.artist_titles {
	padding-top: 6px;
}
.label_titles {
	padding-top: 12px;
}
