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

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

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

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
/* Fustat-FONT PATH
 * -------------------------- */
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraLight.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraLight.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraLight.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraLight.svg#Fustat ExtraLight') format('svg');
    font-weight: 250;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Light.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Light.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Light.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Light.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Light.svg#Fustat Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Regular.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Regular.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Regular.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Regular.svg#Fustat Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Medium.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Medium.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Medium.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Medium.svg#Fustat Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-SemiBold.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-SemiBold.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-SemiBold.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-SemiBold.svg#Fustat SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Bold.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Bold.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Bold.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-Bold.svg#Fustat Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}
@font-face {
    font-family:'Fustat';
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraBold.eot');
    src: url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraBold.woff2') format('woff2'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraBold.woff') format('woff'),
        url('../../frontend/Codazon/fastest_soodefault/en_US/fonts/Fustat-ExtraBold.svg#Fustat ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}.container {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1370px;
    box-sizing: border-box;
    background: transparent;
}
.page-layout-1column.checkout-index-index .columns, .page-layout-1column.checkout-cart-index .columns, .page-layout-1column.cms-no-route .columns, .page-layout-1column.catalog-product-view .columns, .page-layout-1column.catalog-category-view .columns, .page-layout-1column.customer-account-forgotpassword .columns, .page-layout-1column.customer-account-login .columns, .page-layout-1column.cms-home .columns, .page-layout-1column.customer-account-create .columns {
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 768px) {
    .page-layout-2columns-right .sidebar-main, .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-additional {
        width: 24.5%;
    }
    .page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
        width: 75.5%;
        padding-left: 20px;
    }
}
.page-layout-1column .columns,.page-layout-1column .column.main {
    padding-left: 0;
    padding-right: 0;
}
.page-title-wrapper {
    text-transform: capitalize;
}
.products .product-reward-points-earning {
    display: none;
}
header.page-header {
    min-height: auto !important;
}
.page-layout-1column .columns {
    box-shadow: none;
}
select {
    background-color: #FAFAFA;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Fustat';
    font-weight: normal;
    line-height: 26px;
    height: 46px;
    padding: 0 40px 0 15px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/select-bg.png);
    background-repeat: no-repeat;
    background-size: 16px 10px;
    background-position: right 15px center;
}
body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"] {
    height: 46px;
    border-color: #D6D6D6;
    font: 300 15px/30px Fustat;
    padding: 0 20px;
    border-radius: 5px;
}
ul {
    list-style-type: none;
    margin: 0;
}
.header a {
    color: #000;
}
body {
    background: none;
}
#store-selector .form-continue .actions-toolbar .action.primary, .form-address-edit .actions-toolbar .action.vertex-secondary, .multicheckout .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary {
    line-height: 100%;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 4px;
    border: 0;
}
.action.primary,button.action {
    border: 0;
    font-size: 18px;
    padding: 0 30px;
    line-height: 100%;
    border-radius: 4px;
    min-height: 46px;
    color: #fff;
}
.action.primary:hover {
    background: #08896D;
    color: #fff;
    border: 0;
}
.toolbar {
    box-shadow: none;
    display: inline-block;
    width: 100%;
}
.fieldset > .legend {
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 28px;
}
#password-strength-meter-container {
    height: 26px;
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: none;
}
#password-strength-meter-container #password-strength-meter {
    background: #093C2D;
    padding: 0 32px;
}
#password-strength-meter-container #password-strength-meter-label {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.page-main>.page-title-wrapper .page-title {
    margin-bottom: 30px;
}
.breadcrumbs .items {
    font-size: 18px;
    color: #000;
    padding: 50px 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs strong,.breadcrumbs a,.breadcrumbs li {
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumbs .items>li {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex: none;
}
.breadcrumbs .item:not(:last-child) {
    display: flex;
}
.breadcrumbs .item:not(:last-child):after {
    line-height: 100%;
    content: '|';
    font-size: 17px;
    color: #232f3e;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    margin: 0 25px;
    vertical-align: middle;
}
.page-main>.page-title-wrapper .page-title {
    text-transform: capitalize;
}
.breadcrumbs a:active {
    color: #232f3e;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #0061db;
    text-decoration: none;
}
.product-item .product-price-main .price-box .minimal-price {
    display: flex;
    column-gap: 5px;
    margin: 0;
}
.product-item .price-box .price-label {
    font-size: 16px;
    color: #000;
}
.product-item .price-box .price-label:after {
    content: ':';
}
.product-item .minimal-price-link {
    margin-top: 0;
}
.product-item .product-price-main .product-price-wrraper > .price-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minimal-price-link .price-wrapper {
    color: #f04700;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
}
.product-item .product-price-main .product-price-wrraper > .price-box > .price-box {
    min-height: auto !important;
    margin: 0;
}
.product-item-details .stock {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
}
.product-item-details .stock > span {
    margin-left: 5px;
}
.product-item-details .stock.available > span {
    color: #0CA382;
}
.product-item-details .rating-count {
    font-size: 13px;
    color: #5E9076;
    line-height: 18px;
    display: inline-block;
}
.product-item-details .rating-summary .rating-result:before,.product-item-details .rating-summary .rating-result > span:before {
    width: 50px;
    font-size: 10px;
    height: 8px;
    letter-spacing: 0px;
    line-height: 8px;
    color: #C1D6CB;
}
.product-item-details .rating-summary .rating-result{
    width: 50px;
    margin-top: 0;
}
.product-item-details .rating-summary .rating-result > span:before {
    color: #026232;
}
.product-item .product-reviews-summary .rating-summary {
    margin: 0;
    line-height: 18px;
}
.product-item-details .product-reviews-summary {
    margin-bottom: 0;
    line-height: 100%;
}
.new-arrivals .product-item-info .actions {
    padding-top: 15px;
    text-align: center;
}
.action.primary:focus, .action.primary:active {
    background: #10a584;
    color: #fff;
}
.product-item .actions .tocart,.product-item .actions .viewdetail{
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 46px;
    font-weight: 800;
    border-radius: 4px;
    height: 46px;
    padding: 0;
    border: 0;
    margin: 0;
    text-align: center;
}
.product-item .tocart:hover {
    background-color: #08896D;
    color: #fff;
    border: 0;
}
.stock-review-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.product-item-name a:hover {
    color: #0DCCA2;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #707070;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #60C485;
    border-color: #60C485;
}
.owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 34px;
}
.page-wrapper>.page-bottom {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.item .actions-secondary.top-wishlist .action.towishlist:before {
    font-size: 20px;
    line-height: 20px;
}
.best-sellers .actions-secondary.top-wishlist .action.towishlist {
    color: #BDB29F;
}
.actions-secondary.top-wishlist .action.towishlist {
    color: #DCE3EE;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 22px;
    height: 20px;
    display: flex;
    text-decoration: none;
}
.actions-secondary.top-wishlist .action.towishlist:hover {
    color: #60C485;
    background: transparent;
}
.best-sellers .actions-secondary.top-wishlist {
    right: 0;
    left: 20px;
}
.actions-secondary.top-wishlist {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px;
}
.product-stockstatus-wrraper {
    padding: 30px 0 20px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
.product-item .product-item-name {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.25px;
    min-height: 52px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-option-count {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #005026;
    display: none;
}
.options-review-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;   
}
.product-item .price-box .price {
    color: #F04700;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
}
.product-item .product-price-main .product-price-wrraper > .price-box{
    margin: 10px 0 15px;
}
.product-item-info .actions {
    padding-top: 0;
}
.product-item-inner .product-item-actions .actions-primary{
    width: 100%;
}
.product-item .tocart, .product-item .viewdetail {
    min-width: 100%;
}
.item .actions-secondary.bottom-compare .action.tocompare, .item .actions-secondary.bottom-compare .action.tocompare:hover {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    line-height: 100%;
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    color: #0061DB;
    text-decoration: none;
    font-weight: 500;
}
.item .actions-secondary.bottom-compare .action.tocompare:hover {
    text-decoration: underline;
}
.actions-secondary.bottom-compare {
    line-height: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.actions-secondary:not(.cdz-product-wishlist .actions-secondary) .tocompare.action:before{
    display: none;
}
.pagebottom-products-heading {
    display: inline-block;
    width: 100%;
    margin-top: 88px;
    margin-bottom: 30px;
}
.pagebottom-products-heading h2 {
    margin: 0;
}
.pagebottom-products-wrapper .block,.bestseller-container.best-sellers .block{
    margin-bottom: 0;
}
.pagebottom-products-wrapper.recommended-products {
    display: inline-block;
    width: 100%;
    margin-bottom: 160px;
    padding: 20px 22.5px;
    background-color: #fff;
}
.pagebottom-products.recommended {
    background-color: #EDF5F6;
}
.pagebottom-products.recommended .product-item-info {
    padding: 30px 20px 20px;
    border: 1px solid #ECE9E1;
}
.pagebottom-products.recommended .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.pagebottom-products.recommended .owl-carousel.owl-theme .owl-dots{
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}
.homepage-item-heading h2 {
    margin: 0;
}
.pagebottom-products-heading-wrap a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #0061db;
    font-size: 17px;
    line-height: 20px;
}
.pagebottom-products-heading-wrap a:after {
    content: '\f178';
    font-family: fontawesome;
    font-size: 14px;
    margin-left: 8px;
    vertical-align: text-top;
    font-weight: 500;
}
.pagebottom-products-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.pagebottom-products.recommended .products.wrapper .product-item:hover .product-item-info{
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .1);
    border-color: transparent;
}
.pagebottom-products.recommended .product-item{
    padding: 10px 7.5px;
}
.page-bottom .product-items.owl-carousel {
    padding-top: 0;
}
.pagebottom-seo-text .seo-heading h2 {
    margin: 0;
}
.pagebottom-seo-text .seo-heading {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 36px;
}
.pagebottom-seo-text {
    display: inline-block;
    margin-bottom: 70px;
    width: 100%;
}
.pagebottom-seo-text p {
    letter-spacing: 0.25px;
    margin-bottom: 20px;
}
.page-products .toolbar {
    padding: 15px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-products .modes {
    display: inline-block;
    float: none;
    margin-right: 0;
    order: 10;
}
.page-with-filter .toolbar-amount,.toolbar-amount {
    position: relative;
    float: none;
    padding: 0;
    order: 2;
}
.page-products .sorter {
    position: relative;
    float: none;
    order: 1;
    right: 0;
}
.page-products .toolbar .limiter {
    display: inline-block;
    float: none;
    order: 9;
}
.page-products .toolbar:before,.page-products .toolbar:after{
    display: none;
}
.page-products .toolbar label {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.page-products .toolbar label:after {
    content: ':';
}
.page-products .toolbar-amount label {
    margin-right: 10px;
}
.page-products .toolbar select {
    height: 37px;
    background-color: #EEEEEE;
    border-radius: 0;
    border-color: #eeeeee;
    margin: 0 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.page-products .sorter-options {
    min-width: 224px;
}
.page-products .limiter-options {
    min-width: 88px;
}
.modes-mode {
    height: 36px;
    width: 36px;
    color: #B5C8E4;
    border-color: #B5C8E4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.modes-mode.active,.modes-mode:hover{
    background-color: #59677C;
}
.modes-mode.mode-grid {
    border-radius: 0;
}
.modes-mode.mode-list {
    border-radius: 0;
}
.modes-mode:before {
    content: '';
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.modes-mode.mode-grid:before{
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/grid-icon.png');
}
.modes-mode.mode-list:before{
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/list-icon.png');
}
.modes-mode.mode-grid.active:before,.modes-mode.mode-grid:hover:before{
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/grid-icon-active.png');
}
.modes-mode.mode-list.active:before,.modes-mode.mode-list:hover:before{
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/list-icon-active.png');
}
.products.wrapper ~ .toolbar {
    border: 0;
    box-shadow: none;
    margin-top: 30px;
}
.pages strong.page, .pages a.page, .pages a.page:visited {
    padding: 0;
    display: flex;
    height: 37px;
    width: 37px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    font-size: 18px;
    font-family: 'Fustat';
    line-height: 22px;
    font-weight: 500;
    background: #FCFDFD;
    color: #000;
}
.pages .current strong.page {
    background-color: #093C2D;
    border-color: #093C2D;
    color: #fff;
}
.pages .action.next, .pages .action.next:visited, .pages .action.previous, .pages .action.previous:visited, .pages a.page:hover{
    border-color: #10a584;
    background-color: #10a584;
    color: #fff;
}
.pages .item {
    margin: 2px 10px 2px 0;
}
.pages .action, .pages .action:visited {
    padding: 0;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #093C2D;
    color: #fff;
    border-width: 1px;
    display: flex;
    border-color: #093C2D;
    line-height: 32px;
}
.pages .action.next:visited:before,.pages .action.previous:visited:before {
    color: #fff;
}
.pages .items {
    display: flex;
}
.pages .action.previous:before,.pages .action.previous:visited:before,.pages .action.next:visited:before,.pages .action.next:before {
    vertical-align: middle;
    line-height: 100%;
    color: #fff;
}
.pages .action.previous:hover,.pages .action.next:hover {
    border-color: #10a584;
    color: #fff;
    background-color: #10a584;
    border-width: 1px;
}
.pages .action.previous:hover:before,.pages .action.next:hover:before {
    color: #fff;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) .block-title,.page-main .sidebar .block:not(.block-static-block) .block-title strong{
    font-size: 18px;
    font-weight: 800;
    line-height: 23px;
    border: 0;
    padding: 0;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
    margin-bottom: 0;
}
.page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
    padding: 24px 30px;
    border-left: 1px solid #CAC2C2;
    border-right: 1px solid #CAC2C2;
    font-size: 15px;
    border-bottom: 1px solid #CAC2C2;
}
.page-main .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 1px solid #CAC2C2;
    border-radius: 5px 5px 0 0;
}
.page-main .sidebar.sidebar-main + .sidebar.sidebar-additional .block:first-child:not(.block-static-block) {
    border-top: 0;
    border-radius: 0;
}
.page-main .sidebar .block:not(.block-static-block) {
    margin-bottom: 0;
}
.page-main .sidebar.sidebar-additional .block:last-child {
    border-radius: 0 0 5px 5px;
}
.sidebar .product-items .product-item-info {
    padding: 0;
    border: 0;
}
.sidebar .block-wishlist .product-items .product-item-details {
    margin: 0;
}
.sidebar .block-wishlist .product-items .product-item-info .product-item-photo {
    display: none;
}
.sidebar .product-items .product-item-actions {
    display: none;
}
.sidebar .product-items .product-item .price {
    font-size: 20px;
    line-height: 20px;
}
.sidebar .product-items .product-item .old-price .price {
    font-size: 14px;
    line-height: 17px;
}
.sidebar .block-compare .product-item .product-item-name {
    margin-left: 22px;
}
.sidebar .product-items .product-item-name {
    margin: 0;
    min-height: auto;
}
.sidebar .block-wishlist .actions-toolbar {
    padding-top: 10px;
}
.sidebar .product-items .action.delete {
    width: 12px;
}
.sidebar .product-items-names .product-item {
    display: flex;
    align-items: flex-start;
    column-gap: 7px;
}
.sidebar .product-items-names .product-item input[type="checkbox"] {
    margin: 0px 5px 0 0;
    top: 0;
}
.block.filter .filter-options .filter-options-item .filter-options-title:before{
    display: none;
}
/*Default*/
/*Best Sellers*/
.best-sellers .tabs-list > ul li.item > .switch {
    color: #000;
    background-color: transparent;
    padding: 18px 40px;
    display: block;
    font-weight: 600;
    line-height: 24px;
    background-color: transparent;
    text-decoration: none;
    text-transform: capitalize;
    min-width: 108px;
    flex: none;
}
.best-sellers .tabs-list > ul li.item.active > .switch, .best-sellers .tabs-list > ul li.item > .switch:hover {
    color: #000;
    background-color: #F9F8F3;
}
.best-sellers .tabs-list > ul li.item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}
.best-sellers .tabs-list > ul {
    padding: 0;
    list-style: none;
    display: flex;
    vertical-align: top;
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: auto;
}
.best-sellers .tabs-list > ul:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    background: #F9F8F3;
}
.best-sellers .tabs-list > ul li.item.active:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    background: #10A584;
    z-index: 1;
}
.best-sellers .owl-carousel {
    padding-top: 0;
}
.best-sellers .product.data.items > .item.content {
    padding: 0;
    margin: 0;
}
.products-owl-slider:not(.owl-loaded) .item.product.product-item {
    width: 20%;
    max-width: 254px;
}
.products-owl-slider:not(.owl-loaded) {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    overflow: hidden;
}
.best-sellers .homepage-item-heading {
    margin-top: 88px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.best-sellers-content {
    margin-bottom: 90px;
    display: inline-block;
    width: 100%;
}
.best-sellers{
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-bg.png');
    background-repeat: no-repeat;
}
.best-sellers .product.data.items {
    background: #F9F8F3;
    padding: 30px;
}
.best-sellers .owl-carousel .owl-nav .owl-prev {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-prev.png);
}
.best-sellers .owl-carousel .owl-nav [class*='owl-'] {
    width: 18px;
    height: 40px;
    background-color: transparent;
    border: 0;
    margin: 0 30px;
    background-repeat: no-repeat;
    background-position: top center;
}
.best-sellers .owl-carousel .owl-nav .owl-next {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-next.png);
        margin-right: 0;
}
.best-sellers .owl-carousel .owl-nav {
    top: -168px;
    right: -30px;
}
.best-sellers .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.best-sellers .product-item-info {
    background: transparent;
    padding: 30px 20px 20px;
}
.best-sellers .product-item:hover .product-item-info {
    background: #fff;
}
.best-sellers img {
    mix-blend-mode: multiply;
}
.best-sellers .product-thumb-image {
    background: #F9F8F3;
}
.best-sellers .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.best-sellers .product-item:hover .product-thumb-image {
    background: #fff;
}
/*Best Sellers*/
/*Footer*/
.page-footer .bottom-footer-wrapper {
    background: #F8F8F8;
    padding: 10px 0;
    border: 0;
}
.page-footer {
    color: #000;
}
.page-footer .copyright,.footer-bottom-links ul li a {
    font-size: 15px;
    line-height: 25px;
}
.footer-bottom-links ul li {
    display: inline-block;
    margin-right: 17px;
    padding-right: 16px;
    position: relative;
}
.footer-bottom-links ul li:after {
    content: '|';
    font-size: 15px;
    position: absolute;
    right: -1px;
    top: 1px;
}
.footer-bottom-links ul li:last-child:after {
    display: none;
}
.footer-bottom-links ul li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.page-footer .bottom-footer-wrapper .footer.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-footer a {
    color: #000;
}
.page-footer .footer-container-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.footer-disclosure {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 18px 0;
}
.footer-disclosure p {
    line-height: 22px;
    font-size: 14px;
    color: #4D4D4D;
    max-width: 1030px;
    margin: 0 auto 5px;
}
.footer-disclosure p:last-child {
    margin-bottom: 0;
}
.footer-badges ul {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-badges ul li:first-child {
    justify-content: flex-start;
    border-right: 0;
    border-left: 0;
}
.footer-badges ul li:last-child {
    justify-content: flex-end;
    border-right: 0;
    border-left: 0;
}
.footer-badges ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1DDD3;
}
.footer-badges {
    display: inline-block;
    width: 100%;
}
.ft-links-title h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #D1CFCD;
}
.ft-links-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin-bottom: 15px;
}
.ft-links-content .main-links li, .ft-links-content .main-links li a {
    font-size: 16px;
    line-height: 24px;
}
.ft-links-content .main-links li {
    margin-bottom: 15px;
}
.footer-container-main {
    padding-top: 30px;
}
.ft-links-products, .ft-links-contact {
    padding-top: 25px;
}
.footer-container-main {
    padding-top: 30px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/footer-top-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.ft-links-contact .ft-links-content,.ft-links-location .ft-links-content{
    grid-template-columns: 1fr;
}
.ft-links-contact .ft-links-content ul li {
    padding-left: 36px;
    display: flex;
    flex-flow: column;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/mobile-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.ft-links-contact .ft-links-content ul.contact-email li {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/email-icon.png);
}
.ft-links-contact .ft-links-content ul {
    display: flex;
    justify-content: space-between;
}
.ft-links-contact .ft-links-content ul li span {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
}
.ft-links-contact .ft-links-content ul li a {
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}
.ft-links-contact .ft-links-content ul.contact-email li a {
    font-size: 16px;
    font-weight: 400;
}
.ft-links-contact .ft-links-content ul.contact-email {
    margin-top: 40px;
}
.ft-links-contact .ft-links-section {
    min-height: 236px;
}
.ft-links-location ul li {
    font-size: 16px;
    display: flex;
    flex-flow: column;
    line-height: 25px;
    padding-left: 36px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/map-icon.png);
    background-repeat: no-repeat;
}
.ft-links-location ul.contact-timing li {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/timer-icon.png);
    background-position: left center;
}
.ft-links-location .ft-links-content .contact-timing {
    margin-top: 30px;
}
.ft-links .ft-links-left{
    width: 65%;
    padding-right: 30px;
}
.ft-links .ft-links-right {
    width: 35%;
    background-color: #EDEDED;
    padding-left: 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
}
/*.ft-links .ft-links-right:after {
    position: absolute;
    width: 1000%;
    content: '';
    background-color: #EDEDED;
    right: -1000%;
    height: 100%;
    top: 0;
}*/
.ft-links .ft-links-right:after {
    position: absolute;
    width: 1000%;
    content: '';
    background-color: #EDEDED;
    height: 100%;
    top: 0;
    left: 100%;
}
.footer-newsletter .block.newsletter .form.subscribe {
    max-width: 560px;
    min-width: 560px;
}
.footer-newsletter .block.newsletter input[type="email"] {
    background: #ffffff;
    color: #8F8F8F;
    height: 60px;
    padding-left: 24px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    line-height: 100%;
    font-size: 16px;
    border: 0;
    margin: 0;
}
.footer-newsletter .block.newsletter .action.subscribe {
    min-height: 60px;
    background-color: #00B68D;
    border: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    padding-left: 40px;
    padding-right: 40px;
}
.footer-newsletter .block.newsletter .field .control:before{
    display: none;
}
.footer-newsletter .block.newsletter input[type="email"]::-moz-placeholder{
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter input[type="email"]::-webkit-input-placeholder{
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter input[type="email"]:-ms-input-placeholder {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.footer-newsletter .block.newsletter:after, .footer-newsletter .block.newsletter:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #BBB6AD;
    left: 0;
    position: absolute;
}
.footer-newsletter .block.newsletter:after{
    left: auto;
    right: 0;
}
.footer-newsletter .block.newsletter {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    position: relative;
}
.footer-newsletter {
    width: 65%;
}
.footer-newsletter .block.newsletter label {
    font-weight: 500;
}
.footer-newsletter .block.newsletter .field {
    margin: 0;
}
.footer.content.footer-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-smedia ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
}
.footer-smedia ul li a.twitter {
    background-color: #fff;
}
.footer-smedia ul li .fa-twitter-x {
    color: #000;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/twitter-x.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-smedia ul li {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.footer-smedia ul li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}
.header-top-section {
    background-color: #093C2D;
    color: #fff;
}
/*Footer*/
/*Header*/
.header.content {
    max-width: 1920px;
    padding: 3px 30px;
}
.header-top-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header-top-section .header-top-contact ul {
    padding-left: 44px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/header-conatct.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-contact li, .header-top-contact li a {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}
.header-top-contact li a {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    vertical-align: middle;
}
.header-top-track ul li a {
    color: #fff;
    font-size: 15px;
}
.header-top-track ul li {
    margin: 0;
    padding-left: 44px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/header-track.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.header-top-contact li a:hover, .header-top-track ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.header-top-offers-wrap {
    display: flex;
    width: 100%;
}
.header-top-offers {
    padding: 0 50px;
    width: 50%;
}
.header-top-offers .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    left: 0;
}
.header-top-offers .owl-carousel .owl-nav [class*='owl-'] {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
}
.header-top-offers .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -60px;
}
.header-top-offers .owl-carousel .owl-nav .owl-next {
    right: -60px;
    position: absolute;
    left: auto;
}
.header-top-offers .owl-carousel .owl-nav [class*='owl-']:before {
    line-height: 30px;
    font-size: 17px;
}
.notification-slider-items li {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.notification-slider-items li a {
    color: #fff;
    text-decoration: underline;
}
.notification-slider-items li a:hover {
    color: #60C485;
    text-decoration: underline;
}
.browse-offers-main {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #0C4131;
    transition: top 0.5s ease;
    opacity: 0;
}
.browse-offers-main.active {
    top: 0;
    opacity: 1;
}
.browse-offers-title h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
}
.browse-offers-title {
    background-color: #05251B;
    color: #fff;
    width: 100%;
}
.browse-offers-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1370px;
    padding: 0 10px;
    margin: 0 auto;
}
.close-offers {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/clos-icon.png);
}
/*.close-offers:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f00d';
    font-family: 'FontAwesome';
    right: 0;
    margin: 0 auto;
    line-height: 20px;
}*/
.browse-offers-toggle {
    font-size: 14px;
    color: #60C485;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}
.browse-offers-title-wrap:before {
    content: '';
}
.browse-offers-list {
    padding: 20px 50px;
}
.browse-offers-item h4 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.25px;
    color: #fff;
    text-transform: uppercase;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.browse-offers-item-wrap {
    padding: 20px 20px 10px;
    background-color: #FE847B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
    width: 100%;
    color: #fff;
    row-gap: 10px;
    text-align: center;
}
.browse-offers-item span {
    font-size: 17px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.25px;
}
.browse-offers-item span.browser-notice {
    font-size: 11px;
    font-weight: 400;
}
/*.browse-offers-item a {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 24px;
}*/
.browse-offers-item .offer-cta {
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 24px;
}
.browse-offers-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}
.browse-offers-item:hover a {
    display: inline-block;
}
.browse-offers-item.pipes .browse-offers-item-wrap {
    background-color: #FFF5B3;
    color: #31270B;
}
.browse-offers-item.pipes .browse-offers-item-wrap a,.browse-offers-item.pipes .browse-offers-item-wrap h4{
    color: #31270B;
}
.browse-offers-item.subscribe .browse-offers-item-wrap {
    background-color: #129B7D;
}
.browse-offers-item.daily-deals .browse-offers-item-wrap {
    background-color: #D41B23;
}
.browse-offers-item.quality-pipes .browse-offers-item-wrap {
    background-color: #AB9EFF;
}
.browse-offers-list .owl-carousel .owl-nav {
    position: absolute;
    top: 38%;
    right: 0;
    margin-top: 0;
    left: 0;
}
.browse-offers-list .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}
.browse-offers-list .owl-carousel .owl-nav .owl-next {
    right: -35px;
    position: absolute;
    left: auto;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-'] {
    width: 20px;
    height: 35px;
    background-color: transparent;
    border: 0;
    margin: 0;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.browse-offers-list .owl-carousel .owl-nav [class*='owl-'] {
    background-repeat: no-repeat;
    background-position: top center;
}
.browse-offers-list .owl-carousel .owl-nav .owl-prev{
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/owl-prev.png);
}
.browse-offers-list .owl-carousel .owl-nav .owl-next{
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/owl-next.png);
}
body.browse-popup .page-wrapper:after {
    background-color: rgba(0,0,0,0.75);
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.browse-popup #back-top {
    display: none !important;
}
/*Header*/







