/**
 * Puzzle
 */
body {
	font-family: 'futura_ltregular';
}

a {
	color: #222;
	text-decoration: none !important;
	outline: none !important;
}

p {
	margin: 0;
}

p + p {
	margin-top: 25px;
}

.ui-block {
	display: block;
}

.ui-text-uppercase {
	text-transform: uppercase;
}

.ui-text-danger,
.text-danger {
	color: #bc2323 !important;
}

.text-muted,
.ui-text-muted {
	color: #999;
}

.text-normal {
	text-transform: none;
}

.ui-relative {
	position: relative;
}

.ui-absolute-full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ui-inline-block {
	display: inline-block;
}

.ui-no-radius {
	border-radius: 0;
	-webkit-border-radius: 0;
}

.ui-no-border {
	border: 0 !important;
}

.ui-no-padding {
	padding: 0 !important;
}

.ui-no-margin-bottom {
	margin-bottom: 0 !important;
}

.ui-no-border-bottom {
	border-bottom: 0 !important;
}

.ui-container-content {
	padding-left: 50px;
	padding-right: 50px;
}

.ui-container-content-extra {
	padding-left: 60px;
	padding-right: 60px;
}

.ui-container-border-bottom {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

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

.ui-cell {
	display: table-cell;
}

.ui-full-height {
	height: 100%;
}

.ui-hr {
	margin: 28px 0;
	border-bottom: 1px solid #d5d5d5;
}

.ui-media-top {
    vertical-align: top;
}

.ui-section-label {
	font-weight: normal;
	font-size: 27px;
}

/** flexbox */
.ui-flex {
	display: flex;
	flex-wrap: wrap;
}

/** row col... */
.ui-row-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.ui-row-small > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ui-col-center[class*="col-"] {
    float: none;
    margin-left: auto;
	margin-right: auto;
}

/** ratio... */
.ui-ratio {
	overflow: hidden;
}

.ui-ratio-normal {
	padding-bottom: 56.25%;
}

.ui-ratio-medium {
	padding-bottom: 85%;
}

.ui-ratio-full {
	padding-bottom: 100%;
}

.ui-image-full {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

/*** general label... */
.ui-general-label {
	border-bottom: 2px solid #bc2323;
	font-family: 'futura_ltheavy';
	color: #bc2323;
	display: inline-block;
	padding-bottom: 10px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

/*** general title */
.ui-general-title {
	font-size: 28px;
}

.ui-page-title {
	font-size: 30px;
	letter-spacing: 2px;
	font-family: 'futura_ltheavy';
	margin-bottom: 40px;
}

/*** undelined label */
.ui-label-underline {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'futura_ltbold';
	letter-spacing: 1px;
	font-size: 14px;
}

.ui-label-underline > span {
	display: inline-block;
	border-bottom: 2px solid #bc2323;
	padding-bottom: 10px;
	padding-right: 30px;
}

/** badge */
.badge {
    padding: 3px 6px;
    font-size: 8px;
}

.badge-danger {
	background-color: #bc2323;
}


/**
 * Pagination
 */
.pagination {
	margin-top: 35px;
}

.pagination > li > a, 
.pagination > li > span {
    color: #333;
    text-decoration: none;
    background-color: #fff;
	border: 0;
    border-bottom: 1px solid transparent;
	padding: 2px 6px;
	margin-left: 3px;
	margin-right: 3px;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: transparent;
    border-color: #bc2323;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    color: #23527c;
    background-color: transparent;
    border-color: #bc2323;
}

.pagination .arrow {
	letter-spacing: 2px;
}


/*
 * Row with equal height columns
 */
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}


/**
 * Input
 */
.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #e6e6e6;
	height: 38px;
	padding: 10px 12px;
}

.iradio_square,
.icheckbox_square {
	background-image: none !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #909090;
	position: relative;
}

.iradio_square.checked::before,
.icheckbox_square.checked::before {
	content: "";
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	background-color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}


/**
 * Button
 */
.btn {
	letter-spacing: 1px;
	word-spacing: 2px;
    padding: 10px 20px;
    font-size: 13px;
}

.btn-width {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-ghost {
	padding: 7.5px 22px;
	border: 1px solid #333;
}

.btn-ghost-red {
	border-color: #bc2323;
}

.btn-ghost-big {
	border: 1px solid #333;
    padding: 12px 45px;
    letter-spacing: 2px;
}

.btn-bold {
	font-family: 'futura_ltheavy';
}

.btn-icon {
	padding: 0 75px 0 25px;
	height: 42px;
	line-height: 40px;
	font-size: 13px;
	letter-spacing: 1px;
}

.btn-icon .icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	line-height: 40px;
	border-left: 1px solid #dedede;
}

.btn-light { 
	color: #363636; 
	background-color: #F8F8F8; 
	border-color: #dedede; 
	font-family: 'futura_ltheavy';
} 
 
.btn-light:hover, 
.btn-light:focus, 
.btn-light:active, 
.btn-light.active, 
.open .dropdown-toggle.btn-light { 
	color: #363636; 
	background-color: #F8F8F8; 
	border-color: #dedede; 
} 
 
.btn-light:active, 
.btn-light.active, 
.open .dropdown-toggle.btn-light { 
	background-image: none; 
} 
 
.btn-light.disabled, 
.btn-light[disabled], 
fieldset[disabled] .btn-light, 
.btn-light.disabled:hover, 
.btn-light[disabled]:hover, 
fieldset[disabled] .btn-light:hover, 
.btn-light.disabled:focus, 
.btn-light[disabled]:focus, 
fieldset[disabled] .btn-light:focus, 
.btn-light.disabled:active, 
.btn-light[disabled]:active, 
fieldset[disabled] .btn-light:active, 
.btn-light.disabled.active, 
.btn-light[disabled].active, 
fieldset[disabled] .btn-light.active { 
	background-color: #F8F8F8; 
	border-color: #dedede; 
} 
 
.btn-light .badge { 
	color: #F8F8F8; 
	background-color: #363636; 
}

.btn-grey { 
	color: #846a72; 
	background-color: #F5F5F5; 
	border-color: #F5F5F5; 
} 
 
.btn-grey:hover, 
.btn-grey:focus, 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
	color: #846a72; 
	background-color: #f5f5f5; 
	border-color: #F5F5F5; 
} 
 
.btn-grey:active, 
.btn-grey.active, 
.open .dropdown-toggle.btn-grey { 
	background-image: none; 
} 
 
.btn-grey.disabled, 
.btn-grey[disabled], 
fieldset[disabled] .btn-grey, 
.btn-grey.disabled:hover, 
.btn-grey[disabled]:hover, 
fieldset[disabled] .btn-grey:hover, 
.btn-grey.disabled:focus, 
.btn-grey[disabled]:focus, 
fieldset[disabled] .btn-grey:focus, 
.btn-grey.disabled:active, 
.btn-grey[disabled]:active, 
fieldset[disabled] .btn-grey:active, 
.btn-grey.disabled.active, 
.btn-grey[disabled].active, 
fieldset[disabled] .btn-grey.active { 
	background-color: #F5F5F5; 
	border-color: #F5F5F5; 
} 
 
.btn-grey .badge { 
	color: #F5F5F5; 
	background-color: #777777; 
}

.btn-grey-dark {
	background: #d6d6d6 !important;
}

.btn-red { 
	color: #FFFFFF; 
	background-color: #BC2323; 
	border-color: #BC2323; 
} 
 
.btn-red:hover, 
.btn-red:focus, 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	color: #FFFFFF; 
	background-color: #bc2323; 
	border-color: #BC2323; 
} 
 
.btn-red:active, 
.btn-red.active, 
.open .dropdown-toggle.btn-red { 
	background-image: none; 
} 
 
.btn-red.disabled, 
.btn-red[disabled], 
fieldset[disabled] .btn-red, 
.btn-red.disabled:hover, 
.btn-red[disabled]:hover, 
fieldset[disabled] .btn-red:hover, 
.btn-red.disabled:focus, 
.btn-red[disabled]:focus, 
fieldset[disabled] .btn-red:focus, 
.btn-red.disabled:active, 
.btn-red[disabled]:active, 
fieldset[disabled] .btn-red:active, 
.btn-red.disabled.active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red.active { 
	background-color: #BC2323; 
	border-color: #BC2323; 
} 
 
.btn-red .badge { 
	color: #BC2323; 
	background-color: #FFFFFF; 
}

.btn-black { 
	color: #ffffff; 
	background-color: #000000; 
	border-color: #000000; 
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
	color: #ffffff; 
	background-color: #000000; 
	border-color: #000000; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
	background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
	background-color: #000000; 
	border-color: #000000; 
} 
 
.btn-black .badge { 
	color: #000000; 
	background-color: #ffffff; 
}


/**
 * Select
 */
.bootstrap-select > button {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #e6e6e6;
}

/*** select size */
.ui-select-size .dropdown-menu {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 2px !important;
}
.ui-select-size .caret {
	border-top: 8px dashed;
	border-top: 8px solid\9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.ui-select-size.open .bs-caret {
    display: none !important;
}

.ui-select-size.dropup .caret {
	border-bottom: 0 !important;
}

.ui-select-size .caret {
	margin-top: -4px !important;
}

.ui-select-size > button {
	padding: 0 !important;
	height: 38px;
	text-align: center;
	font-family: 'futura_ltheavy';
	color: #a5a5b3;
}

.ui-select-size .filter-option {
	text-align: left !important;
	padding-left: 20px;
}

.ui-select-size .dropdown-menu li {
    text-align: center;
}

.ui-select-size .dropdown-menu > li > a {
    display: inline-block;
    padding: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-family: 'futura_ltheavy';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #b3a5a5;
}

.ui-select-size .dropdown-menu > li:hover > a {
	background-color: #e2e2e2;
}


/**
 * Navbar
 */
.navbar {
	border-color: #e5e5e5;
	background-color: #fff;
	min-height: 70px;
}

.navbar .navbar-nav > li > a {
    padding: 24px 20px;
    text-transform: uppercase;
    font-family: 'futura_ltheavy';
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
    color: #555;
    background-color: transparent;
    font-weight: 700;
}

.navbar .navbar-header {
	display: inline-block;;
	float: none;
	margin-left: 80px;
	margin-top: 15px;
}

.navbar .navbar-header .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin: 0;
}

.navbar .navbar-header .navbar-brand > img {
    max-height: 40px;
}

/** navbar tools... */
.navbar .navbar-tools {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	display: flex;
}

.navbar .navbar-tools > div {
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar .navbar-tools-premium {
	padding-right: 30px;
}

.navbar .navbar-tools-account {
	border-left: 1px solid #e5e5e5;
	padding-left: 30px;
}

.navbar .navbar-tools-login {
	margin-right: 25px;
}

.navbar .navbar-tools-cart {
	display: block;
	border: 1px solid #e5e5e5;
	height: 38px;
	width: 38px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	padding: 0;
}

.navbar .navbar-tools-cart.has-item {
	position: relative;
}

.navbar .navbar-tools-cart.has-item::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #bc2323;
	position: absolute;
	top: -4px;
	right: -4px;
}

/** simple */
.navbar-simple .navbar-title {
	font-size: 20px;
	font-family: 'futura_ltheavy';
	letter-spacing: 2px;
	word-spacing: 2px;
	padding-top: 20px;
}

/** navmenu... */
.navbar-menu {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 300px;
}

.navbar-menu .navbar-right {
	margin-right: 0;
}

.navmenu {
	z-index: 99999;
	background-color: #fff;
}

.navmenu-toggle {
	position: absolute;
	background: none;
	border: 0;
	font-size: 30px;
	top: 22px;
	left: 22px;
	padding: 0;
	margin: 0;
	width: 28px;
}

.navmenu-toggle .square {
    transition: background-color .2s cubic-bezier(.23,1,.32,1);
    background-color: #333;
    display: block;
    height: 6px;
    width: 6px;
    left: 9px;
    margin-bottom: 3px;
    position: relative;
}

