/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_shoplc/cartridge/client/default/scss/programGuideView.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/* $picton-blue: #3190e8;
$curious-blue: #2780dc; */
:root {
  --primaryColor: #333;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-carousel .owl-nav--secondary .owl-next,
.owl-carousel .owl-nav--secondary .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav--secondary .owl-next.disabled,
.owl-carousel .owl-nav--secondary .owl-prev.disabled {
  display: none;
}
.owl-carousel .owl-nav--secondary button.owl-next, .owl-carousel .owl-nav--secondary button.owl-prev {
  color: #999;
}
.owl-carousel .owl-nav--secondary button.owl-next:hover, .owl-carousel .owl-nav--secondary button.owl-prev:hover {
  color: #000;
}
.owl-carousel .owl-nav--secondary .owl-next {
  right: 0;
}
.owl-carousel .owl-nav--secondary .owl-next::before {
  content: "";
  font-family: "FontAwesome", arial, sans-serif;
  font-size: 48px;
}
.owl-carousel .owl-nav--secondary .owl-prev::before {
  content: "";
  font-family: "FontAwesome", arial, sans-serif;
  font-size: 48px;
}

@media (min-width: 544px) {
  .owl-carousel--vertical {
    position: absolute;
    top: 50%;
    left: calc(-50% + 90px);
    transform: translateY(-50%) rotate(90deg);
  }
  .owl-carousel--vertical img {
    transform: rotate(-90deg);
  }
  .owl-carousel--vertical .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 44px;
  }
  .owl-carousel--vertical .owl-nav .owl-next {
    right: -25px;
  }
  .owl-carousel--vertical .owl-nav .owl-prev {
    left: -25px;
  }
}

.carousel-centered .owl-stage {
  margin: 0 auto;
}

/** --owl carousel styles-- **/
.CRO_generic_color .owl-carousel .owl-nav--secondary button.owl-next, .CRO_generic_color .owl-carousel .owl-nav--secondary button.owl-prev {
  color: #333;
}
.CRO_generic_color .owl-carousel .owl-nav--secondary button.owl-next:hover, .CRO_generic_color .owl-carousel .owl-nav--secondary button.owl-prev:hover {
  color: #000;
}

/* $picton-blue: #3190e8;
$curious-blue: #2780dc; */
:root {
  --primaryColor: #333;
}