/*Header*/
.header-wrapper-content .header-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.header-links-wrapper {
    display: flex;
    align-items: center;
}
.minicart-wrapper {
    float: none;
    margin: 0 !important;
}
.block-search .control {
    background-color: #fff;
}
.block-search input[type="text"] {
    color: #9293A0;
    background-color: #fff;
    font-style: normal;
    height: 54px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #093C2D;
    border-radius: 6px;
    padding-right: 160px;
    padding-left: 20px;
    box-shadow: none !important;
}
.block-search .action.search:before {
    display: none;
}
.block-search .action.search {
    width: auto;
    height: 54px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Fustat';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #093C2D;
    padding: 0 36px;
    border-radius: 0 6px 6px 0;
    line-height: 28px;
    font-size: 17px;
}
.block-search .action.search > span {
    border: 0;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: auto;
}
.block-search input[type="text"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #9293A0;
    text-transform: initial;
}
.block-search input[type="text"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#9293A0;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#9293A0;
   opacity:  1;
   text-transform: initial;
}
.block-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#9293A0;
   text-transform: initial;
}
.block-search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
   color:#9293A0;
   text-transform: initial;
}
.block-search input[type="text"]::placeholder { /* Most modern browsers support this now. */
   color:#9293A0;
   text-transform: initial;
}
.header.content .header-search .block-search {
    float: none;
    width: 100%;
    margin: 0;
}
.block-search .action.search:hover {
    background: #0061db;
    border: none;
    color: #fff;
}
.block-search .action.search:focus, .block-search .action.search:active {
    background: #24BD4D;
    border: 0;
    height: 46px;
}
.myaccount-sub-links {
    position: absolute;
    padding-top: 40px;
    left: -70px;
    width: 100%;
    list-style-type: none;
    transition: all .5s ease;
    display: none;
    min-width: 216px;
}
.myaccount-sub-links ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    padding: 15px;
    border: 1px solid #ddd;
    min-width: 216px;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: -3px 3px 6px #00000024;
    border-radius: 5px;
}
.my-account-toggle:hover>.myaccount-sub-links {
    display: inline-block;
    z-index: 9;
}
.my-account-toggle {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.minicart-wrapper .action.showcart .counter.qty {
    font-size: 13px;
    border: 0;
    font-weight: 800;
    line-height: 18px;
    background: #068368;
    top: -6px;
    left: 14px;
}
.minicart-wrapper .action.showcart:before {
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/cart-basket.png');
    background-position: left center;
    min-width: 37px;
    width: 37px;
    min-height: 28px;
}
.header-shop-links ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 21px;
}
.header-shop-links ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
.header-shop-links ul li img {
    margin-right: 10px;
}
.header-shop-links ul li.bargain-link img {
    max-height: 46px;
}
.header-shop-links ul li a {
    text-transform: uppercase;
}
.header-wrapper-content > .header.content {
    padding: 20px 30px;
}
.logo {
    max-width: 100%;
}
.cdz-cat-search {
    display: none;
}
.header-shop-links ul li.bargain-link {
    position: relative;
    padding: 0 36px;
    margin: 0 36px;
}
.header-shop-links ul li {
    margin-bottom: 0;
}

