@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,700i');
body * {
	font-weight: 300;
	letter-spacing: 0.2px;
}
body {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(0, 0, 0, 1) /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: #949494 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #201a18 /*{link-text-hover-colour}*/;
	text-decoration: none;
    /* Firefox */
    -moz-transition: all 100ms ease-in;
    /* WebKit */
    -webkit-transition: all 100ms ease-in;
    /* Opera */
    -o-transition: all 100ms ease-in;
    /* Standard */
    transition: all 100ms ease-in;
}
.text-danger {
	color: #d21f3c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
{
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif /*{headers-font-family}*/;
	color: #201a18 /*{headers-colour}*/;
	font-weight: 400 !important;
    line-height: 1.5em;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a,
.h5 > a,
.h6 > a {
	color: #201a18 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color:  /*{carousel-text-colour}*/;
}
h1,
.h1 {
	font-size: 36px /*{header-1-font-size}*/;
}
h2,
.h2 {
	font-size: 30px /*{header-2-font-size}*/;
}
h3,
.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.btn-lg {
    border-radius: 4px;
}
.input-lg {
	height: 50px;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 14px 20px;
    font-size: 15px;
}
.form-control,
.thumbnail {
	border-color: #eee;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #201a18;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #201a18;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #201a18;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #201a18;
}
.form-control:focus {
	border-color: #eee;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn {
	font-weight: 300 !important;
	text-transform: uppercase;
}
.btn:hover,
.btn:focus {
}
.btn-default {
	color: #e5e5e5 /*{btn-default-text-colour}*/;
	background-color: #7d7d7d /*{btn-default-bg-colour}*/;
	border-color: #7d7d7d /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #ffffff /*{btn-default-text-colour-hover}*/;
	background-color: #201a18 /*{btn-default-bg-colour-hover}*/;
	border-color: #201a18 /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #eeeeee /*{btn-default-disabled-bg-colour}*/;
	border-color: #eeeeee /*{btn-default-disabled-border-colour}*/;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-radius: 4px;
}
.btn-primary {
	color: #333333 /*{btn-primary-text-colour}*/;
	background-color: #ffffff /*{btn-primary-bg-colour}*/;
	border-color: #eeeeee /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #333333 /*{btn-primary-text-colour-hover}*/;
	background-color: #eeeeee /*{btn-primary-bg-colour-hover}*/;
	border-color: #eeeeee /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #eeeeee /*{btn-primary-disabled-bg-colour}*/;
	border-color: #eeeeee /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #f0ad4e /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #ed9c28 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #428bca /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d9534f /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #d2322d /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d9534f /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #201a18 /*{btn-success-bg-colour}*/;
	border-color: #201a18 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #080606 /*{btn-success-bg-colour-hover}*/;
	border-color: #080606 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #080606 /*{btn-success-disabled-bg-colour}*/;
	border-color: #080606 /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #5bc0de /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #39b3d7 /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #5bc0de /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
	background-color:  /*{breadcrumb-background-colour}*/;
	padding: 0;
    text-transform: uppercase;
    font-size: 11px;
}
.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #201a18 /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #dddddd /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #949494 /*{pagination-text-colour-hover}*/;
	background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
	border-color: #dddddd /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff /*{pagination-text-colour-active}*/;
	background-color: #201a18 /*{pagination-bg-colour-active}*/;
	border-color: #201a18 /*{pagination-border-colour-active}*/;
}
.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d21f3c /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #b3132d /*{label-danger-bg-hover}*/;
}
.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
	border-color: #eeeeee /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #201a18 /*{panel-header-text-colour}*/;
	background-color: #eeeeee /*{panel-header-bg-colour}*/;
	border-color: #eeeeee /*{panel-header-border-colour}*/;
}
.panel-title,
.panel-title > a {
	color: #201a18 /*{panel-header-text-colour}*/;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #eeeeee /*{panel-border-colour}*/;
}
.save {
	color: #d9534f /*{sale-colour}*/;
}
.productsave {
	color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: #201a18 /*{navbar-default-link-colour}*/;
	font-weight:  400;
}
.navigation-list li a {
	color: #201a18 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a {
	color: #949494 /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #201a18 /*{navbar-default-link-colour}*/;
	border-bottom-color: #201a18 /*{navbar-default-link-colour}*/;
}
.nav .caret {
	border-top-color: #201a18 /*{navbar-default-link-colour}*/;
	border-bottom-color: #201a18 /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #201a18 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #949494 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	color: #949494 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
	border-top: 1px solid #949494;
}
.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
	font-weight:  300;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}
