.item-box .picture {
	border: 0;
}
.buttonbox {
	display: none;
}
.no-slider .owl-carousel {
	display: block
}
.topic-block a, .topic-page a {
	text-decoration: none
}
.no-slider:after {
	display: block;
	content: '';
	clear: both;
}
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	margin: 0
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.home-carousel .owl-carousel .owl-item {
	transition: all 0s linear
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	transition: all .2s linear
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	border: 0;
	font-size: 0
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-next, .owl-prev {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 30px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background: rgba(255,255,255,0.5) url(../images/leftarrow.svg) no-repeat center;
	background-size: 10px;
	border-radius: 0;
}
.owl-next {
	right: 0;
	left: auto;
	background: rgba(255,255,255,0.5) url(../images/rightarrow.svg) no-repeat center;
	background-size: 10px;
}
.owl-nav {
	margin: 0;
	font-size: 0;
	text-align: center
}
.mainslider .owl-dots {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 3%;
	text-align: center;
}
.owl-dot {
	display: inline-block;
	padding: 0;
	position: relative;
	margin: 0 5px;
}
.owl-dot span {
	background: #fff;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
}
.owl-dot.active span {
	background: #000
}
/***********************************/
.master-wrapper-content {
	padding: 0;
	max-width: none;
}
.index {
	max-width: 1400px;
	margin: auto;
	padding: 50px 10px 0;
}
.item-box {
	margin: 0;
	width: auto;
}
.hm-products h1 {
	font-size: 30px;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 400;
}
.item-box .product-title {
	font-size: 14px;
	text-align: center;
}
.item-box .add-info {
	text-align: center;
}
.fzero {
	font-size: 0;
}
.custom-banners {
	margin: 0 2%;
	width: 28%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.custom-banners.middle {
	width: 32%;
}
.custom-banners p {
	line-height: 1;
	font-size: 24px;
}
.custom-banners .item.aos-item {
	margin-bottom: 20px;
}
.mr-minus {
	margin: 0;
	background: #f6f6f6;
	padding: 50px 25px
}
.custom-banners p a {
	font-size: 14px;
	border-bottom: 1px solid #111;
	letter-spacing: 1px;
}
.mrb .item {
	margin-bottom: 10px;
}
.fullbnr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.brials-txtbox h2 {
	font-size: 4vw;
	font-weight: 500;
}
.home-section img {
	width: 100%;
	display: block;
}
.main-header h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
.instagram.index {
	padding-top: 15px;
}
.item-box .actual-price {
	vertical-align: middle;
}
.mainslider {
	margin: auto;
	max-width: 1400px;
	padding: 0 10px;
}
.footer {
	margin: 0;
}
.instagram-header {
	padding: 0 0 10px;
}
/******/
.home-popup {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	z-index: 9999
}
.home-popup .popup-holder {
	max-width: 600px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
	overflow: hidden;
	width: 100%;
	padding: 0 10px;
	box-shadow: none;
	box-sizing: border-box
}
.home-popup .popup-frame {
	background: #fff;
	border: 2px solid #fff;
	position: relative;
	margin: auto;
	max-width: 600px
}
.home-popup .nx {
	display: block!important
}
.home-popup .popup-close {
	position: absolute;
	right: 0;
	top: 0;
	color: #b9b5b0;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600
}
.image-holder img {
	display: block;
}
/*********/
.explore {
	border-bottom: 1px solid #111;
	font-size: 18px;
}
.singleslide {
	padding-left: 10vw;
}
.singleslide .owl-dots {
	position: absolute;
	top: 10px;
	right: 10px;
}
.singleslide .owl-dot {
	width: 15px;
	height: 20px;
	margin: 0 0 0 20px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	font-weight: 700
}
.singleslide .owl-dot.active span {
	height: 2px;
	background: #000;
	display: block;
	width: 100%
}
.singleslide .owl-dots {
	counter-reset: dots;
	position: absolute;
	top: -20px;
	margin: auto;
	left: 0;
	right: 0;
	text-align: right;
	max-width: 1200px
}
.singleslide .owl-dot:before {
	counter-increment: dots;
	content: counter(dots);
	position: absolute;
	right: -2px;
	top: -20px
}
.singleslide .owl-dot:after {
	content: "0";
	position: absolute;
	left: 0;
	top: -20px
}
.singleslide .owl-dot span {
	background: none;
}
.formals.index {
	padding: 100px 10px 0;
	position: relative;
}
#fhvideo2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.video-holder {
  position: relative;
  margin: 0 0 15px;
}
@media all and (max-width: 1023px) {
.mainslider {
	padding: 0;
}
.index {
	padding: 35px 10px 0;
}
.hm-products h1, .main-header h2 {
	font-size: 24px;
}
.custom-banners p {
	font-size: 20px;
}
.custom-banners p a {
	min-width: 200px;
}
}

@media all and (max-width: 767px) {
.item-box .product-title {
	font-size: 12px;
}
.hm-products h1 {
	font-size: 20px;
}
.index {
	padding: 24px 10px 0;
}
.item-box .details {
	margin: 5px 0 0;
}
.custom-banners {
	margin: 0 0 30px;
	width: auto !important;
}
.custom-banners p {
	font-size: 20px;
}
.custom-banners p a {
	font-size: 12px;
	min-width: 125px;
}
.main-header h2 {
	font-size: 20px;
}
.fullbnr {
	padding: 30px 0 0;
}
.mr-minus {
	padding: 20px 10px;
}
.formals.index {
	padding: 60px 10px 0;
}
.brials-txtbox h2 {
	font-size: 28px;
}
}
