@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');
body {
	background-color: rgba(255, 255, 255, 1) /*{body|background-colour}*/;
	background-image: none /*{body|background-image}*/;
	color: rgba(87, 87, 87, 1) /*{body|text-colour}*/;
	font-family: 'Raleway', sans-serif;
}
a {
	color: rgba(51, 51, 51, 1) /*{body|link-colour}*/;
}
a:hover, a:active {
	color: rgba(51, 51, 51, 1) /*{body|link-colour}*/;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.navbar-default {
	background-color: rgba(255, 255, 255, 1) /*{header|background-colour}*/;
	border-color: rgba(255, 255, 255, 1) /*{header|background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navigation-list li a {
	color: #fff; /*{header|link-colour}*/;
	font-size: 14px;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
}
.navbar-nav .dropdown-menu > li > a {
		color: rgba(51, 51, 51, 1) /*{header|link-colour}*/;
}
.navbar-default .navbar-nav > .open > a {
	background-color: rgba(255, 255, 255, 0.09);
	color: #FFF ;
	border-radius: 0;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
    transition: background-color 500ms ease-out 0.5s;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a.active {
	color: #e22f69;
}
.navigation-list li a {
	color: #FFF ;
}
#main-content {
	background-color:  #FFFFFF ;
	padding-bottom: 40px;
}
.npopup .btn {
	padding: 12px 19px;
}
.breadcrumb {
	background:none;
}
.wrapper-category-home {
	margin-bottom: 20px;
}
.topbar--Wrap {
	background-color: transparent /*{header|top-navigation-colour}*/;
}
.topbar--Wrap .topbar--wrap--form * {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap .topbar--wrap--nav > li > a, em.ad-truck, .input-group .form-control:last-child {
	color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
}
.topbar--Wrap input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input:-moz-placeholder { /* Firefox 18- */
color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input::-moz-placeholder {  /* Firefox 19+ */
color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--Wrap input:-ms-input-placeholder {
color: rgba(255, 255, 255, 1) /*{header|top-navigation-link-colour}*/;
}
.wrapper-footer {
	background-color: transparent !important /*{footer|background-colour}*/;
}
.wrapper-footer p,.wrapper-footer h1,.wrapper-footer h2,.wrapper-footer h3,.wrapper-footer h4,.wrapper-footer h5,.wrapper-footer h6 {
	color: #ffffff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: rgba(255, 255, 255, 1) /*{footer|link-colour}*/;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
    transition: background-color 500ms ease-out 0.5s;
}
.btn-primary {
	color: #FFFFFF;
	background-color: rgba(226, 47, 105, 1) /*{buttons|primary-colour}*/;
	border-color: rgba(226, 47, 105, 1) /*{buttons|primary-colour}*/;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: #F1A3BD /*{buttons|primary-colour}*/;
	border-color: #F1A3BD /*{buttons|primary-colour}*/;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.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: rgba(226, 47, 105, 1) /*{buttons|primary-colour}*/;
	border-color: rgba(226, 47, 105, 1) /*{buttons|primary-colour}*/;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
    transition: background-color 500ms ease-out 0.5s;
}
.btn-success {
	color: #ffffff;
	background-color: #E22F69 /*{buttons|secondary-colour}*/;
	border-color: #E22F69 /*{buttons|secondary-colour}*/;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: rgba(241, 163, 189, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(241, 163, 189, 1) /*{buttons|secondary-colour}*/;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
    transition: background-color 500ms ease-out 0.5s;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.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: rgba(241, 163, 189, 1) /*{buttons|secondary-colour}*/;
	border-color: rgba(241, 163, 189, 1) /*{buttons|secondary-colour}*/;
	transition: all 0.5s ease;
	-webkit-transition: background-color 500ms ease-out 0.5s;
    -moz-transition: background-color 500ms ease-out 0.5s;
    -o-transition: background-color 500ms ease-out 0.5s;
    transition: background-color 500ms ease-out 0.5s;
}
/* header */
.dropdown-menu.subCategory {
    width: 200px;
}
.topbar--Wrap .topbar--wrap--nav > li > a:hover {
	color: #e22f69;
}
p.slogan {
	color: #e22f69;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}
.loyality-btn {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    height: 66%;
    width: 150px;
    margin: 0px 3%;
    font-size: 94%;
    line-height: 0px;
}
.loyality-btn:hover {
	border: 2px solid #e22f69;
	transition: all 0.5s ease;
	-webkit-transition: border 500ms ease-out 0.5s;
    -moz-transition: border 500ms ease-out 0.5s;
    -o-transition: border 500ms ease-out 0.5s;
    transition: border 500ms ease-out 0.5s;
}
a.loyality-text {
	color: #e22f69;
}
.nav.navbar-nav.nav-bar-margin {
	margin-top: 0px;
}
/* thumb products */
p.thumb-price {
	width: 30%;
    margin: 7px 0px;
    padding: 2px 0px;
	color: #666;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: 500;
	text-align: center;
}
form.thumb-btn {
    width: 70%;
    margin: 0px 0px;
	padding: 2%;
}
h3.thumb-title {
	text-align: center;
	color: #666;
	font-family: "Raleway", Helvetica, sans-serif;
	font-weight: normal;
}
.thumb-prod-btn {
	background-color: #e22f69;
    color: #fff;
    border-color: #e22f69;
}
a.thumb-prod-btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.btn-width {
	width: 91%;
    margin-left: 18px;
}
.wrapper-product-title .dropdown button {
    background: #333;
    color: #fff;
}
/*tabs home page*/
.home-tabs .nav-tabs > li.active > a{
	background-color: #fff;
    border: 1px solid #e22f69;
}
.home-tabs .nav-tabs > li > a {
	border: 1px solid #f1a3bd;
}
.home-tabs .tab-content {
	border: 1px solid transparent;
}
.clear-padding {
    padding: 0;
}
/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;
	margin: 10px 0px;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #92c549;
	/*filter: Alpha(Opacity=50);*/
	/*opacity: 0.5;*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 5px;
    top: 80px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 5px;
    top: 80px;
    position: absolute;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* bottom
----------- */

.box-margin {
	margin-top: 60px;
}
.jumbotron.home-cta{
  background: url("/assets/images/banner-cta_footer_03.jpg") no-repeat;
  background-size: cover;
  height: 277px;
  padding: 5.5% 20%;
}
#owl-example {
    padding-bottom: 45px;
}
.jumbotron.home-cta {
    margin-bottom: -40px;
}
.cta-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
    font-weight: 600;
}
.cta-btn {
    border: 2px solid #fff;
    padding: 1% 5%;
    color: #fff;
}
.map-holder {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.topbar-container .btn-primary {
    margin-left: 15px;
}
.carousel-caption h1 {
    font-weight: bold;
}
.productdetails p {
    text-align: left !important;
    margin-top: 0px !important;
}
.productdetails {
    padding: 0 15px;
}

/*	sizing charts page
---------------------- */

.table-responsive .table thead {
    background-color: #333;
    color: #fff;
}

/* mega menu
---------------- */

@media (min-width: 768px) {
    .mega-menu {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .mega-menu {
        width: 850px;
    }
}
@media (min-width: 1200px) {
    .mega-menu {
        width: 740px;
    }
}

.mega-menu .col-xs-3:nth-of-type(4n+5) {
    clear: left;
}
.mega-menu {
    background: #f5f5f5;
}
.mega_menu_wrapper {
    font-size: 13px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.mega_menu_wrapper > li > a:hover,
.mega_menu_wrapper > li > a:focus {
	color: #E22F69;
}
.mega_menu_wrapper > li:first-child a {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
.mega_menu_wrapper:last-child > li:first-child a {
    color: #fff;
}
.mega_menu_wrapper:last-child > li a {
	color: #fff;
}
.mega_menu_wrapper:last-child > li:first-child a {
	color: #E22F69;
	text-decoration: underline;
}
.mega_menu_wrapper {
    margin-top: 15px;
    border-right: 1px solid #c9c9c9;
    margin-bottom: 15px;
}
.mega-menu::before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    position: absolute;
    top: -12px;
    left: 40px;
    z-index: 3;
    content: "";
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px !important;
    top: 80px;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px !important;
    top: 80px;
    position: absolute;
}

/* hide mega menu list items
-------------------------- */

/*.mega-menu >
.mega_menu_wrapper > li:nth-child(8),
.mega_menu_wrapper > li:nth-child(9),
.mega_menu_wrapper > li:nth-child(10),
.mega_menu_wrapper > li:nth-child(11),
.mega_menu_wrapper > li:nth-child(12),
.mega_menu_wrapper > li:nth-child(13),
.mega_menu_wrapper > li:nth-child(14),
.mega_menu_wrapper > li:nth-child(15),
.mega_menu_wrapper > li:nth-child(16),
.mega_menu_wrapper > li:nth-child(17),
.mega_menu_wrapper > li:nth-child(18),
.mega_menu_wrapper > li:nth-child(19),
.mega_menu_wrapper > li:nth-child(20),
.mega_menu_wrapper > li:nth-child(21) {
    display: none;
}*/

.mega_menu_wrapper > li {
    padding: 5px 0px;
}

.caption.promo-caption {
    position: absolute;
    bottom: 7%;
    text-align: center;
    width: 100%;
}
@media (max-width:767px){
    .caption.promo-caption { position: static; }
}

.btn-custom-promo {
    padding: 10px 20px 10px 20px;
}
.breadcrumb {
    background: #f1f1f1 !important;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}

/* Scroll to top
---------------- */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 52px;
    height: 42px;
    text-align: center;
    line-height: 47px;
    background: #E22F69;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
.list-anchor-links {
    list-style: none;
    margin-left: -35px;
    margin-bottom: 35px;
}
.list-anchor-links > li > a {
    font-size: 15px;
    font-weight: bold;
    color: #E22F69;
}
/*megamenu*/
.navbar-responsive-collapse .nav > li {
    position: static !important;
}
.dropdown-menu.mega-dropdown {
    background-color: #fff;
    border-color: #e42a67;
    padding-top: 0px;
    padding-bottom: 20px;
    height: auto;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.title-subCat {
    background-color: #ffeff4;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
}
.title-subCat a {
	padding-left: 15px;
	color: #e42a67;

}
.items-subCat {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 5px 12px; /* was 12px 15px; */
}
.items-subCat:hover {
    background-color: #ffeff4;
}
.items-subCat a:hover {
    color: #e42a67;
}
.dropdown-menu.mega-dropdown .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}
.ad-category {
    text-transform: uppercase;
}
.ad-category img {
    margin-top: 30px;
}
.ad-category a {
    font-weight: bold;
    font-size: 24px;
}
.ad-category .carousel-caption h1 {
    font-size: 48px;
}
.qty-field {
    width: 20% !important;
    margin-right: 5%;
    float: left;
    text-align: center;
}
.btn-75 {
    width: 75% !important;
}
p.cat-name {
    height: 2.5em;
}
/*wrapper-price*/
.wrapper-price {
	height: 110px;
}
/*btn ads mega menu*/
.pink-bg {
	background-color: rgba(226, 47, 105, 1);
	height: 200px;
	text-align: center;
}
.pink-bg a {
    color: #000;
    font-size: 40px;
}
.pink-bg .carousel-caption {
    top: 20%;
}
.pink-bg a:hover, .pink-bg a:focus, .pink-bg a:active  {
    color: #fff !important;
}
.btn-ad-mega-menu {
    padding: 20px 50px;
}
/*subcategories*/
.cat-box {
    background-color: #E22F69;
    border: 5px solid #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.cat-box:hover, .cat-box:focus, .cat-box:active {
	background-color: #F1A3BD;
}
.cat-box a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.plikeh1-baner {
    font-size: 2.189em;
    line-height: 1.223;
    margin-top: 20px;
    margin-bottom: 10px;

}

.carousel-caption p {
    font-weight: bold;
}

@media (max-width: 767px){
.wrapper-thumbnail {
    float: left;
    }
}


/*---------------- Thumbnails Colour Swatch --------------*/
.nSwatch {
    margin: 0;
    /* border-radius: 100%; */
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    height: 20px;
    width: 20px;
    display: inline-block;
}

.nColourList {
    margin: 0 0 10px;
    min-height: 25px;
}
.thumbnail a:not(:hover)>img.product-alt1-image,
.thumbnail a.dah_noaltimg>img.product-alt1-image {
    display: none;
}
.thumbnail a:hover:not(.dah_noaltimg)>img.product-image {
    opacity: 0;
    visibility: hidden;
}
.thumbnail a:hover>img.product-alt1-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    column-fill: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.thumbnailVariation {
    display: inline-block;
    margin: 0 1px;
    line-height: 1;
    vertical-align: middle;
}
.thumbnail .caption {
    padding: 0;
}
.nSwatch.dah-swatchplus>i {
    line-height: 20px;
    font-size: 12px;
}
.savings-container {
    z-index: 20;
}
.nSwatchProduct {
    height: 40px;
    width: 40px;
    display: block;
}

.nColourSwatch._itmspec_lnk {
    display: inline-block;
    margin-right: 5px;
    min-height: 1px;
    padding: 0;
    border: none;
}

.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding: 0;
    border: none;
}

.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #333;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}

.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: 0.5;
}

.nColourSwatch ._itmspec_listitm {
    margin: 0;
}
@media only screen and (max-width: 480px){
    .nColourList {
        min-height: 45px;
    }
}
/*
.filter-colour {
    display: inline-block;
    padding: 10px 1px 0 8px;
}*/

.list-group>.filter.filter-colour>a>span {
    margin: 0 10px 0 0;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    height: 20px;
    width: 20px;
    display: inline-block;
}

.list-group>.filter.filter-colour>a:before {
    display: none;
}

.list-group>.filter.filter-colour>a:not(.btn) {
    padding: 10px 15px;
    display: flex;
    width: 100%;
    align-items: center;
}
.list-group>.filter.filter-colour>a.btn {
    margin: 5px;
}

.list-group>.filter.filter-colour>a:not(.btn):hover {
    background-color: #f5f5f5;
}
@media (min-width: 992px) {
    #filters,
    #filters-color,
    #filters-size{
        height: auto !important;
        display: block;
    }
}
@media (max-width:768px) {
    #filters .filter-colour {
        display: inline-block !important;
    }
    .dah_mobilehalf > a {
        width:auto;
        max-width: calc(50% - 5px);
        display: inline-block;
    }
    .btn-dahsuccess {
        margin-left: 10px;
    }
    .wrap-btnsizechart .btn-dahsuccess {
        margin-left: 0;
    }
}
.btn-dahsuccess {
    background-color: #F1A3BD;
    color: #fff;
}
.btn-dahsuccess:hover {
    background-color: rgba(226, 47, 105, 1);
}

.list-group > .filter.filter-colour > a.btn {
	margin: 5px;
	margin-left:15px;
}
#left-sidebar .list-group span.dah_filter_multicolour {
    background-image: url(../img/dah_filter_multicolour.jpg);
    background-position: center;
    background-size: cover;
}
.m-list-group .mvp a::before {
    content: '\F096\0020';
    font-family: FontAwesome;
}
.m-list-group .mvp a, .m-list-group .filter-remove a{
   padding: 5px 15px;
   width: 100%;
display: inline-block;
}
.m-list-group > .filter.filter-colour > a.btn {
    margin: 5px;
    margin-left: 15px;
}
.m-list-group li:first-child {
    padding-top: 5px;
}
.wrap-btnsizechart {
	padding-top: 30px;
}
@media (max-width:991px) {
	.wrap-btnsizechart {
		padding-top: 10px;
		margin-bottom: 10px;
	}
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
  transform: translate3d(0,-25%,0);
  transition: transform .3s ease-out;
}
.modal.fade.show {
	opacity: 1;
}
.modal.fade.show .modal-dialog {
  transform: translate3d(0,0,0);
}

.embed-responsive.embed-responsive-1by1 {
    padding-bottom: 100%;
}
div#dahModalCenter.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-right: 0 !important;
}
div#dahModalCenter .modal-title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
div#dahModalCenter .modal-title > h2 {
    margin-bottom: 0;
    font-weight: 700;
}
div#dahModalCenter .modal-title>div .backbtn {
    margin-right: 10px;
}
.dah_sizechart-item {
    margin-bottom: 30px;
}
div#dah_sizechart a.embed-responsive-item {
    border: 1px solid transparent;
}
div#dah_sizechart a.embed-responsive-item:hover {
    border-color: #e22f69;
}
span.input-group-addon.nkg_qty {
    height: auto !IMPORTANT;
    width: 55px;
    padding: 5px 6px 2px 6px !IMPORTANT;
}
.input-group.nkg_input {
    width: 100%;
    display: flex;
    align-items: stretch;
}
.components-thumbnail.thumbnail {
    min-height: auto !IMPORTANT;
    margin-bottom: 20px !IMPORTANT;
}
/* ========menu====== */
li.first-lvl {
    list-style: none;
    padding: 12px 0;
    text-transform: uppercase;
    position:static;
}
ul.main_top {
    padding-left: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.first-lvl>a:hover,
.first-lvl>a:focus,
.first-lvl.show>a:hover {
    background-color: transparent !IMPORTANT;
}
li.first-lvl.show>a {
    background-color: #fff  !important;
    color: #f1a3bd !important;
}
li.first-lvlhome {
    list-style: none;
    text-transform: uppercase;
    padding: 10.5px 0;
}
li.first-lvl>a{
    padding: 14px 10.99px;
}
li.first-lvl:hover,
li.first-lvl:focus,
li.first-lvl>a:hover,
li.first-lvl>a:focus,
li.first-lvl>a:active,
li.first-lvl.show>a:hover {
    background-color: #fff !important;
    color: #f1a3bd !important;
}
.nkg_afd{
    width: 100%;
}
.megamenu_products .wrapper-thumbnail {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
ul.mega-menu-cat {
    padding-left: 0;
    -moz-column-count: 3;
    column-count: 3;
    top: 100% !IMPORTANT;
}
li.level-2 {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.level-3>a {
    margin-top: 10px;
    padding: 0 0 0 10px !important;
    background-color: transparent !important;

}
.level-3>a:hover,
.level-2>a:hover {
 color: #f1a3bd;
}
.dropdown-menu.nkg_afd {
    /*top: 100% !important;*/
    padding-top: 0;
    padding: 0;
}
.nkg_bor-2{
    border-right: 1px solid #e22f69;
    padding: 15px;
}
.nkg_bor-1 {
    padding: 15px;
}
.megamenu_products {
    padding: 0;
}
.level-2>a {
    font-weight: 700;
}
.first-lvl ul.nkg_brand {
    width: 100%;
    padding: 15px 15px 0 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -moz-column-count: 8;
    column-count: 8;
    top: 100% !IMPORTANT;
}
.nkg_brand li:last-child {
    background-color: #e22f69;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: calc(100% - 10px);
    text-align: center;
}
.nkg_brand li:last-child:hover {
    background-color: #f1a3bd;
}
.nkg_brand li {
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 5px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125.38px;
    max-width: 125.38px;
}
.nkg_brand li:last-child a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    height: 100%;
    font-weight: bold;
}
.mega-menu.nkg_brand::before {
    display: none !important;
}
#n_home div#homepage-content {
    padding: 0 15px;
}
.main_top > li > a {
	transition: unset !important;
	-webkit-transition: unset !important;
	-moz-transition: unset !important;
	-o-transition: unset !important;
}
.z_nkt_g .caption h5.headline {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
}
.z_nkt_g .caption p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}
.z_nkt_g .caption button {
    border: 0;
    padding: 8px 10px 5px;
    font-size: 16px;
}
.z_nkt_g .caption {
    float: left;
    padding: 15px;
    text-align: left;
    text-transform: initial;
}
.z_nkt_g {
    padding: 0;
    border-left: 1px solid #e22f69;
    margin-left: -1px;
    float: left;
}
.z_nkt_g .thumbnail {
    padding: 0;
    border: 0;
}
.first-lvl ul.nkg_brand  li:hover {
    border-color: #e22f69;
}
.brand-item a {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6 !important;
    padding: 5px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-item {
    margin-bottom: 24px;
    padding: 0 12px;
}
.brand-item a:hover {
    border-color: #e22f69 !IMPORTANT;
}
.mega-menu-cat .level-3 a {
    font-weight: 600;
} 
.first_order_1 {
    order: 2;
}
.first_order {
    order: 1;
}
.first_order_0 {
    order: 0;
}
ul.mega-menu-cat.menu-hair.p-0 {
    column-count: unset !IMPORTANT;
}
.menu-hair li.nav-item.level-2 li.nav-item.level-3 {
    width: 33.33%;
    float: left;
}
@media (min-width:1199.98px) {
    .brand-item {
        width: 20%;
    }
}
@media (max-width:1199.98px) {
    .nkg_brand li {
        height: 100.38px;
        max-width: 100.38px;
        

    }
    .menu-hair li.nav-item.level-2 li.nav-item.level-3 {
        width: 50%;
    }
}
@media (max-width:991.98px) {
    ul.mega-menu-cat {
        -moz-column-count: 2;
        column-count: 2;
    }
    .first-lvl ul.nkg_brand {
        
        -moz-column-count: 4;
        column-count: 4;
    }
    .nkg_brand li {
        max-width: 160.75px;
        height: 160.75px;
    }
}
@media (max-width:767.98px) {
.burger-menu>div>ul>li {
    border-bottom: 1px solid;
}
.burger-menu>div>ul>li>a {
    text-transform: uppercase;
}
.burger-menu>div>ul>li>a>span {
    float: right;
}
.nkg_wrep {
    width: 100%;
}
.nkg_flex {
    display: flex;
    flex-wrap: wrap;
}
li.first_order_1 {
    width: 100%;
}
.nkg_wrep a.nkg_l3 {
    padding: 0;
    text-transform: uppercase;
}
div#navbarMainMenu {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 0px;
    z-index: 100;
    padding: 0;
    left: 0;
}
.plikeh1-baner {
    font-size: 1.8em;
}
.dah_subcat span {
    float: right;
}
.burger-menu>div>ul {
    margin: 0;
}
.burger-menu>div>ul>li>ul {
    margin: 0;
    padding: 0 15px;
    text-transform: uppercase;
}
.burger-menu>div>ul>li>ul>li>ul {
    margin: 0;
    padding: 0 15px;
    text-transform: capitalize;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px!important;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px!important;
}
.container.text-center.clear-padding.cta-wrapper {
    width: 100%;
    padding: 0 15px;
}
.burger-menu>div>ul>li>ul>li>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.burger-menu  a.active, .burger-menu a:active, .burger-menu a:focus, .burger-menu a:hover {
    color: #e22f69  !important;
    background-color: transparent !important;
}
.burger-menu > div > ul > li > ul > li > a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}


.burger-menu>div>ul>li>ul>li>ul>li>a:first-child {
    margin-top: 5px;
}
.collapsing {
	transition: none !important;
  }
  .burger-menu a {
	transition: unset !important;
	-webkit-transition: unset !important;
	-moz-transition: unset !important;
	-o-transition: unset !important;
}
.nMobileNav li a {
    color: #000;
}
.row.subcategories {
    margin: 0 -5px;
}

}
.d-none{
    display: none;
}
body .nkg_afd {
	margin-top: 11px !important;
	top: auto !important;
}
.main_top li.first-lvl:hover > .nav-link {
	color: #f1a3bd;
}
@media (max-width:450.98px) {
.cat-box {
    width: 50%
}
}
.row.subcategories {
    margin-left: -5px;
    margin-right: -5px;
}