@import url(https://fonts.googleapis.com/css?family=Oxygen:300,400,700|Quicksand:300,400,700);
body {
	font-family: 'Oxygen', Helvetica, Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: rgba(90, 77, 88, 1) /*{body-font-colour}*/;
	background-image: none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}
a {
	color: rgba(91, 42, 127, 1) /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: rgba(163, 63, 201, 1) /*{link-text-hover-colour}*/;
	text-decoration: none;
}

.blog-content a {
	color: #7F35A4;
}

.blog-content a:hover {
	color: rgba(163, 63, 201, 1) /*{link-text-hover-colour}*/;
}


/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Quicksand', Helvetica, Arial, sans-serif /*{headers-font-family}*/;
	color: rgba(91, 42, 127, 1) /*{headers-colour}*/;
}
h1,
.h1 {
	font-size: 40px /*{header-1-font-size}*/;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
h2,
.h2 {
	font-size: 32px /*{header-2-font-size}*/;
	font-weight: 300;
	text-transform: uppercase;
}
h3,
.h3 {
	font-size: 20px /*{header-3-font-size}*/;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif /*{body-font-family}*/;
	font-weight: 300;
}
h4,
.h4 {
	font-size: 16px /*{header-4-font-size}*/;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif /*{body-font-family}*/;
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif /*{body-font-family}*/;
}
/*Buttons*/
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #d3d3d3 /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default.active:hover,
.btn-default:active:hover,
.open .dropdown-toggle.btn-default  {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #ffffff /*{btn-default-bg-colour-hover}*/;
	border-color: #333333 /*{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: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
	color: #9d9d9d /*{btn-primary-text-colour}*/;
	background-color: #333333 /*{btn-primary-bg-colour}*/;
	border-color: #333333 /*{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,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
	color: #333333 /*{btn-primary-text-colour-hover}*/;
	background-color: #ffffff /*{btn-primary-bg-colour-hover}*/;
	border-color: #333333 /*{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: #bebebe /*{btn-primary-disabled-bg-colour}*/;
	border-color: #bebebe /*{btn-primary-disabled-border-colour}*/;
}
.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: rgba(91, 42, 127, 1) /*{btn-success-bg-colour}*/;
	border-color: rgba(91, 42, 127, 1) /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.active:hover,
.btn-success:active:hover,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: rgba(163, 63, 201, 1) /*{btn-success-bg-colour-hover}*/;
	border-color: rgba(163, 63, 201, 1) /*{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: rgba(236, 231, 238, 1) /*{btn-success-disabled-bg-colour}*/;
	border-color: rgba(236, 231, 238, 1) /*{btn-success-disabled-border-colour}*/;
}
.btn-warning {
	color: #ffffff /*{btn-warning-text-colour}*/;
	background-color: rgba(192, 7, 71, 1) /*{btn-warning-bg-colour}*/;
	border-color: rgba(192, 7, 71, 1) /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning.active:hover,
.btn-warning:active:hover,
.open .dropdown-toggle.btn-warning  {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #a6073e /*{btn-warning-bg-colour-hover}*/;
	border-color: #a6073e /*{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: #c00747 /*{btn-warning-disabled-bg-colour}*/;
	border-color: #c00747 /*{btn-warning-disabled-border-colour}*/;
}
.btn-info {
	color: rgba(91, 42, 127, 1) /*{btn-info-text-colour}*/;
	background-color: rgba(236, 231, 238, 1) /*{btn-info-bg-colour}*/;
	border-color: rgba(236, 231, 238, 1) /*{btn-info-border-colour}*/;
}

.buying-options a.btn-info:hover {
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info.active:hover,
.btn-info:active:hover,
.open .dropdown-toggle.btn-info  {
	color: rgba(255, 255, 255, 1) /*{btn-info-text-colour-hover}*/;
	background-color: rgba(91, 42, 127, 1) /*{btn-info-bg-colour-hover}*/;
	border-color: rgba(91, 42, 127, 1) /*{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: #d7e9ea /*{btn-info-disabled-bg-colour}*/;
	border-color: #d7e9ea /*{btn-info-disabled-border-colour}*/;
}
.btn-productWishlist:hover,
.btn-productWishlist:active,
.btn-productWishlist:focus {
    color: #c00747 /*{btn-wishlist-colour}*/;
    background-color: rgba(255, 219, 232, 1) /*{btn-wishlist-bg-colour}*/;
    border-color: rgba(246, 235, 239, 1) /*{btn-wishlist-border-colour}*/;
}
/*Header*/
.navbar-inverse {
	background-color: rgba(91, 42, 127, 1) /*{navbar-default-bg-colour}*/;
	border-color: rgba(91, 42, 127, 1) /*{navbar-default-bg-colour}*/;
}
.navbar-inverse a,
.navbar-inverse .navbar-nav > li > a {
	color: rgba(236, 231, 238, 1) /*{navbar-default-link-colour}*/
}
.navbar-inverse {
	color: rgba(148, 117, 161, 1) /*{navbar-default-text-colour}*/
}
.navbar-inverse a:hover,
.navbar-inverse a:focus,
.navbar-inverse a:active  {
	color: rgba(92, 41, 128, 1) /*{navbar-default-link-colour-hover}*/
}

.navbar-inverse .call { 
	padding: .5em;
	display: block;
	font-size: 1.15em;
	color: #ece7ee;
	text-align: right;
}		


.navbar-inverse .call > a:focus,
.navbar-inverse .call > a:active,
.navbar-inverse .call > a:hover {
	color: #fff; 
}

@media (min-width: 768px) {
	.navbar-inverse .call {
		padding: .5em;
		text-align: left;
		display: inline-block;
	}

 
}


.wrapper-header {
	background-color: rgba(255, 255, 255, 1) /*{header-background-colour}*/;
}
.header-search .input-group {
	border: 1px solid;
	border-color: rgba(236, 231, 238, 1) /*{search-border-colour}*/;
}
.header-search input {
	background-color: #ffffff /*{search-bg-colour}*/;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-search .btn {
	background-color: #ffffff /*{search-bg-colour}*/;
    color: rgba(91, 42, 127, 1) /*{search-button-colour}*/;
    border: 0;
}

/* Delivery Icons */

.delivery-icons {
	text-align: center; 
	padding: 1.5em 0;
	font-size: 11px;
	line-height: 30px;
}


.delivery-icons img {
	width: 30px;
	height: 30px;
}

.delivery-icons > div {
	width: 100%;
	margin-bottom: .5em;
	text-align: left ; 
	display: inline-block; 
}

@media (max-width: 480px) {
	.delivery-icons > div {
		display: inline-block;
		width: auto ;
	}
}

@media (min-width: 488px) and (max-width: 768px) {

	.delivery-icons > div {
		display: block;
		width: 50%;
		text-align: left; 
		float: left;
		text-align: left ;
		margin-bottom: .5em;
	}

}

@media (min-width: 768px) {
	.delivery-icons > div {
		display: inline;
	}
}

.delivery-icons .icon {
	vertical-align: -10px ; 
	background: url('/assets/images/delivery-sprite.png') no-repeat -0px center ;
	background-size: cover; 
	height: 29px;
	width: 30px; 
	display: inline-block;
	margin: 0 .5em; 
}


@media (min-width: 768px) {
	.delivery-icons > .icon {
		margin: 0 1.5em; 
	}
}

.delivery-icons .icon.warehouse {
	background-position: -32px center;
}

.delivery-icons .icon.check {
	background-position: -62px center;
}

.delivery-icons .icon.gift {
	background-position: -91px center;
}


/*Cart*/
.btn-headerCart .fa-shopping-cart {
	background-color: rgba(163, 63, 201, 1) /*{cart-icon-bg-colour}*/;
	color: #f4f4f4 /*{cart-icon-colour}*/;
}
/*Category Menu*/
.c_categoryMenuWrapper .category-menu li > a {
	color: rgba(91, 42, 127, 1) /*{category-menu-link-colour}*/;
	letter-spacing: 1px;
}
.c_categoryMenuWrapper .category-menu .caret {
	border-top-color: rgba(91, 42, 127, 1) /*{category-menu-link-colour}*/;
	border-bottom-color: rgba(91, 42, 127, 1) /*{category-menu-link-colour}*/;
}
.c_categoryMenuWrapper .category-menu > li > a {
	font-size: 16px /*{category-menu-font-size}*/
}
.c_categoryMenuWrapper,
.c_categoryMenuWrapper li > .dropdown-menu {
	background-color: rgba(236, 231, 238, 1) /*{category-menu-bg-colour}*/;
}
.c_categoryMenuWrapper .category-menu > li > a:hover:after {
  background-color: rgba(148, 117, 161, 1) /*{category-menu-border-colour}*/;
}
.c_navbarWrapper .c_mobileCategoryWrapper > li > a,
.c_navbarWrapper .c_mobileCategoryWrapper .c_mobileSubMenu {
  border-color: rgba(148, 117, 161, 1) /*{mobile-cat-menu-border-colour}*/;
}
/*Product Thumbnails*/
.c_galleryThumbnail .btn-productWishlist,
.c_productPageWrapper .btn-productWishlist {
	background-color: rgba(246, 235, 239, 1) /*{Product Thumbnails|btn-wishlist-colour}*/;
	border-color: rgba(246, 235, 239, 1) /*{Product Thumbnails|btn-wishlist-colour}*/;
}
.c_galleryThumbnail .btn-productWishlist:hover,
.c_productPageWrapper .btn-productWishlist:hover {
	color: rgba(192, 7, 71, 1) /*{btn-wishlist-text-colour}*/;
    background-color: rgba(255, 189, 212, 1) /*{btn-wishlist-bg-hover-colour}*/;
    border-color: rgba(255, 189, 212, 1) /*{btn-wishlist-bg-hover-colour}*/;
}
/*.c_productThumbnail a {
	color: rgba(91, 42, 127, 1) ;
}

/*
.c_productThumbnail a:hover,
.c_productThumbnail a:focus,
.c_productThumbnail a:active {
	text-decoration: none;
	color: rgba(163, 63, 201, 1) /*{Product Thumbnails|link-hover-colour}*/;
}
*/
/*Category Thumbnails*/
.c_categoryWrapper .c_categoryImg:hover .c_categoryLabel {
  background-color: rgba(91, 42, 127, 1) /*{category-thumb-bg-hover-colour}*/;
  color: #ffffff /*{category-thumb-text-hover-colour}*/;
}
.c_categoryWrapper .c_categoryImg .c_categoryLabel {
  background-color: rgba(236, 231, 238, 1) /*{category-thumb-bg-colour}*/;
  color: rgba(91, 42, 127, 1) /*{category-thumb-text-colour}*/;
}
/*Labels*/
.c_productThumbnail .label-danger,
.thumb-date-container .label-danger {
	background-color: #c00747 /*{sale-colour}*/;
}
.c_productThumbnail .label-secondary {
	background-color: #333;
	font-size: 100%;
}
.home-category-label-container .label-warning {
	background-color: #c00747 /*{sale-colour}*/;
}
.save {
	color: #c00747 /*{sale-colour}*/;
}
.productsave {
	color: #c00747 /*{sale-colour}*/;
}
/*.c_productPageWrapper .c_badgeWrapper .fa {
	background-color: #9d9d9d /*{product-badge-generic}*/;
}*/
.c_productPageWrapper .c_badgeWrapper .fa-check {
	background-color: #58a9ad /*{product-badge-check}*/;
}
.c_productPageWrapper .c_badgeWrapper .fa-tag {
	background-color: #d4145a /*{product-badge-tag}*/;
}
/*Home page*/
.homepage h1,
.homepage h2 {
	border-bottom: 1px solid #f2f2f2;
	font-size: 32px;
}
/*Banner Carousel*/
.c_slickWrapper .slick-caption h2 {
	color: rgba(255, 255, 255, 1) /*{carousel-text-colour}*/;
	font-size: 37px /*{carousel-text-size}*/;
}
.c_slickWrapper .slick-prev:before,
.c_slickWrapper .slick-next:before {
	color: #888888 /*{carousel-arrow-colour}*/;
}