/*HEADER*/
.top-header {
    margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	background-color: #201a18;
}
.top-header .list-social {
	margin: 2px 0;
}
.top-header .list-social * {
	font-size: 12px;
	text-transform: uppercase;
}
.top-header .list-social .fa {
	color: #fff;
	font-size: 14px;
}
.top-header .list-social > li {
    padding-left: 2px;
    padding-right: 2px;
	position: relative;
}
.top-header .nav > li:first-child:before {
	content: none;
}
.top-header .nav > li:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 12px;
    height: 15px;
    border-left: 1px solid #424140;
}
.top-header .nav > li > a {
	color: #fff;
	border-radius:  0;
}
.top-header .nav > li > a:hover,
.top-header .nav > li > a:focus,
.top-header .list-social li a:hover .fa,
.top-header .list-social li a:focus  .fa {
	color: #949494;
	background-color:  transparent;
}
.header-search,
#header-cart {
	margin-top: 30px;
}
.header-curr-menu .btn,
.header-search .btn {
	font-size: 16px;
}
.header-curr-menu .btn,
.header-search .btn,
.wrapper-header .form-control {
	height: 40px;
	border-radius: 4px;
}
.header-search {
	max-width: 267px;
}
.header-search .input-group-btn .btn {
	margin-left: -4px;
    border-radius: 4px;
}
.wrapper-logo img {
	max-width: 165px;
}
.top-right-btns > div {
	display: inline-block;
}
.header-curr-menu {
	margin-right: 5px;
}
.header-curr-menu > a {
}
.header-curr-menu > a .fa-angle-down {
	font-size: 13px;
}
#wrap-curr-flag,
#wrap-curr-flag-mob {
    height: 16px;
    padding-left: 32px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
    background: url(../img/flag-curr.png) no-repeat;
    background-size: 25px 253px;
    vertical-align: top;
}
.currselect {
	display: none;
}
#wrap-curr-flag:after {
	top: -3px;
    position: relative;
    font-size: 13px;
}
.currency-flag-AUD {
	background-position: 0 0 !important;
}
.currency-flag-AUD:after {
    content: 'AUD';
}
.currency-flag-USD {
	background-position: 0 -17px !important;
}
.currency-flag-USD:after {
	content: 'USD';
}
.currency-flag-EUR {
	background-position: 0 -34px !important;
}
.currency-flag-EUR:after {
	content: 'EUR';
}
.currency-flag-GBP {
	background-position: 0 -51px !important;
}
.currency-flag-GBP:after {
	content: 'GBP';
}
.currency-flag-JPY {
	background-position: 0 -68px !important;
}
.currency-flag-JPY:after {
	content: 'JPY';
}
.currency-flag-CAD {
	background-position: 0 -85px !important;
}
.currency-flag-CAD:after {
	content: 'CAD';
}
.currency-flag-CHF {
	background-position: 0 -102px !important;
}
.currency-flag-CHF:after {
	content: 'CHF';
}
.currency-flag-DKK {
	background-position: 0 -119px !important;
}
.currency-flag-DKK:after {
	content: 'DKK';
}
.currency-flag-INR {
	background-position: 0 -136px !important;
}
.currency-flag-INR:after {
	content: 'INR';
}
.currency-flag-NZD {
	background-position: 0 -153px !important;
}
.currency-flag-NZD:after {
	content: 'NZD';
}
.currency-flag-SGD {
	background-position: 0 -170px !important;
}
.currency-flag-SGD:after {
	content: 'SGD';
}
.currency-flag-MYR {
	background-position: 0 -187px !important;
}
.currency-flag-MYR:after {
	content: 'MYR';
}
.currency-flag-CNY {
	background-position: 0 -204px !important;
}
.currency-flag-CNY:after {
	content: 'CNY';
}
.currency-flag-NOK {
	background-position: 0 -221px !important;
}
.currency-flag-NOK:after {
	content: 'NOK';
}
.currency-flag-SEK {
	background-position: 0 -238px !important;
}
.currency-flag-SEK:after {
	content: 'SEK';
}
.currency-flag-PHP {
	background-position: 0 -255px !important;
}
.currency-flag-PHP:after {
	content: 'PHP';
}
#header-cart {
	z-index: 99;
	font-size: 18px;
}
#header-cart > .btn {
	position: relative;
	font-size: 18px;
}
#header-cart .cart-count {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
    padding: 3px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    background-color: #949494;
    border-radius: 50%;
}
.nsearchinput-pl.well {
	left: auto;
    right: 0;
    margin-top: 39px !important;
    box-shadow: none;
    border-top: none;
    border: 1px solid #eeeeee;
    text-align: left;
}
.women_image {
    height: 450px;
    object-fit: cover !important;
}.container.landing_container .testimonial {
    padding: 30px;
}
@media (min-width: 1200px) {
    #new_footer .container{
        width:84%;
    }
    .about_sec .about_child:nth-child(2){
        width:45%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    h1.testimonial_text{
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .women_image {
    height: 280px;
}
}
@media (max-width: 767px) {
      
  .instagram-feed #instafeed a {
    width: 50%;
    padding: 0 10px 20px;
   }
    .banner .banner_child:nth-child(1) h1{
        font-size: 36px !important;
    } 
    .banner_section{
        width:80%;
    }
    .banner, .banner_section {
    height: 300px;
    }
    .banner_section{
        width:100% !important;
    }
    #new_footer .padding_none .col-xs-12.col-sm-4, #new_footer .padding_none .new-text-center {
    text-align-last: center!important;
    }
    .new-mobile-dropdown > li a {
    color: #fff!important;
    }
    .new_topbar_social_icon {
    text-align: center;
    }
    .new-navbar-header i.fa {
    color: #fff;
    }
    .new-navbar-header {
    padding-top: 10px;
    }
    .new-navbar-header .navigation-list li a {
    color: #fff;
    }
	.top-header {
		text-align: center;
	}
	.top-header .nav-pills {
		width: 100%;
	}
	.top-header .nav-pills > li {
		float: none;
		display: inline-block;
	}
	.top-header .nav-pills > li a {
		padding: 10px 7px;
		font-size: 12px;
	}
	.header-search {
		margin: 0 auto;
	}
}
/** Nav **/
.wrapper-nav {
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.wrapper-nav .navbar-default {
    min-height: 0;
    margin-bottom: 0;
	border: none;
	background-color: transparent;
}
.wrapper-nav .navbar-nav {
	width: 100%;
	text-align: center;
}
.wrapper-nav .navbar-nav > li {
	float: none;
	display: inline-block;
}
.wrapper-nav .navbar-nav > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 0;
    padding-left: 0;
	margin-bottom: -1px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav > li > a span {
	font-weight: 400;
}
.wrapper-nav .navbar-nav > li:hover > a,
.wrapper-nav .navbar-nav > li:focus > a,
.wrapper-nav .navbar-nav > li > a:hover,
.wrapper-nav .navbar-nav > li > a:focus {
	border-bottom: 1px solid #949494;
}
.wrapper-nav .menu-products.dropdown {
	position: static;
}
.wrapper-nav .menu-products .dropdown-menu {
	width: 100%;
    margin-top: 1px;
	padding: 0 15px;
	top: auto;
	border-radius: 0;
	border: 1px solid #eeeeee;
    border-top: none;
}
.drop-menu-conts {
	position: relative;
	margin: 0 -15px;
}
.wrap-sub-categ {
	width: 83%;
	padding: 25px 5px;
	float: left;
}
.wrapper-nav .column {
	width: 25%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	padding: 0 15px;
}
.wrap-rec-item {
	width: 17%;
	float: left;
    padding: 0;
}
.wrap-rec-item:after {
	content: '';
	background: #f2f2f2;
	border-left: 1px solid #eeeeee;
	display: block;
	position: absolute;
	top: 0;
	width: 17%;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.wrap-rec-item .wrapper-thumbnail {
	width: 100%;
	padding: 0;
}
.wrap-rec-item .thumbnail {
	padding: 0;
	border: none;
	background: none;
}
.wrap-rec-item .thumbnail img {
	margin-left: 1px;
}
.wrap-rec-item .thumbnail .caption {
    padding: 15px;
	text-align: center;
}
.wrap-rec-item .thumbnail .caption h3 {
	height: auto;
}
.wrap-rec-item .caption .price {
	height: auto;
}
.wrap-rec-item .caption .price span {
    font-size: 20px;
	color: #111;
}
.wrap-rec-item .caption .price span.text-muted {
    position: relative;
    top: -2px;
    text-decoration: line-through;
    color: #777777;
    font-size: 14px;
}
.wrap-rec-item .caption .btn {
    display: block;
    margin-top: 10px;
    padding: 9px 10px;
    font-size: 15px;
    white-space: normal;
    height: auto;
}
.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrapper-nav .column a {
	padding: 4px 0;
	display: block;
	color: #111;
	font-size: 13px;
}
.wrapper-nav .column .lv2-li > a {
	padding: 6px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #201a18;
	font-weight: 400;
}
.wrapper-nav li.menu-li.lv2-li > ul {
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    top: -3px;
}
.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #949494;
}
@media (max-width: 1199px) {
    #landing_header .wrapper-nav .navbar-nav>li>a{
        margin:0px 8px;
    }
	.wrapper-nav .nav > li > a {
	}
	.wrap-rec-item .caption .btn {
		font-size: 12px;
	}
}
@media (max-width: 991px) {
	.wrapper-nav .nav > li > a {
		font-size: 13px;
	}
	.wrap-sub-categ {
		width: 80%;
	}
	.wrap-rec-item {
		width: 20%;
	}
	.wrap-rec-item:after {
		width: 20%;
	}
	.wrap-rec-item .thumbnail {
		padding: 0px;
	}
	.wrap-rec-item .thumbnail .caption h3 {
		font-size: 13px;
	}
	.wrap-rec-item .caption .price {
		font-size: 14px;
	}
	.wrap-rec-item .caption .price span {
		font-size: 16px;
	}
	.wrap-rec-item .caption .price span.text-muted {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.wrapper-nav .navbar-nav {
    	margin: 0;
		text-align: left;
	}
	.wrapper-nav .navbar-nav > li {
		float: none;
		display: block;
	}
	.wrapper-nav .navbar-nav > li > a {
		margin-left: 0;
		margin-right: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.wrapper-nav .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
    	border-top: 1px solid #eeeeee;
	}
	.navigation-list li {
    	width: 23.5%
	}
	.viewby .btn {
		font-size: 12px;
	}
}
/*FOOTER*/
.wrapper-footer {
	margin-top: 2.5em;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	color: #fff;
	background-color: #909090;
}
.wrapper-footer hr {
	border-color: #a2a2a2;
}
.wrapper-footer h4,
.wrapper-footer a {
	color: #fff;
}
.wrapper-footer h4 {
	margin-bottom: 16px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.wrapper-footer h4 + .nav.nav-pills.nav-stacked {
    margin-left: 0;
	margin-top: -14px;
}
.wrapper-footer form {
	margin: 0 auto 10px;
	max-width: 326px;
}
.wrapper-footer form .form-control,
.wrapper-footer form .btn {
	height: 40px;
}
.footer-contact {
	list-style: none;
	padding: 0;
}
.footer-contact li {
	list-style: none;
	margin: 0;
}
.footer-contact li .fa {
	margin-right: 4px;
}
.wrapper-footer .list-social li {
	padding-left: 1px;
	padding-right: 1px;
}
.wrapper-footer .list-social li a {
	margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 39px;
    color: #fff;
    font-size: 16px;
}
.wrapper-footer .list-social li .fa {
	color: #fff;
}
.wrapper-footer hr {
	height: auto;
    margin: 20px 0 35px;
	border-color: #a2a2a2;
    display: block;
}
.wrapper-footer hr:before {
    content: ' ';
    position: absolute;
	width: 37px;
	height: 7px;
    top: 17px;
    bottom: -5px;
    left: 50%;
	background: url(../img/div-style-footer.png);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.wrapper-footer .nav-pills a {
	margin: 8px 0;
	padding: 0;
	font-size: 13px;
}
.wrapper-footer .nav-pills a:hover,
.wrapper-footer .nav-pills a:focus {
	background-color:  transparent;
	color: #201a18;
}
.col-footer-payment {
	text-align: right;
}
.col-footer-payment .payment-icon-container {
	background-color: transparent;
}
.col-footer-payment .payment-icon-container .payment-icon {
	/*filter: brightness(0) invert(1);*/
    background-image: url(../img/paymenticons-2.svg);
}
.col-footer-payment .payment-icon-container.payment-icon-diners {
    height: 16px;
    background-position: 0px -198px;
}
.col-footer-payment address {
	font-weight: 300;
	font-size: 12px;
}
@media (max-width: 767px) {
	.wrapper-footer {
		margin-top: 1em;
		padding-top: 1.5em;
    	padding-bottom: 10px;
	}
	.wrapper-footer h4 {
		margin-top: 10px;
	}
	.wrapper-footer hr {
		margin-bottom: 20px;
	}
	.col-footer-payment {
		text-align: center;
	}
	.col-footer-payment address {
		margin-top: 15px;
	}
}
/*Thumbnail*/
.thumbnail .caption h3 a,
.thumbnail .caption .h3 a,
.thumbnail .caption .name {
	color: #111111;
}
.thumbnail .sale-badge,
.panel-thumbnail .sale-badge {
	width: 52px;
	height: 52px;
	padding: 11px 10px;
	font-size: 11px;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	border-radius: 50%;
	z-index: 3;
}
.savings-container {
	z-index: 3;
}
.panel-thumbnail .sale-badge {
    top: -25px;
    left: -15px;
}
.thumbnail .product-wishlist {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
.panel-thumbnail .product-wishlist {
	margin-top: 5px;
	font-size: 12px;
}
.thumbnail .nSwatch {
    margin: 0;
    height: 15px;
    width: 15px;
}
.panel-thumbnail .nSwatch {
    height: 20px;
    width: 20px;
}
.colouropt-wrap {
	min-height: 15px;
    height: 15px;
    margin-bottom: 5px;
    overflow: hidden;
}
.colouropt-wrap a.thumbnailVariation {
  margin: 0;
  height: 15px;
  width: 15px;
  overflow: hidden;
  display: inline-block;
  color: #3d3747;
  border: 2px solid #eee;
	border-radius: 2px;
}
.colouropt-wrap a.thumbnailVariation:hover,
.colouropt-wrap a.thumbnailVariation:focus {
  text-decoration: none;
  border: 2px solid #d21f3c;
}
.thumbnail .colouropt-wrap a.thumbnailVariation {
	border-width: 1px !important;
}
.thumbnail .with-altimg .product-image,
.panel-thumbnail .with-altimg .product-image {
  position: relative;
  z-index: 1;
  opacity: 1;
width: 100%;
}
.thumbnail .with-altimg .bottomimg,
.panel-thumbnail .with-altimg .bottomimg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.panel-thumbnail .thumbnail-image .product-image {
	width: 100%;
}
.thumbnail .with-altimg:hover .product-image,
.thumbnail .with-altimg:focus .product-image,
.panel-thumbnail .with-altimg:hover .product-image,
.panel-thumbnail .with-altimg:focus .product-image {
  opacity: 0;
}
.thumbnail .with-altimg:hover .bottomimg,
.thumbnail .with-altimg:focus .bottomimg,
.panel-thumbnail .with-altimg:hover .bottomimg,
.panel-thumbnail .with-altimg:focus .bottomimg {
  opacity: 1;
}
.wrapper-thumbnail-featured .colouropt-wrap {
	height: auto;
}
.wrapper-thumbnail-featured .colouropt-wrap a.thumbnailVariation,
.wrapper-thumbnail-featured .colouropt-wrap a.thumbnailVariation > div {
	width: 38px;
	height: 38px;
}
/*Category Page*/
.category-banner {
	margin-top: -20px;
	margin-bottom: 25px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.category-banner img {
	width: 100%;
	height: 250px;
    background-color: rgba(32, 26, 24, .2);
}
.category-banner .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	text-align: center;
}
.category-banner .caption .breadcrumb {
	margin-bottom: 10px;
}
.category-banner h1 {
	color: #fff;
    font-weight: 300 !important;
	text-transform: uppercase;
	border: none;
}
/*HOME PAGE*/
#homepageCarousel {
	margin-top: -20px;
	margin-bottom: 20px;
}
.carousel-control {
	width: 60px;
	background-image: none !important;
    opacity: 1;
	filter: alpha(opacity=100)!important;
}
.carousel-control .btn {
	height: 40px;
    width: 35px;
    padding: 9px 12px;
    position: absolute;
    top: 46%;
    z-index: 5;
    display: inline-block;
}
.carousel-control.left .btn {
    right: 0;
    left: auto;
}
.carousel-control.right .btn {
    left: 0;
    right: auto;
}
.carousel-control .fa {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    display: inline-block;
}
#homepageCarousel .carousel-caption {
	bottom: 18%;
	text-shadow: none !important;
}
.slider-banner-item {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center;
}
.slider-banner-item img {
	width: 100%;
	height: 450px !important;
	background-color: rgba(32, 26, 24, .30);
	color: rgba(32, 26, 24, .30);
}
.carousel-caption h2,
.carousel-caption .h3 {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 300 !important;
}
.carousel-caption p {
	margin-bottom: 0;
	font-size: 14px;
}
.carousel-caption .btn {
    height: 40px;
    padding-top: 10px;
	margin-top: 10px;
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.carousel-caption .btn .fa {
	margin-left: 3px;
}
.carousel-caption .btn:hover,
.carousel-caption .btn:focus {
	background-color: #fff;
	color: #201a18;
}
.homepage-content-wrapper {
	float: none;
	margin: 0 auto;
}
#homepage-content {
	text-align: center;
}
#homepage-content > h1,
.title-style {
    margin-top: 40px;
    margin-bottom: 20px;
	position: relative;
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
}
#homepage-content > h1:before,
.title-style:before {
    content: ' ';
    position: absolute;
    width: 99px;
    height: 8px;
    top: -20px;
    bottom: -5px;
    left: 50%;
    background: url(../img/div-grey.jpg);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.featured-product .title-style:before {
    background: url(../img/div-white.jpg);
}
.title-style a {
    margin: 5px 0 20px;
	display: block;
	font-size: 14px;
	color: #767676;
	text-transform: none;
}
#homepage-content p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.usps-wrapper {
	margin: 30px 0;
	padding: 20px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.usp-wrapper img {
	max-width: 74px;
}
.usp-wrapper .usp-text-wrapper {
	padding-left: 0;
}
.usp-wrapper h5 {
	font-size: 13px;
	line-height: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}
.category-thumbnail {
	margin-bottom: 15px;
	position: relative;
}
.category-thumbnail > a.image {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.category-thumbnail > a.image img {
	width: 100%;
	height: 245px;
	display: block;
	background-color: rgba(32, 26, 24, .2);
}
.category-thumbnail .headline {
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.wrapper-thumbnail-featured .product-image {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.category-thumbnail .headline a {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
.category-thumbnail:hover a.image img,
.category-thumbnail:focus a.image img {
	background-color: rgba(32, 26, 24, .0);
    /* Firefox */
    -moz-transition: all 100ms ease-in;
    /* WebKit */
    -webkit-transition: all 100ms ease-in;
    /* Opera */
    -o-transition: all 100ms ease-in;
    /* Standard */
    transition: all 100ms ease-in;
}
.featured-product {
	margin: 1.5em 0;
	padding: 2em 0;
	background-color: #f2f2f2;
}
.wrapper-thumbnail-featured .caption {
	margin-top: 1.5em;
}
.wrapper-thumbnail-featured .caption h3 {
	font-size: 20px;
}
.wrapper-thumbnail-featured .caption h3 a {
	color: #201a18;
}
.wrapper-thumbnail-featured .caption h4 {
	margin-top: -5px;
	color: #777;
}
.wrapper-thumbnail-featured .price {
	height: auto;
	margin-bottom: 20px;
}
.wrapper-thumbnail-featured .price > * {
	margin-right: 5px;
	font-size: 18px;
}
.wrapper-thumbnail-featured .price .main-price {
	font-size: 32px;
}
.wrapper-thumbnail-featured .price .text-muted span {
	text-decoration: line-through;
}
.wrapper-thumbnail-featured .price {
}
.nSwatch {
    margin: 0 4px 0 0;
    border-radius: 4px;
	border: 1px solid #ddd;
    height: 38px;
    width: 38px;
    display: inline-block;
}
.nColourList {
    margin: 0 0 5px;
    min-height: 25px;
}
.wrapper-thumbnail-featured .nColourList {
    min-height: 0;
}
.wrapper-thumbnail-featured .buying-options,
.wrapper-thumbnail-featured .product-wishlist {
	display: inline-block;
	margin-right: 10px;
}
.wrapper-thumbnail-featured .short-desc {
    margin-bottom: 15px;
    display: block;
	font-size: 13px;
}
.wrapper-thumbnail-featured .sale-badge {
	width: 75px;
    height: 75px;
    padding: 15px 10px;
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	border-radius: 50%;
}
.wrapper-thumbnail-featured .btn {
    padding: 17px 20px;
	margin-bottom: 10px;
}
.thumbnail-testimonial {
    padding: 1.2em;
	text-align: center;
}
.thumbnail-testimonial .fa {
	margin: 5px 0 15px;
	color: #949494;
	font-size: 18px;
}
.thumbnail-testimonial .testi-desc {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 13px;
}
.thumbnail-testimonial .testi-author {
	font-weight: 700;
	font-size: 13px;
}
@media (min-width: 768px) {
    
    .container {
    width: 100%;
    }
    #new_footer > .container > .row .padding_none {
    text-align-last: center;
}
	.slider-banner-item img {
	}
	.homepage-content-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 767px) {
	.slider-banner-item img {
		height: 350px !important;
	}
	.carousel-control.left .btn {
		right: auto;
		left: 5px;
	}
	.carousel-control.right .btn {
		left: auto;
		right: 5px;
	}
	.usp-wrapper {
		text-align: center;
	}
	.usp-wrapper h5 {
		margin-top: 10px;
    	height: 32px;
    	font-size: 12px;
	}
	.wrapper-thumbnail-featured .buying-options,
	.wrapper-thumbnail-featured .product-wishlist {
		display: block;
	}
	.wrapper-thumbnail-featured .btn {
		display: block;
	}
	.carousel-caption h2 {
		font-size: 18px;
	}
	#homepage-content > h1, .title-style {
		margin-top: 25px;
		font-size: 18px;
	}
	.wrapper-thumbnail-featured .sale-badge {
		width: 52px;
		height: 52px;
		padding: 11px 10px;
		font-size: 11px;
	}
	.wrapper-thumbnail-featured .btn {
		font-size: 13px;
		padding: 10px 20px;
	}
	.thumbnail-testimonial {
		padding: .5em;
	}
	.thumbnail-testimonial .fa {
		margin: 5px 0;
	}
}
/*INSTAFEED*/
.instagram-feed {
  padding-bottom: 0px;
}
.instagram-feed #instafeed a {
  position: relative;
  margin: 0;
  padding: 0 10px;
  float: left;
  display: block;
  width: 16.66%;
}
.instagram-feed #instafeed a:hover .likes {
  opacity: 1;
}
@media (max-width: 991px) {
  .instagram-feed #instafeed a {
    width: 33.33%;
    padding: 0 10px 20px;
  }
}

.instagram-feed #instafeed a img {
    width: 100%;
    height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    border: 1px solid #eee;
    border-radius: 4px;
}
.instagram-feed #instafeed a .instawrap {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
}
/*Product Page*/
.wrapper-product-title {
	margin-bottom: 10px;
}
.wrapper-product-title h1 {
    margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
}
.wrapper-product-title h3 {
	font-size: 22px;
}
.wrapper-pricing .productpricetext {
	font-weight: 400;
}
.nSwatchProduct {
    height: 35px;
	width: 35px;
	display: block;
}
.nColourSwatch._itmspec_lnk {
    display: inline-block;
    margin-right: 7px;
    padding: 0;
	border: 2px solid #eee;
	border-radius: 4px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding: 0px;
	border-color: #d21f3c;
}
/*
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display: block;
    height: 35x;
    width: 35px;
    text-align: center;
    color: #201a18;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 26px/1 FontAwesome;
    line-height: 35px;
    z-index: 10;
}*/
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    /*opacity: .5;*/
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
	border-radius: 4px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #949494;
}
.buying-options .product-wishlist {
	margin-top: 15px;
}
.panel .btn-stack,
.buying-options .btn-stack {
    margin-left: -8px;
    margin-right: -8px;
}
.panel .btn-stack > div,
.buying-options .btn-stack > div {
    padding-left: 8px;
    padding-right: 8px;
}
#accordion .panel-default > .panel-heading {
	padding: 0;
}
#shipbox h4 {
	margin-top: 0 !important;
}
#accordion .panel-title > a {
	display: block;
    padding: 10px 15px;
	color: #ffffff;
    background-color: #7d7d7d;
    border-color: #7d7d7d;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#accordion .panel-title > a.collapsed {
    color: #201a18;
    background-color: #eeeeee;
    border-color: #eeeeee;
	border-radius: 4px;
}
.product-xs-btns .btn {
    margin-bottom: 5px;
}
#accordion .panel-title > a:before {
	margin-right: 5px;
    margin-left: -5px;
	font-family: 'FontAwesome';
	color: #fff;
	content: '\f139';
}
#accordion .panel-title > a.collapsed:before {
	content: '\f13a';
	color: #201a18;
}
#accordion .panel-title > a:before {
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width: 1199px){
   
}
@media (min-width: 768px) and (max-width: 991px){
    .popular_product{
       grid-template-columns:1fr 1fr 1fr !important;
    }
	.product-xs-btns {
		text-align: center !important;
	}
}
@media (max-width: 767px) {
	.product-xs-btns {
		text-align: center !important;
	}
}
/*Sidebar*/
#left-sidebar .list-group-colour {
	margin-bottom: 10px;
}
#left-sidebar .filter-colour {
  	display: inline-block;
    display: inline-block;
    padding: 0px 0px 0 8px;
    margin-left: -1.2px;
    margin-bottom: 5px;
}
#left-sidebar .filter-colour a.list-group-item:hover {
  border: 1px solid #f04900;
}
#left-sidebar .list-group li + .filter.filter-colour a {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdce2;
}
#left-sidebar .list-group li + .filter.filter-colour a:before {
  content: '';
}
/*Popup*/
.successaddmessage .btn {
	font-size: 13px !important;
}
/*Category Page*/
.readmore-btn {
	margin-top: 10px;
}
.readmore-btn .btn-primary {
	display: none;
}
.readmore-btn .btn-primary.collapsed {
	display: inline-block;
}
.readmore-btn .btn-default.collapsed {
	display: none;
}
.readmore-btn .btn-default {
	display: inline-block;
}
.usp-text-wrapper a {
    color: #201a18;
}
.caption .price {
    height: 42px;
}

