body {
	font-family: "Raleway", Helvetica, Arial, sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}

a {
	color: #927593 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #604A61 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif /*{headers-font-family}*/
	/*color: #333 /*{headers-colour}*/
	font-family: Raleway;
	color: #6b6565;
}

.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white /*{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}*/;
}

.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{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: #FFFFFF /*{btn-primary-text-colour}*/;
	background-color: #428bca /*{btn-primary-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-border-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #3276b1 /*{btn-primary-bg-colour-hover}*/;
	border-color: #285e8e /*{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: #428bca /*{btn-primary-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-disabled-border-colour}*/;
}

.btn-warning {
	color: #ffffff  /*{btn-warning-text-colour}*/;
	background-color: #8B7D8C /*{btn-warning-bg-colour}*/;
	border-color: #8B7D8C /*{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: #604A61 /*{btn-warning-bg-colour-hover}*/;
	border-color: #604A61 /*{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: #357ebd /*{btn-warning-disabled-border-colour}*/;
}

.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{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: #ac2925 /*{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: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}

.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #604A61 /*{btn-success-bg-colour}*/;
	border-color: #604A61 /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #776678 /*{btn-success-bg-colour-hover}*/;
	border-color: #776678 /*{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: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}

.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #8B7D8C/*{btn-info-bg-colour}*/;
	border-color: #8B7D8C /*{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: #604A61 /*{btn-info-bg-colour-hover}*/;
	border-color: #604A61 /*{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: #46b8da /*{btn-info-disabled-border-colour}*/;
}

.cts_shippingContainer {
	position: absolute;
	top: 10px;
	left: 23px;
}
.cts_shippingContainer .label {
	font-size: 14px;
	text-transform:uppercase;
}

.breadcrumb {
	border-radius: 0;
	margin-bottom: 40px;
	padding: 12px 15px;
	background-color: #f3f3f3 /*{breadcrumb-background-colour}*/;
}
.breadcrumb a, .breadcrumb p {
  color: rgb(95, 73, 96);
  font-size: 12px;
}

.breadcrumb > li + li:before {
	color: rgb(95, 73, 96) /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active {
	color: rgb(95, 73, 96) /*{breadcrumb-active-link-colour}*/;
}

.pagination > li > a,
.pagination > li > span {
	color: #776678 /*{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 {
  background-color: #776678;
  border-color: #776678;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #776678 /*{pagination-bg-colour-active}*/;
	border-color: #776678 /*{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: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}

.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color:#e3e3e3 /*{well-border-colour}*/;
}

.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}

.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{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: #777777 /*{navbar-default-link-colour}*/;
}

.navigation-list li a {
	color: #777777 /*{navbar-default-link-colour}*/;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333 /*{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: #333 /*{navbar-default-link-colour}*/;
	border-bottom-color: #333 /*{navbar-default-link-colour}*/;
}

.nav .caret {
	border-top-color: #428bca /*{navbar-default-link-colour}*/;
	border-bottom-color: #428bca /*{navbar-default-link-colour}*/;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333 /*{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: #333333  /*{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: #e7e7e7 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.dropdown-menu {
	background-color: #604a61 /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}

.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
}
.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: #604A61 /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}
.cart-page .btn-success {
  background-color: #604A61;
  border-color: #604A61;
  color: #ffffff;
}
.cart-page .btn-success:hover {
  background-color: #776678;
  border-color: #776678;
}
.cart-page tr.success td, .cart-page .success h3 {
	background-color: #b6aeb7 !important;;
	border-color:#b6aeb7 !important;
	color: #000;

}
.pagination-top {
  margin: 0;
}
#n_product .tabbable .nav li a.reviews i {
  color: #927593;
}

/*
.productdetails p:first-child {
    margin-bottom: initial !important;
    font-size: initial !important;
    font-weight: initial !important;
    line-height: normal !important;
}
*/

.nSwatchProduct {
    height:40px; width:40px; display:block;
}
.nColourSwatch._itmspec_lnk {
    display:inline-block;
    margin:0px;
    padding:2px;
    width: 49px/*69px*/;
}

@media (max-width:767px){
	.nColourSwatch._itmspec_lnk {
		width: 20%;
	}
}

.nColourSwatch._itmspec_lnk ._itmspec_listitm {
	border: 1px solid #d5d5d5;
}

.nColourSwatch._itmspec_lnk img {
	max-width: 100%;
}

.nColourSwatch._itmspec_lnk._itmspec_selected ._itmspec_listitm {
	border: 1px solid #927593;
}