.product-detail .attributes {
  padding: 0;
}
.product-detail .attributes .size-selection-error {
  margin-top: 10px;
}
.product-detail .attributes .attribute {
  margin: 10px 0 0;
}
.product-detail .attributes .attribute .attribute-label {
  margin: 0;
  font-size: 13px;
  font-family: "OpenSans-Regular", arial, sans-serif;
  display: flex;
  align-items: center;
}
.product-detail .attributes .attribute .attribute-label .selected-variant-value {
  margin: 0 5px;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.product-detail .attributes .attribute .attribute-label .ring-size-chart-modal {
  padding-bottom: 5px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.product-detail .attributes .attribute .attribute-label .ring-size-chart-modal a {
  color: #868ce0;
  font-weight: normal;
  margin-left: 4px;
}
.product-detail .attributes .attribute .attribute-label .ring-size-chart-modal a:hover, .product-detail .attributes .attribute .attribute-label .ring-size-chart-modal a:visited, .product-detail .attributes .attribute .attribute-label .ring-size-chart-modal a:focus {
  text-decoration: none;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable {
  margin: 0 6px;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  -webkit-text-fill-color: #000;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value {
  margin: 0;
  padding: 3px 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.weight-value,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.weight-value {
  font-family: "OpenSans-Regular", arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  -webkit-text-fill-color: #000;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.size-value,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.size-value {
  min-width: 50px;
  width: fit-content;
  max-width: 75px;
  line-height: normal;
  font-size: 14px;
  height: 50px;
  border-radius: 5px;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.size-value:hover, .product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.size-value.selected,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.size-value:hover,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.size-value.selected {
  border-width: 1px;
  background-color: #868ce0;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.selected,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.selected {
  border: 2px solid #868ce0;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.unselectable,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.unselectable {
  opacity: 0.5;
  border: 1px solid #DDD;
  background: rgba(245, 245, 245, 0.96);
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .swatch-value.unselectable::before,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .swatch-value.unselectable::before {
  background: #9d9d9d;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(52deg);
  width: 1px;
}
.product-detail .attributes .attribute .variation-attributes-container .item.swatchable .display-value,
.product-detail .attributes .attribute .variation-attributes-carousel .item.swatchable .display-value {
  display: block;
  font-size: 10px;
  -webkit-text-fill-color: #333;
}
.product-detail .attributes .attribute .variation-attributes-container {
  margin: 10px -10px 0;
}
.product-detail .attributes .attribute .variation-attributes-carousel {
  margin: 0 -10px;
}
.product-detail .attributes .attribute .variation-attributes-carousel:has(.owl-nav:not(.disabled)) {
  padding: 0 20px;
  margin: 0;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-stage-outer {
  z-index: 1;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-stage-outer .owl-stage {
  margin-top: 10px;
  margin-bottom: 2px;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-stage-outer .owl-item {
  line-height: 0;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-nav:not(.disabled) {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-nav:not(.disabled) button {
  border: 0.5px solid #9d9d9d;
  border-radius: 3px;
  background-color: #fff;
  width: 20px;
  color: #2d2b2b;
  font-size: 20px;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-nav:not(.disabled) button.disabled {
  opacity: 1;
  color: #ddd;
}
.product-detail .attributes .attribute .variation-attributes-carousel .owl-nav:not(.disabled) button span {
  position: relative;
  top: -2px;
}
.product-detail .attributes .quality-info {
  border: none;
  background: transparent;
  width: 21px;
  height: 21px;
  padding: 2px;
  line-height: 1;
  margin: 0 4px;
  position: relative;
  display: block;
}
.product-detail .attributes .quality-info:hover .qualtiy-info-box {
  display: block;
}
.product-detail .attributes .quality-info .quality-mark {
  color: #8d8d8d;
  font-size: 12px;
  border: 1px solid #8d8d8d;
  padding: 2px 6px;
  border-radius: 25px;
}
.product-detail .attributes .quality-info .qualtiy-info-box {
  border: 1px solid #dadaff;
  padding: 7px 15px;
  position: relative;
  top: -45px;
  right: -27px;
  border-radius: 4px;
  font-size: 12px;
  max-height: 90px;
  background: linear-gradient(to right, #f5f5ff, #eeefff);
  width: 170px;
  text-align: left;
  display: none;
  z-index: 1;
}
.product-detail .attributes .quality-info .qualtiy-info-box .gem-quality {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 10px;
}
.product-detail .attributes .quality-info .qualtiy-info-box .quality-rate {
  padding: 2px 0;
}
.product-detail .attributes .quality-info .qualtiy-info-box::before {
  content: "";
  position: absolute;
  top: 42%;
  left: -21px;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #dadaff transparent transparent;
}
.product-detail .attributes .quality-info .qualtiy-info-box::after {
  content: "";
  position: absolute;
  top: 42%;
  left: -20px;
  transform: translateY(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent #f5f5ff transparent transparent;
  width: 0;
  height: 0;
}
.product-detail .quantity-select {
  width: 60px;
  height: 43px;
  border-color: #000;
  border-radius: 0;
  padding-right: 16px;
  padding-left: 10px;
  display: inline;
}
@media (min-width: 769px) {
  .product-detail .quantity-select {
    width: 50px;
  }
}
.product-detail .quantity-select.custom-select {
  font-size: 14px;
  border-color: #707070;
  width: auto;
  min-width: 50px;
  height: 44px;
  padding: 0 1.5rem 0 0.5rem;
  background-image: url("../../images/custom-icons/custom-select-up-down-arrows.svg");
  background-position: right 0.4em top 50%, 0 0;
  background-size: 0.6em 60%;
}

#wishlist-swatchas {
  height: 32px;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 90px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
#wishlist-swatchas .wishlist-item-sizes {
  padding: 3px 49px 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  outline: none;
}
#wishlist-swatchas::before {
  border-left: 1px solid #e3e3e3;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  background-color: #f9f9f9;
  content: "";
  position: absolute;
  pointer-events: none;
}
#wishlist-swatchas::after {
  position: absolute;
  pointer-events: none;
  color: #000;
  content: "▼";
  font-size: 8px;
  right: 10px;
  top: 10px;
}

#wishlistModal .add-to-wish-list {
  text-decoration: none;
  background: #868ce0;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
}
#wishlistModal .wishlist-title {
  font-family: "OpenSans-Regular", arial, sans-serif;
  color: #868ce0;
  font-weight: bold;
  font-size: 18px;
}
#wishlistModal .quick-view-dialog {
  width: 570px;
  margin: auto;
  top: 30px;
}
@media (max-width: 768.98px) {
  #wishlistModal .quick-view-dialog {
    width: 95%;
  }
}
#wishlistModal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0;
  display: block;
}
#wishlistModal .wishlist-popup-image img {
  border: 2px solid #e9e9e9;
  max-width: 100%;
}

/** --attribute styles-- **/
.CRO_generic_color .product-detail .attributes .swatch-circle.ringSize-value.selected, .CRO_generic_color .product-detail .attributes .swatch-circle.ringSize-value:hover {
  background-color: #333;
}
.CRO_generic_color .product-detail .attribute-label .ring-size-chart-modal a {
  color: #333;
  text-decoration: underline;
}
.CRO_generic_color #wishlistModal .add-to-wish-list {
  background: #333;
}
.CRO_generic_color #wishlistModal .wishlist-title {
  color: #333;
}
.CRO_generic_color .ring-size .sizechart-printbtn {
  background-color: #333;
}

/* $picton-blue: #3190e8;
$curious-blue: #2780dc; */
:root {
  --primaryColor: #333;
}

.thumbtxt {
  font-size: 8px !important;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  position: absolute !important;
  bottom: 0;
  width: 100%;
  max-width: 70px;
  text-align: center;
  color: #fff !important;
  background: #1e1e2c !important;
  padding: 2px 0 !important;
  left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.subMenu .dropdown-toggle::after {
  display: none !important;
  color: transparent;
}

.dropdown-toggle::after {
  display: none !important;
  color: transparent;
}

.certificate-holder {
  height: 70px;
}

.thumbtxtCertificate {
  font-size: 8px !important;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  position: absolute !important;
  bottom: 0;
  text-align: center;
  color: #fff !important;
  background: #1e1e2c !important;
  padding: 2px 2px !important;
  left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbtxtCert {
  font-size: 8px !important;
  line-height: 1.1;
  display: block;
  margin-top: 4px;
  position: absolute !important;
  bottom: 0;
  text-align: center;
  color: #fff !important;
  background: #1e1e2c !important;
  padding: 2px 2px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
}

.checkUL {
  left: 100%;
  top: 0;
  min-width: 0;
  height: 72px;
  margin-top: -1px;
}
@media (max-width: 768.98px) {
  .checkUL {
    margin-left: -154px;
    margin-top: -75px;
  }
}

.displayUl {
  display: flex;
  margin-top: -8px;
}

.image1 {
  width: 70px;
  height: auto;
}

.image {
  display: block;
  width: 70px;
  height: auto;
}

div.dropdown-vertically {
  position: relative !important;
  width: 70px !important;
}
div.dropdown-vertically ul li img {
  max-width: none;
}

div.dropdown-vertically ul {
  padding-left: 0;
  list-style: none;
}

div.dropdown-vertically a {
  display: block;
  text-decoration: none;
}

div.dropdown-vertically li {
  padding-right: 16px;
}

div.dropdown-vertically li:hover {
  border-color: #868ce0;
}

div.dropdown-vertically ul ul li a img:hover {
  border: 1px solid purple;
}

.primary-images-container {
  min-height: 500px;
  position: relative;
}
@media (min-width: 769px) {
  .primary-images-container {
    display: flex;
    justify-content: space-between;
  }
  #imageExpandModal .modal-body .primary-images > .primary-images-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .primary-images-container {
    width: 95%;
  }
}
.primary-images-container.horizontal-images-nav {
  flex-flow: column;
}
@media (min-width: 1200px) {
  .primary-images-container.horizontal-images-nav {
    width: 100%;
  }
}
.primary-images-container.horizontal-images-nav .pdp-main-carousel-container {
  order: 0;
  z-index: 1;
}
@media (min-width: 544px) {
  .primary-images-container.horizontal-images-nav .pdp-main-carousel-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .primary-images-container.horizontal-images-nav .pdp-main-carousel-container {
    width: 100%;
  }
}
.primary-images-container.horizontal-images-nav .pdp-nav-carousel {
  order: 0;
}
@media (min-width: 544px) {
  .primary-images-container.horizontal-images-nav .pdp-nav-carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .primary-images-container.horizontal-images-nav .pdp-nav-carousel {
    width: 100%;
  }
}

.pdp .pdp-main-carousel-container,
.imageExpandModal .pdp-main-carousel-container {
  aspect-ratio: 1/1;
}
.pdp .pdp-main-carousel-container img,
.imageExpandModal .pdp-main-carousel-container img {
  aspect-ratio: 1/1 auto;
}
@media (min-width: 769px) {
  .pdp .pdp-main-carousel-container,
.imageExpandModal .pdp-main-carousel-container {
    width: calc(100% - 48px);
    order: 2;
  }
}
@media (min-width: 992px) {
  .pdp .pdp-main-carousel-container,
.imageExpandModal .pdp-main-carousel-container {
    width: calc(100% - 90px);
  }
}

.pdp-nav-carousel {
  z-index: 99;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .pdp-nav-carousel {
    position: relative;
    width: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    order: 1;
  }
}
@media (min-width: 992px) {
  .pdp-nav-carousel {
    width: 90px;
  }
}
@media (min-width: 544px) {
  .pdp-nav-carousel .image1 {
    max-width: 46px;
  }
}
@media (min-width: 992px) {
  .pdp-nav-carousel .image1 {
    max-width: 70px;
  }
}
.pdp-nav-carousel .video-thumbnail-image {
  padding: 10px;
}
.pdp-nav-carousel .img {
  max-width: 70px;
  border: 1px solid #d9d9d9;
  aspect-ratio: 1/1 auto;
}
@media (min-width: 769px) {
  .pdp-nav-carousel .img {
    max-width: 46px;
  }
  .pdp-nav-carousel .img:hover {
    border-color: #085d98;
  }
}
@media (min-width: 992px) {
  .pdp-nav-carousel .img {
    max-width: 70px;
  }
}
.pdp-nav-carousel .highlighted .img {
  border-color: #868ce0;
}
.pdp-nav-carousel .nav-item {
  width: 95px !important;
}
@media (min-width: 769px) {
  .pdp-nav-carousel .nav-item {
    display: block;
  }
}
.pdp-nav-carousel .video-360-container-second {
  width: 95px !important;
}
@media (min-width: 769px) {
  .pdp-nav-carousel .video-360-container-second {
    display: block;
  }
}
.pdp-nav-carousel .bx-next,
.pdp-nav-carousel .bx-prev {
  left: 30px;
  color: #000 !important;
}
.pdp-nav-carousel .bx-next {
  bottom: -50px;
}
.pdp-nav-carousel .bx-prev {
  top: -50px;
}

@media (min-width: 1200px) {
  .zoom-container {
    max-width: 600px;
  }
}

#imageExpandModal .modal-dialog {
  max-width: 68em;
}
#imageExpandModal .modal-dialog .close {
  text-align: right;
  padding-right: 8px;
  padding-top: 6px;
}
#imageExpandModal .modal-dialog .pdp-nav-carousel .bx-wrapper {
  max-width: 125px !important;
}
#imageExpandModal .modal-dialog .pdp-nav-carousel .bx-wrapper .bx-viewport {
  height: 100% !important;
}
#imageExpandModal .modal-dialog .pdp-nav-carousel .highlighted {
  border-right: 1px solid #0083df;
  width: 90% !important;
}
#imageExpandModal .modal-dialog .pdp-nav-carousel .highlighted::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-left-color: #0083df;
  border-width: 10px;
  margin-top: -10px;
}
#imageExpandModal .modal-dialog .pdp-nav-carousel .highlighted .img {
  border: unset;
}
#imageExpandModal .modal-dialog .zoom-container {
  margin: 0 auto;
}
#imageExpandModal .modal-dialog .social-icons .social-icon {
  width: 28px;
}

