/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden; font-size:0.875em;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:0; right:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px; border:none;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */

/**
 * Search block
 *
 */
.blog-search { padding: 5px; }
.blog-search .input-text { margin-bottom: 4px;}

/**
 * Side nav
 *
 */
.top-categories, .block-blog-categories { margin-bottom:30px; }
.top-categories li a, .block-blog-categories li a { color:#999; display:block; font-size:2em; font-weight:normal; border-bottom: 5px solid #DCDCDC; line-height:1.8em;  }
.top-categories li a:hover, .top-categories li a:active, .block-blog-categories li a:hover, .block-blog-categories li a:active { color:#00a99d; border-bottom: 5px solid #00a99d; text-decoration:none; }
.block-blog.block-blog-categories  .block-content li { margin:0; }
.block-blog-categories .block-title { display:none; }

.block-blog li, .block-blog .block-title { border-bottom: 1px solid #DCDCDC; color: #666666; line-height: 2.5em; font-weight:normal; }
.block-blog .block-content li { font-size: 0.814em; margin-left: 15px; }
.block-blog .block-content #wp-archive-list li { margin:0; border:none; }
.block-blog .block-content #wp-archive-list li select { width:100%; }
.block-blog-archives .block-title { margin-bottom:10px;}
.wp-sidebar .block-blog .block-content li a { font-weight:normal; }
.block-blog.block .block-content li.item { padding:0; }
.block-blog.block li.even { background-color:transparent; }
/**
 * General post (view and list)
 *
 */
.post-date { font-size: 0.750em; margin-bottom: 10px; color:#666; }
.post-date .by-author { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/by-author.png) center left no-repeat; padding:0 15px; }
.post-date .date-stamp { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/date-stamp.png) center left no-repeat; padding:0 15px; }
.post-date .comments { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/comment.png) center left no-repeat; padding:0 15px; }
.post-meta { font-style: italic; }
.post-entry { font-size: 0.875em; height: 1%; overflow: hidden; }
.post-entry-with-image { height: 1%; overflow: hidden; }
.post-entry p { margin-bottom: 1em; }

.is-blog .toolbar { margin: 0 0 10px; }

/**
 * Blog recent
 *
 */
.block-recent-posts ul li.item { margin:0; padding:0;}
.block-recent-posts.vertical:first-child .post-list ul li { background:#e9e9e9; }
.block-recent-posts.vertical .featured-image { width:100%; }
.block-recent-posts .post-list.horizontal li { clear:both; }
.block-recent-posts .post-list { position: relative; }

/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line {  }

/**
 * Post list page
 *
 */

.post-list h2 a, .block-recent-posts h2 a { font-size:1.6em; color:#333; }
.post-list h2.category-title, .block-recent-posts h2.category-title { color:#00a99d; font-weight:normal; font-size:1.8em; }
.post-list .featured-image, .block-recent-posts .featured-image { width:100%; position:relative; padding:0; }
.post-list .featured-image .arrow, .block-recent-posts.vertical .post-list .featured-image .arrow { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -161px 0; width:50px; height:26px; position:absolute; bottom:0; top:auto; right:45%; }
.post-list .featured-image img, .block-recent-posts .featured-image img { width:100%; }
.post-list, .block-recent-posts .post-list { clear:both; border-top:1px solid #dcdcdc;  }
.post-list .post-entry, .block-recent-posts .post-entry { position:relative; }
.post-list .post-entry .text a.arrow, .block-recent-posts .post-list .text a.arrow { position:absolute; bottom:20px; }

.post-list .item .text, .block-recent-posts.vertical .text { width:62%; float:left; padding:20px 4%; height:240px; }
.post-list li.item { border:1px solid #dcdcdc; border-top:none; }
.post-list h2 { line-height: 1.5em; }


/**
 * Post view page
 *
 */
.post-title h1 { margin-bottom: 4px; font-size:2em; line-height:1em; min-height:70px; }
.post-view .post-meta { margin-bottom: 20px; }
.post-view .post-skips { display: block; margin-top: 20px; width: 100%; }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }
.post-view .featured-image.big { margin:20px 0; }
.post-view .yarpp-related { margin-bottom: 20px; }


/* Related Products */

.block-related #block-blog-related .item { border:1px solid #dcdcdc; margin:0; padding:10px; margin-top:10px;  }
.block-related #block-blog-related .item .price-box { font-size:1.375em; margin-bottom:20px; }
.block-related #block-blog-related .item .product-details { margin-left:110px;  }
.block-related #block-blog-related .item .product-image { float:left; padding:0; }

/**
 * Post comments
 *
 */
.comments-wrapper { border-top:5px solid #dcdcdc; padding:20px 0; }
.comments-wrapper h2 { margin-bottom: 20px; font-size:1.5em; }
.comments-wrapper ul.children { margin-left: 20px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .comment-inner { border-bottom: 1px solid #eee; padding: 10px 0; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment a.comment-when { text-decoration: none; font-weight:normal; }
.comment .comment-entry { clear: both; font-size: 0.875em; }
.respond-success { display: none; }

.comments-wrapper .fieldset { background:none; border:none; padding:0; }
.comments-wrapper .buttons-set { border:none; }
.comments-wrapper .form-list .input-box { width:auto; margin-bottom:10px; }
.comments-wrapper .form-list input.input-text, .comments-wrapper .form-list textarea { width:100%; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.comments-wrapper .form-list input.input-text { height:28px; line-height:28px; }
.comments-wrapper .form-list label { font-weight:normal; font-size:0.875em; margin-bottom:5px; color:#333; }
.comments-wrapper button.button span { background: #ff8d12; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8d12 1%, #ff8401 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff8d12), color-stop(100%,#ff8401)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8d12 1%,#ff8401 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8d12 1%,#ff8401 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8d12 1%,#ff8401 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8d12 1%,#ff8401 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d12', endColorstr='#ff8401',GradientType=0 ); /* IE6-9 */
    }
/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */
.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest {}
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 96%;
padding: 9px;
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 98%;
border-color: #eee;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }

dl.gallery-item { float: left; }

.post-view ul.form-list { list-style: none outside none; }

.wp-sidebar { margin-bottom:20px; }

/**
 * Yarpp thumbnails
 * This is taken directly from the Yarpp plugin
 */

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	*display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 0px;
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none;
}
.yarpp-thumbnail-default > img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none;
}

/* Right Promo */
.little-black-dress-promo { border:1px solid #dcdcdc; text-align:center; min-height:270px; font-size:18px;
background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/little-black-dress-promo.png) top left no-repeat;
 }
.little-black-dress-promo span { color:#e53935; font-weight:bold;}
.little-black-dress-promo span.box { background:#e53935; color:#fff; padding:3px; }
.little-black-dress-promo .half { padding:30px 20px 0; }
.little-black-dress-promo .full { padding:10px 10px 0; line-height:28px; }
.little-black-dress-promo .half { width:60%; float:right; clear:both;}
.little-black-dress-promo .full { clear:both; background: rgb(255,255,255); background: rgba(255,255,255,0.7); }

/* Media Queries ========================================================================= */

.block-blog-archives { display:none; }

@media all and (min-width:441px) {

.little-black-dress-promo .half { width:auto; float:none;}
.little-black-dress-promo .full { background: none; }

}

@media all and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .block-blog-archives { display:block; }

    .blog-home, .is-blog .block-recent-posts, .wordpress-archive-view .post-list, .wordpress-post-category-view .post-list { float:left; }
    .block-recent-posts.vertical { width:33.3%; float:left; }
    .blog-popular-products { float:right; width:33.3334%; } 
    .post-list .featured-image, .block-recent-posts .featured-image  { width:50%; }
    .post-list .item .text,  .block-recent-posts .post-list .text { width:42%; float:left; padding: 20px 4%; }
    .block-recent-posts.vertical .text { width:62%; height:249px; }
    .post-list .featured-image .arrow, .block-recent-posts .featured-image .arrow { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: 0 -79px; width:26px; height:50px; position:absolute; top:45%; right:0; }

    .cms-home .block-recent-posts.vertical { width:47%; float:left; margin-left:2%; }

    .comments-wrapper .form-list .input-box, .comments-wrapper .buttons-set { width:65%; }
}

@media all and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .cms-home .block-recent-posts.vertical { width:23.5%; }
    .cms-home .block-recent-posts { width:47%; float:left; margin-left:2%; }
    .cms-home .block-recent-posts:nth-of-type(4) { margin:0; }
	.block-recent-posts.vertical .text { width:82%; }

	.little-black-dress-promo .half { width:60%; float:right;}
	.little-black-dress-promo .full { background: rgb(255,255,255); background: rgba(255,255,255,0.7); }
}




 /**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@font-face {
    font-family: 'helveticaneuelight';
    src: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/css/helveticaneue_light-webfont-webfont.eot');
    src: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/css/helveticaneue_light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/css/helveticaneue_light-webfont-webfont.woff') format('woff'),
         url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/css/helveticaneue_light-webfont-webfont.ttf') format('truetype'),
         url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/css/helveticaneue_light-webfont-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

* { margin:0; padding:0; }

body          {  background:#f5f5f5; font-family: 'helveticaneuelight', Arial, Helvetica, sans-serif; color:#333; text-align:left; font-size:16px; font-size:1em; line-height:21px; min-width:320px; }

img           { border:0; vertical-align:top; max-width: 100%; height:auto; }

a             { color:#333; text-decoration:none; font-weight:bold; }
a:hover       { text-decoration:underline; }
:focus        { outline: 0; }
a.arrow       { background:url(/skin/frontend/base/default/images/icons/navigateright-blue.png) center right no-repeat; padding-right:15px; font-size:0.814em; }
a.arrow.yellow { background:url(/skin/frontend/base/default/images/icons/navigateright-yellow.png) center right no-repeat; }
a.arrow.green { background:url(/skin/frontend/base/default/images/icons/navigateright-green.png) center right no-repeat; }

/* Headings */
h1            { font-family: Helvetica, Arial, sans-serif; font-size:24px; font-weight:bold; color:#333; margin-bottom:20px; }
h2            { font-family: Helvetica, Arial, sans-serif; font-size:16px; font-weight:bold; color:#333; margin-bottom:10px;  }
h3            { font-size:16px; font-weight:bold; line-height:24px; color:#000; font-family:Arial, sans-serif; }
h4            { font-size:13px; font-weight:bold; line-height:21px; color:#1f1f1f; font-family:Arial, sans-serif; }
h5            { font-size:12px; font-weight:bold; line-height:21px; color:#262429; font-family:Arial, sans-serif;}
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }
p             { padding-bottom:1em; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { background:#fff; max-width:1220px; margin:0 auto; -webkit-box-shadow:  0px 1px 5px 2px  #c5c5c5; -moz-box-shadow:  0px 1px 5px 2px  #c5c5c5; box-shadow:  0px  1px 5px 2px #c5c5c5; }
.page { width:100%; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.catalog-category-view .main, .catalogsearch-result-index .main { position:relative; padding:150px 0 200px; }
.main-container { padding:0; margin:0 4%; }
.cms-home .main-container, .catalog-category-view .main-container, .catalogsearch-result-index .main-container { margin:0; }

/* Content Columns */
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Global Gutter Margins */
.margin-2 { margin: 0 2%; }
.margin-4 { margin: 0 4%; }

/* Form Elements */
input,select,textarea { vertical-align:middle; color:#333; height:26px; }
input.input-text,select,textarea { background:#fff; border:1px solid #dcdcdc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
input.input-text,textarea { padding:2px; }
select { padding:4px; height:30px; line-height:30px; /*background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/directdown.png) center right no-repeat;*/ }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button, button.onestepcheckout-place-order, a.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span, button.onestepcheckout-place-order span, a.button span {
    float:left; height:21px;font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff;
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:8px 30px;
    /*padding:8px 20%;*/
    box-shadow: 0 1px 1px 1px #c5c5c5;
    display:block;
}
button.button:hover span, button.onestepcheckout-place-order:hover span, a.button:hover span { background: #00af29; }
button.button span span, button.onestepcheckout-place-order span span { background-position:100% 0; padding:0; box-shadow: none; }
button.disabled {}
button.disabled span {}

header .form-search button.button span, header .form-search button.button:hover span { border:none; text-indent:-999em; background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -152px -57px; padding:0; width:39px; height:36px; border-radius:0; box-shadow: none;}

.checkout-cart-index button.button.btn-checkout span, button.onestepcheckout-place-order span,
.checkout-cart-index button.button.btn-checkout:hover span, button.onestepcheckout-place-order:hover span {
    background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/checkout-btn.png) center center no-repeat;
    width:242px; height:58px; line-height:58px;
    text-align:left;
    text-indent:30px;
    padding:0;
    box-shadow:none;
    font-size:1.125em;
    color:#fff;
    border:none;
}
.checkout-cart-index button.button.btn-checkout:hover span, button.onestepcheckout-place-order:hover span { opacity:0.9; }

button.onestepcheckout-place-order { float:right; }
button.onestepcheckout-place-order span, button.onestepcheckout-place-order:hover span { text-indent:45px; }
button.btn-checkout.no-checkout {}

.preorder-item span {
    padding-right: 5px;
    color: #333;
    margin-right: 5px;
    font-weight:bold;
    font-family:helvetica, arial, sans-serif;
}

.hfl-not-tested {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: url("https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bg-hfl-not-tested.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}


p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list.braintree-hostedfield label { float:none; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0; padding:0 !important; }
.messages { overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style:solid !important;
    border-width:1px !important;
    background-position:10px 9px !important;
    background-repeat:no-repeat !important;
    min-height:36px !important;
    padding:8px 8px 8px 58px !important;
    font-size:11px !important;
    font-weight:bold !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cms-home .col-main .messages { margin:0 4%; width: 92%; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/msg-error.png); color:#df280a; }
.success-msg { border-color:#c9c9c9; background-color:#f0f0f0; background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/msg-success.png); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding-bottom:10px; margin:0 0 10px; border-bottom:1px solid #dcdcdc; color:#666; font-size:0.75em; position:absolute; top:0; width:100%; }
.breadcrumbs a { color:#666; font-weight:normal; }
.breadcrumbs li { display:inline; }
.catalog-product-view .breadcrumbs { position:relative; }

/* Page Heading */
.catalog-category-view .page-title, .catalogsearch-result-index .page-title  { border:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/backgrounds/category-title.png) top left repeat; padding:20px 3% 0; position:absolute; top:0; width:94%; min-height:90px; }
.catalog-category-view .page-title, .catalogsearch-result-index .page-title h1 { margin:0; }
.page-title h1, .page-description h1, .page-description h2 { font-size:2em; line-height:1.2em; color:#333; width:60%; }
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.page-description { border:1px solid #dcdcdc; clear:both; margin-bottom: 20px!important; padding:20px 2%; font-size:0.814em; }
.page-description h1, .page-description h2, .page-description .text { width:96%; }


.subtitle { clear:both; }

/* Pager */
.pager { text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:left; }
.pager .pages {  }
.pager .pages ol { display:inline; }
.pager .pages li, .sorter .sort-by a { display:inline-block; width:28px; height:28px; line-height:28px; border:1px solid #c3c5c8; background:#f5f5f5; color:#333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.pager .pages li.current { background:#1f1f1f; color:#fff; }
.pager .pages li a { font-weight:normal; display:block; }
.is-blog .pager { margin:20px 0 40px; float:right;}

/* Sorter */
.sorter { float:right; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin:20px 0; font-size:0.814em; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; margin-top:20px; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr { border-top:1px solid #dcdcdc; }
.data-table tr.even { }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline-block; text-align:left; font-size:0.814em; margin:10px 0;  }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.links li a { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateright-blue.png) center right no-repeat; padding:0 15px 0 17px; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {  }
header .logo { float:left; text-decoration:none !important; width:45%; }
header .logo img { width:233px; }
header .logo strong, header .logo-h1 strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
header h1.logo-h1 { margin:0; padding:0; }
header .welcome-msg { font-weight:bold; text-align:right; }
header .links { text-align:right; }
header .form-search { position:relative; clear:both; }
header .form-search #search { width:95%; height:34px; padding:0 2%; margin:10px 0; }
header .form-search button.button { position:absolute; top:10px; right:0; }
header .form-search .search-autocomplete { z-index:999; }
header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
header .form-search .search-autocomplete li.selected {}
header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

header .menu-toggle, header .login-toggle, header .cart, header .phone { width:36px; height:36px; text-indent:-999em; border:1px solid #ccc; float:right; margin:20px 0.5%; cursor:pointer; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
header .phone span { display:block; }
header .phone a, header .phone a:hover { font-weight:normal; cursor: default; text-decoration: none; }
header .menu-toggle { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -78px -57px; }
header .login-toggle { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -29px -13px; margin-right:0; }
header .phone { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -115px -57px; }
header .cart { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -95px 0; font-weight:bold; font-size:1.5em; }
header .cart .mobile-cart-link { display:block; width:36px; height:36px; }
header #mobile_account { padding: 20px; background:#f0f0f0; border:1px solid #dcdcdc; margin-bottom:20px }
header #mobile_account button.button { margin-bottom:20px; }
header #mobile_account p { font-size:0.875em;}

.why-shop { margin-bottom:20px; }
.why-shop ul li { float:left; width:22.5%; }
.why-shop ul li.first { width:15%; }
.why-shop ul li.returns { width:17.5%; }
.why-shop ul li.first p { font-size:1.5em; padding:0; font-weight:normal; }
.why-shop ul li a { padding-left:35px; font-size:0.75em; display:block; font-family: Helvetica, Arial, sans-serif;  }
.why-shop ul li.delivery a, .product-trust li.delivery { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/free-delivery.png) center left no-repeat; padding-left:45px;  }
.why-shop ul li.discounts a, .product-trust li.discounts { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/price-tag.png) center left no-repeat; }
.why-shop ul li.returns a, .product-trust li.returns { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/returns.png) center left no-repeat; }
.why-shop ul li.loyalty a, .product-trust li.loyalty { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/heart.png) center left no-repeat; padding-left:25px; }
.why-shop.de ul li, .why-shop.de ul li.returns, .why-shop.fr ul li, .why-shop.fr ul li.discounts { width:23%;}
.why-shop.de ul li.first, .why-shop.de ul li.discounts, .why-shop.de ul li.loyalty,
.why-shop.fr ul li.first, .why-shop.fr ul li.loyalty { width:18%; }
.why-shop.fr ul li.returns { width:15%; }
.why-shop.fr ul li.delivery { width:26%; }

.despatch { clear:both; background:#1f1f1f; color:#fff; line-height:30px; padding:3px 2% 0; margin-bottom:20px; }
.despatch em { font-style:normal; font-size:0.625em; float:right; width:60px; line-height:13px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/help.png) center right no-repeat; padding:13px 13px 13px 0; text-transform:uppercase; }
.despatch span { font-size:1.4em; }
.despatch span.tiny {font-size: 10px; float:left; line-height:0.8em;}
.despatch .shipping em { cursor : pointer;}
.despatch p { padding:0; }

/********** < Navigation */
/*.nav-container { position:absolute; top:107px; left:auto; width:989px; }*/
nav { margin-bottom:20px; }
nav.primary{float:left;font-family:Arial, sans-serif;color:#333;/*height:123px;*/ height:103px; width:100%}
nav.primary {
    height: auto !important;
}
nav.primary ul#nav {  position: relative; z-index:10; clear:both; padding:0;}
#nav li { height:auto !important; }
#nav li span.menu-item-button{width:96%; height:45px; background: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigatedown.png') no-repeat right center transparent; position:absolute; display:block; float:right; cursor:pointer;}
#nav li span.menu-item-button.active{background: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateup.png') no-repeat right center transparent;}

/* .menu-button{display:none;} */
/* #nav li a span{font-family: Arial, Helvetica, sans-serif; color:#333; font-weight:bold; font-size:16px;} */
/* #nav li.active a span, #nav li.over a span{color:#333;} */

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:99999; }
#nav li.production ul.shown-sub,#nav li.packaging ul.shown-sub,
#nav li.production div.shown-sub, #nav li.decoration ul.shown-sub,
#nav li.decoration div.shown-sub,#nav li.packaging div.shown-sub { left:-337px; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

/* All Levels */
#nav li.level0 { margin:0; position:relative; }
#nav li.last{border-bottom:0;}
#nav li a {display: block; width:100%; font-weight:bold;}

/* 2nd Level */
#nav ul{ position:absolute; min-width:160px; z-index:99999; background:#f6f6f6; width:98%; padding:10px 2% 10px 0; }
#nav ul.level0 { -webkit-box-shadow: 0px 1px 1px 1px #c5c5c5; -moz-box-shadow: 0px 1px 1px 1px #c5c5c5; box-shadow: 0px 1px 1px 1px #c5c5c5; position: static; display:none}
#nav ul.tech{position:static; border:none; padding:0; width:100%; }
#nav ul li.level1 {float:none; position:relative; width:100%; margin:0; }
#nav ul li.level1 a {text-align:left; background:none; font-size:13px; line-height:1.7em; height:100%; padding-top:0; color:#349bc7; padding:8px 30px; }
#nav ul li.level1 a:hover,#nav ul li.level1 a:active  { background:#349bc7; color:#fff; text-decoration:none}

#nav li.tech { width:190px; position:static; display:block;}
#nav li.tech.two{margin:10px 20px; display:none;}
#nav li.tech.two a{color:#333; padding-top:0; text-align:center; height:inherit; background-image:none;}
#nav li.tech.two a:hover{background:none;}
#nav li.tech.two a img{display:block;}
#nav li.tech.two .price-box { text-align:center; margin-bottom:10px; font-size:0.875em; }
#nav li.tech.two h2{padding-bottom:5px;}
#nav li.tech.two h2.product-name a{font-size: 14px;}
#nav li.tech.two a.link-more-info {
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 15px;
    text-align:center;
    border:1px solid #c6c6c6;
    color:#333;
    width:90px;
    display:block;
    margin:0 auto;
    font-size:0.814em;
}
#nav li.tech.two a.link-more-info:hover {
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px 1px #c5c5c5;
    color:#fff;
    border:1px solid #f6f6f6;
}

/* Mobile Devices Styles */
#nav li.touched > ul{left:100px;}
#nav > li.touched > ul{left:0;}
#nav.nav-wide li.touched > ul{left:0;}


/* nav { margin-bottom:20px; } */
nav ul li a.top {
    display:block; font-size:0.875em; height:45px; line-height:45px; color:#333; text-decoration:none; text-indent:1.2em;
    background: #ececec;  /* Old browsers  */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #ececec 100%);  /* FF3.6+  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#ececec)); /* Chrome,Safari4+  */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#ececec 100%);  /*Chrome10+,Safari5.1+  */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#ececec 100%);  /* Opera 11.10+  */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#ececec 100%);  /* IE10+  */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#ececec 100%);  /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ececec',GradientType=0 );  /* IE6-9 */
    -webkit-box-shadow:  0px 1px 1px 1px #c5c5c5;
    -moz-box-shadow:  0px 1px 1px 1px #c5c5c5;
    box-shadow:  0px 1px 1px 1px #c5c5c5;
}
nav ul li a:hover {
    text-decoration:none;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e5e5e5 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

nav ul li.sale a {
    color:#fff; text-decoration:none;
    background: #e9594a;  /* Old browsers  */
    background: -moz-linear-gradient(top,  #e9594a 0%, #e74c3c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9594a), color-stop(100%,#e74c3c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9594a 0%,#e74c3c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9594a 0%,#e74c3c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9594a 0%,#e74c3c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9594a 0%,#e74c3c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9594a', endColorstr='#e74c3c',GradientType=0 ); /* IE6-9 */
}

/* .nav-container { position:absolute; top:107px; left:auto; width:989px; } */

/* All Levels */
/* #nav li { text-align:left; position:relative; } */
/* #nav li.over { z-index:999; } */
/* #nav li.parent {} */
/* #nav li a { display:block; text-decoration:none; } */
/* #nav li a:hover { text-decoration:none; } */
/* #nav li a span { display:block; white-space:nowrap; cursor:pointer; } */
/* #nav li ul a span { white-space:normal; } */

/* 1st Level */
/* #nav li { float:left; } */
/* #nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; } */
/* #nav li a:hover { color:#000; } */
/* #nav li.over a, */
/* #nav li.active a { color:#000; } */

/* 2nd Level */
/* #nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; } */
/* #nav ul li { float:none; border-bottom:1px solid #ddd; } */
/* #nav ul li.last { border-bottom:0; } */
/* #nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; } */
/* #nav ul li a:hover { color:#000 !important; } */
/* #nav ul li.active > a, */
/* #nav ul li.over > a  { font-weight:bold; color:#000 !important; } */

/* 3rd+ leven */
/* #nav ul ul { top:7px; } */

/* Show Menu */
/* #nav li.over > ul { left:0; } */
/* #nav li.over > ul li.over > ul { left:100px; } */
/* #nav li.over ul ul { left:-10000px; } */
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { }
.block .block-title {  }
.block .block-title strong { font-size:18px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even {}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; padding:5px; }
.mini-products-list .product-details { }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { margin-bottom:20px; }
.block-account .block-title strong  { font-weight:normal; display:block; }

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav { margin:0 4%; }
.block-layered-nav dt { }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav dd li, .block-account li { font-size:0.814em; margin-left:15px; color:#666; }
.block-layered-nav li, .block-layered-nav dt, .block-account li, .block-account .block-title strong { color:#666;border-bottom:1px solid #dcdcdc; line-height:2.8em;  }
.block-layered-nav dd li a, .block-account li a { font-weight:normal; color:#666; }
.block-layered-nav dt { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateup-collapse.png) center right no-repeat; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left;  }
.block-related .item .product-details { }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.newsletter-cms .block-subscribe .arrow { display:none; }
.newsletter-cms .block-subscribe { margin-bottom:20px; position:static; }
.block-subscribe, .feefo-link-block { height: 140px; width:92%; padding:30px 4%;  }
.block-subscribe { position:absolute; bottom:0; right:0;  background:#383838; color:#c0bfbf; }
.block-subscribe .block-title { color:#00a99d; }
.block-subscribe a { color:#fff; }
.block-subscribe .block-title strong, .feefo-link-block h2 { font-size:1.5em; line-height:1em; }
.block-subscribe .form-subscribe-header { font-size:1.5em; margin:10px 0 15px; }
.block-subscribe .input-box { float:left; width:70%; margin-bottom:5px;  }
.block-subscribe .input-box input {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.block-subscribe #newsletter { width:96%; height:31px; position:relative; padding:2px 2%; }
.block-subscribe .actions { float:left; width:30%; margin-bottom:5px; }
.block-subscribe button.button { width:100%; }
.block-subscribe button.button span {
    background: #129a8f; /* Old browsers */
    background: -moz-linear-gradient(top,  #129a8f 0%, #009287 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#129a8f), color-stop(100%,#009287)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #129a8f 0%,#009287 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #129a8f 0%,#009287 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #129a8f 0%,#009287 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #129a8f 0%,#009287 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129a8f', endColorstr='#009287',GradientType=0 ); /* IE6-9 */
    box-shadow:none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width:96%;
    padding:8px 2%;
}
.block-subscribe button.button:hover span { background: #129a8f; }
.block-subscribe button.button span span { padding:0; }

.col2-left-layout .block-subscribe a.arrow, .col2-left-layout .feefo-link-block a.arrow { display:none;}

/* Block: Feefo Link */
.feefo-link-block { background:#1f1f1f; color:#fff; margin-top:20px; position:relative; }
.col2-left-layout .feefo-link-block { position:absolute; bottom:0; }
.feefo-link-block h2, .feefo-link-block a { color:#fff; }
.feefo-link-block h2 { padding-right:120px; }
.feefo-link-block .feefo-percentage { font-weight:bold; color:#333; font-size:2.25em; float:right; height:120px; width:120px;
    -webkit-border-radius: 120px; -moz-border-radius: 120px; border-radius: 120px; background-color:#ffc000; text-align:center; line-height:120px; position: absolute; top: 10px; right:10px; }
.feefo-link-block a.arrow { position:absolute; bottom:25px; right:4%; }
.feefo-link-block img { position:absolute; bottom:20px; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Block: Next Despatch - Creare OrderBeforeX  */
#creare_cdc { height: 37px; display: block; clear: both; }
#creare-hours { padding: 0 10px 0 0; height: 37px; display: block; float: left; background: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/orderbeforex/digits.png') right -2183px no-repeat; }
#creare-minutes { padding: 0 10px 0 0; height: 37px; display: block; float: left; background: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/orderbeforex/digits.png') right -2183px no-repeat; }
#creare_cdc span span { background: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/orderbeforex/digits.png') no-repeat 0 0; width: 25px; height: 37px; display: block; float: left; }
.ccdc-0 { background-position: 0 0!important; }
.ccdc-1 { background-position: 0 -182px!important; }
.ccdc-2 { background-position: 0 -436px!important; }
.ccdc-3 { background-position: 0 -654px!important; }
.ccdc-4 { background-position: 0 -836px!important; }
.ccdc-5 { background-position: 0 -1054px!important; }
.ccdc-6 { background-position: 0 -1308px!important; }
.ccdc-7 { background-position: 0 -1526px!important; }
.ccdc-8 { background-position: 0 -1744px!important; }
.ccdc-9 { background-position: 0 -1961px!important; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  }
.category-offer { float:right; margin-left:2%; text-align:center; }
.category-offer h2, .category-offer h3 { color:#329ac7; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description {margin-top:15px; font-size:0.875em;  }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { /*width:790px;*/ margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #dcdcdc; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image, .products-list .buy-box .price-box  { float:left; width:21%; margin-right:4%; }
.products-list .description { float:left; width:75%; margin-bottom:20px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:1em; }
.products-list .desc { font-size:0.814em; }
.products-list .desc .link-more { font-size:11px; }
.products-list .buy-box { clear:both; text-align: center; margin-top:20px; }
.products-list .buy-box .price { font-size:1.2em; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list a.arrow {
    height:21px;font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; color:#fff;
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:8px 4%;
    box-shadow: 0 1px 1px 1px #c5c5c5;
    width:66%;
    float:left;
}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock { margin-top:20px;}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/* Reward Points */
.distri_section { color: #999999; }
.distri_section strong { color: #333333; letter-spacing:-1.2px}
.distri_section span.collect { font-size: 1.5em; float:left; font-weight:bold; padding-top:5px; }
.distri_section .db_point{ margin-left:10px; float:left; width:106px; height:26px; background: url("https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/db_points.jpg") bottom left no-repeat; display:block;}
.distri_section span.for { clear:left; float:left; margin-top:5px; font-size:0.875em; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-family: Helvetica, Arial, sans-serif; }

.price-box {}
.price-box .price { }
.buy-box .price { font-weight:bold; font-size:1.5em; }
.tier-prices { font-size:0.814em; margin-top:10px; }

/* Regular price */
.regular-price {}
.regular-price .price { }
.home-prod .price { font-size:0.875em; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price, .buy-box .old-price .price { text-decoration:line-through; font-weight:normal; }
.price-box p.old-price { text-decoration:none; display:inline-block; font-size:0.7em; color:#333; font-weight:normal; margin-right:2%; padding:0; }

/* Special price */
p.special-price { display:inline-block; padding:0; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; line-height:30px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button {  }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:23%; margin-right:2%; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view { position:relative; margin-top:30px; }
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name, .product-view .supply-period { font-size:0.875em; }
.col1-layout .product-view .product-shop { float:left; width:75%; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop h1, .product-view .product-shop .price-box { font-size:1.5em; font-weight:bold; }
.product-summary-details { margin-bottom:20px; }
.short-description { font-size:0.814em; float:left; margin-bottom:20px; }
.disclaimer { background-color: #f0f0f0; display: none; float: left; margin-bottom: 10px; padding: 10px 0; width: 48%; }
.disclaimer p { font-size: 0.814em; margin: 0 15px; padding-bottom: 0; }
.product-shop .add-product { clear:both; float:left; width:100%; margin:0 0 20px;}
.product-shop .add-product .autoadd-table .regular-price { text-decoration: line-through;}

.col1-layout .product-view .product-trust { clear:both;  }
.col1-layout .product-view .product-trust ul { border:1px solid #dcdcdc; border-bottom:none; }
.col1-layout .product-view .product-trust ul li { border-bottom: 1px solid #dcdcdc; padding:20px 0; text-indent:70px; font-size:0.814em; }
.product-trust li.delivery, .product-trust li.discounts, .product-trust li.returns, .product-trust li.loyalty { background-position: 20px center; }
.product-trust .despatch { display:block; line-height:1.2em; padding:10px 2%; }
.product-trust .despatch em { display:none; }
.product-trust .despatch span.tiny { float:none; }
.product-trust p { padding:0; }

.products-list .description ul, .product-view .product-shop .price-box, .product-view .rating { margin-top:20px; }
.products-list .description ul li, .product-view .short-description ul li { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/check.png) center left no-repeat; padding-left:22px;}
.products-list .rating a, .product-view .rating a { font-size:0.814em; font-weight:normal; }

.product-view .product-details ul { list-style: disc; margin:0 0 20px 20px; }
.product-view .product-details table, .product-view .product-details table th, .product-view .product-details table td { border:1px solid #dcdcdc; }
.product-view .product-details table th, .product-view .product-details table td { padding:8px; }
.product-view .product-details table td p { padding-bottom:0; }
.product-view img.real-stories { float:right; width:50%; margin:0 0 10px 2%; }

/* Product Buy Box */
.product-buy-box { /*width:92%; margin:0 4%;*/ float:right; width:75%; font-size:0.814em;  }
.product-buy-box button.button { width:100%; margin-top:20px; }
.product-buy-box button.button span { width:96%; padding:8px 2%; }
.product-buy-box button.button span span { padding:0; }
.product-buy-box p { padding:0; }
.product-buy-box .paypal-logo, .checkout-types  .paypal-logo{ width:100%; float:right; text-align:center;}
.product-buy-box .paypal-or, .checkout-types .paypal-or{ display:block; }
.product-social { float:left; width:29%; padding:20px 2%; border-right:1px solid #dcdcdc; }
.product-social ul li  { text-indent:-999em; width:28px; height:28px; float:left; margin:0 10px 10px 0; background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; }
.product-social ul li.facebook { background-position: -66px 0; }
.product-social ul li.twitter { background-position: -213px -72px; }
.product-social ul li.google-plus { background-position: -161px -27px; }
.product-social ul li.share { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/share.png) center center no-repeat; }
.product-social ul li:hover { opacity:0.9; }
.product-social a { font-weight:normal; }

/* Product Options */
.product-options dt, .product-options dd { float:left; }
.product-options dt { width:25%; }
.product-options dd { width:75%; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-options .multi-select-block { display:none; }

.product-options-bottom { clear:both; }
.product-options-bottom .price-box { margin:10px 0; }
.product-buy-options { padding:20px 0;}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell .products-grid ul {}
.product-view .box-up-sell .products-grid ul li { float:left; width:46.67%; border:1px solid #dcdcdc; margin:0 0 0 2%; padding:15px 1%; }
.product-view .box-up-sell .products-grid ul li:last-child { display:none; }
.product-view .box-up-sell .products-grid ul li:first-child { margin-left:0; }
.product-view .box-up-sell .products-grid .product-image { float:left; width:49%; text-align:center; }
.product-view .box-up-sell .products-grid .text { margin-left:2%; float:left; width:49%; }
.product-view .box-up-sell .products-grid .product-name { min-height:60px; }
.product-view .box-up-sell button { display: block; margin:10px 0; }
.product-view .box-up-sell .price-box { font-size:1.5em; font-weight:bold; min-height:25px; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Reviews */
.pr-stars-0-sm { background-position: 0 0;}
.pr-stars-1-sm {  background-position: 0 -72px;}
.pr-stars-1_5-sm { background-position: 0 -54px;}
.pr-stars-2-sm {  background-position: 0 -54px;}
.pr-stars-2_5-sm { background-position: 0 -90px;}
.pr-stars-3-sm {  background-position: 0 -36px;}
.pr-stars-3_5-sm {  background-position: 0 -126px;}
.pr-stars-4-sm { background-position:  0 -18px;}
.pr-stars-4_5-sm { background-position: 0 -162px}
.pr-stars-5-sm { background-position: 0 0}

.pr-stars {
    background-repeat:no-repeat;
    height:1.25em;
    line-height:1.25em;
    position:relative;
    width:7em;
    margin:0 .25em 0 0;
    padding:0;
    display:inline-block;
}
.pr-stars-small { height:18px; line-height:20px; width:110px; background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/ratings2.jpg); }
.pr-snippet-stars .pr-snippet-rating-decimal {
    float:left;
    margin-right:.3em;
    height:15px;
    line-height:15px;
    font-size:85%;
    background-color:#414142;
    color:#fff;
    padding:0 .2em;
    display:none;
}
a .rating .count { font-weight:normal; font-size:0.814em;}

#product-feefo-reviews .summary.reply { font-style:italic; margin-top:10px; color:#666; }

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .main { position:relative; padding:0 0 200px; }
.cms-home .subtitle {}
.cms-home .page-description { margin-top:20px; float:left; }
.cms-index-index .subtitle {}
.home-prod-container { margin:30px 4% 0; }
.home-prod-container .category-name, .box-up-sell h2 { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateright.png) center left no-repeat; padding-left:35px; margin:0; }
.home-prod-container a.see-all, .box-up-sell a.see-all { padding-left:35px; font-weight:normal; font-size:0.875em; }
.home-prod-container ul { margin:20px 0; }
.home-prod-container p { padding:0; }
.home-prod li { width:38%; margin-left:12%; float:left; }
.home-prod li .prod-info { border-left: 1px solid #c5c5c5; padding-left:4%; height:120px; }
.home-prod li .prod-info .product-name { min-height: 65px; font-size:0.875em; margin:0; }
.view-btn a { background: #ff8400; color:#fff; padding:0 4px; text-decoration:none; font-weight:normal; font-size:1.25em; margin:5px 0 10px; display:inline-block;  }
.home-slider { margin-bottom:20px; }
.home-promo { clear:both; }
.home-promo img { width: 100%; margin:0 2% 20px 0; }

.home-promo-products ul li  { float:left; width:48%; margin:0 1%; text-align:center; font-size:0.814em; margin-bottom:10px; }
.home-promo-products ul li h2 { font-size:1.125em; height:45px; }
.home-promo-products ul li a p { margin-bottom:10px; font-weight:normal; }
.home-promo-products ul li a:hover { text-decoration:none; }
.home-promo-products ul li:hover img.grey, .home-promo-products ul li img.hover { display:none; }
.home-promo-products ul li:hover img.hover { display:block; }
.home-promo-products ul li.third, .home-promo-products ul li.last { display:none; }
.home-promo-products ul li span.more-info {
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 30px;
    text-align:center;
    border:1px solid #c6c6c6;
    color:#333;
}
.home-promo-products ul li:hover span.more-info {
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px 1px #c5c5c5;
    color:#fff;
    border:none;
}

/* CMS Pages */
.cms-page-view .main{ font-size:0.875em; }

.why-us-header { width:100%; height:211px; margin-bottom:20px; background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/shopping.jpg); background-size: 100%; background-position: 50% 50%; background-repeat: no-repeat; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }

/* Contact Page */

.contact-details h2 { font-size:2.5em; color:#329AC7; margin-top:28px; }

/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
/*.checkout-cart-index header .cart, .onestepcheckout-index-index .cart { display:none; }*/

/* Shopping Cart Header Dropdown */
header .quick-links .cart { position: relative; text-align: center; }
header .quick-links .cart span { display:inline-block; }
header .quick-links .cart .items-in-cart { font-size:0.75em; display:inline-block; background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; background-position: -29px -50px; width:50px; height:40px; line-height:36px; text-align:center; color:#fff; }
header .quick-links .cart ul li a.cart-title { text-decoration: none; }
header .quick-links .cart ul li a span.cart-drop img { margin-top: 7px; }
.cart-block-content {
    background-color: #333;
    display: none;
    height: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 330px;
    z-index: 1001;
    color:#fff;
    font-size:0.6em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cart-block-content .cart-buttons {
    text-align: center;
    float:right;
}
.cart-block-content .cart-buttons .button-left {
    background: #6c6c6c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cart-block-content .cart-buttons .button-left:hover { background: #666; }
.cart-block-content .cart-buttons .button-right {
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cart-block-content .cart-buttons .button-right:hover { background: #00af29; }
.cart-block-content .cart-buttons .button-left a, .cart-block-content .cart-buttons .button-right a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
	line-height:36px;
    text-decoration: none;
    min-width: 95px;
    padding:0 5px;
	display:inline-block;
}
.cart-block-content ul { margin:10px 0; }
.cart-block-content ul li { padding: 0 0 10px 0; text-align: left; }
.cart-block-content ul li .remove-item { float: left; margin: 5px 5px 0 0; width: 20px; }
.cart-block-content ul li .second-box { float:left; border-bottom: 1px solid #565656; width:300px; padding-bottom:10px; }
.cart-block-content ul li .cart-prod { float: left; }
.cart-block-content ul li .cart-prod a:hover { text-decoration: underline; }
.cart-block-content ul li .price { float: right; font-weight:normal; }
.cart-block-content ul li .quantity { font-weight:normal; font-size:0.8em; }
.cart-block-content ul li a { color: #FFFFFF; text-decoration: none; }
.cart-block-content p { padding:0; }
.cart-block-content .btn-remove { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/remove-item.png) center center; width:12px; height:12px; }

.checkout-cart-index button.button span, #crosssell-products-list button.button span {
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 1%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f5f5f5), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f5f5f5 1%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f5f5f5 1%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    border:1px solid #c6c6c6;
    color:#333;
}
.checkout-cart-index button.button span span, #crosssell-products-list button.button span span { border:none; }
.checkout-cart-index button.button:hover span, #crosssell-products-list button.button:hover span {
    background: #00af29; /* Old browsers */
    background: -moz-linear-gradient(top,  #12b538 0%, #00af29 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12b538), color-stop(100%,#00af29)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #12b538 0%,#00af29 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #12b538 0%,#00af29 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #12b538 0%,#00af29 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b538', endColorstr='#00af29',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 1px 1px #c5c5c5;
    color:#fff;
    border:none;
}
.checkout-cart-index button.button:hover span span, #crosssell-products-list button.button:hover span span { box-shadow:none; }


/* Checkout Types */
.cart .checkout-types { float:right; text-align:center; margin-bottom:20px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.cart-table input.qty { text-align:center; width:60px; }
.cart-table a { font-weight:normal; font-size:0.75em; text-decoration: underline; }
.cart-table a.remove-item { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/remove-item.png) center center no-repeat; width:12px; height:12px; text-indent:-999em; display:block; margin:10px auto 0; }
.cart-table a:hover { text-decoration: none; }
.cart-table td { padding:30px 8px 10px; }
.cart-table td.first { padding:10px 0 0 0; min-width:60px; }
.cart-table .cart-price { font-weight:bold; margin-top:10px; }
.cart-table .tier-prices { margin:0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; position:relative;  }
.cart .cart-collaterals .cart-totals, .cart .cart-collaterals .totals, .cart .cart-collaterals .col2-set { font-size:0.875em; width:100%;}
.cart .cart-collaterals .col2-set .col-2 { float:none; width:auto; }
.cart .cart-collaterals .col2-set .discount-codes, .cart .cart-collaterals .col2-set #discount-coupon-form { clear:both; width:100%; }
.cart .cart-collaterals .col2-set #discount-coupon-form .buttons-set button.button { float:none; }
.cart .cart-collaterals .cart-bottom { right:25%; width:75%; }
.cart .cart-collaterals .cart-bottom .despatch { float:left; margin-top:20px; width:auto; clear:none; }
.cart-collaterals p.box {width:350px; height:30px; display:block; background-color: #DDDDDD; text-align: center; vertical-align: middle; float:left;}

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Free Item */

.j2t-autoadd-cart {position:relative; background:#fff; }
.j2t-autoadd-cart-in h2.product-name a { display:block; min-height:50px; padding-top:5px; font-weight:bold; text-decoration:none;  }
.j2t-autoadd-cart-in h2.product-name a:hover { text-decoration: underline; }
.j2t-autoadd-clear {clear:both; height:1px; font-size: 1px;}

.j2t-autoadd-cart .j2t-autoadd-cart-in { border: 1px solid #DCDCDC; float: left; padding: 15px 1%; width: 98%; margin-bottom:10px; }
.j2t-autoadd-cart .j2t-autoadd-cart-in:first-of-type { margin-left:0; }
.j2t-autoadd-cart-in .j2t-autoadd-pic { float:left; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; margin-bottom:20px; }
.cart .totals table th,
.cart .totals table td { padding:5px; }

tr.db-points .caption, td.cart-points-total_spent .caption { font-weight:normal; color:#666666; text-align:right; }
tr.db-points .db-point, span.db-point { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/db_points_cart.png) bottom left no-repeat; text-indent:-99999px!important; font-size:0; width:77px; height:22px; display:inline-block; vertical-align:text-top; }
tr.db-points .price, td.cart-points-total_spent .points-amount { font-size:1.5em; font-weight:bold; float:right; }


/* PayPal */

.paypal-review-order { margin-bottom:30px; width:100%; float:left;}
.paypal-review-order #review-buttons-container .button { margin:0 0 10px 10px;}
.paypal-review-order h2.legend, .paypal-review-order .box-title h3 { float:none; display:block; text-align:left; font-family:'helveticaneuelight',Arial,Helvetica,sans-serif;  border-bottom: 1px solid #DCDCDC; font-size: 18px; margin-bottom: 20px; padding-bottom: 15px; font-weight:normal;}
.paypal-review-order .form-list label, .paypal-review-order #details-table, .paypal-review-order h3.product-name, .paypal-review-order .cart-price,
.paypal-review-order .a-center { font-size:0.875em; }
.paypal-review-order .data-table th { background:#fff; border:none; font-size:0.875em; padding:0; }
.paypal-review-order .data-table tr { border:none; }
.paypal-review-order .data-table td { padding:10px 0;}
.paypal-review-order .data-table td.last { text-align:center;}
.paypal-review-order .paypal-shipping-method { clear:both; margin-bottom:20px; }
.paypal-review-order .box-title { border:none; display:block; }
.paypal-review-order .cart-items h2.legend a { font-size:12px; font-weight:normal;}
.paypal-review-order li#customer-info-form { margin-bottom:30px;}
.paypal-review-order .form-list li.wide input.input-text { width:254px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
a.cvv-what-is-this, a.link-tip  { cursor:help; margin-left:5px; font-weight:normal; font-size:0.814em; color: #329AC7; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login, .account-create { margin-bottom: 20px; font-size:0.875em; }
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account, .mypoints-page, .referrals, .helpdeskultimate-customer-index .col-main, .contacts-index-index .col-main,
.cms-reviews .col-main { margin-bottom:20px; font-size:0.875em; }
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.box-account { border:1px solid #dcdcdc; padding:20px 2%; margin-bottom:20px;  }
.box-title, .box-head { text-align:right; border-bottom:1px solid #f0f0f0; margin-bottom:10px; padding-bottom:5px; }
.box-title h3, .box-head h2 { float:left; }
.box-title a { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateright-blue.png) no-repeat right center; padding-right: 15px; font-weight:normal; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

.sales-guest-view .col-main, .sales-guest-form .col-main { font-size:0.875em;}
.sales-guest-view .title-buttons, .sales-guest-view .box-title { text-align: left;}
.sales-guest-view .box-content { margin-bottom:20px;}
.sales-guest-view h1 { display:block; float:none; }
.sales-guest-view .link-reorder { margin-bottom:10px; display:inline-block; }
.sales-guest-view tr.subtotal, .sales-guest-view tr.grand_total { display:none; }
.sales-guest-view h3.product-name { font-size:14px;}
.sales-guest-form .input-box { margin-bottom:10px;}

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Help Desk */
#helpdesk-ticket-form input {  }

/* ======================================================================================= */


/* Footer ================================================================================ */
footer .footer-banner, footer .footer-banner h4 { background:#329ac7; color:#fff; border:none; }
footer .footer-banner span { font-size:1.5em; }
footer .footer-banner .inner, footer .footer-links { max-width:800px; margin:0 4% 20px; }
footer .footer-banner ul.social li.facebook-inv, footer .footer-banner ul.social li.twitter-inv, footer .footer-banner ul.social li.google-plus-inv { text-indent:-999em; background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/sprites.png) no-repeat; width:28px; height:28px; float:left; margin:0 10px 10px 0 }
footer .footer-banner ul.social li.facebook-inv { background-position: 0 0; }
footer .footer-banner ul.social li.twitter-inv { background-position: 0 -29px; }
footer .footer-banner ul.social li.google-plus-inv { background-position: -132px 0; }
footer .footer-banner ul.social li:hover { opacity:0.9; }
footer .footer-banner a { color:#fff; text-decoration:none; font-weight:normal; }
footer ul { width:46%; float:left; margin:20px 2% 0; }
footer .footer-links ul.resellers { clear:both; }
footer .footer-links li a { font-weight:normal; font-size:0.814em; margin-left:15px; display:block; }
footer .footer-links li a, footer li h4 { color:#666;border-bottom:1px solid #dcdcdc; line-height:2.5em;  }
footer ul.help span { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/chat.png) center left no-repeat; padding-left:35px;  }
footer ul.delivery span { background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigate.png) center left no-repeat; padding-left:30px;  }
footer .footer-copyright { clear:both; background:#eaeaea; padding:20px 2%; font-size:0.689em; color:#666; margin-top:30px; }
footer .footer-copyright a { color:#666; }
footer .footer-copyright span { float:right; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
header:after,
header .quick-access:after,
#nav:after,
nav:after,
.main:after,
footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.page-description:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.col1-layout .product-view .product-trust ul:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.home-prod:after,
.why-shop:after,
.despatch:after,
.product-social ul:after,
footer .footer-links:after,
.footer-banner:after,
.footer-banner .inner:after,
#crosssell-products-list:after,
.home-promo-products:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Media Queries ========================================================================= */
@viewport { width: device-width; }

/* Temporary Styles */

/* Display None */
.checkout-cart-index .menu-toggle, .checkout-cart-index .login-toggle, .onestepcheckout-index-index .menu-toggle, .onestepcheckout-index-index .login-toggle,
#nav, .why-shop, .despatch, .home-prod li.last, .footer-banner ul.help, .footer-banner ul.social,
.quick-access .links, .limiter, .sorter, .breadcrumbs, .category-offer, .category-description, .rewards-special-review-summary, .product-social, .product-view .box-up-sell,
.home-promo img, .product-view-points, .products-list button.btn-cart , .products-list .attributes-list, .is-blog .block-subscribe, .is-blog .feefo-link-block, .product-view .amshopby-links-wrapper,
.cms-home .block-recent-posts, .page-description, header #mobile_account, #shopping-cart-table .tier-pricing, #cot_tl_fixed,
.checkout-cart-index #search_mini_form, .onestepcheckout-index-index #search_mini_form,.product-view img.real-stories, li.help-centre { display:none; } 
.cart .totals .checkout-types .amazonpayments-or  { display:none!important; } 

@media all and (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .block-subscribe .block-title strong, .feefo-link-block h2 { font-size:1.8em; }
}
@media all and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .margin-4, .main-container, .catalog-category-view .main-container, .catalogsearch-result-index .main-container { margin: 0 2%; }
    header .menu-toggle, header .login-toggle, header .cart .mobile-cart-link { display:none; }
	header #mobile_account { display:none!important;}

    #nav, .why-shop, .despatch, .footer-banner ul.help, .footer-banner ul.social, .quick-access .links, .limiter, .sorter, .breadcrumbs, .product-view .amshopby-links-wrapper,
    .category-offer, .category-description, .rewards-special-review-summary, .product-social, .product-view .box-up-sell, .product-view-points, .products-list button.btn-cart,
    .cms-home .block-recent-posts.vertical, .page-description, .home-promo-products ul li.third, #shopping-cart-table .tier-pricing, #cot_tl_fixed,
    .checkout-cart-index #search_mini_form, .onestepcheckout-index-index #search_mini_form { display:block; }

    header .logo { width:auto; margin-top:15px; }
	header .quick-links { width:50%; float:right; clear:none;  }
    header .cart, header .phone { margin:0; padding:6px 4%; margin-bottom:5px; width:39.7%; height:auto; text-indent:0em; border:none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; background:none; }
    header .cart:hover .cart-block-content { display: block; }
    header .cart:hover { background:#333;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    header .cart:hover a.cart-title { color:#fff; text-decoration:none; }
    header .cart:hover .items-in-cart { color:#333; background-position: -192px -31px; }
    header .phone { border-right:1px solid #dcdcdc; font-size:0.814em; }
    header .phone span { font-size:1.75em; }
    nav ul li a.top { text-indent:0em; text-align:center; display:inline-block;   }
    /*nav ul li a { text-align:center; float:left; display:inline-block; width: 18.6%; text-indent:0em;  }*/
    #nav ul { width:420px; left:-10000px;  }
    #nav li.level0 { width: 18.6%; float:left; }
    #nav li.level0.sale { width:7%; }
    #nav ul.tech{ width:160px;}
    #nav li.tech.two { display:block; }
    #nav li.tech { float:left}
    #nav ul.level0 { position: absolute; display: block}

    .home-prod-container  { width:46%; float:left; margin:30px 2% 0; }
    footer .footer-banner .inner, footer .footer-links { margin:0 auto 20px; }
    footer ul { width:21%; }
    footer .footer-links ul.resellers { clear:none; }

    .feefo-link-block, .block-subscribe { width:42%; float:left; position:relative; margin-top:20px; }
    .block-subscribe .block-title strong, .feefo-link-block h2 { font-size:1.5em; }

    /* Home Page */
    .cms-home .main { padding:0; }
    .home-promo img.last { display:block; margin-right:0; }
    .home-promo-products ul li { width:31.334%; }
    .cms-home .col-main .messages { margin:0 2%; width: 96%; }
    .home-promo-products ul li h2 { height:auto; }
	.why-us-header { background-image:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/why_us.jpg); height:227px;}

    /* Category Page */
    .col-left #narrow-by-list:last-child { float:left; }
    .catalog-category-view .page-title, .catalogsearch-result-index .page-title { margin-top:50px; }
    .block-layered-nav { margin:0 0 20px; }
    .block-layered-nav #narrow-by-list { float:left; width:25%; }
    .block-layered-nav #narrow-by-list:first-of-type { width:50%; }
    .block-layered-nav dt { background:none; }
    ol.products-list { border:1px solid #dcdcdc; }
    .products-list .description { float:left; width:21%; }
    .products-list .description { float:left; width:29%; }
    .products-list .attributes-list, .products-list .buy-box { width:21%; margin-left:4%; float:left; display:block; }
    .products-list .product-image { margin-right:0; }
    .products-list .buy-box { clear:none; }
    .products-list .buy-box .price-box { float:none; width:auto; margin-right:0; }
    .products-list .buy-box .price { font-size:1.5em; }
    .products-list .buy-box button.button { margin:20px auto; }
    .products-list a.arrow { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigateright-blue.png) center right no-repeat; padding-right:15px; border-radius:0; width:auto; float:none; color:#1F1F1F; box-shadow:none; }
    .col2-left-layout .feefo-link-block, .col2-left-layout .block-subscribe, .col3-layout .feefo-link-block, .col3-layout .block-subscribe { position:absolute; }
    .catalog-category-view .main, .catalogsearch-result-index .main { padding:250px 0 200px; }

    /* Product Page */
    .product-view .product-essential .product-name, .short-description { width:48%; float:left; }
    .short-description { margin-bottom:20px; }
    .disclaimer { display: block; }
    .product-summary-details { width:48%; float:right; }
    .product-buy-box { width:100%;margin:0; float:left; clear:left; border:1px solid #dcdcdc;  }
    .product-buy-box button.button { margin-top:0; }
    .buy-button { width:50%; float:left; }
    .product-buy-box .paypal-logo { width:50%; }
    .buy-button .button.button span { width:80%; margin:0 10%; }
    .product-social { width:21%; }
    .product-buy-options { float:left; padding:20px 2%; width:66.6%; }
    .product-options { width:50%; }
    .col1-layout .product-view .product-trust ul li { width:50%; float:left; }

    /* Cart */
    .cart .cart-collaterals .col2-set .discount-codes { float:right; width:49%; }
    .cart .cart-collaterals .col2-set #discount-coupon-form { float:left; width:49%; margin-right:2%; clear:none; }

    /* Blog Page */
    .is-blog .col2-left-layout .main { margin:0; }

    /* Forms */
    .form-list li.wide input.input-text { width:100%; }
    .form-list li.wide textarea { width:100%; }
    .form-list li.wide select { width:100%; }

    /* Columns */
    .col2-set .col-1 { float:left; width:49%; }
    .col2-set .col-2 { float:right; width:49%; }

}
@media all and (min-width:750px) {
    .why-shop ul li p { font-size:0.814em; font-weight:bold; }
    #contactForm, .contact-details { width:49%; float:left; margin-right:2%; }
    .contact-details { margin-right:0; }
}
@media all and (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    header .quick-links, header .form-search { width:35%; }
    header .form-search { float:right; width:38%; clear:none; }
    li.help-centre { display:inline-block;}
    nav ul li a.top { font-size:1em; height:55px; line-height:55px; }
    #nav li.level0, #nav li.level0.sale { width: 16.6667%; }

    .block-subscribe .block-title strong, .feefo-link-block h2 { font-size:2em; }

    .col2-left-layout .main { padding:0; }
    .home-prod li, .home-prod li.last { display:block; width:25.3334%; margin-left:8%; }
    .col-left #narrow-by-list { float:none; }
    .breadcrumbs, .catalog-category-view .page-title, .catalogsearch-result-index .page-title, .block-subscribe, .col2-left-layout .block-subscribe, .col3-layout .block-subscribe, .col2-left-layout .feefo-link-block, .col3-layout .feefo-link-block  { position:relative; margin-top:0; }
    .page-description h1, .page-description h2, .page-description p, .page-description a { width:46%; float:left;  }
    .page-description p, .page-description a { float:right; clear:right; }
    .page-description #mydiv h1, .page-description #mydiv h2, .page-description #mydiv p, .page-description #mydiv a { width:auto; float:none; clear:both; }

    /* Home Page */
    .home-promo img { display:block; width:49%; float:left; }
    .cms-home .block-subscribe { margin-top:20px; }
    .home-promo-products ul li { width:23%; }
    .home-promo-products ul li.last { display:block; }

    /* Category Page */
    .block-layered-nav #narrow-by-list, .block-layered-nav #narrow-by-list:first-of-type { float:none; width:100%; }
    .col2-left-layout .feefo-link-block, .col2-left-layout .block-subscribe, .col3-layout .feefo-link-block, .col3-layout .block-subscribe { width:92%; float:none; }
    .col2-left-layout .feefo-link-block h2, .col2-left-layout .block-subscribe .block-title strong, .col2-left-layout .block-subscribe .form-subscribe-header,
    .col3-layout .block-subscribe .block-title strong, .col3-layout .block-subscribe .form-subscribe-header { font-size:1em; line-height:1.2em; }
    .category-description { width:60%; }

    /* Product Page */
    .product-view .box-up-sell .products-grid ul li, .product-view .box-up-sell .products-grid ul li:last-child { width:29.78%; display:block;  }
	.product-view img.real-stories { display:block; }

    /* Cart */
    .j2t-autoadd-cart .j2t-autoadd-cart-in { margin: 0 0 0 2%; width: 29.78%; }
    .cart .cart-collaterals .cart-totals, .cart .cart-collaterals .totals { width:25%;}
    .cart .cart-collaterals .col2-set { float:right; width:73%; margin-right:2%; }

    /* PayPal */

    .paypal-review-order #billing-address, .paypal-review-order #shipping-address, .paypal-review-order .cart-items { width:32%; float:left;}
    .paypal-review-order #billing-address, .paypal-review-order #shipping-address { margin-right:2%; }
    .paypal-review-order .form-list li.wide input.input-text { width:254px; }

    /* Blog Page */
    .cms-home .block-recent-posts, .is-blog .block-subscribe { display:block; }

    /* 1 Column Layout */
    .col1-layout .col-main { float:none; width:auto; }

    /* 2 Columns Layout */
    .col2-left-layout .col-main, .col3-layout .col-main { float:right; width:73%; }
    .col2-left-layout .col-left, .col3-layout .col-left { float:left; width:23%; }
    .col3-layout .col-right { float:right; }
    .is-blog .col3-layout .col-right { width:32%; }
    .is-blog .col3-layout .col-main-content { float:left; width:66%; }
    .col3-layout .col-right .block-related { margin-top:130px; }

}
@media all and (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    header .login-toggle { display:none; }
}
@media all and (min-width:1150px) {
    .why-shop { width:65.6667%; float:left; padding:15px 0; }
    .why-shop.de, .why-shop.fr { width:100%; }
    
    .despatch { width:28.3334%; float:right; clear:none;}
    .block-subscribe .form-subscribe-header { font-size:2em; }

	.catalog-product-view .product-essential .despatch { display:block; width:96%; float:none; text-align:center; margin:0 0 20px;}

    .col1-layout .product-view .product-shop { width:50%;}
    .product-buy-box { width:74%; margin-right:1%;  }
    .product-trust { position:absolute; top:0; right:0; width:24%; margin-left:1%; }
    .col1-layout .product-view .product-trust ul li { width:auto; float:none; padding:25px 0; }
    .product-social { width:29%; }
    .product-buy-options { width:62%;}
}
@media all and (min-width:1281px) { /* hi-res laptops and desktops */
    .main-container-full-width { width:100%; }
}

/* This will be used on the catalog pages */

.rewards-mini-icon-holder {
    padding-right: 6px;
    width: 16px; /* //@nelkaake Thursday March 11, 2010 09:41:44 PM : changed to px */
    vertical-align: bottom;
}

.points-prediction .free_with_points { } /*@nelkaake Added to catalog listing page 3/12/2010 2:13:43 PM */

/* Auto Add Free product Table */
.autoadd-table .price-box {font-size: 1.0em!important; margin-top: 0px!important}
.autoadd-table a {font-size: .8em!important; }




















.view-btn a { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/arrow.png) center center no-repeat; padding:0 4px; text-decoration:none; width:20px; height:20px;  display:block;  }


.products-list .attributes-list { margin-top:-33px; height:200px}
#ajaxcartpro-progress{
    border: 1px #999999 solid;
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    overflow:  auto;
    min-height: 50px;
    min-width: 260px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    overflow:  auto;
    min-height:20px;
    min-width: 220px;
    max-width:560px;
    width: auto;
    height: auto;
    margin:0 10px;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    margin:0 auto;
    display:block;
    text-decoration:none;
    height:36px; line-height:36px;
    font-size:0.814em;
    margin: 0;
    text-align:center;
    cursor: pointer;
}

#ajaxcartpro-add-confirm .aw-acp-continue, #ajaxcartpro-add-confirm .aw-acp-checkout { float: left; }

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    width:138px;
    border:1px solid #c9c9c9;
    font-weight:normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 1%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 1%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 1%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 1%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 1%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */

}
.aw-acp-continue:hover { background: #f6f6f6; }

.aw-acp-continue + br {
    display: none;
}

.aw-acp-checkout, .aw-acp-checkout:hover{ color:#fff; background:url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/checkout-btn-small.png'); width:180px; margin-top: 1px; margin-left: 10px; }
.aw-acp-checkout:hover { opacity:0.9; }

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block #acp-product-options .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom:1px solid #c9c9c9;
    margin-bottom:20px;
    padding-bottom:10px;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    z-index: 100;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    font-size:0.875em;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .product-options { width:100%; }

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

#ajaxcartpro-add-confirm .crosssell { border:1px solid #C9C9C9; }
#ajaxcartpro-add-confirm .crosssell h2 { border-bottom:1px solid #C9C9C9; display:block; padding:10px 2%; font-size:0.875em; }
#crosssell-products-list li { width:98%; float:left; text-align:center; padding:20px 2%; }
#crosssell-products-list li.even, #crosssell-products-list li.last { display:none; }
#crosssell-products-list .product-name { min-height:60px; font-size: 0.875em; line-height:1.2em; }
#crosssell-products-list .price { font-weight:bold; }
#crosssell-products-list button.btn-cart { margin-top:10px; }

/* Media Queries ========================================================================= */

#ajaxcartpro-add-confirm .crosssell { display: none;}

@media all and (max-width:640px) {
    #ajaxcartpro-add-confirm .aw-acp-continue, #ajaxcartpro-add-confirm .aw-acp-checkout {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #ajaxcartpro-add-confirm .aw-acp-checkout {
        margin-top: 10px;
    }
}

@media all and (min-width:641px) {
    #crosssell-products-list li { width:46%; }
    #crosssell-products-list li.even, #ajaxcartpro-add-confirm .crosssell { display:block; }
    #ajaxcartpro-add-confirm, #ajaxcartpro-remove-confirm, #acp-product-options { padding:30px; }
}

@media all and (min-width:961px) {
    #crosssell-products-list li { width:29%; }
    #crosssell-products-list li.last { display:block; }
}

/* Overlay */
#ampromo-items-add
{
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
}

#ampromo-items-add a
{
    text-decoration: none;
    border-bottom: 1px dashed;
}

.amscheckout #ampromo-items-add
{
    margin: 7px 10px;
}

#ampromo-overlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
    overflow: scroll;
}

#ampromo-overlay .close
{
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;

    opacity: .8;
}

#ampromo-overlay .close:hover
{
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-item .giftcard-send-form{
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 820px) and (min-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 400px;
    }
    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }
}

@media only screen and (max-width: 420px) {
    body #ampromo-items.amcarousel {
        width: 100%;
    }

    body .amcarousel #ampromo-carousel-wrapper {
        width: 250px;
    }

    body .ampromo-carousel-control.prev
    {
        left: 0px;
    }

    body .ampromo-carousel-control.next
    {
        right: 0px;
    }

    body .ampromo-carousel-control {
        z-index: 10001;
    }
}

@media only screen and (max-width: 340px) {
    body #ampromo-items .ampromo-item {
        border: none;
    }
}

@media only screen and (max-height: 500px) {
    body #ampromo-items.amcarousel {
        top: 0 !important;
        height: 100%;
    }

    body #ampromo-items {
        padding-top: 0;
    }

    body #ampromo-items>h4 {
        display: none;
    }
}

/* Items */

#ampromo-items
{
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 0 auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
}

#ampromo-items.amcarousel
{
    display: block;
    width: 685px;
}


#ampromo-items .ampromo-item
{
    box-sizing: border-box;

    margin-bottom: 7px;
    padding: 20px;
    width: 250px;

    border: 1px solid #ededed;
    position: relative;
    margin-right: 12px;
}

#ampromo-items .ampromo-item-options
{
    margin-bottom: 12px;
    text-align: left;
}

#ampromo-items .ampromo-item-image
{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 160px
}

/* Carousel */

.amcarousel #ampromo-carousel-wrapper
{
    width: 520px;
}

#ampromo-carousel-wrapper
{
    overflow: hidden;
    margin: 0 auto;
}

.amcarousel #ampromo-carousel-content
{
    width: 4500px;
    height: 1px;
}

#ampromo-carousel-content .ampromo-slide
{
    float: left;
}

.amcarousel .ampromo-carousel-control
{
    display: block;
}

.ampromo-carousel-control
{
    position: absolute;
    top: 260px;
    background: url(https://www.desirablebody.co.uk/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
    width: 48px;
    height: 45px;
    font-size: 0;
    display: none;
}

.ampromo-carousel-control.carousel-disabled.prev
{
    background-position: 0 0 !important;
}

.ampromo-carousel-control.amcarousel-disabled.next
{
    background-position: -46px 0 !important;
}

.ampromo-carousel-control.prev
{
    background-position: 0 -45px;
    left: 20px;
}

.ampromo-carousel-control.next
{
    background-position: -46px -45px;
    right: 20px;
}

.ampromo-carousel-control.prev:hover
{
    background-position: 0 -91px;
}

.ampromo-carousel-control.next:hover
{
    background-position: -46px -91px;
}

.ampromo-item .qty-holder
{
    display: none;
}

.ampromo-item-options select,
.ampromo-item-options input
{
    max-width: 210px;
}

.ampromo-notification
{
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;

    border: 1px solid #f16048;
    color: #df280a;
    background: #faebe7;
}

.ampromo_items_form h4 {
    line-height: 50px;
}

.ampromo_items_form h4 a {
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
}

.ampromo-label{
    float: right; 
    position: absolute; 
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}
.ampromo-tooltip {
   padding:2px 5px;
   background:#FEC;
   border:1px solid #FAA819;
   color:#1F5070;
   text-align:left;
   width:300px;
   position:absolute;
   z-index: 10001;
}

.ampromo-product-name{
    font-weight: bold;
}

.ampromo-short-description{
    
}

.ampromo-img img{
    /*width: 100%;*/
}

.amshopby-column {
    float:left; width:83px;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link {
    float:left;
    margin: 20px 10% 0 0;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left; color:#666; }
.block-layered-nav dd a.amshopby-attr {/*padding-left:15px; background:transparent url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-cb1.gif) no-repeat left center;*/}
.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:35px; background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/checkbox.png) no-repeat left center;}
.block-layered-nav dd a img {padding: 5px 8px 5px 0; float:left;}

.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer; background:transparent url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-plus.gif)  no-repeat;}
.block-layered-nav dd li span.minus {background:transparent url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-minus.gif) no-repeat;}
.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.block-layered-nav dt {
 cursor:pointer;
}

.block-layered-nav dt.amshopby-collapsed { background:url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icons/navigatedown-collapse.png) center right no-repeat; }

.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
.block-layered-nav div.amshopby-slider div.handle {width:8px; top:3px; height:14px; background: transparent url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
}

.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategores block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.feefo_logo { 
    padding-bottom: 10px;
    padding-top: 1px;
}

#flint_feefo_product #flint_feefo_logo {
    padding-bottom: 2px;
    padding-top: 2px;
}

/**
* We tried to list as many classes in this sheet as we could
* but it's more than likely we missed a bunch.
**/
.rewards-special-review-summary {
	margin-top: 12px;
	font-size: 8pt;
}
.rewards-customer-sidebar {
}
.rewards-customer-sidebar .block-content {
	padding-left: 9px;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 9px;
}
.rewards-customer-index .group-select .button-set {
    clear: both;
    margin-top: 0em;
    padding-top: 8px;
    text-align: right;
}
.rewards-customer-index .group-select ul {
    padding-top: 15px;
}
.rewards-customer-index .group-select ul li label {
    font-weight: bold;
}
.rewards-checkout-cart-before_total-head {
}
.rewards-checkout-cart-points-head {
	width: 80px;
}
.item-points-header-redeemed, .item-points-header-earned {
	color: rgb(30, 126, 200);
	font-weight: bold;
	cursor: pointer;
}
.item-points-list-redeemed, .item-points-list-earned {
}
.item-points-block {
	font-size: 8pt;
}
.item-no-points-caption {
	font-style: italic;
}
.points-checkout-onepage-sidebox {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox {
	background-color: #EEEEEE;
	border: 1px solid #B7B7B7;
	margin-bottom: 11px;
	padding-left: 0px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-content {
	padding: 6px;
}
.points-checkout-onepage-sidebox H4.points-checkout-onepage-sidebox-header {
	list-style: none;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header H4 {
	float: left;
	color: #5E8AB4;
	font-size: 13px;
	margin-top: 2px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	float: left;
	width: 184px;
}
.points-checkout-onepage-sidebox .points-checkout-onepage-sidebox-header {
	background-color: #D0DCE1;
	padding: 2px 0px 0px 9px;
	border-bottom: 1px solid #AFAFAF;
	font-size: 10pt;
}
.points-checkout-onepage-sidebox .onepage-sidebox-header {
}
.points-checkout-onepage-sidebox .onepage-sidebox-content {
}
.mypoints-page-head {
}
.mypoints-summary .box-head h2, .mypoints-redeemcatalog .box-head h2, .mypoints-sendfriend .box-head h2, .mypoints-transfers .box-head h2 {
	background-image: none !important;
	padding-left: 0;
	text-align: left;
}
.dashboard .mypoints-summary .box-head h2 {
	background: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/rewards/points.png) no-repeat !important;
	padding-left: 21px;
	width: 100%;
}
.mypoints-sendfriend {
	min-height: 280px;
}
.shopping-cart-collaterals .rewards-cart-box H4 {
	min-height: 16px;
	color: #E26703;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 0 1px 21px;
	text-transform: uppercase;
	background-image: url(https://www.desirablebody.co.uk/skin/frontend/default/db2014/images/icon_asterick.gif);
	padding-left: 23px;
}
.rewards-customer-index .mypoints-sendfriend TD {
	padding: 2px 2px 4px 0;
}
.shopping-cart-collaterals .rewards-cart-box {
	padding: 12px 15px 15px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .applied-redemptions {
	margin-bottom: 10px;
}
.rewards-cart-box .distributions {
	margin-bottom: 10px;
}
.rewards-cart-box .no_extra_points {
	font-style: italic;
}
.rewards-cart-box {
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 100%;
}
.mypoints-redeemcatalog {
	vertical-align: middle;
	min-height: 280px;
}
/*@nelkaake Thursday May 27, 2010 : Added*/
.mypoints-redeemcatalog .head {
	text-align: left;
}
.mypoints-redeemcatalog .listing {
	font-size: 8pt;
	height: 230px;
	overflow-x: hidden;
	overflow-y: auto;
}
.mypoints-redeemcatalog .noproducts {
	/*font-size:8pt;*/
	font-style: italic;
	margin: 100px 30px 0;
	text-align: center;
	vertical-align: middle;
}
.mypoints-transfers {
}
.mypoints-transfers .content TABLE TBODY {
        height: 20px;
	overflow-x: hidden;
}
.mypoints-transfers H2 {
	margin-top: 12px;
}
.mypoints-summary {
/*padding-bottom: 20px;
	padding-top: 2px;*/
}
.mypoints-summary .usable-points {
	margin-bottom: 6px;
}
.mypoints-summary .pendingapproval-points {
}
.mypoints-summary .pendingevent-points {
}
.mypoints-summary .pendingtime-points {
}
.mypoints-summary .pending-points {
	margin-bottom: 12px;
}
.mypoints-summary .msg {
}
.points-summary-emphasize {
	font-weight: bold;
}
.cart-points-total_spent {
}
.cart-points-total_spent .warning {
	color: #FF0000;
	font-size: 8pt;
}
.cart-points-total_spent .caption, .cart-points-total_earned .caption {
	font-weight: bold;
}
.cart-points-total_item_discounts .rendering_area {
	font-weight: bold;
}
.rewards-customer-sidebar .warning {
	color: #FF0000;
	font-size: 8pt;
}
.rewards-customer-sidebar .to_spend {
}
.rewards-customer-sidebar .remaining {
}
.rewards-customer-sidebar .balance {
}
.rewards-customer-sidebar .notice {
	color: #444444;
}
.mypoints-transfers {
/*width: 100%;*/
}
.mypoints-transfers .data-table {
}
.mypoints-transfers .content {
	padding: 0;
}
.points-prediction {
	margin-top: 12px;
	font-size: 8pt;
	width: 100%;
}
.points-prediction .as_low_as {
	width: 100%;
}
.points-prediction .earnable {
}
.order-points-earned .caption {
}
.order-points-earned .amount, .order-points-spent .amount, .order-print-points-earned .amount, .order-print-points-spent .amount {
	font-size: 7pt;
}
.product-view-points {
}
.product-view-points .redeem_section {
}
.product-view-points .distri_section {
}
.product-view-points .distri_section .you_will_earn {
}
.product-view-points .distri_section .points_image {
}
.product-view-points {
}
.points-special-header {
	color: #FFFFFF;
}
.points-special-header-ee {
    position: absolute;
    right: 4px;
    bottom: 54px;
    width: 160px;
    text-align: right;
}
.points-multishipping-warning {
}
.points-checkout-onepage-sidebox .change-points-usage {
	float: left;
	margin-right: 7px;
	margin-left: 10px;
	border-left: 1px solid #A7A7A7;
	padding-left: 8px;
	font-weight: bold;
}
.cart-points-total_spent .points-amount {
	min-width: 100px;
}
.cart-points-spending_warnings .notice {
	font-size: 8pt;
}
.rewards-checkout-onepage-guestwarn {
	top: -6px;
	position: relative;
	font-style: italic;
}
.item-points-undername .item-points-header-redeemed, .item-points-undername .item-points-header-earned {
	float: left;
	cursor: inherit;
	color: inherit;
	padding-right: 4px;
}
.item-points-undername .item-points-redeemed-section {
	margin-bottom: 4px;
}
.item-points-undername {
	margin-left: 4px;
	padding-top: 6px;
	font-style: italic;
}
.rewards-checkout-onepage-guestwarn {
	border: silver;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	padding-top: 2px;
	background-color: #F9F3E3;
	box-shadow: 0px 0px 1px #AAAAAA;
	padding-bottom: 2px;
	border-style: dotted;
	border-width: 1px;
}

.guest-rewards-warning-message {
    color:#ff0000;
    text-align:right;
}

/* Start Enterprise theme styles */
.info-box { 
	margin-bottom: 10px;
}
.info-box .form-list .input-box {
	width: 90%;
}
.info-box .form-list textarea {
	width: 100%;
}
.info-box .form-list label { 
	text-align: left; 
}
.info-box.mypoints-sendfriend, .info-box.mypoints-redeemcatalog {
	width: 49%;
	min-height: 355px;
} 
.info-box.mypoints-redeemcatalog .noproducts {
	margin-top: 130px;
}
.rewards-special-signup-birthday-ee {
    margin-left:240px;
}
/* End Enterprise theme styles */


/* Media Queries ========================================================================= */

@media all and (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .mypoints-sendfriend { float: left; width: 45%; }
    .mypoints-redeemcatalog { float: right; width: 45%; }
}




.rewardssocial-widget {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

.rewardssocial-facebook-like {
    vertical-align: top;
}

.rewardssocial-pinterest-pin {
}

.rewardssocial-google-plusone {
}

.rewardssocial-twitter-tweet {
}

.rewardssocial-twitter-follow {
    margin: 0px;
}

.facebook-share-button {
    display: inline-block;
    max-width: 100%;
    zoom: 1;
}

/**
 * Social sharing button: used for 'Facebook Share' and 'Refer a Friend';
 */
.btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    zoom: 1;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
    background-image: -moz-linear-gradient(top,#fff,#dedede);
    background-image: -o-linear-gradient(top,#fff,#dedede);
    background-image: -ms-linear-gradient(top,#fff,#dedede);
    background-image: linear-gradient(top,#fff,#dedede);
    border: #ccc solid 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
}

.btn:focus, .btn:hover, .btn:active {
    border-color: #bbb;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
    background-image: -moz-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -o-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: -ms-linear-gradient(top,#f8f8f8,#d9d9d9);
    background-image: linear-gradient(top,#f8f8f8,#d9d9d9);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn i {
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: transparent url('https://www.desirablebody.co.uk/skin/frontend/base/default/images/rewardssocial/facebook/facebook-icon.png') 0 0 no-repeat;
    background-image: url('https://www.desirablebody.co.uk/skin/frontend/base/default/images/rewardssocial/facebook/facebook-icon.png');
}

.btn .label {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.btn .label {
    padding: 0px 4px 0 23px;
    white-space: nowrap;
}

/**
 * Counters specific CSS
 */
.rewardssocial-google-plusone-counter {
    width: 60px;
}


.rewardssocial-twitter-tweet-counter {
    width: 75px;
}

.rewardssocial-twitter-follow-counter {
    width: 125px;
}

.rewardssocial-pinterest-pin-counter {
    width: 62px;
}

/**
 * Rewards Social modal CSS
 */
.rewards-modal-mask {
    position: fixed;
    opacity: 0.7;
    z-index: 2000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
}

.rewards-modal {
    display: block;
    position: fixed;
    z-index: 2001;
    left: 50%;
    top: 50%;
    width: 550px;
    background: white;
    margin-left: -275px;
    margin-top: -150px;
    border: darkgrey 2px solid;
}

.rewards-modal .content {
    padding: 10px;
}

.rewards-modal .content .message {
    text-align: left;
    margin-top: 10px;
    color: #FF0000;
    font-weight: bold;
    display: none;
}

.rewards-modal .content .modal-step {
    padding-top: 10px;
    padding-bottom: 10px;
}

/**
 * Rewardssocial purchase share
 */
.rewardssocial-purchased-product {
    margin-bottom: 40px;
}

.rewardssocial-purchased-product .product-image {
    margin-left: 0;
}

.chechout-purchase-share {
    margin-top: 8px;
    padding-top: 10px;
    border-top  : 1px solid #cfcfcf;
}

.chechout-purchase-share .page-title {
    margin: 10px 0 !important;
}

.chechout-purchase-share .products-grid {
    margin: 0;
    background: none;
    width: 100%;
}

.chechout-purchase-share .products-grid .item {
    padding-bottom: 30px;
    min-width: 195px;
}

.chechout-purchase-share .products-grid .actions {
    position: relative;
}

.chechout-purchase-share .products-grid .actions .rewardssocial-widget {
    margin-right: 5px;
}

iframe.fb_iframe_widget_lift {
z-index: 20;
}
