@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: Inter-Medium;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: Inter-Light;
  src: url(../fonts/Inter-Light.ttf);
}
@font-face {
  font-family: Inter-Bold;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: Inter-Thin;
  src: url(../fonts/Inter-Thin.ttf);
}
@font-face {
  font-family: Inter-Bold;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: Inter-Black;
  src: url(../fonts/Inter-Black.ttf);
}
@font-face {
  font-family: Inter-SemiBold;
  src: url(../fonts/Inter-SemiBold.ttf);
}


.label,
sub,
sup {
  vertical-align: baseline;
}
hr,
img {
  border: 0;
}
.fa,
.glyphicon {
  -moz-osx-font-smoothing: grayscale;
}
.btn,
.datepicker table {
  -webkit-user-select: none;
  -ms-user-select: none;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px;
}
#mob-footer .panel-body ul,
.fa-ul {
  list-style-type: none;
}
.disabled-attr,
.form-control-feedback,
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.fancybox-nav,
.owl-controls,
html {
  -webkit-tap-highlight-color: transparent;
}
html {
  font-family: Inter-Regular;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  color: #000;
  background: #ff0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*,
:after,
:before,
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.glyphicon,
.popover,
.tooltip,
address {
  font-style: normal;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.form-control,
.navbar-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.img-thumbnail,
body {
  background-color: #fff;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../../fonts/glyphicons-halflings-regular.eot);
  src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  color: #333;
}
button,
input,
select,
textarea {
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus {
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.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;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter-Regular;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.badge,
.label,
dt,
kbd kbd {
  font-weight: 700;
}
address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
  line-height: 1.42857143;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
pre code,
table {
  background-color: transparent;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
  margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
address,
dl {
  margin-bottom: 20px;
}
ol,
ul {
  margin-bottom: 10px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container {
    width: 750px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  color: #777;
}
legend,
pre {
  display: block;
  color: #333;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.heading-left-div::before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
caption,
th {
  text-align: left;
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
code,
kbd,
pre,
samp {
  font-family: Inter-Regular;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.pre-scrollable {
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.badge,
.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline {
  vertical-align: middle;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
}
legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
}
.form-control,
output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
}
.input-sm {
  height: 30px;
  line-height: 1.5;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  line-height: 1.3333333;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.collapsing,
.dropdown,
.dropup {
  position: relative;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.badge,
.btn,
.input-group-addon,
.label,
.nav-justified > li > a,
.pager,
.progress-bar {
  text-align: center;
}
.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dropdown-header,
.dropdown-menu > li > a {
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  -webkit-background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: 400;
  color: #333;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  font-size: 12px;
  color: #777;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group,
.input-group-btn,
.input-group-btn > .btn,
.nav > li,
.nav > li > a,
.navbar {
  position: relative;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-justified > li,
.nav-stacked > li {
  float: none;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li > a {
  margin-bottom: 5px;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  border: 1px solid transparent;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.embed-responsive,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 8px -15px;
}
@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.btn .badge,
.btn .label {
  top: -1px;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.breadcrumb,
.pagination {
  border-radius: 4px;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
}
.breadcrumb > li {
  display: inline-block;
}
.pager li,
.pagination > li {
  display: inline;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #333;
  content: "\f101";
  font-family: FontAwesome;
}
.breadcrumb > .active {
  color: #777;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.badge,
.label {
  line-height: 1;
  white-space: nowrap;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #fff;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.media-object,
.thumbnail {
  display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.alert,
.thumbnail {
  margin-bottom: 20px;
}
.alert .alert-link,
.close {
  font-weight: 700;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  clear: both;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-top: 0;
  font-size: 16px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.popover,
.tooltip {
  font-family: Inter-Regular;
  font-weight: 400;
  line-height: 1.42857143;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
  text-decoration: none;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal {
  position: fixed;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  text-align: left;
  text-align: start;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0;
}
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px;
}
.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.carousel-caption,
.carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.carousel,
.carousel-inner {
  position: relative;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
  bottom: -10px;
  content: " ";
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: Inter-Regular;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}
.fa,
.fa-stack {
  display: inline-block;
}
.fa-fw,
.fa-li {
  text-align: center;
}
@font-face {
  font-family: FontAwesome;
  src: url(../../fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
      format("embedded-opentype"),
    url(../../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
    url(../../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
    url(../../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
    url(../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
}
.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right,
.pull-right {
  float: right;
}
.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(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  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;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
#mob-soc-ico h3,
#mob-soc-ico ul {
  text-align: center;
}
#page-content-wrapper #menu-toggle {
  background: url(../images/mob-toggl-btn.png) 6px center no-repeat #e66d45;
  border-radius: 0;
  border: transparent;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 15px;
  outline: 0;
  padding: 8px 10px 8px 35px;
  text-shadow: none;
  width: 100px;
  transition: all 1s ease 0;
}
.mob-logo a {
  display: table;
  margin: auto;
}
.mob-btn {
  padding: 0;
}
.mob-logo img {
  margin: auto;
  height: 45px;
}
.mob-cont ul {
  padding: 0;
  margin: 0;
}
#mob-footer .panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  display: table;
  margin: auto;
  font-family: Inter-Regular;
  text-decoration: none;
  outline: 0;
}
#mob-footer .panel-title > .small,
.panel-title > .small > a:focus,
.panel-title > .small > a:hover,
.panel-title > a:focus,
.panel-title > a:hover,
.panel-title > small,
.panel-title > small > a:focus,
.panel-title > small > a:hover {
  color: #e66d45;
}
#mob-footer .panel-default > .panel-heading {
  border: 1px solid #999;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: #f5f5f5;
  box-shadow: none;
}
#mob-footer .nl-bod {
  background: #4d4d4d !important;
}
#mob-footer .panel-body {
  background: #2c2c2c;
  color: #fff;
  max-height: none;
  min-height: auto;
  height: auto;
}
#mob-footer .mob-newsLT {
  font-family: Inter-Regular;
  font-size: 20px;
}
#mob-footer .mob-newsLT h3 {
  letter-spacing: 4px;
  margin: 0;
  text-transform: uppercase;
}
#mob-footer .mob-newsLT p {
  font-size: 15px;
}
#mob-footer .mob-newsRT .form-control {
  height: 35px;
  background: #fff;
  border-radius: 0;
  font-family: Inter-Regular;
}
#mob-footer .mob-newsRT .btn-default {
  background: #ee6833;
  border-radius: 0;
  border: transparent;
  box-shadow: none;
  text-shadow: none;
  height: 35px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px 1px;
}
#mob-footer .panel-body ul a {
  color: #fff;
  font-size: 14px;
  font-family: Inter-Regular;
  text-decoration: none;
  line-height: 23px;
}
.mob-details-list a:hover {
  text-decoration: underline !important;
}
#mob-footer .more-less {
  float: right;
  font-size: 9px;
  font-weight: 400;
  margin-left: 6px;
  margin-top: 3px;
}
#mob-pay-meth img {
  margin: auto;
}
#mob-soc-ico h3 {
  margin-top: 5px;
  font-family: Inter-Regular;
}
@media (min-width: 300px) and (max-width: 400px) {
  .sidebar-nav li a {
    font-size: 13px;
  }
  #wrapper.toggled #page-content-wrapper {
    left: 210px;
  }
  #wrapper.toggled #sidebar-wrapper,
  .sidebar-nav {
    width: 200px;
  }
  .mob-btn {
    padding-left: 0;
  }
  #page-content-wrapper {
    padding: 5px 0;
  }
  #page-content-wrapper #menu-toggle {
    background: url(../images/mob-toggl-btn.png) 6px center/20% auto no-repeat
      #e66d45;
    font-size: 12px;
    padding: 8px 10px 8px 26px;
    width: 63px;
  }
  .toggled #page-content-wrapper #menu-toggle {
    background: url(../images/mob-toggl-btn.png) 6px center/60% auto no-repeat
      #e66d45;
  }
  .mob-logo {
    padding: 0 !important;
    width: 47% !important;
    position: absolute;
    top: -15px;
    left: 12px;
    z-index: 1;
  }
  .mob-cont {
    padding: 0 10px !important;
    width: 100%;
  }
  .mob-cont li {
    width: 45%;
  }
  #mob-main {
    padding: 4px 0 10px !important;
  }
  #mob-header {
    padding: 0 0 15px !important;
  }
}
@media (min-width: 300px) and (max-width: 500px) {
  #mob-footer .mob-newsLT h3,
  .panel-title {
    font-size: 15px;
  }
  .panel-group {
    margin-bottom: 5px;
  }
  .mob-newsLT,
  .mob-newsRT {
    padding: 0;
  }
  #mob-footer .mob-newsLT p {
    font-size: 12px;
    line-height: normal;
  }
  #mob-footer .mob-newsRT .form-control {
    font-size: 12px;
  }
  #mob-footer .mob-newsRT .btn-default {
    padding: 3px 7px 1px;
  }
  #mob-footer .panel-body ul {
    padding: 0;
    margin: 0;
  }
  #mob-footer .panel-body ul a,
  #mob-footer .panel-body ul li {
    font-size: 12px;
    line-height: 20px;
  }
  .mob-details-list {
    font-size: 12px;
    margin-top: 13px !important;
  }
}
@media (min-width: 351px) and (max-width: 400px) {
  .mob-cont ul {
    padding-left: 10px;
  }
  #page-content-wrapper #menu-toggle {
    font-size: 15px;
    width: 75px;
  }
}
@media (min-width: 401px) and (max-width: 447px) {
  #page-content-wrapper {
    padding: 10px 0 0;
  }
  .mob-btn,
  .mob-logo {
    padding-right: 0 !important;
  }
  #page-content-wrapper #menu-toggle {
    width: 95px;
  }
  .mob-logo {
    width: 50% !important;
  }
  .mob-cont li {
    padding-top: 0;
    width: 47%;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  background-color: #263475;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 0 8px 4px 25px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.offcanvas a:focus,
.sidenav a:hover {
  color: #ee6834;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
  outline: 0;
}
#mob-main {
  background: #fff;
  transition: margin-left 0.5s;
  padding: 16px;
  border-bottom: 2px solid #ee6834;
}
.mob-btn .btn-default {
  background: 0 0;
  border: transparent;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  outline: 0;
  padding: 7px 5px;
  text-shadow: none;
  transition: all 1s ease 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 30px;
  width: 35px;
}
.mob-btn .btn-default .bar {
  display: table;
  height: 3px;
  width: 25px;
  background: #ee6834;
  margin: 0 auto 5px;
}
.mob-btn .btn-default .bar:last-child {
  margin-bottom: 0;
}
.mob-btn .btn-default:hover .bar {
  background: #263475;
}
#mob-view-filt-list {
  margin-top: 10px;
}
#mob-view-filt-list ul {
  border-top: none;
  list-style-type: none;
  margin: 0;
  padding: 10px 20px;
  background: #dedede;
}
#mob-view-filt-list ul a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
#mob-view-filt-list .more-less {
  float: right;
  font-size: 9px;
  font-weight: 400;
  margin-left: 6px;
  margin-top: 3px;
}
#mob-view-filt-list ul a:hover {
  color: #ee6833;
}
.mob-view-filt-list .panel-default {
  border-radius: 0 !important;
}
#mob-view-filt-list .panel-body {
  background: #efefef;
  padding: 10px 20px;
  max-height: none;
  min-height: auto;
  height: auto;
}
#mob-view-filt-list .panel-title > a {
  margin: 0;
  font-family: Inter-Regular;
  color: #ee6833;
  width: 100%;
}
.product_left_filter_block {
  border: none !important;
}
#mob-view-filt-list .filt ul {
  padding: 10px;
  border: none;
}
#mob-view-filt-list .filt .accordion-toggle {
  color: #263475;
  text-align: center;
}
#mob-view-filt-list .why-bod ul {
  padding: 10px 0;
  border: none;
}
.pro-det .p1,
.pro-det .p2 {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#mob-view-filt-list .BGfeatures i {
  color: #ee6833;
  margin: 0 5px 5px;
  vertical-align: sub;
}
#mob-view-filt-list .let-tes {
  font-style: italic;
  color: #000;
}
#mob-view-filt-list .panel-default,
#mob-view-filt-list .panel-heading {
  border-radius: 0 !important;
  box-shadow: none;
  text-shadow: none;
}
.new-heading {
  float: left;
  margin-right: 13px;
  width: 67%;
}
.viw-all {
  background: #f5f5f5;
  border-radius: 0;
  box-shadow: none;
  color: #e66d45;
  float: left;
  font-family: Inter-Regular;
  font-size: 15px;
  height: 40px;
  margin-top: 5px;
  padding: 8px 0;
  text-shadow: none;
  width: 28%;
}
.pro-det .p2,
.pro-det ul {
  width: 49%;
  float: left;
  text-align: center;
}
#mob-view-filt-list .panel-heading .accordion-toggle::after {
  color: #263475;
  content: "Ã®â€žâ€";
  font-family: "Glyphicons Halflings";
  left: 15px;
  position: relative;
  top: 3px;
}
.panel-heading .accordion-toggle::after {
  color: #fff !important;
  float: right !important;
  content: "" !important;
  font-family: "Glyphicons Halflings" !important;
  left: 15px;
  position: relative !important;
  top: 3px !important;
}
#owl-demo-mob-view .owl-controls .owl-buttons div,
.dropdown-menu {
  position: absolute;
}
#mob-view-filt-list .panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}
.mob-filterACCO .panel-group,
.mob-filterACCO panel-default,
.mob-filterACCO panel-heading {
  background: 0 0;
}
.pro-det .p1,
.pro-det .p2,
.pro-det ul {
  background: #f5f5f5;
}
.pro-det {
  margin-top: 10px;
}
.pro-det .p1 {
  font-family: Inter-Bold;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  padding: 5px 0;
  margin-bottom: 0;
  border-top: 1px solid #aaa;
}
.pro-det ul {
  border: 1px solid #aaa;
  font-family: Inter-Regular;
  font-size: 17px;
  line-height: 35px;
  margin-left: 0;
  margin-right: 13px;
  padding-bottom: 3px;
}
.pro-det ul .fa-star {
  color: #ffd700;
}
.pro-det .p2 {
  height: 40px;
  font-family: Inter-Regular;
  font-size: 13px;
  padding-top: 3px;
  margin-top: -6px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1px;
}
.pro-det-img {
  margin-top: 10px;
}
.pro-det-img .mob-img {
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.pro-det-img .mob-img img {
  margin: auto;
}
.pro-det-img a {
  display: table;
  margin: auto;
  color: #222;
  font-family: Inter-Regular;
  font-size: 17px;
  text-decoration: underline;
}
.pro-det-sel,
.pro-det-sel-quan {
  margin-top: 10px;
}
.pro-det-sel .form-group {
  display: flex;
}
.pro-det-sel label {
  font-family: Inter-Regular;
  height: 40px;
  line-height: 40px;
  width: 110px;
}
.pro-det-sel select.form-control {
  width: 85%;
  height: 40px;
  font-family: Inter-Regular;
  border-radius: 7px;
}
.pro-det-sel-quan-inner {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 15px;
}
.pro-det-sel-quan-inner ul {
  margin: 0 0 10px;
  padding: 0;
}
.pro-det-sel-quan-inner > ul:nth-child(2) {
  margin: 0 0 20px;
}
.pro-det-sel-quan li {
  width: 48%;
  font-family: Inter-Regular;
  font-size: 20px;
}
.pro-det-sel-quan li:first-child {
  color: #898989;
  font-weight: 700;
}
.pro-det-sel-quan li:last-child {
  color: #898989;
}
.pro-det-sel-quan li input {
  border: 1px solid #b4b4b4;
  height: 40px;
  text-align: center;
  width: 100%;
}
.pro-det-sel-quan a {
  display: table;
  font-family: Inter-Regular;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.pro-det-sel-quan .btn-default {
  background: #c60;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 16px;
  font-weight: 700;
  width: 70%;
  height: 40px;
  padding: 8px 0;
}
.pro-mor-det {
  margin-top: 10px;
}
.pro-mor-det #accordion-prod-det .panel-title a {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-family: Inter-Regular;
}
.pro-mor-det #accordion-prod-det .panel-title .more-less {
  float: right;
  color: #ff8000;
  font-size: 10px;
  margin-top: 3px;
}
.pro-mor-det #accordion-prod-det .data-down {
  margin-top: 10px;
}
.pro-mor-det #accordion-prod-det .data-down .btn-default {
  background: #f5f5f5;
  box-shadow: none;
  border-radius: 2px;
  color: #666;
  font-family: Inter-Regular;
  font-size: 12px;
  font-weight: 400;
  height: 52px;
  margin-right: 5px;
  padding: 8px 0;
  text-shadow: none;
  width: 15%;
}
.mob-rec-vew-pro .container h2,
.mob-viw-sli > .container > h2 {
  font-size: 20px;
  color: #898989;
  text-transform: uppercase;
  font-family: Inter-Regular;
}
.mob-viw-sli > .container {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.mob-viw-sli > .container > h2 {
  margin-bottom: 13px;
}
#owl-demo-mob-view .item {
  margin: 12px;
}
#owl-demo-mob-view .item img {
  display: block;
  width: 100%;
  height: auto;
}
#owl-demo-mob-view .owl-prev {
  background: url(../images/mob-viw-left-arrow.png) center no-repeat;
  padding-top: 55px;
  top: 30%;
  left: -20px;
}
#owl-demo-mob-view .owl-next {
  background: url(../images/mob-viw-ryt-arrow.png) center no-repeat;
  padding-top: 55px;
  top: 30%;
  right: -20px;
}
.mob-rec-vew-pro {
  margin-top: 10px;
}
.mob-rec-vew-pro .container {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding-bottom: 10px;
}
.mob-rec-vew-pro .container h2 {
  margin-bottom: 13px;
}
.mob-rec-vew-pro-inner img {
  margin: auto;
}
.mob-rec-vew-pro-inner a {
  display: table;
  margin: 10px auto;
  font-family: Inter-Regular;
  font-size: 14px;
  color: #ff8000;
}
@media (min-width: 300px) and (max-width: 550px) {
  .pro-det .p1,
  .pro-det ul {
    font-size: 14px;
  }
  .pro-det .p2,
  .pro-det ul {
    padding-top: 2px;
    width: 100%;
  }
  .pro-det ul {
    line-height: 23px;
  }
  .pro-det .p2 {
    font-size: 12px;
    height: 30px;
  }
  .pro-det-img .mob-img {
    height: 200px;
    margin-bottom: 5px;
  }
  .pro-det-img a {
    font-size: 14px;
  }
  .pro-det-sel-quan li {
    font-size: 15px;
  }
  .pro-det-sel-quan a,
  .pro-mor-det #accordion-prod-det .panel-title a {
    font-size: 14px;
  }
  .pro-det-sel-quan li input {
    height: 35px;
  }
  .pro-det-sel-quan-inner > ul:nth-child(2) {
    margin: 0 0 10px;
  }
  .pro-det-sel-quan .btn-default {
    font-size: 14px;
    height: 25px;
    width: 100%;
  }
  .pro-mor-det #accordion-prod-det .panel-body {
    font-size: 13px;
    line-height: 20px;
    max-height: none !important;
  }
  .pro-mor-det #accordion-prod-det .data-down .btn-default {
    font-size: 11px;
    height: 44px;
    margin-bottom: 4px;
    padding: 5px 0;
    width: 100%;
  }
  .mob-viw-sli > .container > h2 {
    font-size: 15px;
    margin: 10px 0 0;
  }
  .mob-rec-vew-pro .container h2 {
    font-size: 15px;
    margin: 10px 0 8px;
  }
  .mob-rec-vew-pro-inner a {
    font-size: 12px;
    line-height: 15px;
  }
  .pro-det-sel label {
    width: 160px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  .pro-det .p1 {
    font-size: 16px;
    padding-top: 4px;
  }
  .pro-det ul {
    font-size: 14px;
    height: 28px;
    line-height: 29px;
    margin-right: 14px;
    width: 100%;
    padding-bottom: 30px;
  }
  .pro-det .p2 {
    font-size: 12px;
    height: 35px;
    padding-top: 2px;
    width: 100%;
  }
  .pro-det-img .mob-img {
    margin-bottom: 8px;
  }
}
@media (min-width: 551px) and (max-width: 645px) {
  .pro-det-sel label {
    width: 115px;
  }
}
.homepagecatblocks .img-responsive {
  width: 100%;
}
#mob-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mob-f-heading .panel-title > a.f-head {
  display: block;
  text-align: center;
  padding: 10px 15px;
}
.mob-f-heading .panel-heading {
  padding: 0;
}
#order-list-page table,
#order-list-page table.data-table {
  border-collapse: collapse;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
}
body {
  line-height: 1.6;
  font-size: 13px;
}
a {
  color: #333;
}
a:focus,
a:hover {
  color: #f4a137;
}
ol,
ul {
  padding-left: 0;
  list-style: none;
}
.top-header-full-container {
  background-color: #eee;
  margin-bottom: 10px;
  padding: 0;
}
.topbar-header-section {
  padding-top: 13px;
}
.topbar-header-section li {
  font-size: 12.8px;
}
.topbar-header-section li p {
  padding: 0;
  margin: 0;
}
.login-regis a {
  color: #00abf0;
  font-weight: 700;
}
.right-topbar-header {
  float: right;
}
.right-topbar-log-link {
  margin-bottom: 0;
}
.right-topbar-log-link li {
  float: left;
  font-size: 13px;
  margin: 0;
  padding: 10px 10px 10px 25px;
  text-align: center;
}
.right-topbar-log-link li:hover {
  background-color: #ff804c;
  transition: all 0.5s ease-in-out 0;
}
.right-topbar-log-link li:hover a {
  color: #fff;
}
.right-topbar-log-link li a span::before {
  background-image: url(../imgs/ico-quicklink.png);
  background-repeat: no-repeat;
  content: "";
  height: 30px;
  position: absolute;
  width: 13px;
  margin-left: -16px;
  transition: all 0.2s ease-in-out 0;
}
.right-topbar-log-link li:nth-child(1) a span::before {
  background-position: center -194px;
}
.right-topbar-log-link li:nth-child(2) a span::before {
  background-position: center -24px;
}
.right-topbar-log-link li:nth-child(3) a span::before {
  background-position: center -78px;
}
.right-topbar-log-link li:nth-child(4) a span::before {
  background-position: center -137px;
}
.right-topbar-log-link li:nth-child(1) a:hover span::before {
  background-position: center -165px;
  transition: all 0.2s ease-in-out 0;
}
.right-topbar-log-link li:nth-child(2) a:hover span::before {
  background-position: center 4px;
  transition: all 0.2s ease-in-out 0;
}
.right-topbar-log-link li:nth-child(3) a:hover span::before {
  background-position: center -51px;
  transition: all 0.2s ease-in-out 0;
}
.right-topbar-log-link li:nth-child(4) a:hover span::before {
  background-position: center -107px;
  transition: all 0.2s ease-in-out 0;
}
.header-middle-right {
  padding: 0;
}
.navbar {
  margin-bottom: 10px;
  margin-top: 15px;
}
.navbar-header {
  background: #142961;
  border-radius: 3px;
}
.navbar-toggle {
  background-color: #fff;
}
.navbar-toggle .icon-bar {
  background-color: #142961;
}
.navbar-nav .last a span {
  border-radius: 3px;
  color: #fff !important;
}
.navbar-nav .last:hover a {
  background: 0 0;
}
#top-first-navbar-container .navbar-collapse ul li a {
  font-size: 14px;
  color: #555;
}
ul.dropdown-cart {
  min-width: 250px;
  padding: 5px;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
ul.dropdown-cart li .item::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
ul.dropdown-cart li .item {
  display: block;
  margin: 3px 0;
  padding: 3px 10px;
}
ul.dropdown-cart li .item-left,
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
  float: left;
}
ul.dropdown-cart li .item-left span.item-info {
  margin-left: 10px;
}
ul.dropdown-cart li .item-left span.item-info span {
  display: block;
}
#topbar-cart-container a {
  padding: 0;
}
.topbar-cart-right {
  padding-left: 10px;
}
.topbar-cart-left img {
  padding-top: 5px;
}
.cart-head-text {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-title-text {
  font-size: 12px;
  color: #999;
}
.yt-header-middle2 {
  background-color: #1c3988;
}
.yt-header-middle2-right {
  padding-left: 15px;
}
.head-searchbox {
  width: 100%;
}
.sm-serachbox-pro {
  margin: 10px 0;
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.sm-serachbox-pro .sm-searbox-content {
  display: block !important;
  width: 100%;
}
.sm-serachbox-pro .sm-searbox-content .form-search {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
  text-align: left;
}
.form-search .form-button .fa-search {
  color: #333;
}
.sm-serachbox-pro .jqTransformSelectWrapper {
  background-color: #eee;
  border: 1px solid #ddd;
  float: left;
  height: 34px;
  position: relative;
  width: 152px !important;
  z-index: 1 !important;
}
.sm-serachbox-pro .jqTransformSelectWrapper div span {
  cursor: pointer;
  float: none;
  height: 34px;
  line-height: 100%;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 125px !important;
}
.sm-serachbox-pro .jqTransformSelectWrapper a.jqTransformSelectOpen {
  background: url(../imgs/ico-searchbox.png) no-repeat rgba(0, 0, 0, 0);
  display: block;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 15px;
  width: 8px;
}
.sm_megamenu_menu
  li.sm_megamenu_lv1.parent:first-child
  > a.sm_megamenu_head::after {
  top: 16px;
}
.sm_megamenu_menu li.sm_megamenu_lv1.parent > a.sm_megamenu_head::after {
  background: url(../imgs/icons/ico-menu-parent.png) no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 15px;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 15px;
}
.sm-serachbox-pro .jqTransformSelectWrapper ul {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: -moz-use-text-color #e3e1e1 #e3e1e1;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  display: none;
  height: 323px;
  left: -1px;
  list-style: none;
  margin: 0;
  min-width: 43px;
  overflow: auto !important;
  padding: 0;
  position: absolute;
  top: 33px;
  width: 152px !important;
  z-index: 10;
}
.jqTransformSelectWrapper select,
.sm-serachbox-pro .sm-searbox-content .form-search > input,
.sm-serachbox-pro .sm-searbox-content .form-search > select {
  display: none;
  opacity: 0;
  visibility: hidden;
}
input,
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  color: #909090;
  outline: 0 !important;
  padding: 7px 10px;
}
input[type="text"] {
  box-shadow: none !important;
}
input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"] {
  border-radius: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
.sm-serachbox-pro select option {
  padding: 5px 10px;
}
.sm-serachbox-pro .jqTransformInputWrapper {
  float: left;
  width: 82% !important;
}
.sm-serachbox-pro .jqTransformInputWrapper input.input-text {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd #ddd #ddd -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  height: 34px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100% !important;
}
.sm-serachbox-pro input.input-text,
.sm-serachbox-pro select,
.sm-serachbox-pro textarea {
  background: #fff;
  border: 1px solid #c1ccd1;
  margin: 0;
  padding: 0;
}
.cart-collaterals select,
.form-list input.input-text,
input.input-text {
  margin-bottom: 10px;
  padding: 7px 10px;
  width: 260px;
}
.sm-searbox-content .form-button.button {
  background-color: #fff;
  padding: 10px 10px 2px;
  border: 1px solid #f1f1f1 !important;
  border-left: none !important;
}
.sm-serachbox-pro .sm-searbox-content .form-button.button {
  border-radius: 0;
  border: 0;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-compare-index .button {
  background-color: #444;
  color: #fff;
  line-height: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
}
#yt_header_left {
  padding-left: 0;
  padding-right: 22px;
  position: relative;
  z-index: 2;
}
#yt-responsivemenu {
  display: none;
}
#yt-responsivemenu .btn.btn-navbar {
  border: none;
  border-radius: 0;
  height: 50px;
  left: 0;
  line-height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: -50px;
  width: 50px;
}
.more-wrap,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.sm_megamenu_lv1 {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#yt-responsivemenu .btn.btn-navbar .icon-th-list {
  color: #fff;
  font-size: 20px;
}
#yt_resmenu_sidebar {
  display: none;
}
.clearfix::after,
.configurable-swatch-list::after,
.product-view .product-options .swatch-attr::after {
  clear: both;
  content: "";
  display: table;
}
#yt_header .yt-menu {
  max-height: 710px;
}
.yt-menu {
  float: left;
  margin-top: -50px;
  max-height: 649px;
  width: 100%;
}
#btn_categories::after {
  background: url(../imgs/ico-cate-down.png) no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 15px;
  position: absolute;
  right: 12px;
  top: 18px;
  width: 15px;
}
#btn_categories,
.sambar,
.sambar ul li {
  position: relative;
}
#btn_categories {
  background-color: #142961;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
#btn_categories span {
  color: #fff;
  font-size: 116.6%;
  font-weight: 700;
  text-transform: uppercase;
}
.yt-menu-content {
  border-top: 3px solid #ff804c;
}
.sm_megamenu_wrapper_vertical_menu {
  background-color: #fff;
  display: block;
  margin: 0;
}
.sambar .sambar-inner::after,
.sambar .sambar-inner::before {
  content: "";
  display: table;
  line-height: 0;
}
.sambar .sambar-inner::after {
  clear: both;
}
sambar .sambar-inner .btn-sambar {
  background: #fff;
  color: #fff;
  display: none;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 7px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  border-bottom: 1px solid #ddd;
  border-top: medium none;
  box-sizing: unset !important;
  padding: 0;
  list-style: none;
}
.sambar ul li {
  background: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
.sambar ul li:hover {
  background: #eaeaea;
}
.sm_megamenu_wrapper_vertical_menu
  .sm_megamenu_menu
  li.sm_megamenu_lv1
  > a.sm_megamenu_head {
  display: inline-block;
  padding: 2px 10px;
  width: 100%;
}
.sm_megamenu_wrapper_vertical_menu
  .sm_megamenu_menu
  li.sm_megamenu_lv1:first-child
  > a.sm_megamenu_head
  > span {
  padding-top: 12px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li .sm_megamenu_title {
  color: #444;
  font-size: 13px;
  line-height: 25px;
  white-space: nowrap;
}
.sm_megamenu_icon {
  display: block;
  padding-left: 40px;
}
.sm_megamenu_wrapper_vertical_menu
  .sm_megamenu_menu
  li.sm_megamenu_lv1
  > a.sm_megamenu_head
  > span {
  padding: 5px 0;
}
.more-wrap {
  border-top: 1px solid #ddd;
  clear: both;
  display: inline-block;
  padding: 17px 20px;
  width: 100%;
}
.more-wrap .more-view {
  background: url(../imgs/ico-more-cate.png) left center no-repeat
    rgba(0, 0, 0, 0);
  font-size: 108.3%;
  padding-left: 25px;
  width: 13px;
}
.carousel-indicators .active {
  background-color: #2980b9;
}
.carousel-inner img {
  width: 100%;
  max-height: 460px;
}
#carousel-example-generic .carousel-control {
  width: 0;
}
#carousel-example-generic .carousel-control.left,
#carousel-example-generic .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  top: 45%;
}
#carousel-example-generic .carousel-control.left span,
#carousel-example-generic .carousel-control.right span {
  padding: 15px;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left,
#carousel-example-generic .carousel-control .glyphicon-chevron-right,
#carousel-example-generic .carousel-control .icon-next,
#carousel-example-generic .carousel-control .icon-prev {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-left,
#carousel-example-generic .carousel-control .icon-prev {
  left: 0;
}
#carousel-example-generic .carousel-control .glyphicon-chevron-right,
#carousel-example-generic .carousel-control .icon-next {
  right: 0;
}
#carousel-example-generic .carousel-control.left span:hover,
#carousel-example-generic .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.header-text {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.666666666667%;
  color: #fff;
}
.btn-min-block {
  min-width: 170px;
  line-height: 26px;
}
.btn-theme {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-right: 15px;
}
.btn-theme:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
#slider-abt-content {
  background: #132760;
  font-family: Inter-Regular;
}
.slider-bottom-inner {
  color: #fff;
}
.btm-abt-contant-desc {
  background: #133083;
  border-right: 1px solid #555;
  padding: 10px 30px 15px;
}
#yt_main.yt-main-left,
.col-left-section,
.spotlight-wrap .block-content ul {
  padding-left: 0;
}
.btm-abt-contant-desc h1 {
  font-family: Inter-Light;
  font-size: 33px;
  font-weight: 100;
  margin: 10px 0;
}
.big-hot-offer-heading-text {
  font-family: Inter-Regular;
  font-size: 30px;
  text-transform: uppercase;
}
.big-hot-offer-heading-text h1 {
  margin-bottom: 0;
  font-size: 31px;
}
.sale-offer-heading-text > h1 {
  border-bottom: 4px solid #bfbfbf;
  color: #f56a36;
  display: inline-block;
  font-family: Inter-Regular;
  font-size: 66px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.disc-offer-heading-text > p {
  font-size: 24px;
  text-transform: uppercase;
}
.slider-bottom-desc-text-section {
  font-size: 13px;
}
.right-offer-timer-count-section {
  text-align: center;
}
.yt-content.wrap {
  margin-top: 15px;
}
#yt_content {
  position: relative;
  z-index: 1;
}
#yt_content,
#yt_footer {
  float: left;
  width: 100%;
}
#yt_content .columns-w {
  margin-top: 0;
}
.demo-notice {
  display: none;
}
.no-display {
  display: none !important;
}
.spotlight-wrap .spotlight {
  font-size: 100%;
}
.spotlight-wrap .spotlight .block-title {
  line-height: 100%;
}
.spotlight.spotlight3.col-bs-20 {
	width: 36%;
	padding-right: 50px;
	text-align: justify;
}
.spotlight.spotlight4.col-bs-20 {
	width: 18%;
	padding-right: 20px;
}
ul.footer-links-container li a:before {
  font-family: FontAwesome;
  padding-right: 6px;
}
.spotlight4 .address,
.spotlight4 .email,
.spotlight4 .phone {
  float: left;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}
.spotlight4 .ico-contactus {
  background-color: #969696;
  background-image: url(../imgs/ico-contactus.png);
  background-repeat: no-repeat;
  border-radius: 2px;
  display: block;
  float: left;
  height: 30px;
  margin-right: 10px;
  text-indent: -999em;
  width: 30px;
}
.spotlight4 .address .inner {
  margin-top: -5px;
}
.spotlight-wrap .spotlight4 .address .ico-contactus {
  background-position: 9px 7px;
}
.spotlight-wrap .spotlight4 .email .ico-contactus {
  background-position: 7px -34px;
}
.spotlight-wrap .spotlight4 .phone .ico-contactus {
  background-position: 7px -75px;
}
ul.feature-product-tab-section {
  margin-bottom: 15px;
}
.feature-product-tab-content {
  margin-top: 10px;
}
ul.feature-product-tab-section li.tab-first-title-text {
  font-size: 20px;
  padding-bottom: 4px;
  padding-right: 15px;
  padding-top: 10px;
}
ul.feature-product-tab-section li {
  font-size: 13px;
}
.feature-product-tab-section li a {
  border-radius: 0;
}
.feature-product-tab-section > li.active > a,
.feature-product-tab-section > li.active > a:focus,
.feature-product-tab-section > li.active > a:hover {
  border-top: 2px solid #ff804c;
}
.item .item-price .old-price .price,
.item .product-price .old-price .price,
.price-box .old-price .price {
  color: #999;
  font-size: 100%;
  text-decoration: line-through;
}
.products-grid .item .product-addto-wrap {
  clear: both;
  margin-top: 16px;
}
.product-addcart {
  float: left;
}
.product-addcart .btn-cart::before {
  background-image: url(../imgs/btn-cart.png);
  background-position: -37px 0;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 17px;
}
.block-clientsay,
.inc-tax-list {
  position: relative;
}
.product-addcart .btn-cart {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 13px;
  position: relative;
  text-transform: uppercase;
}
.product-addcart .btn-cart:hover {
  background-color: #ff804c;
  color: #fff;
}
.product-addcart .btn-cart:hover::before {
  background-image: url(../imgs/btn-cart.png);
  background-position: 0;
  transition: all 0.3s ease-in-out 0;
}
.product-name {
  font-size: 16px;
  font-weight: 400;
  font-family: Inter-Regular;
  overflow: hidden;
}
.product-info .product-name {
  font-family: Inter-Regular;
  font-style: italic;
  font-weight: 100 !important;
}
.product-info .prod-desc-short {
  font-size: 11px;
  font-weight: 100;
  line-height: 18px;
  padding-top: 5px;
}
.product-review .rating-box {
  color: #ddd;
  margin-bottom: 5px;
}
.wishlist-compare a.link-wishlist {
  background-position: 9px center;
}
.wishlist-compare a.link-compare {
  background-position: -27px center;
}
.add-to-links li a,
.wishlist-compare a {
  background-image: url(../imgs/wishlist-compare.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  display: inline-block;
  float: left;
  height: 32px;
  margin-left: 5px;
  text-indent: -999em;
  width: 32px;
}
.product-addto-wrap {
  margin: 10px 0;
}
.col-item {
  border: 1px solid #ddd;
  padding: 20px;
}
.col-item:hover {
  transition: all 0.2s ease 0;
}
#carousel-example-generic .carousel-control-tab,
.controls #carousel-example-generic .carousel-control-tab {
  background-image: url(../imgs/ico-slider.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  display: inline-block;
  height: 27px;
  text-indent: -999em;
  width: 20px;
}
#carousel-example-generic .carousel-control-tab.prev {
  background-position: -31px 0;
}
#carousel-example-generic .carousel-control-tab.prev:hover {
  background-position: 0 0;
  background-color: #ff804c;
  transition: all 0.2s ease-in-out 0;
}
#carousel-example-generic .carousel-control-tab.next {
  background-position: -60px 0;
}
#carousel-example-generic .carousel-control-tab.next:hover {
  background-position: -90px 0;
  background-color: #ff804c;
  transition: all 0.2s ease-in-out 0;
}
#yt_right .block-title span::after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}
.block-clientsay .carousel {
  position: inherit;
}
.block-clientsay #carousel-example-generic .carousel-control-wrap {
  position: absolute;
  right: 0;
  top: -10px;
}
.header2-wrap-bottom-copy .block-newsletter {
  background-color: #132760;
  background-size: 100% 100%;
  color: #fff;
  float: left;
  padding: 20px 17px 0;
}
.header2-wrap-bottom-copy .block-newsletter .block-title {
  font-size: 216.6%;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  border: none !important;
}
.header2-wrap-bottom-copy .header2-wrap .block-newsletter .block-content {
  border: none !important;
  padding: 0 !important;
}
.header2-wrap-bottom-copy .block-newsletter .block-content p {
  line-height: 140%;
  font-size: 12px;
}
.header2-wrap-bottom-copy
  .block-newsletter
  #newsletter-validate-detail
  .input-box {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  position: relative;
  width: 229px;
}
.header2-wrap-bottom-copy
  .block-newsletter
  #newsletter-validate-detail
  .input-box
  #newsletter {
  border: none;
  height: 40px;
  width: 180px;
}
.header2-wrap-bottom-copy
  .block-newsletter
  #newsletter-validate-detail
  .input-box
  button {
  background: url(../imgs/newsletter-btn.png) center center no-repeat #ff804c;
  height: 40px;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 49px;
  border: none;
}
.block-clientsay .client-cont {
  line-height: 22px;
  font-size: 12px;
  padding-top: 25px;
}
.block-clientsay .client-info {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 20px;
  text-align: center;
}
.block-clientsay .client-info span {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.block-clientsay .client-info p {
  color: #444;
  font-size: 11px;
}
#yt_footer .footer-bottom {
  background-color: #444;
  color: #fff;
  padding: 10px 0;
}
.yt-copyright > p {
  font-size: 12px;
}
#yt_footer .yt-payment .block-payment {
  float: right;
}
#yt_footer .yt-payment a {
  background-image: url(../imgs/payment-bg.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  text-indent: -999em;
  width: 36px;
}
#yt_footer .yt-payment a:hover {
  background-image: url(../imgs/yellow-payment-bg.png);
}
#yt_footer .yt-payment .payment1 {
  background-position: 3px 0;
}
#yt_footer .yt-payment .payment2 {
  background-position: -37px center;
}
#yt_footer .yt-payment .payment3 {
  background-position: -75px center;
}
#yt_footer .yt-payment .payment4 {
  background-position: -114px center;
}
#yt_footer .yt-payment .payment5 {
  background-position: -150px center;
}
#yt_footer .yt-payment .payment6 {
  background-position: -186px center;
}
#yt-totop {
  background: url(../imgs/backtotop.png) center center no-repeat
    rgba(0, 0, 0, 0);
  height: 48px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 48px;
  z-index: 99;
}
.footer-contact-detail-container {
  padding: 0;
}
.footer-links-w {
  background: url(../imgs/line-bg.png) left top repeat-x rgba(0, 0, 0, 0);
  float: left;
  font-size: 91.6%;
  margin-top: 0;
  padding: 10px 0;
  width: 100%;
}
.footer-links-container li a {
  line-height: 24px;
}
#product-listing-page #btn_categories {
  cursor: pointer;
}
#product-listing-page .yt-menu-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 60px;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
#product-listing-page .yt-menu:hover .yt-menu-content {
  left: 15px;
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: all 0.2s ease-in-out 0.3s;
}
.prod-cate-page .products-grid .item {
  min-height: 330px !important;
  height: 330px !important;
}
.product-list-view-container.products-grid .item .item-inner {
  border: none;
  text-align: center;
}
.products-grid .item .item-inner {
  border: 1px solid #ddd;
  float: left;
  width: 100%;
}
.product-list-view-container .item-box {
  border-style: 2px solid #dedede;
  border-width: 2px;
}
.product-list-view-container .vpo-wrap h1 {
  margin-top: 0;
}
.category-products.related h2 {
  margin-top: 0;
  font-family: Inter-Regular;
}
.category-products .item .product-image {
  position: relative;
}
.product-list-view-container li:last-child .product-image,
.product-list-view-container li:nth-child(4n) .product-image {
  border-right: 1px solid #d3d3d3;
}
.product-list-view-container .product-image a img {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: hidden;
}
.category-products .item .product-image a.product-img {
  display: block;
  position: relative;
  z-index: 1;
}
.products-grid.product-list-view-container .product-name > a {
  font-size: 18px;
  text-align: center;
  font-family: Inter-Regular;
}
.category-products .item-inner .product-image .image-hover {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.sm_quickview_handler {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 116.6%;
  height: 32px;
  left: 30%;
  line-height: 30px;
  opacity: 0;
  padding: 0 14px;
  position: absolute;
  top: 42%;
  visibility: hidden;
  z-index: 999;
  transform: scale(1) rotate(0);
}
.prod-new {
  background: #f3773f;
  border-radius: 50%;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 20px;
  font-weight: 700;
  margin-left: -130px;
  top: 15px;
  padding: 10px 8px;
  position: absolute;
  z-index: 999;
}
.products-grid .item .item-inner .product-info {
  float: left;
  width: 100%;
}
.product-list-view-container.products-grid .item .product-name {
  font-family: Inter-Medium;
  font-size: 18px;
  font-weight: 100;
  font-style: normal;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
  line-height: 100%;
  margin-top: 5px;
}
.explore-more-link {
  font-size: 13px;
  text-transform: uppercase;
}
.explore-more-link a {
  color: #213d8a;
}
.explore-more-link i {
  color: #e3bf8a;
  font-size: 14px;
  padding-left: 2px;
}
.category-products .item .item-inner:hover .sm_quickview_handler {
  opacity: 1;
  visibility: visible;
}
body.internal-page {
  font-size: 12px;
}
.internal-page #btn_categories {
  cursor: pointer;
}
.internal-page .yt-menu-content {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 60px;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}
.internal-page .yt-menu:hover .yt-menu-content {
  left: 0;
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: all 0.2s ease-in-out 0.3s;
}
#yt_pathway {
  margin-top: 2px;
  margin-bottom: 15px;
}
#yt_pathway .pathway-inner .breadcrumbs {
  float: left;
  width: 100%;
}
#yt_pathway ul.breadcrumbs li.home {
  border-left: 1px solid #ddd;
}
#yt_pathway ul.breadcrumbs li,
#yt_pathway ul.breadcrumbs li a {
  float: left;
}
#yt_pathway ul.breadcrumbs li a,
#yt_pathway ul.breadcrumbs li.last {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  height: 24px;
  line-height: 21px;
  margin-right: 3px;
  padding: 0 10px 0 20px;
  position: relative;
}
#yt_pathway ul.breadcrumbs li.home a::before {
  background: rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
}
#yt_pathway ul.breadcrumbs li a::after,
#yt_pathway ul.breadcrumbs li.last::after {
  background: url(../imgs/breadcrumbs-right.png) no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 24px;
  position: absolute;
  right: -10px;
  top: -1px;
  width: 10px;
}
#yt_pathway ul.breadcrumbs li a::before,
#yt_pathway ul.breadcrumbs li.last::before {
  background: url(../imgs/breadcrumbs-right.png) no-repeat rgba(0, 0, 0, 0);
  content: "";
  height: 24px;
  left: 1px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.yt-product-detail .yt-detail-left {
  padding-left: 0;
}
.yt-product-detail .product-img-box {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
}
.yt-product-detail .product-img-box .yt-detail-image {
  margin-bottom: 10px;
  position: relative;
}
.yt-product-detail .yt-detail-right {
  float: left;
  line-height: 150%;
}
#product_addtocart_form {
  margin-right: 20px;
  position: relative;
}
.yt-product-detail .product-name h1 {
  font-family: Inter-Regular;
  font-size: 167%;
  font-weight: 700;
  margin-top: 5px;
}
.product-name .prod-desc-heading {
  font-family: Inter-Light !important;
}
.yt-product-detail .product-shop .product-review {
  clear: both;
  margin: 0;
  padding: 10px 0 20px;
}
.yt-product-detail .product-shop .price-box {
  float: none;
}
.yt-product-detail .price-box .special-price .special-price {
  font-size: 100%;
}
.yt-product-detail .price-box .price,
.yt-product-detail .price-box .price-from .price,
.yt-product-detail .price-box .price-to .price {
  font-size: 167%;
}
.price-sale {
  font-family: Inter-Bold;
  font-size: 20px !important;
}
.inc-tax {
  color: #133083;
  font-size: 14px;
  font-style: italic;
  position: relative;
  margin-top: 10px;
  clear: both;
}
.yt-product-detail .short-description {
  clear: both;
  float: left;
  margin: 5px 0;
}
.short-description ul {
  padding: 0 20px 40px;
}
.short-description p {
  font-size: 14px !important;
  line-height: 20px !important;
}
.yt-product-detail .product-shop .availability span {
  background-image: url(../imgs/ico-instock.png);
  background-position: 0 3px;
  background-repeat: no-repeat;
  color: #00abf0;
  margin-left: 3px;
  padding-left: 18px;
}
.yt-product-detail .addthis_toolbox {
  clear: both;
  float: left;
  margin-bottom: 25px;
}
.yt-product-detail .add-to-box,
.yt-product-detail .add-to-holder.have-price {
  margin-top: 20px;
}
.yt-product-detail .add-to-box {
  clear: both;
  margin-bottom: 15px;
}
.yt-product-detail .wrap-qty {
  background-color: #eee;
  float: left;
  height: 40px;
  padding: 5px 15px;
  width: 120px;
}
.yt-product-detail .wrap-qty .qty-title {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
#product-shop .wrap-qty .qty-set,
.product-shop .wrap-qty .qty-set {
  float: left;
}
.wrap-qty .qty-set .quantity-box {
  float: left;
  position: relative;
  width: 50px;
}
.product-shop .add-to-cart input.input-text.qty,
.quantity-box .quantity-input.qty {
  border: none;
  height: 30px;
  line-height: 100%;
  margin: 0;
  text-align: center;
  width: 60px;
}
.quantity-box .quantity-controls.quantity-plus {
  background-position: 0 0;
  top: 0;
}
.quantity-box .quantity-controls {
  background-color: #444;
  background-image: url(../imgs/plus-minus.png);
  background-repeat: no-repeat;
  border: none;
  height: 15px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 15px;
}
.quantity-box .quantity-controls.quantity-minus {
  background-position: 0 -15px;
  top: 15px;
}
.yt-product-detail .add-to-cart {
  float: left;
}
#yt_wrapper .add-to-cart .btn-cart,
.yt-product-detail .add-to-cart .btn-cart {
  background: #ff804c;
  color: #fff;
  display: block;
  float: left;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0;
  border: none;
  font-size: 15px;
}
#yt_wrapper .add-to-cart .btn-cart:hover,
.yt-product-detail .add-to-cart .btn-cart:hover {
  background-color: #444 !important;
  transition: all 0.2s ease-in-out 0;
}
.yt-product-detail .add-to-links li,
.yt-product-detail .product-add-box {
  float: left;
}
.yt-product-detail .add-to-links li a.link-wishlist {
  background-position: 9px center;
}
.category-products .item .wishlist-compare a,
.yt-product-detail .add-to-links li a {
  background-image: url(../imgs/wishlist-compare.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  display: inline-block;
  float: left;
  height: 32px;
  margin-left: 5px;
  text-indent: -999em;
  width: 32px;
}
.yt-product-detail .add-to-links li a.link-compare {
  background-position: -26px center;
}
.category-products .item .wishlist-compare a:hover,
.yt-product-detail .add-to-links li a:hover {
  background-image: url(../imgs/wishlist-compare-yellow.png);
  border: 1px solid #ff804c;
}
.yt-custom-block {
  padding-left: 0;
  padding-right: 0;
}
.policy-detail .banner-policy {
  box-shadow: none;
  margin-top: 0;
}
.banner-policy {
  background-color: #eee;
  box-shadow: 3px 3px 0 0 #d9d9d9;
  clear: both;
  display: inline-block;
  font-size: 116.6%;
  margin-top: 30px;
  text-transform: uppercase;
  width: 100%;
}
.policy-detail .banner-policy .policy2 {
  padding: 32px 11px;
}
.policy-detail .banner-policy .policy {
  border-bottom: 1px solid #fff;
  border-right: medium none;
  width: 100%;
}
.policy-detail .banner-policy .policy2 a span {
  background-image: url(../imgs/ico-freeship4.png);
  height: 45px;
  width: 53px;
}
.banner-policy .policy a span {
  background-repeat: no-repeat;
  float: left;
  margin-right: 10px;
  text-indent: -999em;
}
.policy-detail .banner-policy .policy3 {
  padding: 32px 28px;
}
.policy-detail .banner-policy .policy3 a span {
  background-image: url(../imgs/ico-celander4.png);
  height: 34px;
  width: 33px;
}
.policy-detail .banner-policy .policy4 {
  padding: 32px 22px;
}
.policy-detail .banner-policy .policy4 a span {
  background-image: url(../imgs/ico-umbrella4.png);
  height: 34px;
  width: 34px;
}
.policy-detail .banner-policy .policy5 {
  padding: 25px 22px;
}
.policy-detail .banner-policy .policy5 a span {
  background-image: url(../imgs/icon-ask.png);
  height: 44px;
  width: 44px;
}
.banner-policy .policy2 a:hover span,
.block-policy-v3 .policy2 .policy-inner:hover span {
  background: url(../imgs/ico-freeship-yellow.png) no-repeat rgba(0, 0, 0, 0);
}
.banner-policy .policy3 a:hover span,
.block-policy-v3 .policy3 .policy-inner:hover span {
  background: url(../imgs/ico-celander-yellow.png) no-repeat rgba(0, 0, 0, 0);
}
.banner-policy .policy4 a:hover span,
.block-policy-v3 .policy4 .policy-inner:hover span {
  background: url(../imgs/ico-umbrella-yellow.png) no-repeat rgba(0, 0, 0, 0);
}
.banner-policy .policy5 a:hover span,
.block-policy-v3 .policy5 .policy-inner:hover span {
  background: url(../imgs/icon-ask-yellow.png) no-repeat rgba(0, 0, 0, 0);
}
.product-image-gallery {
  margin-right: 1px;
}
.yt-product-detail .popup-btn.hidden-phone > a {
  background-color: #8f8f8f;
  background-image: url(../imgs/icon-zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 0 none;
  border-radius: 2px;
  bottom: 5px;
  height: 34px;
  position: absolute;
  right: 5px;
  text-align: center;
  text-indent: -999em;
  width: 34px;
  z-index: 9999;
}
.yt-product-detail .popup-btn.hidden-phone > a:hover {
  background-color: #ff804c;
}
#wrap .yt-product-detail #yt_main .sm-slider {
  clear: both;
  display: inline-block;
  margin: 25px 0 0;
  width: 100%;
}
.yt-product-detail .sm-slider {
  position: relative;
}
.yt-product-detail .sm-slider .block-title {
  border-bottom: 1px solid #ddd;
  line-height: 100%;
  margin-bottom: 20px;
}
#yt_main .yt-product-detail .sm-slider .block-title span::after {
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100px;
}
#yt_main .yt-product-detail .sm-slider .block-title span {
  display: inline-block;
  font-size: 133%;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.product-image .sale-product {
  background: url(../imgs/ico-sale.png) no-repeat rgba(0, 0, 0, 0);
  height: 30px;
  left: 15px;
  width: 56px;
}
.product-image .new-product {
  background: url(../imgs/ico-new.png) no-repeat rgba(0, 0, 0, 0);
  height: 40px;
  right: 15px;
  width: 56px;
}
.social-pinrest {
  background-image: url(../imgs/icon-pinrest.jpg);
  background-repeat: no-repeat;
  height: 40px;
  right: 0;
  width: 56px;
}
.product-image .have-ico {
  position: absolute;
  text-indent: -999em;
  top: 15px;
  z-index: 1;
}
#carousel-example-generic .carousel-control-nav.prev {
  background-position: -31px 0;
}
#carousel-example-generic .carousel-control-nav.next {
  background-position: -60px 0;
}
.controls #carousel-example-generic .carousel-control-nav {
  background-image: url(../imgs/ico-slider.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  display: inline-block;
  height: 27px;
  text-indent: -999em;
  width: 20px;
}
.price.alter-price-text {
  color: #404040 !important;
  font-size: 22px !important;
  font-weight: 600;
}
.other-prod-list-slide {
  padding-top: 25px;
}
#login-account-page .page-title h1::after {
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}
.page-title h1 {
  font-family: Inter-Regular;
  font-size: 167%;
  position: relative;
  text-transform: capitalize;
  border-bottom: 2px solid #ff804c;
  display: inline-block;
}
.page-title h1,
h1.page-title {
  margin: -6px 0 30px;
  padding-bottom: 10px;
}
.buttons-set {
  border-top: 1px solid #e9e9e9;
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
}
.button {
  background-color: #444;
  color: #fff;
  line-height: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  border: none;
}
.button:hover {
  background-color: #ff804c;
  transition: all 0.2s ease-in-out 0;
}
.buttons-set .button {
  float: right;
  margin-left: 5px;
}
.account-login {
  margin-bottom: 20px;
}
.account-login .col2-set .content > h2 {
  font-size: 18px !important;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: Inter-Medium;
  color: #ee6834;
}
.col2-set .content > h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.account-login label {
  padding-bottom: 3px;
}
label.required em {
  color: red;
  font-weight: 400;
  padding: 0 5px 0 0;
  vertical-align: middle;
}
.form-list li {
  margin-bottom: 5px;
}
#yt_left .block,
#yt_right .block {
  clear: both;
}
#yt_left .block-title,
#yt_right .block-title {
  border-bottom: 1px solid #ddd;
  line-height: 100%;
}
#yt_left .block-title span,
#yt_right .block-title span {
  display: inline-block;
  font-size: 133%;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  border-bottom: 1px solid #ff804c;
}
#yt_left .block-content,
#yt_right .block-content {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 0 20px 20px;
  width: 100%;
}
#yt_left .block-account .block-content > ul > li {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  padding: 10px 0 5px;
  width: 100%;
}
.my-account .box-account {
  margin-top: 10px;
}
.my-account .box-account .box-head {
  background: #777;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff;
  line-height: 100%;
}
.my-account .box-account .box-head > h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
#login-form,
.my-account .box-account .col2-set {
  margin-left: -30px;
}
.my-account .box-account.box-info .col2-set .col-1 {
  padding-left: 30px;
}
.my-account .box-title {
  border-bottom: 1px dashed #e9e9e9;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 5px;
}
.my-account .box-title > h3 {
  color: #727272;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 180%;
  margin-top: 0;
}
.my-account .box-title > a {
  float: right;
  line-height: 180%;
}
.my-account .box-content h4 {
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 5px;
  font-size: 12px;
}
.mar-left-10 {
  margin-left: -13px;
}
.my-account h3,
.my-account h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #727272;
}
.fieldset {
  margin-bottom: 20px;
  padding: 20px 0 0;
}
.fieldset .legend {
  background: #fff;
  float: left;
  font-size: 117%;
  font-weight: 600;
  margin: -25px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.my-account label {
  font-weight: 400 !important;
}
input[type="checkbox"],
input[type="radio"] {
  float: left;
  margin: 1px 7px 0 0;
}
#checkoutSteps > li {
  float: left;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
#checkoutSteps .step-title {
  background: #777;
  border: none;
  color: #fff;
  cursor: pointer;
  line-height: 100%;
  padding: 12px 20px;
}
#checkoutSteps > li > div {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #e9e9e9 #e9e9e9;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  float: left;
  padding: 20px;
  width: 100%;
}
#checkoutSteps .step-title > span.number {
  float: left;
  font-size: 130%;
  font-weight: 700;
  line-height: 100%;
  margin-right: 10px;
}
#checkoutSteps .step-title > h2,
#checkoutSteps .step-title > span {
  font-size: 120%;
  line-height: 110%;
  margin: 0;
}
#checkoutSteps.opc .step-title a {
  display: none;
}
label {
  font-weight: 400;
  padding-bottom: 3px;
}
#checkout-progress-wrapper .block-content dt {
  border: 1px solid #e9e9e9;
  font-weight: 400;
  margin-top: 10px;
  padding: 7px;
}
#checkout-progress-wrapper .block-content {
  padding: 20px;
}
#yt_right #checkout-progress-wrapper .block-title span {
  font-size: 55%;
}
.box-1-contact .block-map {
  margin-bottom: 20px;
}
.box-1-contact .form-wrapper .input-box .input-text {
  max-width: 395px;
  width: 100%;
}
.box-1-contact .form-wrapper .input-box #comment {
  max-width: none;
  width: 100%;
}
.box-1-contact .store-info .list-info .item-info {
  margin-bottom: 20px;
  padding-left: 52px;
  position: relative;
}
.box-1-contact .store-info .list-info .item-info.main-info > div::before {
  background-image: url(../imgs/add_contact.png);
}
.box-1-contact .store-info .list-info .item-info.email-info > div::before {
  background-image: url(../imgs/email_contact.png);
}
.box-1-contact .store-info .list-info .item-info.phone-info > div::before {
  background-image: url(../imgs/phone_contact.png);
}
.box-1-contact .store-info .list-info .item-info > div::before {
  background-color: #f0f0f0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
.box-1-contact .store-info .list-info .item-info .info-content > h2 {
  color: #444;
  font-family: inherit;
  font-size: 108.3%;
  text-transform: uppercase;
}
.wrapper_404page {
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.wrapper_404page .content-404page {
  float: right;
  margin-top: 40px;
  max-width: 500px;
  text-align: center;
}
.wrapper_404page .content-404page .bottom-text,
.wrapper_404page .content-404page .top-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .btn-404 {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 4px 10px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
.add_add {
  border: 2px solid #ff804c;
  display: inline-block;
  float: right;
  margin: -60px 0 10px;
  padding: 2px 5px;
}
.add_add:hover {
  background: #ff804c;
}
.add_add:hover a {
  color: #fff;
  text-decoration: none;
}
#bpopup {
  display: none;
}
#order-list-page #shopping-cart-table {
  margin-top: 20px;
}
#order-list-page .data-table {
  width: 100%;
}
#order-list-page table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
#order-list-page #yt_wrapper .cart .title-buttons,
#order-list-page #yt_wrapper .cart form {
  float: left;
  width: 100%;
}
#order-list-page .cart .checkout-types {
  margin-top: 0;
  text-align: right;
}
#order-list-page .data-table thead {
  border: 1px solid #e9e9e9;
}
#order-list-page .data-table th {
  border: 1px solid #e9e9e9;
  padding: 10px;
  text-align: center;
}
#order-list-page .nowrap,
#order-list-page th .nobr {
  white-space: nowrap !important;
}
#order-list-page .data-table tr td {
  border: 1px solid #e9e9e9;
  padding: 10px;
  vertical-align: middle;
}
#order-list-page .a-center {
  text-align: center;
}
#order-list-page .page-title h1,
#order-list-page h1.page-title {
  margin: 0;
  padding-bottom: 10px;
}
#order-list-page #shopping-cart-table .a-center .input-text {
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
}
#order-list-page input.input-text.qty {
  width: auto;
}
.qty {
  position: relative;
  top: -3px;
}
#order-list-page .cart-collaterals select,
#order-list-page .form-list input.input-text,
#order-list-page input.input-text {
  margin-bottom: 10px;
  padding: 7px 10px;
  width: 260px;
}
#order-list-page .col2-set .totals {
  border: 1px solid #e9e9e9;
  float: left;
  line-height: 200%;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
}
#my-all-order-list table td,
#my-all-order-list table th {
  border: 1px solid #dedede;
  padding: 10px;
  text-align: center;
}
.star-rating-block img {
  padding: 0 1px;
  width: 18px !important;
}
.product-review a,
.product-review a:focus,
.product-review a:hover,
.product-review a:visited {
  outline: 0;
  border: none;
  text-decoration: none;
}
.related-produ-slide-container,
.slide-alternate-product {
  margin-bottom: 0 !important;
}
.related-produ-slide-container ul li .col-item {
  min-height: 350px;
  margin-bottom: 0;
}
.product-info .product-name {
  font-size: 14px !important;
  padding-bottom: 20px;
}
.view-cart-option-btn {
  color: #555 !important;
  font-size: 11px !important;
  font-weight: 600;
}
.catalogue-search .related-produ-slide-container .slides li:nth-child(4n + 5) {
  clear: both;
}
.product-image a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
.flexslider .slides li {
  min-height: 440px;
}
.update-cart-button {
  padding: 12px 15px;
  line-height: 100%;
}
.note-offer-till-only-fixtime {
  color: #e74c3c;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 5px;
}
.featuredFlexslider .flex-direction-nav a {
  background-image: url(../imgs/ico-slider.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  height: 27px;
  margin: -30px 0 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: 6% !important;
  width: 20px;
  z-index: 10;
}
.featuredFlexslider .flex-direction-nav .flex-prev {
  background-position: -31px center;
  margin-right: 5px;
  right: 35px;
}
.featuredFlexslider .flex-direction-nav .flex-next {
  background-position: -59px center;
  right: 15px;
  text-align: right;
}
.photos {
  vertical-align: middle;
  max-height: 190px;
  max-width: 190px;
  height: 190px;
  margin: 0 auto;
}
.photos img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.feature-product-full-container {
  padding-top: 20px;
}
.featuredFlexslider ul.slides li .featuredProduct-block {
  border: 1px solid #ddd;
  padding: 25px 15px 15px;
  min-height: 385px;
}
.featuredFlexslider {
  margin-bottom: 0;
  border: none;
}
.pagination > a {
  border: 1px solid #ddd;
  margin: 5px;
  padding: 4px 10px;
}
.pagination > strong {
  background: #ff804c;
  border: 1px solid #df602c;
  color: #fff;
  padding: 4px 10px;
}
.top-page-bottom-active-categ-heading {
  border-left: 5px solid #f78d5d;
  margin-bottom: 25px;
}
.top-page-bottom-active-categ-heading h4 {
  border: 1px solid #e7e7e7;
  margin: 0;
  padding: 10px 15px;
  width: auto;
}
.well {
  border-radius: 0;
  box-shadow: 0;
}
.main-example {
  width: 355px;
  margin-top: 25px;
}
.main-example .countdown-container {
  height: 130px;
}
.main-example .time {
  backface-visibility: hidden;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 40px;
  perspective: 479px;
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
  width: 40px;
}
.main-example .count,
.main-example .label {
  display: block;
  width: 100%;
  position: absolute;
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  font-family: Inter-Regular;
  font-size: 1.3em;
  line-height: 2.2em;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  transform: translateZ(0);
  transform-style: flat;
}
.main-example .count.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 50%;
  transform-origin: 50% 100% 0;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #000;
  height: 50%;
  line-height: 0;
  top: 45%;
  transform-origin: 50% 0 0;
}
.main-example .label {
  margin-top: 5px;
  top: -20px;
  padding: 0;
  color: #333;
  font-size: 10px;
  text-transform: uppercase;
}
.main-example .count.curr.top {
  transform: rotateX(0);
  z-index: 3;
}
.main-example .count.next.bottom {
  transform: rotateX(90deg);
  z-index: 2;
}
.main-example .flip .count.curr.top {
  transform: rotateX(-90deg);
  transition: all 250ms ease-in-out 0;
}
.main-example .flip .count.next.bottom {
  transform: rotateX(0);
  transition: all 250ms ease-in-out 250ms;
}
@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
    height: 70px;
    width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
    padding: 0;
  }
}
#pd-list-view-page #yt_left .block,
#pd-list-view-page #yt_right .block {
  clear: both;
}
#pd-list-view-page #yt_left .block-title,
#pd-list-view-page #yt_right .block-title {
  border-bottom: 1px solid #ddd;
  line-height: 100%;
}
#pd-list-view-page #layered-navigation .block-layered-nav .block-content {
  padding: 20px;
}
#pd-list-view-page #yt_left .block-content,
#pd-list-view-page #yt_right .block-content {
  border: 1px solid #ddd;
  float: left;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}
#pd-list-view-page #narrow-by-list dt {
  font-size: 116.6%;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#pd-list-view-page #narrow-by-list dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}
#pd-list-view-page .block-layered-nav #narrow-by-list ol li::before {
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}
#pd-list-view-page #narrow-by-list ol li a::before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  width: auto;
}
#pd-list-view-page #narrow-by-list dd ol li {
  line-height: 15px;
  margin-bottom: 3px;
  padding-top: 10px;
}
#pd-list-view-page #narrow-by-list dd ol li a {
  display: inline-block;
}
#pd-list-view-page #narrow-by-list dd #price-filter-min-text {
  margin-right: 5px;
}
#pd-list-view-page #narrow-by-list dd.price-range input {
  float: left;
  width: 60px;
}
#pd-list-view-page .a-right {
  text-align: right;
}
#pd-list-view-page #yt_wrapper .button,
#pd-list-view-page .catalog-product-compare-index .button {
  background-color: #444;
  color: #fff;
  line-height: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
}
#pd-list-view-page #narrow-by-list dd #price-filter {
  margin-top: 20px;
}
#pd-list-view-page #narrow-by-list .price_filter {
  clear: both;
}
#pd-list-view-page .price_filter {
  background: url(../imgs/bg-filter-price.png) left center repeat-x
    rgba(0, 0, 0, 0);
  height: 12px;
  margin: 10px 0;
  overflow: hidden;
}
#pd-list-view-page #price-filter-max-text,
#price-filter-max,
#price-filter-min,
#price-filter-min-text {
  border-radius: 2px;
}
#pd-list-view-page .price_filter .price-from,
.price_filter .price-to {
  background: #898989;
  cursor: e-resize;
  display: block;
  height: 12px;
  margin-top: 0;
  position: relative;
  width: 12px;
}
#pd-list-view-page .price-from::before,
#pd-list-view-page .price_filter .price-from::before,
.price_filter .price-to::before {
  background: #909090;
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 4px;
  width: 1000px;
  content: "";
}
#pd-list-view-page .price_filter .price-from::before {
  left: -1000px;
}
#pd-list-view-page .price_filter .price-to::before {
  right: -1000px;
}
#pd-list-view-page .price-filter-left {
  float: left;
}
#pd-list-view-page .price-filter-right,
#pd-list-view-page price-filter-max-display {
  float: right;
}
#pd-list-view-page .price_filter .price-to {
  cursor: w-resize;
  margin-left: -1px;
  margin-top: -12px;
}
.attrLabel,
.toolbar .select-inner:hover {
  cursor: pointer;
}
#pd-list-view-page .configurable-swatch-list {
  clear: both;
}
#pd-list-view-page .block-layered-nav .configurable-swatch-list li::before {
  display: none;
}
#pd-list-view-page .block-layered-nav #narrow-by-list ol li {
  position: relative;
}
.block-layered-nav .configurable-swatch-list li {
  float: left;
  width: 100%;
}
#narrow-by-list ol.configurable-swatch-list li {
  padding-top: 0 !important;
}
#narrow-by-list ol.configurable-swatch-list li a::before {
  background: rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  width: 16px;
}
.basic-bestsale .sm-basic-products .bs-items .bs-item {
  margin-bottom: 20px;
}
.sm-basic-products .bs-resp01-1 .bs-item {
  width: 100%;
}
.sm-basic-products .bs-items .bs-item {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0;
}
.sm-basic-products .bs-items .bs-item .bs-image {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.basic-bestsale .bs-image {
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px !important;
}
.sm-basic-products .bs-items .bs-item .bs-image img {
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.basic-bestsale .sm-basic-products .bs-title {
  margin-bottom: 3px;
}
.basic-bestsale .sm-basic-products .bs-title a {
  font-weight: 700;
}
.sm-basic-products .bs-price {
  margin-bottom: 5px;
}
.category-products .item .price-box .price,
.price-box .price {
  color: #ffba00;
  font-size: 133%;
}
.price-box .minimal-price .price-label {
  font-size: 11px;
}
.sm-basic-products {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.block-tags ul li {
  float: left;
  margin-bottom: 4px;
  margin-right: 5px;
}
#yt_wrapper .block-tags .actions .button,
.block-tags .tags-list li a {
  background-color: #eee;
  border-radius: 2px;
  color: #444;
  font-size: 100% !important;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px;
}
.tags-list li a {
  font-size: 100% !important;
}
.block-tags .actions {
  clear: both;
  float: left;
  margin-top: 25px;
}
#yt_wrapper .block-tags .actions .button::after {
  color: #444;
  content: "Ã¯Æ’Å¡";
  font-family: FontAwesome;
  font-size: 14px;
  padding-left: 6px;
}
#yt_wrapper .block-tags .actions .button {
  text-transform: capitalize;
}
#navbar .nav > li > a,
.cart .top-cart-links,
.charity-block-list h2,
.details-main-col .head-title-name,
.fpH,
.main_content_d h3,
.newsLT,
.sale-tag-text,
.top-cart-links strong {
  text-transform: uppercase;
}
.category-image {
  margin-bottom: 40px;
}
.toolbar-top {
  top: 75px;
}
.toolbar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  clear: both;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.toolbar .view-mode,
.toolbar .view-mode-label {
  float: left;
}
.toolbar .view-mode-wrap .view-mode a.grid:hover,
.toolbar .view-mode-wrap .view-mode strong.grid {
  background-image: url(../imgs/ico-grid-w.png);
}
.toolbar .view-mode-wrap .view-mode a.list {
  background-image: url(../imgs/ico-list.png);
}
.toolbar .view-mode-wrap .view-mode .grid {
  margin-right: 5px;
}
.toolbar-inner .view-mode .listing-grid-icon.current {
  background-color: #e49127;
}
.toolbar .view-mode-wrap .view-mode a,
.toolbar .view-mode-wrap .view-mode strong {
  background-color: #e9e9e9;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 30px;
  width: 30px;
}
.toolbar .toolbar-center {
  float: left;
  padding: 0;
}
.toolbar .sort-by-wrap label {
  float: left;
  font-weight: 400;
  line-height: 28px;
  padding-right: 6px;
}
.toolbar .select-new {
  float: left;
}
.toolbar .select-inner .overwrite-sortby::after {
  right: 10px;
}
.toolbar .select-inner .overwrite-limiter::after,
.toolbar .select-inner .overwrite-sortby::after {
  color: #8d8d8d;
  content: "Ã¯Æ’â€”";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
}
.toolbar .select-inner .overwrite-sortby {
  padding-left: 10px;
  padding-right: 31px;
}
.toolbar .select-inner ul {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 29px;
  visibility: hidden;
  z-index: 1;
}
.toolbar .sort-by .set-desc {
  background: url(../imgs/desc.png) no-repeat rgba(0, 0, 0, 0);
}
.toolbar .sort-by .set-asc,
.toolbar .sort-by .set-desc {
  background-position: center center !important;
  display: block;
  float: left;
  height: 28px;
  text-indent: -999em;
  width: 20px;
}
.toolbar .limiter-wrap .limiter label {
  margin-left: 15px;
  margin-right: 7px;
}
.toolbar label {
  padding-bottom: 0 !important;
}
.toolbar .limiter-wrap .limiter .select-new,
.toolbar label {
  float: left;
  font-weight: 400;
  line-height: 30px;
}
.toolbar .select-inner .overwrite-limiter::after {
  right: 6px;
}
.toolbar .select-inner .overwrite-limiter {
  padding-left: 6px;
  width: 45px;
}
.toolbar .select-inner .overwrite-limiter,
.toolbar .select-inner .overwrite-sortby {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 30px;
  line-height: 27px;
  position: relative;
}
.toolbar .select-inner ul#limiter {
  width: 45px;
}
.toolbar .pager-wrapper {
  float: left;
  padding-right: 0;
}
.toolbar .pagination-wrap .inner {
  float: right;
}
.pagination {
  display: inline-block;
  padding-left: 0;
}
.toolbar .pagination-wrap .pagination {
  float: right;
  margin: 0;
}
.toolbar .pagination-wrap .pagination .pages ol {
  margin-bottom: 0;
}
.toolbar .pagination-wrap .pagination .pages ol li {
  float: left;
  line-height: 100%;
  margin-left: 2px;
}
.toolbar .pagination-wrap .pagination .pages ol li a {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  display: block;
  padding: 7px 9px 8px;
}
.toolbar .select-inner {
  position: relative;
}
.toolbar .select-inner:hover ul {
  transform: scale(1) rotate(0);
  opacity: 1;
  visibility: visible;
}
.toolbar .sort-by .select-inner ul li a {
  padding: 7px 31px 7px 10px;
}
.toolbar .select-inner ul li a {
  display: block;
  line-height: 100%;
  padding: 7px 25px 7px 10px;
  text-align: left;
  width: 100%;
}
.active-filter {
  color: #e74c3c !important;
}
ol.top-category-listing-block li.item {
  width: 33%;
  min-height: 325px;
}
.charity-block-list h2,
.charity-middle-block-desc h1,
.charity-top-block-desc h1,
.charity-video-first-block h1 {
  font-family: Inter-Light;
  color: #ff6a4c;
}
.charity-top-block-desc {
  margin-top: 20px;
  padding-top: 20px;
}
.charity-top-block-desc h1 {
  font-family: Inter-Light;
  font-size: 34px;
  font-style: italic;
  line-height: 40px;
  padding-top: 20px;
}
.charity-middle-block {
  background-color: #142961;
  margin: 10px 0;
}
.charity-middle-block-heading h1 {
  font-family: Inter-Light;
  font-size: 35px;
  line-height: 40px;
  color: #fff;
  padding-top: 25px;
}
.text-blue-dark {
  color: #142961;
}
.text-orange-light {
  color: #ff6a4c;
}
.charity-top-block-desc > p {
  padding-top: 5px;
}
.charity-top-block {
  margin: 10px 0;
}
.charity-middle-block-full-desc {
  margin: 25px 0;
}
.charity-video-first-block h1 {
  padding-bottom: 5px;
}
.charity-video-first-block {
  margin-bottom: 20px;
}
.charity-bottom-blocks-list {
  margin: 20px 0;
  padding: 20px 15px;
}
.charity-bottom-blocks-list li:first-child {
  border-right: 1px solid #ccc;
}
.charity-bottom-blocks-list li:nth-child(3) {
  border: none !important;
}
.charity-block-list h2 {
  margin-top: 0;
}
.btn-light-orange {
  background: #ff6a4c;
}
.cutom-btn-style {
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: Inter-Light;
  font-size: 2.5em;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.cutom-btn-style:hover {
  color: #eee;
  text-decoration: none;
}
.charity-bottom-three-blocks-container {
  margin: 20px 0;
}
.charity-bottom-join-full-block {
  margin: 20px 0 45px;
}
.text-bold {
  font-weight: 700;
}
.no-item-msg-box-block {
  padding-bottom: 10px;
  padding-top: 40px;
}
.product-info .product-name,
.product-item-code-section {
  padding-top: 15px;
}
.cart-continous-btn-block .btn-cart::before {
  background-image: url(../imgs/btn-cart.png);
  background-position: -37px 0;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  left: 9px;
  position: absolute;
  top: 8px;
  width: 17px;
}
.cart-other-continous-container {
  padding-left: 25px;
}
.cart-continous-btn-block .btn-cart:hover::before {
  background-image: url(../imgs/btn-cart.png);
  background-position: 0 center;
  transition: all 0.3s ease-in-out 0;
}
.cart-continous-btn-block .btn-cart:hover {
  background-color: #ff804c;
  color: #fff;
}
.cart-continous-btn-block .btn-cart {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  font-size: 13px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 13px;
  position: relative;
  text-transform: uppercase;
}
.cart-continous-btn-block {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.bd-cart-inner-container {
  min-height: 250px;
}
.no-item-container {
  border: 1px solid #eaeaea;
  padding-bottom: 25px;
}
ul.slides > li:nth-child(9) {
  width: 274px !important;
}
.photo.product-image {
  overflow: hidden;
  height: 300px;
  min-height: 300px;
}
.other-prod-title {
  margin-top: 0;
}
.product-addcart a,
.product-addcart button {
  color: #000;
}
.yt-product-detail h1,
.yt-product-detail h2,
.yt-product-detail h3,
.yt-product-detail h4 {
  font-family: Inter-Regular;
  margin-top: 0;
}
.prod-title-intro-block h4 {
  margin-top: 5px;
  margin-bottom: 20px;
}
#addthis_wrap {
  margin-top: 10px;
}
.short-description ul li {
  line-height: 24px !important;
  list-style-type: initial;
  padding: 5px 0;
}
.product-list-view-container .prod-desc-short {
  font-size: 13px;
  max-height: 63px;
  overflow: hidden;
  padding-bottom: 15px;
}
.products-grid .item {
  float: left;
  padding: 0 5px;
}
.sub-usr-account-pages {
  margin-top: 15px;
}
.product-list-view-container {
  display: table;
  width: 100%;
  padding: 0 11px;
  margin-bottom: 25px;
}
.product-list-view-container li.item {
  margin: 10px 0 20px !important;
  min-height: 1px;
}
.product-listing-col li.item {
  margin: 10px 0 6px !important;
  min-height: 1px;
}
.pagination-bottom-section {
  text-align: center;
  padding-top: 50px;
}
.sm_megamenu_menu > li .sm_megamenu_icon,
.sm_megamenu_menu > li:nth-child(1) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-01.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(2) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-02.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(3) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-03.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(4) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-04.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(5) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-05.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(6) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-06.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(7) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-07.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(8) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-08.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(9) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-09.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(10) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-10.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(11) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-11.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(12) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-12.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(13) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-13.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
.sm_megamenu_menu > li:nth-child(14) .sm_megamenu_icon {
  background: url(../imgs/icons/icon-14.png) 0 50% no-repeat;
  padding-left: 30px !important;
}
#topbar-cart-container:hover > ul {
  display: block;
}
#topbar-cart-container .dropdown-cart .media {
  background: 0 0 !important;
}
.top-cart-qty-set-option {
  float: left;
  width: 70%;
}
.top-cart-prod-cost {
  font-weight: 600;
  padding-top: 5px;
}
.prod-incart-added {
  padding: 0;
}
.top-cart-prod-img img {
  border: 1px solid #dedede;
  margin-top: 10px;
}
#navbar .nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.top-head-srch-btn button {
  border-left: 0;
  border-color: #eee;
  border-radius: 0;
}
.slide-left-img img {
  width: auto;
}
.slider-caption-desc {
  padding-top: 20px;
  color: #000;
  font-size: 15px;
}
#carousel-example-generic .carousel-control.left {
  left: 2%;
  background: url(../imgs/icons/slide-arrow-left.png);
  height: 42px;
  width: 42px;
  font-size: 0;
}
#carousel-example-generic .carousel-control.right {
  right: 2%;
  background: url(../imgs/icons/slide-arrow-right.png);
  height: 42px;
  width: 42px;
}
.navbar-default {
  background-color: #ee6834;
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.slide-btm-srv-listing {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.slide-btm-srv-listing > li {
  padding: 0 25px;
  display: inline-block;
  text-align: left;
}
.slide-btm-srv-listing > li > a {
  color: #fff;
}
.slide-btm-srv-listing > li h4 {
  margin: 0;
}
.sserv-left {
  padding-right: 5px;
}
.feature-title-section {
  background-image: url(../imgs/heading-arrow-down.png);
  background-position: center 32px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 50px;
  text-align: center;
}
.feature-title-section h3 {
  background: #ee6834;
  color: #263475;
  display: inline;
  font-family: Inter-Regular;
  font-size: 22px;
  margin: 0;
  padding: 10px 20px;
}
.border-btm-line {
  background: #ee6834;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: -15px;
  width: 70%;
  z-index: -1;
}
.feature-heading-text {
  padding-bottom: 0;
  padding-top: 50px;
}
.exlusive-sale-item-list li.col-lg-2,
.feature-prod-top-listing > li.col-lg-2 {
  width: 20%;
}
.feature-prod-block > .col-item {
  border: none;
}
.exclusive-sale-full-container,
.feature-prod-full-container {
  border-bottom: 1px solid #cecece;
}
.sale-tag-text {
  background: #263475;
  color: #fff;
  display: inline-block;
  margin-bottom: 1px;
  padding: 1px 10px;
}
.sale-tag-text p {
  padding: 0;
  margin: 0;
}
.disc-countdown-timer-section,
.excl-price-listed {
  padding-bottom: 15px;
}
.excl-price-listed {
  font-size: 25px;
  line-height: 22px;
}
.full-item-cost {
  padding-right: 10px;
  text-decoration: line-through;
}
.disc-item-cost {
  color: #ee6834;
}
.exclu-add-item-btn {
  margin-bottom: 15px;
  padding-top: 10px;
}
.ex-item-name h4 {
  margin-bottom: 5px;
}
.btn-cart {
  color: #000;
}
.exclusive-heading-text {
  padding-bottom: 25px;
  padding-top: 20px;
}
.exclusive-sale-full-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.yt-payment li {
  padding: 0;
}
.brand-listing-block > li {
  padding: 15px 22px;
}
.testi-left-sidebar {
  background: #707070;
  height: 430px;
}
.testi-right-sidebar {
  background: #e7e7e7;
  height: 430px;
}
#srch-term {
  min-height: 40px;
  min-width: 310px;
}
#top-first-navbar-container .navbar-collapse ul > li > a {
  padding: 0 15px;
  border-right: 1px solid #aaa;
  line-height: 10px;
}
#top-first-navbar-container .navbar-collapse > ul > li {
  padding: 15px 0 0;
}
#top-first-navbar-container .navbar-collapse ul li:last-child > a {
  border-right: 0;
}
.top-cart-box {
  position: relative;
}
.cart-right,
.testimonial-full-container > .container-fluid > .row,
.top-cart-links > p {
  margin: 0;
}
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li > a:hover {
  background: 0 0;
  color: #ddd;
}
.top-cart-links > h4 {
  padding: 0;
  margin: 0;
}
.nav-botton-searchbar {
  padding-top: 30px;
}
.top-head-srch-btn > .btn {
  padding-top: 9px;
  padding-bottom: 9px;
}
.top-cart-links strong {
  font-family: Inter-Regular;
  font-size: 13px;
}
.top-cart-links > p > span > a {
  color: #0369cf !important;
  font-size: 12px !important;
}
.top-logo-block {
  padding-top: 25px;
}
.top-cart-links > h4 {
  font-size: 30px;
}
.testimonial-full-container > .container-fluid {
  padding: 0;
}
.testi-slide {
  padding: 80px 100px;
}
.testi-right-sidebar {
  padding-left: 0;
  padding-right: 0;
}
.feature-prod-block .photo {
  max-height: 190px;
  min-height: 190px;
}
.testi-img-list {
  color: #fff;
}
.newsletter-full-container {
  background: #4d4d4d;
  padding-bottom: 10px;
  padding-top: 10px;
}
.newsletter-block {
  display: block;
  text-align: center;
  color: #fff;
}
.newsletter-left-title {
  text-align: left;
  border-right: 1px solid #fff;
  padding-right: 24px;
}
.empty-basket,
.welcome-content h4 {
  text-align: center;
}
.newsletter-left-title > h3 {
  font-size: 29px;
  margin-bottom: 0;
}
#newsletter-input {
  min-height: 40px;
  width: 400px;
}
.btn-orange {
  background: #ee6834;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
  padding: 5px 15px;
}
.newsletter-right-form-sent {
  position: relative;
  top: 8px;
}
.owl-buttons > .owl-next,
.owl-buttons > .owl-prev {
  height: 51px;
  position: absolute;
  top: 40%;
  width: 15px;
}
.owl-buttons > .owl-prev {
  background: url(../imgs/icons/testi-arrow-left.png) no-repeat rgba(0, 0, 0, 0) !important;
  left: 5%;
}
.owl-buttons > .owl-next {
  background: url(../imgs/icons/testi-arrow-right.png) no-repeat
    rgba(0, 0, 0, 0) !important;
  right: 5%;
}
#navbar > ul > li {
  font-family: Inter-Regular;
}
.abut-cmpny-desc-container p {
  font-size: 13.5px;
}
.newsletter-left-title > p {
  font-size: 13px;
}
.testi-client-comment {
  font-size: 19px;
  font-style: italic;
}
.testi-client-name,
.testi-post-date {
  font-size: 19px;
}
.brands-list-section {
  padding-top: 15px;
  padding-bottom: 30px;
}
.ex-item-name > h4 {
  font-family: Inter-Medium;
  font-size: 19px;
}
.excl-price-listed {
  font-family: Inter-Regular;
}
.abut-cmpny-desc-container h3 {
  color: #000;
  font-family: Inter-Medium;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.exclusive-heading-text h3 {
  font-family: Inter-Regular;
  font-size: 22px;
}
.attrLabel,
.empty-basket {
  color: #333;
  font-family: Inter-Medium;
}
#top-first-navbar-container {
  padding-left: 0;
  padding-right: 0;
}
.subcats-ul li a {
  font-size: 12px;
}
.product_left_filter_block ul {
  margin-top: 10px !important;
  padding: 0 2px;
}
.attrLabel {
  font-size: 13px;
  text-shadow: none !important;
}
input[type="checkbox"] {
  padding: 10px;
  position: relative;
  top: 2px;
  transform: scale(0.9);
}
.disabled-attr {
  opacity: 0.3;
}
.empty-basket {
  background: url(../images/empty-cart2.png) no-repeat;
  font-weight: 400;
  font-size: 25px;
  background-size: contain;
  display: table;
  width: auto;
  margin: 10% auto 13%;
  float: none;
  padding: 32px 0 32px 136px;
}
.mar-top-20,
.pro_image.TSP-Marg-20px {
  margin-top: 20px;
}
.removeAllItemsFromBasket {
  font-size: 15px;
}
#welcome h3,
.welcome-content h4 {
  font-family: Inter-Bold;
  font-size: 25px;
}
.exclusive-tag {
  background: url(../images/exculsive-icon.png) no-repeat rgba(0, 0, 0, 0);
  height: 100px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.new-icon-area {
  left: 40%;
  position: absolute;
}
.no-padding {
  padding: 0;
}
.pad-l {
  padding-left: 0;
}
.pad-r {
  padding-right: 0;
}
#welcome h3 {
  margin-bottom: 25px;
}
.welcome-content {
  margin: auto;
  float: none;
}
.col-six {
  padding: 0 5px;
}
.welcome-content-inner-left {
  background: #e9e9e9;
  padding: 25px 0 60px;
  min-height: 385px;
}
.welcome-content-inner-left .form {
  font-family: Inter-Regular;
  font-size: 13px;
  padding: 25px 26px;
}
.welcome-content-inner-left .form-inline > .form-group {
  width: 100%;
}
.welcome-content-inner-left .form .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}
.welcome-content-inner-left .form .pwd {
  margin-bottom: 10px;
}
.welcome-content-inner-left .form-control {
  margin-left: 0 !important;
}
.welcome-content-inner-left .form .a1 {
  display: block;
  text-align: right;
  color: grey;
}
.form-inline-col .btn.btn-default {
  margin: 0;
  float: right;
  height: 36px;
  font-size: 16px !important;
}
.form-inline-col .btn.btn-default.secureNext {
  margin-top: 29px;
}
.welcome-content-inner-left .form .btn-default {
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  background-color: #ee6833;
  text-shadow: none;
  font-family: Inter-Bold;
  color: #fff;
  padding: 3px 10px;
  margin-left: 97px;
  margin-top: 10px;
}
.welcome-content-inner-right {
  background: #e9e9e9;
  padding: 25px 0 65px;
  min-height: 385px;
}
.welcome-content p {
  font-family: Inter-Regular;
  font-size: 14px;
  margin-top: 15px;
  padding: 0 27px;
}
.Checkout_Welcome_Ptag {
  height: 55px;
}
.welcome-content-inner-right .form {
  font-family: Inter-Regular;
  font-size: 13px;
  padding: 25px 26px;
}
.welcome-content-inner-right .form .form-control {
  border-radius: 0;
  margin-bottom: 10px;
}
.welcome-content-inner-right > .form > .form-inline > .form-group .email {
  margin-left: 60px;
}
.welcome-content-inner-right .form .a1 {
  margin-left: 97px;
  color: background;
}
.welcome-content-inner-right .form .btn-default {
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  background-color: #ee6833;
  text-shadow: none;
  font-family: Inter-Bold;
  color: #fff;
  padding: 3px 10px;
  margin-left: 147px;
  margin-top: 25px;
}
#delivery h3 {
  font-family: Inter-Bold;
  font-size: 25px;
  margin-bottom: 25px;
}
.delivery-inner-left .del-to {
  font-family: Inter-Bold;
  font-size: 17px;
}
.delivery-inner-left .del-adr {
  font-family: Inter-Regular;
  font-size: 13px;
  color: #646464;
}
.delivery-inner-left .del-to-dif {
  font-family: Inter-Regular;
  font-size: 13px;
  color: #646464;
  float: right;
}
.delivery-inner-left .enter-details {
  background: #efefef;
  padding: 20px 20px 5px;
}
.enter-details label {
  font-family: Inter-Regular;
  font-size: 13px;
  width: 100px;
  vertical-align: text-bottom;
}
.enter-details label span {
  color: #ee6833;
}
.enter-details .form-inline .form-group {
  width: 100%;
}
.enter-details .form-inline .form-control {
  width: 79%;
  border-radius: 0;
  margin-bottom: 15px;
}
.delivery-options {
  margin-top: 20px;
}
.cupon-section {
  border: 1px solid #bdbdbd;
  padding: 15px 5px;
}
.cupon-section .p1 {
  font-family: Inter-Bold;
  font-size: 13px;
  color: #666;
}
.cupon-section .p2 {
  font-family: Inter-Bold;
  font-size: 15px;
  color: #ee6833;
  text-align: right;
}
.cupon-section .p3 {
  font-family: Inter-Regular;
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.cupon-section .btn-default {
  border-radius: 0;
  background-image: none;
  background-color: #26357a;
  font-family: Inter-Regular;
  font-size: 15px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
}
.cupon-section2 {
  border: 1px solid #bdbdbd;
  padding: 15px 5px;
  background: #deefdf;
}
.cupon-section2 .p1 {
  font-family: Inter-Bold;
  font-size: 13px;
  color: #666;
}
.cupon-section2 .p2 {
  font-family: Inter-Bold;
  font-size: 15px;
  color: #ee6833;
  text-align: right;
}
.cupon-section2 .p3 {
  font-family: Inter-Regular;
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}
.cupon-section2 .btn-default,
.cupon-section2 .btn-primary {
  background-color: #26357a;
  font-family: Inter-Regular;
  font-size: 15px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  background-image: none;
}
.cupon-section2 .btn-default {
  width: 100%;
}
.cupon-section2 .btn-primary {
  width: 80px;
  padding: 5px 10px;
}
.cupon-section2 .input-group .form-control {
  width: 97%;
  border-radius: 0;
}
.delivery-inner-right {
  padding-left: 20px;
}
.delivery-inner-right .col-lg-12 {
  padding: 15px;
  border: 1px solid #d5d5d5;
}
.delivery-inner-right h3 {
  font-family: Inter-Bold;
  font-size: 20px;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 20px;
}
.delivery-inner-right table {
  width: 100%;
}
.delivery-inner-right .p1 {
  font-family: Inter-Bold;
  font-size: 15px;
}
.delivery-inner-right .p2 {
  font-family: Inter-Bold;
  font-size: 15px;
  text-align: right;
}
.delivery-inner-right .p3,
.delivery-inner-right .p4 {
  font-family: Inter-Black;
  font-size: 15px;
}
.delivery-inner-right .p4 {
  text-align: right;
}
.del-char {
  font-family: Inter-Bold;
  font-size: 15px;
  margin-top: 15px;
}
.delivery-inner-right .review {
  font-family: Inter-Bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.delivery-inner-right .btn-default {
  border-radius: 0;
  background-image: none;
  background-color: #ee6833;
  font-family: Inter-Regular;
  font-size: 20px;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  width: 100%;
  margin-top: 2px;
}
.p-b-c-inner .btn-default,
.p-b-p-inner .btn-default {
  background-image: none;
  background-color: #263475;
  color: #fff;
  width: 100%;
  box-shadow: none;
  text-shadow: none;
}
#payment h3 {
  font-family: Inter-Bold;
  font-size: 25px;
  margin-bottom: 25px;
}
.p-b-c .p1 {
  font-family: Inter-Bold;
  font-size: 17px;
}
.p-b-c-inner {
  padding: 20px;
  border: 1px solid #bfbfbf;
}
.p-b-c-inner ul {
  margin: 0;
}
.p-b-c-inner ul > li {
  padding: 0;
}
.p-b-c-inner .btn-default {
  border-radius: 0;
  font-family: Inter-Regular;
  font-size: 18px;
}
.p-b-p .p1 {
  font-family: Inter-Bold;
  font-size: 17px;
}
.p-b-p-inner {
  padding: 20px;
  border: 1px solid #bfbfbf;
}
.p-b-p-inner .btn-default {
  border-radius: 0;
  font-family: Inter-Regular;
  font-size: 18px;
}
.p-b-any .p1 {
  font-family: Inter-Bold;
  font-size: 17px;
}
.p-b-any .p2 {
  font-family: Inter-Regular;
  font-size: 13px;
  color: #8f8f8f;
}
.p-b-any .delivery-inner-left .enter-details {
  background: #efefef;
  padding: 20px 20px 5px;
}
.p-b-any .enter-details label {
  font-family: Inter-Regular;
  font-size: 13px;
  width: 100px;
  vertical-align: text-bottom;
}
.p-b-any .enter-details .inpt-1 {
  margin-right: 10px;
  width: 37%;
}
.p-b-any .enter-details .inpt-2 {
  margin-left: 10px;
  width: 38%;
}
#payment .back-btn {
  border-radius: 0;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ee6833;
  font-family: Inter-Bold;
  font-size: 20px;
  padding: 0 15px 2px;
  margin-bottom: 30px;
  margin-top: 2px;
  color: #fff;
}
.acces-pt {
  margin-bottom: 0;
}
.acces-pt .p1 {
  font-family: Inter-Bold;
  font-size: 15px;
  line-height: 35px;
  margin-bottom: 0;
}
.acces-pt .btn-section {
  text-align: right;
}
.acces-pt .btn-section .btn-default {
  background-image: none;
  background-color: #e5e5e5;
  color: #494949;
  font-family: Inter-Regular;
  font-size: 12px;
  border-radius: 0;
  padding-left: 25px;
  width: 80px;
}
.acces-pt .btn-section .btn-default:first-child {
  background-image: url(../images/li-vi.png);
  background-position: 4px center;
  background-repeat: no-repeat;
}
.acces-pt .btn-section .btn-default:last-child {
  background-image: url(../images/loc.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 18px;
}
.cupon-section3-1 {
  background: #ffd8af;
  padding: 15px 5px;
  border: 1px solid #feb266;
}
.cupon-section3-1 .p1 {
  font-family: Inter-Bold;
  font-size: 15px;
  margin-bottom: 0;
}
.cupon-section3-1 .p2 {
  font-family: Inter-Regular;
  font-size: 12px;
  color: #000;
}
.cupon-section3-1 .p3 {
  font-family: Inter-Medium;
  font-size: 14px;
  margin-top: 10px;
}
.cupon-section3-1 .btn-default {
  background-color: #26357a;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 15px;
  text-shadow: none;
  width: 100px;
}
.cupon-section3-2 {
  background: #fff0e1;
  padding: 15px 5px;
  border: 1px solid #feddbc;
}
.cupon-section3-2 .p1 {
  font-family: Inter-Bold;
  font-size: 15px;
  margin-bottom: 0;
}
.cupon-section3-2 .p2 {
  font-family: Inter-Regular;
  font-size: 12px;
  color: #000;
}
.cupon-section3-2 .p3 {
  font-family: Inter-Medium;
  font-size: 14px;
  margin-top: 10px;
  color: #ed6e37;
}
.cupon-section3-2 .btn-default {
  background-color: #26357a;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 15px;
  text-shadow: none;
  width: 100px;
}
.cupon-section3-3 {
  background: #fff0e1;
  padding: 15px 5px;
  border: 1px solid #feddbc;
}
.cupon-section3-3 .p1 {
  font-family: Inter-Bold;
  font-size: 15px;
  margin-bottom: 0;
}
.cupon-section3-3 .p2 {
  font-family: Inter-Regular;
  font-size: 12px;
  color: #000;
}
.cupon-section3-3 .p3 {
  font-family: Inter-Medium;
  font-size: 14px;
  margin-top: 10px;
  color: #ed6e37;
}
#delivery .back-btn,
.cupon-section3-3 .btn-default {
  background-image: none;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.cupon-section3-3 .btn-default {
  background-color: #26357a;
  font-family: Inter-Regular;
  font-size: 15px;
  width: 100px;
}
#delivery .back-btn {
  font-family: Inter-Bold;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 0 15px 2px;
  margin-top: 2px;
}
#review h3 {
  font-family: Inter-Bold;
  font-size: 25px;
  margin-bottom: 25px;
}
.review-inner-left .details .per-adr,
.review-inner-left .details .per-det {
  font-family: Inter-Bold;
  font-size: 15px;
}
.review-inner-left .details .change {
  font-family: Inter-Bold;
  font-size: 15px;
  text-align: right;
}
#checkoutmenu ul,
.pull-right.b-Close,
.stepwizard-row,
.stepwizard-step,
input[type="button"],
input[type="checkbox"],
input[type="password"],
input[type="text"] {
  text-align: center;
}
.review-inner-left .details .change a {
  color: #000;
}
.review-inner-left .per-adr1 {
  font-family: Inter-Bold;
  font-size: 14px;
  margin-bottom: 0;
}
.review-inner-left .per-adr1 span {
  font-weight: 700;
}
.review-inner-left .per-adr1:last-child {
  margin-bottom: 10px;
}
.prod-table #td-logo .type-details,
.prod-table .product-text p,
.review-inner-left .per-adr2 {
  margin-bottom: 0;
  font-family: Inter-Bold;
}
.review-inner-left .per-adr2 {
  font-size: 15px;
}
.prod-table {
  padding: 10px 0;
  background: #efefef;
  float: right;
}
.prod-table .product-img {
  padding-right: 0;
}
.prod-table .product-text p span {
  font-weight: 400;
  color: #8c8c8c;
}
.prod-table .product-text p {
  font-weight: 700;
}
.prod-table table th:first-child {
  padding-left: 20px !important;
}
.prod-table table th {
  font-weight: 400;
  font-family: Inter-Bold;
}
.prod-table .td-prices {
  padding-left: 5px;
}
.cont-pref .data,
.cont-pref .data1,
.cont-pref .pref {
  font-family: Inter-Bold;
  font-size: 15px;
}
.cont-pref .butn {
  margin-top: 10px;
}
.cont-pref .butn .btn-default {
  background-color: #ee6833;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Bold;
  font-size: 20px;
  padding: 3px 25px;
  text-shadow: none;
}
#confirmation h3 {
  font-family: Inter-Bold;
  font-size: 25px;
  margin-bottom: 25px;
}
.confirmation-inner-left .p1 {
  font-family: Inter-Regular;
  font-size: 15px;
}
.confirmation-inner-left .p1 span {
  color: #ee6833;
}
.confirmation-inner-left .p2 {
  font-family: Inter-Regular;
  font-size: 12px;
  color: #000;
}
.confirmation-inner-left .form-section {
  border: 1px solid #000;
  background: #d5e8d4;
  padding: 30px 35px;
}
.confirmation-inner-left .form-section .p3 {
  font-family: Inter-Bold;
  font-size: 14px;
  color: #000200;
}
.confirmation-inner-left .form-section label {
  font-family: Inter-Regular;
  font-size: 14px;
  font-weight: 400;
}
.confirmation-inner-left .form-section label span {
  color: #ee6833;
}
.confirmation-inner-left .form-inline .form-group {
  width: 49%;
}
.confirmation-inner-left .form-inline .form-control {
  width: 68%;
  border-radius: 0;
}
.confirmation-inner-left .btn-default {
  background-color: #090;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #cdedd6;
  display: table;
  font-family: Inter-Bold;
  font-size: 15px;
  margin: 30px auto 0;
  padding: 7px 10px 5px;
  text-shadow: none;
  width: 250px;
}
.confirmation-inner-left .p4 {
  font-family: Inter-Regular;
  font-size: 12px;
  color: #000;
}
.confirmation-inner-left .p4 span {
  color: #ee6833;
}
.confirmation-inner-right h4 {
  font-family: Inter-Bold;
  font-size: 20px;
  margin-top: 0;
}
.confirmation-inner-right .social {
  border: 1px solid #d7d7d7;
  padding: 30px 35px;
}
.confirmation-inner-right .social ul {
  list-style-type: none;
  font-family: Inter-Bold;
  font-size: 15px;
  padding: 0;
}
.confirmation-inner-right .social ul li {
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 2px;
}
.confirmation-inner-right .social ul li a {
  color: #000;
}
.confirmation-inner-right .social ul li:first-child {
  background: url(../images/fb_1.png) left center no-repeat;
}
.confirmation-inner-right .social ul li:nth-child(2) {
  background: url(../images/twit.png) left center no-repeat;
}
.confirmation-inner-right .social ul li:nth-child(3) {
  background: url(../images/linin.png) left center no-repeat;
}
.confirmation-inner-right .social ul li:last-child {
  background: url(../images/gp_1.png) left center no-repeat;
}
.confirmation-inner-right .butn .btn-default {
  background-color: #ee6833;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 20px;
  text-shadow: none;
  width: 100%;
  padding: 4px 0;
}
#welcome2 h3 {
  font-family: Inter-Bold;
  font-size: 25px;
  margin-bottom: 25px;
}
.welcome2-inner-left .details .det {
  font-family: Inter-Bold;
  font-size: 17px;
}
.welcome2-inner-left .check label {
  width: 100%;
  margin-bottom: 25px;
}
.welcome2-inner-left .p1 {
  font-family: Inter-Regular;
  font-style: italic;
  color: #8f8f8f;
  font-size: 13px;
}
.head-name,
.main-btn {
  background-image: none;
  text-shadow: none;
  font-size: 15px;
}
.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard-row.setup-panel {
  display: table;
  margin: auto;
  text-align: center;
  width: 100%;
}
.main-btn,
.setup-content {
  margin-bottom: 20px;
}
.stepwizard {
  display: inline;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-step {
  display: inline-block;
  position: relative;
  width: 17.5%;
}
.head-name {
  border-radius: 0;
  margin-left: 10px;
  background-color: #c3c3c3;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Regular;
  border: 1px solid transparent !important;
  width: 100%;
  padding: 8px 0;
}
.head-name:active,
.head-name:focus,
.head-name:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent !important;
  text-shadow: none;
  box-shadow: none;
}
#menu .btn-default.disabled,
.btn-default.active[disabled],
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default.focus[disabled],
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #a9a9a9;
  border: 1px solid transparent !important;
  text-shadow: none;
  box-shadow: none;
}
#menu .btn-primary.disabled,
.btn-primary.active[disabled],
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #000 !important;
  border: 1px solid transparent !important;
  text-shadow: none;
  box-shadow: none;
}
.main-btn {
  background-color: #c3c3c3;
  border-radius: 0;
  font-family: Inter-Bold;
  color: #000;
  width: 100px;
  margin-top: 20px;
}
.main-btn:hover {
  background: #333;
}
.custerror {
  color: #ce0b10;
  font-size: 12px;
  display: none;
}
.custerror p {
  margin: 0 0 0 103px;
  padding: 0;
  height: auto;
  position: relative;
  top: -15px;
}
.btn-group-vertical,
.p-b-c-inner .btn-group,
.p-b-p-inner .btn-group {
  float: left;
  margin-right: 20px;
}
.p-b-c-inner .btn-success,
.p-b-p-inner .btn-success {
  background-image: none;
  height: 35px;
  margin-top: 2px;
  padding: 8px;
  width: 35px;
  box-shadow: none;
}
.p-b-c-inner .btn span.glyphicon {
  opacity: 0;
}
.p-b-c-inner .btn.active span.glyphicon {
  opacity: 1;
}
.p-b-c-inner .btn-success {
  background-color: #c7c7c7;
  border: transparent;
  border-radius: 20px;
}
.p-b-c-inner .btn-success.active {
  background-color: #449d44 !important;
}
.p-b-p-inner .btn span.glyphicon {
  opacity: 0;
}
.p-b-p-inner .btn.active span.glyphicon {
  opacity: 1;
}
.p-b-p-inner .btn-success {
  background-color: #c7c7c7;
  border: transparent;
  border-radius: 20px;
}
.p-b-p-inner .btn-success.active {
  background-color: #449d44 !important;
}
.custactive {
  background-color: #000;
}
#checkoutmenu {
  margin-top: 50px;
}
#checkoutmenu ul {
  border-bottom: 1px solid gray;
}
#checkoutmenu ul li {
  background: #c3c3c3;
  color: #fff;
  font-family: Inter-Regular;
  font-size: 15px;
  padding: 9px 50px;
  width: 225px;
}
#checkoutmenu ul li:last-child {
  background: #000;
}
.header-inner {
  padding: 15px 0;
}
.header-inner .logo {
  padding: 0 15px 0 0;
}
.header-inner .text {
  padding: 3px 0 0 15px;
}
.header-inner .p1 {
  font-family: Inter-Bold;
  font-size: 16px;
  margin-bottom: 0;
}
.header-inner .p1 span {
  font-family: Inter-Bold;
  color: #ee6833;
}
.header-inner .p2 {
  font-family: Inter-Regular;
  font-size: 16px;
}
.header-inner .a1 {
  font-family: Inter-Regular;
  font-size: 15px;
  color: #ee6833;
}
.header-inner .right {
  padding-right: 0;
}
.header-inner .right img {
  float: right;
}
.featuresH h4 {
  font-size: 14px;
}
.ordererror {
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px 10px;
}
.pull-right.b-Close {
  color: green;
  cursor: pointer;
  line-height: 15px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 12px;
}
.relatedProList .col-item {
  border: 0;
  padding: 0 7px;
}
.btn-default.focus,
.btn-default:focus {
  outline: 0;
}
.homepagecatblocks div {
  padding: 7px 15px;
}
.homepagecatblocks .col-xs-6:nth-child(1) {
  padding-right: 8px;
}
.homepagecatblocks .col-xs-6:nth-child(2) {
  padding-left: 8px;
}
.homepagecatblocks .col-xs-5 {
  padding-right: 2.5px;
}
.homepagecatblocks .col-xs-7 {
  padding-left: 12.5px;
}
.label_check {
  background: url(../../images/check-off.png) no-repeat rgba(0, 0, 0, 0);
}
li.c_on {
  background: url(../../images/check-on.png) no-repeat rgba(0, 0, 0, 0);
}
label.r_on {
  background: url(../../images/radio-on.png) no-repeat rgba(0, 0, 0, 0);
}
.label_radio {
  background: url(../../images/radio-off.png) no-repeat rgba(0, 0, 0, 0);
}
.label_check,
.label_radio {
  padding-left: 34px !important;
  padding-right: 0;
}
.product_listing_filter_block li {
  cursor: pointer;
  display: block;
  line-height: 20px;
  padding-bottom: 9px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.label_check input,
.label_radio input {
  left: -9999px;
  position: absolute;
  margin-right: 5px;
}
.bg-table table.table td {
  padding: 5px !important;
  font-size: 14px;
}
.products-grid .item {
  display: inline-block;
  margin-bottom: 12px !important;
}
#yt_footer .yt-payment .payment6 {
  background: url(../images/2.png) no-repeat rgba(0, 0, 0, 0);
}
#yt_footer .yt-payment .payment6:hover {
  background: url(../images/1.png) no-repeat rgba(0, 0, 0, 0);
}
.details-main-col .head-title-name {
  background: #333;
  color: #fff;
  font-size: 15px;
}
.details-main-col .list-unstyled.my-ul {
  border-radius: 4px;
  border: 1px solid #333;
}
.details-main-col .list-unstyled.my-ul > li {
  border-bottom: solid 1px grey;
  padding: 3px 8px 3px 0;
}
.details-main-col .list-unstyled.my-ul > li:last-child {
  border: none;
}
.details-main-col .my-ul-contact li {
  font-size: 16px !important;
}
.details-main-col {
  padding: 25px 0 0;
}
.vat-opt-view-list {
  position: absolute;
  z-index: 1;
  min-width: 95px;
  background: #efefef;
  overflow: hidden;
  transition: 0.2s;
  visibility: hidden;
}
.sign-li:hover .vat-opt-view-list {
  visibility: visible;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .sign-li {
    position: relative;
    top: 3px;
  }
}
#sync-lg .item {
  height: 312px;
  display: flex;
  align-items: center;
}
#sync-lg .item > a {
  display: table;
  margin: auto;
}
div#sync-lg {
  border: 1px solid #d3d3d3;
}
.delivery-table th {
  background: #efefef !important;
  border: 1px solid #d3d3d3 !important;
  font-weight: 700;
}
.delivery-table .first {
  background: #efefef !important;
  border: 1px solid #d3d3d3;
}
.al-new-delivery .delivery-table {
  border: 1px solid #d3d3d3 !important;
}
.delivery-table tr.tab-oth:nth-child(2n) td {
  background: #fff !important;
  border: 1px solid #d3d3d3 !important;
}
.al-new-delivery .delivery-table td {
  background: #f4f4f4 !important;
  border: 1px solid #d3d3d3 !important;
}
.product-list-view-container .product-image {
  height: 246px;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-produ-slide-container .product-image a img,
.slide-alternate-product .product-image a img {
  width: auto !important;
  height: auto;
}
.product-list-view-container .product-image a img {
  min-height: auto;
}
#recentViewPro .photo.product-image,
.relatedProList .photo.product-image {
  height: 232px !important;
  min-height: auto;
  border: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterACCO > .panel-group {
  background: #f5f5f5;
  margin-bottom: 10px;
}
.filterACCO .panel.panel-default .panel-body {
  padding: 10px 12px 0;
}
.filter-top {
  background: #f5f5f5;
  padding: 0 0 7px;
  margin: 0 0 10px;
}
#resetFilter {
  position: absolute !important;
  top: 16px;
  margin-top: -32px;
  background: #ee6834;
  color: #fff;
  right: 0;
  height: 32px;
  width: 32px;
  padding: 0;
  border: solid 2px #fff !important;
  border-radius: 50%;
  font-size: 16px;
  outline: none !important;
}
.filterPRDTC.non-accord {
  color: #ee6834;
  background: 0 0;
  padding: 0;
}
.BGfeatures {
  margin-top: 8px;
}
.filterFor .form-group.form-inline.col-md-5 {
  padding: 0;
}
.filterFor label.filter-col {
  font-size: 14px;
  font-family: Inter-Medium;
}
.filterFor select {
  height: 36px !important;
  min-width: 66px !important;
  box-shadow: none;
  font-size: 14px !important;
  font-family: Inter-Regular;
}
.fsort {
  display: inline-block;
  margin: 0 15px 0 0 !important;
}
.filterFor-outer .filterFor {
  border-bottom: solid 1px #d3d3d3;
  min-height: 51px;
}
.col2-set .buttons-set,
.registered-users + .buttons-set {
  border: none;
}
.filterFor-outer {
  margin: 0 0 15px;
}
.products-slider.product-image-zoom {
  padding-left: 0;
}
.detail-main-col .breadcrumb.breadcrums {
  background: 0 0;
  padding-bottom: 0;
}
.account-create .form-control {
  height: 42px;
  font-size: 14px;
}
.registered-users {
  padding-right: 0;
}
.new-users {
  padding: 0 59px 0 15px;
}
.container {
  max-width: 100%;
}
.change-pswrd-main-col > .columns-w {
  max-width: 510px;
  margin: 3% auto 9% !important;
  font-family: Inter-Regular;
}
.change-pswrd-main-col input {
  width: 100% !important;
  height: 42px;
  font-size: 14px !important;
}
.change-pswrd-main-col label {
  font-weight: 400;
  font-family: Inter-Medium;
  color: #333;
  font-size: 14px;
}
.change-pswrd-main-col .legend {
  font-weight: 400;
  font-family: Inter-Bold;
}
.yt-product-detail .well > h1 {
  font-size: 32px;
  font-family: Inter-Regular;
}
.yt-tab-listing .respl-items .respl-item {
  padding: 0 15px;
}
.yt-tab-listing {
  position: relative;
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.yt-tab-listing .pre-text {
  margin: 0 0 15px;
}
.yt-tab-listing .post-text {
  margin: 10px 0 0;
}
.yt-tab-listing .respl-wrap {
  margin: 0;
  padding: 0;
}
.yt-tab-listing a:hover {
  text-decoration: none;
}
.yt-tab-listing .respl-wrap .respl-tabs-container {
  padding: 0;
}
.yt-tab-listing .respl-tabs-container .respl-tabs > li.tab-sel,
.yt-tab-listing .respl-tabs-container .respl-tabs > li:hover {
  cursor: pointer;
}
.yt-tab-listing .respl-wrap .respl-items-container {
  margin: 15px 0 0;
  padding: 0;
}
.yt-tab-listing .respl-items-container .respl-items {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.yt-tab-listing .respl-items-container .respl-items-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.yt-tab-listing .respl-items-container .respl-items-selected {
  display: inline-block;
}
.yt-tab-listing .respl-items-container .respl-item-wrap {
  margin: 0;
  padding: 0;
}
.yt-tab-listing .respl-items-container .respl-items .respl-item {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.yt-tab-listing .respl-items .respl-loading {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  background: url(../images/loader.gif) center center no-repeat;
  min-height: 300px;
  display: block;
  z-index: 0;
}
.yt-tab-listing .respl-items-container .respl-loadmore {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading {
  padding: 15px 15px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loaded {
  padding: 15px 30px 15px 70px !important;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn {
  padding: 15px 34px 15px 48px !important;
  display: inline-block;
  font-size: 133%;
  color: #fff;
  cursor: pointer;
  position: relative;
  background-image: url(../../../images/loadmore-bg.html);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-image-loading {
  display: none;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 24px;
}
.topbarleft > p,
.yt-tab-listing .respl-items-container .respl-items.respl01-1 {
  margin: 0;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn.loading {
  background-image: none;
}
.yt-tab-listing .respl-items .respl-loadmore .respl-loadmore-btn:before {
  content: attr(data-label);
}
.yt-tab-listing
  .respl-items
  .respl-loadmore
  .respl-loadmore-btn.loading:before {
  content: attr(data-label-load);
}
.yt-tab-listing .respl-items.respl-process .respl-loadmore {
  display: none;
}
.yt-tab-listing .respl-items .respl-loadmore .load-number:before {
  content: attr(data-more);
  display: none;
}
.yt-tab-listing .respl-items .respl-loadmore .load-number:after {
  content: attr(data-total);
  display: none;
}
.yt-tab-listing .respl01-6 .respl-item {
  width: 16.6666%;
}
.yt-tab-listing .respl01-5 .respl-item {
  width: 20%;
}
.yt-tab-listing .respl01-4 .respl-item {
  width: 25%;
}
.yt-tab-listing .respl01-3 .respl-item {
  width: 33.3333%;
}
.yt-tab-listing .respl01-2 .respl-item {
  width: 50%;
}
.yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item {
  width: 100%;
  padding: 0;
}
@media all and (max-width: 767px) {
  .yt-tab-listing .respl-items-container .respl-items.respl04-1 {
    margin: 0;
  }
  .yt-tab-listing .respl04-6 .respl-item {
    width: 16.64%;
  }
  .yt-tab-listing .respl04-5 .respl-item {
    width: 19.958%;
  }
  .yt-tab-listing .respl04-4 .respl-item {
    width: 24.995%;
  }
  .yt-tab-listing .respl04-3 .respl-item {
    width: 33.315%;
  }
  .yt-tab-listing .respl04-2 .respl-item {
    width: 49.985%;
  }
  .yt-tab-listing .respl-items-container .respl-items.respl04-1 .respl-item {
    width: 100%;
    padding: 0;
  }
  .yt-tab-listing .respl04-1 .clr1,
  .yt-tab-listing .respl04-2 .clr2,
  .yt-tab-listing .respl04-3 .clr3,
  .yt-tab-listing .respl04-4 .clr4,
  .yt-tab-listing .respl04-5 .clr5,
  .yt-tab-listing .respl04-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .yt-tab-listing .respl-items-container .respl-items.respl03-1 {
    margin: 0;
  }
  .yt-tab-listing .respl03-6 .respl-item {
    width: 16.6666%;
  }
  .yt-tab-listing .respl03-5 .respl-item {
    width: 20%;
  }
  .yt-tab-listing .respl03-4 .respl-item {
    width: 25%;
  }
  .yt-tab-listing .respl03-3 .respl-item {
    width: 33.3333%;
  }
  .yt-tab-listing .respl03-2 .respl-item {
    width: 50%;
  }
  .yt-tab-listing .respl-items-container .respl-items.respl03-1 .respl-item {
    width: 100%;
    padding: 0;
  }
  .yt-tab-listing .respl03-1 .clr1,
  .yt-tab-listing .respl03-2 .clr2,
  .yt-tab-listing .respl03-3 .clr3,
  .yt-tab-listing .respl03-4 .clr4,
  .yt-tab-listing .respl03-5 .clr5,
  .yt-tab-listing .respl03-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .yt-tab-listing .respl-items-container .respl-items.respl02-1 {
    margin: 0;
  }
  .yt-tab-listing .respl02-6 .respl-item {
    width: 16.6666%;
  }
  .yt-tab-listing .respl02-5 .respl-item {
    width: 20%;
  }
  .yt-tab-listing .respl02-4 .respl-item {
    width: 25%;
  }
  .yt-tab-listing .respl02-3 .respl-item {
    width: 33.3333%;
  }
  .yt-tab-listing .respl02-2 .respl-item {
    width: 50%;
  }
  .yt-tab-listing .respl-items-container .respl-items.respl02-1 .respl-item {
    width: 100%;
    padding: 0;
  }
  .yt-tab-listing .respl02-1 .clr1,
  .yt-tab-listing .respl02-2 .clr2,
  .yt-tab-listing .respl02-3 .clr3,
  .yt-tab-listing .respl02-4 .clr4,
  .yt-tab-listing .respl02-5 .clr5,
  .yt-tab-listing .respl02-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1200px) and (max-width: 1599px) {
  .yt-tab-listing .respl-items-container .respl-items.respl01-1 {
    margin: 0;
  }
  .yt-tab-listing .respl01-6 .respl-item {
    width: 16.6666%;
  }
  .yt-tab-listing .respl01-5 .respl-item {
    width: 20%;
  }
  .yt-tab-listing .respl01-4 .respl-item {
    width: 25%;
  }
  .yt-tab-listing .respl01-3 .respl-item {
    width: 33.3333%;
  }
  .yt-tab-listing .respl01-2 .respl-item {
    width: 50%;
  }
  .yt-tab-listing .respl-items-container .respl-items.respl01-1 .respl-item {
    width: 100%;
    padding: 0;
  }
  .yt-tab-listing .respl01-1 .clr1,
  .yt-tab-listing .respl01-2 .clr2,
  .yt-tab-listing .respl01-3 .clr3,
  .yt-tab-listing .respl01-4 .clr4,
  .yt-tab-listing .respl01-5 .clr5,
  .yt-tab-listing .respl01-6 .clr6 {
    clear: both;
  }
}
@media all and (min-width: 1600px) {
  .yt-tab-listing .respl-items-container .respl-items.respl00-1 {
    margin: 0;
  }
  .yt-tab-listing .respl00-6 .respl-item {
    width: 16.6666%;
  }
  .yt-tab-listing .respl00-5 .respl-item {
    width: 20%;
  }
  .yt-tab-listing .respl00-4 .respl-item {
    width: 25%;
  }
  .yt-tab-listing .respl00-3 .respl-item {
    width: 33.3333%;
  }
  .yt-tab-listing .respl00-2 .respl-item {
    width: 50%;
  }
  .yt-tab-listing .respl-items-container .respl-items.respl00-1 .respl-item {
    width: 100%;
    padding: 0;
  }
  .yt-tab-listing .respl00-1 .clr1,
  .yt-tab-listing .respl00-2 .clr2,
  .yt-tab-listing .respl00-3 .clr3,
  .yt-tab-listing .respl00-4 .clr4,
  .yt-tab-listing .respl00-5 .clr5,
  .yt-tab-listing .respl00-6 .clr6 {
    clear: both;
  }
}
.cf:after,
.cf:before {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.filterPRDTC,
.newsLT small,
.product-name {
  text-transform: capitalize;
}
.add-more-attr,
.filterClass,
.top-cart-right-section ul {
  cursor: pointer;
}
#qty .am-btn,
.col-item:hover,
.products-grid .item .item-inner:hover {
  box-shadow: none;
}
.pad-right0 {
  padding-right: 0;
}
.pad-left0 {
  padding-left: 0;
}
#navbar .nav > li:last-child > a {
  border-right: none;
}
#navbar .nav > li > a {
  border-right: 1px solid #f5a485;
  color: #fff;
  font-size: 20px;
  padding: 12px 20px 10px;
}
.topBar,
.yt-header-middle {
  font-size: 15px;
}
.navbar-nav .last a span {
  font-weight: 100;
}
.navbar {
  min-height: auto;
}
#top-header-menu a {
  font-weight: 400;
  padding: 0 5px;
}
#top-header-menu span,
.topbarleft span {
  color: #ee6834;
  font-weight: 500;
}
.nav > li > a {
  display: inline-block;
}
.nav-botton-searchbar,
.navbar-nav .last a span,
.top-logo-block {
  padding: 0;
}
.top-cart-section {
  top: 10px;
}
.top-cart-links p span > a {
  color: #f0693a !important;
}
.cart-item-count {
  display: inherit;
  margin: 0 auto;
  text-align: center;
}
#search_mini_form .input-group-addon {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  border-color: #aeaeae;
  color: #ee6834;
}
#search_mini_form .btn.btn-default {
  background: #263475;
  border-color: #263475;
  color: #fff;
}
.cart .top-cart-links {
  font-size: 12px;
}
.top-cont-block {
  font-size: 15px;
}
.top-cart-right-section {
  position: relative;
  top: -17px;
}
.slide-btm-srv-listing p {
  margin: 0;
}
.slider-bottom-srv-container {
  background: 0 0;
  padding: 15px 0 0;
}
.fpH,
.lineBG {
  background: #ee6833;
}
.featured_proList {
  padding: 5px 0;
}
.lineBG {
  height: 4px;
  margin: auto;
  max-width: 700px;
  position: relative;
  top: -35px;
  z-index: -1;
}
.fpH {
  color: #263475;
  display: inline-block;
  font-family: Inter-Regular;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 10px 20px 5px;
}
.yt-content.wrap {
  padding: 25px 0 0;
  margin: 0;
}
.pro_title h3 {
  font-size: 14px;
  margin: 10px 0 0;
  min-height: 42px;
}
.pro_price {
  font-size: 16px;
}
.featured_products {
  margin-bottom: 30px;
}
.exclusive_sale .commHead {
  font-size: 22px;
  font-family: Inter-Regular;
}
.sale {
  background: #262f70;
  color: #fff;
  display: inline;
  padding: 3px;
}
.breadcrums li,
.clockdiv,
.clockdiv div > span,
.clockdiv > div,
.companiesLogos li {
  display: inline-block;
}
.arrow-down {
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 10px solid #ee6833;
  height: 0;
  margin: auto;
  width: 0;
}
.clockdiv {
  font-family: Inter-Regular;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
}
.clockdiv div > span {
  border: 1px solid #aeaeae;
  border-radius: 0;
  padding: 0 8px;
  text-align: center;
}
.smalltext {
  padding-top: 5px;
  font-size: 8px;
}
.exclusive_sale .pro_price {
  color: #ee6833;
  font-size: 25px;
}
.oldPR {
  color: #333;
  text-decoration: line-through;
}
.exclusive_sale {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 30px;
}
.main_content_d h3 {
  font-family: Inter-Regular;
  font-size: 22px;
  margin-top: 0;
}
.companiesLogos li {
  margin-bottom: 10px;
  padding: 0 20px;
  vertical-align: middle;
  width: 200px;
}
.companiesLogos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.companiesLogos img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.timage {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 120px;
  margin: auto;
  overflow: hidden;
  width: 120px;
}
.Htestimonials .carousel-control.left,
.Htestimonials .carousel-control.right {
  background: 0 0;
}
#Htestimonials .item {
  padding: 0 85px;
}
.Htestimonials {
  color: #fff;
  padding: 40px 0;
}
.ttesti {
  font-size: 15px;
  margin-top: 10px;
  min-height: 85px;
}
.embed-container {
  position: relative;
  padding-bottom: 55.25%;
  height: 0;
  overflow: hidden;
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newsRT .form-control {
  font-size: 20px;
  font-style: italic;
  height: 45px;
}
.newsRT .btn.btn-default {
  background: #ee6833;
  border-color: #ee6833;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  height: 45px;
  line-height: 0;
}
.newsLT {
  border-right: 1px solid #fff;
  font-family: Inter-Medium;
  font-size: 30px;
  letter-spacing: 1.2px;
  line-height: 18px;
  padding-top: 5px;
}
.newsLT small {
  font-family: Inter-Regular;
  font-size: 12px;
}
.innerpages {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 0 2px;
  margin-bottom: 5px;
}
.innerpages .slide-btm-srv-listing > li > a {
  color: #666;
}
.innerpages .slide-btm-srv-listing > li h4 {
  margin: 7px;
}
.innerPages {
  font-family: Inter-Regular;
  font-size: 18px;
}
.breadcrums span {
  color: #ee6834;
  font-family: Inter-Medium;
}
.topRadioBtn label input {
  top: 1px;
}
.filterBar {
  background: 0 0;
  font-size: 12px;
}
.panel-heading .accordion-toggle:after {
  color: #fff;
  float: right;
  content: "î„”";
  font-family: "Glyphicons Halflings";
  left: 15px;
  position: relative;
  top: 3px;
}
.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}
.recView {
  background: #fff;
  display: table;
  padding: 10px;
}
.recView .img {
  padding: 0 10px 0 0;
}
.recView .nme {
  display: table-cell;
  vertical-align: middle;
}
.BGfeatures i,
.filter-col,
.pagination strong,
.pagination > a {
  vertical-align: sub;
}
.filterPRDTC {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 8px 15px 7px;
  font-family: Inter-Medium;
  background: #ee6834;
}
.BGfeatures i {
  color: #ee6833;
  margin: 0 5px 5px 0;
}
.panel-body {
  max-height: 232px;
  overflow: auto;
}
.product-name,
.product-name > a {
  max-height: inherit;
}
.filterClass:hover {
  color: #ee6834;
}
.filterACCO .panel.panel-default {
  background: 0 0;
  border: 0;
  box-shadow: none;
}
.filterACCO .panel-heading {
  background: 0 0;
  padding: 0;
}
.filterACCO .panel-body {
  border: 0 !important;
  padding: 0;
}
.accordion-toggle {
  color: #263475 !important;
  font-weight: 400;
}
.colorDiv {
  float: right;
  padding: 8px;
}
.product-name {
  height: auto;
  min-height: 1px;
  font-style: normal !important;
}
.products-grid .item .item-inner .product-info {
  padding: 0;
  text-align: left;
}
.proPrice {
  color: #ee6834;
  font-family: Inter-Medium;
  font-size: 32px;
  line-height: normal;
  margin: 2px 0 0;
}
.proPrice > small {
  color: #333;
  font-size: 12px;
  font-family: Inter-Regular;
}
.explore-more-link > a {
  background: #ee6833;
  color: #fff;
  font-size: 16px;
}
.explore-more-link {
  font-family: Inter-Regular;
  margin-top: 10px;
}
#WzTtDiV ul,
.filter-col,
.filterFor .form-group,
.pagination {
  margin: 0;
}
.product-list-view-container.products-grid .item .product-name {
  border: 0;
}
.filterFor {
  border: none;
  padding: 0;
  font-size: 12px;
}
.london-dep {
  border: 5px solid #044a92 !important;
  padding: 10px;
  background: #fff;
  color: #000;
}
.lighttooltip-wrapper {
  bottom: 250px !important;
  z-index: 9999999;
}
#WzBoDy,
#WzTtDiV,
.productInfo {
  border-radius: 10px;
}
#WzTtDiV h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 17px;
  color: #263475;
}
.proInfoDec {
  margin-bottom: 10px;
}
.productDetailPage .product-name {
  height: auto;
  padding: 0;
  font-family: Inter-Medium;
  font-size: 14px !important;
}
.productDetailPage .product-name h1 {
  font-size: 20px !important;
  margin: 0 0 5px !important;
}
.productDetailPage .product-shop .product-review {
  float: left;
  padding: 0;
  width: 200px;
}
.productDetailPage .addthis_toolbox {
  clear: both;
  float: none;
  margin-bottom: 0;
}
.product_rev_soci #addthis_wrap {
  float: left;
  max-width: 360px;
  width: 100%;
}
.productInfoBox.clearfix {
  background: #f2f2f2;
  border: 1px solid #ddd;
}
.productInfoBox {
  color: #666;
  font-size: 13px;
}
.productInfoBox .headi {
  color: #000;
  font-size: 13px;
}
.productInfoBox .colorDiv {
  border: 1px solid #aaa;
  float: right;
  margin-top: 6px;
  padding: 8px;
}
.productInfoBox input[type="radio"] {
  float: none;
}
.productInfoBox .qty {
  color: #333;
  text-align: center;
  width: 40px;
}
.sizeATT {
  text-align: right;
}
.sizeATT input {
  background: #fff;
  border: 1px solid #ddd;
  color: #119aea;
  padding: 2px 5px;
}
.sizeATT > span {
  float: left;
}
.productInfoBox > div:nth-of-type(2),
.productInfoBox > div:nth-of-type(3) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 330px;
  overflow: auto;
}
.productInfoBox .category-products .item .price-box .price,
.productInfoBox .price-box .price {
  color: #333;
}
.productInfoBox .inc-tax {
  clear: both;
  color: #333;
  font-size: 14px;
  font-style: normal;
  margin-top: 10px;
  position: relative;
}
.productInfoBox .item_price {
  color: #e75a3a;
  font-size: 15px;
}
.custOptions strong {
  font-size: 15px;
}
.custOptions {
  color: #365899;
}
.howCust {
  color: #1b95e0;
}
.productInfoBox .add-to-box {
  margin-bottom: 0;
}
.productInfoBox .btn-cart {
  background: #ff804c;
  border: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0;
}
.star-rating-block img {
  float: none;
}
.relatedPro .product-info .product-name {
  padding: 0;
  margin-bottom: 12px;
}
.category-products .item .price-box .price,
.relatedPro .price-box .price {
  color: #ee6834 !important;
}
.relatedPro .price-box {
  line-height: 15px;
}
.relatedPro .col-item {
  border: 0;
  padding: 0 7px;
}
.relatedPro .photo.product-image {
  border: 1px solid #aaa;
}
.relatedPro .info {
  margin-top: 15px;
}
#relatedProducts,
#recentViewPro {
  padding: 0 8px;
  margin-top: 8px;
}
.inc-tax-list {
  color: #333;
  font-size: 11px;
  font-style: normal;
  position: relative;
  top: 5px;
}
.productDetailPage .productInfor .nav-tabs li a {
  background: #e7e7e7;
  border-radius: 0;
  color: #8e8e8e;
  font-size: 18px;
  width: 100%;
  padding: 12px 48px;
}
.productDetailPage .productInfor .nav-tabs li.active a {
  background: #ee6833;
  border-radius: 0;
  color: #fff;
  font-family: Inter-bold;
  border-color: #ee6833;
}
.productDetailPage .productInfor .nav-tabs li {
  margin: 0 2px 0 0;
}
.other-prod-title {
  border-bottom: none;
  color: #666;
  display: inline-block;
  font-size: 125%;
  font-weight: 100;
  margin-bottom: -1px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.breadcrums {
  font-size: 14px;
}
.tab-content {
  background: #f2f2f2;
  padding: 20px;
}
.cReview {
  min-height: 70px;
  padding-left: 25px;
  position: relative;
}
.cReview .fa.fa-quote-left {
  left: 0;
  position: absolute;
}
.reviewRating img {
  vertical-align: baseline;
  width: 15px;
}
.reviewRating .list-inline li {
  padding: 0;
}
.reviewRating {
  font-size: 15px;
  margin-bottom: 10px;
}
.cInform {
  text-align: right;
}
.cInform .nameU {
  float: left;
}
.cReviewUFOuter {
  min-height: 95px;
  position: relative;
}
#recentViewPro .photo.product-image,
.categoryLisitng .product-name {
  height: auto;
  min-height: auto !important;
}
.cReviewUF {
  bottom: 0;
  position: absolute;
  width: 90%;
}
.usefullLink {
  float: right;
}
.reviewRating li.clearfix:first-child {
  border-top: 1px solid #aeaeae !important;
}
.reviewRating li.clearfix {
  background: #f7f7f7;
  border-left: 1px solid #aeaeae;
  border-right: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
  padding: 20px 0;
}
.reviewRating li.clearfix:last-child {
  border-bottom: 1px solid #aeaeae !important;
}
.short-description p,
.short-description b,
.short-description span,
.short-description li,
.short-description b,
.short-description div,
.short-description tr,
.short-description td,
.short-description code,
.short-description pre,
.short-description blockquote
 {
  font-family: Inter-Regular !important;
}
.itSizing.clearfix > span {
  color: green;
  float: right;
  margin-right: 5px;
}
.categoryLisitng .product-name {
  margin-bottom: 0 !important;
}
.categoryLisitng .prod-desc-short p {
  margin: 0;
}
@media only screen and (min-width: 801px) and (max-width: 980px) {
  .navbar-form {
    margin: 0;
  }
  #srch-term {
    min-width: auto !important;
  }
  #navbar .nav > li > a {
    font-size: 13px;
    padding: 7px 15px 6px;
  }
  .slide-btm-srv-listing > li {
    padding: 0 5px;
  }
  .slide-btm-srv-listing > li h4 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .navbar-form {
    margin: 0;
  }
  #srch-term {
    min-width: auto !important;
  }
  #navbar .nav > li > a {
    font-size: 12px !important;
  }
  .slide-btm-srv-listing > li {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #top-header-menu > li {
    display: inline-block;
  }
  #navbar .nav > li > a {
    border: 0;
  }
  .productInfoBox > div:nth-of-type(2) {
    max-height: 200px;
    height: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
  }
  #srch-term {
    min-width: auto !important;
  }
  .top-cart-right-section {
    top: 0;
    margin: 0 !important;
  }
  .cart-right {
    padding-top: 30px !important;
  }
  #top-header-menu {
    padding: 0 !important;
    float: left !important;
  }
  .topBar {
    font-size: 13px;
  }
  #top-header-menu > li > a {
    padding-left: 0 !important;
  }
  .featured_proList {
    text-align: center;
  }
}
#cart-detail,
#loadmask {
  right: 0;
  display: none;
  position: absolute;
}
.no-pro-found {
  color: grey;
  margin: 10px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  padding: 5px;
  text-align: center;
  clear: both;
}
#checkout-progress-wrapper span,
#products-order .page-title h1,
.account-create .page-title h1,
.account-login .page-title h1 {
  font-size: 24px;
  border-bottom: none !important;
  font-family: Inter-Regular;
  color: #666;
  margin: -6px 0 32px;
  text-transform: capitalize !important;
}
#checkout-progress-wrapper span::after,
#products-order .page-title h1::after,
.account-create .page-title h1::after,
.account-login .page-title h1::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 70px;
  background: #ee6834;
  height: 3px !important;
}
#checkout-step-login h3,
.account-create .fieldset h2,
.new-users .content h2,
.registered-users .content h2 {
  font-size: 15px !important;
  font-family: Inter-Regular;
  color: #666;
}
#checkout-progress-wrapper dt,
#checkoutSteps h2,
#checkoutSteps span {
  font-size: 15px !important;
  font-family: Inter-Regular;
}
#billing-new-address-form input,
#billing-new-address-form label,
#checkout-step-login h4,
#checkout-step-login p,
#checkout-step-login ul li,
.new-users .content p,
.registered-users .content p {
  font-size: 14px !important;
  font-family: Inter-Regular;
  color: #333;
}
#checkout-step-login .buttons-set .button,
#co-billing-form .buttons-set .button,
.account-create .buttons-set .button,
.account-create .buttons-set p,
.new-users .buttons-set .button,
.registered-users .buttons-set .button {
  font-size: 14px;
}
#checkout-step-login .f-left,
#checkout-step-login label,
.account-create input,
.account-create label,
.account-login .f-left,
.account-login label {
  font-size: 14px;
  font-family: Inter-Medium;
  color: #333;
  margin: 0;
}
.account-create {
  margin: 15px 0;
}
.account-create .fieldset {
  margin-bottom: 0;
}
.account-create .buttons-set p.back-link {
  float: left;
}
#loadmask {
  background: #fcfcfc;
  color: #000;
  font-size: 12px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  padding: 10px 0;
  text-align: center;
  top: 50%;
  width: 165px;
}
.alert b,
.error li,
.error_msg {
  font-size: 14px;
}
#cart-detail {
  top: 70px;
  z-index: 9999;
  width: 350px;
}
.cart-body,
.cart-header {
  padding: 8px 10px;
  width: 345px;
}
.cart-header {
  background: #666;
  display: inline-block;
  color: #fff;
}
.cart-body {
  clear: both;
  background: #f2f2f2;
  margin-top: -8px;
}
.cart-footer-button,
.cart-footer-total {
  display: inline-block;
  width: 325px;
}
.cart-footer-total {
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.cart-footer-button .checkout,
.cart-footer-button .view {
  background: #666;
  border: 1px solid #666;
  border-radius: 4px;
  color: #fff !important;
  padding: 5px 10px;
}
.cart-footer-button .checkout a,
.cart-footer-button .view a {
  color: #fff;
}
.trigle-cap {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  border-bottom: 5px solid #666;
  top: 65px;
  right: 33%;
  display: none;
}
.yt-header-middle {
  background: #fff;
}
.fixed {
  position: fixed;
  padding: 5px 0 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fixed .top-cart-section {
  top: 15px;
}
.AddMoreAttr,
.removeRows {
  top: 4px;
  position: relative;
  display: inline-block;
}
.cart-price {
  background: #666;
  border: 1px solid #666;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
  float: right;
}
#checkout-step-login #login-form {
  margin-left: 0 !important;
}
.flexiResponse .error_msg {
  color: red !important;
}
.proLength,
.proQty,
.proSize {
  padding: 0 0 0 10px;
}
.add-more-attr,
.addMoreAttrs {
  color: #a0a0a0;
  font-size: 25px;
  padding: 0 6px;
  background: #e0e0e0;
  border: 1px solid #a0a0a0;
}
.attributes-div .margin-0 {
  display: inline-block;
}
.pro_qty {
  width: 60px;
  height: 30px;
}
.addMoreAttrs {
  opacity: 0.3;
}
.AddMoreAttr {
  padding: 10px;
}
.attr-inner {
  margin-bottom: 10px;
}
.cart-body table tbody {
  display: block;
  height: 150px;
  overflow: auto;
}
.cart-listing {
  font-size: 13px;
}
.table.table-hover.table-bordered.cart-listing img {
  display: inline-block;
  float: left;
}
#sync2 .item,
#wyr,
.removeIcon {
  cursor: pointer;
}
.removeIcon {
  font-size: 25px;
}
.checkout-msz {
  color: red;
  font-size: 15px;
  text-align: center;
}
.use_for_shipping_yes {
  position: relative;
  top: -7px;
}
.testimonial_video {
  background: #707070;
}
.commHead {
  font-family: Inter-Regular;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
.featuresH,
.pro_addtocart button {
  font-family: Inter-Medium;
  color: #333;
}
#sortby,
.pro_addtocart button {
  border-radius: 0;
  font-size: 13px;
}
.pro_addtocart button {
  font-weight: 600;
}
#Htestimonials .left.carousel-control > img,
#Htestimonials .right.carousel-control > img {
  position: relative;
  top: 40%;
}
.featuresH {
  display: table;
  line-height: 17px;
}
.featuresH > li {
  display: table-cell;
  padding-right: 10px;
  vertical-align: top;
}
.featuresH h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: Inter-Regular;
}
.featuresH p {
  margin: 0;
  font-family: Inter-Medium;
}
.innerpages .featuresH > li {
  color: #333;
}
#sortby {
  height: auto;
  padding: 0 20px 0 2px;
}
.cc_container {
  background: rgba(0, 0, 0, 0.8) !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  text-align: center !important;
}
.cc_container .cc_btn {
  background: #fff !important;
  float: none !important;
  font-size: 1em;
  margin: 25px auto 0 !important;
  padding: 3px !important;
}
.cc_message {
  position: absolute;
  top: 0;
  width: 95% !important;
}
#addReview input[type="radio"] {
  float: none;
  margin: 0;
}
#addReview textarea {
  border-radius: 0;
}
span.required {
  color: red;
}
#addReview .btn.btn-default {
  background: #ff804c;
  border: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0;
  border-radius: 0;
}
#addReview .btn.btn-default:hover {
  background-color: #444 !important;
  transition: all 0.2s ease-in-out 0;
}
#wyr:hover {
  color: #ee6833;
}
.ratingResponse {
  display: none;
  background: #fff;
  padding: 20px;
}
.rating-stars.list-inline > li {
  padding: 0;
}
.list-inline {
  margin-left: 0;
}
.reviewRating .list-inline > li {
  padding: 0 1px;
}
.pdf-container h4 {
  text-decoration: underline;
  color: #666;
}
.pdf-inner a,
.pdf-inner a:hover {
  color: #ee6833;
  font-size: 12px;
  text-decoration: none;
}
.pdf-container {
  margin-bottom: 10px;
}
.pdf-inner img {
  position: relative;
  top: -2px;
}
.nav-menu {
  width: 100%;
  text-align: center;
}
.nav-menu > li {
  float: none;
  display: inline-block;
}
@media (min-width: 992px) {
  .slider-bottom-srv-container .col-lg-4:nth-child(1) {
    margin-left: 4%;
  }
  .slider-bottom-srv-container .col-lg-4:nth-child(2) {
    width: 25%;
  }
}
#exclusiveSale,
#featuredPro,
#newArrivals {
  text-align: center;
}
#newArrivals .owl-buttons > .owl-next,
#newArrivals .owl-buttons > .owl-prev {
  background: rgba(0, 0, 0, 0) !important;
  border: 1px solid #aaa;
  height: 23px;
  line-height: 10px;
  width: 20px;
}
#exclusiveSale img,
#featuredPro img,
#newArrivals img {
  margin: auto;
}
#newArrivals .pro_price {
  color: #ee6833;
  font-size: 20px;
}
#newArrivals .oldPR {
  font-size: 15px;
}
#newArrivals .owl-controls.clickable {
  position: absolute;
  right: -1px;
  top: -28px;
}
#newArrivals .owl-buttons > .owl-prev {
  left: -44px;
}
.owl-buttons > .owl-next,
.owl-buttons > .owl-prev {
  font-size: 20px !important;
}
#newArrivals .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 23px;
  top: -24px;
}
#newArrivals .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  top: -24px;
}
.main_content_home {
  background: #ececec;
  font-family: Inter-Regular;
  font-size: 17px;
  line-height: 20px;
  padding: 25px;
}
#brandLogos .owl-buttons > .owl-next,
#brandLogos .owl-buttons > .owl-prev {
  font-size: 0 !important;
}
#brandLogos .owl-buttons > .owl-prev {
  left: 0;
  top: 25%;
}
#brandLogos .owl-buttons > .owl-next {
  right: 0;
  top: 25%;
}
.brandLogos .owl-item {
  display: table;
  height: 90px;
  padding: 0 20px;
}
.brandLogos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brandLogos img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.brandLogos .featured_proList {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.ajax-file-upload-container,
.ajaximgcontainer,
.emsg {
  display: none;
}
.brands-list-section_home {
  padding: 20px 0 0;
}
.spotlight-wrap .spotlight .block-title {
  padding-bottom: 25px !important;
}
.col-bs-20 {
  width: 28%;
  float: left;
}
.spotlight-wrap {
  margin: 0 !important;
}
.spotlight.spotlight5.col-bs-20 {
  float: right;
  width: 18%;
}
.box-1-contact .form-wrapper .input-box .input-text,
.buttons-set.create-account button {
  float: left;
}
.block-social .list-inline li {
  padding: 0;
}
.block1,
.block2,
.block3 {
  height: 205px;
  padding: 20px 10px;
}
.block1 {
  background: url(../images/new-img2.jpg) center top 9px no-repeat #ececec;
}
.block2 {
  background: url(../images/bgteam.png) center top 15px/188px auto no-repeat
    #ececec;
}
.block3 {
  background: url(../images/new-img1.jpg) center top 9px no-repeat #ececec;
}
.home_three_block .pull-right {
  font-family: Inter-Medium;
  text-align: center;
}
.block_he {
  font-family: Inter-Medium;
  font-size: 25px;
  line-height: 25px;
  margin: 9px auto 12px;
  max-width: 88%;
}
#td-logo .print-td-label,
#td-logo .select-td-col select,
.basket-form-main-col .basket-bg-h2,
.basket-form-main-col .bg-table thead th,
.bg-table .product-text p {
  font-family: Inter-Bold;
}
#addReview {
  margin-bottom: 10px;
}
.emsg {
  border: 1px solid #263475;
  color: #ce0b10;
  padding: 5px;
}
.basket-form-main-col .basket-bg-h2 {
  font-size: 27px;
  text-transform: uppercase;
  font-family: Inter-Regular;
}
.basket-form-main-col #items-span {
  color: #ee6833;
  font-family: Inter-Bold;
}
.basket-form-main-col .bg-table {
  border: 1px solid #d3d3d3;
}
.basket-form-main-col .bg-table thead {
  background: #efefef;
}
.basket-form-main-col .bg-table thead th {
  border: 1px solid #d3d3d3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Inter-Bold;
}
.basket-form-main-col .bg-table thead th:first-child {
  border-left: none;
}
.bg-table .product-img {
  padding-right: 0;
  max-width: 58px;
}
.bg-table .product-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Inter-Regular;
}
#td-logo {
  font-size: 13px;
  width: 24%;
}
#td-logo .print-td-label {
  padding: 0;
  font-weight: 400;
}
#td-logo .select-td-col {
  padding-left: 2px;
}
#td-logo .select-td-col select {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  font-weight: 400;
  height: 24px;
  padding: 0;
  width: 100%;
}
#td-logo .form-group {
  padding: 0 0 15px;
}
#td-logo .upload-buttn {
  background: #263475;
  border: none;
  border-radius: 0;
  padding: 0;
}
#qty .am-btn,
#qty .am-input {
  border-radius: 0;
  font-weight: 400 !important;
  height: 30px;
  font-family: Inter-Bold;
}
#qty .input-group.number-spinner {
  margin: auto;
  width: 70%;
}
#qty {
  width: 19%;
}
#qty .am-btn {
  background: #efefef;
  font-size: 9px;
  padding: 0 19px 0 9px;
  text-shadow: none;
  width: 0;
}
#qty .am-input {
  font-size: 12px;
  margin: 0 6px;
  padding: 0;
  width: 30px;
}
.removeAllItemsFromBasket {
  font-family: Inter-Medium;
  color: #ee6833;
}
.bg-table .td-prices {
  font-family: Inter-Regular;
  text-align: center;
  font-size: 14px;
}
.bg-table .no-presentations {
  font-family: Inter-Bold;
}
.total-summary-col .order-h3 {
  font-family: Inter-Regular;
  font-size: 25px;
  margin-bottom: 12px;
  margin-left: 25px;
  text-transform: uppercase;
}
.total-summary-col #summary-table {
  margin: auto;
  width: 85%;
}
.summary-table-outter #summary-table td {
  font-family: Inter-Regular;
  font-size: 15px;
  padding: 0 0 15px;
}
.total-summary-col .summary-table-outter {
  border: 1px solid #d3d3d3;
  margin: auto auto auto 5%;
  padding: 22px 0 10px;
  width: 95%;
}
.summary-price-td {
  text-align: right;
}
#summary-table-btn {
  background: #ee6833;
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: Inter-Medium;
  font-size: 15px;
  margin: 32px auto auto;
  padding-top: 8px;
  text-align: center;
  width: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.total-summary-col #continue-shop {
  color: #000;
  display: block;
  font-family: Inter-Medium;
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
  text-decoration: underline;
}
.main-menu .mega-dropdown-menu > li ul > li > a:focus,
.main-menu .mega-dropdown-menu > li ul > li > a:hover,
.read-more-blog > a,
a:focus,
a:hover {
  text-decoration: none;
}
.total-summary-col #code-p {
  font-size: 15px;
  text-align: center;
  font-family: Inter-Medium;
  margin: 0 0 2px;
}
.total-summary-col .input-group {
  margin: auto;
  width: 80%;
}
.total-summary-col .input-group input {
  border-radius: 0;
  background: #f1f1f1;
}
.total-summary-col .apply-button-summary {
  width: 95px;
  background: #ee6833;
  color: #fff;
  border: 1px solid #ee6833;
  border-radius: 0;
}
.total-summary-col .form-control::-moz-placeholder {
  font-family: Inter-Bold;
  font-size: 12px;
}
.cards-section-main-col .cards-col img {
  margin: auto;
}
.cards-section-main-col .card-inner {
  background: #e6e6e6;
  border: 1px solid #d3d3d3;
  margin: 32px 0 0;
  padding: 28px 0;
}
.card-inner .mcafee-col img {
  margin: auto;
}
#mcafee-text {
  font-size: 12px;
  padding: 12px 0 0;
  text-align: center;
}
#form-validate input,
#search_mini_form .input-text,
.add-on #email,
.enter-details input,
.newsRT input {
  text-align: left;
}
.card-right-col .card-right-ul li {
  background: url(../images/ul-tick.png) 2px 2px no-repeat rgba(0, 0, 0, 0);
  font-family: Inter-Regular;
  font-size: 14px;
  list-style-type: none;
  max-width: 90%;
  padding: 0 0 8px 22px;
  background-position: left top 4px;
}
.card-right-col .card-right-inner {
  margin: 32px 0 0;
}
.card-right-col .card-right-inner .card-right-ul {
  border: 1px solid #d3d3d3;
  margin: auto auto auto 5%;
  padding: 22px 0 19px 24px;
  width: 95%;
}
#toggle-h4 {
  color: #ee6b47;
  font-family: Inter-Bold;
  display: none;
}
.padding-right-0 {
  padding-right: 0 !important;
}
#cards-section {
  margin-bottom: 1%;
}
.subs-cat-pge {
  left: 42%;
  margin: 5px 0;
  position: absolute;
  z-index: 999;
}
#minheight150 {
  min-height: 100px;
}
#recentViewProduct1 .product-name {
  height: auto !important;
  min-height: auto !important;
}
hr {
  border-width: 2px 0 0;
  border-color: #aeaeae;
}
.row.blogListPage {
  font-family: Inter-Regular;
  font-size: 14px;
}
.blog-right-heading,
.row.blogListPage h3 {
  font-family: Inter-Medium;
  color: #000;
}
.read-more-blog > a {
  color: #ea673d;
  display: inline-block;
  margin: 12px 0 0;
}
.blog-right-heading {
  font-size: 20px;
  margin: 20px 0 10px;
}
.blog-right-layout {
  padding: 0 40px;
}
#mob-footer,
#mob-main,
#mob-pay-meth,
#mob-soc-ico,
#mySidenav {
  display: none;
}
@media (min-width: 200px) and (max-width: 767px) {
  .footer-top {
    display: none;
  }
  #mob-footer {
    display: block;
  }
  #mob-pay-meth,
  #mob-soc-ico {
    display: block;
    padding-top: 5px;
  }
  .menubar-full-container,
  .newsletterSignup,
  .topBar,
  .yt-header-middle {
    display: none;
  }
  #mob-main,
  #mySidenav {
    display: block;
  }
}
.stickyright {
  position: fixed;
  right: 7%;
  top: 17%;
  z-index: 9999;
  width: 23%;
}
.stickyright > div {
  background: #fff;
}
#feefo-service-review-floating-widgetId
  feefowidget-container-floating-service
  .feefowidget-alignment-left {
  top: 30% !important;
}
#search_mini_form .btn.btn-default {
  border-top-width: 2px;
}
.registered-users input {
  text-align: left;
  width: 100% !important;
  height: 42px;
}
#cust1 input {
  height: 30px;
  margin: 0 !important;
}
.attributes-div .proQty input {
  height: 34px;
  margin: 0 0 0 3px;
}
.AddMoreAttr .add-more-attr {
  background: #ee6834;
  border: 1px solid #ee6834;
  color: #fff;
  padding: 5px 7px 7px;
  height: 34px;
}
.addMoreAttrs,
.removeIcon {
  padding: 5px 6px 7px;
}
#cust1 .proSize {
  margin-left: 0;
}
.attributes-div .proSize {
  margin-left: 3px;
}
.attributes-div select {
  font-size: 13px !important;
  border-radius: 0;
}
.margin-0.removeRows {
  padding-left: 2px !important;
}
.removeIcon {
  background: #ee6834;
  border: 1px solid #ee6834;
  color: #fff;
  margin: 0 0 0 5px;
  padding: 5px 7px 7px;
}
.AddMoreAttr .add-more-attr {
  font-size: 11px !important;
}
.attributes-div .pro_qty {
  width: 42px;
  font-size: 20px;
}
.margin-0.AddMoreAttr {
  padding: 0 !important;
}
.block-title .other-prod-title {
  font-size: 22px;
  margin: 25px 0 0;
  color: #333;
  font-weight: 400;
  font-family: Inter-SemiBold;
  text-transform: uppercase;
  word-spacing: 5px;
}
.delivery-inner-right {
  margin: -54px 0 0 !important;
}
#attrForm input {
  border: none;
  font-size: 12px;
  padding: 3px 5px;
  position: absolute;
  right: 23px;
  top: 14px;
}
#attrForm label input {
  top: 4px;
}
.card-right-col {
  margin: -20px 0 0;
}
.filterACCO .panel-title > a {
  display: block;
  background: #ee6834;
  padding: 10px 15px 12px;
  font-family: Inter-Bold;
  color: #fff !important;
}
.panel-heading .accordion-toggle::after {
  left: 3px;
}
.downloadpdf {
  background: grey !important;
  color: #fff !important;
  display: table !important;
  padding: 2px 9px !important;
  margin: 227px 0 0 !important;
}
.product-name > a {
  display: block;
  line-height: 20px;
  margin: auto;
  max-width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  text-align: left;
  font-size: 15px;
  font-family: Inter-Regular;
}
@media (min-width: 1600px) {
  .product-name > a {
    font-size: 16px;
  }
}
.attributes-div .qtyplus {
  padding-left: 8px;
}
.product-image-zoom > #wrap > a {
  height: auto !important;
  max-height: none !important;
  margin: auto;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap {
  border: none !important;
  box-sizing: border-box !important;
}
#sync-sm .item img {
  max-width: 100%;
  height: 100%;
  display: table;
  margin: auto;
}
#sync-sm .item {
  border: 1px solid #d3d3d3;
  height: 95px;
  display: flex;
  align-items: center;
  margin: 3px;
}
#sync-sm {
  margin-top: 8px;
}
.welcome-content-inner-left .form .btn-default,
.welcome-content-inner-right .form .btn-default {
  font-size: 17px;
  width: 193px;
}
.bg-table tr th {
  text-transform: capitalize;
}
.brandLogos {
  margin: 0 0 14px;
}
.topBar {
  border-bottom: 1px solid #d3d3d3 !important;
}
#exclusiveSale,
#featuredPro,
#newArrivals {
  border: 1px solid #d3d3d3 !important;
}
.spotlight-wrap .spotlight .block-title {
  font-size: 21px !important;
}
.filterBar {
  padding: 2px 0 0 !important;
}
.scroll-top-wrapper {
  background-color: #ee6833;
  border-radius: 40px;
  bottom: 30px;
  color: #fff;
  height: 42px;
  line-height: 40px;
  opacity: 0;
  overflow: hidden;
  padding-top: 2px;
  position: fixed;
  right: 8px;
  text-align: center;
  transition: all 0.5s ease-in-out 0;
  visibility: hidden;
  width: 42px;
  z-index: 99999999;
}
#myTabContent,
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: #fff !important;
}
#addReviewForm input,
.welcome-content-inner-left input {
  text-align: left;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.attributes-div .proLength {
  margin: 0 0 0 3px;
}
.productInfoBox > div {
  padding: 7px 6px !important;
}
.delivery-inner-right .back-btn {
  height: 34px;
  padding: 0;
}
#per_page {
  border-radius: 0;
  height: 21px;
  padding: 0 6px 0 3px;
  width: auto;
}
#sizeInformation > table {
  float: left;
  display: table;
}
#sizeInformation > table tr td {
  border: 1px solid #ddd;
  height: 40px;
  text-align: center;
  font-size: 14px;
}
#sizeInformation > table:not(:first-child) tr td {
  border-left: none !important;
}
#sizeInformation > table tr:first-child td {
  color: #ee6833 !important;
  font-family: Inter-Regular !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px;
}
#myTabContent {
  border: 1px solid #eee;
  border-top: none;
}
.table-striped > tbody > tr:nth-of-type(2n) {
  background: #edebec !important;
}
#sizeInformation > table tr td {
  color: #333;
  font-family: Inter-Light !important;
}
.home_three_block .pull-right p {
  line-height: normal;
  margin-top: 4px;
}
.home_three_block .pull-right {
  font-size: 14px;
  width: 180px;
}
.new-text-call a {
  font-weight: 700;
  border-bottom: 1px solid #333;
}
.new-text-call a:hover {
  border-color: #f2a637;
}
.al-block-three-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.al-block-three-sec-inner {
  height: 100%;
  padding: 139px 15px 0;
  text-align: center;
}
.al-new-return-terms {
  padding: 0;
}
.al-new-delivery .delivery-table.first td,
.al-new-delivery .delivery-table.first th {
  width: 20%;
}
.al-new-delivery .delivery-table th {
  background: #5b9bd5;
  padding: 15px 5px;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  font-size: 14px !important;
}
.al-new-delivery .delivery-table tr {
  height: 50px;
}
.al-new-delivery .delivery-table td {
  padding: 15px 5px 13px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-family: Inter-Regular !important;
}
.al-new-delivery .delivery-table td.first {
  background: #5b9bd5;
  border-left: transparent;
  font-weight: 700;
}
.al-new-delivery .delivery-table tr:last-child td {
  border-bottom: transparent;
}
.al-new-delivery .delivery-table tr td:last-child {
  border-right: transparent;
}
.al-new-delivery .prices > li p {
  margin: 0 0 5px;
}
.delivery-table.second tr.tab-oth:nth-child(2n) td {
  background: #deebf6;
}
.delivery-table.second tr.tab-oth:nth-child(2n) td.first {
  background: #5b9bd5;
}
.delivery-table.first tr.tab-oth:nth-child(2n) td {
  background: #deebf6;
}
.delivery-table.first tr.tab-oth:nth-child(2n) td.first {
  background: #5b9bd5;
}
#myTabContent {
  display: table;
  width: 100%;
}
@media (min-width: 100px) and (max-width: 767px) {
  .al-block-three-sec {
    display: block !important;
  }
  .al-new-delivery p,
  .al-new-return-terms p {
    font-size: 12px;
  }
  .al-new-return-terms p.heading {
    margin-bottom: 2px;
  }
  .al-new-return-terms p.simple-text {
    margin-bottom: 5px;
  }
  .al-new-delivery p.heading {
    margin-bottom: 2px;
  }
  .al-new-delivery p.simple-text {
    margin-bottom: 5px;
  }
  .yt-content-inner.productDetailPage > .container {
    padding: 0;
  }
  .panel-body {
    max-height: 100%;
  }
}
@media (min-width: 100px) and (max-width: 400px) {
  .al-new-delivery .delivery-table {
    width: 500px;
  }
}
@media (min-width: 401px) and (max-width: 768px) {
  .al-new-delivery .delivery-table {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .al-new-delivery .delivery-table {
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .al-new-delivery .delivery-table {
    width: 75%;
  }
}
.explore-more-link > a {
  padding: 9px 12px 5px !important;
}
.product-image a img {
  max-height: 246px !important;
}
input {
  text-align: left !important;
}
#minheight150 {
  padding: 12px 0 !important;
}
.BGfeatures > li {
  text-align: left;
}
.attributes-div input {
  text-align: center !important;
}
.common-btn,
.slider-bottom-srv-container.innerpages + #minheight150.container > p {
  text-align: center;
}
.featuresH p {
  font-size: 13px !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .al-block-three-sec-inner {
    height: auto;
    padding: 139px 15px 0;
    text-align: center;
    min-height: 302px;
  }
}
.common-btn {
  color: #fff;
  display: block;
  font-family: Inter-Bold;
  font-size: 21px;
  padding: 8px 0;
  width: 80%;
  background: #ee6833;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0;
  margin: 32px auto auto;
}
#sync1 .item,
#sync2 .item {
  margin: 5px;
  color: #fff;
  text-align: center;
}
.explore-more-link,
.sm_quickview_handler {
  display: none !important;
}
#sync1 .item {
  background: #0c83e7;
  padding: 80px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.price-box,
.product-info,
.vpi-wrap {
  text-align: left;
}
.product-info {
  margin-top: 8px;
}
.row.productInfor.hidden-xs {
  margin-bottom: 20px;
}
.row.blogListPage .col-lg-12.col-sm-12.col-xs-12 > p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Inter-Regular;
}
.row.blogListPage .col-lg-12.col-sm-12.col-xs-12 > ul > li > p {
  margin-bottom: 0;
  font-size: 14px;
}
.row.blogListPage .col-lg-12.col-sm-12.col-xs-12 > ul > li {
  list-style-type: square;
  font-size: 14px;
}
.row.blogListPage .col-lg-12.col-sm-12.col-xs-12 > ul {
  padding-left: 12px;
  padding-top: 6px;
  font-size: 14px;
}
.blog-right-layout .list-inline {
  padding-left: 0 !important;
  font-size: 14px;
}
#recentVied .pull-left.other-prod-title {
  margin-top: 10px;
}
.vpi-wrap {
  display: flex;
  flex-wrap: wrap;
}
.pInfo-h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: Inter-Regular;
}
#recentViewPro .product-image a img,
#relatedProducts .product-image a img {
  height: auto;
  display: block;
  max-height: 100% !important;
  max-width: 92%;
}
#recentViewPro .product-image,
#relatedProducts .product-image {
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topBar {
  padding: 3px 0 0 !important;
}
.navbar-nav > li.sign-li {
  height: 27px;
}
.filter-top #attrForm {
  padding: 1px 13px 0;
}
.price-box .price {
  color: #ee6834 !important;
  font-family: Inter-Medium;
  font-size: 28px !important;
}
.padding-zero {
  padding: 0;
}
a:focus {
  outline: 0;
}
.section-heading > .section-head {
  font-size: 40px;
  font-family: Inter-Regular;
  text-align: center;
  color: #000;
  margin: 0;
  line-height: normal;
}
.section-heading p,
body {
  font-family: Inter-Regular;
}
.section-heading p {
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}
.brands-main-col .section-heading .section-head::after {
  margin: 6px auto 10px;
}
.inner-pages-wrapper {
  padding: 0 48px;
}
.inner-pages-wrapper .free-deleivery-main-col,
.inner-pages-wrapper .testimonials-main-col {
  padding: 0;
}
.header-top-col {
  padding: 9px 70px 0;
  border-bottom: solid 1px #d3d3d3;
}
#header > .container-fluid {
  padding: 0;
}
.header-top-col ul {
  float: right;
  margin: 0;
  padding: 0;
}
.header-top-col ul li,
.header-top-col ul li a {
  color: #ee6833;
  font-size: 14px;
  font-family: Inter-Medium;
}
.header-top-col ul li span {
  font-family: Inter-Medium;
  font-size: 18px;
}
.static-skew-div {
  background: #244d7b;
  display: table;
  height: 52px;
  transform: skewX(-27deg);
  width: 188px;
}
.header-search-col .input-group > input {
  background: #fff;
  border: 1px solid #d3d3d3;
  font-family: Inter-Light;
  font-size: 18px;
  height: 39px;
  padding: 0 38px 2px 15px;
  width: 100%;
  position: relative;
}
.header-search-col .input-group {
  display: table;
  margin: auto;
  position: relative;
  top: 20px;
  width: 88%;
}
.header-skew-col p > span {
  color: #ee6833;
  font-family: Inter-Medium;
}
.header-user-menu-col .list-inline li.basket ul {
  float: left;
}
.header-user-menu-col .list-inline li.basket {
  position: relative;
}
.header-user-menu-col .list-inline li.basket .your-basket {
  position: absolute;
  left: 20px;
  top: 0;
  color: #333;
}
.header-user-menu-col .basket-col > img {
  width: 58px;
}
.header-user-menu-col .basket-col {
  position: relative;
}
.header-user-menu-col .basket-col .basket-count.badge {
  position: absolute;
  top: -10px;
  left: 8px;
  background: #fff;
  color: #333;
  border: 2px solid #ee6833;
  height: 32px;
  min-width: 32px;
  border-radius: 33px;
  padding: 7px 0 0;
  font-size: 15px;
  font-family: Inter-Medium;
}
.header-search-col .input-group > .btn {
  background-image: url(../images/search-new.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 11;
  height: 30px;
  width: 30px;
  background-position: center 4px;
}
.view-cart-ul li a {
  color: #ee6833;
  font-size: 13px;
}
.view-cart-ul li {
  border-right: solid 1px #ee6833;
  height: 10px;
  line-height: 7px;
  padding: 0 7px 0 3px;
}
.view-cart-ul li:last-child {
  border-right: none;
}
.view-cart-ul {
  position: relative;
  top: 16px;
}
.header-user-menu-col > ul {
  position: relative;
  text-align: right;
  top: 20px;
}
.header-user-menu-col > ul > li > a {
  background-position: 0 5px !important;
  color: #333;
  font-family: Inter-Light;
  font-size: 17px;
  padding: 0 !important;
}
.header-user-menu-col > ul > li:last-child > a {
  padding: 0 !important;
}
.header-user-menu-col > ul > li:last-child a > span {
  border: 2px solid #5c83ac;
  color: #2b6cac;
  display: table;
  float: right;
  font-family: Inter-Bold;
  height: 29px;
  margin: 0 0 0 8px;
  min-width: 32px;
  padding: 0 2px;
  position: relative;
  text-align: center;
}
.header-brand-main-col {
  padding: 8px 73px 15px 80px;
}
.header-user-menu-col > ul > li {
  margin: 0 0 0 15px;
  padding: 0;
}
.header-user-menu-col > ul > li > a > span > img {
  position: absolute;
  right: 21%;
  top: -9px;
}
.header-user-menu-col .dropdown-menu {
  display: block;
  transition: 0.2s;
  transform: scale(0);
}
.header-user-menu-col .dropdown-ul {
  list-style-type: none;
  padding: 0;
}
.header-user-menu-col .dropdown-ul li a {
  color: #333;
  font-family: Inter-Light;
  font-size: 17px;
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 3px;
}
.header-user-menu-col > ul li.dropdown:hover .dropdown-menu {
  transform: scale(1);
}
.header-user-menu-col .dropdown-ul li a:hover {
  background: #296dac;
  color: #fff;
}
.main-menu .mega-dropdown {
  position: static !important;
}
.main-menu .mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.main-menu .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.main-menu .mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.main-menu .mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.main-menu .mega-dropdown-menu .dropdown-header {
  font-size: 20px;
  color: #263475;
  padding: 0 60px 5px 5px;
  font-family: Inter-Regular;
  text-transform: uppercase;
}
.main-menu .dropdown-menu {
  border-radius: 0;
  top: 100%;
  border-top: solid 2px #263475;
}
.mega-menu {
  background: red;
  left: -46px;
  position: absolute;
  top: 46px;
  width: 1350px;
}
.main-menu .mega-dropdown > a.dropdown-toggle::after {
  background: #fff;
  border-left: 2px solid #263475;
  border-top: 2px solid #263475;
  content: " ";
  display: none;
  height: 15px;
  left: 43%;
  position: absolute;
  top: 41px;
  transform: rotate(46deg);
  width: 15px;
  z-index: 1111111;
}
.dropdown-toggle:hover .dropdown-menu,
.main-menu .mega-dropdown:hover a.dropdown-toggle::after {
  display: block;
}
.main-menu .open .dropdown-toggle {
  background: 0 0;
  box-shadow: none;
  color: #000;
}
.main-menu .dropdown-menu.mega-dropdown-menu {
  padding: 25px 0 20px 91px;
}
.mega-dropdown-menu .collection-type > p {
  font-size: 25px;
  font-family: Inter-Light;
  color: #000;
  text-transform: uppercase;
  max-width: 80%;
  line-height: 25px;
}
.mega-dropdown-menu .mega-ul li a,
.mega-dropdown-menu > li a {
  font-size: 14px !important;
}
.mega-dropdown-menu .mega-category-col .collection-type {
  border-left: solid 7px #263475;
  margin: 8px 0 0;
  padding: 0 0 0 8px;
}
.mega-dropdown-menu .mega-category-col .mega-category-banner > img {
  width: 100%;
}
.mega-dropdown-menu > li {
  width: 16%;
  vertical-align: top;
  text-transform: capitalize;
}
.add-cart-ul li,
.features-col > ul > li,
.filter-select li,
.gender-list li,
.shopped-item-ul > li,
.ver-cen-inn {
  vertical-align: middle;
}
.mega-dropdown-menu > li a {
  text-transform: capitalize !important;
}
.mega-dropdown-menu > li:first-child {
  width: 20%;
  padding-right: 20px;
}
.dropdown-toggle:hover,
.open .dropdown-toggle {
  background: 0 0 !important;
  box-shadow: none !important;
  color: #296dac !important;
}
.menu-main-col .navbar-inverse {
  background: #ee6833;
  border: none;
  min-height: 0;
  margin: 0;
}
.menu-main-col .navbar-inverse li > a {
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-family: Inter-Bold;
  text-shadow: none;
  text-transform: uppercase;
}
.menu-main-col .navbar-inverse li > a:hover {
  color: #263475 !important;
}
.menu-main-col .navbar-inverse li > a.active {
  color: #296dac;
  font-family: Inter-Bold;
}
.menu-main-col {
  background: #ee6833;
  padding: 12px 45px;
  margin: 0 0 9px;
}
.menu-main-col .navbar-nav {
  float: none;
  margin: auto;
  text-align: center;
  display: table;
}
.features-col > ul > li {
  font-family: Inter-Regular;
  text-transform: capitalize;
  font-size: 15px;
  color: #000;
}
.features-col > ul > li > span {
  font-family: Inter-Regular;
  text-transform: capitalize;
}
#head-slider .owl-next,
#head-slider .owl-prev {
  position: absolute;
  top: 47%;
  margin: 0;
  height: 36px;
  width: 36px;
  font-size: 0;
}
.features-col > ul {
  text-align: center;
  margin: 0 0 2px;
}
.features-main-col {
  padding: 34px 15px 23px;
}
.slider-main-col {
  padding: 0 48px 0 52px;
}
.innerpages .features-main-col {
  padding: 15px 15px 10px;
}
.yt-content.search.wrap.catalogue-search {
  padding-top: 0;
}
#head-slider .owl-prev {
  background: url(../images/slider-left.png) no-repeat rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  left: -8px;
}
#head-slider .owl-next {
  background: url(../images/slider-right.png) no-repeat rgba(0, 0, 0, 0);
  right: -8px;
  border: 1px solid #fff;
}
#head-slider .owl-dots {
  display: none;
}
.offer-banners-col > .banner-col-inner > img {
  width: 100%;
}
.offer-banners-col {
  padding: 5px;
}
.offer-banners-col > .banner-col-inner {
  position: relative;
}
.offer-banners-col > .banner-col-inner .banner-content .banner-head {
  font-family: Inter-Regular;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.offer-banners-col > .banner-col-inner .banner-content .banner-head-col {
  background: rgba(238, 104, 51, 0.9);
  display: table;
  max-width: 72%;
  padding: 8px 12px;
}
.offer-banners-col > .banner-col-inner .banner-content > ul {
  background: #263475;
  display: table;
  margin: 0;
  padding: 6px 8px 6px 7px;
}
.offer-banners-col:nth-child(1) .banner-content,
.offer-banners-col:nth-child(2) .banner-content,
.offer-banners-col:nth-child(3) .banner-content {
  bottom: 0 !important;
  width: 100% !important;
  left: 0 !important;
}
.offer-banners-col > .banner-col-inner .banner-content {
  bottom: -0.61px;
  position: absolute;
  width: 99%;
  left: 0.2px;
}
.offer-banners-col > .banner-col-inner .banner-content > ul li,
.offer-banners-col > .banner-col-inner .banner-content > ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Inter-Bold;
}
.offer-banners-col > .banner-col-inner .banner-content > ul li:nth-child(2) {
  font-family: Inter-Regular;
  border-left: 2px solid #fff;
  height: 12px;
  line-height: 11px;
  padding: 0px 8px 0px 7px;
}
.offer-banners-col > .banner-col-inner .banner-content > ul li:first-child {
  font-family: Inter-Regular;
  height: 12px;
  line-height: 11px;
  padding: 10px 8px 20px 7px;
}
.banner-content ul li:last-child a {
  font-family: Inter-Bold !important;
}
.special-offers-main-col {
  align-items: center;
  display: -webkit-box;
  padding: 0 46px 0 48px;
}
.special-offers-main-col > .special-offer-col > .special-offer-inner {
  background: #296dac;
  color: #fff;
  padding: 20px;
  text-align: center;
  height: 100%;
}
.special-offers-main-col > .special-offer-col a:first-child,
.special-offers-main-col
  > .special-offer-col
  > .special-offer-inner
  > .special-offers-border
  > a {
  font-family: Inter-Thin;
  font-size: 50px;
  line-height: 48px;
  margin: auto;
  max-width: 100%;
  text-transform: uppercase;
  color: #fff;
}
.special-offers-main-col
  > .special-offer-col
  > .special-offer-inner
  .special-offers-border {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  padding: 22px 20px 30px;
}
.special-offer-col {
  padding: 6px;
}
.special-offers-main-col > .special-offer-col:first-child .special-offer-inner {
  background: #296dac;
}
.special-offers-main-col
  > .special-offer-col:nth-child(2)
  .special-offer-inner {
  background: #ecbf6e;
}
.special-offers-main-col
  > .special-offer-col:nth-child(3)
  .special-offer-inner {
  background: #62bdec;
}
.special-offers-main-col
  > .special-offer-col
  > .special-offer-inner
  a.explore-banner {
  background: #296dac;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: Inter-Bold;
  font-size: 15px;
  padding: 1px 25px;
  text-transform: uppercase;
  display: table;
  margin: auto;
}
.special-offers-main-col > .special-offer-col .explore-btn-col {
  bottom: 15px;
  position: absolute;
  width: 88%;
}
.banner-col-inner img,
.men-banner-col > img,
.men-item-img > img {
  width: 100%;
}
.special-offers-main-col > .special-offer-col:nth-child(2) .explore-banner {
  background: #ecbf6e !important;
}
.special-offers-main-col > .special-offer-col:nth-child(3) .explore-banner {
  background: #62bdec !important;
}
.offer-banners-main-col {
  padding: 0 51px 0 50px;
  margin: 5px 0 0;
}
.free-deleivery-main-col {
  padding: 0 55px;
  text-align: center;
}
.free-deleivery-main-col .free-d {
	color: #fff;
	font-family: Inter-Black;
	font-size: 45px;
	line-height: 70px;
	margin: 0;
	text-transform: uppercase;
}
.free-deleivery-main-col .order {
  color: #fff;
  font-family: Inter-Regular;
  font-size: 46px;
  line-height: 42px;
  margin: 0;
}
.free-deleivery-main-col .free-deleivery-inner-col {
  background: url(../../images/free-deleivery-bg.jpg) 0 0/100% auto no-repeat
    rgba(0, 0, 0, 0);
  padding: 92px 15px 106px;
}
.delievery-text-col {
  display: table;
  left: 9%;
  margin: auto;
  position: relative;
  top: 4%;
}
.free-deleivery-main-col .order > span {
  color: #dc6835;
  font-family: Inter-Black;
}
.men-item-info > a:first-child {
  font-family: Inter-Black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.men-item-info > a {
  font-size: 15px !important;
  text-transform: uppercase;
  color: #000;
  font-family: Inter-Black;
}
.men-item-info > .btn.btn-info {
  background: #263475;
  border: none;
  border-radius: 0;
  color: #fff;
  margin: -2px 0 0;
  padding: 4px 15px;
  text-shadow: none;
}
.men-banner-col,
.men-banners-products-col {
  padding: 6px;
}
.men-item-info > p {
  color: grey;
  font-family: Inter-Light;
  font-size: 13px;
  height: 42px;
  overflow: hidden;
  line-height: 14px;
}
.men-banners-products-col .men-banners-inner {
  border: 1px solid #d3d3d3;
  height: 100%;
}
.men-banners-main-col {
  display: flex;
  padding: 0 32px;
}
.men-banners-main-col .men-items {
  margin: 15px 0 0;
}
.men-banners-main-col .men-item-info {
  margin: 6px 0 0;
}
.men-banners-main-col:nth-child(2) {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.products-tab li {
  padding: 0;
  margin: 0;
}
.products-tab li a {
  background: #d0d0d0;
  border-radius: 0;
  color: #fff;
  font-family: Inter-Light;
  font-size: 25px;
  padding: 2px 12px;
  text-transform: uppercase;
  margin: 0;
  border: none;
}
.products-tab li a:hover,
.products-tab li.active a,
.products-tab li.active a:hover {
  border: none !important;
  background: #263475 !important;
  color: #fff !important;
}
.products-tab {
  border: none;
  border-top: solid 1px #d3d3d3;
}
.products-tab li.active a::after {
  background: #263475;
  bottom: -5px;
  content: " ";
  display: block;
  height: 15px;
  left: 44%;
  position: absolute;
  transform: rotate(44deg);
  width: 15px;
}
.featured-products-main-col .tab-content {
  padding: 32px 0 0;
}
.single-product-image {
  border: 1px solid #d3d3d3;
  padding: 10px;
}
.single-product-info > .single-product-name {
  font-size: 19px;
  color: #000;
  font-family: Inter-Light;
}
.single-product-info > .single-product-price {
  font-size: 32px;
  color: #000;
  font-family: Inter-Light;
}
.single-product-info > .single-product-btn {
  background: 0 0;
  border: 2px solid #296dac;
  border-radius: 0;
  color: #296dac;
  font-family: Inter-Regular;
  font-size: 18px;
  padding: 2px 12px 3px;
  text-shadow: none;
  transition: 0.4s;
  box-shadow: none;
}
.single-product-info > .single-product-rating li {
  padding: 0;
  color: #c7c7c7;
  font-size: 13px;
}
.single-product-info > .single-product-rating {
  margin: 0;
}
.single-product-info > .single-product-btn:hover {
  background: #235f9c;
  color: #fff;
}
.single-product-info {
  margin: 9px 0 0;
}
.single-product-col {
  padding: 20px 10px 10px;
  position: relative;
}
.single-product-col .product-tag {
  position: absolute;
  top: -1px;
}
.single-product-col .product-tag > span {
  background: #263475;
  color: #fff;
  padding: 3px 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: Inter-Bold;
}
.single-product-col .product-tag > span::after {
  background: #263475;
  bottom: -7px;
  content: " ";
  display: block;
  height: 8px;
  left: 12px;
  position: absolute;
  transform: rotate(46deg);
  width: 8px;
}
#featured-products {
  margin: 25px 0 0;
}
.featured-products-main-col {
  padding: 0 39px 0 38px;
}
.products-tabs-main-col {
  margin: 15px 0 0;
}
.single-product-info .btn {
  background: #263475 !important;
  border: 1px solid #263475 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 15px !important;
  font-family: Inter-Regular !important;
}
.about-warwhickshire-tabs li {
  padding: 0;
  margin: 0;
  width: auto;
  border-right: solid 1px #fff;
  text-align: center;
}
.about-warwhickshire-tabs li a {
  background: #d0d0d0 !important;
  border-radius: 0;
  color: #fff !important;
  font-family: Inter-Black;
  font-size: 17px;
  padding: 10px 32px;
  text-transform: capitalize;
  margin: 0;
  border: none !important;
  width: 100%;
}
.about-warwhickshire-tabs li a:hover,
.about-warwhickshire-tabs li.active a,
.about-warwhickshire-tabs li.active a:hover {
  border: none !important;
  background: #263475 !important;
  color: #fff !important;
}
.about-warwhickshire-tabs {
  border: none !important;
  border-top: solid 1px #d3d3d3;
}
.about-warwhickshire-tabs li.active a::after {
  background: #263475;
  bottom: -5px;
  content: " ";
  display: block;
  height: 15px;
  left: 46%;
  position: absolute;
  transform: rotate(44deg);
  width: 15px;
  z-index: 1;
}
.about-main-col {
  padding: 0 55px;
}
#about-warwhickshire {
  margin: 15px 0 20px;
}
.about-tab-inner .about-heading {
  font-size: 25px;
  font-family: Inter-Black;
  color: #000;
}
.about-tab-inner p {
  font-size: 15px;
  font-family: Inter-Regular;
  color: grey;
}
.about-main-col .tab-content {
  border: 1px solid #d3d3d3;
  display: table;
  width: 100%;
  padding: 20px;
}
#brands-slider .item img {
  width: auto;
  height: auto;
  margin: auto;
}
#brands-slider .item {
  display: flex;
  height: 115px;
}
.brands-inner-col {
  margin: 8px 0 0;
}
#brands-section {
  margin: 12px 0 20px;
}
#brands-slider .item > a {
  display: table;
  height: auto;
  margin: auto;
}
.testimonials-inner-col {
  background: #f7f7f7;
  padding: 39px 0;
}
.testimonials-inner-col .item .reviews-head {
  text-align: center;
  color: #333;
  font-size: 26px;
  font-style: normal;
  font-family: Inter-Medium;
  max-width: 100%;
  margin: 0 0 7px;
}
.testimonials-inner-col .item p {
  text-align: center;
  font-family: Inter-Light;
  font-size: 16px;
  max-width: 60%;
  margin: auto;
  font-style: italic;
}
.testimonials-main-col .section-heading .section-head::after,
.brands-main-col .section-heading .section-head::after {
  background: #000;
  content: " ";
  display: block;
  height: 1px;
  margin: 6px auto 16px;
  width: 112px;
}
#reviews-slider .owl-next,
#reviews-slider .owl-prev {
  position: absolute;
  top: 1%;
  font-size: 0;
  height: 40px;
  width: 36px;
}
.testimonials-main-col .owl-carousel .owl-dots.disabled,
.testimonials-main-col .owl-carousel .owl-nav.disabled {
  display: block;
}
#reviews-slider .owl-nav > div {
  background-image: url(../images/sprites.png);
  background-color: transparent;
}
#reviews-slider .owl-prev {
  left: -25px;
  background-position: -104% -157px;
}
#reviews-slider .owl-next {
  right: -25px;
  background-position: -197% -157px;
}
.testimonials-main-col {
  padding: 0 40px;
}
#testimonials-section {
  margin: 32px 0;
}
.testimonials-main-col .owl-theme .owl-dots .owl-dot span {
  background: #d6d6d6;
  height: 4px;
  margin: 5px 7px;
  width: 42px;
}
.testimonials-main-col .owl-theme .owl-dots .owl-dot.active span,
.testimonials-main-col .owl-theme .owl-dots .owl-dot:hover span {
  background: #273574;
  border-radius: 0;
}
.owl-theme .owl-nav,
.testimonials-main-col .owl-theme .owl-dots {
  margin: 34px 0 0;
  text-align: center;
}
.newsletter-main-col {
  background-color: #263475;
  display: table;
  padding: 0 70px 0 20px;
  text-align: center;
  width: 100%;
  background-image: url(../imgs/newsletter-back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newsletter-main-col .newsletter-head {
  font-size: 40px;
  font-family: Inter-Regular;
  color: #fff;
  margin: 0;
}
.newsletter-main-col .newsletter-text {
  color: #fff;
  font-family: Inter-Regular;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}
#newsletter-subscribe > .container-fluid {
  padding: 0 70px;
}
.newsletter-cloth > img {
  margin: auto;
}
.newsletter-cloth {
  margin: 0 0 -25px;
  z-index: 1;
}
.newsletter-inner .input-group > input {
  background: #fff;
  font-family: Inter-Light;
  font-size: 25px;
  height: 46px;
  padding: 0 0 0 15px;
  border: none;
}
.newsletter-inner .input-group .btn {
  border-radius: 0;
  height: 46px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Inter-Medium;
  color: #fff;
  background: #e06834;
}
.newsletter-inner .input-group {
  width: 88%;
  display: table;
  margin: 12px auto auto;
}
.newsletter-inner {
  position: relative;
  top: 12px;
  padding-left: 50px;
}
.footer-main-col {
  background: #e6e4e5;
  padding: 48px 44px 0 63px;
}
.footer-col > .footer-head {
  font-family: Inter-Regular;
  font-size: 23px;
  line-height: normal;
  margin: 0 0 23px;
}
.footer-col,
.footer-col p {
  font-family: Inter-Regular;
  font-size: 15px;
  line-height: 18px;
}
.p-and-s,
.p-and-sac {
  line-height: 23px !important;
}
.footer-ul {
  padding: 0;
}
.footer-ul li {
  list-style-type: none;
  margin: 0 0 7px;
}
.footer-ul li a {
  color: #333;
  transition: 0.3s;
}
.footer-col.f2,
.footer-col.f3 {
  width: 29%;
}
.footer-col.f1 {
  padding-right: 42px;
  width: 17%;
}
.footer-social-ul li a {
  border: 1px solid #000;
  border-radius: 25px;
  color: #000;
  display: flex;
  font-size: 20px;
  height: 42px;
  width: 42px;
  transition: 0.6s;
}
.footer-social-ul li a i {
  margin: auto;
}
.footer-social-ul li a:hover {
  border-radius: 0;
}
.footer-social-ul li:first-child a:hover {
  background: #3e5c9a;
  color: #fff;
  border: 1px solid #3e5c9a;
}
.footer-social-ul li:nth-child(2) a:hover {
  background: #1da1f2;
  color: #fff;
  border: 1px solid #1da1f2;
}
.footer-col .footer-social-ul {
  margin: 26px 0 0 -5px;
}
.footer-lower-col ul {
  text-align: right;
}
.footer-lower-col ul li {
  padding: 0;
}
.footer-lower-main-col {
  padding: 39px 15px 12px;
}
.footer-ul li a:hover {
  color: #235f9c;
  padding: 0 0 0 6px;
}
#footer .container-fluid {
  padding: 0;
}
.innr-f-ul {
  padding: 0;
  margin: 32px 0 0;
}
.email-a {
  margin: -2px 0 0 28px;
}
.send-span {
  position: relative;
  top: 3px;
}
.p-and-s {
  margin: 0 0 12px;
}
.p-and-sac {
  margin: 12px 0 0;
}
.p-and-sac > a {
  color: #333;
}
.breadcrumb-main-col .breadcrumb {
  background: 0 0;
  margin: 0;
}
.breadcrumb-main-col .breadcrumb li,
.breadcrumb-main-col .breadcrumb li a {
  color: #000;
  font-size: 15px;
  font-family: Inter-Light;
  text-transform: capitalize;
}
.breadcrumb-main-col .breadcrumb li a::after {
  content: "Ã¯â€žâ€¦";
  font-family: Fontawesome;
  padding: 0 2px 0 8px;
}
.breadcrumb-main-col .breadcrumb > li + li::before {
  display: none;
}
.breadcrumb-main-col .breadcrumb li {
  color: #296dac;
  font-family: Inter-Regular;
}
.cart-top-ul li {
  font-size: 20px;
  font-family: Inter-Regular;
  color: #000;
}
.cart-table td,
.shopped-item-ul > li p {
  font-size: 15px;
  font-family: Inter-Regular;
}
.cart-top-ul li:nth-child(2) {
  float: right;
  font-family: Inter-Bold;
  color: #296dac;
}
.shopped-item-ul li > .shopped-item-img {
  border: 1px solid #d3d3d3;
  display: flex;
  height: 52px;
  overflow: hidden;
  width: 52px;
}
.shopped-item-ul li > .shopped-item-img > img {
  width: 100%;
  display: table;
  margin: auto;
}
.shopped-item-ul > li p {
  margin: 0;
  color: #000;
}
.shopped-item-ul > li p.shopped-item-sku {
  color: grey;
}
.cart-table td {
  border-bottom: 1px solid #d3d3d3;
  color: #000;
  padding: 20px 0 9px 20px;
  text-align: center;
}
.cart-table td .cart-delete-btn {
  background: 0 0;
  text-shadow: none;
  color: #afafaf;
  border: none;
}
.cart-table td .cart-delete-btn > i {
  font-size: 25px;
}
.cart-table td .qty-span {
  margin: 0 6px 0 0;
  position: relative;
  top: -7px;
}
.cart-table td .input-group.number-spinner {
  display: table;
  margin: auto;
  width: 136px;
}
.cart-table td .form-control.text-center {
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.cart-table td .input-group.number-spinner .btn.btn-default {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #333;
}
.cart-table,
.total-table-col > table {
  border: 1px solid #d3d3d3;
}
.cart-table td:first-child {
  text-align: left;
  width: 50%;
}
.total-table-col > table {
  background: #f3f3f3;
}
.total-table-col > table td {
  font-size: 15px;
  font-family: Inter-Regular;
  color: #000;
  padding: 6px 12px 0;
}
.total-table-col > table td .coupon-btn {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #296dac;
  font-size: 15px;
  margin: 0 0 3px;
  padding: 0;
  position: relative;
  text-shadow: none;
  top: -6px;
}
.total-table-col > table td .total-inner-table td:nth-child(2) {
  text-align: right;
}
.total-table-col > table td .total-inner-table td input {
  background: #fff;
  border: 1px solid #d3d3d3;
  height: 39px;
  margin: 0;
  position: relative;
  width: 100%;
}
.total-table-col > table td .total-inner-table td .btn.btn-info.icon {
  bottom: 5px;
  height: auto;
  padding: 0;
  position: absolute;
  right: 6px;
  z-index: 2147483647;
  background: 0 0;
  border: none;
  box-shadow: none;
  top: 29px;
}
.order-total,
.total-table-col > table td .total-inner-table td .coupon-col {
  position: relative;
}
.order-total {
  background: #e5e5e5;
  padding-bottom: 12px !important;
  padding-top: 8px !important;
  top: 7px;
}
.order-total > table td {
  font-size: 17px;
  color: #296dac;
  font-family: Inter-Bold;
}
.total-table-col .place-order {
  background: #296dac;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-family: Inter-Bold;
  font-size: 17px;
  margin: 16px 0 22px;
  padding: 8px 0 9px;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}
.cart-table-col {
  width: 72%;
}
.cart-total-col {
  width: 28%;
}
#cart-section {
  margin: 8px 0 25px;
}
.process-steps-inner-col .process-tabs {
  display: table;
  margin: auto;
  text-align: center;
  width: 98%;
}
.process-steps-inner-col {
  margin: 36px 0 0;
}
.process-steps-inner-col .process-tabs .tab-head {
  background: #666;
  border-radius: 59px;
  display: flex;
  height: 88px;
  margin: auto auto 8px;
  width: 88px;
}
.process-steps-inner-col .process-tabs .tab-head > img {
  width: auto;
  margin: auto;
}
.process-steps-inner-col .process-tabs > li.active > a,
.process-tabs > li.active > a:focus,
.process-tabs > li.active > a:hover {
  border: none;
  background: 0 0;
}
.process-steps-inner-col .process-tabs {
  border: none;
}
.process-steps-inner-col .process-tabs > li > a:hover {
  background: 0 0;
  border: none;
}
.process-steps-inner-col .process-tabs > li > a {
  border: none;
  font-size: 20px;
  font-family: Inter-Regular;
  color: #000;
}
.process-steps-inner-col .process-tabs li:first-child .tab-head > img {
  left: -2px;
  position: relative;
  top: 3px;
}
.process-steps-inner-col .process-tabs li:nth-child(2) .tab-head > img {
  left: -2px;
  position: relative;
  top: 2px;
}
.process-steps-inner-col .process-tabs li:nth-child(4) .tab-head > img {
  left: 2px;
  position: relative;
  top: 1px;
}
.process-steps-inner-col .process-tabs li {
  width: 25%;
}
.process-steps-inner-col .process-tabs li::after {
  border-bottom: 2px dotted #666;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: 58px;
  width: 99.6%;
  z-index: -1;
}
.process-steps-inner-col .process-tabs li:last-child::after {
  width: 50%;
  left: 0;
}
.process-steps-inner-col .process-tabs li.active::after {
  width: 100%;
}
.process-steps-inner-col .process-tabs li:first-child::after {
  width: 50%;
  right: 0;
}
.process-steps-inner-col .process-tabs li.active {
  background: 0 0;
}
.process-steps-inner-col .process-tabs li.active:last-child::after {
  width: 50%;
  left: 0;
}
.process-steps-inner-col .process-tabs li.active .tab-head {
  background: #296dac;
}
.form-group-col {
  border: 1px solid #d3d3d3;
  padding: 18px 32px 15px;
}
.numbered-list {
  display: table;
  margin: auto;
  width: 100%;
}
.centered-fixed {
  width: 39%;
  display: table;
  margin: auto;
}
.process-tabs-inner {
  display: table;
  margin: 56px 0;
  width: 100%;
}
.process-tabs-inner .form-group-header {
  font-size: 25px;
  color: #000;
  font-family: Inter-Regular;
}
.form-group-col .form-control {
  background: #f3f3f3;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-family: Inter-Light;
  font-size: 18px;
  height: 44px;
  padding: 4px 12px;
  margin: 0;
  border-radius: 0;
}
.form-group-col .form-group {
  font-size: 14px;
  margin-bottom: 15px;
}
ol.numbered-list > li.number-li {
  color: #e9e9e9;
  font-family: Inter-Bold;
  font-size: 70px;
  margin: 0 0 20px;
}
.form-group-col .form-group > p,
.login-group .form-group-header,
.social-login {
  text-align: center;
}
.form-group-col .form-group .btn.btn-info {
  background: #296dac;
  border: none;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  font-size: 20px;
  font-family: Inter-Regular;
}
.form-group-col .form-group textarea.form-control {
  height: 88px;
}
.social-login {
  margin: 25px 0 0;
}
.social-login > li {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  margin: 0 2px 0 3px;
  width: 36%;
}
.social-login a {
  color: #333;
  display: block;
  height: 100%;
  padding: 9px 0 18px;
  text-transform: uppercase;
}
.social-login a > img {
  float: left;
  left: 6px;
  position: relative;
}
.social-login a span {
  position: relative;
  top: 5px;
}
.login-group .login-p {
  color: gray;
  font-family: Inter-Regular;
  font-size: 20px;
  margin: 25px 0;
  text-align: center;
}
.form-group-col .form-group > p > a,
.pay-via p {
  font-family: Inter-Bold;
}
.form-group-col .form-group > a {
  color: #333;
  display: table;
  margin: 6px 0 0;
}
.form-group-col.login-col {
  padding: 46px 56px 18px;
}
.form-group-col .form-group.signup::after {
  background: grey;
  content: " ";
  display: block;
  height: 1px;
  position: relative;
  top: -9px;
  width: 100%;
  z-index: -111111;
}
.form-group-col .form-group > p.sign-up {
  background: #fff;
  display: table;
  margin: auto;
  padding: 0 6px;
}
.payment-area-col .form-group-header {
  margin: 0;
  text-align: center;
}
.payment-area-col .total-price {
  font-size: 48px;
  color: #296dac;
  text-align: center;
  font-family: Inter-Bold;
}
.payment-area-col .centered-fixed {
  border: 1px solid #d3d3d3;
  padding: 25px 39px 52px;
  position: relative;
  width: 60%;
}
.payment-area-col .total-price-table td .total-price-inner-table td:last-child {
  text-align: right;
}
.confirm-tab-col,
.pay-via p {
  text-align: center;
}
.payment-area-col .total-price-table .items-price-table td {
  color: grey;
}
.payment-area-col .total-price-table tr:nth-child(1) .parent-td,
.total-price-inner-table td {
  padding: 0 0 9px;
}
.payment-area-col .total-price-table tr:nth-child(2) .parent-td {
  border-top: 1px solid #d3d3d3;
  padding: 20px 0 0;
}
.total-price-inner-table.grand-total {
  background: #235f9c;
  left: 0;
  position: absolute;
  color: #fff;
}
.total-price-inner-table.grand-total td {
  padding: 17px 39px;
}
.pay-via p {
  color: #000;
  font-size: 17px;
}
.pay-via > a {
  display: table;
  margin: auto;
}
.pay-via {
  margin: 15px 0 0;
}
.total-price-inner-table td:first-child {
  width: 50%;
}
.confirm-tab-col p {
  font-size: 17px;
  max-width: 70%;
  margin: 15px auto auto;
}
.confirm-tab-col p.text {
  color: grey;
}
.confirm-tab-col a.btn {
  background: #296dac;
  border: none;
  border-radius: 0;
  display: table;
  font-size: 25px;
  margin: 6px auto auto;
  padding: 12px 56px;
}
.confirm-tab-col .more-shopping {
  margin: 36px 0 0;
}
.after-shop-banner-col > img {
  width: 100%;
}
.after-shop-banner-col.after-b1 {
  width: 60%;
}
.after-shop-banner-col.after-b2 {
  width: 40%;
}
.after-shop-banners {
  margin: 42px 0 0;
}
label.al-new-select {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  position: relative;
}
label.al-new-select input {
  position: absolute;
  top: -50px;
}
label.al-new-select .cstm-checkbox {
  border: 1px solid #dbd7cc;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 3px 4px;
}
label.al-new-select .cstm-checkbox i {
  color: #2f3229;
  font-size: 14px;
  opacity: 0;
}
label.al-new-select .name {
  color: #333;
  font-family: Inter-Light;
  font-size: 14px;
  vertical-align: middle;
}
.gender-list li span.label,
.gender-list li span.name {
  font-family: Inter-Light;
  font-size: 18px;
  font-weight: 400;
}
label.al-new-select input:checked ~ .cstm-checkbox {
  border-color: #7f7b70;
}
label.al-new-select input:checked ~ .cstm-checkbox i {
  opacity: 1;
}
label.al-new-select input:checked ~ span.name {
  color: #2f3229 !important;
}
.gender-list label.al-new-select .cstm-checkbox {
  border: 1px solid #dbd7cc;
  border-radius: 32px;
  display: inline-block;
  height: 18px;
  margin: 0 4px 0 0;
  position: relative;
  top: 7px;
  width: 18px;
}
.gender-list label.al-new-select .cstm-checkbox i {
  color: #296dac;
  left: -2px;
  position: relative;
  top: -2px;
}
.gender-list li span.name {
  color: grey;
  position: relative;
  top: 2px;
}
.gender-list li span.label {
  color: grey;
}
.checkbox-list li span.name {
  font-size: 15px;
  color: grey;
  font-family: Inter-Regular;
}
.category-products-filters-col {
  padding-left: 0;
}
.category-products-filters-col .panel-heading {
  padding: 0;
}
.category-products-filters-col .panel-title > a {
  padding: 10px 15px;
  display: block;
  background: #dcdcdc;
  text-transform: uppercase;
  font-size: 15px;
  font-family: Inter-Bold;
}
.category-products-filters-col .panel-group .panel {
  border-radius: 0;
  margin-top: 2px;
}
.category-products-filters-col .panel-body {
  background: #f3f3f3;
}
.category-products-filters-col .filters-list {
  padding: 0;
}
.category-products-filters-col .filters-list li {
  list-style-type: none;
  margin: 0 0 6px;
}
.category-products-filters-col .filters-list li span.name {
  font-family: Inter-Regular;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  top: -3px;
}
.category-products-filters-col
  .filters-list
  li
  label.al-new-select
  input:checked
  ~ .cstm-checkbox {
  background: #8a8a8a;
}
.category-products-filters-col
  .filters-list
  li
  label.al-new-select
  .cstm-checkbox
  i {
  color: #fff;
}
.category-products-filters-col
  .filters-list
  li
  label.al-new-select
  .cstm-checkbox {
  background: #fff;
  border: 1px solid #dbd7cc;
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 1px;
}
.category-products-filters-col .filters-list li:last-child {
  margin: 0;
}
.category-products-filters-col .filters-list {
  margin-bottom: 0;
}
.filter-search input {
  background: #fff;
  font-size: 15px;
  color: grey;
  height: 39px;
  border: 1px solid #d3d3d3;
  position: relative;
  padding: 0 39px 0 8px;
}
.filter-search .btn {
  background: 0 0;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: 3px;
  z-index: 11111;
}
.filter-search {
  position: relative;
}
.category-products-filters-col .filters-list li .color-name {
  border: 1px solid #d3d3d3;
  display: block;
  float: right;
  height: 15px;
  margin: 3px 0 0 15px;
  width: 70px;
}
.filter-select .sort-by,
.sort {
  font-family: Inter-Bold;
  color: #000;
}
.filter-select .select-wrapper {
  background: url(../images/arrow-down.png) right 6px center no-repeat
    rgba(0, 0, 0, 0);
  border: 1px solid #d3d3d3;
}
.filter-select .select-wrapper input {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 8px;
}
.filter-select .dropdown-content.select-dropdown {
  padding: 0;
}
.filter-select .dropdown-content.select-dropdown li {
  list-style-type: none;
}
.filter-select .select-wrapper span.caret {
  display: none;
}
.filter-select .input-field {
  float: left;
  margin: 0;
  width: 102px;
}
.dropdown-content li > span,
.filter-select .dropdown-content li > a {
  color: #296dac;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
}
.filter-select .dropdown-content {
  border: 1px solid #d3d3d3;
}
.filter-select .dropdown-content li {
  min-height: 0;
}
.filter-select .sort-by {
  float: left;
  margin: 0 8px 0 0;
  position: relative;
  top: 6px;
}
.filter-select li {
  margin: 0 15px 0 0;
  padding: 0;
}
.filter-select {
  margin: 0;
}
.change-listing-view-col,
.products-listing-filters {
  padding: 0;
}
.products-listing-filters-col {
  border-bottom: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  padding: 15px 0;
}
.view-change-ul li {
  margin: 0 0 0 3px;
  padding: 0;
}
.view-change-ul {
  float: right;
  margin: 0;
  position: relative;
  top: 5px;
}
.view-change-ul li .btn {
  background: 0 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  padding: 6px;
  transition: 0.3s;
}
.single-product .product-img {
  border: 1px solid #d3d3d3;
  position: relative;
}
.single-product .product-details .p-name {
  color: #000;
  font-family: Inter-Regular;
  font-size: 14px;
}
.single-product .product-details .p-sku {
  color: grey;
  font-size: 15px;
  font-family: Inter-Regular;
}
.single-product .product-details .p-price {
  font-size: 25px;
  font-family: Inter-Regular;
  color: #296dac;
}
.single-product .product-details .p-price > .line-through {
  font-size: 17px;
  color: grey;
}
.single-product .line-through {
  text-decoration: line-through;
}
.single-product .colors-available span {
  border: 1px solid #d3d3d3;
  display: table;
  height: 25px;
  width: 25px;
}
.single-product .colors-available {
  margin: 0;
}
.single-product .colors-available li {
  padding: 0;
  margin: 0 4px 0 0;
}
.single-product .start-rating-ul li i {
  color: #f4bc1f;
  font-size: 15px;
}
.rating-ul li,
.single-product .start-rating-ul > li {
  padding: 0;
}
.rating-ul,
.start-rating-ul {
  margin: 0;
}
.single-product .product-details {
  margin: 9px 0 0;
}
.single-product .p-tag {
  position: absolute;
  top: -20px;
}
.single-product .tag-text {
  background: #296dac;
  color: #fff;
  padding: 2px 9px;
  text-transform: uppercase;
  font-family: Inter-Bold;
  font-size: 13px;
  letter-spacing: 2px;
}
.single-product .p-tag::after {
  background: #296dac;
  content: " ";
  display: block;
  height: 8px;
  left: 8px;
  position: absolute;
  top: 17px;
  transform: rotate(46deg);
  width: 8px;
}
.single-product.grid {
  padding: 7px;
  width: 25%;
}
.single-listing-row {
  margin: 32px 0 0;
}
.pagination-col > ul {
  float: right;
}
.pagination-col > ul li a {
  background: #e7e7e7;
  border: none;
  border-radius: 0;
  color: #000;
  padding: 2px 8px;
}
.pagination-col > ul li.page-left a,
.pagination-col > ul li.page-right a {
  background: #efefef;
}
.pagination-col > ul li {
  display: inline-block;
  margin: 0;
  border-radius: 0;
}
.pagination-col > ul li a.active,
.pagination-col > ul li a:hover {
  background: #296dac;
  color: #fff;
}
.about-product-text .selected-category-name {
  color: #fff;
  font-size: 30px;
  font-family: Inter-Regular;
  font-style: italic;
}
.about-product-text {
  background: #296dac;
  color: #fff;
  font-size: 14px;
  padding: 20px 39px;
}
.features-product-text .features-category-ul {
  padding: 0;
}
.features-product-text .features-category-ul li {
  list-style-type: none;
  margin: 0 0 36px;
}
.features-product-text {
  background: #efefef;
  margin: 25px 0 0;
  padding: 30px 39px 25px;
  font-family: Inter-Regular;
  color: #000;
}
.features-product-text .feature-name {
  font-size: 20px;
  font-family: Inter-Regular;
}
.category-products-listing-col {
  margin: 3px 0 0;
}
.category-products-inner-col {
  padding-right: 12px;
}
.selected-category-text {
  margin: 25px 0 0;
}
#category-products {
  margin: 0 0 48px;
}
.single-product.list {
  width: 100%;
  padding: 0;
  margin: 0 0 32px;
}
.single-product.list .product-img {
  float: left;
  width: 30%;
}
.single-product.list .product-details {
  width: 70%;
  float: left;
  padding: 0 15px;
}
.single-product.grid,
.single-product.list {
  transition: 0.3s;
}
.view-change-ul li .btn.active {
  border: 1px solid grey;
  border-radius: 0;
}
.view-change-ul li .btn:focus {
  background: 0 0 !important;
}
.single-product.grid:hover {
  box-shadow: 2px 2px 23px grey;
  border: 1px solid grey;
}
.single-product.grid {
  border: 1px solid transparent;
}
.product-details-inner-col .lslide > img {
  margin: auto;
}
.product-details-inner-col .lightSlider.lsGrab > * {
  overflow: hidden;
}
.product-details-inner-col .lslide {
  border: 1px solid #d3d3d3;
}
.product-details-inner-col .lSPager.lSGallery > li {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  height: 95px;
  padding: 2px;
  display: flex;
}
.product-details-inner-col .lSPager.lSGallery > li.active {
  border-radius: 0;
}
.product-details-inner-col .lSPager.lSGallery > li img {
  max-width: 100%;
  max-height: 100%;
  display: table;
  margin: auto;
}
.product-details-inner-col .lSPager.lSGallery {
  margin: 25px 0 0 !important;
}
.add-reviews > a {
  font-size: 14px;
  font-family: Inter-Regular;
  color: #296dac;
}
.add-reviews {
  margin: 9px 0 0;
}
.name-and-sku .product-name {
  color: #000;
  font-family: Inter-Regular;
  font-size: 30px;
  margin: -10px 0 0;
}
.name-and-sku .product-sku {
  color: grey;
  font-size: 15px;
  font-family: Inter-Regular;
}
.price-tabs li a {
  font-size: 17px;
  font-family: Inter-Regular;
  color: grey;
  text-transform: uppercase;
  background: #f3f3f3;
  border-radius: 0;
}
.price-tabs > li {
  border: none;
  margin: 0;
  min-width: 19%;
  text-align: center;
}
.price-tabs li.active a {
  background: #296dac !important;
  border-left: medium none !important;
  color: #fff !important;
}
.nav.nav-tabs.price-tabs {
  border-bottom: 3px solid #296dac;
}
.price-tabs .tab-content {
  background: #f3f3f3;
  padding: 15px;
}
.price-tabs .items-price-list li .items {
  font-size: 16px;
  font-family: Inter-Regular;
  margin: 0;
}
.price-tabs .items-price-list li .items-price {
  font-size: 25px;
  font-family: Inter-Bold;
  color: #296dac;
}
.price-tabs .items-price-list > li {
  text-align: center;
  width: 19%;
  padding: 0;
}
.price-tabs .items-price-list {
  margin: 0;
}
.price-tabs > li:last-child {
  float: right;
}
.price-tabs > li.call-list {
  padding: 13px 0;
}
.price-tabs {
  margin: 25px 0 0;
}
.filter-head {
  font-size: 20px;
  font-family: Inter-Regular;
}
.product-filters {
  margin: 20px 0 0;
}
.product-filters .filter-label {
  background: red;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  display: flex;
  height: 32px;
  position: relative;
  width: 32px;
}
.product-filters .filter-label .fa.fa-check {
  color: #fff;
  font-size: 20px;
  left: 16%;
  margin: auto;
  position: absolute;
  top: 13%;
  display: none;
}
.product-filters .filter-label .payment-label-inner {
  height: 100%;
  text-align: center;
  width: 100%;
}
.product-filters .filter-label.radio-btn-active .fa.fa-check {
  display: block;
}
.size-filter-ul .filter-label {
  background: #fff !important;
}
.size-filter-ul .filter-label .fa.fa-check {
  color: #333;
}
.size-filter-ul li p.size-filter-head {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
}
.filter-head-ul {
  border-bottom: solid 1px #d3d3d3;
  margin-left: 0;
}
.filter-head-ul > li {
  padding: 0;
}
.add-cart-ul li .product-price {
  font-size: 35px;
  font-family: Inter-Bold;
  color: #296dac;
  margin: 0;
}
.add-cart-ul li .product-price > span {
  font-size: 15px;
  font-family: Inter-Regular;
}
.add-cart-ul li .per-item-price {
  font-size: 14px;
  font-family: Inter-Regular;
}
.add-cart-ul li .btn {
  background: #296dac;
  border: none;
  border-radius: 0;
  font-family: Inter-Bold;
  font-size: 26px;
  padding: 4px 32px;
  text-shadow: none;
  text-transform: uppercase;
}
.description-tabs li a {
  font-size: 17px;
  font-family: Inter-Regular;
  color: grey;
  text-transform: capitalize;
  background: #f3f3f3;
  border-radius: 0;
}
.description-tabs > li {
  border: none;
  margin: 0;
  min-width: 15%;
  text-align: center;
}
.description-tabs li.active a {
  background: #296dac !important;
  border-left: medium none !important;
  color: #fff !important;
}
.nav.nav-tabs.description-tabs {
  border-bottom: 3px solid #296dac;
}
.description-tabs .tab-content {
  background: #fff;
  border: 1px solid #d3d3d3;
  font-size: 14px;
  font-family: Inter-Regular;
}
.description-tabs {
  margin: 25px 0 0;
}
.description-tabs .description-ul > li {
  padding: 0 0 0 32px;
}
.description-tabs .description-ul {
  padding: 0 0 0 15px;
}
.rating-reviews-col .ratings {
  font-size: 30px;
  font-family: Inter-Regular;
  text-align: center;
}
.description-tabs #customization,
.description-tabs #delivery,
.description-tabs #description,
.description-tabs #reviews,
.description-tabs #size-chart {
  padding: 20px 25px 12px;
}
.description-tabs #reviews {
  background: #f3f3f3;
}
.rating-reviews-col .rating-ul li i {
  color: #ffc55a;
  font-size: 32px;
}
.rating-reviews-col .rating-ul {
  text-align: center;
}
.rating-reviews-col .rated {
  border: 1px solid #d3d3d3;
  display: table;
  margin: 15px auto auto;
  padding: 1px 15px;
  text-align: center;
}
.rating-reviews-col .rated .rated-list li {
  font-family: Inter-Regular;
  font-size: 30px;
  padding: 0;
}
.rating-reviews-col .rated .rated-list {
  margin: 0;
}
.rating-reviews-col .rated .rated-list li:last-child::before {
  content: "/";
  padding: 0 3px;
}
.modal {
  background: 0 0;
}
.rating-reviews-col .modal-review-btn {
  background: #296dac;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-family: Inter-Medium;
  font-size: 20px;
  padding: 6px 24px;
  position: absolute;
  right: 0;
  text-shadow: none;
  text-transform: uppercase;
  top: 3px;
}
.rating-reviews-col,
.user-review {
  position: relative;
}
.user-img {
  width: 8%;
  float: left;
}
.user-review {
  float: left;
  padding: 0 0 0 10px;
  top: 6px;
  width: 92%;
}
.user-reviews {
  border: 1px solid #d3d3d3;
  display: table;
  margin: 0 0 20px;
  padding: 15px;
  width: 100%;
}
.user-review .user-ul {
  margin: 0;
}
.user-review .user-ul li {
  padding: 0;
}
.user-review .user-ul li.user-name {
  font-size: 18px;
  color: grey;
}
.user-review .user-comment {
  color: grey;
  font-size: 15px;
  font-style: italic;
}
.user-review .user-ul > li:last-child {
  float: right;
}
.user-ul li .rating-ul {
  position: relative;
  top: 8px;
}
.user-ul li .rating-ul li i {
  color: #ffc55a;
}
.all-reviews-col {
  height: 248px;
  margin: 39px 0 25px;
  overflow-y: scroll;
  padding: 0 59px;
}
.all-reviews-col::-webkit-scrollbar {
  width: 1em;
}
.all-reviews-col::-webkit-scrollbar-track {
  border: 1px solid #d3d3d3;
  background: #fff;
}
.all-reviews-col::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  outline: #dcdcdc solid 1px;
}
.all-reviews-col::-moz-scrollbar {
  width: 1em;
}
.all-reviews-col::-moz-scrollbar-track {
  border: 1px solid #d3d3d3;
  background: #fff;
}
.all-reviews-col::-moz-scrollbar-thumb {
  background-color: #dcdcdc;
  outline: #dcdcdc solid 1px;
}
.related-products-main-col .slider-head {
  font-size: 20px;
  font-family: Inter-Regular;
}
#related-products {
  margin: 32px 0;
}
#related-products-slider .item .single-product {
  padding: 0;
}
#related-products-slider .item .single-product .product-details .p-name {
  color: #333;
  display: block;
  font-size: 16px;
  min-height: 44px;
}
#related-products-slider .item .single-product .product-details .p-price {
  font-size: 22px;
  font-family: Inter-Bold;
}
#related-products-slider .item .single-product .product-img {
  display: flex;
  height: 215px;
}
#related-products-slider .item .single-product .product-img > img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.shopping-features-col {
  text-align: center;
}
.shopping-features-col img {
  display: table;
  margin: auto;
}
.shopping-features-col .sf-head {
  font-size: 25px;
  font-family: Inter-Regular;
  margin: 0;
  color: #000;
  max-width: 100%;
}
.shopping-features-col p {
  color: #000;
  max-width: 80%;
  margin: auto;
}
.sf-img-col {
  height: 70px;
  margin: 0 0 20px;
}
.shopping-features-inner-col {
  border-top: 1px solid #d3d3d3;
  padding: 56px 0 88px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.closebtn,
.mobile-layered-btn {
  display: none;
}
.scroll-top-wrapper {
  display: none !important;
}
.ver-cen-out {
  display: table;
  width: 100%;
  height: 100%;
}
.ver-cen-inn {
  display: table-cell;
}
.cats-clothing-sec {
  display: table;
  width: 100%;
  position: relative;
}
.cats-clothing-sec > img {
  width: 100%;
}
.cats-clothing-sec .caption {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.heading-left-div {
  width: 100%;
  margin: 12px 0 -12px -25px;
}
.heading-left-div .left-box {
  height: 0;
  display: table;
  border-top: 10px solid #214670;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  top: 40px;
  left: 0;
}
.heading-left-div .left-head-text {
  font-family: Inter-Bold;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  padding: 8px 30px 8px 20px;
  background-image: url(../images/cats-list-imgs/top-heading-arrow-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: table;
}
.heading-left-div .left-head-text p {
  margin: 0;
}
.cats-clothing-sec .text-sec {
  padding: 0 15px;
  display: table;
  width: 40%;
}
.cats-clothing-sec .text-sec .heading,
.cats-clothing-sec .text-sec p:first-of-type {
  font-family: Inter-Regular;
  font-size: 19px;
  color: #000;
  line-height: 25px;
  border-bottom: 1px solid #296dac;
  padding-bottom: 8px;
  width: 93%;
}
.cats-clothing-sec .text-sec .text,
.cats-clothing-sec .text-sec p:nth-of-type(2) {
  font-family: Inter-Light;
  font-size: 14px;
  color: #333;
  line-height: normal;
}
.cloth-cats-outer {
  font-size: 0;
  margin: 10px 0;
}
.cloth-cats-outer > .cloth-cats-inner {
  display: inline-block;
  width: 50%;
  padding: 0 5px 10px;
  font-size: 14px;
}
.cloth-cats-outer > .cloth-cats-inner:nth-child(even) {
  padding-right: 0;
}
.cloth-cats-outer > .cloth-cats-inner:nth-child(odd) {
  padding-left: 0;
}
.cloth-cats-inner > .inner {
  display: table;
  width: 100%;
  position: relative;
}
.cloth-cats-inner .img-capton {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0 10px 0 0;
}
.cloth-cats-inner .img-capton .caption-inner {
  background-image: url(../images/cats-list-imgs/cats-caption-arrow-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: table;
  padding: 0 40px 0 15px;
}
.cloth-cats-inner .img-capton .heading {
  font-family: Inter-Light;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.cloth-cats-inner .img-capton .btn-default {
  border: 2px solid #fff;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Inter-Bold;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 3px 6px;
}
.cloth-cats-inner .img-capton .btn-default:hover {
  background-color: #296dac;
}
.clothing-collection-outer > .inner {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 30px;
}
.clothing-collection-outer > img {
  width: 100%;
}
.clothing-collection-outer .img-caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.clothing-collection-outer .img-caption > .inner {
  display: table;
  width: 55%;
  height: 100%;
  padding: 0 5%;
  text-align: center;
}
.clothing-collection-outer .img-caption .new {
  font-family: Inter-Light;
  font-size: 18px;
  color: #296dac;
}
.clothing-collection-outer .img-caption .heading {
  font-family: Inter-Regular;
  font-size: 30px;
  color: #000;
}
.clothing-collection-outer .img-caption .text {
  font-family: Inter-Light;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.clothing-collection-outer .img-caption .btn-default {
  border: 2px solid #000;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: Inter-Bold;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 7px 8px;
}
.clothing-collection-outer .img-caption .btn-default:hover {
  background-color: #296dac;
  color: #fff;
}
.more-clot-cats-outer {
  font-size: 0;
  margin: 50px 0 0;
}
.more-clot-cats-outer > .more-clot-cats-inner {
  display: inline-block;
  width: 25%;
  padding: 0 5px 10px;
  font-size: 14px;
}
.more-clot-cats-outer > .more-clot-cats-inner:nth-child(1),
.more-clot-cats-outer > .more-clot-cats-inner:nth-child(5n) {
  padding-left: 0;
}
.more-clot-cats-outer > .more-clot-cats-inner:nth-child(4n) {
  padding-right: 0;
}
.more-clot-cats-inner > .inner {
  display: table;
  width: 100%;
  position: relative;
}
.more-clot-cats-inner .img-capton {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.more-clot-cats-inner .img-capton .caption-inner {
  width: 95%;
  padding: 5px 10px;
  background-color: #fff;
}
.more-clot-cats-inner .img-capton .heading {
  font-family: Inter-Light;
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .cats-list-outer,
  .cloth-cats-outer {
    padding: 0;
  }
  .cats-clothing-sec > img,
  .clothing-collection-outer > .inner > img {
    display: none;
  }
  .cats-clothing-sec .caption,
  .clothing-collection-outer .img-caption {
    position: static;
  }
  .cloth-cats-inner > .inner > a img,
  .clothing-collection-outer .img-caption > .inner,
  .more-clot-cats-inner > .inner > a img {
    width: 100%;
  }
  .cats-clothing-sec .text-sec {
    width: 100%;
    background-color: #ebebe9;
  }
  .heading-left-div .left-head-text {
    font-size: 16px;
  }
  .cats-clothing-sec .text-sec .heading {
    font-size: 16px;
    line-height: 20px;
  }
  .cats-clothing-sec .text-sec .text {
    font-size: 13px;
  }
  .cloth-cats-inner .img-capton .heading {
    font-size: 24px;
  }
  .cloth-cats-inner .img-capton .btn-default {
    font-size: 11px;
    padding: 1px 4px 3px;
  }
  .clothing-collection-outer {
    padding: 0;
    background-color: #ebebe9;
  }
  .clothing-collection-outer > .inner {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .clothing-collection-outer .img-caption .new {
    margin-bottom: 5px;
  }
  .clothing-collection-outer .img-caption .heading {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .clothing-collection-outer .img-caption .text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .clothing-collection-outer .img-caption .btn-default {
    font-size: 13px;
    padding: 4px 8px 3px;
  }
  .selected-category-text {
    margin-top: 0;
  }
  .more-clot-cats-outer {
    margin: 20px 0 0;
    padding: 0;
  }
  .more-clot-cats-inner .img-capton .caption-inner {
    width: auto;
    display: table;
    padding-right: 15px;
  }
  .more-clot-cats-outer > .more-clot-cats-inner {
    width: 50%;
  }
  .more-clot-cats-outer > .more-clot-cats-inner,
  .more-clot-cats-outer > .more-clot-cats-inner:nth-child(1),
  .more-clot-cats-outer > .more-clot-cats-inner:nth-child(4n),
  .more-clot-cats-outer > .more-clot-cats-inner:nth-child(5n) {
    padding: 0 5px 10px;
  }
  .more-clot-cats-outer > .more-clot-cats-inner:nth-child(even) {
    padding-right: 0;
  }
  .more-clot-cats-outer > .more-clot-cats-inner:nth-child(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 470px) {
  .cloth-cats-outer > .cloth-cats-inner,
  .more-clot-cats-outer > .more-clot-cats-inner {
    width: 100%;
    padding: 0 0 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px),
  (min-width: 993px) and (max-width: 1200px) {
  .cats-clothing-sec .caption,
  .clothing-collection-outer .img-caption {
    position: static;
    background-color: #ebebea;
  }
  .cats-clothing-sec > img {
    display: none;
  }
  .cats-clothing-sec .text-sec {
    width: 100%;
  }
  .cats-clothing-sec .text-sec .heading {
    width: auto;
    display: table;
    padding-right: 20px;
  }
  .cats-clothing-sec .text-sec .text {
    margin-bottom: 15px;
  }
  .cloth-cats-inner .img-capton .heading {
    font-size: 35px;
  }
  .cloth-cats-inner .img-capton .btn-default {
    font-size: 13px;
    padding: 2px 6px 3px;
  }
  .clothing-collection-outer > .inner > img {
    display: none;
  }
  .clothing-collection-outer .img-caption > .inner {
    width: 100%;
    padding: 8px 5% 4px;
  }
  .more-clot-cats-inner .img-capton .heading {
    font-size: 14px;
  }
}
#top-header-menu,
.top-cart-section {
  position: relative;
}
#product_main_img a,
.cloth-cats-inner .img-responsive,
.clothing-collection-outer .img-responsive {
  width: 100%;
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .heading-left-div .left-head-text {
    font-size: 15px;
  }
  .cats-clothing-sec .text-sec .heading {
    font-size: 16px;
    line-height: 21px;
  }
  .cats-clothing-sec .text-sec .text {
    font-size: 13px;
  }
  .cloth-cats-inner .img-capton .heading {
    font-size: 37px;
  }
  .clothing-collection-outer .img-caption .new {
    margin-bottom: 0;
  }
  .clothing-collection-outer .img-caption .heading {
    font-size: 25px;
  }
  .clothing-collection-outer .img-caption .btn-default,
  .clothing-collection-outer .img-caption .text {
    font-size: 13px;
  }
}
.offerForm {
  cursor: pointer;
}
.single-product.grid .product-img {
  min-height: 240px;
}
.product-img .main-img {
  margin: auto;
  max-height: 230px;
}
.check-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.margin-0 {
  margin: 0;
}
.padding-0 {
  padding: 0;
}
.mar-top5 {
  margin-top: 5px;
}
.mar-top10 {
  margin-top: 10px;
}
.mar-top15 {
  margin-top: 15px;
}
.mar-top20 {
  margin-top: 20px;
}
.mar-top25 {
  margin-top: 25px;
}
.mar-top30 {
  margin-top: 30px;
}
.mar-top35 {
  margin-top: 35px;
}
.mar-top40 {
  margin-top: 40px;
}
.mar-right5 {
  margin-right: 5px;
}
.mar-right10 {
  margin-right: 10px;
}
.mar-right15 {
  margin-right: 15px;
}
.mar-right20 {
  margin-right: 20px;
}
.mar-right25 {
  margin-right: 25px;
}
.mar-right30 {
  margin-right: 30px;
}
.mar-bottom5 {
  margin-bottom: 5px;
}
.mar-bottom10 {
  margin-bottom: 10px;
}
.mar-bottom15 {
  margin-bottom: 15px;
}
.mar-bottom20 {
  margin-bottom: 20px;
}
.mar-bottom25 {
  margin-bottom: 25px;
}
.mar-bottom30 {
  margin-bottom: 30px;
}
.mar-left5 {
  margin-left: 5px;
}
.mar-left10 {
  margin-left: 10px;
}
.mar-left15 {
  margin-left: 15px;
}
.mar-left20 {
  margin-left: 20px;
}
.mar-left25 {
  margin-left: 25px;
}
.mar-left30 {
  margin-left: 30px;
}
.pad-top5 {
  padding-top: 5px;
}
.pad-top10 {
  padding-top: 10px;
}
.pad-top15 {
  padding-top: 15px;
}
.pad-top20 {
  padding-top: 20px;
}
.pad-top25 {
  padding-top: 25px;
}
.pad-top30 {
  padding-top: 30px;
}
.pad-right5 {
  padding-right: 5px;
}
.pad-right10 {
  padding-right: 10px;
}
.pad-right15 {
  padding-right: 15px;
}
.pad-right20 {
  padding-right: 20px;
}
.pad-right25 {
  padding-right: 25px;
}
.pad-right30 {
  padding-right: 30px;
}
.pad-bottom5 {
  padding-bottom: 5px;
}
.pad-bottom10 {
  padding-bottom: 10px;
}
.pad-bottom15 {
  padding-bottom: 15px;
}
.pad-bottom20 {
  padding-bottom: 20px;
}
.pad-bottom25 {
  padding-bottom: 25px;
}
.pad-bottom30 {
  padding-bottom: 30px;
}
.pad-left5 {
  padding-left: 5px;
}
.pad-left10 {
  padding-left: 10px;
}
.pad-left15 {
  padding-left: 15px;
}
.pad-left20 {
  padding-left: 20px;
}
.pad-left25 {
  padding-left: 25px;
}
.pad-left30 {
  padding-left: 30px;
}
.overr {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  text-transform: uppercase;
  background: #296dac;
}
.cart-table input {
  margin: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: none;
}
.error {
  font-family: Inter-Light;
}
#product_main_img a img {
  margin: auto;
}
.error_div {
  color: red;
}
#customBtn {
  height: 47px;
}
#customBtn > div {
  border: none;
  box-shadow: none;
  padding: 6px 0;
}
.list-inline.social-login > li:first-child {
  bottom: 12px;
  position: relative;
}
.abcRioButtonContents {
  color: #333;
  font-size: 14px !important;
  font-family: Inter-Regular !important;
}
.features-col .icon-sprite,
.footer-lower-col .icon-sprite,
.footer-ul li .icon-sprite,
.header-user-menu-col .icon-sprite {
  display: inline-block;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
}
.header-user-menu-col .icon-sprite {
  height: 20px;
  width: 20px;
  vertical-align: -4px;
}
.header-user-menu-col li.gbp .icon-sprite {
  background-position: 43.2% -98px;
}
.header-user-menu-col li.my-account .icon-sprite {
  background-position: 56.2% -97px;
}
.header-user-menu-col li.wishlist .icon-sprite {
  background-position: 69.3% -97px;
}
.features-col .icon-sprite {
  height: 50px;
  width: 50px;
  vertical-align: middle;
}
.features-col .icon-sprite.icon1 {
  background-position: 1% -82px;
  width: 60px;
}
.features-col .icon-sprite.icon2 {
  background-position: 15% -84px;
}
.features-col .icon-sprite.icon3 {
  background-position: 29% -78px;
}
.footer-ul li .icon-sprite {
  height: 25px;
  width: 25px;
  vertical-align: top;
}
.footer-ul li .icon-sprite.call {
  background-position: 18.6% -25px;
}
.footer-ul li .icon-sprite.email {
  background-position: 96% -95px;
}
.footer-ul li .icon-sprite.address {
  background-position: 82.8% -95px;
}
.footer-ul li .addr {
  display: inline-block;
}
.footer-lower-col .icon-sprite.logo,
.footer-lower-col .icon-sprite.payment {
  height: 30px;
}
.footer-lower-col .icon-sprite.logo {
  width: 100px;
  background-position: 94.8% -18px;
}
.footer-lower-col .icon-sprite.payment {
  width: 40px;
}
.footer-lower-col .icon-sprite.payment.method1 {
  background-position: 31.9% -18px;
}
.footer-lower-col .icon-sprite.payment.method2 {
  background-position: 46.9% -18px;
}
.footer-lower-col .icon-sprite.payment.method3 {
  background-position: 60.9% -18px;
}
.footer-lower-col .icon-sprite.payment.method4 {
  background-position: 75.9% -18px;
}
.all-clo-main-col > .inner {
  margin-bottom: 2%;
  padding: 0 10px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
}
.bcards li,
.brand-img a {
  vertical-align: middle;
}
.all-clo-main-col > .inner img {
  margin: auto;
}
.brand-img {
  min-height: 120px;
  display: table;
  width: 100%;
}
.brand-img a {
  display: table-cell;
}
.all-clo-main-col .inner:hover {
  box-shadow: 0 0 7px #333;
}
.all-clo-main-col .inner {
  padding: 10px;
}
.col-xs-12.col-sm-4.col-md-4.col-lg-4.single-product.grid:nth-child(4n + 1) {
  clear: both;
}
.offer-banners-col:first-child {
  padding: 5px;
}
.offer-banners-col:nth-child(2) {
  width: 66.66666667%;
  padding: 5px 4px 5px 5px;
  margin: 0;
  height: 214px;
}
.offer-banners-col:nth-child(3) {
  width: 66.66666667%;
  padding: 5px 4px 5px 5px;
  margin: 0;
  height: 213px;
}
#search_mini_form .input-group.add-on,
#srch-term {
  width: 100%;
}
.offer-banners-col:nth-child(2) img,
.offer-banners-col:nth-child(3) img {
  height: 100%;
}
.features-col > ul > li > img {
  margin: auto auto 15px;
}
.features-col > ul > li:first-child {
  height: 32px;
}
.btn.btn-default {
  background: #263475;
  border: 1px solid #263475;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 15px !important;
  font-family: Inter-Regular !important;
}
#yt_footer .footer-top {
  background-color: #e6e4e5;
  padding: 30px 0 25px;
}
.spotlight-wrap .spotlight .block-title {
  color: #333;
  font-family: Inter-Regular;
}
.cart .top-cart-links a,
.cart-item-count,
.topbarleft > p > span,
.your-basket {
  font-family: Inter-Medium;
}
.footer-links-container li a,
.spotlight,
.yt-copyright a {
  color: #333;
}
.footer-links-container li a,
footer li {
  font-size: 13px;
}
.footer-email {
  text-decoration: none;
  color: #333;
}
.newsletter-main-col input {
  font-size: 16px !important;
  border-radius: 0;
}
.topbarleft > p,
.your-basket {
  font-size: 14px;
}
.container.slider-main {
  width: 100%;
  padding: 0 70px;
  margin: 15px 0 0;
}
#top-header-menu {
  right: -12px;
}
#srch-term {
  height: 44px;
}
#search_mini_form .btn.btn-info {
  background: 0 0 !important;
  border-color: #d3d3d3;
  color: #fff;
  height: 44px;
}
#search_mini_form .input-text {
  border-right: none !important;
  border-color: #d3d3d3 !important;
}
.your-basket {
  color: #263475;
  cursor: default;
  text-align: right;
  text-transform: capitalize;
}
.cart .top-cart-links a {
  color: #ee6834;
  text-transform: capitalize;
}
.top-cart-box {
  background: url(../imgs/new-cart.png) no-repeat rgba(0, 0, 0, 0);
  height: 50px;
  width: 63px;
  margin: 17px 0 0;
}
.cart-item-count {
  position: absolute;
  top: -10px;
  left: 8px;
  background: #fff;
  color: #333;
  border: 2px solid #ee6833;
  height: 32px;
  width: 32px;
  border-radius: 33px;
  padding: 2px 0 0;
  font-weight: 400;
  font-size: 15px;
}
.digimeg-group.digimeg-main-nav > li a {
  color: #fff !important;
  font-size: 18px;
  font-family: Inter-Regular;
  text-shadow: none !important;
  text-transform: uppercase !important;
  padding: 8px 20px !important;
}
#navbar > ul > li {
  border: none !important;
}
.d-hide {
  display: none;
}
.men-item-img {
  height: 200px;
  border: none;
  display: flex;
  padding: 0;
}
.newsletterSignup {
  background: 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
}
.newsletterSignup > .container {
  width: 100% !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .newsletter-main-col input {
    padding: 0px 0 0 12px !important;
  }
}
.newsletter-main-col::-webkit-input-placeholder {
  font-size: 20px !important;
  padding-top: 12px !important;
}
.newsletter-main-col input::-moz-placeholder {
  font-size: 20px !important;
}
#search_mini_form::-webkit-input-placeholder {
  font-size: 18px !important;
  font-family: Inter-Light !important;
  text-transform: capitalize !important;
}
#search_mini_form .input-text::-moz-placeholder {
  font-size: 18px !important;
  font-family: Inter-Light !important;
  text-transform: capitalize !important;
}
:-ms-input-placeholder {
  font-size: 15px !important;
}
.short-description ul li,
.short-description.col-lg-10 {
  font-size: 14px !important;
}
.product_rev_soci #addthis_wrap {
  display: none;
}
.yt-product-detail .product-img-box .product-image-zoom > #wrap {
  min-height: 312px !important;
}
.stock-availability {
  display: table;
}
.short-description ul li {
  font-family: Inter-Regular !important;
}
.checkout-css #ju_bbox {
  display: none !important;
}
.btn.btn-default.checkout-login,
.btn.btn-default.secureNext {
  background: #263475;
}
#delivery .back-btn {
  background-color: #263475 !important;
  border: 1px solid #263475 !important;
}
#payment .btn.btn-default.back-btn.backBtn {
  border: 1px solid #ef6833 !important;
}
.btn.btn-default.deliveryOpt.selected-btnn {
  border: 1px solid #ee6833;
}
.features-main-col li {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.features-main-col li:first-child {
  width: 32px;
  position: absolute;
}
.features-main-col li:last-child {
  padding: 0 0 0 40px;
}
.features-col:first-child > ul > li:first-child {
  width: 32px;
}
#usp-demo .owl-item:first-child .features-col ul li:first-child {
  width: 23px;
  left: 4px;
  top: 0;
}
.mobile-navigation-main-col {
  display: none;
}
.bg-table input[type="text"] {
  text-align: center !important;
}
.bcards li img {
  width: 32px !important;
}
.bcards li:last-child img {
  width: 25px !important;
}
.add-logos ul li {
  width: 25%;
  float: left;
  vertical-align: top;
  padding: 0;
  margin: 0 10px 0 0;
  height: 102px;
}
.frame-lay,
.video-item > iframe {
  width: 100%;
  height: 100%;
}
.add-logos ul {
  display: table;
  width: 100%;
}
.add-logos {
  padding: 0;
}
.add-logos ul li .img-responsive {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.video-item > .fa.fa-play-circle-o {
  text-align: center;
  display: table;
  margin: auto;
  font-size: 36px;
}
.frame-lay {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.prd-logo {
  position: absolute;
  right: 12px;
  top: 12px;
  display: table;
  z-index: 111;
}
.prd_list-logo {
  width: 65px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 111;
  text-align: right;
}
.prd_list-logo li {
  margin: 6px 0 0;
  width: 100%;
}
.prd_list-logo li img {
  width: 100%;
}
.img-responsive.rel-img {
  height: auto !important;
  width: auto;
  position: absolute;
  top: 7%;
  right: 9%;
}
.fancy-round-check-btn {
  position: relative;
  height: 38px;
  width: 35px;
  font-weight: 400;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-bottom: 0;
}
.fancy-round-check-btn > input {
  visibility: hidden;
  position: absolute;
}
.fancy-round-check-btn > span {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #c7c7c7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
}
.fancy-round-check-btn > span i {
  opacity: 0;
  position: relative;
  top: 8px;
}
.yt-header-middle {
  padding: 18px 0 5px;
}
.nav-botton-searchbar {
  position: relative;
  top: 2px;
}
@media all and (-ms-high-contrast: none) {
  .offer-banners-main-col
    .offer-banners-col:first-child
    .banner-col-inner
    a
    > img,
  .offer-banners-main-col:first-child.offer-banners-col
    .banner-col-inner
    > a
    > .img-responsive {
    max-height: 412px;
  }
}
.about-warwhickshire-tabs > li > a > h1 {
  margin: 0;
  font-size: 18px;
  font-family: Inter-Medium;
}
ul.share_social-icons.sIcons li {
  float: left;
  margin: 0 12px 0 0;
}
ul.share_social-icons.sIcons li > a {
  display: flex;
  border: 1px solid #d3d3d3;
  width: 90px;
  text-align: center;
  height: 32px;
  align-items: center;
  justify-content: center;
}
ul.share_social-icons.sIcons li > a i {
  margin: 0 6px 0 0;
}
ul.share_social-icons.sIcons li > a i.fa-facebook {
  color: #435f9f;
}
ul.share_social-icons.sIcons li > a i.fa-twitter {
  color: #00aaf0;
}
ul.share_social-icons.sIcons li > a i.fa-google-plus {
  color: #e04b34;
}
ul.share_social-icons.sIcons li > a i.fa-pinterest {
  color: #ce1f21;
}
ul.share_social-icons.sIcons li > a i.fa-linkedin {
  color: #435f9f;
}
ul.share_social-icons.sIcons {
  margin-top: 15px;
}
ul.share_social-icons.sIcons li:first-child > a:hover {
  background: #435f9f;
  color: #fff;
}
ul.share_social-icons.sIcons li:nth-child(2) > a:hover {
  background: #00aaf0;
  color: #fff;
}
ul.share_social-icons.sIcons li:nth-child(3) > a:hover {
  background: #e04b34;
  color: #fff;
}
ul.share_social-icons.sIcons li:nth-child(4) > a:hover {
  background: #ce1f21;
  color: #fff;
}
ul.share_social-icons.sIcons li:nth-child(5) > a:hover {
  background: #435f9f;
  color: #fff;
}
ul.share_social-icons.sIcons li > a:hover i {
  color: #fff !important;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  padding: 0;
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img,
.no-js .flexslider .slides > li:first-child,
html[xmlns] .flexslider .slides {
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
* html .flexslider .slides {
  height: 1%;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
  height: auto;
  -moz-user-select: none;
}
.flex-direction-nav a,
.flex-pauseplay a {
  width: 20px;
  z-index: 10;
  position: absolute;
  overflow: hidden;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav a {
  opacity: 1;
  cursor: pointer;
  margin: -30px 0 0;
  top: -10%;
  background-image: url(../imgs/ico-slider.png);
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  display: inline-block;
  height: 27px;
  text-indent: -999em;
}
.flex-direction-nav .flex-prev {
  right: 20px;
  margin-right: 5px;
  background-position: -31px center;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
  background-position: -59px center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=1);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  height: 20px;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: Inter-Regular;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#fancybox-buttons a:hover,
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.mega-menu {
  line-height: 16px;
}
.mega-menu li a.dc-mega {
  position: relative;
}
.mega-menu li a .dc-mega-icon {
  display: block;
  position: absolute;
  top: 18px;
  right: 15px;
  width: 6px;
  height: 8px;
  background: url(images/arrow_right.png) no-repeat;
}
.mega-menu li .sub-container {
  position: absolute;
  background: #fff;
  padding: 10px 10px 0;
  border: 1px solid #cecece;
  border-left: none;
}
.mega-menu li .sub .row {
  width: 100%;
  overflow: hidden;
}
.mega-menu li .sub li {
  float: none;
  width: 150px;
  font-size: 1em;
  font-weight: 400;
}
.mega-menu li .sub li.mega-hdr {
  float: left;
  margin: 0 5px 10px;
}
.mega-menu li .sub a,
.mega-menu.left li .sub a {
  background: 0 0;
  border: none;
  text-shadow: none;
  float: none;
  color: #fff;
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  font-size: 0.9em;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
  padding: 5px 5px 5px 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
  color: #000;
  text-shadow: none;
}
.mega-menu .sub li.mega-hdr li a {
  background: url(images/arrow_white.png) 5px 8px no-repeat;
  font-weight: 400;
}
.mega-menu .sub li.mega-hdr li a:hover {
  background: url(images/arrow_on.png) 5px 8px no-repeat #efefef;
}
.mega-menu .sub ul li {
  padding-right: 0;
}
.mega-menu li .sub-container.non-mega .sub {
  padding: 10px;
}
.mega-menu li .sub-container.non-mega li {
  padding: 0;
  margin: 0;
  width: 150px;
}
.mega-menu li .sub-container.non-mega li a {
  padding: 7px 5px 7px 22px;
  background: url(images/arrow_white.png) 7px 10px no-repeat;
}
.mega-menu li .sub-container.non-mega li a:hover {
  color: #a32403;
  background: url(images/arrow_on.png) 7px 10px no-repeat #efefef;
}
.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
  height: 25px !important;
  background: 0 0;
}
.sub-container.mega {
  width: auto !important;
  height: auto !important;
}
.mega-menu .sub li.mega-hdr li a:hover {
  color: #024ea2;
}
.mega-menu .sub li.mega-hdr li a {
  padding: 6px 5px 6px 20px;
}
.mega-menu li a {
  display: block;
  text-decoration: none;
  padding: 3px 0;
  font-family: Inter-Regular;
  font-weight: 100;
}
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
  position: relative;
}
.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px Inter-Regular;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../imgs/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
  cursor: pointer;
  z-index: 8040;
  position: absolute;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../imgs/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}
.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(../imgs/blank.gif);
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock,
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock {
  width: auto;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../imgs/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: 400 13px/20px Inter-Regular;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.basket-form-main-col .table-responsive.bg-table {
  border: none;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.pagin {
  display: table;
  margin: auto auto 20px;
  text-align: center;
  float: none;
}
.search-fill {
  float: right;
  text-align: right;
}
.mt-min {
  margin-top: -50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../imgs/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(../imgs/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(
    top,
    #444 0,
    #343434 50%,
    #292929 50%,
    #333 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #444),
    color-stop(50%, #343434),
    color-stop(50%, #292929),
    color-stop(100%, #333)
  );
  background: -webkit-linear-gradient(
    top,
    #444 0,
    #343434 50%,
    #292929 50%,
    #333 100%
  );
  background: -o-linear-gradient(
    top,
    #444 0,
    #343434 50%,
    #292929 50%,
    #333 100%
  );
  background: -ms-linear-gradient(
    top,
    #444 0,
    #343434 50%,
    #292929 50%,
    #333 100%
  );
  background: linear-gradient(top, #444 0, #343434 50%, #292929 50%, #333 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#444',endColorstr='#222',GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(../imgs/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: 0;
  opacity: 0.8;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
.return-form-main-col .return-h3 {
  font-size: 22px;
  margin: 20px 0;
}
.return-form-main-col .policy-col {
  padding: 0;
}
.policy-col .policy-col-inner {
  border: 1px solid #d3d3d3;
  padding: 5px 20px 0;
}
.policy-col .policy-col-inner h5 {
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
  padding: 0 0 10px;
}
.policy-col-inner .policy-p {
  font-size: 12px;
}
.form-col-inner {
  border: 1px solid #d3d3d3;
  padding: 13px 20px 0;
}
.form-col-inner .thankyou-p {
  color: gray;
  font-size: 12px;
  font-weight: 700;
}
.form-col-inner .orange-p {
  color: #ff9327;
  font-size: 12px;
  font-weight: 700;
}
.form-col-inner .policy-p-right {
  font-size: 13px;
  line-height: 16px;
}
.form-col-inner .print-btn {
  background: #c60;
  border: none;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin: 20px auto 15px;
  text-align: center;
  text-shadow: none;
  width: 220px;
}
.form-col-inner .form-head-p {
  font-size: 12px;
  font-weight: 700;
  border-bottom: solid 1px #d3d3d3;
  padding: 0 0 8px;
}
.returns-form .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}
.form-col-inner .form-horizontal .form-group {
  margin-left: 0;
  margin-right: -15px;
}
.form-inner-12 {
  margin: 0 0 42px;
  padding: 0;
}
.form-col-inner .form-orange-p {
  font-size: 12px;
}
.returns-form select {
  height: 36px;
  width: 100%;
}
.form-col-inner textarea {
  border: 1px solid #b3b3b3;
  color: gray;
  margin: 0 0 0 -4px;
  padding: 6px 0 0 13px;
  width: 98%;
}
.form-inner-12 input,
.form-inner-12 select {
  border: 1px solid #b3b3b3;
  color: grey;
}
.form-inner-12 select {
  font-size: 12px;
  padding: 0 0 0 8px;
}
.not-found-msg-col .back-to-site,
.not-found-msg-col .error-h2,
.not-found-msg-col .error-p {
  color: #fff;
  text-align: center;
  font-family: Inter-Bold;
}
.form-control::-moz-placeholder {
  font-size: 12px;
  opacity: 1;
}
.form-inner-12 .col-sm-10,
.form-inner-12 .col-sm-8 {
  padding-left: 0;
}
.submit-return-btn {
  background: #c60;
  border: none;
  border-radius: 0;
  float: right;
  font-size: 18px;
  margin: 0 32px 20px 0;
  text-shadow: none;
  width: 232px;
}
.not-found-msg-col .error-h2 {
  font-size: 132px;
  margin: 38px 0 0;
}
.not-found-msg-col .error-p {
  font-size: 25px;
}
#page-not-found {
  background: url(../images/section-bg.jpg) no-repeat;
  background-size: cover;
}
.not-found-msg-col .back-to-site {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 109px 0 20px;
  text-transform: uppercase;
}
.not-found-msg-col .back-to-site a {
  color: #ec571d;
}
a:hover {
  text-decoration: none;
}
.not-found-msg-col .lg-menu {
  display: table;
  float: none;
  margin: auto auto 108px;
  text-align: center;
}
.not-found-msg-col .lg-menu li a {
  color: #fff;
  font-size: 25px;
  font-family: Inter-Bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 6px 25px;
}
.lg-menu li {
  border: 1px solid #fff;
  float: left;
  padding: 0;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-top: 0;
  position: absolute;
}
.lg-menu li:hover {
  background: #ec571d;
  transition: background 0.5s ease 0;
}
.lg-menu li:hover a {
  color: #000;
}
.lg-menu li a {
  padding: 0;
}
#return-form-section {
  margin-bottom: 2%;
  margin-top: 2%;
}
.policy-p {
  list-style: outside;
}
.Customer_Care_class > li > a {
  font-size: 14px;
}
.product-name > small {
  font-size: 16px;
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.basket-form-main-col .table-responsive.bg-table > .table.table-bordered {
  margin-bottom: 6px;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.cus-btn {
  background: #263475;
  color: #fff !important;
  padding: 2px 6px 3px;
  font-size: 13px !important;
}
.cus-btn.orange {
  background: #ee6834;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.delivery-table.second {
  width: 100%;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.input-group.date .input-group-addon,
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.digimeg-nav-wrap,
.digimeg-sub-nav {
  position: relative;
}
.digimeg-nav-wrap .digimeg-main-nav {
  display: block;
  width: 100%;
  background: #ee6834;
}
.digimeg-nav-wrap .digimeg-main-nav li {
  list-style-type: none;
  display: inline;
  float: left;
}
.digimeg-nav-wrap .digimeg-main-nav li a {
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.digimeg-nav-wrap .digimeg-main-nav li a:hover {
  background: #fff;
  color: #ee6834;
}
.digimeg-group:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  line-height: 0;
}
.digimeg-sub-nav li {
  display: block;
  width: 100%;
  background: #fff;
}
.digimeg-nav-item-content {
  padding: 10px 0;
  color: #000;
  font-family: Inter-Regular;
}
.digimeg-nav-item-content h2 {
  font-size: 30px;
  font-family: Inter-Light;
}
.digimeg-nav-item-content a {
  color: #000;
}
.digimeg-nav-chunk {
  display: block;
  float: left;
}
.digimeg-nav-chunk ul li a {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.digimeg-sub-nav {
  z-index: 9999;
  margin: 0;
}
.digimeg-sub-nav > li {
  position: absolute;
  top: 0;
  display: none;
}
.digimeg-active-mark {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 102;
  border-style: solid !important;
  border-color: #ccc transparent transparent !important;
  border-width: 8px 10px 0 !important;
}
.digimeg-nav-down-content.digimeg-sub-nav > li {
  list-style: none;
}
.MSubcat_heading {
  color: #ee6834 !important;
  font-size: 14px !important;
  font-family: Inter-Medium;
}
.pad-0 {
  padding: 0 !important;
}
.pad-left-0 {
  padding-left: 0 !important;
}
.pad-right-0 {
  padding-right: 0 !important;
}
.digimeg-nav-item {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 8px 8px 2px;
  display: block;
}
.digimeg-group.digimeg-main-nav > li {
  display: table-cell;
  border-right: 1px solid #f5a485;
}
.digimeg-group.digimeg-main-nav {
  display: table;
  margin: auto auto 0 !important;
}
.digimeg-group.digimeg-main-nav > li a:hover {
  color: #ee6834 !important;
  background: #fff;
}
.digimeg-nav-chunk1 .col-lg-3 li a {
  font-size: 12px;
}
.temporary-content {
  padding: 30px;
}
.temporary-content p {
  font-size: 20px;
  margin-top: 10px;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel,
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}
.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
.short-description div > img {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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);
}
.product-essential .well {
  background: #fbfbfb;
  border-color: #efefef;
  box-shadow: none;
  border-radius: 8px;
  font-family: Inter-Regular !important;
  font-size: 14px;
  padding: 12px;
}
.category-products.related h3 {
  margin: 25px 0 8px;
  font-family: Inter-Regular !important;
}
.filterACCO .panel-collapse {
  padding-bottom: 10px;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
.product-added-msg {
  position: fixed;
  right: 32px;
  top: 32px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  font-size: 16px;
  z-index: 111111;
  padding: 12px 58px 13px 20px;
  text-transform: capitalize;
}
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100%,
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100%,
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100%,
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #form-validate > .col-lg-5 > .form-group > label,
  .registered-users > .content > .form-list > li > label {
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: left;
    display: block;
  }
  #form-validate .buttons-set > button,
  .registered-users #send2 {
    float: right;
  }
  .form-col {
    margin: 20px 0 0;
    padding: 0;
  }
  #collapse2-prod-det table td {
    border: 1px solid #d3d3d3;
    padding: 5px 15px !important;
  }
  #collapse2-prod-det table tr:first-child td {
    font-family: Inter-Bold;
  }
  #collapse2-prod-det table tr:nth-child(2n + 1) {
    background: #efefef;
  }
  .top-call > p {
    color: #fff;
  }
  .form-col-inner .policy-ol {
    padding: 0 0 0 6px;
  }
  .form-control[readonly],
  .returns-form .form-control[disabled],
  fieldset[disabled] .form-control {
    border: 1px solid;
  }
  .form-inner-12 .col-sm-8 {
    padding: 0;
  }
  .form-inner-12 {
    margin: 0 0 12px;
  }
  .submit-return-btn {
    display: block;
    margin: auto;
    text-align: center;
    width: 180px;
  }
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
  .not-found-msg-col .back-to-site {
    font-size: 32px;
    margin: 32px 0 20px;
  }
  .lg-menu li {
    width: 100%;
  }
  .not-found-msg-col .lg-menu {
    margin: auto auto 36px;
    width: 56%;
  }
  .featuresH h4 {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  #mob-pay-meth img {
    width: 159px;
  }
  .featuresH p {
    display: none;
  }
  .innerpages .featuresH > li {
    display: block;
    width: 100%;
  }
  .slider-bottom-srv-container.innerpages
    > .container
    > .row
    > .col-lg-12
    > .col-xs-12 {
    width: 33.3333%;
  }
  .innerpages .featuresH > li:first-child {
    height: 70px;
    width: 100% !important;
    text-align: center;
  }
  .featuresH,
  .form-list input.input-text,
  .registered-users .cart-collaterals select,
  input.input-text {
    width: 100%;
  }
  .innerpages .featuresH > li:first-child img {
    margin: auto !important;
  }
  #form-validate > .col-lg-5 > .form-group {
    margin: 0 0 12px;
  }
  .registered-users > .content > .form-list > li:last-child input {
    margin: 0;
  }
  .registered-users {
    padding-left: 8px;
    padding-right: 8px;
  }
  .BGfeatures {
    display: block;
    margin: auto;
    text-align: left;
  }
  .columns-w,
  .yt-product-detail-inner
    > .product-essential
    > .category-products.related
    > #block-related {
    margin-bottom: 0;
  }
  .products-grid .item .item-inner {
    min-height: 1px;
  }
  .columns-w {
    padding: 0;
  }
  #minheight150 {
    padding-bottom: 12px !important;
  }
  #mob-pay-meth {
    padding-top: 15px;
  }
  .filterFor-outer
    > .filterFor
    > .col-xs-12
    > form
    .col-md-5.form-group:first-child {
    float: left;
    width: 70%;
  }
  .filterFor-outer
    > .filterFor
    > .col-xs-12
    > form
    .col-md-5.form-group:last-child {
    float: left;
    width: 30%;
  }
  #per_page {
    height: 34px;
  }
  .product-list-view-container li.item.col-lg-4.col-sm-6.col-xs-12 {
    height: auto;
    overflow: hidden;
  }
  .productInfoBox > div:nth-of-type(2),
  .productInfoBox > div:nth-of-type(3) {
    height: auto;
  }
  .AddMoreAttr .add-more-attr {
    padding: 5px 7px 7px !important;
    position: static !important;
    top: 18px !important;
    margin: 0 0 6px;
  }
  .AddMoreAttr,
  .removeRows {
    top: 0 !important;
  }
  .addMoreAttrs {
    padding: 7px !important;
    position: static !important;
    top: 0;
    margin: 20px 0 12px;
  }
  .AddMoreAttr,
  .mob-login ul,
  .mob-nav-ul li a i,
  .removeRows {
    position: relative;
    float: right;
  }
  .block-title .other-prod-title {
    font-size: 18px;
  }
  .productDetailPage .product-name {
    height: auto;
    padding: 8px 0 4px;
    min-height: 1px;
  }
  .productDetailPage .product-name > a {
    min-height: 1px;
    font-size: 14px;
  }
  .category-products .item .price-box .price,
  .price-box .price {
    font-size: 18px !important;
    color: #ef6b34 !important;
  }
  .proPrice,
  .yt-product-detail .well > h1 {
    font-size: 20px;
  }
  #mob-soc-ico > ul > li {
    padding: 0 2px;
  }
  #mob-soc-ico > ul {
    margin: 6px 0 12px;
  }
  .AddMoreAttr,
  .removeRows {
    display: inline-block !important;
    padding: 0 !important;
  }
  .attributes-div .attr-inner:first-child,
  div#cust1 {
    display: block;
  }
  .attr-inner {
    margin-bottom: 10px;
    display: table;
    width: 100%;
  }
  .attributes-div .proSize {
    width: 70px;
  }
  .category-products.related
    > .col-lg-9.col-sm-8.col-xs-12.padding-0
    > .col-lg-12.col-sm-12.col-xs-12.mar-bottom10 {
    padding: 0;
  }
  .category-products.related
    > .col-lg-9.col-sm-8.col-xs-12.padding-0
    > .col-lg-12.col-sm-12.col-xs-12.mar-bottom10
    > .well {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product-name > a {
    height: auto !important;
    min-height: 1px !important;
  }
  .why-bguard-col {
    display: none;
  }
  .why-bg-guard-mob {
    display: block !important;
  }
  .newsletter-cloth,
  feefowidget-container-floating-service
    .feefowidget-colour-scheme-grey
    .feefowidget-sticky-widget-closed.feefowidget-mobile
    .feefowidget-review-text,
  feefowidget-container-floating-service
    .feefowidget-colour-scheme-white
    .feefowidget-sticky-widget-closed.feefowidget-mobile
    .feefowidget-review-text,
  feefowidget-container-floating-service
    .feefowidget-colour-scheme-yellow
    .feefowidget-sticky-widget-closed.feefowidget-mobile
    .feefowidget-review-text {
    display: none !important;
  }
  .container.slider-main {
    padding: 0 !important;
  }
  .features-main-col {
    padding: 10px 0 0 !important;
  }
  .about-main-col,
  .about-tab-inner,
  .free-deleivery-main-col {
    padding: 0 !important;
  }
  #about-warwhickshire {
    margin: 0 0 20px !important;
  }
  #usp-demo .owl-item:first-child .features-col ul li:first-child {
    width: 20px !important;
  }
  .free-deleivery-main-col .free-deleivery-inner-col {
    background-size: 100% 100% !important;
    padding: 12px 15px 32px !important;
  }
  .free-deleivery-main-col .free-d {
    font-size: 20px !important;
    line-height: 42px !important;
  }
  .free-deleivery-main-col .order {
    font-size: 20px !important;
    line-height: 0 !important;
  }
  .section-heading > .section-head {
    font-size: 26px !important;
  }
  .section-heading p {
    font-size: 15px !important;
  }
  .section-heading,
  .testimonials-main-col {
    padding: 0 !important;
  }
  .newsletter-inner {
    top: 0 !important;
    width: 100% !important;
    padding-left: 0px !important;
  }
  .newsletter-main-col {
    background-image: none !important;
    padding: 12px 15px !important;
  }
  .newsletter-main-col .newsletter-head {
    font-size: 25px !important;
  }
  .newsletter-main-col .newsletter-text {
    font-size: 16px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
  }
  .newsletter-inner .input-group .btn,
  .newsletter-inner .input-group > input {
    height: 36px !important;
    font-size: 20px !important;
  }
  .d-hide {
    display: table !important;
  }
  #mob-footer,
  #mob-pay-meth,
  #mob-soc-ico,
  .m-hide,
  .men-banners-products-col {
    display: none !important;
  }
  .newsletter-inner .input-group > input {
    padding: 0 0 0 8px !important;
  }
  .offer-banners-main-col {
    padding: 0 !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content .banner-head {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content .banner-head-col {
    padding: 0 12px !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content > ul {
    padding: 2px 8px 2px 7px !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content > ul li,
  .offer-banners-col > .banner-col-inner .banner-content > ul li a {
    font-size: 14px !important;
  }
  .offer-banners-col {
    width: 100% !important;
    padding: 0 !important;
  }
  .offer-banners-col:first-child,
  .offer-banners-col:nth-child(3) {
    padding: 3px !important;
  }
  .offer-banners-col:nth-child(2) {
    padding: 3px !important;
    margin: 0 0 11px !important;
  }
  .category-banners-main-col,
  .men-banners-main-col {
    padding: 0 !important;
  }
  #offer-banners-section > .container-fluid {
    padding: 0 10px !important;
  }
  #yt_footer .footer-top {
    display: block !important;
    padding: 20px 0 10px !important;
  }
  .spotlight-wrap > .spotlight {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
  .f1 li::after,
  .f3 li::after {
    content: "|" !important;
    color: grey !important;
  }
  .f1 li,
  .f3 li {
    display: inline-block !important;
  }
  .f1 li:last-child::after,
  .f3 li:last-child::after {
    content: "" !important;
  }
  #yt_content,
  #yt_footer {
    text-align: center !important;
  }
  #ju_bbox {
    top: 48% !important;
    width: auto !important;
    height: 37px !important;
    left: -63px !important;
    transform: rotate(90deg) !important;
  }
  .product-image a.product-img {
    display: table !important;
    margin: auto !important;
  }
  .offer-banners-col:nth-child(2),
  .offer-banners-col:nth-child(2) img,
  .offer-banners-col:nth-child(3),
  .offer-banners-col:nth-child(3) img {
    height: auto !important;
  }
  #category-banners {
    display: none;
  }
  .mobile-navigation-main-col {
    padding: 0 !important;
    display: block !important;
  }
  .mobile-navigation-main-col .mob-nav-tabs li {
    width: 33.3333%;
  }
  .mobile-navigation-main-col .mob-nav-tabs li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #273576;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    border-bottom: none;
    border-right: none;
  }
  .mobile-navigation-main-col .mob-nav-tabs li a i {
    font-size: 23px;
    height: 32px;
  }
  .mobile-navigation-main-col .tab-content {
    padding: 0;
  }
  .mobile-navigation-main-col .nav-tabs {
    border-bottom: none;
  }
  .mob-nav-ul li a {
    color: #565656;
    padding: 6px 12px 5px;
    border-bottom: solid 2px #d3d3d3;
    font-size: 18px;
  }
  .mob-nav-ul li a i {
    top: 5px;
    color: grey;
  }
  .mob-btn.col-xs-3 {
    display: none;
  }
  .mob-login ul {
    font-size: 13px;
    margin: 0 auto 6px !important;
    right: 15px;
    top: 25px;
    z-index: 111;
  }
  .features-col > ul > li,
  .mobile-navigation-main-col #addReviewForm .table tr,
  td {
    font-size: 13px !important;
  }
  .mob-cont ul {
    float: right;
  }
  .mobile-navigation-main-col .nav-botton-searchbar {
    padding-top: 0;
    width: 88%;
    display: table;
    margin: auto;
  }
  #search-jk {
    padding: 15px 0;
  }
  .cart-header,
  .mobile-navigation-main-col .cart-body {
    width: 100% !important;
  }
  .mobile-navigation-main-col .cart-body .table td {
    text-align: left;
    border-bottom: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
  }
  .features-col ul > li,
  .show-usps {
    text-align: center;
  }
  #cart-detailss {
    margin: 2px 0 0;
  }
  .mobile-navigation-main-col .cart-price {
    margin-right: 0;
  }
  .mobile-navigation-main-col .cart-body .table td:last-child {
    padding-right: 0;
    border-right: none;
  }
  .mob-logo {
    position: absolute;
    top: -15px;
    left: 12px;
    z-index: 1;
    width: auto;
  }
  .mob-cont {
    padding: 0 10px !important;
    width: 100%;
    visibility: hidden;
  }
  .mob-logo a {
    margin: 0;
  }
  .cart-footer-button,
  .cart-footer-total {
    width: 100% !important;
  }
  .cart-footer-total {
    padding: 10px 0 !important;
    border-bottom: none;
  }
  .container.slider-main {
    margin: 0 !important;
  }
  #mob-main {
    padding: 0 !important;
  }
  #srch-term {
    height: 44px !important;
  }
  .features-col ul > li:first-child {
    width: 100% !important;
    position: static !important;
  }
  .features-main-col .features-col {
    padding: 0 6px 0 15px;
    text-align: center;
  }
  .features-col > ul > li:first-child {
    height: 42px !important;
  }
  .features-col > ul > li span {
    font-size: 14px !important;
    line-height: 15px;
    display: table;
    margin: 1px 0 0;
  }
  #features-section > .container {
    padding: 0;
  }
  .show-usps {
    background: 0 0;
    position: relative;
    box-shadow: 0 1px 3px grey;
    margin: 0 0 25px;
    display: none;
  }
  .show-usps > p {
    font-size: 15px;
    color: #273576;
  }
  .features-main-col.fade-usp {
    display: block;
  }
  .inner-usps {
    margin-bottom: 2px;
  }
  .top-call {
    background: #3d4a84;
    color: #fff;
    text-align: right;
    padding: 3px 15px;
  }
  .top-call > p {
    margin: 0;
  }
  #browse,
  #search-jk {
    display: none;
  }
  #browse.abc,
  #search-jk.abc {
    display: block;
  }
  #menu-toggle-btn2 {
    padding: 10px 0;
  }
  #menu-accordion .panel-title > a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
  }
  #menu-accordion .panel-body,
  #menu-accordion .panel-heading {
    padding: 0;
  }
  #menu-accordion .panel-title > a i {
    float: right;
    color: grey;
  }
  .mobile-sub-list li a {
    display: block;
    padding: 6px 15px;
    border-bottom: solid 1px #d3d3d3;
    font-size: 15px;
    font-family: Inter-Regular;
    color: grey;
  }
  .mobile-navigation-main-col .panel-group .panel + .panel {
    margin-top: 0 !important;
  }
  #browse .panel-title a > i {
    float: right;
  }
  #browse .panel-title a {
    margin: 0;
    display: block;
    padding: 10px 15px;
    font-family: Inter-Medium;
  }
  #browse .panel-heading {
    padding: 0;
  }
  .features-col > ul {
    display: table;
    width: 100%;
  }
  .features-col > ul > li {
    display: inline-block;
  }
  .features-col:first-child > ul > li:first-child {
    width: 32px !important;
    float: left;
    padding-top: 5px;
  }
  .features-main-col li:last-child {
    float: left;
    width: calc(100% - 32px);
    text-align: left;
    padding: 0 0 0 10px !important;
    font-size: 14px !important;
    font-family: Inter-Bold !important;
  }
  .slider-bottom-srv-container {
    display: block !important;
    padding: 0 !important;
  }
  .brands-main-col,
  .products-left-section {
    padding: 0;
  }
  #sync-lg .item {
    height: auto;
  }
  .downloadpdf {
    margin: 12% 0 0 !important;
  }
  .newsletter-inner::-webkit-input-placeholder {
    color: transparent !important;
    line-height: normal;
  }
  .testimonials-inner-col .item p {
    font-size: 14px;
    max-width: 95%;
  }
  .testimonials-inner-col .item .reviews-head {
    font-size: 18px;
    font-family: Inter-Regular;
  }
  #productsync1 .item-section {
    height: 270px !important;
  }
  #productsync1 .item-section img {
    max-width: 100%;
    max-height: 100%;
  }
  .products-right-section {
    padding: 23px 15px 0;
  }
  .products-right-section .products-right-inner .inner-text {
    font-size: 20px !important;
  }
  .products-right-section .price {
    font-size: 25px !important;
  }
  .product-button {
    padding-top: 0;
  }
  .submit-button button {
    font-size: 14px !important;
    padding: 8px 30px !important;
  }
  .addtobasketbutton {
    font-size: 14px !important;
    padding: 9px 30px 9px 42px !important;
    background-size: 22px !important;
  }
  .yt-content-inner.productDetailPage {
    padding: 0 15px;
  }
  #productsync2 .item {
    border-radius: 0;
    height: 60px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #productsync2 .item .img-responsive {
    max-width: 90%;
    max-height: 100%;
  }
  .empty-basket {
    font-size: 17px;
    background-size: 46px;
    margin: 10% auto 7%;
    padding: 11px 0 32px 56px !important;
  }
  .change-pswrd-main-col {
    text-align: left;
  }
  .change-pswrd-main-col .buttons-set .button {
    float: right;
  }
  .change-pswrd-main-col .buttons-set {
    padding: 0;
    border: none;
  }
  .change-pswrd-main-col .back-link {
    display: none;
  }
  .products-slider.product-image-zoom {
    padding-left: 15px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .mob-logo {
    top: -21px;
  }
  #mob-header {
    padding: 0 0 8px !important;
  }
  .mob-login ul {
    top: 21px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .free-deleivery-main-col .free-d {
    font-size: 33px !important;
    margin-bottom: 6px !important;
  }
  .free-deleivery-main-col .order {
    font-size: 25px !important;
    line-height: 0 !important;
  }
  .free-deleivery-main-col .free-deleivery-inner-col {
    padding: 20px 15px 32px !important;
  }
  #mob-main {
    padding-left: 0;
    padding-right: 0;
  }
  .features-col:first-child > ul > li:first-child {
    float: none;
  }
  .features-main-col li:last-child {
    text-align: center;
  }
  .features-col > ul > li:first-child {
    height: 46px !important;
    display: flex;
    align-items: center;
    margin: auto;
  }
  .features-main-col li:first-child,
  .features-main-col li:last-child {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-cart-right-section ul {
    top: 2px !important;
  }
  .digimeg-group.digimeg-main-nav > li a {
    font-size: 15px !important;
  }
  .container.slider-main {
    padding: 0 30px !important;
  }
  .about-main-col,
  .free-deleivery-main-col {
    padding: 0 15px !important;
  }
  .free-deleivery-main-col .free-deleivery-inner-col {
    padding: 48px 15px !important;
    background-size: 100% 100% !important;
  }
  .free-deleivery-main-col .order {
    font-size: 36px !important;
  }
  #brandLogos {
    margin: 15px 0 0 !important;
  }
  #brands-section {
    margin: 30px 0 25px !important;
  }
  .testimonials-main-col {
    padding: 0 15px !important;
  }
  .newsletter-cloth {
    display: none !important;
  }
  .newsletter-inner {
    top: 0 !important;
    width: 80% !important;
    display: table !important;
    margin: auto !important;
    float: none !important;
  }
  .newsletter-main-col {
    padding: 10px 70px !important;
  }
  #yt_footer .footer-top {
    padding: 30px 0 6px !important;
  }
  .spotlight-wrap .spotlight {
    width: 33.3333333% !important;
  }
  .spotlight-wrap .spotlight .block-title {
    font-size: 20px !important;
  }
  .offer-banners-main-col {
    padding: 0 5px !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content .banner-head {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  .offer-banners-col > .banner-col-inner .banner-content > ul li,
  .offer-banners-col > .banner-col-inner .banner-content > ul li a {
    font-size: 14px !important;
  }
  .container {
    max-width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1280px) {
  .newsletter-inner {
    top: 0 !important;
    width: 80% !important;
    display: table !important;
    margin: auto !important;
    float: none !important;
  }
  .newsletter-cloth {
    display: none !important;
  }
}
@media only screen and (min-width: 240px) and (max-width: 320px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 230px;
  }
  .slide-btm-srv-listing > li {
    display: inline-block;
    padding: 0 15px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 180px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 180px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title > h3 {
    font-size: 25px;
  }
  #top-header-menu {
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 5px;
  }
  .top-cart-right-section {
    margin-top: -15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .testi-client-comment {
    font-size: 15px;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 20px;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 250px;
  }
  .cart-right {
    float: left !important;
    margin: 0;
    min-height: 100px;
    padding-top: 30px;
  }
  .cart-right li:nth-child(1) {
    float: right !important;
    position: relative;
    top: 43px;
  }
  .cart-right li:nth-child(2) {
    float: right;
    position: absolute;
    right: 7px;
    top: 20px;
  }
  .cart-right li:nth-child(3) {
    padding-left: 10px;
    padding-right: 45px;
  }
  .brand-listing-block > li {
    display: block;
  }
  .newsletter-block {
    display: block;
    text-align: center;
  }
  .newsletter-left-title {
    border: none;
    padding-right: 0;
    text-align: center;
  }
  #exclusive-sale .item {
    padding: 0 15px;
  }
  .photo {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .photo > img {
    height: 100%;
    margin: 0 auto;
  }
  .product-addto-wrap {
    margin-left: 25px;
    margin-top: 10px;
  }
  .feature-prod-block {
    display: initial;
    margin: 0 auto;
    text-align: center;
  }
  .exclu-block {
    display: table;
    margin: 0 auto;
  }
  .sale-tag-text {
    display: inline-block;
    margin-left: 10px;
  }
  .carousel-control.right {
    background: url(../imgs/icons/slide-arrow-right.png) 0 0/50% 50% no-repeat
      rgba(0, 0, 0, 0);
  }
  .carousel-control.right span {
    display: none;
  }
  .carousel-control.left {
    background: url(../imgs/icons/slide-arrow-left.png) 0 0/50% 50% no-repeat
      rgba(0, 0, 0, 0);
  }
  .yt-product-detail .add-to-cart {
    float: none;
  }
  .attributes-div .margin-0 {
    display: block;
  }
  .pro_qty {
    background: #fff;
    border-color: #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 34px;
    width: 100%;
  }
  .proLength,
  .proQty,
  .proSize {
    padding: 0;
  }
  .AddMoreAttr,
  .removeRows {
    display: inline-block !important;
    float: right;
    position: relative;
    top: 4px;
  }
  .form-col-inner textarea {
    width: 100%;
    margin: 0;
  }
  .submit-return-btn {
    margin: auto;
    width: 100% !important;
    float: none;
  }
}
@media screen and (min-width: 320px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  .topbar-account-icons {
    display: none;
    font-size: 12px;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 52% !important;
  }
  .sm-searbox-content .form-button.button {
    padding: 10px;
  }
  #yt_header_left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
  .sm-serachbox-pro .jqTransformSelectWrapper {
    width: 130px !important;
  }
  #top-first-navbar-container .navbar-collapse ul li {
    border-bottom: 1px solid #fff;
  }
  #top-first-navbar-container .navbar-collapse ul li a {
    color: #fff;
  }
  #top-first-navbar-container .navbar-collapse ul li:hover a {
    color: #222;
  }
  #top-first-navbar-container .navbar-collapse ul li:last-child {
    border-bottom: none;
  }
  #bs-example-navbar-collapse-1 ul:first-child {
    background-color: #ff804c;
  }
  .cart-head-text {
    font-weight: 900;
    color: #222;
  }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  #navbar .nav > li > a,
  .testi-client-comment {
    font-size: 15px;
  }
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 210px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 210px;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-cart-right-section {
    margin-top: -15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 20px;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .slide-btm-srv-listing {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li {
    float: left;
    display: inherit;
    padding: 0;
    text-align: center;
    width: 32.3%;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li h4 {
    font-size: 14px;
    font-weight: 300;
  }
  .sserv-right > p {
    display: none;
  }
  .attributes-div .margin-0,
  .brand-listing-block > li {
    display: block;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 300px;
  }
  .cart-right {
    float: left !important;
    margin: 0;
    min-height: 100px;
    padding-top: 60px;
  }
  .cart-right li:nth-child(1) {
    float: right !important;
  }
  .cart-right li:nth-child(2) {
    position: absolute;
    right: 17px;
    text-align: right;
    top: 15px;
  }
  .cart-right li:nth-child(3) {
    padding-left: 10px;
    padding-right: 45px;
  }
  .newsletter-block {
    display: block;
    text-align: center;
  }
  .newsletter-left-title {
    border: none;
    padding-right: 0;
    text-align: center;
  }
  .yt-product-detail .add-to-cart {
    float: none;
  }
  .pro_qty {
    background: #fff;
    border-color: #ccc !important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    height: 34px;
  }
  .proLength,
  .proQty,
  .proSize {
    padding: 0;
  }
  .form-col-inner textarea {
    width: 100%;
    margin: 0;
  }
  .submit-return-btn {
    margin: auto;
    width: 100% !important;
    float: none;
  }
}
@media only screen and (min-width: 414px) and (max-width: 475px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 230px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 230px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  .top-cart-right-section {
    margin-top: -15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 20px;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .slide-btm-srv-listing {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li {
    float: left;
    display: inherit;
    padding: 0;
    text-align: center;
    width: 32.3%;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li h4 {
    font-size: 14px;
    font-weight: 300;
  }
  .sserv-right > p {
    display: none;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 320px;
  }
  .yt-product-detail .add-to-cart {
    float: none;
  }
  .form-col-inner textarea {
    width: 100%;
    margin: 0;
  }
  .submit-return-btn {
    margin: auto;
    width: 100% !important;
    float: none;
  }
}
@media only screen and (min-width: 500px) and (max-width: 533px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-btm-srv-listing > li {
    display: inline-block;
    padding: 0 15px;
  }
  #top-header-menu,
  .cart-right {
    display: table;
    margin: 0 auto;
    float: none !important;
  }
  .slide-left-img img {
    width: 250px;
  }
  .testi-right-sidebar {
    height: 300px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 300px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 603px) {
  #top-header-menu,
  .cart-right {
    display: table;
    margin: 0 auto;
    float: none !important;
  }
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 250px;
  }
  .testi-right-sidebar {
    height: 330px;
  }
  .testi-left-sidebar {
    height: 500px;
  }
  .right-charity-img iframe {
    height: 330px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    width: 50%;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .cstm-tabs {
    width: 100%;
  }
  .cstm-tabs > li {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
  .cstm-tabs > li > a {
    text-align: center;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content p {
    font-size: 11px;
  }
  .welcome-content h4 {
    font-size: 20px;
  }
  .welcome-content-inner-left {
    height: 360px;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .welcome-content-inner-right {
    height: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cstm-tabs > li > a {
    padding: 10px 55px;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 11px;
  }
  .welcome-content-inner-right #email,
  .welcome-content-inner-right .form .btn-default,
  .welcome-content-inner-right .form .form-control {
    margin-left: 25px;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .policy-col-inner .left-ol {
    padding-left: 0;
  }
  .return-form-main-col {
    padding: 0;
  }
  .form-inner-12 {
    margin: 0 0 6px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .lg-menu li {
    width: 50%;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .lg-menu li {
    width: 50%;
  }
  .not-found-msg-col .lg-menu {
    width: 84%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .lg-menu li {
    width: 50%;
  }
  .not-found-msg-col .lg-menu {
    width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
  .submit-return-btn {
    margin: 0 16px 20px 0;
    width: 232px;
  }
}
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 260px) and (max-width: 767px) {
  #srch-term,
  .add-on {
    width: 100%;
  }
  #srch-term {
    height: 40px;
    min-width: 230px;
  }
  #search_mini_form .btn.btn-default {
    height: 40px;
    padding: 0 10px;
  }
  .digimeg-sub-nav {
    display: none;
  }
  .commHead {
    margin-top: 0;
  }
  .yt-content.wrap {
    margin: 0;
    padding: 10px 0;
  }
  .home_three_block > .container > .row > .col-lg-12 > .pad-left0 {
    padding-left: 15px;
  }
  .home_three_block > .container > .row > .col-lg-12 > .pad-right0 {
    padding-right: 15px;
  }
  .home_three_block,
  .home_three_block > .container > .row > .col-lg-12 > .col-lg-4 {
    margin-bottom: 10px;
  }
  .newsletterSignup {
    padding: 20px 0;
  }
  .newsLT {
    border-right: medium none;
    line-height: normal;
    font-size: 25px;
  }
  .newsLT small {
    display: block;
    font-size: 11px;
    margin: 5px 0;
  }
  .spotlight-wrap > .spotlight {
    width: 100% !important;
    padding: 0 15px;
  }
  .block-social .list-inline li {
    margin-left: 10px;
  }
  #yt-totop {
    background: url(../imgs/backtotop.png) center center/100% auto no-repeat
      rgba(0, 0, 0, 0);
    height: 40px;
    margin-top: 20px;
    right: 10px;
    width: 40px;
  }
  #sortby,
  .newsRT .form-control {
    height: 35px;
  }
  .panel-group {
    margin-bottom: 0;
  }
  .products-grid .item {
    min-height: 390px;
  }
  .pagination {
    float: left;
    padding: 10px 0;
  }
  .explore-more-link {
    margin-bottom: 10px;
  }
  .fixed > .header-middle-right > .container > .row > .col-xs-12:nth-child(2) {
    display: none !important;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container {
    margin-top: -20px !important;
  }
  .product-list-view-container.products-grid .item .product-name {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #top-header-menu span,
  .topbarleft span {
    margin-left: 5px;
  }
  .columns-w {
    margin-bottom: 10px;
  }
  .main_content_home > .col-lg-6:last-child > img {
    margin: auto;
    width: 100%;
  }
  .digimeg-group.digimeg-main-nav > li {
    border-bottom: 1px solid #f5a485;
    border-right: none !important;
    display: inline-block !important;
    width: 100%;
  }
  .digimeg-group.digimeg-main-nav {
    overflow: hidden;
  }
  #minheight150 > .col-lg-12,
  .account-login {
    padding: 0;
  }
  .page-title h1,
  h1.page-title {
    margin-bottom: 15px;
  }
  .newsRT .btn.btn-default {
    font-size: 12px;
    height: 35px;
  }
  .not-found-msg-col .back-to-site {
    margin-top: 0 !important;
  }
  .addMoreAttrs {
    padding: 3px 7px;
  }
  .AddMoreAttr {
    padding: 7px;
  }
  .flex-direction-nav .flex-next {
    right: 0 !important;
  }
  .fixed > .header-middle-right > .container > .row > .header-inner > .right {
    display: none;
  }
  .custerror p {
    line-height: normal;
    margin: 0 0 0 10px;
    top: 5px;
  }
  .filterACCO .panel-heading {
    padding: 0;
  }
  .product_left_filter_block ul {
    margin: 0 !important;
  }
  .yt-product-detail .yt-detail-left {
    padding-right: 0;
  }
  .yt-product-detail .yt-detail-right {
    padding: 0 !important;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  .flexslider .slides li {
    min-height: 150px;
  }
  .photo.product-image {
    height: 150px;
    min-height: 150px;
  }
  .flex-direction-nav > .flex-nav-prev > .flex-prev {
    left: 85%;
    top: -5px;
  }
  .flex-direction-nav > .flex-nav-next > .flex-next {
    top: -5px;
    left: 93%;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .not-found-msg-col .error-h2 {
    font-size: 100px !important;
  }
  .not-found-msg-col .error-p {
    font-size: 20px !important;
  }
  .not-found-msg-col .back-to-site {
    font-size: 27px !important;
  }
  .not-found-msg-col .lg-menu li a {
    font-size: 17px !important;
  }
  .not-found-msg-col .lg-menu {
    margin-bottom: 50px !important;
  }
  .featuresH > li:first-child {
    width: 75px;
  }
  .p-b-c-inner ul > li > img {
    width: 28px;
    margin-top: 5px;
  }
  .p-b-c-inner ul > li {
    padding: 0;
  }
  .btn-group-vertical,
  .p-b-c-inner .btn-group {
    float: left;
    margin-right: 5px;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
  .sm_quickview_handler {
    left: 36%;
  }
}
@media (min-width: 260px) and (max-width: 400px) {
  .al-block-three-sec-inner,
  .al-block-three-sec-inner p {
    text-align: center !important;
  }
  .topbarleft P {
    font-size: 11px;
  }
  #top-header-menu {
    float: left !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-top: 0;
  }
  .top-cart-right-section {
    display: table;
    left: 12px;
    position: relative;
    top: 0;
    width: 92%;
  }
  .cart-right {
    float: left !important;
    margin: 0;
    padding-top: 0 !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .cart-right > li:last-child {
    float: right;
  }
  .cart-right > li:first-child {
    position: relative;
    top: 15px;
    padding-left: 15px;
  }
  .fixed .top-cart-section,
  .top-cart-section {
    top: 0 !important;
  }
  .fixed .cart-right {
    min-height: 65px;
  }
  .cart-right {
    min-height: 65px !important;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container,
  .header-rightside-container {
    margin-top: 0 !important;
  }
  .new_arri_prod {
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }
  .al-block-three-sec-inner {
    padding: 139px 15px 0 !important;
  }
  .newsLT {
    border-right: medium none;
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: normal;
  }
  .newsLT small {
    font-size: 11px;
  }
  .ttesti {
    font-size: 13px;
  }
  .explore-more-link > a {
    font-size: 12px;
    padding: 8px 12px 6px;
  }
  .spotlight-wrap .spotlight .block-title {
    font-size: 20px !important;
  }
  .featuresH > li:first-child {
    width: 75px;
  }
  #yt_footer .footer-top {
    padding: 20px 0 0;
  }
  .filterACCO .panel-heading {
    padding: 0;
  }
  .product_left_filter_block ul {
    margin-top: 5px !important;
  }
  #checkout-progress-wrapper span,
  #products-order .page-title h1,
  .account-create .page-title h1,
  .account-login .page-title h1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .registered-users {
    padding-left: 8px;
    text-align: left;
    margin: 25px 0 0;
  }
  .col2-set .buttons-set {
    padding: 0 20px;
  }
  .lg-menu li {
    border: 1px solid #fff !important;
    float: none !important;
    padding: 2px 6px !important;
    width: 100% !important;
  }
  .not-found-msg-col .error-h2 {
    font-size: 100px !important;
  }
  .not-found-msg-col .error-p {
    font-size: 14px !important;
  }
  .not-found-msg-col .back-to-site {
    font-size: 19px !important;
  }
  .not-found-msg-col .lg-menu {
    margin: auto auto 35px !important;
  }
  .not-found-msg-col .lg-menu li a {
    font-size: 15px !important;
    padding: 7px 5px 5px;
    display: inline-block;
  }
  .flex-direction-nav > .flex-nav-prev > .flex-prev {
    top: -5px;
    left: 83%;
  }
  .flex-direction-nav > .flex-nav-next > .flex-next {
    top: -5px;
  }
  .product-name > a {
    font-size: 12px;
    line-height: normal;
  }
  .flexslider .slides li {
    min-height: 250px;
  }
  .photo.product-image {
    height: 100px;
    min-height: 100%;
  }
  .related-produ-slide-container .product-image a img,
  .slide-alternate-product .product-image a img {
    height: auto;
  }
  .newsRT .form-control {
    font-size: 13px;
  }
  .productDetailPage .product-name h1 {
    font-size: 15px !important;
    margin: 0 !important;
  }
  .product-name > small {
    font-size: 14px !important;
  }
  #yt_wrapper .add-to-cart .btn-cart,
  .yt-product-detail .add-to-cart .btn-cart {
    padding: 8px 10px;
  }
  .p-b-c-inner ul > li > img {
    width: 28px;
    margin-top: 5px;
  }
  .p-b-c-inner ul > li {
    padding: 0;
  }
  .btn-group-vertical,
  .p-b-c-inner .btn-group {
    float: left;
    margin-right: 5px;
  }
  .main_content_d h3 {
    font-size: 17px;
  }
  .main_content_home p {
    font-size: 13px;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  .header-rightside-container {
    display: table;
    margin-top: 0 !important;
    padding-bottom: 0;
    width: 100%;
  }
  .top-cart-right-section {
    display: table;
    left: 14px;
    margin: 0 !important;
    position: relative;
    top: 0;
    width: 93%;
  }
  .top-cart-right-section ul {
    padding: 0;
    width: 100%;
    margin-top: 5px !important;
  }
  .cart-right {
    min-height: 65px !important;
  }
  .cart-right > li:first-child {
    padding-left: 10px;
    position: absolute;
    top: 17px;
  }
  .cart-right > li:last-child {
    float: right;
  }
  .top-cart-section {
    top: 0 !important;
  }
  .fixed .top-cart-right-section ul {
    margin-top: 13px !important;
  }
}
@media (min-width: 260px) and (max-width: 380px) {
  .btn-group-vertical,
  .p-b-c-inner .btn-group {
    float: right;
    margin-right: 34px;
    margin-bottom: 8px;
  }
  .p-b-c-inner .btn-in {
    height: 200px;
    line-height: 200px;
  }
  .btn-group > .btn:first-child {
    margin-left: 48px;
  }
}
@media (min-width: 260px) and (max-width: 500px) {
  #cart-detail,
  .trigle-cap {
    display: none !important;
  }
  .featuresH h4 {
    font-size: 13px;
  }
  .yt-product-detail .product-img-box .product-image-zoom > #wrap {
    height: 220px;
    min-height: auto !important;
  }
  .product-image-zoom > #wrap > a {
    height: 220px;
  }
  .rating-stars {
    margin: 0;
  }
  .addthis_toolbox.addthis_default_style > iframe {
    width: 62px !important;
  }
  .productInfor > .col-lg-12 > .nav > li {
    width: 100%;
  }
  .productDetailPage .productInfor .nav-tabs li a,
  .productDetailPage .productInfor .nav-tabs li.active a {
    font-size: 15px;
  }
  .short-description {
    border-bottom: 1px solid #ee6834;
    margin-bottom: 5px;
    padding: 0 0 10px;
    font-size: 12px;
    line-height: normal;
  }
  .cart-price {
    float: right;
    font-size: 13px;
    margin-right: 9px;
    padding: 3px 5px;
    text-align: center;
    width: 68px;
  }
  .cart-body .table {
    margin-bottom: 0 !important;
  }
  .cart-footer-total {
    padding: 3px 0;
  }
  .cart-footer-button .checkout,
  .cart-footer-button .view {
    padding: 1px 8px;
  }
  #cart-detail {
    left: 23px;
    top: 60px;
    width: 88%;
  }
  .cart-body,
  .cart-header {
    width: 300px;
  }
  .cart-footer-button,
  .cart-footer-total {
    width: 270px;
  }
  .basket-form-main-col .basket-bg-h2 {
    font-size: 20px;
  }
  .total-summary-col .summary-table-outter {
    margin: auto;
    padding: 12px 0 20px;
  }
  .total-summary-col {
    padding-left: 0;
  }
  .cards-section-main-col > .col-lg-8.padding-0 {
    padding: 0 7px;
  }
  .cards-section-main-col .card-inner {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .total-summary-col .apply-button-summary {
    width: 75px;
  }
  .card-right-col {
    padding: 0;
  }
  .card-right-col .card-right-inner .card-right-ul {
    padding: 16px 0 6px 17px;
    margin: auto;
  }
  .card-right-col .card-right-inner {
    margin: 10px 0;
  }
  #summary-table-btn {
    margin: 0 auto auto;
    padding: 3px 0 1px;
  }
  .summary-table-outter #summary-table td {
    font-size: 15px;
    padding: 0 0 5px;
  }
  .total-summary-col #continue-shop {
    margin: 7px 0;
  }
  .header-inner .logo {
    padding: 0 15px;
  }
  .header-inner .p1 {
    font-size: 13px;
  }
  .header-inner .p2 {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0;
  }
  .header-inner .a1 {
    font-size: 14px;
  }
  .header-inner .right img {
    float: none;
    margin-top: 5px;
  }
  .fixed > .header-middle-right > .container > .row > .header-inner {
    padding: 5px 0;
  }
  .product-name > a {
    line-height: 15px;
    font-size: 12px;
  }
  .block1 p,
  .block2 p,
  .block3 p,
  .block_he {
    font-size: 12px;
    line-height: normal;
    text-align: center;
  }
  .availability {
    margin: 11px 0 0 !important;
  }
  #welcome2 h3 {
    font-size: 23px;
    margin-bottom: 0;
  }
  .welcome2-inner-left .details .det {
    font-size: 15px;
    margin-bottom: 0;
  }
  .enter-details label {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-cart-box {
    background: url(../imgs/basket.png) 0 0/90% auto no-repeat rgba(0, 0, 0, 0);
  }
  .cart-item-count {
    left: -3px;
    top: 28px;
  }
  .top-logo-block {
    margin: auto;
    padding: 0;
    width: 217px !important;
  }
  .top-logo-block img {
    width: 90%;
  }
  .header-inner > .logo > a > img {
    margin: auto;
  }
  #carousel-example-generic .carousel-control.left {
    background: url(../imgs/icons/slide-arrow-left.png) 0 0/100% auto no-repeat
      rgba(0, 0, 0, 0);
    width: 25px;
  }
  #carousel-example-generic .carousel-control.right {
    background: url(../imgs/icons/slide-arrow-right.png) 0 0/100% auto no-repeat
      rgba(0, 0, 0, 0);
    width: 25px;
  }
  .commHead {
    font-size: 17px !important;
  }
  .block_he {
    font-size: 20px;
  }
  .brands-list-section_home {
    padding: 8px 0 0;
  }
}
@media (min-width: 260px) and (max-width: 365px) {
  #addReview {
    margin-top: 0;
  }
  #addReviewForm > .col-lg-6 {
    padding: 0;
  }
  #addReviewForm .table tr,
  td {
    font-size: 12px;
    padding: 5px 0 !important;
    text-align: center;
    vertical-align: middle !important;
  }
}
@media (min-width: 260px) and (max-width: 600px) {
  .featuresH {
    line-height: 16px;
    margin: 10px 0 6px;
  }
  .innerpages .featuresH > li:first-child {
    width: 75px;
  }
  .filterPRDTC {
    margin-bottom: 0;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  #block-related > .col-lg-4,
  .home_three_block .pull-right,
  .topBar > .container > .row > .col-lg-6,
  .vpi-wrap > .col-lg-4 {
    width: 50%;
  }
  .newsLT small {
    font-size: 15px;
  }
  .home_three_block .pull-right .block_he {
    max-width: none;
  }
  #top-header-menu {
    float: right !important;
  }
  .lg-menu li {
    border: 1px solid #fff !important;
    float: none !important;
    padding: 2px 25px !important;
    width: 70% !important;
  }
  .not-found-msg-col .lg-menu li a {
    font-size: 20px !important;
  }
  .yt-product-detail .yt-detail-left {
    width: 50%;
  }
  .yt-product-detail .yt-detail-right {
    width: 50%;
    padding-left: 25px !important;
  }
  .yt-product-detail .product-img-box .product-image-zoom > #wrap {
    min-height: 350px;
  }
  .product-image-zoom > #wrap > a {
    height: 350px;
    max-height: 350px;
  }
  .productDetailPage .product-name {
    height: 50px;
    padding: 0;
  }
  .rating-stars {
    margin: 0;
  }
  .product_rev_soci #addthis_wrap {
    margin-top: 0;
  }
  .productDetailPage .product-name h1 {
    font-size: 15px !important;
    margin: 0 0 2px !important;
  }
  .product-name > small {
    font-size: 12px;
  }
  .product-review > .no-rating {
    margin: 0;
  }
  .addthis_toolbox.addthis_default_style > iframe {
    width: 84px !important;
  }
  .availability {
    margin: 10px 0 20px !important;
  }
  .header-inner .logo {
    padding: 0 15px;
  }
  .product-name > a {
    font-size: 12px;
    line-height: normal;
  }
  .vpi-wrap > .item.col-lg-3 {
    width: 50%;
  }
  .featuresH > li:first-child {
    width: 75px;
  }
  .featuresH p {
    display: table !important;
    font-size: 14px !important;
    margin: 9px 0 0 !important;
    text-align: center !important;
  }
  .product-list-view-container li.item.col-lg-4.col-sm-6.col-xs-12 {
    height: auto !important;
  }
}
@media (min-width: 476px) and (max-width: 767px) {
  #yt_footer .footer-top {
    padding: 30px 15px;
  }
}
@media (min-width: 321px) and (max-width: 500px) {
  #top-header-menu {
    margin: 0;
    float: left;
  }
  .cart-right {
    float: left !important;
    min-height: 80px;
    padding-left: 12px;
    padding-top: 0 !important;
  }
  .navbar-form {
    padding: 8px 15px 0;
    margin-bottom: 0;
  }
  .header-rightside-container {
    display: block;
    margin-top: -10px;
    padding-bottom: 0;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container {
    margin-top: -10px;
    padding-bottom: 5px;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container
    > #bs-example-navbar-collapse-12
    > .header-rightside-container
    > .top-cart-right-section
    .cart {
    position: relative;
    top: 13px;
  }
  .top-cart-section {
    top: 13px;
  }
  .fixed .top-cart-section {
    top: 24px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .header-inner .text .p1,
  .productDetailPage .productInfor .nav-tabs li.active a {
    font-size: 15px;
  }
  .fixed .header-middle-right > .container > .row > .col-xs-12:first-child,
  .header-middle-right > .container > .row > .col-xs-12:last-child,
  .header-middle-right > .container > .row > .col-xs-12:nth-child(2) {
    width: 50%;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container {
    margin-top: 15px !important;
  }
  .yt-product-detail .product-img-box .product-image-zoom > #wrap {
    max-height: 380px;
  }
  .product-image-zoom > #wrap > a {
    height: 380px;
    max-height: 380px;
  }
  .productDetailPage .productInfor .nav-tabs li a {
    font-size: 15px;
    padding: 7px 10px;
  }
  .header-inner {
    width: 100% !important;
  }
  .header-inner .text {
    width: 75%;
  }
  .header-inner .text .p2 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
  }
  .header-inner .right {
    width: 25%;
    padding: 10px 30px 0 0;
  }
  .flexslider .slides li {
    min-height: 200px;
  }
  .photo.product-image {
    height: 200px;
    min-height: 200px;
  }
  .flex-direction-nav > .flex-nav-prev > .flex-prev {
    left: 89%;
    top: -5px;
  }
  .flex-direction-nav > .flex-nav-next > .flex-next {
    top: -5px;
    left: 94%;
  }
  .erroralertsecure {
    margin-top: 30px !important;
  }
  .p-b-c-inner .btn-default {
    width: 85%;
    float: right;
  }
  #cart-detail {
    top: 55px;
  }
  .top-cart-section {
    top: 0 !important;
  }
  .top-cart-right-section li:last-child {
    position: relative;
    top: 10px;
  }
}
@media (min-width: 501px) and (max-width: 533px) {
  .cart-right {
    margin: -23px auto 0;
    padding-top: 0 !important;
  }
}
@media (min-width: 534px) and (max-width: 767px) {
  .cart-right {
    margin: -10px auto 0;
    padding: 0 15px 0 0 !important;
  }
  .fixed
    > .header-middle-right
    > .container
    > .row
    > #top-first-navbar-container
    > #bs-example-navbar-collapse-12
    > .header-rightside-container
    > .top-cart-right-section
    > .cart-right {
    margin: -32px auto 0;
    padding: 0 24px 14px 0 !important;
  }
  #top-header-menu {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-logo-block img {
    margin-top: 12px;
  }
  .navbar-form {
    margin: 0;
    padding-right: 0;
  }
  .navbar-form .input-group {
    margin-top: 19px;
    width: 100%;
  }
  #srch-term {
    height: 40px;
    min-width: 100%;
    width: 100%;
  }
  #search_mini_form .btn.btn-default {
    height: 40px;
    padding: 0 10px;
    margin-left: 10px;
  }
  .slider-bottom-srv-container > .container > .row > .col-lg-12 > .col-lg-4 {
    padding-right: 0;
  }
  .block1,
  .block2,
  .block3 {
    padding: 20px 10px;
  }
  .slider-bottom-srv-container
    > .container
    > .row
    > .col-lg-12
    > .col-lg-4
    .featuresH {
    margin-bottom: 10px;
  }
  .featuresH h4 {
    font-size: 15px;
    height: 35px;
  }
  .featuresH p {
    font-size: 14px;
    line-height: 15px;
  }
  .block_he,
  .header-inner .p2,
  .newsLT {
    line-height: normal;
  }
  .al-block-three-sec-inner {
    padding: 139px 15px 0 !important;
    text-align: center !important;
  }
  .block_he {
    font-size: 15px;
  }
  .home_three_block .pull-right {
    color: #000;
    font-size: 11px;
  }
  .newsLT {
    font-size: 22px;
  }
  .newsLT small {
    display: block;
  }
  .newsRT {
    margin-top: 7px;
  }
  .newsRT .form-control {
    width: 96%;
  }
  .spotlight {
    width: 50%;
    padding: 0 30px;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .spotlight5 {
    width: 100% !important;
  }
  .MSubcat_heading {
    font-size: 15px !important;
    border-bottom: 1px solid;
  }
  .digimeg-nav-chunk > ul {
    padding-left: 8px;
  }
  .digimeg-nav-chunk {
    margin-bottom: 10px !important;
  }
  .digimeg-nav-chunk > .col-lg-6:last-child {
    border: none !important;
  }
  .category-products > .col-sm-8 {
    padding: 0 15px 0 0;
  }
  .products-grid .item {
    min-height: 450px;
  }
  #sortby {
    font-size: 12px;
    margin: 1px 0 0 !important;
    padding: 0 20px 0 2px;
    width: 69%;
  }
  .pagination > a,
  .pagination > strong {
    padding: 1px 7px;
  }
  .sm_quickview_handler {
    left: 26%;
  }
  .not-found-msg-col .back-to-site {
    margin: 10px 0 20px !important;
  }
  .productDetailPage .product-name {
    padding: 0;
    height: 50px;
  }
  .productDetailPage .product-name h1 {
    margin-bottom: 0 !important;
    font-size: 15px !important;
  }
  .product-review .no-rating,
  .product-review .rating-stars {
    margin: 0;
  }
  #addthis_wrap {
    margin-top: 5px;
  }
  .availability.in-stock {
    margin: 10px 0 !important;
  }
  .productInfoBox > div:nth-of-type(2),
  .productInfoBox > div:nth-of-type(3) {
    height: 230px;
  }
  #minheight150.container {
    width: auto !important;
  }
  .productDetailPage .productInfor .nav-tabs li a,
  .productDetailPage .productInfor .nav-tabs li.active a {
    font-size: 15px;
  }
  .flex-direction-nav > .flex-nav-prev > .flex-prev {
    left: 89%;
    top: -5px;
  }
  .flex-direction-nav > .flex-nav-next > .flex-next {
    left: 94%;
    top: -5px;
  }
  .header-inner .logo {
    padding: 0 15px;
  }
  .filterACCO .panel-heading,
  .fixed > .header-middle-right > .container > .row > .header-inner {
    padding: 0;
  }
  .header-inner .p1 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .header-inner .p2 {
    font-size: 14px;
  }
  .header-inner .a1 {
    display: block;
    font-size: 15px;
    margin-top: -2px;
  }
  .header-inner .right img {
    float: none;
  }
  .fixed > .header-middle-right > .container > .row > .header-inner > .right {
    display: none;
  }
  .erroralertsecure {
    margin: 33px 10px 10px !important;
  }
  .product-name > a {
    font-size: 12px !important;
  }
  .custerror p {
    margin: 0 0 0 10px;
    top: -13px;
  }
  .welcome-content-inner-right .form .btn-default {
    margin-top: 26px;
  }
  .welcome-content p {
    margin: 6px 0;
  }
  .flexslider .slides li {
    min-height: 200px;
  }
  .photo.product-image {
    height: 200px;
    min-height: 200px;
  }
  .panel-group {
    margin-bottom: 0;
  }
  .product_left_filter_block ul {
    margin: 5px 0 !important;
  }
  .total-summary-col {
    float: right !important;
  }
  #summary-table-btn {
    margin: 0 auto auto;
  }
  .cart-price {
    padding: 5px 0;
    margin: auto;
    text-align: center;
    width: 80px;
    display: block;
  }
  .top-cart-right-section ul {
    position: relative;
    top: 9px;
  }
  .fixed .top-cart-section {
    top: 5px;
  }
}
@media (min-width: 850px) and (max-width: 991px) {
  .container {
    width: 95%;
  }
  .featuresH h4 {
    font-size: 16px;
  }
  .featuresH p {
    font-size: 15px;
  }
  .newsRT .form-control {
    margin-left: 15px;
  }
  .footer-top > .container {
    width: 100%;
  }
}
@media (min-width: 850px) and (max-width: 855px) {
  .form-control.email,
  .form-control.pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 60px !important;
  }
}
@media (min-width: 856px) and (max-width: 857px) {
  .welcome-content-inner-left > .form > .form-inline > .form-group > input {
    margin-left: 61px;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 60px !important;
  }
}
@media (min-width: 858px) and (max-width: 859px) {
  .welcome-content-inner-left > .form > .form-inline > .form-group > input,
  .welcome-content-inner-right > .form > .form-inline > .form-group .email {
    margin-left: 62px !important;
  }
  .welcome-content-inner-right > .form > .form-inline > .form-group .email {
    margin-left: 37px !important;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 60px !important;
  }
}
@media (min-width: 860px) and (max-width: 900px) {
  #welcome input {
    margin-left: 82px !important;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default,
  .welcome-content-inner-right .form .btn-default {
    margin-left: 78px !important;
  }
}
@media (min-width: 901px) and (max-width: 962px) {
  .form-control.email {
    margin-left: 11px !important;
  }
  #welcome
    > .container
    > .welcome-content
    > .col-six:last-child
    > .welcome-content-inner-right
    > .form
    > .form-inline
    > .form-group
    > .email {
    margin-left: 55px !important;
  }
  #welcome .welcome-content-inner-right .form .form-control {
    margin-left: 5px !important;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 100px !important;
  }
  .welcome-content-inner-right .form .btn-default {
    margin-left: 140px !important;
  }
}
@media (min-width: 963px) and (max-width: 991px) {
  .welcome-content-inner-left > .form > .form-inline > .form-group > .email {
    margin-left: 10px !important;
  }
  .welcome-content-inner-right > .form > .form-inline > .form-group > .email {
    margin-left: 85px !important;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 98px !important;
  }
  .welcome-content-inner-right .form .btn-default {
    margin-left: 170px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search_mini_form > .add-on {
    width: 110%;
  }
  #srch-term {
    min-width: auto;
    width: 100%;
  }
  .navbar-form {
    padding-right: 0;
  }
  .header-middle-right > .container > .row > .col-xs-12:nth-child(2) {
    padding-left: 25px;
    padding-right: 0;
  }
  .digimeg-nav-chunk > .col-lg-6:last-child {
    border-bottom: 1px solid transparent;
  }
  .MSubcat_heading {
    border-bottom: 1px solid #ee6834;
  }
  .digimeg-nav-chunk {
    margin-bottom: 5px;
  }
  .yt-header-middle {
    padding: 7px 0 0;
  }
  .featuresH > li:nth-child(2) > h4 {
    font-size: 16px;
  }
  .featuresH > li:nth-child(2) > p {
    font-size: 12px;
    line-height: normal;
  }
  .al-block-three-sec-inner {
    padding: 139px 15px 0 !important;
    text-align: center !important;
  }
  #yt_footer .footer-top {
    padding: 10px 0;
  }
  .col-bs-20 {
    float: left;
    width: 33%;
    height: auto;
    padding: 10px;
  }
  .spotlight.spotlight5.col-bs-20 {
    float: left;
    height: auto;
    width: 33% !important;
  }
  .productInfoBox > div:nth-of-type(2),
  .productInfoBox > div:nth-of-type(3) {
    height: 190px;
  }
  .availability.in-stock {
    margin: 13px 0 !important;
  }
  .flexslider .slides li {
    min-height: 200px;
  }
  .photo.product-image {
    height: 200px;
    min-height: 200px;
  }
  #minheight150.container {
    width: auto !important;
  }
  .flex-nav-next,
  .flex-nav-prev {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .productDetailPage .product-name {
    padding: 0 0 10px;
  }
  .product-info .product-name {
    font-size: 14px !important;
  }
  .productDetailPage .productInfor .nav-tabs li a,
  .productDetailPage .productInfor .nav-tabs li.active a {
    font-size: 17px;
  }
  .header-inner .right img {
    float: none;
  }
  .header-inner .p1 {
    font-size: 15px;
  }
  .del-char,
  .header-inner .a1,
  .header-inner .p2 {
    font-size: 14px;
    line-height: normal;
  }
  .header-inner .a1 {
    display: block;
  }
  .fixed .header-inner {
    padding: 5px 0 0;
  }
  .delivery-inner-right {
    padding-left: 15px;
  }
  .delivery-inner-right .p1,
  .delivery-inner-right .p2 {
    margin-bottom: 0;
  }
  .digimeg-nav-chunk1 .col-lg-3 li a {
    margin-left: 8px;
  }
  .bg-table .product-img,
  .bg-table .product-text {
    width: 100% !important;
  }
  .top-cart-right-section ul {
    top: 0;
  }
}
@media (min-width: 901px) and (max-width: 1199px) {
  .lg-menu li {
    float: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .productDetailPage .product-name {
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 320px) {
  .top-logo-block {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 230px;
  }
  .slide-btm-srv-listing > li {
    display: inline-block;
    padding: 0 15px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 180px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 180px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title > h3 {
    font-size: 25px;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    font-size: 12px;
    margin-left: 5px;
    padding-left: 6px;
    padding-right: 5px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .testi-client-comment {
    font-size: 15px;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 5px 15px;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 250px;
  }
  .cart-right li:nth-child(3) {
    padding-left: 10px;
    padding-right: 45px;
  }
  .brand-listing-block > li {
    display: block;
  }
  .newsletter-block {
    display: block;
    text-align: center;
  }
  .newsletter-left-title {
    border: none;
    padding-right: 0;
    text-align: center;
  }
  #exclusive-sale .item {
    padding: 0 15px;
  }
  .photo {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
  .photo > img {
    height: 100%;
    margin: 0 auto;
  }
  .product-addto-wrap {
    margin-left: 25px;
    margin-top: 10px;
  }
  .feature-prod-block {
    display: initial;
    margin: 0 auto;
    text-align: center;
  }
  .exclu-block {
    display: table;
    margin: 0 auto;
  }
  .sale-tag-text {
    display: inline-block;
    margin-left: 10px;
  }
  .carousel-control.right {
    background: url(../imgs/icons/slide-arrow-right.png) 0 0/50% 50% no-repeat
      rgba(0, 0, 0, 0);
  }
  .carousel-control.right span {
    display: none;
  }
  .carousel-control.left {
    background: url(../imgs/icons/slide-arrow-left.png) 0 0/50% 50% no-repeat
      rgba(0, 0, 0, 0);
  }
  .trigle-cap {
    right: 20%;
    top: 70px;
  }
  #cart-detail {
    right: -41px;
    top: 60px;
  }
  .cart-header {
    padding: 3px 15px;
    width: 300px;
  }
  .cart-body .table {
    margin-bottom: 0;
  }
  .cart-price {
    display: block;
    float: right;
    width: 58px;
  }
  .cart-footer-total {
    padding: 4px 0;
  }
  .cart-footer-button .checkout,
  .cart-footer-button .view {
    padding: 2px 7px;
  }
  .cart-body {
    width: 300px;
  }
  .cart-footer-total {
    width: 270px;
  }
  .cart-footer-button {
    width: 275px;
  }
}
@media (max-width: 300px) and (min-width: 317px) {
  #cart-detail {
    display: none !important;
  }
}
@media screen and (min-width: 320px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  .topbar-account-icons {
    display: none;
    font-size: 12px;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 52% !important;
  }
  .sm-searbox-content .form-button.button {
    padding: 10px;
  }
  #yt_header_left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
  .sm-serachbox-pro .jqTransformSelectWrapper {
    width: 130px !important;
  }
  #top-first-navbar-container .navbar-collapse ul li {
    border-bottom: 1px solid #fff;
  }
  #top-first-navbar-container .navbar-collapse ul li a {
    color: #fff;
  }
  #top-first-navbar-container .navbar-collapse ul li:hover a {
    color: #222;
  }
  #top-first-navbar-container .navbar-collapse ul li:last-child {
    border-bottom: none;
  }
  #bs-example-navbar-collapse-1 ul:first-child {
    background-color: #ff804c;
  }
  .cart-head-text {
    font-weight: 900;
    color: #222;
  }
}
@media only screen and (min-width: 360px) and (max-width: 375px) {
  #navbar .nav > li > a,
  .testi-client-comment {
    font-size: 15px;
  }
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 210px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 210px;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .top-cart-right-section {
    margin-top: -15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 0;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .slide-btm-srv-listing {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li {
    float: left;
    display: inherit;
    padding: 0;
    text-align: center;
    width: 32.3%;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li h4 {
    font-size: 14px;
    font-weight: 300;
  }
  .sserv-right > p {
    display: none;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 300px;
  }
  .brand-listing-block > li {
    display: block;
  }
  .newsletter-block {
    display: block;
    text-align: center;
  }
  .newsletter-left-title {
    border: none;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (min-width: 360px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  #yt_header_left,
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .topbar-account-icons {
    display: none;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 58% !important;
  }
  #yt_header_left {
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
}
@media screen and (min-width: 375px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  #yt_header_left,
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .topbar-account-icons {
    display: none;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 53% !important;
  }
  #yt_header_left {
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
  .sm-serachbox-pro .jqTransformSelectWrapper {
    width: 152px !important;
  }
}
@media only screen and (min-width: 414px) and (max-width: 475px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 150px;
  }
  .testi-right-sidebar {
    height: 230px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 230px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  .top-cart-right-section {
    margin-top: -15px;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    padding-bottom: 0;
    text-align: center;
  }
  .spotlight-wrap .spotlight .block-title {
    padding-bottom: 10px !important;
  }
  .top-cart-links > h4 {
    font-size: 27px;
  }
  .top-cart-links > p {
    font-size: 11px;
  }
  .slider-bottom-srv-container {
    padding: 10px 0;
  }
  .slide-btm-srv-listing {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li {
    float: left;
    display: inherit;
    padding: 0;
    text-align: center;
    width: 32.3%;
  }
  .sserv-left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .slide-btm-srv-listing > li h4 {
    font-size: 14px;
    font-weight: 300;
  }
  .sserv-right > p {
    display: none;
  }
  .testi-slide {
    padding: 80px 50px;
  }
  #newsletter-input {
    width: 320px;
  }
}
@media screen and (min-width: 414px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  #yt_header_left,
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .topbar-account-icons {
    display: none;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 58% !important;
  }
  #yt_header_left {
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
}
@media only screen and (min-width: 500px) and (max-width: 533px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-btm-srv-listing > li {
    display: inline-block;
    padding: 0 15px;
  }
  #top-header-menu,
  .cart-right {
    display: table;
    float: left !important;
  }
  .slide-left-img img {
    width: 250px;
  }
  .testi-right-sidebar {
    height: 300px;
  }
  .testi-left-sidebar {
    height: 550px;
  }
  .right-charity-img iframe {
    height: 300px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .cart-right {
    padding: 0 0 15px 12px !important;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    width: 50%;
  }
}
@media screen and (min-width: 533px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  #yt_header_left,
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .topbar-account-icons {
    display: inline;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 68% !important;
  }
  #yt_header_left {
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 603px) {
  .top-logo-block {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .nav-botton-searchbar {
    padding-top: 0;
  }
  #srch-term {
    min-width: 290px;
  }
  .slide-left-img img {
    width: 250px;
  }
  .testi-right-sidebar {
    height: 330px;
  }
  .testi-left-sidebar {
    height: 500px;
  }
  .right-charity-img iframe {
    height: 330px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
  #top-header-menu {
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: table;
  }
  #top-header-menu > li {
    float: left;
  }
  .nav-botton-searchbar > .navbar-form {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter-right-form-sent #newsletter-form {
    border: none;
    box-shadow: none;
  }
  .spotlight-wrap .spotlight {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 603px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  #yt_header_left,
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .topbar-account-icons {
    display: inline;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 71% !important;
  }
  #yt_header_left {
    padding-right: 15px;
  }
  .spotlight-wrap {
    margin: 40px 15px 0;
  }
  #top-first-navbar-container .navbar-collapse ul li a {
    color: #222;
  }
  #bs-example-navbar-collapse-1 ul:first-child {
    background: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 801px) {
  #srch-term {
    min-width: 290px;
  }
  .testi-right-sidebar {
    height: 550px;
  }
  .testi-left-sidebar {
    height: 430px;
  }
  .right-charity-img iframe {
    height: 550px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  .topbar-account-icons {
    display: none;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
  #yt_main.yt-main-left {
    padding-left: 15px;
  }
  .yt-menu {
    margin-top: 0;
  }
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 78% !important;
  }
  #top-first-navbar-container .navbar-collapse ul li {
    border-bottom: none;
  }
  #top-first-navbar-container .navbar-collapse ul li a {
    color: #222;
  }
  #bs-example-navbar-collapse-1 ul:first-child {
    background: 0 0;
  }
}
@media only screen and (min-width: 800px) and (max-width: 801px) {
  .testi-right-sidebar {
    height: 550px;
  }
  .testi-left-sidebar {
    height: 430px;
  }
  .right-charity-img iframe {
    height: 550px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
  .newsletter-left-title {
    border: none;
  }
}
@media screen and (min-width: 800px) {
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter,
  ul.feature-product-tab-section li {
    width: 100%;
  }
  .topbar-account-icons {
    display: none;
  }
  .right-topbar-log-link li {
    min-height: 42px;
  }
  .col-left-section {
    padding-right: 0;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .col-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
  #srch-term {
    min-width: 200px;
  }
  .right-charity-img iframe,
  .testi-left-sidebar,
  .testi-right-sidebar {
    height: 550px;
  }
  #navbar .nav > li > a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 78% !important;
  }
  .sm-searbox-content .form-button.button {
    background: 0 0;
    border: none !important;
    padding: 10px 10px 2px;
  }
  .product-addcart .btn-cart {
    font-size: 12px;
  }
  .item .col-sm-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box,
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter {
    width: 100%;
  }
  #yt_right .block-title {
    font-size: 25px;
  }
  #yt_right .block-title span {
    font-size: 75%;
  }
  .block-clientsay {
    margin-top: 50px;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: none;
    width: 100%;
  }
  .topbar-account-icons {
    display: inline;
  }
  .right-topbar-log-link li {
    min-height: auto;
  }
  ul.feature-product-tab-section li {
    width: auto;
  }
  .yt-menu {
    margin-top: -50px;
  }
  .block-clientsay .client-cont {
    height: 155px;
    overflow: hidden;
  }
  .block-clientsay .block-content {
    height: 260px;
  }
}
@media screen and (min-width: 1180px) {
  #yt_header_left.col-lg-3 {
    width: 25%;
  }
  #yt_header_right.col-lg-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .sm-serachbox-pro .jqTransformInputWrapper {
    width: 82% !important;
  }
  .item .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box
    #newsletter {
    width: 180px;
  }
  .header2-wrap-bottom-copy
    .block-newsletter
    #newsletter-validate-detail
    .input-box {
    width: 229px;
  }
  #yt_right .block-title {
    font-size: 216.6%;
  }
  .block-clientsay {
    margin-top: 5px;
  }
  ul.feature-product-tab-section li.tab-first-title-text {
    border-bottom: 1px solid #ff804c;
    width: auto;
  }
}
@media (min-width: 300px) and (max-width: 667px) {
  .welcome-content-inner-left {
    padding: 5px 0 60px;
  }
  .welcome-content p {
    height: 80px;
    margin-top: 10px;
    padding: 0 10px;
  }
  .welcome-content-inner-left .form {
    font-size: 13px;
    padding: 0 10px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .form-control {
    margin: 0;
  }
  .welcome-content-inner-left .form .a1 {
    margin-left: 0;
  }
  .welcome-content-inner-left .form .btn-default {
    width: 153px;
    margin-top: 5px;
    margin-left: 0;
    font-size: 15px;
  }
  .welcome-content-inner-right {
    padding: 5px 0 60px;
  }
  .welcome-content-inner-right .form {
    font-size: 13px;
    padding: 0 10px;
  }
  .welcome-content-inner-right .form #email,
  .welcome-content-inner-right .form .form-control {
    margin: 0;
  }
  .welcome-content-inner-right .form .a1 {
    margin-left: 0;
  }
  .welcome-content-inner-right .form .btn-default {
    width: 160px;
    margin-top: 5px;
    margin-left: 0;
    font-size: 15px;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .cstm-tabs {
    width: 100%;
  }
  .cstm-tabs > li {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
  .cstm-tabs > li > a {
    text-align: center;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content h4 {
    font-size: 20px;
  }
  .welcome-content-inner-left {
    height: 360px;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .welcome-content-inner-right {
    height: 360px;
  }
}
@media (min-width: 401px) and (max-width: 505px) {
  .cstm-tabs {
    width: 100%;
  }
  .cstm-tabs > li {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
  .cstm-tabs > li > a {
    text-align: center;
  }
  .welcome-content p {
    height: 50px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: 360px;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .welcome-content-inner-right {
    height: 330px;
  }
}
@media (min-width: 506px) and (max-width: 667px) {
  .cstm-tabs > li > a {
    text-align: center;
    padding: 10px;
  }
  .welcome-content p {
    height: 50px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: 360px;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .welcome-content-inner-right {
    height: 330px;
  }
}
@media (min-width: 668px) and (max-width: 767px) {
  .cstm-tabs > li > a {
    text-align: center;
    padding: 10px 25px;
  }
  .welcome-content p {
    height: 15px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: 360px;
    margin-bottom: 10px;
    padding: 5px 0 0;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .form-control,
  .welcome-content-inner-right .form .form-control {
    margin: 0;
  }
  .welcome-content-inner-right {
    height: 350px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .welcome-content-inner-left .form .btn-default,
  .welcome-content-inner-right #email {
    margin-left: 0;
  }
  .welcome-content-inner-right .form .btn-default {
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #welcome h3 {
    padding-left: 20px;
  }
  .cstm-tabs > li > a {
    padding: 10px 35px;
  }
  .welcome-content-inner-left .form,
  .welcome-content-inner-right .form {
    padding: 25px;
  }
  .form-control {
    margin-left: 10px;
  }
  .welcome-content-inner-left .form .form-control {
    margin-left: 35px;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 38px;
  }
  .welcome-content-inner-right .form .form-control {
    margin-left: 35px;
  }
  .welcome-content-inner-right .form .a1,
  .welcome-content-inner-right .form .btn-default {
    margin-left: 38px;
  }
  .welcome-content-inner-right #email {
    margin-left: 34px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cstm-tabs > li > a {
    padding: 10px 55px;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 11px;
  }
  .welcome-content-inner-right #email {
    margin-left: 25px;
  }
  .welcome-content-inner-right .form .form-control {
    margin-left: 45px !important;
  }
  .welcome-content-inner-left .form .form-control {
    margin-left: 35px !important;
  }
  .welcome-content-inner-right .form .btn-default {
    margin-left: 25px;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .form-col {
    margin: 20px 0 0;
    padding: 0;
  }
  .form-col-inner .policy-ol {
    padding: 0 0 0 6px;
  }
  .form-control[readonly],
  .returns-form .form-control[disabled],
  fieldset[disabled] .form-control {
    border: 1px solid;
  }
  .form-inner-12 .col-sm-8 {
    padding: 0;
  }
  .form-inner-12 {
    margin: 0 0 12px;
  }
  .submit-return-btn {
    display: block;
    margin: auto;
    text-align: center;
    width: 180px;
  }
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
  .not-found-msg-col .back-to-site {
    font-size: 32px;
    margin: 32px 0 20px;
  }
  .lg-menu li {
    width: 100%;
  }
  .not-found-msg-col .lg-menu {
    margin: auto auto 36px;
    width: 56%;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .policy-col-inner .left-ol {
    padding-left: 0;
  }
  .return-form-main-col {
    padding: 0;
  }
  .form-inner-12 {
    margin: 0 0 6px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lg-menu li {
    width: 100%;
  }
  .not-found-msg-col .lg-menu {
    margin: auto auto 60px !important;
  }
  .innerpages {
    margin-bottom: 0;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .lg-menu li {
    width: 50%;
  }
  .not-found-msg-col .lg-menu {
    width: 84%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .lg-menu li {
    width: 50%;
  }
  .not-found-msg-col .lg-menu {
    width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .form-col-inner textarea {
    margin: 0;
    width: 100%;
  }
  .submit-return-btn {
    margin: 0 16px 20px 0;
    width: 232px;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .delivery-inner-left .del-to-dif {
    float: none;
  }
  .cupon-section3-1 .btn-default,
  .cupon-section3-2 .btn-default,
  .cupon-section3-3 .btn-default {
    float: right;
  }
  #delivery .back-btn {
    margin-top: 15px;
  }
  .confirmation-inner-left .form-inline .form-control,
  .confirmation-inner-left .form-inline .form-group {
    width: 100%;
  }
  .confirmation-inner-left .btn-default {
    margin: 0 auto;
  }
}
@media (min-width: 300px) and (max-width: 667px) {
  .welcome-content-inner-left {
    padding: 5px 0 60px;
  }
  .welcome-content p {
    height: auto;
    margin-top: 10px;
    padding: 0 10px;
  }
  .welcome-content-inner-left .form {
    font-size: 13px;
    padding: 0 10px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .form-control {
    margin: 0;
  }
  .welcome-content-inner-left .form .a1 {
    margin-left: 0;
  }
  .welcome-content-inner-left .form .btn-default {
    font-size: 15px;
    margin-left: 0;
    margin-top: 5px;
    width: 153px;
  }
  .welcome-content-inner-right {
    padding: 5px 0 15px;
    min-height: auto;
  }
  .welcome-content-inner-right .form {
    font-size: 13px;
    padding: 0 10px;
  }
  .welcome-content-inner-right .form #email {
    margin: 0;
  }
  .welcome-content-inner-right .form .a1 {
    margin-left: 0;
  }
  .welcome-content-inner-right .form .btn-default {
    font-size: 15px;
    margin-left: 0;
    margin-top: 5px;
    width: 160px;
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .cstm-tabs > li > a,
  .p-b-c-inner ul {
    text-align: center;
  }
  .tabs-menu-inner.col-xs-12.col-sm-12.col-md-12.col-lg-12,
  .welcome-content {
    padding: 0;
  }
  .cstm-tabs {
    width: 100%;
  }
  .cstm-tabs > li {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 6px;
  }
  .welcome-content h4 {
    font-size: 20px;
  }
  .welcome-content-inner-left {
    height: auto;
    margin-bottom: 10px;
    padding: 5px 0 10px;
  }
  #payment h3,
  .p-b-any .p1,
  .p-b-any .p2 {
    margin-bottom: 0;
  }
  .p-b-c-inner,
  .p-b-p-inner {
    padding: 5px;
  }
  .welcome-content-inner-right {
    height: auto;
  }
  .p-b-c-inner .btn-in {
    height: 135px;
    line-height: 135px;
  }
  .p-b-p-inner .col-xs-6 {
    padding-left: 0;
  }
  .enter-details .form-inline .form-control {
    margin-bottom: 0;
    width: 100%;
  }
  .p-b-any .enter-details .inpt-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .delivery-inner-right {
    margin-top: 20px;
    padding-left: 0;
  }
  .delivery-inner-right h3 {
    margin-bottom: 10px !important;
  }
  #delivery h3,
  .delivery-inner-left .del-to,
  .review-inner-left .per-adr1:last-child {
    margin-bottom: 0;
  }
  .delivery-inner-right table {
    border: none;
    margin-bottom: 0;
  }
  .del-char {
    margin-top: 0;
  }
  #payment .back-btn {
    margin-top: 15px;
  }
  .delivery-inner-left .del-to-dif {
    float: none;
  }
  .delivery-inner-left .enter-details {
    padding: 10px 10px 5px;
  }
  .enter-details-outer {
    margin-top: 5px;
  }
  .cupon-section {
    padding: 15px 0;
  }
  .delivery-options .del-to {
    padding-top: 10px;
  }
  .cupon-section .btn-default {
    font-size: 13px;
    padding: 8px 3px;
  }
  .prod-table table th {
    font-size: 15px;
  }
  .delivery-inner-right .btn-default {
    padding: 4px 0;
    font-size: 16px;
  }
  .acces-pt .p1 {
    line-height: normal;
  }
  .cupon-section3-1 .p3,
  .cupon-section3-2 .p3,
  .cupon-section3-3 .p3 {
    font-size: 12px;
    margin-top: 0;
  }
  #delivery .back-btn {
    margin-top: 15px;
    padding: 0;
  }
  .stepwizard-step {
    left: -10px;
    width: 100%;
  }
  #confirmation h3 {
    margin-bottom: 10px;
  }
  .confirmation-inner-left .form-section {
    padding: 15px 20px;
  }
  .enter-details .check {
    margin: 0;
  }
  .welcome2-inner-left .check label {
    margin-bottom: 0;
  }
}
@media (min-width: 380px) and (max-width: 400px) {
  .p-b-c-inner .btn-in {
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 401px) and (max-width: 505px) {
  .cstm-tabs > li > a,
  .p-b-c-inner ul {
    text-align: center;
  }
  .cstm-tabs {
    width: 100%;
  }
  .cstm-tabs > li {
    float: none;
    margin: 0 !important;
    width: 100%;
  }
  .welcome-content p {
    height: 50px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: auto;
    margin-bottom: 10px;
    padding: 5px 0 10px;
  }
  #payment h3,
  .p-b-any .p1,
  .p-b-any .p2 {
    margin-bottom: 0;
  }
  .p-b-c-inner,
  .p-b-p-inner {
    padding: 5px;
  }
  .welcome-content-inner-right {
    height: auto;
  }
  .p-b-c-inner .btn-in {
    height: 135px;
    line-height: 135px;
  }
  .p-b-p-inner .col-xs-6 {
    padding-left: 0;
  }
  .enter-details .form-inline .form-control {
    margin-bottom: 0;
    width: 100%;
  }
  .p-b-any .enter-details .inpt-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .delivery-inner-right {
    margin-top: 20px;
    padding-left: 0;
  }
  .delivery-inner-right h3 {
    margin-bottom: 10px !important;
  }
  .delivery-inner-right table {
    border: none;
    margin-bottom: 0;
  }
  .del-char {
    margin-top: 0;
  }
  #delivery .back-btn,
  #payment .back-btn {
    margin-top: 15px;
  }
  .stepwizard-step {
    left: -10px;
    width: 19%;
  }
  .head-name {
    font-size: 11px;
  }
}
@media (min-width: 440px) and (max-width: 505px) {
  .p-b-c-inner .btn-in {
    height: 70px;
    line-height: 70px;
  }
}
@media (min-width: 506px) and (max-width: 667px) {
  .cstm-tabs > li > a {
    padding: 10px;
    text-align: center;
  }
  .welcome-content p {
    height: 50px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: auto;
    margin-bottom: 10px;
    padding: 5px 0 10px;
  }
  .welcome-content-inner-right {
    height: auto;
  }
  .p-b-c-inner .btn-in {
    height: 70px;
    line-height: 70px;
  }
  .enter-details .form-inline .form-control {
    margin-bottom: 0;
    width: 100%;
  }
  .p-b-any .enter-details .inpt-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .delivery-inner-right table {
    border: none;
  }
  .delivery-inner-right {
    margin-top: 20px;
    padding-left: 0;
  }
  .p-b-any .p2 {
    margin-bottom: 0;
  }
  #payment .back-btn {
    margin-top: 15px;
  }
}
@media (min-width: 668px) and (max-width: 767px) {
  .cstm-tabs > li > a {
    padding: 10px 25px;
    text-align: center;
  }
  .welcome-content p {
    height: 15px;
  }
  #welcome h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: -13px;
  }
  .welcome-content-inner-left {
    height: auto;
    margin-bottom: 10px;
    padding: 5px 0 0;
    min-height: auto;
  }
  .welcome-content-inner-right {
    height: auto;
    min-height: auto;
    padding: 25px 0 10px;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .form-control {
    margin: 0;
  }
  .form-group {
    margin-bottom: 0;
  }
  .welcome-content-inner-left .form .btn-default,
  .welcome-content-inner-right #email {
    margin-left: 0;
  }
  .welcome-content-inner-right .form .form-control {
    margin: 0 !important;
  }
  .welcome-content-inner-right .form .btn-default {
    margin: 10px 0 0;
  }
  .p-b-c-inner ul > li {
    padding: 0;
    width: 23%;
  }
  .enter-details .form-inline .form-control {
    margin-bottom: 0;
    width: 100%;
  }
  .p-b-any .enter-details .inpt-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .delivery-inner-right table {
    border: none;
  }
  .delivery-inner-right {
    margin-top: 20px;
    padding-left: 0;
  }
  .p-b-any .p2 {
    margin-bottom: 0;
  }
  #payment .back-btn {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #welcome h3 {
    padding-left: 20px;
  }
  .cstm-tabs > li > a {
    padding: 10px 35px;
  }
  .welcome-content-inner-left .form,
  .welcome-content-inner-right .form {
    padding: 25px;
  }
  .form-control {
    margin-left: 10px;
  }
  .welcome-content-inner-left .form .form-control {
    margin-left: 35px;
  }
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 38px;
  }
  .welcome-content-inner-right .form .form-control {
    margin-left: 0 !important;
  }
  .welcome-content-inner-right .form .a1,
  .welcome-content-inner-right .form .btn-default {
    margin-left: 38px;
  }
  .welcome-content-inner-right #email {
    margin-left: 34px;
  }
  .enter-details .form-inline .form-control {
    width: 100%;
  }
  .delivery-inner-right table {
    border: none;
  }
  .delivery-inner-right {
    margin-top: 20px;
    padding-left: 0;
    float: right;
  }
  #delivery .back-btn,
  #payment .back-btn {
    margin-top: 15px;
  }
  .p-b-any .p2 {
    margin-bottom: 0;
  }
  .cupon-section2 .input-group .form-control {
    width: 93%;
  }
  .confirmation-inner-left .form-inline .form-control {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cstm-tabs > li > a {
    padding: 10px 55px;
  }
  .welcome-content-inner-left .form #pwd,
  .welcome-content-inner-left .form .a1,
  .welcome-content-inner-left .form .btn-default {
    margin-left: 11px;
  }
  .welcome-content-inner-right #email,
  .welcome-content-inner-right .form .btn-default,
  .welcome-content-inner-right .form .form-control {
    margin-left: 25px;
  }
  .delivery-inner-right h3 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .delivery-inner-right .btn-default {
    font-size: 17px;
  }
  .welcome-content-inner-right #email {
    margin-left: 34px;
  }
  .enter-details .form-inline .form-control {
    width: 100%;
  }
  .p-b-any .enter-details .inpt-2 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1225px) {
  .cstm-tabs > li > a {
    padding: 10px 65px;
  }
}
@media (min-width: 300px) and (max-width: 1199px) {
  .block1,
  .block2,
  .block3 {
    height: auto;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .products-right-section .price {
    font-size: 30px !important;
  }
  .mob-cont li,
  .mob-cont ul {
    text-align: center;
  }
  .container.slider-main {
    padding: 0;
  }
  .al-block-three-sec {
    margin-top: -20px;
  }
  .brandLogos .owl-item {
    padding: 0 5px;
  }
  #mob-footer .panel-body > .col-xs-12,
  .mob-login {
    padding: 0;
  }
  .mob-cont li {
    padding: 0;
    font-size: 18px;
    line-height: normal;
    vertical-align: top;
    color: #000;
    width: 23px;
  }
  .mob-cont li a {
    color: #000;
  }
  .mob-login ul {
    font-size: 13px;
    margin: 15px auto auto;
  }
  .mob-login ul li {
    border-right: 1px solid #333;
    height: 10px;
    line-height: 8px;
    padding: 0 7px 0 3px;
  }
  .mob-login ul li:last-child {
    border: none;
    padding-right: 0;
  }
  .products-grid .item {
    width: 33%;
    padding: 0 5px !important;
    min-height: auto !important;
  }
  .product-list-view-container .product-image {
    height: 150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .category-products .item .product-image a.product-img {
    position: static;
    margin: auto !important;
    display: table !important;
  }
  .explore-more-link i,
  .sm_quickview_handler {
    display: none;
  }
  .product-list-view-container .product-image a img {
    max-height: 130px !important;
    min-height: auto !important;
    margin-top: 0 !important;
  }
  .filterFor-outer {
    padding: 0;
  }
  .filterFor {
    padding: 7px 0;
  }
  .pagination {
    padding: 10px 15px;
  }
  .product-info .product-name {
    font-size: 12px !important;
  }
  .explore-more-link > a {
    padding: 9px 12px 7px;
  }
  .yt-product-detail .product-img-box .product-image-zoom > #wrap {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .product-image-zoom > #wrap > a {
    margin: auto;
    min-height: auto !important;
    max-height: none !important;
    height: auto !important;
  }
  .col-item {
    padding: 5px 15px 10px !important;
  }
  .block-title .other-prod-title {
    margin-top: 0 !important;
  }
  .product-image a img {
    max-height: 200px !important;
  }
  .al-new-delivery .delivery-table th span {
    line-height: normal;
    font-size: 12px;
  }
  .al-new-delivery .delivery-table th {
    padding: 10px 5px;
  }
  .al-new-return-terms ul.first-layer,
  .al-new-return-terms ul.second-layer {
    padding-left: 15px;
  }
  .category-products.related > .mar-bottom10 {
    padding: 0;
  }
  .attributes-div .margin-0 {
    display: inline-block;
  }
  .attributes-div select {
    margin-bottom: 5px;
  }
  #cust1 .proSize {
    width: 100% !important;
  }
  .buttons-set.create-account button {
    margin: 0 0 10px;
  }
  .new-users {
    padding: 0 8px;
    text-align: left;
  }
  .buttons-set {
    width: 100% !important;
    display: table;
    padding: 10px 10px 0;
    text-align: left;
  }
  .buttons-set.create-account {
    padding-left: 0;
  }
  .buttons-set .button {
    float: left;
  }
  .buttons-set .button + a.f-left {
    margin: 8px 0 0 8px;
    display: inline-block;
  }
  .delivery-inner-right.stickyright {
    position: static;
    width: 100%;
    margin: 0 !important;
  }
  .fieldset .legend {
    margin: -13px 0 10px;
    font-family: Inter-Medium;
    float: none;
  }
  .feefowidget-container-floating-service
    .feefowidget-colour-scheme-grey
    .feefowidget-sticky-widget-closed,
  feefowidget-container-floating-service
    .feefowidget-colour-scheme-white
    .feefowidget-sticky-widget-closed,
  feefowidget-container-floating-service
    .feefowidget-colour-scheme-yellow
    .feefowidget-sticky-widget-closed {
    bottom: -80px !important;
    z-index: 1 !important;
  }
  .mob-btn .btn-default {
    background: #ee6c3a;
    border-radius: 0;
  }
  .mob-btn .btn-default .bar {
    background: #fff;
    display: block;
    height: 2px;
  }
  feefowidget-container-floating-service .feefowidget-alignment-bottom,
  feefowidget-container-floating-service .feefowidget-alignment-left,
  feefowidget-container-floating-service .feefowidget-alignment-right {
    z-index: 1 !important;
  }
}
@media (min-width: 100px) and (max-width: 500px) {
  #mob-main {
    padding: 10px 0;
  }
  .home_three_block .pull-right {
    font-size: 12px;
  }
  .block1,
  .block2,
  .block3 {
    padding: 3px 5px;
  }
  .products-grid .item {
    width: 50%;
  }
  .breadcrums-outer {
    padding: 0 15px;
  }
  .productInfoBox .qty {
    width: 65px !important;
  }
  .product-name > a {
    min-height: 35px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .yt-product-detail .product-img-box .product-image-zoom > #wrap {
    min-height: 300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .delivery-inner-right.stickyright {
    position: static;
    width: 75% !important;
    margin: 0 !important;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .al-block-three-sec-inner {
    padding: 139px 15px 0 !important;
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  #about-warwhickshire .container-fluid,
  #category-banners .container-fluid,
  #free-delievery .container-fluid,
  #newsletter-subscribe .container-fluid,
  #offer-banners-section .container-fluid,
  #testimonials-section .container-fluid,
  .container.slider-main {
    width: 1348px !important;
  }
  .container.slider-main {
    display: table !important;
    margin: 0 auto auto !important;
  }
}
@media (min-width: 768px) {
  .show-usps,
  .top-call {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .columns-w.search {
    padding: 0 15px;
  }
  #yt_content.yt-content.search {
    text-align: left !important;
  }
  .filterFor-outer > .filterFor {
    padding: 7px 0;
  }
  #collapse1-prod-det div > img {
    display: block;
    max-width: 100%;
    margin-top: 10px;
  }
  .product-added-msg {
    right: 15px !important;
    top: 15px !important;
    font-size: 14px !important;
    padding: 12px 20px 13px !important;
    z-index: 11111111111 !important;
  }
}
ul.delivery-notice {
  list-style: inside;
  margin-left: 15px;
}
ul.delivery-notice li {
  font-family: Inter-Black;
  font-size: 14px;
}
.inc-tax-del {
  color: #133083;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  clear: both;
  font-family: Inter-Bold;
  top: 18px;
  left: 30px;
}
@media (min-width: 1300px) {
  .inner-newsletter > .container-fluid {
    padding: 0 104px !important;
  }
}
.product-listing-col .product-name > a {
  text-align: left !important;
  font-size: 16px !important;
  color: #333;
  text-transform: capitalize;
}
.vat-span {
  color: grey !important;
  font-size: 11px !important;
  display: inline-block;
  width: 32px;
}
.filterFor-outer {
  margin: 0;
}
.brands-home .item {
  width: 11.81%;
  float: left;
  border: solid 1px #dfdfdf;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px 8px;
  overflow: hidden;
}
.brands-home .item img {
  max-width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.2s;
  width: 100%;
}
.brands-home .item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.products-right-section {
  margin-top: -4px;
}
.testimonials-inner-col .item p i {
  color: #e2e2e2;
  font-size: 70px;
  position: absolute;
  left: -76px;
  top: -39px;
}
.testimonials-inner-col .item p {
  position: relative;
}
.apply-filter-mob {
  display: none;
}
@media (min-width: 1370px) {
  #brands-section > .container-fluid ,
  .tab-content > .container-fluid {
    width: 1270px;
  }
  .brands-inner-col {
    margin: 20px 0 0 1px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .mobile-filter-col .panel-body {
    max-height: 600px;
    height: auto;
  }
  .filterBar.mobile {
    position: fixed;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1111;
    transition: 0.3s;
  }
  .filterBar.mobile.toggle-bar {
    top: -2px;
    height: 100%;
    margin: 0;
    overflow-y: scroll;
    background: #fff;
    padding: 11px 10px !important;
  }
  .filterBar.mobile .panel-collapse {
    padding-bottom: 10px;
    display: block;
  }
  .mob-filter-btnCol {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #efefef;
    z-index: 11;
    padding: 3px 15px;
    text-align: center;
    font-size: 17px;
    border-top: solid 1px #d3d3d3;
    font-family: Inter-Medium;
    text-transform: uppercase;
  }
  #filter-toggle-btn {
    font-family: Inter-Medium;
    font-size: 18px;
    text-transform: uppercase;
  }
  .filterFor-outer {
    margin: 0;
    padding: 0 16px;
  }
  .filterFor select {
    height: 27px !important;
    font-size: 13px !important;
  }
  .filterFor label.filter-col {
    font-size: 13px;
  }
  .mob-filter-btnCol img {
    max-width: 24px;
    margin: -3px 5px 0 0;
  }
  .product-listing-col .product-name > a {
    font-size: 13px !important;
  }
  .proPrice,
  .yt-product-detail .well > h1 {
    font-size: 24px;
  }
  .cat-desc .well h1 {
    font-size: 20px;
  }
  .product-essential .well {
    font-size: 13px;
    margin-bottom: 0;
  }
  .vat-span {
    width: auto;
  }
  .recView {
    background: #fff;
    display: table;
    padding: 10px 0;
  }
  .filterPRDTC {
    margin-bottom: 0;
    padding: 5px 30px;
  }
  .products-grid.product-list-view-container .product-name > a {
    font-size: 14px;
    text-align: center;
    font-family: Inter-Regular;
  }
  #collapse-mob > .panel-body.nl-bod {
    padding: 15px 8px 2px;
    height: 100%;
  }
  .recView .product-name > a {
    line-height: 20px;
    font-size: 15px;
    height: auto !important;
    min-height: 1px !important;
    max-height: 100% !important;
  }
  .breadcrums-outer {
    display: none;
  }
  .product_listing_filter_block li {
    width: 33.333%;
    float: left;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .product_listing_filter_block li .colorDiv {
    display: none;
  }
  .brands-home .item {
    width: 22%;
    height: 76px;
  }
  #newsletter-subscribe > .container-fluid {
    padding: 0;
  }
  .testimonials-inner-col .item p i {
    display: none;
  }
  .category-products.related h2 {
    font-size: 20px;
  }
  .label_check,
  .label_radio {
    padding-left: 27px !important;
  }
  .filterACCO .panel-title > a {
    background: #c9c9c9;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 15px;
  }
  #attrForm input {
    background: #fc6d31;
  }
  .pagination {
    padding: 10px 0;
    text-align: right;
  }
  .pagination > a {
    margin: 0 0 0 3px;
  }
  .text-right.filter-col .pagination {
    float: right;
  }
  #product_data_listing div#yt_header {
    display: none !important;
  }
  #product_data_listing .col-xs-12.cat-desc {
    display: none !important;
  }
  #product_data_listing #yt_footer {
    display: none !important;
  }
  .mob-filter-btnCol {
    display: block !important;
  }
  .filterBar.mobile.toggle-bar .apply-filter-mob {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
    left: 0;
    padding: 11px 6px 0;
    background: #efefef;
    display: block;
  }
  .apply-filter-mob span#cancel-filter {
    background: #fff;
    border: solid 1px #d3d3d3;
    color: #333;
  }
  .apply-filter-mob span#apply-filter {
    background: #ee6834;
    border: none;
    color: #fff;
  }
  .apply-filter-mob li span {
    border-radius: 0;
    padding: 5px 20px;
    height: 32px;
  }
  #resetFilter {
    display: none;
  }
  .yt-header-middle {
    display: none;
    padding: 0;
  }
  .header-inner .logo {
    width: 50%;
  }
  .header-inner .text.col-xs-12.col-sm-10.col-md-10.col-lg-10 {
    width: 50%;
    padding-left: 0;
  }
  .header-inner
    .text.col-xs-12.col-sm-10.col-md-10.col-lg-10
    .col-xs-12.col-sm-6.col-md-8.col-lg-8.no-padding {
    display: none;
  }
  .cart-right li:nth-child(1),
  .cart-right li:nth-child(2) {
    float: none !important;
    display: none;
  }
  .header-inner .right {
    padding-right: 0;
    display: none;
  }
  .header-inner {
    padding: 15px 0 0;
  }
  .cart-right li:nth-child(3) {
    padding-right: 12px;
    margin-top: -8px;
  }
  .header-middle-right {
    height: auto !important;
  }
  .cart-item-count {
    left: 13px;
    top: 20px;
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
.filterACCO.web-filter-view .label_check input,
.filterACCO.web-filter-view .label_radio input {
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  top: -4px;
  opacity: 0;
  display: none;
}
.product_listing_filter_block li {
  position: relative;
}
.size-ul .filter-label {
  display: block;
  width: 36px;
  height: 36px !important;
  margin: 0;
}
.size-ul .filter-label .fa.fa-check {
  font-size: 17px;
}
.size-ul li {
  font-size: 13px;
  text-align: center;
  font-family: Inter-Medium;
  margin: 0 12px 0 0;
  color: #333 !important;
}
.login-select {
  margin-bottom: 17px;
}
.login-select select {
  border: none;
}
.contant-fMenu {
  margin: 10px 0 0;
}
.superstore-timings {
  margin: 12px 0 0;
}
.superstore-timings p {
  margin: 0;
}
.superstore-timings .bold,
.footer-links-container .bold,
.trade-address .bold {
  font-family: Inter-Bold;
}
.trade-address .bold{
  margin-bottom: 0;
}
.superstore-timings .semibold {
  font-family: Inter-Medium;
}
.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: #f88020;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: darken(#f88020, 5%);
}
.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: darken(#f88020, 10%);
}
.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: darken(#f88020, 15%);
}

@-moz-keyframes folding {
  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes folding {
  0%,
  10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
  z-index: 1;
}
.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

.cms-subpage ul {
  list-style: disc;
  padding: 0 0px;
}
ul {
  list-style: none !important;
}