.navmenu-toggle .square::after, 
.navmenu-toggle .square::before {
    transition: background-color .2s cubic-bezier(.23,1,.32,1);
    background-color: #333;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    left: -9px;
    position: absolute;
    top: 0;
}

.navmenu-toggle .square::after {
    left: auto;
    right: -9px;
}

.navmenu .navmenu-heading {
	height: 70px;
	padding-left: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.navmenu .navmenu-heading img {
	max-height: 44px;
	position: relative;
	top: 15px;
}

.navmenu .panel-menu {
	padding-left: 22px;
	padding-right: 0;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
}

body::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	visibility: hidden;
}

.navmenu-open::after {
	visibility: visible;
	z-index: 9999;
}


/**
 * Dropdown
 */
.dropdown-menu {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/**
 * Scoller height
 */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 30px !important;
}


/**
 * Panel menu
 */
.panel-menu .panel-heading {
	padding: 0 !important;
	background-color: transparent !important;
	border: 0;
}

.panel-menu .panel-group .panel {
    margin-bottom: 0;
	margin-top: 0 !important;
    border-radius: 0;
    border: 0;
	border-bottom: 1px solid #cecece;
    background: none;
	margin-right: 22px;
}

.panel-menu .panel-group .panel:first-child {
	border-top: 1px solid #cecece;
}

.panel-menu .panel-title a {
	padding: 12px 20px !important;
	font-weight: normal !important;
	display: block;
	color: #6c6c6c;
	font-size: 13px;
	letter-spacing: 1px;
	word-spacing: 2px;
	position: relative;
}

.panel-menu .panel-title a .icon {
	position: absolute;
	right: 0;
}

.panel-menu .open .panel-title a {
	color: #00002f;
}

.panel-menu .open .panel-title a .icon::before {
	content: "\f068" !important;
}

.panel-menu .panel-body {
    padding: 0 !important;
    padding-left: 20px !important;
}

.panel-menu .media-list {
	margin-bottom: 0;
	font-size: 13px;
}

.panel-menu .media-list li + li {
	border-top: 1px solid #cecece;
	margin: 0 !important;
}

.panel-menu .media-list li a {
	display: block;
	padding: 12px 17px !important;
}

.panel-menu .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.panel-menu .mCSB_scrollTools {
	margin-right: -6px;
}

.navmenu .close-menu {
	position: relative;
	display: inline-block;
	font-size: 25px;
	left: 15px;
	top: 16px;
	color: #707070;
}


/**
 * OWL Primary
 */
.owl-theme-primary {
	margin-bottom: 15px;
}

.owl-theme-primary .owl-nav,
.owl-theme-primary-dotted .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(65% - 110px);
    bottom: auto;
    margin: 0;
}

.owl-theme-primary .owl-nav button span,
.owl-theme-primary-dotted .owl-nav button span {
	position: relative;
}

.owl-theme-primary .owl-nav button.owl-prev span,
.owl-theme-primary-dotted .owl-nav button.owl-prev span {
	top: -6px;
}

.owl-theme-primary .owl-nav button.owl-next span,
.owl-theme-primary-dotted .owl-nav button.owl-next span {
	top: -6px;
}

.owl-theme-primary .owl-nav button.owl-next,
.owl-theme-primary .owl-nav button.owl-prev,
.owl-theme-primary-dotted .owl-nav button.owl-next,
.owl-theme-primary-dotted .owl-nav button.owl-prev {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 0;
	font-size: 35px;
	position: absolute;
}

.owl-theme-primary .owl-nav button.owl-next:hover,
.owl-theme-primary .owl-nav button.owl-prev:hover,
.owl-theme-primary-dotted .owl-nav button.owl-next:hover,
.owl-theme-primary-dotted .owl-nav button.owl-prev:hover {
	background-color: rgba(0, 0, 0, .5);
}

.owl-theme-primary .owl-nav button.owl-prev,
.owl-theme-primary-dotted .owl-nav button.owl-prev {
	left: 65px;
}

.owl-theme-primary .owl-nav button.owl-next,
.owl-theme-primary-dotted .owl-nav button.owl-next {
	right: 65px;
}

.owl-theme-primary .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 20px;
    text-align: right;
}

.owl-theme-primary .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 5px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
}

.owl-theme-primary .owl-dots .owl-dot.active span, 
.owl-theme-primary .owl-dots .owl-dot:hover span {
    background: #fff;
}

.owl-theme-primary .ui-card-top-image {
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 70px;
	max-width: 450px;
	z-index: 9;
}

.owl-theme-primary .ui-card-top-image a {
	color: #fff;
}

.owl-theme-primary .ui-card-meta {
	font-size: 14px;
}

.owl-theme-primary .ui-card-title {
	font-size: 35px;
}

.owl-theme-primary .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 5;
}

.owl-theme-primary .item.no-ancent::before {
	display: none !important;
}

/** dotted */
.owl-theme-primary-dotted .owl-dots {
    padding-top: 7px;
}

.owl-theme-primary-dotted .owl-dots .owl-dot span {
    margin: 5px 8px;
	width: 12px;
    height: 12px;
	background: #e9e9e9;
	padding-top: 7px;
}


/**
 * Tabs
 */
.ui-tab {
	margin-bottom: 20px;
	white-space: nowrap;
}

.ui-tab .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 30px;
    display: inline-block;
	float: none;
}

.ui-tab .nav-tabs > li > a {
 	border-radius: 0;
 	-webkit-border-radius: 0;
 	margin-right: 0;
 	padding-left: 0;
 	padding-right: 0;
 	padding-bottom: 10px;
 	font-size: 13px;
}

.ui-tab .nav > li > a:focus, 
.ui-tab .nav > li > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.ui-tab .nav-tabs > li.active > a, 
.ui-tab .nav-tabs > li.active > a:focus, 
.ui-tab .nav-tabs > li.active > a:hover {
	border: 0;
	font-family: 'futura_ltheavy';
	color: #bc2323;
	letter-spacing: 1px;
	padding-top: 11px;
	position: relative;
}

.ui-tab .nav-tabs > li.active > a::after, 
.ui-tab .nav-tabs > li.active > a:focus::after, 
.ui-tab .nav-tabs > li.active > a:hover::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #bc2323;
}

/*** simple tab */
.ui-simple-tab .nav-tabs {
    border-bottom: 0;
}

.ui-simple-tab .nav-tabs > li > a {
	font-family: 'futura_ltheavy';
	color: #999;
	letter-spacing: 1px;
	border: 0 !important;
	background-color: transparent !important;
	padding: 5px 30px 5px 0;
}

.ui-simple-tab .nav-tabs > li.active > a, 
.ui-simple-tab .nav-tabs > li.active > a:focus, 
.ui-simple-tab .nav-tabs > li.active > a:hover {
	color: #555;
}

.ui-simple-tab .tab-content {
	padding-top: 12px;
}

.ui-tab-margin-right {
	margin-right: 22%;
}


/**
 * Card
 */
.ui-card-linked {
	z-index: 5;
}

/*** title... */
.ui-card-title {
	margin-top: 0;
	font-size: 22px;
	line-height: 1.4;
	font-family: 'Didot';
	font-weight: 900;
}

/*** description... */
.ui-card-description {
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.5;
	font-family: 'Baskerville';
}

/*** card meta... */
.ui-card-meta {
	margin-bottom: 15px;
	font-size: 13px;
}

.ui-card-meta a {
	border-bottom: 1px solid #bc2323;
	display: block;
	padding-bottom: 3px;
}

/*** image left */
.ui-card-left-image .ui-card-image {
	width: 185px;
	height: 185px;
}


/** card tag */
.ui-card-tag {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #fff;
	color: #bc2323;
	padding: 2px 5px;
}

/*** image top */
.ui-card-top-image {
	margin-bottom: 15px;
}

.ui-card-top-image .ui-card-image {
	margin-bottom: 10px;
}

.ui-card-top-image .ui-card-meta {
	margin-bottom: 10px;
}

/** general */
.ui-card-general {
	margin-bottom: 20px;
	line-height: 1.5;
}

.ui-card-general .ui-card-general-label {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	letter-spacing: 2px;
	word-spacing: 1px;
	font-family: 'futura_ltheavy';
}

/** event */
.ui-card-event .ui-card-author {
	font-size: 13px;
	line-height: 1.5;
}

.ui-card-event .ui-card-author span {
	font-family: 'futura_ltheavy';
}

.ui-card-event .ui-card-title {
	margin-bottom: 8px;
}

/** simple article card */
.ui-article-simple-card {
	border: 1px solid #e5e5e5;
	margin: 1px;
}

.ui-article-simple-card .ui-content {
	padding: 20px;
	font-size: 15px;
}

.ui-article-simple-card .ui-title {
	margin-top: 0;
	line-height: 1.45;
	font-size: 22px;
	font-family: "Didot";
}

.ui-article-simple-card .ui-author {
	margin-bottom: 12px;
}

.ui-article-simple-card .ui-description {
	line-height: 1.5;
}

.ui-article-simple-card .ui-image {
	margin: -1px -1px 0 -1px;
}

.ui-article-simple-card .ui-category,
.ui-card-popular .ui-category {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #fff;
	padding: 6px 25px;
	letter-spacing: 1px;
	font-size: 13px;
}

.ui-article-simple-card .ui-category-dark {
	bottom: 0;
	left: 0;
	right: auto;
	background-color: #e7e7e7;
}

/** card popular */
.ui-card-popular .ui-bg {
	padding: 50px;
	padding-right: 200px;
	padding-top: 40px;
	background-color: #f9f9f9;
	margin-right: 200px;
	min-height: 480px;
}

.ui-card-popular .ui-text {
	z-index: 1;
}

.ui-card-popular .ui-category {
	position: static;
	display: inline-block;
}

.ui-card-popular .ui-title {
	font-size: 22px;
	line-height: 1.5;
}

.ui-card-popular .ui-author {
	margin-bottom: 10px;
	font-size: 15px;
}

.ui-card-popular .ui-description {
	font-size: 16px;
	line-height: 1.5;
}

.ui-card-popular .ui-image {
	position: absolute;
	width: 510px;
	right: 0;
	top: 35px;
}

.ui-card-popular .ui-ratio-medium {
	padding-bottom: 380px;
}


/**
 * Content top
 */
.ui-content-top-aside {
	border-left: 1px solid #e6e6e6;
	height: 100%;
	padding-left: 10px;
}


/**
 * Banner
 */
.ui-banner-medium + .ui-banner-medium {
	margin-top: 15px;
}

/*** banner big... */
.ui-banner-big {
	margin: 35px 0;
}

.ui-banner-big .ui-banner-content {
	height: 450px;
}

.ui-banner-big .ui-banner-big-btn {
    background-color: rgba(255, 255, 255, .65);
    border: 1px solid #fff;
    padding: 25px 90px;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-size: 13px;
}


/**
 * OWL Secondary
 */
.owl-theme-secondary {
	border-top: 1px solid #e6e6e6;
	margin-top: 25px;
	padding-top: 35px;
}

.owl-theme-secondary .ui-item-content {
	padding: 0 100px;
}

.owl-theme-secondary .ui-item-label {
	font-family: 'futura_ltheavy';
}

.owl-theme-secondary .ui-item-name {
	font-size: 28px;
}

.owl-theme-secondary .ui-item-description {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.owl-theme-secondary .ui-item-image {
	padding-left: 0;
}

.owl-theme-secondary .owl-nav {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	top: 160px;
}

.owl-theme-secondary .owl-nav button.owl-next, 
.owl-theme-secondary .owl-nav button.owl-prev {
	background-color: transparent !important;
	color: #7e7e7e !important;
	font-size: 60px;
	position: absolute;
}

.owl-theme-secondary .owl-nav button.owl-prev {
	left: 20px;
}

.owl-theme-secondary .owl-nav button.owl-next {
	right: 20px;
}

.owl-theme-secondary .owl-dots {
	position: absolute;
	width: 50%;
	padding-right: 15px;
	bottom: 20px;
}

.owl-theme-secondary .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 5px 9px;
    background-color: #eaeaea;
}

.owl-theme-secondary .owl-dots .owl-dot.active span, 
.owl-theme-secondary .owl-dots .owl-dot:hover span {
    background: #747373;
}