/* Pre Footer Promo */

.prefooter-promo {
	display: block;
	clear: both;
	background-color:  #b593c4 /*{upper-footer-text-colour}*/ ;
	color: rgba(91, 42, 127, 1) /*{top-footer-background-colour}*/;
	padding: 1.25em;
	text-align: center; 
	font-family: 'Quicksand', Helvetica, Arial, sans-serif /*{headers-font-family}*/;
	margin: 0 auto 1em;
}

.prefooter-promo p {
	font-size: 2em;
	display: block;
	margin: 0;
	padding: 0;
}

.prefooter-promo span {
	color: #fff;
}
 

/*Footer*/
.top-footer {
	background-color: rgba(91, 42, 127, 1) /*{top-footer-background-colour}*/;
}
.top-footer input {
	background-color: #f1f2f2 /*{top-footer-text-colour}*/;
    border: #f1f2f2 /*{top-footer-text-colour}*/;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.top-footer .btn {
	background-color: #f1f2f2 /*{top-footer-text-colour}*/;
    color: rgba(91, 42, 127, 1) /*{top-footer-background-colour}*/;
    border: #f1f2f2 /*{top-footer-text-colour}*/;
}
.upper-footer {
	background-color: rgba(57, 33, 67, 1) /*{upper-footer-background-colour}*/;
	color: rgba(181, 147, 196, 1) /*{upper-footer-text-colour}*/;
}
.upper-footer .list-social > li > a {
	color: #f1f2f2 /*{upper-footer-icon-colour}*/;
}
.upper-footer .list-social > li > a:hover {
    background-color: #f1f2f2 /*{upper-footer-icon-colour-hover}*/;
}
.upper-footer .list-social > li > a:hover .colour-envelope {
	color: #c00747 /*{sale-colour}*/;
}
.upper-footer h4 {
	color: rgba(181, 147, 196, 1) /*{upper-footer-text-colour}*/;
	text-transform: uppercase;
}
.upper-footer a {
	color: rgba(210, 201, 214, 1) /*{upper-footer-link-colour}*/;
}
.upper-footer a:hover,
.upper-footer a:focus {
	color: #f1f2f2 /*{upper-footer-link-hover-colour}
	t-colour}*/;
}
.lower-footer a {
	color: rgba(148, 117, 161, 1) /*{lower-footer-link-colour}*/;
	text-decoration: underline;
}
.payment-icon-container {
	background-color: rgba(236, 231, 238, 1) /*{lower-footer-background-colour}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #9d9d9d /*{pagination-colour}*/;
	border-color: #9d9d9d /*{pagination-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
	color: #9d9d9d /*{pagination-colour}*/;
}
.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent.active:hover,
.btn-transparent:active:hover {
  border-color: transparent;
  background-color: transparent;
}