.pdp.auction-pdp .nav-item .img {
  border: 1px solid #f7f7f7 !important;
}
.pdp.auction-pdp .nav-item.highlighted .img {
  border: 1px solid #3190e8 !important;
}

.livetv-pdp-carousel-modal .modal-dialog .modal-content {
  border: none !important;
}
.livetv-pdp-carousel-modal .modal-dialog .modal-content .livetv-modal-header {
  display: flex !important;
  justify-content: space-between !important;
  background-color: #f7f7f7;
}
.livetv-pdp-carousel-modal .modal-dialog .modal-content .livetv-modal-header p {
  font-size: 20px;
  font-weight: bold;
  padding: 7px 10px;
  color: #000;
}
.livetv-pdp-carousel-modal .modal-dialog .modal-content .livetv-modal-header button i {
  padding-right: 7px;
}
.livetv-pdp-carousel-modal .modal-dialog .modal-content .video-section .video-js {
  width: 100% !important;
  left: 0;
}
@media (max-width: 543.98px) {
  .livetv-pdp-carousel-modal {
    margin: 0 !important;
    padding-right: 0 !important;
  }
}

/** --CRO Imagecarousel styles-- **/
@media (min-width: 544px) {
  .CRO_generic_color .pdp-nav-carousel .img:hover {
    border-color: #333;
  }
}
.CRO_generic_color .pdp.auction-pdp .nav-item.highlighted .img {
  border: 1px solid #333 !important;
}
.CRO_generic_color #imageExpandModal .modal-dialog .pdp-nav-carousel .highlighted {
  border-right: 1px solid #333;
}
.CRO_generic_color #imageExpandModal .modal-dialog .pdp-nav-carousel .highlighted::after {
  border-left-color: #333;
}