.owl-theme-secondary .ui-ratio-normal {
    padding-bottom: 0;
    height: 350px;
}

/** simple */
.owl-theme-simple .owl-nav {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	text-align: left;
	padding-left: 50px;
}

.owl-theme-simple .owl-nav button.owl-prev,
.owl-theme-simple .owl-nav button.owl-next {
	border: 1px solid #ededed !important;
	background-color: #fff !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 38px;
	height: 38px;
	font-size: 20px;
	color: #bbb !important;
	position: relative;
}

.owl-theme-simple .owl-nav button.owl-prev {
	left: 42px;
}

.owl-theme-simple .owl-nav button.owl-next {
	right: 55px;
}

.owl-theme-lite .owl-dots {
	position: absolute;
	top: calc(85% - 210px);
	left: 0;
	right: 0;
}

.owl-theme-lite .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .65);
}

.owl-theme-lite .owl-dots .owl-dot.active span {
	background-color: #fff;
}


/**
 * Video
 */
.ui-section-video {
	margin-bottom: 45px;
}

.ui-section-video .ui-video-banner {
	width: 300px;
	height: 375px;
}

.ui-section-video .ui-video-content {
	margin-top: 18px;
	padding-right: 20px;
}

.ui-section-video .ui-video-big {
	height: 326px;
}

.ui-section-video .ui-video-big .fa-play::before {
    content: "\f04b";
    color: #fff;
    background-color: #333;
    width: 70px;
    height: 70px;
    display: inline-block;
    line-height: 70px;
    font-size: 26px;
    border-radius: 50%;
}

.ui-section-video .ui-video-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0 25px 30px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.ui-section-video .ui-video-list {
	display: table;
	height: 100%;
}

.ui-section-video .ui-video-list .ui-video-item {
	display: table-row;
	padding-bottom: 10px;
}

.ui-section-video .ui-video-list .ui-video-item:hover {
	background-color: #fafafa;
}

.ui-section-video .ui-video-list .ui-video-item + .ui-video-item .media {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

.ui-section-video .ui-video-list .ui-video-item:first-of-type .media {
	margin-bottom: 10px;
}

.ui-section-video .ui-video-list .ui-video-thumb {
	width: 116px;
}

.ui-section-video .ui-video-list .media-heading {
	line-height: 1.5;
}


/**
 * Most popular
 */
.ui-most-popular .ui-general-label {
	margin-bottom: 20px;
}


/**
 * Subscribe
 */
.ui-subscribe {
	margin: 35px 0 0 0;
}

.ui-subscribe .ui-subscribe-content {
	height: 380px;
	background-image: url('../../n_template/images/24.jpg');
	background-size: cover;
	background-position: center left;
}

.ui-subscribe .ui-subscribe-text {
	padding-left: 220px;
}

.ui-subscribe .ui-subscribe-label {
	font-size: 33px;
	margin-bottom: 35px;
}

/** small */
.ui-subscribe-small {
	left: 15px;
	right: 15px;
}

.ui-subscribe-small .ui-subscribe-content {
	margin-left: 30px;
	margin-right: 30px;
	background-color: rgba(255, 255, 255, .75);
	padding: 35px;
}

.ui-subscribe-small .ui-subscribe-title {
	font-size: 26px;
	line-height: 1.7;
	margin-bottom: 20px;
}

.ui-subscribe-small .form-control {
    border-color: #aaa;
    height: 44px;
}


/**
 * Events List
 */
.ui-section-event .ui-section-label {
	position: absolute;
	margin-top: 0;
	left: 0;
	top: 10px;
}


/**
 * Article detail
 */
.ui-article-detail p {
	font-size: 16px;
	line-height: 1.7;
}

.ui-article-detail .ui-artile-heading {
	margin: auto;
	margin-bottom: 35px;
	max-width: 60%;
}

.ui-article-detail .ui-article-title {
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: 'Didot Headline';
	font-weight: 700;
	font-size: 38px;
}

.ui-article-detail .ui-article-image {
	height: 100%;
	border-right: 1px solid #e6e6e6;
	padding-right: 25px;
}

.ui-article-detail .ui-article-image .owl-theme-primary .owl-nav, 
.ui-article-detail .ui-article-image .owl-theme-primary-dotted .owl-nav {
	top: calc(65% - 90px);
}

.ui-article-detail .ui-ratio-normal {
	padding-bottom: 65%;
}

.ui-article-detail .ui-article-text {
	margin-left: -8px;
	height: 100%;
	font-family: 'Baskerville';
}

.ui-article-detail .ui-article-label {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 28px;
}

.ui-article-detail .ui-article-text::before {
	content: "";
	width: 7px;
	height: 30px;
	background-color: #bc2323;
	position: absolute;
	top: 45px;
	left: -23px;
	display: none;
}

.ui-article-detail .owl-theme-primary .owl-nav button.owl-prev {
    left: 40px;
}

.ui-article-detail .owl-theme-primary .owl-nav button.owl-next {
    right: 40px;
}

.ui-article-detail .ui-card-meta {
	margin-bottom: 10px;
}

.ui-article-detail .ui-article-embed {
	position: absolute;
	right: 0;
	top: 0;
}

.ui-article-detail .ui-open-gallery {
	position: absolute;
	top: 30px;
	right: 0;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, .85);
	padding: 5px 35px 5px 13px;
	background-color: rgba(0, 0, 0, .35);
	border: 1px solid rgba(255, 255, 255, .65);
	border-right: 0;
}

.ui-article-detail .ui-open-gallery.space {
	top: 10px !important;
	right: 10px !important;
}

.ui-article-detail .ui-open-icon {
	font-size: 30px;
}

.ui-article-detail .ui-open-text {
	padding-left: 10px;
	font-size: 13px;
}

.ui-article-detail .ui-open-label {
	margin-bottom: -3px;
}

/** belt */
.ui-article-meta-belt {
	background-color: #f5f5f5;
	padding: 15px;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 15px;
}

.ui-article-meta-belt .ui-article-author {
	margin-left: 60px;
	position: relative;
	top: 2px;
}

.ui-article-meta-belt .ui-article-belt-meta {
	position: absolute;
	right: 115px;
	top: 15px;
	letter-spacing: 2px;
}

.ui-article-meta-belt .ui-article-belt-meta ul li {
	margin-right: 20px;
}

/** article full */
.ui-article-detail-full .ui-article-content {
	padding-left: 80px;
}

.ui-article-detail-full .ui-article-text {
	position: absolute;
	right: 0;
	bottom: 70px;
	left: 0;
	top: 0;
	height: auto;
}

.ui-article-detail-full .ui-article-text::after {
	content: "";
	position: absolute;
	top: 0;
	right: 2px;
	bottom: -50px;
	border-right: 1px solid #e5e5e5;
}

.ui-article-detail-full .ui-article-scroller .mCSB_inside > .mCSB_container {
    margin-right: 30px;
    margin-left: 38px;
}

.ui-article-detail-full .ui-article-scroller .mCSB_scrollTools {
    left: auto;
    right: 0;
}

.ui-article-detail-full .ui-article-scroller .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
}

/** article cell */
.ui-artile-meta {
	margin-top: 15px;
	font-size: 13px;
}

.ui-article-author {
	margin-bottom: 15px;
}

.ui-attribute-label {
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.ui-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	color: rgba(255, 255, 255, .75);
	padding: 20px 25px;
	height: 85px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5;
	font-size: 15px;
}

/** article split */
.ui-article-detail-split .ui-artile-meta {
    margin-top: 0;
    margin-left: -8px;
}

.ui-article-detail-split .ui-article-text {
	border-left: 1px solid #e6e6e6;
	margin-left: -30px;
	padding-left: 20px;
}

.ui-article-detail-split .ui-article-text::before {
	display: none;
}

/** fluid */
.ui-article-fluid .ui-article-image {
	border-right: 0;
	padding-right: 0;
}

.ui-article-fluid .ui-content-top-aside {
	padding-left: 25px;
}

.ui-article-fluid .ui-article-content {
	padding-top: 50px;
}

.ui-article-fluid .ui-article-text {
	padding-left: 125px;
}

.ui-article-fluid .ui-article-description {
	padding-left: 50px;
}

/** detail simple */
.ui-article-detail-simple {
	margin-bottom: 50px;
}

.ui-article-detail-simple .ui-article-heading {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.ui-article-detail-simple .ui-article-heading-content {
	max-width: 768px;
	margin: auto;
}

.ui-article-detail-simple .ui-article-title {
	line-height: 1.4;
	font-family: "Didot Headline";
}

.ui-article-detail-simple .ui-article-image {
	height: 425px;
}

.ui-article-detail-simple .ui-article-text {
	font-size: 18px;
	line-height: 1.7;
	padding-right: 225px;
}

.ui-article-detail-simple .ui-article-tools {
	width: 185px;
	text-align: center;
	vertical-align: top;
}

.ui-article-detail-simple .ui-article-tools i {
	font-size: 22px;
}

.ui-article-detail-simple .ui-article-tools .count {
	position: absolute;
	left: 30px;
}

.ui-article-detail-simple .ui-article-tools ul {
	padding-top: 10px;
}

.ui-article-detail-simple .ui-article-tools li {
	margin-bottom: 20px;
}


/**
 * Article mini list
 */
.ui-article-list .ui-article-title {
	margin-top: 0;
	font-size: 22px;
	line-height: 1.5;
}

.ui-article-list > li {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-top: 12px;
	margin-bottom: 12px;
}


/**
 * Article related
 */
.ui-article-related {
	margin-top: 25px;
}

.ui-article-related .ui-article-related-label {
	border-top: 1px solid #e6e6e6;
	padding-top: 35px;
	margin-bottom: 30px;
	font-size: 16px;
	font-size: 15px;
	font-family: 'futura_ltheavy';
	letter-spacing: 1px;
	word-spacing: 2px;
}


/**
 * Article scroller
 */
.ui-article-scroller {
	position: absolute;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: -30px;
}

.ui-article-scroller.with-ancent::before {
	content: "";
	position: absolute;
	height: 150px;
	left: 10px;
	right: 0;
	bottom: 0;
	z-index: 9;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.ui-article-scroller .mCSB_inside > .mCSB_container {
    margin-right: 0;
	margin-left: 30px;
}

.ui-article-scroller .mCSB_scrollTools {
	left: 0;
	right: auto;
}

.ui-article-scroller .mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
}

.ui-article-scroller .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 6px;
	background-color: #bc2323;
	margin: 0;
	margin-left: 8px;
}

.ui-article-scroller.scrollbar-grey .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #888;
}


/**
 * About
 */
.ui-about {
	padding-top: 35px;
}

.ui-about .ui-article-text::before {
	top: 0;
	background-color: #898989;
}

.ui-about-staff {
	padding-top: 25px;
}

.ui-about-staff .ui-about-staff-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 40px;
}

.ui-about-staff .item {
	font-size: 15px;
}

.ui-about-staff .item + .item {
	margin-top: 15px;
}

.ui-about-staff .item-label {
	font-family: 'futura_ltheavy';
	letter-spacing: 1px;
}

.ui-about-staff .ui-about-block {
	padding-left: 25px;
	border-left: 1px solid #e6e6e6;
	width: 20%;
}


/**
 * Contact
 */
.ui-contact {
	padding-top: 60px;
}

.ui-contact h1 {
	font-size: 26px;
}

.ui-contact .ui-contact-content {
	margin-bottom: 50px;
}

.ui-contact .ui-contenct-card {
	font-size: 15px;
	line-height: 1.5;
}


/**
 * Shop with me
 */
.ui-shopme {
	padding-top: 35px;
}

.ui-shopme .ui-shopme-video {
	height: 310px;
}

.ui-shopme .ui-shopme-text {
	padding-left: 50px;
	padding-right: 50px;
}

.ui-shopme .ui-shopme-text h1 {
	margin-top: 0;
	font-size: 30px;
}

.ui-shopme .ui-shopme-description {
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #e6e6e6;
	line-height: 1.6;
	font-size: 15px;
}