.header-shop-links ul li.bargain-link:after, .header-shop-links ul li.bargain-link:before {
    content: '';
    background: #C6C6C6;
    height: 26px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.header-shop-links ul li.bargain-link:after {
    right: 0;
    left: auto;
}
.my-account-links {
    padding: 0;
    margin: 0;
}
.my-account-toggle .my-account {
    font-size: 15px;
    padding-left: 40px;
    background-image: url('../../frontend/Codazon/fastest_soodefault/en_US/images/my-account.png');
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}
.my-account-links {
    margin-right: 36px;
    padding-right: 36px;
    position: relative;
}
.my-account-links:after{
    content: '';
    background: #C6C6C6;
    height: 26px;
    width: 1px;
    position: absolute;
    top: 4px;
    right: 0;
}
.my-account-toggle .my-account:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #C6C6C6;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.myaccount-sub-links ul li a {
    font-size: 16px;
    line-height: 20px;
}
.myaccount-sub-links ul li:last-child {
    margin: 0;
}
.myaccount-sub-links ul li {
    margin-bottom: 5px;
}
.header-search {
    width: 40%;
}
.search-wrapper {
    width: 100%;
}
.page-title-box {
    border-bottom: 1px solid #E1E1E1;
}
.page-title-box .category-view {
    padding-bottom: 30px;
}
.minicart-items .product-item .product-item-name {
    font-size: 14px;
    line-height: 18px;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
}
.minicart-items .product-item-details .price {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}
.minicart-items .product-item-details {
    padding-left: 80px;
}
.minicart-items .product-image-container {
    max-width: 60px;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 4px;
}
.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before {
    color: #b8190d;
}
.minicart-wrapper .block-minicart a:visited {
    color: #232f3e;
}
.minicart-wrapper .block-minicart a:active,.minicart-wrapper .block-minicart a:hover {
    color: #b8190d;
}
.minicart-wrapper .ui-dialog .block-minicart {
    color: #232f3e;
}
.block-minicart .block-content>.actions>.secondary {
    font-weight: 500;
}
.block-minicart .subtotal {
    text-align: left;
    text-transform: capitalize;
    display: flex;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    background: #E85811;
    border: 0;
    padding: 12px 17px;
}
.block-minicart .block-content>.actions>.primary .action.primary:hover {
    background: #CC0E03;
    color: #fff;
}
.block-minicart .items-total {
    display: none;
}
body input[type=number].item-qty, body input[type=number].input-text.qty {
    padding: 0 5px;
}
.minicart-wrapper #mini-cart .product .actions {
    margin: -32px 0 0;
}
/*20Oct24*/
#bss_ajaxcart_popup {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 616px;
    height: 100%;
    right: -100%;
    transition: right 0.8s ease;
}
.popup-header strong {
    background: #04271C;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 16px 30px;
    text-align: left;
    line-height: 32px;
    text-transform: uppercase;
}
.mfp-ready #bss_ajaxcart_popup .popup > .block {
    margin: 0;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 0;
    width: 26px;
    height: 26px;
    right: 20px;
    top: 20px;
    background: none;
    opacity: 1;
    border: 0;
    padding: 0;
    margin: 0;
}
.mfp-close-btn-in .mfp-close:after, .mfp-close-btn-in .mfp-close:before {
    content: '';
    height: 24px;
    width: 4px;
    background: #FFF;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
}
.mfp-close-btn-in .mfp-close:after {
    transform: rotate(138deg);
}
.product-info-left img {
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 5px;
}
.product-info-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
.product-info-left {
    display: flex;
    column-gap: 30px;
}
.product-info-block .product-info-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    max-width: 210px;
    text-align: left;
}
.product-info-block .product-info-price {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.product-info-qty {
    font-weight: 600;
}
.cart-summary-block {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #E2E2E2;
    border-left: 0;
    border-right: 0;
}
.cart-summary-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.cart-summary-subtotal {
    font-size: 19px;
    font-weight: 800;
}
.cart-summary-link p {
    margin: 0;
    font-weight: 500;
}
.cart-summary-link p a{
    color: #0CA382;
}
.popup-action-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.popup-action-block {
    display: inline-block;
    width: 100%;
    padding: 30px;
}
#bss_ajaxcart_popup .popup .action {
    width: 50%;
    margin: 0;
    height: 46px;
    font-size: 18px;
    padding: 0;
    line-height: 44px;
    font-weight: 700;
}
#bss_ajaxcart_popup .popup .action.tocart {
    font-size: 14px;
}
#bss_ajaxcart_popup .popup .action.checkout-link {
    border: 0;
    background-color: #E85811;
    border-radius: 4px;
}
#bss_ajaxcart_popup .popup .action.checkout-link:hover {
    background-color: #CC0E03;
}
#bss_ajaxcart_popup .popup .action.checkout-continue:hover {
    background-color: #08896d;
    border-color: #08896d;
    color: #fff;
}
#bss_ajaxcart_popup .popup .action.checkout-continue {
    background-color: #fff;
    border: 1px solid #00B68D;
    color: #10a584;
}
.mfp-auto-cursor .mfp-content {
    height: 100%;
}
.product-info-block {
    display: inline-block;
    width: 100%;
    padding: 30px;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .mageplaza-autorelated-title.block-title.title {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .mageplaza-autorelated-title.block-title.title strong {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    border: 0;
    padding: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .block-content {
    padding-top: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget .products-grid .product-item {
    width: 100%;
    margin-left: 0 !important;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list .container {
    padding: 0;
}
.popup-suggetions .mageplaza-autorelated-block.block.widget.block-products-list {
    padding: 30px;
    background: #fff;
}
.popup-suggetions .mp-arp-slider-content .owl-nav button span {
    display: none;
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.popup-suggetions .owl-carousel .owl-nav .owl-prev {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-prev.png);
}
.popup-suggetions .owl-carousel .owl-nav .owl-next {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-next.png);
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-'] {
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    right: 0;
    margin: 0 20px;
    background-position: center;
}
.popup-suggetions .owl-carousel .owl-nav .owl-next {
    margin-right: 0;
}
.popup-suggetions .owl-carousel .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}
.popup-suggetions .block.upsell .owl-carousel .owl-nav{
    top: -32px;
    right: 0;
}
.product-item .product-item-name {
    line-height: 24px;
    min-height: 48px;
    max-height: 48px;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
}
.popup-suggetions .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.popup-suggetions .block.widget .product-item-info {
    padding: 10px;
    border: 1px solid #ECE9E1;
}
.popup-suggetions .mageplaza-autorelated-slider>ol {
    width: 100%;
}
.mfp-ready #bss_ajaxcart_popup {
    right: 0;
}
.minicart-items .update-cart-item {
    min-height: 30px;
    height: 30px;
    width: 60px;
    padding: 0;
    line-height: 100%;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    text-transform: capitalize;
}
.product-info-qty.grouped {
    display: none;
}
/*20Oct24*/
/*Amasty Search*/
.amsearch-input-wrapper .amsearch-button.-loupe {
    right: 0;
    top: 0;
    opacity: 1;
    width: auto;
    height: 46px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Fustat';
    letter-spacing: .57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24bd4d;
    padding: 0 18px;
    border-radius: 0 5px 5px 0;
    line-height: 23px;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: auto;
    right: 0;
}
.amsearch-input-wrapper .amsearch-button.-close {
    display: none!important;
}
.amsearch-input-wrapper .amsearch-input,.amsearch-input-wrapper.-typed .amsearch-input {
    color: #999;
    background-color: #fff;
    border-color: #000;
    font-style: normal;
    height: 46px;
    font-size: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding-right: 118px;
    padding-left: 46px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/search-bg.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    box-shadow: none !important;
}
.amsearch-input-wrapper .amsearch-input:focus {
    border: 0;
}
.page-header .amsearch-result-section {
    left: 0;
    right: auto;
}
.amsearch-block-header .amsearch-title {
    font-size: 18px;
    font-family: Fustat;
    font-weight: 600;
}
.amsearch-highlight {
    font-weight: 600;
    color: #1863c1;
}
.amsearch-item-container .amsearch-item .amsearch-link {
    font-size: 14px;
    font-weight: 400;
}
.amsearch-item-container.-recent_searches .amsearch-item,.amsearch-item-container.-recent_searches .amsearch-item.-match {
    background: #fff;
    border: 1px solid #e2e4ee;
    border-radius: 25px;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
    padding: 5px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
    text-align: left;
}
.amsearch-products-section .amsearch-link.product-item-link {
    color: #232f3e;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Fustat';
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.amsearch-products-section .amsearch-link:hover {
    color: #232f3e;
    text-decoration: underline;
}
.amsearch-products-section .product-item-link span.amsearch-highlight {
    background: #24bd4d;
    color: #fff;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
    background: #1863c1;
    color: #fff;
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover .amsearch-highlight {
    color: #fff;
    text-decoration: underline;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33%);
    justify-content: flex-start;
    padding: 10px;
    width: 33.33333333%;
}
.amsearch-items-section:not(:first-child:last-child) {
    text-align: left;
}
.amsearch-item-container .amsearch-item .amsearch-link {
    background: #fff;
    color: #333;
}
.amsearch-item-container .amsearch-tab-items {
    text-align: left;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
    background: #fff;
    color: #333;
}
.amsearch-item-container.-popular_searches .amsearch-item .amsearch-link:hover {
    text-decoration: underline;
}
.amsearch-button.-icon:hover,.amsearch-button.-icon:focus {
    filter: none;
    color: #fff;
}
.amsearch-loader-block {
    right: 170px;
}
.amsearch-products-section.-grid .amsearch-image {
    border: 1px solid #f1f1f1;
    padding: 0;
}
.amsearch-products-section .amsearch-block-header {
    padding: 0 10px 10px;
}
.amsearch-result-section {
    min-width: 100%;
    width: 860px;
    max-width: 76vw;
}
.page-header .amsearch-input-wrapper,.page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    min-width: 480px;
    max-width: 480px;
}
.amsearch-form-block.-opened {
    width: 100% !important;
}
.amsearch-products-section .product-item [data-role=priceBox] p,.amsearch-products-section .product-item [data-role=priceBox] span {
    font-size: 20px
}
.amsearch-products-section .product-item [data-role=priceBox] .minimal-price-link span,.amsearch-products-section .product-item [data-role=priceBox] span.minimal-price-link {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
}
.amsearch-products-section .product-item [data-role=priceBox] .minimal-price-link span.price-label {
    color: #7d7d7d;
}
.amsearch-products-section .product-item [data-role=priceBox] {
    padding: 0;
}
.amsearch-products-section .product-item [data-role=priceBox] p,.amsearch-products-section .product-item [data-role=priceBox] span {
    padding: 0;
    line-height: 22px;
}
.amsearch-products-section:not(:first-child) {
    height: 100%;
}
.amsearch-result-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff
}
.amsearch-result-section::-webkit-scrollbar {
    width: 5px
}
.amsearch-result-section::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #24bd4d;
}
.amsearch-result-section {
    scrollbar-width: auto;
}
.amsearch-block-header .amsearch-link:hover,.amsearch-block-header .amsearch-link {
    color: #1863c1;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Fustat';
}
.amsearch-products-section .product-reviews-summary {
    padding: 5px 0;
}
.amsearch-products-section .product-reviews-summary .rating-summary {
    display: flex;
    vertical-align: middle;
    column-gap: 5px;
    margin: 0;
}
.amsearch-products-section .product-reviews-summary .rating-count {
    font-size: 12px;
    line-height: 16px;
}
.amsearch-products-section .rating-summary .rating-result {
    margin-top: 0;
}


