/**
 * Puzzle
 */
.position-relative {position: relative}
.no-margin-bottom {margin-bottom: 0}
.no-margin {margin: 0 !important}
.no-padding-left {padding-left: 0 !important}
.no-padding-right {padding-right: 0 !important}
.no-padding-top {padding-top: 0 !important}
.block {display: block}
.text-brown {color: #c69c6d}
.text-brown:hover {opacity: .85}

.row-small {
	margin-left: -5px;
	margin-right: -5px;
}

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

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

.checkbox label,
.radio label {
    padding-left: 0;
	margin-bottom: 5px;
}

.btn {
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: none !important;
	padding-left: 15px;
	padding-right: 15px;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.btn-xlarge {
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-black { 
	color: #FFFFFF; 
	background-color: #212529; 
	border-color: #212529; 
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
	color: #FFFFFF; 
	background-color: #2B3036; 
	border-color: #282C30; 
} 
 
.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: #212529; 
	border-color: #282C30; 
} 
 
.btn-black .badge { 
	color: #212529; 
	background-color: #FFFFFF; 
}

.btn-ghost {
	border-color: #343a40;
	border-width: 2px;
	height: 36px;
	background-color: transparent;
}

.btn-ghost-2 {
	border-color: #c69c6d;
	border-width: 2px;
	background-color: transparent;
}

.btn-ghost-2:hover,
.btn-ghost-2:focus {
	background-color: #c69c6d;
	color: #ffffff;
}

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

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

.ratio {
	position: relative;
	width: 100%;
}

.ratio-big {
	padding-bottom: 125%;
}

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

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

.ratio-medium {
	padding-bottom: 60%;
}

.ratio-inner {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

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

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/**
 * Override
 */
body {
	background-color: #ffffff;
}

a {
	outline: none !important;
	color: #212529;
	text-decoration: none !important;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}

.icheckbox_square-grey.checked {
    background: none;
}

[class*="iradio_square-"],
[class*="icheckbox_square-"] {
	margin-right: 5px;
	position: relative;
	top: -2px;
	border: 1px solid #c69c6d;
	background: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

[class*="iradio_square-"] {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.iradio_square-grey.checked {
	background: none;
}

.iradio_square-grey.checked::before {
	content: "\f120";
	font-family: "Ionicons";
	color: #c69c6d;
	z-index: 99999;
	position: absolute;
	font-size: 24px;
	top: -2px;
	left: 0;
	line-height: 1;
}

.icheckbox_square-grey.checked {
	background: none;
}

.icheckbox_square-grey.checked::before {
	content: "\f374";
	font-family: "Ionicons";
	color: #c69c6d;
	z-index: 99999;
	position: absolute;
	font-size: 27px;
	top: -4px;
	left: 0;
	line-height: 1;
}

.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #adb5bd;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
	border-color: #868e96;
}

.form-ghost {
	background: none !important;
	border-color: #868e96;
	border-width: 1px;
	border-color: transparent;
	border-bottom-color: #868e96;
	height: 38px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.form-ghost:focus,
.form-ghost:active {
	border-color: transparent;
	border-bottom-color: #c69c6d;
}

.form-group.valid {
	position: relative;
}

.form-group.valid input {
	border-color: #ced4da;
	border-left-width: 3px;
	border-left-color: #c69c6d;
	padding-left: 15px;
}

.form-group.valid::after {
	content: "\f05d";
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 4px;
	font-size: 20px;
	color: #c69c6d;
}

.form-ghost-wrap {
	position: relative;
	margin-bottom: 30px;
}

.form-ghost-wrap input {
	border: 0;
	border-bottom: 1px solid;
	padding-left: 28px;
}

.form-ghost-wrap .icon {
	position: absolute;
	top: 6px;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background: #c69c6d;
	border: 0;
	font-size: 12px;
}

.navbar {
	background-color: #fff;
	border: 0;
	position: relative;
}

.navbar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 5px;
	display: block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.navbar .navbar-brand {
	height: auto;
	margin-top: 8px;
	font-size: 25px;
}

.navbar .navbar-brand img {
	max-width: 170px;
}

.navbar .navbar-nav > li > a {
    text-transform: uppercase;
	padding-top: 33px;
	padding-bottom: 33px;
	padding-left: 35px; /*gerson*/
	padding-right: 35px; /*gerson*/
}

.navbar .navbar-account .navbar-nav > li > a {
	padding-top: 31px;
	padding-bottom: 31px;
}

.navbar .navbar-account .navbar-nav > li > a .currency {
	padding-top: 6px;
	display: block;
}

.navbar .navbar-account .navbar-nav > li:last-child > a {
	padding-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #f4d8b0; /*gerson*/
    background-color: transparent;
}

.navbar .navbar-left {
	margin-left: 50px;
}

.navbar-toggle {
	float: left;
	margin-right: 0;
	margin-left: 15px;
	margin-top: 15px;
	border: 0;
	padding-left: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.nav-pagination {
	text-align: center;
}

.pagination {
	text-align: center;
	display: inline-block;
	font-size: 15px;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	background-color: transparent;
	color: #333;
	border: 0;
	position: relative;
}

.pagination > li > a:hover {
	/*gerson*/
	color: #000;
	background-color: #ebebec;
	/*gerson*/
}

.pagination > li .icon {
	font-size: 20px;
	line-height: 0;
	display: block;
	position: relative;
	top: -1px;
}

.pagination > li.prev > a,
.pagination > li.prev > span {
	padding-left: 0;
	background-color: transparent !important;
}

.pagination > li.next > a,
.pagination > li.next > span {
	padding-right: 0;
	background-color: transparent !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    /*gerson*/
    color: #333; 
    cursor: default;
    background-color: #ebebec;
    border-color: #ebebec;
	/*gerson*/
}

.dropdown-menu {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: 0 0px 5px rgba(0,0,0,.165);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.165);
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #343a40;
    text-decoration: none;
    outline: 0;
    /*gerson*/
    background-color: #ebebec;
}

.well {
	background-color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: 0 0px 5px rgba(0,0,0,.165);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.165);
}

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

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #f4d8b0; /*gerson*/
    background-color: transparent;
    border: 0;
}

.list-group-item {
    background-color: transparent !important;
    border: 0;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
     color: #f4d8b0; /*gerson*/
}

.modal {
	z-index: 999999;
}

.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}


/**
 * Cart
 */
#shopping-list {
	min-width: 320px;
	position: absolute;
	top: 100%;
	left: auto;
	background-color: #fff;
}

#shopping-list .shopping-list-content {
	padding: 20px;
}

#shopping-list .shopping-list-label {
	font-weight: 900;
	margin-bottom: 20px;
	color: #c69c6d;
	font-size: 16px;
}

#shopping-list .shopping-list-close {
    position: absolute;
    right: 20px;
    font-size: 26px;
    top: 14px;
	color: #c69c6d;
	z-index: 9;
}

#shopping-list .shopping-list-title {
	color: #ffffff;
	background-color: #6d6e6e;
	padding: 10px 15px;
	letter-spacing: 1px;
	margin-top: -3px;
}

#shopping-list .shopping-list-image {
	width: 96px;
}

#shopping-list .media-heading {
    font-size: 14px;
    text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
}

#shopping-list .shopping-list-meta {
	padding: 0;
	margin: 0;
}

#shopping-list .shopping-list-meta li {
	list-style: none;
	color: #495057;
	margin-bottom: -1px;
}

#shopping-list .shopping-list-meta li span {
	display: inline-block;
	font-size: 13px;
}

#shopping-list .shopping-list-meta li span:first-child {
	width: 76px;
}

#shopping-list .shopping-list-total {
	font-weight: 900;
	font-size: 16px;
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-top: 1px solid #f1f3f5;
	border-bottom: 1px solid #f1f3f5;
}


/**
 * Jasny
 */
.navmenu-fixed-right {
	left: auto !important;
}

body.canvas-sliding,
body.canvas-slid {
	left: auto !important;
}


/**
 * Login modal
 */
.modal-login .modal-content {
	padding: 0;
}

.modal-login .modal-login-image,
.modal-login .modal-login-form {
	min-height: 420px;
}

.modal-login .modal-login-form-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.modal-login .modal-login-form-content {
	display: table;
	height: 100%;
	width: 100%;
}

