/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Montserrat', MyYuGothicM, YuGothic, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

p,
ul,
ol {
    font-size: 13px;
    letter-spacing: 1px;
}

.background-video {
    position: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

input[type="submit"],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    color: #109ad7;
}

a:hover {
    text-decoration:underline;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*-- banner --*/
.wrapper_top_w3layouts {
    position: relative;
}
.logo {
    position: absolute;
    z-index: 99;
    left:7%;
    top: 6.5%;
}
.logo.inner_page_log {
    position: absolute;
    z-index: 99;
    left: 7%;
    margin-top: 47px;
}
.navbar-brand {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    border:1px solid #fff;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding: 0;
    height: 46px;
    font-family: "Bauhaus 93";
    letter-spacing: 1px;
    font-style: italic;
    line-height: 19px;
}
.navbar-brand span {
    padding: 0.496em .6em;
    display: inline-block;
    background: #fff;
    color: #2e2f2f;
}
.navbar-brand i {
    padding: 0.5em 0.5em 0.5em 0em;
    display: inline-block;
}
.navbar-brand i:hover {
    color: #fff;
    text-decoration: none;
}
a.navbar-brand:hover {
    color: #fff;
}
 ul.top_icons {
    position: absolute;
    z-index: 9;
    left: 45%;
    margin-top: 3em;
    bottom: 10%;
}
ul.top_icons li{
	display:inline-block;
	margin-right:16px;
}
ul.top_icons li a {
    color: #fff;
    font-size:14px;
}
ul.top_icons li a:hover {
    color: #ff6060;
}
.top_nav_right {
    width: 17%;
    margin-top: 47px;
    position: absolute;
    z-index: 99;
    right: -2%;
}
/*-- menu --*/
.mobile-nav-button {
    position: fixed;
    margin: 47px 0 0 0;
    right: 8%;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: rgba(27, 25, 25, 0.27);
}

.mobile-menu ul li {
    list-style: none;
    margin-bottom: 2em;
    display: block;
}

.mobile-menu ul li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.open>ul.dropdown-menu.agile_short_dropdown {
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}

.open>ul.dropdown-menu.agile_short_dropdown li {
    margin: 0 !important;
}

ul.dropdown-menu.agile_short_dropdown>li>a:hover {
    background: none;
}

.mobile-menu ul li a:after {
    content: '';
    background: #7aba1e;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
    color: #fff;
}

.mobile-menu ul li a:hover:after,
.mobile-menu ul li.active a:after {
    right: 0;
}

li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
    color: #fff;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    opacity: 1;
    right: 0%;
}

.dropdown.active.open a ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after {
    background: none !important;
}
/*-- //menu --*/

/*-- /search --*/
.cd-header-buttons {
    position: fixed;
    display: inline-block;
    top: 47px;
    right: 196px;
    z-index: 99;
}
.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 36px;
    height:36px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	background:rgba(27, 25, 25, 0.27);
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
    top: 6px;
    left: 8px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 9px;
    right: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
    /*width: 100%;*/
    width: 98%;
    /*top: 16%;*/
    top: 100px;
    /*left: 0;*/
    left: 2%;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, 0.75);
    /*width: 100%;*/
    width: 98%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1em;
    padding: 2em 3em;
	color: #fff;
	letter-spacing: 3px;
}

.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}

.cd-search input::-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-moz-placeholder {
	color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- //search --*/

/*-- banner-top --*/
.banner-top {
	background: url(../img/banner1.webp) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:750px;
}

.banner-top1 {
	background: url(../img/banner2.webp) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:750px;
}

.banner-top2 {
	background: url(../img/banner3.webp) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:750px;
}

.banner-top3 {
	background: url(../img/banner4.webp) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height:750px;
}

.banner-info-wthree   {
    text-align: center;
    padding: 17em 0em 0 0em;
}
.banner-info-wthree h3 {
    font-size:6em;
	color: #fff;
	font-weight:700;
	letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.banner-info-wthree 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);
}
/*-- //banner-top --*/

/*--slider--*/
#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../img/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../img/right.png) no-repeat 0px 0px;
	right: 0;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../img/left.png) no-repeat 0px 0px;
	left: 0px;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display:inline-block;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 10%;
    left: 44%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display:inline-block;
	margin:0px 3px;
}