/*******css for landing home *******/


 .leather_container{
    max-width: 1200px;
    margin: auto;
}
.percentage_bar{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.percentage_bar h1{
    margin:0px;
    font-style: normal;
    color: #95C0CB;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;}
.banner{
        
        height: 500px;
}
.banner1{
    background: url(https://www.adorileatherretail.com.au/assets/webshop/cms/blackbanner.jpg);
    background-size: cover;
    background-position: center right;
}
.banner2{
    background: url(https://www.adorileatherretail.com.au/assets/webshop/cms/bannernew.jpg);
    background-size: cover;
    background-position: center right;
}
.banner3{
    background: url(https://www.adorileatherretail.com.au/assets/webshop/cms/newbannerthree.jpg);
    background-size: cover;
    background-position: center right;
}

.banner_section,
.about_sec{
        align-items: center;
        display: flex;
    }
.banner .banner_child{
        margin: 30px auto;
        color: #fff;
        width: 100%;
    }
.banner_child:nth-child(2) img{
    margin:auto;
        width: 500px;
    }
.banner .banner_child:nth-child(1) h1{
        text-transform: uppercase;
        text-align:left;
        font-weight: 800;
        font-size: 48px;
        line-height: 64px;
    }
    a.page_btn {
        margin: 20px 0px;
        text-decoration: none;
        display: block;
        padding: 12px 26px;
        background: #95C0CB;
        width: fit-content;
        color: #fff;
    }
.unique_tile{
        background: #95C0CB;
    }
.unique_tile_box, 
.leather_type_box{
    gap: 30px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.unique_box img{
        border-radius: 5px;
        margin: 20px 0px;
        padding: 13px;
        background-color: #fff;
    }
.unique_box{
        margin: 20px 0px;
    }
.unique_box p{
    text-align: center!important;
        font-size: 16px;
        color: #fff;
        line-height: 22px;
    }
.about_child {
    width: 50%;
    }
.about_sec .about_child:nth-child(2){
        padding: 30px;
    }
.about_sec .about_child:nth-child(2) p:nth-child(1){
        font-weight: 500;
        color: #455208;
        font-size: 20px;
        line-height: 30px;
    }
.about_sec .about_child:nth-child(2) h1{
    text-align:left;
        text-transform: uppercase;
        color: #18191F;
        font-weight: 800;
        font-size: 40px;
        line-height: 54px;
    }
.about_sec .about_child:nth-child(2) p{
        font-size: 18px;
        line-height: 32px;
    }
.about, .categories{
        margin: 70px 0px;
    }
h2.section_headings{
        text-align: center;
        padding: 50px 0 44px 0px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
    }
.categories{
    width: 98%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    }
.categories_child{
        border: 1px solid #0000001f;
        overflow: hidden;
        position: relative;
        width: auto;
        height: auto;
    }
.categories_child h2{
    font-weight: 500;
    text-transform: uppercase;
        width: 100%;
        font-size: 27px;
        line-height: 40px;
        text-align: center;
        color:#fff;
        top: 40%;
        position: absolute;
    }
.categories_child p{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        line-height: 18px;
        color:#fff;
        text-align: center;
        width: 100%;
        bottom: -10px;
        height: 16%;
        background: rgba(0, 0, 0, 0.514);
        position: absolute;
    }
.popular_product {
        row-gap: 30px;
    justify-content: center;
    display: grid;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
.hover_button{
        z-index: 1;
        left:50%;
        top:15%;
        position: absolute;
        transform: translateX(-50%);
    }
.hover_button a{
        display: none;
        margin: 10px 0px;
        opacity: 1;
        width:100%;
        text-decoration: none;
        font-size: 11px;
        line-height: 16px;
        padding: 10px 20px;
        color:#fff;
    }
.hover_button a:nth-child(1){
        background: #455208;

    }
.hover_button a:nth-child(2){
        background: #18191F;
    }
.product_child {
    background: #fff;
        position: relative;
        /*height: 300px;*/
        text-align: center;
        width: 100%;
    }
.product_child:hover {
    box-shadow: 0 0 21px 1px #00000030;
    }
.product_child:hover img{
        opacity:0.3;
    }
.product_child:hover .hover_button a{
    display: block;
}
.shop_now > .page_btn{
    display:inline-block;
    margin:30px auto;
}
.leather_type {
    margin-bottom: 200px;
    height: 270px;
    text-align: center;
    background: #33353B;
    color: #fff;
}
.leather_box{
    padding: 30px 0px;
    min-width: 200px;
    background-position: center center;
    height: 200px;
   }

.leather_box:nth-child(1){
    background: url(https://www.adorileatherretail.com.au//assets/webshop/cms/KANGAROO.jpg);
     background-size: cover;
}
.leather_box:nth-child(2){
    background: url(https://www.adorileatherretail.com.au//assets/webshop/cms/emutype.jpg);
     background-size: cover;
}
.leather_box:nth-child(3){
    background: url(https://www.adorileatherretail.com.au//assets/webshop/cms/OSTRICHP.jpg);
     background-size: cover;
}
.leather_box:nth-child(4){
    background: url(https://www.adorileatherretail.com.au//assets/webshop/cms/CROCODILE.jpg);
     background-size: cover;
}
.leather_type p {
    margin: 20px 0px 50px 0px;
}
.leather_box h1{
    color:#fff;
    margin:45px 0px;
}
.leather_container {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.testimonial_section .about_child:nth-child(2){
        padding: 0px 100px 0px 50px;
}
.landing_container {
    font-family: 'Inter', sans-serif;
    overflow:hidden;
    width: 100%;
    max-width: 100%;
    padding:0px;
    margin:auto;
    margin-top: -21px;
}
.landing_container .row{
    margin:0px;
}
.landing_container .col-xs-12.col-sm-12.col-md-10.homepage-content-wrapper{
    width:100%;
    padding:0px;
}

.about_child p {
    text-align-last: left!important;
}
#homepageCarousel{
    display:none;
}
.color {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}
.leather_box h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}
.color .clr {
    width: 10px;
    height: 10px;
}
.color .clr:nth-child(1){background:#000000;}
.color .clr:nth-child(2){background:#754E01;}
.color .clr:nth-child(3){background:#801414;}
.categories {
    gap: 30px;
}
.leather_type > h1 {
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    padding: 20px;
    margin: 0px!important;
}
p.product-head {
    text-align: center!important;
    font-weight: 600;
    font-size: 16px;
}
.banner_child p {
    text-align: left !important;
    text-align-last: left !important;
}
.usps-wrapper,
.category-advert-wrapper{
    display:none;
}
.new_landing_navbar .navbar-nav > li > a:hover{
    color:#fff;
    border:none;
}
.categories_child p {
    font-weight: 600;
}
.banner_section {
    width: 100%;
    margin: auto;
    height:500px;
}
.new-text-center {
    text-align-last: left;
}
.new-footer-contact{
    text-align:left;
}
#new_footer .container {
    width: 90%;
}
#new_footer .padding_none .col-xs-12.col-sm-4,
#new_footer .padding_none .new-text-center{
    text-align-last: left;

}.container_header {
    max-width: 1300px;
}
.new_header_cart i.fa.fa-user {
    color: #fff;
}
/********* New Landing Header *******/
.new_landing_navbar #header-cart{
    margin-top: 5px;
}
.new_landing_navbar #header-cart .btn-primary{
    color: #ffffff;
    background-color: #ffffff00 ;
    border:none;
}
.landing_navbar{
    background-color: #33353B;
}
.new_landing_navbar {
    display: flex;
}
.new_landing_navbar .navbar-nav > li > a{
    color:#fff;
}
.new-text-center{
    text-align: left;
}
#new_footer{
    background-color: #474a57;
}
#new_footer ul.list-inline.hidden-xs {
    text-align: center;
}
#new_footer button.btn.btn-success,
#new_footer input.form-control{
    background-color: #6C6E79;
    border: none;
}
.padding_none{
    padding:0px;
}
.new_header_cart .header-search {
    margin: 0px;
}
.new-footer-contact img {
    float: left;
    width: 17px;
    margin: 0px 10px 0px 0px;
    position: absolute;
    left: 0px;
}
.new-footer-contact li {
    margin: 18px 0px;
    position: relative;
    padding: 0 0 0 32px;
    }
#new_footer h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 34px;
}
.new-text-center input.form-control::placeholder,
.new-text-center input.form-control{
    color: #fff;
}
.new_fotter_icon .list-social li a{
    border-radius: 50%;
    width: 37px;
}
.top_head_contact p {
    font-weight: 500;
    text-align: left;
}
.new-row-padded{
    padding-top:30px;
}
.rectangle_line {
    border-radius: 10px;
    width: 1px;
    background: #C4C4C4;
    height: 55px;
}
.top_head_contact a {
    font-size: 20px;
    display: block;
    font-weight: 600;
    color: #1E1613;
}
.new_topbar_social_icon li {
    margin: 0px 2px;
    width: 40px;
    background: #95C0CB;
    height: 40px;
}
.new_topbar_social_icon i.fa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #fff;
    font-size:20px;
}
.new-currency-tab a.dropdown-toggle.btn.btn-primary {
    height: auto;
    border: none;
    padding: 0px;
}
.new-top-right-btns{
    display: flex;
    justify-content: end;
    gap: 20px;
}
.new-currency-tab span#wrap-curr-flag {
    margin: 4px 0px;
}
#landing_header .logo{
    margin:0px;
}
.new_navi_bar li:hover {
    background: #95C0CB;
}
.navbar-nav > li > a:hover{
    color:#fff;
    border:none;
} 
#search_input{
        width: 138px;
}
 .testimonial_section .about_child {
        position: relative;}
 h1.testimonial_text {
    position: absolute;
    font-size: 38px;
    bottom: 0px;
    right: 20px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
}    
/********* New Landing ************/
.populor_section, .leather_type {
    margin-top: 64px;
}
.landing_page_abtsec .about_child{
    width: 80%;
    margin: auto;
}
.landing_page_abtsec .about_child p {
    text-align-last: center!important;
}
.landing_page_abtsec .about_child a.page_btn {
    margin: auto;
}
.new_header_cart {
    width: 150px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}


/********** Media 1020px to 763px ***/
@media (min-width: 770px) and (max-width: 1020px){
    .women_image{height: 350px;}
    .top_head_contact a{
        font-size: 19px;
    }
.testimonial_section .about_child:nth-child(2) {
    padding: 0 60px 0 35px;
}
.about_sec .about_child p,
.about_sec .about_child h1{
    margin:0px !important;
}
.about_sec .about_child p{
    font-size: 16px !important;
    line-height: 26px !important;
}
.about_sec .about_child h1{
    font-size: 24px !important;
    line-height: 34px !important;
}
.about .container {
    width: 100%;
}
.about{
    margin: 15px 0;
}

h2.section_headings {
    margin: 60px 0 30px 0;
}

}
/**********media 770px   to   451px ************/

@media (min-width: 451px) and (max-width: 770px){
    .women_image { height: 290px;}
    .prev, .next{
        bottom: -45px;
    }
    .popular_product{
        grid-template-columns: 1fr 1fr;
    }
   
    .about_sec .about_child:nth-child(2){
            padding: 20px 20px 0;
    }
    .about_child p {
    line-height: 25px !important;
}
.about_child h1 {
    font-size: 22px!important;
    text-align: left;
    line-height: 10px !important;
}
 h1.testimonial_text {
    font-size: 32px!important;
    text-align-last: left!important;
    line-height: 40px!important;
   }
.testimonial_section .about_child:nth-child(2){
    padding:0px 30px !important;
}
    .about_sec{
        flex-direction: column;
    }
    .about_child{
        width:100%;
    }
    .leather_type_box{
        grid-template-columns: 1fr 1fr;
    }
    .leather_type{
        height:auto;
    }
    .leather_container{
        position:relative;
        padding: 30px;
    }
    .about_child p,
    .about_child h1{
        text-align-last: center!important;
    }
    a.page_btn{
        margin:18px auto;
    }
    .banner, .banner_section{
        height:400px;
    }
    
    .testimonial_section .about_child {
       
        margin-top: 30px;
    }
    
    .leather_type {
    margin-bottom: 35px;
    }
    .categories_child h2{
    font-size: 18px;
    line-height: 22px;
    }
    .categories_child p{
     height: 14%;
     font-size: 20px;
    }
    .banner .banner_child:nth-child(1) h1{
            line-height: 48px;
    }
    .banner_child a.page_btn {
    margin: 18px 0px;
   }
   .about_child img {
    width: 100%;
  }
    
}
/******** Media max 450px and  min 0px **********/
@media only screen and (max-width:450px){
    .women_image {height: 210px;}
    .popular_product{
        grid-template-columns: 1fr;
    }
   h1.testimonial_text{
    font-size: 21px;
    bottom: 25px;
    right: 16px;
    line-height: 27px;
   }
    .about_sec .about_child:nth-child(2) h1{
    font-size: 30px;
    line-height: 38px;
    }
    h2.section_headings{
        font-size: 32px;
    }
    .about_sec .about_child:nth-child(2){
            padding: 20px 0px;
    }
    .banner{
        height:300px;
    }
    .banner .banner_child:nth-child(1) h1{
        line-height: 50px;
        text-align: center;
    }
    a.page_btn{
        margin: auto;
    }
    .banner .banner_child{
        width  :100%;
    }
    .banner_section, .categories, .about_sec{
        flex-direction: column;
    }
    .banner_child, .about_child{
        width:100%;
    }
    .about_child h1{
        text-align:left;
    }
    .percentage_bar h1{
        margin:0px;
        font-size: 14px;
        line-height: 16px;
    }
    .unique_tile_box, .leather_type_box{
        flex-wrap: wrap;
        row-gap: 0px;
    }
    .leather_type{
        height:auto;
        padding: 30px;
        margin-bottom: 0px;
    }
    .leather_container{
        position:relative;
    }
    .unique_box{
        min-width:100px;
    }
    .testimonial_section .about_child{
        padding:20px 0px;
    }
    
    .leather_type_box{
        row-gap: 30px;
    }
    .testimonial_section .about_child:nth-child(2){
        padding:0px 30px;
    }
}
@media only screen and (max-width:500px){
    .unique_tile_box{
            grid-template-columns: 1fr 1fr;
    }.leather_type_box {
        grid-template-columns: 1fr;
    }
    
}
/**************Testimonial slider  **************/




#testimonial_slider .mySlides {
    display: none;
    opacity:1;
}