.modal-login .modal-login-form-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 25px 70px 25px 35px;
}

.modal-login .modal-login-label {
	margin-top: 0;
	font-weight: 900;
	margin-bottom: 10px;
}

.modal-login-form-description {
	margin-bottom: 35px;
	color: #495057;
}


/**
 * Header
 */
.navbar .navbar-account {
	position: absolute;
	right: 30px;
	top: 0;
}

.navbar .navbar-account .navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	border: 0;
}

.navbar .navbar-account .navbar-nav > li > a .icon {
	position: relative;
	font-size: 22px;
}

.navbar .navbar-account .navbar-nav > li > a .icon.ion-ios-heart-outline::before {
	font-weight: 700;
}

.navbar .navbar-account .navbar-nav > li > a .navbar-cart-count {
	position: absolute;
	height: 17px;
	width: 17px;
	text-align: center;
	line-height: 17px;
	background-color: #212529;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	font-size: 11px;
	top: 20px;
	right: 6px;
}

.navbar .navbar-account .navbar-nav > li.currency-selector > a {
	font-weight: 700;
	font-size: 13px;
	line-height: 24px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #c69c6d;
    background-color: transparent;
}


.search-global {
	background-color: rgba(0, 0, 0, .75);
	padding: 0 30px;
	max-width: 100%;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	z-index: -1;
}

.search-global .search-global-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.search-global .search-global-content {
	display: table-cell;
	vertical-align: middle;
}

.search-global.show {
	opacity: 1;
	z-index: 999999;
}

.search-global input {
	border: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: !important;
	padding: 15px;
	font-size: 18px;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: auto;
	padding-left: 40px;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
	color: #ffffff;
}

.search-global .icon {
	position: absolute;
	font-size: 38px;
	color: rgba(255, 255, 255, .9);
	line-height: 1;
	top: 10px;
}

.search-global .icon.icon-search {
	left: 0;
}

.search-global .icon.icon-remove {
	right: 0;
	cursor: pointer;
}


/**
 * Section favorite
 */
.section-favorite {
	background-color: #ffffff;
	-webkit-box-shadow: -3px 0 4px 0 rgba(0,0,0,.1);
	box-shadow: -3px 0 4px 0 rgba(0,0,0,.1);
}

.section-favorite .section-favorite-close {
	position: absolute;
	right: 30px;
	top: 20px;
	font-size: 34px;
	color: #868e96;
}

.section-favorite .section-favorite-content {
	padding: 60px 30px 0 30px;
}

.section-favorite .section-favorite-menu li {
	margin-bottom: 10px;
	margin-top: 0;
}

.section-favorite .section-favorite-title {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 900;
}

.section-favorite .section-favorite-content p {
	line-height: 1.5;
	color: #495057;
	font-size: 13px;
}


/**
 * Section page heading
 */
.section-page-heading .section-page-label {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 900;
    font-size: 22px;
}

.section-page-heading .section-page-description {
    margin-bottom: 25px;
    color: #495057;
	font-size: 13px;
}


/**
 * OWL
 */
.owl-theme .owl-dots .owl-dot {
	width: 34px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
	background: #bfbfbf;
	margin: 0;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f5e7d8; /*gerson*/
	width: 15px;
    height: 15px;
    position: relative;
	top: 1px;
}


/**
 * Section intro
 */
#intro-slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.section-intro {
	height: 560px;
	position: relative;
	background-color: #f3f3f3;
}

.section-intro .section-intro-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.section-intro .section-intro-content {
	display: table;
	height: 100%;
	width: 100%;
}

.section-intro .section-intro-cell {
	display: table-cell;
	vertical-align: middle;
}

.section-intro .section-intro-title {
	font-weight: 900;
	line-height: 1.2;
	font-size: 60px;
	color: #495057;
	margin-top: 0;
}

.section-intro .section-intro-description {
	font-size: 17px;
}

.section-intro .btn-shop-now {
	margin-top: 30px;
	width: 150px;
	font-size: 15px;
	line-height: 22px;
}


/**
 * Section detail
 */
#product-notes {
	z-index: 2;
}

.section-detail {
	padding: 60px 0 80px 0;
}

.section-detail .section-vertical-item img {
	cursor: url("../../assets/images/magnifier-plus.png"), auto;
}

.section-detail .bx-wrapper {
	margin-bottom: 0;
	z-index: 9;
}

.section-detail .ratio {
	padding-bottom: 150%;
}

.section-detail .section-detail-meta {
	padding-top: 40px;
	padding-left: 70px;
}

.section-detail .section-detail-name {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
}

.section-detail .section-detail-price {
	font-size: 20px;
	margin-bottom: 20px;
}

.section-detail .section-detail-desc {
	margin-bottom: 15px;
}

.section-detail .section-detail-desc p {
	margin-bottom: 0;
	line-height: 1.7;
}

.section-detail .section-detail-size {
	margin-bottom: 15px;
}

.section-detail .section-detail-size .btn-group label,
.section-detail .section-detail-size .btn-group label input {
	width: 48px;
	height: 42px;
	padding: 0;
	text-align: center;
	line-height: 42px;
}

.section-detail .section-detail-size .btn-group label {
	/*gerson*/
	border-top: 1px solid #f7ead8;
	border-bottom: 1px solid #f7ead8;
	border-left: 1px solid #f7ead8;
	/*gerson*/
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	font-weight: 700;
	font-size: 13px;
}

.section-detail .section-detail-size .btn-group label:last-child {
	border-right: 1px solid #f7ead8; /*gerson*/
}

.section-detail .section-detail-size .btn-group label.active {
	background-color: #f7ead8; /*gerson*/
}

.section-detail .section-detail-color .btn-group label,
.section-detail .section-detail-color .btn-group label input {
	width: 36px;
	height: 36px;
	padding: 0;
	text-align: center;
	line-height: 36px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}

.section-detail .section-detail-color .btn-group label {
	border: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	margin-right: 15px;
	margin-top: 7px;
	position: relative;
	text-indent: -99999px;
}

.section-detail .section-detail-color .btn-group label.active::before {
	content: "";
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	border: 1px solid #868e96;
	display: block;
	top: -5px;
	right: 0;
	bottom: 0;
	left: -5px;
}

.section-detail .section-detail-color .btn-group label.color1 {
	background-color: #adb5bd;
}

.section-detail .section-detail-color .btn-group label.color2 {
	background-color: #212529;
}

.section-detail .section-detail-color .btn-group label.color3 {
	background-color: #495057;
}

.section-detail .section-detail-size-label,
.section-detail .section-detail-color-label,
.section-detail .section-detail-share-label {
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 2px;
	margin-top: 20px;
}

.section-detail .section-detail-addcart {
	margin-top: 30px;
}

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

.section-detail .section-detail-addcart .btn-add {
	border-width: 2px;
}

.section-detail .section-add-favorite {
	font-weight: 700;
	padding-top: 8px;
	font-size: 12px;
}

.section-detail .section-detail-share {
	/*border-top: 1px solid #f7ead8; 
	margin-top: 30px;*/
	/*gerson*/
	border-bottom: 1px solid #c8cdcc; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.section-detail .section-detail-share ul {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 18px;
}

.section-detail .section-detail-share ul li {
	border-right: 1px solid #c8cdcc; /*gerson*/
}

.section-detail .section-detail-share ul li a {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	display: block;
}

.section-detail .section-detail-share ul li:last-child {
	border: 0;
}

.section-detail .section-detail-share ul li:first-child a {
	padding-left: 0;
}

.section-detail .section-vertical-text {
	transform: rotate(-90deg);
	-webkit-transform: rotate(90deg);
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-top: 45px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #343a40;
}


/**
 * Panel
 */