.c_productPageWrapper .c_pricingWrapper > .productrrp {
	text-decoration: line-through; 
}

#left-sidebar .price .rrp {
	text-decoration: line-through;
}

.thumbnail .prices {
	min-height: 3.5em; 
}


.categories-block ul > li > a {
	padding: 10px 15px;
	display: block;
	position: relative;
}

.categories-block ul > li > a > .fa {
	/*pointer-events: none;*/
}

.categories-block ul > li {
	list-style-type: none;

}

.categories-block ul ul {
	padding-left: 10px;
}


/*================================ Customize by DAHR ======================================================*/
.dah_brands {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    text-align: center;
    margin: 0 -5px;
}
.dah_brands > .dah_branditem {
    width: calc(100% / 7);
    padding: 5px;
}
.dah_brands > .dah_branditem > a {
    float: left;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(91, 42, 127, 1);
    padding: 8px;
}
.dah_brands > .dah_branditem:last-child > a > span {
    width: 100%;
}
.dah_brands > .dah_branditem:last-child > a {
    display: flex;
    align-items: center;
    text-align: center;
}
.dah_header {
    display: inline-block;
    width: 100%;
    z-index: 1000;
}
.dah_header.affix + .delivery-icons {
    padding-top: calc(1.5em + 137px);
}
.dah_header.affix {
    position: fixed;
    top: 0;
}
.dah_header.affix .wrapper-header .row-header {
    padding-top: 0;
    padding-bottom: 0;
}
.dah_header.affix .c_categoryMenuWrapper .category-menu > li > a {
    padding-top: 10px;
}
.dah_header.affix .c_categoryMenuWrapper .category-menu > li > a::after {
    margin-top: 10px;
}
.brand-item > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 120px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid rgba(148, 117, 161, 1);
        justify-content: center;
    padding: 8px;
}
.brand-item > a > img.img-responsive {
    max-height: 100%;
}
.product-wishlist a.wishlist_toggle {
    color: #d4145a;
    padding: 0;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.c_categoryMenuWrapper .category-menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.c_categoryMenuWrapper .category-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media only screen and (max-width: 767px){
.dah_brands > .dah_branditem {
    width: calc(100% / 3);
}
.dah_brands > .dah_branditem:last-child {
    width: 100%;
}
.dah_brandlogo >.col-xs-12 >a {
    display: inline-block;
}
.dah_brandlogo >.col-xs-12 {
    text-align: center;
}
nav.navbar.navbar-inverse.c_navbarWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.dah_header {
    padding-top: 58px;
}
.dah_header.affix .wrapper-header .header-search { margin-top: 0; }
div#navbar-top {
    height: 400px;
    overflow: scroll;
}
.navbar-inverse .call {
    display: none;
}
}
.wrapper-footer .nav > li > a:hover {
    background: transparent;
    color: #fff;
}
.wrapper-footer {
    margin-top: -1em;
    display: inline-block;
    width: 100%;
}
.wrapper-footer .top-footer .dah_nwsltbtn {
    line-height: 45px;
    padding: 0 15px !important;
    width: auto;
    margin-left: 30px;
}
.wrapper-footer .top-footer .dah_nwsltbtn:hover, .wrapper-footer .top-footer .dah_nwsltbtn:focus,.wrapper-footer .top-footer .dah_nwsltbtn:active {
    background-color: #b593c4;
    border-color: #b593c4;
    color: #fff;
}
.wrapper-footer .top-footer .col-xs-12.text-center > * {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

/*------Link Color Change------*/
.c_categoryPageWrapper .responsive-content p a{
	color: #af85da;
	border-bottom: 2px solid #fff;
}

.c_categoryPageWrapper .responsive-content p a:hover{
	border-bottom: 2px solid #af85da;
}
.table-borderless td,
.table-borderless th {
    border: 0 !important;
}
.c_productPageWrapper .extra-options span.checkbox-inline {
    cursor: default;
}
.c_productPageWrapper .extra-options span.checkbox-inline input#extra_gift {
    cursor: pointer;
}
.dah_pgifradio input[type="radio"] {
    margin-right: 10px;
}
div#exampleModalCenter {
    display: flex;
    height: 100%;
    align-items: center;
}







/*=============POPUP=============*/


div#cartLoginModalCenter .modal-content {
    background-image: url(../img/bg_madel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 20px;
}
div#cartLoginModalCenter .modal-header {
    border-bottom: none;
}
div#cartLoginModalCenter button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
    line-height: 16px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
}
div#cartLoginModalCenter button.close:hover {
	border-color: #000;
	background-color: #000;	
}
div#cartLoginModalCenter .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
}
@media only screen and (min-width: 768px){
	div#cartLoginModalCenter .modal-dialog {
		width: 450px;
	}
}
	
.successaddmessage .footer .right {
    display: none
}
.successaddmessage .footer .left {
    width: 100%
}
#cartcontents .thumb_cart .btn-success {
    display: none
}
#cartcontents .thumb_cart button.viewcart,
.successaddmessage .footer .left button.npopup-view {
    float: right
}