header {
	background: #000000;
}
.desktop_header {
	display: block;
}
.mobile_header {
	display: none;
}

.mobile-2 .mobile-bar {
    height: 60px;
}

.mobile-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
    z-index: 1;
}

.mobile-2 .mobile-bar > div {
    height: 100%;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-trigger {
    font-size: 20px;
    cursor: pointer;
}

.menu-trigger, .search-trigger, #cart > a > i {
    position: relative;
}

.mm-toggle {
	background: #ffffff00;
}

.mobile-2 .mobile-logo-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
}

.mobile-logo-wrapper {
    height: 100%;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#logo {
    height: 100%;
}

#logo a {
    padding: 8px;
}

#logo a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.075s ease-out;
    transition: all 0.075s ease-out;
}

#logo a > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
}

.mobile-2 #cart {
    width: 100%;
    height: 100%;
}

#cart {
    background-color: transparent;
}

.mobile-2 #cart > a {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cart a {
    cursor: pointer;
}

.mobile-2 #cart > a > i {
    height: 100%;
}
#cart>a>i {
    width: 60px;
}

.mobile-cart-wrapper #cart>a>i {
    background: none;
}

#cart>a>i::before {
    font-size: 26px;
}
#cart>a>i::before {
    font-size: 26px;
}
#cart>a>i::before {
    color: rgb(255 255 255);
    left: -12px;
    top: 18px;
}

::before, ::after {
    position: relative;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.count-badge {
    font-size: 10px;
    margin-left: 5px;
    min-width: 1.65em;
    height: 1.65em;
    padding: 0 3px;
    line-height: 1.5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
}

#cart-items.count-badge {
    display: inline-flex;
}

#cart-items.count-badge {
    color: rgba(255,255,255,1);
    background: rgb(233 156 38);
    border-radius: 10px;
}
#cart-items {
    transform: translateX(7px);
    margin-top: -7px;
    display: inline-flex;
    z-index: 1;
}
#cart-items {
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
}
.mobile-search-group {
    padding: 5px;
}
.mobile-2 .mobile-search-wrapper {
    width: 100%;
}
.full-search #search {
    width: 100%;
    height: 100%;
}
.full-search #search {
    min-height: 30px;
}
.full-search #search {
    max-height: 100%;
}

#search .input-group {
	border-radius: 5px;
}
.mobile-search-wrapper #search button {
	line-height: 20px;
}
.mobile-search-wrapper #search input {
	height: 32px;
}
/*------------home page-----------------*/
.home_slider {
    margin-top: 15px;
}
.jtv-banner-opacity img {
    width: 100%;
}
.jtv-banner-box {
    margin-bottom: 0;
}
.pdl {
    padding-left: 7.5px;
}
.pdr {
    padding-right: 7.5px;
}

.product-item {
    height: 355px;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    overflow: hidden;
}

/*----------------------------------*/
@media (max-width:767px) {
nav {
	display: none;
}

.desktop_header {
	display: none;
}
.mobile_header {
	display: block;
}
#cart-items {
    transform: translateX(-7px);
    margin-top: 9px;
}
.product-item {
    height: 300px;
}

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    min-height: 180px;
}