/* https://uk.atkins.com/static/default/style/font-awesome.css */

/*
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://uk.atkins.com/static/default/style//default/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://uk.atkins.com/static/default/style//default/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://uk.atkins.com/static/default/style/../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://uk.atkins.com/static/default/style/../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://uk.atkins.com/static/default/style/../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://uk.atkins.com/static/default/style/../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* https://uk.atkins.com/static/default/style/slick.css */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* https://uk.atkins.com/static/default/style/style.css */

@font-face {
    font-family: 'Montserrat-Light';
    src: url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.otf') format('opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.woff') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.ttf') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.otf') format('opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.woff') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.otf') format('opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.woff') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.ttf') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.otf') format('opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.woff') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Playlist-Script';
    src: url('https://uk.atkins.com/static/default/style/../fonts/Playlist-Script.eot?#iefix') format('embedded-opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Playlist-Script.otf') format('opentype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Playlist-Script.woff') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/Playlist-Script.ttf') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/Playlist-Script.svg#Playlist-Script') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'norwester';
    src: url('https://uk.atkins.com/static/default/style/../fonts/norwester-webfont.woff2') format('woff2'),
    url('https://uk.atkins.com/static/default/style/../fonts/norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'atkins';
    src: url('https://uk.atkins.com/static/default/style/../fonts/atkins.ttf?jueov6') format('truetype'),
    url('https://uk.atkins.com/static/default/style/../fonts/atkins.woff?jueov6') format('woff'),
    url('https://uk.atkins.com/static/default/style/../fonts/atkins.svg?jueov6#atkins') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'atkins' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-bottom;
}

.icon-arrow-next:before {
    content: "\e900";
}

.icon-arrow-prev:before {
    content: "\e901";
}

.icon-left-arrow:before {
    content: "\3c";
}

.icon-right-arrow:before {
    content: "\3e";
}

input::-ms-clear {
    display: none;
}

input:focus,
input:active,
textarea:focus,
textarea:active,
a:focus,
a:active {
    outline: 0 none !important;
}

ul, ol, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 30px;
    color: #10395e;
    background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 110px;
    line-height: 110px;
    font-weight: 600;
    color: #10395e;
}

h2 {
    font-family: 'Playlist-Script', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: normal;
    color: #009bd8;
}

h2.normal {
    font-family: 'Montserrat', sans-serif;
    color: #10395e;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: normal;
}

h3 {
    font-size: 52px;
    line-height: 54px;
    font-weight: 600;
    color: #10395e;
}

h4 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 600;
    color: #10395e;
}

h5 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    color: #10395e;
}

h6 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: #10395e;
}

legend {
    font-weight: 600;
    font-size: 18px;
}

label {
    color: #10395e;
}

p {
    font-size: 22px;
    line-height: 30px;
    color: #10395e;
    padding: 0 0 15px;
}

a {
    text-decoration: none;
    color: #e30919;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #10395e;
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

img {
    max-width: 100%;
    border: none;
}

figure {
    margin: 0;
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.inner-no-bullet > ul {
    margin-left: 0;
    list-style: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible !important;
}

/*--- header starts ---*/
.header-container {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    z-index: 1001;

    box-shadow: 0 -22px 10px 20px rgba(0, 0, 0, 0.5);
}

.login-outer {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.login-top {
    width: 100%;
    float: left;
    background: #2d99d4;
    padding: 71px 0 57px;
    position: relative;
    display: none;
    z-index: 9999999;
}

.login-close {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: 40px;
}

.login-close img {
    width: 28px;
    height: 28px;
}

.login-section {
    width: 100%;
    float: left;
}

.login-inner-section {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
}

.login-inner {
    width: 100%;
    float: left;
}

.login-left {
    width: 31.4%;
    float: left;
}

.login-top .heading {
    width: 100%;
    float: left;

    font-weight: normal;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    margin: -6px 0 0;
}

.facebook-btn {
    width: auto;
    float: left;
    padding: 30px 0 0 7px;
}

.facebook-btn a {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    background: #3b5998;
    text-align: center;

    font-size: 18px;
    line-height: 36px;
    color: #fff;
    padding: 0 20px;
    height: 37px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.context-pt .facebook-btn a,
.context-es .facebook-btn a,
.context-de .facebook-btn a,
.context-fr .facebook-btn a {
    padding: 0 10px;
    height: auto;
}

.facebook-btn a .fa {
    vertical-align: middle;
    margin-right: 5px;
}

.facebook-btn a:hover {
    background: #0e1f56;
}

.login-right {
    width: 68.6%;
    float: left;
    padding: 0 0 0 40px;
    border-left: 1px solid #ffffff;
}

.form-fields {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.textbox-field {
    width: 41.4%;
    float: left;
    padding: 0 0 0 10px;
}

.context-pt .textbox-field,
.context-es .textbox-field,
.context-de .textbox-field,
.context-fr .textbox-field {
    width: 30%;
}

.textbox-field:first-child {
    padding: 0;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea, select {

    /*height: 67px;*/
    /*line-height: 67px;*/
    height: auto;
    padding: 0.75rem;
    border: 2px solid #b3b3b3;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #1c395b;
    background: transparent;
    position: relative;
    /*z-index: 2;*/
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus, select:focus {
    border-color: #8a8a8a;
    border-width: 2px;
    background-color: #fefefe;

    outline: none;
    box-shadow: none;

}

.textbox-field input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    float: left;
    padding: 0 12px;
    font-size: 18px;
    color: #ffffff;
    background: #56addc;
}

.textbox-field input:focus {
    background-color: #56addc;
}

.textbox-field.submit {
    width: 16.5%;
}

.context-pt .textbox-field.submit,
.context-es .textbox-field.submit,
.context-de .textbox-field.submit,
.context-fr .textbox-field.submit {
    width: 25%;
}

.textbox-field.submit input {
    background: #10395e;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.textbox-field.submit input:hover {
    background: #e30919;
}

.login-right ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 25px 0 3px;
}

.login-right ul li {
    width: auto;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background: url(https://uk.atkins.com/static/default/style/../media/login-divider.png) left 6px no-repeat;
    padding: 0 12px 0 15px;
}

.login-right ul li:first-child {
    background: none;
    padding-left: 0;
}

.login-right ul li a {

    font-size: 18px;
    color: #ffffff;
    text-decoration: underline;
}

.login-right ul li a:hover {
    color: #10395e;
}

.login-bottom {
    width: 100%;
    float: left;
    position: relative;
    position: absolute;
    z-index: 1;
}

.login-bottom-inner {
    width: 100%;
    float: left;
    position: relative;
}

.login-bottom-inner a {
    width: 223px;
    float: right;

    font-size: 18px;
    color: #ffffff;
    padding: 4px 0 10px;
    text-align: center;
    background: url(https://uk.atkins.com/static/default/style/../media/curve_image_login.svg) center bottom no-repeat;
    position: absolute;
    right: 17%;
    top: 0;
}

.login-bottom-inner a:hover {
    color: #10395e;
}

.mobile-login {
    display: none;
}

.header-outer {
    width: 100%;
    min-height: 90px;
    float: left;
    background: #ffffff;
    position: relative;
    padding: 32px 0 0;
    display: block !important;
}

.header-section {
    width: 100%;
    float: left;
}

.logo {
    width: 303px;
    height: 170px;
    float: left;
    text-align: center;
    /*background: url(https://uk.atkins.com/static/default/style/../media/curve_image_logo.svg) center 88px no-repeat;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.logo figure,
.logo figure a {
    width: 100%;
    float: left;

}

.logo figure img {
    margin-top: 1rem;
    width: 135px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.logo-curve {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    /*background: green;*/
    /*background-image: url(https://uk.atkins.com/static/default/style/../media/curve_image_logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;*/
    bottom: -1px;
    width: 100%;
    z-index: 0;
    padding-bottom: 27%;
    height: 0;
}

.logo-curve svg {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.main-menu {
    width: 100%;
    float: left;
    padding: 0 218px 0 303px;
}

.main-menu ul {
    width: 100%;
    float: left;
    /*list-style: none;*/
    margin: 0 0 -8px;
    padding: 0 100px 0 0;
    text-align: center;
}

.main-menu ul.main-nav {
    /*background: #ccc;*/
}

.main-menu ul li {
    width: auto;
    float: none;
    display: inline-block;
}

.main-menu ul li a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #10395e;
    padding: 0 13px 30px;
}

.main-menu ul li span.fa {
    display: none;
}

@media only screen and (min-width: 768px) {
    .main-menu ul li:hover a,
    .main-menu ul li:hover ul li:hover a,
    .main-menu ul li.active > a,
    .main-menu ul li ul li.active a {
        color: #e30919;
    }

    .main-menu ul li:hover ul li a {
        color: #909090;
    }

    .main-menu ul.main-nav > li:hover {
        position: relative;
        z-index: 1;
    }
}

.main-menu ul li ul {
    width: 100%;
    float: left;
    background: #f7f6f5;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 90px;
    /*z-index: 1000;*/
    display: none;

    -webkit-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
    /*box-shadow: 0 -20px 10px 20px rgba(0,0,0,0.5);*/
}

/*.main-menu ul li ul:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	box-shadow: 0 -22px 10px 20px rgba(0,0,0,0.5);
	z-index: -1;
}*/
@media only screen and (min-width: 768px) {
    .main-menu ul li:hover ul,
    .main-menu ul li.active ul {
        display: block;
        opacity: 1;
    }

    .main-menu ul > li:hover > ul {
        /*z-index: 1002;*/
        box-shadow: none;
        position: fixed;
        left: 0;
        right: 0;
    }

    .main-menu ul.main-nav > li:hover > ul:after {
        display: none;
    }
}

.main-menu ul li ul li a {
    padding: 6px 18px 1px;
    font-size: 15px;
    color: #909090;
}

.search-section {
    width: 15%;
    float: right;
    border: 2px solid #d8d8d8;
    position: absolute;
    right: 33px;
    top: 32px;
    z-index: 1003;
}

.searchform-content .search-section {
    position: relative;
    width: auto;
    float: left;
    right: auto;
    top: auto;
}

.search-section #site-search-results {
    left: 0;
    top: 100%;
    right: 0;
    /*margin-top: 30px;*/
    padding: 0.75rem;
    background-color: #fff;
    font-size: 0.8rem;

}

#site-search-results p {
    font-size: 15px;
    padding: 0;
}

#site-search-results h5 {
    font-size: 14px;

    font-weight: normal;
    display: block;
    clear: both;
}

#site-search-results h5 span {
    float: left;
    width: 16px;
    line-height: 15px;
}

#site-search-results h5 a {
    color: inherit;
    font-size: 15px;

    font-weight: normal;
    display: block;
    line-height: 1;
    margin-left: 20px;
}

#site-search-results h5 a:hover {
    color: #2ba6cb;
    text-decoration: underline;
}

#site-search-results .sisea-result + .sisea-result {
    margin-top: 10px;
    clear: both;
}

#site-search-results .sisea-results-list {
    padding: 30px 0 10px;
}

.search-section input {
    width: calc(100% - 33px);
    height: 33px;
    line-height: 33px;
    padding: 0 0 0 10px;
    float: left;
}

.search-section input:focus {
    border: none !important;
}

.search-submit {
    width: 33px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 1;
}

.search-submit:before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(https://uk.atkins.com/static/default/style/../media/search_icon.svg) left top no-repeat;
    background-size: 15px 21px;
    font-size: 17px;
    color: #909090;
    text-align: center;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    position: absolute;
    left: 9px;
    top: 9px;
    z-index: -1;
}

.search-submit input {
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0;
    float: left;
    z-index: 2;
    position: relative;
}

.skin1 {
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin: 0;
}

.text-box[type="text"]:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

/*--- header ends ---*/

/*--- content starts ---*/

.content-home {
    padding: 20px 0;
    /*padding-top: 5vw;*/
    /*padding-left: 3vw;*/
    /*padding-right: 3vw;*/
    /*font-size:1vw;*/
}

.content-home h5 {
    /*padding-bottom: 2vw;*/
    /*font-size: 2.2vw;*/
    margin: 0 0 1em;
}

.content-container {
    width: 100%;
    float: left;
    margin: 90px 0 0;
}

.home-slider-section {
    /* float: left;*/
    width: 100%;
}

.slider-outercon {
    float: left;
    width: 100%;
    position: relative;
    /*max-height: 1087px;*/
    max-height: 760px;
    overflow: hidden;
}

.slider-outercon {
    float: left;
    width: 100%;
}

.slider-outercon aside {
    float: left;
    width: 100%;
    position: relative;
}

.slider-outercon aside img {
    width: 100%;
}

/*.slider-outercon aside div {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
.slider-outercon.slick-initialized .slick-slide {
    cursor: move;
    cursor: -webkit-grab; /* NOT WORKING */

}