.ui-shopme .ui-shopme-description p + p {
	margin-top: 20px;
}

.ui-shopme .ui-shopme-play {
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.ui-shopme .ui-shopme-play i {
	left: 1px;
}


/**
 * Product list
 */
.ui-product-list {
	padding-top: 40px;
}

.ui-product-list .ui-product-item {
	margin-bottom: 30px;
}

.ui-product-list .ui-product-image {
	height: 320px;
	margin-bottom: 8px;
}

.ui-product-list .ui-product-name {
	font-family: 'futura_ltheavy';
}

.ui-product-list .ui-product-list-label {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}


/**
 * Search
 */
#search-modal {
	background-color: #fff;
}

#search-modal input {
	border-width: 0 0 1px 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
}

#search-modal input:focus {
	border-color: #000;
}

#search-modal .form-group {
    margin-bottom: 25px;
}

.ui-search-result {
	padding-top: 15px;
}

.ui-search-result .ui-page-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.ui-search-result .ui-search-label {
	font-size: 13px;
}

.ui-search-result .ui-search-heading {
	margin-bottom: 50px;
}


/**
 * Choide gender
 */
.ui-choice-gender {
	margin-bottom: 50px;
}

.ui-choice-gender .ui-choice-gender-content {
	padding-left: 50px;
	padding-right: 50px;
}

.ui-choice-gender .ui-tab {
	margin-bottom: 75px;
}

.ui-choice-gender .ui-shopme-text {
    padding-left: 130px;
}

.ui-choice-gender .ui-shopme-description {
    padding-top: 10px;
    margin-top: 0;
    border-top: 0;
}

.ui-choice-gender .ui-choice-gender-action {
	margin-top: 25px;
}

.ui-choice-gender .ui-choice-gender-action .btn {
	padding: 12px 16px;
	border-color: #333;
}


/**
 * Product detail
 */
.ui-product-detail {
	position: fixed;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.ui-product-detail .ui-product-inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ui-product-detail .ui-product-inner > div {
	display: table-cell;
	vertical-align: top;
}

.ui-product-detail .ui-product-content {
	padding-right: 300px;
}

.ui-product-detail .ui-product-image {
	width: 460px;
	background: #e6e6e6;
}

.ui-product-detail .ui-product-meta {
	border-left: 1px solid #e6e6e6;
	margin-left: 130px;
	margin-top: 75px;
	padding-left: 25px;
	position: relative;
	z-index: 9999;
}

.ui-product-detail .ui-product-meta .ui-article-text {
	left: -4px;
}

.ui-product-detail .ui-product-meta .ui-article-scroller {
	bottom: 70px;
}

.ui-product-detail .ui-article-scroller .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
}

.ui-product-detail .ui-product-tools .size {
	width: 60px;
}

.ui-product-detail .ui-product-tools .addcart,
.ui-product-detail .ui-product-tools .checkout {
	width: 175px;
	padding-left: 25px;
}

.ui-product-detail .ui-product-description {
	margin-top: 25px;
	margin-bottom: 40px;
}

.ui-product-detail .ui-product-description p {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}

.ui-product-detail .ui-product-description p + p {
	margin-top: 5px;
}

.ui-product-detail .ui-product-price {
	font-size: 18px;
	color: #b7b9c0;
	padding-left: 5px;
}

.ui-product-detail .ui-product-name {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 12px;
}

.ui-product-detail .ui-product-content .ui-side-social {
	left: -110px;
}

.ui-product-detail .ui-product-content .ui-side-social ul {
	position: relative;
	top: -10px;
}

.ui-product-detail .ui-product-content .ui-side-social ul li {
    margin-right: 10px;
    margin-left: 10px;
}

.ui-product-detail .ui-product-content .ui-side-social .hide-share {
	opacity: 0;
}

.ui-product-detail .ui-product-content .ui-side-social .hide-share.shown {
	opacity: 1;
}


/**
 * Shopping cart
 */
.shopping-cart {
	padding-top: 25px;
	margin-bottom: 30px;
}

.shopping-cart .cart-item-inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.shopping-cart .cart-item-block {
	display: table-cell;
	vertical-align: middle;
}

.shopping-cart .cart-item .product,
.shopping-cart .cart-item .avail,
.shopping-cart .cart-item .qty {
	width: 200px;
}

.shopping-cart .cart-item .image {
	width: 75px;
}

.shopping-cart .cart-item .image .ui-ratio-full {
	padding-bottom: 115px;
}

.shopping-cart .cart-item .product {
    padding-left: 20px;
    vertical-align: top;
	padding-top: 10px;
}

.shopping-cart .cart-item .product-name {
	margin-top: 0;
	font-weight: 700;
	font-size: 14px;
}

.shopping-cart .cart-item .product-meta > span {
	display: block;
	font-size: 13px;
}

.shopping-cart .cart-item .product-meta > span + span {
	margin-top: 3px;
}

.shopping-cart .cart-item .price,
.shopping-cart .cart-item .total {
	font-weight: 700;
}

.shopping-cart .cart-item .cart-qty-button {
	width: 32px;
	height: 32px;
}

.shopping-cart .cart-item .cart-qty-button button {
	padding: 0;
	height: 36px;
	width: 36px;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #f8f8f8;
	border-color: #d6d6d6;
}

.shopping-cart .cart-item .qty input {
    height: 36px;
	width: 38px;
	padding: 0;
    border-left: 0;
	border-right: 0;
    border-radius: 0;
	-webkit-border-radius: 0;
    background-color: #fafafa;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border-color: #d6d6d6;
}

.shopping-cart .cart-item .qty .spinner {
	width: 100px;
	display: inline-block;
	margin-top: 3px;
}

.shopping-cart .cart-item .action {
	font-size: 24px;
	width: 55px;
}

.shopping-cart .cart-item .action a {
	color: #bbbbbb;
}

.shopping-cart .cart-list {
	border-top: 0;
	border-bottom: 1px solid #e2e2e2;
}