/*----*/
.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border:2px solid #fff;
}

.callbacks_here a:after {
	background: #ff6060;
}
/*-- //slider --*/

/*--/ grids_bottom --*/
.style-grid {
	padding: 0;
	position: relative;
}

.style-grid-1 img {
	height: 792px;
}

.style-grid-1-text, .style-grid-2-text {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 5em;
}

.style-grid-1-text h3, .style-grid-2-text h3 {
    font-size: 30px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.style-grid-1-text p {
	color: #FFF;
	line-height: 30px;
}

.style-image-1 {
	position: relative;
}

.style-image-2 {
	position: relative;
}

.style-grid-2-text p {
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	padding-right: 100px;
}

.style-grid.style-grid-1 {
    float: left;
    width: 50%;
}
.style-grid.style-grid-2 {
    float: right;
    width: 50%;
}
.style-grid.style-grid-1 img,.style-grid.style-grid-2 img  {
    width: 100%;
}
.style-image-1_info {
    padding: 50px;
    height: 436px;
}

.style-image-1_info {
    padding: 7em 5em;
    height: 321px;
    background: #ff6060;
}
.style-grid-2-text_info h3 {
    font-size: 30px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.41);
}
.style-grid-2-text_info p {
    color: #fff;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.9em;
	margin:1em 0 2em 0;
}
.shop-button a {
    background: #000;
    color: #fff;
    padding: 0.6em 1em;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.shop-button a:hover,.shop-button.two a:hover {
    background: #fff;
    color: #000;
}
/*-- //grids_bottom --*/

/*-- /grids_bottom_sec --*/
.grids_sec_2_left {
    padding: 0;
    float: left;
    width: 50%;
}
.grids_sec_2_right {
    padding: 0;
    float: right;
}
.grids_sec_2_right img,.grids_sec_2_left img{
	width:100%;
}
.style-grids_main {
    width: 80%;
}
/*-- //grids_bottom_sec --*/

.grid_sec_info {
    padding: 7em 5em;
    background: #ff6060;
}
.grid_sec_info.last {
    background: #0a0a0a;
}
.shop-button.two a {
    background: #ff6060;
}
button.top_cart {
    font-size: 1.2em;
    color: #fff;
    border: none;
    text-align: center;
    background: none;
    width: 36px;
    height: 36px;
    background: rgba(27, 25, 25, 0.27);
}
.shop_inner_inf {
    width: 90%;
    margin: 0 auto;
}

/*-item_slider-*/
.carousel {
	margin-bottom: 0;
	padding: 0px;
}

/* The controlsy */
.carousel-control {
	left: -66px;
	height: 40px;
	width: 40px;
	background: none;
	/*border: 2px solid #333;*/
	border-radius: 50%;
	margin-top:84px;
	color: #333;
	box-shadow: none;
	background-image: none!important;
	opacity: 0.9;
	line-height: 34px;
}

.carousel-control.right {
    left: -66px;
    top: 66px;
}

/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}

.thumbnail img {
	width: 100%;
}
.mid_slider_info {
    margin: 0 auto;
    padding: 0;
}
.slidering {
    padding: 0;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom:0px;
    line-height: 1.42857143;
    background: none;
    border: none;
    border-radius: 0;

}
.mid_slider_w3lsagile {
    background: #fff;
    padding-bottom: 6px;
}
.mid_slider_w3lsagile_single {
    background: #ff6060;
    width: 90%;
    margin: 0 auto;
}
.mid_slider_text h2 {
    font-size: 23px;
    /*margin-top: 121px;*/
    margin-top: 132px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    font-style: oblique;
}
.mid_slider_text h5 {
    font-size: 23px;
    /*margin-top: 121px;*/
    margin-top: 132px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: left;
    font-style: oblique;
}
.mid_slider_text {
    padding: 0em 3em;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: none;
}
/*-//item_slider-*/

/*--/newsletter--*/
.newsletter_w3layouts_agile {
    padding: 3em 7em;
}
.newsright input[type="email"] {
    outline: none;
    width: 100%;
    padding: 10px 15px;
    color: #848484;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 74%;
    letter-spacing:3px;
    background: none;
}
.newsright input[type="submit"]{
    border: none;
    padding: 10px 20px 11px;
    font-size: 15px;
    outline: none;
    text-transform: uppercase;
    margin: 0 0 0 -4px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ff6060;
	color:#fff;
}
.newsright input[type="submit"]:hover{
    background: #080808;
    color: #ffffff;
}
.newsleft h3 {
    font-size: 24px;
    margin-top: 15px;
    color: #333;
    letter-spacing: 3px;
    font-weight: 700;
}
/*--//newsletter--*/