.panel-heading {
	border-top: 1px solid #ced4da;
	padding-left: 0;
	display: block;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.panel:last-child {
	border-bottom: 1px solid #c8cdcc; /*gerson*/
}

.panel-heading .icon {
	float: right;
}

.panel-body {
	line-height: 1.5;
	padding-left: 0;
	padding-right: 0;
}

.panel-title {
	font-size: 14px;
}

.panel {
	 background-color: transparent;
	 border-radius: 0;
	 -webkit-border-radius: 0;
	 box-shadow: none;
	 -webkit-box-shadow: none;
	 border: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
	border-color: #c8cdcc; /*gerson*/
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #c8cdcc; /*gerson*/
	box-shadow: none;
	-webkit-box-shadow: none;
}

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


/**
 * Range slider
 */
.irs-min,
.irs-max {
	display: none !important;
	visibility: hidden !important;
}

.irs-from {
	left: 0 !important;
	visibility: visible !important;
}

.irs-to {
	visibility: visible !important;
	right: 0px !important;
	left: auto !important;
}

.irs-from,
.irs-to {
	background-color: transparent;
	color: #495057;
	font-size: 15px;
	padding: 0;
	top: 20px;
}

.irs-single {
	display: none !important;
	visibility: hidden !important;
	left: auto !important;
	background: transparent;
	color: #333;
	position: absolute;
	bottom: -20px;
	right: 0px;
	font-size: 13px;
	padding: 0;
	top: auto;
}

.irs-bar,
.irs-line {
	background: #c8cdcc; /*gerson*/
	height: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	top: 0;
}

.irs-slider {
    width: 20px;
    height: 20px;
    top: -5px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #c8cdcc; /*gerson*/
}

.irs-line-left,
.irs-line-right,
.irs-line-mid {
    height: 10px;
    background: #868e96;
}

.irs-line-left {
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}

.irs-line-right {
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}


/**
 * Section addcart
 */
#show-cart {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999999;
}

.section-addcart {
	padding-top: 15px;
	padding-bottom: 5px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ced4da;
	color: #495057;
}

.section-addcart .section-addcart-image {
	width: 80px;
}

.section-addcart .section-addcart-name {
	font-size: 20px;
	margin-top: 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.section-addcart .section-addcart-price,
.section-addcart .section-addcart-size,
.section-addcart .section-addcart-color {
	font-size: 16px;
	margin-top: 3px;
}

.section-addcart .media-body {
	padding-left: 20px;
}

.section-addcart .section-addcart-remove {
	position: absolute;
	right: 0;
	top: 30%;
	width: 40px;
	height: 40px;
}

.section-addcart .section-addcart-remove a {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 40px;
	text-align: center;
	font-size: 42px;
}

.section-addcart ul li {
	position: relative;
}

.section-addcart .section-addcart-label {
	font-size: 23px;
	letter-spacing: 2px;
	color: #868e96;
	padding-top: 16%;
}

.section-addcart .section-addcart-checkout {
	position: absolute;
	top: 32%;
	right: 75px;
}

.section-addcart .section-addcart-checkout a {
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}


/**
 * Section confirmation
 */
.section-confirmation {
	padding: 60px 0 40px 0;
	font-size: 15px;
}

.section-confirmation p {
	margin-bottom: 3px;
}

.section-confirmation .section-confirmation-content {
	padding: 15px 35px;
}

.section-confirmation .section-confirmation-bank-label {
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.section-confirmation .section-confirmation-bank {
	margin-top: 60px;
	margin-bottom: 30px;
	border: 1px solid #f1f3f5;
	padding: 20px;
}

.section-confirmation .section-confirmation-logo img {
	display: inline-block;
	max-width: 210px;
	margin-top: 7px;
}

.section-confirmation .section-confirmation-bank p {
	margin-bottom: 1px;
}

.section-confirmation .section-confirmation-button {
	padding: 30px 0;
}


.section-confirm-success .section-confirmation-heading {
	font-size: 16px;
}

.section-confirm-success .section-confirm-logo {
	font-size: 25px;
}

.section-confirm-success .section-confirm-success-title {
	margin-top: 40px;
	margin-bottom: 40px;
	letter-spacing: 1px;
	font-size: 40px;
}

.section-confirm-success .section-confirm-success-detail {
	margin-bottom: 50px;
}

.section-confirm-success .section-confirm-success-label {
	letter-spacing: 1px;
	font-size: 17px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dee2e6;
	color: #212529;
}

.section-confirm-success .section-confirm-success-price {
	font-size: 18px;
	padding-bottom: 7.5px;
	margin-bottom: 7.5px;
	border-bottom: 2px solid #e9ecef;
}

.section-confirm-success .section-confirm-success-total .nominal::before,
.section-confirm-success .section-confirm-success-price .nominal::before {
	/*content: "Rp.";*/
	position: absolute;
	display: inline-block;
	right: 80px;
	font-size: 18px;
}

.section-confirm-success .section-confirm-success-total {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 80px;
}

.section-confirm-success .btn-view,
.section-confirm-success .btn-continue {
	padding-left: 25px;
	padding-right: 25px;
}


/**
 * Select
 */
.bootstrap-select > .dropdown-toggle {
    border: 2px solid #ebebec; /*gerson*/
	background: none !important;
}


/**
 * Section slider
 */
.section-vertical-slider .bx-pager {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	padding-top: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	text-align: center;
}

.section-vertical-slider .bx-pager.bx-default-pager a {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	/*gerson*/
	background: #ffffff;
	border: 2px solid #ebebec;
}

.section-vertical-slider .bx-pager.bx-default-pager a:hover,
.section-vertical-slider .bx-pager.bx-default-pager a.active {
    background: #ebebec; /*gerson*/
}

.section-vertical-slider .bx-controls-direction {
	display: none;
}

.bx-wrapper {
	margin-bottom: 10px;
}

.bx-wrapper,
.bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}

.section-slider {
	position: relative;
}

.section-main-slider .section-slider .ratio {
	padding-bottom: 36.25% !important;
}

.section-slider .section-slider-content {
	display: table;
	height: 100%;
	width: 100%;
	table-layout: fixed;
}

.section-slider .slider-content-text {
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 4px;
	display: table-cell;
	vertical-align: middle;
}

.section-slider .bx-controls {
	position: absolute;
	right: 0;
	bottom: -1px;
	z-index: 9;
}

.section-slider .bx-controls-direction {
	display: table;
	table-layout: fixed;
	width: 140px;
	background-color: #fff;
	position: relative;
}

.section-slider .bx-controls-direction::before {
	content: "";
	position: absolute;
	height: 30px;
	border-right: 1px solid #e9ecef;
	left: 0;
	right: 0;
	top: 20px;
	margin: auto;
	width: 1px;
}

.section-slider .bx-controls-direction > a {
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	width: 50%;
	left: 0;
	right: 0;
	position: relative;
	text-align: center;
	background: none !important;
	text-indent: 0;
	font-family: "Ionicons";
	font-size: 30px;
}

.section-slider .bx-controls-direction > a.bx-prev::before {
	content: "\f3d2";
}

.section-slider .bx-controls-direction > a.bx-next::before {
	content: "\f3d3";
}

.section-slider #slide-counter {
	position: absolute;
	right: 156px;
	bottom: 17px;
	font-size: 36px;
	letter-spacing: 4px;
	line-height: 1;
}


/**
 * Section highlight
 */
.section-highlight {
	padding: 60px 0;
}

.section-highlight .section-highlight-label {
	font-weight: 900;
	font-size: 25px;
	line-height: 1.3;
	margin-top: 0;
}

.section-highlight .section-highlight-description {
	font-size: 15px;
	line-height: 1.6;
	padding-bottom: 20px;
}

.section-highlight .section-highlight-description::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -70px;
	right: 0;
	height: 1px;
	/*gerson*/
	border-bottom: 5px solid #ffdd73;
	display: none;
}

.section-highlight .section-highlight-big {
	min-height: 500px;
	overflow: hidden;
}

.section-highlight .section-highlight-collection {
	min-height: 500px;
	/*padding-top: 15px;*/
	padding-top: 50px; /*edit*/
}

.section-highlight .section-highlight-small {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}


/**
 * Section product list
 */
.section-product-list.with-bg {
	/*background-color: #f7fcfc;*/ /*gerson*/
	padding: 60px 0;
}

.section-product-list .section-product-item {
	display: block;
}

.section-product-list.listing-page .section-product-item {
	margin-bottom: 30px;
}

.section-product-list .section-product-item:hover {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.section-product-list .section-product-meta {
	padding: 15px;
}

.section-product-list .section-product-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}

.section-product-list .section-product-price {
	font-weight: 900;
	font-size: 14px;
}

.section-product-list .section-product-image::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .25);
	z-index: 1;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
	opacity: 0;
}