/*.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display:block;
    height:40px;
    width:40px;
    text-align: center;
    color:#6f6f6f;
    position:absolute;
    content: "\f00c";
    font:normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}*/
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: .5;
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
}
.payment-icon-container.zippay{
    background-image: url(/assets/images/zippay.png)!important; 
    background-size: cover !important; 
    background-position-y: 50%;
}

.thumbnail{
    border: none;
}
#n_product #_jstl__images .main-image, #n_product #_jstl__images .col-xs-3 a.fancybox img {
  margin: 0 auto !important;
}


/*----------- Redesign products page by dah --------------*/
.dah_p1170 .extra-options .buying-options .btn-stack div:nth-child(4), .dah_p1170 .extra-options .buying-options .btn-stack div:first-child {
	width: auto !important;
}
.dah_p1170 .extra-options .buying-options .btn-stack div {
	float: none;
	display: inline-block;
}
@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
.dah_p1170 .extra-options .buying-options .btn-stack > div:nth-child(2) {
    margin-bottom: -16px;
}}

#n_product .dah_p1170 .product-wishlist .wishlist_toggle {
	color: rgb(146, 117, 147);
	padding: 0;
	border-color: transparent;
	display: inline-block;
}
.dah_p1170 .product-wishlist .fa {
	font-size: 45px;
	margin: 0 auto 5px;
	padding: 0;
}
.dah_p1170 .dah-shipping {
	padding: 35px 0 35px 25px;
}
.dah_p1170 .dah-shipping p, .dah_p1170 .dah-certified li p {
	font-size: 17px;
	font-weight: 400;
	color: rgb(105, 105, 105);
	font-family: arial,helvetica,sans-serif;
}
.dah-afterpay p {color: rgb(105, 105, 105);
	font-family: arial,helvetica,sans-serif; }