/*-- footer --*/
.footer_agileinfo_w3{
    padding: 4em 0;
    background: #080808;
}
.footer_inner_info_w3ls_agileits{
    width: 90%;
    margin: 0 auto;
}
ul.social-nav.model-3d-0.footer-social.social.two {
    float: none;
}
.footer-left p{
    color: #737070;
    line-height: 2em;
    font-size: 14px;
    margin-top: 22px;
}

.sign-gd h4,.sign-gd-two h4 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing:1px;
}
.sign-gd h4 span,.sign-gd-two h4 span{
  font-weight:300;
}
.sign-gd ul li,.sign-gd-two ul li {
    color: #848484;
    line-height: 2em;
    font-size: 14px;
	list-style-type:none;
}
.sign-gd ul li a,.sign-gd-two ul li a{
    color: #737070;
    letter-spacing: 1px;
}
.sign-gd ul li a:hover,.sign-gd-two ul li a:hover{
    color: #ffffff;
}
.post-grid:nth-child(2){
	margin:1em 0;
}
.address-grid{
    background: #080808;
    padding: 1em;
}
.address-left{
	float:left;
	width:10%;
}
.address-left i.fa.fa-phone,.address-left i.fa.fa-envelope,.address-left i.fa.fa-map-marker{
    color: #FFFFFF;
    font-size: 1em;
}
.address-right{
	float: right;
    width: 87%;
}
.address-right h6{
    color: #FFFFFF;
    font-size: 0.9em;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.address-right p{
    margin: 1em 0 0 0;
    font-size: .9em;
    color: #565656;
}
.address-right p a{
    color: #fb383b;
    text-decoration: none;
}
.address-right p a:hover{
	color:#b5b5b5;
}
.address-right p span{
	display:block;
	margin:.5em 0;
}
ul.social-nav.model-3d-0.footer-social.social.two {
    margin-top: 2em;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(18px);
    -moz-transform: translateZ(18px);
    -ms-transform: translateZ(18px);
    -o-transform: translateZ(18px);
    transform: translateZ(18px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
	color:#212121;
	font-size:12px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(18px);
    -moz-transform: rotateX(90deg) translateZ(18px);
    -ms-transform: rotateX(90deg) translateZ(18px);
    -o-transform: rotateX(90deg) translateZ(18px);
    transform: rotateX(90deg) translateZ(18px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.twitter .front {
    background: #00acee;
}
a.facebook .front {
    background: #3b5998;
}
a.instagram .front {
    background: #f77737;
}
a.pinterest .front {
    background: #bd081c;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#fff;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.social .front i{
	color: #fff;
    font-size: 12px;
}
.social .back i{
	color: #000;
    font-size: 12px;
}

/*--social icons--*/
.address-grid:nth-child(2){
    margin: 0.2em 0;
}
.flickr-post ul li{
	display:inline-block;
	margin:5px 5px;
}
.flickr-post ul li {
    display: inline-block;
    margin: 1% 1%;
    width: 28%;
}
p.copy-right-w3ls-agileits {
    color: #848484;
    text-align: center;
    /*margin-top: 55px;*/
    margin-top: 5px;
    font-size: 14px;
    border-top: 1px solid #0e0e0e;
    padding-top: 3em;
}
p.copy-right-w3ls-agileits a{
    color: #ffffff;
	text-decoration:none;
}
p.copy-right-w3ls-agileits a:hover{
color: #2fdab8;	
}
.footer-left h2 a {
    font-size: 1.0em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "Bauhaus 93";
    font-style: italic;
}
.footer-left h2 a span {
    padding: 6px 10px;
    background: #444242;
    font-weight: 700;
}
/*-- //footer --*/

.banner_top.innerpage {
    background: url(../img/banner2.webp) no-repeat 0px -381px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    /*min-height: 225px;*/
}
.ads-grid_shop {
    /*padding: 1.8em 0;*/
    padding: 0.5em 0 1.8em 0;
}
.ads-grid_contents {
    padding: 1.8em 0;
    text-align: center;
}
ul.short {
    text-align: left;
    /*padding:12em 0em 0 8em;*/
    padding: 8em 0em 1em 8em;
    font-size: 15px;
}
ul.short li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.8em;
    font-weight:600;
    letter-spacing: 1px;
}
.services-breadcrumb_w3ls_agileinfo ul li i {
    padding: 0 1.5em;
}
ul.short li a {
    color: #fc636b;
    text-decoration: none;
}
.inner_section_w3ls {
    margin-top: 4em;
}
h1.head {
    text-align: center;
    color: #111;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    /*text-shadow: rgba(0, 0, 0, 0.13) 2px 2px 3px;*/
    text-transform: uppercase;
}
h2.head {
    text-align: center;
    color: #111;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    /*text-shadow: rgba(0, 0, 0, 0.13) 2px 2px 3px;*/
    text-transform: uppercase;
}
h3.head {
    text-align: center;
    color: #111;
    font-size: 3em;
    letter-spacing: 2px;
    font-weight: 700;
    /*text-shadow: rgba(0, 0, 0, 0.13) 2px 2px 3px;*/
    text-transform: uppercase;
}
p.head_para {
    color: #999;
    text-align: center;
    letter-spacing:5px;
    font-size:0.9em;
}

/*-- /error --*/
.error_page h4 {
    font-size: 12em;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
}

a.b-home {
    background: #0c0c0c;
    padding: 0.7em 1.5em;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin: 2em 0 1em 0;
}

.error_page p {
    color: #848080;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 2em 0 2em 0;
}

.error_page {
    margin: 0 auto;
    text-align: center;
    padding: 6em 0;
}

.error_page form input[type="search"] {
    outline: none;
    border: 1px solid #c4c5c5;
    background: none;
    color: #212121;
    padding: 11px 15px;
    width: 80%;
    float: left;
    font-size: 16px;
    letter-spacing: 2px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 13px 0;
    text-align: center;
    text-decoration: none;
    background: #ff6060;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 20%;
}

.error_page form {
    margin: 0 auto;
    width: 35%;
    text-align: center;
}
/*-- //error --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../img/move-top.png) no-repeat 0px 0px;

}

/*--responsive--*/
@media(max-width:1680px) {
	.style-image-1_info {
        padding: 7em 5em;
        height: 380px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 173px;
    }
}
@media(max-width:1600px) {
    .style-image-1_info {
        padding: 7em 5em;
        height: 400px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 171px;

    }
    .top_nav_right {
        right: 0%;
    } 
    .top_nav_right {
        right: -1%;
    }
    .mid_services_img {
        min-height: 550px;
    }
}
@media(max-width:1599px) {
    .cd-header-buttons {
        top: 47px;
        right: 172px;
    }
    .top_nav_right {
        right: 0.7%;
    }
}
@media(max-width:1440px) {
	.ads-grid_shop {
        padding: 4em 0;
    }
    .inner_section_w3ls {
        margin-top: 3em;
    }
    .style-image-1_info {
        padding: 7em 5em;
        height: 440px;
    }
    .banner-info-wthree    h3 {
      font-size: 11em;
    }
    .banner-top,.banner-top1,.banner-top2,.banner-top3{
        min-height:700px;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 43.5%;
    }
    .top_nav_right {
        right: 1%;
    }
}
@media(max-width:1366px) {
	.top_nav_right {
        right: 1%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 158px;
    }
    .banner-info-wthree    p {
       font-size: 1.1em;
    }
    .footer {
       padding: 3em 0;
    }
    .style-image-1_info {
        padding: 7em 5em;
        height: 458px;
    }
    .error_page form {
        margin: 0 auto;
        width: 40%;
    }
}
@media(max-width:1280px) {
	.style-grid-1 img {
        height: 653px;
    }
    .style-image-1_info {
        padding: 5em 5em;
        height: 340px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 146px;
    }
    .mid_slider_text h5 {
        font-size: 19px;
        margin-top: 117px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 633px;
    }
    .banner-info-wthree    h3 {
        font-size: 9em;
    }
}
@media(max-width:1080px) {
	.cd-header-buttons {
        top: 47px;
        right: 129px;
    }
    .top_nav_right {
        right: 2.5%;
        margin-top: 48px;
    }
    .style-grid-1 img {
        height: 603px;
    }
    .newsletter_w3layouts_agile {
        padding: 3em 4em;
    }
}
@media(max-width:1050px) {
	.newsletter_w3layouts_agile {
        padding: 3em 2em;
    }
    .grid_sec_info {
        padding: 4em 3em;
    }
    .mid_slider_text h5 {
        font-size: 17px;
        margin-top: 78px;
    }
    .mid_slider_text {
        padding: 0em 1em;
    }
    .style-grid-1 img {
        height: 596px;
    }
    .carousel-control {
        border-radius: 50%;
        margin-top: 51px;
    }
    .search-hotel input[type="search"] {
        width: 75%;
    }
}
@media(max-width:1024px) {
    ul.short {
        padding: 10em 0em 0 5em;
    }
    .footer-left h2 a {
        font-size: 0.8em;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .footer_inner_info {
        width: 95%;
        margin: 0 auto;
    }
    .top_nav_right {
        right: 3.5%;
        margin-top: 48px;
    }
}
@media(max-width:991px) {
	.left-ads-display{
        padding: 0;
        margin-top: 2em;
    }
    .product-item-info {
        padding: 15px;
        width: 48%;
        margin: 0.5em;
        float: left;
    }
    .sign-gd {
        margin: 2em 0px;
    }
    .sign-gd.flickr-post {
        margin: 2em 0 0 0;
    }
    .sign-gd-two {
        margin-bottom: 2em;
    }
    .mid_slider_text {
        padding: 2em 1em;
    }
    .mid_slider_text h5 {
        font-size: 20px;
        margin-top: 4px;
    }
    .carousel-control {
        margin-top: 80px;
        left: 16px;
    }
    .top_nav_right {
        right:4.3%;
        margin-top: 48px;
    }
    .style-grid-1 img {
        height: 525px;
    }
    .style-image-1_info {
        padding: 3em 3em;
        height: 284px;
    }
    .style-grid-2-text_info h3 {
        font-size: 23px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 124px;
    }
    .banner-info-wthree    h3 {
        font-size: 7em;
    }
    .banner-info-wthree    p {
        font-size: 1em;
    }
    .style-grid-1-text, .style-grid-2-text {
        padding: 3em 2em;
    }
    .carousel-control.right {
        left: 14px;
        top: 66px;
    }
    ul.short {
        padding: 10em 0em 0 5em;
    }
	.product-men.women_two {
		margin: 0;
	}
    .callbacks_tabs {
        bottom: 16%;
        left: 43%;
    }
    .add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
        width: 100%;
    }
    .add-review input[type="email"] {
        margin-left: 0;
        margin-top: 2%;
    }
    .add-review input[type="submit"] {
        margin-bottom: 2em;
    }
    .news-right {
        margin-top: 2em;
    }
    .bar-grids {
        padding: 5em 2em;
    }
    .mid_services_img {
        min-height: 445px;
    }
    #staplesbmincart {
        left:50%;
        top: 16.9%;
        width: 420px;
    }
    .check_box_one {
        float: left;
        width:50%;
        margin-bottom: 10px;
    }
}
@media(max-width:900px) {
    .top_nav_right {
        right:4.5%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 112px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 564px;
    }
    .callbacks_tabs a:after {
        height: 15px;
        width: 15px;
    }
    .banner-info-wthree    {
        padding: 14em 0em 0 0em;
    }
    .banner-info-wthree    p {
        font-size: 0.9em;
    }
    .style-grid-1 img {
        height: 503px;
    }
    .style-grids_main {
        width: 90%;
    }
    .newsletter_w3layouts_agile {
        padding: 2em 1em;
    }
    .banner_top.innerpage {
        background: url(../img/banner3.webp) no-repeat 0px -21px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        min-height: 225px;
    }
    .error_page form {
        margin: 0 auto;
        width: 70%;
    }
}
@media(max-width:800px) {
	.style-grid-1 img {
        height:auto;
    }
    .style-grid.style-grid-1 {
        float: left;
        width: 100%;
    }
    .style-grid.style-grid-2 {
        float: right;
        width: 100%;
    }
    .newsletter_w3layouts_agile {
        padding: 2em 1em;
    }
    .newsright input[type="email"] {
      width: 70%;
    }
    .top_nav_right {
        right: 7.5%;
        margin-top: 48px;
    }
    .error_page h4 {
       font-size:10em;
    }
    #staplesbmincart {
        left: 34%;
        top: 16.9%;
        width: 420px;
    }
}
@media(min-width:769px) {
	.style-grids_main {
        display: flex;
    }
    .grids_sec_2_left {
        padding: 0;
        float: left;
        width: 100%;
    }
    
}
@media(max-width:768px) {
	.top_nav_right {
        right: 8%;
        margin-top: 48px;
    }
    .cd-header-buttons {
        top: 47px;
        right: 106px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 515px;
    }
    .callbacks_tabs li {
        display: inline-block;
        margin: 0px 1px;
    }
    ul.top_icons {
        left: 43%;
        margin-top: 3em;
        bottom: 29%;
    }
    .newsleft {
        float: none;
        width: 100%;
    }
    .newsright {
        margin-top: 2em;
        width: 100%;
    }
    .product-item-info {
        padding: 15px;
        width: 47%;
        margin: 0.5em;
        float: left;
    }
    .checkout-left-basket {
        float: left;
        padding-left: 0;
        width: 100%;
        margin-bottom: 1em;
    }
    .address_form {
        float: right;
        width: 100%;
        padding: 0;
    }
    form.cc-form {
        margin-top: 2em;
    }
    .check_box_one {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}
@media(max-width:767px) {
	.single-right-left h3 {
        font-size: 19px;
    }
}
@media(max-width:736px) {
	ul.short {
        padding: 10em 0em 0 3em;
    }
    h1.head {
        font-size: 2.5em;
      }
    h3.head {
      font-size: 2.5em;
    }
}
@media(max-width:667px) {
	.carousel-control {
        margin-top: 30px;
    }
    .logo {
        left: 3%;
        top: 4.5%;
    }
    .mobile-nav-button {
        margin: 24px 0 0 0;
        right: 3%;
    }
    .cd-header-buttons {
        top: 24px;
        right: 61px;
    }
    .top_nav_right {
        right: 5.5%;
        margin-top: 25px;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 42%;
    }
    .grids_sec_2_left {
        padding: 0;
        float: left;
        width:100%;
    }
    .error_page form {
        margin: 0 auto;
        width: 76%;
    }
    .error_page h4 {
       font-size: 9em;
    }
    .logo.inner_page_log {
        left: 3%;
        margin-top: 24px;
    }
    ul.short {
        padding: 8em 0em 0 2em;
    }
    .banner_top.innerpage {
        min-height: 185px;
    }
    #staplesbmincart {
        left: 23%;
        top: 16.9%;
        width: 420px;
    }
    .news-right h2 {
        font-size: 1.3em;
    }
    .news-right h4 {
        font-size: 1.3em;
    }
}
@media(max-width:640px) {
	.banner-info-wthree h3 {
        font-size: 5em;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 461px;
    }
    .banner-info-wthree    {
        padding: 12em 0em 0 0em;
    }
    .banner-info-wthree    p {
        font-size: 0.8em;
        letter-spacing: 3px;
    }
    ul.top_icons {
        left: 42%;
        margin-top: 2em;
        bottom: 33%;
    }
    .callbacks_tabs a:after {
        height: 10px;
        width: 10px;
    }
    ul.top_icons li {
        margin-right: 13px;
    }
}
@media(max-width:600px) {
	.top_nav_right {
        right: 7.5%;
        margin-top: 25px;
    }
    .single-right-left {
        width: 93%;
    }
    #staplesbmincart {
        left: 7%;
        top: 16.9%;
        width: 410px;
    }
    p.copy-right-w3ls-agileits {

        margin-top: 25px;
        font-size: 13px;
        padding-top: 2em;
        line-height:1.8em;
    }
    .contact-map iframe {
        width: 100%;
        height: 300px;
    }
}
@media(max-width:568px) {
	.top_nav_right {
        right: 8.5%;
        margin-top: 25px;
    }
    .cd-header-buttons {
        top: 24px;
        right: 57px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 410px;
    }
    .banner-info-wthree    {
        padding: 10em 0em 0 0em;
    }
    .banner-info-wthree    h3 {
        font-size: 4em;
    }
    .product-item-info {
        padding: 15px;
        width: 46%;
        margin: 0.5em;
        float: left;
    }
    .style-grid-2-text_info p {
        font-size: 0.9em;
    }
}
@media(max-width:480px) {
	.top_nav_right {
        right: 12.5%;
        margin-top: 25px;
    }
    .style-grid-1-text h3, .style-grid-2-text h3 {
        font-size: 25px;
    }
    .style-grid-2-text_info h3 {
        font-size: 21px;
    }
    .newsleft h3 {
        font-size: 20px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .newsright input[type="email"] {
        width: 68%;
    }
    .sign-gd {
        margin: 2em 0px;
        padding: 0;
    }
    .carousel-control.right {
        left: 341px;
        top: 1px;
    }
    .sign-gd-two {
        padding: 0;
    }
    h1.head {
        font-size: 2.2em;
    }
    h3.head {
        font-size: 2.2em;
    }
    .ads-grid_shop {
        padding: 2em 0;
    }
    .inner_section_w3ls {
        margin-top: 2em;
    }
    .newsright {
        margin-top: 1em;
        width: 100%;
    }
    ul.top_icons {
        left: 37%;
        margin-top: 2em;
        bottom: 33%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 37%;
    }
}
@media(max-width:414px) {
	
    .navbar-brand {
        font-size: 0.55em;
        height: 42px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
    }
    .navbar-brand span {
        padding: 0.526em .5em;
    }
    .top_nav_right {
        right: 17.5%;
        margin-top: 19px;
    }
    .cd-header-buttons {
        top: 18px;
        right: 57px;
    }
    .mobile-nav-button {
        margin: 18px 0 0 0;
        right: 3%;
    }
    ul.top_icons {
        left: 38%;
        margin-top: 2em;
        bottom: 34%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 40%;
    }
    #staplesbmincart {
        left: 4%;
        top: 16.9%;
        width: 340px;
    }
    .footer-left p {
        font-size: 13px;
        margin-top: 22px;
    }
    .according_inner_grids {
        padding: 3.07em 2em;
    }
    h2.heading.two {
        font-size: 1.6em;
     }
    h3.heading.two {
       font-size: 1.6em;
    }
    .bar-grids {
        padding: 3em 0.5em;
    }
    .mid_services_img {
        min-height: 348px;
    }
    .skill_info {
        margin-top: 2em;
    }
    .bar-grids h6 {
       font-size: 0.9em;
    }
    .error_page h4 {
        font-size: 6em;
    }
}
@media(max-width:384px) {
	.cd-header-buttons {
        top: 18px;
        right: 51px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 370px;
    }
    .banner-info-wthree    h3 {
        font-size: 3.5em;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 36%;
    }
    ul.top_icons {
        left: 35%;
        margin-top: 2em;
        bottom: 33%;
    }
    .grid_sec_info {
        padding: 3em 2em;
    }
    .carousel-control.right {
        left: 312px;
        top: 1px;
    }
    .newsletter_w3layouts_agile {
        padding: 2em 0em;
    }
    .product-item-info {
        padding: 15px;
        width: 100%;
        margin: 0.5em 0;
        float: left;
    }
    .banner_top.innerpage {
        min-height: 162px;
    }
    .social-nav li {
        margin: 0px 1px;
    }
    .contact-map iframe {
        width: 100%;
        height: 200px;
    }
}
@media(max-width:375px) {
	.top_nav_right {
        right: 18.5%;
        margin-top: 19px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 325px;
    }
    .banner-info-wthree    {
        padding: 8em 0em 0 0em;
    }
    .single-right-left {
        width: 96%;
    }
    .single-right-left h3 {
        font-size: 16px;
        line-height: 1.7em;
    }
    .style-image-1_info {
        padding: 3em 2em;
        height: 284px;
    }
    .error_page p {
        font-size: 0.8em;
        letter-spacing: 5px;
        margin: 1em 0 2em 0;
    }
    .error_page form {
        margin: 0 auto;
        width: 95%;
    }
    ul.short {
        padding: 6.5em 0em 0 1em;
    }
    h3.head {
        font-size: 1.6em;
    }
    .news-right h4 {
        font-size: 1.2em;
        line-height: 1.6em;
    }
    #staplesbmincart .sbmincart-details-name {
        float: left;
        width: 52%;
    }
    .shop_inner_inf {
        width: 95%;
    }
    .newsleft h3 {
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 1px;
    }
    .footer-left h2 a {
        font-size: 0.7em;
        font-weight: 300;
        letter-spacing: 1px;
    }
}
@media(max-width:320px) {
	.navbar-brand {
        font-size: 0.45em;
        height: 38px;
    }
    .top_nav_right {
        right: 23%;
        margin-top: 19px;
    }
    .banner-top, .banner-top1, .banner-top2, .banner-top3 {
        min-height: 289px;
    }
    .banner-info-wthree    h3 {
        font-size: 3em;
    }
    ul.top_icons {
        left: 33%;
        margin-top: 2em;
        bottom: 29%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 33%;
    }
    #staplesbmincart {
        left: 2%;
        top: 16.9%;
        width: 281px;
    }
    .cd-header-buttons {
        top: 18px;
        right: 47px;
    }
    .newsright input[type="email"] {
        width: 62%;
        letter-spacing: 1px;
    }
    #staplesbmincart .sbmincart-subtotal {
       font-size: 12px;
    }
    #staplesbmincart .sbmincart-submit {
       font-size: 0.8em;
    }
    #staplesbmincart .sbmincart-details-quantity {
        float: left;
        width: 17%;
    }

}
/*--//responsive--*/
/* Overlay style */