.section-product-list .section-product-item:hover .section-product-image::before {
	opacity: 1;
}

.section-product-list .section-product-tools {
	display: block;
	text-align: center;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.section-product-list .section-product-item:hover .section-product-tools {
	opacity: 1;
}

.section-product-list .section-product-tools-item {
	display: inline-block;
	width: 42px;
	height: 40px;
	font-size: 18px;
	margin: 0 5px;
	line-height: 40px;
	background-color: #ffffff;
}

.section-product-list .section-product-tools-item:hover {
	background-color: #f7f7f7;
}

.section-product-list .section-product-tools-inner {
	display: table;
	height: 100%;
	width: 100%;
}

.section-product-list .section-product-tools-content {
	display: table-cell;
	vertical-align: middle;
}

.section-product-list .section-product-list-label {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 900;
	font-size: 24px;
}

.section-product-list.related .section-product-list-label {
	margin-bottom: 20px;
}

.section-product-list .section-product-list-tab {
	margin-bottom: 25px;
	margin-top: 25px;
}

.section-product-list .section-product-list-description {
	margin-bottom: 25px;
	color: #495057;
}

.section-product-list .section-product-list-description .icon {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.section-product-list .nav-tabs > li {
	margin-right: 25px;
}

.section-product-list .nav-tabs > li:last-child {
	margin-right: 0;
}

.section-product-list .nav-tabs > li > a {
    margin-right: 0;
	border: 0 !important;
	padding: 0 10px;
	background-color: transparent !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	color: #999999;
}

.section-product-list .nav-tabs > li.active > a,
.section-product-list .nav-tabs > li.active > a:focus,
.section-product-list .nav-tabs > li.active > a:hover {
	color: #f4d8b0; /*gerson*/
}

.section-product-list .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.section-product-list .nav-tabs {
    border-bottom: 0;
    text-align: center;
}


/**
 * Section blog home
 */
.section-blog-home {
	padding: 60px 0;
}

.section-blog-home .section-blog-home-label {
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 24px;
}

.section-blog-home .section-blog-home-image {
	margin-bottom: 10px;
}

.section-blog-home .section-blog-home-category {
	font-weight: 900;
}

.section-blog-home .section-blog-home-title {
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.3;
}

.section-blog-home .section-blog-home-description {
	font-size: 15px;
	color: #495057
}


/**
 * Section featured
 */
.section-featured {
	padding: 60px 0;
}

.section-featured .section-featured-label {
	margin-top: 0;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: 900;
}

.section-featured .section-featured-list {
	font-size: 0;
}

.section-featured .section-featured-item {
	display: inline-block;
	width: 16.66666667%;
	position: relative;
}

.section-featured .section-featured-detail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	transition: all .35s ease-in-out;
	opacity: 0;
	table-layout: fixed;
}

.section-featured .section-featured-text::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
}

.section-featured .section-featured-item:hover .section-featured-detail {
	opacity: 1;
}

.section-featured .section-featured-text {
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
	font-size: 13px;
	position: relative;
	color: #fff;
	width: 100%;
	height: 100%;
}

.section-featured .section-featured-text .icon {
	font-size: 40px;
	line-height: 1;
}

.section-featured .section-featured-inner {
	z-index: 1;
	position: relative;
}

.section-featured .section-featured-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.section-featured .section-featured-title {
	font-size: 18px;
	margin-bottom: 15px;
}


/**
 * Section confirm payment
 */
.section-confirm-payment {
	padding: 60px 0;
}

.section-confirm-payment .section-confirm-label {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 20px;
	letter-spacing: 2px;
}

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

.section-confirm-payment .bootstrap-select .btn {
	border-width: 1px;
	padding: 7.5px 15px;
}

.section-confirm-payment .filter-option .placeholder {
	color: #9B9B9B;
}

.section-confirm-payment input {
	background-color: transparent;
	border-color: #212529;
	padding: 7.5px 15px;
	height: 38px;
}

.section-confirm-payment p {
	margin-bottom: 35px;
}

.section-confirm-payment .form-group {
	margin-bottom: 25px;
}

.section-confirm-payment label {
    font-weight: normal;
    padding-top: 7.5px;
	font-size: 15px;
}

.section-confirm-payment .fileinput {
	display: block;
	margin-bottom: 20px;
}

.section-confirm-payment .fileinput .btn {
	background-color: transparent !important;
	border-color: #212529;
	width: 120px;
}

.section-confirm-payment button {
	width: 160px; /*gerson*/
	letter-spacing: 2px;
	font-size: 13px;
}


/**
 * Section sidebar
 */
.section-sidebar .section-sidebar-block {
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.section-sidebar .section-sidebar-title {
	margin-top: 0;
	font-weight: 900;
	margin-bottom: 20px;
	font-size: 18px;
}


/**
 * Section filter
 */
.section-filter {
	padding-top: 0;
	margin-bottom: 0;
}

.section-filter .section-filter-content {
	text-align: left;
}

.section-filter .section-filter-item {
	font-size: 15px;
	position: relative;
	/*gerson*/
	border-bottom: 1px solid #c8cdcc;
	margin-bottom: -1px;
	/*gerson*/
}

.section-filter .section-filter-item:first-child {
	border-top: 1px solid #c8cdcc; /*gerson*/
}

.section-filter .btn {
	background: none !important;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	text-transform: none;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	float: none;
	transition: none !important;
	-webkit-transition: none !important;
}

.section-filter .open .btn {
	background: #fff !important;
	box-shadow: 0 0px 5px rgba(0,0,0,.165) !important;
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,.165) !important;
	padding-left: 15px;
	padding-right: 15px;
}

.section-filter .open .btn::after {
	content: "";
	position: absolute;
	height: 6px;
	bottom: -6px;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
}

.section-filter .btn .icon {
	position: absolute;
	right: 0;
}

.section-filter .open .btn .icon {
	right: 15px;
}

.section-filter .dropdown-menu {
	right: 0;
	left: 0;
	top: 34px;
	z-index: 99999;
}

.section-filter .dropdown-menu::before {
	content: "";
	position: absolute;
	height: 6px;
	top: -6px;
	left: 0;
	right: 0;
	display: block;
	background: #fff;
}

.section-filter .btn-group {
    position: static;
    display: block;
    vertical-align: middle;
}

.section-filter .dropdown-menu > li > a {
	white-space: normal;
}


/**
 * Section profile
 */