.dah_p1170 .productpage-pimages .main-image, .dah_p1170 .alt-product-image div.col-xs-3 > a > img {
	border: 1px solid #927593;
}
.dah_p1170 .dah-shipping p img {
	padding-right: 5px;
	margin-bottom: 5px;
}
.dah_p1170 .dah-certified {
	border-top: 1px solid grey;
	padding: 10px 25px 0;
	margin: 0 0 50px;
	border-bottom: 1px solid grey;
}
.dah_p1170 .dah-certified li {
	width: 50%;
	float: left;
}
#n_product .dah_p1170 .share-product .list-inline, #n_product .dah_p1170 .share-product p {
	float: right;
}
#n_product .dah_p1170 .tabbable {
	margin-top: -50px;
}
#n_product .dah_p1170 .stamped-product-reviews-badge {
	/* display: inline-block; */
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 12px;
}
#n_product .dah_p1170 .wrapper-product-title h3 { width: auto; float: left; margin-right: 10px;}
.share-product.col-xs-12 {
	z-index: 1000;
}
#n_product .tabbable .nav.nav-tabs {
	width: 100%;
	float: left;
	z-index: 10;
}
#n_product #main-content .section-heading.dah-bnpl > h3 {
	background-size: 59% auto;
}
.dahr-rguide > .btn {
	background-color: #927593;
	color: #fff;
	font-size: 24px;
	margin: 0 10px;
	position: absolute;
	top: 28%;
}
.dahr-rguide > .owlprev1 {
	left: 5px;
}
.dahr-rguide > .owlnext1 {
	right: 5px;
}
.dahr-rguide {
	position: relative;
	padding: 0 50px 0px;
	float: left;
}
#n_product .tab-content {
	padding-top: 15px;
	float: left;
}
#n_product .tab-content {
    padding-top: 15px;
    width: 100%;
}
#n_product .dah_p1170 .dah-afterpay > p:first-child {
	width: 100%;
	float: left;
	text-align: center;
	border: 2px solid grey;
	border-radius: 5px;
	padding: 15px;
}
#n_product .dah_p1170 .dah-afterpay > p:first-child > * {
	display: inline-block !important;
	margin-right: 15px;
	font-size: 20px;
	vertical-align: middle;
	color: grey;
}
/*.dah_p1170 .stamped-summary-actions-newquestion {
	display: none;
}*//*
.dah_p1170 .stamped-review:first-child {
	margin: 0;
	padding-top: 0;
	border-top: 0;
}
.dah_p1170 .stamped-widget-title {
	text-align: center;
}
.dah_p1170 .reviews-widget-footer > #stamped-sort-select {
	height: 45px;
	margin-left: 15px;
	position: relative;
	float: right;
	max-width: 150px;
}
.dah_p1170 .reviews-widget-footer.text-right > * {
	float: right;
	position: relative;
}*/
.dah_p1170 .alt-product-image div.col-xs-3 .fancybox-vid > img {
	width: 123px;
	height: 123px;
}
.dah_p1170 .dah-shipping p a {
	width: 90%;
	float: left;
	margin-left: 25px;
}
@media only screen and (max-width:767px) {
#n_product .dah_p1170 .tabbable {
	margin-top: 0px;
}
#n_product #main-content .dah_p1170 .section-heading.stamped > h3 {
	margin-bottom: 0;
	margin-top: 25px;
}
#n_product .dah_p1170 .stamped-container {
	padding: 0 !important;
}
#n_product #main-content .section-heading.dah_products > h3 {
	margin-top: 0;
}
#n_product .dah_p1170 .stamped-review:last-child {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.dah_p1170 .wrapper-pricing {
	font-size: 12px;
	width: 100%;
	float: left;
}
.dah_p1170 .alt-product-image div.col-xs-3 .fancybox-vid > img {
	width: 100%;
	height: 100%;
}
.dah_p1170 .alt-product-image div.owl-item:not(.col-xs-3):nth-last-child(2) .fancybox > img {
    width: 100%;
	height: 100%;
}   
.dah_p1170 .dah-shipping p, .dah_p1170 .dah-certified li p {
	font-size: 14px;
}/*
.dah_p1170 .dah-certified li {
	width: 100%;
	float: left;
}*/
#n_product .dah_p1170 .itm-brochure img {
	width: 200px;
}/*
#n_product .dah_p1170 .tabbable {
	margin-top: 50px;
}*/
#n_product .dah_p1170 .share-product p {
    font-size: 15px;
}
.dah_p1170 .tab-content > .active#description * {
	max-width: 100%;
}
.dah_p1170 .alt-product-image div.col-xs-3 .fancybox-vid > img, .dah_p1170 .alt-product-image div.owl-item:not(.col-xs-3):nth-last-child(2) .fancybox > img {
	height: 200px;
	width: 200px;
}
#n_product .alt-product-image div.col-xs-3 a > * {
	display: inline-block !important;
	float: none !important;
}
#n_product .alt-product-image div.col-xs-3 a {
	text-align: center;
	float: left;
	width: 100%;
}
.dahr-rguide {
	padding: 0;
}
.dah_p1170 .extra-options .buying-options .btn-stack div:nth-child(3) {
	width: 80%;
	float: left;
}
.dah_p1170 .extra-options .buying-options .btn-stack div:nth-child(4) {
	width: 20% !important;
	float: left;
	padding: 5px;
}/*
#n_product .section-heading.stamped > h3 { margin-top: 25px; }
.dah_p1170 .reviews-widget-footer > .stamped-summary-actions-newreview {
	float: left;
	margin-top: 10px;
}
.dah_p1170 .reviews-widget-footer > #stamped-sort-select {
	margin-left: 0;
	float: left;
	max-width: 100%;
}*/
.owl-item .fancybox-vid > span {top: 45%;}
.dah_p1170 .dah-shipping p > img, .dah_p1170 .dah-certified li p > img {
	float: left;
	width: 23px;
	padding-bottom: 1px;
}
.dah_p1170 .dah-certified li p > img { width: 40px; padding-right: 5px;}

}
.size-container {
	overflow-y: hidden !important;
}/*
.dah_p1170 .stamped-questions-placeholder > .question-form-wrapper:nth-child(3) {
	display: none !important;
}*/
.dah_p1170 .stamped-container {
	border: none;
	padding: 0;
}
.dah_p1170 .stamped-container .stamped-header-title, .dah_p1170 .stamped-container .stamped-summary-ratings {
	display: none;
}
.dah_p1170 .stamped-container .stamped-header {
	margin-bottom: 35px;
}/*
.dah_p1170 .stamped-reviews .stamped-review {
	width: 50%;
	display: inline-block;
	padding: 15px !important;
	margin: 0 auto;
	border: none;
}
.dah_p1170 .stamped-container .stamped-reviews {
	margin: 0 -15px;
}
.dah_p1170 .stamped-container .stamped-review-footer {
	display: none;
}*/
.dah_p1170 .stamped-container .stamped-review-content-body, .dah_p1170 .stamped-container .stamped-review-header-title {
	color: rgb(105, 105, 105);
	font-family: "arial";
}
#n_product .dah_p1170 .stamped-container #stamped-sort-select {
	background-color: #fff !important;
	max-width: 201px !important;
	padding: 0;
	width: 140px;
}
#n_product .dah_p1170 ul.stamped-tabs li.active {
	font-weight: 700;
	border-bottom: 3px solid rgb(105, 105, 105);
	color: rgb(105, 105, 105);
}
#n_product #main-content .dah_p1170 .section-heading.stamped > h3 {
	background-size: 57% auto;
	margin-bottom: 0;
	margin-top: 20px;
}
#n_product #main-content .dah_p1170 .section-heading.dah-bnpl > h3 {
	background-size: 61% auto;
}
#n_product #main-content .dah_p1170 .section-heading > h3 {
	margin-top: 48px;
}
#n_product #main-content .dah_p1170 .thumbnail {
	margin-bottom: 0px;
}
#n_product #main-content .section-heading.dah_products > h3 {
	margin-top: 0;
}
.stamped-review:last-child,.stamped-review:nth-last-child(2) {
	margin-bottom: 0;
}
.dahr-rguide > .owlprev1 {
	left: -35px;
}
.dahr-rguide > .owlnext1 {
	right: -35px;
}
#n_product .stamped-button-primary { color: #333333; font-weight: 700; }
.dah_p1170 .dah-certified li p img {
	width: 30px;
}
@media only screen and (min-width:1199px) {
.dah_p1170 .extra-options .buying-options .btn-stack div:first-child {
	width: 100% !important;
	text-align: left;
}
}
.rewardslink {
	border-radius: 0;
	background-color: #F3F3F3;
	color: #604A61;
	display: inline;
}
/*#n_home .dah-review { display: none; }*/