.shopping-cart .cart-list .cart-item {
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.shopping-cart .cart-list .cart-item:first-child {
	padding-top: 15px;
}

.shopping-cart .cart-heading {
	background-color: #f5f5f5;
	border: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.shopping-cart .cart-heading .cart-item-block {
	font-weight: normal !important;
	padding-top: 0 !important;
	font-size: 13px;
	letter-spacing: 1px;
	vertical-align: middle;
}

.shopping-cart .shopping-cart-summary {
	padding-top: 20px;
}

.shopping-cart .shopping-cart-total {
	display: inline-block;
	width: 260px;
}

.shopping-cart .shopping-cart-sum-item {
	margin-bottom: 10px;
	font-family: 'futura_ltheavy';
	font-size: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.shopping-cart .shopping-cart-action {
	width: 260px;
	padding-top: 10px;
	display: inline-block;
}

.shopping-cart .cart-item small {
	display: none;
}


/**
 * Slider product
 */
.owl-theme-product,
.owl-theme-product .owl-stage-outer,
.owl-theme-product .owl-stage,
.owl-theme-product .owl-item,
.owl-theme-product .item {
	height: 100%;
}

.owl-theme-product .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	text-align: left;
	padding-left: 15px;
	z-index: 9;
}

.owl-theme-product .owl-nav .owl-prev,
.owl-theme-product .owl-nav .owl-next {
	width: 38px;
	height: 38px;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: rgba(255, 255, 255, .95) !important;
	border: 1px solid rgba(255, 255, 255, .65) !important;
	font-size: 22px !important;
}

.owl-theme-product .owl-nav .owl-next {
	margin-left: 15px;
}

.owl-theme-product .owl-nav i {
	position: relative;
}

.owl-theme-product .owl-nav .owl-prev i {
	right: 1px;
}

.owl-theme-product .owl-nav .owl-next i {
	left: 1px;
}

.owl-theme-product .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.owl-theme-product .owl-dots .owl-dot span {
    width: 55px;
    height: 3px;
	background: rgba(255, 255, 255, .25);
	border-radius: 0;
	-webkit-border-radius: 0;
}

.owl-theme-product .owl-dots .owl-dot.active span, 
.owl-theme-product .owl-dots .owl-dot:hover span {
    background: #bc2323;
}

.owl-theme-product .ui-product-plus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-theme-product .ui-product-plus a {
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 55px;
	font-size: 22px;
	color: rgba(255, 255, 255, .95) !important;
	border: 1px solid rgba(255, 255, 255, .65) !important;
	background-color: rgba(255, 255, 255, .15);
}


/**
 * Section checkout
 */
.section-checkout .open-payment #payment-option {
	display: block !important;
}

.section-checkout {
	padding: 60px 0;
	font-size: 15px;
}

.section-checkout .section-checkout-label {
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 20px;
	color: #495057;
}

.section-checkout .bootstrap-select {
	width: 100% !important;
}

.section-checkout .bootstrap-select > .dropdown-toggle {
	height: 42px;
	padding-left: 15px;
}

.section-checkout .select-with-icon .bootstrap-select > .dropdown-toggle {
	height: 42px;
	background-color: rgba(255, 255, 255, .5) !important;
}

.section-checkout .bootstrap-select img {
	max-height: 24px;
	max-width: 100px;
}

.section-checkout .bootstrap-select img + span {
	display: block;
	text-align: left;
	position: absolute;
	left: 110px;
	right: 0;
	top: 11px;
	font-weight: 700;
}

.section-checkout .form-group {
	margin-bottom: 20px;
}

.section-checkout .section-checkout-block {
	margin-bottom: 30px;
}

.section-checkout .radio {
	margin-bottom: 15px;
}

.section-checkout .section-checkout-image {
	width: 85px;
}

.section-checkout .media-heading {
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 0;
	line-height: 1.35;
}

.section-checkout .section-checkout-meta {
	margin-top: 2px;
	color: #495057;
	font-size: 14px;
}

.section-checkout .section-checkout-meta span {
	display: inline-block;
}

.section-checkout .section-checkout-meta span:first-child {
	min-width: auto;
	position: relative;
	padding-right: 6px;
}

.section-checkout .section-checkout-meta span:first-child::after {
	content: ":";
	position: absolute;
	right: 0;
}

.section-checkout .section-checkout-order ul li {
	border-bottom: 1px solid #444;
	padding-bottom: 15px;
}

.section-checkout .section-checkout-subtotal {
	position: relative;
	margin-top: 3px;
	color: #666666;
}

.section-checkout .section-checkout-subtotal span {
	position: relative;
	display: inline-block;
}

.section-checkout .section-checkout-subtotal span:last-child {
	position: static;
	right: 0;
}

.section-checkout .section-checkout-subtotal span:last-child::before {
	content: "Rp";
	position: static;
	margin-right: 5px;
	margin-left: 2px;
}

.section-checkout .section-checkout-subtotal.total {
	font-size: 18px;
	border-top: 1px solid #444;
	margin-top: 15px;
	padding-top: 10px;
}

.section-checkout .section-checkout-subtotal.total span:last-child {
	position: absolute;
	right: 0;
}

.section-checkout .section-checkout-subtotal.total span:last-child::before {
	right: 72px;
	font-weight: normal;
	color: #868e96;
	font-size: 15px;
	top: 2px;
}

.section-checkout .section-checkout-padding {
	padding-left: 20px;
}

.section-checkout .section-checkout-coupon {
	margin-top: 10px;
}

.section-checkout .section-checkout-action {
	padding-top: 25px;
}

.section-checkout .section-checkout-action p {
	margin-bottom: 40px;
}

.section-checkout .media-body {
	padding-left: 10px;
}


/**
 * Panel
 */
.panel {
    margin-bottom: 40px;
}

.panel .panel-body {
	padding: 50px 75px;
}

.panel .panel-body-normal {
	padding: 20px;
	padding-top: 25px;
}

.panel-default {
    border-color: #e6e6e6;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: #f8f8f8;
    border-color: #e6e6e6;
	font-weight: 700;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding: 10px 22px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel > .list-group, 
.panel > .panel-collapse > .list-group {
    margin-left: 18px;
    margin-right: 18px;
	margin-top: 18px;
}

.panel-default .list-group-item {
	border-color: #e9e9e9;
	padding: 10px;
	font-weight: 700;
}

.panel-dark .panel-heading {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
	color: #fff;
	margin: -1px -1px 0 -1px;
}

.panel .panel-item {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.panel > .list-group:first-child .list-group-item:first-child, 
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover {
    z-index: 2;
    color: #000000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.panel-responsive .list-group {
	margin: 0;
}


/**
 * Account
 */
.account {
	padding: 50px 0 75px 0;
}

.account .account-setting-label {
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.account .account-setting-content {
	margin-bottom: 17px;
}

.account .account-setting-check .fa {
	font-size: 24px;
}

.account .account-setting-circle {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #dfdfdf;
	background-color: #f8f8f8;
}

.account .account-tracking button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 42px;
}

/** history */
.account .account-history .history-meta {
	width: 185px;
	border-right: 1px solid #f0f0f0;
	padding-top: 20px;
	padding-left: 20px;
}

.account .account-history .history-meta-label {
	font-weight: 700;
	margin-bottom: 2px;
}

.account .account-history .history-meta-item {
	margin-bottom: 20px;
}

.account .account-history .account-history-item {
	border-bottom: 1px solid #f0f0f0;
}

.account .account-history .account-history-item:last-of-type {
	border-bottom: 0;
}

.account .history-content {
	padding: 20px;
}

.account .history-content .history-image .image {
	width: 100px;
}

.account .history-content .history-product {
	font-weight: 700;
}

.account .history-content .media-heading {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700 !important;
}

.account .history-content .history-color {
	margin-bottom: 10px !important;
	position: relative;
}

.account .history-content .history-color .color-item > span {
    display: block;
    width: 20px;
	height: 20px;
	margin-left: 5px;
	position: absolute;
	top: 0;
}

.account .history-content .history-product-meta > div {
	margin-bottom: 2px;
}

.account .account-main .shopping-cart-action {
	padding-right: 0;
	margin-bottom: 25px;
}

.account .account-main .shopping-cart-summary {
	padding-left: 0;
	padding-right: 0;
}


/**
 * Event detail
 */
.ui-event-detail .ui-event-image {
	margin-bottom: 35px;
	margin-top: 25px;
}

.ui-event-detail .ui-event-image img {
	width: 100%;
	height: auto;
}

.ui-event-detail .ui-event-meta {
	border: 1px solid #777;
}

.ui-event-detail .ui-meta-item {
	height: 100%;
	padding: 0 25px;
}

.ui-event-detail .ui-meta-label {
	margin-bottom: 10px;
	font-family: 'futura_ltheavy';
	letter-spacing: 1px;
}

.ui-event-detail .ui-meta-itemcon {
	padding-left: 25px;
}

.ui-event-detail .ui-meta-itemcon + .ui-meta-itemcon {
	margin-top: 5px;
}

.ui-event-detail .ui-meta-itemcon i {
	position: absolute;
	left: 0;
	font-size: 17px;
}

.ui-event-detail .ui-meta-inner {
	height: 100%;
}

.ui-event-detail .ui-event-meta {
	margin-bottom: 30px;
}

.ui-event-detail .ui-event-meta .row [class*="col-"] {
	border-right: 1px solid #777;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui-event-detail .ui-event-meta .row [class*="col-"]:last-child {
	border-right: 0;
}

.ui-event-detail .ui-event-description {
	line-height: 1.7;
	font-size: 16px;
}


/**
 * Campaign
 */
.ui-campaign .ui-campaign-banner {
	height: 480px;
}

.ui-campaign .ui-campaign-name {
	margin: 0;
	font-size: 25px;
}

.ui-campaign .ui-campaign-label {
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.ui-campaign .ui-campaign-thumb {
	width: 450px;
	float: right;
}

.ui-campaign .ui-campaign-thumb .item {
	padding-bottom: 56.25%;
}


/**
 * Slider home simple
 */
.ui-slider-simple {
	margin-bottom: 30px;
}

.ui-slider-simple .ui-ratio-normal {
	padding-bottom: 436px;
}

.ui-slider-simple .ui-slider-content {
	background-color: rgba(255, 255, 255, .75);
	padding: 25px;
	max-width: 375px;
	margin-left: 160px;
}

.ui-slider-simple .ui-slider-label {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 26px;
}

.ui-slider-simple .ui-slider-content p {
	line-height: 1.5;
	font-size: 15px;
}


/**
 * Popular slider
 */
.ui-popular {
	padding-top: 35px;
	margin-bottom: 45px;
}


/**
 * Sidebar slider
 */
.ui-sidebar-slider-wrapper {
	padding-top: 35px;
}

.ui-sidebar-slider-inner {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #e5e5e5;
}

.ui-sidebar-slider {
	padding: 20px 30px;
}

.ui-sidebar-slider .owl-theme-simple .owl-nav {
    bottom: auto;
    left: 0;
    right: -25px;
    text-align: right;
    padding-left: 0;
    margin-top: 0;
    top: -55px;
}


/**
 * Gallery
 */
.owl-theme-text {
	background-color: #000;
	color: #fff;
	padding-top: 50px;
}

.owl-theme-text .owl-nav {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 0;
	text-align: left;
	margin-top: 0;
}

.owl-theme-text .owl-nav button.owl-prev,
.owl-theme-text .owl-nav button.owl-next {
	border: 1px solid #fff !important;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 38px;
	height: 38px;
	font-size: 40px;
	color: rgba(255, 255, 255, .75) !important;
	position: relative;
}

.owl-theme-text .owl-nav button.owl-prev:hover,
.owl-theme-text .owl-nav button.owl-next:hover {
	background-color: #bc2323;
}

.owl-theme-text .owl-nav span {
	position: relative;
	height: 38px;
	display: inline-block;
	top: -11px;
}

.owl-theme-text .owl-nav .disabled {
    opacity: 1;
}

.owl-theme-text .item {
	padding: 35px;
}

.owl-theme-text .ui-gallery-label {
	line-height: 1.5;
	margin-bottom: 25px;
	font-family: 'Didot';
}

.ui-gallery-text .ui-counter {
	position: absolute;
	color: #fff;
	top: 44px;
	left: 160px;
	z-index: 9;
	font-size: 16px;
}

.ui-gallery-text .ui-counter span {
	opacity: .65;
}


/**
 * Gallery cart
 */
.ui-gallery-cart .ui-cart-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 32px;
	left: 0;
	border: 1px solid #e3e3e3;
	padding: 30px;
	background-color: #fff;
}

.ui-gallery-cart .ui-cart-name {
	font-family: 'Didot Headline';
	font-size: 26px;
}

.ui-gallery-cart .btn-check-out {
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
}


/**
 * Side social
 */
.ui-side-social {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -132px;
	overflow: hidden;
	z-index: 9;
	font-size: 12px;
	letter-spacing: 1px;
}

.ui-side-social ul {
	transform: rotate(-90deg);
	margin-top: calc(100% - 100px);
}

.ui-side-social ul li {
	margin-right: 15px;
	margin-left: 15px;
}


/**
 * Footer
 */
.ui-footer {
	padding-bottom: 35px;
	padding-top: 55px;
}

.ui-footer .ui-footer-logo {
	margin-bottom: 20px;
}

/*** bottom */
.ui-footer-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 20px;
}

.ui-footer-bottom .ui-footer-logo {
    margin-bottom: 10px;
}

.ui-footer-bottom .ui-footer-logo img {
	max-width: 130px;
}

.ui-footer-bottom .ui-footer-copyright {
	font-size: 11px;
}

/** simple */
.ui-simple-footer {
	background-color: #000;
	margin-top: 35px;
	color: #fff;
	padding: 25px 0;
}

.ui-simple-footer .ui-simple-footer-social a {
	color: #fff;
	font-size: 22px;
	display: block;
	padding: 0 10px;
}


/**
 * Modal
 */
.ui-modal-center .modal-dialog {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ui-image-expand {
	position: absolute;
	font-size: 20px;
	bottom: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	height: 50px;
	width: 50px;
	background-color: rgba(255, 255, 255, .35);
	line-height: 50px;
	text-align: center;
	color: #222;
}

.ui-image-zoom-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ui-image-zoom-icon i,
.featherlight-close::before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 18px;
	display: inline-block;
}

.modal-backdrop {
	background-color: #fff;
}

.modal-backdrop.in {
	opacity: .95;
}

/** alert */
.ui-modal-alert .modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.ui-modal-alert .modal-header {
	color: #fff;
	background-color: #000;
	padding: 10px 15px;
	border: 0;
	margin: -1px;
}

.ui-modal-alert .modal-title {
	font-size: 14px;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.ui-modal-alert .modal-action {
	margin-top: 20px;
	text-align: right;
}

.ui-modal-alert .modal-action .btn {
	height: 26px;
	line-height: 26px;
	padding: 0;
	min-width: 90px;
	font-size: 11px;
	margin-left: 10px;
}

.ui-modal-alert .modal-action .btn-ghost {
	background-color: transparent;
}

.ui-modal-alert .modal-action .btn-grey {
	background-color: #e0e0e0;
	border: 0;
	color: #000;
}

.ui-modal-alert .modal-body {
	padding: 20px;
}

/** modal slider */
.ui-modal-slider button.close {
	position: absolute;
	right: 75px;
	top: 50px;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px;
	opacity: .6;
	line-height: 1;
}

.ui-modal-slider button.close i {
	font-size: 25px;
}

.ui-modal-slider button.close span {
	position: relative;
	top: -4px;
	left: 4px;
}

.ui-modal-slider .owl-theme-primary .item::before {
	display: none !important;
}

/** lightbox */
.featherlight:last-of-type {
    background: rgba(255, 255, 255, 1);
}

.featherlight .featherlight-close-icon {
	background: none;
	width: auto;
	height: auto;
}

.featherlight .featherlight-close {
	font-weight: 900;
	font-family: 'Font Awesome 5 Free' !important;
	font-size: 0;
	position: absolute !important;
	top: 48% !important;
	right: 48% !important;
}

.featherlight .featherlight-close::before {
    content: "\f010";
}


/**
 * Dot mapping
 */
.ui-dot {
	position: absolute;
	z-index: 9;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.ui-dot-transparent {
	background-color: transparent;
}

.ui-dot-1 {
	top: 23%;
	left: 50%;
}

.ui-dot-2 {
    top: 42%;
    left: 31%;
}

.ui-dot-3 {
    top: 61%;
	left: 15.5%;
}

.ui-dot-4 {
    top: 67%;
	left: 44.5%;
}

.ui-dot-content {
	display: flex;
	align-items: center;
	height: 60px;
	margin: -9px -14px;
}

.ui-dot-content .ui-label {
	padding-left: 15px;
	padding-right: 15px;
}

.ui-dot-content .ui-name {
	font-size: 13px;
	letter-spacing: 1px;
}

.ui-dot-content .ui-price {
	margin-top: 2px;
	font-size: 13px;
	color: #337ab7;
}

.ui-dot-content .ui-action {
	width: 46px;
	text-align: center;
	font-size: 25px;
	border-left: 1px solid #e5e5e5;
	height: 100%;
	line-height: 60px;
}

.ui-dot-content .ui-action a {
	color: #444;
}


/**
 * Car modal list
 */
.ui-cart-list {
	position: absolute;
	left: 30px;
	right: -1px;
	bottom: 40px;
	overflow: hidden;
}

.ui-cart-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 15px;
	bottom: auto;
	border-bottom: 1px solid #e7e7e7;
}

.ui-cart-list .cart-image {
	width: 60px;
}

.ui-cart-list .cart-image .ui-ratio {
	padding-bottom: 80px;
}

.ui-cart-list .cart-label {
	font-size: 13px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ui-cart-list .cart-meta {
	padding-left: 15px;
	vertical-align: top;
	font-size: 13px;
}

.ui-cart-list .cart-price {
	margin-bottom: 3px;
}

.ui-cart-list .media-heading {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 0;
	padding-right: 40px;
}

.ui-cart-list .media {
	position: relative;
	padding-right: 35px;
	overflow: visible;
}

.ui-cart-list .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.ui-cart-list .mCSB_scrollTools .mCSB_draggerRail {
    width: 0;
}

.ui-cart-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 0;
	-webkit-border-radius: 0;
    width: 6px;
	margin-left: 10px;
	background-color: #aaa;
}

.ui-cart-list .bootstrap-select > .dropdown-toggle {
    text-transform: uppercase;
    height: 28px;
	background-color: #d1d1d1;
	border: 0;
	color: #3b3b3b;
	font-size: 12px;
}

.ui-cart-list .bootstrap-select .dropdown-menu {
	table-layout: fixed;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #f7f7f7;
	min-height: 48px !important;
}

.ui-cart-list .bootstrap-select .dropdown-menu.inner {
	display: table;
	padding-top: 4px;
	padding-bottom: 4px;
}

.ui-cart-list .bootstrap-select .dropdown-menu > li {
	display: table-cell;
}

.ui-cart-list .bootstrap-select.btn-group .dropdown-menu li a {
	border: 1px solid #cbcbcb;
	border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #fff;
	color: #222;
	font-size: 12px;
}

.ui-cart-list .cart-total {
	background-color: #f4f4f4;
	padding: 10px 15px;
	margin-right: 34px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.ui-cart-list .cart-remove {
	font-size: 20px;
	position: absolute;
	right: 34px;
	color: #888;
}


/**
 * Benefit
 */
.ui-benefit {
	padding-top: 35px;
}

.ui-benefit .benefit-label {
	width: 175px;
	text-align: center;
	vertical-align: middle !important;
}

.ui-benefit .benefit-value {
	text-align: center;
	vertical-align: middle !important;
}

.ui-benefit thead th {
	padding: 30px !important;
	border-color: #dcdcdc !important;
	font-family: 'futura_ltheavy';
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal !important;
	background-color: #f8f8f8;
	vertical-align: middle !important;
}

.ui-benefit tbody td {
	border-color: #dcdcdc !important;
	background-color: #f8f8f8;
	vertical-align: middle !important;
}

.ui-benefit tbody td.benefit-text {
	padding: 10px 30px;
}

.ui-benefit .benefit-head-free {
	background-color: #d6d6d6;
}

.ui-benefit .benefit-head-premium {
	background-color: #000000;
	color: #fff;
}

.ui-benefit .benefit-premium {
	background-color: #fff !important;
	color: #5fcf80;
}

.ui-benefit .benefit-action {
	font-size: 17px;
}

.ui-benefit .benefit-action td {
	vertical-align: middle !important;
}

.ui-benefit .benefit-action .btn {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}


/**
 * Filter
 */
.ui-filter {
	border-bottom: 1px solid #e5e5e5;
	margin-top: -20px;
	padding-top: 2px;
	background-color: #fff;
	position: relative;
	z-index: 9;
}

.ui-filter .dropdown {
	display: inline-block;
	margin-left: 25px;
}

.ui-filter .btn {
	border: 0;
	background: none !important;
	padding-right: 0;
	padding-left: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #7d5f5f;
}


/**
 * One page scroll
 */
#fp-nav.right {
    right: 35px;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    height: 15px !important;
    width: 15px !important;
	background-color: #afafaf;
	margin: 0 !important;
}

#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
    height: 15px !important;
    width: 15px !important;
	background-color: #fff;
	border: 1px solid #afafaf;
}

#fp-nav ul li, 
.fp-slidesNav ul li {
    width: 15px;
    height: 15px;
	margin: 10px;
}

#fp-nav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {
	margin: 0;
}


/**
 * Sitemap
 */
.sitemap {
	letter-spacing: 1px;
	font-size: 13px;
	padding: 25px 0 50px 0;
}

.sitemap .sitemap-block {
	margin-bottom: 30px;
}

.sitemap .sitemap-label {
	margin-bottom: 5px;
	font-family: 'futura_ltheavy';
}

.sitemap .sitemap-menu ul {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

.sitemap .sitemap-menu ul li {
	list-style: none;
}

.sitemap .sitemap-menu ul li a {
	padding: 3px 0;
	display: block;
}

.sitemap .sitemap-menu-bordered {
    border-top: 1px solid;
    padding-top: 15px;
}

.sitemap .row > div {
	border-right: 1px solid #000;
	padding-left: 30px;
}

.sitemap .row > div:first-of-type {
	padding-left: 0;
}

.sitemap .row > div:last-of-type {
	border-right: 0;
}

.sitemap-header {
	padding-top: 25px;
	margin-bottom: 25px;
}

.sitemap-header .navbar-header {
	display: inline-block;
	float: none;
}

.sitemap-header .navbar-header img {
	max-height: 40px;
}


/**
 * Responsive
 */
@media only screen and (min-width :768px) {
	/**
	 * Account
	 */
	.account .account-sidebar #collapse-sidebar {
		display: block !important;
	}
	
	.account .account-sidebar .panel {
		padding-bottom: 15px;
	}
	
	
	/**
	 * Modal
	 */
	.modal-center:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}

	.modal-dialog-center {
		display: inline-block;
		vertical-align: middle;
	}
}

