@font-face 
{
	font-family: 'AauxNext';
	src: url('fonts/AauxNext-Regular.eot');
	src: url('fonts/AauxNext-Regular.woff2') format('woff2'),
		 url('fonts/AauxNext-Regular.woff') format('woff'),
		 url('fonts/AauxNext-Regular.ttf') format('truetype'),
		 url('fonts/AauxNext-Regular.svg#AauxNext-Regular') format('svg'),
		 url('fonts/AauxNext-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'AauxNextSemiBold';
	src: url('fonts/AauxNext-SemiBold.eot');
	src: url('fonts/AauxNext-SemiBold.woff2') format('woff2'),
		 url('fonts/AauxNext-SemiBold.woff') format('woff'),
		 url('fonts/AauxNext-SemiBold.ttf') format('truetype'),
		 url('fonts/AauxNext-SemiBold.svg#AauxNext-SemiBold') format('svg'),
		 url('fonts/AauxNext-SemiBold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'AauxNextBold';
	src: url('fonts/AauxNext-Bold.eot');
	src: url('fonts/AauxNext-Bold.woff2') format('woff2'),
		 url('fonts/AauxNext-Bold.woff') format('woff'),
		 url('fonts/AauxNext-Bold.ttf') format('truetype'),
		 url('fonts/AauxNext-Bold.svg#AauxNext-Bold') format('svg'),
		 url('fonts/AauxNext-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html
{
	background-color:#f7f7f7;
}

body
{
    width : 100%;
    overflow-x: hidden;
	font-family: "AauxNext", sans-serif;
	color:#777;
	-moz-osx-font-smoothing: unset;
	font-size:14px;
	letter-spacing:1.5px;
}

.container-width, .full-width .ubermenu-nav, .container, .row
{
	max-width:1170px;
}

#wrapper
{
	background-color: #f7f7f7;
	/*background:#f7f7f7 url(../images/bg.png) repeat-y top left;
	background-size: 100%;
	padding-top:50px;*/
}

a
{
	color:#132a49;
	position:relative;
}

a:hover
{
	color:#000;
	cursor:pointer;
}

a.anchor
{
	padding-top:70px;
}

::-moz-selection 
{
  	color: #fff;
  	background: #000; 
}

::selection 
{
  	color: #fff;
  	background: #000; 
}

:focus 
{
  	outline: 0 !important;
}

input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], textarea
{
	font-size: 15px;
	padding: 11px 10px 8px 10px;
	line-height: 1.5;
	min-height: 38.9px;
}

main ul, main ol
{
	padding-left:25px;
	margin-top:10px;
}

main ul li, main ol li
{
	margin-bottom:5px;
}

aside ul
{
	padding-left:0px;
}

hr
{
	display: inline-block;
	border: 0.5px solid rgba(0,0,0,0.1);
	opacity: 1;
	width: 100%;
	margin: 5px 0px;
}

hr.dashed-gray
{
	border: 0.5px dashed #999;
	margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6
{
	color:#555;
	line-height:1.4;
}

h1
{
	font-size: 27px;
}

h2
{
	font-size:26px;
	text-transform:uppercase;
	text-align:center;
}

h3
{
	font-size:26px;
	color:#132a49;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}

h6
{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color:#555;
}

h6:after
{
	position: relative;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	content: "";
	height: 3px;
	display: block;
	margin: 10px 0 20px 0;
	width: 100%;
	max-width: 30px;
}

h6.cart-title
{
	font-size:20px;
	font-weight: 700;
	letter-spacing: unset;
	text-transform: capitalize;
	opacity:1;
	color:#000;
}

.dark-bg, .dark-bg h2
{
	color: #FFF;
}

mark
{
	background-color:#f1f1f1;
	padding:3px 3px 1px 3px;
}

mark.important
{
	background-color:red;
	color:#fff;
}

form
{
	margin-bottom:0px;
	width:100%;
}

input[readonly], textarea[readonly], select[readonly]
{
	background:#f1f1f1;
}

select
{
	cursor:pointer;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
	padding:0 .5em;
}

textarea
{
	padding:7px 10px;
	line-height:1.5;
	min-height:120px;
}

/*** custom checkbox/radio ***/
[type="checkbox"], [type="radio"]
{
	width:auto;
    position: absolute;
    left: -9999px;
}

[type="checkbox"] + label, [type="radio"] + label
{
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	font-weight:normal;
	display:block !important;
	padding-top:2px;
	font-size:13px;
}

[type="checkbox"] + label:before, [type="radio"] + label:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
	height: 17px;
	border: 1px solid #DDD;
    background: #FFF;
}

[type="radio"] + label:before
{
    border-radius: 100%;
}

[type="checkbox"] + label:after, [type="radio"] + label:after
{
    position: absolute;
    top: 5px;
	left: 4px;
    width: 9px;
	height: 9px;
    content: '';
	background: #132a49;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"] + label:after
{
    top: 4px;
	left: 6px;
	width: 6px;
	height: 10px;
	background:none;
	border-bottom: 3px solid #132a49;
	border-right: 3px solid #132a49;
  	transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

[type="radio"] + label:after
{
    border-radius: 100%;
}

[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after 
{
    opacity: 0;
}

[type="checkbox"]:checked + label:before, [type="radio"]:checked + label:before
{
	border-color: #132a49;
}

[type="checkbox"]:disabled + label::before, [type="radio"]:disabled + label::before
{
	border-color: #DDD;
	background: #f1f1f1;
}

[type="checkbox"]:disabled + label::after
{
	border-color: #666;
}

[type="radio"]:disabled + label::after
{
	background: #666;
}
/*** END custom checkbox/radio ***/

/*** custom file upload ***/
.file_box
{
	display: table;
	width: 100%;
    border: 1px solid #DDD;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	transition: color .3s, border .3s, background .3s, opacity .3s;
	margin-bottom:1em;
}

.file_box:hover
{
	cursor:pointer;
}

.file_text
{
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	padding:0px 10px;
}

.file_btn
{
	display: table-cell;
	vertical-align: middle;
	width:100px;
	text-align:right;
	background-color:#132a49;
	border-left:1px solid #DDD;
}

.file_btn input[type=button]
{
	margin-top:0px;
	border:0px;
	margin: 0px;
	color: #FFF;
	text-transform: capitalize !important;
	transition:none;
}

.file_box:hover .file_btn, .file_box:hover input[type=button]
{
	background-color:#555;
	color:#FFF;
	box-shadow:none;
	transition:none;
}

.file_hidden
{
	height:0px;
	width:0px;
	overflow:hidden;
}

.square-file-box
{
	display:inline-block;
	width:100%;
}

.square-file-box .file_box
{
	position:relative;
	width:100px;
	height:100px;
	text-align:center;
	float:left;
	margin-right:10px;
}

.profile-pic .file_box
{
	width:150px;
	height:150px;
}

.square-file-box .file_box:hover
{
	background:#EEE;
}

.square-file-box .file_text
{
	width: 100%;
	word-break: break-all;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-height: 90%;
	line-height: 1.4;
}

.square-file-box .file_btn
{
	display:none;
}
/*** END custom file upload ***/

/*** BUTTON ***/
.button, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="submit"].button, .primary
{
	border:0px;
	margin:0px;
	background-color: #132a49;
	text-transform:uppercase !important;
	font-size:14px;
	letter-spacing:unset;
	min-height: unset;
	line-height: 1.5;
	padding: 10px 20px 8px 20px;
}

.button.is-outline, input[type="submit"].is-outline, input[type="reset"].is-outline, input[type="button"].is-outline
{
	background-color: #FFF;
	border: 2px solid #132a49;
	color:#000;
	font-weight:bold;
	line-height:1.5;
	padding: 10px 20px 8px 20px;
}

.is-outline:hover, .primary.is-outline:hover
{
	background-color: #132a49;
	border-color: #132a49;
	color:#FFF !important;
	opacity:1;
}

.button.secondary
{
	background: #F9f9f9;
	border: 1px solid #DDD;
	color: #AAA;
	text-transform: capitalize !important;
}

.button.secondary:hover
{
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.1);
}

.button i.fa
{
	margin-top: -4px;
}

.btn-side
{
	height:38.9px;
	border-left:0px !important;
}
/*** END BUTTON ***/

/*** HEADER TOP BAR ***/
.header
{
	padding-bottom:40px;
}

#main
{
	/*width: 91%;
	margin: 0 auto;
	padding:20px;*/
	background-color:#f7f7f7;
	margin-bottom:20px;
	margin-top:30px;
}

.header-wrapper.stuck
{
	background-color:#f7f7f7;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}

.stuck .header-inner
{
	padding-top: 7px;
	padding-bottom: 7px;
}

.header-top 
{
	background-color: #000;
}

#top-bar .nav
{
	display:inline;
	width:auto;
}

#top-bar .nav > li
{
	margin: 0px;
}

#top-bar .nav > li > a
{
	font-size:14px;
	color: rgba(255,255,255,0.8);
	padding:5px 0px;
}

#top-bar .nav > li > a:hover
{
	color:#FFF;
}

#top-bar ul.nav-member li + li::before 
{
    content: '|';
    display: inline-block;
    color: #747474;
    margin: 0px 12px 0px 10px;
}

#top-bar .nav > li i
{
	font-size: 13px;
	margin-left: 5px;
}

#top-bar .topbar-info
{
	color:#FFF;
}

#top-bar .topbar-info > li
{
	margin:7px 0px;
}
/*** END HEADER TOP BAR ***/

/*** HEADER LOGO/MENU BAR ***/
.header-main .logo a
{
	color:#000;
	text-align:center;
	font-size:28px;
	margin:0 auto;
}

.header-main .logo img
{
	max-width:40px;
}

.header-bottom
{
	background-color: #f1f1f1;
	min-height: 40px;
}

.header-bottom > div.flex-row
{
	border-top:1px solid #DDD;
}

.header-nav.nav, .header-nav.nav > li.image-dropdown
{
	position:unset;
}

.header .nav > li
{
	margin:0px 10px;
	border-bottom: 3px solid transparent;
}

.header .nav > li:hover, .product-page .header .stuck .nav > li:hover
{
	color: #132a49;
	border-bottom:3px solid #132a49;
}

.product-page .header .nav > li:hover
{
	color: #FFF;
	border-bottom:3px solid #FFF;
}

.header .nav > li > a, .product-page .header .stuck .nav > li > a
{
	padding: 6px 0px;
	cursor:pointer;
	font-weight:700;
	font-family: "AauxNext", sans-serif;
	text-transform:uppercase;
	color:#132a49;
}

.product-page .header .nav > li > a, .product-page .header .nav > li a:hover
{
	color:#FFF;
}

.header .nav > li a:hover, .product-page .header .stuck .nav > li a:hover
{
	color: #132a49;
}

.header .nav > li:last-child > a
{
	padding-right:0px;
}

.header .nav > li.current-dropdown > a
{
	color: rgba(17,17,17,0.85);
}

.has-dropdown .icon-angle-down
{
	font-size: 18px;
	opacity: 1;
}

.nav-dropdown-default
{
	padding:15px;
	z-index:9;
}

.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a
{
	font-size: 16px;
}

.nav-dropdown.nav-dropdown-default > li > a:hover
{
	color: rgba(17,17,17,0.85);
}

.nav-dropdown-has-arrow li.has-dropdown::before
{
	border-bottom-color: #eaeaea;
}

.current-dropdown .nav-dropdown-third
{
	left:auto !important;
	right: 50% !important;
	transform: translate(50%);
}

.nav-dropdown.nav-dropdown-default > li.nav-dropdown-col > a
{
	font-size:13px;
}

.nav-dropdown-default .nav-column li > a
{
	color: rgba(102,102,102,0.85);
}

[data-icon-label]::after
{
	background-color: #000;
}

.header-nav a.tooltip[data-title]:hover::after
{
	min-width: auto;
}

.header-nav li.html
{
	width:125px;
}

.header-nav li.html.btn-login
{
	width:auto;
}

.header-nav li a.button
{
	font-size:13px;
}

.header-nav li.html:nth-last-child(2)
{
	margin-right:0px;
}

.header-nav li.html .header-button, .header-nav li.html .header-button a
{
	width:100%;
}

i.wishlist-icon
{
	margin-left:5px;
	font-size:16px !important;
}

.header-search .button
{
	height: 39px;
	border-left: 0px;
	margin-left: 0px;
}

.header-cart .cart-icon > strong
{
	color: #132a49;
	margin: .3em 0;
	border: 2px solid #132a49;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	font-size: 1em;
	line-height: 1.9em;
}

.header-cart .cart-icon:hover > strong
{
	background-color: #132a49;
	color: #fff;
}

.header-cart .cart-icon > strong:after
{
	transition: height .1s ease-out;
	bottom: 100%;
	margin-bottom: 0;
	margin-left: -7px;
	height: 8px;
	width: 14px;
	left: 50%;
	content: ' ';
	position: absolute;
	pointer-events: none;
	border: 2px solid #132a49;
	border-top-left-radius: 99px;
	border-top-right-radius: 99px;
	border-bottom: 0;
}

.header-cart .cart-icon:hover > strong:after
{
	height:10px;
}

.header-cart-amount
{
	font-weight:bold;
}

.header-cart.current-dropdown ul.nav-dropdown
{
	left: 50%;
	/*transform: translate(-50%);*/
}

.header-cart ul.nav-dropdown ul > li
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.header-cart ul.nav-dropdown ul > li a
{
	line-height: 1.3;
	display: block;
	font-size: 15px;
}

.header-cart ul.nav-dropdown ul > li .text-small
{
	font-size:13px;
}

.header-cart ul.nav-dropdown ul > li .header-cart-qty
{
	font-size:14px;
	display:block;
}

.header-cart ul.nav-dropdown ul > li .header-cart-price
{
	color:#000;
	font-weight:bold;
}

.header-cart ul.nav-dropdown .header-cart-total
{
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #DDD;
	padding-bottom:10px;
	margin-bottom:15px;
}

.header-cart ul.nav-dropdown .header-cart-total > span
{
	color:#000;
}

.header-cart ul.nav-dropdown a.button
{
	margin: 0px;
	color: #FFF;
	font-size: 16px;
}

.header .nav > li.country-nav > a
{
	border: 1px solid #b7b7b7;
	line-height: 1.3;
	padding: 3px 7px 1px 7px !important;
	font-size: 13px;
}

.header .nav > li.country-nav:hover
{
	border-bottom-color: transparent;
}

.country-list
{
	display:none;
	background: #FFF;
	list-style: none;
	position: absolute;
	width: 150px;
	left: -114px;
	margin-top: 3px !important;
	padding:5px 0px !important;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "AauxNextSemiBold", sans-serif;
}

.country-list.show
{
	display:block;
}

.country-list > li
{
	margin-bottom:0px;
}

.country-list > li > a
{
	display: block;
	line-height: 1.3;
	padding: 7px 10px 5px 10px;
}

.country-list > li > a:hover
{
	color:#c7af96 !important;
}

.country-list > li > a > span
{
	float:right;
	color:#b7b7b7;
}
/*** END HEADER LOGO/MENU BAR ***/

.main-menu-overlay
{
	display:none;
}

.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content
{
	width:45%;
	box-shadow: 0px 0px 5px 25px rgba(0,0,0,0.2);
}

.mobile-sidebar
{
	height:100%;
	background:url(../images/bg-sidemenu.png) repeat top left;
}

.off-canvas .sidebar-menu
{
	padding-top:20%;
}

.nav-sidebar.nav-vertical > li + li
{
	border-top:0px;
}

.off-canvas .nav-vertical > li > a
{
	padding-left: 50px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1.5px;
	font-weight: normal;
}

.off-canvas .nav-vertical > li > a:hover
{
	color:#132a49;
}

.nav-sidebar.nav-vertical > li.menu-item.active, .nav-sidebar.nav-vertical > li.menu-item:hover
{
	background-color:transparent;
}

.mfp-ready .mfp-close
{
	mix-blend-mode: unset;
	opacity: 1;
	background: transparent;
	right: 25px;
	top: 10px;
}

.mfp-ready .mfp-close:hover
{
	color:#132a49;
}

.side-text
{
	position: fixed;
	top: 50px;
	display:flex;
	height:100%;
	align-items:center;
	width:14px;
}

/*** FOOTER BAR ***/
.footer-custom
{
	margin-top:30px;
}

.footer-custom .icon-box-img
{
	width:60px;
}

.footer-custom .icon-box-text
{
	display:flex;
	align-items: center;
}

footer
{
	background-color:#132a49;
}

footer .button
{
	border-radius:0px;
	background-color:transparent !important;
	border:2px solid #FFF !important;;
	color:#FFF;
	font-size:15px !important;
}

footer .button:hover
{
	background-color:#FFF !important;
	color:#666;
	box-shadow:none;
}

footer h1
{
	font-size: 16px;
	font-weight: 600;
	color:#FFF;
	margin-bottom: 2px;
}

footer ul.menu
{
	border-top: 1px solid #2d466a;
}

footer ul.menu > li + li
{
	border-top:0px;
}

footer ul.menu > li
{
	border-bottom: 1px solid #2d466a;
	padding: 5px 20px 5px 30px;
	min-height:45.2px;
}

footer ul.menu > li > a
{
	padding:0px;
	display:block;
	color:#FFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 0px 5px 0px;
}

footer ul.menu > li > a:hover
{
	color:#c7af96;
}

footer .footer
{
	background-color: transparent;
	border-top: 1px solid rgba(0,0,0,0.05);
	padding:0px;
	padding-top:35px;
	padding-bottom:10px;
	color:#FFF;
}

footer .footer img
{
	width:45px
}

footer .select2-container
{
	margin:0px;
}

footer .select2-container .select2-choice, footer .select2-container .select2-selection
{
	border-radius: 5px;
	border: 0px;
	height:32.5px;
}

footer .select2-container--default .select2-selection--single .select2-selection__rendered
{
	padding: 10px 0px 5px 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "AauxNext", sans-serif;
}

footer .subscribe
{
	position:relative;
}

footer .subscribe input[type=email]
{
	height: 32.5px;
	border-radius: 5px;
	border: 0px;
	margin: 0px;
	padding: 7px 10px 5px 10px;
	font-size:12px;
	letter-spacing:1px;
	min-height:unset;
}

footer .subscribe button
{
	position: absolute;
	right: 5px;
	background-color: #132a49;
	border: 0px;
	padding: 3px 0px 3px 3px;
	line-height: 1;
	min-height: unset;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 5px;
	font-size: 11px;
	width:17px;
	height:17px;
}

.footer-row
{
	position: relative;
	display: flex;
	align-items: center;
	padding: 3.3px 0px;
}

.footer-row-left
{
	width:20%;
}

.footer-row-right
{
	width:80%;
	text-align: right;
}

.social-icons
{
	display:block;
	margin-top:20px;
	margin-bottom:10px;
}

footer .social-icons a
{
	border-color: #FFF !important;
	color: #FFF !important;
}

.social-icons a
{
	font-size: 14px;
	margin: 0px 5px;
	vertical-align:middle;
	background-color: transparent !important;
	border-color: silver !important;
	color: silver !important;
	padding: 5px;
	min-width: unset !important;
	min-height: unset;
	line-height: 1.3 !important;
	letter-spacing: unset;
	width: 33px !important;
	height: 33px;
	margin-bottom:5px;
}

.footer-row .social-icons
{
	margin: 0px;
}

.footer-row .social-icons a
{
	margin: 0px;
	font-size: 12px !important;
	width: 26px !important;
	height: 26px;
	padding-top: 4px;
	padding-left: 2px !important;
}

.footer-row .social-icons.bg-white a
{
	background-color: #FFF !important;
	color:#132a49 !important;
	margin:0px 15px;
}

.footer-row .social-icons.bg-white a:last-child
{
	margin-right:0px;
}

.footer-row .social-icons.bg-white .button.facebook:not(.is-outline), .footer-row .social-icons.bg-white .button.facebook:hover 
{
    color: #3a589d !important;
}

.footer-row .social-icons.bg-white .button.instagram:not(.is-outline), .footer-row .social-icons.bg-white .button.instagram:hover 
{
    color: #3b6994 !important;
}

.footer-row .social-icons.bg-white .button.twitter:not(.is-outline), .footer-row .social-icons.bg-white .button.twitter:hover 
{
    color: #2478ba !important;
}

.footer-row .social-icons a.email
{
	padding-top: 3px;
}

.footer-row .social-icons a.email i.fa
{
	font-size:16px;
}

.social-icons i > span
{
	display:none;
}
/*** END FOOTER BAR ***/

/*** COPYRIGHT BAR ***/
footer .absolute-footer
{
	background-color: transparent;
	color: #FFF;
	padding:0px;
	padding-bottom:20px;
}

footer .absolute-footer ul
{
	margin-bottom:0px;
	opacity:1;
	font-size: 14px;
	border-bottom:0px;
}

footer .absolute-footer ul li
{
	margin:0px;
}

footer .absolute-footer ul li a
{
	display:block;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 15px 0px 13px;
	color:#FFF;
	line-height:1.3;
	border-right:1px solid #FFF;
}

footer .absolute-footer ul li:first-child a
{
	padding-left:0px;
}

footer .absolute-footer ul li:last-child a
{
	padding-right:0px;
	border-right:0px;
}

footer .absolute-footer ul li a:hover
{
	color: #999;
}

footer .absolute-footer ul.icon-payment-box
{
	list-style:none;
}

footer .absolute-footer ul.icon-payment-box li
{
	display:inline-block;
	opacity: .6;
	transition: opacity .3s;
	border-radius: 5px;
	padding: 3px 5px 5px;
	margin: 0px 2px 3px;
	background-color: rgba(255,255,255,0.1);
}

footer .absolute-footer ul.icon-payment-box li:hover
{
	opacity: 1;
}

footer .absolute-footer ul.icon-payment-box li img
{
	width:40px
}

footer .absolute-footer .copyright-footer
{
	font-size:11px;
	margin: 0px 5px 0px 10px;
}

footer .absolute-footer .copyright-footer a, footer .absolute-footer .copyright-footer > div
{
	margin:0px;
	font-size: 11px;
	color: #aaa;
	text-transform:uppercase;
}

footer .absolute-footer .copyright-footer a:hover
{
	color:#c7af96;
}

footer .absolute-footer .copyright-footer ul.links
{
	float: right;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
	margin-left:5px;
}

footer .back-to-top.button
{
	background: transparent;
	color: #777 !important;
	border: 2px solid currentColor;
	padding:0px 12px;
	width:auto !important;
}

footer .back-to-top.button:hover
{
	background: #000;
	color: #FFF !important;
	border-color: #000;
}

footer .back-to-top.button i
{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/*** END COPYRIGHT BAR ***/

/***** HOMEPAGE CONTENT *****/
#content
{
	position:relative;
	min-height:300px;
}

#content section
{
	position:relative;
	text-align:center;
	padding:0px 20px;
	margin-bottom:90px;
}

.home-box
{
	position:relative;
}

.landing-bg
{
	position:relative;
	padding: 50px 0px;
}

.landing-bg img
{
	width:32%;
}

.landing-luggage
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.landing-text
{
	position: absolute;
	width:80%;
	height:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.landing-text-1
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.landing-text-2
{
	position: absolute;
	top: 90%;
	right: 0px;
	width: 32%;
	max-width:275px;
	text-align: left;
	color: #c3aa8f;
	font-size: 12px;
	line-height: 1.5;
}

.landing-text-3
{
	position: absolute;
	top: 44%;
	left: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	color:#132a49;
}

.landing-text-3 > span
{
	font-family: "AauxNextSemiBold", sans-serif;
	font-size: 22px;
	padding-left: 20px;
}

.button-bar
{
	text-align:right;
	margin-top:50px;
	margin-bottom:10px;
}

.button-bar div
{
	position:relative;
	display:inline-block;
}

.button-bar div.buy-button > a
{
	font-family: "AauxNextSemiBold", sans-serif;
	display:inline-block;
	border:2px solid #a8896e;
	border-radius:5px;
	color:#9a775e;
	padding: 7px 20px 5px 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.button-bar div.preorder-button > a
{
	font-family: "AauxNextSemiBold", sans-serif;
	display:inline-block;
	border-radius:5px;
	color:#FFF;
	background-image: linear-gradient(to right, #ccb795, #9a775e);
	padding: 9px 10px 7px 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left:5px;
}

.button-bar div.preorder-button .preorder-disc
{
	position: relative;
	font-size: 12px;
	background-color: #a8896e;
	color:#FFF;
	border-radius: 3px;
	letter-spacing: 0.5px;
	padding: 3px 3px 0px 3px;
	line-height: 1.3;
	top: -20px;
	border-bottom-left-radius:0px;
	font-family: "AauxNextSemiBold", sans-serif;
}

.button-bar div.preorder-button .preorder-disc > span
{
	width: 0px;
	height: 0px;
	position: absolute;
	background: transparent;
	border: 5px solid #a8896e;
	bottom: -5px;
	left: -5px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-top-color: transparent;
	transform: rotate(45deg);
}

.feature-counter
{
	width: 48%;
	text-align:left;
}

.feature-counter > a
{
	border: 2px solid #cbb49d;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #cbb49d;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-left:2px;
	margin-right: 10px;
}

.feature-counter > a.feature-counter-active
{
	border-color:#132a49;
	color:#132a49;
}

.feature-button
{
	width: 48%;
}

.feature-bg img, .feature-1-bg img, .feature-2-bg img, .feature-3-bg img
{
	width:auto;
}

.feature-text-1 img
{
	max-width:55%;
}

.feature-text-2
{
	top: 77%;
	right: 7.5%;
	font-size:13px;
}

.feature-1-text-1
{
	text-align:left;
	top: 11%;
	left: 12%;
	transform: unset;
	width:28%;
}

.feature-1-text-2
{
	position:relative;
	color: #132a49;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
	text-align:left;
}

.feature-number
{
	position: relative;
	font-weight: bold;
	color: #132a49;
	margin-bottom:15px;
	font-size:14px;
}

.feature-number-right
{
	left:unset;
	right:13%;
}

.feature-2-bg
{
	padding:0px;
}

.feature-2-text-1
{
	top: 11%;
	left: unset;
	right: 13%;
	text-align:right;
	transform: unset;
	width:28%;
}

.feature-3-bg
{
	padding:55px 0px;
}

.feature-3-text-1
{
	top: unset;
	left: 9%;
	bottom:-10%;
	text-align:left;
	transform: unset;
	width:28%;
}

.home-spec-box
{
	padding:0px !important;
}

.home-spec-text-1, .home-spec-text-2
{
	color:#B59878;
	font-family:"AauxNextBold";
	text-align:left;
	font-size:50px;
	line-height:1;
}

.home-spec-text-2
{
	text-align:right;
}

.home-spec-image
{
	background-image:url(/upload/file/image/home/product-bg.png);
	background-repeat:no-repeat;
	padding:20px;
	padding-bottom:0px;
	margin-bottom:10px;
}

.home-spec-image p
{
	height:100px;
}

.home-spec-image strong
{
	font-family:"AauxNextBold";
	color:#132a49;
	font-weight:normal;
	font-size:12px;
}

.home-spec-image span
{
	display:inline-block;
	width:100%;
	line-height:1.3;
	color:#132a49;
	font-size:12px;
}

.home-spec-image img
{
	max-height:100px;
}

.dimension-size
{
	display:flex;
	justify-content: center;
	margin-bottom:45px;
}

.dimension-size > a
{
	color:#b7b7b7;
	text-transform:uppercase;
	letter-spacing: 0.5px;
}

.dimension-size > a.no-link
{
	cursor:default;
	margin:0px 3px;
}

.dimension-size > a > div
{
	margin-bottom: 15px;
	font-size: 12px;
	padding: 5px 30px 3px 30px;
	line-height: 1;
}

.dimension-size > a.active > div, .dimension-size > a:hover > div
{
	background: #132a49;
	border-radius: 4px;
	color: #FFF;
}

.dimension-size > a > span
{
	font-family: "AauxNextSemiBold", sans-serif; 
	color: #e1e2e4;
	font-size:16px;
}

.dimension-size > a.active > span, .dimension-size > a:hover > span
{
	color:#132a49;
}

.dimension-box
{
	position: relative;
	max-width: 70%;
	margin: 0 auto;
	padding: 5% 0px;
}

.dimension-product
{
	position: absolute;
	width:60%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.dimension-size-image
{
	position: absolute;
	top: 22%;
	right: 13%;
	width: 58%;
}

.dimension-text
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
}

.dimension-color
{
	display: flex;
	margin-top: 80px;
	justify-content: center;
	flex-wrap:wrap;
}

.dimension-color > a
{
	border-radius: 100%;
	margin-right: 40px;
	border: 1px solid #999;
	padding:3px;
	margin-bottom:10px;
}

.dimension-color > a:last-child
{
	margin-right:0px;
}

.dimension-color > a > span
{
	display:block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.dimension-color > a.active, .dimension-color > a:hover
{
	border-color: #132a49;
}

.gallery-box
{
	position:relative;
	display: flex;
	width: 75%;
	margin: 0 auto;
	padding:2.5%;
}

.gallery-col-1
{
	width: 24.5%;
	margin-right: 5px;
}

.gallery-col-2
{
	display: flex;
	width: 75%;
	flex-flow: column;
}

.gallery-col-2 a:first-child
{
	margin-right: 5px;
}

.gallery-col-2-1
{
	display: flex;
	margin-bottom: 5px;
}

.gallery-col-2-2
{
	display: flex;
}

.gallery-text
{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background: url(../images/home/gallery-text.png);
	pointer-events: none;
	background-size: contain;
}
/***** END HOMEPAGE CONTENT *****/

/***** FANCYBOX *****/
.fancybox-infobar
{
	color:#FFF;
}

.fancybox-slide--image .fancybox-content
{
	background-color:#FFF;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button
{
	background:transparent;
}

.fancybox-button svg
{
	display:none;
}

.fancybox-navigation .fancybox-button::after
{
	padding:12px;
	left:unset;
	top:unset;
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	display: inline-block;
}

.fancybox-button.disabled
{
	display:none;
}

.fancybox-prev:after
{
	 transform: rotate(135deg);
  	-webkit-transform: rotate(135deg);
}

.fancybox-prev
{
	left:20px;
}

.fancybox-next
{
	right:20px;
}

.fancybox-next:after
{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/***** END FANCYBOX *****/

/***** ABOUT CONTENT *****/
section.about-page
{
	width:90%;
	margin:0 auto 50px auto;
}

img.image-full
{
	height:100%;
	object-fit:cover;
}

.about-preface-text
{
	margin-top: 60px;
	text-indent: 40px;
	line-height: 1.5;
	color: #c3aa8f;
	margin-bottom:0px;
}

.about-founder-title
{
	color: #ccb69f;
	text-transform: uppercase;
	font-size: 46px;
	font-family: "AauxNextBold", sans-serif;
	line-height: 1.2;
	margin-bottom: 10px;
}

.about-founder-text
{
	color: #ccb69f;
	margin-bottom: 0px;
}

.about-founder-name
{
	font-family: "AauxNextSemiBold", sans-serif;
	color: #132a49;
	text-align:left;
}

.about-founder-name + img
{
	width:100%;
	max-width:150px;
}

.about-promise-title
{
	font-family: "AauxNextBold", sans-serif;
	font-size:24px;
	color: #c3aa8f;
	text-transform:uppercase;
	margin-bottom:5px;
}

.about-promise-text
{
	line-height: 1.5;
	color: #c3aa8f;
	margin-bottom:0px;
}

.about-buss-text
{
	text-transform: uppercase;
	font-size: 11px;
	font-family: "AauxNextSemiBold";
	color: #132a49;
	text-align: right;
}

.about-buss-label
{
	color: #a6a6a6;
	font-size: 12px;
	letter-spacing:1px;
}

.about-buss-bar
{
	display: flex;
	padding-top: 35px;
	padding-bottom: 30px;
}

.about-buss-bar > span
{
	height:6px;
	margin-right:3px;
}

.about-buss-production, .about-buss-legend-production > span
{
	background-color:#132a49;
}

.about-buss-warehouse, .about-buss-legend-warehouse > span
{
	background-color:#d4c0ae;
}

.about-buss-retail, .about-buss-legend-retail > span
{
	background-color:#b5906f;
}

.about-buss-markup, .about-buss-legend-markup > span
{
	background-color:#6882a5;
}

.about-buss-legend-bar
{
	display:flex;
	justify-content:flex-end;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-bottom: 25px;
}

.about-buss-legend-bar > span
{
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 100%;
	margin: 0px 15px;
}

.about-buss-legend-production
{
	color:#132a49;
}

.about-buss-legend-warehouse
{
	color:#d4c0ae;
}

.about-buss-legend-retail
{
	color:#b5906f;
}

.about-buss-legend-markup
{
	color:#6882a5;
}
/***** END ABOUT CONTENT *****/

/*** TOP BANNER ***/
#top-line
{
	position: relative;
	z-index: 9;
}

#top-banner
{
	position:relative;
	height:200px;
	margin-bottom:30px;
}

#top-banner img
{
	width:100%;
	height:100% !important;
	object-fit: cover;
}

.bg-overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	left: 0px;
	right: 0px;
	transition: transform .3s, opacity .6s;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0.6);
}

#top-banner #top-banner-title
{
	position:absolute;
	width:90%;
	text-align:center;
	left: 50%;
	top:50%;
	transform:translate(-50%, -50%);
	font-size: 32px;
	font-weight:normal;
	color: #fff;
	line-height:1.3;
	text-transform:capitalize;
}

#top-banner.top-banner-category
{
	height:300px;
}

#top-banner.top-banner-category #top-banner-box
{
	position: absolute;
	display: flex;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
}

#top-banner.top-banner-category #top-banner-title
{
	position:relative;
	width: 25%;
	font-size:46px;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	top:unset;
	left: unset;
	transform: unset;
}

#top-banner.top-banner-category #top-banner-text
{
	position:relative;
	width: 50%;
	right: 6%;
	background-color: rgba(0, 0, 0, 0.5);
	color:#FFF;
	padding: 7px 10px;
}
/*** END TOP BANNER ***/

/***** CATEGORY BOX *****/
.category-box
{
	position: relative;
	display: flex;
	box-shadow: 0 0px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.22);
}

.category-box .box-text
{
	background-color: #B40B41;
}
/***** END CATEGORY BOX *****/

/***** PRODUCTS *****/
#main.product-page
{
	margin-bottom:0px;
	margin-top:0px;
	padding-right:0px !important;
	padding:20px !important;
}

.product-page .page-wrapper
{
	padding-top:30px;
}

.product-page header
{
	padding-bottom:10px;
}

.product-bg
{
	background: #132a49;
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0px;
	right: 0px;
}

.product-info
{
	padding:0px 8%;
}

.product-info .dimension-size
{
	justify-content: flex-start;
	margin-bottom:20px;
}

.product-info .dimension-size > a
{
	width:24%;
}

.product-info .dimension-size > a.no-link
{
	width:1%;
	margin-top:2px;
}

.product-info .dimension-size > a > div
{
	margin-bottom:0px;
	padding:4px 0px 2px 0px;
	text-align:center;
	line-height:1.3;
}

.product-info .product-title
{
	font-family: "AauxNextSemiBold", sans-serif;
	font-size: 18px;
	font-weight:normal;
	letter-spacing: unset;
	text-transform: uppercase;
	opacity:1;
	color:#132a49;
	margin-bottom:5px;
}

.product-price
{
	white-space: nowrap;
	color: #132a49;
	font-size:18px;
	margin:7px 0px;
	line-height:1.5;
}

.product-price .strike
{
	position:relative;
	margin-right:10px;
}

.product-price .strike:before
{
	border-bottom: 2px solid #9d7a60;
    position: absolute;
	top:0px;
    content: "";
    width: 100%;
    height: 50%;
}

.product-price .strike + span
{
	color:#9d7a60;
}

.product-info .dimension-color
{
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: flex-start;
}

.product-info .dimension-color > a
{
	margin-right:20px;
}

.product-info .dimension-color > a > span
{
	width:15px;
	height:15px;
}

.product-text
{
	font-size:13px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.product-info input[type=text]
{
	letter-spacing: 1.5px;
	box-shadow: unset;
	border: 2px solid #b7b7b7;
	border-radius: 7px;
	background-color: transparent;
	margin-bottom: 20px;
}

.product-button-bar
{
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

.product-button-bar .buy-text, .product-button-bar .preorder-text
{
	font-size:13px;
	width:60%;
}

.preorder-text .countdown
{
	color:#b2926f !important;
	padding: 0px;
	min-width: unset;
}

.preorder-text .countdown span
{
	color:#b7b7b7;
	text-transform: uppercase;
	margin: 0px 7px;
}

.product-button-bar .buy-button, .product-button-bar .preorder-button
{
	width: 40%;
	text-align: right;
}

.product-button-bar .buy-button button
{
	font-family: "AauxNextSemiBold", sans-serif;
	font-weight:normal;
	background-color: transparent;
	color: #cbb69e;
	border: 2px solid #cbb69e;
	border-radius: 7px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	padding: 8px 15px 5px 15px;
	min-height: unset;
	box-shadow:unset;
	font-size:13px;
}

.product-button-bar .buy-button button:hover
{
	background-color: #cbb69e;
	color:#FFF
}

.product-button-bar .preorder-text
{
	color: #b2926f;
}

.product-button-bar .preorder-text > div
{
	margin-top: 3px;
	font-size:16px;
}

.product-button-bar .preorder-text > div > span
{
	color: #b7b7b7;
}

.product-button-bar .preorder-button button
{
	font-family: "AauxNextSemiBold", sans-serif;
	font-weight:normal;
	background-image: linear-gradient(to right, #ccb795, #9a775e);
	color: #FFF;
	border-radius: 7px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	padding: 8px 20px 5px 20px;
	min-height: unset;
	box-shadow:unset;
	font-size:13px;
}

.product-button-bar .preorder-button button:hover
{
	opacity:0.8;
}

.product-detail-box > a
{
	font-family: "AauxNextBold", sans-serif;
	display:block;
	width: 100%; 
	padding: 10px 7px 7px 7px; 
	border-top: 1px solid #b9b9b9;
	text-transform:uppercase;
}

.product-detail-box > a:hover, .product-detail-box > a.show
{
	color:#b79c7e;
}

.product-detail-box:last-child > a
{
	border-bottom: 1px solid #b9b9b9;
}

.product-detail-box > a > i.fa
{
	float:right;
	margin-top:4px;
}

.product-detail-box > div
{
	padding:15px 7px;
	border-top: 1px solid #b9b9b9;
	line-height:1.5;
}

.product-detail-box:last-child > div
{
	border-top: 0px;
	border-bottom: 1px solid #b9b9b9;
}

.product-detail-box > div ul
{
	list-style:none;
	padding-left:15px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.product-detail-box > div ul:last-child
{
	margin-bottom:0px;
}

.product-detail-box > div ul > li:before 
{
    content: "–";
    position: absolute;
    margin-left: -1.1em; 
}

.product-gallery
{
	padding:0px;
}

.product-images .flickity-prev-next-button
{
	position: relative;
	top: unset;
	bottom: unset;
	left:20px;
	right:unset;
	transform:unset;
	margin-top: 25px;
	opacity:1;
	float:left;
	z-index:9;
	width:26px;
	height:26px;
}

.product-images .flickity-prev-next-button.previous:after
{
	font-family: "Font Awesome 5 Free";
	position:absolute;
	content:"\f0d9";
	top:0px;
	left:0px;
	font-size: 24px;
	color: #FFF;
	line-height: 1;
}

.product-images .flickity-prev-next-button.next:after
{
	font-family: "Font Awesome 5 Free";
	position:absolute;
	content:"\f0da";
	top:0px;
	left:10px;
	font-size: 24px;
	color: #FFF;
	line-height: 1;
}

.product-images .flickity-prev-next-button svg
{
	display:none;
}

.product-images .flickity-page-dots
{
	position: relative;
	width:65%;
	bottom: unset;
	left: unset;
	right: 20px;
	float: right;
	margin-top: 32px;
	text-align: right;
}

.product-images .flickity-page-dots .dot
{
	width: 10px;
	height: 10px;
	border: 3px solid #999;
	background-color: #999;
	margin-bottom: 3px;
}

.product-images .flickity-page-dots .dot.is-selected
{
	border-color:#FFF;
	background-color: #FFF;
}

.product-desc, .product-desc-mobile
{
	display:inline-block;
	width:100%;
	margin:25px 10px 25px 25px;
	overflow:hidden;
}

.product-desc-mobile
{
	display:none;
}

#interest-slider .flickity-page-dots
{
	bottom:0px;
}
/***** END PRODUCTS *****/

/*** CHECKOUT ***/
/** icon **/
.navigation
{
	display:inline-block;
	width:100%;
	padding:20px 40px;
	padding-top:0px;
	z-index:0;
	text-align:center;
}

.navi
{
	position:relative;
	border: 2px solid #DDD;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding: 5px 0px 4px 0px;
	text-align: center;
	width: 20%;
	display: inline-block;
	margin-left:-5px;
	margin-bottom:10px;
	color:#CCC;
	font-weight:bold;
}

.navi > div
{
	position: absolute;
	right: -20px;
	top: -5px;
	z-index: 9;
	border: 2px solid #DDD;
	width: 41px;
	height: 41px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	float: left;
	margin-left: -30px;
	background: #FFF;
	color:#FFF;
}

.navi.active, .navi.active > div
{
	border-color:#58585A;
	background:#58585A;
	color:#FFF;
}

.navi.active > div > span
{
	font-size:20px;
	margin-top:8px;
	margin-left:2px;
}
/** END icon **/

.payment-desc-box
{
	background: #EEE;
	padding: 10px 20px;
	margin-left: 25px;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
}

.coupon-remove
{
	color:#F00;
	font-weight: normal;
	font-size: 14px;
	margin-top: 3px;
	display: block;
}

.coupon-remove:hover
{
	color:#F00;
}

.quantity-box
{
	display:flex;
	justify-content: flex-end;
}

.quantity-box > button
{
	padding: 0px 12px;
}

.quantity-box > button > i
{
	margin-right: 0px !important;
	margin-top: 0px !important;
	font-size: 14px !important;
}

.quantity-box > input.quantity
{
	font-size: 14px;
	margin: 0px;
	box-shadow: unset;
	width: 40px;
	text-align:center;
}
/*** END CHECKOUT ***/

/*** TABLE LISTING ***/
.table-listing thead th, .table-totals thead th
{
	font-size:16px;
	color:#000;
	border-bottom: 2.5px solid #ececec;
}

.table-listing tbody td, .table-totals tbody td
{
	vertical-align:top;
	font-size:16px;
	color:#000;
	padding: 20px 10px;
}

.table-listing thead th:first-child, .table-listing tbody td:first-child, .table-totals thead th:first-child, .table-totals tbody td:first-child
{
	padding-left:.5em;
}

.table-listing thead th:last-child, .table-listing tbody td:last-child, .table-totals thead th:last-child, .table-totals tbody td:last-child
{
	padding-right:.5em;
}

.table-listing tbody td i.fa
{
	font-size:18px;
}

.table-listing tbody td a.tooltip[data-title]:hover::after
{
	bottom:-33px;
}

.table-listing .text-small
{
	font-size:13px;
	color:#666;
	margin-top: 5px;
	display: block;
	line-height: 1.4;
}

.table-listing .listing-remarks-box
{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
}

.table-listing .listing-remarks-box-border
{
	padding: 3px 7px;
	background: #EEE;
}

.table-listing .listing-remarks-box textarea
{
	margin-top: 5px;
	min-height: 70px;
	resize:vertical;
	margin-bottom:0px;
}

.table-listing tr.total-row td
{
	padding: 10px;
}

.table-item-delete tbody td:first-child
{
	width: 100px;
}

.table-item-delete tbody td.item-no
{
	width:50px;
}

.table-item-delete tbody td:nth-child(3), .table-item-delete tbody td:nth-child(4), .table-item-delete tbody td:nth-child(5)
{
	width: 150px;
}

.table-item-delete tbody td:last-child
{
	width: 80px;
}

.table-item tbody td:first-child
{
	width: 100px;
}

.table-item tbody td:nth-child(3), .table-item tbody td:nth-child(4), .table-item tbody td:nth-child(5)
{
	width: 150px;
}

.total-box
{
	width:40%;
}

.table-totals tbody td
{
	padding:10px;
}

.table-totals tbody td:last-child
{
	font-weight:bold;
	text-align:right;
	width:200px;
}

.coupon-title
{
	font-weight: bold;
	color: #000;
	border-bottom: 2.5px solid #ececec;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size:16px;
}

.coupon-title > i.fa
{
	margin-right:5px;
}
/*** TABLE LISTING ***/

/****** GOOGLE SEARCH ******/
.gsc-control-cse
{
	font-family: "Belleza", sans-serif !important;
	font-size: 16px !important;
}

.gsc-control-cse tr, .gsc-control-cse td
{
	border:0px !important;
	text-align:left;
	padding-left:0px !important;
}

.gsc-adBlock, .gsc-resultsHeader, .gcsc-branding-text-name
{
	display:none !important;
}

.cse .gsc-control-cse, .gsc-control-cse
{
	padding:0px !important;
	width:100% !important;
}

td.gsc-result-info-container
{
	padding:0px;
}

.gsc-result-info
{
	padding:0px !important;
	font-size: 14px !important;
	color: #333 !important;
}

.gsc-above-wrapper-area
{
	margin-bottom:10px;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top
{
	padding:0px !important;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b, .gs-result .gs-title, .gs-result .gs-title *
{
	color:#0259aa !important;
}

.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b
{
	color:#000 !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl
{
	font-size:14px;
}

td.gsc-table-cell-snippet-close
{
	font-size:13px !important;
	padding:0px !important;
}

.gcsc-branding
{
	margin-top:10px;
}

.gcsc-branding-clickable
{
	width:50px;
}

.gsc-results .gsc-cursor-box
{
	margin: 0px !important;
}
/****** END GOOGLE SEARCH ******/

/****** TOOLTIP ******/
a.tooltip[data-title]:hover:before 
{
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	border: solid transparent;
	z-index: 999;
	border-bottom-color: #000;
	border-width: 9px;
	transition: opacity .25s;
	opacity: 1;
	z-index: 99;
}

a.tooltip[data-title]:hover:after 
{
  	content: attr(data-title);
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #000;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 10px 4px 10px;
	font-size:11px;
	text-transform: capitalize;
	white-space: pre;
	z-index: 99;
	font-weight:normal;
	line-height:1.6;
}
/****** END TOOLTIP ******/

/*** PAGINATION ***/
.pagination, .gsc-cursor-box
{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	text-align:center !important;
}

.pagination a, .gsc-results .gsc-cursor-box .gsc-cursor-page
{
	display:inline-block !important;
	color: #132a49 !important;
	border:2px solid currentColor !important;
	padding:6px 10px;
	line-height:1.3;
	display:inline-block;
	font-weight: bold;
	margin-right: 3px !important;
	font-size: .7em !important;
	margin-bottom:5px;
}

.pagination a:last-child, .gsc-results .gsc-cursor-box .gsc-cursor-page:last-child
{
	margin-right:0px !important;
}

.pagination a:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page:hover
{
	border-color: #132a49 !important;
	background-color: #132a49 !important;
	color:#FFF !important;
	text-decoration:none !important;
}

.pagination strong, .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page
{
	border:2px solid #132a49 !important;
	background-color: #132a49 !important;
	color:#FFF !important;
	padding:6px 10px;
	font-size: .7em;
	font-weight: bold;
	margin-right: 3px;
	text-decoration:none !important;
	margin-bottom:5px;
}

.pagination a i
{
	font-size: 14px;
	line-height: 0;
	top: 2px;
}

.pagination a i.icon-angle-left::before, .pagination a i.icon-angle-right::before
{
	font-weight:bold;
}
/*** END PAGINATION ***/

#bg-loading
{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	background:#000;
	opacity:0.5;
	z-index:9999;
}

#bg-loading > i
{
	font-size: 70px;
	position: absolute;
	top: 45%;
	left: 47%;
	transform: translate(-50%, -50%);
}

.popup-box
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	background: #EEE;
	z-index: 9999;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 15px 20px;
	font-size:15px;
	color: #000;
	text-align: center;
}

.popup-box button
{
	margin-bottom:10px;
	color:#FFF;
	box-shadow: 0 0px 5px rgba(0,0,0,0.19),2px 2px 2px rgba(0,0,0,0.22);
}

.popup-box button:hover
{
	box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}

.page-wrapper
{
	padding-top:0px;
	padding-bottom:0px;
}

.page-wrapper > .row > .col.large-12
{
	padding-bottom:0px;
}

.box-center
{
	text-align:center;
}

.box-center > div.col
{
	margin:0px auto;
	text-align:left
}

.box-center .row.box-center-border
{
	border: 1px solid #DDD;
	padding: 15px 25px;
}

.side-menu h1
{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #132a49;
}

.side-menu h1:after
{
	position: relative;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	content: "";
	height: 3px;
	display: block;
	margin: 8px 0px 10px 0px;
	width: 100%;
	max-width: 30px;
}

.content-col
{
	padding-left:30px;
}

/*** TABS ***/
.nav-tabs + .tab-panels
{
	padding:20px 30px;
}

.tab-panels label
{
	color: #666;
	line-height: 1.3;
	font-size: .9em;
	margin-bottom:7px;
	font-weight:normal;
}

.tab-panels label.sub-title
{
	margin-top:10px;
}

.tab-panels input
{
	font-weight:bold;
	font-size:14px;
	height:unset;
	padding:5px 10px;
	margin-bottom:20px;
}

.tab-panels input[type=submit]
{
	font-size: 0.97em;
	padding: 0 1.2em;
	height: 2.507em;
	margin-bottom:0px;
	margin-top:10px;
}
/*** END TABS ***/

/*** MEMBER DASHBOARD ***/
.dashboard .col-inner
{
	display: flex;
	height:100%;
}

.dashboard-box
{
	background-color:#000;
	text-align: center;
	padding: 25px 0px 40px 0px;
	font-size: 13px;
	position: relative;
	display: flex;
	width:100%;
	flex-wrap: wrap;
	align-items: center;
}

.dashboard-box-box
{
	width: 60%;
    margin: 0 auto;
}

.dashboard-box h3
{
	color:#FFF;
	margin-top: .2em;
	margin-bottom: .2em;
	line-height: 1;
	font-size: 2em;
}

.dashboard-box p
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #f1f1f1;
}

.dashboard-box div.dashboard-info
{
	color: #fff;
	padding: 5px 15px;
	font-size: 1.5em;
	margin-top: .6em;
	background-color: #d26e4b;
	font-weight: bold;
	line-height:1.3;
}
/*** END MEMBER DASHBOARD ***/

/*** EVENTS ***/
.event-box
{
	padding:30px;
	padding-bottom:0px;
	margin-bottom:50px;
	border-radius:25px;
	border:2px solid rgb(15, 94, 163);
}

.event-box h3
{
	text-transform:capitalize;
	padding-bottom: 7.5px;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	line-height:1.5;
	margin-bottom:10px;
}

.event-box h3.noline
{
	text-transform: capitalize;
	border-bottom:0px;
}

.event-box h5
{
	margin-bottom:0px;
}

.event-box p
{
	margin-bottom:10px;
}

.event-box p:last-child
{
	margin-bottom:0px;
}

.event-box .flex-box > div
{
	width:100%;
}

.event-box .button
{
	width:100%;
	text-transform:capitalize;
	border-radius:99px;
}
/*** END EVENTS ***/

/*** NEWS ***/
.posted
{
	color: #888;
	font-style: italic;
	font-size: 13px;
}

.news-box .button
{
	width:120px;
	margin:0px;
	margin-top:10px;
	float:right;
}
/*** END NEWS ***/

/*** ARTICLE ***/
.article-listing
{
	margin-left: 25px;
}

.article-listing .row
{
	margin:0px !important;
	align-items:center;
}

.article-listing .col
{
	padding-bottom:0px;
}

.article-listing li
{
	margin-bottom:20px;
}

.article-listing li .button
{
	margin:0px;
}

.article-info
{
	display: block;
	margin-top: -30px;
	margin-bottom: 30px;
	font-size: 14px;
}
/*** END ARTICLE ***/

/*** FAQ ***/
.accordion
{
	margin:10px 0px;
}

.accordion-item > a.accordion-title
{
	color: #777;
	transition: color .3s, opacity .3s, transform .3s;
}

.accordion-item > a.accordion-title button > i
{
	line-height:1;
}

.accordion-item > a.accordion-title.active button > i
{
	margin-top:-6px;
}

.accordion-item > a.accordion-title:hover, .accordion-item > a.accordion-title:hover .toggle
{
	color:#000;
}

.accordion .toggle
{
	background: transparent;
	top: 5px;
	font-size: 17px;
	color: #777;
}

.accordion-item > a.accordion-title.active
{
	border-color: #000;
	color: #000;
}

.accordion-item > a.accordion-title.active .toggle
{
	top:4px;
}
/*** END FAQ ***/

/*** FILTERING ***/
.filter-right-box
{
	float: right;
	width: 30%;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right:15px;
	padding-left:15px;
	background:#FFF;
}

.filter-alpha
{
	display:flex;
	flex-wrap: wrap;
	list-style:none;
	padding:0px;
	margin:0px;
	background: #f8f8f9;
}

.filter-alpha li
{
	margin:0px;
	min-width: 25px;
	width: calc(100%/26);
	text-align:center;
}

.filter-alpha li a
{
	padding:10px;
	display:block;
}
/*** END FILTERING ***/

/*** ALERT MSG ***/
.response-msg
{
	padding:7px 10px;
	font-size:14px;
	margin-bottom:10px;
	letter-spacing:1px;
}

.response-msg.success
{
	background-color: #e9f9e5;
	color: #1c8400;
	border: 1px solid #b4e8aa;
}

.response-msg.error
{
	background-color: #f9e5e6;
	color: #b50007;
	border: 1px solid #e8aaad;
}
/*** END ALERT MSG ***/

/*** RATING ***/
.icon-gaps
{
	margin-left:3px;
}

a.star-rate
{
	color: #DDD;
	margin-bottom:5px;
	display:inline-block;
	font-size:18px;
	margin-right:3px;
	cursor:default;
}

a.star-rate.active
{
	color:#fa0;
}

.rate-box a.star-rate
{
	font-size:22px;
	margin-bottom:0px;
}

h5.reviews-title
{
	color:#000;
}

h5.reviews-title > span
{
	display: block;
	color: #888;
	font-size: 14px;
	font-weight: normal;
}

.rate-box textarea
{
	min-height:90px;
	resize:vertical;
}

.rate-box img
{
	max-width:200px;
}

.rate-box p
{
	margin-top:-5px;
	line-height:1.4;
	margin-bottom:15px;
}

.star-rate-box a
{
	cursor:pointer;
}

.review-image-box
{
	display:inline-block;
	width:100%;
}

.review-image-box > div.review-image
{
	position:relative;
	display:flex;
	float:left;
	width:100px;
	height:100px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #DDD;
	padding: 7px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.profile-pic > div.review-image
{
	width:150px;
	height:150px;
}

.review-image-box > div.review-image > a
{
	display:inherit;
}

.review-image-box > div.review-image > a.review-image-remove
{
	position: absolute;
	right: 1px;
	top: 1px;
	padding:2px;
	background: #FFF;
	line-height: 1;
}

.review-image-box > div.review-image > a > img
{
	max-width:100%;
	object-fit: contain;
}

.review-title
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:3px;
	color:#555;
}
/*** END RATING ***/

/*** SHOP PAGE ***/
.shop-box
{
	padding-left:70px !important;
}

.shop-image
{
	background: #FFF;
	text-align: center;
	padding: 20px;
	-webkit-box-shadow: 5px 5px 3px 0px rgba(221,221,221,1);
	-moz-box-shadow: 5px 5px 3px 0px rgba(221,221,221,1);
	box-shadow: 5px 5px 3px 0px rgba(221,221,221,1);
	margin-bottom:30px;
}

.shop-image:after
{
	content:"";
}

.shop-name
{
	text-transform: uppercase;
	color: #132a49;
}

.shop-name > span
{
	font-family: "AauxNextSemiBold", sans-serif;
	margin-left:10px;
}

.shop-color
{
	justify-content: flex-start;
	margin-bottom: 15px;
	margin-top:15px;
}

.shop-color > a
{
	margin-right:10px;
}

.shop-color > a > span
{
	width:15px;
	height:15px;
}

.shop-button button
{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 7px;
	font-size: 13px;
	color: #132a49;
	background: transparent;
	border: 2px solid #D7D7D7;
	padding-bottom: 7px;
}

.shop-button button.BtnBuy
{
	border-color:#B7B7B7;
}

.shop-button button:hover
{
	background:#132a49;
	border-color:#132a49;
	color:#FFF;
}

span.strike
{
	text-decoration: line-through;
	color: #aaa;
}
/*** END SHOP PAGE ***/

.rounded
{
	border-radius:99px !important;
}

.position-relative
{
	position:relative;
}

.bg-image
{
	background-position: 32% 40%;
	padding:70px 0px 50px 0px;
	background-size:cover;
}

.bg-gray
{
	background:#F8F8F9;
}

.bg-brown
{
	background:#887358;
	color:#FFF;
}

.bg-brown h1
{
	color:#FFF;
}

.box-content-center
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:55%;
	line-height:normal;
}

.iframe-box
{
	position: relative;
	height: 0;
	padding-top: 44%;
	line-height:0;
}

.iframe-box > iframe
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}

.white-social-icons
{
	padding-top: 10px;
}

.white-social-icons > a
{
	font-size:22px;
	color:#FFF;
	margin-right:10px;
}

.white-social-icons > a:hover
{
	color: #CBA132;
}

.stars
{
	margin-top: -5px;
	margin-bottom: 20px;
}

.stars span
{
	color: #CACAC8;
	margin-right:-4px;
}

.stars span.checked
{
	color: #000;
}

.width-100
{
	width:100%;
}

.font12
{
	font-size:12px;
}

.font14
{
	font-size:14px !important;
}

.font15
{
	font-size:15px;
}

.font16
{
	font-size:16px;
}

.m-0
{
	margin:0px !important;
}

.ml-10
{
	margin-left:10px;
}

.ml-30
{
	margin-left:30px !important;
}

.mt-10
{
	margin-top:10px;
}

.mt-20
{
	margin-top:20px !important;
}

.mt-30
{
	margin-top:30px;
}

.mt-40
{
	margin-top:40px;
}

.mt-50
{
	margin-top:50px;
}

.mb-5
{
	margin-bottom:5px !important;
}

.mb-10
{
	margin-bottom:10px !important;
}

.mb-20
{
	margin-bottom:20px !important;
}

.mb-30
{
	margin-bottom:30px;
}

.mb-50
{
	margin-bottom:50px;
}

.p-0
{
	padding:0px;
}

.plr-0
{
	padding-left:0px;
	padding-right:0px;
}

.pr-0
{
	padding-right:0px;
}

.pl-0
{
	padding-left:0px;
}

.pt-50
{
	padding-top:50px;
}

.pt-60
{
	padding-top:60px;
}

.pb-10
{
	padding-bottom:10px;
}

.pb-20
{
	padding-bottom:20px;
}

.pb-50
{
	padding-bottom:50px;
}

.full-row
{
	margin:0px;
	max-width:unset;
}

.col-plr50-pb20
{
	padding:0px 50px 20px;
}

.border-top-ececec
{
	border-top:1px solid #ececec;
}

.hide
{
	display:none;
}

.color000
{
	color:#000;
}

.btn_fb
{
	background: #3C5B99;
	font-weight: normal;
	text-transform: capitalize !important;
}

.btn_fb > i
{
	font-size:20px;
	margin-top:-3px !important;
}

.product-page .header .fa-outline
{
	color: transparent;
	-webkit-text-stroke: 2px #FFF;
	-webkit-text-fill-color: transparent;
}

.fa-outline, .product-page .header .stuck .fa-outline
{
	color: transparent;
	-webkit-text-stroke: 2px #132a49;
	-webkit-text-fill-color: transparent;
}

.popup-msg
{
	position: fixed;
	background-image: linear-gradient(to right, #304461, #142A4B);
	width: 75%;
	display: inline-block;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFF;
	padding:50px;
	letter-spacing:1px;
}

.popup-msg .popup-close
{
	position: absolute;
	right: -25px;
	top: -30px;
	font-size: 20px;
	font-family: Arial;
	cursor:pointer;
	width:30px;
	height:30px;
	background:#FFF;
	color:#B3926D;
	border-radius: 100%;
	text-align:center;
}

.home-popup
{
	padding:0px;
	background:unset;
}

.home-popup .popup-close
{
	right: 0px;
    top: 0px;
}

.popup-title
{
	font-weight:bold;
	color:#BCA495
}

.popup-form-box
{
	padding:0px;
}

.popup-form-text
{
	border-right: 1px solid #FFF;
	padding: 30px 40px 30px 50px;
}

.popup-form-field
{
	padding: 30px 50px 30px 40px;
}

.popup-form-field .popup-big-title
{
	font-size:18px;
	margin-bottom:12px;
}

.popup-form-field .row
{
	align-items:center;
	margin-bottom:5px;
}

.popup-form-field input, .popup-form-field select
{
	margin-bottom:0px;
}

.popup-form-field select:first-child
{
	float:left;
	width:45%;
}

.popup-form-field select:last-child
{
	float:right;
	width:50%;
}

.popup-form-field button
{
	margin-top:10px;
	font-family: "AauxNextSemiBold", sans-serif;
	font-weight: normal;
	background-image: linear-gradient(to right, #ccb795, #9a775e);
	color:#FFF;
	border-radius: 7px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	padding: 8px 20px 5px 20px;
	min-height: unset;
	box-shadow: unset;
}

/**** GALLERY PAGE ****/
.gallery-page-box
{
	text-align:center;
	color: #132a49;
	font-size: 16px;
}

.gallery-page-box > p
{
	margin-bottom:15px;
}

.gallery-page-box .icon-instagram
{
	font-size:30px;
}

.gallery-page-image
{
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	width: 80%;
	margin:10px auto 0px auto;
	font-size:0px;
}

.gallery-image-box
{
	display:inline-block;
	width: calc((100% - (10px * 4)) / 4);
	margin:5px;
	max-width:160px;
}

.gallery-image-box > a
{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 100%;
}

.gallery-image-box > a > div
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**** END GALLERY PAGE ****/

@media only screen and (max-width:1080px)
{
	.box-content-center {width:90%}
}

/* mobile */
@media only screen and (max-width:849px) 
{
	.logo-left .logo {padding-bottom:0px;}
	.product-page .header-wrapper:not(.stuck) .logo img {filter: brightness(0) invert(1);}
	.header .nav > li:hover {border-color:transparent;}
	
	footer .footer {padding-top:20px;}
	.footer-box {align-items :center; text-align:left}
	.footer-box .mb-10 {margin-bottom:0px !important}
	.footer-box > div:first-child {text-align:center;}
	footer .footer img {width:80px;}
		
	.navigation {padding:20px 0px; padding-left:10px}
	
	/*** TABLE LISTING ***/
	.table-listing {margin-bottom:0px;}
	.table-listing thead {display:none}
	.table-listing tbody tr {display:inline-block; width:100%; border-bottom:1px solid #ececec; padding-bottom:20px; margin-bottom:20px;}
	.table-listing tbody td { display:inline-block; width:100% !important; text-align:left; border-bottom: 0px; padding: 5px 10px;}
	.table-listing tbody td:first-child {text-align:center}
	.table-listing tbody td:last-child {margin-top:15px;}
	.table-listing tbody td:last-child a {color: #000; font-weight:bold}
	.table-listing tbody td:last-child a:hover {opacity:0.7}
	.table-listing tbody td:last-child a.tooltip[data-title]:hover::after {bottom:-32px;}
	
	.table-item tbody td:last-child {margin-top:0px;}
	.table-item tbody tr.total-row {padding-bottom:0px; margin-top:-20px; display:table}
	.table-item tbody tr.total-row td {display: table-cell;}
	.table-item tbody tr.total-row td:first-child {width:60% !important; text-align:left}
	.table-item tbody tr.total-row td:last-child {width:40% !important; text-align:right}
	
	.total-box {width:50%}
	/*** END TABLE LISTING ***/
	
	/*** OTHERS ***/
	.box-content-center {position:relative; width:100%; padding:30px 50px 15px 50px;}
	.order-2 {order:2}
	.iframe-box {padding-top:50%;}
	.line-in-mobile {border-bottom:2px dotted #EEE; margin-bottom:30px; padding-bottom:30px;}
	.col-plr50-pb20 { padding:0px 20px 20px; }
	.content-col {padding-left:15px;}
	.tabbed-content .nav-tabs > li, .tabbed-content .nav-tabs > li > a { width:100%; margin:0px; }
	.nav-tabs + .tab-panels {padding:20px 15px;}
	tr:last-child {margin-bottom:0px;}
	.filter-right-box {float:none; position:relative; margin-right:0px; width:100%; padding-left:0px;}
	.filter-box {margin-bottom:20px;}
	.filter-box .col {padding-bottom:0px;}
	.icon-gaps {margin-left:10px;}
	/*** END OTHERS ***/
	
	#wrapper {background:none; padding:0px}
	#main {width:100%; margin:0px; padding:20px 15px;}
	
	.mobile-footer-menu {padding:0px 15px}
	.mobile-footer-menu > li {border-bottom: 1px solid #2d466a; padding: 5px 20px; min-height: 43.6px; text-transform:uppercase;}
	.mobile-footer-menu > li.no-border {border-bottom:0px; padding-top:20px; padding-bottom:0px}
	.mobile-footer-menu > li + li {border-top:0px !important;}
	.mobile-footer-menu > li > span {position:relative; display:block !important; cursor:pointer; font-size:12px;}
	.mobile-footer-menu > li > span > i {float:right; margin-top:4px;}
	.mobile-footer-menu > li > span.show {font-family: "AauxNextSemiBold", sans-serif; color:#ccb69f; }
	.mobile-footer-menu > li ul {border:0px !important; padding:0px !important; margin:0px !important;}
	.mobile-footer-menu > li ul > li {padding: 5px 0px; text-transform:uppercase;}
	.mobile-footer-menu > li ul > li > a {width:100%; font-size:12px; color:#FFF;}
	.mobile-footer-menu > li > span:hover, .mobile-footer-menu > li ul > li > a:hover {color:#c7af96}
	.mobile-footer-menu .footer-row .social-icons a {margin:0px 15px 6px 15px}
	.mobile-footer-menu .footer-row .social-icons a:first-child {margin-left:0px;}
	footer .absolute-footer {padding-bottom:25px;}
	footer .absolute-footer .copyright-footer {margin:0px; display:flex; flex-flow: row wrap; text-align:left; padding:10px 20px 0px 20px}
	footer .absolute-footer .copyright-footer > div.pull-right {width:100%; float:none;}
	footer .absolute-footer .copyright-footer > div.pull-right:first-child {order:1}
	footer .absolute-footer .copyright-footer ul.links {float:none; margin:0px; margin-top:5px;}
	
	.footer-custom {padding-bottom:20px;}
	.footer-custom > .col:nth-child(odd) {border-right:1px solid #CCC; padding-left:0px;}
	.footer-custom > .col:nth-child(even) {padding-right:0px;}
	.footer-custom .icon-box-left {display:inline-block; text-align:center}
	.footer-custom .icon-box-img {width:100%; max-width:unset}
	.footer-custom .icon-box-img img {max-width:80px; margin-bottom:10px;}
	.footer-custom .icon-box-text {width:100%; padding-left:0px !important}
	
	body {font-size:14px;}
	.side-text {left:15px;}
	#content section {padding-right:0px; margin-bottom:60px;}
	.landing-bg img {width:100%; max-width:350px}
	.landing-luggage {width:60%; max-width:220px;}
	.mobile-home-title {font-family: "AauxNextSemiBold", sans-serif; color:#ccb69f; text-transform:uppercase; font-size:24px; text-align:left; line-height:1.3}
	.mobile-landing-price {text-align:right; line-height:1.3; margin-top:15px; color:#132a49;}
	.mobile-landing-price > div {padding-right:80px; font-size:15px}
	.mobile-landing-price > span {display:block; font-family: "AauxNextSemiBold", sans-serif; font-size:22px;}
	.mobile-home-text {width:80%; text-align:left; line-height:1.4; color:#ccb69f; margin-top:30px; font-size:16px}
	.button-bar {display:flex; justify-content:flex-end; margin-top:30px;}
	.feature-counter {width:100%; margin-top:5px; margin-bottom:30px;}
	.feature-counter > a {font-family: "AauxNextSemiBold", sans-serif; width:27px; height:27px; padding-top:2px;}
	.feature-bg {padding:70px 0px;}
	.feature-text {color:#132a49;}
	.feature-number {text-align:left; font-size:24px; margin-bottom:0px;}
	.dimension-size {margin-top:10px; margin-bottom:20px}
	.dimension-size > a > div {padding:5px 17px 3px 17px}
	.dimension-box {max-width:unset; padding:0px;}
	.dimension-bg {position:relative; display:inline-block}
	.dimension-product {width:100%; top:50%; transform: translate(-50%, -50%);}
	.dimension-color {margin-top:40px;}
	.dimension-color > a {margin-left:10px; margin-right:10px;}
	.dimension-color > a:last-child{margin-right:10px;}
	.mobile-dimension-text {color:#b7b7b7; text-align:left; margin-top:20px; font-size:20px; font-weight:bold}
	.gallery-box {width:100%; padding:0px; margin-bottom:40px}
	.home-spec-text-1 {font-size:24px; margin-bottom:10px; color:#ccb69f; font-family:"AauxNextSemiBold"}
	.home-spec-image {margin-bottom:100px; padding:20px 0px;}
	#home-spec-slider {padding: 70px 40px;}
	#home-spec-slider .flickity-page-dots {width:100%; left:0px; bottom:-50px}

	.product-page header .stuck .logo img {filter:unset}
	.product-info {order:2; padding:0px 30px; padding-left:50px; margin-top:30px; max-width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%;}
	.product-gallery {order:1; max-width: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%;}
	.product-images {margin: 0px !important; }
	.product-images .flickity-prev-next-button {left:10px;}
	.product-images .flickity-page-dots {right:0px;}
	.product-bg {width:100%}
	.product-button-bar {display:inline-block}
	.product-button-bar .buy-text, .product-button-bar .preorder-text {width:100%;}
	.product-button-bar .buy-button, .product-button-bar .preorder-button {width:100%; text-align:left; margin-top:10px;}
	
	.quantity-box {justify-content:flex-start}
	section.about-page {margin-bottom:30px;}
	.about-founder-title {font-size:40px;}
	.about-promise-title {font-size:28px; margin-bottom:15px;}
	.about-promise-text {margin-top:25px;}
	.about-buss-legend-bar {justify-content: flex-start; padding-bottom:15px;}
	.about-buss-legend-bar > span {margin-left:0px;}
	
	.popup-msg {background-image: linear-gradient(to bottom, #304461, #142A4B); width:85%; padding:30px; line-height:1.3;}
	.popup-msg .popup-close {top:-20px; right:-20px; padding-top:3px;}
	.popup-form-box {padding:0px;}
	.popup-overflow {max-height:500px; overflow:auto; overflow-x:hidden;}
	.popup-overflow > .row {margin:0px !important;}
	.popup-form-text {padding:30px 35px; border-bottom:1px solid #FFF; border-right:0px}
	.popup-form-field {padding:30px 35px;}

	.home-popup.popup-msg {background: unset; padding: 0px; width: 100%; max-width:400px}
	.home-popup.popup-msg .popup-close {top:15px; right:15px; padding-top:3px;}
	
	.shop-box {padding-left:0px !important}
	.shop-color {margin-top:20px;}
	
	.product-desc {display:none;}
	.product-desc-mobile {display:inline-block; width:100%; padding-left:0px; margin: 25px 0px -10px 0px; background:#FFF; position:relative;}
	
	section.fullpage > .col {padding-left:0px; padding-right:0px}
	.gallery-page-box > p {width:80%; margin-left:auto; margin-right:auto; font-size:14px;}
	.gallery-page-box div, .gallery-page-box a {line-height:0; font-size:0px;}
	.gallery-page-image {width: 100%;}
	.gallery-image-box {max-width:unset; margin:1px; width: calc((100% - 4px) / 3);}
	.gallery-image-box:first-child, .gallery-image-box:nth-child(4n) {margin-left:0px;}
	.gallery-image-box:nth-child(3n) {margin-right:0px}
	.gallery-page-image > a {width:150px; height:150px; margin:1px;}
}

@media only screen and (max-width:760px)
{
	footer .absolute-footer {text-align:center}
	footer .absolute-footer .pull-left, footer .absolute-footer .pull-right {float:none}
	footer .absolute-footer ul li a {margin-bottom:5px;}
	
	.navigation {padding:0px 10px 20px 0px;}
	.navi {width:50%;}
	.total-box {width:70%}
			
	.footer-row-left {width:30%;}
	.footer-row-right {width:70%}
}

@media only screen and (max-width:549px)
{
	img {height:auto !important}
	h1 {font-size:22px;}
	h2, h3 {font-size:19px;}
	
	.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {width:80%}
	
	.footer-custom .col {padding-bottom:15px; }
	footer .button.is-outline, footer input[type="submit"].is-outline, footer input[type="reset"].is-outline, footer input[type="button"].is-outline {width:100%; margin-right:0px}
	.footer-box {font-size:14px;}
	footer .footer img {width:70px;}
	h3 > span {font-size:24px; max-width:200px; display:inline-block}
	
	#top-banner #top-banner-title {font-size:26px;}
	#top-banner.top-banner-category #top-banner-box {display:inline-block}
	#top-banner.top-banner-category #top-banner-title {display:inline-block; width:90%; margin-bottom:20px; left:5%; font-size:40px}
	#top-banner.top-banner-category #top-banner-text {display:inline-block; width:90%; right:unset; left:5%; font-size:14px;}
	
	.navi {width:100%;}
	.product-info {padding:0px 20px;}
	.product-desc-mobile {padding-left:0px;}
		
	/*** TABLE LISTING ***/
	.total-box {width:100%}
	.button-box .button {width:100%;}
	.button-box > div:first-child {padding-bottom:10px;}
	/*** END TABLE LISTING ***/

	/*** OTHERS ***/
	.iframe-box {padding-top:100%;}
	.col-plr50-pb20 { padding:0px 15px 20px; }
	.row .section {padding:20px 0px; padding-left:0px; padding-right:0px}
	/*** END OTHERS ***/
	
	.g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0; margin-bottom:0px !important}
	
	.mobile-footer-menu .footer-row .social-icons a {margin:0px 10px 6px 10px}
}

@media only screen and (max-width:350px)
{
	.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {width:100%;}
	.mobile-footer-menu .footer-row .social-icons a {margin:0px 5px 6px 5px}
	.button-bar div.buy-button > a {padding-left:13px; padding-right:13px;}
}