#testimonial_slider img {
    vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
a.prev {
    right: 50px;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* Caption text */
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
    display: none;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    color:black;
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active,
.dot:hover {
    background-color: #717171;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
    opacity: .4
    }
    to {
    opacity: 1
    }
}
@keyframes fade {
    from {
       opacity: .4
    }
    to {
    opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev,
.next,
.text {
    font-size: 11px
}
}
.quote_icon {
    text-align: right;
}

@media (min-width: 768px) and (max-width: 1062px){
    .new-top-right-btns{
        gap: 8px !important;
    }
    .new_topbar_social_icon li{
        height: 32px!important ;
        width: 32px !important;
    }
    .new_topbar_social_icon i.fa{
        height: 34px !important;
    }
    .categories_child h2{
        font-size: 20px;
    line-height: 32px;
    }
}
#site_maping{
    display:none;
}
.mape_show {
    display: block!important;
}
nav.maprow {
    text-align: center;
}
.maprow a {
    margin: 6px 8px;
    display: inline-block;
}
.maprow a:hover {
    color: black;
}
#new_footer .row,
#landing_header .landing_navbar .row,
.unique_tile .container,
.banner .container,
.about .container,
.categories,
.populor_section .container,
.testimonial{
    max-width: 1440px !important;
    margin: auto !important;
}
.populor_section {
    background: #e9e9e9a1;
}
.leather_type > p {
    font-size: 20px;
}
.quote_icon img {
    opacity: 0.3;
}
#testimonial_slider h1 {
    font-size: 18px;
    line-height: 28px;
}
p.testimonial_content {
    font-weight: 400;
    line-height: 32px !important;
    font-size: 16px !important;
}
.new_fotter_icon {
    padding: 23px 0 0 0;
}
.wrapper-nav .navbar-nav{
    display: flex;
    justify-content: space-around;
}
.unique_tile_box {
    max-width: 1150px;
    margin: auto;
}
#landing_header .new_landing_navbar .navbar-nav>li>a,
#landing_header .navbar-default .navbar-nav>li>a span{
    font-weight:600px;
}
@media (min-width: 768px) and (max-width : 932px){
    .new_landing_navbar ul.nav.navbar-nav {
        width: 100% !important;
    }
    .new_landing_navbar #header-cart {
    width: 100%;
    margin: 0px 0px 8px 0px;
    justify-content: end;
    }
    .new_landing_navbar{
        flex-direction: column;
        align-items: center;
    }
    .wrapper-nav .navbar-nav > li > a {
        margin-left: 9px;
    margin-right: 9px;
    }
}
.leather_box h1 a {
    color: #fff;
    font-weight: 600;
}
.leather_type h1 {
    padding-bottom: 60px;
}
.banner2 .banner_section .banner_child a,
.banner3 .banner_section .banner_child a{
    margin: auto;
}
.unique_box a {
    color: #fff;
}
.row {
    margin: 0;
}