@media only screen and (min-width :992px) {
	.ui-modal-gallery .modal-dialog {
		width: 1080px !important;
	}
	
	.ui-product-detail .ui-product-meta .ui-article-scroller {
		bottom: 170px;
	}
}


@media (min-width :992px) and (max-width:1200px) {
	/**
	 * Card
	 */
	.ui-card-popular .ui-bg {
		padding-right: 0;
		padding-top: 50px;
	}
	
	.ui-card-popular .ui-image {
		width: 440px;
	}
	
	
	/**
	 * Aticle mini list
	 */
	.ui-article-list .ui-article-title {
		font-size: 18px;
	}
	
	/** article detail simple */
	.ui-article-detail-simple .ui-article-text {
		padding-right: 100px;
	}
}


@media (max-width:1200px) {
	/**
	 * Product detail
	 */
	.ui-product-detail .ui-product-content {
		padding-right: 50px;
	}

	.ui-product-detail .ui-product-meta {
		margin-left: 120px;
		margin-top: 30px;
		padding-left: 20px;
	}
	
	.ui-product-detail .ui-product-meta .ui-article-scroller {
		bottom: 50px;
	}
	
	.ui-product-detail .ui-product-content .ui-side-social ul {
		top: -60px;
	}
	
	
	/**
	 * Shopping cart
	 */
	.shopping-cart .cart-item .product, 
	.shopping-cart .cart-item .avail, 
	.shopping-cart .cart-item .qty {
		width: 170px;
	}
	
	
	/** article full */
	.ui-article-detail-full .ui-article-content {
		padding-left: 16px !important;
	}
}