.modal-lg {
  max-width: 1080px;
}

@media (max-width: 768.98px) {
  .modal-dialog {
    margin: 50px 0 0;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .container {
    padding: 0;
  }
}

.pg-calendar {
  font-size: 14px;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
.pg-calendar .time-label {
  background: #443c3a;
  color: #fff;
  text-align: center;
  border: 0.5px solid black;
  height: 50px;
}
.pg-calendar .time-column {
  color: #333;
  font-family: "OpenSans-Bold", arial, sans-serif;
  font-size: 12px;
  height: 201px;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
}
.pg-calendar .date-label {
  border: 1px solid #333;
  text-align: center;
  height: 50px;
  vertical-align: middle !important;
  white-space: nowrap;
  background: #a4a4a4;
}
.pg-calendar .date-label.active {
  background: #f1f8ff;
}
.pg-calendar .item-title {
  font-weight: bold;
}
.pg-calendar .shop-item-btn {
  color: #bf0009;
  display: inline-block;
  position: relative;
  margin-top: 4px;
}
@media (max-width: 768.98px) {
  .pg-calendar .shop-item-btn {
    display: block;
    margin: 8px 0;
  }
}
.pg-calendar .see-show-btn {
  display: inline-block;
  color: #333;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768.98px) {
  .pg-calendar .see-show-btn {
    margin: 8px 0;
  }
}
.pg-calendar .add-reminder-btn {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #a9a9a9;
}
.pg-calendar .pg-column .items,
.pg-calendar .pg-day-view-table .items {
  color: #333;
  font-size: 12px;
}
.pg-calendar .pg-column .items.item-title,
.pg-calendar .pg-day-view-table .items.item-title {
  font-weight: bold;
  color: #868ce0;
}
@media (max-width: 768.98px) {
  .pg-calendar .pg-column .items.item-title,
.pg-calendar .pg-day-view-table .items.item-title {
    margin-top: 8px;
  }
}
.pg-calendar .pg-column .items a.shopItems,
.pg-calendar .pg-day-view-table .items a.shopItems {
  color: #bf0009 !important;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 5px;
  cursor: pointer;
}
.pg-calendar .pg-column .items a.showDetails,
.pg-calendar .pg-day-view-table .items a.showDetails {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: #bf0009 !important;
  cursor: pointer;
}
.pg-calendar .pg-column .items a.showDetails .fa-chevron-circle-right,
.pg-calendar .pg-day-view-table .items a.showDetails .fa-chevron-circle-right {
  margin-left: 3px;
}
.pg-calendar .play-column {
  text-align: center;
}
.pg-calendar .play-column .live-tv-link span {
  display: inline-block;
  color: #000;
  width: 100%;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.pg-calendar .play-column .live-tv-link .fa {
  color: #bd000a;
}
@media (max-width: 768.98px) {
  .pg-calendar.daily-view .pg-col-header {
    display: none;
  }
}
.pg-calendar.daily-view .time-label {
  width: 5%;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.pg-calendar.daily-view .time-column {
  height: auto;
  width: 5%;
}
@media (max-width: 768.98px) {
  .pg-calendar.daily-view .time-column {
    width: 100%;
  }
}
.pg-calendar.daily-view .time-column .time-slots-mobile,
.pg-calendar.daily-view .time-column .time-slots {
  width: 100%;
  height: auto;
  background: #a4a4a4;
  color: #333;
  font-family: "OpenSans-Bold", arial, sans-serif;
  text-align: center;
  float: left;
  vertical-align: middle;
  padding: 35px 0;
  border-right: 1px solid #333;
  font-size: 12px;
}
.pg-calendar.daily-view .time-column .time-slots-mobile.time-slots-mobile,
.pg-calendar.daily-view .time-column .time-slots.time-slots-mobile {
  display: none;
}
@media (max-width: 768.98px) {
  .pg-calendar.daily-view .time-column .time-slots-mobile.time-slots,
.pg-calendar.daily-view .time-column .time-slots.time-slots {
    display: none;
  }
  .pg-calendar.daily-view .time-column .time-slots-mobile.time-slots-mobile,
.pg-calendar.daily-view .time-column .time-slots.time-slots-mobile {
    height: 20px;
    padding: 20px 0;
    display: block;
  }
}
.pg-calendar.daily-view .date-label {
  height: 40px;
  width: 95%;
  text-align: left;
  background: #5a5a5a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.pg-calendar.daily-view .date-label .columns {
  padding: 12px 15px;
}
.pg-calendar.daily-view .show-details-row {
  padding: 16px 32px;
  border: 1px solid #333;
  overflow: hidden;
  background: #fff;
}
.pg-calendar.daily-view .show-details-row .clearfix.row {
  width: 90%;
  margin: 0 auto;
}
.pg-calendar.daily-view .show-details-row .product-grid .product-tile-wrapper .product-listItem {
  min-height: 632px;
}
.pg-calendar.daily-view .pg-day-row {
  border: 1px solid #333;
}
.pg-calendar.daily-view .pg-day-row .pg-day-view-table {
  width: 95%;
  text-align: left;
  height: auto;
  margin: auto 0;
}
@media (max-width: 768.98px) {
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table {
    width: 90%;
  }
}
@media (min-width: 769px) {
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour1 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour1 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour2 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour2 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour3 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour3 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour4 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour4 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour5 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour5 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour6 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour6 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour7 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour7 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour8 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour8 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour9 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour9 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour10 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour10 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour11 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour11 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour12 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour12 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour13 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour13 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour14 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour14 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour15 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour15 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour16 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour16 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour17 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour17 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour18 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour18 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour19 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour19 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour20 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour20 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour21 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour21 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour22 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour22 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour23 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour23 .dailyview-pgdetailslist {
    margin: auto 0;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour24 .items {
    height: auto;
  }
  .pg-calendar.daily-view .pg-day-row .pg-day-view-table.totalHour24 .dailyview-pgdetailslist {
    margin: auto 0;
  }
}
.pg-calendar.daily-view .pg-day-row .pg-day-view-table .items {
  vertical-align: middle;
  display: table-cell;
}
.pg-calendar.daily-view .reminder-column .set-reminder-button,
.pg-calendar.daily-view .reminder-column .reminder-set-button {
  display: table-cell;
  vertical-align: middle;
}
.pg-calendar.weekly-view .fc-prev-button,
.pg-calendar.weekly-view .fc-next-button,
.pg-calendar.weekly-view .week3 {
  display: none;
}
.pg-calendar.weekly-view .fc-prev-button.week1, .pg-calendar.weekly-view .fc-prev-button.week2,
.pg-calendar.weekly-view .fc-next-button.week1,
.pg-calendar.weekly-view .fc-next-button.week2,
.pg-calendar.weekly-view .week3.week1,
.pg-calendar.weekly-view .week3.week2 {
  display: block;
}
.pg-calendar.weekly-view .pg-left-col {
  width: 5.5%;
}
@media (max-width: 768.98px) {
  .pg-calendar.weekly-view .pg-left-col {
    z-index: 2;
    position: absolute;
    width: 10%;
  }
}
.pg-calendar.weekly-view .pg-right-col {
  width: 13.5%;
}
@media (max-width: 768.98px) {
  .pg-calendar.weekly-view .pg-right-col {
    width: 40%;
    min-width: 140px;
  }
}
.pg-calendar.weekly-view .pg-column {
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
}
.pg-calendar.weekly-view .pg-column.totalHour1 {
  height: 200px;
}
.pg-calendar.weekly-view .pg-column.totalHour2 {
  height: 402px;
}
.pg-calendar.weekly-view .pg-column.totalHour3 {
  height: 603px;
}
.pg-calendar.weekly-view .pg-column.totalHour4 {
  height: 804px;
}
.pg-calendar.weekly-view .pg-column.totalHour5 {
  height: 1005px;
}
.pg-calendar.weekly-view .pg-column.totalHour6 {
  height: 1206px;
}
.pg-calendar.weekly-view .pg-column.totalHour7 {
  height: 1407px;
}
.pg-calendar.weekly-view .pg-column.totalHour8 {
  height: 1608px;
}
.pg-calendar.weekly-view .pg-column.totalHour9 {
  height: 1809px;
}
.pg-calendar.weekly-view .pg-column.totalHour10 {
  height: 2010px;
}
.pg-calendar.weekly-view .pg-column.totalHour11 {
  height: 2211px;
}
.pg-calendar.weekly-view .pg-column.totalHour12 {
  height: 2412px;
}
.pg-calendar.weekly-view .pg-column.totalHour13 {
  height: 2613px;
}
.pg-calendar.weekly-view .pg-column.totalHour14 {
  height: 2814px;
}
.pg-calendar.weekly-view .pg-column.totalHour15 {
  height: 3015px;
}
.pg-calendar.weekly-view .pg-column.totalHour16 {
  height: 3216px;
}
.pg-calendar.weekly-view .pg-column.totalHour17 {
  height: 3417px;
}
.pg-calendar.weekly-view .pg-column.totalHour18 {
  height: 3618px;
}
.pg-calendar.weekly-view .pg-column.totalHour19 {
  height: 3819px;
}
.pg-calendar.weekly-view .pg-column.totalHour20 {
  height: 4020px;
}
.pg-calendar.weekly-view .pg-column.totalHour21 {
  height: 4221px;
}
.pg-calendar.weekly-view .pg-column.totalHour22 {
  height: 4422px;
}
.pg-calendar.weekly-view .pg-column.totalHour23 {
  height: 4623px;
}
.pg-calendar.weekly-view .pg-column.totalHour24 {
  height: 4824px;
}
.pg-calendar.weekly-view .time-label,
.pg-calendar.weekly-view .date-label {
  font-weight: bold;
  font-size: 14px;
  padding: 14px 0;
}
.pg-calendar.weekly-view .time-container {
  display: block;
  position: relative;
  background: #a4a4a4;
  border-bottom: 1px solid;
}
.pg-calendar.weekly-view .time-container .time-column {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-calendar.weekly-view .col-container {
  display: block;
  position: relative;
  background: #f6f6f6 !important;
  border: 1px solid #333;
}
.pg-calendar.weekly-view .col-container.default-height {
  height: 202px;
}
.pg-calendar.weekly-view .col-container .pg-column {
  padding: 4px;
  vertical-align: middle;
  display: table-cell;
}
.pg-calendar.weekly-view .col-container .pg-column .items {
  margin-bottom: 4px;
}
.pg-calendar.weekly-view .col-container .pg-column .items.item-title {
  color: #333;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.pg-calendar .reminder-column .set-reminder-button,
.pg-calendar .reminder-column .reminder-set-button {
  height: inherit;
  text-align: center;
  color: #333 !important;
  text-decoration: unset;
  background: unset;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.pg-calendar .reminder-column .set-reminder-button.set-reminder-button,
.pg-calendar .reminder-column .reminder-set-button.set-reminder-button {
  color: #a9a9a9 !important;
}

.show-details-row,
.show-details-modal {
  font-size: 14px;
}
.show-details-row.modal,
.show-details-modal.modal {
  z-index: 1042 !important;
}
.show-details-row .modal-header,
.show-details-modal .modal-header {
  border: none;
  padding: 0;
}
.show-details-row .modal-header .close,
.show-details-modal .modal-header .close {
  padding: 20px 25px 15px 15px;
  font-weight: bold;
  opacity: 1;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .show-details-row .modal-header .close,
.show-details-modal .modal-header .close {
    padding: 16px 25px 50px;
  }
}
@media (max-width: 768.98px) {
  .show-details-row .modal-header .close,
.show-details-modal .modal-header .close {
    padding: 20px 25px 20px 15px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .show-details-row .showtitle,
.show-details-modal .showtitle {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .show-details-row .showtitle,
.show-details-modal .showtitle {
    padding-left: 45px;
  }
}
.show-details-row .showtitle .show-title,
.show-details-modal .showtitle .show-title {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #da4445;
  text-align: left;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .show-details-row .showtitle .show-title,
.show-details-modal .showtitle .show-title {
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .show-details-row .showtitle .show-title,
.show-details-modal .showtitle .show-title {
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  .show-details-row .showhost,
.show-details-modal .showhost {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .show-details-row .showhost,
.show-details-modal .showhost {
    padding-left: 45px;
  }
}
.show-details-row .host-name,
.show-details-modal .host-name {
  font-size: 13px;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
@media (max-width: 768.98px) {
  .show-details-row .host-name,
.show-details-modal .host-name {
    display: flex;
    text-align: center;
  }
}
.show-details-row .host-name .show-host-name,
.show-details-modal .host-name .show-host-name {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
@media (max-width: 768.98px) {
  .show-details-row .host-name .show-host-name,
.show-details-modal .host-name .show-host-name {
    text-align: center;
    margin-left: 5px;
  }
}
.show-details-row .date,
.show-details-row .time,
.show-details-modal .date,
.show-details-modal .time {
  font-size: 13px;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
@media (max-width: 768.98px) {
  .show-details-row .date,
.show-details-row .time,
.show-details-modal .date,
.show-details-modal .time {
    display: flex;
    text-align: center;
  }
}
.show-details-row .show-date,
.show-details-row .show-time,
.show-details-modal .show-date,
.show-details-modal .show-time {
  font-weight: bold;
}
@media (max-width: 768.98px) {
  .show-details-row .show-date,
.show-details-row .show-time,
.show-details-modal .show-date,
.show-details-modal .show-time {
    margin-left: 5px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .show-details-row .showtime,
.show-details-modal .showtime {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .show-details-row .showtime,
.show-details-modal .showtime {
    padding-left: 0;
  }
}
@media (max-width: 768.98px) {
  .show-details-row .showtime,
.show-details-modal .showtime {
    display: flex;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .show-details-row .showdate,
.show-details-modal .showdate {
    padding-left: 15px;
  }
}
@media (max-width: 768.98px) {
  .show-details-row .showdate,
.show-details-modal .showdate {
    display: flex;
    justify-content: end;
    padding-right: 0;
  }
}
.show-details-row .show-description,
.show-details-modal .show-description {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}
.show-details-row h4,
.show-details-modal h4 {
  font-size: 13px;
  margin: 2px 0 0;
}
.show-details-row .tile-wrapper,
.show-details-modal .tile-wrapper {
  margin-top: 20px;
  padding: 0;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .show-details-row .tile-wrapper,
.show-details-modal .tile-wrapper {
    padding: 0 77px;
  }
}
@media (min-width: 992px) {
  .show-details-row .tile-wrapper,
.show-details-modal .tile-wrapper {
    padding: 0 59px;
    margin-top: 0;
  }
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile {
  min-height: inherit;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions {
  visibility: visible;
  width: 100%;
  z-index: 10;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .quickview,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .quickview {
  font-size: 12px;
  background: #61616a;
  color: #fff;
  padding: 5px 0;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row {
  padding: 3px 5px;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper {
  background-color: transparent;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart {
  font-size: 12px;
  background-color: #868dda;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-shopping-cart,
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-clock-o,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-shopping-cart,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-clock-o {
  display: none;
  font-size: 14px;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button {
  font-size: 12px;
  background: #549c62;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button .fa-angle-double-right,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button .fa-angle-double-right {
  display: none;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row a.link,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row a.link {
  padding: 5px 0 !important;
}
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-value,
.show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-extra,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-value,
.show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-extra {
  font-size: 10px;
  color: #549c62;
  font-weight: 800;
  background: #fff;
  border: 1px solid #549c62;
  border-radius: 3px;
  opacity: 1;
  padding: 3px 5px;
  display: inline;
}
.show-details-row .slider-bottom-btn-container,
.show-details-modal .slider-bottom-btn-container {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.show-details-row .slider-bottom-btn-container .btn-blue,
.show-details-modal .slider-bottom-btn-container .btn-blue {
  background: #0080e2;
  font-weight: normal;
  padding: 8px 32px;
  font-size: 18px;
  color: #fff;
  text-transform: initial !important;
  box-shadow: none !important;
  border-radius: 0;
}

#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile {
  min-height: inherit;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions {
  visibility: visible;
  bottom: 10px;
  z-index: 10;
  margin: 10px 0 6px;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .quickview {
  font-size: 12px;
  background: #61616a;
  color: #fff;
  padding: 5px 0;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row {
  padding: 3px 5px;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper {
  background-color: transparent;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart {
  font-size: 12px;
  background-color: #868dda;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-shopping-cart,
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart .fa-clock-o {
  display: none;
  font-size: 14px;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button {
  font-size: 12px;
  background: #549c62;
  font-family: "OpenSans-Regular", arial, sans-serif;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .fast-buy-button .fa-angle-double-right {
  display: none;
}
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-value,
#shop-items-weekly .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .save-wrapper .save-extra {
  font-size: 10px;
  color: #549c62;
  font-weight: 800;
  background: #fff;
  border: 1px solid #549c62;
  border-radius: 3px;
  opacity: 1;
  padding: 3px 5px;
  display: inline;
}

.grey-bg-col {
  background: #f6f6f6;
}

.pg-header-container {
  margin-bottom: 10px;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pg-header-container .pg-header1,
.pg-header-container .pg-header2 {
    padding: 0;
  }
}
.pg-header-container .date-container {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
@media (max-width: 768.98px) {
  .pg-header-container .date-container {
    margin-bottom: 10px;
  }
}
.pg-header-container .date-container label {
  margin: 4px 8px 0 0;
}
.pg-header-container .date-container .icon {
  padding: 6px 10px;
  background: #257fdc;
}
.pg-header-container .timezone-container {
  display: flex;
  flex-direction: row;
  float: right;
  font-size: 14px;
  margin-right: 14px;
}
.pg-header-container .timezone-container::before {
  position: absolute;
  pointer-events: none;
  border-left: 1px solid #e3e3e3;
  width: 26px;
  height: 33px;
  right: 30px;
  top: 1px;
  background-color: #f9f9f9;
  content: "";
}
.pg-header-container .timezone-container::after {
  position: absolute;
  pointer-events: none;
  content: "▼";
  font-size: 8px;
  right: 40px;
  top: 12px;
}
@media (max-width: 768.98px) {
  .pg-header-container .timezone-container {
    float: unset;
    margin-bottom: 10px;
  }
}
.pg-header-container .timezone-container label {
  width: 35%;
  margin-top: 7px;
}
.pg-header-container .timezone-container .timezone-select {
  width: 83%;
  padding: 5px 27px 5px 8px;
  border-radius: 0;
  font-size: 14px;
}
.pg-header-container .weekly-view-btn,
.pg-header-container .daily-view-btn {
  float: left;
  font-size: 14px;
  color: #7c7c7c;
  margin-top: 4px;
}
@media (max-width: 768.98px) {
  .pg-header-container .weekly-view-btn,
.pg-header-container .daily-view-btn {
    margin-bottom: 10px;
  }
}
.pg-header-container .weekly-view-btn.daily-view-btn,
.pg-header-container .daily-view-btn.daily-view-btn {
  padding-left: 18px;
  margin-right: 20px;
}
.pg-header-container .weekly-view-btn.weekly-view-btn,
.pg-header-container .daily-view-btn.weekly-view-btn {
  padding-left: 15px;
}
.pg-header-container .weekly-view-btn.view-active,
.pg-header-container .daily-view-btn.view-active {
  color: #257fdc;
}
.pg-header-container .weekly-view-btn:hover,
.pg-header-container .daily-view-btn:hover {
  color: #085d98;
  text-decoration: none;
  background: unset;
}
.pg-header-container .datepicker-custom {
  width: 200px;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #cacaca;
  border-radius: 0;
}
.pg-header-container .datepicker-custom::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
.pg-header-container .datepicker-custom::before {
  position: absolute;
  display: block;
  width: 30px;
  height: 31px;
  left: 224px;
  font-family: "FontAwesome", arial, sans-serif;
  content: "";
  color: #fff;
  font-size: 16px;
  padding: 2px 8px;
  background: #257fdc;
  top: 0;
}
@media (max-width: 768.98px) {
  .pg-header-container .datepicker-custom::before {
    height: 32px;
  }
}

.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 10px;
}
.fc-toolbar .fc-right {
  float: right;
  position: relative;
  z-index: 2;
}
.fc-toolbar .fc-left {
  float: left;
  position: relative;
  z-index: 2;
}
.fc-toolbar .fc-button {
  box-shadow: none;
  border: none;
  padding: 2px 0 0;
  color: #565656;
  background: none;
  font-size: 14px;
}
.fc-toolbar .fc-center {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: bold;
}
.fc-toolbar .fc-center h2 {
  font-size: 14px;
  font-family: "OpenSans-Bold", arial, sans-serif;
  margin-bottom: 0;
}

.pdp-main-carousel.owl-carousel .owl-nav {
  position: absolute;
  display: flex;
  width: 100%;
  top: 45%;
  flex-direction: row;
  justify-content: space-between;
}
.pdp-main-carousel.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}
.pdp-main-carousel.owl-carousel .owl-nav .owl-prev {
  margin-left: -10px;
}
.pdp-main-carousel.owl-carousel .owl-nav .owl-next {
  margin-right: -10px;
}

.shop-items-modal {
  z-index: 1042 !important;
}
@media (max-width: 768.98px) {
  .shop-items-modal {
    padding-right: 0;
  }
}
.shop-items-modal .modal-header {
  border: none;
}
.shop-items-modal .modal-header h4 {
  text-align: center;
  padding: 15px 0 0;
  font-size: 14px;
  color: #1e1e2c;
  font-family: "OpenSans-Bold", arial, sans-serif;
  margin: 0 auto;
}
.shop-items-modal .modal-header .close {
  margin: 0;
  padding: 0;
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 768.98px) {
  .shop-items-modal .modal-header .close {
    margin: -15px -10px 0 0;
  }
}
.shop-items-modal#shop-items-weekly .modal-header h4 {
  text-transform: uppercase;
}
.shop-items-modal .modal-body {
  padding: 0 52px;
}
@media (max-width: 768.98px) {
  .shop-items-modal .modal-body {
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .shop-items-modal .modal-body {
    padding: 0 32px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .shop-items-modal .modal-body .shopitems-tiles {
    padding: 0 57px;
  }
}

.product-tile .price-item.sales {
  font-size: 14px !important;
  color: #333 !important;
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.product-tile .price-item.sales .shoplc-price-label {
  font-family: "OpenSans-Regular", arial, sans-serif;
}
.product-tile .price .old-value {
  text-align: center;
}
.product-tile .price .old-value .strike-through {
  margin-right: 0;
}
.product-tile .budget-pay-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: revert;
  margin-top: 4px;
}
.product-tile .budget-pay-container img {
  width: auto;
}
.product-tile .actions-row a.link {
  font-size: 12px !important;
  padding: 6px 0 !important;
}
.product-tile .actions-row a.link .fa {
  display: block;
}

.topPanel {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
  padding: 2px 16px;
  width: 100%;
}
.topPanel .data-items {
  display: block;
  text-align: center;
  text-decoration: none;
}
.topPanel .data-items .dataActive {
  font-family: "OpenSans-Bold", arial, sans-serif;
}
.topPanel .data-items .data-time {
  font-size: 10px;
}
.topPanel .data-items .data-title {
  font-size: 11px;
}
.topPanel .owl-stage {
  padding-top: 5px;
  padding-bottom: 5px;
}
.topPanel .owl-stage-outer {
  border: 1px solid #d8d8d8;
  z-index: 9;
  width: 100%;
}
.topPanel .owl-nav button {
  background: #d8d8d8 !important;
  width: 20px;
  position: absolute;
  top: 2px;
  height: 92%;
}
.topPanel .owl-nav button.owl-prev {
  left: 16px;
  z-index: 10;
}
.topPanel .owl-nav button.owl-next {
  right: 16px;
  z-index: 10;
}

@media (min-width: 544px) {
  #remove-reminder .modal-dialog,
#set-reminder .modal-dialog {
    max-width: 600px;
  }
}
#remove-reminder .modal-header,
#set-reminder .modal-header {
  border-bottom: 0;
}
#remove-reminder .modal-header h4,
#set-reminder .modal-header h4 {
  text-align: center;
  font-size: 22px;
  color: #eb1322;
  font-family: "OpenSans-Regular", arial, sans-serif;
  font-weight: bold;
  margin: 0 auto;
}
#remove-reminder .modal-header .close,
#set-reminder .modal-header .close {
  margin: 0;
  padding: 0;
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 768.98px) {
  #remove-reminder .modal-header .close,
#set-reminder .modal-header .close {
    margin: -15px -10px 0 0;
  }
}
#remove-reminder .modal-body,
#set-reminder .modal-body {
  font-size: 14px;
}
#remove-reminder .modal-body .reminder-info,
#set-reminder .modal-body .reminder-info {
  margin-bottom: 16px;
  font-size: 13px;
}
#remove-reminder .modal-body .reminder-data,
#set-reminder .modal-body .reminder-data {
  font-family: "OpenSans-Bold", arial, sans-serif;
}
#remove-reminder .modal-body .reminder-set,
#set-reminder .modal-body .reminder-set {
  margin-top: 16px;
  margin-bottom: 0;
}
#remove-reminder .modal-body .bottom-btn,
#set-reminder .modal-body .bottom-btn {
  margin-top: 24px;
  margin-bottom: 8px;
}
#remove-reminder .modal-body .btn-blue,
#set-reminder .modal-body .btn-blue {
  background: #0080e2;
  font-weight: normal;
  padding: 8px 32px;
  font-size: 18px;
  color: #fff;
  text-transform: initial !important;
  box-shadow: none !important;
  border-radius: 0;
}

/** -- CRO Progarm GuideView styles-- **/
.CRO_generic_color .pg-header-container .weekly-view-btn.view-active,
.CRO_generic_color .pg-header-container .daily-view-btn.view-active {
  color: #333;
}
.CRO_generic_color .pg-header-container .weekly-view-btn:hover,
.CRO_generic_color .pg-header-container .daily-view-btn:hover {
  color: #333;
}
.CRO_generic_color .pg-header-container .datepicker-custom::before {
  background: #333;
}
.CRO_generic_color .show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .quickview,
.CRO_generic_color .show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .quickview {
  background: #333;
  color: #fff;
}
.CRO_generic_color .show-details-row .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart,
.CRO_generic_color .show-details-modal .tile-wrapper .product-grid .product-tile-wrapper .product-tile.general-tile .tile-body .actions .actions-row .cart-wrapper .add-to-cart {
  background-color: #868dda;
}
.CRO_generic_color .show-details-row .slider-bottom-btn-container .btn-blue,
.CRO_generic_color .show-details-modal .slider-bottom-btn-container .btn-blue {
  background: #333;
}
.CRO_generic_color .pg-calendar .pg-column .items.item-title,
.CRO_generic_color .pg-calendar .pg-day-view-table .items.item-title {
  color: #333;
}

@media (max-width: 768.98px) {
  .word {
    word-break: break-word;
  }
}

@media (max-width: 768.98px) {
  .table-mv {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
}

@media (max-width: 768.98px) {
  .pg-right-margin {
    margin-left: 2.3rem;
  }
}

@media (max-width: 768.98px) {
  .product-grid {
    padding: 0 10px;
  }
}
.product-grid .product-tile-wrapper {
  padding: 10px 15px;
}
@media (max-width: 768.98px) {
  .product-grid .product-tile-wrapper {
    padding: 5px 5px 15px;
  }
}
.product-grid .product-tile-wrapper .product-tile .tile-body .swatches {
  margin-bottom: 10px;
}
.product-grid .product-tile-wrapper .product-tile .tile-body .swatch-circle {
  width: 100%;
  height: 30px;
}
.product-grid .product-tile-wrapper .product-tile .tile-body .product-name {
  height: auto;
}
.product-grid .product-tile-wrapper .product-tile .image-container {
  top: 5px;
}
.product-grid .product-tile-wrapper .product-tile .wishlist-air-container .remove-wishlist-btn.btn:focus {
  box-shadow: none !important;
}
.product-grid .product-tile-wrapper .bx-wrapper .bx-viewport {
  width: 140px !important;
  height: 35px !important;
  overflow: hidden !important;
  margin-left: 20px;
}
@media (max-width: 768.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-viewport {
    margin-left: 5px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-viewport {
    margin-left: 15px;
  }
}
.product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction a {
  top: -10px;
  width: 30px;
  height: 30px;
}
.product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction a::before {
  font-size: 14px;
}
.product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
  left: -5px;
}
@media (max-width: 768.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
    left: -10px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
    left: -5px;
  }
}
.product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-next {
  right: -45px;
}
@media (max-width: 768.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-next {
    right: -25px;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .product-grid .product-tile-wrapper .bx-wrapper .bx-controls-direction .bx-next {
    right: -45px;
  }
}

/*# sourceMappingURL=programGuideView.css.map*/