.overlay {
	position: fixed;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}


/* Overlay closing cross */

.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    background: none;
    color: #100f0f;
	/*border: 1px solid #dcddde;*/
	border: 1px solid #100f0f;
}

button#trigger-overlay {
    outline: none;
    border: none;
    background: none;
    text-align: center;
    color: #fbfdfb;
    font-size: 1.65em;
    padding: 0 8px;
}


/* Menu style */

.overlay nav {
	text-align: center;
	position: relative;
	top: 20%;
	height: 0%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: 2.5em;
}

.overlay ul li a {
    font-size: 3em;
    font-weight: 600;
    display: block;
    color: #333;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    letter-spacing: 1px;
	padding: 0.5em 0;
	text-align: left;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #fb383b;
}


/* Effects */

html,
body {
	overflow-x: hidden;
}

.container.overlay-open {
	/* Effects *
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	/* Effects */
}

.container::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	/*background:#fff;*/
	background:rgba(255, 255, 255, 0.80);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

@media (max-width:600px) {
	.overlay ul li a {
		font-size: 15px;
	}
	.overlay ul li {
		line-height: 2em;
	}
}
/*-- 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;
}

body {
  margin: 0px;
  padding: 0px;
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 12px 20px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #2A2B2F;
    width: 25%;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top-left-radius: 0.6em;
    border-top-right-radius: 0.6em;
}
.resp-tabs-container {
  padding: 2em;
  clear: left;
  border: 1px solid #ddd;
}
ul.resp-tabs-list li i {
    display: block;
    font-size: 2em;
    color: #000;
    margin-bottom: 0.3em;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}
.resp-tab-active {
  border-bottom: 4px solid #ff6060;
  margin-bottom: -1px !important;
  position:relative;
  background:#ff6060;
}
.resp-tab-active:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #ff6060;
    border-left: 10px solid rgba(69, 42, 21, 0);
    border-right: 10px solid rgba(199, 57, 57, 0);
    left: 45%;
    top: 103%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.resp-tab-active {
     background-color:#ff6060;
}

.resp-content-active,
.resp-accordion-active { display: block; }

h2.resp-accordion {
    font-size: 17px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 16px 15px;
    letter-spacing: 1px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #fff !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #1c2020;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #ffffff !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 1px solid #c1c1c1 !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media(max-width:991px){
	.resp-tabs-list li {
		display: inline-block;
		width: 25%;
		font-size: 1em;
	}
}
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

h2.resp-tab-active {
    background: #ff6060 !important;
}
}
@media only screen and (max-width: 568px) {
	.resp-arrow {
		margin-top: 8px;
		border-top: 9px solid #1c2020;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 9px solid #ff6060;
	}
}
@media only screen and (max-width: 384px) {
	.resp-arrow {
		margin-top: 7px;
		border-top: 8px solid #1c2020;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 8px solid #ff6060;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
}