.slider-outercon aside div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
    height: 100%;
    flex-flow: row wrap;
    width: 100%;
    text-align: center;
    /* -webkit-transform: translateY(-50%); */
    /*-moz-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}

.slider-outercon aside div span {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*visibility: hidden;*/
    background: rgba(16, 57, 94, 0);
    background: -moz-linear-gradient(top, rgba(16, 57, 94, 0) 40%, rgba(16, 57, 94, 0.97) 69%, rgba(16, 57, 94, 1) 70%);
    background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(16, 57, 94, 0)), color-stop(69%, rgba(16, 57, 94, 0.97)), color-stop(70%, rgba(16, 57, 94, 1)));
    background: -webkit-linear-gradient(top, rgba(16, 57, 94, 0) 40%, rgba(16, 57, 94, 0.97) 69%, rgba(16, 57, 94, 1) 70%);
    background: -o-linear-gradient(top, rgba(16, 57, 94, 0) 40%, rgba(16, 57, 94, 0.97) 69%, rgba(16, 57, 94, 1) 70%);
    background: -ms-linear-gradient(top, rgba(16, 57, 94, 0) 40%, rgba(16, 57, 94, 0.97) 69%, rgba(16, 57, 94, 1) 70%);
    background: linear-gradient(to bottom, rgba(16, 57, 94, 0) 40%, rgba(16, 57, 94, 0.97) 69%, rgba(16, 57, 94, 1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10395e', endColorstr='#10395e', GradientType=0);
    opacity: 0.1;
}

.slider-outercon aside figure {

}

.slider-outercon aside div .header-h2,
.slider-outercon aside div h2 {
    float: left;
    width: 100%;
    text-align: center;
    /*margin: 180px 0 247px;*/
    margin: 0 !important;
    font-size: 72px;
    color: #ffffff;
    font-family: 'Montserrat-Bold', sans-serif;
    font-weight: 600;
    text-shadow: 0 0px 25px rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-h2.idle-title {
    font-size: 60px;
    text-align: center;
    line-height: 1.5em;
    margin: 20px 0px;
}

.slider-outercon aside div p {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 27%;
    font-size: 22px;
    color: #10395e;

    margin-bottom: 37px;
}

.slider-outercon aside div a {
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 2em;
    padding: 0 25px;
    font-size: 21px;
    color: #fff;
    background: #e30919;
    /* padding-right: 40px; */
    position: relative;
    margin: 0 auto -220px;
}

.slider-outercon aside div a:hover {
    background: #10395e;
    color: #fff;

}

.slider-outercon aside div a:hover .red-hover {
    opacity: 1;
}

.slider-outercon .slick-dots {
    position: absolute;
    left: 0;
    bottom: 6%;
    width: 100%;
    text-align: center;
    line-height: 0;
    z-index: 180;
}

.slider-outercon .slick-dots li {
    float: none;
    display: inline-block;
    text-align: center;
}

.slider-outercon .slick-dots li button {
    width: 22px;
    height: 22px;
    margin: 0 15px;
    background: #ffffff;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.slider-outercon .slick-dots li button:active,
.slider-outercon .slick-dots li button:focus {
    outline: none;
}

.slider-outercon .slick-active button {
    background: #2c99d3 !important;
}

.slider-outercon .slick-arrow {
    position: absolute;
    /*bottom: 300px;*/
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 0;
    outline: none !important;
}

.slider-outercon .slick-prev {
    left: 73px;
    width: 40px;
    height: 81px;
    background: url(https://uk.atkins.com/static/default/style/../media/banner-arrow-left.svg) left top no-repeat;
    background-size: 39.8px 81.1px;
}

.slider-outercon .slick-prev:hover {
    background: url(https://uk.atkins.com/static/default/style/../media/banner-arrow-left-hover.svg) left top no-repeat;
    background-size: 39.8px 81.1px;
}

.slider-outercon .slick-next {
    right: 73px;
    width: 40px;
    height: 81px;
    background: url(https://uk.atkins.com/static/default/style/../media/banner-arrow-right.svg) left top no-repeat;
    background-size: 39.8px 81.1px;
}

.slider-outercon .slick-next:hover {
    background: url(https://uk.atkins.com/static/default/style/../media/banner-arrow-right-hover.svg) left top no-repeat;
    background-size: 39.8px 81.1px;
}

.slider-outercon.header-small,
.slider-outercon.header-small aside {
    height: 20vh;
    height: 280px;
}

.slider-outercon.header-small figure,
.slider-outercon.header-small aside figure {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1359px) {
    .template-30 .slider-outercon.header-small,
    .template-30 .slider-outercon.header-small aside {
        height : auto;
    }
}

.slider-section {
    float: left;
    width: 100%;
    padding: 60px 0;
    z-index: 999;
    position: relative;
    background-color: #c9e4f0;
    background-image: -moz-linear-gradient(top, #c9e4f0, #ecf1f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c9e4f0), to(#ecf1f4));
    background-image: -webkit-linear-gradient(top, #c9e4f0, #ecf1f4);
    background-image: -o-linear-gradient(top, #c9e4f0, #ecf1f4);
    background-image: linear-gradient(to bottom, #c9e4f0, #ecf1f4);
    filter: progidXImageTransform.Microsoft.gradient(startColorstr='#c9e4f0', endColorstr='#ecf1f4', GradientType=0);
}

.slider-wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 1.6%;
}

.slider-wrap h4 {
    color: #10395e;
    margin: 0 0 29px;
}

.slider-wrap p {
    color: #10395e;
    font-size: 18px;
    line-height: 30px;
    padding: 0 17%;
}

.slider-outer {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.slider-outer li {
    height: 86px;
    overflow: hidden;
}

.slider-outer li a {
    float: left;
    width: 100%;
    text-align: center;
}

.slider-outer .slick-track {
    overflow: hidden;
    height: 86px !important;
}

.slider-outer li a img {
    display: inline-block;
}

.slider-outer li a img:hover {
    margin-top: -86px;
}

.logo-slider {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.logo-slider .slick-track {
    overflow: hidden;
    height: 86px !important;
}

.logo-slider .slick-slide img {
    margin: 0 auto;
}

.logo-slider .slick-slide {
    height: 86px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo-slider .slick-slide a:hover img {
    /*-webkit-filter: brightness(120%) hue-rotate(90deg);*/
    margin-top: -86px;
}

.logo-slider .slick-slide.slick-cloned[aria-hidden=true] {
    /*visibility: hidden;*/
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
}

.logo-slider .slick-slide.slick-cloned[aria-hidden=false] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.button-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}

.button-wrap a,
.button-wrap button {
    display: inline-block;
    text-align: center;
    width: auto;
    background: #009bd8;
    border: 2px solid #009bd8;
    height: 43px;
    line-height: 36px !important;
    padding: 0 30px 0 20px;
    color: #ffffff;
    font-size: 18px;

}

.button-wrap button:hover,
.button-wrap a:hover {
    background: none;
    color: #009bd8;
}

.button-wrap button.active,
.button-wrap a.active {
    background: #10395e;
    color: #fff;
    border-color: #10395e;
}

.button-wrap button .fa,
.button-wrap a .fa {
    opacity: 0;
}

.button-wrap button.active .fa,
.button-wrap a.active .fa {
    opacity: 1;
}

.single .slider-outercon aside div .header-h2,
.single .slider-outercon aside div h2 {
    margin: 0 !important;
}

.album-container {
    float: left;
    width: 100%;
    background: #f5d5ad;
    padding: 164px 0 145px;
    overflow: hidden;
}

.album-container ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.album-container ul li {
    float: left;
    width: 33.33%;
    padding: 0 20px;
}

.album-images {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.why-atkins-page .album-images {
    margin-top: 30px
}

.album-images .polaroid {
    padding: 3%;
    padding-bottom: 10%;
    background-color: #eeeeee;
    max-width: 240px;
    width: 50%;
    display: inline-block;
    -webkit-transform: rotate(-10deg);
    -webkit-box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, 0.75);
}

.album-images .polaroid img {
    width: 100%;
}

.album-images .polaroid:nth-child(even) {
    /*-webkit-transform: rotate(5deg);*/
    margin-left: -80px;
}

.album-images .p2:nth-child(odd) {
    -webkit-transform: rotate(-3deg);
}

.album-images .p2:nth-child(even) {
    /*-webkit-transform: rotate(2deg);*/
    margin-left: -75px;
}

.album-images .p3:nth-child(odd) {
    -webkit-transform: rotate(8deg);
    margin-left: -15px;
}

.album-images .p3:nth-child(even) {
    /*-webkit-transform: rotate(-5deg);*/
    margin-left: -25px;
}

.album-images h3 {
    position: relative;
    margin-top: 11px;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 85px;
    color: #009bd8;
    font-family: 'Playlist-Script', sans-serif;
    font-weight: normal;
}

.album-images h3 sub {
    font-size: 55px;
}

.album-details-outer {
    float: left;
    width: 100%;
    text-align: center;
}

.album-details-outer h6 {
    font-size: 18px;
    color: #10395e;
    padding: 0 0 4px;
}

.album-details-outer a {
    position: relative;
    /*padding: 0 30px 0 0;*/
}

.album-details-outer a img {
    height: 17px;
    left: auto;
    margin-top: 17px;
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 11px;
}

.album-details-outer a:hover .red-hover {
    opacity: 1;
}

.album-details {
    display: inline-block;
    text-align: center;
    margin-bottom: 29px;
}

.details {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #10395e;
    padding: 0 0 0 12px;
    margin: 0 0 0 12px;
    background: url('https://uk.atkins.com/static/default/style/../media/line-bgjpg.jpg') no-repeat left center;
}

.details strong {
    /*font-family: 'Montserrat-Bold', sans-serif;*/
    font-weight: 600;
}

.first-elemnt {
    padding: 0;
    margin: 0;
    background: none;
}

.album-details-outer h3 {

    padding: 0 0 22px;
}

.album-details-outer p {
    /*min-height: 120px;*/
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1.5em;
    padding: 0 5%;
}

.album-single-left .album-details-outer p {
    padding: 0;
}

.album-details-outer a i {

}

.tools-section {
    width: 100%;
    float: left;
    background: #82a63d;
    padding: 72px 0 62px;
}

.tools-outercon {
    width: 100%;
    float: left;
}

.icons-section {
    width: 100%;
    float: left;
}

.icons-section ul {
    width: 100%;
    float: left;
    text-align: center;
}

.icons-section ul li {
    width: auto;
    display: inline-block;
    padding: 0 11px;
}

.icons-section ul li a {
    width: 94px;
    height: 94px;
    display: inline-block;
    background: #b4ca8b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}

.icons-section ul li a img {
    display: block;
}

.icons-section ul li a:hover {
    background: #c8e395;
}

.tools-content {
    width: 100%;
    float: left;
    text-align: center;
    padding: 23px 0 0;
}

.tools-content h2 {
    font-family: 'Playlist-Script', sans-serif;
    font-weight: normal;
    font-size: 114px;
    line-height: 170px;
    color: #ffffff;
    padding: 0 0 18px;
}

.tools-content p {
    font-size: 18px;
    color: #ffffff;
    padding: 0 24% 22px;
}

.tools-content a:hover:before {
    color: #10395e;
}

.tools-content a.page-link.right {
    padding: 0 27px 0 0;
}

.tools-content a img {
    margin: 0;
    top: 7px !important;
    right: 0 !important;
}

.article-content {
    float: left;
    width: 100%;
    background: url(https://uk.atkins.com/static/default/style/../media/cloth_bg-min.jpg);
    padding: 112px 0 75px;
}

.article-content-header {
    float: left;
    width: 100%;
    text-align: center;
}

.article-content-header h3 {
    margin-bottom: 37px;
}

.article-content-header p {
    margin-bottom: 50px;
    padding: 0 3%;
}

.article-content-header a {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    background: #e30919;
}

.nav_up img {
    width: 17px;
    height: 11px;
}

.article-content-header a:hover {
    background: #10395e;
}

.article-content-header a i {
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    padding-top: 3px;
    width: 100%;
}

.article-content-block {
    float: left;
    text-align: center;
    width: 100%;
    padding: 0 2%;
}

.article-content-block article {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0;
}

.article-content-block a {
    color: #e30919;
    text-transform: capitalize;
}

.article-content-block h2 a {
    color: inherit;
    font-size: inherit;
}

.page-link {
    position: relative;
}

.page-link.left {
    /*padding-left: 38px;*/
}

.page-link.left i {
    margin-right: 0.5em;
}

.page-link.right {
    /*padding-right: 23px;*/
}

.page-link.right i {
    margin-left: 0.5em;
}

.page-link:hover .red-hover {
    opacity: 1;
}

.page-link:hover .red-default {
    opacity: 0;
}

.page-link img {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    position: absolute !important;
    height: 17px;
    margin-top: 17px;
    width: 11px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-content .page-link.left img {
    margin: 10px 24px 0 0;
    left: 0 !important;
}

.article-content .page-link.right img {
    margin: 9px 0 0 24px;
}

.red-default {
    opacity: 1;
}

.red-hover {
    opacity: 0;
}

.article-content-block a:hover {
    color: #10395e;
}

.article-content-block a:hover:before {
    color: #10395e;
}

.article-content-block img {
    float: left;
    left: -20%;
    position: absolute;
    top: -10px;
    z-index: 1;
    width: 60%;
}

.article-content-block figure {
    margin: 0;
}

.article-text-content {
    float: right;
    text-align: center;
    width: 26%;
    margin: 120px 18.4% 0 0;
}

.article-text-content h2 {
    margin-bottom: 26px;
}

.article-text-content p {
    margin-bottom: 15px;
    font-size: 18px;
}

.article-content-block article.right-pic img {
    right: 0;
    left: auto;
}

article.right-pic .article-text-content {
    float: left;
    margin: 160px 0 0 5%;
}

.expert-opinion {
    float: left;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    text-align: center;
    padding: 0;
    height: 900px;
}

.ie .expert-opinion {
    background-attachment: scroll;
    background-size: cover;
}

.expert-opinion > .row {
    height: 100%;
}

.expert-opinion article {
    /*float: left;*/
    /*max-width: 25%;*/
    /*position: absolute;*/
    /*width: 100%;*/
}

.expert-opinion article * {
    color: #fff;
    text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.6);
}

.expert-opinion img {
    margin-bottom: 32px;
}

.expert-opinion .page-link img {
    margin: 9px 0 0 20px;
    position: absolute;
}

.expert-opinion h3 {
    margin-bottom: 27px;
}

.expert-opinion p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 42px;
}

.parallax-window {
    float: left;
    width: 100%;
    min-height: 914px;
    background: transparent;
    position: relative;
}

.parallax-mirror {
    float: left;
    width: 100% !important;
    left: 0 !important;
}

.detect {
    display: block;
}

.article-content.product-content {
    background-image: url(https://uk.atkins.com/static/default/style/../media/product_bg.png);
    padding: 172px 0 117px;
}

article.right-pic.product-1 img {
    right: -14%;
}

article.right-pic.product-1 .article-text-content {
    margin: 20px 0 0 17%;
}

article.product-2 img {
    left: -3%;
}

article.product-2 .article-text-content {
    margin: 250px 15% 0 0;
}

.article-content-block .right-pic.product-3 img {
    right: 10%;
}

.right-pic.product-3 .article-text-content {
    margin: 50px 0 0 16%;
}

.article-content-block .product-4 .article-text-content {
    margin: 200px 18.4% 0 0;
}

.article-content.product-content .article-content-header p {
    margin-bottom: 20px;
}

.product-4 > img {
    top: -115px;
}

.article-content-block .right-pic.product-3 img {
    width: 41%;
}

.article-content.product-content .product-4 img {
    left: -6%;
}

.carb-living {
    width: 100%;
    float: left;
}

.media-block {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #ffffff
}

.media-block figure,
.media-block img {
    width: 100%;
    height: 100%;
    position: relative;
}

.media-overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 10px;
}

.media-block.text-block figure {
    display: none;
}

.media-block.text-block .media-overlay {
    padding: 10px 20px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.media-block.text-block .media-overlay p {
    font-size: 18px;
    line-height: 1.6;
}

.media-block.text-block .media-overlay h3 {
    font-size: 40px;
    line-height: 1;
}

/*.text-block .media-overlay {*/
/*-webkit-transform: none;*/
/*-moz-transform: none;*/
/*transform: none;*/
/*left: 0;*/
/*top: 0;*/
/*position: absolute;*/
/*}*/
.text-block h3 a {
    color: inherit;
}

.media-overlay h2 {
    font-size: 70px;
    line-height: 1em;
    color: #fff;
    font-family: 'Playlist-Script', sans-serif;
    font-weight: normal;
    text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.6);
}

.media-overlay h2 a {
    color: #fff;
}

.recipe-block {
    margin-top: -150px;
}

.recipe-block .myatkins_title {
    margin-top: 62px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.recipes-row .media-overlay h2 {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    font-family: 'Playlist-Script', sans-serif;
    font-weight: normal;
    text-shadow: 3px 0 5px rgba(0, 0, 0, 0.9);
}

.receipe .media-overlay h2 {
    font-size: 40px;
    /*line-height: 106px;*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    text-shadow: 3px 2px 6px rgba(10, 10, 10, 0.7);
}

.recipes-title h2 {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 15px 4px;
    /* float: left; */
    line-height: 28px;
    display: block;
    clear: both;
    color: #10395e;
}

.recipes-title h2 a {
    color: inherit;
}

.media-overlay h4 {
    font-size: 31px;
    line-height: 2.5;
    color: #fff;

    text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.6);
    font-weight: normal;
}

.recipe-info {
    font-size: 15px;
    padding: 0 10px 20px 10px;
    float: left;
    text-align: center;
    width: 100%;
}

.blog-row {
    margin-bottom: 40px;
}

.blog-row .recipe-info p {
    font-size: 16px;
}

.link-block {
    width: 100%;
    float: left;
    text-align: center;
}

.link-block .box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    text-align: center;
    background: url(https://uk.atkins.com/static/default/style/../media/curve_img.svg) no-repeat center bottom;
    display: inline-block;
    /*height: 50px;*/
    color: #fff;
    font-size: 18px;

    line-height: 1em;
    line-height: 0.5em;
    margin: 0 auto;
    cursor: pointer;
    background-size: contain;
    padding: 0.7em 0;
    /*max-width: 256px;*/
    z-index: 1;
}

.link-block .box i {
    padding-left: 20px;
    font-size: 28px;
}

.link-block .box a {
    display: block;
    color: #ffffff
}

.link-content-outer {
    width: 100%;
    position: absolute;
    bottom: -800px;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: rgba(227, 31, 38, .85);
    height: 400px;
    display: table;
    padding: 30px;
}

.recipes-row .link-content-outer {
    width: 100%;
    position: absolute;
    bottom: -448px;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: rgba(227, 31, 38, .85);
    height: 363px;
    display: table;
    padding: 30px;
}

.box img {
    height: 18px;
    width: 11px;
    margin-left: 18px;
    margin-top: -4px;
}

.link-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.media-content .page-link {
    padding-right: 0;
}

.media-content .page-link img {
    height: 17px;
    margin-left: 20px;
    width: 11px !important;
    padding-right: 0;
    left: auto;
    margin-top: 15px;
    position: absolute;
    right: 0;
    top: -8px !important;
    transition: all 0.3s ease-in-out 0s;
}

.link-content-outer:after {
    background: url(https://uk.atkins.com/static/default/style/../media/curve_img.svg) no-repeat center 0;
    position: absolute;
    top: -71px;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
    height: 71px;
    opacity: .85;
}

.link-content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;

}

.link-content a {
    background: none;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    display: inline-block;
    height: auto;
    width: auto;
    color: #fff;
    font-size: 22px;

    line-height: normal;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.link-content a:hover {
    color: #10395e;
}

.link-content-inner {
    display: inline-block;
    max-width: 540px;
}

.link-block:hover .link-content-outer {
    bottom: 0;
}

.media-small-col {
    width: 40%;
    float: left;
}

.media-big-col {
    width: 60%;
    float: left;
}

.media-content-block {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 72.9%;
}

.media-content {
    width: 100%;
    max-width: 540px;
    float: left;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.media-content h4 {
    padding-bottom: 30px;
}

.media-content p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 40px;
}

.sandel-background {
    background: #f3c18c;
    background: -moz-linear-gradient(-45deg, #f3c18c 0%, #e99133 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #f3c18c), color-stop(100%, #e99133));
    background: -webkit-linear-gradient(-45deg, #f3c18c 0%, #e99133 100%);
    background: -o-linear-gradient(-45deg, #f3c18c 0%, #e99133 100%);
    background: -ms-linear-gradient(-45deg, #f3c18c 0%, #e99133 100%);
    background: linear-gradient(135deg, #f3c18c 0%, #e99133 100%);
}

.media-content-block.sandel-background h4,
.media-content-block.sandel-background a {
    color: #fff;
}

.media-content-block.sandel-background h4 {
    padding-bottom: 10px;
}

.arrow-down i {
    color: #e30919;
    font-size: 30px;
    padding-top: 30px;
}

.arrow-down span {
    color: #fff;
    float: left;
    width: 100%;
    font-size: 18px;
}

.large-media .link-content-outer {
    height: 620px;
}

.small-media .link-content-outer {
    height: 384px;
}

.mobile-desc {
    font-size: 20px;
    width: 100%;
    float: left;
    padding: 40px 55px;
    text-align: center;
}

.media-block-outer {
    width: 100%;
    float: left;
}

.media-top-block {
    width: 100%;
    float: left;
}

.inspired-block h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2em;
    width: 100%;
    font-weight: 600;
    padding: 0;
}

.inspired-block h2 a {
    color: #fff;
}

.inspired-block .media-content-block {
    padding-bottom: 74.99%;
}

.inspired-block .media-overlay {

}

.inspired-block .media-block figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.media-overlay span {
    color: #fff;
    font-size: 25px;
    width: 100%;
    float: left;
    padding-top: 7px;
    text-shadow: 2px 1px 2px rgba(10, 10, 10, 0.6);
}

.inspired-block .social-media {
    width: 100%;
    float: left;
    padding-top: 35px;
}

.inspired-block .social-media h4 {
    font-size: 18px;

    font-weight: normal;
    line-height: 22px;
    padding-bottom: 20px;
}

.arrow-down img {
    width: 18px;
    height: 11px;
    margin-top: 40px;
}

.support-block .media-content-block {
    padding-bottom: 73%;
}

.why-atkins-page .media-content-block {
    padding-bottom: 80.8%;
}

.slick-video iframe {
    width: 100%;
}

.slick-video .slick-dots {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.slick-video .slick-dots li {
    float: none;
    display: inline-block;
    text-align: center;
}

.slick-video .slick-dots li button {
    width: 22px;
    height: 22px;
    margin: 0 15px;
    background: #ffffff;
    font-size: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.slick-video .slick-dots li button:active,
.slick-video .slick-dots li button:focus {
    outline: none;
}

.slick-video .slick-active button {
    background: #2c99d3 !important;
}

.slick-track {
    float: left;
}

.slick-video {
    float: left;
    width: 100%;
}

.slick-video .item {
    position: relative;
    padding-bottom: 28.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.slick-video .item iframe,
.slick-video .itemr object,
.slick-video .item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.intro-block {
    float: left;
    width: 100%;
}

.album-single.album-container {
    background: #aad6ee;
    padding: 20px 0.625rem 45px 0.625rem;
}

.album-single.album-container {
    width: 100%;
}

.album-single.album-container .album-images {
    width: 48%;
    margin-bottom: 30px;
    padding-top: 50px;
}

.album-single.album-container .album-details-outer {
    width: 52%;
    padding: 50px 20px 0;
}

.intro-block .media-content {
    max-width: 434px;
}

.album-vertical.album-container {
    background: #cddcb1;
    padding: 136px 0 45px 30px;
}

.album-vertical.album-container .album-images {
    margin-bottom: 40px;
}

.album-vertical.album-container .album-images h3 {
    font-size: 106px;
}

.album-single-left.album-single.album-container {
    background: #fff;
    padding: 0 20px;
}

.why-atkins-page .album-container .album-images h3 {
    font-size: 106px;
}

.why-atkins-page .media-overlay h2 {
    font-size: 90px;
}

.album-vertical.album-container .album-details-outer {
    padding: 0 70px;
}

.album-vertical.album-container .album-details-outer p {
    margin-bottom: 32px;
}

.article-content.all-products {
    padding: 208px 0 223px;
}

.all-products .article-content-header h3 {
    margin-bottom: 35px;
}

.all-products .article-content-block img {
    width: auto;
    position: static;
    float: none;
}

.all-products .article-content-block article {
    width: 25%;
}

.all-products .article-content-block .article-text-content {
    margin: 17px 0 0;
    float: left;
    width: 100%;
}

.all-products .article-content-block .article-text-content p {
    padding: 0 11%;
    margin-bottom: 30px;
}

.all-products .article-content-header p {
    line-height: 34px;
}

.all-products .article-content-header {
    margin: 0 0 20px;
}

.all-products.article-content .page-link.right img {
    margin: 9px 0 0 14px;
}

.products-filter-container {
    float: left;
    width: 100%;
    padding: 86px 0 116px;
    background: rgba(217, 237, 247, 1);
    background: -moz-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217, 237, 247, 1)), color-stop(8%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(217, 237, 247, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#ffffff', GradientType=0);
}

.breadcrumb-outer-con {
    float: left;
    width: 100%;
    text-align: center;
}

.breadcrumbs li {
    float: none;
    display: inline-block;
    font-size: 18px;
    text-transform: none;
}

.breadcrumbs a {
    color: #2c99d3;
}

.breadcrumbs a:hover {
    color: #909090;
    text-decoration: none;
}

.breadcrumbs li.current a {
    color: #909090 !important;
}

.breadcrumbs li:not(:last-child):after {
    content: "";
    background: url('https://uk.atkins.com/static/default/style/../media/breadcrumb-divider.png') no-repeat left top;
    width: 2px;
    height: 18px;
    right: 0;
    display: inline-block;
    top: 3px;
}

.intro-outer {
    float: left;
    width: 100%;
    text-align: center;
}

.intro-outer p {
    padding: 0 18% 15px;
}

.filter-outercon {
    /*float: left;*/
    width: 100%;
    max-width: 350px;
    position: relative;
    text-align: center;
    margin: 70px auto 0;
    display: block;
    z-index: 1;
}

.filter-btn, .button-blue {
    display: inline-block;
    background: #2c99d3;
    text-align: center;
    width: 100%;
    max-width: 352px;
    line-height: 36px;
    height: 46px;
    color: #ffffff!important;

    font-size: 18px;
    border: 2px solid #2c99d3;
    position: relative;
}

.filter-btn:hover, .button-blue:hover {
    background: none;
    border: 2px solid #10395e;
    color: #10395e!important;
}

.filter-btn:before, .button-blue:before {
    width: 19px;
    height: 11px;
    content: "";
    background: url(https://uk.atkins.com/static/default/style/../media/white_down_arrow.svg) right top no-repeat;
    position: absolute;
    right: 9px;
    top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter-btn:hover:before, .button-blue:hover:before {
    background: url(https://uk.atkins.com/static/default/style/../media/arrow-blue-down.svg) right top no-repeat;
}

.popup-btn {
    color: #FFF;
    background-color: #10395e;
    display: inline-block;
    margin: 0 10px;
    width: auto;
    line-height: 36px;
    height: 46px;
    text-align: center;
    padding: 0 40px;
}

.popup-btn:hover {
    background: none;
    border: 2px solid #10395e;
    color: #10395e!important;
}

.popup-btn:before {
    display: none;
}

.popup-createaccount {
    display:none; position: fixed; z-index: 999999; background-color: rgba(0,0,0,0.35); width: 100vw; height: 100vh; top: 0; left: 0;"
}
.popup-createaccount-inner {
    width: 400px; height: auto; padding: 35px; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #ffffff;
}
.popup-createaccount .popup-btn {
    border: 2px solid transparent;
}
.popup-createaccount .popup-btn:hover {
    border-color: #10395e;
}

.popup-createaccount .popup-btn-agree {
    margin-left: 0;
}
.popup-createaccount .popup-btn-disagree {
    float:right;
    mrgint-right: 0;
}

.dropdown-content {
    width: 29.3%;
    width: 100%;
    max-width: 727px;
    border: 2px solid #2c99d3;
    border-top: 0;
    background: #ffffff;
    padding: 26px 60px 26px;
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    display: none;
    z-index: 99999;
    /*-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);*/
}

.drop-content {
    float: left;
    text-align: left;
}

.dropdown-left {
    width: 229px;
}

.drop-content h5 {
    color: #2c99d3;
    line-height: 1.6;
    font-size: 18px;
    /* margin-bottom: 14px; */
}

.drop-content ul {
    float: left;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0;
}

.drop-content ul li {
    float: left;
    width: 100%;
    line-height: 42px;
    cursor: pointer;
}

.drop-content ul li a {
    float: left;
    width: 100%;
    color: #10395e;
    font-size: 18px;
}

.drop-content ul li:hover,
.drop-content ul li.active {
    color: #e30919;
}

.drop-content ul li a:hover {
    color: #e30919;
}

.dropdown-right {
    width: 59.3%;
    padding-left: 50px;
    border-left: 1px solid #8fc9e8;
}

.dropdown-right ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.filter-result-section {
    width: 100%;
    float: left;
    padding: 120px 6% 0;
    position: relative;
    z-index: 0;
}

.myatkins_related_products .filter-result-section {
    padding-top: 0;
}

.filter-result-section ul {
    width: 100%;
    float: left;
    text-align: center;
}

.filter-result-section ul li {
    width: 20.3%;
    float: none;
    display: inline-block;
    margin: 0 30px 75px;
    vertical-align: top;
}

.filter-result-section ul li.hidden {
    display: none !important;
}

.article-card {
    width: 100%;
    float: left;
    position: relative;
}

.article-card-promolabel {
    position: absolute;
    top:0;
    right: 0;
}

.article-card-image {
    width: 100%;
    height: 357px;
    line-height: 357px;
    background: #f0edea;
    float: left;
    text-align: center;
}

.article-card-content {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0 0;
}

.article-card-content h5 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 12px;
}

.article-card-content h5 a {
    color: #10395e;
}

.article-card-content p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 20px 11px;
}

.article-card-content p.price {
    font-size: 22px;
}

.article-card-content .page-link {
    /*padding-right: 35px;*/
    display: inline-block;
}

.article-card-content .page-link img {
    height: 17px;
    left: auto !important;
    margin: 0;
    position: absolute !important;
    right: 1px !important;
    top: 10px !important;
    transition: all 0.3s ease-in-out 0s;
    width: 11px !important;
}

.pagination-outer {
    width: 100%;
    float: left;
}

.pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
}

.pagination li {
    /*border-radius: 50%;*/
}

.pagination a {
    border: 1px solid #cacaca;
    /*border-radius: 50%;*/
    padding: 3px 12px;
    font-size: 18px;
}

.pagination a[aria-label] {
    padding: 3px 14px;
}

.pagination .disabled, .pagination .current {
    padding: 3px 14px;
    font-size: 18px;

}

.pagination .disabled {
    color: #cacaca;
}

.pagination .current {
    border: 1px solid #2ba6cb;
}

.article-page .products-filter-container {
    padding: 60px 0 20px;
    background: rgba(247, 225, 195, 1);
    background: -moz-linear-gradient(top, rgba(247, 225, 195, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247, 225, 195, 1)), color-stop(25%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 225, 195, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 225, 195, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 225, 195, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 225, 195, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7e1c3', endColorstr='#ffffff', GradientType=0);
}

.category-section {
    width: 100%;
    float: left;
    padding: 25px 0 0;
}

.blog-date {
    width: 100%;
    float: left;
    text-align: center;

    font-size: 22px;
    color: #2e99d3;
}

.category-list {
    width: 100%;
    float: left;
    padding: 48px 0 0;
}

.category-list ul {
    width: 100%;
    float: left;
    text-align: center;
}

.category-list ul li {
    width: auto;
    float: none;
    display: inline-block;
    padding: 0 2px;
}

.category-list ul li a {
    width: 100%;
    float: left;

    font-size: 21px;
    color: #909090;
    background: #e6e6e6;
    padding: 4px 13px 3px 17px;
}

.category-list ul li a:hover {
    color: #ffffff;
    background: #e30919;
}

.article-page .intro-outer {
    padding: 0;
}

.article-page .intro-outer p {
    font-size: 24px;
    line-height: 40px;
    padding: 15px 0 15px;
    max-width: 48em;
    margin: 0 auto;
    display: block;
}

.three-column-section {
    width: 100%;
    float: left;
    padding: 0 5.3% 118px 6.6%;
    overflow: hidden;
}

.column-leftsection {
    width: 21.8%;
    float: left;
    padding: 0 2.7% 0 0;
}

.tesimonial-outer {
    width: 100%;
    height: 465px;
    float: left;
    display: table;
}

.tesimonial-outer:first-child {
    height: 500px;
}

.testimonial-section {
    width: 100%;
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.testimonial-section blockquote {
    padding: 0;
    margin: 0;
    border: 0;
}

.testimonial-section blockquote p {

    font-weight: 600;
    font-size: 29px;
    line-height: 40px;
    color: #f3932c;
}

.testimonial-section span {
    width: 100%;
    float: left;

    font-size: 18px;
    color: #f49b42;
    padding: 4px 0 0;
}

.article-page .social-media {
    width: 100%;
    float: left;
    background: #f7f6f5;
    padding: 30px 0;
    margin: 187px 0 0;
    position: relative;
}

.article-page .social-media:before {
    width: 100%;
    height: 100%;
    content: "";
    background: #f7f6f5;
    position: absolute;
    right: 100%;
    top: 0;
}

.article-page .social-media h4 {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 31px;
}

.article-page .social-media ul li:first-child {
    margin-left: 0;
}

.column-middlesection {
    width: 54.9%;
    float: left;
    padding: 0 5.5% 0 5.2%;
}

.column-middlesection ol,
.column-middlesection ul {
    padding-left: 22px
}

.column-middlesection h5 {
    font-size: 30px;
    line-height: 32px;
    padding: 43px 0 18px;
}

.column-middlesection h5:first-child {
    padding: 0 0 18px;
}

.column-middlesection p {
    font-size: 18px;
    line-height: 34px;
    padding: 0 0 11px;
}

.column-middlesection ol li,
.column-middlesection ul li {
    font-size: 18px;
    line-height: 34px;
}

.column-middlesection p a {

    font-weight: 600;
    color: #11395d;
}

.column-middlesection p a:hover {
    color: #e3101c;
}

.blog-author-section {
    width: 100%;
    float: left;
    padding: 71px 0 0;
}

.author {
    width: auto;
    float: left;
}

.author img {
    width: 95px;
    height: 95px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author-desc {
    width: auto;
    float: left;
    padding: 15px 0 0 18px;
}

.author-desc span {
    font-size: 18px;
    line-height: 34px;
}

.comment-block {
    width: 100%;
    float: left;
    padding: 53px 0 0 6px;
}

.comment-block a {
    font-size: 27px;
}

.comment-block .page-link img {
    height: 17px;
    left: auto !important;
    margin-top: 17px;
    position: absolute !important;
    right: -3px !important;
    top: -5px !important;
    transition: all 0.3s ease-in-out 0s;
    width: 11px !important;
}

.comment-form {
    width: 100%;
    float: left;
    padding: 35px 0 0 4px;
}

.admin-img {
    width: 11.6%;
    float: left;
}

.comment-field {
    width: 88.4%;
    float: left;
    padding: 0 0 0 20px;
}

.comment-field textarea {
    width: 100%;
    height: 87px;
    float: left;
    line-height: 22px;
    padding: 10px 15px;
    background: #f7f6f5;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    margin: 0;
}

.column-rightsection {
    width: 23.3%;
    float: left;
    /*padding: 9px 0 0 0;*/
}

.column-rightsection .sidebar {
    width: 100%;
    float: left;
}

.widget {
    width: 100%;
    float: left;
    padding: 65px 0 0;
}

.widget:first-child {
    padding: 0;
}

.widget h5 {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 20px;
    position: relative;
}

.widget h5:before {
    width: 65%;
    height: 5px;
    background: #f2f2f1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.widget ul {
    width: 100%;
    float: left;
    padding: 11px 0 0;
}

.widget ul li {
    width: 100%;
    float: left;
    padding: 13px 0 0;
}

.widget ul li:first-child {
    padding: 0;
}

.widget ul li a {
    width: auto;
    float: left;

    font-size: 18px;
    color: #909090;
}

.widget ul li a:hover,
.widget ul li.active a {
    color: #e30919;
}

.subscribe-section {
    width: 100%;
    float: left;
    background: #bedee8;
    text-align: center;
    padding: 31px 15px 40px;
}

.subscribe-section h5 {
    font-size: 27px;
    line-height: 29px;
    padding: 0 0 17px;
}

.subscribe-section h5:before {
    content: none;
}

.subscribe-section p {
    font-size: 18px;
    line-height: 30px;
}

.subscribe-form {
    width: 100%;
    float: left;
    padding: 12px 7px 21px;
}

.subscribe-form .input-boxes {
    float: left;
    margin: 0 0 12px;
}

.subscribe-form .text-box {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 0 20px;
    font-size: 18px;
    background: #ffffff;
}

.subscribe-form .text-box::-moz-placeholder {
    background: #ffffff;
    opacity: 1;
    color: #10385e;
}

.subscribe-form .text-box:-ms-input-placeholder {
    background: #ffffff;
    opacity: 1;
    color: #10385e;
}

.subscribe-form .text-box::-webkit-input-placeholder {
    background: #ffffff;
    opacity: 1;
    color: #10385e;
}

.subscribe-form .submit-btn {
    float: left;
}

.subscribe-form .facebook-btn {
    width: 167px;
    float: right;
    padding: 0;
}

.article-page .subscribe-section .social-media:before {
    content: none;
}

.article-page .subscribe-section .social-media {
    background: none;
    margin: 0;
    padding: 0;
}

.article-page .subscribe-section .social-media ul {
    text-align: center;
}

.article-page .subscribe-section .social-media ul li {
    float: none;
    display: inline-block;
    padding: 0;
}

.article-page .bottom-image-block h3 {
    padding-bottom: 44px;
}

.article-alt-page .column-middlesection {
    width: 68%;
    padding: 0 5.5% 0 0;
}

.article-alt-page .column-rightsection {
    width: 32%;
}

.article-no-right.article-alt-page .column-middlesection {
    width: 100%
}

/*--- content ends ---*/

/*--- footer starts ---*/
.footer-container {
    float: left;
    width: 100%;
}

.footer-top {
    float: left;
    width: 100%;
}

.footer-bottom {
    float: left;
    width: 100%;
    background: #f7f6f5;
    padding: 33px 0 77px;
}

.footer-bottom-wrap {
    float: left;
    width: 100%;
    /*padding: 0 2.8%;*/
    margin: 0 !important;
}

.footer-links {
    float: left;
}

.footer-links ul {
    float: left;
    width: 100%;
}

.footer-links.colm1 ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.footer-links ul li {
    float: left;
    width: 100%;
    line-height: 20px;
}

.footer-links ul li a {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #2d5172;
}

.footer-links ul li a:hover {
    color: #e30919;
}

.footer-links h6 {
    margin-bottom: 18px;
}

.footer-legal {
    display: block;
    clear: both;
}

.footer-legal .legal-menu {
    padding: 50px 0 0;
}

.footer-legal .legal-menu .menu {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.footer-legal .legal-menu a {
    float: left;
    width: 100%;
    background: transparent !important;
    font-size: 12px;
    color: #2d5172;
}

.colm1 ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.colm1 {
    /*margin-right: 2.4%;*/
    /*width: 17.3%;*/
}

.colm2 {
    /*margin-right: 4.3%;*/
    /*width: 10.5%;*/
}

.colm3 {
    /*margin-right: 4.3%;*/
    /*width: 9.5%;*/
}

.colm4 {
    /*margin-right: 5%;*/
    /*width: 18.9%;*/
}

.colm5 {
    /*margin-right: 5%;*/
    /*width: 12%;*/
}

.colm6 {
    /*width: 10.8%;*/
}

.toggle-class {
    display: none;
}

.footer-inner {
    float: left;
    width: 100%;
    display: table;
}

.footer-left {
    /*display: table-cell;*/
    /*width: 60%;*/
    background: #afd8e7;
    text-align: center;
    padding: 85px 0 115px;
}

.footer-right {
    /*display: table-cell;*/
    /*width: 40%;*/
    background: #fff;
    text-align: center;
    padding: 85px 0 0;
}

.signup-area {
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
}

.signup-area h4 {
    padding: 0 0 13px;
}

.signup-area p {
    padding: 0 0 28px;
}

.signup-privacy {
    margin-top: 10px;
    font-size: 13px;
    display: block;
}

.input-boxes {
    float: left;
    width: 100%;
    margin: 0 0 23px;
}

.text-box {
    display: inline-block;
    vertical-align: top;
    /*border: solid 1px #d8ebf2;*/
    border: solid 1px transparent;
    background: #d8ebf2;
    height: 50px;
    padding: 0 15px;
    border-radius: 0;

    font-size: 15px;
    line-height: 16px;
    color: #10385e;
    box-shadow: none;
    max-width: 45%;
    margin: 0 10px 0;
}

.text-box:focus {
    border: 1px solid #10385e;
}

.text-box::-moz-placeholder {
    /*background: #d8ebf2;*/
    color: #10385e;
    opacity: 1;
}

.text-box:-ms-input-placeholder {
    /*background: #d8ebf2;*/
    color: #10385e;
}

.text-box::-webkit-input-placeholder {
    /*background: #d8ebf2;*/
    color: #10385e;
}

.error {
    border-color: #e30919;
}

.field.error label.error {
    color: #e30919;
}

.valid {
    border-color: #10385e;
}

.inline-btn,
.submitButton,
.submit-btn {
    display: inline-block;
    vertical-align: top;
    background: #e30919;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    width: 188px;
    height: 37px;
    border-radius: 0;
    border: none;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.context-fr .submit-btn {
    width: auto;
}

.print-btn {
    margin-top: 20px;
    font-size: 15px;
    height: 30px;
    width: auto;
}

.inline-btn {
    width: auto;
    padding: 8px 15px;
    color: #ffffff !important;
}

a.submitButton {
    display: inline-block;
    line-height: 37px;
}

.inline-btn:hover,
.submitButton:hover,
.submit-btn:hover {
    background: #10385e;
    color: #fff;
}

.social-media {
    display: inline-block;
    vertical-align: top;
}

.social-media h4 {
    padding: 0 0 38px;
}

.social-media ul {
    float: left;
    width: 100%;
    margin: 0;
}

.social-media ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 8px;
    width: 48px;
}

.social-media ul li a {
    float: left;
    width: 100%;
}

.social-media ul li a:hover {
    opacity: 0.7;
}

/*--- footer ends ---*/

/*========LUNCH=========*/
.products-filter-container.product-single-category {
    padding: 33px 0 116px;
}

.product-single-category .filter-result-section li {
    width: 44%;
}

.product-single-category .article-card-content {
    margin-bottom: 50px;
}

.product-single-category .breadcrumb-outer-con {
    padding-bottom: 40px;
}

.product-single-category .intro-outer p {
    font-size: 30px;
    line-height: 45px;
    padding: 0 6% 15px;
}

/*=================Recipe Details=========*/

.item-benefits {
    float: left;
    width: 100%;
}

.item-benefits-top {
    float: left;
    width: 100%;
    /*margin-bottom: 88px;*/
}

.item-benefits-top ul {
    text-align: center;
}

.item-benefits-top ul li {
    display: inline-block;
    border-left: 2px solid #10395e;
    width: auto;
    line-height: 23px;
    padding: 0 15px;
}

.item-benefits-top ul li:first-child {
    border: none;
}

.benefit-label {
    float: left;
}

.benefit-value {
    float: left;
    font-weight: 600;
    margin-left: 5px;
}

.item-benefits-bottom {
    float: left;
    width: 100%;
    padding-bottom: 33px;
}

.item-benefits-bottom .col-md-12 {
    width: 100%;
}

.item-detail-page .item-benefits-bottom h6 {
    font-size: 22px;
    padding-bottom: 31px;
    text-align: center;
}

.item-benefits-bottom ul {
    text-align: center;
}

.item-benefits-bottom ul li {
    display: inline-block;
    margin: 0 0 0 3.35%;
    max-width: 87px;
    width: 100%;
}

.item-benefits-bottom ul li:first-child {
    margin-left: 0;
}

.item-benefits-bottom .item-gain {
    font-size: 18px;
    padding-bottom: 5px;
}

.item-benefits-bottom .item-gain-relation {
    font-size: 18px;
    font-weight: 600;
}

.item-gain-total {
    padding-bottom: 2px;
    border-bottom: 1px solid #e69632;
}

.item-gain-present {
    padding-top: 1px;
}

/*========recipe details=========*/

.bottom-image-block h3 {
    text-align: center;
    padding-bottom: 30px
}

.left-list {
    width: 100%;
    float: left;
}

.item-detail-page h5 {
    font-size: 30px;
    line-height: 32px;
}

.item-detail-page .column-leftsection {
    padding: 0 2% 0 0;
    width: 24.3%;
}

.item-detail-page .column-middlesection {
    padding: 1px 4.7% 0 2%;
    width: 51.5%;
}

.item-detail-page .column-rightsection {
    width: 21%;
}

.item-detail-page .three-column-inner {
    border-top: 4px solid #f7f6f5;
    padding-top: 40px;
    width: 100%;
    float: left;
}

.item-detail-page .column-middlesection p {
    padding: 0 0 19px;
}

.item-detail-page h5:first-child {
    padding-bottom: 70px;
}

.left-list li {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 17px;
}

.item-detail-page .column-middlesection .page-link img {
    margin-top: 9px;
    width: 25px !important;
}

.item-detail-page .column-rightsection h5 {
    text-align: center;
}

.article-page.item-detail-page .social-media {
    margin: 55px 0 0;
}

.vertical-slider {
    max-width: 358px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left;
    position: relative;
}

.vertical-slider .slick-list {
    background: #f0edea;
    padding: 40px 30px 0;
}

.vertical-slider .slick-slide img {
    margin: 0 auto;
}

.vertical-content {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

.vertical-content .page-link.right img {
    display: inline-block;
    margin-top: 9px;
    width: 35px !important;
}

.vertical-content h5 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.vertical-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 16px;
    padding: 0;
    cursor: pointer;
}

.vertical-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.vertical-slider .slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: "";
    text-align: center;
    background: transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #2c99d3;
}

.vertical-slider .slick-dots li.slick-active button:before {
    background: #2c99d3;
}

.vertical-slider .slick-dots {
    padding-top: 50px;
    width: 100%;
    /*    float: left;*/
    line-height: 22px;
}

.vertical-slider .slick-prev,
.vertical-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 8px;
    display: block;
    width: 19px;
    height: 23px;

    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.vertical-slider .slick-prev {
    left: 61px;
}

.vertical-slider .slick-next {
    right: 72px;
}

.vertical-slider .slick-prev:before,
.vertical-slider .slick-next:before {
    line-height: 1;
    width: 12px;
    height: 19px;
    content: "";
    position: absolute;
}

.vertical-slider .slick-next:before {
    background: url(https://uk.atkins.com/static/default/style/../media/lightblue_right_arrow.svg) no-repeat left center;
}

.vertical-slider .slick-prev:before {
    background: url(https://uk.atkins.com/static/default/style/../media/lightblue_left_arrow.svg) no-repeat left center;
}

.products-filter-container.single-product-main-out {
    background: #fff;
    padding: 86px 0 0;
}

.product-single-desc {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 44px;
}

.product-single-box {
    width: 100%;
    float: left;
    height: auto;
}

.product-pic-box {
    width: 100%;
    float: left;
    height: auto;
    background: #f0edea;
    padding: 93px 80px 40px 80px;
}

.link-out {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 0;
}

.product-det-box {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    padding: 12px 0 0;
}

.product-det-box h3 {
    padding-bottom: 32px;
}

.product-det-box p {
    font-size: 18px;
}

.product-specs {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    padding: 50px 0;
}

.product-boxinfo {
    font-style: italic;
    margin-top: -20px;
}

@media screen and (max-width: 1360px) {
    .product-boxinfo {
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .product-boxinfo {
        margin-top: -10px;
    }
}

.product-specs ul {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
}

.product-specs ul li {
    width: auto;
    padding: 3px 12px;
    text-align: center;
    font-size: 18px;
    border-left: 2px solid #10395e;
    float: left;
}

.product-specs ul li:first-child {
    border-left: 0;
}

.product-specs ul li b {
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 600;
    line-height: 27px;
}

.product-specs div.columns {
    padding: 3px 15px;
    text-align: center;
    font-size: 18px;
    border-left: 2px solid #10395e;
    float: left;
    position: relative;
    padding-bottom: 25px;
}

.product-specs div.columns:first-child {
    border-left: 0;
}

.product-specs div.columns b {
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 600;
    line-height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.price-details {
    width: 100%;
    float: left;
}

.price-details .price {
    font-size: 40px;
    color: #10395e;
    float: left;
    margin-left: 50px;
}

.sbHolder {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 43px;
    position: relative;
    width: 100%;
    border: 2px solid #2c99d3;
}

.sbSelector {
    color: #009bd8;
    display: block;
    font-size: 25px;
    font-weight: 400;
    height: 41px;
    left: 0;
    line-height: 41px;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
    text-align: left;
    padding-left: 18px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #009bd8;
    outline: medium none;
    text-decoration: none;
}

.sbToggle {
    background: #2b624b;
    display: block;
    height: 58px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.sbToggle:before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f078";
    height: 0;
    position: absolute;
    right: 37px;
    top: 7px;
    width: 0;
    color: #2c99d3;
}

.sbOptions {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #2c99d3;
    left: -2px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute !important;
    top: 39px !important;
    width: 80px;
    z-index: 600;
}

.banner-outer .sbOptions li {
    padding: 0 7px;
}

.sbOptions li:first-child a {
    border: medium none;
}

.sbOptions a {
    border-top: 1px dotted #2c99d3;
    color: #2c99d3;
    display: block;
    font-size: 25px;
    font-weight: 400;
    outline: medium none;
    padding: 2px 0 7px 2px;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #2c99d3;
    text-decoration: none;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #10395e;
}

.sbOptions li.last a {
    border-bottom: medium none;
}

.sbOptions .sbDisabled {
    border-bottom: 1px dotted #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.price-btn-sec {
    float: right;
    width: 285px;
}

.price-btn-select {
    width: 80px;
}

.price-btn-sec .button-wrap {
    margin-top: 0;
    width: auto;
}

.product-det-box .social-media {
    margin-top: 40px;
}

.product-det-box h4 {
    font-size: 24px;
    padding: 0;
    margin-bottom: 35px;
}

.single-product-banner {
    padding-top: 57px;
}

.link-out .page-link img {
    margin-top: 10px;
    right: 0 !important;
}

.single-product-banner .media-overlay h2 {
    font-size: 165px;
}

.testimonial-section.with-red-text blockquote p {
    color: #e30919;
}

.testimonial-section.with-red-text span {
    color: #e30919;
}

.slider-content-wrap {
    width: 100%;
    float: left;
    height: auto;
    padding: 60px 0;
}

.slider-content-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    text-indent: -990px;
    overflow: hidden;
    background-size: 40px 80px;
    height: 80px;
    width: 40px;
    outline: none !important;
}

.slider-content-wrap .slick-prev {
    background: url("https://uk.atkins.com/static/default/style/../media/banner-arrow-left.svg") no-repeat;
    left: 30px;
}

.slider-content-wrap .slick-prev:hover {
    background: url("https://uk.atkins.com/static/default/style/../media/banner-arrow-left-hover.svg") no-repeat;
}

.slider-content-wrap .slick-next {
    background: url("https://uk.atkins.com/static/default/style/../media/banner-arrow-right.svg") no-repeat;
    right: 30px;

}

.slider-content-wrap .slick-next:hover {
    background: url("https://uk.atkins.com/static/default/style/../media/banner-arrow-right-hover.svg") no-repeat;

}

.slider-content-wrap .slick-slide img {
    width: 100%;
}

.slider-content-wrap .slider-content {
    padding-bottom: 10px;
}

.slider-content-wrap p {
    font-size: 18px;
    color: #8f8e8e;
    line-height: 25px;
}

.main-s-section .article-card-image {
    width: 650px;
    height: 650px;
    padding-top: 100px;
    float: none;
    display: inline-block;
}

.main-s-social-footer {
    text-align: center;
    width: 100%;
}

.main-s-social-footer h5 {
    margin-bottom: 40px;
}

a.submit-btn {
    line-height: 35px;
    color: #ffffff;
}

a.submit-btn:hover {
    color: #ffffff;
}

.expert-opinion.main-s-footer-banner {
    padding-top: 350px;
    background: url("https://uk.atkins.com/static/default/style/../media/content/footer_banner_main.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 740px;
}

.main-s-footer-banner h3 {
    color: #ffffff;
}

.main-s-footer-banner p {
    color: #ffffff;
    margin-bottom: 100px;
}

.single-product-main-out .item-benefits-bottom h6 {
    font-size: 18px;
    padding-bottom: 31px;
    text-align: center;
}

.single-product-main-out .item-benefits-bottom p {
    font-size: 16px;
}

.single-product-main-out .item-benefits-bottom {
    padding: 58px 5px;
}

.hided-row.item-benefits {
    display: none;
}

.show-in-mobile {
    display: none;
}

.single-product-main-out .filter-result-section {
    padding: 100px 6% 45px;
}

.single-product-main-out .slider-section {
    float: none;
    padding: 151px 0 213px;
    background-color: #f7e9da;
    background-image: -moz-linear-gradient(top, #f7e9da, #f7f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7e9da), to(#f7f5f5));
    background-image: -webkit-linear-gradient(top, #f7e9da, #f7f5f5);
    background-image: -o-linear-gradient(top, #f7e9da, #f7f5f5);
    background-image: linear-gradient(to bottom, #f7e9da, #f7f5f5);
    filter: progidXImageTransform.Microsoft.gradient(startColorstr='#f7e9da', endColorstr='#f7f5f5', GradientType=0);
}

.single-product-main-out .slider-wrap h4 {
    font-size: 52px;
    line-height: 54px;
}

.single-product.article-content.all-products {
    padding: 80px 0 67px;
}

.single-product.article-content.all-products h2 {
    font-size: 70px;
}

.single-product.article-content.all-products h2 a {
    color: #009bd8;
}

.single-product.article-content.all-products h2:hover,
.single-product.article-content.all-products h2:hover a,
.single-product.article-content.all-products h2 a:hover {
    color: #10395e;
}

.filter-result-section h3 {
    text-align: center;
    padding: 0 0 83px;
}

.album-section {
    width: 100%;
    float: left;
    background: #f5d5ad;
}

.album-section-left {
    width: 40.2%;
    float: left;
    padding: 0 7%;
    text-align: center;
    background: #f5d5ad;
    position: relative;
}

.album-section-left h3 {
    width: 100%;
    float: left;
    font-family: 'Playlist-Script', sans-serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: normal;
    color: #2ca6db;
}

.album-section-left span {
    width: 100%;
    float: left;

    font-size: 22px;
    color: #10395e;
    padding: 14px 0 11px;
}

.album-section-left blockquote {
    width: 100%;
    display: block;
    border: 0;
    padding: 0 0 18px;
    margin: 0 auto;
    max-width: 540px;
}

.album-section-left blockquote p {
    width: 100%;
    float: left;

    font-size: 30px;
    line-height: 40px;
    color: #10395e;
}

.album-section-left .media-content .page-link {
    padding-right: 23px;
}

.album-section-left .media-content .page-link img {
    margin-top: 10px;
    right: 0 !important;
    top: -2px !important;
}

.stories-link {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.stories-link span {
    width: 100%;
    float: left;

    font-size: 22px;
    color: #10395e;
    padding: 14px 0 9px;
}

.album-section-right {
    width: 59.8%;
    float: left;
}

.album-section-right .media-overlay h2 {
    font-size: 90px;
    line-height: 1.6em;
}

/* My Atkins */
.myatkins_welcom {
    background-image: url('https://uk.atkins.com/static/default/style/../media/myatkins-head-icon.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 80px;
}

.myatkins_bmi_title {
    background-image: url('https://uk.atkins.com/static/default/style/../media/myatkins-bmi-icon.png');
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 80px !important;
}

.myatkins_title {
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px
}

.myatkins_menu,
.myatkins_bmi,
.myatkins_profile,
.myatkins_weight,
.myatkins_phase,
.myatkins_related_products {
    float: left;
    width: 100%;
    padding: 65px 0;
}

.myatkins_bmi {
    /*background-color: #f7f6f5*/
}

.myatkins_bmi .textbox-outer {
    text-align: center
}

.myatkins_weight {
    overflow: hidden;
}

.myatkins_phase {
    background-color: #82a63d;
    overflow: hidden;
}

.myatkins_profile {
    background-color: #aad6ee;
    overflow: hidden;
}

.myatkins_profile_smalltext {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}

.myatkins_profile_smalltext a {
    color: #ffffff;
}

.myatkins_profile_pic {
    width: 190px;
    border-radius: 50%;
}

.myatkins_weight .weight {
    font-size: 40px;
    font-weight: 900;
    font-weight: 600;
}

.myatkins_weight .weight_input {
    width: 220px;
    margin: 24px auto;
    position: relative;

}

.myatkins_weight .weight_input input {
    text-align: center;
}

.myatkins_weight .weight_input input + span {
    position: absolute;
    right: 15px;
    bottom: 0.78rem;
}

.myatkins_profile_text {
    margin: 20px;
    font-size: 30px;
    padding: 0;
}

.myatkins_profile_text input {
    text-align: center;
    font-size: 30px;
}

.myatkins_weight .weight_measurement {
    font-size: 22px;

    font-weight: normal;
}

.myatkins_history {
    padding: 50px 0 30px;
}

.myatkins_history ul {
    list-style: none;
    padding: 0 30px
}

.myatkins_history ul li strong {
    float: right;
    font-weight: 600;
}

.myatkins_history ul li {
    list-style: none;
    line-height: 40px;
}

.myatkins_history ul li:before {
    color: green;
    font-size: 63px;
    content: "\2022";
    line-height: 23px;
    position: absolute;
    margin-left: -18px;
}

.myatkins_menu a {
    color: #2c98d2;
    font-size: 22px;
    line-height: 24px;
    display: block;
}

.myatkins_menu a:hover {
    color: #10395e;
}

.myatkins_menu svg {
    display: block;
    margin: 0 auto 10px;
}

.myatkins_menu a .st0 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.myatkins_menu a:hover svg .st0 {
    fill: #10395e;
}

.myatkins_menu .columns + .columns a {
    border-left: 1px solid #b3b3b3;
    display: block;
}

.yourbmi {
    padding: 50px 0 0;
    display: block;
    clear: both;
}

.yourbmi .bmi-val {
    font-size: 50px;
    font-weight: 600;
    margin: 30px 0 0;
}

.white {
    color: #ffffff;
}

.myatkins_phase .my_phase {
    float: left;
    font-size: 18px;
    line-height: 24px;
}

.myatkins_phase .mp_text {
    width: 185px;
    padding: 0 20px 0 0;

}

.myatkins_phase .mp_lost {
    font-weight: 600;
    font-size: 50px;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    height: 69px;
    line-height: 42px
}

.myatkins_phase .mp_lost span {
    font-weight: normal;

    font-size: 15px
}

.myatkins_phase .mp_text_phase {
    width: 150px;
    padding: 0 15px 0 20px;
}

.myatkins_phase .mp_phase {
    font-weight: 600;
    font-size: 50px;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    height: 69px;
    line-height: 42px
}

.myatkins_related_products ul {

}

.myatkins_related_products ul li {
    width: 24%;
    margin: 3px;
}

.myatkins_support {
    padding-top: 130px
}

.measurements-wrapper {
    overflow: hidden;
}

#my_history_chart {
    max-width: 90%;
    margin: 0 auto;
}

.orange-gradient {
    background: #f8ffe8; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f8ffe8 0%, #f0c185 45%, #e69632 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f8ffe8 0%, #f0c185 45%, #e69632 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f8ffe8 0%, #f0c185 45%, #e69632 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#e69632', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.green-gradient {
    background: #f8ffe8; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f8ffe8 0%, #cddcb1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f8ffe8 0%, #cddcb1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f8ffe8 0%, #cddcb1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ffe8', endColorstr='#cddcb1', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.blue-gradient {
    background: #dae5ea; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #dae5ea 0%, #aad6ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #dae5ea 0%, #aad6ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #dae5ea 0%, #aad6ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dae5ea', endColorstr='#aad6ee', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.pink-gradient {
    background: #f4ebe1; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f4ebe1 0%, #f5d5ad 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f4ebe1 0%, #f5d5ad 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f4ebe1 0%, #f5d5ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4ebe1', endColorstr='#f5d5ad', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.orange-gradient img,
.green-gradient img,
.blue-gradient img,
.pink-gradient img {
    visibility: hidden;
}

.box-centered {
    display: table;
    width: 100%;
}

.box-centered > div {
    display: table-cell;
    vertical-align: middle;
}

.home-slider-con.transparent {
    position: relative;
    z-index: 50;
    margin-bottom: -120px;
}

.media-container {
    width: 100%;
    float: left;
}

.media-container.why-atkins-page {
    padding: 0;
}

.slider-outercon aside div.cd-svg-wrapper {
    position: relative;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    top: auto;
    left: auto;
    float: left;
}

.slider-outercon aside div.cd-svg-wrapper:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center 93%;
    background-size: 105% auto;
    background-repeat: no-repeat;
    /*background-image : url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjZTY5NjMyIiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
}

.slider-outercon.products aside div.cd-svg-wrapper:after{
	background-image : url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMDA5YmQ4IiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
}

.slider-outercon.support aside div.cd-svg-wrapper:after{
	background-image : url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjODJhNjNkIiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
*/
}

.cd-slider-wrapper svg {
    float: left;
    width: 100%;
}

.display-mobile {
    display: none;
}

.content-container .wave-effect-top.wave-detail {
    background: none !important;
    margin-top: 30px !important;
}

.products-filter-container.violet-ribbon {
    background: rgba(212, 199, 208, 1);
    background: -moz-linear-gradient(top, rgba(212, 199, 208, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 199, 208, 1)), color-stop(8%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(212, 199, 208, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(212, 199, 208, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(212, 199, 208, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(212, 199, 208, 1) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#ffffff', GradientType=0);
}

.step-header {
    width: 100%;
    float: left;
    padding: 83px 0 67px;
    text-align: center;
}

.step-header h4 {
    padding: 0 0 45px;
}

.step-header p {
    line-height: 34px;
    padding: 0 5% 36px;
}

.step-header a {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    background: #e30919;
}

.step-header a:hover {
    background: #10395e;
}

.step-header a i {
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 100%;
    padding-top: 3px;
    width: 100%;
}

.accordian-block-outer .accordion-content {
    padding: 0;
    text-align: center;
}

.block-box-wrap {
    width: 100%;
    max-width: 585px;
    float: none;
    display: inline-block;
    padding: 75px 0 80px;
}

.block-box-wrap-wide {
    padding: 75px 0 80px;
}

.field-block {
    width: 100%;
    float: left;
    /*text-align: center;*/
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 0 23px;
}

.field-block span {
    width: 100%;
    float: left;

    font-size: 22px;
    color: #1c395b;
    padding: 0 0 8px;
}

.checkbox-outer {
    width: 36%;
    display: inline-block;
    float: none;
    position: relative;
    vertical-align: top;
}

.checkbox-outer .iradio {
    width: 36px;
    height: 36px;
    background: #ffffff;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 5px;
}

.checkbox-outer .iradio.checked:before {
    width: 25px;
    height: 25px;
    content: "";
    background: #2c99d3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.checkbox-outer .iradio input {
    margin: 0;
}

.checkbox-outer label {
    width: auto;
    display: inline-block;
    float: none;
    margin-top: 1px;
    padding: 0 0 0 11px;
    vertical-align: top;

    font-size: 22px;
    cursor: pointer;
    color: #1c395b;
}

.checkbox-outer .icheckbox {
    width: 35px;
    height: 35px;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #ffffff;
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.checkbox-outer .radio-btn {
    margin-top: 5px;
}

.checkbox-outer .icheckbox.checked:before {
    width: 25px;
    height: 25px;
    content: "";
    background: #2c99d3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.checkbox-outer .icheckbox input {
    margin: 0;
}

.field-block.textbox {
    border: 0;
    padding: 64px 0 0;
}

.radio-btn {
    font-size: 36px;
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.radio-btn .line {
}

.radio-btn .check {
    fill: transparent;
}

.check-btn {
    font-size: 36px;
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.check-btn .line {
}

.check-btn .check {
    fill: transparent;
}

.checkbox-outer .iradio:checked + .radio-btn .check {
    fill: #2c99d3;
}

.textbox-outer {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 40px;
}

.textbox-outer[data-label]:before {
    content: attr(data-label);
    width: 100px;
    height: 100px;
    line-height: 60px;
    position: absolute;
    font-weight: 900;
    font-weight: 600;
    font-size: 30px;
    color: #b3b3b3;
    margin-left: 10px
}

.textbox-outer[data-units]:after {
    content: attr(data-units);
    width: 100px;
    height: 100px;
    line-height: 60px;
    position: absolute;
    font-weight: 600;
    font-size: 30px;
    color: #b3b3b3;
    margin-left: -110px;
    text-align: right;
}

.textbox-outer input {
    width: 100%;
    height: 67px;
    line-height: 67px;
    border: 2px solid #b3b3b3;
    font-weight: 600;
    font-size: 50px;
    color: #1c395b;
    text-align: center;
    background: transparent;
    position: relative;
    z-index: 2;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 2px;
    margin: 0;
}

#start-steps .textbox-outer[data-units]:after {
    position: absolute;
    right: 10px;
    top: 0;
}

#start-steps .measurement-height input,
#start-steps .measurement-weight input {
    padding: 0 80px 0 100px;
}

.textbox-outer input[type="text"]:focus {
    border: 2px solid #b3b3b3;
    background-color: transparent;
}

.textbox-outer label {

    font-weight: normal;
    font-size: 22px;
    color: #1c395b;
    position: absolute;
    left: 18px;
    top: 12px;
    z-index: 1;
}

.field em.error {
    color: #e30919;
    font-style: normal;
    display: block;
}

.step3 .field em.error {
    text-align: left;
    padding-left: 25%;
}

.step3 .terms-conditions .field em.error {
    display: block;
    clear: both;
    padding-left: 0;
}

.step-btn {
    width: 100%;
    float: left;
    text-align: center;
    padding: 23px 0 0;
}

.article-content-block .step-btn a.filter-btn {
    max-width: 290px;
    height: 47px;
    line-height: 40px;
    color: #ffffff;
    font-size: 22px;
    text-transform: none;
}

.article-content-block .step-btn a.filter-btn:hover {
    color: #10395e;
}

.article-content-block .step-btn a.filter-btn:before {
    right: 15px;
}

.accordian-block-outer ul.accordion li {
    margin: 0 0 25px;
}

:last-child > .accordion-content:last-child {
    border: 0;
}

.block-box-wrap.step3 {
    max-width: 750px;
    padding: 110px 0 0;
}

.block-box-wrap.step3 p {
    line-height: 34px;
    padding: 0 0 86px;
}

.block-box-wrap.step3 p a {
    color: #2c99d3;
    text-transform: none;
}

.block-box-wrap.step3 p a:hover {
    color: #e30919;
}

.step3 label {
    min-width: 114px;
    width: 25%;
    float: left;
    text-align: right;
    position: inherit;
    left: inherit;
    top: inherit;
    margin: 16px 0 0;
    padding-right: 15px;
}

.step3 .textbox-outer input {
    width: 75%;
    font-size: 28px;
    border: 2px solid #b3b3b3;
    margin: 0 0 0 20px;
    padding: 0 25px;
}

.step3 .textbox-outer input[type="text"]:focus {
    border: 2px solid #b3b3b3;
}

.terms-conditions {
    width: 100%;
    float: left;
    padding: 0 0 0 25%;
}

.terms-conditions .checkbox-outer {
    width: 100%;
}

.terms-conditions .checkbox-outer .icheckbox {
    float: left;
}

.step3 .terms-conditions label {
    width: 80%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #8f8e8e;
    margin: -1px 0 0;
    padding: 0 0 0 15px;
    text-align: left;
}

.step3 .terms-conditions label a {
    color: #8f8e8e;
    font-size: inherit;
    padding-right: 0;
    text-decoration: underline;
    text-transform: none;
}

.step3 .terms-conditions input {
    float: left;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.step3 .terms-conditions .check-btn {
    float: left;
    cursor: pointer;
}

.step3 .terms-conditions input:checked + .check-btn .check {
    fill: #2c99d3;
}

.step3 .terms-conditions label a:hover {
    color: #e30919;
}

.article-content-block .step3 .step-btn {
    padding: 70px 0 0;
}

.article-content-block .step3 .step-btn a.filter-btn {
    font-size: 18px;
}

.article-content-block .step3 .step-btn a.filter-btn:before {
    background: url("https://uk.atkins.com/static/default/style/../media/white_arrow.svg") no-repeat right top;
}

.article-content-block .step3 .step-btn a.filter-btn:hover:before {
    background: url("https://uk.atkins.com/static/default/style/../media/blue_right_arrow.svg") no-repeat right top;
}

.accordian-block-outer {
    width: 100%;
    float: left;
    /*padding: 0 6.61%;*/
    height: auto;
}

.accordian-block-outer .accordion-title:first-child {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f7f6f5;
}

.accordian-block-outer .accordion-title {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f7f6f5;
    padding: 15px;
}

.accordian-block-outer .accordion-title:before {
    display: none;
}

.accordion-title h3 {
    color: #5a294e;
    font-size: 32px;
    padding-bottom: 0;
}

.accordion-title h4 {
    color: #9c7f95;

    font-weight: normal;
    font-size: 32px;
    text-transform: none;
    padding-bottom: 12px;
}

.accordian-block-outer .article-content-block a {
    text-transform: none;
}

.accordian-block-outer .accordion-content {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.field-list-block {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.field-list-block .field-label {
    width: 67%;
    float: left;
    height: auto;
    text-align: left;
    color: #1c395b;

    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0 20px 0;
}

.field-list-block .field-val {
    font-size: 50px;
    font-weight: 600;
    color: #1c395b;
    width: 33%;
    float: right;
    height: auto;
    line-height: 55px;
    text-align: right;
}

.field-list-block .field-val input {
    font-weight: 600;
    font-size: 50px;
    color: #1c395b;
    height: auto;
    padding: 0 0.5rem;
    text-align: right;
    box-shadow: none;
    border: 2px solid #b3b3b3;
    border-radius: 0;
    margin-bottom: 0;
}

.field-list-block .field-val input.valid {
    border-color: #10385e
}

.field-list-block .field-val sub {
    font-size: 15px;

    font-weight: normal;
    bottom: -1px;
}

.field-val .field-sel-out {
    width: 170px;
    height: 51px;
    float: right;
    position: relative;
}

.field-val .field-sel-out em.error {
    position: absolute;
    right: 0;
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
}

.field-sel-out .sbHolder {
    background: #2c99d3;
}

.field-sel-out .sbSelector:link,
.field-sel-out .sbSelector:visited,
.field-sel-out .sbSelector:hover {
    color: #ffffff;
}

.field-sel-out .sbToggle {
    height: 38px;
    background: #2c99d3;
    padding: 0;
}

.field-sel-out .sbToggle:before {
    color: #ffffff;
    right: 25px;
    top: -5px;
    font-size: 16px;
}

.field-sel-out .sbOptions {
    width: 102px;
}

.field-sel-out .sbOptions a {
    padding-left: 4px;
    text-align: left;
    font-size: 15px;
}

.field-sel-out .sbSelector {
    font-size: 19px;

    font-weight: normal;
}

.accordian-block-outer ul.accordion .field-sel-out li {
    margin-bottom: 0;
}

.field-choice-block {
    float: left;
    width: 100%;
    height: auto;
    /*padding-top: 50px;*/
    text-align: left;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.field-choice-block h5 {
    font-size: 25px;
    color: #1c395b;
    line-height: 28px;
    padding-bottom: 40px;
}

.field-radio-out {
    float: left;
    width: 100%;
    height: auto;
}

.field-radio-out .checkbox-outer {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.field-radio-out .checkbox-outer .iradio {
    float: left;
    margin-top: 5px;
}

.field-radio-out .checkbox-outer label {
    width: 80%;
    /*padding-left: 30px;*/
    /*line-height: 32px;*/
}

.block-graph-block {
    display: inline-block;
    float: none;
    max-width: 1065px;
    width: 100%;
    padding-bottom: 88px;
}

.article-content-block .block-graph-block img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.block-graph-block-inner {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

/***************************/

.home-slider-con.transparent {
    position: relative;
    z-index: 50;
    margin-bottom: -120px;
}

.media-container.why-atkins-page {
    padding: 0;
}

.slider-outercon aside div.cd-svg-wrapper {
    position: relative;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    top: auto;
    left: auto;
    float: left;
}

.slider-outercon aside div.cd-svg-wrapper:after {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: center 93%;
    background-size: 105% auto;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjZTY5NjMyIiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
}

.slider-outercon.products aside div.cd-svg-wrapper:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMDA5YmQ4IiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
}

.slider-outercon.support aside div.cd-svg-wrapper:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjY3My4wOHB4IiBoZWlnaHQ9IjQ0LjQ0cHgiIHZpZXdCb3g9IjAgMCA2NzMuMDggNDQuNDQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY3My4wOCA0NC40NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjODJhNjNkIiBkPSJNMzQ4LjYwOSwyMi42MjdDMzA3LjY4LDE1LjQ2NSwyNDQuMjYzLDIuNTE0LDIxMS4yMTIsMS4wNzJDMTUyLjUzOS0yLjc3MSw3NC45MzgsNC4wODgsMCwxNS42Nzl2MjYuNzI1DQoJYzAuMDAxLDAsMC4wMDIsMCwwLjAwMy0wLjAwMXYtMy42NDZjNzQuNjgyLTEzLjY2OCwxNTIuMzAyLTIyLjY1NiwyMTEuMTM4LTIwLjMyYzMyLjkyMywwLjU4NSw5Ni4zNTcsMTEuODg5LDEzNy4yNjcsMTcuOTg4DQoJYzY5LjU4MiwxMC4zNzYsMTczLjc0LDE0LjM5NiwzMjQuNjY5LTExLjM1MnYtNS4wNzFDNTIxLjg2Myw0MS40ODIsNDE3LjkzNCwzNC43NjEsMzQ4LjYwOSwyMi42Mjd6Ii8+DQo8L3N2Zz4=) !important;
}

.cd-slider-wrapper svg {
    float: left;
    width: 100%;
}

.display-mobile {
    display: none;
}

.atkinslift {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding: 300px 0 100px;
}

.atkinslift .lift-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.atkinslift .lift-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/*.atkinslift:after {
	content: url("https://uk.atkins.com/static/default/style/../media/liftlogo.png");
	width: 100%;
	position: absolute;
	text-align: center;
	top: 0;
}*/
.atkinslift-bg-image {
    width: 100%;

}

.atkinslift-overlay {
    /*left: 50%;*/
    position: relative;
    /*top: 60%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    width: 36%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.atkinslift-title {
    font-family: 'norwester', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    font-size: 4.688rem;
    line-height: 1;
    color: #ffffff
}

.atkinslift-text {
    line-height: 1.2;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7), 0 2px 7px rgba(0, 0, 0, 0.6);
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    font-size: 1.325rem;
    font-weight: 100;
    color: #ffffff
}

.atkinslift-link .btn {
    display: inline-block;
    vertical-align: middle;
    background: #e30919;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    width: 265px;
    height: 37px;
    border-radius: 0;
    border: none;
    padding-top: 8px;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.atkinslift-link .btn:hover {
    background: #10385e;
}

/*--- animation starts ---*/
.relative {
    position: relative;
}

.meals {
    z-index: 1;
}

svg#linetrace {
    z-index: 600;
}

.box-meal .img-div {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    height: 0;
    padding-bottom: 78%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-meal .heading {
    margin-bottom: 1rem;
    font-size: 3.5rem;
    line-height: 1;
}

.img-dinner .img-div {
    padding-bottom: 100%;
}

.img-snack .img-div {
    padding-bottom: 81%;
}

.img-lunch .img-div {
    padding-bottom: 93%;
}

.img-breakfast .img-div {
    padding-bottom: 87%;
}

.meals .box-centered {
    display: table;
    width: 100%;
    height: 100%;
}

/* shopkeeper */
input.shk-count {
    width: 3rem;
}

/* shopkeeper */

@media screen and (max-width: 39.9375em) {
    svg#linetrace {
        display: none;
    }

    .meals .img-breakfast .img-div {
        -webkit-transform: translateX(18%);
        transform: translateX(18%);
    }

    .meals .page-link.left {
        padding-left: 1rem;
        font-size: 1.1rem;
    }

    .box-meal + .box-meal {
        margin-top: 1.5rem;
    }

    .textbox-outer[data-units]:after {
        font-size: 16px;
    }

    .accordian-block-outer .accordion-content {
        padding: 0px 20px;
    }

    .graph ul.graph_list li {
        transform: rotate(90deg);
        line-height: 1em;
    }

    .graph ul.graph_list {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 40em) {
    .box-meal .heading {
        margin-bottom: 1rem;
        font-size: 4.5rem;
        line-height: 1;
    }

    .meals .page-link {
        font-size: 22px;
    }

}

/*@media screen and (min-width: 640px) and (max-width: 1023px) {*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #trigger1 {
        width: 100%;
        margin: 0 auto;
    }

    .box-meal {
        position: relative;
        z-index: 615;
    }

    svg#linetrace {
        /*display: none;*/
        position: absolute;
        top: 0;
        left: 0;
        z-index: 610;
        width: 100%;
    }

    svg#linetrace path {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        stroke-width: 10px !important;
        /*stroke: #f0f !important;*/
    }

    .img-breakfast {
        /*position: absolute;*/
    }

    .meals .box-breakfast .box-centered {
        /*transform: translate(-40px, 0);*/
        /*transform-origin: 50% 50%;*/
    }

    .meals .img-lunch {
        transform: translate(-105px, 23px);
        transform-origin: 50% 50%;
    }

    .meals .box-lunch .box-centered {
        transform: translate(40px, 0);
        transform-origin: 50% 50%;
    }

    .meals .box-exercise .box-centered {
        transform: translate(-40px, 0);
        transform-origin: 50% 50%;
    }

    .meals .box-dinner .box-centered {
        transform: translate(40px, 0);
        transform-origin: 50% 50%;
    }

    .meals .img-dinner {
        transform: translate(-111px, 0);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p1 {
        transform: translate(20px, -86px);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p2 {
        transform: translate(-12px, -122px) scale(1, 0.5);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p3 {
        transform: translate(-41px, -58px) rotate(-11deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p4 {
        transform: translate(-23px, -68px) scale(0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p5 {
        transform: translate(-120px, 12px) rotate(9deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p6 {
        transform: translate(134px, -117px) rotate(-29deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p6 {
        transform: translate(134px, -117px);
    }

    svg#linetrace path#p7 {
        transform: translate(100px, 19px) rotate(-9deg) scale(0.8);
        transform-origin: 50% 50%;
    }

}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {

    .box-meal .row {
        width: 960px;
    }

    #trigger1 {
        width: 960px;
        margin: 0 auto;
    }

    .box-meal {
        position: relative;
        z-index: 615;
    }

    svg#linetrace {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 610;
        width: 100%;
    }

    svg#linetrace path {
        stroke-width: 10px !important;
        /*stroke: #f00 !important;*/
    }

    svg#linetrace path#p1 {
        transform: translate(20px, -86px) scale(0.8);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p1 {
        transform: translate(-6px, -262px) scale(0.8);
    }

    svg#linetrace path#p2 {
        transform: translate(-12px, -83px) scale(1, 0.7);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p2 {
        transform: translate(-16px, -226px) scale(1, 0.7);
    }

    svg#linetrace path#p3 {
        transform: translate(-18px, -58px) rotate(-11deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p4 {
        transform: translate(-30px, -38px) scale(0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p5 {
        transform: translate(-152px, 12px) rotate(9deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p5 {
        transform: translate(-62px, 62px) rotate(9deg) scale(0.8)
    }

    svg#linetrace path#p6 {
        transform: translate(74px, -107px) rotate(-29deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p6 {
        transform: translate(14px, 43px) scale(0.8);
    }

    svg#linetrace path#p7 {
        transform: translate(100px, 19px) rotate(-9deg) scale(0.8);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p7 {
        transform: translate(40px, 244px) rotate(-5deg) scale(0.8)
    }

    .desktop.safari .meals .box-breakfast .box-centered,
    .desktop.safari .meals .box-exercise .box-centered,
    .desktop.safari .meals .box-dinner .box-centered {
        margin-top: 150px;
    }

}

@media screen and (min-width: 75em) {
    .box-meal .row {
        width: 1200px;
    }

    #trigger1 {
        width: 1200px;
        margin: 0 auto;
    }

    .desktop.safari .meals .box-lunch .box-centered,
    .desktop.safari .meals .box-exercise .box-centered,
    .desktop.safari .meals .box-dinner .box-centered {
        margin-top: 150px;
    }

    svg#linetrace {
        position: absolute;
        top: 0;
        left: calc(50% - 600px);
        z-index: -1;
    }

    .firefox svg#linetrace {
        top: -80px;
    }

    .ie svg#linetrace {
        top: -80px;
    }

    svg#linetrace path#p1 {
        transform: translate(20px, -86px);
        -ms-transform: translate(20px, -86px);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p1 {
        transform: none;
    }

    svg#linetrace path#p2 {
        transform: translate(-5px, -86px) scale(1, 0.8);
        transform-origin: 50% 50%;
    }

    svg#linetrace path#p3 {
        transform: translate(-41px, -80px) rotate(-11deg) scale(0.9);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p3 {
        transform: translate(-41px, -10px) rotate(-11deg) scale(0.9);
    }

    svg#linetrace path#p4 {
        transform: translate(-30px, -29px);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p4 {
        transform: translate(-30px, 31px);
    }

    svg#linetrace path#p5 {
        transform: translate(-150px, 0);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p5 {
        transform: translate(-150px, 90px);
    }

    svg#linetrace path#p6 {
        transform: translate(108px, -67px) rotate(-29deg);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p6 {
        transform: translate(108px, -3px);
    }

    svg#linetrace path#p7 {
        transform: translate(11px, -1px) rotate(-7deg);
        transform-origin: 50% 50%;
    }

    .firefox svg#linetrace path#p7 {
        transform: translate(-79px, 49px) rotate(-7deg);
    }
}

@media screen and (max-width: 960px) {
    .table-scroll-responsive {
        overflow-x: scroll;
        position: relative;
        margin-left: -25px;
        margin-right: -25px;
    }

    .table-scroll-responsive table {
        width: 100% !important;
    }
}

.column-middlesection .sisea-results, .column-middlesection .sisea-results-list {
    text-align: left;
}

.column-middlesection .sisea-result h3 {
    font-size: 18px;
    font-weight: normal;

}

.column-middlesection .sisea-result h3 a {
    font-size: 24px;
    font-weight: 600;
    color: inherit;
}

.column-middlesection .sisea-result + .sisea-result {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #b3b3b3;
}

.column-middlesection .sisea-result-pages {
    display: block;
}

.column-middlesection .sisea-paging {
    font-size: 20px;
    margin: 10px 0 25px;
    font-weight: 600;
}

.column-middlesection .sisea-paging .sisea-page {
    margin: 0 5px;
}

.column-middlesection .sisea-highlight {
    background: #2ba6cb;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}

.inside-product {
    background: #cddcb1;
    clear: both;
    overflow: hidden;
    padding: 60px 0 80px;
}

.inside-product h3 {
    margin-bottom: 35px;
}

.inside {
    position: relative;
    max-width: 1386px;
    /*height: 758px;*/
    width: 100%;
}

.inside .image {
    position: relative;
    top: 0;
    display: block;
    margin: 2% auto 0;
    /* margin-left: -50%; */
    /* left: 50%; */
    /* transform: translate(-40.5%, 110px); */
    /*opacity: 0.5;*/
    width: 100%;
    /*max-width: 935px;*/
    max-width: 1100px;
}

.inside .cross {
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 1;
}

.inside .cross.active,
.inside .cross:hover {
    z-index: 2;
}

.inside .cross span.img {
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 100%;
    background-color: #e00d1b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.inside .cross.active span.img,
.inside .cross:hover span.img {
    background-color: #1c395b;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.inside .cross span.text {
    position: absolute;
    background: #fff;
    width: 295px;
    padding: 30px 20px;
    top: 50%;
    left: 75px;
    font-size: 18px;
    line-height: 25px;
    color: #10395e;
    text-align: center;
    /*display: none;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: -100;
    opacity: 0;
    transform: translateX(-115px) translateY(-50%) scale(0.5);
}

.inside .cross.left-align span.text {
    left: auto;
    right: 75px;
    transform: translateX(115px) translateY(-50%) scale(0.5);
}

.inside .cross.active span.text,
.inside .cross:hover span.text {
    display: block;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(-50%) scale(1);
}

.inside .cross span.text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #ffffff transparent transparent;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
}

.inside .cross.left-align span.text:before {
    left: auto;
    right: -38px;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #ffffff;
}

.inside .cross1 {
    left: 17.6%;
    top: 17.7%;
}

.inside .cross2 {
    left: 63.4%;
    top: 11.4%;
}

.inside .cross3 {
    left: 86.6%;
    top: 32.5%;
}

.inside .cross4 {
    left: 97%;
    top: 57.4%;
}

.inside .cross5 {
    left: 47.5%;
    top: 91.5%;
}

.inside .cross6 {
    left: -2.5%;
    top: 65%;
}

.inside .inside-line {
    transform-origin: left center;
    position: absolute;
}

.inside .line1 {
    transform: rotate(24deg);
    left: 20.3%;
    top: 21%;
}

.inside .line2 {
    transform: rotate(113deg);
    left: 64.6%;
    top: 15.5%;
}

.inside .line3 {
    transform: rotate(137deg);
    left: 87%;
    top: 36%;
}

.inside .line4 {
    transform: rotate(-176deg);
    left: 98%;
    top: 59.5%;
}

.inside .line5 {
    transform: rotate(-109deg);
    left: 48.2%;
    top: 91.4%;
}

.inside .line6 {
    transform: rotate(-6deg);
    left: 1%;
    top: 67%;
}

@media screen and (min-width: 40em) and (max-width: 1330px) {
    .inside {
        transform: scale(0.8);
    }

    .inside .image {
        transform: scale(0.9)
    }

    .inside .inside-line {
        width: 125px;
        height: 5px;
    }

    .inside .inside-line path {
        stroke-dasharray: 0 17 !important;
        stroke-width: 8px !important;
    }
}

/*********** MAILPLUS *********/

.mpForm ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.mpForm ul li:before {
    display: none;
}

.mpForm ul li {
    padding: 0;
}

.mpForm .mpFormLabel {
    font-weight: 600;
}

.mpForm .mpFormField ul {
    padding: 0;
}

.mpForm .mpFormField ul li {
    display: inline-block;
    /*min-width: 250px;*/
}

.mpForm .mpFormField ul li label {
    padding-right: 10px;
    padding-left: 5px;
}

.mpForm .error .mpFormField ul li label {
}

.mpForm textarea {
    resize: none;
    height: 170px;
}

.mpForm fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.mpForm hr {
    display: none;
}

.mpForm .mpLabelRow {
    display: table;
    width: 100%;
}

.mpForm .submitCell, .mpForm .submitCellSpacer {
    display: table-cell;
}

.mpForm .submitCell {
    width: 75%;
}

.mpForm .submitCellSpacer {
    width: 25%;
    min-width: 150px;
}

.mpForm .submitButton {

}

.mpForm .mpQuestionTable {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    clear: both;
}

.mpForm .mpQuestionTable .mpFormLabel {
    display: table-cell;
    width: 25%;
    padding-right: 20px;
    vertical-align: top;
    min-width: 150px;
}

.mpForm .mpQuestionTable .mpFormLabel label {
    display: inline-block;
    font-weight: 600;
    color: #10395e;
    font-size: 18px;
}

.mpForm .mpQuestionTable .mpFormLabel .mandatorySign {
    display: inline-block;
}

.mpForm .mpQuestionTable .sublabel {
    display: none;
}

.mpForm .mpQuestionTable .mpFormField {
    display: table-cell;
    width: 75%;
    vertical-align: top;
}

.mpForm .mpQuestionTable .mpFormField input, .mpForm .mpQuestionTable .mpFormField select, .mpForm .mpQuestionTable .mpFormField textarea {
    margin-bottom: 0;
}

.mpForm .mpErrorSummary {
    /*padding-top: 50px;*/
    margin-bottom: 20px;
    color: #e30919;
}

.mpForm .mpErrorSummary label {
    /*font-weight: 600;*/
    color: #e30919;
}

.mpForm .mpErrorSummary ul {
    list-style: disc;
    padding: 20px;
    margin: 0;
}

.mpForm .error .mpFormField input[type=text], .mpForm .error .mpFormField input[type=email], .mpForm .error .mpFormField select, .mpForm .error .mpFormField textarea {
    border-color: #e30919;
}

.mpForm .mpHighlight .mpFormField input[type=text], .mpForm .mpHighlight .mpFormField input[type=email], .mpForm .mpHighlight .mpFormField select, .mpForm .mpHighlight .mpFormField textarea {
    /*border-color: #a39f99;*/
}

.mpForm .mpErrorRow,
.mpForm .mpErrorRow label {
    display: none;
}

/******/

/***************************/
/* BMI Calculator style */

.step-header-with-ico {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}

.head-ico-wrp {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
}

.with-grey-bg {
    background: #f7f6f5;
}

.calculator-out {
    padding-top: 78px;
}

.filter-btn.without-arrow:before {
    display: none;
}

.tools-wrap {
    float: left;
    width: 100%;
    text-align: center;
    background: url("https://uk.atkins.com/static/default/style/../media/tools_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 65px;
    background-position: center;
}

.boxlist-wrap-out {
    float: left;
    width: 100%;
    text-align: center;
}

.boxlist-wrap-out h4 {
    color: #ffffff;
}

.boxlist-inner-out {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.boxlist-wrap-out ul {
    float: none;
    width: auto;
    text-align: center;
    display: inline-block;
}

.boxlist-wrap-out ul li {
    list-style: none;
    float: left;
}

.boxlist-wrap-out ul li a {
    color: #ffffff;
    text-decoration: none;
}

.boxlist-wrap-out ul li span {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 23px;
}

.boxlist-inner-out .step-btn a {
    max-width: 250px;
}

.boxlist-inner-out .step-btn a:hover {
    background: #ffffff;
}

.boxlist-inner-out .step-btn {
    padding-top: 40px;
}

.boxlist-inner-out .step-btn .filter-btn:before {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.journal-out {
    padding-top: 140px;
}

.jr-form-hd {
    float: left;
    width: 100%;
}

.field-out {
    float: left;
    width: 100%;
}

.field-out-wrp {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 8px;
}

.field-out-list {
    float: left;
    width: 70%;
}

.field-out-list .error {
    clear: both;
}

.field-out-btn {
    float: left;
    width: 30%;
}

.field-out-list span {
    float: left;
    color: #82a63d;
    font-size: 40px;
}

.field-out-list ul {
    float: left;
    padding-left: 8px;
}

.field-out-list ul li {
    float: left;
    width: auto;
    list-style: none;
    padding-right: 8px;
}

.field-out-list ul li img {
    border: 3px solid transparent;
    cursor: pointer;
}

.jr-form-hd {
    float: left;
    width: 100%;
}

.jr-form-hd h4 {
    float: left;
    width: auto;
}

.jr-date {
    float: right;
    width: auto;
    color: #82a63d;

    font-size: 40px;
    font-weight: normal;
}

.jr-date span {
    float: left;
    width: auto;
    padding: 0 16px;
    position: relative;
}

.jr-date span:before {
    content: "";
    height: 35px;
    width: 3px;
    background: #82a63d;
    position: absolute;
    left: 0;
    top: -2px;
}

.jr-date span:first-child:before {
    display: none;
}

.jr-form-hd {
    margin-bottom: 40px;
}

.field-out {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}

.field-out .text-bx {
    width: 100%;
    margin: 0;
    /*color: #b3b3b3;*/
    background: #ffffff;
    max-width: none;
    height: 78px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 30px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.field-out .textarea-bx {
    width: 100%;
    margin: 0;
    color: #b3b3b3;
    background: #ffffff;
    max-width: none;
    height: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 30px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    padding-left: 20px;
    padding-right: 20px;
}

.text-bx::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b3b3b3;
    opacity: 1;
}

.text-bx::-moz-placeholder { /* Firefox 19+ */
    color: #b3b3b3;
    opacity: 1;
}

.text-bx:-ms-input-placeholder { /* IE 10+ */
    color: #b3b3b3;
    opacity: 1;
}

.text-bx:-moz-placeholder { /* Firefox 18- */
    color: #b3b3b3;
    opacity: 1;
}

.sub-btn-box {
    float: right;
    background: #82a63d;
    font-size: 27px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    padding: 8px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-btn-box:hover {
    background: #8cb342;
}

.jr-post-list {
    float: left;
    width: 100%;
    padding-bottom: 120px;
    margin-top: 130px;
}

.jr-post-bx {
    float: left;
    width: 30%;
    padding: 10px 20px;
}

.middle-one {
    margin: 0 5%;
}

.jr-post-bx h5 {

    font-weight: normal;
    font-size: 30px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.jr-post-bx .jr-date {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.jr-post-bx .jr-date span {
    font-size: 23px;
}

.jr-post-bx .jr-date span:before {
    height: 25px;
    width: 2px;
    top: 4px;
}

.jr-post-bx .jr-date span:first-child {
    padding-left: 0;
}

.jr-post-list .jr-post-bx.first-box {
    padding-left: 0;
    padding-right: 40px;
}

.jr-post-list h4 {
    padding-bottom: 60px;
}

.jr-post-bx p {

    font-size: 18px;
    font-weight: normal;
    color: #10395e;
}

.intro-text {
    float: left;
    width: 100%;
    padding-top: 60px;
}

.intro-text p b {
    font-size: 29px;
    line-height: 35px;
    font-weight: normal;
    padding-bottom: 25px;
}

.counter-content-box {
    float: left;
    height: auto;
    /*padding: 0 6.61%;*/
    width: 100%;
}

.counter-content-left {
    width: 67%;
    float: left;
    /*padding-right: 80px;*/
}

.counter-content-right {
    width: 28.50%;
    float: right;
}

.count-form-box {
    float: left;
    height: auto;
    width: 100%;
}

.count-form-box .field-out .text-bx {
    float: left;
    background: #f7f6f5;
}

.field-btn-wrp {
    float: left;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
    text-align: right;
}

.sub-btn {
    background: #2c99d3;
    border: 2px solid #2c99d3;
    color: #ffffff;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 25px;
    height: 46px;
    line-height: 36px;
    max-width: 352px;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-btn:hover {
    color: #10395e;
    border: 2px solid #10395e;
    background: #ffffff;

}

.count-table-list {
    float: left;
    width: 100%;
}

.table-box {
    float: left;
    width: 100%;
}

.table-hd {
    float: left;
    width: 100%;
    background: #82a63d;
}

.tb-hd {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    padding: 5px 0;
}

.table-cnt {
    background: #f7f6f5;
    float: left;
    width: 100%;
    padding-top: 16px;
}

.table-cnt .items {
    padding-bottom: 30px;
}

.tb-row .amounta {
    font-weight: 600;
    font-size: 48px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.tb-row {
    float: left;
    width: 100%;
    display: table;
}

.tb-row .tb-cnt:first-child {
    border-left: 0;
    position: relative;
    padding-left: 50px;
}

.tb-cnt {
    float: none;
    width: 33.33%;
    text-align: left;

    font-weight: normal;
    font-size: 18px;
    display: table-cell;
    border-left: 1px solid #b9cc94;
    vertical-align: top;
    padding: 10px 15px;
}

.tb-close {
    /* background: url(https://uk.atkins.com/static/default/style/../media/tb_close.png) no-repeat; */
    width: 20px;
    height: 20px;
    /* display: inline-block; */
    /* float: left; */
    margin-right: 15px;
    top: 16px;
    position: absolute;
    left: 15px;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.tb-sort {
    background: url("https://uk.atkins.com/static/default/style/../media/tb_sort.png") no-repeat;
    width: 19px;
    height: 35px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.tb-cnt span {
    word-break: break-all;
}

.sort-bk span {

}

.tb-cnt-bk {
    width: auto;
    display: inline-block;

}

.tb-upward {
    background: url("https://uk.atkins.com/static/default/style/../media/tb_upward.png") no-repeat;
    width: 19px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.tb-info-bk {
    float: left;
    width: 100%;
    /*padding: 0 13%;*/
    /*padding-bottom: 20px;*/
}

.tb-info-bk span {
    /*width: 80%;*/
    /*line-height: 1.2;*/
    text-align: left;
}

.tb-info-bk span b {
    float: right;
    text-align: right;
    font-weight: 600;
}

.tb-btn-box {
    width: 33.33%;
    display: table-cell;
    margin-top: 50px;
    text-align: center;
}

.tb-btn-box span {
    padding: 15px;
    height: auto;
}

.tb-btn-box span span {
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    color: #0c1923;
}

.s-btn {
    width: 100%;
    float: left;
    background: #82a63d;
    color: #ffffff;
    /*height: 60px;*/
    font-weight: 600;
    font-size: 22px;
    /*line-height: 58px;*/
}

.tb-tot-box {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px 0 0 0;
}

.tb-tot-box span {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #10395e;

}

.counter-msg {
    width: 100%;
    float: left;
    background: #cddcb1;
    margin-top: 30px;
    padding: 40px 6%;
    margin-bottom: 0;
}

.counter-msg p {
    color: #10395e;
    font-size: 17px;
    padding-bottom: 0;
    line-height: 26px;
}

.counter-content-right .accordion-title {
    border: 0;
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
}

.counter-content-right .accordion-title h4 {
    font-size: 26px;
    color: #1c395b;
    padding-bottom: 0;
}

.counter-content-right .accordion-content {
    border: 0;

}

.counter-content-right li.accordion-item {
    border: 0;
    border-bottom: 3px solid #f7f6f5;

}

.counter-content-right li.accordion-item:first-child {
    border-top: 3px solid #f7f6f5;
}

.counter-content-right .accordion-title:before {
    content: "\f078";
    font-family: 'FontAwesome', sans-serif;;
    font-size: 20px;
    color: #e30919;
}

.counter-content-right .is-active .accordion-title:before {
    content: "\f077";
    font-family: 'FontAwesome', sans-serif;;
    font-size: 20px;
    color: #e30919;
}

.counter-content-right .accordion-content p {
    font-size: 18px;
    line-height: 28px;
}

.counter-content-right li.accordion-item:last-child a {
    border-bottom: 0;
}

.media-container.m-block-out {
    padding-top: 0;
}

.m-block-out h4 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 43px;
}

.rc-prdct-out h4 {
    text-align: center;
    padding-bottom: 43px;
}

form .hd-ico {
    width: auto;
    display: inline-block;
}

form .hd-ico img {
    position: relative;
}

form .head-ico-wrp {
    margin-bottom: 0;
}

.with-white-bg {
    background: #ffffff;
}

.sinle-form label {

    font-weight: normal;
    font-size: 30px;
    color: #1c395b;
    text-align: center;
    padding-bottom: 16px;
}

.field-block.textbox.sinle-form {
    padding-top: 0;
}

.clc-lrn-link {
    width: 100%;
    float: left;
    text-align: center;
}

.clc-lrn-link a {

    font-weight: normal;
    font-size: 30px;
    color: #2c98d2;
}

.history-list {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 120px;
}

.history-list ul {
    width: 100%;
    max-width: 700px;
    float: none;
    display: inline-block;
    text-align: left;
}

.history-list ul li {
    width: 50%;
    float: left;
    text-align: left;
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
}

.history-list h4 {
    text-align: center;
    font-size: 30px;

    font-weight: normal;
    color: #1c395b;
    padding-bottom: 60px;
}

.history-list ul li:before {
    content: "\f111";
    font-family: 'FontAwesome', sans-serif;
    color: #82a63d;
    font-size: 20px;
    left: 0;
    top: 2px;
    position: absolute;
}

.history-list ul li span {
    float: left;
    font-size: 18px;
}

.history-list ul li b {
    float: right;
    font-weight: 600;
    font-size: 18px;
}

.graph-l-out {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 80px;
}

.article-content-block .graph-l-out img {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
}

.media-half-big-col {
    width: 50.2%;
    float: left;
}

.media-half-small-col {
    width: 49.8%;
    float: left;
}

.f-outer h4 {
    padding-top: 90px;
    padding-bottom: 55px;
    text-align: center;
}

.media-half-small-col .small-media .link-content-outer {
    height: 290px;
}

.products-filter-container.myatkin-page {
    padding-bottom: 0;
}

.products-filter-container.journel-wrp {
    padding-bottom: 0;
}

.products-filter-container.bmi-calc-wrap {
    padding-bottom: 0;
}

/*
My Atkins Welcome
===================================*/
.atkin-conent-block {
    float: left;
    width: 100%;
    padding: 30px 0 70px;
}

.atkin-conent-block h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
}

.atkin-conent-block p {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #11395c;
    padding-bottom: 90px;
}

.table-content {
    float: left;
    width: 100%;
}

.table-content ul {
    float: left;
    width: 100%;
}

.table-content ul li {
    float: left;
    list-style: none;
    display: table;
    border-left: 1px solid #b3b3b3;
    width: 24%;
}

.table-content ul li:first-child {
    border: none;
}

.table-content ul li a {
    color: #2c98d2;
    font-size: 22px;

    font-weight: normal;
    display: table-cell;
    height: 107px;
    vertical-align: middle;
    line-height: 28px;
}

.table-content ul li a:hover {
    color: #000000;
}

.table-content ul li a b {
    font-size: 18px;
    color: #8f8e8e;

    font-weight: normal;
    display: inline-block;
}

.table-content ul li a b:hover {
    color: #000000;
}

/*
My Atkins My Profile Details
===================================*/
.atkin-conent-block2 {
    /* 	float: left; */
    width: 100%;
    background: #aad6ee;
}

.atkin-conent-inner {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.atkin-conent-inner h4 {
    padding-bottom: 56px;
}

.info-table {
    display: table;
    margin: 0 auto;
}

.info-colmn {
    display: table-cell;
    vertical-align: top;
    width: 290px;
}

.info-row {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.info-row label {
    font-size: 18px;
    color: #1c395b;

}

.info-row span {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #1c395b;
    padding-top: 16px;
}

.info-row a {
    color: #ffffff;
    float: left;
    font-size: 18px;
    margin-top: 8px;
    width: 100%;
}

.info-colmn img {
    margin-bottom: 61px;
    margin-top: 20px;
}

.info-colmn .filter-btn {
    max-width: 229px;
}

/*
My Atkins My Current Phase
===================================*/
.atkin-conent-block3 {
    /* float: left; */
    width: 100%;
    background: #82a63d;
    text-align: center;
    padding: 111px 0 140px;
}

.atkin-conent-block3 h4 {
    color: #ffffff;
    padding-bottom: 55px;
}

.single-box {
    display: inline-block;

}

.single-box.first-single {
    width: 30%;
}

.single-box.second-single {
    margin-left: 20px;
    width: 19%;
}

.single-box p {
    color: #ffffff;
    float: left;
    font-size: 18px;
    text-align: left;
    width: 50%;
    line-height: 34px;
}

.info-box {
    border: 1px solid #ffffff;
    float: right;

    text-align: center;
}

.single-box.first-single .info-box {
    padding: 16px 36px 8px 41px;
}

.single-box.second-single .info-box {
    padding: 16px 30px 8px 25px;
}

.info-box span {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
}

.info-box i {
    color: #ffffff;
    font-size: 18px;

    font-weight: normal;
    font-style: normal;
    margin-left: -5px;
}

.blue-btn {
    display: inline-block;
    background: #2c99d3;
    text-align: center;
    /*width: 100%;*/
    padding: 0 20px;
    /*max-width: 352px;*/
    line-height: 46px;

    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    border: 2px solid #2c99d3;
    position: relative;
}

.blue-btn i {
    margin-left: 0.5em;
}

.blue-btn:hover {
    background: none;
    border: 2px solid #10395e;
    color: #10395e;
}

/*.blue-btn:before {
	width: 19px;
	height: 11px;
	content: "";
	background: url(https://uk.atkins.com/static/default/style/../media/white_down_arrow.svg) right top no-repeat;
	position: absolute;
	right: 9px;
	top: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.blue-btn:hover:before {
	background: url(https://uk.atkins.com/static/default/style/../media/arrow-blue-down.svg) right top no-repeat;
}*/
#mood1,
#mood2,
#mood3,
#mood4 {
    visibility: hidden;
    width: 0;
    margin: 0;
    position: absolute;
}

#mood1:checked + img,
#mood2:checked + img,
#mood3:checked + img,
#mood4:checked + img {
    border: 3px dashed #82a63d;
    border-radius: 50%;
}

.tt-menu {
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 5px 12px -6px #333;
    width: 50%;
}

.tt-menu .tt-suggestion {
    cursor: pointer;
}

.tt-menu .tt-suggestion:hover {
    color: #e30919;
}

.twitter-typeahead {
    width: 100%
}

.searchform-content {
    position: relative;
}

#wheretobuy .slick-track,
#wheretobuy .slick-track .slick-slide {
    /*width: auto !important;*/
}

#wheretobuy .slider-outer li a {
    width: auto;
}

#wheretobuy .slider-outer li + li {
    margin-left: 1rem;
}

.graph_content {
    float: left;
    width: 100%;
    position: relative;
    margin: 70px 0 50px;
}

.graph_content ul.list_details {
    float: left;
    width: 100%;
    list-style: none;
    height: 200px;
    margin: 0;
}

.graph_content ul.list_details li {
    /*float: left;*/
    /*width: 16%;*/
    position: relative
}

.graph_content ul.list_details li.first {
    background: #d72c38;
    /*height: 94px;*/
}

.graph_content ul.list_details li.second {
    background: #e67c00;
    /*height: 76px;*/
    /*margin: 18px 0 0 0*/
}

.graph_content ul.list_details li.third {
    background: #f3c400;
    /*height: 59px;*/
    /*margin: 35px 0 0 0*/
}

.graph_content ul.list_details li.four {
    background: #bdd300;
    /*height: 38px;*/
    /*margin: 56px 0 0 0*/
}

.graph_content ul.list_details li.five {
    background: #088315;
    /*height: 19px;*/
    /*margin: 75px 0 0 0*/
}

.graph_content ul.list_details li.six {
    background: #963dac;
    /*height: 19px;*/
    /*margin: 94px 0 0 0;*/
    /*top: 80%;*/
    transform: translateY(100%);
}

.graph_content .indicator {
    position: absolute;
    top: -35px;
    text-align: center;
    width: 70px;
    line-height: 20px;
    transform: translateX(-33px);
    margin: 0 0 0 -8.3%;
    /* margin-left: -12.7%; */
    left: calc(16.6% / 2);
    transition: all 0.3s ease-in-out;
    background: rgba(16, 57, 94, 1);
    z-index: 2;
    padding: 5px 0 0;
    font-size: 14px;
    color: #fff;
    display: none;
}

.graph_content .indicator:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 35px 0 35px;
    border-color: rgba(16, 57, 94, 1) transparent transparent transparent;
    bottom: -30px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;

}

.graph_content[data-bar] .indicator {
    display: block;
}

.graph_content[data-bar="1"] .indicator {
    left: calc(1 * 16.6%);
}

.graph_content[data-bar="2"] .indicator {
    left: calc(2 * 16.6%);
}

.graph_content[data-bar="3"] .indicator {
    left: calc(3 * 16.6%);
}

.graph_content[data-bar="4"] .indicator {
    left: calc(4 * 16.6%);
}

.graph_content[data-bar="5"] .indicator {
    left: calc(5 * 16.6%);
}

.graph_content[data-bar="6"] .indicator {
    left: calc(6 * 16.6%);
}

.graph ul.graph_list {
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
}

.graph ul.graph_list li {

    text-align: center;

}

.offer-img {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.offer-img h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 40px;
}

.offer-img h2,
.offer-img p {
    color: #fff;
}

.offer-img p {
    margin-bottom: 40px;
}

.resource-id-192,
.resource-id-192 .products-filter-container {
    background: #afd8e7 !important;
}

.resource-id-192 .breadcrumb-outer-con {
    display: none !important;
}

.context-eu .login-outer {
    display: none !important;
}

.row iframe {
    max-width: 100%;
}

/*
	ATKINS SHOP SHOPKEEPER
 */

.sk-product {
    padding: 20px;
    text-align: center;
}

.skh-cart {
    padding-right: 120px;
}

.skh-cart .cart-order {
    text-align: right;
    margin-top: 40px;
}

.skh-cart .cart-order .button {
    font-size: 2rem;
}

#shk_prodCount input {
    width: auto;
}

#shop-result .filter-result-section {
    float: none;
    padding-top: 60px;
}

#shop-result .filter-outercon {
    margin-top: 0px;
}

#shk_prodHelper {
    width: 175px;
}

#shopOrderForm tbody {
    border: 0px;
}

@media screen and (max-width: 1024px) {

    .product-specs div.columns {
        border: none;
    }
}

@media screen and (max-width: 580px) {
    #shop-result .small-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    #shop-result .small-4 .medium-12 {
        flex: 0 0 100%;
    }

    .skh-cart {
        padding: 0 10px;
    }

}

@media screen and (max-width: 360px) {
    #shop-result .small-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #shop-result .small-4 p {
        display: none;
    }

    #shop-result .small-4 figure {
        background: #f0edea;
    }
}

@media screen and (max-width: 768px) {
    .product-det-box .social-media {
        text-align: center !important;
        padding-left: 0 !important;
    }
}

.form-input-radio.payment_method label {
    display: inline-block;
}

.form-input-radio.payment_method img.payment_logo {
    height: 28px;
}

.additional-info {
    font-size: 10px;
}

p.price {
    font-size: 28px;
    font-weight: bold;
}

.footer-payment-methods {
    padding: 20px 0 0 0;
}

.footer-payment-methods img.payment-method {
    height: 60px;
}

.price.strikethrough.small {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
}

.price.strikethrough {
    position: relative;
    color: red;
    padding: 0 9px;
    font-size: 22px;
    display: inline-block;
}

.price.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.price-details .price {
    margin-left: 10px;
}

.my_atkins_heart {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
}

.product_added_message {
    display: none;
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(43, 166, 203, .8);
    border-radius: 30px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
}
.product_error_message {
    display: none;
    position: fixed;
    top: 120px;
    right: 0;
    left: 0;
    padding: 10px 15px;
    background: rgba(227, 9, 25, 0.8);
    border-radius: 15px;
    text-align: center;
    z-index: 9999;
    color: #fff;
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .price.strikethrough.small {
        font-size: 12px;
    }

    .footer-payment-methods img.payment-method {
        height: 35px;
    }

    .support-block .media-content-block {
        padding: 0;
    }

    .support-block .media-content-block .media-content {
        position: initial;
        top: initial;
        left: initial;
        width: 100%;
        max-width: 540px;
        float: initial;
        left: initial;
        position: initial;
        top: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial;
        text-align: center;
    }
}

@media only screen and (max-width: 1559px) and (min-width: 1360px) {
    .price-details .price.strikethrough {
        font-size: 22px;
    }
    .price-details .price {
        font-size: 27px;
        margin: 5px 0 0 10px;
    }
}

.content-container .wave-effect-top.harvest-ribbon{
    background: transparent url(https://uk.atkins.com/static/default/style/../media/wave-red.svg) no-repeat center center;
}

.about-harvest {
    padding    : 60px 0;
    position   : relative;
    text-align : center;
}

.about-harvest .text-block {
    padding: 0 20px;
}

.about-harvest .text-block p {
    line-height: 35px;
}

.products-filter-container.harvest-theme {
    background : transparent !important;
}

.harvest-theme p {
    color : #473729;
}

.harvest-theme .media-block {
    background : transparent;
}

.harvest-theme h3 img {
    margin-bottom : 30px;
    padding: 0 20px;
}

.slider-section.harvest-theme {
    background: #f8f7eb;
}
.inspiration-harvest {
    clear             : both;
    padding           : 60px 0;
    background-image  : url('https://uk.atkins.com/static/default/style/../media/harvest/bg1.png');
    background-repeat : no-repeat;
    background-size   : cover;
    text-align        : center;

}

.inspiration-harvest p {
    color       : #ffffff;
    text-shadow : 0 0 10px #000000;
}

.inside-product-harvest p {
    color : #ffffff;
}

.inside-product-harvest .inside .image {
    width     : 100%;
    transform : none;
    max-width: 100%;
}

.inside-product-harvest .inside .cross span {
    background: #f8f7eb;
    color: #473729;
}

.inside-product-harvest .inside .cross span.img {
    background : #ab2328;
}

.inside-product-harvest .inside .cross span strong {
    color : #ab2328;
}

.inside-product-harvest .inside .cross1 {
    top  : -2.1%;
    left : 31.2%;
}

.inside-product-harvest .inside .cross3 {
    top  : 11.2%;
    left : 93.3%;
}

.inside-product-harvest .inside .cross4 {
    top  : 100.5%;
    left : 92.5%;
}

.inside-product-harvest .inside .cross5 {
    top  : 98.9%;
    left : 33.5%;
}

.inside-product-harvest .inside .cross6 {
    top  : 40.4%;
    left : -3.5%;
}

.inside-product-harvest .inside .cross.left-align span.text:before {
    left: auto;
    right: -18px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #f8f7eb;
}
.inside-product-harvest .inside .cross span.text:before {
    left:-18px;
    border-width: 20px 20px 20px 0;
    border-color: transparent #f8f7eb transparent transparent;
}

.harvest-banner {
    position: absolute;
    top:100%;
    left:0;
    background-image: url('https://uk.atkins.com/static/default/style/../media/harvest/harvest-banner.png');
    background-repeat: no-repeat;
    width: 452px;
    height: 223px;
    z-index: 10;
}

@media (max-width : 1600px) {
    .harvest-banner {
        width : 25%;
        background-size:100%;
        height: 195px;
    }
}

@media (max-width : 768px) {
    .harvest-banner {
        top:75%;
        height: 90px;
        z-index: -1;
    }

    .about-harvest .text-block:first-child {
        order: 2;
    }
}

@media only screen and (max-width: 479px) {
    .inspiration-harvest {
        /*height: 630px;
        background-image: url('https://uk.atkins.com/static/default/style/../media/harvest/bg1-mobile.png');
        background-position: bottom center;
        background-size: contain;*/
    }

    .harvest-banner {
        z-index: -1;
        top:75%;
        height: 90px;
        width: 47%;
    }
}

.mpFormAnswer {
    text-align: center;
}

.g-recaptcha {
    margin-left: 20px;
    margin-top: 10px;
    overflow:hidden;
}

.linked-products {
    margin-left:-6px;
    margin-right: -6px;
    margin-bottom: 30px;
}
.linked-products .linked-product {
    float: left;
    width:33.33%;
    padding: 6px;
}

.linked-products .linked-product-item {
    display: block;
    position: relative;
    top: 0;
    background: #ffffff;
    padding: 10px;
    color: #10395e;
    line-height: 1.2em;
    text-align: center;
    border: 2px solid #009bd8;
    margin-bottom: 0;
    transition: all 0.1s ease-out;
}

.linked-products .linked-product-item.current,
.linked-products .linked-product-item:hover {
    top: -1px;
    background: #f3fdff;
    border-width: 3px;
    margin-bottom: -2px;
}

.linked-products .linked-product-head {
    font-size: 16px;
    margin-bottom: 7px;
}

.linked-products .linked-product-content {
    font-size: 14px;
}

.linked-products .price {
    display: inline-block;
}
.linked-products .price.strikethrough {
    font-size: 14px;
    padding: 0;
    margin-right: 5px;
}

/* extra featured block */
.featured-block {
    float:left;
    width:100%;
    background-color: #f0f0f1;
}

.featured-block .featured-left,
.featured-block .featured-right {
    padding:30px 30px 30px 30px;
    box-sizing:border-box;
}

.featured-block .featured-left img,
.featured-block .featured-right img {
    max-width:100%;
    height:auto;
}

.featured-block P,
.featured-block ul li,
.featured-block ol li {
    font-size: 18px;
    line-height: 34px;
}

.featured-block ul,
.featured-block ol {
    margin: 0px 0px 30px 20px;
}

.featured-block h2,
.featured-block h3,
.featured-block h4,
.featured-block h5 {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
    line-height: 32px;
}

.feedbackcompany {
    width:100%;
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
    padding-top: 5px;
    text-align: center;
}

.feedbackcompany .wrap {
    float: none;
    display: inline-block;
}


@media only screen and (max-width: 900px) {
    .featured-block .featured-left,
    .featured-block .featured-right {
        width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .featured-block .featured-right {
        padding-top: 0px;
    }

    .featured-block * {
        font-size: 14px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 900px) {
    .g-recaptcha {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 735px) {
    .signup-area .submit-btn {
        margin: 25px 0px 0px 0px;
    }
}

@media only screen and (max-width: 350px) {
    .signup-area {
        padding: 0px;
    }

    .signup-area .input-boxes {
        padding:0px 5px;
    }
}

/* https://uk.atkins.com/static/default/style/layout.css */

@media only screen and (min-width: 1920px) {

	.footer-bottom {background-size: 100% auto !important;}
	.content-container .wave-effect-top { background-size: 103% auto !important; margin-top: -73px !important;}

}

@media only screen and (max-width: 1559px) {

}

@media screen and (min-width: 48em) {
	.medium-push-1 {
		position: relative;
		left: 8.33333%;
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%;
	}
	.medium-push-3 {
		position: relative;
		left: 25%;
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%;
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%;
	}
	.medium-push-6 {
		position: relative;
		left: 50%;
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%;
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%;
	}
	.medium-push-9 {
		position: relative;
		left: 75%;
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%;
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%;
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%;
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%;
	}
	.medium-pull-3 {
		position: relative;
		left: -25%;
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%;
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%;
	}
	.medium-pull-6 {
		position: relative;
		left: -50%;
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%;
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%;
	}
	.medium-pull-9 {
		position: relative;
		left: -75%;
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%;
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%;
	}

}
@media only screen and (min-width: 1023px) {
	body {
		min-width: 1024px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
	.filter-btn {
		/*font-size: 25px;*/
	}
	.media-block.text-block .media-overlay h3 {
		font-size: 26px;
		margin: 0 0 10px;
	}
	.media-block.text-block .media-overlay br {
		display: none;
	}
	.media-block.text-block .media-overlay p {
		font-size: 16px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {

    /*--- header starts ---*/
    .login-bottom-inner a {right: 230px;}
    .header-outer {padding: 45px 0 0;}
    .main-menu ul li a {font-size: 16px;padding: 0 13px 19px;}
    .main-menu ul li ul {top: 90px;}
    .main-menu ul.main-nav li ul {top: 90px;}
    /*--- header ends ---*/

	/*--- content starts ---*/
    h3 {font-size: 37px;line-height: 39px;}
    h4 {font-size: 28px;line-height: 30px;}
    .slider-outercon aside div p{padding: 0 17%;}
    .slider-outercon aside div .header-h2,
    .slider-outercon aside div h2{font-size: 52px; margin: 100px 0 100px;}
	.header-h2.idle-title { font-size:60px;}
    .slider-outercon .slick-arrow{bottom: 165px;}
    .slider-outercon .slick-dots{}
    .tools-content h2 {font-size: 100px;line-height: 160px;}
	.article-content.product-content article.right-pic.product-1 img{right: -4%;left: auto;}
	article.product-2 .article-text-content{margin: 80px 25% 0 0;}
	.article-content.product-content article img {width: 50%;}
	.article-content.product-content .product-4 img{left: 0;}
	.article-content-block .right-pic.product-3 img{left: auto;right: 18%;}
	.right-pic.product-3 .article-text-content{ margin: 125px 0 0 7%;}
	.article-content-block .product-4 .article-text-content{margin:240px 22% 0 0;}
	.article-content.product-content{padding: 172px 0 55px;}
	.product-4 > img{top: -10px;}
	article.right-pic.product-1 img{right: -14%;}
	.article-content-block img{left: -5%;width: 55%;}
	article.right-pic .article-text-content{margin: 160px 0 0 15%;}
    .media-overlay h2 {font-size: 56px;line-height: 1;}
	.inspired-block h2 {
		font-size: 32px;
		line-height: 1.2em;
	}
    .media-overlay h4 {font-size: 24px;line-height: 22px;}
    .link-content-outer:after{background-size: 300px 61px;height: 60px;  top: -60px;  }
    .link-block .box {font-size: 18px;}
    .link-block .box i {font-size: 24px;padding-left: 14px;}
    .link-content-outer{height: 300px;padding: 0 60px;}
    .link-content p {    font-size: 18px;}
    .media-overlay h4 {    font-size: 21px; line-height: 18px;}
    .link-content a{background-size: auto; font-size: 18px; height: auto; line-height: normal;}
    .media-content h4{font-size: 28px; line-height: 30px;}
    .media-content p {    font-size: 14px; line-height: 25px; padding-bottom: 20px;}
    .media-content a.page-link{font-size: 16px;}
    .media-content a.page-link:before {    font-size: 21px; top: -4px;}
    .media-content {  max-width: 390px;}
    .large-media .link-content-outer{height: 446px;}
    .small-media .link-content-outer{height: 274px;}
    .media-overlay span {    font-size: 25px; padding-top: 20px;}
    .box img {    height: 15px; margin-left: 15px; margin-top: -4px; width: 9px;}
    .media-content .page-link img {    height: 14px; margin-left: 10px; margin-top: 12px; width: 9px !important;}
    /*.why-atkins-page .media-content-block {    padding-bottom: 109%;}*/
	.intro-block .media-content { max-width: 390px;}
    .album-single.album-container  .album-details-outer p{ font-size: 14px;  line-height: 25px;}
    .album-single.album-container  .details,.album-single.album-container .album-details-outer h6,.album-vertical.album-container .details{font-size: 16px;}
    .album-single-left.album-single.album-container .details,.album-vertical.album-container .details {background: none;padding-left: 0;margin-left: 0;}
    .why-atkins-page .media-overlay h2 { }
    .all-products .diet-text h2{font-size: 80px;}
    .all-products .diet-full-content article{padding: 50px 1%;}
    .all-products .diet-full-content .diet-text > p{padding: 0;font-size: 16px;line-height: 27px;}
    .all-products .article-text-content h2 {font-size: 70px;line-height: 70px;}
    .filter-result-section {padding: 120px 3% 0;}
    .filter-result-section ul li {width: 20.6%;margin: 0 25px 50px;}
    .article-card-image {height: 268px;line-height: 268px;}
    .article-card-image img {width: 70%;}
	.breadcrumbs li,.breadcrumbs a {font-size: 13px;}
    .breadcrumbs li:not(:last-child):after {margin: 0 2px 0 8px;top: 5px;}
    .intro-outer p {font-size: 21px;line-height: 28px;padding: 16px 18% 15px;}
    .filter-outercon {margin: 32px auto;}
    .filter-btn {font-size: 18px;height: 42px;line-height: 32px;max-width: 315px;}
    .article-card-content h5 {font-size: 21px;line-height: 23px;}
    .article-card-content p {font-size: 15px;line-height: 24px;padding: 0 0 5px;}
    .article-card-content .page-link {font-size: 15px;padding-right: 22px;}
    .article-card-content .page-link img {top: 6px !important;width: 7px !important;}
    .article-content.all-products {padding: 160px 0 120px;}
    .all-products .article-content-header p {line-height: 30px;padding: 0 11%;font-size: 18px;}
    .all-products .article-content-header {margin: 0 0 20px;}
    .all-products .article-content-block .article-text-content p {font-size: 15px;line-height: 27px;}
	.article-content-block a {font-size: 15px;padding-right: 18px;}
	.article-content-block .page-link.right img {width: 7px !important;}
	.article-page .social-media h4 {padding: 0 0 25px;}
	.article-page .social-media ul li {margin: 0 3px;width: 38px;}
	.signup-area p {font-size: 18px;line-height: 26px;}
	.three-column-section {padding: 0 5.3% 100px 6.6%;}
	.category-section {padding: 7px 0 0;}
	.blog-date {font-size: 16px;}
	.category-list ul li a {font-size: 15px;padding: 4px 15px;}
	.category-list {padding: 30px 0 0;}
	.article-page .intro-outer p {font-size: 21px;line-height: 28px;padding: 15px 0% 15px;}
	.testimonial-section blockquote p {font-size: 21px;line-height: 28px;}
	.testimonial-section span {font-size: 15px;line-height: 25px;}
	.column-middlesection h5 {font-size: 21px;line-height: 23px;padding: 28px 0 11px;}
	.column-middlesection h5:first-child {padding: 0 0 11px;}
	.column-middlesection ul li,
	.column-middlesection ol li,
	.column-middlesection p {font-size: 15px;line-height: 26px;}
	.author-desc span {font-size: 15px;line-height: 24px;}
	.comment-block a {font-size: 20px;}
	.comment-block .page-link img {margin-top: 11px;width: 8px !important;}
	.admin-img {width: 16.6%;}
	.comment-field {width: 83.4%;}
	.widget {padding: 45px 0 0;}
	.widget h5 {font-size: 21px;line-height: 23px;}
	.widget h5:before {width: 75%;}
	.widget ul li {padding: 7px 0 0;}
	.widget ul li a {font-size: 15px;}
	.subscribe-section p {font-size: 15px;line-height: 22px;}
	.subscribe-form .text-box {font-size: 15px;height: 36px;margin: 0 0 15px;}
	.subscribe-form .submit-btn {float: none;}
	.subscribe-form .facebook-btn {float: none;margin: 20px auto 0;}
	.slider-content-wrap {padding: 40px 0;}
	.article-alt-page .admin-img {width: 12%;}
	.article-alt-page .comment-field {width: 88%;}
     .item-detail-page h5 {    font-size: 21px;     line-height: 23px;}
    .item-detail-page h5:first-child {    padding-bottom: 50px;}
    .left-list li {    font-size: 18px; margin-bottom: 8px;}
    .vertical-slider .slick-next {    right: 10px;}
    .vertical-slider .slick-prev {    left: 0;}
     .main-s-section .article-card-image{ width:465px; height:465px; padding-top:65px; }
	.main-s-section .article-card-content p{ font-size:12px; }
	.expert-opinion.main-s-footer-banner{ padding-top:250px;}
	.main-s-social-footer h5{ margin-bottom:25px; font-size:20px; }
	.product-det-box p {font-size: 16px;line-height: 27px;}
	.product-specs ul li {padding: 3px 5px;}
	.price-details .price {font-size: 25px;margin: 5px 0 0 50px;}
	.single-product-banner .media-overlay h2 {font-size: 140px;}
	.single-product-main-out .filter-result-section {padding: 100px 3% 45px;}
	.album-section-right .media-overlay h2 {font-size: 115px;line-height: 115px;}
	.album-section-left blockquote p {font-size: 26px;line-height: 33px;padding-bottom: 20px;}
	.stories-link {padding: 25px 0 0;}
    .accordion-title h3{ font-size:35px; padding-bottom:5px; }
    .accordion-title h4{ font-size:33px; }
    /*--- content ends ---*/

	.field-out-list span{ font-size:35px; }
	/*.tb-cnt span{ font-size:14px; }*/
	.counter-content-right .accordion-title h4{ font-size:23px; }
	.counter-content-right .accordion-content p{ font-size:15px; }
	.history-list ul li:before{ top:0; }
	.article-content-block .clc-lrn-link a{ font-size:30px; }
	.f-outer h4{ padding-top:50px; }
	.media-half-small-col .small-media .link-content-outer{ height:200px; }
}

@media only screen and (min-width: 1024px) and (max-width: 1359px) {

    /*--- header starts ---*/
    .logo {width: 200px;background-size: 200px auto;height: 142px;padding: 15px 0 0;}
    .logo h1 {line-height: inherit;}
    .logo a img {max-width: 100px;}
    .search-section {width: 170px;right: 20px;}
    .search-section input {width: 133px;}
    .search-submit input {width: 100%;}
    .login-inner-section {max-width: 1000px;}
    .login-bottom-inner a {width: 190px;right: 160px;background-size: 190px auto;font-size: 16px;padding: 4px 0 8px;top: -5px;}
    .login-close {right: 20px;top: 20px;}
    .login-right {padding: 0 0 0 30px;}
    .main-menu {padding: 20px 190px 0 200px;}
    .main-menu ul {padding: 0;}
    .main-menu ul li a {font-size: 14px;padding: 0 10px 15px;}
    .main-menu ul li ul {top: 90px;}
	.main-menu ul.main-nav li ul {top: 90px;}
    .main-menu ul li ul li a {font-size: 12px;padding: 6px 10px 1px;}
    /*--- header ends ---*/

    /*--- content starts ---*/
    h3 {font-size: 40px;line-height: 42px;}
    p {font-size: 18px;line-height: 28px;}
    .slider-outer li.store4 a img:hover {margin-top: -93px;}
    .slider-outercon aside div .header-h2,
    .slider-outercon aside div h2{font-size: 46px;margin: 160px 0 10px;}
	.header-h2.idle-title { font-size:46px;}
    .slider-outercon aside div p{font-size: 18px;padding: 0 15%;margin-bottom: 14px;}
    .slider-outercon .slick-arrow{bottom: 165px;}
    .slider-outercon .slick-dots{bottom: 40px;z-index: 180}
    .footer-bottom-wrap{padding: 0;}
    .album-container {padding: 120px 0 100px;}
    .album-container ul li {padding: 0 15px;}
    .album-images {margin-bottom: 75px;}
    .album-images h3 {bottom: -7px;font-size: 57px;}
    .album-images h3 sub {font-size: 37px;}
    .album-details-outer h6 {font-size: 16px;}
    .details {background: none;display: block;font-size: 16px;margin: 0;padding: 0;}
    .album-details-outer h4 {font-size: 35px;line-height: 37px;padding: 0 0 10px}
    .album-details-outer p {font-size: 16px;line-height: 25px;}
    .tools-content h2 {font-size: 75px;line-height: 130px;}
    .tools-content p {padding: 0 5% 22px;}
    .article-content-block img{left: 0;width: 50%;}
	.right-pic.product-3 .article-text-content{margin: 100px 0 0 16%;}
	.article-content.product-content article.right-pic.product-1 img{right: 0;top: 0;}
	.article-content-block article.right-pic img {right: 20px;top: 25px;}
	.article-content.product-content .product-4 img {left: 0;}
	.article-text-content {margin: 25px 18.4% 0 0;}
	.product-content .article-content-block .product-4 .article-text-content{margin:100px 18.4% 0 0;}
	article.right-pic .article-text-content {margin: 160px 0 0 10%;}
	article.product-2 .article-text-content{margin: 50px 15% 0 0;}
	article.right-pic.product-1 .article-text-content{ margin: 20px 0 0 13%;}
	.article-content.product-content article.product-2 img{left: 3%;}
    .media-overlay h2 {    font-size: 67px; line-height: 1.2em;}
	.inspired-block .media-overlay h2 {    font-size: 40px; line-height: 1;}
	.receipe .media-overlay h2 {font-size: 24px;line-height: 1.2em;}
	.media-overlay h4 {    font-size: 20px; line-height: 18px;}
    .link-content-outer:after{background-size: 300px 61px;  height: 60px;  top: -60px;}
    .link-block .box { font-size: 18px;}
    .link-block .box i {    font-size: 24px; padding-left: 14px;}
    .link-content-outer {    height: 200px; padding: 0 40px;}
    .link-content p {    font-size: 15px; line-height: 20px;}
    .media-overlay h4 {    font-size: 19px; line-height: 18px;}
    .link-content a{background-size: auto; font-size: 16px; height: auto; line-height: normal;}
    .media-content h4{padding-top: 10px;  padding-bottom: 18px;}
    .media-content p {    font-size: 13px; line-height: 22px; padding-bottom: 6px;}
    .media-content a.page-link{font-size: 13px;}
    .media-content a.page-link:before {  font-size: 17px; top: -6px;}
    .media-content {  max-width: 280px;}
    .large-media .link-content-outer{height: 335px;}
    .small-media .link-content-outer{height: 204px;}
    .media-content-block {   padding-bottom: 73%;}
    .media-overlay span {    font-size: 20px; padding-top: 16px;}
    .inspired-block .social-media ul li {      width: 36px;}
    .inspired-block .social-media {    padding-top: 8px;}
    .inspired-block .social-media h4 {    font-size: 15px; line-height: 20px; padding-bottom: 4px;}
    .box img {   height: 14px; margin-left: 13px; margin-top: -4px; width: 8px;}
    .media-content .page-link img {    height: 14px; margin-left: 9px; margin-top: 10px; width: 7px !important;}
	.why-atkins-page .media-overlay h2 {  font-size: 60px;}
	.intro-block .media-content {max-width: 300px;}
    .why-atkins-page .album-container .album-images h3 {font-size: 80px;}
    .why-atkins-page  .album-details-outer p{font-size: 13px;}
    .album-single.album-container .album-details-outer{padding-top: 35px;}
	.album-single-top.album-container .album-details-outer {
		padding-top: 70px;
	}
    .filter-outercon {margin: 20px auto 0;}
    .article-content.all-products {padding: 120px 0 80px;}
    .all-products .diet-text h2{font-size: 75px;}
    .all-products .diet-full-content .diet-text > p{ font-size: 15px;padding: 0 5%;line-height: 25px;}
    .all-products .article-content-header {margin: 0 0 20px;}
    .all-products .article-text-content h2 {font-size: 60px;line-height: 60px;}
    .all-products .article-text-content .page-link {font-size: 18px;}
    .all-products.article-content .page-link.right img {width: 7px !important;margin: 9px 0 0 8px;}
    .all-products .article-text-content p {font-size: 16px;line-height: 25px;}
    .products-filter-container {padding: 86px 0 46px;}
    .filter-result-section {padding: 100px 3% 0;}
    .filter-result-section ul li {width: 21.4%;margin: 0 15px 40px;}
    .article-card-image {height: 206px;line-height: 206px;}
    .article-card-image img {width: 70%;}
    .article-card-content h5 {font-size: 22px;line-height: 24px;}
    .article-card-content p {font-size: 15px;line-height: 21px;padding: 0 0 11px;}
    .article-card-content .page-link {font-size: 15px;padding-right: 22px;}
    .article-card-content .page-link img {top: 4px !important;width: 8px !important;}
    .category-section {padding: 15px 0 0;}
    .category-list {padding: 35px 0 0;}
    .category-list ul li a {font-size: 18px;padding: 4px 13px 5px;}
    .article-page .intro-outer p {font-size: 23px;line-height: 33px;padding: 15px 5% 15px;}
    .three-column-section {padding: 0 3% 80px;}
    .column-leftsection {padding: 0;}
    .tesimonial-outer {height: 300px;}
    .tesimonial-outer:first-child {height: 500px;}
    .testimonial-section blockquote p {font-size: 21px;line-height: 31px;}
    .testimonial-section span {font-size: 15px;padding: 0;}
    .article-page .social-media h4 {font-size: 22px;line-height: 24px;padding: 0 0 18px;}
    .article-page .social-media ul li {margin: 0;width: 32px;}
	.column-middlesection h5 {font-size: 25px;line-height: 27px;padding: 25px 0 12px;}
    .column-middlesection h5:first-child {padding: 0 0 12px;}
    .column-middlesection ol li,
    .column-middlesection ul li,
    .column-middlesection p {font-size: 15px;line-height: 25px;}
    .blog-author-section {padding: 45px 0 0;}
    .author-desc span {font-size: 16px;line-height: 24px;}
    .comment-block {padding: 45px 0 0 6px;}
    .comment-block a {font-size: 22px;padding-right: 16px;}
    .comment-block .page-link img {margin-top: 13px;width: 8px !important;}
    .admin-img {width: 87px;}
    .comment-field {padding: 0 0 0 10px;width: 78%;}
    .comment-field textarea {height: 87px;}
    .article-page .bottom-image-block h3 {padding-bottom: 30px;}
    .column-middlesection {width: 52%;padding: 0 3%;}
    .column-rightsection {width: 26.2%;padding: 0;}
    .widget {padding: 40px 0 0;}
	.widget h5 {font-size: 25px;line-height: 27px;padding: 0 0 16px;}
	.widget h5:before {width: 90%;}
	.widget ul li {padding: 5px 0 0;}
	.widget ul li a {font-size: 16px;}
	.subscribe-section p {font-size: 15px;line-height: 24px;}
	.subscribe-form {padding: 10px 7px;}
	.subscribe-form .text-box {font-size: 15px;padding: 0 15px;height: 40px;margin: 0 0 15px;}
	.subscribe-form .submit-btn {float: none;font-size: 15px;width: 135px;}
	.subscribe-form .facebook-btn {float: none;margin: 15px auto 0;}
	.slider-content-wrap {padding: 30px 0;}
	.expert-opinion{    background-attachment: scroll;
		height: auto;
		padding: 50px 0;
		background-size: cover;
		background-position: center;}
	.expert-opinion h3 { font-size: 36px;line-height: 36px;}
	.expert-opinion article { left: 20px;position: relative;}
	.expert-opinion p {font-size: 16px;line-height: 24px;margin-bottom: 10px;}
    .step-header {padding: 60px 0 60px;}
    .step-header h4 {padding: 0 0 30px;}
    .step-header p {line-height: 31px;}
    .block-box-wrap.step3 {padding: 75px 0 0;}
    .block-box-wrap.step3 p {padding: 0 0 60px;}
    /*--- content ends ---*/

	/*--- footer starts ---*/
    .signup-area h4{font-size:32px; line-height: 34px;}
    .social-media h4{font-size:32px; line-height: 34px; padding:0 0 30px;}
    .signup-area p {padding: 0 0 25px;font-size:20px; line-height: 28px;}
    .social-media ul li{width:42px; margin:0 6px;}
    .footer-left {padding: 70px 30px 90px;}
    /*--- footer ends ---*/
      .item-detail-page h5 {    font-size: 21px;     line-height: 23px;}
    .item-detail-page h5:first-child {    padding-bottom: 50px;}
    .left-list li {    font-size: 18px; margin-bottom: 8px;}
    .vertical-slider .slick-next {    right: 10px;}
    .vertical-slider .slick-prev {    left: 0;}
    .vertical-slider .slick-dots li {    height: 15px; margin: 0 14px; width: 15px;}
    .vertical-slider .slick-prev, .vertical-slider .slick-next {  bottom: 3px;}
    .vertical-content .page-link.right{  font-size: 18px;}
    .bottom-image-block h3 { font-size: 30px; padding-bottom: 21px;}
      .main-s-section .article-card-image{ width:345px; height:345px; padding-top:35px; }
	.main-s-section .article-card-content p{ font-size:12px; }
	.expert-opinion.main-s-footer-banner{ padding-top:250px;}
	.main-s-social-footer h5{ margin-bottom:25px; font-size:20px; }
	.expert-opinion.main-s-footer-banner article {position: inherit;}
	.expert-opinion.main-s-footer-banner{background-attachment: scroll;}
	.main-s-footer-banner p{ margin-bottom:70px; }
	.product-single-desc {padding: 0 3%;}
	.product-det-box {padding: 0;}
	.product-det-box h3 {padding-bottom: 20px;font-size: 33px;line-height: 35px;}
	.product-det-box p {font-size: 16px;line-height: 26px;}
	.product-specs {padding: 20px 0 30px;}
	.product-specs ul li {font-size: 15px;padding: 3px 5px;}
	.price-details .price {font-size: 25px;margin: 5px 0 0 50px;}
	.product-det-box .social-media {margin-top: 32px;}
	.product-det-box h5 {font-size: 20px;margin-bottom: 10px;}
	.products-filter-container.single-product-main-out {padding: 60px 0 46px;}
	.single-product-banner {padding-top: 57px;}
	.single-product-banner .media-overlay h2 {font-size: 120px;line-height: 120px;}
	.single-product-main-out .filter-result-section {padding: 100px 3% 0;}
	.filter-result-section h3 {padding: 0 0 60px;font-size: 37px;line-height: 39px;}
	.article-content.all-products.single-product {padding: 120px 0 60px;}
	.album-section-right .media-overlay h2 {font-size: 90px;line-height: 90px;}
	.album-section-left {padding: 0 3%;}
	.album-section-left h3 {font-size: 52px;line-height: 52px;}
	.album-section-left span {font-size: 18px;padding: 9px 0 5px;}
	.album-section-left blockquote {padding: 0 0 6px;}
	.album-section-left blockquote p {font-size: 20px;line-height: 26px;padding-bottom: 20px;}
	.album-section-left .media-content {max-width: 90%;}
	.album-section-left .media-content a.page-link {font-size: 18px;}
	.stories-link {padding: 25px 0 0;}
	.stories-link span {font-size: 18px;padding: 8px 0 0;}
    /*.media-container {padding-top: 60px;}*/
	.media-container.recipe-block {padding-top:0;}
	.atkinslift {
		padding: 170px 0 50px;
	}
	.atkinslift-image {
		width: 300px;
		margin-bottom: 30px;
	}
	.atkinslift .lift-logo {
		width: 150px;
	}
	.atkinslift-title {
		font-size: 2.5rem;
	}
	.atkinslift-text {
		font-size: 1rem;
		margin-top: 1rem;
	}

	.field-out-list span{ font-size:20px; }
	.field-out-list ul li{ width:45px; }
	.field-out-list span{ font-size:35px; }
	/*.tb-cnt span{ font-size:10px; }*/
	.counter-content-right .accordion-title h4{ font-size:20px; }
	.counter-content-right .accordion-content p{ font-size:13px; }
	.counter-content-right .accordion-title{ padding:5px 0; }
	.sub-btn{ max-width:200px; }
	/*.tb-hd{ font-size:13px; }*/
	/*.s-btn{ font-size:15px; }*/
	.counter-msg p{font-size:14px; line-height:21px; }
	.counter-msg{ margin-bottom:50px; }
	.intro-text p b{ font-size:20px; line-height:26px; }
	.intro-text p{ font-size:16px; line-height:20px; }
	.media-half-small-col .small-media .link-content-outer{ height:150px; }
	.table-content ul li a{font-size: 18px;line-height: 23px;}
	.single-box.first-single{width: 35%;}
	.single-box.second-single{width: 22%;}
}

@media only screen and (min-width: 1024px) {

	.footer-bottom {
		margin-top: -90px;
		background: url(https://uk.atkins.com/static/default/style/../media/footer-wave-bg.png) no-repeat center top;
		padding: 144px 0 77px;
	}
	.no-subscribe-block .footer-bottom {
		margin-top: 0;
	}
	.template-1 .footer-bottom {
		/*margin-top: 0;*/
	}

    .content-container .wave-effect-top {
        padding-top: 106px;
        margin-top: -73px;
        z-index: 177;
        position: relative;
        margin-bottom: -73px;
        height: 146px;
    }
	.content-container .wave-effect-bottom {
		padding-bottom: 140px;
		margin-bottom: -90px;
		z-index: 150;
		position: relative;
	}

	.content-container .wave-effect-top.orange-ribbon{
		background: transparent url(https://uk.atkins.com/static/default/style/../media/wave-orange.svg) no-repeat center center;
	}

	.content-container .wave-effect-top.blue-ribbon{
          background: transparent url(https://uk.atkins.com/static/default/style/../media/wave-blue.svg) no-repeat center center;
      }

    .content-container .wave-effect-top.dark-blue-ribbon{
        background: transparent url(https://uk.atkins.com/static/default/style/../media/wave-dark-blue.svg) no-repeat center center;
    }

    .content-container .wave-effect-top.green-ribbon{
        background: transparent url(https://uk.atkins.com/static/default/style/../media/wave-green.svg) no-repeat center center;
    }

	.content-container .wave-effect-bottom.darkblue-ribbon{
		background: transparent url(https://uk.atkins.com/static/default/style/../media/home-top.png) no-repeat center top;
	}

	.content-container .wave-effect-top.red-ribbon{
		background: transparent url(https://uk.atkins.com/static/default/style/../media/original-top.png) no-repeat center top;
	}

	.content-container .wave-effect-top.plainblue-ribbon{
		background: transparent url(https://uk.atkins.com/static/default/style/../media/singlepro_top.png) no-repeat center top;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	/*--- header starts ---*/
	.header-outer {min-height: 60px;padding: 25px 0 0;}
	.logo {width: 150px;background-size: 150px auto;background-position: center 77px;height: 116px;padding: 10px 0 0;}
    .logo h1 {line-height: inherit;}
    .logo a img {max-width: 70px;}
    .search-section {width: 160px;right: 10px;top: 35px}
    .search-section input {font-size: 12px;}
    .search-submit input {width: 100%;}
    .login-inner-section {max-width: 730px;}
    .login-bottom-inner a {width: 150px;right: 100px;background-size: 150px auto;font-size: 15px;padding: 6px 0 4px;top: -11px;}
    .login-close {right: 20px;top: 20px;}
    .login-top {padding: 45px 0 40px;}
    .login-left {width: 35%;}
    .login-left h5, .login-right h5 {font-size: 22px;line-height: 24px;margin: 0;}
    .facebook-btn {padding: 20px 0 0 7px;}
    .login-right {width: 65%;padding: 0 0 0 30px;}
    .form-fields {padding: 20px 0 0;}
    .textbox-field {width: 38%;}
    .textbox-field.submit {width: 18.5%;}
    .login-right ul {padding: 15px 0 3px;}
    .login-right ul li {font-size: 16px;padding: 5px 0 0;background: none;}
    .login-right ul li a {font-size: 16px;}
    .main-menu {padding: 20px 0 0 0 }
    .main-menu ul {padding: 0 0 0 150px; text-align: left;}
    .main-menu ul li a {font-size: 12px;padding: 0 5px 15px;}
    .main-menu ul li ul {top: 77px;text-align: left;padding-left: 150px;}
    .main-menu ul li ul li a {font-size: 11px;padding: 6px 5px 1px;}
	.mean-container .mean-bar { display: none;}
	.search-submit { float: right;}
    /*--- header ends ---*/

    /*--- content starts ---*/
    p {font-size: 18px;line-height: 28px;}
    h2 {font-size: 92px;line-height: 92px;}
	h3 {font-size: 46px;line-height: 48px;}
    .content-container {margin: 77px 0 0;}
	.content-container-offset {margin: 77px 0 0}
    .slider-outer li.store4 a img:hover {margin-top: -92px;}
    .slider-outercon aside div .header-h2,
    .slider-outercon aside div h2{font-size: 36px;line-height: 60px;margin-top: 60px;}
	.header-h2.idle-title { font-size:36px;}
    .slider-outercon aside div p{font-size: 16px;line-height: 22px;margin-bottom: 0;padding: 0 10%;}
	.slider-outercon aside div a {    margin-bottom: -160px;
		font-size: 17px;padding: 0 10px}
    .slider-outercon .slick-arrow{bottom: 165px;}
    .slider-outercon .slick-dots{bottom: 20px;}
    .slider-outercon .slick-prev, .slider-outercon .slick-prev:hover{left: 1%;background-size: 30.8px 81.1px;}
    .slider-outercon .slick-next, .slider-outercon .slick-next:hover{right: 1%;background-size: 30.8px 81.1px;}
    .footer-bottom-wrap{padding: 0;}
    .footer-links{width: 100% !important;margin: 0 0 15px !important;}
    .toggle-class{display: block;}
    .footer-links ul{padding-bottom: 18px;}
    .footer-links h6{float: left;width: 100%;margin: 0;padding-bottom: 18px;}
    .slider-outercon .slick-dots li button{height: 11px;margin: 0 5px;width: 11px;}
    .slider-wrap p{font-size: 16px;line-height: 28px;padding: 0 3%;}
    .slider-outer{margin: 50px 0 0;}
    .button-wrap{margin: 50px 0 0;}
    .slider-section{padding: 80px 0;}
    .album-container {padding: 80px 0 70px;}
    .album-container ul li {padding: 0 15px;}
    .album-images {margin-bottom: 50px;}
    .album-images h3 {bottom: -15px;font-size: 42px;}
    .album-images h3 sub {font-size: 25px;}
    .album-details-outer h6 {font-size: 16px;}
    .details {background: none;display: block;font-size: 16px;margin: 0;padding: 0;}
    .album-details-outer h3 {font-size: 31px;line-height: 33px;padding: 0 0 12px;}
    .album-details-outer p {font-size: 16px;line-height: 25px;margin-bottom: 25px;padding: 0 2%;}
    .album-details-outer a {font-size: 16px;}
    .album-details-outer a i {font-size: 12px;padding-left: 5px;}
    .tools-content h2 {font-size: 60px;line-height: 100px;}
    .tools-content p {padding: 0 2% 22px;}
	.article-content-block img{float: left;left: 0;width: 50%;}
	.article-text-content{margin: 0 14% 0 0;width: 35%;}
	article.right-pic .article-text-content{ margin: 0 0 0 8%;}
	.article-content.product-content .right-pic.product-3 .article-text-content{margin: 45px 0 0 8%;}
	.article-content{padding: 40px 0 100px;}
	.article-text-content h2{margin-bottom: 5px;font-size: 80px;}
	.product-content article.right-pic.product-1 .article-text-content{margin: 30px 0 0 10%;}
	.product-content .article-text-content h2{ margin-bottom: 0;font-size: 75px;}
	article.product-2 .article-text-content{margin: 0 7% 0 0;}
	.product-content .article-content-block img{ width: 50%;}
	.product-content .article-content-block .right-pic.product-3 img{right: 0;left: auto;}
	.product-content .article-content-block .product-4 .article-text-content{margin:50px 8% 0 0;}
	.product-content .article-content-block img{left: 0;}
	.article-content.product-content{ padding: 95px 0 100px;}
	.article-content.product-content .product-4 img{left: 3%;}
	.article-content.product-content article.right-pic.product-1 img{right: 0;left: auto;}
	article.right-pic.product-1 img{top: 0;}
	.article-content.product-content article img{left: 4%;}
    .media-overlay h2 {    font-size: 40px; line-height: 70px;}
	.inspired-block h2 {
		font-size: 32px;
		line-height: 1.2em;
	}
	.receipe .media-overlay h2 {font-size: 24px;line-height: 1.2em;}
    .media-overlay h4 {    font-size: 18px; line-height: 16px;}
    .link-content-outer:after{background-size: 200px 41px;  height: 40px;  top: -40px;}
    .link-block .box {  font-size: 15px;}
    .link-block .box i {  font-size: 18px; padding-left: 10px;}
    .link-content-outer {    height: 150px; padding: 0 20px;}
    .link-content p {    font-size: 14px; line-height: 18px;}
    .media-overlay h4 {    font-size: 17px; line-height: 18px;}
    .link-content a{background-size: auto; font-size: 14px; height: auto; line-height: normal;}
    .media-content h4{font-size: 21px; padding-bottom: 8px; line-height: 24px;}
    .media-content p {      padding-bottom: 0;font-size: 12px; line-height: 19px; padding-bottom: 18p;}
    .media-content a.page-link{font-size: 13px;}
    .media-content a.page-link:before {  font-size: 17px; top: -6px;}
    .media-content {  max-width: 270px;}
    .large-media .link-content-outer{height: 250px;}
    .small-media .link-content-outer{height: 154px;}
    .media-content-block {   padding-bottom: 73%;}
    .support-block .media-content-block {    padding-bottom: 73.5%;}
    .arrow-down i {    font-size: 27px; padding-top: 7px;}
    .arrow-down span {    font-size: 15px;}
    .box img {   height: 13px; margin-left: 11px; margin-top: -4px; width: 7px;}
    .media-overlay span {    font-size: 20px; padding-top: 16px;}
    .inspired-block .social-media ul li {   margin: 0 2px; width: 27px;}
    .inspired-block .social-media {    padding-top: 2px;}
    .inspired-block .social-media h4 {     font-size: 14px; line-height: 15px;  padding-bottom: 0;}
    .media-content .page-link img {    height: 12px; margin-left: 10px; margin-top: 11px; width: 7px !important;}
	.intro-block .media-content { max-width: 210px;}
    .why-atkins-page .media-content {top: 100%;}
    .album-single.album-container .album-images{width: 100%;}
    .album-single.album-container .album-details-outer{width: 100%; padding: 40px 15px 0;}
    .why-atkins-page .media-overlay h2 {font-size: 50px;}
    .album-vertical.album-container .album-details-outer {padding: 0 15px;}
    .green{background:#cddcb1;}
    .why-atkins-page .album-container .album-images h3 { font-size: 75px;}
    .why-atkins-page .album-details-outer p{font-size: 14px;}
    .why-atkins-page  .album-details-outer p{font-size: 12px;}
    .album-vertical.album-container{padding-top: 30px;}
    .intro-outer p {padding: 0 10% 15px;}
    .filter-outercon {margin: 40px auto;}
	.diet-full.all-products {padding: 100px 0;}
    .article-content.all-products {padding: 60px 0 40px;}
    .all-products .diet-full-header {margin: 0;}
	.all-products .diet-full-content article {width: 50%;}
    .all-products .article-content-header {margin: 0;}
    .all-products .article-text-content h2 {font-size: 60px;line-height: 60px;margin-bottom: 20px;}
    .all-products .article-text-content .page-link {font-size: 18px;}
    .all-products.article-content .page-link.right img {width: 7px !important;margin: 9px 0 0 8px;}
    .all-products .article-text-content p {font-size: 16px;line-height: 25px;}
    .all-products .article-content-block .article-text-content p {margin-bottom: 15px;}
    .all-products .article-content-block article {width: 50%;padding: 20px 20px 40px;}
    .products-filter-container {padding: 50px 0 46px;}
    .filter-result-section {padding: 80px 3% 0;}
    .filter-result-section ul li {width: 28.5%;margin: 0 15px 40px;}
    .article-card-image {height: 206px;line-height: 206px;}
    .article-card-image img {width: 70%;}
    .article-card-content h5 {font-size: 22px;line-height: 24px;}
    .article-card-content p {font-size: 15px;line-height: 21px;padding: 0 0 11px;}
    .article-card-content .page-link {font-size: 15px;padding-right: 22px;}
    .article-card-content .page-link img {top: 4px !important;width: 8px !important;}
    .three-column-section {padding: 0 3% 60px;}
    .bottom-image-block h3 {font-size: 40px;line-height: 42px;}
    .column-leftsection {padding: 0;}
    .tesimonial-outer {height: 300px;}
    .tesimonial-outer:first-child {height: 375px;}
    .testimonial-section blockquote p {font-size: 20px;line-height: 26px;}
    .testimonial-section span {font-size: 14px;line-height: 25px;padding: 0;}
    .article-page .social-media h4 {font-size: 22px;line-height: 24px;padding: 0 0 18px;}
    .article-page .social-media ul li {margin: 0;width: 30px;}
	.column-middlesection h5 {font-size: 23px;line-height: 25px;padding: 15px 0 10px;}
    .column-middlesection h5:first-child {padding: 0 0 12px;}
    .column-middlesection ul li,
    .column-middlesection ol li,
    .column-middlesection p {font-size: 14px;line-height: 23px;}
    .blog-author-section {padding: 45px 0 0;}
    .author-desc span {font-size: 16px;line-height: 24px;}
    .comment-block {padding: 45px 0 0 6px;}
    .comment-block a {font-size: 22px;padding-right: 16px;}
    .comment-block .page-link img {margin-top: 13px;width: 8px !important;}
    .admin-img {width: 65px;}
    .comment-field {padding: 0 0 0 10px;width: 78%;}
    .comment-field textarea {height: 65px;}
    .article-page .bottom-image-block h3 {padding-bottom: 30px;}
    .column-middlesection {width: 52%;padding: 0 3%;}
    .column-rightsection {width: 26.2%;padding: 0;}
    .widget {padding: 40px 0 0;}
	.widget h5 {font-size: 18px;line-height: 20px;padding: 0 0 16px;}
	.widget h5:before {width: 90%;}
	.widget ul li {padding: 5px 0 0;}
	.widget ul li a {font-size: 15px;}
	.subscribe-section p {font-size: 14px;line-height: 21px;padding: 0 0 5px;}
	.subscribe-form {padding: 10px 7px;}
	.subscribe-form .text-box {font-size: 15px;padding: 0 15px;height: 35px;margin: 0 0 15px;}
	.subscribe-form .submit-btn {float: none;font-size: 15px;width: 135px;}
	.subscribe-form .facebook-btn {width: 145px;float: none;margin: 15px auto 0;}
	.category-section {padding: 10px 0 0;}
	.category-list {padding: 35px 0 0;}
	.category-list ul li a {font-size: 15px;padding: 4px 13px 5px;}
	.article-page .intro-outer {padding: 30px 0 0;}
    .article-page .intro-outer p {font-size: 18px;line-height: 29px;padding: 0 5% 15px;}
    .article-page .social-media {margin: 80px 0 0;padding: 25px 0;}
    .subscribe-section {padding: 20px 10px;}
    .widget .subscribe-section h5 {padding: 0 0 10px;}
    .subscribe-form .input-boxes {margin: 0;}
    .article-page .subscribe-section .social-media ul {padding: 5px 0 0;}
    .slider-content-wrap {padding: 20px 0;}
    .slider-content-wrap .slick-arrow {height: 40px;width: 25px;}
	.expert-opinion{background-attachment: scroll;height: auto;padding: 50px 0;}
	.expert-opinion h3 { font-size: 36px;line-height: 36px;}
	.expert-opinion article { left: 20px;position: relative;}
	.expert-opinion p {font-size: 16px;line-height: 24px;margin-bottom: 10px;}
    .step-header {padding: 50px 0 50px;}
    .step-header h4 {padding: 0 0 30px;font-size: 34px;line-height: 36px;}
    .step-header p {line-height: 28px;}
    .block-box-wrap {padding: 50px 0 75px;}
    .accordion-title h3 {font-size: 36px;}
    .accordion-title h4 {font-size: 36px;}
    .block-box-wrap.step3 {padding: 45px 0 0;}
    .block-box-wrap.step3 p {padding: 0 0 40px;}
    .terms-conditions {padding: 0 0 0 130px;}
    .article-content-block .step3 .step-btn {padding: 30px 0 0;}
    .field-list-block .field-label{ font-size:20px; }
    .field-list-block .field-val{ font-size:40px; }
    .field-radio-out .checkbox-outer label{ font-size:20px; }
    .field-choice-block{ padding-bottom:20px; }
    .block-graph-block{ padding-bottom:50px; }
    /*--- content ends ---*/

	/*--- footer starts ---*/
    .footer-bottom {padding: 45px 0 60px;}
    .footer-left {padding: 65px 15px;}
    .signup-area h4{font-size:26px; line-height: 28px;}
    .social-media h4{font-size:26px; line-height: 28px; padding:0 0 20px;}
    .signup-area p {padding: 0 0 20px;font-size:18px; line-height: 26px;}
    .social-media ul li{width:36px; margin:0 4px;}
    .text-box {margin: 0 2%; max-width: 45%;}
    /*--- footer ends ---*/

    .item-benefits-bottom ul li{ max-width: 65px;}
	.item-benefits-bottom ul{padding: 0 6px;}
      .item-detail-page h5 { font-size: 17px; line-height: 23px;}
    .item-detail-page h5:first-child {    padding-bottom: 30px;}
    .vertical-slider .slick-next {    right: 5px;}
    .vertical-slider .slick-prev {    left: 0;}
    .vertical-slider .slick-dots li {    height: 15px; margin: 0 14px; width: 15px;}
    .vertical-content .page-link.right,.item-detail-page .column-middlesection .page-link.right{  font-size: 16px;}
    .bottom-image-block h3 { font-size: 30px; padding-bottom: 21px;}
    .vertical-content {    margin-bottom: 30px;}
    .left-list li {    font-size: 13px; margin-bottom: 12px; line-height: 20px;}
	.vertical-content .page-link.right img {    margin-top: 12px; width: 27px !important; height: 14px;}
    .vertical-slider .slick-list {    padding: 20px 10px 0;}
    .vertical-content h5 {    padding-bottom: 10px; padding-top: 15px;}
    .vertical-slider .slick-dots li {    height: 11px; margin: 0 12px; width: 8px;}
    .vertical-slider .slick-dots li button::before {    height: 16px; width: 16px;}
    .vertical-slider .slick-prev::before, .vertical-slider .slick-next::before {    height: 18px; width: 18px;}
    .vertical-slider .slick-dots {    padding-top: 20px;}
    .item-detail-page .column-middlesection .page-link img {    height: 14px;  margin-top: 11px;}
    .item-detail-page .three-column-inner {    padding-top: 60px;}
    .vertical-slider .slick-prev, .vertical-slider .slick-next {  bottom: 5px;}

      .main-s-section .article-card-image{ width:300px; height:300px; padding-top:35px; }
	.main-s-section .article-card-content p{ font-size:12px; }
	.expert-opinion.main-s-footer-banner{ padding-top:250px;}
	.main-s-social-footer h5{ margin-bottom:25px; font-size:20px; }
	.expert-opinion.main-s-footer-banner article{ left:10%; width:80%; }
	.expert-opinion.main-s-footer-banner{background-attachment: scroll;}
	.main-s-footer-banner p{ margin-bottom:60px; }
	.expert-opinion.main-s-footer-banner{ padding-top:150px;}
	.product-single-desc {padding: 0 3%;margin-top: 25px;}
	.product-pic-box {padding: 60px 60px 40px;}
	.link-out {padding: 10px 0 0;}
	.link-out .page-link {font-size: 18px;padding-right: 15px;}
	.link-out .page-link img {width: 8px !important;right: 0 !important;}
	.product-det-box {padding: 0;}
	.product-det-box h3 {padding-bottom: 15px;font-size: 25px;line-height: 27px;}
	.product-det-box p {font-size: 16px;line-height: 23px;}
	.product-specs {padding: 20px 0 30px;}
	.product-specs ul li {font-size: 12px;padding: 3px 5px;}
	.price-details .price {font-size: 25px;margin: 5px 0 0 10px;}
	.price-btn-sec {float: right;width: 245px;}
	.price-btn-sec .button-wrap {float: right;}
	.price-btn-sec .button-wrap a {padding: 0 32px;}
	.product-det-box .social-media {margin-top: 32px;}
	.product-det-box h5 {font-size: 20px;margin-bottom: 10px;}
	.products-filter-container.single-product-main-out {padding: 60px 0 0;}
	.single-product-banner {padding-top: 50px;}
	.single-product-banner .media-overlay h2 {font-size: 100px;line-height: 100px;}
	.single-product-main-out .slider-section {padding: 80px 0;}
	.single-product-main-out .slider-wrap h4 {font-size: 40px;line-height: 42px;}
	.single-product-main-out .filter-result-section {padding: 60px 3% 0;}
	.filter-result-section h3 {padding: 0 0 40px;font-size: 34px;line-height: 36px;}
	.article-content.all-products.single-product {padding: 60px 0 30px;}
	.album-section-right .media-overlay h2 {font-size: 60px;line-height: 60px;}
	.album-section-left {padding: 0 3%}
	.album-section-left h3 {font-size: 40px;line-height: 40px;}
	.album-section-left span {font-size: 15px;padding: 2px 0 0;}
	.album-section-left blockquote {padding: 0;}
	.album-section-left blockquote p {font-size: 15px;line-height: 21px;padding-bottom: 20px;}
	.album-section-left .media-content {max-width: 90%;}
	.album-section-left .media-content a.page-link {font-size: 14px;}
	.album-section-left .media-content .page-link img {margin-top: 7px;}
	.stories-link {padding: 15px 0 0;}
	.stories-link span {font-size: 15px;line-height: 18px;padding: 8px 0 0;}
    .slider-outercon aside div.cd-svg-wrapper:after {content: none;}
    .hide-mobile {display: none;}
    /*.media-container {padding-top: 112px;}*/
	.media-container.recipe-block {padding-top:0;}
	.atkinslift {
		padding: 170px 0 50px;
	}
	.atkinslift-image {
		width: 300px;
		margin-bottom: 30px;
	}
	.atkinslift .lift-logo {
		width: 150px;
	}
	.atkinslift-title {
		font-size: 2.5rem;
	}
	.atkinslift-text {
		font-size: 1rem;
		margin-top: 1rem;
	}



	.step-header-with-ico{ padding-bottom:50px; }
	.hd-ico { width:45px;	display:inline-block; }
	.hd-ico img{	float: left;width: 100%; }
	.calculator-out{ padding-top:20px; }
	.tools-wrap{ padding-top:20px; }
	.boxlist-inner-out{ padding:20px 0; }
	.boxlist-wrap-out ul li span{ font-size:15px; }
	.calculator-out h4, .boxlist-wrap-out h4{ font-size:30px; line-height:34px; }
	.journal-out{ padding-top:60px; }
	.jr-form-hd h4{ font-size:30px; }
	.jr-form-hd .jr-date{ margin-top:5px; font-size:30px; }
	.field-out .text-bx{ font-size:20px; height:50px; }
	.field-out .textarea-bx{ font-size:20px; height:500px; }
	.field-out-list span{ font-size:20px; }
	.field-out-list ul{ }
	.field-out-list ul li{ width:45px; }
	.jr-post-list{ margin-top:50px; }
	.jr-post-list h4{ padding-bottom:10px; }
	.jr-post-bx h5{ font-size:25px; }
	.jr-post-bx .jr-date span{ font-size:14px; }
	.jr-date span{ padding:0 6px;}
	.jr-post-bx p{ line-height:20px; font-size:14px; }
	.jr-post-list{ padding-bottom:80px;  }
	/*.tb-cnt span{ font-size:13px; }*/
	.counter-content-right .accordion-title h4{ font-size:20px; }
	.counter-content-right .accordion-content p{ font-size:13px; }
	.counter-content-right .accordion-title{ padding:5px 0; }
	.sub-btn{ max-width:200px; }
	/*.tb-hd{ font-size:13px; }*/
	/*.s-btn{ font-size:15px; }*/
	.counter-msg p{font-size:14px; line-height:21px; }
	.counter-msg{ margin-bottom:50px; }
	.intro-text p b{ font-size:20px; line-height:26px; }
	.intro-text p{ font-size:16px; line-height:20px; }
	.counter-content-left{ width:100%; padding:0; padding-bottom:20px;}
	.counter-content-right{ width:100%; }
	.atkin-conent-block h4{ padding-bottom:20px; font-size:35px;  }
	form .hd-ico{ width:40px; }
	.atkin-conent-block{ padding: 0 0 20px 0;}
	.head-ico-wrp{ margin-bottom:10px; }
	.block-box-wrap{ padding: 30px 0 45px; }
	.atkin-conent-inner{ padding:40px 0; }
	.info-row span{ font-size:24px; line-height:28px; }
	.sinle-form label{ font-size:22px; }
	.sinle-form .step-btn{ padding-top:0;  }
	.clc-lrn-link a{ font-size:22px; }
	.history-list{ padding-top:20px; padding-bottom:20px; }
	.graph-l-out{ padding-top:20px; }
	.atkin-conent-block3{ padding:20px 0; }
	.info-box span{ font-size:36px; }
	.rc-prdct-out .filter-result-section{ padding-top:40px; }
	.rc-prdct-out h4, .m-block-out h4{ font-size:30px; }
	.media-container.f-outer{ padding-top:20px; }
	.f-outer h4{ padding-top:20px; font-size:30px; padding-bottom:30px; }
	.atkin-conent-inner h4, .atkin-conent-block3 h4{ font-size:30px; line-height:35px; }
	.media-half-small-col .small-media .link-content-outer{ height:140px; }
	.table-content ul li a{font-size: 15px;line-height: 21px;}
	.table-content ul li a b{font-size: 15px;margin-top: 3px;height: 75px;}
	.atkin-conent-block p{font-size: 18px;line-height: 28px;padding-bottom: 35px;}
	.single-box.first-single{width: 47%;}
	.single-box.second-single{width: 30%;}
	.offer-img h2 {
		font-size: 40px;
		line-height: 1.3em;
	}
}

@media only screen and (max-width: 767px) {

    /*.atkinslift-overlay {
        width: 80%;
    }*/
	.atkinslift {
		padding: 120px 0 50px;
	}
	.atkinslift-image {
		width: 90%;
		margin-bottom: 30px;
	}
	.atkinslift .lift-logo {
		width: 130px;
	}
	.atkinslift-title {
		font-size: 2.5rem;
	}
	.atkinslift-text {
		font-size: 1rem;
		margin-top: 1rem;
	}
	.atkinslift-overlay {
		width: auto;
	}

	/*--- header starts ---*/
	.header-container {position: inherit;top: inherit;}
	.main-menu ul li ul:after {display:none;}
	.header-outer {min-height: 70px;padding: 20px 0 0;height: 75px;}
	.logo {width: 200px;z-index: 1001;left: 50%;margin-left: -100px;background-size: 200px auto;background-position: center 74px;height: 115px;padding: 10px 0 0;}
	.logo-curve {bottom: -13px;}
    .logo h1 {line-height: inherit;}
    .logo a img {max-width: 95px;margin-top:0;}
    /*--- header ends ---*/

    /*--- content starts ---*/
    h3 {font-size: 34px;line-height: 36px;}
    p {font-size: 16px;line-height: 26px;}
    .content-container {margin: 75px 0 0;}
    .slider-outer li.store4 a img:hover {margin-top: -93px;}
    .slider-outercon aside div p{font-size: 18px;line-height: 26px;margin-bottom: 28px;padding: 0 5%;}
    .slider-outercon aside img{max-width: none;position: relative;width: 100%;}
	.slider-outercon aside div .header-h2,
    .slider-outercon aside div h2{padding: 0 10%;font-size: 36px;line-height: 50px;margin: 12% 0 8%;}
	.header-h2.idle-title { font-size:36px;}
    .slider-outercon aside div{top: 0;-webkit-transform: translateY(0);-moz-transform: translateY(0);transform: translateY(0);bottom: auto;}
    .slider-outercon .slick-prev, .slider-outercon .slick-prev:hover{left: 0;background-size: 30.8px 81.1px;}
    .slider-outercon .slick-next, .slider-outercon .slick-next:hover{right: 0;background-size: 30.8px 81.1px;}
	.slider-outercon .slick-arrow {
		transform: scale(0.5);
		bottom: 0;
		top: auto;
	}
    .footer-links{width: 100% !important;margin: 0 0 15px !important;}
    .toggle-class{display: block;}
    .footer-links ul{padding-bottom: 18px;display: block;-webkit-column-count:1;-moz-column-count:1;column-count: 1;}
    .footer-links h6{float: left;width: 100%;;margin: 0;padding-bottom: 18px;}
    .slider-outercon .slick-dots li button{height: 11px;margin: 0 5px;width: 11px;}
    .slider-wrap p{font-size: 16px;line-height: 28px;padding: 0 5%;}
    .slider-wrap h4{font-size: 32px;}
    .slider-outer,.button-wrap{margin: 80px 0 0;}
    .slider-section{padding: 50px 0;}
    .single .slider-outercon aside img{left: 50%;margin-left: -500px;width: 1000px;}
	.single .slider-outercon aside img[data-interchange]{width: 100%;margin-left:0;left: 50%;transform: translateX(-50%);}
    .album-container {padding: 25px 0 30px;background: #aad6ee;}
    .album-container ul li {width: 100%;padding: 0 15px;display: none;}
    .album-container ul li:first-child {display: block;}
    .album-images {margin-bottom: 50px;}
    .album-images h3 {bottom: -15px;font-size: 42px;}
    .album-images h3 sub {font-size: 25px;}
    .album-details-outer h6 {font-size: 16px;}
    .details {background: none;display: block;font-size: 16px;margin: 0;padding: 0;}
    .album-details-outer h3 {font-size: 31px;line-height: 33px;padding: 0 0 12px;}
    .album-details-outer p {font-size: 16px;line-height: 25px;margin-bottom: 25px;padding: 0 2%;min-height: inherit;}
    .album-details-outer a {font-size: 16px;}
    .album-details-outer a img {margin: 0;top: 3px;}
    .tools-section {padding: 50px 0;}
    .icons-section ul li {padding: 5px 11px;}
    .tools-content {padding: 30px 0 0;}
    .tools-content h2 {font-size: 65px;line-height: 74px;}
    .tools-content p {padding: 0 4% 22px;line-height: 28px;}
	.slider-outercon aside div a {
		font-size: 14px; padding: 0 10px;
	}
    .slider-outercon aside div a img {right: 7px;}
    .expert-opinion p {font-size: 16px; line-height: 22px;padding: 0 15px;}
	.article-content{padding: 35px 0 25px;}
	.article-content-block img{position: relative;left: 0; margin:0;float: none;width: 70%;}
	.article-text-content{width: 100%; margin: 0 auto 0;max-width: 400px;float: none;}
	article.right-pic .article-text-content{margin: 0 auto 0;float: none;}
	.article-content-header h3{font-size: 40px;line-height: 50px;margin-bottom: 25px;}
	.article-content-header p{margin-bottom: 25px;font-size: 20px;line-height: 28px;}
	.article-text-content p{font-size: 20px;line-height: 30px;margin-bottom: 5px;}
	.article-content-block article{padding: 35px 0;}
	.article-content-header{margin: 0 auto;max-width: 400px;float: none;}
	.right-pic.product-3 .article-text-content{margin: 0 auto;}
	.expert-opinion article{padding: 25px 0 40px;position: inherit;max-width: none;}
	.expert-opinion article * { text-shadow: none;color:#10395e;}
	.expert-opinion img {margin-bottom: 20px;}
	.expert-opinion h3{font-size: 33px;line-height: 39px;}
	.detect{display: none;}
	.parallax-slider{height: auto !important;}
	.parallax-window{min-height: 640px;}
	.parallax-window.mobile-parallax{min-height: 170px;}
	.parallax-window{background-size: 100% auto!important;background-repeat: no-repeat;}
	.article-content.product-content{padding: 35px 0 20px;}
	article.right-pic.product-1 img{top: 0;}
	.article-content.product-content article.right-pic.product-1 img{width: 70%;}
	article.right-pic.product-1 .article-text-content{margin: 0 auto 0;}
	article.product-2 .article-text-content{margin: 0 auto 0;}
	.article-content.product-content article img{width: 70%;left: 0; margin: 0;top: 0;}
	.article-content-block .right-pic.product-snack img{right: 0;}
	.right-pic.product-snack .article-text-content{margin: 0 auto 0;}
	.article-content-block .product-4 .article-text-content{margin: 0 auto 0;}
	.article-text-content h2{font-size: 80px;margin-bottom: 6px;}
	.article-content .page-link.right img{margin: 9px 0 0 24px;}
	.article-content .page-link.left img{margin: 9px 24px 0 0;}
	.article-content.product-content .product-4 img{left: 0;}
	.expert-opinion{background-image: none !important; padding: 0 ;height: auto;}
    .media-overlay h2 {   font-size: 60px;}
	.inspired-block h2 {
		font-size: 32px;
		line-height: 1.2em;
	}
	.media-block figure img {
		height: auto;
	}
	.receipe .media-overlay h2 {font-size: 24px;line-height: 1.2em;}
    .media-overlay h4 {  font-size: 20px; line-height: 58px;   }
    .link-content-outer:after{background-size: 200px 41px;  height: 40px; top: -40px; }
    .link-block .box {font-size: 15px;}
    .link-block .box i {    font-size: 22px; padding-left: 14px;}
    .link-content-outer{  height: 300px; padding: 0 20px;  }
    .link-content p {    font-size: 20px; line-height: 26px;}
    .link-content a{background-size: auto; font-size: 20px; height: auto; line-height: normal;}
    .media-overlay {  padding: 10px 10px;}
	.media-block.text-block .media-overlay {position: relative;padding: 20px;}
    .media-big-col,.media-small-col{width: 100%;}
    .media-content {    max-width: none; padding: 10px 20px;}
    .media-content-block {padding-bottom: 60%;}
    .media-content h4 {    padding-bottom: 14px;  font-size: 30px;}
    .media-content.page-link  {    font-size: 20px;}
    .media-content-block.sandel-background h4 {    padding-bottom: 0;}
    .media-content p {    font-size: 15px; line-height: 23px; padding-bottom: 20px;}
    .large-media .link-content-outer{height: 300px;}
    .small-media .link-content-outer{height: 300px;}
    .inspired-block .social-media {    padding-top: 12px;}
    .box img {   height: 13px; margin-left: 11px; margin-top: -4px; width: 7px;}
    .media-content .page-link {    font-size: 20px;}
    .media-content .page-link img { margin-left: 14px;   height: 15px; margin-top: 12px;  top: -6px; width: 9px !important;}
	
	
	
	.header-container {
		position: fixed;
	}
	
	.main-menu {padding: 0;
		/*display:none;*/
	}
	.main-menu nav {
		display: none;
		position: absolute;
		width: 100vw;
		/* top: 75px; */
		background: #10395e;
		color: #fff;
		top: 0;
		border-top: 75px solid #fff;
		
		z-index: 0;
		height: 100vh;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-menu-visible .main-menu nav {
		display: block;
	}
	body.mobile-menu-visible {
		overflow: hidden;
	}
	.main-menu nav ul {
		padding: 50px 0;
	}
	.main-menu nav ul li {
		display: block;
		text-align: center;
		padding: 10px 0;
		position: relative;
		clear: both;
	}
	.main-menu nav > ul > li + li {
		border-top: 1px solid rgba(255,255,255, 0.1);
	}
	.main-menu nav > ul > li > span.fa {
		position: absolute;
		display: block;
		right: 10px;
		font-size: 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		top: 10px;
		/*margin-top: -15px;*/
		background: rgba(255,255,255,0.1);
		border-radius: 100%;
	}
	.main-menu nav ul li a {
		color: #fff;
		display: block;
		padding: 0;
		line-height: 35px;
		float: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.main-menu nav ul li ul {
		display: block;
		display: none;
		opacity: 1;
		top: auto;
		position: relative;
		background: none;
		padding-bottom: 15px;
		padding-top: 15px;
		border-top: 1px solid rgba(255,255,255, 0.1);
		height: 0;
		overflow: hidden;
		margin-top: 10px;
	}
	.main-menu nav ul li ul {

	}
	.main-menu nav ul li:hover ul {
		display: none;
	}
	.main-menu nav ul li.showDropdown ul {
		height: auto;
		display: block;
	}
	.main-menu nav ul li ul li {
		padding: 5px 0;
	}

	.main-menu nav ul li ul li a {
		padding: 0;
		color: #fff;
		line-height: 25px;
	}
	.main-menu ul li ul li:hover a {
		color: #fff;
	}
	.main-menu ul li:hover ul li.active > a,
	.main-menu nav ul li.active > a {
		color: #e30919;
	}
	.mobile-menu-toggle {
		position: absolute;
		right: 20px;
		z-index: 1;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mobile-menu-toggle a {
		color: #2ba6cb;
		font-size: 30px;
	}
	.main-menu.mean-container {display:block;}



	.main-menu ul {border: 0;padding: 0;}
	.mean-container .mean-bar {min-height: 0;padding: 0;}
	.mean-container .mean-nav {margin-top: 55px;margin-bottom: 0;background: #fcba63;border-radius: 0 0 3px 3px;}
	.mean-container a.meanmenu-reveal {transition: none;top:4px;right: 10px !important;background: none; width:35px; height: 25px;line-height: 25px;padding: 0;border-radius: 3px;}
	.mean-container a.meanmenu-reveal:after {position:absolute; left:0; font-family: 'FontAwesome',sans-serif; font-size:30px; color:#009bd8; content:"\f0c9";text-indent: 0;}
	.mean-container a.meanmenu-reveal.meanclose:after {content: none;}
	.mean-container a.meanmenu-reveal.meanclose {color: #009bd8;font-size: 30px !important;width: 25px;margin-right:10px;margin-top:-4px;}
	.mean-container .mean-nav ul {background: #10395e;position: absolute;z-index: 1000;padding: 70px 0 30px;}
	.mean-container .mean-nav ul li {padding: 0;}
	.mean-container .mean-nav ul li a {font-family: 'Montserrat-Bold', sans-serif;text-transform: capitalize;border: none;padding: 13px 5%;text-align: center;}
	.mean-container .mean-nav ul li a.mean-expand {padding: 11px 12px 2px !important;}
	.mean-container .mean-nav ul li ul {top: 0;display: block;position: inherit;padding: 0;}
	.main-menu ul li ul li {border-top: none;}
	.main-menu ul li:hover ul li a{color: #ffffff;}
	.main-menu ul li ul li:hover a{color: #e30919;}
	.main-menu ul li ul li a {font-size: 15px;}
	.mean-container .mean-nav ul li li a {padding: 10px 10%;}
	.mean-container a.meanmenu-reveal span {display: none;}
	.search-section{ display:none; }
	.searchform-content .search-section {
		display: block;
	}
	.login-bottom-inner a{z-index: 1001; background:none; position:relative; width:auto; left:10px; right:auto; float:left; font-size:0; transition: none;-webkit-transition: none;top:20px; }
	.mobile-login{width: 25px;height: 27px;display: block;left: 10px;position: absolute;top: 21px;z-index: 1001;}
	.mobile-login a{width: 100%;float: left;}
	.mobile-login a:after{ position:absolute; left:0; font-family: 'FontAwesome',sans-serif; font-size:30px; color:#009bd8; content:"\f007"; }
	.mobile-login a.clicked:after{ content: '';background: url(https://uk.atkins.com/static/default/style/../media/close-mean.svg) no-repeat; width:25px;height:30px;}
	.login-top{ top:75px;z-index: 1001;}
	.login-left{ width:100%; border:0; text-align:center; }
	.login-right{ width:100%; border:0; padding-left:0; padding-right:0; }
	.login-close{ display: none; }
	.facebook-btn{ float:none; display:inline-block; padding:0; padding-top:20px;}
	.login-right{ text-align:center; }
	.login-right form{ width:100%; max-width:280px; float:none; margin:0 auto; }
	.context-fr .textbox-field,
	.context-pt .textbox-field,
	.textbox-field{ width:100%; padding-left:0; margin-bottom:10px; }
	.context-pt .textbox-field.submit, 
	.context-fr .textbox-field.submit,
	.textbox-field.submit{ width:30%; max-width:160px; margin-left:35%; }
	.login-right ul li{ padding-left:0; padding-right:0; width:100%; background:none;  }
	.login-right ul{ padding:0; max-width:85%; float:none; margin:0 auto;  }
	.login-bottom {z-index: inherit;display: none;}
	.login-right h5{ margin-top:30px; }
	.form-fields{ padding-top:15px; padding-bottom:20px; }
    .slick-video .slick-dots{bottom: 15px;}
    .slick-video .slick-dots li button{width: 15px;height: 15px;margin: 0 5px;}
    .album-single.album-container{padding: 30px 0 45px;}
    .album-single.album-container .album-images{width: 100%;}
    .album-single.album-container .album-details-outer{width: 100%;}
	.why-atkins-page .album-container .album-images h3 {  font-size: 65px;}
	.why-atkins-page .album-details-outer p{font-size: 15px;}
    .why-atkins-page .media-overlay h2 {  font-size: 60px;}
    .album-vertical.album-container .album-details-outer { padding: 0 10px;}
    .album-vertical.album-container{padding-left: 0;padding-right: 0;}
    .album-single.album-container .album-details-outer{padding-top: 20px;padding-bottom: 20px;}
    .album-single.album-container .album-details-outer h4 { font-size: 30px;}
    .why-atkins-page .media-content-block {padding-bottom: 60%;}
    .why-atkins-page  .album-images {padding-left: 30px;padding-right:30px;}
    .album-single-left.album-single.album-container{padding-top: 20px;}
    .album-vertical.album-container{padding-bottom:30px;}
    .why-atkins-page .album-details-outer p{margin-bottom: 20px!important;}
    .album-vertical.album-container{padding-top: 30px;}
    .products-filter-container {padding: 45px 0;}
    .breadcrumbs li:not(:last-child):after {margin: 0 5px 0 12px}
    .breadcrumbs a {font-size: 16px;}
    .intro-outer p {padding: 0 7% 15px;}
    .filter-outercon {margin: 20px auto;}
	.diet-full.all-products {padding: 50px 0;}
	.article-content.all-products {padding: 35px 0 25px;text-align: center;}
    .all-products .diet-full-header{max-width: 100%;}
	.all-products .diet-full-header p {line-height: 30px;font-size: 18px;}
    .all-products .diet-full-content article {width: 100%;}
    .all-products .diet-full-content .diet-text{max-width: 100%;}
    .all-products .article-text-content h2 {font-size: 60px;line-height: 60px;margin-bottom: 20px;}
    .all-products .article-text-content .page-link {font-size: 18px;}
    .all-products.article-content .page-link.right img {width: 7px !important;margin: 9px 0 0 8px;}
    .all-products .article-content-block .article-text-content {margin: 5px 0 0;float: none;display: inline-block;}
    .all-products .article-text-content p {font-size: 16px;line-height: 25px;}
    .all-products .article-content-block .article-text-content p {margin-bottom: 15px;padding: 0 3%;}
    .all-products .article-content-block article {width: 100%;padding: 20px 20px 25px;}
    .all-products .article-content-header {display: inline-block;margin: 0;}
    .all-products .article-content-header h3 {margin-bottom: 20px;font-size: 30px;line-height: 35px;}
    .all-products .article-content-header p {line-height: 30px;}
    .filter-btn {font-size: 21px;line-height: 38px;}
    .dropdown-content {padding: 10px 20px 15px;z-index: 200;}
    .dropdown-left, .dropdown-right {width: 100%;padding: 0;border: none;}
    .drop-content h5 {margin: 0;}
    .dropdown-right {margin: 20px 0 0;}
    .drop-content ul li {line-height: 30px;}
    .drop-content ul li a {font-size: 16px;}
    .products-filter-container {padding: 45px 0 30px;}
    .filter-result-section {

		padding: 0;
		float: none;
		text-align: center;
		width: auto;
		margin: 0;
	}
    .filter-result-section ul {display: inline-block;float: none;max-width: 451px;}
    .filter-result-section ul li {width: 42.5%;margin: 0 15px 25px;}
    .article-card-image {height: 206px;line-height: 206px;}
    .article-card-image img {width: 70%;}
    .article-card-content {padding: 20px 0;}
    .article-card-content h5 {font-size: 22px;line-height: 24px;padding: 0 0 8px;height: auto !important;}
    .article-card-content p {font-size: 15px;line-height: 21px;padding: 0;height: auto !important;}
    .article-card-content .page-link {font-size: 15px;}
    .article-card-content .page-link img {top: 4px !important;width: 8px !important;}
	.article-page .products-filter-container {padding: 33px 0 15px;}
    .three-column-section {padding: 0 3% 30px;text-align: center;}
    .column-leftsection {width: 100%;padding: 0;}
    .tesimonial-outer {height: auto;padding: 25px 0 0;}
    .tesimonial-outer:first-child {height: auto;padding: 0;}
    .testimonial-section blockquote p {font-size: 20px;line-height: 26px;padding: 0 0 10px;}
    .testimonial-section span {font-size: 14px;line-height: 25px;padding: 0;}
	.article-page .social-media {margin: 30px 0 0;}
	.article-page .social-media:before {content: none;}
    .article-page .social-media h4 {font-size: 22px;line-height: 24px;padding: 0 0 18px;}
    .article-page .social-media ul li {margin: 0;width: 30px;}
	.column-middlesection h5 {font-size: 23px;line-height: 25px;padding: 10px 0;}
    .column-middlesection h5:first-child {padding: 0 0 12px;}
    .column-middlesection ul li,
    .column-middlesection ol li,
    .column-middlesection p {font-size: 14px;line-height: 23px;}
    .blog-author-section {padding: 30px 0 0;}
    .author-desc {text-align: left;}
    .author-desc span {font-size: 16px;line-height: 24px;}
    .comment-block {padding: 30px 0 0;}
    .comment-block a.page-link.right {font-size: 19px;padding-right: 16px;}
    .comment-block .page-link img {margin-top: 11px;width: 8px !important;}
    .admin-img {width: 58px;}
    .comment-field {padding: 0 0 0 10px;width: 79%;}
    .comment-field textarea {height: 60px;}
    .article-page .bottom-image-block h3 {padding-bottom: 20px;}
    .column-middlesection {width: 100%;padding: 30px 10px;}
    .column-rightsection {width: 100%;padding: 5px 10px 0;text-align: left;}
    .widget {padding: 30px 0 0;}
	.widget h5 {font-size: 18px;line-height: 20px;padding: 0 0 16px;}
	.widget h5:before {width: 90%;}
	.widget ul li {padding: 5px 0 0;}
	.widget ul li a {font-size: 15px;}
	.subscribe-section p {font-size: 14px;line-height: 21px;padding: 0 0 5px;}
	.subscribe-form {padding: 10px 7px;}
	.subscribe-form .text-box {font-size: 15px;padding: 0 15px;height: 35px;margin: 0 0 15px;}
	.subscribe-form .submit-btn {float: none;font-size: 15px;width: 135px;}
	.subscribe-form .facebook-btn {width: 145px;float: none;margin: 0 auto;}
	.category-section {padding: 0;}
	.blog-date {font-size: 18px;}
	.category-list {padding: 25px 0 0;}
	.category-list ul li a {font-size: 15px;padding: 4px 13px 5px;}
	.article-page .intro-outer {padding: 20px 0 0;}
    .article-page .intro-outer p {font-size: 18px;line-height: 29px;padding: 0 5% 15px;}
    .article-page .social-media {margin: 32px 0 0;padding: 25px 0;}
    .subscribe-section {padding: 20px 10px;}
    .widget .subscribe-section h5 {padding: 0 0 10px;}
    .subscribe-form .input-boxes {margin: 0;}
    .article-page .subscribe-section .social-media ul {padding: 5px 0 0;}
    .article-page .media-overlay h2 {font-size: 37px;line-height: 40px;}
    .article-page .media-overlay span {font-size: 23px;padding-top: 3px;}
    .slider-content-wrap {padding: 20px 0;}
    .slider-content-wrap .slick-arrow {height: 40px;width: 25px;}
    .article-alt-page .column-middlesection {width: 100%;padding: 0 10px 30px;text-align: left;}
    .article-alt-page .column-rightsection {width: 100%;}
    .products-filter-container.product-single-category {padding: 33px 0 50px;}
	.expert-opinion .show-for-small-only{display: block !important;}
	.expert-opinion .show-for-small-only img {
		width: 90%;
	}
    .step-header {padding: 20px 7% 20px;}
    .step-header h4 {padding: 0 0 30px;font-size: 30px;line-height: 32px;}
    .step-header p {line-height: 28px;}
    .block-box-wrap {padding: 7px 0 0;}
    .accordian-block-outer .accordion-title {padding: 8px 15px 14px;}
    .accordion-title h3 {font-size: 25px;line-height: 25px;}
    .accordion-title h4 {font-size: 25px;line-height: 25px;padding: 5px 0 0;}
    .field-block {padding: 12px 0;}
    .field-block span {font-size: 20px;}
    .checkbox-outer label {font-size: 20px;margin-top: -2px;padding: 0 0 0 6px;}
    .checkbox-outer {padding: 0 0 10px;width: 100%;}
	.checkbox-outer .iradio {
		width: 26px;height: 26px;
	}
    .checkbox-outer .check-btn,.checkbox-outer .radio-btn { font-size: 26px;}
    .field-block.textbox {padding: 22px 0 0;margin-bottom: -10px;}
    .textbox-outer {margin: 0 0 15px;}
    .textbox-outer input {font-size: 20px;height: 45px;line-height: 45px;padding: 0 0 4px;}
    .textbox-outer label {font-size: 16px;left: 14px;top: 7px;}
    .step-btn {padding: 10px 0 0;}
    .article-content-block .step-btn a.filter-btn {font-size: 18px;}
    .block-box-wrap.step3 {padding: 15px 0 0;}
    .block-box-wrap.step3 p {line-height: 22px;padding: 0 0 20px;}
    .step3 label {float: left;left: inherit;line-height: 23px;margin: 0 0 7px;text-align: left;top: inherit;}
    .step3 .textbox-outer input {margin: 0;width: 100%;padding: 0 20px;font-size: 20px;}
	.step3 .terms-conditions input {width: 26px;height:26px}
    .terms-conditions {padding: 12px 0 0;width: 100%;}
    .step3 .terms-conditions label {font-size: 15px;line-height: 22px;width: 86%;}
    .article-content-block .step3 .step-btn {padding: 7px 0 0;}
    .article-content-block {padding: 15px 0 0;}
    .field-list-block .field-label{ font-size:15px; padding: 5px 0 10px; line-height:20px; }
    .field-list-block .field-val{ font-size:30px; line-height:35px; }
    .field-radio-out .checkbox-outer label{ padding-left: 15px;font-size:15px; line-height:20px;  }
    .field-choice-block{ padding-bottom:20px; padding-top: 20px;}
    .field-choice-block h5 {padding-bottom: 25px;}
    .block-graph-block{ padding-bottom:10px; }
    .field-radio-out .checkbox-outer{ padding-bottom:15px; }
    .field-val .field-sel-out{ width:80px;}
    .field-sel-out .sbSelector{ font-size:15px; }
    .field-sel-out .sbToggle:before{ top:3px; font-size:11px; right:16px; }
    /*--- content ends ---*/

	/*--- footer starts ---*/
    .footer-bottom {padding: 25px 0 25px;}
    .footer-inner{display: block;}
    .footer-left{background: #c0dde9;display: block;float: left; width: 100%; padding: 50px 15px 40px;}
    .footer-right{display: block;float: left; width: 100%; padding: 40px 15px;}
    .text-box{max-width: 100%; margin: 0 0 20px;}
    .input-boxes{margin: 0; padding:0 15px;}
    .signup-area h4{font-size:32px; line-height: 34px;}
    .social-media h4{font-size:32px; line-height: 34px; padding:0 0 20px;}
    .signup-area p {padding: 0 0 20px;font-size:20px; line-height: 28px;}
    .social-media ul li{width:42px; margin:0 6px;}
	/*--- footer ends ---*/
    .item-benefits-top ul li{font-size: 14px;line-height: 16px;padding: 0 7px 2px;}
	.item-detail-page .item-benefits-bottom h6{ padding-bottom: 20px;}
	.item-benefits-bottom ul li{margin: 0 3% 15px 3%;max-width: 85px;}
	.item-benefits-bottom ul li:first-child{margin: 0 3% 15px 3%;}
	.item-benefits-bottom{padding-bottom: 10px;}
	.item-benefits-bottom .item-gain-relation{font-size: 15px;}
	.item-benefits-bottom .item-gain{font-size: 16px; padding-bottom: 0;}
	.item-benefits-top ul{line-height: 27px;}

      .item-detail-page .column-leftsection {    padding: 0; width: 100%;}
    .item-detail-page .column-middlesection {    padding: 30px 0 0; width: 100%;}
    .item-detail-page .column-rightsection {    width: 100%; padding: 30px 0 0;}
    .vertical-slider .slick-next {    right: 10px;}
    .vertical-slider .slick-prev {    left: 0;}
    .vertical-slider .slick-dots li {    height: 15px; margin: 0 14px; width: 15px;}
    .vertical-slider .slick-prev, .vertical-slider .slick-next {  bottom: 2px;}
    .vertical-content .page-link.right,.item-detail-page .column-middlesection .page-link.right{  font-size: 16px;}
    .bottom-image-block h3 { font-size: 27px; padding-bottom: 18px;}
    .vertical-content {    margin-bottom: 20px;}
    .left-list li {    font-size: 14px; margin-bottom: 12px; line-height: 20px;}
    .article-page.item-detail-page .social-media {    margin: 28px 0 0;}
    .item-detail-page .column-middlesection .page-link img {    height: 14px;  margin-top: 11px;}
    .item-detail-page h5 { font-size: 23px; line-height: 28px;}
    .item-detail-page h5:first-child {    padding-bottom: 24px;}
    .vertical-slider .slick-list {    padding: 20px 20px 0;}
    .vertical-slider {   float: none;}
    .vertical-content h5 {  font-size: 20px;  padding-bottom: 4px; padding-top: 5px;}
    .vertical-slider .slick-dots li {    height: 11px; margin: 0 12px; width: 11px;}
    .vertical-slider .slick-dots li button::before {    height: 16px; width: 16px;}
    .vertical-slider .slick-prev::before, .vertical-slider .slick-next::before {    height: 18px; width: 9px;}
    .vertical-slider .slick-dots {    padding-top: 10px;}
    .item-detail-page .three-column-inner {    padding-top: 34px;}

       .product-single-category.main-s-categ .intro-outer p{ font-size:20px; line-height:25px; }
	.product-single-category.main-s-categ .filter-result-section ul li{ width:100%; margin-bottom:10px; }
	.main-s-section .article-card-image{ padding-top:20px; width:100%; height:auto; padding-bottom:20px; }
	.main-s-section .article-card-content p{ font-size:13px;  }
	.main-s-social-footer h5{ margin-bottom:25px; font-size:20px; }
	.expert-opinion.main-s-footer-banner{ padding-top:0; background:none; height:auto;}
	.main-s-footer-banner h3, .main-s-footer-banner p{ color:#10395e; }
	.main-s-footer-banner p{ font-size:18px; line-height:22px; margin-bottom:50px; }
	.filter-result-section.main-s-section{ padding-top:10px; }
	.product-single-desc {padding: 0 3%;margin-top: 10px;}
	.product-pic-box {padding: 0;text-align: center;background: none;}
	.product-pic-boxinner {width: 100%;max-width: 300px;float: none;display: inline-block;padding: 15px 20px 15px;background: #f0edea;}
	.link-out {padding: 0;}
	.link-out .page-link {font-size: 14px;padding-right: 15px;}
	.link-out .page-link img {width: 8px !important;right: 0 !important;}
	.product-det-box {padding: 20px 0 0;}
	.product-det-box h3 {padding-bottom: 15px;font-size: 25px;line-height: 27px;}
	.product-det-box p {font-size: 16px;line-height: 23px;}
	.product-specs {padding: 5px 0 20px;}
	.product-specs ul {text-align: center;}
	.product-specs ul li {display: inline-block;float: none;font-size: 12px;padding: 3px 0px;}
	.price-details {padding: 12px 0 0;text-align: center;}
	.price-details-inner {width: 100%;display: inline-block;float: none;max-width: 300px;}
	.price-details .price {font-size: 25px;margin: 5px 0 0;}
	.price-btn-sec {float: right;width: 220px;}
	.price-btn-select {display: inline-block;margin: 1px 0 0;}
	.price-btn-sec .button-wrap {float: right;}
	.price-btn-sec .button-wrap a {padding: 0 20px;white-space:nowrap;}
	.product-det-box .social-media {margin-top: 20px;}
	.product-det-box h5 {font-size: 20px;margin-bottom: 7px;}
	.products-filter-container.single-product-main-out {padding: 40px 0 0;}
	.single-product-banner {padding-top: 35px;}
	.single-product-banner .media-overlay h2 {font-size: 50px;line-height: 50px;}
	.show-in-mobile {display: block;}
	.single-product-main-out .item-benefits-bottom {padding: 33px 5px;}
	.single-product-main-out .slider-section {padding: 50px 0;}
	.single-product-main-out .slider-wrap h4 {font-size: 32px;line-height: 34px;}
	.single-product-main-out .filter-result-section {padding: 40px 3% 0;}
	.filter-result-section h3 {padding: 0 0 30px;font-size: 30px;line-height: 32px;}
	.article-content.all-products.single-product {padding: 30px 0 10px;}
	.album-section-left {padding: 30px 5%;width: 100%;}
	.album-section-left h3 {font-size: 50px;line-height: 52px;}
	.album-section-left span {font-size: 18px;padding: 6px 0 8px;}
	.album-section-left blockquote {padding: 0 0 5px;}
	.album-section-left .media-content p {font-size: 18px;line-height: 26px;padding: 0;}
	.album-section-left .media-content .page-link {font-size: 18px;}
	.album-section-left .media-content .page-link img {margin-top: 8px;}
	.stories-link {padding: 20px 0 0;}
	.stories-link span {line-height: 18px;}
	.album-section-right {width: 100%;}
	.album-section-right .media-overlay {padding: 10px 20px;}
	.album-section-right .media-overlay h2 {font-size: 60px;line-height: 60px;}
    .products-filter-container{overflow: hidden}
    .slider-outercon aside div.cd-svg-wrapper:after {content: none;}
    .hide-mobile {display: none;}
    /*.media-container {padding-top: 112px;}*/
	.media-container.recipe-block {padding-top:0;}
    .display-mobile {display: block;}
    .cd-svg-wrapper {display: none;}
	.mpForm .mpQuestionTable .mpFormLabel, .mpForm .mpQuestionTable .mpFormField {
		display: block;
		width: 100%;
		vertical-align: middle;
	}
	.step-header-with-ico{ padding-bottom:10px; }
	.hd-ico { width:45px;	display:inline-block; }
	.hd-ico img{	float: left;width: 100%; }
	.calculator-out{ padding-top:20px; padding-bottom:40px; }
	.tools-wrap{ padding-top:20px; }
	.boxlist-inner-out{ padding:20px 0; }
	.boxlist-wrap-out ul li span{ font-size:15px; }
	.calculator-out h4, .boxlist-wrap-out h4{ font-size:30px; line-height:34px; }
	.calculator-out .checkbox-outer label{ font-size:17px; }
	.boxlist-wrap-out ul li span img{ width:40px; }
	.boxlist-wrap-out ul li{ width:100px; }
	.boxlist-wrap-out ul li span{ font-size:13px; }
	.boxlist-inner-out .step-btn a{ font-size:16px; max-width:200px; }
	.boxlist-inner-out .step-btn{ padding-top:10px; }
	.products-filter-container.wave-effect-top.green-ribbon{ padding-bottom:0; }

	.journal-out{ padding-top:60px; }
	.jr-form-hd h4{ font-size:30px; }
	.jr-form-hd .jr-date{ margin-top:5px; font-size:18px; padding-bottom:10px; }
	.field-out .text-bx{ font-size:18px; height:50px; }
	.field-out .textarea-bx{ font-size:18px; height:200px; }
	.field-out-list{ text-align:center; }
	.field-out-list span{ font-size:25px; width:100%; text-align:center;  }
	.field-out-list ul{ width:auto; padding-left:0; display:inline-block; float:none;margin-top: 10px;  }
	.field-out-list ul li{ width:45px; }
	.jr-post-list{ margin-top:50px; }
	.jr-post-list h4{ padding-bottom:10px; font-size:30px; line-height:34px;  }
	.jr-post-bx h5{ font-size:25px; }
	.jr-post-bx .jr-date span{ font-size:14px; }
	.jr-date span{ padding:0 6px;}
	.jr-post-bx p{ line-height:20px; font-size:14px; }
	.jr-post-list{ padding-bottom:80px;  }
	.jr-date span:before{ top:4px; height:25px; }
	.jr-form-hd{ margin-bottom:20px; }
	.field-out-list{ width:100%; }
	.field-out-btn .sub-btn-box{ float:none; }
	.field-out-btn{ width:100%; text-align:center; }
	.field-out-list{ padding-bottom:15px;  }
	.jr-post-list .jr-post-bx{ padding:0!important; margin:0!important; width:100%;  }
	.jr-post-bx .jr-date{ padding-bottom:10px;}
	.jr-post-list{ padding-bottom:40px; margin-top:20px; }
	.sub-btn-box{ font-size:16px; }
	.field-out{ padding-bottom:10px; }

	/*.tb-cnt span{ font-size:11px; line-height:15px; width:100%; text-align:center;  }*/
	.counter-content-right .accordion-title h4{ font-size:20px; }
	.counter-content-right .accordion-content p{ font-size:13px; }
	.counter-content-right .accordion-title{ padding:5px 0; }
	.sub-btn{ max-width:200px; }
	/*.tb-hd{ font-size:13px; }*/
	/*.s-btn{ font-size:15px; }*/
	.counter-msg p{font-size:14px; line-height:21px; }
	.counter-msg{ margin-bottom:50px; }
	.intro-text p b{ font-size:20px; line-height:26px; }
	.intro-text p{ font-size:16px; line-height:20px; }
	.counter-content-left{ width:100%; padding:0; padding-bottom:20px;}
	.counter-content-right{ width:100%; padding-bottom:30px;  }
	.intro-text{ padding-top:0; }
	.sub-btn{ font-size:17px; height:30px; line-height:24px; max-width:150px; }
	/*.tb-close{ float:none; width:10px; height:10px; background-size:100%; margin-right:0; }*/
	/*.tb-sort{ float:none; width:10px; height:19px; background-size:100%; margin-right:0; }*/
	/*.tb-info-bk span b{ width:100%; float:left; text-align:center;}*/
	/*.tb-info-bk{ padding-bottom:10px; }*/
	.tb-upward{ float:none; width:10px; height:9px; background-size:100%; margin-right:0; }
	/*.tb-cnt{ padding:8px 0 9px 0; }*/
	.tb-cnt {
		font-size: 13px;
		line-height: 19px;

	}
	.tb-cnt .amounts {
		display: block;
		padding: 15px 0 0;
	}
	/*.tb-hd{ line-height:18px; }*/
	.tb-hd {
		font-size: 16px;
		line-height: 22px;
	}
	.tb-btn-box span {
		font-size: 16px;
		line-height: 22px;
	}
	.tb-row .tb-cnt:first-child {
		padding-left: 40px;
	}
	.counter-msg{ padding:10px 6%; margin-bottom:10px;  }
	.counter-msg p{ font-size:13px; line-height:18px; }

	.atkin-conent-block h4{ padding-bottom:20px; font-size:35px;  }
	form .hd-ico{ width:40px; }
	.atkin-conent-block{ padding: 0 0 20px 0;}
	.head-ico-wrp{ margin-bottom:10px; }
	.block-box-wrap{ padding: 30px 0 45px; }
	.atkin-conent-inner{ padding:40px 0; }
	.info-row span{ font-size:24px; line-height:28px; }
	.sinle-form label{ font-size:22px; }
	.sinle-form .step-btn{ padding-top:0;  }
	.clc-lrn-link a{ font-size:22px; }
	.history-list{ padding-top:20px; padding-bottom:20px; }
	.graph-l-out{ padding-top:20px; }
	.atkin-conent-block3{ padding:20px 0; }
	.info-box span{ font-size:36px; }
	.rc-prdct-out .filter-result-section{ padding-top:40px; }
	.rc-prdct-out h4, .m-block-out h4{ font-size:30px; line-height:33px;  }
	.media-container.f-outer{ padding-top:20px; }
	.f-outer h4{ padding-top:20px; font-size:30px; padding-bottom:30px; }
	.atkin-conent-inner h4, .atkin-conent-block3 h4{ font-size:30px; line-height:35px; }
	.media-half-small-col .small-media .link-content-outer{ height:90px; }
	.history-list h4{padding-bottom:10px; }
	.history-list ul li{ width:100%; }
	.media-half-big-col, .media-half-small-col{ width:100%; }
	.media-half-small-col .media-overlay h2{ font-size:30px; line-height:40px; }
	.media-half-small-col .link-content p{ font-size:11px; padding-bottom:0; }

	.atkin-conent-block{ padding: 2px 0 20px;}
	.table-content{ padding: 0 8%;}
	.head-ico-wrp{ margin-bottom: 10px;}
	.atkin-conent-block h4{font-size: 30px;padding-bottom: 15px;}
	.atkin-conent-block p{font-size: 16px;line-height: 26px;padding-bottom: 5px;}
	.table-content ul li{width: 100%;border-left:none;border-top: 1px solid #b3b3b3;}
	.table-content ul li a{font-size: 16px;line-height: 21px;height: 85px;}

	.atkin-conent-inner{padding: 30px 0 10px;}
	.info-colmn{width: 100%;display: inline-block;}
	.atkin-conent-inner h4{ padding-bottom: 15px;font-size: 30px;}
	.info-row span{font-size: 20px;padding-top: 0;}
	.info-row{margin-bottom: 15px;}
	.info-colmn img{display: block; margin: 0 auto 20px;width: 25%;}
	.info-colmn .filter-btn{margin-bottom: 20px;max-width: 180px;font-size: 20px;}

	.atkin-conent-block3{padding: 30px 8% 45px;}
	.atkin-conent-block3 h4{padding-bottom: 18px;font-size: 30px;}
	.single-box.first-single{width: 100%;margin-bottom: 30px;}
	.single-box.second-single{width: 100%;margin-left: 0;}
	.single-box p{width: 100%;text-align: center;padding: 0 0 12px; line-height: 23px;}
	.info-box{float: none;display: inline-block;}
	.footer-legal .legal-menu {
		padding: 20px 0 0;
	}
	.footer-legal .legal-menu .menu {
		display: block;
		text-align: center;
	}
	.myatkins_menu .columns + .columns a {
		border-left: none;
		margin-top: 20px;
		display: block;
	}
	.myatkins_menu a {
		font-size: 18px;
		line-height: 20px;
	}
	.myatkins_menu svg {
		width: 40px;
		height: 40px;
	}
	#my_history_chart {
		max-width: 90%;
		margin: 0 auto;
	}
	.myatkins_menu, .myatkins_bmi, .myatkins_profile, .myatkins_weight, .myatkins_phase, .myatkins_related_products {
		padding: 40px 0;
	}
	.textbox-outer[data-label]:before {
		font-size: 24px;
		line-height: 40px;
	}
	.textbox-outer[data-label]:after {
		font-size: 24px;
		line-height: 40px;
		top: 0;
		margin-left: 0;
		right: 10px;
	}
	.myatkins_bmi form {
		max-width: 90%;
		margin: 0 auto;
	}
	.yourbmi h4 {
		font-size: 24px;
	}
	.offer-img h2 {
		font-size: 30px;
		line-height: 1.3em;
	}
	.column-middlesection td {
		vertical-align: top;
		font-size: 12px;
		display: table-cell;
		box-sizing: content-box;
		line-height: normal;
	}
	.column-middlesection td p {
		font-size: 12px;
		margin: 0;
		padding: 0;
		line-height: normal;
	}
}

@media only screen and (max-width: 479px) {

	/*--- content starts ---*/
	.slider-outercon aside div p{font-size: 14px;line-height: 24px;}
    .button-wrap a{margin: 1%;padding: 0 35px;}
    .slider-outer, .button-wrap {margin: 40px 0 0;}
    .article-content-header p{font-size: 24px;}
	.article-content-header{max-width: 300px;}
	.article-text-content{max-width: 300px;}
	.article-text-content h2{font-size: 80px;margin-bottom: 10px;}
	.article-content-header h3{font-size: 30px;line-height: 35px;margin-bottom: 15px;}
	.article-content-header p{font-size: 16px;line-height: 26px;}
	.article-text-content h2{font-size: 60px;margin-bottom: 0;}
	.article-text-content p{font-size: 20px;line-height: 28px;margin-bottom: 5px;}
    .media-content-block {    padding-bottom: 73%;}
    .inspired-block .media-content-block {    padding-bottom: 123%;}
    .products-block .media-content-block {    padding-bottom: 105%;}
    .media-overlay h2 { font-size: 40px;}
	.inspired-block h2 {
		font-size: 32px;
		line-height: 1.2em;
	}
	.receipe .media-overlay h2 {font-size: 24px;line-height: 1.2em;}
    .media-overlay h4 {  font-size: 14px; line-height: 35px;   }
    .link-block .box i {    font-size: 22px; padding-left: 14px;}
    .link-content-outer{  height: 200px;  }
    .large-media .link-content-outer{height: 200px;}
    .small-media .link-content-outer{height: 200px;}
    .link-content p {    font-size: 14px; line-height: 20px;}
    .link-content a{background-size: auto; font-size: 13px; height: auto; line-height: normal;}
    .mobile-desc {    font-size: 15px; padding: 20px 35px;}
    .media-content a.page-link{font-size: 16px;}
    .media-content h4 {    font-size: 25px; padding-bottom: 14px;}
    .media-content a.page-link:before {  font-size: 20px; top: -6px;}
    .media-content .page-link img { margin-left: 14px;   height: 15px; margin-top: 10px; width: 9px !important;}
	.why-atkins-page .media-overlay h2 {font-size: 40px;}
	.why-atkins-page .media-content-block {padding-bottom: 120%;}
    /*.dropdown-content {max-width: 280px;}*/
    .products-filter-container {padding: 45px 0 20px;}
    .filter-result-section ul {
		display: block;float: none;max-width: none;
	}
    .filter-result-section ul li {    width: 100%;
		max-width: 280px;
		margin: 0 auto 25px;
		padding-bottom: 25px;
		padding-top: 25px;
		display: block !important;
		height: auto !important;}
    .subscribe-form .facebook-btn {width: 145px;float: none;margin: 15px auto 0;}
    /*--- content ends ---*/

    /*--- footer starts ---*/
    .signup-area h4{font-size:26px; line-height: 28px;}
    .social-media h4{font-size:26px; line-height: 28px; padding:0 0 20px;}
    .signup-area p {padding: 0 0 20px;font-size:18px; line-height: 26px;}
    .social-media ul li{width:36px; margin:0 4px;}
    /*--- footer ends ---*/

       .album-section-left {    padding: 30px 5%;}

}

@media only screen and (min-width: 1360px) {
	.slider-outercon aside div .header-h2,
	.slider-outercon aside div h2 {
		/*font-size: 60px;*/
		margin: 300px 0 100px;
	}
	.single .slider-outercon aside div .header-h2, .single .slider-outercon aside div h2 {
		font-size: 60px;
	}
	.slider-outercon {
		height: 90vh;
	}
	.slider-outercon aside {
		height: 100vh;
		max-height: 760px;
		overflow: hidden;
	}
	.slider-outercon aside figure img {
		width: auto;
		height: auto;
		top: 0;
		/* margin: 0 auto; */
		position: absolute;

		/* right: 0; */
		left: 50%;
		min-width: 100vw;
		opacity: 1;
		/* width: 270%; */
		transform: translateY(0) translateX(-50%);
		z-index: 0;
		max-width: none;
		/* top: 0; */
	}
}

.mpForm .g-recaptcha {
	margin-left: 25%;
}

.recaptcha-error{
	margin-left: 25%;
	margin-top: 20px;
	clear:both;
}

.recaptcha-error p {
	color: red;
}

/* https://uk.atkins.com/static/default/style/shop.css */

@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    body.context-nl .main-menu ul li a{padding-top:1px!important}
    body.context-nl .main-menu ul li ul li a{padding-top:6px!important;padding-left:15px!important;padding-right:15px!important}
}
.header__usp__bar__holder__outer ul{height:32px;width:100%;float:left;background:#f7f6f5;margin:0;padding:0;position:fixed;left:0;right:0;top:90px;overflow:hidden}
.header__usp__bar__holder__outer ul li{font-size:11px;padding:6px 15px 1px 20px;color:#909090;position:relative}
.header__usp__bar__holder__outer ul li:before{content:'\f00c';font-family:'fontawesome';font-size:13px;color:#2c99d3;position:absolute;top:5px;left:0}
@media only screen and (max-width : 1023px) {
    .header__usp__bar__holder__outer ul{top:77px}
}
@media only screen and (max-width : 767px) {
    .header__usp__bar__holder__outer{display:none}
    .header__usp__bar__holder__outer ul{top:75px}
}
.search-section.atkshop{border:0;text-align:right;right:140px!important;top:40px;width:auto!important}
.search-section.atkshop > i{font-size:22px;color:#2c99d3}
.search-section.atkshop *{text-align:left}
.search-section.atkshop form{height:36px;background:#fff;border:2px solid #d8d8d8}
.search-section.atkshop input:focus{background:transparent!important}
.search-section.atkshop:hover{width:170px!important}
.search-section.atkshop #site-search-results,.search-section.atkshop .sisea-search-form{display:none}
.search-section.atkshop:hover .sisea-search-form{display:block;position:absolute;top:-3px;right:0}
.search-section.atkshop #site-search-results{border:2px solid #d8d8d8;border-top:0;top:99%!important}
@media only screen and (max-width: 767px) {
    .search-section.atkshop{display:none!important;right:70px!important;top:23px}
}
.quantity-outer{position:relative}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input[type=number]{-moz-appearance:textfield}
.quantity-outer input{width:60px;height:42px;text-align:left;line-height:1.65;float:left;display:block;margin:0;padding:9px;border:1px solid #8a8a8a;text-indent:3px;border-radius:3px}
.quantity-outer input:focus{outline:0}
.quantity-nav{float:left;position:relative;height:42px}
.quantity-button{position:relative;cursor:pointer;border-left:1px solid #8a8a8a;width:20px;text-align:center;color:#333;font-size:13px;font-family:"Trebuchet MS",Helvetica,sans-serif!important;line-height:1.7;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.quantity-button:hover{background-color:rgba(43,166,203,0.1)}
.quantity-button.quantity-up{position:absolute;height:50%;top:0;border-bottom:1px solid #8a8a8a}
.quantity-button.quantity-down{position:absolute;bottom:0;height:50%}
.c-cart-item-name{text-align:left}
.c-cart-item-price{text-align:right}
.c-cart-item-name a{font-weight:600}
.c-cart-item-total{line-height:1.3}
.c-cart-totals-wrapper form button.c-primary-button{float:right}
.c-cart-totals-wrapper form button.c-secondary-button{float:left;color:#e30919;background-color:rgba(227,9,25,0.05);border:2px solid transparent}
.c-cart-totals-wrapper form button.c-secondary-button:hover{border:2px solid #e30919;background-color:transparent}
.c-cart-optional{margin:2rem 0}
.c-cart-totals tbody,.c-cart-totals tbody tr:nth-child(2n){border:none;background-color:transparent}
.c-cart-totals .c-cart-totals-label{text-align:right}
.c-cart-totals tr td{text-align:right;width:50px}
.c-checkout-onepage p{font-size:1rem}
.c-checkout-onepage h5{font-size:1.5rem}
.c-checkout-onepage form h5 ~ div{margin-top:1rem}
input.shk-count{min-width:3.2rem;margin-bottom:2px}
input.c-cart-item-quantity-input{width:3.8rem;margin-bottom:2px}
.shk_count_button{display:inline-block;margin:0 0 0 1px;width:25px}
.sk-product{padding:20px;text-align:center}
.sk-product input[type="number"]{width:65px;display:inline-block;text-align:left;padding:5px}
.sk-product .amount{margin-right:10px;font-size:15px}
.form_discount-code{margin:1.5rem 0;background-color:#f7f6f5}
.form_discount-code a.accordion-title{font-size:1rem;color:#10395e;border-radius:3px!important}
.form_discount-code .input-group .input-group-field{border-right:0}
.form_discount-code .input-group .input-group-button .button{height:100%}
@media screen and (max-width : 420px) {
    .accordion-content{padding-right:0;padding-left:0}
}
.sk-product .sk-product-image{background:#f0edea;display:flex}
.sk-product .article-card-image{align-self:center;line-height:1}
.sk-product .sk-product-content{text-align:left;padding-left:40px}
.sk-product .article-card-content{text-align:left;float:none;padding:0}
.sk-product form{width:100%;margin:0;display:block;float:none}
.sk-product .article-card-content p{padding-left:0}
.sk-product input[type="number"]{margin-bottom:0;padding:9px}
.shk-item form{/* display:none */}
.price-details .price{margin-left:10px;margin-bottom:20px}
.shk-item .sk-product .shk-but{margin-top:-5px}
.shk-item .sk-product .price-details{text-align:left}
.shk-item .sk-product .price-details .price{float:none;margin-top:9px}
.column-quick-order{min-height:600px}
.out-of-stock-label{float:left;padding:6px 0 8px 10px;font-style:italic}
@media screen and (min-width : 767px) and (max-width : 1080px) {
    .sk-product .sk-product-content{padding-left:20px}
    .sk-product form .small-12{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
    .shk-item .sk-product > *,.shk-item .sk-product .shk-but{margin-top:10px}
    .sk-product .article-card-content > h5,.sk-product .article-card-content > p{height:auto!important}
}
@media screen and (max-width : 420px) {
    .sk-product .sk-product-content{padding-left:20px}
    .shk-item .sk-product .shk-but{margin:10px 0 0}
    .sk-product .sk-product-image,.sk-product .article-card-content{padding:0}
    .sk-product .article-card-image img{width:100%}
    .sk-product .article-card-content > h5,.sk-product .article-card-content > p{height:auto!important}
    .column-minicart{order:1}
    .column-quick-order{order:2}
}
.skh-cart{padding-right:25px}
.skh-cart .cart-order{text-align:right;margin-top:15px}
@media screen and (max-width : 480px) {
    .skh-cart .cart-order a{font-size:12px}
    .shk_count_button{width:20px}
    .shop-cart table tbody th,.shop-cart table tbody td{padding:5px;font-size:14px}
    input.shk-count{padding:7px 0;width:2rem;min-width:2rem;font-size:14px}
}
.skh-cart i.fa-remove,.shop-minicart i.fa-remove{color:#10395e!important}
@media screen and (min-width : 768px) and (max-width : 1023px) {
    .skh-cart .cart-order td:nth-child(1) img{display:none}
}
.skh-cart .cart-order .button{font-size:22px}
.skh-cart .shk-del,.shk_minicart .shk-del{display:inline-block;width:17px;height:17px}
#shk_prodCount input{width:auto}
@media screen and (max-width : 767px) {
#shop-result{
    position: relative;
}
    .c-checkout.c-cart.c-checkout-cart{
        min-height: 500px;
    }

}
#shop-result .filter-result-section{float:none;padding-top:10px}
#shop-result .filter-result-section > .out-of-stock{display:none!important}
#shop-result .filter-outercon{margin-top:0}
#shk_prodHelper{width:175px;z-index:9999;border:0;box-shadow:0 0 10px -1px rgba(0,0,0,0.6);border-radius:0}
#shopOrderForm tbody{border:0}
.sk-product .price-details{float:left;margin:0 auto 15px;width:25%}
.sk-product .price-details .price{margin:0;font-size:22px}
.shk-item .shk-but{margin:0 0 0 5px;white-space:nowrap;line-height:18px}
.shop-minicart{width:52px;float:right;position:absolute;left:55px;top:23px;z-index:1003;font-size:15px;/* display:none */}
.template-50 .shop-minicart{display:block}
.column-minicart p{font-size:16px}
@media screen and (min-width : 768px) {
    .shop-minicart{width:auto;left:inherit;right:60px;top:40px}
}
.shk_minicart{position:relative;display:inline-block}
.shk_minicart i{color:#2c99d3;font-size:22px}
.shk_minicart-contents{position:relative;top:-17px;left:-13px;background:#e30919;color:#fff;border-radius:50%;font-size:11px;display:inline-block;height:20px;width:20px;text-align:center;line-height:20px;font-weight:700}
.shk_minicart-contents.cart-total_quantity:empty{
    display: none;
}
.shk_minicart td{font-size:14px}
.shk_minicart .shk_minicart-dd{position:absolute;display:none;left:-45px;z-index:999999;background:#fff;width:300px;top:30px;box-shadow:0 0 10px -1px rgba(0,0,0,0.6)}
@media screen and (min-width : 768px) {
    .shk_minicart .shk_minicart-dd{width:400px;left:inherit;right:0}
    .shk_minicart .shk_minicart-dd .cart-order-content{max-height:505px;overflow-y:auto}
}
@media screen and (min-width : 1024px) {
    .shk_minicart .shk_minicart-dd .cart-order-content td:nth-child(1){min-width:60px}
}
@media screen and (max-width : 767px) {
    .shk_minicart .shk_minicart-dd .cart-order-content{max-height:275px;overflow-y:auto}
    .shk_minicart .shk_minicart-dd .cart-order-content td:nth-child(1) img{display:none}
}
.shk_minicart .shk_minicart-dd .cart-order-content td:nth-child(3){min-width:80px}
.shk_minicart:hover .shk_minicart-dd{display:block}
.shk_minicart div.cart-order{text-align:right;padding-right:10px;padding-top:20px;border-top:1px solid rgba(0,0,0,0.17)}
.cart-order-total-amount{padding-right:15px;position:relative;top:-5px}
.shop-cart-empty{padding:10px}
#shop-result .article-card-image{height:auto}
@media screen and (max-width : 767px) {
    #shop-result .small-6 .article-card-content{height:11em}
    .skh-cart{padding:40px 10px}
    .skh-cart h4{display:block;width:100%;text-align:center;font-size:22px}
}
@media screen and (max-width : 413px) {
    #shop-result .small-6,#shop-result .small-4{max-width:100%;flex:0 0 100%}
    #shop-result .small-6 figure,#shop-result .small-4 figure{background:#f0edea}
}
.product-usps{text-align:left;padding-left:50px}
@media screen and (max-width : 1023px) {
    .product-det-box .social-media,.product-usps{padding-left:10px}
}
ul.style-checkmark li{position:relative;padding:0 0 0 30px;list-style:none;color:#10395e}
ul.style-checkmark li:before{font-family:'fontawesome';content:'\f00c';color:#2c99d3;position:absolute;left:0;top:3px}
@media screen and (max-width : 767px) {
    .product-usps{text-align:center}
    .product-usps ul{display:inline-block;text-align:left}
    .product-det-box .social-media{display:inline-block;text-align:center}
}
@media screen and (max-width : 419px) {
    .price-details .price{float:none;margin-bottom:20px!important}
    .price-btn-sec{float:none!important;text-align:center!important}
    .price-details-inner{margin-bottom:20px}
}
.swiper-container{width:100%;margin-left:auto;margin-right:auto}
.swiper-slide{background-size:cover;background-position:center}
.gallery-top{position:relative;width:100%;background:#f0edea}
.gallery-thumbs{height:20%;box-sizing:border-box;padding:10px 0;background:#f0edea}
@media only screen and (max-width: 767px) {
    .gallery-top,.gallery-thumbs{max-width:300px}
}
.gallery-thumbs .swiper-slide{width:25%;height:100%;opacity:.6;border:2px solid transparent;border-radius:3px}
.gallery-thumbs .swiper-slide-active{opacity:1;border-color:#009bd8}
.swiper-button-next,.swiper-button-prev{background-image:none;font-size:60px}
.article-card-nutrition-info-holder-outer{margin:0 0 1em;padding:0;text-align:left;clear:both;opacity:.7}
.article-card-nutrition-info-holder-item{width:auto!important;margin:0 0 10px!important;display:inline-block!important;float:left!important;padding:3px 0!important;min-width:90px;font-size:12px}
@media screen and (max-width: 520px) {
    .article-card-content{padding-left:.625rem!important}
    .article-card-nutrition-info-holder-item{margin:0!important;text-align:left}
    .sk-product .sk-product-image{background:none}
    .sk-product form{width:150%;margin-left:-50%!important;margin-top:-60px;float:left}
    .sk-product .sk-product-image{display:block}
    .shk-item .sk-product .price-details .price{display:block!important;margin-top:0!important}
    .sk-product .price-details{float: right;
        margin: 0;
        width: 64%;
        display: inline-block;
        margin-top: 36px;}
    .price-details .price {
        float: none;
        margin-bottom: 0px!important;
    }
    .sk-product .price-details .price{display:inline-block!important;margin-top:0!important}
    .price.strikethrough::before{position:absolute;content:"";left:0;top:50%;right:0;border-top:1px solid;border-color:inherit;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);-ms-transform:rotate(-5deg);-o-transform:rotate(-5deg);transform:rotate(-5deg);width:100%}


}
.article-card-nutrition-info-holder-item b{display:block;width:100%}
.article-card-button-holder{max-width:inherit;clear:both}
.article-card-button-holder-amount,.article-card-button-holder-input,.article-card-button-holder-button{float:left}
.article-card-button-holder-amount{line-height:43px}
.article-card-button-holder-input{margin-bottom:1em!important}
.article-card-button-holder-button{margin:0 0 0 5px !important}
.article-card-button-holder-view{display:block;min-width:50%;float:left;margin-top:7px;margin-left:10px}
.article-card-button-holder-view-outofstock{margin-left:0}
.price-btn-sec{float:right;width:300px!important;text-align:right}
.price-btn-sec .button-wrap{margin-top:0;width:auto;float:none!important;display:inline-block}
.price-btn-sec input[type="number"]{display: inline-block;    width: 60px;    height: 43px;    position: relative;    top: 0px;    border-radius: 3px;    padding: 5px;    text-align: left;}
.price-btn-sec > a{display: block;}
.product-det-box .social-media{margin-top:20px;padding-left:50px;text-align:left;display:block}
.product-det-box h4{font-size:24px;padding:0!important;margin-bottom:20px}
@media only screen and (max-width: 767px) {
    .product-specs ul li {
        display: inline-block;
        float: none;
        font-size: 16px;
        padding: 3px 9px !important;
    }
}

/* https://uk.atkins.com/static/default/style/shopcheckout.css */

.shk_shipping_address {
    display:none;
    margin:30px 0;
}

.form-row {
    text-align:left;
}
.form-label {

}
.form-input input {
    margin: 0.5rem 0 !important;
}
.form-input.error input {
    border-color:#e30919;
}
.form-input .error {
    color:#e30919;
}

.form-input #agreements + label {
    display: inline;
}

.checkout-order-totals {
    text-align:right;
}
.checkout-order-totals tr {
    background-color: transparent !important;
}
.checkout-order-totals td {
    padding:0.25rem 0.625rem;
}
.checkout-order-totals td:last-child {
    white-space:nowrap;
}

#shopOrderForm h3 {
    text-align:left;
    margin-bottom:20px;
    font-size:24px;
    line-height:1em;
}

#shopOrderForm .column-middle {
    padding-left:50px;
}

/* commerce code */
.c-checkout-existing-user{

}
.c-checkout-inner{
    padding: 1rem;
}
.c-checkout-inner h5{
    margin-bottom: 0.75rem
}
.c-checkout-new-user .c-checkout-inner{
    padding: 1rem 0 0 0;

}
.c-checkout-existing-user .c-checkout-inner{
    background: #afd8e7;
}

.c-checkout-existing-user .c-field + .c-field{
    margin-top: 1rem;
}
.c-checkout-existing-user .text-box{
    margin: 0;
    max-width: 100%;
}
.c-checkout-inner .button{
    border-radius: 0;
}
.c-checkout-inner .button.primary{
    background-color:#10395e;
}
.checkout_oreder-items{
    margin-bottom: 2rem;
    border: 1px solid #f1f1f1;
}
.checkout_oreder-items article{
    padding: 0.5rem;
    background: #f8f8f8;
    color: #10395e;
}
.checkout_oreder-items article:nth-child(odd){
    background: #fff;
}
.checkout_oreder-items article header{
    line-height: 1.2;
    margin-bottom: 0.45rem;
}
.checkout_oreder-items article header strong{
    font-size: 1rem;
}
.checkout_oreder-items article header small{
    font-size: 1.1rem;
}
.c-method-wrapper{
    position: relative;
}
.c-shipping-address-wrapper .c-method-section .c-method-details,
.c-billing-address-wrapper .c-method-section .c-method-details{
    display: none;
}
.c-method-wrapper input[type=radio]{
    position: absolute;
    top: 0.45rem;
}
.c-shipping-address-wrapper input[type=radio]:checked + .c-method-section .c-method-details,
.c-billing-address-wrapper input[type=radio]:checked + .c-method-section .c-method-details {
    display: block;
}
.c-method-section > label{
    padding-left: 1.4rem;
}
.c-field.c-form-actions{
    margin-top: 1rem;
}
.c-billing-address-wrapper + .c-billing-address-wrapper,
.c-shipping-address-wrapper + .c-shipping-address-wrapper{
    margin-top: 1.5rem;
}
.address-line1 + br{
    display: none;
}
.c-step-wrapper h5 {
    font-size: 1.5rem;
}
.c-checkout-step .callout p{
    font-size: 0.825rem;
}
@media screen and (max-width: 1280px) {
    .checkout-order-totals {
        padding-left:0;
    }

    #shopOrderForm .column-middle {
        padding-left:0.625rem;
    }

}

/* https://uk.atkins.com/static/default/style/cookiemonstr-atkins.css */

.desktop body.cookiemonstr-noScroll {
	padding-top: 196px;
}
.desktop body.scrolled.cookiemonstr-noScroll {
	padding-top: 197px;
}
.desktop body.cookiemonstr-noScroll .header-container {
	top: 195px;
}
.tablet body.cookiemonstr-noScroll {
	padding-top: 196px;
}
.tablet body.cookiemonstr-noScroll .header-container {
	top: 195px;
}
.desktop body.scrolled.cookiemonstr-noScroll .cookie-modal {
	display: none;
}
.desktop body.scroll.scrolled.cookiemonstr-noScroll .header {
	top: -42px;
}
.desktop .cookie-modal .cookiemonstr.cookie-theme,
.tablet .cookie-modal .cookiemonstr.cookie-theme {
	bottom: auto;
	background: #fff;
	top: 0;
	padding-top: 0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	left: 0;
}
.desktop .cookiemonstr.cookie-theme .cookie-container,
.tablet .cookiemonstr.cookie-theme .cookie-container {
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transform: none;
}

.desktop .cookie-config .cookiemonstr.cookie-theme .cookie-container,
.tablet .cookie-config .cookiemonstr.cookie-theme .cookie-container {
	transform: translate(-50%, -50%);
}

.desktop .cookiemonstr.cookie-theme .cookie-message,
.tablet .cookiemonstr.cookie-theme .cookie-message {
	position: relative;
}
.cookiemonstr.cookie-theme * {
	font-family: 'Montserrat-Light', sans-serif;
	color: #10395e;
	/*line-height: 24px;*/
	font-size: 16px;
	/*line-height: 1;*/
}
.cookiemonstr .cookie-btn-close:hover svg {
	fill: #009bd8;
}
.cookiemonstr .cookie-level-options .cookie-choose-level, .cookiemonstr .cookie-level-title {
	font-family: 'Montserrat-Bold', sans-serif;
	font-weight: normal !important;
}
.cookiemonstr .cookie-level-options .cookie-choose-level {
	line-height: 1.1;
}
.cookiemonstr.cookie-theme .cookie-title {
	font-family: 'Montserrat-Bold', sans-serif;
	/*font-weight: 400;*/
	/*font-family: 'Montserrat', sans-serif;*/
}
.cookiemonstr.cookie-theme .cookie-description {
	font-size: 16px;
	line-height: 20px;
}
.cookie-config .cookiemonstr .cookie-description {
	padding: 0;
	display: block;
}
.cookie-config .cookiemonstr .cookie-description > p {
	line-height: 1.5;
}
.cookiemonstr.cookie-theme .cookie-settings {
	font-size: 16px;
}
.cookiemonstr.cookie-theme .cookie-button {
	background-color: #e30919;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 0;
	/*text-transform: uppercase;*/
	/*font-weight: 600;*/
	font-size: 18px;
	-webkit-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.cookiemonstr .cookie-level-options .cookie-icon {
	margin-top: 0;
}
.cookiemonstr.cookie-theme .cookie-button:hover {
	background-color: #10385e;
}
.cookiemonstr.cookie-theme .cookie-link {
	color: #009bd8;
}
.cookiemonstr.cookie-theme .cookie-link:hover {
	color: #e30919;
}
.cookiemonstr.cookie-theme .cookie-level {
	border-radius: 0;
	color: #fff;
}
.cookiemonstr.cookie-theme .cookie-level:hover,
.cookiemonstr.cookie-theme .cookie-level:active,
.cookiemonstr.cookie-theme .cookie-level.active {
	background-color: #009bd8;
}
.cookiemonstr.cookie-theme .cookie-level.active * {
	color: #fff;
}
.cookie-config .cookiemonstr.cookie-theme .cookie-scrollable {
	height: calc(100% - 108px);
	-webkit-overflow-scrolling: touch;
}

.cookie-scrollable::-webkit-scrollbar {
	width: 8px;
}

/* Track */
.cookie-scrollable::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* Handle */
.cookie-scrollable::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #009bd8;
	-webkit-box-shadow: none;
}
.cookie-scrollable::-webkit-scrollbar-thumb:window-inactive {
	background: #009bd8;
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	.cookiemonstr.cookie-theme .cookie-title {
		padding: 15px 40px;
		line-height: 1.2em;
	}
	.cookiemonstr .cookie-level {
		height: 90px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.cookiemonstr .cookie-level .level-text {
		padding-top: 40px !important;;
		font-size: 13px;
	}
	.cookiemonstr .cookie-level-options .cookie-choose-level {
		padding-bottom: 10px !important;
	}
}