@media (max-width:992px) {
	/**
	 * Puzzle
	 */
	.ui-container-content,
	.ui-container-content-extra {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.row-eq-sm-destroy {
		display: block;
	}
	
	.container {
		width: 100%;
	}


	/**
	 * Navbar
	 */
	.navbar {
		margin-bottom: 0;
	}
	
	.navbar .navbar-header {
	    margin-left: 50px;
	}

	.navbar .navbar-nav > li > a {
    	padding: 26px 12px;
    	font-size: 13px;
    }

    .navbar .navbar-tools-premium {
	    padding-right: 17px;
	}

	.navbar .navbar-tools-account {
	    padding-left: 17px;
	}

	.navbar .navbar-tools-login {
	    margin-right: 5px;
	}

	.navbar-menu {
	    left: 200px;
	}
	
	
	/**
	 * OWL primary
	 */
	.owl-theme-primary {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}


	/**
	 * OWL Secondary
	 */
	.owl-theme-secondary {
	    padding: 25px 0 35px 0;
	}

	.owl-theme-secondary .row-eq-height {
		display: block;
	}

	.owl-theme-secondary .ui-item-image {
	    padding-left: 0;
	    margin-bottom: 20px;
	}

	.owl-theme-secondary .ui-ratio-normal {
	    height: 400px;
	}

	.owl-theme-secondary .owl-nav {
	    top: 175px;
	}

	.owl-theme-secondary .owl-dots {
		display: none;
	}
	

	/**
	 * Subscribe
	 */
	.ui-subscribe .ui-subscribe-content {
	    background-position: -150px;
	}
	
	/** small */
	.ui-subscribe-small {
		position: relative;
		margin-top: 25px;
		left: 0;
		right: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.ui-subscribe-small .ui-subscribe-content {
		margin: 25px;
	}
	
	
	/**
	 * About
	 */
	.ui-about-staff .ui-about-block {
		width: 33.3333%;
		margin-bottom: 35px;
	}
	
	
	/**
	 * Contact
	 */
	.ui-contact {
		padding-top: 25px;
	}
	
	.ui-contact .ui-contact-block {
		border-top: 1px solid #e5e5e5;
		padding-top: 25px;
	}
	
	
	/**
	 * Article detail
	 */
	.ui-article-detail-split .row-eq-height {
		display: block;
	}
	
	.ui-article-detail-split .ui-article-image {
		border-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.ui-article-detail-split .ui-artile-meta {
		margin-left: 0;
	}
	
	.ui-article-detail-split .ui-article-text {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
		padding-top: 15px;
	}
	
	/** fluid */
	.ui-article-fluid .ui-article-description {
		padding-left: 0;
	}
	
	/** article detail simple */
	.ui-article-detail-simple .ui-article-text {
		padding-right: 0;
	}
	
	.ui-article-detail .ui-article-image .owl-theme-primary .owl-nav, 
	.ui-article-detail .ui-article-image .owl-theme-primary-dotted .owl-nav {
		top: calc(65% - 65px);
	}
	
	.ui-article-meta-belt {
		position: relative;
		margin-top: 25px;
	}
	
	.ui-article-detail-full .ui-article-text {
		position: static;
		height: 100%;
		margin-left: 0 !important;
	}
	
	.ui-article-detail-full .row-eq-height {
		display: block;
	}
	
	.ui-article-detail-full .ui-article-scroller {
		position: relative;
		left: 0;
	}
	
	.ui-article-detail-full .ui-article-text::after {
		display: none;
	}
	
	.ui-article-detail-full .ui-article-scroller .mCSB_inside > .mCSB_container {
		margin-right: 0;
		margin-left: 0;
	}
	
	.ui-article-detail-full .ui-article-content {
		padding-left: 0 !important;
	}
	
	
	/**
	 * Product detail
	 */
	.ui-product-detail .ui-product-image {
		width: 400px;
	}
	
	.ui-product-detail .ui-product-tools .addcart, 
	.ui-product-detail .ui-product-tools .checkout {
		width: 135px;
		padding-left: 10px;
	}
	
	.ui-product-detail .ui-product-tools .btn {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	/**
	 * Account
	 */
	.account .account-history .history-meta {
		width: 150px;
	}
	
	.account .history-content .history-image .image {
		width: 90px;
	}
	
	
	/**
	 * Event detail
	 */
	.ui-event-detail .row-eq-height {
		display: block;
	}
	
	.ui-event-detail .ui-event-meta .row [class*="col-"]:first-child,
	.ui-event-detail .ui-event-meta .row [class*="col-"]:nth-child(2) {
		border-right: 0;
	}
	
	.ui-event-detail .ui-event-meta .row [class*="col-"]:nth-child(2) {
		border-left: 1px solid #777;
	}
	
	
	/**
	 * Article mini list
	 */
	.ui-sidebar-slider-inner {
		position: static;
		margin-left: -15px;
		margin-right: -15px;
		border-left: 0;
		border-right: 0;
	}
	
	
	/**
	 * Modal
	 */
	.ui-modal-slider button.close {
		right: 20px;
		top: 20px;
	}
	
	
	/**
	 * Cart modal
	 */
	.ui-cart-list {
		left: 20px;
	}
	
	.ui-cart-list {
		position: static;
		max-height: 350px;
	}
	
	.ui-gallery-cart .ui-cart-content {
		position: static;
		padding-bottom: 46px;
		padding-right: 0;
	}
	
	.ui-gallery-cart .ui-cart-name {
		font-size: 22px;
	}
	
	.ui-gallery-cart .ui-cart-content {
		padding: 20px;
	}
	
	
	/**
	 * Shopping cart
	 */
	.shopping-cart .cart-list .cart-item {
		padding-left: 15px;
	}
	
	
	/**
	 * Product detail
	 */
	.ui-product-detail .ui-product-meta {
		margin-left: 20px;
	}
	
	.ui-product-detail .ui-product-content .ui-side-social {
		display: none;
	}
	
	
	/**
	 * Filter
	 */
	.ui-filter {
		margin-top: 0;
		padding-top: 0;
	}
	
	#page-scroll .ui-product-list {
		padding-top: 15px;
	}
	
	
	/**
	 * Sitemap
	 */
	.sitemap {
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media (max-width:768px) {
	/**
	 * Puzzle
	 */
	.row-eq-xs-destroy {
		display: block;
	}

	
	/**
	 * Navbar
	 */
	.navbar {
		margin-bottom: 0;
	}

	.navbar .navbar-header {
	    margin-left: 0;
	}

	.navbar .navbar-tools-premium {
	    margin-right: 45px;
		padding-right: 0;
	}
	
	.navbar-simple .navbar-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}


	/**
	 * Navmenu
	 */
	.navmenu-toggle {
		right: 15px;
		left: auto;
		z-index: 99999;
	}
	
	.navmenu-fixed-right {
		left: auto !important;
	}

	
	/**
	 * Panel
	 */
	.panel-default > .panel-heading {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.panel > .list-group, 
	.panel > .panel-collapse > .list-group {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	
	.panel-default .list-group-item {
		padding: 12px 20px;
	}
	
	.panel .panel-body {
		padding: 15px;
	}


	/**
	 * OWL Primary
	 */
	.owl-theme-primary {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}

	.owl-theme-primary .ui-ratio-normal {
	    padding-bottom: 85%;
	}

	.owl-theme-primary .owl-nav button.owl-prev {
	    left: 30px !important;
	}

	.owl-theme-primary .owl-nav button.owl-next {
	    right: 30px !important;
	}

	.owl-theme-primary .owl-dots {
		right: 15px;
		bottom: 10px;
	}
	
	.owl-theme-primary .ui-card-top-image {
		bottom: 5px;
		left: 20px;
		padding-right: 15px;
	}
	
	.owl-theme-primary .ui-card-title {
		font-size: 25px;
		line-height: 1.3;
	}
	
	.owl-theme-primary .ui-card-meta {
		font-size: 13px;
	}
	
	.owl-theme-primary .owl-nav, 
	.owl-theme-primary-dotted .owl-nav {
		top: calc(65% - 80px);
	}
	
	.owl-theme-primary .owl-nav button.owl-prev, 
	.owl-theme-primary-dotted .owl-nav button.owl-prev {
		left: 30px;
	}
	
	.owl-theme-primary .owl-nav button.owl-next, 
	.owl-theme-primary-dotted .owl-nav button.owl-next {
		right: 30px;
	}
	

	/**
	 * Card
	 */
	.ui-card-left-image {
		margin-bottom: 20px;
	}
	
	/** card popular */
	.ui-card-popular .ui-bg {
		padding-right: 125px;
		min-height: 460px;
	}
	
	.ui-card-popular .ui-image {
		width: 440px;
	}


	/**
	 * Banner
	 */
	.ui-banner-big {
	    margin: 0 0 15px 0;
	}

	.ui-banner-big .ui-container-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.ui-banner-big .ui-banner-content {
		height: 300px;
	}

	.ui-banner-big .ui-banner-big-btn {
	    padding: 15px 30px;
	}


	/**
	 * Content tab general
	 */
	.ui-content-tab-general .col-xs-12 {
		width: 50%;
	}


	/**
	 * OWL Secondary
	 */
	.owl-theme-secondary {
	    border-top: 0;
	    margin: 5px 0;
	    padding: 0px 0 35px 0;
	}

	.owl-theme-secondary .row-eq-height {
		display: block;
	}

	.owl-theme-secondary .ui-item-image {
	    padding-left: 0;
	    margin-bottom: 20px;
	}

	.owl-theme-secondary .ui-ratio-normal {
		height: 315px;
	}

	.owl-theme-secondary .ui-item-content {
	    padding: 0 20px;
	}

	.owl-theme-secondary .ui-item-label {
	    font-size: 13px;
	}

	.owl-theme-secondary .ui-item-name {
	    font-size: 20px;
	    margin-top: 15px;
	}

	.owl-theme-secondary .ui-item-description {
	    font-size: 15px;
	}

	.owl-theme-secondary .owl-nav {
	    top: 100px;
	}

	.owl-theme-secondary .owl-dots {
		display: none;
	}


	/**
	 * Video
	 */
	.ui-section-video {
	    margin-bottom: 15px;
	}

	.ui-section-video .row-eq-height {
		display: block;
	}

	.ui-section-video .ui-video-big {
	    height: auto;
	    margin-bottom: 15px;
	    padding-bottom: 56.25%;
	}

	.ui-section-video .ui-video-content {
		padding-right: 0;
	}
	
	.ui-section-video .ui-video-list .ui-video-item .media {
		margin-bottom: 15px !important;
		padding-top: 15px !important;
	}


	/**
	 * Subscribe
	 */
	.ui-subscribe {
	    margin: 15px 0;
	}

	.ui-subscribe .ui-subscribe-content {
	    height: 320px;
	    background-position: -110px;
	}


	/**
	 * Article detail
	 */
	.ui-article-detail .row-eq-height {
		display: block;
	}

	.ui-article-detail .ui-artile-heading {
		max-width: 100%;
		text-align: left;
		margin-bottom: 0;
	}

	.ui-article-detail .ui-artile-label {
		margin-top: 15px;
	}

	.ui-article-detail .ui-article-title {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 20px;
		line-height: 1.6;
	}
	
	.ui-article-detail .ui-card-meta {
		display: inline-block;
	}

	.ui-article-detail .ui-article-author {
		display: inline-block;
		margin-left: 20px;
	}

	.ui-article-detail .ui-article-image {
	    border-right: 0;
	    padding-right: 0;
	}

	.ui-article-detail .ui-article-text {
	    margin-left: 0;
	    padding-top: 20px;
	}
	
	.ui-article-detail .ui-article-text::before {
		display: none;
	}

	.ui-article-detail .ui-attribute-bottom {
		margin-top: 12px;
	}
	
	.ui-article-detail .ui-open-gallery {
		top: 15px;
	}
	
	.ui-article-detail .ui-article-label {
		margin-bottom: 15px;
		font-size: 25px;
	}
	
	/** belt */
	.ui-article-meta-belt .ui-article-author {
		margin-left: 0;
		display: block;
		position: relative;
		margin-top: 10px;
	}
	
	/** article cell */
	.ui-image-caption {
		padding: 10px 15px;
		height: 60px;
		font-size: 14px;
	}
	
	/** fluid */
	.ui-article-fluid .ui-article-image {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.ui-article-fluid .ui-article-content {
		padding-top: 0;
	}
	
	.ui-article-fluid .ui-article-text {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	/** article simple card */
	.ui-article-simple-card .ui-title {
		font-size: 18px;
	}
	
	/** article simple detail */
	.ui-article-detail-simple .ui-article-image {
		height: auto;
		padding-bottom: 60.25%;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.ui-article-detail-simple .ui-article-title {
		font-size: 20px;
	}
	
	.ui-article-detail-simple .ui-article-heading {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.ui-article-detail-simple .ui-article-author,
	.ui-article-detail-simple .ui-article-title {
		text-align: left;
	}
	
	.ui-article-detail-simple .ui-article-author {
		margin-bottom: 0;
	}
	
	.ui-article-detail-simple .ui-table,
	.ui-article-detail-simple .ui-cell {
		display: block;
	}
	
	.ui-article-detail-simple .ui-article-tools {
		width: auto;
		text-align: left;
	}
	
	.ui-article-detail-simple .ui-article-tools li {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 15px;
	}
	
	.ui-article-detail-simple .ui-article-tools i {
		font-size: 20px;
	}
	
	.ui-article-detail-simple .ui-article-tools .count {
		position: static;
		display: none;
	}

	.ui-article-detail-simple .ui-article-text {
		font-size: 17px;
		line-height: 1.6;
		padding-right: 0;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	
	/**
	 * Article scroller
	 */
	.ui-article-scroller {
		position: static;
	}
	
	.ui-article-scroller .mCSB_inside > .mCSB_container {
		margin-right: 0;
		margin-left: 0;
	}

	
	/**
	 * About
	 */
	.ui-about {
		padding-top: 0;
	}
	
	.ui-about .ui-article-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.ui-about .ui-article-text {
		padding-top: 7px;
	}
	
	.ui-about-staff .ui-about-staff-list {
		margin-bottom: 15px;
	}
	
	.ui-about-staff .ui-about-block {
		width: 50%;
	}
	
	
	/**
	 * Shop with me
	 */
	.ui-shopme {
		padding-top: 0;
	}

	.ui-shopme .row-eq-height {
		display: block;
	}
	
	.ui-shopme .ui-shopme-video {
		height: auto;
		padding-bottom: 67.25%;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.ui-shopme .ui-shopme-text {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.ui-shopme .ui-shopme-text h1 {
		font-size: 24px;
		margin-bottom: 7px;
	}
	
	.ui-shopme .ui-shopme-description {
		padding-top: 12px;
		margin-top: 15px;
	}
	
	
	/**
	 * Choide gender
	 */
	.ui-choice-gender .ui-choice-gender-content {
		padding-left: 0;
		padding-right: 0;
	}
	
	.ui-choice-gender .ui-tab {
		margin-bottom: 15px;
	}
	
	
	/**
	 * Product detail
	 */
	.ui-product-detail {
		position: static;
		padding-bottom: 35px;
	}
	
	.ui-product-detail .ui-product-inner,
	.ui-product-detail .ui-product-inner > div {
		display: block;
	}
	
	.ui-product-detail .ui-product-meta {
		margin-left: 0;
		margin-top: 20px;
		padding-left: 15px;
	}
	
	.ui-product-detail .ui-product-content {
		padding-right: 15px;
	}
	
	.ui-product-detail .ui-product-image {
		width: 100%;
	}
	
	.ui-product-detail .ui-product-image .item {
		padding-bottom: 150%;
	}
	
	.ui-product-detail .ui-product-description {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	.ui-product-detail .ui-product-price {
		font-size: 15px;
		padding-left: 0;
	}
	
	.ui-product-detail .ui-product-name {
		font-size: 24px;
		margin-bottom: 8px;
	}
	
	
	/**
	 * Section checkout
	 */
	.section-checkout {
		padding: 20px 0;
		font-size: 14px;
	}
	
	.section-checkout .section-checkout-label {
		font-size: 17px;
		margin-bottom: 15px;
	}
	
	.section-checkout .section-checkout-padding {
		padding-left: 0;
	}
	
	.section-checkout .panel {
		margin-bottom: 25px;
	}
	
	.section-checkout .section-checkout-subtotal span:last-child {
		position: static;
	}
	
	.section-checkout .section-checkout-subtotal {
		text-align: right;
	}
	
	.section-checkout .section-checkout-subtotal.total {
		text-align: left;
	}
	
	
	/**
	 * Account
	 */
	.account {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.account .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.account .panel {
		margin-bottom: 0;
	}
	
	.account .row-eq-height {
		display: block;
	}
	
	.account .account-setting-check {
		position: relative;
	}
	
	.account .account-menu > i {
		position: absolute;
		right: 18px;
		font-size: 25px;
		top: 9px;
	}
	
	/** history */
	.account .account-history .account-history-item .ui-table,
	.account .account-history .account-history-item .ui-cell {
		display: block;
	}
	
	.account .account-history .history-meta {
		width: 100%;
		border-right: 0;
		padding-top: 0;
		padding-left: 0;
		padding: 20px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #f0f0f0;
	}
	
	.account .account-history .history-meta-item {
		margin-bottom: 0;
		font-size: 13px;
	}
	
	.account .history-content .history-image .image {
		width: 80px;
	}
	
	.account .history-content .media-heading {
		margin-bottom: 3px;
	}
	
	.account .history-content .history-color {
		margin-bottom: 3px !important;
	}
	
	.account .history-content .history-product-meta {
		padding-top: 5px;
		font-size: 13px;
	}
	
	.account .history-content .history-product-meta > div {
		margin-bottom: 0px;
	}
	
	.account .history-content {
		padding-top: 10px;
	}
	
	.account .history-content .history-color .color-item > span {
		width: 17px;
		height: 17px;
		top: 2px;
	}
	
	.account .account-content > .row {
		margin-left: 0;
		margin-right: 0;
	}
	
	.account .account-content > .row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
	
	.account .account-content .panel-group .panel-item:last-of-type {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	
	.account .account-main .shopping-cart-summary {
		padding-right: 7.5px;
	}
	
	.account .account-main .shopping-cart-action {
		padding-right: 15px;
	}
	
	
	/**
	 * Event detail
	 */
	.ui-event-detail .ui-event-image {
		margin-bottom: 15px;
		margin-top: 10px;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 56.25%;
	}
	
	.ui-event-detail .ui-event-image img {
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		-o-object-fit: cover;
	}
	
	.ui-event-detail .ui-event-meta {
		border: 0;
	}
	
	.ui-event-detail .ui-meta-item {
		border: 1px solid #bbb;
		padding: 15px;
	}
	
	.ui-event-detail .ui-event-meta .row [class*="col-"] {
		border: 0 !important;
		margin-top: 0;
		margin-bottom: 15px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.ui-event-detail .ui-event-meta .row [class*="col-"]:last-child .ui-meta-item {
		border: 0;
		padding: 0;
	}
	
	
	/**
	 * Campaign
	 */
	.ui-campaign {
		margin-bottom: -10px;
	}
	
	.ui-campaign #gallery-slider-image {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	
	.ui-campaign .ui-campaign-thumb {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.ui-campaign .ui-campaign-label {
		border: 0;
		padding-bottom: 0;
	}
	
	
	/**
	 * Slider simple
	 */
	.ui-slider-simple .ui-ratio-normal {
		padding-bottom: 436px;
	}
	
	.ui-slider-simple .ui-slider-content {
		margin-left: 90px;
	}
	
	
	/**
	 * Modal
	 */
	.ui-modal-slider .modal-dialog {
		padding-top: 25px;
	}
	
	.ui-modal-slider button.close {
		position: relative !important;
		right: 0;
		top: 0;
		margin-top: 15px;
		margin-right: 15px;
		position: static;
		z-index: 9;
	}
	
	
	/**
	 * Shopping cart
	 */
	.shopping-cart .cart-list .cart-mobile .ui-cell {
		vertical-align: top;
	}
	
	.shopping-cart .cart-item .avail .text-center {
		text-align: left;
	}
	
	.shopping-cart .cart-item .product, 
	.shopping-cart .cart-item .avail, 
	.shopping-cart .cart-item .qty {
		width: auto;
	}
	
	
	.shopping-cart .cart-item .avail {
		width: 203px;
	}
	
	.shopping-cart .cart-mobile {
		padding-left: 95px;
		border-top: 1px dashed #e2e2e2;
		margin-top: 15px;
		padding-top: 10px;
	}
	
	.shopping-cart #cart-mobile-qty {
		width: 100px;
	}
	
	.shopping-cart #cart-mobile-price {
		padding-left: 15px;
	}


	/**
	 * Footer
	 */
	.ui-footer {
	    padding-bottom: 25px;
	    padding-top: 20px;
	}
	
	.ui-footer-bottom {
		position: static;
	}
	
	
	/**
	 * Sitemap
	 */
	.sitemap {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.sitemap .row-eq-height {
		display: block;
	}
	
	.sitemap .row > div {
		border: 0 !important;
		padding-left: 0 !important;
	}
}


@media (max-width:560px) {
	/**
	 * Button
	 */
	.btn-width {
	    padding-left: 35px;
	    padding-right: 35px;
	}

	.btn-lg {
		font-size: 13px;
	}

	.btn-sm {
		padding: 6px 12px !important;
	}
	
	
	/**
	 * General label
	 */
	.ui-page-title {
		font-size: 20px;
		margin-bottom: -5px;
	}


	/**
	 * Navbar
	 */
	.navbar {
	    min-height: 60px;
	}

	.navbar .navbar-header .navbar-brand > img {
	    max-height: 34px;
	}

	/** navbar tools... */
	.navbar .navbar-tools-premium {
	    margin-right: 45px;
	    padding-right: 0;
	}


	/**
	 * Navmenu
	 */
	.navmenu-toggle {
		top: 17px;
	}


	/**
	 * Tabs
	 */
	.ui-tab .nav-tabs > li {
	    margin-right: 20px;
	}
	
	.ui-simple-tab .nav-tabs > li > a {
		padding-right: 15px;
	}
	
	.ui-tab-margin-right {
		margin-right: 0;
	}


	/**
	 * Card
	 */
	.ui-card-left-image {
		margin-bottom: 15px;
	}

	.ui-card-left-image .ui-card-image {
	    width: 120px;
	    height: 120px;
	}

	.ui-card-meta {
	    margin-bottom: 10px;
	    font-size: 11px;
	}

	.ui-card-title {
	    font-size: 16px;
	    margin-bottom: 5px;
	}

	.ui-card-author {
		font-size: 13px;
	}
	
	/** card popular */
	#popular-slider {
		margin-left: -15px;
		margin-right: -15px;
		width: auto !important;
	}
	
	.ui-card-popular .ui-bg {
		padding: 20px;
		padding-right: 20px;
		padding-top: 35px;
		min-height: 320px;
		margin-right: 75px;
	}
	
	.ui-card-popular .ui-image {
		position: absolute;
		width: 200px;
		right: 0;
		top: 20px;
	}
	
	.ui-card-popular .ui-ratio-medium {
		padding-bottom: 260px;
	}
	
	.ui-card-popular .ui-title {
		font-size: 18px;
	}
	
	.ui-card-popular .ui-author {
		font-size: 13px;
	}
	
	.ui-card-popular .ui-description {
		font-size: 14px;
	}


	/**
	 * Banner
	 */
	.ui-banner-big .ui-banner-content {
	    height: 225px;
	}


	/**
	 * Content tab general
	 */
	.ui-content-tab-general .col-xs-12 {
		width: 100%;
	}

	.ui-content-tab-general .ui-card-top-image {
		margin-bottom: 20px;
	}

	.ui-content-tab-general .ui-card-top-image .ui-ratio-full {
	    padding-bottom: 75%;
	}


	/**
	 * OWL Secondary
	 */
	.owl-theme-secondary .ui-ratio-normal {
	    height: 195px;
	}

	.owl-theme-secondary .owl-nav {
	    top: 50px;
	}
	
	/** simple */
	.owl-theme-simple .owl-nav {
		padding-left: 20px;
		bottom: 10px;
	}


	/**
	 * Video
	 */
	.ui-section-video .ui-video-caption {
	    padding: 0 0 17px 25px;
	    font-size: 18px;
	}

	.ui-section-video .ui-video-big .fa-play::before {
	    width: 55px;
	    height: 55px;
	    line-height: 55px;
	    font-size: 18px;
	}

	.ui-section-video .ui-video-list .media-heading {
	    font-size: 17px;
	}


	/**
	 * Subscribe
	 */
	.ui-subscribe .ui-subscribe-content {
	    height: 250px;
	    background-position: -110px;
	}

	.ui-subscribe .ui-subscribe-text {
	    padding-left: 125px;
	}

	.ui-subscribe .ui-subscribe-label {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	
	
	/**
	 * About
	 */
	.ui-about-staff .ui-about-block {
		width: 100%;
		border-left: 0;
		padding-left: 0;
	}
	
	
	/**
	 * Article detail
	 */
	.ui-article-detail .ui-article-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	/** belt */
	.ui-article-meta-belt {
		font-size: 11px;
		margin-top: 15px;
	}

	.ui-article-meta-belt .ui-article-belt-meta {
		right: 15px;
	}
	
	.ui-article-meta-belt .ui-article-belt-meta ul li {
		margin-right: 0px;
	}
	
	
	/**
	 * Product detail
	 */
	.ui-product-detail .ui-product-tools .checkout {
		display: block;
		width: 100%;
		padding-top: 15px;
		padding-left: 0;
	}
	
	
	/**
	 * Account
	 */
	.account .btn-icon {
		display: block;
	}
	
	
	/**
	* Event detail
	*/
	.ui-event-detail .ui-event-name {
		font-size: 20px;
		margin-bottom: 7px;
	}
	
	.ui-event-detail .ui-event-label {
		font-size: 13px;
	}
	
	
	/**
	 * Campaign
	 */
	.ui-campaign .ui-campaign-banner {
		height: 300px;
	}
	
	.ui-campaign .ui-campaign-label {
		margin-bottom: 0;
	}
	
	.ui-campaign .ui-campaign-name {
		font-size: 18px;
	}
	
	
	/**
	 * Slider simple
	 */
	.ui-slider-simple {
		margin-bottom: 5px;
	}

	.ui-slider-simple .ui-slider-content {
		margin-left: 30px;
		padding: 15px;
		max-width: 325px;
	}
	
	.ui-slider-simple .ui-slider-label {
		font-size: 22px;
	}
	
	.ui-slider-simple .owl-nav {
		display: none;
	}
	
	.ui-slider-simple .ui-ratio-normal {
		padding-bottom: 280px;
	}
	
	
	/**
	 * Gallery
	 */
	.ui-gallery {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.owl-theme-text .item {
		padding: 15px;
	}
	
	.owl-theme-text .owl-nav {
		top: 13px;
		left: 13px;
	}
	
	.owl-theme-text .ui-gallery-label {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	.ui-gallery-text .ui-counter {
		top: 25px;
	}
	
	
	/**
	 * Shopping cart
	 */
	.shopping-cart .cart-item .image {
		width: 60px;
	}
	
	.shopping-cart .cart-item .avail {
		display: none;
	}
	
	.shopping-cart .cart-mobile {
		padding-left: 0;
		margin-right: 10px;
	}
	
	.shopping-cart .cart-mobile small {
		display: inline-block;
	}
	
	.shopping-cart .cart-item .price, .shopping-cart .cart-item .total {
		font-weight: 700;
		font-size: 12px;
	}
	
	.shopping-cart .cart-item .action {
		font-size: 20px;
		width: 34px;
		text-align: left;
	}
	
	.shopping-cart .cart-mobile > .ui-table,
	.shopping-cart .cart-mobile > .ui-table > .ui-cell {
		display: inline-block;
	}
	
	.shopping-cart #cart-mobile-qty,
	.shopping-cart .cart-item .qty {
		width: 100%;
		display: block;
	}
	
	.shopping-cart .cart-item .qty .spinner {
		width: 100%;
		display: block;
		margin-top: 0;
	}
	
	.shopping-cart .cart-item .qty input {
		width: 100%;
	}
	
	.shopping-cart #cart-mobile-price {
		padding-left: 0;
		width: 49%;
	}
	
	.shopping-cart #cart-mobile-qty {
		margin-bottom: 7.5px;
	}
	
	.shopping-cart .shopping-cart-total,
	.shopping-cart .shopping-cart-action {
		width: 100%;
	}
	
	
	/**
	 * Benefit
	 */
	.ui-benefit .benefit-label {
		width: 85px;
	}
	
	.ui-benefit thead th {
		padding: 15px !important;
		font-size: 13px;
	}
	
	.ui-benefit tbody td.benefit-text {
		padding: 10px 15px;
	}
	
	.ui-benefit .benefit-action {
		font-size: 15px;
	}
	
	.ui-benefit .benefit-action .btn {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	
	/**
	 * Campaign
	 */
	.ui-campaign .ui-campaign-thumb {
		width: 100%;
		float: none;
	}
		
	
	/**
	 * Product list
	 */
	.ui-product-list .ui-product-image {
		height: auto;
	}
	
	.ui-product-list .ui-product-image img {
		position: static;
	}
}