.panel-black .panel-heading {
    border-color: #f7ead8; /*gerson*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	color: #868e96; /*gerson*/
	background-color: #f7ead8; /*gerson*/
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

.panel-black .panel-title {
	font-size: 14px;
}

.panel-black .panel-body {
	border: 1px solid #f7ead8; /*gerson*/
	border-top: 0;
}

.section-profile {
	padding: 60px 0;
}

.section-profile .panel-body {
	padding: 40px;
	position: relative;
}

.section-profile .section-profile-sidebar-label {
	margin-bottom: 20px;
	font-size: 20px;
}

.section-profile .section-profile-block {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.7;
}

.section-profile .section-profile-label {
	position: relative;
}

.section-profile .section-profile-label::before {
	content: ":";
	position: absolute;
	right: 0;
}

.section-profile .section-profile-detail {
	font-weight: 700;
}

.section-profile .btn-change {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 2;
}

.section-profile .btn-save {
	margin-top: 10px;
	height: 36px;
	display: block;
	width: 100%;
}

.section-profile .btn {
	border-width: 1px;
}

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

.section-profile input,
.section-profile .btn-default,
.section-profile .form-control {
	border-color: #212529;
	background-color: transparent;
}

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



/**
 * Section checkout
 */
.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 {
    border: 1px solid #868e96;
	height: 38px;
	padding-left: 15px;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.section-checkout .select-with-icon .bootstrap-select > .dropdown-toggle {
	border-color: #ced4da;
	border-left-width: 3px;
	border-left-color: #c69c6d;
	height: 44px;
	background-color: rgba(255, 255, 255, .5) !important;
}

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

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

.section-checkout .select-ghost .bootstrap-select > .dropdown-toggle {
	border: 0;
    border-bottom: 1px solid #868e96;
	height: 38px;
	padding-left: 0;
}

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

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

.section-checkout .section-checkout-select {
	margin-bottom: 25px;
}

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

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

.section-checkout .media-heading {
	font-size: 16px;
	margin-bottom: 10px;
}

.section-checkout .section-checkout-meta {
	color: #495057;
	font-size: 13px;
}

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

.section-checkout .section-checkout-meta span:first-child {
	min-width: 46px;
	position: relative;
}

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

.section-checkout .section-checkout-order {
	padding: 20px;
	border: 1px solid #f7ead8; /*gerson*/
}

.section-checkout .section-checkout-order ul li {
	border-bottom: 2px solid #f7ead8; /*gerson*/
	padding-bottom: 15px;
}

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

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

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

.section-checkout .section-checkout-subtotal span:last-child::before {
	/*content: "IDR";*/
	position: absolute;
	right: 60px;
}

.section-checkout .section-checkout-subtotal.total {
	font-weight: 700;
	font-size: 18px;
	border-top: 2px solid #f7ead8; /*gerson*/
	margin-top: 15px;
	padding-top: 10px;
}

.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 blog
 */
.section-blogs {
	padding: 60px 0;
}

.section-blogs .section-blog-sidebar-block {
	border-bottom: 1px solid #f7ead8; /*gerson*/
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.section-blogs .section-blog-sidebar-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.section-blogs .section-blog-sidebar .list-group-item {
	padding: 5px 0;
	font-size: 14px;
}

.section-blogs .section-blog-sidebar .list-group-item.clear {
	color: #6C6C6C;
	text-transform: none;
	font-size: 12px;
	padding-bottom: 10px;
}

.section-blogs .section-blog-sidebar-label {
	margin-bottom: 10px;
	color: #6C6C6C;
	position: relative;
}

.section-blogs .section-blog-sidebar-label .icon {
	position: absolute;
	right: 0;
	top: 0;
}

.section-blogs .section-blog-sidebar .social {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 3px;
}

.section-blogs .section-blog-sidebar .social li {
	display: table-cell;
	float: none;
	font-size: 16px;
}

.section-blogs .section-blog-sidebar .social li a {
	color: #495057;
}

.section-blogs .section-blog-images {
	margin-bottom: 10px;
}

.section-blogs .section-blog-category {
	font-size: 13px;
	letter-spacing: 1px;
}

.section-blogs .section-blog-title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 1.3;
}

.section-blogs .section-blog-excerpt {
	color: #495057;
}

.section-blogs .section-blog-items {
	display: block;
	margin-bottom: 50px;
}

.section-blogs .section-blog-recomend {
	padding-left: 20px;
	border-left: 2px solid #ffdd73; /*gerson*/
}

.section-blogs .section-blog-recomend .section-blog-sidebar-label {
	margin-bottom: 20px;
}

.section-blogs .section-blog-recomend .section-blog-title {
	font-size: 18px;
}

.section-blogs .section-blog-recomend .section-blog-excerpt {
    font-size: 13px;
}

.section-blogs .section-blog-recomend .section-blog-items {
    margin-bottom: 25px;
}

.section-blogs .section-blog-detail {
	margin-bottom: 50px;
}

.section-blogs .section-blog-detail .section-blog-thumb {
	margin-top: 20px;
	margin-bottom: 20px;
}

.section-blogs .section-blog-detail .section-blog-category {
	margin-bottom: 15px;
}

.section-blogs .section-blog-detail .section-blog-text {
	font-size: 15px;
	line-height: 1.6;
}

.section-blogs .section-blog-detail blockquote {
	font-size: 16.5px;
	border-left: 0;
	background: #f1f3f5;
}

.section-blogs .section-blog-detail p {
	margin-bottom: 20px;
}

.section-blogs .section-blog-images .table-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .15s ease;
    transition: .15s ease;
}

.section-blogs .section-blog-items:hover .section-blog-images .table-block {
	opacity: 1;
}

.section-blogs .section-blog-images .icon {
    font-size: 54px;
    color: #fff;
    text-align: center;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.section-blogs .section-blog-images .icon::before {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

.pager a,
.pager .next > a,
.pager .next > span,
.pager .previous > a,
.pager .previous > span {
	border: 0 !important;
	background-color: transparent !important;
	font-size: 14px;
	display: block;
}

.pager {
	text-align: center;
	text-transform: uppercase;
	font-size: 0;
}

.pager li:first-child a {
	padding-left: 0;
}

.pager li:last-child a {
	padding-right: 0;
}


/**
 * Section instagram
 */
.section-instagram {
	padding: 50px;
	background-color: #fff;
}

.section-instagram .section-instagram-image {
	margin-bottom: 40px;
}

.section-instagram .social {
	text-align: right;
	font-size: 18px;
}

.section-instagram .social a {
	color: #888;
	padding: 0 6px;
}

.section-instagram .section-instagram-arrow a {
	padding: 0px 20px;
	display: inline-block;
	line-height: 1;
	color: #868e96;
}

.section-instagram .section-instagram-arrow a:first-child {
	padding-left: 0;
}

.section-instagram .section-instagram-navigation {
	margin-bottom: 20px;
	font-size: 40px;
	position: relative;
}

.section-instagram .section-instagram-navigation .icon-close {
	color: #868e96;
	font-size: 60px;
	position: absolute;
	right: 0;
	line-height: 1;
	display: block;
	top: -6px;
}

.section-instagram .section-instagram-cart {
	padding-left: 20px;
}

.section-instagram .section-instagram-add img {
	margin-bottom: 20px;
}

.section-instagram .section-instagram-add .btn-add {
	padding: 10px 30px;
	font-size: 13px;
}

.section-instagram .section-instagram-desc {
	margin: 20px 0 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: #868e96;
}



/**
 * Footer
 */
.section-footer {
	padding: 40px 0 0 0;
	background-color: #ffffff; /*gerson*/
}

.section-footer .section-footer-logo {
	font-size: 25px;
	margin-bottom: 15px;
	line-height: 1;
}

.section-footer .section-footer-logo img {
	max-width: 170px;
}

.section-footer .section-footer-desc {
	font-size: 13px;
	line-height: 1.6;
}

.section-footer .section-footer-title {
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 900;
}

.section-footer .section-footer-menu ul li {
	margin-top: 7.5px;
	text-transform: uppercase;
	font-size: 13px;
}

.section-footer .section-footer-menu ul li a {
	color: #343a40;
}

.section-footer .section-footer-gudlines {
	margin-left: 50px;
	padding-left: 40px;
	border-left: 1px solid #c8cdcc; /*gerson*/
}

.section-footer .section-footer-subscribe,
.section-footer .section-footer-about {
	padding-left: 35px;
	border-left: 1px solid #c8cdcc; /*gerson*/
}

.section-footer .section-footer-branding {
	padding-right: 20px;
}

.section-footer .section-footer-subscribe p {
	font-size: 13px;
}

.section-footer .section-footer-social-wrap {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #ffdd73; /*gerson*/
	font-size: 16px;
}

.section-footer .section-footer-social a {
	color: #868e96;
}
/*gerson*/
.about-margin{
	margin-top: 65px; 
}
/*end*/
/*gerson*/
.bm-read-more {
	margin-top: 10px;
}

.bm-read-more a:hover, .bm-read-more a:focus, .bm-read-more span:focus{
	color: #e3d0b6;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #333;
	/*gerson*/
	background-color: #ebebec;
	border-color: #ebebec;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    right: 20px;
    display:none;
    /*gerson*/
    bottom: 10px;
	background-color: #ffdd73;
	border-color: #ffdd73;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f7ead8;
}

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

/*gerson*/

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

.navbar-simple .navbar-top {
    padding-top: 20px;
    padding-bottom: 18px;
}

.navbar-simple .navbar-header {
    left: 0;
    right: auto;
    background: #fff;
    z-index: 9;
    height: 150px;
    width: 150px;
    border-radius: 60%;
    border: 1px solid #c69c6d;
    top: -72px;
}

.navbar-simple .navbar-brand {
    padding: 0;
	height: 150px;
	width: 150px;
	display: block !important;
	margin: 0 !important;
	text-align: center;
	line-height: 147px;
}

.navbar-simple .navbar-brand img {
    max-width: 124px;
	display: inline-block;
}

.navbar-simple .navbar-search-form {
	margin: 0 50px;
}

.navbar-simple .navbar-search-form input {
	height: 40px;
	padding-right: 50px;
}

.navbar-simple .navbar-search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46px;
	text-align: center;
	background: none;
	border: 0;
	font-size: 18px;
}

.navbar-simple .navbar-search-form button i {
	position: relative;
	top: -1px;
}

.navbar-simple .navbar-meta > ul {
	margin-right: -10px;
}

.navbar-simple .navbar-meta > ul > li.linked {
	font-weight: 700;
	font-size: 13px;
}

.navbar-simple .navbar-meta > ul > li > a {
	height: 40px;
	line-height: 40px;
	padding-left: 5px;
	padding-right: 5px;
}

.navbar-simple .navbar-meta > ul > li > a > i {
	font-size: 18px;
}

.navbar-simple .navbar-meta > ul > li > a > i.ion-ios-heart-outline {
	font-weight: 700;
	font-size: 21px;
	position: relative;
	line-height: 1;
	top: 1px;
}

.navbar-simple .navbar-collapse {
	background-color: #231f20;
}

.navbar-simple .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
	color: #fff;
}

.navbar-simple .navbar-nav > li > a:hover,
.navbar-simple .navbar-nav > li > a:focus,
.navbar-simple .navbar-nav > li > a:active {
	color: #f0f0f0;
}

.navbar-simple .navbar-collapse .navbar-left {
    text-align: left !important;
    padding-right: 0 !important;
	padding-left: 160px;
}

.navbar-simple #shopping-list {
	right: 0;
}