.page-header .amsearch-wrapper-block {
    float: none;
    width: 100%;
}
.amsearch-form-block.-opened {
    width: 100% !important;
    display: block;
}
.page-header .amsearch-input-wrapper, .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    min-width: 100%;
    max-width: 100%;
}
.amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
    background-image: none;
    color: #9293A0;
    background-color: #fff;
    font-style: normal;
    height: 54px;
    text-transform: capitalize;
    font-size: 15px;
    border: 1px solid #093C2D;
    border-radius: 6px;
    padding-right: 160px;
    padding-left: 20px;
    box-shadow: none !important;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
    width: auto;
    height: 54px;
    text-decoration: none;
    text-shadow: none;
    font-weight: 700;
    font-family: 'Fustat';
    letter-spacing: 0.57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #093C2D;
    padding: 0 36px;
    border-radius: 0 6px 6px 0;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
}
.amsearch-products-section .amsearch-item:hover {
    background: #F9F8F3;
    z-index: 8;
}
.amsearch-products-section .product-item-link span.amsearch-highlight {
    background: #08896D;
}
.amsearch-products-section .amsearch-link.product-item-link {
    color: #232f3e;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.amsearch-products-section .product-reviews-summary .rating-count {
    line-height: 16px;
    margin-top: 3px;
}
.amsearch-products-section .product-item [data-role=priceBox] span.price-label {
    font-size: 14px;
    font-weight: normal;
}
/*Amasty Search*/
.products-grid div[class^="swatch-opt-"] {
    display: none;
}
.products.wrapper .product-item .price-box .minimal-price-link .price-label {
    font-size: 16px;
}
@media only screen and (min-width: 1920px) {
    .footer-container-main {
        background-size: 100% 100%;
    }
    .best-sellers {
        background-size: 100% auto;
        background-position: center;
    }
}
.catalog-category-view .grid .wk-deal-off-box, .catalogsearch-result-index .grid .wk-deal-off-box, .catalogsearch-advanced-result .grid .wk-deal-off-box, .dailydeals-index-index .grid .wk-deal-off-box, .wishlist-index-index .products-grid .wk-deal-off-box, .catalog-product-compare-index .table-wrapper .wk-deal-off-box {
    top: 0;
    left: 0;
    position: relative;
    bottom: auto;
}
.products-grid .product-item-info .product-item-details {
    position: unset;
}
.wk-deal-left-border {
    display: none !important;
}
.sidebar .block-compare.block-topdeals .product-item .product-item-name {
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
}
.sidebar .block-topdeals .product-items .product-item-details {
    margin-left: 64px;
}
.sidebar .block-topdeals .wk-daily-deal br:last-child {
    display: none;
}
.sidebar .block-topdeals .product-image-wrapper img {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.page-main .sidebar.sidebar-additional .block.block-topdeals:not(.block-static-block) {
    padding: 20px;
}
.catalog-product-view .product-info-main .wk-deal-timer {
    padding-bottom: 0;
}
.catalog-product-view .product-info-main .wk-daily-deal {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}
.catalog-product-view .wk-daily-deal .save-box {
    margin-left: 5px;
    font-size: 15px;
}
.product-info-main .wk-deal-off {
    background: #24bd4d;
    line-height: 18px;
    font-size: 15px;
    padding: 3px 5px;
}
.catalog-product-view .wk-deal-clock-label-hr span,.catalog-product-view .wk-deal-clock-label-mi span,.catalog-product-view .wk-deal-clock-label-sec span,.catalog-product-view .wk-deal-clock-label-dd span {
    width: auto;
}
.catalog-product-view .wk_front_dd_set_time_days {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.catalog-product-view .wk_front_dd_set_time {
    width: auto;
    display: flex;
    align-items: center;
    flex-flow: column;
}
.catalog-product-view .wk_cat_count_clock {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 0;
}
.deal-ens-in {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.catalog-category-view .grid .wk-daily-deal, .catalogsearch-result-index .grid .wk-daily-deal, .catalogsearch-advanced-result .grid .wk-daily-deal, .dailydeals-index-index .grid .wk-daily-deal {
    display: n;
    position: absolute !important;
    top: 80px;
    left: 0;
}
.catalog-category-view .grid .wk-daily-deal .price-box,.catalogsearch-result-index .grid .wk-daily-deal .price-box,.catalogsearch-advanced-result .grid .wk-daily-deal .price-box,.dailydeals-index-index .grid .wk-daily-deal .price-box {
    display: none;
}
.table-wrapper.grouped .wk_front_dd_set_time.wk-deal-clock-span,.table-wrapper.grouped .wk_front_dd_set_time_days.wk-deal-clock-span {
    font-size: 19px;
}
.table-wrapper.grouped .wk_front_dd_set_time.wk-deal-clock-span .label,.table-wrapper.grouped .wk_front_dd_set_time_days.wk-deal-clock-span .label {
    font-size: 11px;
}
.catalog-product-view .table-wrapper.grouped .wk_cat_count_clock {
    column-gap: 10px;
    justify-content: center;
}
.catalog-product-view .table-wrapper.grouped .deal-ens-in {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.catalog-product-view table.grouped .deal.wk-daily-deal {
    width: 100%;
    min-width: 230px;
}
.product-item .old-price {
    margin-top: 0;
    margin-bottom: 0;
    color: #ababab;
}
.products.wrapper .product-item .price-box .old-price .price {
    font-size: 18px;
    font-weight: 500;
    color: #ababab;
}
.pagebottom-products-wrapper.recommended-products .owl-carousel .owl-nav {
    display: none;
}
@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .header-shop-links ul li.bargain-link {
        padding: 0 25px;
        margin: 0 25px;
    }
    .my-account-links {
        margin-right: 25px;
        padding-right: 25px;
    } 
    .header-search {
        width: 38%;
    }  
}
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .header-search {
        width: 30%;
    } 
    .header-shop-links ul li.bargain-link {
        padding: 0 20px;
        margin: 0 20px;
    }
    .my-account-links {
        margin-right: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 1540px) and (max-width: 1599px) {
    .header-search {
        width: 38%;
    }  
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
        padding-right: 130px;
        padding-left: 14px;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe {
        padding: 0 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-search {
        width: 32%;
    } 
    .header-shop-links ul li.bargain-link {
        padding: 0 20px;
        margin: 0 20px;
    }
    .my-account-links {
        margin-right: 20px;
        padding-right: 20px;
    }
    .page-main .sidebar.sidebar-additional .block:not(.block-static-block) {
        padding: 24px 20px;
    }
    .page-products .sorter-options {
        max-width: 160px;
        min-width: 160px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .my-account-toggle .my-account {
        padding-left: 0;
        background-image: none;
        font-size: 13px;
    }
    .header-shop-links ul li.bargain-link {
        padding: 0 15px;
        margin: 0 15px;
    }
    .my-account-links {
        margin-right: 15px;
        padding-right: 15px;
    }
    .header-shop-links ul li a {
        font-size: 13px;
    }
    .header-shop-links ul li.hippy a img {
        margin-left: 10px;
        max-width: 40px;
    }
    .header-search {
        width: 36%;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe {
        padding: 0 20px;
    }
    .amsearch-input-wrapper .amsearch-input, .amsearch-input-wrapper.-typed .amsearch-input {
        padding-right: 120px;
        padding-left: 15px;
    }
    .header-shop-links ul li.bargain-link:after, .header-shop-links ul li.bargain-link:before {
        height: 20px;
        top: 0;
    }
    .my-account-links:after {
        height: 20px;
    }
}
.active-cart-popup .mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    height: 100% !important;
    overflow-y: scroll;
}
ul.cdz-product-labels li.label-item {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 11px;
    font-size: 9px;
    line-height: 14px;
    align-items: center;
}
ul.cdz-product-labels li.label-item.has-image {
    background-color: transparent;
}
.page-layout-2columns-left .page-bottom .products.products.wrapper {
    margin-top: 0;
}
.products.wrapper .product-item .product-price-main .product-price-wrraper > .price-box .special-price+.old-price {
    flex: 1;
}
.header-shop-links ul li.hippy img {
    max-height: 56px;
}
option[data-discount="1"], .prices-tier li.item, .prices-tier .item strong, .prices-tier .item span, .prices-tier .item strong .price {
    color: #08896D;
    font-weight: bold;
}
.prices-tier li.item, .prices-tier .item strong, .prices-tier .item span, .prices-tier .item strong .price {
    font-size: 16px;
}
.see-all-button {
    display: none;
}
body.filter-active ul.cdz-product-labels {
    z-index: 0;
}
.block-compare .action.primary {
    line-height: 46px;
    border: 0 !important;
    border-radius: 4px;
    color: #fff !important;
}
.mageplaza-autorelated-slider .owl-carousel .owl-item img,.recently-viewed-products .owl-carousel .owl-item img{
    width: auto;
    margin: 0 auto;
}.header-wrapper-bottom .header.content {
    max-width: 1370px;
    padding-left: 10px;
    padding-right: 10px;
}
.header-wrapper-bottom {
    background-color: #FEFBF3;
}
.header-wrapper-content.sticky-menu:not(.active) .header-main-menu {
    max-width: 100%;
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link,.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
    color: #000;
    background-color: #FEFBF3;
    padding: 10px 5px 10px 10px;
    font-size: 16.5px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    line-height: 28px;
    border: 0;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.parent > a.menu-link:after, .cdz-main-menu .cdz-horizontal-menu li.level0.parent:hover > a.menu-link:after {
    content: '+';
    font-weight: 300;
    margin-left: 6px;
    font-size: 22px;
    color: #72706D;
    vertical-align: text-top;
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:visited {
    color: #000;
}
.header .cdz-horizontal-menu>.groupmenu {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link {
    background: #CE8F21;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 26px;
    font-size: 17px;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link:hover {
    background: #CC0E03;
}
.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals {
    margin-left: auto;
}
.cdz-main-menu .cdz-horizontal-menu {
    line-height: normal;
    position: relative;
}
.header-main-menu .nav-sections {
    width: 100%;
}
.cdz-main-menu .groupmenu .groupmenu-drop {
    box-shadow: none;
    border: 0;
    width: 100% !important;
    left: 0 !important;
}
.cdz-horizontal-menu .groupmenu li.item.level0.open {
    position: static;
}
.cdz-menu .groupmenu-width-24 {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.open.parent>a.menu-link span:before{
    content: '';
    bottom: -15px;
    position: absolute;
    margin: 0 auto;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: '\f0d8';
    font-size: 26px;
    color: #107B45;
    left: 0;
    right: 0;
    line-height: 12px;
    text-align: center;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.parent:hover:after{
    display: none;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.open>a.menu-link span {
    position: relative;
}
.cdz-main-menu .groupmenu .groupmenu-drop {
    border-top: 3px solid #107B45;
}
body.normal-megamenu .page-main:after {
    content: '';
    background: rgba(0,0,0,.80);
    position: absolute;
    top: 0;
    height: 1000%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 9;
}
body.normal-megamenu .page-header {
    z-index: 10;
}
.cdz-menu .toggle-mega-menu .groupmenu-drop>li.item {
    padding: 0;
}
.main-category-menu-item {
    display: flex;
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
}
.category-menu-toggles {
    float: left;
    width: 25.5%;
    border-right: 1px solid #E0E0E0;
    padding: 10px 20px 30px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    column-gap: 100px;
}
.category-menu-html {
    width: 74.5%;
    float: left;
    display: none;
    padding: 25px 15px 30px 20px;
}
.category-menu-html.active {
    display: inline-block;
    opacity: 1;
}
.category-item-banner img {
    vertical-align: top;
}
.category-menu-toggle-items .category-menu-toggle-item {
    margin: 0;
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    border-bottom: 1px solid #E0E0E0;
    color: #000;
    position: relative;
    cursor: pointer;
    padding-left: 34px;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.25px;
}
.category-menu-toggle-items .category-menu-toggle-item:after {
    content: '\f105';
    font-family: fontawesome;
    vertical-align: top;
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 4px;
}
.category-menu-toggle-items .category-menu-toggle-item.no-child:after {
    content: '';
}
.category-menu-links-title h4 {
    font-weight: 600;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    line-height: 34px;
    letter-spacing: 0.25px;
}
.cdz-main-menu .groupmenu .groupmenu-drop .category-menu-links li a {
    font-size: 15px;
    letter-spacing: 0.20px;
}
.category-menu-toggles::-webkit-scrollbar-track,.category-menu-html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}
.category-menu-toggles::-webkit-scrollbar,.category-menu-html::-webkit-scrollbar {
    width: 5px;
}
.category-menu-toggles::-webkit-scrollbar-thumb,.category-menu-html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #ababab;
}
.category-menu-toggles, .category-menu-html {
    overflow: auto;
}
.header-wrapper-content.sticky-menu.active .header-wrapper-bottom {
    padding: 0;
}
.header-wrapper-content.sticky-menu.active .header.content {
    padding-right: 10px;
}
.pipe-tobacco-menu-item .category-menu-toggle-items .category-menu-toggle-item {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/tobacco-toggles.png);
    background-repeat: no-repeat;
    background-position: 0 16px;
}
.pipe-tobacco-menu-item .category-menu-toggle-items .category-menu-toggle-item[data-id="pipe-tobacco-cans"] {
    background-position: 0 -112px;
}
.pipe-tobacco-menu-item .category-menu-toggle-items .category-menu-toggle-item[data-id="pipe-tobacco-pouches"] {
    background-position: 0 -234px;
}
.pipe-tobacco-menu-item .category-menu-toggle-items .category-menu-toggle-item[data-id="pipe-tobacco-tins"] {
    background-position: 0 -362px;
}
/*All Menu*/
.cdz-horizontal-menu .groupmenu li.item.level0.all-menu > .groupmenu-drop.slidedown {
    max-width: 400px;
}
.cdz-horizontal-menu .groupmenu li.item.level0.all-menu > .groupmenu-drop.slidedown > .item, .cdz-horizontal-menu .groupmenu li.item.level0.all-menu > .groupmenu-drop.slidedown > .item > .groupmenu-drop-content {
    padding: 0;
}
.account-links-toggle {
    padding: 20px 20px 20px 58px;
    background: #107B45;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/all-menu-account.png);
    background-repeat: no-repeat;
    background-position: 20px;
    cursor: pointer;
}
.account-links-toggle:after {
    position: absolute;
    right: 20px;
    top: 0;
    content: '\2b';
    font-family: FontAwesome;
    font-size: 36px;
    font-weight: 700;
    bottom: 0;
    margin: auto 0;
    line-height: 64px;
}
.all-account-links-content {
    background: #F8F8F8;
    padding: 20px;
}
.all-account-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.all-account-links ul li {
    margin: 0 20px 0 0;
    padding-right: 20px;
    border-right: 1px solid #000;
    line-height: 17px;
}
.all-account-links ul li {
    margin: 0 20px 0 0;
    padding-right: 20px;
    border-right: 1px solid #000;
    line-height: 17px;
}
.all-account-links ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.all-account-links-content:not(.active) {
    display: none;
}
.all-menu-pages ul li {
    margin-bottom: 30px;
    padding-left: 44px;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/all-menu-pages.png);
    background-repeat: no-repeat;
    line-height: 32px;
    background-position: 0 4px;
}
.all-menu-pages ul li.deals {
    background-position: 0 -260px;
}
.all-menu-pages ul li.new {
    background-position: 0 -510px;
}
.all-menu-pages ul li.best {
    background-position: 0 -896px;
}
.all-menu-pages ul li.track {
    background-position: 0 -640px;
}
.all-menu-pages ul li.shipping {
    background-position: 0 -772px;
}
.all-menu-pages ul li.returns {
    background-position: 0 -124px;
}
.all-menu-pages ul li.contact {
    background-position: 0 -382px;
}
.all-menu-pages ul li a {
    font-weight: 500;
    color: #000;
    line-height: 30px;
}
.all-menu-pages strong, .all-menu-content-step > strong{
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #A5ADB6;
}
.cdz-main-menu .all-menu-pages ul {
    margin: 0;
    padding: 0 20px 20px;
    list-style-type: none;
}
.all-menu-pages.special {
    margin-top: 30px;
}
.all-menu-pages ul li:last-child {
    margin-bottom: 0;
}
.header-all-menu::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
}
.header-all-menu::-webkit-scrollbar{
    width: 5px;
}
.header-all-menu::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #ababab;
}
.header-all-menu{
    overflow: auto;
}
.account-links-toggle.active:after {
    content: '';
    width: 18px;
    background: #fff;
    height: 2px;
}
.all-menu-bottom {
    padding: 20px;
    background-color: #E2DCD1;
}
.all-menu-contact ul li {
    margin-bottom: 26px;
    display: flex;
    flex-flow: column;
    padding-left: 44px;
    font-size: 15px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/all-menu-contacts.png);
}
.all-menu-contact ul li.by-phone span:first-child, .all-menu-contact ul li.local span:first-child {
    font-size: 13px;
    line-height: 18px;    
}
.all-menu-contact ul li.by-phone a {
    font-weight: 800;
    margin-left: 5px;
}
.all-menu-contact ul li.local a {
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
}
.all-menu-contact ul li.email a {
    font-size: 14px;
    line-height: 30px;
}
.social-links-items ul li {
    margin: 0;
}
.social-links-items ul {
    display: flex;
    column-gap: 15px;
}
.social-links-items ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2D72CB !important;
}
.social-links-items ul li a .fa-twitter-x {
    color: #000;
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/twitter-x.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.all-menu-contact ul li.by-phone {
    background-position: 0 -392px;
}
.all-menu-contact ul li.hours {
    background-position: 0 -270px;
    line-height: 30px;
}
.all-menu-contact ul li.local {
    background-position: 0 0;
}
.all-menu-contact ul li.email {
    background-position: 0 -142px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.browse-popup .header-wrapper-content.sticky-menu.js-sticky-menu.active {
    display: none;
}
.all-menu-content-step {
    display: none;
}
.step-one .content-step-one,.step-two .content-step-two,.step-three .content-step-three {
    display: block;
}
.all-menu-main-toggles li {
    padding: 0 10px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.all-menu-main-toggles li .next-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.all-menu-main-toggles li .next-toggle:after {
    content: '\f105';
    left: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
}
.cdz-main-menu .groupmenu .groupmenu-drop .all-menu-main-toggles li a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.all-menu-content-step .category-menu-toggle-items:not(.active) {
    display: none;
}
.all-menu-content-step .category-menu-toggle-items .category-menu-toggle-item {
    padding: 0 10px 25px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    letter-spacing: 0;
    border: 0;
}
.all-menu-content-step .category-menu-toggle-items .category-menu-toggle-item:after{
    display: none;
}
.prev-menu-link {
    background: #F9F6EE;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #A5ADB6;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}
.prev-menu-link:before {
    content: '\f104';
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 500;
}
.all-menu-content-step .category-menu-links {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.all-menu-content-step .all-menu-content-step .category-menu-links ul {
    padding: 0;
    width: 100%;
}
.all-menu-content-step .toggles-menu-html:not(.active) {
    display: none;
}
.all-menu-content-step .toggles-menu-html {
    padding: 0 20px;
}
.all-menu-content-step .category-menu-links:not(.active) ul {
    display: none;
}
.all-menu-content-step .category-menu-links.active .category-menu-links-title h4 {
    font-weight: 800;
        margin-bottom: 15px;
}
.all-menu-content-step .category-menu-links .category-menu-links-title h4 {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    display: flex;
        cursor: pointer;
}
.category-menu-toggle-items .category-menu-toggle-item .third-level-toggle {
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.category-menu-toggle-items .category-menu-toggle-item .third-level-toggle:after {
    content: '\f105';
    left: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
}
.all-menu-content-step.content-step-three .category-menu-links ul li a {
    font-weight: 600;
}
.all-menu-content-step.content-step-three .category-menu-links ul {
    padding-left: 30px;
    width: 100%;
}
.all-menu-content-step.content-step-three .category-menu-links ul li {
    margin-bottom: 15px;
}
.all-menu-content-step .category-menu-links .category-menu-links-title h4:after {
    content: '\2b';
    margin-right: 0;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 32px;
    text-align: center;
        position: absolute;
    right: 0;
}
.all-menu-content-step .category-menu-links.active .category-menu-links-title h4:before {
    position: absolute;
    right: 0;
    height: 2px;
    width: 16px;
    background: #000;
    content: '';
    right: 6px;
    top: 16px;
}
.all-menu-content-step .category-menu-links.active .category-menu-links-title h4:after{
    content: '';
}
.category-menu-toggle-item.no-child .third-level-toggle{
    display: none !important;
}
.cdz-main-menu .groupmenu .groupmenu-drop .all-menu-main-toggles li a:hover {
    color: #FF5500;
}
.cdz-main-menu .cdz-horizontal-menu li.level0.parent.all-menu > a.menu-link:after{
    display: none;
}
.all-menu-content-step .category-menu-cones.toggles-menu-html ul {
    display: grid;
    float: none;
    grid-template-columns: 1fr 1fr;
}
/*All Menu*/
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .header .cdz-horizontal-menu>.groupmenu {
        column-gap: 16px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .header .cdz-horizontal-menu>.groupmenu {
        column-gap: 14px;
    }
    .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
        font-size: 14.5px;
        letter-spacing: 0.15px;
    }
}
.cdz-main-menu .groupmenu .category-menu-toggle-items .category-menu-toggle-item.active a, .cdz-main-menu .groupmenu .category-menu-toggle-items .category-menu-toggle-item.active:after {
    color: #fc7070;
}
.all-menu-links .category-menu-toggle-items.active > .toggles-menu-html:not(.active) {
    display: block;
}
.all-menu-links .category-menu-toggle-items > .toggles-menu-html .category-menu-links ul {
    padding-left: 30px;
    width: 100%;
}.notification-slider-items li {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    min-height: 30px;
    max-height: 30px;
}
.cdz-horizontal-menu .groupmenu li.tablet-item {
	display: none;
}
.best-sellers .tabs-list > ul li.item {
    flex: none;
}
@media screen and (max-width: 1599px){
	.header-wrapper-content > .header.content,.header.content {
	    padding-left: 10px;
	    padding-right: 10px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px){
    .header-top-offers {
	    padding: 0 20px;
	    width: 60%;
	}
	.header-top-track {
	    display: none;
	}
	.browse-offers-toggle {
	    font-size: 12px;
	}
	.header-top-contact li, .header-top-contact li a {
	    font-size: 11px;
	}
	.header-top-contact li a {
	    font-size: 13px;
	}
	.header-top-offers .owl-carousel .owl-nav [class*='owl-']:before {
	    font-size: 15px;
	}
	.header-top-offers .owl-carousel .owl-nav .owl-next {
	    right: -20px;
	}
	.header-top-offers .owl-carousel .owl-nav .owl-prev {
	    left: -20px;
	}
	.notification-slider-items li {
	    font-size: 13px;
	    font-weight: 500;
	}
	.header-top-offers .owl-carousel .owl-nav [class*='owl-'] {
	    width: 20px;
	    height: 30px;
	    margin: 0;
	}
	.header-wrapper-content .header-content-wrap {
	    justify-content: flex-end;
	    flex-wrap: wrap;
	}
	.header-logo {
	    flex: 1;
	}
	.header-search {
	    width: 60%;
	    order: 4;
	    margin-top: 15px;
	}
	.page-header .amsearch-result-section {
	    left: -176px;
	}
	.header .cdz-horizontal-menu>.groupmenu {
	    column-gap: 10px;
	}
	.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link, .cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
	    padding: 10px 5px 10px 5px;
	    font-size: 13.5px;
	    line-height: 22px;
	}
	.cdz-horizontal-menu .groupmenu li.item.level0.new-arrivals a.menu-link {
	    padding: 10px 20px;
	    font-size: 14px;
	}
	.category-menu-toggle-items .category-menu-toggle-item {
	    font-size: 16px;
	}
	.cdz-horizontal-menu .groupmenu li.tablet-item {
	    display: none;
	}
	.main .homepage-item.main-banner {
	    padding: 20px 0;
	}
	.main .main-banner .col-md-8.middle-banner {
	    width: 34%;
	}
	.main .main-banner .col-md-8 {
	    width: 33%;
	}
	.main .homepage-item-heading h2 {
	    font-size: 30px;
	    line-height: 42px;
	}
	.main .main .homepage-item-heading a {
	    font-size: 15px;
	    line-height: 20px;
	}
	.main .popular-cat-item span {
	    font-size: 20px;
	    line-height: 30px;
	}
	.main .best-sellers .homepage-item-heading {
	    margin-top: 60px;
	}
	.main .best-sellers-content {
	    margin-bottom: 50px;
	}
	.main .service-item h3 {
	    font-size: 20px;
	}
	.main .whysoo-item .total-count {
	    font-size: 30px;
	    line-height: 40px;
	}
	.main .whysoo-item .count-info {
	    font-size: 18px;
	    line-height: 24px;
	}
	.main .testimonial-item-wrap {
	    column-gap: 30px;
	    padding: 20px;
	}
	.main .testimonial-char span {
	    height: 70px;
	    width: 70px;
	    font-size: 36px;
	}
	.main .testimonial-info p {
	    font-size: 16px;
	    line-height: 28px;
	}
	.main.homepage-item.customer-testimonials {
	    padding-bottom: 60px;
	}
	.main .whysoo-items {
	    top: 60px;
	}
	.main .homepage-item.why-soo {
	    margin-bottom: 80px;
	}
	.main .ordering-item-wrap {
	    flex-flow: column;
	}
	.ordering-item-image img {
	    max-height: 59px;
	}
	.main .ordering-item {
	    padding: 180px 20px 90px;
	}
	.main .ordering-item-title h4 {
	    font-size: 18px;
	}
	.main .ordering-counter {
	    font-size: 36px;
	    line-height: 36px;
	}
	.main .ordering-speical-note p {
	    line-height: 32px;
	    font-size: 16px;
	}
	.page-footer .ft-links-contact .ft-links-content ul {
	    column-gap: 20px;
	    justify-content: flex-start;
	}
	.page-footer .ft-links-contact .ft-links-content ul li a {
	    font-size: 17px;
	}
	.page-footer .ft-links-content .main-links li, .page-footer .ft-links-content .main-links li a {
	    font-size: 14px;
	}
	.page-footer .ft-links .ft-links-left {
	    padding-right: 15px;
	}
	.page-footer .ft-links .ft-links-right {
	    padding-left: 20px;
	}
	.page-footer .ft-links-contact .ft-links-content ul.contact-email li {
	    padding-left: 30px;
	}
	.page-footer .ft-links-contact .ft-links-content ul.contact-email li a {
	    font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.header-top-offers{
	    padding: 0 20px;
	    width: 80%;
	}
	.header-top-track,.header-top-contact {
	    display: none;
	}
	.browse-offers-toggle {
	    font-size: 12px;
	}
	.header-top-offers .owl-carousel .owl-nav [class*='owl-']:before {
	    font-size: 15px;
	}
	.header-top-offers .owl-carousel .owl-nav .owl-next {
	    right: -20px;
	}
	.header-top-offers .owl-carousel .owl-nav .owl-prev {
	    left: -20px;
	}
	.notification-slider-items li {
	    font-size: 13px;
	    font-weight: 500;
	}
	.header-top-offers .owl-carousel .owl-nav [class*='owl-'] {
	    width: 20px;
	    height: 30px;
	    margin: 0;
	    top: 0;
	}
	.header-wrapper-content .header-content-wrap {
	    justify-content: flex-end;
	    flex-wrap: wrap;
	}
	.header-logo {
	    flex: none;
	    width: 100%;
	    justify-content: center;
	    display: flex;
	    margin-bottom: 10px;
	}
	.header-search {
	    width: 100%;
	    order: 4;
	    margin-top: 15px;
	}
	.page-header .amsearch-result-section {
	    left: -138px;
	}
	.header .cdz-horizontal-menu>.groupmenu {
	    column-gap: 10px;
	    flex-wrap: wrap;
	}
	.main .homepage-item-heading h2 {
	    font-size: 30px;
	    line-height: 42px;
	}
	.main .main .homepage-item-heading a {
	    font-size: 15px;
	    line-height: 20px;
	}
	.main .popular-cat-item span {
	    font-size: 20px;
	    line-height: 30px;
	}
	.main .best-sellers .homepage-item-heading {
	    margin-top: 60px;
	}
	.main .best-sellers-content {
	    margin-bottom: 50px;
	}
	.main .homepage-item.main-banner {
	    padding: 20px 0;
	}
	.main .main-banner .col-md-8.middle-banner {
	    width: 33%;
	}
	.main .main-banner .col-md-8 {
	    width: 33%;
	}
	.main .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
	    max-width: 50%;
	    width: 50%;
	}
	.main .service-item img {
	    max-width: 56px;
	}
	.main .service-item h3 {
	    font-size: 18px;
	}
	.main .whysoo-item .total-count {
	    font-size: 26px;
	    line-height: 34px;
	}
	.main .whysoo-item .count-info {
	    font-size: 16px;
	    line-height: 21px;
	}
	.main .whysoo-items {
	    padding: 30px 12px;
	    top: 90px;
	}
	.page-footer .bottom-footer-wrapper .footer.content {
	    flex-flow: column;
	}
	.page-footer .copyright{
	    order: 2;
	    margin: 10px 0;
	}
	.page-footer .ft-links .ft-links-left {
	    width: 100%;
	    padding-right: 10px;
	}
	.page-footer .ft-links .ft-links-right {
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 10px;
	}
	.page-footer .ft-links {
	    padding: 0 10px;
	    margin-bottom: 30px;
	}
	.page-footer .ft-links-contact .ft-links-content ul {
	    justify-content: flex-start;
	    column-gap: 50px;
	}
	.main .homepage-item.easy-ordering .homepage-item-heading {
	    top: 40px;
	}
	.main .homepage-item.easy-ordering .container {
	    padding: 0;
	}
	.main .ordering-items {
	    display: flex;
	    flex-flow: column;
	}
	.main .ordering-item {
	    padding: 30px 15px;
	}
	.main .ordering-items .ordering-item:first-child {
	    padding-top: 120px;
	    position: relative;
	}
	.main .homepage-item.easy-ordering .homepage-item-heading {
	    top: 40px;
	}
	.main .ordering-item-wrap {
	    column-gap: 20px;
	}
	.main .ordering-item-title h4 {
	    font-size: 20px;
	}
	.main .ordering-item-title {
	    align-items: flex-start;
	}
	.main .ordering-counter {
	    font-size: 60px;
	}
	.main .ordering-items .ordering-item:last-child {
	    padding-bottom: 100px;
	    position: relative;
	}
	.main .ordering-speical-note {
	    position: absolute;
	    bottom: 30px;
	    padding: 0 15px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.main .ordering-item:first-child:after,.main .ordering-item:last-child:before {
	    content: '';
	    height: 1px;
	    position: absolute;
	    left: 0;
	    width: 50px;
	    right: 0;
	    margin: 0 auto;
	    background: #312B19;
	}
	.main .ordering-item.with-title:after, .main .ordering-item.with-title:before{
	    display: none;
	}
	.main .ordering-item:last-child:before {
	    top: 1px;
	}
	.main .ordering-item:first-child:after,.main .ordering-item:last-child:before {
	    bottom: -1px;
	}
	.main .ordering-item.with-title {
	    position: static;
	}
	.main .ordering-item {
	    width: 100%;
	}
	.footer-newsletter {
	    width: 100%;
	    order: 3;
	}
	.footer-newsletter .block.newsletter {
	    flex-flow: column;
	    margin-top: 30px;
	    padding-top: 20px;
	    border-top: 1px solid #C6C1B7;
	}
	.footer-newsletter .block.newsletter:after, .footer-newsletter .block.newsletter:before{
	    display: none;
	}
	.footer-newsletter .block.newsletter label {
	    margin-bottom: 15px;
	}
	.footer.content.footer-content-top {
	    flex-wrap: wrap;
	}
}.catalog-product-view .page-main {
    padding-top: 28px;
}
.product-main-content {
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.fotorama__stage__shaft .fotorama__stage__frame {
    border: 1px solid #B5BDCA;
    border-radius: 10px;
}
.fotorama__fullscreen .fotorama__stage__shaft .fotorama__stage__frame {
    border: 0;
}
.fotorama__fullscreen .fotorama__stage {
    max-height: 100% !important;
}
.fotorama__thumb {
    border: 1px solid #CACACA;
    border-radius: 10px;
}
.fotorama__thumb-border {
    background-image: none;
    border: 1px solid #1863C1 !important;
    border-radius: 10px;
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover {
    background-color: #fff;
}
.brand-social-main {
    display: inline-block;
    width: 100%;
}
.product-info-main .product-social-links {
    text-align: right;
    width: auto;
    margin: 0;
}
.product-info-main .product.attribute.sku.brand .type {
    display: none;
}
.product-info-main .product.attribute.sku.brand a, .product-info-main .product.attribute.sku.brand .value {
    color: #1863C1;
    font-weight: 500;
    text-decoration: underline;
    line-height: 16px;
}
.brand-social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.product-social-links ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    line-height: 15px;
    float: left;
    margin-right: 12px;
}
.product-social-links ul {
    margin: 0;
    padding: 0;
    line-height: 15px;
}
.product-social-links label {
    font-size: 16px;
    color: #7F7F7F;
    line-height: 16px;
    font-weight: 500;
    line-height: 16px;
}
.product-social-links label:after {
    content: ':';
    font-weight: 700;
}
.social-wrapper {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.product-social-links ul li:last-child {
    margin-right: 0;
}
.product-social-links ul li a span{
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/social-icons.png);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: inline-block;
}
.product-social-links ul li a span.facebook{
    background-position: 0 0;
}
.product-social-links ul li a span.twitter {
    background-position: -51px 0px;
}
.product-social-links ul li a span.pinterest{
    background-position: -115px 0px;
}
.product-social-links ul li a:hover span.facebook{
    background-position: 0 -36px;
}
.product-social-links ul li a:hover span.twitter {
    background-position: -51px -36px;
}
.product-social-links ul li a:hover span.pinterest{
    background-position: -115px -36px;
}
.product-info-main .page-title-wrapper .page-title {
    line-height: 55px;
    margin-top: 6px;
    margin-bottom: 15px;
}
.review-stock-main {
    display: inline-block;
    width: 100%;
}
.review-stock-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
.product-reviews-summary .reviews-actions a, .product-reviews-summary .reviews-actions a:active,.rating-count  .action.view{
    color: #1863C1;
    text-decoration: underline;
}
.product-reviews-summary .reviews-actions {
    color: #1863C1;
    font-size: 100%;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 100%;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #B9B9B9;
}
.product-info-main .rating-summary, .customer-review .rating-summary {
    margin-right: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.product-reviews-summary {
    font-weight: 500;
    color: #1863C1;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.product-reviews-summary .reviews-actions a:hover {
    color: #ed1b2f;
    text-decoration: underline;
}
.product-info-main .product-info-stock-sku {
    padding-top: 0;
}
.product-info-main .stock, .product-info-main .stock.available, .product-info-main .stock.unavailable {
    margin: 0;
    color: #000000;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
}
.product-info-main .stock .label{
    color : #000;
}
.product-info-main .stock .label:after {
    content: ':';
    font-weight: 700;
}
.product-info-main .stock.available {
    color: #68AD44;
}
.product-info-main .stock.unavailable {
    color: #B8190D;
}
.rating-summary .rating-result {
    margin-top: 0;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
    font-size: 34px;
    font-weight: 800;
    color: #FF0000;
    line-height: 42px;
}
.product-info-main .product-reward-points-earning {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 15px;
}
.product-info-main .product-info-price {
    margin-top: 15px;
    margin-bottom: 5px;
}
.product-emi p {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.product-emi p img {
    margin-left: 5px;
}
.product-add-form .box-tocart .field {
    margin: 0;
}
.product-add-form .box-tocart .field.qty {
    display: flex;
    /*align-items: center;*/
    column-gap: 10px;
}
/*.box-tocart .qty .label {
    display: inline-block !important;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}*/
.box-tocart .qty .label {
    display: inline-block !important;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 10px;
}
.box-tocart .qty .label:after {
    content: ':';
}
.box-tocart .control .qty-input .input-text.qty {
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    background-color: #FDFDFD;
    border: 0;
}
.box-tocart .control .qty-minus .btn-qty, .box-tocart .control .qty-plus .btn-qty,.box-tocart .control .qty-minus .btn-qty:hover, .box-tocart .control .qty-plus .btn-qty:hover {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    border: 0;
    background-color: #EBEDF0;
    font-size: 30px;
    text-decoration: none;
}
.box-tocart .control {
    margin-bottom: 0;
    float: none;
}
select[bss-qty-dropdown="bss-qty-dropdown"] {
    max-width: 200px;
}
.box-tocart .control select[bss-qty-dropdown="bss-qty-dropdown"] {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 200px;
}
.prices-tier {
    margin-bottom: 0;
    font-size: 15px;
}
.box-tocart .control .qty-minus .btn-qty {
    border-radius: 5px 0 0 5px;
    font-size: 45px !important;
    line-height: 40px !important;
    color: #ED1B2F !important;
}
.box-tocart .control .qty-plus .btn-qty {
    border-radius: 0 5px 5px 0;
    color: #1863C1 !important;
}
.product-add-form .box-tocart .fieldset {
    display: flex;
    /*align-items: center;*/
    column-gap: 22px;
}
.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0;
}
.box-tocart .action.tocart {
    height: 46px;
    background: #10A584;
    border: 0;
    font-size: 14px;
    line-height: 100%;
    padding: 0 66px;
    font-weight: 800;
    border-radius: 4px;
    letter-spacing: 0.50px;
}
.box-tocart .action.tocart:hover {
    color: #fff;
    background-color: #08896D;
}
.product-info-main .product.attibute.overview .title, .product-info-main .product.attribute.overview .title {
    display: none;
}
.mp-arp-slider-content .owl-carousel .owl-nav [class*='owl-']:before {
    display: none;
}
.mp-arp-slider-content .owl-carousel .owl-nav [class*='owl-'].owl-next, .mp-arp-slider-content .owl-carousel .owl-nav [class*='owl-'].owl-prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    background-color: transparent !important;
}
.product-social-links .social-addthis:before {
    content: 'Share:';
    font-size: 16px;
    font-weight: 500;
    color: #7F7F7F;
    margin-right: 10px;
}
.product-social-links a {
    color: #7E7E7E;
}
.fotorama__stage .fotorama__arr {
    display: none !important;
}
.rating-summary .rating-result>span:before {
    color: #F9BF3B;
}
.mp-arp-slider-content .owl-carousel .owl-nav [class*='owl-'].owl-prev {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-prev.png);
}
.mp-arp-slider-content .owl-carousel .owl-nav [class*='owl-'].owl-next{
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-next.png);
    margin-right: 0;
}
.mp-arp-slider-content .owl-nav {
    top: -96px;
}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
    margin: 0 0 20px;
}
.product-addto-links .action span {
    text-transform: capitalize;
    border: 0;
    padding: 0;
    font-size: 17px;
    line-height: 26px;
    width: auto;
    float: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #232F3E;
}
.product-addto-links-main {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.product-addto-links .action.towishlist span:before,.product-addto-links .action.tocompare span:before,.product-addto-links-main .product.price a.alert span:before,.product-addto-links .action.tofeedback span:before {
    content: '';
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/addto-icons.png);
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
}
.product-addto-links .action.towishlist span:before {
    width: 22px;
    background-position: 0 0;
}
.product-addto-links .action.tocompare span:before {
    width: 15px;
    background-position: -140px 0px;
}
.product-addto-links .action.tofeedback span:before {
    width: 20px;
    background-position: -286px 0px;
}
.product-addto-links-main .product.price a.alert span:before {
    width: 20px;
    background-position: -440px 0px;
}
.product-addto-links .action {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.product-addto-links {
    margin-bottom: 0;
    clear: none;
    display: flex;
    column-gap: 40px;
}
.product-addto-links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}
.product-addto-links-main .product.price a.alert span {
    display: flex;
    align-items: center;
    align-items: center;
    column-gap: 10px;
    font-weight: 500;
    color: #232F3E;
}
.product-addto-links-main .product.price a.alert:hover span {
    color: #B8190D;
}
.product-info-main .product.alert {
    margin: 0;
}
.feature-attr-title strong{
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.product-feature-item {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.feature-attr-value {
    padding: 0 15px;
    font-size: 15px;
    border: 1px solid #96A2B5;
    border-radius: 5px;
}
.product-featured-attributes {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.product.info.detailed .product.data.items {
    text-align: left;
}
.product.info.detailed .product.data.items > .item.title > .switch {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    padding: 14px 28px;
    border-radius: 0;
    display: block;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 500;
    line-height: 36px;
    background-color: #fff;
    border: 0;
    text-decoration: none;
    height: 60px;
    border-top: 4px solid #fff;
}
.product.info.detailed .product.data.items > .item.title.active > .switch, .product.info.detailed .product.data.items > .item.title > .switch:hover {
    background: #FAF9F4;
    color: #000;
    border-color: #10A584;
}
.product.info.detailed .data.switch .counter {
    display: none;
}
.product.info.detailed .product.data.items > .item.content {
    /* border-color: #6D7E97; */
    margin-top: 59px;
    background: #FAF9F4;
    padding: 30px;
    border: 0;
}
.product.attribute.description p {
    margin-bottom: 20px;
}
.product.info.detailed .product.data.items > .item.title > .switch:hover:before,.product.data.items > .item.title.active > .switch:before{
    display: none;
}
.review-ratings .rating-summary, .customer-review .review-details .customer-review-rating .rating-summary {
    display: inline-block;
    margin-right: 50px;
}
.catalog-product-view .review-ratings {
    max-width: 100%;
    float: left;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.review-content-container {
    margin-top: 15px;
    float: left;
    width: 100%;
    font-weight: 500;
    display: inline-block;
}
.review-control-vote:before {
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote label:before {
    color: #F9BF3B;
}
.product-info-main .product-info-price .price-box {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
}
.product-info-main .product-info-price .price-box .old-price .price {
    font-size: 24px;
    font-weight: 600;
    color: #CDCDCD;
    line-height: 34px;
    position: relative;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper .price:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #CDCDCD;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    left: 0;
}
.product-info-main .product-info-price .price-box .old-price .price-wrapper {
    text-decoration: none;
}
.product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span {
    color: #CDCDCD;
}
.product-info-price .price-box .old-price .price-container > span.price-label {
    display: none;
}
.product-options-bottom .price-box .old-price .price-container > span, .product-info-price .price-box .old-price .price-container > span {
    color: #4E4E4E;
}
.product.media ul.cdz-product-labels {
    left: 20px;
}
.catalog-product-view .services-items {
    margin: 0;
}
.product-services.main-services .container {
    padding: 0;
}
.product.attribute.description strong {
    font-weight: 700;
}
.product-info-main .product.attibute.overview strong, .product-info-main .product.attribute.overview strong {
    font-weight: 700;
    text-transform: none;
}
@media (min-width: 769px){
    .page-layout-1column .product.media {
        width: 50%;
        padding-right: 15px;
    }
    .page-layout-1column .product-info-main {
        width: 50%;
        padding-left: 15px;
    }
    .product.media ul.cdz-product-labels {
        left: 116px;
    }
}
.catalog-product-view .page-wrapper > .page-bottom {
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.recently-item-heading h2 {
    margin: 0;
}
.recently-item-heading {
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
}
.recently-viewed-products .owl-carousel .owl-nav [class*='owl-'], .bottom-upsell-container .owl-carousel .owl-nav [class*='owl-']{
    width: 18px;
    height: 40px;
    background-color: transparent;
    border: 0;
    margin: 0 30px;
}
.recently-viewed-products .owl-carousel .owl-nav [class*='owl-'], .bottom-upsell-container .owl-carousel .owl-nav [class*='owl-'] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
}
.recently-viewed-products .owl-carousel .owl-nav .owl-prev,.bottom-upsell-container .owl-carousel .owl-nav .owl-prev {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-prev.png);
}
.recently-viewed-products .owl-carousel .owl-nav .owl-next,.bottom-upsell-container .owl-carousel .owl-nav .owl-next {
    background-image: url(../../frontend/Codazon/fastest_soodefault/en_US/images/bestseller-next.png);
    margin-right: 0;
}
.recently-viewed-products .owl-carousel .owl-nav, .bottom-upsell-container .owl-carousel .owl-nav {
    top: -90px;
}
.bottom-upsell-container .owl-carousel .owl-nav {
    right: -22.5px;
}
.recently-viewed-products .owl-carousel .owl-nav [class*='owl-']:before,.bottom-upsell-container .owl-carousel .owl-nav [class*='owl-']:before{
    display: none;
}
.products-grid .product-item-info {
    text-align: left;
    border: 1px solid #B2BDCD;
}
.products-grid .product-item-info .product-item-details {
    padding: 0;
}
.products-grid .product-item-actions {
    margin: 0;
}
.product-item-actions .actions-secondary > .action span {
    width: auto;
    position: relative;
    margin: 0;
}
.bottom-upsell-container .slider-title.title {
    display: inline-block;
    width: 100%;
    margin-top: 56px;
    margin-bottom: 36px;
    text-transform: capitalize;
}
.bottom-upsell-container .slider-title.title h2{
    margin: 0;
}
.bottom-upsell-container .owl-carousel {
    padding-top: 0;
}
.bottom-upsell-wrapper.container,.recently-viewed-container .container {
    background: transparent;
    margin-bottom: 0;
}
.bottom-upsell-container, .bottom-related-container{
    background-color: #ECF5F6;
}
.bottom-upsell-container .slider {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.bottom-upsell-container .owl-carousel .owl-item .item{
    margin: 0;
}
.bottom-upsell-container .actions-secondary.top-wishlist .action.towishlist,.recently-viewed-container .actions-secondary.top-wishlist .action.towishlist{
    color: #BDB29F;
}
.bottom-upsell-container .actions-secondary.top-wishlist .action.towishlist:hover, .recently-viewed-container .actions-secondary.top-wishlist .action.towishlist:hover {
    color: #60C485;
    background: transparent;
}
.recently-item-content .block {
    margin-bottom: 100px;
}
.bottom-upsell-container .actions-secondary.top-wishlist,.recently-viewed-container .actions-secondary.top-wishlist {
    position: absolute;
    right: auto;
    z-index: 1;
    top: 20px;
    left: 20px;
}
.recently-item-content .products.wrapper .product-item:hover .product-item-info {
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .1);
    border-color: #0DDFB1;
}
.recently-item-content .product-item-info {
    padding: 30px 20px 20px;
    border: 1px solid #CAC2C2;
}
.recently-viewed-container:not(.loaded) .recently-item-heading{
    display: none;
}
.recently-viewed-container.no-items {
    display: none;
}
.mageplaza-fbt-title.title h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 26px;
    font-weight: 600;
}
.mageplaza-frequently-bought-together-block hr {
    display: none;
}
.mageplaza-fbt-rows ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mageplaza-frequently-bought-together-block {
    margin: 20px 0 34px;
}
.mageplaza-fbt-rows .mageplaza-fbt-checkbox-label a {
    color: #000;
}
.mageplaza-fbt-image-box {
    margin: 0;
    padding: 0;
}
.mageplaza-fbt-image-box li.product-item .product-image-wrapper {
    padding-top: 0;
}
.mageplaza-fbt-image-box li.product-item {
    width: 135px !important;
    border: 1px solid #B8C5D6;
    border-radius: 10px;
}
.column.main .mageplaza-fbt-image-box .product-item {
    padding: 10px;
    margin: 0;
}
.product-item-plus {
    line-height: 135px;
    font-size: 24px;
    color: #232F3E;
    min-width: 42px;
    text-align: center;
}
.mageplaza-fbt-rows {
    margin-top: 24px;
}
.mageplaza-fbt-out-of-stock, .mageplaza-fbt-rows .item-price, .mageplaza-fbt-price-box .mageplaza-fbt-price, .mpfbt-total-items .mpfbt-total-items-value {
    color: #000000;
}
.mageplaza-fbt-rows .main-product .mageplaza-fbt-checkbox-label{
    font-weight: 400;
}
.mageplaza-fbt-rows ul li {
    margin-bottom: 10px;
}
.product-item .mpfbt-tocart {
    font-size: 14px;
    padding-left: 50px;
    padding-right: 50px;
}
.mageplaza-fbt-total-price {
    font-size: 18px;
}
.mageplaza-fbt-price-box .mageplaza-fbt-price, .mpfbt-total-items .mpfbt-total-items-value {
    font-size: 18px;
    font-weight: 800;
}
.mageplaza-fbt-add-tocart{
    margin: 20px 0 0 0;
}
.product.info.detailed:not(.without_tab) {
    padding: 0;
    margin: 80px 0 100px;
}
@media screen and (max-width: 1199px){
    .catalog-product-view .product-info-main .wk-daily-deal {
        flex-flow: column;
        align-items: flex-start;
    }
}
.mageplaza-autorelated-block.block.widget.block-products-list .mageplaza-autorelated-title.block-title.title{
    display: inline-block;
    width: 100%;
    margin-top: 86px;
    margin-bottom: 26px;
    text-transform: capitalize;
}
.mageplaza-autorelated-block.block.widget.block-products-list .block-mageplaza-autorelated-heading{
    margin: 0;
}
.mageplaza-autorelated-block.block.block-products-list .product-item-info {
    padding: 30px 20px 20px;
    border: 1px solid #ECE9E1;
}
.mageplaza-autorelated-block.block.block-products-list .product-item:hover .product-item-info {
    border-color: transparent;
    box-shadow: 0px 4px 15px 0 rgba(0, 0, 0, .1);
}
.mageplaza-autorelated-slider.products-mageplaza-autorelated.products.items {
    padding: 20px 22.5px;
    background: #fff;
}
.mageplaza-autorelated-block.block.block-products-list .product-item {
    padding: 10px 7.5px;
}
.mageplaza-autorelated-block.block.widget.block-products-list {
    width: 100%;
    margin: 0 0 100px 0;
    display: inline-block;
}
.mageplaza-autorelated-slider>ol {
    width: 100%;
}
.mp-arp-slider-content .owl-nav button span {
    display: none;
}
.mp-arp-slider-content .owl-nav .owl-prev {
    left: 0;
}
.mp-arp-slider-content .owl-nav .owl-next {
    right: 0;
}
.mp-arp-slider-content .owl-theme .owl-dots .owl-dot {
    min-height: auto;
}
.mp-arp-slider-content .owl-nav.disabled {
    display: none !important;
}
/*Group Product*/
.product-info-main .product-info-price {
    float: none;
    width: 100%;
}
.page-product-grouped .product-info-main .product-info-price .price-box {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column;
}
.group-items-toggle strong.action.primary {
    height: 46px;
    padding: 0 70px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin: 0;
    border: 0;
}
.group-items-toggle strong.action.primary:hover,.group-items-toggle strong.action.primary:focus {
    color: #fff;
    background-color: #08896D;
}
.group-items-toggle {
    display: inline-block;
    width: 100%;
    margin: 20px 0 25px;
}
.group-items-toggle strong.action.primary span:after {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f107';
    line-height: 20px;
    margin-left: 8px;
    font-weight: normal;
}
.prd-col-wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.table.grouped .product-item-name {
    font-weight: 500;
    margin: 0 0 5px 0;
    color: #000;
}
.prd-image img {
    mix-blend-mode: multiply;
}
/*.product.info.detailed .product.data.items>.item.content[id='product.info'] {
    padding: 0;
}*/
.table.data.grouped tbody tr:last-child .col {
    border-bottom: 1px solid #E9E9E9;
}
.table.data.grouped tbody tr td.col:first-child{
    border-left: 1px solid #E9E9E9;
}
.table.data.grouped .col {
    border-right: 1px solid #E9E9E9;
    border-top-color: #E9E9E9;
    min-height: 84px;
    vertical-align: middle;
}
.table.grouped .col.item {
    width: 50%;
}
.table.grouped .col.price {
    width: 18%;
    padding-left: 30px;
}
.table.grouped .col.qty {
    width: 32%;
    text-align: center;
}
.prd-image img {
    vertical-align: top;
}
.page-product-grouped .box-tocart {
    margin-top: 30px;
    margin-bottom: 10px;
}
.table.grouped thead th.col {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}
.page-product-grouped .product-add-form .box-tocart .fieldset {
    justify-content: flex-end;
}
.table.grouped .prices-tier .item, .table.grouped .prices-tier .item .price {
    color: #60C485;
    font-size: 13px;
    font-weight: 600;
}
.table.grouped .col.qty .control.qty select[bss-qty-dropdown="bss-qty-dropdown"].qty {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 240px;
}
.table.grouped .col.qty .control.qty [bss-qty-input="bss-qty-input"].qty.with-dropdown:not(.active) {
    position: absolute;
    left: -1000%;
    z-index: 0;
    overflow: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}
.table.grouped .col.qty .control.qty {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.table.grouped .price-box .old-price .price {
    font-size: 16px;
    font-weight: 500;
    color: #ababab;
}
.table.grouped .price-box .old-price .price-wrapper{
    color: #ababab;
}
.table.grouped .old-price .price-label {
    display: none;
}
/*Group Product*/
.bottom-related-container {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .product-add-form .box-tocart .field.qty {
        align-items: flex-start;
        flex-flow: column;
        row-gap: 10px;
    }
    .product-add-form .box-tocart .fieldset {
        align-items: flex-end;
    }
    .product-info-main .page-title-wrapper .page-title {
        line-height: 40px;
        font-size: 30px;
    }
    .product.media .fotorama__stage {
        margin-left: 0 !important;
    }
    .page-layout-1column.catalog-product-view .product.media {
        padding-right: 0;
        width: 48%;
    }
    .page-layout-1column.catalog-product-view .product-info-main {
        width: 50%;
        padding-left: 0;
    }
    .review-stock-wrapper {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .box-tocart .action.tocart {
        padding: 0;
        min-width: 160px;
    }
}