#n_product div[data-widget-style="standard"] label[for="stamped-sort-select"] {
	position: absolute !important;
	right: 0 !important;
	line-height: 0;
	z-index: 2;
	top: -28px;
	/* text-align: left; */
}
#n_product .dah_p1170 .stamped-container #stamped-sort-select {
	background-color: #fff !important;
	width: 200px !important;
	padding: 0 15px;
	text-align: left;
	    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    color: #000 !important;
}
#n_product div[data-widget-style="standard"] select#stamped-sort-select {
	position: initial;
	max-width: 180px;
	height: 38.5px;
	background-position: right -1px center;
	background-image: url(//cdn.shopify.com/s/files/1/2603/2528/t/32/assets/icon-arrow-down-bg.svg) !important;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: initial;
	padding-right: 50px;
	padding-left: 12px;
	line-height: 1.25;
	text-indent: .01px;
	text-overflow: '';
	border: 1px solid #333 !important;
	color: #000;
	bottom: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all ease-in-out .2s;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    color: #000 !important;
}
#n_product div[data-widget-style="standard"] .stamped-summary-actions {
	margin-top: 0 !important;
	display: block !important;
	float: right;
	margin-bottom: -100px;
	position: absolute;
	z-index: 3;
	right: 0/*215px*/;
	bottom: 45px;
}
@media only screen and (max-width: 599px){

#n_product div[data-widget-style="standard"] .stamped-summary-actions > a {
	width: 100%;
	margin-bottom: 10px !important;
}
#n_product div[data-widget-style="standard"] .stamped-summary-actions {
	width: 100%;
	right: 0;
	float: left;
	position: relative;
	top: 15px;
	margin-bottom: 20px !important;
}
#n_product div[data-widget-style="standard"] label[for="stamped-sort-select"] {
	position: absolute !important;
	right: 0 !important;
	line-height: 0;
	z-index: 2;
	top: -58px;
	width: 100%;
}
#n_product .dah_p1170 .stamped-container #stamped-sort-select {
	background-color: #fff !important;
	width: 100% !important;
	padding: 0 15px;
	text-align: left;
	max-width: 100% !important;
}

}
@media only screen and (max-width: 479px){
    #n_product div[data-widget-style="standard"] .stamped-summary-actions {
margin-bottom: 50px !important;
}
}
.bonus-products .dah-review {
	display: none !important;
}
#n_product div[data-widget-style="standard"] .stamped-review:nth-child(2) {
	border-top: 0px solid #eee;
}
#n_product div[data-widget-style="standard"] .stamped-summary-actions {
	margin-top: 0 !important;
	display: block !important;
	float: right;
	margin-bottom: -125px;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 45px;
}
#n_product div[data-widget-style="standard"] select#stamped-sort-select {
	margin-bottom: 18px;
}
#n_product .stamped-reviews {
	border-top: 1px solid transparent;/*#eee*/
}
#n_product div[data-widget-style=standard][data-count="0"] .stamped-summary {
    border-bottom: 0px solid #eee;
}
#n_product div[data-widget-style="standard"] .stamped-summary[data-count="0"] .stamped-summary-actions {
	margin-bottom: -90px;
}