.navbar-simple .navbar-cart-count {
	position: absolute;
	height: 17px;
	width: 17px;
	text-align: center;
	line-height: 17px;
	background-color: #212529;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	font-size: 10px;
	top: 5px;
	right: -2px;
}

.navbar-simple .navbar-collapse .navbar-left {
	width: auto !important;
}


/**
 * Intro slider
 */
.section-intro-simple .container {
	padding-left: 80px;
	padding-right: 80px;
}

.section-intro-simple .container-dots .owl-dots {
	text-align: right;
	bottom: 25px !important;
}

.section-intro-simple .container-nav .owl-nav {
	text-align: left;
	position: absolute;
	left: 60px;
	bottom: 0;
	z-index: 9;
}

.section-intro-simple .container-nav .owl-nav > div {
	color: #525253 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border-radius: 0 !important;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 30px !important;
}

@media only screen and (min-width :768px) {
	
	.navbar-header {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
	}
	
	.navbar .navbar-brand {
		display: inline-block;
		float: none;
		position: relative;
		z-index: 9;
	}
	
	.navbar .navbar-left {
		margin-left: 0;
	}
	
	.navbar .navbar-collapse .navbar-left,
	.navbar .navbar-collapse .navbar-right {
		width: 50%;
	}
	
	.navbar .navbar-collapse .navbar-left {
		text-align: right;
		padding-right: 120px;
	}
	
	.navbar .navbar-collapse .navbar-right {
		padding-left: 90px;
	}
	
	.navbar .navbar-collapse .navbar-nav > li {
		float: none;
		display: inline-block;
		position: relative;
		z-index: 9;
	}
	
	.navbar .navbar-account {
		left: 15px;
	}
	
	.navbar .navbar-account .search-icon {
		position: absolute;
		left: 0;
	}

	.section-footer .collapse {
		display: block;
	}
}

@media only screen and (min-width :992px) {
	.row-lg {
		margin-left: -40px;
		margin-right: -40px;
	}

	.row-lg > [class*="col-"] {
		padding-left: 40px;
		padding-right: 40px;
	}

	.section-footer .col-about {
		width: 19.66666667%;
	}

	.section-footer .col-subscribe {
		width: 30.33333333%;
	}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width :1200px) {
	.section-blogs .section-blog-title {
		font-size: 20px;
	}
	
	.section-footer .section-footer-gudlines {
		margin-left: 20px;
		padding-left: 20px;
	}
	
	.section-footer .section-footer-about {
		padding-left: 20px;
	}
	
	.section-footer .section-footer-subscribe {
		padding-left: 20px;
	}
	
	.section-footer .section-footer-title {
		font-size: 13px;
	}
	
	.section-footer .section-footer-menu ul li {
		font-size: 12px;
	}
	
	.section-footer .section-footer-logo {
		font-size: 22px;
		margin-bottom: 10px;
	}

	/**
	 * Navbar simple
	 */
	.navbar-simple .navbar-search-form {
		margin: 0;
	}
}
    

/* Medium Devices, Desktops */
@media (min-width :768px) and (max-width :992px) {
	.navbar .navbar-nav > li > a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	
	.navbar .navbar-collapse .navbar-left {
		padding-right: 100px;
	}
	
	.navbar .navbar-collapse .navbar-right {
		padding-left: 70px;
	}
}