.popular_product .thumbnail .caption {
    text-align: center;
}
.popular_product .caption .h3 a{
    font-weight: 600;
    font-size: 17px;
}   
.shop_now {
    text-align: center;
}
.quote_icon img {
    width: 70px;
}
.categories_child a {
    color: #ffffff;
}
/***********media for responsive product *******/
@media (min-width: 923px) and (max-width: 1024px){}

@media (min-width: 560px) and (max-width: 922px){
 .popular_product .caption .h3 a{
    font-size: 15px;}
}

@media (min-width: 1400px){
    .banner_section,
    .banner{
        height:665px;
    }
}
.populor_section .popular_product .col-lg-3 {
    width: 100%!important;
    padding:0px;
}
.populor_section .col-lg-3{
    width: 100%!important;
     padding:0px;
}
.product_child article {
    padding: 0px !important;
}

.testimonial_section .about_child:nth-child(1) img {
    width: 100%;
}
img#testimonial_image {
    width: 100% !important;
}
.new_landing_navbar ul.nav.navbar-nav {
    width: 76%;
}
.new_navbar-collapse{padding:0px;}
.n_2018-05-skeletal-00153844 ul.breadcrumb {background: none !important;}
.n_2018-05-skeletal-00153844 .category-banner img{height: 318px !important;}

.categories_child img {
       border: 1px solid #5454542e;
}
ul.leather_menu{padding: 0px 0px 0px 10px;}
ul.leather_menu li {
    list-style: none;
    padding: 8px 25px;
    margin: 0;
}
.leather_icon {
    padding-left: 6px;
}