@media only screen and (max-width :992px) {
	.container {
		width: 100%;
	}

	.navbar .navbar-brand {
		margin-top: 8px;
	}
	
	.navbar .navbar-brand img {
		max-width: 130px;
	}

	.navbar .navbar-left {
		margin-left: 5px;
	}
	
	.navbar .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 13px;
	}
	
	.navbar .navbar-account .navbar-nav > li:first-child {
		padding-right: 0;
	}

	.navbar .navbar-account .navbar-nav > li > a {
		padding-top: 28px;
		padding-bottom: 28px;
	}
	
	.navbar .navbar-account .navbar-nav > li > a .icon {
		font-size: 18px;
	}
	
	.search-global {
		padding: 0 15px;
		max-width: 100%;
	}
	
	.dropdown-menu > li > a {
		padding: 5px 15px;
		font-size: 13px;
		line-height: 1.15;
	}
	
	
	/**
	 * shopping cart
	 */
	#shopping-list {
		margin-right: 0;
		right: -54px !important;
	}
	
	
	/**
	 * Section highlight
	 */
	.section-highlight .ratio-big {
		padding-bottom: 140%;
	}


	/**
	 * Section detail
	 */
	.section-detail .section-detail-meta {
		padding-top: 15px;
		padding-left: 50px;
	}
	
	.section-detail .section-detail-name {
		margin-bottom: 7px;
		font-size: 20px;
	}
	
	.section-detail .section-detail-price {
		font-size: 17px;
		margin-bottom: 15px;
	}

	
	/**
	 * Section profile
	 */
	.section-profile .panel-body {
		padding: 15px;
	}
	
	.section-profile .btn-change {
		right: 15px;
		top: 15px;
	}
	
	.list-group-item {
		padding: 10px 0;
	}
	
	
	.section-blogs .section-blog-recomend {
		padding-left: 0;
		border-left: 0;
	}
	
	.section-blogs .section-blog-detail {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	
	/**
	 * Section instagram
	 */
	.section-instagram {
		padding: 15px;
	}
	
	.section-instagram .section-instagram-add img {
		width: 100%;
	}
	
	.section-instagram .section-instagram-cart {
		padding-left: 0;
	}
	
	.section-instagram .section-instagram-navigation {
		border-top: 1px solid #ced4da;
		margin-bottom: 10px;
		font-size: 28px;
		margin-top: 15px;
		padding-top: 14px;
	}
	
	.section-instagram .section-instagram-navigation .icon-close {
		font-size: 44px;
		right: 15px;
		top: -4px;
	}
	
	.section-instagram .section-instagram-image {
		margin-bottom: 20px;
	}
	
	.section-instagram .social {
		font-size: 15px;
	}
	
	
	/**
	 * Section Footer
	 */
	.section-footer .section-footer-block {
		margin-bottom: 30px;
	}
	
	.section-footer .section-footer-gudlines {
		margin-left:  0;
		padding-left: 0;
		border: 0;
	}

	/**
	 * Navbar simple
	 */
	.navbar-simple .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* Small Devices, Tablets */
@media only screen and (max-width :768px) {
	/*oza*/
	.search-global .search-global-inner {
		
		height: 35%;
	}
	/*end*/
	/**
	 * Navbar
	 */
	.navbar .navbar-brand {
		margin-top: 8px;
		padding-left: 0px;
		font-size: 18px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	.navbar .navbar-brand > img {
		max-width: 100px;
	}
	
	.navbar .navbar-left {
		margin-left: -15px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.navbar .navbar-right {
		margin-top: 0;
	}
	
	.navbar .navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f7ead8; /*gerson*/
	}
	
	.navbar .navbar-account {
		right: 20px;
	}

	.navbar .navbar-account .navbar-nav > li:first-child {
		padding-right: 0;
	}
	
	.navbar .navbar-account .navbar-nav > li {
		display: inline-block;
	}
	
	.navbar .navbar-account .navbar-nav > li > a {
		padding: 14px 6px;
	}
	
	.navbar .navbar-account .navbar-nav > li > a .icon {
		font-size: 20px;
	}
	
	.navbar .navbar-account .navbar-nav > li > a .navbar-cart-count {
		height: 16px;
		width: 16px;
		line-height: 16px;
		font-size: 10px;
		top: 6px;
		right: 0;
	}
	
	.navbar-toggle {
		margin-top: 10px;
	}
	
	/**
	 * Navbar simple
	 */
	.navbar-simple .navbar-header {
		left: 0;
		right: auto;
		height: auto;
		width: auto;
		border-radius: 0;
		border: 0;
		top: 0;
	}
	
	.navbar-simple .navbar-brand {
		height: auto;
		width: auto;
		line-height: normal;
		padding-top: 13px;
		z-index: 10;
		position: relative;
	}
	
	.navbar-simple .navbar-collapse .navbar-left {
		padding-left: 0;
	}
	
	.navbar-simple .navbar-nav > li:last-child > a {
		border-bottom: 0;
	}
	
	.navbar-simple .navbar-top {
		padding-top: 0;
		padding-bottom: 0;
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
	}
	
	.navbar-simple  #shopping-list {
		margin-right: 0;
		right: 0 !important;
		left: 0;
		min-width: auto;
	}
	
	.navbar-simple .navbar-toggle {
		z-index: 10;
	}
	
	.navbar-simple .list-inline > li {
		padding-right: 1px;
		padding-left: 1px;
		display: inline-block !important;
	}
	
	.navbar-simple .list-inline > li.hidden-xs {
		display: none !important;
	}
	
	.navbar-simple .navbar-meta {
		margin-right: -15px;
		height: 50px;
		padding-top: 7px;
	}
	
	
	/**
	 * Section intro
	 */
	.section-intro-simple .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.section-intro-simple .container-nav .owl-nav {
		left: 15px;
	}
	
	.section-intro-simple .container-nav .owl-nav > div {
		height: 36px;
		width: 36px;
		line-height: 38px;
		font-size: 22px !important;
	}
	
	.section-intro-simple .container-dots .owl-dots {
		bottom: 5px !important;
		padding-right: 5px;
	}
	
	.section-intro-simple .owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	
	.section-intro-simple .owl-theme .owl-dots .owl-dot.active span,
	.section-intro-simple .owl-theme .owl-dots .owl-dot:hover span {
		width: 13px;
		height: 13px;
	}
	
	.section-intro-simple .owl-theme .owl-dots .owl-dot {
		width: 30px;
	}
	
	/**
	 * search global
	 */
	.search-global {
		padding: 0 15px;
		width: auto;
		max-width: 100%;
	}
	
	.search-global input {
		padding: 10px;
		font-size: 15px;
		padding-left: 34px;
	}
	
	.search-global .icon {
		font-size: 24px;
		top: 7px;
	}
	
	
	/**
	 * Modal login
	 */
	.modal-login .modal-login-form {
		min-height: 10px;
	}
	
	.modal-login .modal-login-form-cell {
		padding: 15px;
		background-color: #ffffff;
	}
	
	
	/**
	 * shopping cart
	 */
	#shopping-list {
		margin-right: 0;
	}
	
	
	/**
	 * Section detail
	 */
	.section-detail {
		padding: 20px 0 40px 0;
	}
	
	.section-detail .section-vertical-text {
		display: none;
	}
	
	.section-detail .section-detail-meta {
		padding-left: 0;
	}
	
	.section-vertical-slider .bx-pager {
		display: none;
	}
	
	.section-vertical-slider .bx-controls-direction {
		display: block;
	}
	
	
	/**
	 * Section slider
	 */
	.section-main-slider .section-slider .ratio {
		padding-bottom: 56.25% !important;
	}
	
	.section-slider .bx-controls-direction {
		width: 100px;
	}
	
	.section-slider .bx-controls-direction::before {
		height: 20px;
		top: 15px;
	}
	
	.section-slider .bx-controls-direction > a {
		height: 48px;
		font-size: 22px;
	}
	
	.section-slider #slide-counter {
		right: 110px;
		bottom: 10px;
		font-size: 26px;
		letter-spacing: 3px;
	}
	
	
	/**
	 * Section intro
	 */
	.section-intro {
		height: 380px;
		text-align: center;
	}
	
	.section-intro .section-intro-inner::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(255, 255, 255, .6);
		display:none;/*oza*/
	}
	
	.section-intro .section-intro-title {
		font-size: 36px;
		margin-bottom: 0;
	}
	
	.section-intro .section-intro-description {
		font-size: 15px;
	}
	
	.section-intro .btn-shop-now {
		margin-top: 15px;
	}
	
	
	/**
	 * Section highlight
	 */
	.section-highlight {
		padding: 30px 0;
	}
	
	.section-highlight .section-highlight-big {
		min-height: auto;
	}
	
	.section-highlight .section-highlight-big img {
		position: static;
	}
	
	.section-highlight .section-highlight-label {
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.section-highlight .section-highlight-description {
		line-height: 1.45;
	}
	
	.section-highlight .section-highlight-description::after {
		left: 0;
		display: none; /*gerson*/
	}
	
	.section-highlight .section-highlight-collection {
		min-height: auto;
		padding-top: 15px; /*edit new*/
	}
	
	.section-highlight .section-highlight-small {
		position: relative;
		padding-top: 20px;
	}
	
	
	/**
	 * Section product list
	 */
	.section-product-list.with-bg {
		padding: 20px 0 10px 0;
	}

	.section-product-list .section-product-item {
		margin-bottom: 30px;
	}
	
	.section-product-list .section-product-list-label {
		font-size: 18px;
	}
	
	.section-product-list.related .section-product-list-label {
		margin-bottom: 10px;
	}
	
	.section-product-list .section-product-list-tab {
		margin-bottom: 15px;
		margin-top: 10px;
	}
	
	.section-product-list .nav-tabs > li {
		margin-right: 15px;
	}
	
	.section-product-list .nav-tabs > li > a {
		font-size: 13px;
	}
	
	
	/**
	 * Section blog home
	 */
	.section-blog-home {
		padding: 20px 0 0 0;
	}
	
	.section-blog-home .section-blog-home-item {
		margin-bottom: 30px;
	}

	.section-blog-home .section-blog-home-label {
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	.section-blog-home .section-blog-home-category {
		font-size: 13px;
	}
	
	.section-blog-home .section-blog-home-title {
		margin-top: 5px;
		font-size: 16px;
	}
	
	.section-blog-home .section-blog-home-description {
		font-size: 13px;
	}
	
	
	/**
	 * Section featured
	 */
	.section-featured {
		padding: 30px 3px;
	}

	.section-featured .section-featured-item {
		width: 50%;
		padding: 3px;
	}
	
	.section-featured .section-featured-label {
		margin-bottom: 15px;
		font-size: 20px;
	}
	
	.section-featured .section-featured-wrap {
		top: 3px;
		right: 3px;
		bottom: 3px;
		left: 3px;
	}
	
	
	/**
	 * pagination
	 */
	.pagination > li > a,
	.pagination > li > span {
		font-size: 13px;
	}
	
	.pagination > li .icon {
		font-size: 18px;
	}
	
	
	/**
	 * Section addcart
	 */
	.section-addcart .media-body {
		padding-left: 0;
	}
	
	.section-addcart .section-addcart-name {
		font-size: 18px;
		margin-bottom: 3px;
	}
	
	.section-addcart .section-addcart-price,
	.section-addcart .section-addcart-size,
	.section-addcart .section-addcart-color {
		font-size: 14px;
		margin-top: 3px;
	}
	
	.section-addcart .section-addcart-image {
		width: 70px;
	}
	
	.section-addcart .section-addcart-remove a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 35px;
	}
	
	.section-addcart .section-addcart-checkout {
		top: 30%;
		right: 60px;
	}
	
	.section-addcart .section-addcart-checkout a {
		font-size: 11px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	/**
	 * Section detail
	 */
	.section-detail .section-detail-share {
		margin-bottom: 20px;
	}
	
	
	/**
	 * Section confirmation
	 */
	.section-confirmation {
		padding: 20px 0 0px 0;
		font-size: 14px;
		line-height: 1.6;
	}

	.section-confirmation .section-confirmation-content {
		padding: 0px;
	}

	.section-confirmation .section-confirmation-logo img {
		max-width: 100%;
		margin-top: 18px;
	}
	
	.section-confirmation .section-confirmation-bank p {
		margin-bottom: 0;
	}
	
	.section-confirmation .section-confirmation-bank {
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 15px;
		background: #f8f9fa;
	}
	
	
	/**
	 * Section confirm payment
	 */
	.section-confirm-payment {
		padding: 30px 0;
	}
	
	.section-confirm-payment .section-confirm-label {
		margin-bottom: 12px;
		font-size: 16px;
		letter-spacing: 1px;
	}
	
	.section-confirm-payment p {
		margin-bottom: 25px;
		font-size: 13px;
	}
	
	.section-confirm-payment .form-group {
		margin-bottom: 10px;
	}
	
	
	.section-confirm-success .section-confirm-logo {
		font-size: 16px;
	}
	
	.section-confirm-success .section-confirm-success-title {
		margin-top: 15px;
		margin-bottom: 15px;
		letter-spacing: 4px;
		font-size: 20px;
		font-weight: 700;
	}
	
	.section-confirm-success .section-confirm-success-detail {
		margin-bottom: 30px;
	}
	
	.section-confirm-success .section-confirm-success-total {
		margin-bottom: 5px;
	}
	
	.section-confirm-success .btn-view,
	.section-confirm-success .btn-continue {
		display: block;
	}
	
	.section-confirm-success .btn-continue {
		margin-top: 15px;
	}
	
	
	/**
	 * Section profile
	 */
	.section-profile {
		padding:  20px 0;
	}
	
	.section-profile .section-profile-sidebar-label {
		margin-bottom: 10px;
	}
	
	.section-profile .section-profile-block {
		font-size: 14px;
		margin-bottom: 12px;
	}

	
	/**
	 * 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 blog
	 */
	.section-blogs {
		padding: 20px 0;
	}
	
	.section-blogs .section-blog-category {
		font-size: 12px;
	}
	
	.section-blogs .section-blog-title {
		margin-top: 0px;
		margin-bottom: 3px;
		font-size: 18px;
		line-height: 1.2;
	}
	
	.section-blogs .section-blog-excerpt {
		font-size: 13px;
	}
	
	.section-blogs .section-blog-items {
		display: block;
		margin-bottom: 25px;
	}
	
	.section-blogs .section-blog-sidebar {
		padding-bottom: 15px;
		border-bottom: 1px solid #f7ead8; /*gerson*/
		margin-bottom: 15px;
	}
	
	.section-blogs .section-blog-sidebar-block {
		padding-bottom: 10px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
	.section-blogs .section-blog-sidebar-label {
		padding-bottom: 0;
	}
	
	
	/**
	 * Section Footer
	 */
	.section-footer .section-footer-social-wrap {
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	.section-footer .section-footer-subscribe,
	.section-footer .section-footer-about {
		padding-left: 0;
		border: 0;
	}
	
	.section-footer .section-footer-subscribe {
		margin-bottom: 0;
	}
	
	.section-footer .section-footer-social {
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.section-footer .section-footer-title {
		margin-bottom: 15px;
	}
	
	.section-footer {
		padding: 0;
	}
	
	.section-footer .container {
		/*padding-top: 15px;
		border-top: 1px solid #eaeaea;*/
	}
}


@media only screen and (max-width :480px) {
	/*gerson*/
	.about-margin {
		margin-top: 15px; 
	}
	/*end gerson*/
	.section-slider .bx-controls-direction {
		width: 80px;
	}
	
	.section-slider .bx-controls-direction::before {
		height: 14px;
		top: 13px;
	}
	
	.section-slider .bx-controls-direction > a {
		height: 38px;
		font-size: 20px;
	}
	
	.section-slider .slider-content-text {
		font-size: 17px;
		letter-spacing: 1px;
	}
		
	.section-slider #slide-counter {
		right: 90px;
		bottom: 8px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	
	/**
	 * Section intro
	 */
	#intro-slider .owl-dots {
		bottom: 10px;
	}
	
	.section-intro {
		height: 320px;
	}
	
	
	/**
	 * Section highlight
	 */
	.section-highlight .section-highlight-small .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.section-highlight .section-highlight-small .row > [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	/**
	 * Section product list
	 */
	.section-product-list .section-product-item {
		margin-bottom: 10px !important;
	}
	
	.section-product-list .section-product-meta {
		padding: 10px;
	}
	
	.section-product-list .section-product-title {
		font-size: 14px;
		margin-bottom: 0;
		overflow-y: hidden; /*gerson*/
	}

	.section-product-list .section-product-price {
		font-size: 13px;
	}
	
	.section-product-list .section-product-tools-item {
		width: 34px;
		height: 34px;
		font-size: 16px;
		line-height: 34px;
		margin: 0 3px;
	}
	
	.section-product-list .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.section-product-list .row > [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	/**
	 * Section addcart
	 */
	.section-addcart .section-addcart-name {
		font-size: 15px;
	}
	
	.section-addcart .section-addcart-price,
	.section-addcart .section-addcart-size,
	.section-addcart .section-addcart-color {
		font-size: 13px;
		margin-top: 1px;
	}
	
	.section-addcart .section-addcart-image {
		width: 60px;
	}
	
	.section-addcart .section-addcart-remove {
		position: absolute;
		right: 0;
		top: 5px;
	}
	
	.section-addcart .section-addcart-checkout {
		top: auto;
		right: 0;
		bottom: 5px;
	}
	
	.section-addcart .section-addcart-checkout a {
		font-size: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	/**
	 * Section confirmation
	 */
	.section-confirmation .text-center {
		text-align: left;
	}
	
	.section-confirmation .col-xs-4,
	.section-confirmation .col-xs-8 {
		width: 100%;
	}
	
	.section-confirmation .section-confirmation-account {
		margin-top: 20px;
	}
	
	.section-confirmation .section-confirmation-logo img {
		max-width: 60%;
		margin-top: 0;
	}
	
	/*gerson*/
	.m_hide{
		display: none;
	}
	
	.section-sidebar .section-sidebar-block  {
		padding-left: 0px;
		padding-right: 0px;
	}
	/*gerson*/
}



/* columns of same height styles */
.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	
}
/*gerson*/

.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}

.col-top {
	vertical-align: top;
}

.col-middle {
	vertical-align: middle;
}

.col-bottom {
	vertical-align: bottom;
}

@media (min-width:480px) {
	.row-xs-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	
	.col-xs-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	
	.col-xs-top {
		vertical-align: top;
	}
	
	.col-xs-middle {
		vertical-align: middle;
	}
	
	.col-xs-bottom {
		vertical-align: bottom;
	}
}

@media (min-width:768px) {
	.section-footer .section-footer-menu,
	.section-blog-sidebar-block .collapse,
	.section-blog-v2 .section-blog-v2-sidebar-block .collapse {
		display: block !important;
		height: auto !important;
	}

	.row-sm-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	
	.col-sm-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	
	.col-sm-top {
		vertical-align: top;
	}
	
	.col-sm-middle {
		vertical-align: middle;
	}
	
	.col-sm-bottom {
		vertical-align: bottom;
	}
}

@media (min-width:992px) {
	.row-md-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	
	.col-md-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	
	.col-md-top {
		vertical-align: top;
	}
	
	.col-md-middle {
		vertical-align: middle;
	}
	
	.col-md-bottom {
		vertical-align: bottom;
	}
}

@media (min-width:1200px) {
	.row-lg-height {
		display: table;
		table-layout: fixed;
		height: 100%;
		width: 100%;
	}
	
	.col-lg-height {
		display: table-cell;
		float: none;
		height: 100%;
	}
	
	.col-lg-top {
		vertical-align: top;
	}
	
	.col-lg-middle {
		vertical-align: middle;
	}
	
	.col-lg-bottom {
		vertical-align: bottom;
	}
}

