/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    background: #ffffff;
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/**
 * Copyright © 2017 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */

.swatch-attribute-label {
    font-weight: bold;
    position: relative;
}

.swatch-attribute-label.required {
    padding-right: 10px;
}

.swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 17px;
}

.swatch-attribute-options {
    margin-top: 10px; 
    padding: 5px;
}

.swatch-option {
    padding: 0;
    width: 15px;
    border-radius: 15px;
    display: inline-block;
    border: none;
    height: 15px;
    float: none;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    position: relative; 
    text-overflow: ellipsis;
}

.swatch-option.text {
    background: #F2F2F2;
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 8px;
    min-width: 22px;
    margin-right: 7px;
    /*background-color: #F2F2F2;*/
}

.swatch-option.selected {
    outline: 2px solid #FF5100;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.text.selected {
    background-color: #FFF !important;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option {
    background: rgb(240, 240, 240);
    color: rgb(148, 148, 148);
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff;
}

.swatch-option:not(.disabled):hover {
    outline: 1px solid #999;
    border: 1px solid #fff;
    color: #333;
}

.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
    outline: none;
    border: 1px solid #fff;
}

.swatch-option.disabled {
    cursor: default;
}

.swatch-option.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: -moz-linear-gradient(to left top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 46%, rgba(255,82,22,1) 47%, rgba(255,82,22,1) 53%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(42%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(47%,rgba(255,82,22,1)), color-stop(53%,rgba(255,82,22,1)), color-stop(54%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(58%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 42%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 46%,rgba(255,82,22,1) 47%,rgba(255,82,22,1) 53%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 58%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.swatch-option-tooltip {
    max-width: 140px;
    /*max-height: 160px;*/
    max-height: 100%;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    text-align: center;
}

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
    left: 40%;
    position: absolute;
    bottom: 0;
    height: 8px;
}

.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
    content: '';
    position: relative;
    top: 1px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px;
}

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    /*margin: 0 0 5px;*/
    margin: 0 auto;
}

.swatch-option-tooltip .title {
    max-width: 140px;
    min-height: 20px;
    max-height: 200px;
    color: rgb(40, 40, 40);
    text-align: center;
    display: block;
    overflow: hidden;
}

.swatch-opt {
    margin: 20px 0;
}

.swatch-more {
    display: inline-block;
    margin: 2px 0;
    text-decoration: none !important;
    position: static;
    z-index: 1;
}

/* Layered Features */
.swatch-option-link-layered {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.swatch-option-tooltip-layered {
    width: 140px;
    position: absolute;
    background: #fff;
    color: rgb(148, 148, 148);
    border: 1px solid #adadad;
    display: none;
    z-index: 999;
    left: -47px;
}

.swatch-visual-tooltip-layered {
    height: 160px;
    top: -170px;
}

.swatch-textual-tooltip-layered {
    height: 30px;
    top: -40px;
}

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
    display: block;
}

.swatch-attribute-options .swatch-option-tooltip-layered .title {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: rgb(40, 40, 40);
    text-align: center;
    margin-bottom: 10px;
}

.swatch-option-disabled:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: red;
    transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    z-index: 995;
    left: -4px;
    top: 10px;
}

.swatch-option-disabled {
    outline: none !important;
    cursor: default;
    border: 0;
}

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}

.swatch-option-loading + :after {
    position: absolute;
    content: url("../../frontend/TPFGroup/TickFord/en_US/Magento_Swatches/images/loader-2.gif");
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swatch-option-loading + span{
    visibility: visible;
    opacity: 1;
    display: block;
   background: #fff;
}
.swatch-option-loading + span img{
    visibility: hidden;
}.catalog-category-view .hidepricetext{
	float:left;
	width:100%;
	margin-bottom:5px;
}
.cms-index-index .hidepricetext{
	float:left;
	width:100%;
	margin-bottom:5px;
}/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  border: 0;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #f4f4f4;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #f4f4f4;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #333333;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #1979c3;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #1979c3;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #006bb4;
  text-decoration: none;
}
a:active,
.alink:active {
  color: #ff5501;
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 20px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #f4f4f4;
  color: #111111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #f4f4f4;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #c2c2c2;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #c2c2c2;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple="multiple"] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  color: #e02b27;
  font-size: 1.2rem;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.product-items,
.prices-tier,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.bundle-options-container .block-bundle-summary .bundle.items > li,
.cart-container .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.items > li,
.block-wishlist-management .wishlist-select-items > li,
.paypal-review .items-qty > li,
.order-details-items .items-qty > li,
.product-items > li,
.prices-tier > li,
.footer.content ul > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.box-tocart .action.tocart {
  width: 100%;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.amazon-validate-container .block .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.amazon-validate-container .block .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.widget .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.block-wishlist .block-title > strong,
.widget .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\c009';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.box-tocart .input-text.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.filtered .item .action.remove,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #303030;
}
.product-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: none;
}
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field.additional .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):before,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.payment-method-braintree .hosted-date-wrap:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\c009';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.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,
.multicheckout .action.primary,
.box-tocart .action.tocart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.block.related .action.select,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.block.related .action.select:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: none;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.block.related .action.select:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.block.related .action.select:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions,
.box-tocart {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.cart-summary .price-including-tax + .price-excluding-tax:before,
.gift-summary .price-including-tax + .price-excluding-tax:before,
.gift-options .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.cart-summary .price-including-tax + .price-excluding-tax:after,
.gift-summary .price-including-tax + .price-excluding-tax:after,
.gift-options .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\c009';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\c009';
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard > .legend + br,
.order-details-items .order-items .order-gift-message .action.close,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar-main .block-reorder .subtitle,
.sidebar-additional .block-reorder .subtitle,
.sidebar .subtitle,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.block-wishlist .counter,
.block-compare .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  font-weight: 700;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\c009';
}
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #f4f4f4;
}
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e617';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
/**
 * @category    TPFGroup
 * @package     TPFTheme
 * @copyright   Copyright © 2018 TPF Group. All Rights Reserved.
 * @author      tpf.com.au
 * @email       hungle@tpfvietnam.vn
 */
@font-face {
  font-family: 'Avenir';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir.woff2') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Bold';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir-Bold.woff2') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir-Bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Oblique';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir-Oblique.woff2') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/Avenir-Oblique.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #f4f4f4;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover {
  color: #006bb4;
}
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover {
  color: #006bb4;
}
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover {
  color: #006bb4;
}
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover {
  color: #006bb4;
}
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover {
  color: #006bb4;
}
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #f5f5f5;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c009';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\c009';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #f4f4f4;
    color: #f4f4f4;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/TPFGroup/TickFord/en_US/images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: '\e612';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: 1px solid #f4f4f4;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff5501;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #f4f4f4;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 18px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: #737373;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}
.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline;
}
.price-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 700;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
input,
button,
select,
optgroup,
textarea,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  overflow: visible;
}
button,
select,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"],
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(1.375rem);
  padding-bottom: calc(1.375rem);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(1.5rem);
  padding-bottom: calc(1.5rem);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(1.25rem);
  padding-bottom: calc(1.25rem);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.8125rem);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(4.875rem);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show,
.collapse.in {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(3.8125rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(4.875rem);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(4.25rem);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(4.25rem);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close,
.cart.table-wrapper .actions-toolbar > .action.close,
.action-gift.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(99%);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(96.5%);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc(-1.5rem);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc(-1.5rem);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc(-1.5rem);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-primary:focus,
.action-gift.bg-primary:hover,
.action-gift.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-secondary:focus,
.action-gift.bg-secondary:hover,
.action-gift.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-success:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-success:focus,
.action-gift.bg-success:hover,
.action-gift.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-info:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-info:focus,
.action-gift.bg-info:hover,
.action-gift.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-warning:focus,
.action-gift.bg-warning:hover,
.action-gift.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-danger:focus,
.action-gift.bg-danger:hover,
.action-gift.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-light:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-light:focus,
.action-gift.bg-light:hover,
.action-gift.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:hover,
.cart.table-wrapper .actions-toolbar > .action.bg-dark:focus,
.action-gift.bg-dark:hover,
.action-gift.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'cleversoft';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.eot?qr5ut1');
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.eot?qr5ut1#iefix') format('embedded-opentype'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.woff2?qr5ut1') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.ttf?qr5ut1') format('truetype'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.woff?qr5ut1') format('woff'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/cleverfont//cleversoft.svg?qr5ut1#cleversoft') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cs-font {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clever-icon-heart-6:before {
  content: "\c283";
}
.clever-icon-heart-5:before {
  content: "\c282";
}
.clever-icon-filter-3:before {
  content: "\c281";
}
.clever-icon-refresh-5:before {
  content: "\c280";
}
.clever-icon-heart-4:before {
  content: "\c279";
}
.clever-icon-heart-3:before {
  content: "\c278";
}
.clever-icon-ruler:before {
  content: "\c277";
}
.clever-icon-help:before {
  content: "\c276";
}
.clever-icon-hand-up:before {
  content: "\c275";
}
.clever-icon-hand-down:before {
  content: "\c274";
}
.clever-icon-arrow-up:before {
  content: "\c273";
}
.clever-icon-arrow-down:before {
  content: "\c272";
}
.clever-icon-arrow-left-4:before {
  content: "\c271";
}
.clever-icon-arrow-right-4:before {
  content: "\c270";
}
.clever-icon-refresh-4:before {
  content: "\c269";
}
.clever-icon-refresh-3:before {
  content: "\c268";
}
.clever-icon-quote-2:before {
  content: "\c267";
}
.clever-icon-pause:before {
  content: "\c266";
}
.clever-icon-check:before {
  content: "\c265";
}
.clever-icon-caret-down:before {
  content: "\c264";
}
.clever-icon-caret-left:before {
  content: "\c263";
}
.clever-icon-caret-right:before {
  content: "\c262";
}
.clever-icon-caret-up:before {
  content: "\c261";
}
.clever-icon-caret-square-dow:before {
  content: "\c260";
}
.clever-icon-caret-square-left:before {
  content: "\c259";
}
.clever-icon-caret-square-right:before {
  content: "\c258";
}
.clever-icon-caret-square-up:before {
  content: "\c257";
}
.clever-icon-check-circle-o:before {
  content: "\c256";
}
.clever-icon-check-circle:before {
  content: "\c255";
}
.clever-icon-check-square-o:before {
  content: "\c254";
}
.clever-icon-check-square:before {
  content: "\c253";
}
.clever-icon-circle-o:before {
  content: "\c252";
}
.clever-icon-circle:before {
  content: "\c251";
}
.clever-icon-dribbble:before {
  content: "\c250";
}
.clever-icon-flickr:before {
  content: "\c249";
}
.clever-icon-foursquare:before {
  content: "\c248";
}
.clever-icon-github:before {
  content: "\c247";
}
.clever-icon-linkedin:before {
  content: "\c246";
}
.clever-icon-rss:before {
  content: "\c245";
}
.clever-icon-square-o:before {
  content: "\c244";
}
.clever-icon-square:before {
  content: "\c243";
}
.clever-icon-star-o:before {
  content: "\c242";
}
.clever-icon-star:before {
  content: "\c241";
}
.clever-icon-tumblr:before {
  content: "\c240";
}
.clever-icon-xing:before {
  content: "\c239";
}
.clever-icon-twitter:before {
  content: "\c238";
}
.clever-icon-cart-16:before {
  content: "\c237";
}
.clever-icon-heart-2:before {
  content: "\c236";
}
.clever-icon-eye-5:before {
  content: "\c235";
}
.clever-icon-facebook:before {
  content: "\c234";
}
.clever-icon-googleplus:before {
  content: "\c233";
}
.clever-icon-instagram:before {
  content: "\c232";
}
.clever-icon-pinterest:before {
  content: "\c231";
}
.clever-icon-skype:before {
  content: "\c230";
}
.clever-icon-vimeo:before {
  content: "\c229";
}
.clever-icon-youtube-1:before {
  content: "\c228";
}
.clever-icon-award-1:before {
  content: "\c227";
}
.clever-icon-clock-1:before {
  content: "\c226";
}
.clever-icon-three-dots:before {
  content: "\c225";
}
.clever-icon-share-2:before {
  content: "\c224";
}
.clever-icon-building:before {
  content: "\c223";
}
.clever-icon-faucet:before {
  content: "\c222";
}
.clever-icon-flower:before {
  content: "\c221";
}
.clever-icon-house-1:before {
  content: "\c220";
}
.clever-icon-house:before {
  content: "\c219";
}
.clever-icon-pines:before {
  content: "\c218";
}
.clever-icon-plant:before {
  content: "\c217";
}
.clever-icon-sprout-1:before {
  content: "\c216";
}
.clever-icon-sprout:before {
  content: "\c215";
}
.clever-icon-trees:before {
  content: "\c214";
}
.clever-icon-close-1:before {
  content: "\c213";
}
.clever-icon-list-2:before {
  content: "\c212";
}
.clever-icon-grid-5:before {
  content: "\c211";
}
.clever-icon-menu-6:before {
  content: "\c210";
}
.clever-icon-three-dots-o:before {
  content: "\c209";
}
.clever-icon-list-1:before {
  content: "\c208";
}
.clever-icon-menu-5:before {
  content: "\c207";
}
.clever-icon-menu-4:before {
  content: "\c206";
}
.clever-icon-heart-1:before {
  content: "\c205";
}
.clever-icon-user-6:before {
  content: "\c204";
}
.clever-icon-attachment:before {
  content: "\c203";
}
.clever-icon-cart-18:before {
  content: "\c202";
}
.clever-icon-ball:before {
  content: "\c201";
}
.clever-icon-battery:before {
  content: "\c200";
}
.clever-icon-briefcase:before {
  content: "\c199";
}
.clever-icon-car:before {
  content: "\c198";
}
.clever-icon-cpu-2:before {
  content: "\c197";
}
.clever-icon-cpu-1:before {
  content: "\c196";
}
.clever-icon-dress-woman:before {
  content: "\c195";
}
.clever-icon-drill-tool:before {
  content: "\c194";
}
.clever-icon-feeding-bottle:before {
  content: "\c193";
}
.clever-icon-fruit:before {
  content: "\c192";
}
.clever-icon-furniture-2:before {
  content: "\c191";
}
.clever-icon-furniture-1:before {
  content: "\c190";
}
.clever-icon-shoes-woman-2:before {
  content: "\c189";
}
.clever-icon-shoes-woman-1:before {
  content: "\c188";
}
.clever-icon-horse:before {
  content: "\c187";
}
.clever-icon-laptop:before {
  content: "\c186";
}
.clever-icon-lipstick:before {
  content: "\c185";
}
.clever-icon-iron:before {
  content: "\c184";
}
.clever-icon-perfume:before {
  content: "\c183";
}
.clever-icon-baby-toy-2:before {
  content: "\c182";
}
.clever-icon-baby-toy-1:before {
  content: "\c181";
}
.clever-icon-paint-roller:before {
  content: "\c180";
}
.clever-icon-shirt:before {
  content: "\c179";
}
.clever-icon-shoe-man-2:before {
  content: "\c178";
}
.clever-icon-small-diamond:before {
  content: "\c177";
}
.clever-icon-tivi:before {
  content: "\c176";
}
.clever-icon-smartphone:before {
  content: "\c175";
}
.clever-icon-lights:before {
  content: "\c174";
}
.clever-icon-microwave:before {
  content: "\c173";
}
.clever-icon-wardrobe:before {
  content: "\c172";
}
.clever-icon-washing-machine:before {
  content: "\c171";
}
.clever-icon-watch-2:before {
  content: "\c170";
}
.clever-icon-watch-1:before {
  content: "\c169";
}
.clever-icon-slider-3:before {
  content: "\c168";
}
.clever-icon-slider-2:before {
  content: "\c167";
}
.clever-icon-slider-1:before {
  content: "\c166";
}
.clever-icon-cart-15:before {
  content: "\c165";
}
.clever-icon-cart-14:before {
  content: "\c164";
}
.clever-icon-cart-13:before {
  content: "\c163";
}
.clever-icon-cart-12:before {
  content: "\c162";
}
.clever-icon-cart-11:before {
  content: "\c161";
}
.clever-icon-cart-10:before {
  content: "\c160";
}
.clever-icon-cart-9:before {
  content: "\c159";
}
.clever-icon-cart-8:before {
  content: "\c158";
}
.clever-icon-pause-1:before {
  content: "\c157";
}
.clever-icon-arrow-left:before {
  content: "\c156";
}
.clever-icon-arrow-left-1:before {
  content: "\c155";
}
.clever-icon-arrow-left-2:before {
  content: "\c154";
}
.clever-icon-arrow-left-3:before {
  content: "\c153";
}
.clever-icon-arrow-right:before {
  content: "\c152";
}
.clever-icon-arrow-right-1:before {
  content: "\c151";
}
.clever-icon-arrow-right-2:before {
  content: "\c150";
}
.clever-icon-arrow-right-3:before {
  content: "\c149";
}
.clever-icon-plane-1:before {
  content: "\c148";
}
.clever-icon-cart-17:before {
  content: "\c147";
}
.clever-icon-filter-2:before {
  content: "\c146";
}
.clever-icon-filter-1:before {
  content: "\c145";
}
.clever-icon-grid-1:before {
  content: "\c144";
}
.clever-icon-contract:before {
  content: "\c143";
}
.clever-icon-expand:before {
  content: "\c142";
}
.clever-icon-cart-7:before {
  content: "\c141";
}
.clever-icon-quote-1:before {
  content: "\c140";
}
.clever-icon-next-arrow-1:before {
  content: "\c139";
}
.clever-icon-prev-arrow-1:before {
  content: "\c138";
}
.clever-icon-refresh-2:before {
  content: "\c137";
}
.clever-icon-truck:before {
  content: "\c136";
}
.clever-icon-wallet:before {
  content: "\c135";
}
.clever-icon-electric-1:before {
  content: "\c134";
}
.clever-icon-electric-2:before {
  content: "\c133";
}
.clever-icon-lock:before {
  content: "\c132";
}
.clever-icon-share-1:before {
  content: "\c131";
}
.clever-icon-check-box:before {
  content: "\c130";
}
.clever-icon-clock:before {
  content: "\c129";
}
.clever-icon-analytics-laptop:before {
  content: "\c128";
}
.clever-icon-code-design:before {
  content: "\c127";
}
.clever-icon-competitive-chart:before {
  content: "\c126";
}
.clever-icon-computer-monitor-and-cellphone:before {
  content: "\c125";
}
.clever-icon-consulting-message:before {
  content: "\c124";
}
.clever-icon-creative-process:before {
  content: "\c123";
}
.clever-icon-customer-reviews:before {
  content: "\c122";
}
.clever-icon-data-visualization:before {
  content: "\c121";
}
.clever-icon-document-storage:before {
  content: "\c120";
}
.clever-icon-download-2:before {
  content: "\c119";
}
.clever-icon-download-1:before {
  content: "\c118";
}
.clever-icon-email-envelope:before {
  content: "\c117";
}
.clever-icon-file-sharing:before {
  content: "\c116";
}
.clever-icon-finger-touch-screen:before {
  content: "\c115";
}
.clever-icon-horizontal-tablet-with-pencil:before {
  content: "\c114";
}
.clever-icon-illustration-tool:before {
  content: "\c113";
}
.clever-icon-keyboard-and-hands:before {
  content: "\c112";
}
.clever-icon-landscape-image:before {
  content: "\c111";
}
.clever-icon-layout-squares:before {
  content: "\c110";
}
.clever-icon-mobile-app-developing:before {
  content: "\c109";
}
.clever-icon-online-purchase:before {
  content: "\c108";
}
.clever-icon-online-shopping:before {
  content: "\c107";
}
.clever-icon-online-video:before {
  content: "\c106";
}
.clever-icon-optimization-clock:before {
  content: "\c105";
}
.clever-icon-padlock-key:before {
  content: "\c104";
}
.clever-icon-pc-monitor:before {
  content: "\c103";
}
.clever-icon-place-localizer:before {
  content: "\c102";
}
.clever-icon-search-results:before {
  content: "\c101";
}
.clever-icon-search-tool:before {
  content: "\c100";
}
.clever-icon-settings-tools:before {
  content: "\c099";
}
.clever-icon-sharing-symbol:before {
  content: "\c098";
}
.clever-icon-site-map:before {
  content: "\c097";
}
.clever-icon-smartphone-2:before {
  content: "\c096";
}
.clever-icon-tablet-2:before {
  content: "\c095";
}
.clever-icon-thin-expand-arrows:before {
  content: "\c094";
}
.clever-icon-upload-2:before {
  content: "\c093";
}
.clever-icon-upload-1:before {
  content: "\c092";
}
.clever-icon-volume-off:before {
  content: "\c091";
}
.clever-icon-volume-on:before {
  content: "\c090";
}
.clever-icon-news-list:before {
  content: "\c089";
}
.clever-icon-desktop:before {
  content: "\c088";
}
.clever-icon-news-grid:before {
  content: "\c087";
}
.clever-icon-setting:before {
  content: "\c086";
}
.clever-icon-web-home:before {
  content: "\c085";
}
.clever-icon-web-link:before {
  content: "\c084";
}
.clever-icon-web-links:before {
  content: "\c083";
}
.clever-icon-website-protection:before {
  content: "\c082";
}
.clever-icon-team:before {
  content: "\c081";
}
.clever-icon-zoom-in:before {
  content: "\c080";
}
.clever-icon-zoom-out:before {
  content: "\c079";
}
.clever-icon-arrow-1:before {
  content: "\c078";
}
.clever-icon-arrow-bold:before {
  content: "\c077";
}
.clever-icon-arrow-light:before {
  content: "\c076";
}
.clever-icon-arrow-regular:before {
  content: "\c075";
}
.clever-icon-cart-1:before {
  content: "\c074";
}
.clever-icon-cart-2:before {
  content: "\c073";
}
.clever-icon-cart-3:before {
  content: "\c072";
}
.clever-icon-cart-4:before {
  content: "\c071";
}
.clever-icon-cart-5:before {
  content: "\c070";
}
.clever-icon-cart-6:before {
  content: "\c069";
}
.clever-icon-chart:before {
  content: "\c068";
}
.clever-icon-close:before {
  content: "\c067";
}
.clever-icon-compare-1:before {
  content: "\c066";
}
.clever-icon-compare-2:before {
  content: "\c065";
}
.clever-icon-compare-3:before {
  content: "\c064";
}
.clever-icon-compare-4:before {
  content: "\c063";
}
.clever-icon-compare-5:before {
  content: "\c062";
}
.clever-icon-compare-6:before {
  content: "\c061";
}
.clever-icon-compare-7:before {
  content: "\c060";
}
.clever-icon-down:before {
  content: "\c059";
}
.clever-icon-grid:before {
  content: "\c058";
}
.clever-icon-hand:before {
  content: "\c057";
}
.clever-icon-layout-1:before {
  content: "\c056";
}
.clever-icon-layout:before {
  content: "\c055";
}
.clever-icon-light:before {
  content: "\c054";
}
.clever-icon-play:before {
  content: "\c053";
}
.clever-icon-list:before {
  content: "\c052";
}
.clever-icon-mail-1:before {
  content: "\c051";
}
.clever-icon-mail-2:before {
  content: "\c050";
}
.clever-icon-mail-3:before {
  content: "\c049";
}
.clever-icon-mail-4:before {
  content: "\c048";
}
.clever-icon-mail-5:before {
  content: "\c047";
}
.clever-icon-map-1:before {
  content: "\c046";
}
.clever-icon-map-2:before {
  content: "\c045";
}
.clever-icon-map-3:before {
  content: "\c044";
}
.clever-icon-map-4:before {
  content: "\c043";
}
.clever-icon-map-5:before {
  content: "\c042";
}
.clever-icon-menu-1:before {
  content: "\c041";
}
.clever-icon-menu-2:before {
  content: "\c040";
}
.clever-icon-grid-3:before {
  content: "\c039";
}
.clever-icon-grid-4:before {
  content: "\c038";
}
.clever-icon-menu-3:before {
  content: "\c037";
}
.clever-icon-grid-2:before {
  content: "\c036";
}
.clever-icon-minus:before {
  content: "\c035";
}
.clever-icon-next:before {
  content: "\c034";
}
.clever-icon-phone-1:before {
  content: "\c033";
}
.clever-icon-phone-2:before {
  content: "\c032";
}
.clever-icon-phone-3:before {
  content: "\c031";
}
.clever-icon-phone-4:before {
  content: "\c030";
}
.clever-icon-phone-5:before {
  content: "\c029";
}
.clever-icon-phone-6:before {
  content: "\c028";
}
.clever-icon-picture:before {
  content: "\c027";
}
.clever-icon-pin:before {
  content: "\c026";
}
.clever-icon-plus:before {
  content: "\c025";
}
.clever-icon-prev:before {
  content: "\c024";
}
.clever-icon-eye-4:before {
  content: "\c023";
}
.clever-icon-eye-3:before {
  content: "\c022";
}
.clever-icon-eye-2:before {
  content: "\c021";
}
.clever-icon-eye-1:before {
  content: "\c020";
}
.clever-icon-refresh-1:before {
  content: "\c019";
}
.clever-icon-youtube-2:before {
  content: "\c018";
}
.clever-icon-search-1:before {
  content: "\c017";
}
.clever-icon-search-2:before {
  content: "\c016";
}
.clever-icon-search-3:before {
  content: "\c015";
}
.clever-icon-search-4:before {
  content: "\c014";
}
.clever-icon-search-5:before {
  content: "\c013";
}
.clever-icon-support:before {
  content: "\c012";
}
.clever-icon-tablet-1:before {
  content: "\c011";
}
.clever-icon-play-2:before {
  content: "\c010";
}
.clever-icon-up:before {
  content: "\c009";
}
.clever-icon-user-1:before {
  content: "\c008";
}
.clever-icon-user-2:before {
  content: "\c007";
}
.clever-icon-user-3:before {
  content: "\c006";
}
.clever-icon-user-4:before {
  content: "\c005";
}
.clever-icon-user-5:before {
  content: "\c004";
}
.clever-icon-user:before {
  content: "\c003";
}
.clever-icon-vector:before {
  content: "\c002";
}
.clever-icon-wishlist:before {
  content: "\c001";
}
.fontawesome-enabled {
  display: block !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/TPFGroup/TickFord/en_US/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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: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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
body {
  -moz-transition: transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
  font: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #ffffff url(../../frontend/TPFGroup/TickFord/en_US/css/'../../frontend/TPFGroup/TickFord/en_US/css/') 0 0 no-repeat fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000000;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  color: #fc6a21;
  text-decoration: none;
}
a:visited {
  color: #fc6a21;
  text-decoration: none;
}
a:hover {
  color: #252525;
  text-decoration: none;
}
a:active {
  color: #252525;
  text-decoration: none;
}
button,
.btn,
.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  color: #ffffff;
  background-color: #252525;
  border-color: #ffffff;
}
button:hover,
.btn:hover,
.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  color: #ffffff;
  background-color: #fc6a21;
  border-color: #ffffff;
}
.product-sale-label {
  color: #ffffff;
  background: #252525;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number,
.header-wishlist span.counter-number,
.header-compare span.counter-number,
.minicart-wrapper span.counter-number {
  color: #ffffff;
  background: #252525;
}
.price-box .price {
  color: #999999;
}
.rating-summary .rating-result > span:before,
.review-control-vote label:before {
  color: #f9bf3b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333333;
}
.page-header {
  opacity: 1;
  color: #282828;
  background: false url(../../frontend/TPFGroup/TickFord/en_US/css/'../../frontend/TPFGroup/TickFord/en_US/css/') 0 0 no-repeat fixed;
  padding-top: 0;
  padding-bottom: 0;
}
.page-header.container {
  background: #ffffff;
}
.zoo-menu-label {
  color: #282828;
}
.page-header .panel.wrapper {
  background: #000000;
  color: #ffffff;
}
.page-header .panel.wrapper.topbar-container {
  background: #ffffff;
  padding-top: 10;
  padding-bottom: 10;
  line-height: 18px;
}
.page-header .header-content {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
.page-header .header-content.container {
  background: #ffffff;
}
.top-menu,
#zoo-sticky-header .zoo-header-user a {
  color: #333333;
}
.clever-menu a {
  color: #252525;
}
.clever-menu ul.clever-mega-menu > li.level-top > a,
.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  font-size: 14px;
  text-transform: none;
}
.clever-menu ul.clever-mega-menu > li.level-top > a:hover,
.clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link:hover {
  color: #fc6a21;
}
.page-wrapper .nav-sections {
  background-color: #ffffff;
}
#zoo-sticky-header {
  background: #ffffff;
}
.is-sticky #zoo-sticky-header {
  background: #ffffff;
}
@media (min-width: 768px) {
  .clever-menu ul.clever-mega-menu > li.level-top > a,
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #333333;
  }
}
.page-wrapper .copyright {
  background-color: #282828;
  color: #999999;
}
.product-view-bg:before {
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
[class^="clever-icon-"],
[class*=" clever-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active {
  text-decoration: none;
  outline: none;
}
a:visited,
.alink:visited {
  color: inherit;
}
/*******************************************************************************************************/
/***   15)	 AJAX LOADING BAR																		 ***/
/*******************************************************************************************************/
.loading-bar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 10000;
  background: #27ccc0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ajax-loading .loading-bar {
  display: block !important;
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  -moz-animation: shift-rightwards 1s ease-in-out infinite;
  -ms-animation: shift-rightwards 1s ease-in-out infinite;
  -o-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-o-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  60% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/*** LOADING ICON ***/
.zoo-loading,
.zoo-loading2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -moz-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -o-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.zoo-loading:after,
.zoo-loading2:after {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  -moz-animation: clockwise .5s linear infinite;
  -o-animation: clockwise .5s linear infinite;
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
  border-color: transparent #252525 transparent transparent;
}
.zoo-loading:before,
.zoo-loading2:before {
  content: "";
  border: 2px solid #e1e1e1;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  border-radius: 50%;
  box-sizing: border-box;
}
.ajax-loading .zoo-loading {
  opacity: 1 !important;
  visibility: visible !important;
}
@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
@keyframes counter-clockwise {
  to {
    transform: rotate(-360deg) translatez(0);
  }
}
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
/*** LOADING ICON CleverProduct & Catagory Page ***/
@-webkit-keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.zoo-product-image > a {
  position: relative;
}
.zoo-product-image > a:after {
  display: none;
  content: " ";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin: -6px -6px 0 0;
  opacity: 1;
  background: #dc9814;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: dotFade 0.8s infinite;
  animation: dotFade 0.8s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.zoo-product-image.hover-image-loading > a:after {
  display: block;
}
p {
  line-height: 2;
}
.page-wrapper .header-content .logo {
  margin: 0;
  max-width: 100%;
}
.page-wrapper .header-content .logo img {
  display: inline-block;
}
.page-wrapper .block-static-block.widget,
.page-wrapper .block-cms-link.widget {
  margin-bottom: 0;
}
.page-wrapper div[class^="swatch-opt-"] {
  margin-bottom: 0;
}
.page-wrapper .nav-sections {
  margin-bottom: 0;
}
.page-wrapper .ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal;
}
.fieldset > .field.required > .control-label:after,
.fieldset > .fields > .field.required > .control-label:after,
.fieldset > .field._required > .control-label:after,
.fieldset > .fields > .field._required > .control-label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
mark,
.mark {
  background-color: transparent;
}
.btn,
.input-group-btn .btn {
  border-radius: 0;
}
.ui-widget,
.action.primary {
  font-family: inherit;
}
.page-header {
  margin: 0;
  padding: 0;
  width: 100% !important;
  z-index: 50 !important;
}
.page-header .header-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 400ms;
}
.page-header .header-content.full_header_width {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.page-header .header-content.full_header_width .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
  max-width: none;
}
.page-header .topbar-container {
  text-align: right;
}
.page-header .header-panel {
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 13px;
}
.page-header .header-panel a {
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
}
.page-header .header-panel a:hover {
  text-decoration: none;
}
.page-header .header-panel .links {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-header .header-panel .links li {
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  height: inherit;
}
.page-header .header-panel .links li .link.wishlist {
  display: none;
}
.page-header .header-panel .zoo-top-contact {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  float: left;
}
.page-header .header-panel .zoo-top-contact li {
  margin-bottom: 0;
  display: inline-block;
  padding: 0 20px;
}
.page-header .header-panel .zoo-top-contact li .fa {
  margin-right: 15px;
}
.page-header .header-panel .zoo-top-contact li:last-child {
  border-right: none;
}
.page-header .header-panel .zoo-top-contact li:first-child {
  padding-left: 0;
}
.page-header .header-panel .header-top-link {
  display: inline-block;
}
.page-header .header-panel .header-top-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-header .header-panel .header-top-link ul li {
  display: inline-block;
  padding-left: 25px;
  line-height: 1;
  margin: 0;
}
.page-header .header-panel .header-top-link ul li:last-child {
  padding: 0;
}
.page-header .switcher {
  padding-left: 20px;
  margin: 0;
  display: inline;
  float: initial;
}
.page-header .switcher .switcher-dropdown {
  background: #ffffff;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.15);
  min-width: 160px;
  top: 50px;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  color: #252525;
}
.page-header .switcher .switcher-dropdown li {
  padding: 5px 10px;
  margin: 3px 0px;
  text-align: left;
}
.page-header .switcher .switcher-dropdown li a {
  color: #333333;
}
.page-header .switcher:hover .switcher-dropdown {
  top: 30px;
  opacity: 1;
  visibility: visible;
}
.page-header .switcher .options .action.toggle:after {
  vertical-align: middle;
  font-size: 9px;
  content: '\c059';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-header .panel.wrapper {
  border: none !important;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.page-header .panel.wrapper > .panel {
  box-shadow: none;
}
.page-header .panel.wrapper a:visited {
  color: inherit;
}
.minicart-items .product {
  padding-bottom: 10px;
}
.minicart-items .product .toggle::after {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  padding-left: 15px;
}
.minicart-items .product.active > .toggle::after {
  content: '\c009';
}
.minicart-items .product .option-product {
  position: relative;
}
.minicart-items .product .option-product .zoo-loading2 {
  right: 0;
  left: inherit;
}
.ajax-item-loading .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.ajax-items-loading .block-content > .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.header-panel > .header.links > li > a {
  line-height: 18px;
}
.switcher-language .switcher-options:before {
  display: none;
}
.switcher-language .switcher-trigger,
.switcher-language .switcher-dropdown {
  text-align: left;
}
.switcher-language .switcher-trigger img,
.switcher-language .switcher-dropdown img {
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.switcher-language .switcher-trigger.toggle:after,
.switcher-language .switcher-dropdown.toggle:after {
  line-height: 1;
  vertical-align: middle;
}
.switcher-language .switcher-trigger.toggle span,
.switcher-language .switcher-dropdown.toggle span {
  letter-spacing: 1px;
}
.switcher-language .switcher-trigger .view-default img {
  height: 10px;
}
.switcher-language .mage-dropdown-dialog {
  position: absolute;
  right: 0px;
}
.page-wrapper .footer.content {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.nav-open .page-header .zoo-menu-label {
  position: relative;
}
.nav-open .page-header .zoo-menu-label span {
  display: none;
}
.nav-open .page-header .zoo-menu-label:after {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: 98;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-open .page-wrapper .nav-sections {
  padding: 25px;
}
.nav-open .page-wrapper .nav-sections .nav-sections-item-content {
  margin-top: 0;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label {
  position: relative;
  left: 0;
  top: 0;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label:after {
  display: none;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label span {
  color: #383838;
}
.nav-open .page-wrapper .nav-sections .zoo-menu-label .clever-icon-menu-5:before {
  content: '\c067';
}
.nav-open .page-wrapper .nav-sections .clever-menu {
  clear: both;
}
.nav-open .page-wrapper .nav-sections .clever-menu ul.clever-mega-menu > li.level-top > a,
.nav-open .page-wrapper .nav-sections .clever-menu .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  color: #959595;
}
.nav-open .page-wrapper .nav-sections .clever-menu .clever-mega-menu-item.level-top > .menu-link {
  color: #959595;
}
.nav-open .page-wrapper .nav-sections .clever-menu .slicknav_arrow:before {
  color: #959595;
  font-size: 13px;
}
.nav-open .page-wrapper .nav-sections .switcher {
  margin: 0;
  padding: 15px 0px;
  border-color: #ebebeb;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li {
  margin: 0 15px 0 0;
  font-weight: normal;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger a,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown a,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li a {
  font-size: 14px;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger strong,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown strong,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li strong {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger img,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown img,
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown li img {
  display: none;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger:after {
  content: '\c025';
  color: #959595;
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .switcher .switcher-dropdown {
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .switcher:hover .switcher-trigger:after {
  content: '\c035';
}
.nav-open .page-wrapper .nav-sections .switcher:hover .switcher-dropdown {
  max-height: 60px;
  padding: 10px 0;
}
.nav-open .page-wrapper .nav-sections .block-search {
  max-width: 100%;
  margin: 70px 0 60px;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch {
  border: none;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control {
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control .form-group input {
  left: 0;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}
.nav-open .page-wrapper .nav-sections .block-search .action.search {
  position: absolute;
  left: 0;
  width: auto;
  top: 0;
  padding: 0;
  display: inline-block;
  background: none;
}
.nav-open .page-wrapper .nav-sections .block-search .action.search:before {
  font-size: 16px;
}
.nav-open .page-wrapper .nav-sections .header.links {
  border: none;
  margin-top: 65px;
  position: relative;
}
.nav-open .page-wrapper .nav-sections .header.links:after {
  content: '\c204';
  color: #959595;
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .header.links li > a {
  border-top: none;
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #3b3b3b;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist {
  padding: 15px 0;
  position: relative;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist:after {
  content: '\c205';
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-open .page-wrapper .nav-sections .menu-wishlist a {
  display: block;
  color: #000000;
}
.nav-open .page-wrapper .nav-sections .switcher-language .switcher-trigger img {
  height: 15px;
  margin-right: 5px;
}
.nav-open .page-wrapper .navigation ul .level0 {
  border: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nav-open .page-wrapper .navigation ul .level0 > a {
  color: #939393;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.nav-open .page-wrapper .navigation ul .level0.acive > a,
.nav-open .page-wrapper .navigation ul .level0:hover > a {
  color: #ffffff;
  background: transparent;
}
span.figcaption {
  padding-top: 10px;
  display: block;
}
.zoo-menu-label {
  position: absolute;
  z-index: 3;
  left: 15px;
  cursor: pointer;
  top: 50%;
  font-size: 22px;
  color: #383838;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.close-canvas,
#cboxClose {
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 20px;
  top: 15px;
  background: transparent;
  color: #333333;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 0;
  text-indent: 0;
}
.close-canvas span,
#cboxClose span {
  font-size: 11px;
  line-height: 30px;
}
.close-canvas:hover,
#cboxClose:hover {
  background-color: transparent;
}
#cboxClose:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 18px;
}
#zoo-main-content {
  padding-top: 20px;
  margin-bottom: 30px;
}
.main_bottom {
  background: #ffffff;
  padding-top: 50px;
}
.main_bottom_full_width {
  background: #ffffff;
}
.cms-index-index #zoo-main-content {
  padding-top: 0;
  margin-bottom: 0;
}
.cms-index-index #zoo-sticky-header {
  border-bottom: none;
}
.main_innerbottom .grid.col-xs-6 {
  padding: 0;
}
.page-wrapper .block-search {
  width: 100%;
  max-width: 630px;
  z-index: 2;
}
#search_autocomplete {
  color: #333333;
  text-align: left;
}
#search_autocomplete a {
  color: #333333;
}
#search_autocomplete a.smartsearch__title {
  margin-top: 0;
}
#search_autocomplete .c-smartsearch__wrapper {
  -webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
}
.page-wrapper .block-search .nested {
  display: none;
}
.products-grid.wishlist .product-item-comment {
  margin: 0;
}
.page-wrapper .block-search .action.search {
  padding: 0 13px;
  bottom: 0;
  right: 5px;
  max-width: 47px;
  width: 45px;
  line-height: 1;
  opacity: 1 !important;
}
.page-wrapper .block-search .action.search:before {
  color: #252525;
  font-size: 20px;
  display: inline;
  vertical-align: middle;
  content: '\c013';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .block-search .action.search:hover:before {
  color: #252525;
}
.page-wrapper.active .block-search .block-content .minisearch {
  border-radius: 0;
  background: transparent;
}
.page-wrapper .minicart-wrapper .action.showcart .head-minicart {
  font-weight: 600;
}
.page-wrapper .minicart-wrapper .action.showcart .subtotal-minicart {
  font-weight: 600;
  margin-top: 5px;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
  margin: 0;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
  content: '\c164';
  font-family: 'cleversoft';
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .loading-mask {
  display: none;
}
.page-wrapper .minicart-wrapper .action.showcart .total-cart-header {
  display: inline-block;
}
.page-wrapper .minicart-wrapper .action.showcart .price {
  color: #fc6a21;
  font-size: 18px;
}
.page-wrapper .minicart-wrapper .action.showcart:before {
  display: none;
}
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: .8;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 16px;
    height: 16px;
    opacity: .9;
  }
  to {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@-webkit-keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
@keyframes spinner-bubble-2 {
  from {
    width: 0px;
    height: 0px;
    opacity: .9;
  }
  to {
    width: 32px;
    height: 32px;
    opacity: 0;
  }
}
#minicart-content-wrapper {
  position: relative;
  height: 100%;
}
.owl-carousel .product-items .product-item-info .zoo-product-image a img.clazyload {
  display: block;
  position: absolute;
  height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.minicart-wrapper .minicart-detail {
  border: none;
  padding: 0 !important;
  min-width: inherit;
  position: fixed !important;
  right: -20px;
  top: 0;
  background-color: #ffffff !important;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 99;
  line-height: initial;
  height: 100%;
  margin: 0;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.minicart-wrapper .minicart-detail #minicart-content-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
}
.minicart-wrapper .minicart-detail .block-title {
  background-color: #282828;
  padding: 20px;
  overflow: hidden;
  position: fixed;
  width: 95%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  z-index: 10;
}
.minicart-wrapper .minicart-detail .block-title .text {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart {
  line-height: 29px;
  color: #ffffff;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart span.clever-icon-close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
  display: inline-block;
}
.minicart-wrapper .minicart-detail .block-title .close-minicart span.clever-icon-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.minicart-wrapper .minicart-detail .mt-cart-panel-summary {
  bottom: 0;
  position: fixed;
  width: 95%;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  background: #ffffff;
  z-index: 9;
}
.minicart-wrapper .minicart-detail .minicart-items-wrapper {
  border: none;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 230px;
  padding-right: 15px;
}
.minicart-wrapper .minicart-detail.empty .block-content {
  transition: all 300ms;
  -moz-transition: all 300ms;
  overflow: hidden;
  padding-top: 80px;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}
.minicart-wrapper .minicart-detail.empty .block-content .bg-cart-empty {
  margin: 80px auto 0 auto;
  width: 166px;
  text-align: center;
  color: #999999;
}
.minicart-wrapper .minicart-detail.empty .block-content .bg-cart-empty:before {
  content: '\c164';
  font-family: 'cleversoft';
  font-size: 120px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .minicart-detail.empty .block-content .subtitle.empty {
  margin-bottom: 40px;
  text-align: center;
}
.minicart-wrapper .minicart-detail.empty .block-content .subtitle.empty span {
  line-height: 22px;
  display: block;
  color: #999999;
}
.minicart-wrapper .minicart-detail-default {
  right: -50px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  overflow: inherit;
  margin: 0;
  position: absolute;
  background: #ffffff;
}
.minicart-wrapper .minicart-detail-default.block-minicart:before,
.minicart-wrapper .minicart-detail-default.block-minicart:after {
  right: 26px;
  left: auto;
}
.minicart-wrapper .minicart-detail-default .block-title {
  text-transform: uppercase;
  font-weight: 600;
}
.minicart-wrapper .minicart-detail-default #btn-minicart-close {
  display: none;
}
.minicart-wrapper .minicart-detail-default .minicart-items-wrapper {
  overflow: hidden;
}
.minicart-wrapper .minicart-items {
  height: auto !important;
}
.minicart-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .minicart-items .action.delete:before {
  content: '\e616';
  line-height: 14px;
  color: #7a7a7a;
}
.minicart-wrapper .minicart-items .action.delete:hover:before {
  color: #fc6a21;
}
.minicart-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 0;
  float: left;
}
.minicart-wrapper .minicart-items .product-item-details .price {
  font-weight: 500;
  color: #333333;
}
.minicart-wrapper .minicart-items .product-item-details .price-container {
  text-align: right;
}
.minicart-wrapper .minicart-items .product-item-pricing {
  display: block !important;
}
.minicart-wrapper .minicart-items .product-item-pricing .control {
  border: 1px solid #eaeaea;
  display: inline-block;
  padding: 0 5px;
}
.minicart-wrapper .minicart-items .product-item-pricing .control input {
  box-shadow: none;
  border: none;
  pointer-events: none;
}
.minicart-wrapper .minicart-items .product-item-pricing .control input:focus,
.minicart-wrapper .minicart-items .product-item-pricing .control input:active {
  box-shadow: none;
}
.minicart-wrapper .minicart-items .product-item-pricing .control button,
.minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper .minicart-items .product-item-pricing .control .action-gift {
  text-align: center;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  color: #999999;
  font-size: 16px;
}
.minicart-wrapper .minicart-items .product-item-pricing .control button:hover,
.minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action:hover,
.minicart-wrapper .minicart-items .product-item-pricing .control .action-gift:hover {
  color: #ff5a92;
  background: transparent;
}
.minicart-wrapper .minicart-items .product-item-pricing .label {
  padding: 0;
  width: 35px;
}
.minicart-wrapper .minicart-items .item-qty {
  width: 30px;
  color: #333333;
  height: 30px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}
.minicart-wrapper .minicart-items .items-count {
  height: 30px;
  width: 15px;
  line-height: 30px;
}
.minicart-wrapper .product-item-details .product-item-name a {
  outline: none;
  color: #333333;
  text-decoration: none;
}
.minicart-wrapper .product-item-details .product-item-name a:hover {
  color: #fc6a21;
}
.minicart-wrapper .product-item-details .price-excluding-tax {
  margin: 0;
}
.minicart-wrapper .items-total {
  display: none;
}
.minicart-wrapper .subtotal {
  clear: both;
  padding: 20px;
  margin: 0;
  border-top: 1px solid #e5e5e5;
}
.minicart-wrapper .subtotal .label-total {
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}
.minicart-wrapper .subtotal .price-container {
  float: right;
  display: inline-block;
}
.minicart-wrapper .subtotal .price-container .price {
  font-size: 16px;
  color: #fc6a21;
  font-weight: 600;
}
.minicart-wrapper .actions {
  margin: 0;
  width: 50%;
  float: left;
}
.minicart-wrapper .actions > a {
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  padding: 0;
  height: 40px;
  display: block;
  font-weight: normal;
  font-family: inherit;
  background: #f3f3f3;
  color: #8c8c8c;
  overflow: hidden;
  width: 100%;
}
.minicart-wrapper .actions > a:hover {
  color: #ffffff;
  background: #252525;
}
.minicart-wrapper .actions > a:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.minicart-wrapper .actions > a span {
  position: relative;
  display: inline-block;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.minicart-wrapper .actions > a span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.minicart-wrapper .actions #top-cart-btn-checkout {
  color: #ffffff;
}
.minicart-wrapper #minicart-widgets {
  margin: 0;
}
.minicart-items .product {
  padding-bottom: 10px;
}
.minicart-items .product .toggle::after {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  padding-left: 15px;
}
.minicart-items .product.active > .toggle::after {
  content: '\c009';
}
.messages.cart .messages {
  position: fixed !important;
  bottom: -20%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  background: #ffffff;
  z-index: 99999;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}
.messages.cart .messages .message.success {
  margin: 0;
  background: #ffffff;
  color: #424242;
  padding: 20px 35px;
  font-size: 14px;
}
.messages.cart .messages .message.success > *:first-child:before {
  top: 50%;
  color: #424242;
}
.messages.cart.active .messages {
  opacity: 1;
  visibility: visible;
  bottom: 15%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .minicart-wrapper .minicart-detail .mt-cart-panel-summary {
    position: absolute;
    width: 100%;
  }
}
.header-content .minicart-wrapper.active:before {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: 98;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper .navigation {
  background-color: transparent;
}
.page-wrapper .navigation ul .level0 > a {
  line-height: 57px;
  font-weight: normal;
}
.page-wrapper .navigation ul li.parent > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: -2px;
  top: 21px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-wrapper .breadcrumbs .items {
  text-align: left;
}
.page-wrapper .main-footer-img {
  position: absolute;
  bottom: 0;
  right: -150px;
  display: block;
  width: 440px;
  -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
.page-wrapper .copyright {
  display: block;
  font-size: 100%;
  position: relative;
  padding: 15px 0;
  clear: both;
}
.page-wrapper .copyright .zoo-copyright-links {
  margin: 0;
}
.page-wrapper .copyright .zoo-copyright-links li {
  margin: 0;
  display: inline-block;
  padding-left: 35px;
}
.page-wrapper .copyright.zoo-copyright-home12 {
  padding: 0;
  border: none;
}
.page-wrapper .copyright.zoo-copyright-home12 .container {
  padding: 15px 0;
  border-top: 1px solid #2d2d2d;
}
.page-wrapper .copyright.zoo-copyright-home15 {
  padding: 0;
  border: none;
  text-align: center;
  padding-bottom: 80px;
}
.page-wrapper .copyright.container {
  padding: 15px;
}
.page-wrapper .copyright.border-0 {
  border: none;
}
.page-wrapper ul.zoo-footer-payment {
  padding: 0;
  list-style: none;
  margin: 0;
}
.page-wrapper ul.zoo-footer-payment li {
  display: inline-block;
  margin: 0;
  font-size: 34px;
  padding-left: 10px;
}
.copyright-text,
.zoo-copyright-links {
  line-height: 40px;
}
.zoo-copyright-links a {
  color: #ffffff;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.products-grid .product-items .product-item-inner {
  position: relative !important;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  padding: 0;
  background: transparent;
  width: auto !important;
  height: auto !important;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner .product-item .price-box,
.products-grid .product-items .product-item-inner .product-item .price-box {
  margin: 0;
  padding: 0;
}
.products-grid.wishlist .product-items .product-item-info {
  overflow: inherit;
}
.products-grid.wishlist .product-items .product-item-info .product-item-inner {
  position: absolute !important;
  top: inherit;
  padding: 0 10px 10px;
  background: #ffffff;
  margin: 0;
}
.products-grid .owl-carousel .owl-dots {
  margin-bottom: 20px;
}
.products-grid .owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 10px;
}
.page-products .products-grid.grid {
  padding-bottom: 30px;
  overflow: hidden;
}
.page-products .toolbar.toolbar-products {
  position: relative;
  text-align: left;
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}
.page-products .column {
  padding-top: 0;
}
.page-products .column .column.main {
  max-width: 100%;
}
.zoo-sidebar-main .filter-current .filter-label {
  display: inline-block;
}
.zoo-sidebar-main .action.remove:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zoo-sidebar-main .block-content .filter-actions,
.zoo-sidebar-main .block-content .filter-current {
  order: 1;
}
.zoo-sidebar-main .block-content .filter-actions {
  margin-bottom: 10px;
}
.zoo-sidebar-main .block-content .filter-actions .block-title {
  position: relative;
}
.zoo-sidebar-main .block-content .filter-actions h4 {
  margin: 0;
}
.togglelines {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #252525;
  -moz-transition: background .01s ease .3s;
  -o-transition: background .01s ease .3s;
  -webkit-transition: background .01s ease .3s;
  transition: background .01s ease .3s;
}
.togglelines:before,
.togglelines:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #222;
  position: absolute;
  top: -7px;
  -moz-transition: top .3s ease .3s,transform .3s ease 0s,width .01s ease .3s;
  -o-transition: top .3s ease .3s,transform .3s ease 0s,width .01s ease .3s;
  -webkit-transition: top .3s ease .3s,transform .3s ease 0s,width .01s ease .3s;
  transition: top .3s ease .3s,transform .3s ease 0s,width .01s ease .3s;
}
.togglelines:after {
  top: 7px;
  width: 10px;
}
.shop-by-brand-list .brand-item {
  border: 1px solid #ddd;
  margin: 5px;
}
#zoo-layer-navigation {
  background: #ffffff;
  height: 100%;
}
#zoo-layer-navigation .block-title h4 {
  margin: 0;
  font-weight: 600;
}
#zoo-layer-navigation .block-content {
  background: #ffffff;
}
#zoo-layer-navigation .block-content .filter-clear span {
  border-bottom: 1px solid #cccccc;
}
#zoo-layer-navigation .block-content .filter-clear h4 {
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
#zoo-layer-navigation .block-content .filter-clear .item {
  margin-right: 0;
  display: block;
  padding-left: 0;
}
#zoo-layer-navigation .block-content .filter-clear .item a.remove {
  right: 0;
  top: 1px;
}
#zoo-layer-navigation .block-content .filter-clear .item a.remove:before {
  content: '\e604';
}
#zoo-layer-navigation .block-content .filter-clear .item .filter-value {
  text-transform: capitalize;
}
#zoo-layer-navigation .block-content .filter-clear a {
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  float: right;
}
#zoo-layer-navigation .filter-current .items {
  padding: 5px 0;
}
#zoo-layer-navigation .filter-current .items li.item {
  display: inline-block;
  padding-right: 15px;
}
#zoo-layer-navigation .filter-current .items li.item a.remove {
  font-size: 12px;
}
#zoo-layer-navigation .filter-current .filter-label {
  display: none;
}
#zoo-layer-navigation .heading-filter-unavailable {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
}
.products.wrapper ~ .toolbar .pages {
  float: right !important;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.page-products .toolbar .limiter label {
  color: #666666;
}
.page-layout-3columns .wrap-additional {
  float: inherit;
  border-left: 1px solid #ebebeb;
}
.sidebar.sidebar-right {
  padding-left: 30px;
}
.sidebar.sidebar-right .product-items .product-item-details {
  margin: 0;
}
.sidebar.sidebar-left {
  padding-right: 30px;
}
.sidebar.sidebar-left .product-items .product-item-details {
  margin: 0;
}
.sidebar .zoo-main-heading .zoo-heading-wrapper-title h3 {
  clear: both;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 15px;
  margin: 0 0 30px;
  letter-spacing: 0;
}
.sidebar .products-grid.grid {
  border-bottom: none !important;
}
/*************** CATEGORY *********************/
.catalog-category-view #zoo-main-content,
.clevershopby-index-index #zoo-main-content {
  padding-top: 20px;
}
.catalog-category-view .zoo-breadcrumbs,
.clevershopby-index-index .zoo-breadcrumbs {
  display: inline-block;
  line-height: 29px;
  padding-right: 20px;
}
.catalog-category-view .zoo-breadcrumbs .items,
.clevershopby-index-index .zoo-breadcrumbs .items {
  padding: 0;
}
.catalog-category-view .zoo-main-content-area,
.clevershopby-index-index .zoo-main-content-area {
  float: left;
  width: 100%;
}
.catalog-category-view .main_top > .container > .row,
.clevershopby-index-index .main_top > .container > .row {
  margin: 0;
}
.catalog-category-view .sidebar,
.clevershopby-index-index .sidebar {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.catalog-category-view .swatch-option-loading .zoo-loading2,
.clevershopby-index-index .swatch-option-loading .zoo-loading2 {
  opacity: 1;
  visibility: visible;
}
.catalog-category-view .swatch-option-loading + :after,
.clevershopby-index-index .swatch-option-loading + :after {
  display: none;
}
.catalog-category-view .page-title-wrapper:not(.product),
.zoo-product-collection01 .page-title-wrapper:not(.product),
.clevershopby-index-index .page-title-wrapper:not(.product) {
  text-align: center;
}
.catalog-category-view .zoo-main-content-area,
.zoo-product-collection01 .zoo-main-content-area,
.clevershopby-index-index .zoo-main-content-area {
  padding-bottom: 20px;
}
.catalog-category-view .products-grid.grid,
.zoo-product-collection01 .products-grid.grid,
.clevershopby-index-index .products-grid.grid {
  margin: 0 -7px;
}
.catalog-category-view .product-items,
.zoo-product-collection01 .product-items,
.clevershopby-index-index .product-items {
  position: relative;
  overflow: visible !important;
}
.category-view {
  margin-bottom: 30px;
}
.shop_header {
  position: relative;
  margin-bottom: 30px;
}
.shop_header.with_featured_img {
  padding-top: 220px;
  padding-bottom: 220px;
}
.shop_header.with_featured_img .shop_header_bkg {
  background-position: 50% 0px;
}
.shop_header.with_featured_img .page-title {
  color: #ffffff;
}
.shop_header .page-title-wrapper h1 {
  position: relative;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.shop_header_bkg {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.zoo-service-category {
  padding: 30px 0;
}
.zoo-service-category:before {
  position: absolute;
  content: '';
  top: 0;
  width: 1000%;
  left: -100%;
  border-top: 1px solid #eaeaea;
}
.zoo-service-category .zoo-bar-content {
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zoo-service-category .zoo-bar-content h5 {
  text-transform: uppercase;
  font-weight: 600;
}
.zoo-service-category .zoo-bar-content span {
  padding: 15px 0;
  font-size: 36px;
  float: left;
  margin-right: 20px;
}
.service-static .zoo-bar-content {
  padding: 15px 0;
  color: #222222;
  margin: 15px 0;
  text-transform: capitalize;
  -moz-transition: color 400ms, background-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 12px;
}
.service-static .zoo-bar-content .cs-font {
  font-size: 18px;
  padding-right: 10px;
}
.service-static .zoo-bar-content span {
  display: inline-block;
  vertical-align: middle;
}
.modes {
  /* style */
}
.modes .grid-icon > .layer {
  width: 100%;
  position: absolute;
  left: 0;
}
.modes .grid-icon--line2 {
  position: relative;
  width: 18px;
  height: 18px;
}
.modes .grid-icon--line2 > .layer {
  height: 8px;
}
.modes .grid-icon--line2 > .layer--primary {
  top: 0;
}
.modes .grid-icon--line2 > .layer--secondary {
  bottom: 0;
}
.modes .grid-icon--line2 > .layer > div {
  position: absolute;
  display: block;
  width: 8px;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #333333;
}
.modes .grid-icon--line2 > .layer > div:first-child {
  left: 0;
}
.modes .grid-icon--line2 > .layer > div:nth-child(2) {
  right: 0;
}
.modes .mode-list .togglelines {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #252525;
  transition: inherit;
}
.modes .mode-list .togglelines:before,
.modes .mode-list .togglelines:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #252525;
  position: absolute;
  top: -7px;
  left: 0;
  transition: inherit;
}
.modes .mode-list .togglelines:after {
  top: 7px;
}
.modes {
  margin: 0;
}
.modes .modes-mode {
  line-height: inherit;
  margin-left: 20px;
  padding: 0;
  border: none;
  color: #333333;
  background: transparent !important;
  box-shadow: none;
  border-radius: 0;
  border-right: 0 !important;
  width: 18px;
  height: 18px;
}
.modes .modes-mode:before,
.modes .modes-mode:after {
  display: none;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  display: block;
  padding: 15px 0;
  float: left;
}
.filter.block .zoo-filter-options-content {
  padding: 0;
}
.filter.block .zoo-filter-options-content .swatch-attribute-options {
  text-align: left;
  padding: 0;
}
.filter.block .zoo-filter-options-content a {
  margin: 5px 0;
  padding-left: 0;
  padding-right: 0;
}
.filter.block .zoo-filter-options-content .items-children li {
  padding: 3px 0;
}
.filter.block .zoo-filter-options-content .items-children li a {
  font-size: 90%;
}
.filter.block .filter-options-title {
  font-size: 16px;
}
.filter.block .filter-options .zoo-filter-options-item {
  border: none;
  padding-bottom: 25px;
}
.filter.block .filter-options .zoo-filter-options-item:last-child {
  border: none;
}
.filter.block .filter-content .item.checkbox-filter {
  padding-bottom: 15px;
  margin: 0;
  position: relative;
}
.filter.block .filter-content .item.checkbox-filter .count {
  padding-right: 0;
  height: 20px;
  line-height: 22px;
  width: 28px;
  text-align: center;
  border-radius: 10px;
  float: inherit;
  display: inline-block;
  margin-left: 5px;
}
.filter.block .filter-content .item.checkbox-filter span {
  color: #999999;
  font-size: 12px;
}
.filter.block .swatch-option.color {
  height: 30px;
  width: 30px;
  margin: 3px 5px;
}
.filter.block .swatch-option.color:before {
  width: 36px;
  height: 36px;
}
.filter.block #cleversoft_shopby_filter_attr_price_display {
  overflow: hidden;
}
.filter.block #cleversoft_shopby_filter_attr_price_display .price_min {
  padding-top: 10px;
  float: left;
}
.filter.block #cleversoft_shopby_filter_attr_price_display .price_max {
  padding-top: 10px;
  float: right;
}
.filter.block .zoo-filter-options-title {
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  font-size: 16px;
}
.filter.block .zoo-filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  top: 0;
  right: 0;
  font-family: 'cleversoft';
  content: '\c059';
}
.filter.block .active > .zoo-filter-options-title:after {
  content: '\c009';
}
.filter.block .active.advFilter-listing-filter > .zoo-filter-options-title {
  display: none;
}
.filter.block .zoo-toggle-category {
  position: relative;
  text-align: right;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  font-size: 12px;
  margin-top: -20px;
}
.filter.block .zoo-toggle-category.active .clever-icon-down:before {
  content: '\c009';
}
.filter.block .zoo-toggle-category + .item a {
  position: relative;
  z-index: 3;
}
.toolbar-products .toolbar-sorter .sorter-label {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.toolbar-products .toolbar-sorter .sbHolder,
.toolbar-products .toolbar-sorter .sorter-options {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0;
  height: auto;
}
.toolbar-products .toolbar-sorter .sbHolder:focus,
.toolbar-products .toolbar-sorter .sorter-options:focus {
  box-shadow: none;
  outline: none;
}
.toolbar-products .toolbar-sorter .sbHolder#sorter,
.toolbar-products .toolbar-sorter .sorter-options#sorter {
  cursor: pointer;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 20px;
  color: #000000;
}
.toolbar-products .toolbar-sorter .sorter-action:before {
  content: '\c273';
  font-family: 'cleversoft';
  font-size: 24px;
  color: #333333;
  line-height: inherit;
}
.toolbar-products .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\c272';
}
.toolbar-products .toolbar-sorter .action.sorter-action {
  display: inline-block;
  line-height: 30px;
  padding: 0 3px;
  border-left: 1px solid #cccccc;
}
.toolbar-products .sbHolder ul.sbOptions {
  position: absolute;
  padding: 0 !important;
  top: 30px !important;
  list-style: none;
  line-height: 30px;
  background: #ffffff;
  min-width: 121px;
  right: 0;
  z-index: 9;
  box-shadow: 0 1px 0 1px #efefef;
  -moz-box-shadow: 0 1px 0 1px #efefef;
  -webkit-box-shadow: 0 1px 0 1px #efefef;
  -o-box-shadow: 0 1px 0 1px #efefef;
  -ms-box-shadow: 0 1px 0 1px #efefef;
}
.toolbar-products .sbHolder ul.sbOptions li {
  text-align: left;
  padding: 0 20px;
}
.toolbar-products .clever-infinite-scroll > li > a {
  color: #252525;
  padding: 15px 40px;
  border-color: #252525;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border-width: 2px;
}
.toolbar-products .clever-infinite-scroll > li > a:hover {
  background: #252525;
  color: #ffffff;
}
.toolbar-products .clever-infinite-scroll > li > a:focus {
  background: transparent;
  color: #252525;
}
.toolbar-products .clever-infinite-scroll > li > a .zoo-loading {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  float: left;
  margin-right: 20px;
  display: none;
}
.ajax-loading .clever-infinite-scroll > li > a .zoo-loading {
  display: block;
}
.ajax-loading .minicart-wrapper .minicart-items .action.delete:before {
  display: none;
}
@media (max-width: 479px) {
  .cart-page .cart-items {
    display: block;
    overflow: auto;
  }
}
.toolbar-top .toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.toolbar-top .clever-infinite-scroll {
  display: none;
}
.toolbar-top .toolbar-amount {
  margin-left: auto;
  color: #999999;
}
.toolbar-top .sorter-label {
  font-weight: normal;
}
.toolbar-top .select-style {
  position: relative;
  line-height: 30px;
  height: 30px;
  display: inline-block;
}
.toolbar-top .select-style:before {
  content: '';
  position: absolute;
  font-family: 'cleversoft';
  content: "\c059";
  right: 10px;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.toolbar-top .select-style .sorter-options {
  padding: 0 15px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.toolbar-top .sorter {
  float: none;
  line-height: 30px;
  margin: 0;
  padding-left: 15px;
}
.toolbar-top .toolbar.toolbar-products {
  margin-bottom: 30px;
}
.toolbar-bottom .modes,
.toolbar-bottom .action-for-medium-up,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .sorter,
.toolbar-bottom .zoo-breadcrumbs {
  display: none !important;
}
.toolbar-bottom .pages {
  display: block;
  text-align: center;
}
.page-products .sorter .sbHolder {
  padding: 20px 0;
  margin: -20px 0;
}
.toolbar-amount {
  padding: 0;
}
.toolbar-sorter {
  z-index: 9;
  padding: 0;
  margin-left: 25px;
}
.toolbar-sorter select.sorter-options {
  background: #ffffff;
}
.pages .items .item {
  position: relative;
  margin: 0 0 0 10px;
}
.pages .items .item .action {
  font-size: 18px;
  line-height: 25px;
  width: auto;
  min-width: 25px;
  height: 25px;
  margin: 0;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  font-weight: 400;
  border: none;
  box-shadow: none;
}
.pages .items .item .action.next:before,
.pages .items .item .action.next:after {
  margin: 0;
}
.pages .items .item a.page,
.pages .items .item strong.page {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #333333;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
}
.pages .items .action.prev:before {
  float: left;
}
.product-item .tocompare:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: none;
}
.block-wishlist,
.block-compare {
  display: none;
}
.account .columns .block {
  margin-bottom: 40px;
  overflow: hidden;
}
.account .account-nav .content {
  background: transparent;
  padding: 0;
}
.account .account-nav .item {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.account .account-nav .item a,
.account .account-nav .item > strong {
  padding: 10px 0;
  border: none;
}
.account .account-nav .item .delimiter {
  display: none;
}
.account .block-wishlist,
.account .block-compare {
  display: block;
}
.account .sidebar.sidebar-left .product-items .product-item-details {
  margin: 0 0 0 85px;
  padding: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.block .block-title {
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 16px;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
  display: block;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
/*Product Detail*/
.fieldset .field.qty {
  display: inline-block;
  margin: 0;
}
.fieldset .field.qty .label,
.fieldset .field.qty .control {
  display: inline-block;
}
.fieldset .field.qty .control {
  margin-right: 25px;
  width: inherit !important;
  float: inherit !important;
  border: 1px solid #eaeaea;
  display: inline-block;
  background: #ffffff;
}
.fieldset .field.qty .control input {
  box-shadow: none;
  border: none;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  font-weight: 300;
}
.fieldset .field.qty .control input:focus,
.fieldset .field.qty .control input:active {
  box-shadow: none;
}
.fieldset .field.qty .control .items-count {
  text-align: center;
  border: none;
  box-shadow: none;
  background: #ffffff;
  color: #999999;
  font-size: 12px;
}
.fieldset .field.qty .control .items-count.increase {
  padding-right: 10px;
}
.fieldset .field.qty .control .items-count.reduced {
  padding-left: 10px;
}
.fieldset .actions {
  display: inline-block;
}
.fieldset .actions .action.tocart {
  width: auto;
  margin: 0;
  padding: 0 50px;
  height: 48px;
  line-height: 48px;
  min-width: 150px;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 1px;
  border: none;
  text-transform: uppercase;
  overflow: hidden;
}
.fieldset .actions .action.tocart:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fieldset .actions .action.tocart span {
  position: relative;
  display: inline-block;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  height: 48px;
  line-height: 48px;
  width: 100%;
}
.fieldset .actions .action.tocart span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  font-size: 20px;
  content: '\c164';
  font-family: 'cleversoft';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#product_addtocart_form {
  margin: 0;
}
#product_addtocart_form .bundle-options-wrapper #product-options-wrapper {
  padding-right: 30px;
  color: #a0a0a0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox {
  margin: 0;
  display: inline-block;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label {
  min-height: 14px;
  padding: 0 20px 0 0;
  left: 0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label span,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label span,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .radio label .check,
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .checkbox label .check {
  left: 0;
}
#product_addtocart_form .bundle-options-wrapper .fieldset > .field .choice input {
  float: left;
  margin: 2px 5px 0 0;
}
#product_addtocart_form .bundle-options-wrapper label {
  padding: 6px 0;
}
#product_addtocart_form .bundle-options-wrapper select {
  border: 1px solid #c2c2c2;
  height: auto;
}
#product_addtocart_form .label {
  padding: 0;
  color: #333333;
  font-weight: normal;
  text-align: left;
}
#v-cookielaw.v-box .v-actions a {
  text-decoration: none;
}
.product-info-main {
  position: relative;
}
.product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0;
}
.product-info-sku {
  padding: 10px 0 15px;
}
.product-info-sku .type {
  font-weight: 600;
  color: #666666;
}
.product-info-sku .type:after {
  content: '#:';
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  text-align: left;
  color: #333333;
}
.product-options-bottom .price-box .price-container > span.price-label,
.product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .old-price .price-container .price,
.product-info-price .price-box .old-price .price-container .price {
  font-size: 18px;
  color: #999999;
  margin-right: 25px;
  text-decoration: line-through;
  font-weight: normal;
  vertical-align: bottom;
  line-height: 1;
}
.product-info-price .price-box .price-final_price > span.price-wrapper {
  margin: 0;
}
.product-info-price .product-info-stock-sku {
  display: none;
}
.action.mailto.friend span {
  line-height: 40px;
}
.product.attibute.overview {
  color: #999999;
  line-height: 28px;
  padding: 10px 0 20px 0;
  clear: both;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  font-weight: 300;
}
.stock.available,
.stock.unavailable {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}
.stock.available span.stock-label,
.stock.unavailable span.stock-label {
  color: #999999;
}
.stock.available .stock.unavailable {
  color: #0A246A;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  -webkit-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  top: 0;
}
.catalog-product-view .product.media .stock.unavailable {
  display: none;
}
.catalog-product-view .zoo-breadcrumbs .items {
  padding-top: 0;
}
.catalog-product-view .zoo-breadcrumbs .items .item.product {
  display: none;
}
.catalog-product-view .zoo-breadcrumbs .items .item:nth-last-child(2) i {
  display: none;
}
.catalog-product-view .swatch-option {
  width: 30px;
  height: 30px;
}
.catalog-product-view .swatch-option.text {
  width: auto;
  height: auto;
  border-radius: 0;
}
.catalog-product-view .swatch-option-loading + :before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-product-view #zoo-main-content {
  padding-top: 0;
}
.catalog-product-view .zoo-breadcrumbs .items {
  border-bottom: none;
  display: inline-block;
}
.catalog-product-view #zoo-main-content {
  margin-bottom: 0;
}
.catalog-product-view .product-area1 {
  float: none;
  padding: 0;
}
.catalog-product-view .magnifier-large {
  z-index: 20;
}
.catalog-product-view #product_addtocart_form select {
  border: 1px solid #c2c2c2;
  height: 32px;
}
.catalog-product-view #product_addtocart_form select:not([disabled]):focus {
  box-shadow: none;
}
.catalog-product-view #product-review-table {
  overflow: hidden;
  margin-bottom: 50px;
  min-height: 30px;
}
.catalog-product-view #product-review-table .review-field-rating {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
}
.catalog-product-view #product-review-table .review-field-rating span {
  margin-right: 10px;
  margin-left: 0;
  float: left;
  margin-top: 5px;
}
.catalog-product-view #product-review-table .review-field-rating .control {
  margin: 0;
  display: inline-block;
}
.catalog-product-view #product-review-table .review-field-rating .control:before {
  top: 0;
  font-size: 26px;
  content: "\c242" "\c242" "\c242" "\c242" "\c242";
  font-family: 'cleversoft';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 8px;
}
.catalog-product-view #product-review-table .review-field-rating .control label {
  top: 0;
}
.catalog-product-view.type-center-vertical-thumb .product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: 0;
  left: inherit;
}
.catalog-product-view.type-center-vertical-thumb .product.media .fotorama__stage {
  left: 0 !important;
  padding-left: 0;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper a {
  padding-bottom: 0;
  width: 8px;
  height: 8px;
  border: 1px solid;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 13px auto;
  display: block;
  text-align: center;
  background-color: rgba(84, 84, 84, 0.55);
  border-color: #ffffff;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper a img {
  display: none;
}
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper.active a,
.catalog-product-view.type-sticky-accordion .gallery-sticky2-image-thumb-wrapper:hover a {
  background-color: #545454;
  border-color: transparent;
}
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-prev,
.catalog-product-view.type-images-carousel .owl-carousel .owl-nav .owl-next {
  opacity: 1;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-next {
  right: 20px;
}
.catalog-product-view.type-images-carousel .owl-carousel:hover .owl-nav .owl-prev {
  left: 20px;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items {
  text-align: inherit;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title {
  border-bottom: none;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a {
  border-bottom: 1px solid #cecece;
  position: relative;
  color: #333333;
  border-width: 1px;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:after {
  background-color: #333333;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:before {
  background-color: #333333;
  width: 2px;
  height: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 42%;
  right: 5px;
  content: "";
  display: block;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed {
  color: #7d7d7d;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a.collapsed:before {
  display: block;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title a:not(.collapsed):before {
  display: none;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title:last-child a {
  border-bottom: 1px solid #cecece;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a {
  color: #333333;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items > .item.title.active a:before {
  display: none;
}
.catalog-product-view.type-sticky-accordion .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-images-carousel .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-sticky-right-content .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse,
.catalog-product-view.type-gird-thumb .product-tab-detail .product.info.detailed.accordion .product.data.items .collapse {
  padding-top: 10px;
}
.catalog-product-view.accordion-tabs .catalog-product-view .product-view-bg {
  padding-top: 0;
}
.catalog-product-view.accordion-tabs .product-tab-detail .product.info.detailed.accordion {
  padding-top: 0;
}
.page-product-downloadable .product-add-form {
  margin-bottom: 0;
}
#product-review-table .review-control-vote label:before {
  font-size: 26px;
  top: 0;
  font-family: 'cleversoft';
  letter-spacing: 8px;
}
#product-review-table .review-control-vote label.rating-1::before {
  content: "\c241";
}
#product-review-table .review-control-vote label.rating-2::before {
  content: "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-3::before {
  content: "\c241" "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-4::before {
  content: "\c241" "\c241" "\c241" "\c241";
}
#product-review-table .review-control-vote label.rating-5::before {
  content: "\c241" "\c241" "\c241" "\c241" "\c241";
}
.product.pricing {
  color: #666666;
  margin-bottom: 20px;
}
.layout_extended_descriptions .background {
  margin: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.layout_extended_descriptions .title-text {
  font-weight: 600;
}
.pdp-feature .text {
  width: 100%;
  z-index: 1;
}
.catalog-product-tab.isset .product.info.detailed {
  margin-bottom: 50px;
}
.catalog-product-tab.layout_extended_descriptions .product.data.items > .item.content {
  position: relative;
  border-top: none;
}
.catalog-product-tab.layout_extended_descriptions .product.data.items > .item.content:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 1000%;
  border-top: 1px solid #cccccc;
}
.catalog-product-tab .product.data.items {
  margin: 0 auto;
  padding: 0;
  float: none;
  color: #000000;
  text-align: center;
}
.catalog-product-tab .product.data.items > .item.title {
  position: relative;
  margin-right: 50px;
  overflow: hidden;
  float: none;
  display: inline-block;
  border-bottom: 3px solid transparent;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.catalog-product-tab .product.data.items > .item.title > .switch {
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  line-height: inherit;
  font-size: 16px;
  color: #bfbfbf;
  text-decoration: none;
  background: none !important;
  height: inherit;
  padding: 18px 0 !important;
}
.catalog-product-tab .product.data.items > .item.title > .switch:hover {
  padding: 18px 0 !important;
}
.catalog-product-tab .product.data.items > .item.title.active,
.catalog-product-tab .product.data.items > .item.title:hover {
  border-bottom-color: #000000;
}
.catalog-product-tab .product.data.items > .item.title.active a,
.catalog-product-tab .product.data.items > .item.title:hover a {
  color: #000000;
}
.catalog-product-tab .product.data.items > .item.title.active:before,
.catalog-product-tab .product.data.items > .item.title:hover:before {
  width: 100%;
}
.catalog-product-tab .product.data.items > .item.title a:hover {
  background: none;
}
.catalog-product-tab .product.data.items > .item.title .counter:before {
  content: '(';
}
.catalog-product-tab .product.data.items > .item.title .counter:after {
  content: ')';
}
.catalog-product-tab .product.data.items > .item.content {
  background: transparent;
  border: none;
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  padding: 30px 0;
  text-align: left;
  display: none;
}
.catalog-product-tab .product.data.items > .item.content.first {
  display: block;
}
.catalog-product-tab .product.data.items > .item.content strong#block-upsell-heading,
.catalog-product-tab .product.data.items > .item.content strong#block-related-heading {
  display: none;
}
.catalog-product-tab .product.data.items > .item.content .product.attibute.description {
  color: #999999;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .block-title span {
  font-size: 18px;
  font-weight: 600;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-item {
  border-bottom: 1px dotted #e1e1e1;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-toolbar {
  display: none;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-ratings .rating-label {
  padding-top: 2px;
  font-weight: 600;
  min-width: 65px;
  float: left;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-ratings .rating-result > span:before {
  color: #f9bf3b;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-content {
  font-weight: 500;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-details {
  font-size: 12px;
}
.catalog-product-tab .product.data.items > .item.content #product-review-container .review-details .review-details-label {
  color: #999999;
}
.catalog-product-tab .product.data.items .review-add {
  padding-top: 35px;
}
.catalog-product-tab .product.data.items .review-add .review-form .review-fieldset {
  margin: 0 0 36px;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend strong {
  margin: 13px 0;
}
.catalog-product-tab .product.data.items .review-add .fieldset .review-legend.legend span {
  font-weight: 500;
  font-size: 14px;
}
.catalog-product-tab .product.data.items .review-add .review-control-vote label:before {
  color: #f9bf3b;
}
.catalog-product-tab .product.data.items .review-add div.field label {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
}
.catalog-product-tab .product.data.items .review-add div.field label:after {
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
  color: #e02b27;
}
.catalog-product-tab .product.data.items .owl-carousel .owl-nav > div {
  font-size: 24px;
}
.catalog-product-tab .vertical .product.data.items > .item.title > .switch {
  text-align: left;
}
#accordion .product.data.items {
  text-align: left;
}
.product-lower-primary-column,
.product-lower-secondary-column {
  position: relative;
}
.product-lower-primary-column > div,
.product-lower-secondary-column > div {
  position: relative;
  clear: both;
}
.product-area2 .product.info.detailed,
.product-area3 .product.info.detailed {
  margin-bottom: 0px;
}
.block.related {
  padding: 30px 0;
}
.block.related .block-actions {
  position: relative;
}
.block.related .field.choice {
  position: absolute;
  top: 10px;
  left: inherit;
  right: 0;
}
.block.related .product-item-details h5 {
  margin: 0 0 5px 0;
}
.block.upsell {
  padding: 30px 0;
}
#block-related-heading,
#block-upsell-heading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0 40px;
  text-align: center;
  display: block;
  color: #000000;
}
.zoo-promotion-top,
.zoo-promotion-bottom {
  position: relative;
}
.zoo-notification-text {
  overflow: hidden;
  width: 100%;
}
.zoo-notification-text:hover {
  text-decoration: underline;
  color: inherit !important;
}
.zoo-notification {
  position: relative;
  display: block;
  z-index: 4;
  background-color: #d0eced;
  background-position: center center;
  background-repeat: no-repeat;
}
.zoo-notification .zoo-notification-inner {
  text-align: center;
  font-size: 16px;
  padding: 10px 30px;
}
.zoo-notification .notification-dismiss {
  cursor: pointer;
  opacity: .9;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: opacity .25s;
  z-index: 10;
}
.zoo-notification .notification-dismiss:hover {
  opacity: 1;
}
.footer-cart-toggle {
  padding: 10px 0;
}
.nav-title-cart {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f4f4f4;
  -moz-transform: translateY(400px);
  -webkit-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
  width: 100%;
  z-index: 4;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-title-cart .toolbar-top .toolbar.toolbar-products {
  padding: 15px;
  margin: 0;
}
.nav-title-cart .box-price {
  display: inline-block;
}
.nav-title-cart .box-price .page-title {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  position: relative;
}
.nav-title-cart .box-price .brand-logo {
  display: none;
}
.nav-title-cart .box-price .price-box {
  display: inline-block;
}
.nav-title-cart .box-price .price {
  font-size: 22px;
  padding: 0 15px;
  position: relative;
  margin: 0;
}
.nav-title-cart .box-price .old-price {
  padding-top: 3px;
}
.nav-title-cart .box-price .old-price .price {
  font-size: 18px;
  color: #999999;
  margin-right: 10px;
  text-decoration: line-through;
}
.nav-title-cart .box-price .price-from,
.nav-title-cart .box-price .price-to {
  display: inline-block;
}
.nav-title-cart .box-price .price-from .price-label,
.nav-title-cart .box-price .price-to .price-label {
  display: inline-block;
}
.nav-title-cart .box-price .price-to .price-label {
  padding: 0 5px;
}
.nav-title-cart .box-tocart {
  margin-left: auto !important;
}
.nav-title-cart .box-tocart .fieldset {
  margin: 0 !important;
  display: inline-block;
}
.nav-title-cart .box-tocart .fieldset .actions {
  margin: 0;
}
.nav-title-cart .box-tocart .fieldset .field.qty {
  display: none;
}
.nav-title-cart .box-tocart .fieldset .actions .action.tocart {
  font-size: 14px;
  margin: 8px 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
}
.nav-title-cart .box-tocart .fieldset .actions .action.tocart span {
  height: 40px;
  line-height: 40px;
}
.nav-title-cart.active {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-add-form .product-options-bottom {
  margin-bottom: 20px;
}
.product-add-form .product-options-bottom .product-addto-links {
  display: block;
}
.product-add-form .product-options-bottom .product-addto-links .action {
  color: #333333;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid;
  margin-left: 10px;
  text-align: center;
}
.box-tocart {
  margin: 0 !important;
}
.box-tocart .fieldset .actions {
  margin-top: 20px;
  width: 100%;
}
.box-tocart .fieldset .actions .action.tocart {
  width: 100%;
}
.box-tocart .fieldset .field.qty {
  width: 78%;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
}
.box-tocart .fieldset .field.qty .control {
  text-align: center;
  width: 100% !important;
}
.product_categories_name span {
  color: #999999;
}
.main_aside_detail {
  background: #ffffff;
}
.inner_top {
  background-color: #f7f7f7;
}
.main_aside .block-static-block {
  margin-bottom: 0;
}
.fotorama-item .fotorama__dot {
  height: 11px;
  width: 11px;
  background: #ffffff;
  border-color: #d0d0d0;
}
.fotorama-item .fotorama__dot:hover {
  background-color: #252525;
  border-color: #252525;
}
.fotorama__nav--thumbs {
  text-align: center;
}
.fotorama__active .fotorama__dot {
  background-color: #252525;
  border-color: #252525;
}
.fotorama__stage {
  padding-left: 0;
}
.fotorama__nav--dots {
  bottom: 40px;
}
.fotorama--fullscreen .fotorama__stage {
  border: 1px solid #ddd;
  background: #ffffff;
  max-width: 100%;
  overflow: hidden;
}
.fotorama--fullscreen .fotorama__nav__shaft {
  right: 0;
}
.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__thumb {
  border: 1px solid #cccccc !important;
  background-color: #ffffff;
}
.fotorama--fullscreen .fotorama__nav .fotorama__thumb-border {
  border-color: #21293C;
}
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img,
.fotorama--fullscreen .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  border: 3px solid #ffffff !important;
  height: 100%;
  width: 100%;
}
.fotorama--fullscreen .fotorama__stage__shaft {
  border: 3px solid #ffffff;
  box-sizing: border-box;
  max-width: 100%;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon {
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  top: 0;
  height: 45px;
  width: 45px;
  background: transparent;
  right: 0;
  font-size: 0px;
  line-height: 60px;
  text-align: center;
  outline: none;
  opacity: 1;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 45px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 18px;
  color: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:hover {
  background: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:hover:before {
  color: #ffffff;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:active {
  background-color: #000000;
}
.fotorama--fullscreen .fotorama__wrap .fotorama__fullscreen-icon:active:after {
  display: none;
}
/* Quick View Template*/
.zoo-quickview-popup #clever-quickview .product-quickview-view {
  margin: 0;
}
.quickview-product-view .page-wrapper {
  background-color: #ffffff;
}
.quickview-product-view #zoo-main-content {
  padding: 0;
  background-color: #ffffff;
  border: none;
}
.quickview-product-view #zoo-main-content .container {
  width: inherit;
  padding: 0;
}
.quickview-product-view #product-options-wrapper {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.quickview-product-view #product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
.quickview-product-view .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .fotorama__fullscreen-icon:focus:after,
.quickview-product-view .fotorama__zoom-out:focus:after,
.quickview-product-view .fotorama__zoom-in:focus:after,
.quickview-product-view .fotorama__arr:focus:after,
.quickview-product-view .fotorama__stage__shaft:focus:after,
.quickview-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.quickview-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  display: none !important;
}
.quickview-product-view .fotorama__thumb {
  background-color: transparent;
}
.quickview-product-view .product-quickview-view {
  width: 100%;
}
.quickview-product-view .product-quickview-view .product-info-main {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media {
  margin: 0;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__nav-wrap,
.quickview-product-view .product-quickview-view .product-media .fotorama__fullscreen-icon {
  display: none !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage {
  left: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft {
  position: relative;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__stage__shaft .fotorama__img {
  max-height: 650px;
}
.quickview-product-view .product-quickview-view .product-media .fotorama__stage .fotorama__arr--next {
  right: 0 !important;
}
.quickview-product-view .product-quickview-view .product-media .price-label {
  display: none;
}
.quickview-product-view .product-quickview-view .product-info-main {
  padding-top: 40px;
}
.quickview-product-view .product-quickview-view .product-info-main .page-title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.quickview-product-view .product-quickview-view .product-info-main .product.attibute.overview {
  font-size: 16px;
  line-height: inherit;
}
.quickview-product-view .product-quickview-view .product-social-links {
  padding-bottom: 0;
  border-bottom: none;
}
.quickview-product-view .copyright {
  display: none;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid;
}
/*Footer*/
.page-wrapper > .page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.page-wrapper > .page-bottom .block-static-block.widget {
  margin-bottom: 0;
}
.black-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0.6;
}
.form-edit-account {
  max-width: 600px;
}
.form-edit-account input[type="text"],
.form-edit-account input[type="password"],
.form-edit-account input[type="url"],
.form-edit-account input[type="tel"],
.form-edit-account input[type="search"],
.form-edit-account input[type="number"],
.form-edit-account input[type="datetime"],
.form-edit-account input[type="email"] {
  width: auto;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.account-nav {
  max-width: 260px;
}
.form-newsletter-manage legend {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.newsletters {
  padding: 40px 0 40px;
  overflow: hidden;
}
.newsletters .subscribe .newsletter {
  height: 50px;
  float: left;
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: calc(100% - 190px);
  text-align: left;
}
.newsletters .subscribe .newsletter .form-group {
  background: #ffffff;
}
.newsletters .subscribe .newsletter .form-group label {
  padding: 0 10px;
}
.newsletters .subscribe .actions {
  float: left;
  max-width: 190px;
  height: 50px;
}
.newsletters button,
.newsletters .cart.table-wrapper .actions-toolbar > .action,
.newsletters .action-gift {
  text-transform: uppercase;
  padding: 10px 40px;
  margin: 0;
  height: 100%;
  margin-left: 5px;
}
.newsletters-style-2 {
  border: 5px solid #d7d7d7;
  padding: 10px 80px;
  margin-top: 30px;
}
.newsletters-style-2 .clever-icon-mail-1:before {
  content: "\e91b";
  font-size: 100px;
  color: #e0e0e0;
}
.newsletters-style-2 h3 {
  line-height: 28px;
  margin-bottom: 25px;
}
.newsletters-style-2 #newsletter-validate-detail {
  margin: 0 auto;
}
.newsletters-style-2 #newsletter-validate-detail label.control-label {
  width: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
}
.newsletters-style-2 #newsletter-validate-detail input.form-control {
  padding: 11px;
  border: 1px solid #d7d7d7;
}
.newsletters-style-2 #newsletter-validate-detail .btn-novetty {
  margin: 15px 0 5px;
  width: 100%;
  height: 40px;
  padding: 0;
  border-radius: 0;
}
.newsletters-style-3 #newsletter-validate-detail {
  margin: 20px 0;
}
.newsletters-style-3 #newsletter-validate-detail label.control-label {
  width: 100%;
  left: 0;
  margin: 0;
  padding: 10px;
}
.newsletters-style-3 #newsletter-validate-detail input.form-control {
  background-size: 0 1px, 100% 1px;
  padding: 11px 5px;
  border: 1px solid #d7d7d7;
}
.newsletters-style-3 #newsletter-validate-detail .btn-novetty {
  margin: 15px 0 5px;
  width: 100%;
  padding: 5px 50px;
}
.newsletters-style-4 .newsletter-cs .content {
  margin: 10px 0;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail input {
  line-height: 1;
  padding: 5px 15px;
  background: transparent;
  border-color: #e1e1e1;
  height: 40px;
}
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  border-radius: 0;
  padding: 5px 20px;
  letter-spacing: 0;
  background: #f8bf00;
  white-space: nowrap;
}
.newsletters-home01 h2 {
  font-weight: 600;
}
.newsletters-home01 button.subscribe,
.newsletters-home01 .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletters-home01 .action-gift.subscribe {
  letter-spacing: 1px;
}
.newsletters-home01 .newsletter-cs .subscribe .newsletter {
  padding-right: 20px;
}
.newsletters-home01 .newsletter-cs .subscribe input {
  border-radius: 50px;
}
.newsletters-home2 .subscribe .newsletter .form-group {
  background: transparent;
}
.newsletters-home2 .newsletters {
  padding: 60px 0;
}
.newsletters-home2 .newsletters button,
.newsletters-home2 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.newsletters-home2 .newsletters .action-gift {
  padding: 10px 35px;
}
.newsletters-home2 .newsletter-cs .content {
  margin-top: 20px;
}
.newsletters-home2 .newsletter-cs .subscribe .newsletter {
  padding-right: 20px;
}
.newsletters-home2 .newsletter-cs .subscribe input {
  border-radius: 50px;
}
.block_parallax .block-image {
  position: relative;
  overflow: hidden;
}
.block_parallax .block-image .ctas_stack {
  position: absolute;
}
.block_parallax .block-image .ctas_stack a {
  margin: 0 10px;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #ffffff;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block_parallax .block-image .ctas_stack a:hover {
  border-color: #fc6a21;
  color: #fc6a21;
}
.block_parallax .block-image img {
  width: 100%;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}
.block_parallax .block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.block_parallax .block-image1 .ctas_stack {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
}
.block_parallax .block-image2 .ctas_stack {
  bottom: 18%;
  left: 9%;
  transform: translate(-9%, -18%);
  -webkit-transform: translate(-9%, -18%);
  -moz-transform: translate(-9%, -18%);
}
.block_parallax .block-image3 .ctas_stack {
  bottom: 27%;
  left: 27%;
  transform: translate(-27%);
  -webkit-transform: translate(-27%);
  -moz-transform: translate(-27%);
}
.block_parallax .block-image3 .ctas_stack a {
  border: none;
  background: #ffffff;
  color: #333333;
  padding: 10px 20px;
}
.block_parallax .block-image3 .ctas_stack a:hover {
  background-color: #fc6a21;
  color: #ffffff;
}
.block_parallax .equal-height img {
  width: 100%;
}
.label {
  font-size: 100%;
  padding: 0;
  line-height: 1.3;
  text-align: initial;
  font-weight: normal;
  margin-bottom: 5px;
  color: #666666;
}
.banner1 {
  margin-bottom: 44px;
}
.banner1 .inner {
  background: none repeat scroll 0 0 #627f9a;
  color: #a8d6b4;
  display: block;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
.banner1 .inner-banner {
  border: 1px solid #7ba887;
  display: block;
  padding: 17px 10px;
}
.banner1 h6 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
  padding: 0 0 1px;
}
.page-layout-1column .filter.block {
  margin: 0;
}
.extended_descriptions {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.product.media {
  text-align: center;
  margin: 0 0 50px 0;
  overflow: inherit;
  position: relative;
}
.product.media .magnifier-preview {
  left: 0 !important;
  top: 0 !important;
}
.product.media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(0, 95px, 0);
  transform: translate3d(0, 95px, 0);
}
.product.media .fotorama__arr {
  background-color: transparent;
}
.product.media .fotorama__arr.fotorama__arr--disabled {
  opacity: 1;
  pointer-events: inherit;
  cursor: not-allowed;
}
.product.media .fotorama__fullscreen-icon {
  width: 95px;
  height: 20px;
  position: absolute;
  bottom: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #ffffff;
  padding: 0px 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  line-height: 20px;
  font-size: 10px;
  top: inherit;
}
.product.media .fotorama__fullscreen-icon:before {
  content: "CLICK TO ZOOM";
}
.product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img,
.product.media .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
.product.media .fotorama__stage.fotorama__shadows--right:after,
.product.media .fotorama__nav.fotorama__shadows--right:after {
  background-image: none;
}
.magnify-lens {
  background: transparent;
  border: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}
.social-footer {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
}
.catalog-product-view._has-modal > .page-wrapper {
  filter: inherit;
}
.catalog-product-view._has-modal > .page-wrapper:before {
  content: '';
  background: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0.73;
  top: 0;
}
.catalog-product-view._has-modal .nav-title-cart-down {
  opacity: 0;
}
.share-links {
  padding: 0 0 30px 0;
}
.share-links a {
  display: inline-block;
  font-size: 24px;
  margin-right: 25px;
  color: #666666;
}
.share-links a:hover {
  color: #fc6a21;
}
.share-product-text p {
  font-size: 16px;
  color: #999999;
}
.share-product-text h3 {
  font-size: 36px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 30px;
}
.product-shop {
  margin-bottom: 50px;
}
.product-shop .value {
  color: #666666;
  line-height: 28px;
}
.product-shop .value[itemprop="description"] {
  color: #000000;
  padding-bottom: 15px;
  display: inline-block;
}
.product-shop .stock.available {
  font-weight: 600;
  color: #666666;
}
.product-shop.active-fix > div:first-child {
  padding-top: 60px;
}
.page-title-wrapper.product {
  margin-bottom: 20px;
}
.page-title-wrapper.product h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.gallery-sticky2-video-wrapper iframe {
  float: left;
}
.gallery-sticky2-image-wrapper,
.gallery-sticky2-video-wrapper {
  margin-bottom: 30px;
}
.gallery-sticky2-image-thumb-wrapper {
  padding-bottom: 10px;
}
.gallery-sticky2-image-thumb-wrapper img {
  border: 2px solid transparent;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-sticky2-image-thumb-wrapper.active img {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border-color: #006EFF;
}
.gallery-placeholder .loading-mask {
  padding: 50% 0;
}
.product-view-bg {
  position: relative;
  padding-top: 35px;
}
.product-view-bg:before {
  content: '';
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: -100%;
  width: 1000%;
  height: 100%;
}
.product-view-bg:last-child {
  margin-bottom: 40px;
  padding-top: 20px;
}
.zoo-main-heading .zoo-heading-wrapper-title h3 {
  clear: both;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.zoo-main-heading .zoo-heading-wrapper-title .sub-title {
  position: relative;
  top: -30px;
  color: #9d9d9d;
}
.products-grid.grid li[class*="col-"],
.widget-product-grid li[class*="col-"] {
  padding: 0 7px;
}
.products-grid.grid li:hover,
.widget-product-grid li:hover {
  z-index: 25;
}
.products-grid.grid .product-item-info,
.widget-product-grid .product-item-info {
  transition: all 0.3s;
  position: relative;
  overflow: visible;
}
.products-grid.grid .product-item-info a.product-item-link,
.widget-product-grid .product-item-info a.product-item-link {
  text-decoration: none;
  font-weight: 500;
  line-height: 20px;
}
.products-grid.grid .product-item-info .product-item-description,
.widget-product-grid .product-item-info .product-item-description,
.products-grid.grid .product-item-info .category-price-list,
.widget-product-grid .product-item-info .category-price-list {
  display: none;
}
.products-grid.grid .product-item-info .product_shop_loop,
.widget-product-grid .product-item-info .product_shop_loop {
  margin: 5px 0;
  position: relative;
}
.product-widget-sidebar {
  position: relative;
}
.product-widget-sidebar .grid {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel {
  position: static;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons,
.product-widget-sidebar .grid .owl-carousel .owl-nav {
  transform: initial;
  top: 0;
  right: 0;
  width: auto;
  left: auto;
  padding: 0;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div {
  position: static;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: none;
  box-shadow: none;
  margin: 0;
  background-color: #ebebeb;
  border-radius: 0 !important;
  padding: 0;
  float: left;
  -moz-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div i {
  color: #000000;
  font-size: 12px;
  margin-top: -7px;
  display: inline-block;
}
.product-widget-sidebar .grid .owl-carousel .owl-buttons > div:hover i,
.product-widget-sidebar .grid .owl-carousel .owl-nav > div:hover i {
  color: #fc6a21;
}
.products-list.list .product-item {
  width: 100% !important;
  float: none;
  display: block;
  margin-bottom: 0px;
  text-align: left;
  padding: 0;
  padding-bottom: 25px;
}
.products-list.list .product-item .zoo-product-image {
  position: relative;
  width: 25%;
  max-width: 25%;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
}
.products-list.list .product-item .zoo-product-image .add-to-link {
  display: none !important;
}
.products-list.list .product-item .shop_product_metas .add-to-links {
  display: none;
}
.products-list.list .product-item .product-item-details {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
  width: 70%;
  text-align: left;
}
.products-list.list .product-item .product-item-details .product-item-name {
  margin: 0 0 15px;
}
.products-list.list .product-item .product-item-details .product-item-name a {
  font-weight: 500;
  color: #333333 !important;
}
.products-list.list .product-item .product-item-details .product-item-name a:hover {
  text-decoration: inherit;
}
.products-list.list .product-item .product-item-details .action.tocart span {
  display: inline-block;
}
.products-list.list .product-item .product-item-details .product-reviews-summary,
.products-list.list .product-item .product-item-details .price-box {
  margin: 10px 0;
}
.products-list.list .product-item .product-item-details .swatch-attribute-options {
  padding: 0;
}
.products-list.list .product-item .product-item-details .product-item-description {
  margin: 15px 0;
  color: #999999;
}
.products-list.list .product-item .product-item-details .product_loop.hover {
  height: inherit;
}
.products-list.list .product-item .product-item-details .product_loop.hover .product_loop_switcher {
  display: none;
}
.products-list.list .product-item .product-item-details .product_loop.hover div[class^="swatch-opt-"] {
  text-align: left;
  height: inherit;
  line-height: inherit;
}
.products-list.list .product-item .product-item-details .hover-area {
  display: none !important;
}
.products-list.list .product-item .zoo-wishlist,
.products-list.list .product-item .hover-area,
.products-list.list .product-item .zoo-compare {
  display: none;
}
.products-list.list .product-item .category-price-list .price-final_price {
  height: inherit;
}
.products-list.list .product-item .category-price-list .zoo-addtocart .action.tocart {
  background: transparent;
  color: #333333;
  padding: 0;
  font-weight: normal;
  line-height: 28px;
  border: none;
  font-size: 18px;
}
.products-list.list .product-item .category-price-list .zoo-wishlist-list,
.products-list.list .product-item .category-price-list .zoo-compare-list,
.products-list.list .product-item .category-price-list .zoo-addtocart {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 1px solid #f6f6f6;
  line-height: 35px;
  text-align: center;
  padding: 0;
  font-size: 18px;
}
.products-list.list .product-item .category-price-list .zoo-wishlist-list:hover,
.products-list.list .product-item .category-price-list .zoo-compare-list:hover,
.products-list.list .product-item .category-price-list .zoo-addtocart:hover {
  background-color: #f6f6f6;
  color: inherit;
}
.products-list.list .product-item .category-price-list .zoo-quickview {
  background: #000000;
  margin-right: 15px;
  padding: 0 15px;
  line-height: 35px;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
}
.products-list.list .product-item .category-price-list .zoo-quickview i {
  font-size: 18px;
}
.widgets2-cols {
  padding: 0 30px;
}
.widgets3-cols {
  padding: 0 15px;
}
.zoo-widget-style1 {
  margin-bottom: 60px;
}
.zoo-widget-style2 {
  margin-bottom: 30px;
}
.zoo-product-collection01 .products-grid.grid .owl-carousel .owl-stage-outer {
  padding: 10px 0;
}
.zoo-product-collection01 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 30px;
}
.zoo-product-collection01 .zoo-block-products-list.grid .products-grid.grid {
  margin: 0;
}
.zoo-product-collection01 .owl-item {
  padding: 0 7px;
}
.zoo-product-collection01 .owl-item .product-item-photo img {
  width: 100%;
}
.zoo-product-collection01 .owl-pagination {
  display: none;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info {
  background: #ffffff;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info .product-item-details {
  padding: 0 15px;
}
.zoo-product-collection01.product-list-style2 .products-grid.grid .product-item-info:hover {
  box-shadow: 0 3px 7px 0 #c0c0c0;
}
.zoo-product-collection01.zoo-carousel-style2 {
  padding: 0 15px;
}
.zoo-product-collection01.zoo-carousel-style2 .owl-item {
  padding: 0 15px;
}
.zoo-product-collection01.zoo-carousel-style2 .products-grid.grid .owl-carousel .owl-stage-outer {
  padding: 0;
}
.zoo-product-collection01.zoo-carousel-style2 .product-items .product-item-info .product-item-details {
  background: #f0f0f0;
  padding-bottom: 50px;
}
.zoo-widget-transparent .product-items .product-item-info .product-item-details {
  background: transparent;
}
.zoo-widget-transparent .product-item-name > a {
  color: #ffffff !important;
}
.zoo-widget-transparent .price-box .price,
.zoo-widget-transparent button.tocart,
.zoo-widget-transparent .cart.table-wrapper .actions-toolbar > .action.tocart,
.zoo-widget-transparent .action-gift.tocart {
  color: #ffffff !important;
}
.zoo-widget-transparent .product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview {
  border-color: #ffffff;
  color: #ffffff;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li {
  margin: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li.active {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs li a {
  border: 0;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666666;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane {
  height: auto !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .tab-pane .owl-dots {
  bottom: 20px;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-items .product-item-info .zoo-product-image .product-image-wrapper {
  padding-bottom: 0 !important;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .product-image-container {
  width: 100% !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li {
  margin: 20px 5px;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover {
  border: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active a,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover a {
  color: #ffffff !important;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active:before,
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover:before {
  display: none;
}
body .page-wrapper .zoo-widget-tab-style2 .tabs-collection .widget-tabs li a {
  font-size: 14px;
  text-transform: none;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 50px;
}
body .featured-products {
  text-align: center;
}
body .featured-products .title {
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
}
body .featured-products .title:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #ebebeb;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
body .page-wrapper .zoo-widget-tab-style1.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  display: none;
}
.zoo-title-size2 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 40px;
  font-weight: normal;
}
.zoo-product-collection02 .products-grid.grid li {
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info {
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info {
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  width: 30%;
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  z-index: 1;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a img {
  margin: 0 auto;
  position: relative;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-low-of-stock,
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-sale-label {
  display: none;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
  padding: 0;
  width: 70%;
  float: left;
  padding-left: 15px;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
  margin: 0 0 5px;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details .price-box {
  margin-bottom: 5px;
  padding: 0;
}
.zoo-product-collection02 .products-grid.grid li:first-child .product-item-info .zoo-inner-product-item-info {
  padding-top: 0px;
  border-top: none;
}
.zoo-product-collection02 .products-grid.grid .product-reviews-summary {
  margin: 0px 0 8px;
}
.zoo-product-collection02 .swatch-attribute-options {
  margin-top: 10px;
  padding: 0;
}
.product-item-photo {
  position: relative;
  overflow: hidden;
}
.required .swatch-attribute-label:after {
  content: ' *';
  color: #EE001C;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.related-product.zoo-product-collection01 {
  margin-bottom: 60px;
}
.related-product.zoo-product-collection01 .products-grid.grid .product-item-info {
  border: 1px solid #ebebeb;
}
.related-product.zoo-product-collection01.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background-color: #ffffff;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a {
  line-height: inherit;
  padding: 10px 0;
  margin-left: 0;
  border: none;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li .slicknav_arrow {
  top: 4px;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li.parent a:before {
  display: none;
}
.clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: 1px solid #e1e1e1;
}
.clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown ul.groupmenu-nondrop {
  padding-top: 15px;
}
.clever-horizontal-menu ul.clever-mega-menu .border-none .category-menu.no-dropdown {
  border-right: none;
}
.clever-horizontal-menu ul.clever-mega-menu li.level0 > a.menu-link {
  position: relative;
  font-weight: 600;
}
.zoo-menu-content {
  position: relative;
  width: 100%;
}
.zoo-menu-content .menu-justify {
  position: static;
}
.is-sticky #zoo-sticky-header .minicart-wrapper,
.is-sticky #zoo-sticky-header .header-wishlist {
  display: block;
}
.is-sticky .d-flex.zoo-menu-content {
  display: flex;
}
.zoo-customer-service p {
  margin: 0;
  display: inline-block;
}
.zoo-customer-service a {
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 1px solid #cccccc;
  margin-left: 15px;
}
label em {
  color: #f1152f;
  font-weight: 400;
  font-style: normal;
  margin-left: 3px;
}
.hr-login {
  border-top: 1px solid #aaa;
  text-align: center;
  margin: 20px auto 0;
  max-width: 350px;
}
.hr-login span {
  position: relative;
  top: -12px;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  color: #282828;
}
.hr-or {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 2;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  margin: 0;
}
.button-register-left-form .hr-or,
.button-login-left-form .hr-or {
  right: -5px;
}
.button-register-right-form .hr-or,
.button-login-right-form .hr-or {
  left: 10px;
}
#is_subscribed {
  float: left;
  margin: 0 10px 0 0;
  width: inherit;
  height: inherit;
}
legend {
  border-bottom: none;
  font-size: 18px;
}
.customer-account-forgotpassword h1.page-title,
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
#zoo-login-form h1.page-title,
#zoo-register-form h1.page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.zoo-reg-popup .form-create-account {
  max-width: 500px;
  margin: 0 auto;
}
.login-container .note,
#zoo-login-form .note,
.password.forget .note,
.form-create-account .note {
  margin-bottom: 25px;
}
.login-container .newsletter,
#zoo-login-form .newsletter,
.password.forget .newsletter,
.form-create-account .newsletter {
  margin: 10px 0;
}
.login-container input,
#zoo-login-form input,
.password.forget input,
.form-create-account input {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0), 0 1px 2px rgba(0, 0, 0, 0);
  border-color: #e5e5e5;
  height: 40px;
}
.login-container label,
#zoo-login-form label,
.password.forget label,
.form-create-account label {
  display: block;
  padding-bottom: 5px;
  color: #7a7a7a;
  font-size: 13px;
}
.login-container p.required,
#zoo-login-form p.required,
.password.forget p.required,
.form-create-account p.required {
  color: #f1152f;
  display: inline-block;
  float: left;
}
.login-container .forgot-pass,
#zoo-login-form .forgot-pass,
.password.forget .forgot-pass,
.form-create-account .forgot-pass {
  float: right;
  display: inline-block;
  text-decoration: underline;
}
.login-container .actions,
#zoo-login-form .actions,
.password.forget .actions,
.form-create-account .actions {
  margin: 20px 0;
}
.login-container button[type="submit"],
#zoo-login-form button[type="submit"],
.password.forget button[type="submit"],
.form-create-account button[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .action-gift[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.password.forget .action-gift[type="submit"],
.form-create-account .action-gift[type="submit"] {
  padding: 0 15px;
  height: 46px;
  line-height: 46px;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  letter-spacing: 1px;
  font-size: 1.1em;
  text-transform: uppercase;
  border: none;
}
.login-container .action.create,
#zoo-login-form .action.create,
.password.forget .action.create,
.form-create-account .action.create {
  float: right;
}
.login-container a.action.create,
#zoo-login-form a.action.create,
.password.forget a.action.create,
.form-create-account a.action.create {
  letter-spacing: 1px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}
.password.forget a.action.create {
  padding: 13px 0;
  display: block;
  text-align: left;
}
#zoo-login-form button[type="submit"],
.login-container button[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.login-container .action-gift[type="submit"] {
  float: inherit;
  width: 100%;
  margin: 20px 0;
}
#zoo-login-form a.action.create,
.login-container a.action.create {
  font-size: 14px;
  display: block;
}
.form-create-account a.action.create {
  line-height: 40px;
}
.block-customer-login,
.block-new-customer {
  max-width: 350px;
  margin: 0 auto !important;
  clear: both;
}
.fancybox-skin {
  background: #ffffff !important;
  border-radius: 0 !important;
}
p.mega-block-title {
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.price-as-configured {
  padding-bottom: 10px;
  margin: 0;
}
.user_area {
  position: relative;
  list-style: none;
  text-transform: uppercase;
  margin: 0 0 0 25px;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.user_area .cs-font {
  font-size: 24px;
}
.user_area .authorization-link {
  -webkit-box-decoration-break: clone;
}
.user_area li {
  margin: 0;
  padding-bottom: 12px;
}
.user_area .user_area_content {
  padding-top: 8px;
  display: none;
  left: 50%;
  position: absolute;
  z-index: 2;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 200px;
}
.user_area .user_area_content a {
  color: #252525;
  display: inline-block;
}
.user_area .user_area_content .area-arrow {
  border-style: solid;
  margin-left: -10px;
  border-width: 10px;
  border-color: transparent transparent #6d6e6e;
  left: 55%;
  top: -8px;
  position: absolute;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.user_area .user_area_content h4 {
  background-color: #6d6e6e;
  padding: 15px 20px;
  color: #ffffff;
  margin: 0;
  font-size: 14px;
}
.user_area .user_area_content .user_area {
  margin: 0;
  width: 100%;
  padding: 5px 20px;
  background: #ffffff;
  text-transform: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.user_area:hover .user_area_content {
  display: block;
}
.authorization-link-layout-2 li.customer-welcome {
  list-style: none;
}
.loginpopup {
  font-weight: 500;
}
.header-minimal-search span {
  font-size: 24px;
}
.header-wishlist,
.header-compare,
.minicart-wrapper {
  position: relative;
  max-width: 30px;
  float: right;
  margin-left: 25px !important;
  margin: 0;
  line-height: 1;
}
.header-wishlist .cs-font,
.header-compare .cs-font,
.minicart-wrapper .cs-font {
  font-size: 24px;
}
.header-wishlist span.counter-number,
.header-compare span.counter-number,
.minicart-wrapper span.counter-number {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -5px;
  left: 12px;
  position: absolute;
  overflow: hidden;
}
.header-wishlist span.counter-number {
  display: none;
}
.link.wishlist a {
  font-size: 0;
}
.pslogin-welcome-msg img {
  height: inherit;
}
.pslogin-block .pslogin-buttons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pslogin-block .pslogin-buttons ul li {
  width: auto !important;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
  display: none !important;
}
.pslogin-block .pslogin-buttons ul.pslogin-clearfix:after {
  display: none;
}
.mini-cart-sticky,
.wishlist-sticky {
  display: none;
  float: right;
}
.logo-sticky {
  display: none !important;
}
.logo-is-sticky {
  display: none;
}
.is-sticky {
  /*
  .zoo-customer-service {
    display: none;
  }*/
}
.is-sticky .logo-sticky {
  display: table-cell !important;
}
.is-sticky .minicart-wrapper:before {
  display: block;
}
.is-sticky #zoo-sticky-header {
  z-index: 9;
}
.is-sticky #zoo-sticky-header .zoo-header-user {
  display: block;
}
.is-sticky #zoo-sticky-header .zoo-header-user.d-flex {
  display: flex;
}
#sticky-headers {
  width: 100%;
}
.page-header.zoo-header-1 .is-sticky .header-content,
.page-header.zoo-header-2 .is-sticky .header-content,
.page-header.zoo-header-4 .is-sticky .header-content,
.page-header.zoo-header-5 .is-sticky .header-content,
.page-header.zoo-header-10 .is-sticky .header-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sticky-wrapper .d-flex.zoo-menu-content .text-center {
  width: 100%;
}
.sticky-wrapper.is-sticky .d-flex.zoo-menu-content .text-center {
  width: auto !important;
}
.text-center .clever-mega-menu {
  text-align: center;
}
.text-center .clever-mega-menu li {
  text-align: left;
}
.text-center .logo {
  float: inherit !important;
  width: 100%;
}
.text-center .logo img {
  display: inline-block;
}
#zoo-sticky-header {
  width: 100%;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid #f4f4f4;
}
#zoo-sticky-header .zoo-header-user {
  display: none;
}
#zoo-sticky-header .minicart-wrapper,
#zoo-sticky-header .header-wishlist {
  margin: 9px 0px;
}
.zoo-navigation-vertical .block-title {
  padding: 8px 15px;
  margin: 0;
}
.zoo-navigation-vertical .block-title i {
  color: #ffffff;
  margin-right: 10px;
}
.zoo-navigation-vertical .block-title h4 {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
.product_media {
  width: 100%;
}
.zoo-main-content-area {
  position: relative;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu li.level0:hover .menu-link {
  opacity: 1;
}
.zoo-main-content-area .vertical-menu-category .clever-horizontal-menu ul.clever-mega-menu li.category-menu.no-dropdown {
  border-right: none;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item {
  border: none;
  width: 100%;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link {
  height: 50px;
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  width: 100%;
  line-height: 50px;
  padding: 0;
  margin: 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link span {
  padding: 0 20px;
  width: 100%;
  display: block;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:hover {
  color: #ffffff;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > a.menu-link:before {
  display: none !important;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item .category-menu li.item {
  padding-left: 20px;
  padding-right: 20px;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub {
  left: 0;
  width: 100%;
  box-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: inherit;
  position: relative;
  padding: 20px 0;
}
.zoo-main-content-area .vertical-menu-category .clever-mega-menu > .clever-mega-menu-item > .clever-mega-menu-sub > .item {
  padding: 5px 20px;
}
.tab-style2 {
  position: relative;
  margin: 0;
}
.tab-style2 .zoo-heading-wrapper-title {
  text-align: left;
}
.tab-style2 .zoo-heading-wrapper-title h3 {
  margin: 15px 15px 10px 15px;
}
.tab-style2 .tabs-collection {
  position: relative;
  display: block;
  text-align: right;
  max-height: 50px;
}
.tab-style2 .tabs-collection .zoo-heading-wrapper-title {
  position: absolute;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li {
  margin: 0px 20px;
  padding: 13px 0;
  float: inherit;
  display: inline-block;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a {
  text-transform: none;
  border: none;
  color: #666666;
  font-weight: normal;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a:hover,
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li a:focus {
  background-color: transparent;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  top: 3px;
  display: none;
  background: transparent;
  -moz-transition: color 400ms, background-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #da3e6a;
}
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li.active:before,
.tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover:before {
  display: block;
  width: 0;
}
.box-product-grid .products-grid .product-item {
  width: 33.33%;
  display: inline-block;
}
.box-product-grid .enable_border_boxshadow.products-grid.grid .product-item-info {
  box-shadow: none;
}
.product-gird-right .bx-wrapper {
  border-left: 1px solid #f4f4f4;
  padding: 50px 0;
  position: relative;
  height: 100%;
}
.product-gird-right .bx-wrapper .vertical-brands {
  padding: 0;
}
.product-gird-right .bx-wrapper img {
  margin: 0 auto;
  padding: 10px 0;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  margin: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  right: 0;
  height: 50px;
  font-size: 18px;
  background: transparent;
  color: #313131;
}
.product-gird-right .bx-wrapper button.bx-prev:hover,
.product-gird-right .bx-wrapper button.bx-next:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  color: #ffffff;
}
.product-gird-right .bx-wrapper button.bx-prev,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev,
.product-gird-right .bx-wrapper .action-gift.bx-prev {
  top: 0;
  border-bottom: 1px solid #eaeaea;
}
.product-gird-right .bx-wrapper button.bx-next,
.product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next,
.product-gird-right .bx-wrapper .action-gift.bx-next {
  top: 100%;
  border-top: 1px solid #eaeaea;
  margin-top: -50px;
}
.product-gird-right .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.zoo-slideshow-text-content h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -2px;
  margin: 15px 0;
}
.zoo-slideshow-text-content h3 {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider {
  margin: 0;
  border: none;
  text-align: center;
}
.flexslider .slides {
  background: #808080;
}
.flexslider .flex-direction-nav a {
  font-size: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  font-size: 36px;
  color: #ffffff;
  text-shadow: none;
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexslider .flex-direction-nav a:hover:before {
  color: #252525;
}
.flexslider .flex-direction-nav a.flex-prev {
  left: -30px;
}
.flexslider .flex-direction-nav a.flex-prev:before {
  content: "\c024";
}
.flexslider .flex-direction-nav a.flex-next {
  right: -30px;
  text-align: center;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\c034";
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}
.slide-category .zoo-slideshow-text-wrap {
  position: absolute;
  top: inherit;
  bottom: 0%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  padding: 30px;
  width: 80%;
  background: transparent;
  opacity: 0.7;
  z-index: 1;
}
.slide-category .zoo-slideshow-text-wrap h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  margin: 0;
}
.slide-category .zoo-slideshow-text-wrap h3 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
}
.checkbox,
.radio {
  display: inline-block;
}
.label {
  white-space: inherit;
}
.box-market {
  position: relative;
  top: 50px;
}
.box-market:before {
  content: '';
  position: absolute;
  background-color: #e8e8e8;
  height: 100%;
  width: 1000%;
  top: -50px;
  left: -100%;
}
.color-section {
  background: #ffffff;
  position: relative;
  clear: both;
}
.color-section:before {
  content: '';
  border-bottom: 3px solid;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.color-section > .row {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
}
.color-section .owl-carousel .owl-nav .owl-prev,
.color-section .owl-carousel .owl-nav .owl-next {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
}
.color-section .owl-carousel .owl-nav .owl-prev:hover,
.color-section .owl-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.vertical-menu-one-page {
  position: fixed;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
  width: 40px;
}
.vertical-menu-one-page .clever-vertical-menu {
  background: #ffffff !important;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu {
  margin: 0;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 {
  border: none;
  border-bottom: 1px solid #f1f1f1;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: inherit !important;
  text-align: center;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
  position: relative;
  height: 50px;
  padding-top: 0;
  line-height: 50px;
  width: 100%;
  font-size: 18px;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
  display: none;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active > a.menu-link .menu-icon,
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover > a.menu-link .menu-icon {
  color: #ffffff;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section1'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section1'] {
  background: #da3e6a;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section2'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section2'] {
  background: #34495e;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section3'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section3'] {
  background: #1abc9c;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section4'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section4'] {
  background: #e670a7;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section5'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section5'] {
  background: #3498db;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section6'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section6'] {
  background: #fc6a21;
}
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0.active [href='#color-section7'],
.vertical-menu-one-page .clever-vertical-menu .clever-mega-menu-item.level0:hover [href='#color-section7'] {
  background: #69e028;
}
h3.mega-block-title {
  text-align: center;
  font-size: 18px;
}
.smooth-section {
  position: absolute;
  margin: -90px 0 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}
.tab-style2 .products-grid {
  margin: 0 !important;
}
.tab-style2 .products-grid .product-item {
  margin: 0;
  padding: 0px;
  margin-left: -1px;
}
.tab-style2 .products-grid .product-item .product-item-info {
  margin: 0;
  padding: 10px;
  height: auto !important;
}
.tab-style2 .products-grid .product-item .product-item-info .zoo-inner-product-item-info {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
}
.tab-style2 .products-grid .product-item .product-item-info .product-item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tab-style2 .products-grid .product-item .product-item-info .product-item-details {
  padding: 10px 0 0 0;
}
.tab-style2 .products-grid .product-item .product-item-info a.product-item-link {
  font-weight: normal;
}
.tab-style2 .products-grid .product-item .product-item-info:hover .zoo-inner-product-item-info {
  border-color: #f8d685;
}
.tab-style2 .products-grid .product-item .product-item-info:after {
  background-color: #e6e6e6;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 28px;
  width: 1px;
  height: 65%;
}
.banner {
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}
.banner-caption-left,
.banner-caption-right {
  width: 50%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-title {
  font-size: 25px;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner-desc {
  font-size: 17px;
  opacity: 0.7;
}
.cat-block {
  position: relative;
}
.cat-block a {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
}
.cat-block a img {
  width: 100%;
}
.cat-block a span {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.price-label {
  display: none;
}
.homepage-bar {
  border: 1px solid #eaeaea;
}
.homepage-bar .col-md-4 {
  border-left: 1px solid #eaeaea;
  padding: 25px 20px;
  position: relative;
}
.homepage-bar .col-md-4 .zoo-bar-content {
  position: relative;
  margin: 0 25px;
}
.homepage-bar .col-md-4 .zoo-bar-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}
.homepage-bar .col-md-4 p {
  font-weight: 400;
  color: #999999;
}
.homepage-bar .col-md-4 span.fa {
  position: absolute;
  left: 0;
  top: 5px;
}
.homepage-bar .col-md-4 .text-area {
  padding-left: 55px;
  text-align: left;
}
.payment-img {
  min-height: 34px;
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/payments.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  line-height: 40px;
}
.newsletter-cs .content {
  display: block;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
.newsletter-cs .title,
.newsletter-cs .label {
  display: none;
}
.newsletter-cs .subscribe input {
  border: 1px solid #e1e1e1;
  width: 100%;
  padding: 10px 30px;
  letter-spacing: 1px;
  height: 100%;
  color: #666666;
  box-shadow: none;
}
.newsletter-cs .subscribe input:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary {
  box-shadow: none;
  border: none;
}
.newsletter-cs .subscribe .action.primary:focus {
  box-shadow: none;
  outline: none;
}
.newsletter-cs .subscribe .action.primary:hover {
  background-color: #fc7b3a;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.newsletter-cs .control {
  position: relative;
  height: 50px;
}
.newsletter-cs .control #newsletter-error {
  position: absolute;
  height: 50px;
}
.form .form-group {
  padding-bottom: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.zoo-widget-title-sm {
  padding-top: 20px;
}
.box-connect {
  margin-top: 10px;
}
.box-connect > div {
  float: right;
}
.box-connect a {
  margin-left: 10px;
  color: #ffffff;
  display: inline-block;
}
.icon-style-1 a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  background: #262626;
  border-radius: 50%;
}
.icon-style-1 a span,
.icon-style-1 a i {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px;
}
.zoo-footer-bottom-content {
  padding-top: 30px;
  margin-bottom: 50px;
}
.zoo-footer-bottom-content .f_contact {
  padding-left: 80px;
}
.zoo-footer-bottom-content img.footer-image {
  margin: 30px 0;
}
.zoo-footer-bottom-content p {
  line-height: 30px;
}
.zoo-footer-bottom-content h4.zoo-widget-title-sm {
  padding: 0;
  margin: 15px 0 45px;
  font-weight: 600;
  font-size: 18px;
}
.zoo-footer-bottom-content h4.zoo-widget-title-sm + p {
  margin-top: 20px;
}
.zoo-footer-bottom-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zoo-footer-bottom-content ul li {
  margin: 0;
}
.zoo-footer-bottom-content ul li a {
  text-decoration: none;
  line-height: 30px;
}
/* Form Search*/
.block-search .form.minisearch .control {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  border: none;
}
.block-search .form.minisearch .control ::-webkit-input-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control :-moz-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control ::-moz-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control :-ms-input-placeholder {
  color: #bcbbb9;
}
.block-search .form.minisearch .control .action.search:before {
  line-height: 45px;
}
.block-search .form.minisearch .control input {
  display: inline-block;
  padding: 0;
  border: none;
  height: 40px;
}
.block-search .form.minisearch .control input:focus,
.block-search .form.minisearch .control input:active {
  box-shadow: none;
}
.block-search .form.minisearch .actions .action.search {
  left: 10px;
  right: auto;
}
.block-search .form.minisearch .actions .action.search:before {
  color: #ffffff;
  line-height: 40px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-image-container {
  vertical-align: top;
  width: 100%;
}
.product-new-label,
.product-sale-label {
  width: 50px;
}
.product-new-label,
.product-sale-label,
.stock.unavailable {
  z-index: 3;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.product-new-label {
  background: #59b210;
}
.product-sale-label {
  background-color: #EA1D39;
}
.product-new-label + .product-sale-label {
  top: 47px;
}
.stock.unavailable {
  background-color: #141414;
}
.product-new-label + .product-sale-label,
.product-new-label + .stock.unavailable {
  top: 47px;
}
.catalog-product-view .label-product-view .product-new-label,
.catalog-product-view .label-product-view .product-sale-label {
  left: 125px;
}
.product-low-of-stock {
  z-index: 3;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: .9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.isotope-item {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.product-items .product-item-info {
  overflow: hidden;
  width: 100%;
  display: block;
}
.product-items .product-item-info .zoo-product-image-2 {
  position: relative;
  overflow: hidden;
}
.product-items .product-item-info .zoo-product-image-2 .product-new-label,
.product-items .product-item-info .zoo-product-image-2 .product-sale-label,
.product-items .product-item-info .zoo-product-image-2 .product-low-of-stock {
  z-index: 99;
  position: absolute;
  top: 5px;
  min-width: 40px;
  padding: 0 5px;
  height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 21px;
  text-align: center;
}
.product-items .product-item-info .zoo-product-image-2 .stock.unavailable span {
  font-size: 11px;
}
.product-items .product-item-info .zoo-product-image-2 .product-new-label {
  background-color: #3f51b5;
  left: 5px;
}
.product-items .product-item-info .zoo-product-image-2 .product-sale-label {
  background-color: #fc6a21;
  right: 5px;
}
.product-items .product-item-info .zoo-product-image-2 .product-low-of-stock {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  opacity: .9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.product-items .product-item-info .zoo-product-image {
  position: relative;
  overflow: hidden;
}
.product-items .product-item-info .zoo-product-image a {
  display: block;
}
.product-items .product-item-info .zoo-product-image a img {
  width: auto;
  margin: 0 auto;
}
.product-items .product-item-info .zoo-product-image a img.product-image-photo {
  position: relative;
}
.product-items .product-item-info .zoo-product-image .product-image-wrapper {
  height: inherit;
}
.product-items .product-item-info .add-to-link > div {
  cursor: pointer;
}
.product-items .product-item-info .price-box .price {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.product-items .product-item-info .price-box .old-price {
  margin: 0;
  padding: 0 10px;
}
.product-items .product-item-info .price-box .old-price .price {
  line-height: 24px;
  text-decoration: line-through;
  color: #999999;
}
.product-items .product-item-info .product-item-details {
  position: relative;
  padding: 15px 0;
  background: #ffffff;
  z-index: 4;
  text-align: center;
}
.product-items .product-item-info .product-item-details .product-item-name {
  margin: 0 0 10px 0;
}
.product-items .product-item-info .product-item-details .product-item-name a {
  color: #999999;
}
.product-items .product-item-info .product-item-details .price-final_price {
  display: inline-block;
}
.product-items .product-item-info .product-item-details .price-final_price .price-from,
.product-items .product-item-info .product-item-details .price-final_price .price-to {
  display: inline-block;
  padding: 0 3px;
}
.product-items .product-item-info .product-item-details .product-reviews-summary {
  margin: 0 0 5px;
  padding: 0;
}
.product-items .product-item-info .product-item-details .d-flex.justify-content-between {
  position: relative;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-options {
  margin-top: 0;
  padding: 5px 0;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-label,
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-selected-option {
  display: none;
}
.product-items .product-item-info .product-item-details div[class^="swatch-opt-"] .swatch-attribute-selected-option {
  padding: 0;
}
.product-items .product-item-actions {
  text-align: left;
  width: 100%;
  margin: 0;
}
.product-items .product-item-actions .actions-primary {
  display: inline-block;
  padding-right: 10px;
}
.product-items .product-item-actions .mt-actions-secondary {
  display: inline-block;
}
.product-items .product-item-actions .mt-actions-secondary a {
  background: #fafafa;
  font-size: 10px;
  line-height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000000;
  border: none;
}
.product-items .product-item-actions .mt-actions-secondary a:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  background: #fc6a21;
  color: #ffffff;
}
.swatch-option-tooltip {
  max-width: 0px !important;
  max-height: 0px !important;
  overflow: hidden;
  min-height: 0px !important;
  min-width: 0px !important;
  border: none !important;
  background: transparent !important;
  display: none !important;
}
.shop_product_metas {
  position: relative;
}
.shop_product_metas .add-to-links {
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  padding: 0;
}
.logo-brand .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-transparent .products-grid .product-item-info .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover,
.bg-transparent .products-grid .product-item-info.active {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .product-item-details,
.bg-transparent .products-grid .product-item-info.active .product-item-details {
  background: transparent;
}
.bg-transparent .products-grid .product-item-info:hover .hover-area,
.bg-transparent .products-grid .product-item-info.active .hover-area {
  opacity: 1;
}
.enable_border_boxshadow.products-grid.grid .product-item-info,
.enable_border_boxshadow.widget-product-grid .product-item-info {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.enable_border_boxshadow.products-grid.grid .product-item-info .product-item-details,
.enable_border_boxshadow.widget-product-grid .product-item-info .product-item-details {
  padding: 15px;
}
.enable_border_boxshadow.products-grid.grid .product-item-info:hover,
.enable_border_boxshadow.widget-product-grid .product-item-info:hover {
  box-shadow: none;
}
.add-to-links {
  padding: 15px 0;
  font-size: 16px;
}
.add-to-links > div {
  display: inline;
  padding: 0 5px;
}
.add-to-links > div span.add-to-label {
  font-size: 12px;
}
.towishlist:hover .fa.fa-heart-o:before,
.zoo-wishlist:hover .fa.fa-heart-o:before {
  content: "\f004";
}
div[class^="swatch-opt-"] {
  margin: 0;
}
.product-img-additional {
  max-width: 100%;
  z-index: 2;
}
.product-img-additional img {
  display: block;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
  padding: 0;
  margin: 0;
}
body .rating-summary .rating-result:before,
body .rating-summary .rating-result > span:before {
  height: 14px;
  line-height: 14px;
  letter-spacing: -8px;
}
.newsletterbox button#cboxClose,
.newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose,
.newsletterbox .action-gift#cboxClose {
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  top: 23px;
  height: 45px;
  width: 45px;
  background: #000000;
  right: 0;
  font-size: 0px;
  line-height: 60px;
}
#cboxContent.newsletterbox {
  background: transparent;
}
#cboxWrapper {
  overflow: visible;
}
#zoo_newsletter .zoo-popup-newsletter-inner {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding: 20px 50px;
}
#zoo_newsletter .zoo-popup-newsletter-inner h2 {
  position: relative;
  font-size: 30px;
  padding: 15px;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email] {
  background: transparent;
  height: 40px;
  border: 1px solid;
  color: #959595;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner input[name=email]:focus {
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner button,
#zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner .action-gift {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 12px 35px;
  margin: 20px 0 10px 0;
  border-radius: 0;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none {
  margin-bottom: 10px;
}
#zoo_newsletter .zoo-popup-newsletter-inner .row-none .popup_message .intro {
  line-height: 25px;
  margin-bottom: 20px;
  color: #959595;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label {
  font-size: 12px;
  font-weight: normal;
  color: #898989;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  float: left;
}
#zoo_newsletter .zoo-popup-newsletter-inner .subcriper_label input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form {
  position: relative;
}
#zoo_newsletter .zoo-popup-newsletter-inner form label {
  left: 0;
  right: 0;
  color: #959595;
  font-weight: normal;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  -webkit-appearance: caret;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  color: #c9c9c9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 8px 10px 0 rgba(0, 0, 0, 0.12);
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box input.input-text:focus {
  color: #333333;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .input-box #zoo-newsletter-error {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift {
  padding: 0 30px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-transform: uppercase;
  box-shadow: none;
}
#zoo_newsletter .zoo-popup-newsletter-inner form .actions button span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .cart.table-wrapper .actions-toolbar > .action span,
#zoo_newsletter .zoo-popup-newsletter-inner form .actions .action-gift span {
  color: #ffffff;
}
#zoo_newsletter div.mage-error[generated] {
  margin-top: 13px;
  display: inline-block;
  white-space: nowrap;
}
/* countdown product */
.product_countdown.zoo-product-collection01 .owl-item {
  padding: 0 10px;
}
.product_countdown .widget-product-grid .owl-stage-outer {
  padding: 0 0 70px 0 !important;
}
.product_countdown .widget-product-grid .owl-item li {
  border-left: 0;
}
.product_countdown .widget-product-grid .owl-item li .product-item-info {
  padding: 0;
}
.product_countdown .widget-product-grid .owl-item li .product-item-info .product-item-details {
  padding: 20px;
}
.product_countdown .zoo-main-heading {
  position: relative;
}
.product_countdown .countdown-deal {
  position: absolute;
  top: 0;
  right: 0;
}
.product_countdown .owl-carousel .owl-dots {
  bottom: 30px;
}
.product_countdown .owl-carousel .owl-dots .owl-dot.active {
  width: 40px;
  border-radius: 10px;
}
.product_countdown .owl-carousel .owl-nav .owl-prev,
.product_countdown .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  line-height: 30px;
}
.product_countdown .owl-carousel .owl-nav .owl-prev a:before,
.product_countdown .owl-carousel .owl-nav .owl-next a:before {
  font-size: 16px;
}
.clever-countdown .product-date {
  position: relative;
  margin: 15px 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.clever-countdown-product-detail {
  max-width: 400px;
  margin: 0 auto;
}
.clever-countdown-product-detail .product-date {
  padding: 0 50px;
}
.clever-countdown-product-detail h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  color: #fb6565;
}
.clever-countdown-product-detail .clever-countdown-progress-bar {
  margin-bottom: 20px;
}
.clever-countdown-available-amount {
  float: left;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.clever-countdown-available-amount > span {
  color: #000000;
}
.clever-countdown-label {
  line-height: 18px;
  font-size: 16px;
  color: #959595;
  margin-bottom: 5px;
  text-align: left;
}
.clever-countdown-ordered-amount {
  float: right;
  color: #959595;
  margin-top: 10px;
  line-height: 18px;
}
.product-date > div {
  text-align: center;
  color: #111111;
  display: block;
  position: relative;
  width: 20%;
}
.product-date .space {
  font-size: 22px;
}
.product-date > div.second:after {
  display: none;
}
.product-date > div span.no {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  padding: 5px;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
}
.product-date > div span.text {
  font-weight: 300;
  width: 100%;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  text-transform: capitalize;
}
.block,
.block-banners,
.block-banners-inline {
  margin-bottom: 0;
}
.columns .column.main {
  padding-bottom: 0;
  min-height: inherit;
}
.swatch-option {
  overflow: inherit;
  margin: 0 6px;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  position: relative;
}
.swatch-option:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 1;
  -webkit-box-transform: translate(-50%, -50%) scale(1);
  -moz-box-transform: translate(-50%, -50%) scale(1);
  -o-box-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.swatch-option.selected,
.swatch-option:hover {
  outline: none !important;
  border: 1px solid #ffffff !important;
}
.swatch-option.selected:before,
.swatch-option:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  -webkit-box-transform: translate(-50%, -50%) scale(1);
  -moz-box-transform: translate(-50%, -50%) scale(1);
  -o-box-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-color: #000000;
}
#product-options-wrapper {
  margin-bottom: 20px;
}
#product-options-wrapper .swatch-attribute {
  margin-bottom: 20px;
}
#product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: 600;
  color: #000000;
}
#product-options-wrapper .swatch-attribute .swatch-option.color {
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
  outline: none;
}
#product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  color: #999999;
  padding-left: 17px;
  text-transform: capitalize;
  font-weight: normal;
}
#product-options-wrapper .swatch-attribute.size .swatch-attribute-options,
#product-options-wrapper .swatch-attribute.sizes .swatch-attribute-options {
  padding: 0;
}
#product-options-wrapper .swatch-attribute.size .swatch-option,
#product-options-wrapper .swatch-attribute.sizes .swatch-option {
  margin-left: 0;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  outline: none;
  color: #333333;
  line-height: 26px;
}
#product-options-wrapper .swatch-attribute.size .swatch-option:hover,
#product-options-wrapper .swatch-attribute.sizes .swatch-option:hover,
#product-options-wrapper .swatch-attribute.size .swatch-option.selected,
#product-options-wrapper .swatch-attribute.sizes .swatch-option.selected {
  border: 2px solid #000000;
}
#product-options-wrapper .swatch-attribute select {
  position: relative;
  height: 40px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/caret.png) no-repeat center right 10px;
}
#product-options-wrapper .options-list .field {
  padding: 3px 0;
}
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-options-container .product-add-form {
  position: relative;
  padding-top: 60px;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links {
  display: block;
}
.bundle-options-container .product-add-form .block-bundle-summary .product-addto-links .action {
  color: #333333;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid;
  margin-left: 10px;
  text-align: center;
}
.bundle-options-container .product-add-form:before {
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control {
  box-shadow: none;
  display: block;
  background: #fafafa;
}
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control button,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control input,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action,
.bundle-options-container .product-add-form #product-options-wrapper .fieldset .field.qty .control .action-gift {
  background: #fafafa;
  color: #333333;
  font-size: 15px;
}
.bundle-options-container .stock.available {
  display: none;
}
.bundle-options-container #bundleSummary {
  background: #fdfdfd;
  border: 1px dashed #d1d1d1;
  text-align: center;
}
.bundle-options-container #bundleSummary h2 {
  margin-bottom: 20px;
}
.bundle-options-container #bundleSummary span.product-image-container {
  margin-bottom: 20px;
}
.bundle-options-container #bundleSummary .price-box.price-configured_price {
  clear: both;
  margin-top: 20px;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li {
  margin: 20px 0;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li .label {
  font-weight: 600;
}
.bundle-options-container #bundleSummary.block-bundle-summary .bundle.items > li div[data-container="options"] {
  color: #a0a0a0;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  color: #ff4d89;
  border-bottom: 1px solid #ff4d89;
}
.owl-carousel,
.owlslider {
  padding: 0;
  margin: 0;
}
.owl-carousel .owl-buttons,
.owlslider .owl-buttons,
.owl-carousel .owl-nav,
.owlslider .owl-nav {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev,
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  font-size: 36px;
  color: #333333;
  opacity: 0;
  width: 50px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-buttons .owl-prev.disabled,
.owlslider .owl-buttons .owl-prev.disabled,
.owl-carousel .owl-nav .owl-prev.disabled,
.owlslider .owl-nav .owl-prev.disabled,
.owl-carousel .owl-buttons .owl-next.disabled,
.owlslider .owl-buttons .owl-next.disabled,
.owl-carousel .owl-nav .owl-next.disabled,
.owlslider .owl-nav .owl-next.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-buttons .owl-next,
.owlslider .owl-buttons .owl-next,
.owl-carousel .owl-nav .owl-next,
.owlslider .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-buttons .owl-prev,
.owlslider .owl-buttons .owl-prev,
.owl-carousel .owl-nav .owl-prev,
.owlslider .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls,
.owlslider .owl-controls {
  margin: 0;
}
.owl-carousel .owl-pagination,
.owlslider .owl-pagination,
.owl-carousel .owl-dots,
.owlslider .owl-dots {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
}
.owl-carousel .owl-pagination .owl-page,
.owlslider .owl-pagination .owl-page,
.owl-carousel .owl-dots .owl-page,
.owlslider .owl-dots .owl-page,
.owl-carousel .owl-pagination .owl-dot,
.owlslider .owl-pagination .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owlslider .owl-dots .owl-dot {
  height: 13px;
  width: 13px;
  background: #cccccc;
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .owl-pagination .owl-page.active,
.owlslider .owl-pagination .owl-page.active,
.owl-carousel .owl-dots .owl-page.active,
.owlslider .owl-dots .owl-page.active,
.owl-carousel .owl-pagination .owl-dot.active,
.owlslider .owl-pagination .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active,
.owlslider .owl-dots .owl-dot.active,
.owl-carousel .owl-pagination .owl-page:hover,
.owlslider .owl-pagination .owl-page:hover,
.owl-carousel .owl-dots .owl-page:hover,
.owlslider .owl-dots .owl-page:hover,
.owl-carousel .owl-pagination .owl-dot:hover,
.owlslider .owl-pagination .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:hover,
.owlslider .owl-dots .owl-dot:hover {
  background: #999999;
}
.owl-carousel .owl-pagination .owl-page span,
.owlslider .owl-pagination .owl-page span,
.owl-carousel .owl-dots .owl-page span,
.owlslider .owl-dots .owl-page span,
.owl-carousel .owl-pagination .owl-dot span,
.owlslider .owl-pagination .owl-dot span,
.owl-carousel .owl-dots .owl-dot span,
.owlslider .owl-dots .owl-dot span {
  display: none;
}
.owl-carousel:hover .owl-buttons .owl-next,
.owlslider:hover .owl-buttons .owl-next,
.owl-carousel:hover .owl-nav .owl-next,
.owlslider:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1;
}
.owl-carousel:hover .owl-buttons .owl-prev,
.owlslider:hover .owl-buttons .owl-prev,
.owl-carousel:hover .owl-nav .owl-prev,
.owlslider:hover .owl-nav .owl-prev {
  opacity: 1;
  left: -50px;
}
.owlslider .owl-nav {
  top: 25%;
}
#brands-carousel .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.slideshow-home01 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slideshow-home01 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 50px;
  font-weight: 500;
  padding: 12px 40px;
  border: 2px solid #ffffff;
  background: transparent;
}
.slideshow-home01 .flex-control-nav li {
  margin: 0 4px;
}
.slideshow-home01 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slideshow-home01 .flex-control-nav li a.flex-active,
.slideshow-home01 .flex-control-nav li a:hover {
  background: #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a {
  border: 1px solid #ffffff;
}
.slide-home12 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home13 .zoo-slideshow-text-content .zoo-button-slide a:hover,
.slide-home14 .zoo-slideshow-text-content .zoo-button-slide a:hover {
  border-color: transparent;
}
.slide-home12 .zoo-slideshow-text-content h2,
.slide-home13 .zoo-slideshow-text-content h2,
.slide-home14 .zoo-slideshow-text-content h2 {
  font-weight: normal;
}
.slide-home11 .zoo-slideshow-text-content .zoo-button-slide a,
.slide-home16 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 40px;
}
.slide-type2 .flexslider .flex-direction-nav a {
  background: rgba(90, 90, 90, 0.8);
  color: #ffffff;
  width: 36px;
}
.slide-type2 .flexslider .flex-direction-nav a:hover,
.slide-type2 .flexslider .flex-direction-nav a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.slide-type2 .flexslider .flex-direction-nav a:before,
.slide-type2 .flexslider .flex-direction-nav a:after {
  color: #ffffff;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-prev {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
}
.slide-type2 .flexslider .flex-direction-nav a.flex-next {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
}
.slide-type2 .flex-control-nav li {
  margin: 0 4px;
}
.slide-type2 .flex-control-nav li a {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #ffffff;
}
.slide-type2 .flex-control-nav li a.flex-active,
.slide-type2 .flex-control-nav li a:hover {
  background: #ffffff;
}
.button-bg-transparent .zoo-button-slide a {
  background: transparent;
}
.logo-brand .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.btn-novetty,
button.action.primary.checkout,
.opc-wrapper .form-discount button,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action,
.action-gift.action.primary.checkout,
.opc-wrapper .form-discount .action-gift {
  font-size: 14px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  padding: 10px 50px;
  display: inline-block;
  margin: 20px 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-novetty:hover,
button.action.primary.checkout:hover,
.opc-wrapper .form-discount button:hover,
.btn-novetty:focus,
button.action.primary.checkout:focus,
.opc-wrapper .form-discount button:focus,
.btn-novetty:active,
button.action.primary.checkout:active,
.opc-wrapper .form-discount button:active,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:hover,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:focus,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:active,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:active,
.action-gift.action.primary.checkout:hover,
.opc-wrapper .form-discount .action-gift:hover,
.action-gift.action.primary.checkout:focus,
.opc-wrapper .form-discount .action-gift:focus,
.action-gift.action.primary.checkout:active,
.opc-wrapper .form-discount .action-gift:active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
/************** TITLE STYLE **************/
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3:after,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 50%;
  z-index: 1;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span,
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
.zoo-title-border-0 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  background: transparent;
}
.zoo-title-color-white .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  color: #ffffff;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  text-align: center;
}
.zoo-title-style1 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding: 0 30px;
}
.zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding-right: 30px;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
.zoo-title-style3 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #f8bf00;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: center;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 30px;
  display: inline-block;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  position: absolute;
  content: '';
  top: 50%;
  border-top: 3px solid #333333;
  z-index: 1;
  width: 120px;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  left: -140px;
}
.zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after,
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  right: -140px;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title {
  text-align: left;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 20px;
}
.zoo-title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  display: none;
}
/****************** sidebar ***********************/
.ui-slider-handle {
  height: 12px;
  width: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  overflow: hidden;
  background: #333333;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}
.ui-widget.ui-widget-content.ui-slider-horizontal {
  height: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background: #e5e5e5;
  margin-top: 10px;
  margin-right: 15px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal span {
  margin-top: -30px;
}
.ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle {
  height: 16px;
  width: 16px;
  border: 3px solid;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}
.img-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#infscr-loading {
  padding-top: 50px;
}
#infscr-loading > div {
  padding-top: 15px;
}
#mt_layer_filter_display {
  overflow: hidden;
  color: #666666;
}
.items-price {
  margin-top: 20px;
  color: #999999;
}
/****************** image effect ***********************/
.grid .figure img {
  width: 100% !important;
}
.grid .figure.effect-bubba {
  background-color: rgba(54, 54, 54, 0.2);
  margin-bottom: 15px;
}
.grid .figure.effect-bubba h2 {
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 5%;
  padding-left: 5%;
  text-align: left;
}
/* Common style */
.grid .figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.grid .figure img {
  position: relative;
  display: block;
  width: 100%;
}
.grid .figure .figcaption {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.figure.effect-sadie .figcaption::before,
.figure.effect-sadie p,
.figure.effect-sadie h2 {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.figure.effect-bubba .figcaption::before,
.figure.effect-bubba .figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.figure.effect-bubba .figcaption::before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.figure.effect-bubba .figcaption::after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.figure.effect-bubba:hover .figcaption::before,
.figure.effect-bubba:hover .figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.figure.effect-bubba:hover img {
  opacity: .4;
}
.figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.figure.effect-bubba:hover h2,
.figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body {
  height: auto !important;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  color: #304ffe;
  border-color: #304ffe;
}
body .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #304ffe;
}
body .radio input[type=radio]:checked ~ .circle {
  border-color: #304ffe;
}
body .radio input[type=radio]:checked ~ .check {
  background-color: #304ffe;
}
.checkbox-filter label {
  cursor: pointer;
  padding-left: 0;
  color: #333333;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.checkbox-filter.disabled {
  opacity: 0.5;
}
.form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.form-group.is-focused .checkbox-filter label:hover,
.form-group.is-focused .checkbox-filter label:focus {
  color: #999999;
}
.block-authentication .actions-toolbar {
  margin-left: 0 !important;
}
.block-authentication .actions-toolbar > .primary .action {
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
fieldset[disabled] .form-group.is-focused .checkbox-filter label {
  color: #999999;
}
.checkbox-filter input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox-filter .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 5px;
}
.checkbox-filter .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid #898989;
  overflow: hidden;
  z-index: 1;
}
.checkbox-filter .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -7px;
  margin-left: 4px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0 inset;
  box-shadow: 0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0,
  0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}
.checkbox-filter input[type=checkbox]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}
.checkbox-filter input[type=checkbox]:checked + .checkbox-material .check:before,
.checkbox-filter input[type=checkbox].checked + .checkbox-material .check:before {
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-filter input[type=checkbox],
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check:before,
.checkbox-filter input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled]:not(.checked) ~ .checkbox-material .check,
.checkbox-filter input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox-filter input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zoo-home01-block-image {
  position: relative;
  overflow: hidden;
}
.zoo-home01-block-image .label-block {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.zoo-home01-block-image .label-block.right {
  left: inherit;
  right: 0;
  text-align: right;
}
.zoo-home01-block-image .label-block h6 {
  margin: 0;
  background: #ffffff;
  opacity: 0.8;
  padding: 10px 35px;
  font-weight: 300;
  display: inline-block;
}
.zoo-home01-block-image .label-block h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 35px;
  font-weight: 300;
  color: #ffffff;
}
.zoo-home01-block-image .label-block h4.label-block-color1 {
  background: #f77330;
}
.zoo-home01-block-image .label-block h4.label-block-color2 {
  background: #eabf1d;
}
.zoo-home01-block-image .label-block h4.label-block-color3 {
  background: #3f9ddc;
}
.zoo-home01-block-image .label-block h4.label-block-color4 {
  background: #2cbb68;
}
.zoo-home01-block-image .label-block-trend {
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  padding: 10px 30px;
  letter-spacing: 1px;
}
.zoo-home01-block-image .label-block-trend p {
  font-style: italic;
  margin: 0;
}
.zoo-home01-block-image .label-block-trend h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.zoo-home01-block-image img {
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.zoo-home01-block-image:hover img {
  opacity: 0.85;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  width: 100%;
}
/***************** back to top ****************/
#scroll-to-top {
  position: fixed;
  z-index: 4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  text-align: center;
  font-size: 16px;
}
#search_mini_form .form-group.label-floating label.control-label,
#search_mini_form .form-group.label-placeholder label.control-label {
  margin: 0;
  line-height: 45px;
  padding: 0 20px;
}
#newsletter-validate-detail .form-group label.control-label,
.nav-open .form-group label.control-label {
  color: #999999;
}
.color-listing-filter .zoo-filter-options-content a:before {
  display: none;
}
.product-reviews-summary {
  padding: 0 0 20px;
  margin: 0;
  float: none !important;
}
.product-reviews-summary .reviews-actions a {
  color: #999999;
}
.product-reviews-summary .reviews-actions a .view {
  margin-left: 20px;
  position: relative;
  padding-right: 10px;
  border-right: none;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #fc6a21;
}
.product-reviews-summary.empty {
  display: none;
}
.product-items .product-reviews-summary {
  display: block;
}
.product-items .product-reviews-summary .rating-summary {
  display: block;
  text-align: center;
}
.product-items .product-reviews-summary .reviews-actions {
  display: none;
}
.product-items .price-box {
  margin: 0;
}
.size-listing-filter .zoo-filter-options-content a:before,
.size-listing-filter .zoo-filter-options-content a:hover:before {
  display: none;
}
.page-wrapper .page-header.zoo-header-6 .header-content {
  overflow: inherit;
}
.swatch-attribute.size .swatch-option {
  width: 30px;
  height: 30px;
  background: none;
  border: 2px solid #ebebeb;
  line-height: 30px;
  padding: 0;
  margin: 0  10px 0 0;
  border-radius: 50%;
}
.swatch-attribute.size .swatch-option .selected:before {
  display: none;
}
.swatch-attribute.size .swatch-option:hover:before {
  display: none;
}
.zoo-breadcrumbs .breadcrumbs {
  padding: 0;
}
.zoo-breadcrumbs .items .item {
  margin: 0;
  color: #999999;
  display: inline-block;
  font-weight: 500;
}
.zoo-breadcrumbs .items .item a {
  color: #999999;
  font-size: 14px;
}
.zoo-breadcrumbs .items .item a i {
  margin: 0 8px;
}
.bg-megamenu {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.block .mtmenu-block-bottom .bg-megamenu-bottom {
  margin-top: -30px;
}
.menu-static-blocks p {
  margin: 0;
}
/*************** CONTACT *********************/
.contact .control-group small {
  margin: -7px 10px 0;
}
.contact .alert-error {
  display: none;
}
.contact .form-control {
  border: 0 solid;
  box-shadow: none;
  height: auto;
}
.contact h3 {
  margin: 30px 0;
}
.contact .block-imfomation {
  margin-bottom: 20px;
}
.contact .block-imfomation .pull-left {
  height: 48px;
  width: 40px;
  text-align: left;
  line-height: 48px;
  font-size: 18px;
}
.contact .block-imfomation .block-imfomation-body {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #cccccc;
  margin-left: 20px;
  padding-left: 15px;
  font-size: 16px;
}
.contact .block-imfomation .block-imfomation-body span {
  color: #cccccc;
}
.contact .block-imfomation .block-imfomation-body p {
  margin: 5px 0 0;
  font-weight: 500;
}
.contact input {
  width: 100%;
  height: 40px;
  line-height: 25px;
  padding: 10px;
  border: 1px solid #c2c2c2;
  outline: 0;
}
.contact input:focus {
  box-shadow: none;
}
.contact textarea {
  -moz-transition: all 500ms;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #c2c2c2;
  outline: 0;
}
.contact textarea:focus {
  box-shadow: none;
}
.contact p {
  margin-bottom: 15px;
  color: #7d7d7d;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
.contact #contact-form p {
  margin-bottom: 15px;
}
.contact fieldset {
  border: 0;
}
.contact .page-header h1 {
  color: #0c80d1;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.contact .form-actions {
  margin-top: 20px;
  margin-bottom: 80px;
}
.contact .form-actions .btn-primary {
  width: 100%;
  background: #0c80d1;
  transition-duration: 0.5s;
  text-transform: uppercase;
  height: 50px;
}
.contact .form-actions .btn-primary:hover {
  box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
}
.contact .address_block {
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact .custom {
  margin: 0 -15px;
}
.contact #contact-map {
  margin-bottom: 30px;
  box-shadow: -1px 0px 8px 1px #cccccc;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.contact .contact-contactinfo .media {
  margin-top: 5px;
}
.contact .contact-contactinfo .media span {
  color: #666666;
}
.contact .contact-form input {
  width: 100%;
  margin-bottom: 0;
}
.contact .contact-address-block h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .contact-address-block p {
  color: #666666;
}
.contact .media-left,
.contact .media-right,
.contact .media-body {
  display: block;
  width: auto;
}
.no-padding {
  padding: 0;
}
.padding-0 {
  padding: 0;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-3 {
  padding-left: 3px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-left-8 {
  padding-left: 8px;
}
.padding-right-8 {
  padding-right: 8px;
}
.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-47 {
  padding-top: 47px;
}
.margin-top-20 {
  margin-top: 20px;
}
.border-right-0 {
  border-right: none !important;
}
/*************** ABOUT US *********************/
.feature-img-aboutus img {
  width: 100%;
}
.content-aboutus {
  color: #999999;
}
.content-aboutus .item-aboutus {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}
.content-aboutus .item-aboutus:last-child {
  border-bottom: none;
}
.left-item-aboutus h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}
.right-item-aboutus {
  margin-top: 50px;
}
.right-item-aboutus h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 60px 0 35px 0;
}
.right-item-aboutus ul {
  list-style: none;
}
.meet-team .right-item-aboutus ul {
  padding-top: 60px;
  list-style: none;
  padding-left: 0;
}
.meet-team .right-item-aboutus ul li {
  text-align: center;
}
.meet-team .right-item-aboutus ul li img {
  margin: 0 auto;
}
.meet-team .right-item-aboutus ul li h3 {
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: 100%;
  margin: 30px 0 5px 0;
}
.meet-team .right-item-aboutus ul li span {
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar .product-reviews-summary {
  margin: 10px 0;
}
.product-prev-next {
  position: fixed;
  right: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
}
.product-prev-next > div {
  width: 30px;
  height: 30px;
  position: relative;
}
.product-prev-next > div > a {
  border: 2px solid #bdbdbd;
  float: left;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
  margin: 3px 0;
  color: #bdbdbd;
  width: 30px;
  height: 30px;
  font-size: 10px;
  -moz-transition: color 400ms, background-color 400ms, border-color 400ms;
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-prev-next > div > a:hover {
  border-color: #333333;
}
.product-prev-next > div > a:hover i {
  color: #333333;
}
.product-prev-next > div .preview-product {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 260px;
  position: absolute;
  top: 60px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 32;
  right: 0;
  top: 50%;
  transform: translate(-70px, -50%);
}
.product-prev-next > div img {
  float: left;
  width: 30%;
}
.product-prev-next > div .preview-details {
  float: left;
  width: 70%;
  font-size: 12px;
  padding: 0 10px;
}
.product-prev-next > div .preview-details h3 {
  margin: 10px 0;
  font-size: 12px;
}
.product-prev-next > div:hover .preview-product {
  opacity: 1;
  visibility: visible;
  transform: translate(-40px, -50%);
}
.label,
.label.label-default {
  background: none !important;
}
#cboxLoadedContent .page-wrapper {
  background-color: #ffffff;
}
.item-actions .action.edit {
  padding-right: 7px;
}
.item-actions .action.remove {
  padding-left: 7px;
}
.cart.table-wrapper {
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table > tbody + tbody {
  border: none;
  border-bottom: 1px solid #ebebeb;
}
.cart.table-wrapper #shopping-cart-table > .item {
  border-bottom: 1px solid #ebebeb;
  border-top: 0;
}
.cart.table-wrapper #shopping-cart-table > .item .product-image-wrapper .product-image-photo {
  max-width: 100px;
  margin: 0;
}
.cart.table-wrapper #shopping-cart-table thead tr th.col {
  border-bottom: 2px solid #ebebeb;
  padding-top: 10px;
}
.cart.table-wrapper #shopping-cart-table thead tr th.col.price span {
  color: #393939;
}
.cart.table-wrapper #shopping-cart-table tr td {
  vertical-align: middle;
  border: none;
}
.cart.table-wrapper #shopping-cart-table tr td .price {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.cart.table-wrapper #shopping-cart-table tr td.item {
  padding-left: 0;
}
.cart.table-wrapper #shopping-cart-table .product-item-details {
  vertical-align: middle;
  padding-bottom: 0;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name a {
  font-size: 14px;
  color: #666666;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .item-options dt {
  color: #999999;
}
.cart.table-wrapper #shopping-cart-table .product-item-details .item-options dd {
  color: #333333;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart {
  margin: 0;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty {
  float: none;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control {
  margin: 0 auto;
  display: flex;
  width: 85px !important;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control input {
  margin: 0;
  font-size: 15px;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count {
  min-width: auto;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar {
  min-width: 60px;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action {
  margin: 0;
  border: none;
  background: none;
  padding: 0;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action.edit {
  margin-right: 20px;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action.action-towishlist {
  display: none;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action i {
  color: #333333;
  font-style: normal;
  font-size: 14px;
}
.cart.table-wrapper #shopping-cart-table .actions-toolbar .action:hover i {
  color: #ff5a92;
}
.table-wrapper {
  padding: 0;
}
.table-wrapper #my-orders-table thead tr th.col {
  border-bottom: 2px solid #ebebeb;
  padding-top: 10px;
}
.table-wrapper #my-orders-table tr td {
  border-bottom: 1px solid #ebebeb;
}
.cart-container .form-cart .cart.actions.main {
  text-align: center;
}
.cart-container .form-group label.control-label {
  top: 0 !important;
  font-size: 14px !important;
  padding: 0;
}
.cart-container .form-group.label-floating.is-focused label.control-label,
.cart-container .form-group.label-floating:not(.is-empty) label.control-label {
  top: -15px !important;
  font-size: 12px !important;
}
h2.title-cart {
  text-align: center;
  margin: 40px 0 40px 0;
}
h2.title-cart i {
  font-size: 30px;
  color: #c7c7c7;
  font-weight: 500;
}
h2.title-cart span,
h2.title-cart a {
  font-family: Poppins;
  font-size: 30px;
  padding: 0 40px;
  color: #c7c7c7;
  font-weight: 700;
}
h2.title-cart span.active,
h2.title-cart a.active {
  color: #333333;
}
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  top: 5px;
  font-family: 'cleversoft';
}
.cart-container .cart-discount {
  width: 100%;
  padding: 45px;
  clear: both;
  border: 2px dotted #e7e7e7;
  margin: 85px 0;
  float: left;
}
.cart-container .cart-discount .block {
  width: 100%;
}
.cart-container .cart-discount .block.discount .content {
  display: block !important;
}
.cart-container .cart-discount .block > .title h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.cart-container .cart-discount .block #coupon_code {
  padding: 0 25px;
}
.cart-container .cart-discount .block .actions-toolbar button,
.cart-container .cart-discount .block .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.cart-container .cart-discount .block .actions-toolbar .action-gift {
  height: 38px;
  margin: 0 0 0 20px;
}
.cart-container .cart-summary {
  width: 26%;
}
.cart-container .cart-summary .block .field.note {
  display: block;
}
.cart-container .cart-summary .summary.title {
  font-size: 14px;
  font-weight: bold;
}
.cart-container .cart-summary .block .radio-primary {
  float: left;
  margin: 0;
}
.cart-container .cart-summary .block .radio-primary > label {
  padding-left: 35px;
}
.cart-container .cart-summary .block .fieldset .methods input {
  float: left;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .label {
  color: #666666;
  font-weight: normal;
}
.cart-container .cart-summary .block .fieldset .field:not(.choice) > .control {
  width: 100%;
}
.cart-container .cart-summary .block > .title {
  padding: 15px;
  border-color: #e1e1e1;
}
.cart-container .cart-summary .block > .title #block-shipping-heading {
  font-size: 14px;
  font-weight: 500;
}
.cart-container .cart-summary .block > .title:after {
  top: 2px;
  content: '\e622';
  right: 10px;
}
.cart-container .cart-summary .block.active > .title:after {
  content: '\e621';
}
.cart-container .cart-summary .cart-totals {
  border: none;
  padding-top: 0;
}
.cart-container .cart-summary .cart-totals .mark {
  background: none;
  color: #666666;
}
.cart-container .cart-summary .cart-totals .grand strong {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.cart-container .cart-summary .cart-totals tbody tr {
  border-top: 1px solid #ebebeb;
}
.cart-container .cart-summary .cart-totals tbody tr th,
.cart-container .cart-summary .cart-totals tbody tr td {
  padding: 10px 15px;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  color: #ffffff;
  border: none;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout:hover {
  border: none;
}
.cart-container .cart-summary .checkout-methods-items .primary.checkout {
  letter-spacing: 1px;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-radius: 0;
}
.cart-container .cart-summary .price {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-color: #e1e1e1;
}
tbody .mark span {
  padding-left: 0;
}
.opc-block-summary {
  border: 1px solid #ebebeb;
  padding: 0;
}
.opc-block-summary .items-in-cart > .title {
  padding: 10px 0px 10px 0;
}
.opc-block-summary .items-in-cart > .title:after {
  display: none;
}
body._has-modal-custom .modal-custom-overlay {
  display: none;
}
#checkout .checkout-payment-method .payment-method-title {
  border-top: 1px solid #d7d7d7;
}
#checkout .checkout-payment-method .payment-method-title input {
  float: left;
  margin: 3px 5px 0 0;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code {
  margin: 50px 0;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
  overflow: hidden;
  padding: 15px;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content {
  padding-left: 0;
  display: block !important;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount {
  max-width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner {
  width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .primary {
  float: inherit;
  width: 100%;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar button,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .action-gift {
  height: 46px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  background: transparent !important;
  border: 2px solid #333 !important;
  color: #333333 !important;
}
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar button:hover,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .cart.table-wrapper .actions-toolbar > .action:hover,
#checkout .checkout-payment-method .opc-payment-additional.discount-code .payment-option-content .form-discount .payment-option-inner + .actions-toolbar .action-gift:hover {
  color: #ffffff !important;
}
#checkout .checkout-payment-method .payment-option-title {
  border: none;
  text-align: center;
  padding-left: 0;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle:after {
  display: none;
}
#checkout .checkout-payment-method .payment-option-title .action-toggle span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  color: #333333;
}
#checkout .product-image-wrapper img {
  position: static;
}
#checkout .authentication-wrapper {
  clear: both;
  float: none;
  max-width: 100%;
  text-align: center;
  margin: 10px auto 30px auto;
  width: auto;
}
#checkout .authentication-wrapper .authentication-dropdown {
  position: relative;
  visibility: visible !important;
  width: 550px;
  max-width: 550px;
  text-align: left;
  transition: all 400ms;
  left: 0;
  margin-top: 10px;
  right: 0;
  margin: 10px auto;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
}
#checkout .authentication-wrapper .authentication-dropdown._show {
  max-height: 100%;
  transition: max-height 0.5s ease-in;
}
#checkout .authentication-wrapper > span {
  font-weight: 700;
  color: #333333;
}
#checkout .authentication-wrapper > button,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action,
#checkout .authentication-wrapper > .action-gift {
  margin-left: 5px;
  border-bottom: 1px solid #cccccc;
}
#checkout .authentication-wrapper > button span,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action span,
#checkout .authentication-wrapper > .action-gift span {
  font-weight: bold;
}
#checkout .authentication-wrapper > button:hover,
#checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:hover,
#checkout .authentication-wrapper > .action-gift:hover {
  color: transparent;
}
.cart-container .form-cart .action.update {
  padding: 11px 20px;
  background: #a1a1a1;
  border-radius: 0;
  border: none;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cart-container .form-cart .action.update:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.cart-container .form-cart .action.update:before {
  display: none;
}
#coupon_code,
#discount-code {
  height: 38px;
}
#shipping-new-address-form .street .label {
  border: none;
}
.checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .label {
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .control {
  width: 100%;
}
.checkout-payment-method .payment-method-content #billing-new-address-form .control input.form-control,
.checkout-payment-method .payment-method-content #billing-new-address-form .control select.select {
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method .price {
  color: #333333;
}
.checkout-index-index .table-checkout-shipping-method thead th {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method td[class*="col-"],
.checkout-index-index .table-checkout-shipping-method th[class*="col-"] {
  font-weight: 500;
}
.checkout-index-index .table-checkout-shipping-method .radio.radio-primary {
  margin: 0;
}
.checkout-index-index .actions-toolbar {
  margin: 20px 0;
}
.checkout-index-index .opc-sidebar {
  margin-top: 0;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information-title {
  border-color: #ebebeb;
  font-size: 16px;
  font-weight: 500;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit:before {
  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;
  content: "\f040";
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals {
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th span:first-child,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th strong {
  font-weight: bold;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td {
  padding: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .price {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.checkout-index-index .opc-sidebar .opc-block-summary > .title {
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item {
  border-color: #ebebeb;
  padding: 15px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .price {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-name {
  font-size: 14px;
  display: inline-block;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .details-qty {
  font-weight: 400;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner {
  margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product.options {
  display: none;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title {
  padding: 20px 0;
  border-color: #ebebeb;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title > * {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index .opc-progress-bar {
  padding-bottom: 20px;
  text-align: center;
  float: left;
  width: 100%;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .modal-content {
  box-shadow: none;
  background-color: transparent;
  border: none;
}
.checkout-index-index .opc-wrapper {
  background-color: #ffffff;
  width: 65%;
}
.checkout-index-index .opc-wrapper .opc > li .checkout-shipping-method {
  margin-top: 60px;
}
.checkout-index-index .opc-wrapper .step-title {
  border: none;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
}
.checkout-index-index .opc-wrapper .form-login {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0;
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index .opc-wrapper .form-login .actions-toolbar .secondary {
  float: left;
  margin-left: 20px;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  padding-left: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input.form-control,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select.select {
  box-shadow: none;
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.checkout-index-index .minicart-items .product-item:first-child {
  padding: 20px 0;
}
#customer-email-fieldset label {
  width: 100%;
  margin-bottom: 8px;
  font-weight: normal;
}
#customer-email-fieldset input {
  border: 1px solid #c2c2c2;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
#customer-email-fieldset .field-tooltip {
  top: 30px;
}
.left_checkout_cart {
  margin-bottom: 60px;
  background-color: #ffffff;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  margin-bottom: 60px;
}
.form.create.account input[type="checkbox"] {
  float: left;
}
.action-for-medium-up {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}
.action-for-medium-up .layered-nav-toggle {
  color: #000000;
}
.action-for-medium-up .layered-nav-toggle .togglelines {
  left: 0;
}
.action-for-medium-up a.layered-nav-toggle {
  cursor: pointer;
}
.action-for-medium-up a.layered-nav-toggle span {
  padding-left: 5px;
  color: #000000;
}
.hide-sidebar .shop-main {
  width: 100%;
}
.action-for-medium-up {
  display: none;
}
.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-left-30 {
  padding-left: 30px;
}
.tabs-collection {
  margin: 0 auto;
  display: table;
}
.tabs-collection .widget-tabs.nav.nav-tabs {
  background: none;
  border: none;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li {
  margin: 40px 20px;
  position: relative;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #cccccc !important;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li a .ripple-container {
  display: none;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  content: '';
  height: 3px;
  background: #333333;
  bottom: 0;
  left: 0;
  position: absolute;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  width: 0;
  margin: 0 auto;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #333333 !important;
}
.tabs-collection .widget-tabs.nav.nav-tabs > li.active:before,
.tabs-collection .widget-tabs.nav.nav-tabs > li:hover:before {
  width: 100%;
}
#discount-coupon-form label[for=coupon_code] {
  display: none;
}
#discount-coupon-form .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.catalog-category-view.page-layout-1column .columns .column.main,
.clevershopby-index-index.page-layout-1column .columns .column.main {
  margin-left: 0;
  width: auto;
  padding-top: 0;
  left: 0;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter {
  position: fixed;
  width: 320px;
  float: left;
  top: 0;
  left: -320px;
  background: #ffffff;
  z-index: 99;
  padding: 0;
  height: 100%;
  overflow: auto;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter .clever-icon-close,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter .clever-icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter .filter-content,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter .filter-content {
  padding: 30px;
}
.catalog-category-view.page-layout-1column .columns .sidebar-filter.open,
.clevershopby-index-index.page-layout-1column .columns .sidebar-filter.open {
  display: block;
}
.catalog-category-view.page-layout-1column.show-sidebar .transparent-bg,
.clevershopby-index-index.page-layout-1column.show-sidebar .transparent-bg {
  content: '';
  background: rgba(0, 0, 0, 0.73);
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  z-index: -1;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body .fancybox-close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 45px;
  height: 45px;
  background-image: none;
  background: #000000;
  color: #ffffff !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}
body .fancybox-close:before {
  content: '\c067';
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#checkout .title-cart {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.clever-menu.clever-horizontal-menu ul.clever-mega-menu > li ul.clever-mega-menu-sub .clever-mega-menu li.level0 > a.menu-link {
  color: initial;
  font-weight: 600;
}
.checkout-shipping-method .actions-toolbar .action.primary span span {
  font-size: 14px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.zoo-image-block {
  position: relative;
}
.zoo-image-block img {
  width: 100%;
}
.zoo-image-block.grid__item {
  padding: 0 15px;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area {
  display: block;
  opacity: 1;
  visibility: visible;
}
.zoo-carousel-style2 .product-items .product-item-info .hover-area .actions-primary .action.tocart {
  letter-spacing: 0.5px;
  border-radius: 40px;
  width: auto;
  font-weight: 600;
  padding: 0 25px;
}
.zoo-carousel-style2 .product-items .price-box {
  margin: 0;
  display: inline-block;
}
.zoo-carousel-style2 .product_hover_item {
  visibility: visible;
  opacity: 1;
}
.zoo-column-inner {
  padding: 20px;
  background: #f0f0f0;
}
.zoo-footer-copyright-links {
  padding: 0;
  list-style: none;
  margin: 0;
  line-height: 40px;
  text-align: right;
}
.zoo-footer-copyright-links li {
  display: inline-block;
  padding-right: 35px;
  margin: 0;
}
.zoo-footer-copyright-links li:last-child {
  padding-right: 0;
}
.zoo-footer-copyright-links li a {
  color: #999999;
}
#shopping-cart-table .action.edit {
  display: none;
}
#shopping-cart-table thead tr th.col {
  padding-left: 0px;
  padding-right: 30px;
}
#shopping-cart-table .item-actions .action.remove {
  position: absolute;
  margin-top: -80px;
  right: 0;
}
.left_checkout_cart .form-cart .action.update {
  box-shadow: none;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid;
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
.left_checkout_cart .form-cart .action.update:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
#co-shipping-form div[name="shippingAddress.region_id"] .control,
#co-shipping-form div[name="shippingAddress.country_id"] .control {
  position: relative;
}
#co-shipping-form div[name="shippingAddress.region_id"] .control:before,
#co-shipping-form div[name="shippingAddress.country_id"] .control:before {
  font-family: 'cleversoft';
  position: absolute;
  content: '\c059';
  right: 10px;
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#co-shipping-form div[name="shippingAddress.region_id"] .control select,
#co-shipping-form div[name="shippingAddress.country_id"] .control select {
  -webkit-appearance: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount {
  border: 0px solid #ebebeb;
  padding: 0;
  margin: 0 0 10px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block > .title {
  border: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block > .title h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block.discount .content {
  display: none !important;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block.discount.active .content {
  display: block !important;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .summary.title {
  display: block;
  clear: both;
  padding: 15px;
  margin: 0;
  border-top: none;
  border-bottom: none;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar .action.primary {
  box-shadow: none;
  height: 46px;
  line-height: 46px;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  outline: none;
  font-family: inherit;
  border: 2px solid;
  letter-spacing: 0;
  -moz-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #333333;
  border-color: #333333;
  background: #ffffff;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar .action.primary:hover {
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .block .field.note {
  margin-bottom: 20px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar {
  display: block;
  width: 100%;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .actions-toolbar > .primary {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.checkout-cart-index .zoo-main-content-area .cart-summary .block .fieldset {
  margin: 5px 0 10px 0px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-discount .block #coupon_code {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary {
  background: #ffffff;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap {
  clear: both;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  background: #f5f5f5;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount > *,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap > * {
  background: #f5f5f5;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount #block-summary,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap #block-summary,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-discount #discount-coupon-form,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap #discount-coupon-form {
  padding: 0 15px;
}
.checkout-cart-index .zoo-main-content-area .field {
  padding-bottom: 1px;
  display: block;
}
.checkout-cart-index .zoo-main-content-area .field:last-child .control:before {
  display: none !important;
}
.checkout-cart-index .zoo-main-content-area .field .control {
  position: relative;
}
.checkout-cart-index .zoo-main-content-area .field .control:before {
  font-family: 'cleversoft';
  content: '\c059';
  font-size: 10px;
  width: 20px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  right: 5px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  color: #000000;
  display: block !important;
  z-index: 1;
}
.checkout-cart-index .zoo-main-content-area .field .control input {
  display: block;
  width: 100%;
  height: 45px;
}
.checkout-cart-index .zoo-main-content-area .cart-container .checkout-methods-items {
  padding-bottom: 15px;
}
#shipping-zip-form select.select {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.left_checkout_cart {
  padding-bottom: 30px;
}
#shipping-method-buttons-container .button {
  text-transform: uppercase;
  padding: 0px 25px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
  line-height: 40px;
  transition: all 400ms;
}
.checkout-success .actions-toolbar .primary a {
  height: 50px;
  text-transform: uppercase;
  padding: 15px 20px;
}
#registration .action.primary {
  height: 50px;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .cart-container .left_checkout_cart {
    width: 58.33333333%;
    padding-right: 15px;
  }
  .cart-container .cart-summary {
    width: 40%;
  }
}
.checkout-cart-index h1.page-title {
  text-align: center;
}
.cart-empty {
  text-align: center;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  padding: 12px 17px;
}
#cleversoft-shopby-product-list .message.info {
  text-align: center;
  background: transparent;
  font-size: 16px;
  color: #252525;
  padding: 70px 0 50px;
}
#cleversoft-shopby-product-list .message.info > *:first-child:before {
  display: none;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements {
  -webkit-transition: transform .3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform .3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .price-box,
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview {
  height: 40px;
  line-height: 40px;
  border: 2px solid transparent;
  margin: 0;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview {
  border-color: #333333;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview:hover {
  background-color: #333333;
  color: #ffffff;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview .cs-font {
  padding-right: 5px;
}
.product_grid_style_4 .product_hover .wrap-price .swap-wrapp .swap-elements .zoo-quickview span {
  position: relative;
  display: inline-block;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  width: 100%;
  line-height: 1;
  display: block;
}
.product_grid_style_4 .product_hover:hover .swap-wrapp .swap-elements {
  transform: translateY(-42px);
  -webkit-transform: translateY(-42px);
}
.have-alternative-image {
  position: relative;
  overflow: hidden;
}
.product_grid_style_4 .product-reviews-summary {
  padding: 5px 0 10px;
}
.add-to-cart-button {
  position: absolute;
  bottom: -60px;
  width: 100%;
  transition: all 0.3s;
}
.add-to-cart-button button,
.add-to-cart-button .cart.table-wrapper .actions-toolbar > .action,
.add-to-cart-button .action-gift {
  display: block;
  width: 100%;
  border: none;
}
.product_grid_style_1 .product-items .zoo-inner-product-item-info:hover .zoo-quickview,
.product_grid_style_5 .product-items .zoo-inner-product-item-info:hover .zoo-quickview {
  bottom: 0;
}
.product_grid_style_1 .product-items .zoo-product-image .zoo-quickview,
.product_grid_style_5 .product-items .zoo-product-image .zoo-quickview {
  text-align: center;
  position: absolute;
  bottom: -60px;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  height: 35px;
  background: #000000;
  color: #ffffff;
  line-height: 35px;
  opacity: 0.9;
}
.product_grid_style_1 .product-items .zoo-product-image .zoo-quickview:hover,
.product_grid_style_5 .product-items .zoo-product-image .zoo-quickview:hover {
  opacity: 1;
}
.product_grid_style_1 .product-items .zoo-product-image .zoo-quickview .cs-font,
.product_grid_style_5 .product-items .zoo-product-image .zoo-quickview .cs-font {
  padding-right: 5px;
}
.product_grid_style_2 .add-to-link {
  opacity: 0;
  width: auto;
  height: 35px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}
.product_grid_style_2 .add-to-link > div {
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.product_grid_style_2 .add-to-link > div button,
.product_grid_style_2 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_2 .add-to-link > div .action-gift {
  line-height: 35px;
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  border: none;
}
.product_grid_style_2 .add-to-link .zoo-wishlist,
.product_grid_style_2 .add-to-link .zoo-compare,
.product_grid_style_2 .add-to-link .zoo-quickview,
.product_grid_style_2 .add-to-link .zoo-addtocart {
  position: absolute;
  background: #ffffff;
  z-index: 1;
}
.product_grid_style_2 .add-to-link .zoo-wishlist:hover span.tooltip,
.product_grid_style_2 .add-to-link .zoo-compare:hover span.tooltip,
.product_grid_style_2 .add-to-link .zoo-quickview:hover span.tooltip,
.product_grid_style_2 .add-to-link .zoo-addtocart:hover span.tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product_grid_style_2 .add-to-link .zoo-wishlist span.tooltip,
.product_grid_style_2 .add-to-link .zoo-compare span.tooltip,
.product_grid_style_2 .add-to-link .zoo-quickview span.tooltip,
.product_grid_style_2 .add-to-link .zoo-addtocart span.tooltip {
  opacity: 0;
  top: -32px;
  left: 50%;
  position: absolute;
  visibility: hidden;
  font-size: 12px;
  min-width: 105px;
  padding: 3px 5px;
  text-align: center;
  z-index: 99;
  border-radius: 10px;
  -webkit-transform: translateX(calc(-130%));
  transform: translateX(calc(-130%));
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #252525;
  color: #fff;
  line-height: initial;
}
.product_grid_style_2 .add-to-link .zoo-wishlist span.tooltip:before,
.product_grid_style_2 .add-to-link .zoo-compare span.tooltip:before,
.product_grid_style_2 .add-to-link .zoo-quickview span.tooltip:before,
.product_grid_style_2 .add-to-link .zoo-addtocart span.tooltip:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #252525;
}
.product_grid_style_1 .zoo-wishlist .cs-font,
.product_grid_style_2 .zoo-wishlist .cs-font,
.product_grid_style_3 .zoo-wishlist .cs-font,
.product_grid_style_4 .zoo-wishlist .cs-font,
.product_grid_style_5 .zoo-wishlist .cs-font,
.product_grid_style_6 .zoo-wishlist .cs-font,
.product_grid_style_7 .zoo-wishlist .cs-font,
.product_grid_style_8 .zoo-wishlist .cs-font,
.product_grid_style_9 .zoo-wishlist .cs-font,
.product_grid_style_1 .zoo-compare .cs-font,
.product_grid_style_2 .zoo-compare .cs-font,
.product_grid_style_3 .zoo-compare .cs-font,
.product_grid_style_4 .zoo-compare .cs-font,
.product_grid_style_5 .zoo-compare .cs-font,
.product_grid_style_6 .zoo-compare .cs-font,
.product_grid_style_7 .zoo-compare .cs-font,
.product_grid_style_8 .zoo-compare .cs-font,
.product_grid_style_9 .zoo-compare .cs-font,
.product_grid_style_1 .zoo-quickview .cs-font,
.product_grid_style_2 .zoo-quickview .cs-font,
.product_grid_style_3 .zoo-quickview .cs-font,
.product_grid_style_4 .zoo-quickview .cs-font,
.product_grid_style_5 .zoo-quickview .cs-font,
.product_grid_style_6 .zoo-quickview .cs-font,
.product_grid_style_7 .zoo-quickview .cs-font,
.product_grid_style_8 .zoo-quickview .cs-font,
.product_grid_style_9 .zoo-quickview .cs-font,
.product_grid_style_1 .zoo-addtocart .cs-font,
.product_grid_style_2 .zoo-addtocart .cs-font,
.product_grid_style_3 .zoo-addtocart .cs-font,
.product_grid_style_4 .zoo-addtocart .cs-font,
.product_grid_style_5 .zoo-addtocart .cs-font,
.product_grid_style_6 .zoo-addtocart .cs-font,
.product_grid_style_7 .zoo-addtocart .cs-font,
.product_grid_style_8 .zoo-addtocart .cs-font,
.product_grid_style_9 .zoo-addtocart .cs-font {
  font-size: 18px;
  line-height: 35px;
  vertical-align: middle;
}
.product_grid_style_1 .zoo-wishlist span,
.product_grid_style_2 .zoo-wishlist span,
.product_grid_style_3 .zoo-wishlist span,
.product_grid_style_4 .zoo-wishlist span,
.product_grid_style_5 .zoo-wishlist span,
.product_grid_style_6 .zoo-wishlist span,
.product_grid_style_7 .zoo-wishlist span,
.product_grid_style_8 .zoo-wishlist span,
.product_grid_style_9 .zoo-wishlist span,
.product_grid_style_1 .zoo-compare span,
.product_grid_style_2 .zoo-compare span,
.product_grid_style_3 .zoo-compare span,
.product_grid_style_4 .zoo-compare span,
.product_grid_style_5 .zoo-compare span,
.product_grid_style_6 .zoo-compare span,
.product_grid_style_7 .zoo-compare span,
.product_grid_style_8 .zoo-compare span,
.product_grid_style_9 .zoo-compare span,
.product_grid_style_1 .zoo-quickview span,
.product_grid_style_2 .zoo-quickview span,
.product_grid_style_3 .zoo-quickview span,
.product_grid_style_4 .zoo-quickview span,
.product_grid_style_5 .zoo-quickview span,
.product_grid_style_6 .zoo-quickview span,
.product_grid_style_7 .zoo-quickview span,
.product_grid_style_8 .zoo-quickview span,
.product_grid_style_9 .zoo-quickview span,
.product_grid_style_1 .zoo-addtocart span,
.product_grid_style_2 .zoo-addtocart span,
.product_grid_style_3 .zoo-addtocart span,
.product_grid_style_4 .zoo-addtocart span,
.product_grid_style_5 .zoo-addtocart span,
.product_grid_style_6 .zoo-addtocart span,
.product_grid_style_7 .zoo-addtocart span,
.product_grid_style_8 .zoo-addtocart span,
.product_grid_style_9 .zoo-addtocart span {
  vertical-align: middle;
}
.product_grid_style_1 .add-to-link,
.product_grid_style_3 .add-to-link,
.product_grid_style_4 .add-to-link,
.product_grid_style_5 .add-to-link {
  opacity: 0;
  position: absolute;
  -webkit-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}
.product_grid_style_1 .add-to-link > div button,
.product_grid_style_3 .add-to-link > div button,
.product_grid_style_4 .add-to-link > div button,
.product_grid_style_5 .add-to-link > div button,
.product_grid_style_1 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_3 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_4 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_5 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_1 .add-to-link > div .action-gift,
.product_grid_style_3 .add-to-link > div .action-gift,
.product_grid_style_4 .add-to-link > div .action-gift,
.product_grid_style_5 .add-to-link > div .action-gift {
  line-height: 35px;
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #252525;
  border: none;
  font-weight: normal;
}
.product_grid_style_1 .add-to-link .zoo-wishlist,
.product_grid_style_3 .add-to-link .zoo-wishlist,
.product_grid_style_4 .add-to-link .zoo-wishlist,
.product_grid_style_5 .add-to-link .zoo-wishlist,
.product_grid_style_1 .add-to-link .zoo-compare,
.product_grid_style_3 .add-to-link .zoo-compare,
.product_grid_style_4 .add-to-link .zoo-compare,
.product_grid_style_5 .add-to-link .zoo-compare,
.product_grid_style_1 .add-to-link .zoo-quickview,
.product_grid_style_3 .add-to-link .zoo-quickview,
.product_grid_style_4 .add-to-link .zoo-quickview,
.product_grid_style_5 .add-to-link .zoo-quickview,
.product_grid_style_1 .add-to-link .zoo-addtocart,
.product_grid_style_3 .add-to-link .zoo-addtocart,
.product_grid_style_4 .add-to-link .zoo-addtocart,
.product_grid_style_5 .add-to-link .zoo-addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product_grid_style_1 .add-to-link .zoo-wishlist a,
.product_grid_style_3 .add-to-link .zoo-wishlist a,
.product_grid_style_4 .add-to-link .zoo-wishlist a,
.product_grid_style_5 .add-to-link .zoo-wishlist a,
.product_grid_style_1 .add-to-link .zoo-compare a,
.product_grid_style_3 .add-to-link .zoo-compare a,
.product_grid_style_4 .add-to-link .zoo-compare a,
.product_grid_style_5 .add-to-link .zoo-compare a,
.product_grid_style_1 .add-to-link .zoo-quickview a,
.product_grid_style_3 .add-to-link .zoo-quickview a,
.product_grid_style_4 .add-to-link .zoo-quickview a,
.product_grid_style_5 .add-to-link .zoo-quickview a,
.product_grid_style_1 .add-to-link .zoo-addtocart a,
.product_grid_style_3 .add-to-link .zoo-addtocart a,
.product_grid_style_4 .add-to-link .zoo-addtocart a,
.product_grid_style_5 .add-to-link .zoo-addtocart a {
  color: inherit !important;
}
.product_grid_style_1 .add-to-link .zoo-wishlist .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-wishlist .effect-tooltip,
.product_grid_style_4 .add-to-link .zoo-wishlist .effect-tooltip,
.product_grid_style_5 .add-to-link .zoo-wishlist .effect-tooltip,
.product_grid_style_1 .add-to-link .zoo-compare .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-compare .effect-tooltip,
.product_grid_style_4 .add-to-link .zoo-compare .effect-tooltip,
.product_grid_style_5 .add-to-link .zoo-compare .effect-tooltip,
.product_grid_style_1 .add-to-link .zoo-quickview .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-quickview .effect-tooltip,
.product_grid_style_4 .add-to-link .zoo-quickview .effect-tooltip,
.product_grid_style_5 .add-to-link .zoo-quickview .effect-tooltip,
.product_grid_style_1 .add-to-link .zoo-addtocart .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-addtocart .effect-tooltip,
.product_grid_style_4 .add-to-link .zoo-addtocart .effect-tooltip,
.product_grid_style_5 .add-to-link .zoo-addtocart .effect-tooltip {
  background: #ffffff;
  z-index: 1;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  line-height: 35px;
  height: 35px;
  min-width: 35px;
  overflow: hidden;
  font-size: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product_grid_style_1 .add-to-link .zoo-wishlist .effect-tooltip:hover .tooltip,
.product_grid_style_3 .add-to-link .zoo-wishlist .effect-tooltip:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-wishlist .effect-tooltip:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-wishlist .effect-tooltip:hover .tooltip,
.product_grid_style_1 .add-to-link .zoo-compare .effect-tooltip:hover .tooltip,
.product_grid_style_3 .add-to-link .zoo-compare .effect-tooltip:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-compare .effect-tooltip:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-compare .effect-tooltip:hover .tooltip,
.product_grid_style_1 .add-to-link .zoo-quickview .effect-tooltip:hover .tooltip,
.product_grid_style_3 .add-to-link .zoo-quickview .effect-tooltip:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-quickview .effect-tooltip:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-quickview .effect-tooltip:hover .tooltip,
.product_grid_style_1 .add-to-link .zoo-addtocart .effect-tooltip:hover .tooltip,
.product_grid_style_3 .add-to-link .zoo-addtocart .effect-tooltip:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-addtocart .effect-tooltip:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-addtocart .effect-tooltip:hover .tooltip {
  max-width: 280px;
  padding-left: 10px;
}
.product_grid_style_1 .add-to-link .zoo-wishlist .cs-font,
.product_grid_style_3 .add-to-link .zoo-wishlist .cs-font,
.product_grid_style_4 .add-to-link .zoo-wishlist .cs-font,
.product_grid_style_5 .add-to-link .zoo-wishlist .cs-font,
.product_grid_style_1 .add-to-link .zoo-compare .cs-font,
.product_grid_style_3 .add-to-link .zoo-compare .cs-font,
.product_grid_style_4 .add-to-link .zoo-compare .cs-font,
.product_grid_style_5 .add-to-link .zoo-compare .cs-font,
.product_grid_style_1 .add-to-link .zoo-quickview .cs-font,
.product_grid_style_3 .add-to-link .zoo-quickview .cs-font,
.product_grid_style_4 .add-to-link .zoo-quickview .cs-font,
.product_grid_style_5 .add-to-link .zoo-quickview .cs-font,
.product_grid_style_1 .add-to-link .zoo-addtocart .cs-font,
.product_grid_style_3 .add-to-link .zoo-addtocart .cs-font,
.product_grid_style_4 .add-to-link .zoo-addtocart .cs-font,
.product_grid_style_5 .add-to-link .zoo-addtocart .cs-font {
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
}
.product_grid_style_1 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_3 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_4 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_5 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_1 .add-to-link .zoo-compare .tooltip,
.product_grid_style_3 .add-to-link .zoo-compare .tooltip,
.product_grid_style_4 .add-to-link .zoo-compare .tooltip,
.product_grid_style_5 .add-to-link .zoo-compare .tooltip,
.product_grid_style_1 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_3 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_4 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_5 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_1 .add-to-link .zoo-addtocart .tooltip,
.product_grid_style_3 .add-to-link .zoo-addtocart .tooltip,
.product_grid_style_4 .add-to-link .zoo-addtocart .tooltip,
.product_grid_style_5 .add-to-link .zoo-addtocart .tooltip {
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.product_grid_style_1 .add-to-link {
  top: 10px;
  right: 10px;
  z-index: 10;
}
.product_grid_style_1 .zoo-wishlist .effect-tooltip,
.product_grid_style_1 .zoo-compare .effect-tooltip,
.product_grid_style_1 .zoo-quickview .effect-tooltip,
.product_grid_style_1 .zoo-addtocart .effect-tooltip {
  background: transparent !important;
}
.product_grid_style_1 .zoo-wishlist .effect-tooltip .tooltip,
.product_grid_style_1 .zoo-compare .effect-tooltip .tooltip,
.product_grid_style_1 .zoo-quickview .effect-tooltip .tooltip,
.product_grid_style_1 .zoo-addtocart .effect-tooltip .tooltip {
  display: none;
}
.product_grid_style_1 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  opacity: 1;
}
.product_grid_style_4 .zoo-wishlist .effect-tooltip,
.product_grid_style_5 .zoo-wishlist .effect-tooltip,
.product_grid_style_4 .zoo-compare .effect-tooltip,
.product_grid_style_5 .zoo-compare .effect-tooltip,
.product_grid_style_4 .zoo-quickview .effect-tooltip,
.product_grid_style_5 .zoo-quickview .effect-tooltip,
.product_grid_style_4 .zoo-addtocart .effect-tooltip,
.product_grid_style_5 .zoo-addtocart .effect-tooltip {
  border-radius: 50%;
}
.product_grid_style_4 .zoo-wishlist .effect-tooltip .tooltip,
.product_grid_style_5 .zoo-wishlist .effect-tooltip .tooltip,
.product_grid_style_4 .zoo-compare .effect-tooltip .tooltip,
.product_grid_style_5 .zoo-compare .effect-tooltip .tooltip,
.product_grid_style_4 .zoo-quickview .effect-tooltip .tooltip,
.product_grid_style_5 .zoo-quickview .effect-tooltip .tooltip,
.product_grid_style_4 .zoo-addtocart .effect-tooltip .tooltip,
.product_grid_style_5 .zoo-addtocart .effect-tooltip .tooltip {
  display: none;
}
.product_grid_style_2 .add-to-link {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 20px;
  -webkit-transform: translateX(0) translateY(20px);
  -moz-transform: translateX(0) translateY(20px);
  -ms-transform: translateX(0) translateY(20px);
  -o-transform: translateX(0) translateY(20px);
  transform: translateX(0) translateY(20px);
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.product_grid_style_2 .add-to-link .zoo-wishlist,
.product_grid_style_2 .add-to-link .zoo-compare,
.product_grid_style_2 .add-to-link .zoo-quickview,
.product_grid_style_2 .add-to-link .zoo-addtocart {
  position: relative;
  border-top: 0;
  border-bottom: 0;
  -webkit-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product_grid_style_2 .add-to-link .zoo-wishlist a,
.product_grid_style_2 .add-to-link .zoo-compare a,
.product_grid_style_2 .add-to-link .zoo-quickview a,
.product_grid_style_2 .add-to-link .zoo-addtocart a {
  color: inherit !important;
}
.product_grid_style_2 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.product_grid_style_3 .add-to-link {
  top: 0;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50px);
  -moz-transform: translateX(0) translateY(-50px);
  -ms-transform: translateX(0) translateY(-50px);
  -o-transform: translateX(0) translateY(-50px);
  transform: translateX(0) translateY(-50px);
  z-index: 10;
}
.product_grid_style_3 .add-to-link .zoo-wishlist,
.product_grid_style_3 .add-to-link .zoo-compare,
.product_grid_style_3 .add-to-link .zoo-quickview,
.product_grid_style_3 .add-to-link .zoo-addtocart {
  -webkit-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product_grid_style_3 .add-to-link .zoo-wishlist .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-compare .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-quickview .effect-tooltip,
.product_grid_style_3 .add-to-link .zoo-addtocart .effect-tooltip {
  margin-top: 0 !important;
}
.product_grid_style_3 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.product_grid_style_4 .add-to-link,
.product_grid_style_5 .add-to-link {
  top: 15px;
  right: 0;
  -webkit-transform: translateX(20px) translateY(0);
  -moz-transform: translateX(20px) translateY(0);
  -ms-transform: translateX(20px) translateY(0);
  -o-transform: translateX(20px) translateY(0);
  transform: translateX(20px) translateY(0);
  z-index: 10;
}
.product_grid_style_4 .add-to-link .zoo-wishlist,
.product_grid_style_5 .add-to-link .zoo-wishlist,
.product_grid_style_4 .add-to-link .zoo-compare,
.product_grid_style_5 .add-to-link .zoo-compare,
.product_grid_style_4 .add-to-link .zoo-quickview,
.product_grid_style_5 .add-to-link .zoo-quickview,
.product_grid_style_4 .add-to-link .zoo-addtocart,
.product_grid_style_5 .add-to-link .zoo-addtocart {
  position: relative;
  -webkit-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: right 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product_grid_style_4 .add-to-link .zoo-wishlist:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-wishlist:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-compare:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-compare:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-quickview:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-quickview:hover .tooltip,
.product_grid_style_4 .add-to-link .zoo-addtocart:hover .tooltip,
.product_grid_style_5 .add-to-link .zoo-addtocart:hover .tooltip {
  background: #ffffff;
}
.product_grid_style_4 .product-items .zoo-inner-product-item-info:hover .add-to-link,
.product_grid_style_5 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  -webkit-transform: translateX(-15px) translateY(0);
  -moz-transform: translateX(-15px) translateY(0);
  -ms-transform: translateX(-15px) translateY(0);
  -o-transform: translateX(-15px) translateY(0);
  transform: translateX(-15px) translateY(0);
  opacity: 1;
}
.product_grid_style_6 .product-items .zoo-inner-product-item-info:hover .zoo-compare,
.product_grid_style_6 .product-items .zoo-inner-product-item-info:hover .zoo-quickview,
.product_grid_style_6 .product-items .zoo-inner-product-item-info:hover .add_to_cart_product_grid_style_6 {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.9;
}
.product_grid_style_6 .product-items .zoo-compare,
.product_grid_style_6 .product-items .zoo-quickview,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 {
  text-align: center;
  position: absolute;
  bottom: 60%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  min-width: 130px;
  height: 35px;
  color: #000000;
  background: #ffffff;
  line-height: 35px;
  font-size: 13px;
  min-width: 140px;
}
.product_grid_style_6 .product-items .zoo-compare .cs-font,
.product_grid_style_6 .product-items .zoo-quickview .cs-font,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 .cs-font {
  padding-right: 5px;
}
.product_grid_style_6 .product-items .zoo-compare:hover,
.product_grid_style_6 .product-items .zoo-quickview:hover,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6:hover {
  opacity: 1 !important;
}
.product_grid_style_6 .product-items .zoo-compare a,
.product_grid_style_6 .product-items .zoo-quickview a,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 a {
  color: inherit !important;
}
.product_grid_style_6 .product-items .zoo_product_grid_style_6 > div:nth-child(1) {
  bottom: 60%;
}
.product_grid_style_6 .product-items .zoo_product_grid_style_6 > div:nth-child(2) {
  bottom: 45%;
}
.product_grid_style_6 .product-items .zoo_product_grid_style_6 > div:nth-child(3) {
  bottom: 30%;
}
.product_grid_style_6 .product-items .zoo-quickview {
  height: 35px;
  color: #000000;
  background: #ffffff;
  line-height: 35px;
}
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 button,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_6 .product-items .add_to_cart_product_grid_style_6 .action-gift {
  background: transparent;
  border: none;
  color: #000000;
  background: #ffffff;
  font-weight: normal;
  font-size: 13px;
}
.product_grid_style_6 .product-items .product-item-info .product-item-details {
  text-align: left;
}
.product_grid_style_6 .product-items .product-item-info .product-item-details .product-item-name {
  padding-right: 32px;
}
.product_grid_style_6 .product-items .product-item-info .product-item-details .zoo-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.product_grid_style_6 .product-items .product-item-info .product-item-details .zoo-wishlist .cs-font {
  line-height: 1;
}
.product_grid_style_7 .add-to-link {
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(0) translateY(20px);
  -moz-transform: translateX(0) translateY(20px);
  -ms-transform: translateX(0) translateY(20px);
  -o-transform: translateX(0) translateY(20px);
  transform: translateX(0) translateY(20px);
  z-index: 10;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.product_grid_style_7 .add-to-link > div {
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 6px;
  border-radius: 50%;
}
.product_grid_style_7 .add-to-link > div button,
.product_grid_style_7 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_7 .add-to-link > div .action-gift {
  line-height: 35px;
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  border: none;
}
.product_grid_style_7 .add-to-link .zoo-wishlist a,
.product_grid_style_7 .add-to-link .zoo-compare a,
.product_grid_style_7 .add-to-link .zoo-quickview a,
.product_grid_style_7 .add-to-link .zoo-addtocart a {
  color: inherit !important;
}
.product_grid_style_7 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_7 .add-to-link .zoo-compare .tooltip,
.product_grid_style_7 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_7 .add-to-link .zoo-addtocart .tooltip {
  display: none;
}
.product_grid_style_7 .add-to-link .zoo-wishlist:hover,
.product_grid_style_7 .add-to-link .zoo-compare:hover,
.product_grid_style_7 .add-to-link .zoo-quickview:hover,
.product_grid_style_7 .add-to-link .zoo-addtocart:hover {
  background-color: #fcb800;
}
.product_grid_style_7 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.product_grid_style_8 .add-to-link > div {
  cursor: pointer;
  position: relative !important;
  bottom: 0 !important;
  display: inline-block;
  width: 40px !important;
  height: 40px !important;
  margin: 0 6px;
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  transform: translateY(100px);
  right: 0 !important;
  transition: all 0.3s;
  line-height: 40px !important;
  visibility: visible !important;
  opacity: 1 !important;
  top: auto;
  background-color: #252525;
  border-radius: 50%;
  color: #ffffff;
}
.product_grid_style_8 .add-to-link > div a {
  color: #ffffff;
}
.product_grid_style_8 .add-to-link > div .tooltip {
  display: none;
}
.product_grid_style_8 .add-to-link .tocart {
  border: none;
  height: 40px;
  display: block;
  width: 40px;
  background-color: #252525;
  padding: 0;
  border-radius: 50%;
  color: #ffffff;
}
.product_grid_style_8 .add-to-link {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  text-align: center;
  left: 50%;
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
}
.product_grid_style_8 .product-items .zoo-inner-product-item-info:hover .add-to-link > div {
  transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
.product_grid_style_8 .product-items .zoo-inner-product-item-info .zoo-quickview {
  transition: all 0.4s;
}
.product_grid_style_8 .product-items .zoo-inner-product-item-info .zoo-wishlist {
  transition: all 0.5s;
}
.product_grid_style_8 .product-items .zoo-inner-product-item-info .zoo-compare {
  transition: all 0.6s;
}
.product_grid_style_8 .product-items .zoo-inner-product-item-info .zoo-addtocart {
  transition: all 0.7s;
}
.product_grid_style_9 .add-to-link {
  opacity: 0;
  width: auto;
  height: 35px;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}
.product_grid_style_9 .add-to-link > div {
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.product_grid_style_9 .add-to-link > div button,
.product_grid_style_9 .add-to-link > div .cart.table-wrapper .actions-toolbar > .action,
.product_grid_style_9 .add-to-link > div .action-gift {
  line-height: 35px;
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  border: none;
}
.product_grid_style_9 .add-to-link .zoo-wishlist,
.product_grid_style_9 .add-to-link .zoo-compare,
.product_grid_style_9 .add-to-link .zoo-quickview,
.product_grid_style_9 .add-to-link .zoo-addtocart {
  position: absolute;
  background: #ffffff;
  border: 2px solid #ffffff;
  z-index: 1;
}
.product_grid_style_9 .add-to-link .zoo-wishlist:hover,
.product_grid_style_9 .add-to-link .zoo-compare:hover,
.product_grid_style_9 .add-to-link .zoo-quickview:hover,
.product_grid_style_9 .add-to-link .zoo-addtocart:hover {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.product_grid_style_9 .add-to-link .zoo-wishlist .tooltip,
.product_grid_style_9 .add-to-link .zoo-compare .tooltip,
.product_grid_style_9 .add-to-link .zoo-quickview .tooltip,
.product_grid_style_9 .add-to-link .zoo-addtocart .tooltip {
  opacity: 0;
  position: absolute;
  left: 0;
  display: block !important;
  top: 0;
  height: 100%;
  width: 100%;
  text-indent: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 35px;
  -webkit-transform: inherit !important;
  transform: inherit !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: opacity,color,width,background-color;
  -moz-transition-property: opacity,color,width,background-color;
  -o-transition-property: opacity,color,width,background-color;
  transition-property: opacity,color,width,background-color;
  -webkit-transition-duration: .4s,.4s,.35s,.4s;
  -moz-transition-duration: .4s,.4s,.35s,.4s;
  -o-transition-duration: .4s,.4s,.35s,.4s;
  transition-duration: .4s,.4s,.35s,.4s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.product_grid_style_9 .add-to-link .zoo-wishlist .cs-font,
.product_grid_style_9 .add-to-link .zoo-compare .cs-font,
.product_grid_style_9 .add-to-link .zoo-quickview .cs-font,
.product_grid_style_9 .add-to-link .zoo-addtocart .cs-font {
  color: #666666;
}
.product_grid_style_9 .add-to-link {
  bottom: 10px;
  left: 11px;
  -webkit-transform: translateX(-20px) translateY(-5px);
  -moz-transform: translateX(-20px) translateY(-5px);
  -ms-transform: translateX(-20px) translateY(-5px);
  -o-transform: translateX(-20px) translateY(-5px);
  transform: translateX(-20px) translateY(-5px);
  z-index: 10;
}
.product_grid_style_9 .add-to-link .zoo-wishlist,
.product_grid_style_9 .add-to-link .zoo-compare,
.product_grid_style_9 .add-to-link .zoo-quickview,
.product_grid_style_9 .add-to-link .zoo-addtocart {
  -webkit-transition: left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), width 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), bottom 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), margin-left 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.product_grid_style_9 .add-to-link > div:nth-child(2) {
  left: 36px;
}
.product_grid_style_9 .add-to-link > div:nth-child(3) {
  left: 72px;
}
.product_grid_style_9 .add-to-link > div:nth-child(4) {
  left: 108px;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover {
  z-index: 3;
  width: 120px;
  background: transparent;
  color: #ffffff;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover + div {
  left: 121px;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover + div + div {
  left: 157px;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover + div + div + div {
  left: 193px;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover .cs-font {
  opacity: 0;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover .tooltip {
  opacity: 1;
  background: transparent;
  -webkit-transition-duration: .45s,.5s,.5s,.4s;
  -moz-transition-duration: .45s,.5s,.5s,.4s;
  -o-transition-duration: .45s,.5s,.5s,.4s;
  transition-duration: .45s,.5s,.5s,.4s;
  -webkit-transition-delay: 0s .1s 0s 0s;
  -moz-transition-delay: 0s .1s 0s 0s;
  -o-transition-delay: 0s .1s 0s 0s;
  transition-delay: 0s .1s 0s 0s;
}
.product_grid_style_9 .add-to-link > div:nth-child(1):hover .tooltip .cs-font {
  opacity: 1;
  padding-right: 5px;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .add-to-link {
  -webkit-transform: translateX(0) translateY(-5px);
  -moz-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  -o-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
  opacity: 1;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info .hover_layer {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #c0392b;
  -webkit-transition: opacity .3s ease,visibility .3s ease;
  -moz-transition: opacity .3s ease,visibility .3s ease;
  -o-transition: opacity .3s ease,visibility .3s ease;
  transition: opacity .3s ease,visibility .3s ease;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info .product-new-label,
.product_grid_style_9 .product-items .zoo-inner-product-item-info .product-sale-label,
.product_grid_style_9 .product-items .zoo-inner-product-item-info .stock.unavailable {
  left: inherit;
  right: 15px;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info span.product-img-additional {
  z-index: 0;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .hover_layer {
  opacity: 0.8;
  visibility: visible;
  z-index: 1;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .product-new-label,
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .product-sale-label,
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .stock.unavailable {
  display: none;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover h3 {
  -webkit-transform: translateX(0) translateY(-5px);
  -moz-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  -o-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
  opacity: 1;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .price-box:nth-of-type(1) {
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  -moz-transition: opacity .15s ease;
  -o-transition: opacity .15s ease;
  transition: opacity .15s ease;
}
.product_grid_style_9 .product-items .zoo-inner-product-item-info:hover .price-box:nth-of-type(2) {
  -webkit-transform: translateX(0) translateY(-5px);
  -moz-transform: translateX(0) translateY(-5px);
  -ms-transform: translateX(0) translateY(-5px);
  -o-transform: translateX(0) translateY(-5px);
  transform: translateX(0) translateY(-5px);
  opacity: 0.8;
}
.product_grid_style_9 .product-items a.product-link {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 9;
}
.product_grid_style_9 .product-items .product-item-details {
  position: absolute;
  padding: 0;
  background: transparent;
  z-index: 1;
  top: 0;
  text-align: left;
  width: 100%;
  height: 100%;
}
.product_grid_style_9 .product-items .product-item-details .price-box {
  position: absolute;
  background-color: #ffffff;
  color: #000000;
  padding: 3px 5px;
  font-size: 16px;
}
.product_grid_style_9 .product-items .product-item-details .price-box:nth-of-type(1) {
  left: 0;
  top: 0;
  box-shadow: inset -1px -1px 0 0 rgba(68, 68, 68, 0.11);
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .3s ease .2s;
  -moz-transition: opacity .3s ease .2s;
  -o-transition: opacity .3s ease .2s;
  transition: opacity .3s ease .2s;
}
.product_grid_style_9 .product-items .product-item-details .price-box:nth-of-type(2) {
  display: block !important;
  background-color: transparent;
  top: 34px;
  right: 15px;
  color: #ffffff !important;
  font-size: 16px !important;
  -webkit-transform: translateX(-20px) translateY(-5px);
  -moz-transform: translateX(-20px) translateY(-5px);
  -ms-transform: translateX(-20px) translateY(-5px);
  -o-transform: translateX(-20px) translateY(-5px);
  transform: translateX(-20px) translateY(-5px);
  opacity: 0;
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition-delay: .09s;
  -moz-transition-delay: .09s;
  -o-transition-delay: .09s;
  transition-delay: .09s;
}
.product_grid_style_9 .product-items .product-item-details .price-box:nth-of-type(2) .price {
  color: #ffffff !important;
}
.product_grid_style_9 .product-items .product-item-details h3 {
  font-size: 13px;
  line-height: 26px;
  margin-top: 0;
  margin-left: 20px;
  padding: 35px 0 0;
  color: #ffffff;
  font-weight: 300;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  -webkit-transform: translateX(-20px) translateY(-5px);
  -moz-transform: translateX(-20px) translateY(-5px);
  -ms-transform: translateX(-20px) translateY(-5px);
  -o-transform: translateX(-20px) translateY(-5px);
  transform: translateX(-20px) translateY(-5px);
  opacity: 0;
  -moz-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -o-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
}
.product_grid_style_9 .product-items .product-item-details h3 a {
  color: #ffffff;
}
.product_grid_style_9 .product-items .product-item-details h3 a:hover {
  color: #ffffff !important;
}
.product_list_style,
.product_grid_style {
  display: none;
}
.products-list .product_list_style {
  display: block;
}
.products-list .shop_product_metas {
  display: none;
}
.products-grid .product_grid_style {
  display: block;
}
.products-list .product-items .product-reviews-summary .rating-summary {
  text-align: left;
}
.products-list.product_grid_style_2 .zoo-tooltip,
.products-list.product_grid_style_3 .zoo-tooltip,
.products-list.product_grid_style_4 .zoo-tooltip,
.products-list.product_grid_style_5 .zoo-tooltip,
.products-list.product_grid_style_6 .zoo-tooltip {
  display: inline-block;
}
.products-list.product_grid_style_2 .zoo-product-image .add-to-link,
.products-list.product_grid_style_3 .zoo-product-image .add-to-link,
.products-list.product_grid_style_4 .zoo-product-image .add-to-link,
.products-list.product_grid_style_5 .zoo-product-image .add-to-link,
.products-list.product_grid_style_6 .zoo-product-image .add-to-link,
.products-list.product_grid_style_2 .add-to-cart-button,
.products-list.product_grid_style_3 .add-to-cart-button,
.products-list.product_grid_style_4 .add-to-cart-button,
.products-list.product_grid_style_5 .add-to-cart-button,
.products-list.product_grid_style_6 .add-to-cart-button {
  display: none;
}
.products-list.product_grid_style_2 .product-item-details,
.products-list.product_grid_style_3 .product-item-details,
.products-list.product_grid_style_4 .product-item-details,
.products-list.product_grid_style_5 .product-item-details,
.products-list.product_grid_style_6 .product-item-details {
  text-align: left;
}
.products-list.product_grid_style_1 .zoo-product-image .zoo-quickview,
.products-list.product_grid_style_5 .zoo-product-image .zoo-quickview {
  display: none;
}
.products-list.product_grid_style_6 .zoo_product_grid_style_6 {
  display: none;
}
.products-list.product_grid_style_6 .zoo-quickview {
  opacity: 1;
  position: relative;
  bottom: inherit;
  transform: inherit;
  left: inherit;
  min-width: auto;
  height: auto;
  line-height: 28px;
  font-size: 14px;
}
.products-list.product_grid_style_9 .product-item .product-item-details .product_list_style .product-item-name {
  padding: 0;
  width: 100%;
  font-size: 24px;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
  -moz-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}
.products-list.product_grid_style_9 .product-item .product-item-details .product_list_style .price-box {
  display: block;
  box-shadow: none;
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.gallery-carousel .owl-dots {
  display: none;
}
.show-attr {
  display: none;
}
.brand-search-wrap {
  margin-bottom: 20px;
}
.cms-page-view .zoo-breadcrumbs {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .layout-1200 .container {
    width: 1200px;
    max-width: 1200px;
  }
  .layout-1200 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1200px;
  }
  .layout-1200.boxed-layout .page-wrapper,
  .layout-1200.boxed-layout .is-sticky #zoo-sticky-header {
    max-width: 1230px;
  }
}
@media (min-width: 1440px) {
  .layout-1440 .container {
    width: 1440px;
    max-width: 1440px;
  }
  .layout-1440 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1440px;
  }
  .layout-1440.boxed-layout .page-wrapper,
  .layout-1440.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1440.boxed-layout .page-wrapper,
  .layout-1440.boxed-layout .is-sticky #sticky-headers {
    max-width: 1470px;
  }
}
@media (min-width: 1680px) {
  .layout-1680 .container {
    width: 1680px;
    max-width: 1680px;
  }
  .layout-1680 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1680px;
  }
  .layout-1680.boxed-layout .page-wrapper,
  .layout-1680.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1680.boxed-layout .page-wrapper,
  .layout-1680.boxed-layout .is-sticky #sticky-headers {
    max-width: 1710px;
  }
}
@media (min-width: 1920px) {
  .layout-1920 .container {
    width: 1920px;
    max-width: 1920px;
  }
  .layout-1920 .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    max-width: 1920px;
  }
  .layout-1920.boxed-layout .page-wrapper,
  .layout-1920.boxed-layout .is-sticky #zoo-sticky-header,
  .layout-1920.boxed-layout .page-wrapper,
  .layout-1920.boxed-layout .is-sticky #sticky-headers {
    max-width: 1950px;
  }
}
.layout-fullwidth .container {
  width: 100%;
}
.page-wrapper .page-footer {
  line-height: 30px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #f7f7f7;
}
.page-wrapper .page-footer .logo-text {
  margin: 15px 0 30px;
}
.page-wrapper .page-footer .logo-text a {
  color: #333333;
  font-weight: 600;
  font-size: 36px;
}
.page-wrapper .page-footer a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: inherit;
  font-weight: 400;
}
.page-wrapper .page-footer .footer-top {
  padding: 30px 0 10px;
  background: #f4f4f4;
}
.page-wrapper .page-footer .footer-top li {
  padding-right: 35px;
}
.page-wrapper .page-footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links li {
  display: inline-block;
}
.page-wrapper .page-footer ul.zoo-footer-social-links li a {
  width: 35px;
  height: 35px;
  border: 2px solid #666666;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-wrapper .page-footer ul.zoo-footer-social-links li a:hover {
  color: #ffffff;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 {
  text-align: right;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li {
  padding-left: 10px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li a.fa-facebook:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li a.fa-twitter:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-twitter:hover {
  background-color: #4099ff;
  border-color: #4099ff;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li a.fa-instagram:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-instagram:hover {
  background-color: #333333;
  border-color: #333333;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li a.fa-google-plus:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-google-plus:hover {
  background-color: #d34836;
  border-color: #d34836;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-1 li a.fa-rss:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-rss:hover {
  background-color: #ee802f;
  border-color: #ee802f;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-2 li {
  padding-right: 15px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-2 li a {
  color: #ffffff;
  background-color: #d3d1d1;
  border-color: #d3d1d1;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-2 li a:hover {
  color: #333333;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 {
  text-align: left;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li {
  padding-left: 0;
  padding-right: 15px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a {
  color: #bebebe;
  border-color: #bebebe;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a:hover {
  color: #ffffff;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li {
  padding-left: 0;
  padding-right: 15px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a {
  color: #555555;
  border-color: transparent;
  font-size: 30px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.fa-facebook:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.fa-facebook:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.clever-icon-facebook:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.clever-icon-facebook:hover {
  color: #3b5998;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.fa-twitter:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.fa-twitter:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.clever-icon-twitter:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.clever-icon-twitter:hover {
  color: #4099ff;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.fa-instagram:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.fa-instagram:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.clever-icon-instagram:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.clever-icon-instagram:hover {
  color: #333333;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.fa-google-plus:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.fa-google-plus:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.clever-icon-googleplus:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.clever-icon-googleplus:hover {
  color: #d34836;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-4 li a.fa-rss:hover,
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a.fa-rss:hover {
  color: #ee802f;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 {
  padding-bottom: 10px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-5 li a {
  color: #ffffff;
  font-size: 18px;
  text-align: left;
}
.page-wrapper .page-footer ul.zoo-footer-links {
  padding-top: 5px;
}
.page-wrapper .page-footer ul.zoo-footer-links li {
  display: inline-block;
  padding-right: 35px;
}
.page-wrapper .page-footer ul li {
  margin: 0;
}
.page-wrapper .page-footer ul.footer-contact {
  line-height: 28px;
  margin-bottom: 20px;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 {
  padding-top: 80px;
  margin-bottom: 0px;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.footer-6-link {
  text-align: center;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.footer-6-link li {
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.zoo-footer-social-links.style-4 {
  text-align: center;
}
.page-wrapper .page-footer .zoo-footer-bottom-home15 ul.zoo-footer-social-links.style-4 li a {
  color: #111111;
}
.page-wrapper .page-footer .zoo-footer-bottom-home18 .newsletters-style-3 #newsletter-validate-detail .btn-novetty {
  background: #9f0145;
  letter-spacing: 1px;
}
/*************** BLOG*********************/
.blog-widget-recent .post-list .post-info:before {
  display: none;
}
.blog-index-index .page-title-wrapper {
  display: none;
}
.toolbar-blog-posts.toolbar {
  text-align: center;
  padding: 20px 0;
}
.toolbar-blog-posts.toolbar .pages .items .item strong.page,
.toolbar-blog-posts.toolbar .pages .items .item a {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 14px;
}
.toolbar-blog-posts.toolbar .pages .items .item .action.next:before {
  line-height: 40px;
}
.toolbar-blog-posts.toolbar .pages .items .item:hover strong.page,
.toolbar-blog-posts.toolbar .pages .items .item.current strong.page,
.toolbar-blog-posts.toolbar .pages .items .item:hover a,
.toolbar-blog-posts.toolbar .pages .items .item.current a {
  background-color: #252525;
}
.post-list-wrapper,
.post-view,
.blog-index-index #shop-sidebar-right {
  padding-top: 30px;
}
.post-view .post-header {
  margin-bottom: 30px;
}
.post-holder .post-header .dash {
  padding: 0 5px;
}
.post-list .post-title-holder {
  margin-top: 30px;
}
.post-text {
  padding: 10px 30px 20px;
  background: #fff;
  position: relative;
}
.blog-widget-style2 .post-header {
  overflow: hidden;
  box-shadow: none;
}
.blog-widget-style2 .post-header .post-info {
  display: none;
}
.blog-widget-style2 .post-header .post-ftimg-hld img {
  transition: all 500ms;
}
.blog-widget-style2 .post-header:hover .post-ftimg-hld img {
  transform: scale(1.1, 1.1);
}
.blog-widget-style2 .post-text {
  text-align: center;
}
.blog-widget-style2 .post-text .post-title {
  padding: 15px 0;
}
.blog-widget-style2 .post-text .post-title a {
  color: #000000;
  font-weight: 600;
}
.blog-widget-style2 .post-text .post-content .post-description {
  display: none;
}
.blog-widget-style2 .post-text .post-footer a {
  text-transform: uppercase;
  color: #959595;
  border-bottom: 1px solid #c1c1c1;
  line-height: 15px;
  display: inline-block;
  margin: 20px 0;
}
.blog-widget-style2 .post-text .post-footer a:hover {
  color: #252525;
}
.post-view,
.post-list {
  color: #999999;
  line-height: 22px;
}
.post-view .post-ftimg-hld img,
.post-list .post-ftimg-hld img {
  width: 100%;
}
.post-view .post-info,
.post-list .post-info {
  margin: 15px 0 10px;
  position: relative;
  font-size: 12px;
}
.post-view .post-info:before,
.post-list .post-info:before {
  content: "";
  width: 30px;
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #999999;
}
.post-view .post-info .post-posed-date,
.post-list .post-info .post-posed-date {
  text-transform: capitalize;
}
.post-view .post-info .label,
.post-list .post-info .label,
.post-view .post-info .value a,
.post-list .post-info .value a,
.post-view .post-info a,
.post-list .post-info a {
  color: #999999;
}
.post-view .page-title,
.post-list .page-title {
  font-size: 30px;
  margin: 15px 0 20px;
}
.post-view p,
.post-list p {
  margin: 0 0 20px;
}
.post-view h4,
.post-list h4,
.post-view .h4,
.post-list .h4,
.post-view h5,
.post-list h5,
.post-view .h5,
.post-list .h5,
.post-view h6,
.post-list h6,
.post-view .h6,
.post-list .h6 {
  margin-bottom: 20px;
}
.post-view .post-title-holder,
.post-list .post-title-holder {
  margin: 13px 0;
}
.post-read-more {
  color: #252525;
}
.post-view .post-ftimg {
  position: relative;
  margin-bottom: 40px;
}
.post-view .post-ftimg-info .post-info div {
  display: inline-block;
}
.post-view .post-ftimg-info .post-info .dash {
  padding: 0 5px;
}
.block-categories ul,
.block-categories ol {
  list-style: none;
  padding: 0;
}
.block-categories ul li,
.block-categories ol li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.block-categories ul li a,
.block-categories ol li a {
  color: #666;
}
.block-categories ul li a:hover,
.block-categories ol li a:hover {
  color: #fc6a21;
}
.block-categories h3.block-title {
  margin-bottom: 40px;
}
.block-recent-posts,
.block-categories,
.block-archive {
  margin-bottom: 60px !important;
}
.block-recent-posts .block-title,
.block-categories .block-title,
.block-archive .block-title {
  margin: 0 0 40px;
  text-transform: uppercase;
}
.block-recent-posts .block-content div.item {
  padding: 0 0 15px 0 !important;
  overflow: hidden;
}
.block-recent-posts .block-content div.item .item-img {
  width: 28%;
  margin-right: 20px;
  padding-top: 5px;
}
.block-recent-posts .block-content div.item .item-info {
  width: 64%;
  width: -webkit-calc(100% - 28% -20px);
  width: -moz-calc(100% - 28% - 20px);
  width: calc(100% - 28% - 20px);
}
.block-recent-posts .block-content div.item .post-item-link {
  font-weight: 500;
  line-height: 20px;
}
.block-recent-posts .block-content div.item h5 {
  margin: 0 0 5px 0;
}
.blog_widget {
  text-align: center;
}
.blog_widget .block-content {
  text-align: left;
}
.blog_widget .block-content .post-info:before {
  display: none;
}
.related .block-title {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
}
.related .item-publishdate {
  margin: 10px 0;
}
.related #block-relatedposts-heading {
  display: inline-block;
}
.item-publishdate {
  color: #acacac;
  font-size: 12px;
}
blockquote {
  padding: 0 30px;
  margin: 30px 0;
  font-size: 18px;
  border-left: 2px solid #c2b975;
  font-style: normal;
}
@media (min-width: 1200px), print {
  .blog-index-index .col-md-9.shop-main {
    width: 66.66666667%;
  }
}
.modal-inner-wrap .modal-header {
  border-bottom: none;
}
.modal-inner-wrap .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-inner-wrap .modal-footer {
  border-top: none;
}
.modal-inner-wrap .modal-popup .action-close {
  padding: 20px;
}
.modals-overlay {
  display: none;
}
.modal-popup:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.73);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-popup .modal-header .action-close {
  border-radius: 0;
  padding: 0;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  top: 0;
  height: 35px;
  width: 35px;
  background: transparent;
  right: 0;
  font-size: 0px;
  line-height: 60px;
  z-index: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform .3s ease;
}
.modal-popup .modal-header .action-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-popup .modal-header .action-close:before {
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\c067';
  font-size: 16px;
  color: #000000;
}
.modal-popup .modal-inner-wrap {
  max-width: 900px;
  box-shadow: none;
  margin: 120px auto;
  overflow-y: hidden;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
}
.modal-popup.zoo-log-popup .modal-inner-wrap {
  max-width: 500px;
}
.modal-popup.zoo-log-popup .modal-inner-wrap .modal-content {
  padding: 20px 0;
}
.zoo-newsletter-popup .modal-header,
.zoo-quickview-popup .modal-header {
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.zoo-newsletter-popup .modal-footer,
.zoo-quickview-popup .modal-footer {
  display: none;
}
.zoo-newsletter-popup .modal-inner-wrap,
.zoo-quickview-popup .modal-inner-wrap {
  background: transparent;
  box-shadow: none;
}
.zoo-newsletter-popup .modal-inner-wrap .modal-content,
.zoo-quickview-popup .modal-inner-wrap .modal-content {
  padding: 0;
  background: transparent;
  border: none;
}
.zoo-quickview-popup .column.main {
  width: 100% !important;
}
.zoo-quickview-popup #zoo-main-content {
  padding: 0;
  margin: 0;
}
.zoo-quickview-popup .zoo-main-content-area {
  background: #ffffff;
  padding-bottom: 0;
  overflow: hidden;
}
.zoo-quickview-popup .zoo-main-content-area .page-title-wrapper {
  display: block !important;
}
.zoo-quickview-popup .container {
  padding: 0;
  width: auto !important;
}
.zoo-quickview-popup .fotorama__stage {
  width: auto !important;
  height: auto !important;
}
.zoo-quickview-popup .fotorama__stage .fotorama__active.fotorama__stage__frame {
  position: relative;
}
.zoo-quickview-popup .fotorama__stage .fotorama__active.fotorama__stage__frame .fotorama__img {
  position: relative;
  top: 0;
  left: 0;
  transform: inherit;
}
.zoo-quickview-popup .fotorama__nav-wrap {
  margin-top: -30px;
}
.zoo-quickview-popup .fotorama__stage__shaft {
  transform: translate3d(0px, 0px, 0px) !important;
}
.zoo-quickview-popup .fotorama__arr,
.zoo-quickview-popup .fotorama__thumb__arr {
  background-color: transparent;
}
.zoo-quickview-popup .fotorama__arr:hover,
.zoo-quickview-popup .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.zoo-quickview-popup .stock.unavailable {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  background: rgba(250, 107, 107, 0.35);
  text-align: center;
  z-index: 9;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}
.zoo-quickview-popup .product-info-main {
  padding-top: 30px;
}
.zoo-quickview-popup .modal-inner-wrap {
  max-width: 900px;
  background: #ffffff;
  box-shadow: none;
  margin: 120px auto;
}
.page-wrapper .page-header {
  /* Zoo header 1 */
  /* Zoo header 2 */
  /* Zoo header 3 */
  /* Zoo header 6 */
}
.page-wrapper .page-header .header-minimal-search {
  transition: all 400ms;
  margin-left: 25px;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome {
  position: relative;
  cursor: pointer;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #ffffff;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-name .action.switch:after {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: '\c059';
  font-family: 'cleversoft';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 52px;
  z-index: 99;
  text-align: left;
  transition: all .5s ease .2s;
  -webkit-transition: all .5s ease .2s;
  -ms-transition: all .5s ease .2s;
  -o-transition: all .5s ease .2s;
  visibility: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.15);
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links {
  width: auto;
  min-width: 180px;
  background: #ffffff;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li {
  padding: 0;
  width: 100%;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li a {
  color: #3e2723;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li a span {
  color: #3e2723;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li:hover {
  background: #d9d9d9;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links li.authorization-link {
  display: none;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome .customer-menu .header.links:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  right: 18px;
  top: -11px;
  content: "";
  position: absolute;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome.active .customer-menu {
  display: block;
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome.active .customer-name .action.switch:after {
  content: '\c009';
}
.page-wrapper .page-header .topbar-container .header.links .customer-welcome:hover .customer-menu {
  opacity: 1;
  top: 22px;
  visibility: visible;
}
.page-wrapper .page-header.zoo-header-2 .header-minimal-search {
  display: block;
}
.page-wrapper .page-header.zoo-header-2 .block-content .form.minisearch .inner {
  background: transparent;
  color: #ffffff;
}
.page-wrapper .page-header.zoo-header-2 .block-content .form.minisearch .inner a {
  color: #ffffff;
}
.page-wrapper .page-header.zoo-header-2 #zoo-sticky-header .minicart-wrapper,
.page-wrapper .page-header.zoo-header-2 #zoo-sticky-header .header-wishlist {
  display: block;
  margin: 0;
  line-height: 1;
}
.page-wrapper .page-header.zoo-header-2 .authorization-link {
  padding-left: 20px;
  margin-left: 10px;
}
.page-wrapper .page-header.zoo-header-2 .authorization-link i {
  padding-right: 5px;
}
.page-wrapper .page-header.zoo-header-2 .switcher-language .switcher-trigger img {
  display: none;
}
.page-wrapper .page-header.zoo-header-2 .is-sticky .mr-auto.center {
  margin-right: auto;
}
.page-wrapper .page-header.zoo-header-3.header_layout_1 .zoo-menu-label {
  top: 18px;
  color: #ffffff;
}
.page-wrapper .page-header.zoo-header-3 .block-search .form.minisearch {
  line-height: 28px;
  height: 30px;
  border-radius: 2px;
}
.page-wrapper .page-header.zoo-header-3 .block-search .form.minisearch input {
  height: auto;
  color: #ffffff;
}
.page-wrapper .page-header.zoo-header-3 .zoo-menu-label {
  left: 0;
}
.page-wrapper .page-header.zoo-header-3 .header-content {
  z-index: 6;
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper .page-header.zoo-header-3 .header-content .zoo-header-content-block {
  flex-grow: 1;
}
.page-wrapper .page-header.zoo-header-3 .logo {
  padding: 60px 0;
  margin: 0 auto;
  display: inline-block;
}
.page-wrapper .page-header.zoo-header-3 .logo.logo-sticky-mobile {
  display: none;
}
.page-wrapper .page-header.zoo-header-3 .logo.logo-sticky-mobile img {
  max-width: 120px;
}
.page-wrapper .page-header.zoo-header-3 .minicart-wrapper .action.showcart .counter.qty .counter-number {
  width: 18px;
  height: 18px;
  background: #ffffff;
  color: #000000;
}
.page-wrapper .page-header.zoo-header-3 .minicart-wrapper .action.showcart .counter.qty:before {
  font-size: 24px;
}
.page-wrapper .page-header.zoo-header-3 .header-wishlist i,
.page-wrapper .page-header.zoo-header-3 .header-compare i,
.page-wrapper .page-header.zoo-header-3 .minicart-wrapper i {
  font-size: 24px;
}
.page-wrapper .page-header.zoo-header-3 .header-wishlist span.counter-number,
.page-wrapper .page-header.zoo-header-3 .header-compare span.counter-number,
.page-wrapper .page-header.zoo-header-3 .minicart-wrapper span.counter-number {
  width: 18px;
  height: 18px;
  background: #ffffff;
  color: #000000;
}
.page-wrapper .page-header.zoo-header-3 #zoo-sticky-header .minicart-wrapper,
.page-wrapper .page-header.zoo-header-3 #zoo-sticky-header .header-wishlist {
  display: block;
  margin: 0;
  line-height: 1;
}
.page-wrapper .page-header.zoo-header-3 .is-sticky #zoo-sticky-header .clever-menu .clever-mega-menu {
  text-align: left;
}
.page-wrapper .page-header.zoo-header-3 .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
  padding: 12px 10px;
}
.page-wrapper .page-header.zoo-header-3 .block-search {
  width: 400px !important;
  float: none;
  display: inline-block;
}
.page-wrapper .page-header.zoo-header-3 .block-search .form.minisearch .control .inner {
  background: transparent;
}
.page-wrapper .page-header.zoo-header-3 .block-search .action.search {
  background: transparent;
  height: 30px;
  line-height: 30px;
}
.page-wrapper .page-header.zoo-header-3 .block-search .action.search:before {
  line-height: 30px;
  color: #ffffff;
}
.page-wrapper .page-header.zoo-header-4 .block-search .form.minisearch .control #top_sidetree,
.page-wrapper .page-header.zoo-header-5 .block-search .form.minisearch .control #top_sidetree,
.page-wrapper .page-header.zoo-header-4 .block-search .form.minisearch .control .inner,
.page-wrapper .page-header.zoo-header-5 .block-search .form.minisearch .control .inner {
  display: none;
}
.page-wrapper .page-header.zoo-header-6 {
  position: relative;
}
.page-wrapper .page-header.zoo-header-6 .panel.wrapper,
.page-wrapper .page-header.zoo-header-6 .sticky-logo {
  display: none;
}
.page-wrapper .page-header.zoo-header-6 .header-minimal-search {
  display: block;
}
.page-wrapper .page-header.zoo-header-8 .authorization-link {
  padding-left: 20px;
}
.page-wrapper .page-header.zoo-header-8 .authorization-link i {
  padding-right: 5px;
  vertical-align: middle;
}
.page-wrapper .page-header.zoo-header-8 .topbar-container .header-wishlist {
  padding-left: 25px;
  max-width: none;
  margin: 0 !important;
  line-height: inherit;
}
.page-wrapper .page-header.zoo-header-8 .topbar-container .header-wishlist i {
  font-size: 14px;
  padding-right: 3px;
  vertical-align: middle;
}
.page-wrapper .page-header.zoo-header-8 .topbar-container .header-wishlist span {
  background: transparent;
}
.page-wrapper .page-header.zoo-header-8 .header-compare .cs-font {
  font-size: 14px;
}
.page-wrapper .page-header.zoo-header-8 .header-cart-container {
  order: 1;
}
.page-wrapper .page-header.zoo-header-8 .is-sticky .minicart-wrapper.active:before {
  display: none;
}
.page-wrapper .page-header .my-wishlist {
  position: absolute;
  z-index: 3;
  right: 40px;
  font-size: 30px;
  top: 5px;
}
.page-wrapper .page-header .my-wishlist a i {
  font-size: 30px;
}
@media (min-width: 992px), print {
  .page-header {
    /* Zoo header 4 & 5 */
  }
  .page-header .header-content {
    display: flex;
    flex-wrap: wrap;
  }
  .page-header .header-content .zoo-header-content-block {
    flex-grow: 1;
  }
  .page-header .header-content .full-sc-search .clever-icon-close {
    display: none;
  }
  .page-header.zoo-header-1 .is-sticky .minicart-wrapper .action.showcart .counter.qty:before {
    font-size: 24px;
  }
  .page-header.zoo-header-1 .is-sticky #zoo-sticky-header .zoo-header-user {
    display: flex;
  }
  .page-header.zoo-header-1 .is-sticky .header-wishlist .cs-font,
  .page-header.zoo-header-1 .is-sticky .header-compare .cs-font,
  .page-header.zoo-header-1 .is-sticky .minicart-wrapper .cs-font,
  .page-header.zoo-header-1 .is-sticky .user_area .cs-font {
    font-size: 24px;
  }
  .page-header.zoo-header-2 .header-wishlist {
    padding-left: 20px;
    max-width: none;
    margin: 0 !important;
  }
  .page-header.zoo-header-2 .header-wishlist i {
    font-size: 14px;
    padding-right: 3px;
  }
  .page-header.zoo-header-2 .header-wishlist span {
    background: transparent;
  }
  .page-header.zoo-header-2 .header-compare i {
    font-size: 14px;
  }
  .page-header.zoo-header-2 .header-content .minicart-wrapper {
    margin-left: 0 !important;
  }
  .page-header.zoo-header-2 .header-content .minicart-wrapper .action.showcart {
    display: none;
  }
  .page-header.zoo-header-3 .header-content {
    padding: 0;
  }
  .page-header.zoo-header-3 .block-search .action.search:before {
    color: #393939;
  }
  .page-header.zoo-header-4 .header-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header.zoo-header-5 .is-sticky #zoo-sticky-header .zoo-header-user {
    display: flex;
  }
  .page-header.zoo-header-4 #mtnav .zoo-customer-service,
  .page-header.zoo-header-5 #mtnav .zoo-customer-service {
    color: #999999;
  }
  .page-header.zoo-header-4 .header-content .logo,
  .page-header.zoo-header-5 .header-content .logo {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .page-header.zoo-header-4 .header-content .block-search,
  .page-header.zoo-header-5 .header-content .block-search {
    padding-left: 0;
    float: left;
    max-width: 270px !important;
    margin: 0;
    position: relative;
  }
  .page-header.zoo-header-4 .header-content .block-search .form.minisearch .control .form-group,
  .page-header.zoo-header-5 .header-content .block-search .form.minisearch .control .form-group {
    width: 100%;
  }
  .page-header.zoo-header-4 .header-content .block-search .form.minisearch .control .search-dropdown,
  .page-header.zoo-header-5 .header-content .block-search .form.minisearch .control .search-dropdown {
    display: none;
  }
  .page-header.zoo-header-4 .header-content .block-search .action.search span,
  .page-header.zoo-header-5 .header-content .block-search .action.search span {
    display: none;
  }
  .page-header.zoo-header-2 .header-minimal-search span,
  .page-header.zoo-header-6 .header-minimal-search span,
  .page-header.zoo-header-11 .header-minimal-search span {
    vertical-align: middle;
    cursor: pointer;
  }
  .page-header.zoo-header-2 .full-sc-search,
  .page-header.zoo-header-6 .full-sc-search,
  .page-header.zoo-header-11 .full-sc-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 22, 24, 0.9399999999999999);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .page-header.zoo-header-2 .full-sc-search .clever-icon-close,
  .page-header.zoo-header-6 .full-sc-search .clever-icon-close,
  .page-header.zoo-header-11 .full-sc-search .clever-icon-close {
    color: #ffffff;
    position: relative;
    top: 30%;
    margin: 0 auto;
    cursor: pointer;
    font-size: 25px;
    display: none;
    text-align: center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform .3s ease;
  }
  .page-header.zoo-header-2 .full-sc-search .clever-icon-close:hover,
  .page-header.zoo-header-6 .full-sc-search .clever-icon-close:hover,
  .page-header.zoo-header-11 .full-sc-search .clever-icon-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-header.zoo-header-2 .full-sc-search .block-search,
  .page-header.zoo-header-6 .full-sc-search .block-search,
  .page-header.zoo-header-11 .full-sc-search .block-search {
    position: relative;
    top: 40%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding-left: 0;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch {
    background: transparent;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .field.search,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .field.search,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .field.search {
    border: none;
    width: 100%;
    position: relative;
    right: 0;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .field.search .control,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .field.search .control,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .field.search .control {
    background: transparent;
    position: relative;
    padding: 0;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
    left: 0;
    right: 0;
    height: 50px;
    margin: 0;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .field.search .control a.current-cat,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .field.search .control a.current-cat,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .field.search .control a.current-cat {
    color: #ffffff !important;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .action.search,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .action.search,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .action.search {
    background: transparent;
    position: absolute;
    left: auto;
  }
  .page-header.zoo-header-2 .full-sc-search .block-search .block-content .minisearch .action.search:before,
  .page-header.zoo-header-6 .full-sc-search .block-search .block-content .minisearch .action.search:before,
  .page-header.zoo-header-11 .full-sc-search .block-search .block-content .minisearch .action.search:before {
    color: #ffffff;
    font-size: 22px;
  }
  .page-header.zoo-header-2 .full-sc-search.active,
  .page-header.zoo-header-6 .full-sc-search.active,
  .page-header.zoo-header-11 .full-sc-search.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
  }
  .page-header.zoo-header-2 .full-sc-search.active .clever-icon-close,
  .page-header.zoo-header-6 .full-sc-search.active .clever-icon-close,
  .page-header.zoo-header-11 .full-sc-search.active .clever-icon-close {
    display: block;
  }
  .page-header.zoo-header-5 .full-sc-search .block-search {
    max-width: 270px !important;
  }
  .page-header.zoo-header-6 .header-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header.zoo-header-7 .header-content {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header.zoo-header-7 .header-content .topbar-container {
    padding: 15px 0;
    border-bottom: 1px solid #363636;
    font-size: 12px;
  }
  .page-header.zoo-header-7 .header-content .logo {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .page-header.zoo-header-7 .header-content .logo-container {
    line-height: 140px;
    background: #990000;
    overflow: hidden;
  }
  .page-header.zoo-header-7 .header-content .block-search {
    padding-left: 0;
    float: left;
    max-width: 450px;
    margin: 0;
    position: relative;
  }
  .page-header.zoo-header-7 .header-content .block-search input {
    color: #ffffff;
  }
  .page-header.zoo-header-7 .header-content .block-search .form.minisearch .control {
    background: transparent;
  }
  .page-header.zoo-header-7 .header-content .block-search .form.minisearch .control .inner {
    background: transparent;
    border: none;
  }
  .page-header.zoo-header-7 .header-content .block-search .form.minisearch .control .form-group {
    width: 100%;
  }
  .page-header.zoo-header-7 .header-content .block-search .form.minisearch .control .search-dropdown {
    display: none;
  }
  .page-header.zoo-header-7 .header-content .block-search .action.search {
    background-color: transparent;
  }
  .page-header.zoo-header-7 .is-sticky #zoo-sticky-header {
    left: 0px;
  }
  .page-header.zoo-header-7 #zoo-sticky-header {
    border-bottom: none;
  }
  .page-header.zoo-header-7 .menu-main-home {
    position: static;
  }
  .page-header.zoo-header-7 .menu-main-home .zoo-menu-content {
    position: static;
  }
  .page-header.zoo-header-7 .menu-main-home .is-sticky .zoo-menu-content {
    position: relative;
  }
  .page-header.zoo-header-7 .menu-main-home .is-sticky .zoo-menu-content .main-menu {
    margin: 0 auto;
  }
  .page-header.zoo-header-8 .header-content {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header.zoo-header-8 .header-content .topbar-container {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .page-header.zoo-header-8 .header-content .block-search {
    padding-left: 0;
    float: left;
    max-width: 270px;
    margin-left: 25px;
    position: relative;
    background: #ebebeb;
  }
  .page-header.zoo-header-8 .header-content .block-search .form.minisearch {
    border-color: #ebebeb;
    background: transparent;
  }
  .page-header.zoo-header-8 .header-content .block-search .form.minisearch .control {
    background: transparent;
  }
  .page-header.zoo-header-8 .header-content .block-search .form.minisearch .control .form-group {
    width: 100%;
  }
  .page-header.zoo-header-8 .header-content .block-search .form.minisearch .control .inner {
    display: none;
  }
  .page-header.zoo-header-8 .header-content .block-search .form.minisearch .control .search-dropdown {
    display: none;
  }
  .page-header.zoo-header-8 .header-content .block-search .action.search {
    background-color: transparent;
  }
  .page-header.zoo-header-8 .header-content .block-search .action.search:before {
    color: #252525;
  }
  .page-header.zoo-header-8 .header-content .header-cart-container {
    position: relative;
  }
  .page-header.zoo-header-8 .header-content .header-cart-container:before {
    content: '';
    height: 80px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
  }
  .page-header.zoo-header-8 .header-content .header-cart-container .minicart-wrapper .action.showcart .counter.qty:before {
    font-size: 28px;
  }
  .page-header.zoo-header-8 .is-sticky #zoo-sticky-header {
    left: 0px;
  }
  .page-header.zoo-header-8 #zoo-sticky-header {
    border-bottom: none;
  }
  .page-header.zoo-header-8 .menu-main-home {
    position: static;
  }
  .page-header.zoo-header-8 .menu-main-home .zoo-menu-content {
    position: static;
  }
  .page-header.zoo-header-8 .menu-main-home .is-sticky .zoo-menu-content {
    position: relative;
  }
  .page-header.zoo-header-8 .menu-main-home .is-sticky .zoo-menu-content .main-menu {
    margin: 0 auto;
  }
  .page-header.zoo-header-9 .header-content {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header.zoo-header-9 .header-content .header-panel {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
  }
  .page-header.zoo-header-9 .header-content .header-panel .block-search {
    padding-left: 0;
  }
  .page-header.zoo-header-9 .header-content .header-panel .block-search .form.minisearch {
    border-color: transparent;
    background: transparent;
  }
  .page-header.zoo-header-9 .header-content .header-panel .block-search .form.minisearch .control {
    padding-left: 50px;
  }
  .page-header.zoo-header-9 .header-content .header-panel .block-search .action.search {
    background: transparent;
    left: 0;
    right: inherit;
    padding-left: 0;
  }
  .page-header.zoo-header-9 .header-content .header-panel .block-search .action.search:before {
    font-size: 18px;
  }
  .page-header.zoo-header-9 .header-content .header-panel .header-wishlist i,
  .page-header.zoo-header-9 .header-content .header-panel .header-compare i,
  .page-header.zoo-header-9 .header-content .header-panel .minicart-wrapper i {
    font-size: 24px;
  }
  .page-header.zoo-header-9 .header-content .header-panel .minicart-wrapper .action.showcart .counter.qty .counter-number {
    width: 18px;
    height: 18px;
    margin-left: -3px;
  }
  .page-header.zoo-header-9 .header-content .header-panel .minicart-wrapper .action.showcart .counter.qty:before {
    font-size: 24px;
  }
  .page-header.zoo-header-9 .header-content .header-panel .user_area {
    margin: 0 0 0 5px;
    line-height: 0;
  }
  .page-header.zoo-header-9 .header-content .header-panel .user_area .loginpopup {
    font-size: 12px;
  }
  .page-header.zoo-header-9 .menu-main-home {
    position: static;
  }
  .page-header.zoo-header-9 .menu-main-home .zoo-menu-content {
    position: static;
  }
  .page-header.zoo-header-9 .menu-main-home .is-sticky .zoo-menu-content {
    position: relative;
  }
  .page-header.zoo-header-9 .menu-main-home .is-sticky .zoo-menu-content .main-menu {
    margin: 0 auto;
  }
  .page-header.zoo-header-9 .is-sticky #zoo-sticky-header {
    left: 0px;
  }
  .page-header .full-sc-search .block-search {
    max-width: 720px !important;
    float: inherit;
    margin: 0 auto;
  }
}
@media (max-width: 991px), print {
  .page-wrapper .page-header .header-minimal-search {
    position: absolute;
    left: 30px;
    top: 52%;
    transform: translateY(-50%);
    z-index: 6;
  }
  .page-wrapper .page-header .header-content .block-search .block-content .action.search {
    left: 0;
    top: 0;
    background: transparent !important;
    width: 47px;
    padding: 0;
    position: relative;
    line-height: 1;
  }
  .page-wrapper .page-header .header-content .block-search .block-content .action.search:before {
    color: #383838;
  }
  .page-wrapper .page-header .header-content .logo {
    position: absolute;
    font-size: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-wrapper .page-header.zoo-header-1 #zoo-sticky-header,
  .page-wrapper .page-header.zoo-header-4 #zoo-sticky-header,
  .page-wrapper .page-header.zoo-header-5 #zoo-sticky-header {
    display: none;
    height: auto !important;
  }
  .page-wrapper .page-header .header-compare,
  .page-wrapper .page-header .user_area {
    display: none !important;
  }
  .page-wrapper .page-header .full-sc-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
  .page-wrapper .page-header .full-sc-search .clever-icon-close {
    color: #ffffff;
    position: relative;
    top: 30%;
    margin: 0 auto;
    cursor: pointer;
    font-size: 25px;
    display: none;
    text-align: center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform .3s ease;
  }
  .page-wrapper .page-header .full-sc-search .clever-icon-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-wrapper .page-header .full-sc-search .block-search {
    position: relative;
    top: 40%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    display: block;
    padding-left: 0;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch {
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .field.search {
    border: none;
    width: 100%;
    position: relative;
    right: 0;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .field.search .control {
    background: transparent;
    position: relative;
    padding: 0;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 300;
    left: 0;
    right: 0;
    height: 50px;
    margin: 0;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .field.search .control .input-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .action.search {
    background: transparent;
    position: absolute;
    left: auto;
  }
  .page-wrapper .page-header .full-sc-search .block-search .block-content .minisearch .action.search:before {
    color: #ffffff;
    font-size: 22px;
  }
  .page-wrapper .page-header .full-sc-search.active {
    visibility: visible;
    opacity: 0.9;
    transform: scale(1, 1);
  }
  .page-wrapper .page-header .full-sc-search.active .clever-icon-close {
    display: block;
  }
  .cms-cleversoft-homepage-15 .page-wrapper .page-header.zoo-header-6 .header-content {
    background: #000000;
  }
  .cms-cleversoft-homepage-15 .page-wrapper .page-header.zoo-header-6 #zoo-sticky-header {
    background: transparent;
    position: absolute;
  }
  .cms-cleversoft-homepage-15 .page-wrapper .page-header.zoo-header-6 .sticky-wrapper {
    top: 0px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px), print {
  .page-wrapper .page-header.zoo-header-2 #zoo-sticky-header {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-2 .authorization-link {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-3 .logo {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-wrapper .page-header.zoo-header-3 .logo.logo-sticky-mobile {
    display: block;
  }
  .page-wrapper .page-header.zoo-header-3 .header-content {
    background: transparent;
  }
  .page-wrapper .page-header.zoo-header-3 .header-content .block-search {
    width: 100%;
  }
  .page-wrapper .page-header.zoo-header-3 .header-content .block-search .block-content .action.search:before {
    color: #ffffff;
  }
  .page-wrapper .page-header.zoo-header-4 .header-content .block-search {
    position: absolute;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 100%;
  }
  .page-wrapper .page-header.zoo-header-4 .header-content .zoo-menu-label {
    bottom: auto;
    z-index: 3;
  }
  .page-wrapper .page-header.zoo-header-4 .header-content .logo {
    text-align: left;
  }
  .page-wrapper .page-header.zoo-header-2 .clever-menu,
  .page-wrapper .page-header.zoo-header-3 .clever-menu,
  .page-wrapper .page-header.zoo-header-6 .clever-menu,
  .page-wrapper .page-header.zoo-header-11 .clever-menu {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-6.header_layout_1 .zoo-menu-label {
    top: 50%;
    transform: translateY(-50%);
  }
  .page-wrapper .page-header.zoo-header-6 .header-content .block-search .block-content .action.search:before {
    color: #ffffff;
  }
  .page-wrapper .page-header.zoo-header-7 .menu-main-home {
    position: static;
  }
  .page-wrapper .page-header.zoo-header-7 .menu-main-home .topbar-right {
    position: static;
  }
  .page-wrapper .page-header.zoo-header-7 #zoo-sticky-header {
    border: none;
    width: 0;
  }
  .page-wrapper .page-header.zoo-header-7 #zoo-sticky-header .zoo-header-user .minicart-wrapper {
    display: block;
  }
  .page-wrapper .page-header.zoo-header-7 #zoo-sticky-header .zoo-header-user .minicart-wrapper .action.showcart {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-8 .logo-container,
  .page-wrapper .page-header.zoo-header-9 .logo-container {
    position: static;
  }
  .page-wrapper .page-header.zoo-header-9 .header-panel {
    display: block;
  }
  .page-wrapper .page-header.zoo-header-9 .header-panel > * {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-9 .header-panel .minicart-wrapper {
    display: block;
  }
  .page-wrapper .page-header.zoo-header-9 .header-panel .minicart-wrapper .action.showcart {
    display: none;
  }
  .page-wrapper .page-header.zoo-header-9 .header-content .logo img {
    width: 100px;
  }
}
@media (max-width: 1280px) {
  .zoo-footer-bottom-content .f_contact {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .home-collection-item .home-collection-title h3 a,
  .home-collection-item .button-view h3 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .sm-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .action-for-medium-up {
    display: inline-block !important;
  }
  #shop-sidebar-left {
    order: 2;
  }
  .shop-main {
    order: 1;
  }
  .page-layout-1column .columns .sidebar-filter#sidebar-without {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    padding: 0;
    border: none;
  }
  #search_autocomplete .c-smartsearch__wrapper {
    top: 80px !important;
  }
  .shop_header .page-title-wrapper h1 {
    font-size: 40px;
  }
  .user_area .authorization-link {
    font-size: 0;
  }
  .product-view-bg {
    padding-top: 0;
  }
  .blockquote {
    font-size: 16px;
    padding: 20px;
  }
  .header-wishlist i,
  .header-compare i,
  .minicart-wrapper i {
    font-size: 22px;
  }
  .color-section {
    overflow: hidden;
  }
  .product-item-info .zoo-product-image a {
    min-height: auto !important;
  }
  .home-collection-item .home-collection-title h3 a,
  .home-collection-item .button-view h3 a {
    font-weight: 500;
  }
  .product.media,
  .product-info-main {
    width: 100%;
  }
  .zoo-promotion-top,
  .zoo-promotion-bottom {
    padding-bottom: 0;
    padding-top: 0;
  }
  .zoo-breadcrumbs {
    display: none;
  }
  .page-header {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-header .header-content {
    position: relative;
    padding: 15px;
    margin: 0;
    z-index: 5;
    width: 100%;
    max-width: 100%;
  }
  .page-header .header-content .nav-toggle {
    z-index: 1;
    top: 0;
  }
  .page-header .header-content .nav-toggle:before {
    color: #ffffff;
  }
  .page-header .header-content .logo {
    text-decoration: none;
    cursor: pointer;
    display: block;
    max-width: 120px;
  }
  .page-header .header-content .logo img {
    display: inline;
  }
  .page-header .header-content .minicart-wrapper .head-minicart,
  .page-header .header-content .minicart-wrapper .subtotal-minicart {
    display: none;
  }
  .page-header .header-content .minicart-wrapper .action.showcart .counter.qty:before {
    font-size: 22px;
  }
  .page-header .header-content .minicart-wrapper .action.showcart .counter.qty .counter-number {
    width: 16px;
    height: 16px;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail {
    right: 0;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail #minicart-content-wrapper {
    overflow: auto;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail.empty .block-content,
  .page-header .header-content .minicart-wrapper .minicart-detail.empty .block-title {
    width: 100%;
  }
  .page-header .header-content .minicart-wrapper .minicart-detail .mt-cart-panel-summary {
    width: 100%;
  }
  .page-header .header-content.is-sticky {
    z-index: 49;
  }
  .page-header .block-search.active {
    max-width: 100%;
  }
  .page-header .block-search .form.minisearch .control .form-group {
    width: 100%;
  }
  .page-header .block-search .block-content .btn-group .search-dropdown {
    display: none;
  }
  .page-header .block-search .block-content .form.minisearch {
    margin: 0 15px;
  }
  .page-header .block-search .block-content .action.search {
    display: block;
    position: absolute;
    border: none;
    height: 100%;
    outline: 0;
    box-shadow: none;
  }
  .page-header .block-search .block-content .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 22px;
    content: '\c014';
    font-family: 'cleversoft';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-header .block-search .block-content .action.search.active {
    left: auto;
    right: 0;
  }
  .page-header .block-search .block-content .action.search.active:before {
    content: '\c067';
    font-family: 'cleversoft';
  }
  .page-header .panel.wrapper .switcher {
    display: none;
  }
  .page-header .panel.wrapper .zoo-top-contact {
    display: block;
    float: inherit;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-sections-item-title {
    border: none !important;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link {
    line-height: inherit;
    font-size: 13px;
  }
  .clever-menu.clever-horizontal-menu {
    height: auto;
  }
  .clever-menu.clever-horizontal-menu ul {
    margin: 0;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top {
    border: none;
    background: transparent;
    padding: 0 !important;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .menu-link {
    border-bottom: 1px solid #ebebeb;
    background: transparent;
    padding: 15px 0;
    font-weight: normal !important;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .slicknav_arrow {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #333333;
    text-align: right;
    top: 5px;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top.parent > a:before {
    display: none;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top.category-menu.no-dropdown {
    border-right: none;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub {
    margin: 0;
    background: #ffffff;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub .mega-block-banner {
    text-align: center;
  }
  .clever-horizontal-menu .clever-mega-menu-item.level-top .clever-mega-menu-sub .mega-block-banner img {
    display: inline-block;
  }
  /* menu canvas */
  .nav-sections {
    width: 80%;
    padding: 15px;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
    z-index: 99;
  }
  .navigation .parent .level-top:after {
    content: '\c025';
    font-family: 'cleversoft' !important;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
  .navigation .submenu > li.ui-menu-item.all-category {
    display: none;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c035';
  }
  .nav-sections-item-title.active a {
    color: #333333;
    font-weight: 600;
  }
  .navigation a,
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
  }
  .navigation a:hover,
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #ff4081;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 15px 0;
    font-size: 14px;
    border-top: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 12px;
    right: -25px;
    top: 1px;
    display: none !important;
  }
  .page-wrapper .navigation ul li.parent > a:before,
  .nav-sections .switcher .label {
    display: none;
  }
  .nav-open .page-wrapper .nav-sections .block-search .form.minisearch .control input {
    padding: 10px 20px;
    margin: 0;
  }
  .nav-open .page-wrapper .nav-sections .block-search .action.search {
    right: 0;
    left: auto;
  }
  .nav-open .page-wrapper .nav-sections .block-search .action.search:before {
    color: #333333;
  }
  .nav-open .page-wrapper .nav-sections .navigation .ui-menu {
    border: none;
    background: transparent;
  }
  .nav-open .page-wrapper .nav-sections .ui-menu .ui-state-focus,
  .nav-open .page-wrapper .nav-sections .ui-menu .ui-state-active {
    margin: 0;
    background: transparent;
    border: none;
  }
  .nav-open .page-wrapper {
    left: inherit;
  }
  .nav-open .page-wrapper .page-header.zoo-header-6 .header-content .d-flex {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper .block-search {
    max-width: 383px;
  }
  .page-wrapper .block-search .action.search {
    padding: 0 10px;
  }
  .page-wrapper .block-search .action.search span {
    display: none;
  }
  .page-wrapper .block-search .block-content .btn-group .search-dropdown {
    visibility: hidden;
  }
  .clever-menu .clever-mega-menu-sub .col-sm-6 {
    width: 100%;
  }
  .header .logo {
    padding: 12px 0px;
    margin: 0 125px 0 0;
  }
  .zoo-navigation-vertical .category-hold > li.level0 > a:before {
    margin-right: 0;
  }
  .megamenu-vertical > li.level0 > a span {
    padding: 0 10px;
  }
  .zoo-sidebar-main .block-content .filter-clear a {
    float: initial;
    display: block;
  }
  .block-recent-posts .block-content .item .item-img,
  .block-recent-posts .block-content .item .item-info {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
  }
}
@media (min-width: 640px) {
  .filter-title {
    display: none;
  }
}
@media (min-width: 768px), print {
  .d-sm-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .rtl .clever-vertical-menu .clever-mega-menu-sub {
    left: auto;
    right: 100%;
  }
  .pdp-feature {
    position: relative;
  }
  .layout_extended_descriptions .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout_extended_descriptions .title-text {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .twoColumnImageText .right .image {
    left: 50%;
  }
  .twoColumnImageText .right .text {
    right: 50%;
  }
  body.page-product-downloadable .product-options-bottom {
    float: inherit;
    width: 100%;
  }
  body.page-product-downloadable .product-options-bottom .price-box {
    display: none;
  }
  .product-item .box-tocart .action.tocart {
    width: 100%;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box {
    width: 48%;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box:nth-child(1) {
    float: left;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box:nth-child(2) {
    float: right;
  }
  .product-items .product-item {
    margin-bottom: 20px;
    display: inline-block;
  }
  body .product.media {
    margin-bottom: 60px;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 {
    border-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 > a.menu-link {
    color: #d7d7d7;
    padding: 0;
  }
  .clever-vertical-menu.clever-menu .clever-mega-menu-item.level0 > a.menu-link:before {
    display: none !important;
  }
  .product-gird-right .products-grid .product-item {
    width: 100%;
  }
  .padding-sm-left-0 {
    padding-left: 0;
  }
  .padding-sm-left-3 {
    padding-left: 3px;
  }
  .padding-sm-right-3 {
    padding-right: 3px;
  }
  .catalog-category-view.page-layout-1column .toolbar-top .action-for-medium-up,
  .clevershopby-index-index.page-layout-1column .toolbar-top .action-for-medium-up,
  .catalogsearch-result-index.page-layout-1column .toolbar-top .action-for-medium-up {
    display: inline-block !important;
  }
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top,
  .navigation .level0 > .level-top {
    border: unset;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0:hover > .level-top,
  .navigation .level0.has-active > .level-top {
    border: unset;
  }
  .product.media .fotorama__stage {
    padding-left: 15px;
  }
  .page-wrapper .minicart-items-wrapper {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-wrapper .nav-sections {
    margin-bottom: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .left_checkout_cart {
    width: 71.5%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
    position: relative;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    padding-top: 0 !important;
  }
  body .block-authentication .actions-toolbar > .primary {
    display: block;
    float: inherit;
  }
  body .block-authentication .actions-toolbar > .primary button,
  body .block-authentication .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
  body .block-authentication .actions-toolbar > .primary .action-gift {
    width: 100%;
    padding: 10px;
  }
  .color-section > .row .block-content div[class^="owl-"] {
    height: 100%;
  }
}
@media (min-width: 992px), print {
  .d-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .minicart-wrapper-detail:hover > .ui-widget.ui-widget-content {
    display: block !important;
    top: 35px;
  }
  span[data-action="toggle-nav"] {
    display: none;
  }
  .type-images-carousel .gallery-placeholder .fotorama__wrap,
  .type-sticky-images .gallery-placeholder .fotorama__wrap,
  .type-sticky-right-content .gallery-placeholder .fotorama__wrap,
  .type-sticky-accordion .gallery-placeholder .fotorama__wrap,
  .type-gird-thumb .gallery-placeholder .fotorama__wrap {
    display: none;
  }
  .header-content.is-sticky {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tab-style2 .zoo-heading-wrapper-title h3 {
    display: none;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item .clever-mega-menu-container > .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flex;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item.border-right .clever-mega-menu-container > .row > .col-sm-12 {
    border-right: 1px solid #e1e1e1;
    margin-right: 20px;
  }
  .clever-horizontal-menu ul.clever-mega-menu .clever-mega-menu-item.border-right .clever-mega-menu-container > .row > .col-sm-12:last-child {
    border-right: 0;
    margin-right: 0;
  }
  .zoo-quickview-popup #clever-quickview .product-quickview-view {
    min-height: 400px;
  }
  .header .logo {
    padding: 12px 0px;
    margin: 0 225px 0 0;
  }
  .newsletter-cs .content {
    max-width: 800px;
  }
  .zoo-header-7 .clever-menu .category-menu li.item {
    padding: 5px 5px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-area1 {
    margin: 0 auto;
  }
  .owl-carousel .product_hover {
    max-width: 300px;
    float: left;
  }
  .owl-carousel .owl-item .product_hover {
    max-width: 100%;
    float: inherit;
  }
}
@media (min-width: 1440px) {
  .col-md-6.col-llg-offset-1 {
    margin-left: 8.33333333%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .catalog-product-view .messages {
    position: relative;
  }
  .catalog-product-view .messages .message {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .zoo-product-collection01 .owl-pagination,
  .zoo-product-collection01 .owl-dots {
    display: block;
  }
  .main-static-image1,
  .main-static-image2,
  .main-static-image3 {
    position: relative;
    margin-bottom: 80px;
  }
  .main-static-image1:before,
  .main-static-image2:before,
  .main-static-image3:before {
    display: none;
  }
  #mtnav {
    display: table;
    width: 100%;
  }
  #mtnav li.level0 {
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
  }
}
@media (max-width: 991px) {
  .page-header .header-panel {
    display: none;
  }
  .zoo-footer-bottom-content .f_contact {
    margin-top: 30px;
    padding-left: 15px;
  }
  .zoo-image-block.grid__item {
    margin-bottom: 30px;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .left_checkout_cart {
    width: 100%;
  }
  .page-layout-1column .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-layout-1column .cart-container .cart-summary {
    top: 0 !important;
  }
  .page-layout-1column .cart-container .left_checkout_cart {
    order: -1;
  }
  .owl-carousel:hover .owl-buttons .owl-next,
  .owlslider:hover .owl-buttons .owl-next,
  .owl-carousel:hover .owl-nav .owl-next,
  .owlslider:hover .owl-nav .owl-next {
    right: 0px;
  }
  .owl-carousel:hover .owl-buttons .owl-prev,
  .owlslider:hover .owl-buttons .owl-prev,
  .owl-carousel:hover .owl-nav .owl-prev,
  .owlslider:hover .owl-nav .owl-prev {
    left: 0px;
  }
  .topcat-menu .block-title .fa.fa-bars {
    display: none;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
    padding-right: 0;
  }
  .minicart-wrapper .minicart-detail-default {
    border: none;
    padding: 0;
    min-width: inherit;
    position: fixed !important;
    right: -20px;
    top: 0;
    background-color: #ffffff;
    transition: all .5s ease .2s;
    -webkit-transition: all .5s ease .2s;
    -ms-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    z-index: 99;
    line-height: initial;
    height: 100%;
    margin: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .minicart-wrapper .minicart-detail-default #minicart-content-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .minicart-wrapper .minicart-detail-default #btn-minicart-close {
    display: block;
  }
  .minicart-wrapper .minicart-detail-default .block-title {
    background-color: #282828;
    padding: 20px;
    overflow: hidden;
    position: fixed;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 10;
  }
  .minicart-wrapper .minicart-detail-default .block-title .text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
  }
  .minicart-wrapper .minicart-detail-default .block-title .close-minicart {
    line-height: 29px;
    color: #ffffff;
  }
  .minicart-wrapper .minicart-detail-default .mt-cart-panel-summary {
    bottom: 0;
    position: fixed;
    width: 95%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 20px;
    background: #ffffff;
    z-index: 9;
  }
  .minicart-wrapper .minicart-detail-default .minicart-items-wrapper {
    border: none;
    margin: 0;
    padding-left: 15px;
    padding-bottom: 230px;
    padding-right: 15px;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content {
    transition: all 300ms;
    -moz-transition: all 300ms;
    overflow: hidden;
    padding-top: 90px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .bg-cart-empty {
    text-align: center;
    margin: 40px auto 0 auto;
    background: url('../../frontend/TPFGroup/images/cart-none-product.jpg') no-repeat;
    background-size: contain;
    width: 166px;
    height: 255px;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .subtitle.empty {
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
  .minicart-wrapper .minicart-detail-default.empty .block-content .subtitle.empty span {
    line-height: 22px;
    display: block;
    color: #999999;
  }
  .minicart-wrapper .minicart-items {
    height: auto !important;
  }
  .minicart-wrapper .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #e5e5e5;
  }
  .minicart-wrapper .minicart-items .action.delete {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform .3s ease;
    display: inline-block;
  }
  .minicart-wrapper .minicart-items .action.delete:before {
    content: '\e616';
    line-height: 14px;
    color: #7a7a7a;
  }
  .minicart-wrapper .minicart-items .action.delete:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .minicart-wrapper .minicart-items .product-item-details .details-qty {
    margin-top: 0;
    float: left;
  }
  .minicart-wrapper .minicart-items .product-item-details .price {
    font-weight: 500;
    color: #333333;
  }
  .minicart-wrapper .minicart-items .product-item-details .price-container {
    text-align: right;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control {
    border: 1px solid #eaeaea;
    display: inline-block;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control input {
    box-shadow: none;
    border: none;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control input:focus,
  .minicart-wrapper .minicart-items .product-item-pricing .control input:active {
    box-shadow: none;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control button,
  .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action,
  .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift {
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .control button:hover,
  .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action:hover,
  .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift:hover {
    color: #ff5a92;
    background: transparent;
  }
  .minicart-wrapper .minicart-items .product-item-pricing .label {
    padding: 0;
    width: 35px;
  }
  .minicart-wrapper .minicart-items .item-qty {
    width: 30px;
    color: #333333;
    height: 30px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .minicart-wrapper .minicart-items .items-count {
    height: 30px;
    width: 15px;
    line-height: 30px;
  }
  .minicart-wrapper .product-item-details .product-item-name a {
    outline: none;
    color: #333333;
    text-decoration: none;
  }
  .minicart-wrapper .product-item-details .product-item-name a:hover {
    color: #fc6a21;
  }
  .minicart-wrapper .product-item-details .price-excluding-tax {
    margin: 0;
  }
  .minicart-wrapper .items-total {
    display: none;
  }
  .minicart-wrapper .actions #top-cart-btn-checkout {
    background: #3f51b5;
    margin: 0;
    color: #ffffff;
  }
  .minicart-wrapper .actions #top-cart-btn-checkout:hover {
    color: #ffffff;
    background: #fc6a21;
  }
  .minicart-wrapper #minicart-widgets {
    margin: 0;
  }
  .zoo-notification .zoo-notification-text {
    font-size: 14px;
    padding-right: 40px;
  }
  .zoo-notification .notification-dismiss {
    right: 15px;
  }
  body.filter-active #zoo-layer-navigation {
    left: 0;
    overflow: scroll;
  }
  body.filter-active #zoo-layer-navigation ::-webkit-scrollbar {
    display: none;
  }
  body.filter-active.hide-sidebar {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  body.filter-active .transparent-bg {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9998;
    display: block;
    cursor: pointer;
  }
  body.filter-active #page-header,
  body.filter-active #toolbar-top {
    position: inherit !important;
    top: inherit !important;
  }
  body.filter-active #shop-sidebar-left {
    position: static;
  }
  body.filter-active.page-products .columns {
    position: static;
  }
  .catalog-category-view .sidebar.sidebar-left,
  .clevershopby-index-index .sidebar.sidebar-left,
  .catalogsearch-result-index .sidebar.sidebar-left,
  .catalog-category-view .sidebar.sidebar-right,
  .clevershopby-index-index .sidebar.sidebar-right,
  .catalogsearch-result-index .sidebar.sidebar-right {
    border: none;
    padding: 0;
  }
  .catalog-category-view .shop-main,
  .clevershopby-index-index .shop-main,
  .catalogsearch-result-index .shop-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .catalog-category-view #zoo-layer-navigation,
  .clevershopby-index-index #zoo-layer-navigation,
  .catalogsearch-result-index #zoo-layer-navigation {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -320px;
    width: 320px;
    padding: 15px;
    height: 100%;
    background: #ffffff;
    visibility: visible;
    -webkit-transition: left 300ms linear 0s;
    -moz-transition: left 300ms linear 0s;
    -ms-transition: left 300ms linear 0s;
    -o-transition: left 300ms linear 0s;
    transition: left 300ms linear 0s;
    overflow: scroll;
  }
  .catalog-category-view #zoo-layer-navigation .block-content .block-subtitle,
  .clevershopby-index-index #zoo-layer-navigation .block-content .block-subtitle,
  .catalogsearch-result-index #zoo-layer-navigation .block-content .block-subtitle {
    font-size: 14px;
    font-weight: 600;
  }
  .catalog-category-view #zoo-layer-navigation .block-content .filter-clear,
  .clevershopby-index-index #zoo-layer-navigation .block-content .filter-clear,
  .catalogsearch-result-index #zoo-layer-navigation .block-content .filter-clear {
    padding: 13px 15px 13px 15px;
  }
  .catalog-category-view #zoo-layer-navigation .filter,
  .clevershopby-index-index #zoo-layer-navigation .filter,
  .catalogsearch-result-index #zoo-layer-navigation .filter {
    height: 100%;
  }
  .catalog-category-view #zoo-layer-navigation .filter .filter-title,
  .clevershopby-index-index #zoo-layer-navigation .filter .filter-title,
  .catalogsearch-result-index #zoo-layer-navigation .filter .filter-title {
    border-bottom: 1px solid #ebebeb;
    height: 48px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    position: static;
    background-color: #ffffff;
    display: block;
    margin: 0;
    display: none;
  }
  .catalog-category-view #zoo-layer-navigation .filter .filter-title strong,
  .clevershopby-index-index #zoo-layer-navigation .filter .filter-title strong,
  .catalogsearch-result-index #zoo-layer-navigation .filter .filter-title strong {
    padding: 0;
    position: absolute;
    height: 48px;
    top: 0;
    right: 0;
    line-height: 48px;
    box-shadow: none;
    background: none;
    border: 0;
    color: #7d7d7d;
    display: inline-block;
    font-size: 0;
  }
  .catalog-category-view #zoo-layer-navigation .filter .filter-title strong:after,
  .clevershopby-index-index #zoo-layer-navigation .filter .filter-title strong:after,
  .catalogsearch-result-index #zoo-layer-navigation .filter .filter-title strong:after {
    width: 48px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    content: '\c067';
    font-family: 'cleversoft' !important;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
  }
  .catalog-category-view #zoo-layer-navigation .filter .filter-title strong:after:hover,
  .clevershopby-index-index #zoo-layer-navigation .filter .filter-title strong:after:hover,
  .catalogsearch-result-index #zoo-layer-navigation .filter .filter-title strong:after:hover {
    cursor: pointer;
  }
  .catalog-category-view #zoo-layer-navigation .filter .filter-title strong:hover,
  .clevershopby-index-index #zoo-layer-navigation .filter .filter-title strong:hover,
  .catalogsearch-result-index #zoo-layer-navigation .filter .filter-title strong:hover {
    cursor: pointer;
    color: #ff4081;
  }
  .catalog-product-view .product-reviews-summary {
    display: block;
  }
  .catalog-product-view .product-reviews-summary .rating-summary,
  .catalog-product-view .product-reviews-summary .reviews-actions {
    display: block;
  }
  .product.media {
    padding: 0;
    padding-bottom: 25px;
  }
  .product.media .gallery-placeholder {
    margin: 0 -15px;
  }
  .page-wrapper .copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .add-to-link,
  .toolbar-sorter {
    display: none !important;
  }
  #toolbar-top .toolbar-products {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  #minicart-content-wrapper .minicart-items .product {
    padding-bottom: 10px;
  }
  #minicart-content-wrapper .minicart-items .product .toggle::after {
    font-family: 'cleversoft';
    content: '\c059';
    font-size: 10px;
    padding-left: 15px;
  }
  #minicart-content-wrapper .minicart-items .product.active > .toggle::after {
    content: '\c009';
  }
  #checkout .authentication-wrapper .authentication-dropdown {
    width: auto;
  }
  .toolbar-bottom .toolbar-products .pages {
    display: block;
  }
  .account .zoo-main-content-area .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
  }
  .banner-image-girl {
    height: 500px;
  }
  .shop_header .page-title-wrapper h1 {
    font-size: 32px;
  }
  .label-product-view .product-new-label,
  .label-product-view .product-sale-label {
    left: 25px;
  }
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus),
  .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .fotorama__stage {
    padding-left: 0;
  }
  .toolbar-amount,
  .nav-title-cart .box-price .price-box,
  .user_area,
  #scroll-to-top {
    display: none !important;
  }
  .minicart-wrapper .block-minicart {
    width: 80%;
  }
  .catalog-product-tab .product.data.items > .item.content {
    margin-top: 0;
  }
  .modal-popup.modal-slide._show {
    left: 0;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap[class] {
    width: 95%;
    margin: 50px auto;
    background-color: transparent;
  }
  .modal-popup.modal-slide {
    overflow: hidden;
  }
  .block-home-newsletter .row > div {
    border-right: 0;
  }
  .home-collection-item {
    padding: 15px;
  }
  .home-collection-item img {
    width: 100%;
  }
  .image-banner {
    border-top: none;
  }
  .user_area .authorization-link a:before {
    top: 0;
  }
  .register-container-flex,
  .login-container-flex {
    display: inline !important;
  }
  .register-container-flex .button-login-social,
  .login-container-flex .button-login-social,
  .register-container-flex .button-register-social,
  .login-container-flex .button-register-social {
    padding-bottom: 15px;
  }
  .register-container-flex .button-login-social:before,
  .login-container-flex .button-login-social:before,
  .register-container-flex .button-register-social:before,
  .login-container-flex .button-register-social:before {
    top: inherit;
    left: 0;
    right: 0;
  }
  .register-container-flex .button-login-social:after,
  .login-container-flex .button-login-social:after,
  .register-container-flex .button-register-social:after,
  .login-container-flex .button-register-social:after {
    right: 0;
    top: inherit;
    bottom: 15px;
    width: 100%;
    margin: auto;
    height: 0.1em;
    box-shadow: none;
    left: 0;
  }
  .register-container-flex .button-login-social.button-login-left-form .pslogin-block,
  .login-container-flex .button-login-social.button-login-left-form .pslogin-block,
  .register-container-flex .button-register-social.button-login-left-form .pslogin-block,
  .login-container-flex .button-register-social.button-login-left-form .pslogin-block,
  .register-container-flex .button-login-social.button-register-left-form .pslogin-block,
  .login-container-flex .button-login-social.button-register-left-form .pslogin-block,
  .register-container-flex .button-register-social.button-register-left-form .pslogin-block,
  .login-container-flex .button-register-social.button-register-left-form .pslogin-block {
    float: none !important;
  }
  .zoo-quickview {
    display: none;
  }
  .box-product-grid .products-grid .product-item {
    width: 50%;
  }
  #v-cookielaw.v-box {
    width: 95%;
    left: 50% !important;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
  #v-cookielaw.v-box .v-message {
    display: none;
  }
  #v-cookielaw.v-box h3:hover {
    cursor: pointer;
  }
  #v-cookielaw.v-box.zoo-accordion-show h3 {
    margin: 0;
    cursor: pointer;
  }
  .product-info-main span[itemprop="description"] {
    display: none;
  }
  .catalog-product-tab .product.data.items {
    text-align: left;
  }
  .catalog-product-tab .product.data.items > .item.title {
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    display: block;
  }
  .page-header.zoo-header-4 .header-content .block-search .form.minisearch .control .search-dropdown,
  .page-header.zoo-header-5 .header-content .block-search .form.minisearch .control .search-dropdown {
    display: block;
  }
  body .blog-widget-recent .post-holder {
    width: 100%;
    margin: 0;
  }
  body .blog-widget-recent .post-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hidden-xs-sub-menu .slicknav_arrow {
    display: none;
  }
  .header-wishlist,
  .header-compare,
  .minicart-wrapper,
  .user_area {
    margin-left: 20px !important;
    margin-top: 0;
  }
  .zoo-quickview-popup .product-media {
    padding: 0;
  }
  .clever-menu .col-xs-6 {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
  }
  .btn-novetty,
  button,
  .newsletters button,
  .cart.table-wrapper .actions-toolbar > .action,
  .newsletters .cart.table-wrapper .actions-toolbar > .action,
  .action-gift,
  .newsletters .action-gift {
    padding: 10px 25px;
    letter-spacing: 1px;
  }
  .padding-xs-0 {
    padding: 0;
  }
  .zoo-slideshow-text-content h2 {
    font-size: 36px !important;
    letter-spacing: 0px;
  }
  .zoo-slideshow-text-content h3 {
    margin-bottom: 30px;
  }
  .slideshow-home01,
  .slide-home02,
  .slide-home03,
  .slide-home-05,
  .slide-home09,
  .slide-home11,
  .slide-home12,
  .slide-home13,
  .slide-home14,
  .slide-home15,
  .slide-home16 {
    height: 300px !important;
  }
  .slideshow-home01 .flexslider,
  .slide-home02 .flexslider,
  .slide-home03 .flexslider,
  .slide-home-05 .flexslider,
  .slide-home09 .flexslider,
  .slide-home11 .flexslider,
  .slide-home12 .flexslider,
  .slide-home13 .flexslider,
  .slide-home14 .flexslider,
  .slide-home15 .flexslider,
  .slide-home16 .flexslider {
    height: 300px !important;
  }
  .product-gird-right .products-grid .product-item {
    width: 50%;
  }
  .product-info-main .page-title-wrapper.product h1 {
    font-size: 22px;
  }
  .share-links {
    border: none;
  }
  .product-area2 .product.data.items > .item.title,
  .product-area3 .product.data.items > .item.title {
    border-top: 1px solid #f4f4f4;
    margin: 0;
    text-align: left;
    position: relative;
  }
  .product-area2 .product.data.items > .item.title:before,
  .product-area3 .product.data.items > .item.title:before {
    display: none;
  }
  .product-area2 .product.data.items > .item.title:after,
  .product-area3 .product.data.items > .item.title:after {
    content: '\c059';
    position: absolute;
    right: 0;
    top: 25px;
    font-family: 'cleversoft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .product-area2 .product.data.items > .item.title.active:after,
  .product-area3 .product.data.items > .item.title.active:after {
    content: "\c009";
  }
  .columns {
    display: block;
  }
  .columns .column.main .product-items {
    margin-left: 0px;
  }
  .main-slide-content {
    height: 400px;
  }
  .cms-index-index .page-wrapper .main_top {
    padding-top: 0px;
  }
  .modal-inner-wrap .modal-header {
    padding: 0;
  }
  .modal-inner-wrap .modal-header .action-close {
    z-index: 991;
  }
  .form-cart-container .cart.table-wrapper #shopping-cart-table tr td.item {
    padding: 40px 0 40px 120px;
  }
  .form-cart-container .cart.table-wrapper #shopping-cart-table tr td.item .product-item-photo {
    max-width: 100px;
  }
  .form-cart-container .cart.table-wrapper .col.qty {
    width: auto;
    float: inherit;
    display: table-cell;
  }
  .form-cart-container .cart.table-wrapper .col.qty:before {
    display: none;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: transparent !important;
    color: #3b3b3b !important;
    padding: 0;
    border: none;
  }
  .row-col-gap > div {
    width: 100%;
  }
  .custom-block-on-sidebar {
    margin-bottom: 30px;
  }
  .share-links {
    margin-left: 0;
    padding: 10px 0;
  }
  .login-container-flex:before,
  .login-container-flex:after {
    display: none !important;
  }
  .login-container-flex:before,
  .login-container-flex:after {
    display: none !important;
  }
  .zoo-footer-bottom-content {
    margin-bottom: 0px;
  }
  .sticky-wrapper .page-title-wrapper.product {
    left: 0;
  }
  .sticky-wrapper .box-tocart {
    right: 0;
  }
  .sticky-wrapper .box-tocart .fieldset .field.qty {
    float: left;
  }
  .sticky-wrapper.is-sticky .toolbar-top .toolbar.toolbar-products {
    padding: 15px;
    margin: 0;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product,
  .sticky-wrapper.is-sticky .box-tocart {
    width: 100%;
    padding: 0 15px;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product h1 {
    font-size: 18px;
  }
  .sticky-wrapper.is-sticky .box-tocart .fieldset .actions .action.tocart {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    min-width: 140px;
  }
  .block_parallax .block-image .ctas_stack a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  #zoo-main-content {
    position: relative;
    padding-top: 0;
  }
  .page-products .columns > .row {
    width: 100%;
    margin: 0;
  }
  .catalogsearch-result-index.page-layout-1column .columns,
  .catalog-category-view.page-layout-1column .columns,
  .clevershopby-index-index.page-layout-1column .columns {
    overflow: inherit;
  }
  body.filter-active .page-wrapper {
    height: auto;
    margin-top: 0;
    visibility: initial;
  }
  .catalogsearch-result-index .page-products .columns,
  .catalog-category-view .page-products .columns,
  .clevershopby-index-index .page-products .columns {
    padding-top: 20px;
  }
  .catalogsearch-result-index.page-layout-1column .columns .column.main,
  .catalog-category-view.page-layout-1column .columns .column.main,
  .clevershopby-index-index.page-layout-1column .columns .column.main {
    margin-left: 0 !important;
    width: 100%;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block !important;
  }
  h2.title-cart a,
  h2.title-cart span {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    font-size: 24px;
  }
  h2.title-cart i {
    display: none;
  }
  .checkout-payment-method .field-select-billing,
  .checkout-payment-method .billing-address-form {
    max-width: 100%;
  }
  .page-wrapper .navigation ul .level0 > a {
    font-weight: 500;
    font-size: 12px;
    padding: 8px 0;
    line-height: 20px;
    text-transform: capitalize;
  }
  .product.media .share-links {
    margin: 0;
    padding: 0;
  }
  .product.media .share-links a {
    font-size: 20px;
    margin: 0 15px;
  }
  .product.media .share-product-text {
    margin-bottom: 10px;
  }
  .product.media .product-low-of-stock {
    margin-left: 0;
  }
  .product-area2 .product.data.items > .item.content {
    margin-top: 0;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 639px) {
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
  }
  .clever-slider.flexslider .flex-control-nav {
    bottom: -30px;
  }
  .clever-slider.flexslider .flex-control-paging li a {
    border-color: #999999;
    background: #999999;
  }
  .clever-slider.flexslider .flex-control-paging li a.flex-active,
  .clever-slider.flexslider .flex-control-paging li a:hover {
    background: #000000;
    border-color: #000000;
  }
  .nav-title-cart .box-price {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    white-space: nowrap;
    overflow: hidden;
  }
  .pages .pages-items {
    padding: 0;
  }
  body #zoo-login-form,
  body #zoo-register-form {
    padding: 10px;
  }
  body .button-login-social.button-login-left-form,
  body .button-register-social.button-login-left-form,
  body .button-login-social.button-register-left-form,
  body .button-register-social.button-register-left-form {
    padding-right: 15px;
  }
  .customer-account-forgotpassword h1.page-title,
  .customer-account-login h1.page-title,
  .customer-account-create h1.page-title,
  #zoo-login-form h1.page-title,
  #zoo-register-form h1.page-title {
    font-size: 18px;
  }
  legend {
    font-size: 16px;
  }
  body .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    position: relative;
  }
  body .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    width: auto;
  }
  .products-list.list .product-item .zoo-product-image {
    width: 100%;
    max-width: inherit;
    display: block;
  }
  .products-list.list .product-item .product-item-details {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .products-list.list .product-item .category-price-list {
    float: none;
    width: 100%;
  }
  .product-item-actions {
    display: block;
  }
  .page-products .columns {
    padding-top: 0;
  }
  #toolbar-amount {
    padding-left: 60px;
  }
}
@media (max-width: 576px) {
  .shop_header .page-title-wrapper h1 {
    font-size: 28px;
  }
  .zoo-newsletter-popup #zoo_newsletter {
    height: 400px;
  }
  .nav-title-cart .box-price {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
    white-space: nowrap;
    overflow: hidden;
  }
  .nav-title-cart .box-price {
    display: none;
  }
  .nav-title-cart .box-tocart {
    float: inherit;
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset {
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset .actions {
    display: block;
  }
  .nav-title-cart .box-tocart .fieldset .actions .action.tocart {
    padding: 0 10px;
    min-width: inherit;
    text-transform: none;
    letter-spacing: 1px;
    width: 100%;
  }
  .toolbar-amount {
    display: none;
  }
  .product-add-form .product-options-bottom {
    display: block;
  }
  .product-add-form .product-options-bottom .box-tocart {
    width: 100%;
  }
  .page-wrapper .page-footer .footer-bottom {
    padding: 30px 0 0;
  }
  .block_parallax .pallarax_content .large-title {
    font-size: 28px;
  }
  #shipping-method-buttons-container .btn-novetty {
    width: 100%;
  }
  .tab-style2 .products-grid .product-item .product-item-info .product-item-name {
    white-space: normal;
  }
  .newsletters .subscribe .newsletter {
    margin-bottom: 10px;
    width: 100%;
    padding: 0;
  }
  .newsletters .subscribe .actions {
    float: inherit;
    margin: 0 auto;
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-info-main .product-add-form .box-tocart .fieldset {
    margin-bottom: 20px;
  }
  .product-info-main .product-social-links {
    text-align: left;
  }
  .fieldset .field.qty {
    display: block;
  }
  .fieldset .field.qty .control {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fieldset .actions {
    display: block;
  }
  .fieldset .actions .action.tocart {
    width: 100%;
    min-width: auto;
  }
  .zoo-title-size2 .zoo-main-heading .zoo-heading-wrapper-title h3 {
    font-size: 28px;
  }
  .flex-direction-nav {
    display: none;
  }
  .header-wishlist,
  .header-compare,
  .minicart-wrapper,
  .user_area {
    margin-left: 18px !important;
  }
  .clever-menu .col-xs-6 {
    width: 100%;
  }
  .btn-novetty,
  button,
  .newsletters button,
  .cart.table-wrapper .actions-toolbar > .action,
  .newsletters .cart.table-wrapper .actions-toolbar > .action,
  .action-gift,
  .newsletters .action-gift {
    padding: 10px 20px;
  }
  body.filter-active {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
  }
  body.filter-active .transparent-bg {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: block;
  }
  .sticky-wrapper .page-title-wrapper.product {
    left: 0;
  }
  .sticky-wrapper .box-tocart {
    right: 0;
  }
  .sticky-wrapper .box-tocart .fieldset .field.qty {
    float: left;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product,
  .sticky-wrapper.is-sticky .box-tocart {
    width: 100%;
    padding: 0 15px;
  }
  .sticky-wrapper.is-sticky .page-title-wrapper.product h1 {
    font-size: 18px;
  }
  .sticky-wrapper.is-sticky .box-tocart .fieldset .actions .action.tocart {
    min-width: 120px;
  }
  .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs li {
    display: none;
  }
  .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs li:first-child {
    display: inline-block;
  }
  .product-social-links .product-addto-links .action {
    margin-right: 2%;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.slideshow-home01 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}
.slideshow-home01 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
  font-family: 'Dancing Script';
  font-size: 30px;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
body.cms-cleversoft-homepage-2 .service-items {
  background: #ffffff;
}
body.cms-cleversoft-homepage-2 .zoo-customer-service a {
  text-transform: uppercase;
  color: #ffffff !important;
}
body.cms-cleversoft-homepage-2 .testimonial02 {
  padding: 200px 0;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-item .block-content {
  color: #ffffff;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-item .block-content img {
  display: inline-block;
  width: inherit;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-item .block-content .content-text {
  margin: 30px 0;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-dots {
  bottom: -100px;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-dots .owl-dot {
  background: transparent;
  border: 2px solid #ffffff;
}
body.cms-cleversoft-homepage-2 .testimonial02 .owl-carousel .owl-dots .owl-dot.active {
  background: #ffffff;
}
body.cms-cleversoft-homepage-2 .zoo-customer-service a {
  color: #ffffff !important;
}
body.cms-cleversoft-homepage-2 .service-item {
  padding: 50px 0;
}
body.cms-cleversoft-homepage-2 .service-item .icon-service {
  position: relative;
  background-color: #ffffff;
  border: 3px solid #007dc6;
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  color: #007dc6;
  margin: 0 auto;
}
body.cms-cleversoft-homepage-2 .service-item .icon-service:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95px;
  height: 95px;
  border: 3px solid #007dc6;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  -webkit-box-transform: translate(-50%, -50%) scale(0);
  -moz-box-transform: translate(-50%, -50%) scale(0);
  -o-box-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
body.cms-cleversoft-homepage-2 .service-item h4 {
  margin: 30px 0 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
body.cms-cleversoft-homepage-2 .service-item h4:before {
  display: block;
  content: '';
  height: 2px;
  width: 52px;
  background-color: #007dc6;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
body.cms-cleversoft-homepage-2 .service-item p {
  letter-spacing: 1.2px;
  line-height: 24px;
}
body.cms-cleversoft-homepage-2 .service-item:hover .icon-service {
  background-color: #007dc6;
  border-color: #ffffff;
  color: #ffffff;
}
body.cms-cleversoft-homepage-2 .service-item:hover .icon-service:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  -webkit-box-transform: translate(-50%, -50%) scale(1);
  -moz-box-transform: translate(-50%, -50%) scale(1);
  -o-box-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
body.cms-cleversoft-homepage-2 .item-images-block {
  position: relative;
  margin-top: 30px;
}
body.cms-cleversoft-homepage-2 .item-images-block .img-responsive {
  width: 100%;
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block1 h2 {
  position: absolute;
  line-height: 36px;
  left: 50px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block2 h2 {
  position: absolute;
  color: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 20%;
  text-align: center;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block3 .item-image-content {
  position: absolute;
  line-height: 36px;
  left: 40px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block3 .item-image-content h2 {
  font-weight: bold;
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block3 .item-image-content .old-price {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
}
body.cms-cleversoft-homepage-2 .item-images-block.item-images-block3 .item-image-content .special-price {
  color: #1079fd;
  display: inline;
  font-weight: bold;
  padding-left: 5px;
}
body.cms-cleversoft-homepage-2 .slide-transparent {
  margin-top: -150px;
}
body.cms-cleversoft-homepage-2 .testimonial {
  padding: 50px 0;
}
body.cms-cleversoft-homepage-2 .testimonial .block-content strong {
  margin: 10px 0 20px;
  display: inline-block;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
body.cms-cleversoft-homepage-3 {
  font-family: 'Function Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content h2 {
  font-weight: 500;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content a {
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00) !important;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  padding: 15px 40px;
}
body.cms-cleversoft-homepage-3 .slide-home03 .zoo-slideshow-text-content a:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00) !important;
  -webkit-box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
}
body.cms-cleversoft-homepage-3 .zoo-customer-service a {
  color: #f23374 !important;
}
body.cms-cleversoft-homepage-3 h5.product-item-name {
  font-size: 16px;
}
body.cms-cleversoft-homepage-3 .fieldset .actions .action.tocart,
body.cms-cleversoft-homepage-3 #v-cookielaw.v-box .v-actions .btn,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner button,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .action-gift {
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .fieldset .actions .action.tocart:hover,
body.cms-cleversoft-homepage-3 #v-cookielaw.v-box .v-actions .btn:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner button:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .cart.table-wrapper .actions-toolbar > .action:hover,
body.cms-cleversoft-homepage-3 #zoo_newsletter .zoo-popup-newsletter-inner .action-gift:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00);
  -webkit-box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
}
body.cms-cleversoft-homepage-3 .newsletters button,
body.cms-cleversoft-homepage-3 .newsletters .cart.table-wrapper .actions-toolbar > .action,
body.cms-cleversoft-homepage-3 .newsletters .action-gift {
  padding: 10px 35px;
  border-radius: 0;
  background: linear-gradient(to bottom right, #ef0bbe, #ff6a00);
}
body.cms-cleversoft-homepage-3 .newsletters button:hover,
body.cms-cleversoft-homepage-3 .newsletters .cart.table-wrapper .actions-toolbar > .action:hover,
body.cms-cleversoft-homepage-3 .newsletters .action-gift:hover {
  background: linear-gradient(to top left, #ef0bbe, #ff6a00);
  -webkit-box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1);
}
body.cms-cleversoft-homepage-3 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
body.cms-cleversoft-homepage-3 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
body.cms-cleversoft-homepage-3 .newsletters .subscribe .newsletter {
  padding-right: 20px;
}
body.cms-cleversoft-homepage-3 .page-wrapper .newsletters {
  padding: 80px 0;
  border-bottom: 1px solid #ebebeb;
}
body.cms-cleversoft-homepage-3 .page-wrapper .newsletters h2 {
  font-size: 36px;
}
body.cms-cleversoft-homepage-3 .page-wrapper .newsletters p {
  font-size: 18px;
}
body.cms-cleversoft-homepage-3 .page-wrapper .newsletters .newsletter-cs .subscribe input {
  border: none;
  border-bottom: 2px solid #ebebeb;
  padding: 0;
}
body.cms-cleversoft-homepage-3 .page-wrapper .page-footer {
  border-top: none;
}
body.cms-cleversoft-homepage-3 .page-wrapper .page-footer .footer.container {
  width: auto;
  padding-bottom: 30px;
}
body.cms-cleversoft-homepage-3 .page-wrapper .page-footer .logo-text {
  margin: 0;
}
body.cms-cleversoft-homepage-3 .page-wrapper .page-footer ul {
  padding-bottom: 0;
}
@media (min-width: 768px), print {
  .slide-home03 .zoo-slideshow-text-content h2 {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .slide-home03 .zoo-slideshow-text-content h3 {
    margin-bottom: 40px;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  body.cms-cleversoft-homepage-3 .btn-novetty,
  body.cms-cleversoft-homepage-3 .btn {
    padding: 15px 20px;
  }
}
/* Home 03 */
.main-static-images {
  background: #ffffff;
  padding-top: 70px;
}
.main-static-images .img-responsive {
  -webkit-transform: all 500ms;
  -o-transform: all 500ms;
  transition: all 500ms;
}
.main-static-images .img-responsive:hover {
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.home03-images-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.home03-images-section p {
  font-size: 18px;
  color: #7d7d7d;
}
.home03-images-section a {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}
.home03-images-section a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  height: 1px;
  width: 100%;
  -moz-transition: 400ms all;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home03-images-section a:hover:before {
  -moz-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.cms-cleversoft-homepage-4 .page-header .header-panel .zoo-top-contact {
  text-transform: uppercase;
}
.cms-cleversoft-homepage-4 .zoo-customer-service a {
  color: #ff4081 !important;
}
.cms-cleversoft-homepage-4 .zoo-slideshow-text-content .zoo-button-slide a {
  padding: 13px 31px;
  border: 2px solid #111111;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  border: none;
  top: 0;
  height: 31px;
  width: 97px;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before {
  background: url("../../frontend/TPFGroup/TickFord/en_US/images/title-product-before.png") no-repeat;
  left: -105px;
}
.cms-cleversoft-homepage-4 .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  background: url("../../frontend/TPFGroup/TickFord/en_US/images/title-product-after.png") no-repeat;
  right: -105px;
}
.cms-cleversoft-homepage-4 .home04-image-block {
  margin-bottom: 60px;
}
.cms-cleversoft-homepage-4 .home04-image-block h2 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  margin-bottom: 50px;
  font-weight: bold;
}
.cms-cleversoft-homepage-4 .zoo-footer-bottom-content {
  padding-top: 50px;
  margin-bottom: 70px;
}
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.cms-cleversoft-homepage-4 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  background: #252525;
}
.zoo-footer-bottom-content.style-2 h4.zoo-widget-title-sm {
  color: #ffffff;
}
.footer-top-home04 {
  padding: 80px 0;
  text-align: center;
}
.footer-top-home04 .sub-title {
  font-size: 36px;
  color: #26807a;
  font-weight: 400;
}
.footer-top-home04 a {
  text-transform: uppercase;
  color: #252525;
  border: 2px solid #252525;
  background: #ffffff;
  padding: 13px 36px;
  display: inline-block;
  margin: 25px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-top-home04 a:hover {
  background: #252525;
  color: #ffffff;
}
@media (min-width: 768px), print {
  .slide-home04 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2 {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  }
  .slide-home04 .zoo-slideshow-text-content h2 {
    font-size: 60px;
  }
  .slide-home04 .zoo-slideshow-text-content h3 {
    margin-bottom: 20px;
    font-weight: normal;
  }
}
@media (max-width: 991px) {
  .footer-top-home04 .sub-title {
    font-size: 28px;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.font03 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home5 .page-wrapper ul.zoo-footer-.payment li a {
  color: #252525;
}
body.home5 .service-item {
  padding: 50px 0;
}
body.home5 .service-item .icon-service {
  position: relative;
  background-color: #ffffff;
  border: 3px solid #007dc6;
  text-align: center;
  font-size: 30px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
  color: #007dc6;
  margin: 0 auto;
}
body.home5 .service-item .icon-service:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 95px;
  height: 95px;
  border: 3px solid #007dc6;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  -webkit-box-transform: translate(-50%, -50%) scale(0);
  -moz-box-transform: translate(-50%, -50%) scale(0);
  -o-box-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
body.home5 .service-item h4 {
  margin: 30px 0 15px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
body.home5 .service-item h4:before {
  display: block;
  content: '';
  height: 2px;
  width: 52px;
  background-color: #007dc6;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
body.home5 .service-item p {
  letter-spacing: 1.2px;
  line-height: 24px;
}
body.home5 .service-item:hover .icon-service {
  background-color: #007dc6;
  border-color: #ffffff;
  color: #ffffff;
}
body.home5 .service-item:hover .icon-service:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  -webkit-box-transform: translate(-50%, -50%) scale(1);
  -moz-box-transform: translate(-50%, -50%) scale(1);
  -o-box-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
body.home5 .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a img {
  height: 100% !important;
}
body.home5 .bx-wrapper .bx-viewport {
  box-shadow: none;
}
body.home5 .zoo-menu-content {
  border-top: 1px solid #ebebeb;
}
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction button,
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction .cart.table-wrapper .actions-toolbar > .action,
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction .action-gift {
  background: transparent;
}
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction button.bx-prev,
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction .cart.table-wrapper .actions-toolbar > .action.bx-prev,
body.home5 .sidebar .products-grid.grid .bx-controls .bx-controls-direction .action-gift.bx-prev {
  right: 25px;
}
body.home5 .sidebar .products-grid.grid .bx-controls .bx-pager {
  display: none;
}
body.home5 .page-header .panel.wrapper {
  border: none;
}
body.home5 .page-wrapper {
  background: #ffffff;
  /* End Main Bottom */
}
body.home5 .page-wrapper .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 30px;
}
body.home5 .page-wrapper .wrap-inside-service {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  opacity: 0.8;
}
body.home5 .page-wrapper .wrap-inside-service .service-item {
  padding: 28px 0;
}
body.home5 .page-wrapper .wrap-inside-service .service-item .icon-service {
  border: 3px solid #3e2723;
  color: #3e2723;
}
body.home5 .page-wrapper .wrap-inside-service .service-item .icon-service:before {
  border: 3px solid #3e2723;
}
body.home5 .page-wrapper .wrap-inside-service .service-item .icon-service:before:hover {
  border: 3px solid #ffffff;
}
body.home5 .page-wrapper .wrap-inside-service .service-item:hover .icon-service {
  background-color: #3e2723;
  color: #ffffff;
  border: 3px solid #ffffff;
}
body.home5 .page-wrapper .wrap-inside-service .service-item h4:before {
  background-color: #3e2723;
}
body.home5 .page-wrapper .wrap-inside-service .service-item .content-service {
  color: #444444;
}
body.home5 .page-wrapper .slide-home-05 {
  z-index: 0;
}
body.home5 .page-wrapper .slide-home-05 .zoo-slideshow-text-content h2 {
  text-transform: none;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home5 .page-wrapper .slide-home-05 .zoo-slideshow-text-content h3 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: italic;
}
body.home5 .page-wrapper .slide-home-05 .zoo-slideshow-text-content .btn-novetty {
  border-radius: 50px;
}
body.home5 .page-wrapper .home05 .block .newsletter-left-home {
  border: 5px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  margin-top: 30px;
  text-align: center;
}
body.home5 .page-wrapper .home05 .block .newsletter-left-home h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
}
body.home5 .page-wrapper .home05 .block .newsletter-left-home h3:before {
  content: "\c117";
  font-size: 18px;
  color: #ffffff;
  font-family: 'cleversoft';
  position: absolute;
  z-index: 0;
  width: 40px;
  top: 12px;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  background: #c42903;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 100;
}
body.home5 .page-wrapper .home05 .block .newsletter-left-home #newsletter-validate-detail .btn-novetty.action.subscribe {
  background: #c42903;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
}
body.home5 .page-wrapper .home05 .block .newsletter-left-home #newsletter-validate-detail .newsletter input {
  text-align: center;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie .static-image-home-05 {
  position: relative;
  margin-top: 32px;
  cursor: pointer;
  padding: 0;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie .static-image-home-05:before {
  border-radius: 3px;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie .static-image-home-05 p {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie .static-image-home-05 h2 {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 5px;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie .static-image-home-05 img {
  width: 100%;
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie:hover p {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie:hover h2 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie:hover .static-image-home-05 p {
  transform: translateY(-30px);
}
body.home5 .page-wrapper .home05 .block .figure.effect-sadie:hover .static-image-home-05 h2 {
  transform: translateY(30px);
}
body.home5 .page-wrapper .home05 .block .static-shop {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 100%;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item {
  background: #f4f4f4;
  padding-bottom: 45px;
  overflow: hidden;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .img-static-shop {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 30px;
  padding-left: 10px;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item {
  width: 50%;
  float: left;
  border-radius: 3px;
  position: relative;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item h2 {
  padding: 20px;
  text-align: center;
  margin-top: 35px;
  margin-left: -25px;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item a {
  width: 100%;
  text-align: center;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  position: absolute;
  z-index: 2;
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  margin-left: -10px;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item a:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 1px;
  background: #333333;
  bottom: 0;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item a:hover {
  color: #c42903;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item .des-shop-item a:hover:before {
  background: #c42903;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item:before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item:hover::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
body.home5 .page-wrapper .top-rated.home05 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 80px;
}
body.home5 .page-wrapper .top-rated.home05 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  background: #5d4037;
  color: #ffffff;
  padding: 15px 15px 15px 30px;
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 500;
}
body.home5 .page-wrapper .top-rated.home05 .block {
  margin: 0;
}
body.home5 .page-wrapper .top-rated.home05 .block.widget.zoo-block-products-list.grid .block-content {
  border: 1px solid #ebebeb;
}
body.home5 .page-wrapper .top-rated.home05 .block.widget.zoo-block-products-list.grid .block-content::-webkit-scrollbar {
  display: none;
}
body.home5 .page-wrapper .top-rated.home05 .block.widget.zoo-block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid li .product-item-info {
  border-top: 1px solid #ebebeb;
  padding: 10px 0 10px 0;
}
body.home5 .page-wrapper .top-rated.home05 .block.widget.zoo-block-products-list.grid .block-content .products-grid.grid .product-items.widget-product-grid li .product-item-info .zoo-inner-product-item-info {
  border-top: none;
}
body.home5 .page-wrapper .zoo-widget-style1.zoo-title-style1.zoo-product-collection01 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 50px;
}
body.home5 .page-wrapper .page-footer .footer {
  padding: 0;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs #newsletter-validate-detail .field .form-control {
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0;
  margin-top: -5px;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs #newsletter-validate-detail .field .control-label {
  color: #999999;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs #newsletter-validate-detail .field .is-focused .control-label {
  top: -8px;
  color: #3e2723;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs #newsletter-validate-detail .actions .btn-novetty {
  background-color: #c42903;
  border-radius: 3px;
  padding: 5px;
  margin: 15px 0 0 0;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs .content {
  margin-top: 0;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion p {
  line-height: 20px;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .footer-social-links.style-3 li {
  padding-right: 15px;
}
body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .footer-social-links.style-3 li a {
  border-width: 1px;
}
body.home5 .page-wrapper .container.abs {
  color: #999999;
  padding-top: 30px;
}
body.home5 .page-wrapper .container.abs .link-footer ul {
  list-style: none;
  display: flex;
  float: right;
}
body.home5 .page-wrapper .container.abs .link-footer ul li {
  margin-left: 40px;
}
body.home5 .page-wrapper .container.abs .link-footer ul li a {
  color: #999999;
}
body.home5 .page-wrapper .container.abs .link-footer ul li a:hover {
  color: #3e2723;
}
body.home5 .page-wrapper .container.abs .copyright-text {
  line-height: 20px;
  margin-bottom: 20px;
}
body.home5 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
body.home5 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
body.home5 .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  background-color: #3e2723;
}
body.home5 .blog_widget .title {
  font-size: 30px;
  border: none;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
body.home5 .blog_widget .title span {
  padding: 0 30px;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
body.home5 .blog_widget .title:before,
body.home5 .blog_widget .title:after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media (max-width: 1600px) {
  body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .footer-social-links.style-3 li {
    padding-right: 2px;
    padding-left: 0;
  }
}
@media (max-width: 1359px) and (min-width: 1200px) {
  body.home5 .page-wrapper .main_middle .home05 .block .static-shop .static-shop-item .des-shop-item h2 {
    padding: 20px;
  }
  body.home5 .page-wrapper .page-footer .footer .zoo-footer-bottom-content .footer-bottom-accordion .footer-social-links.style-3 li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  body.home5 .page-wrapper .main_middle .home05 .block .static-shop .static-shop-item .des-shop-item h2 {
    padding: 0;
  }
  body.home5 .page-wrapper .zoo-product-collection01 .products-grid.grid .owl-carousel .owl-stage-outer .product-item-info .product-item-details {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  body.home5 .page-wrapper .page-header #zoo-sticky-header-sticky-wrapper.is-sticky #zoo-sticky-header .mt-navigation .navigation #mtnav li.my-wishlist {
    display: none;
  }
  body.home5 .page-wrapper .main_middle .block .newsletter-left-home #newsletter-validate-detail .btn-novetty.action.subscribe {
    padding: 10px 25px;
  }
  body.home5 .page-wrapper .main_middle .zoo-product-collection01 .products-grid.grid .owl-carousel .owl-stage-outer .owl-stage .owl-item li .product-item-info {
    min-height: auto !important;
  }
}
@media (max-width: 992px) {
  body.home5 .page-wrapper .main_middle .home05 .block .newsletter-left-home {
    padding: 5px;
  }
  body.home5 .page-wrapper .main_middle .home05 .block .newsletter-left-home #newsletter-validate-detail .btn-novetty.action.subscribe {
    width: 100%;
    padding: 10px;
  }
  body.home5 .page-wrapper .main_middle .home05 .block .newsletter-left-home h3 {
    font-size: 18px;
  }
  body.home5 .page-wrapper .main_middle .home05 .block .static-image-home-05 p {
    top: 40%;
  }
  body.home5 .page-wrapper .main_middle .home05 .block .static-image-home-05 h2 {
    top: 45%;
  }
  body.home5 .page-wrapper .main_middle .home05 .block .static-shop .static-shop-item .des-shop-item h2 {
    padding: 0;
    font-size: 20px;
  }
  body.home5 .page-wrapper .main_middle .home05 .zoo-product-collection02 .block.widget.zoo-block-products-list.grid .block-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .products-grid.grid .product-items li {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  body.home5 .page-wrapper .page-header .navigation {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  body.home5 .page-wrapper .home05 .block .static-shop .static-shop-item {
    margin-bottom: 15px;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
body .page-wrapper .page-header .is-sticky #zoo-sticky-header {
  z-index: 2;
}
body .page-wrapper .parallax-home06 .block_parallax .pallarax_content {
  width: 50%;
  float: right;
}
body .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs > li a {
  border: none;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #666666 !important;
}
body .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs > li a:hover {
  color: #b40303 !important;
}
body .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs > li.active a {
  color: #b40303 !important;
}
body .page-wrapper .footer-top-home06 {
  background-position: 100%;
}
body.cms-cleversoft-homepage-6 .newsletters-style-2 {
  border-color: #252525;
}
body.cms-cleversoft-homepage-6 .newsletters-style-2 #newsletter-validate-detail input.form-control {
  background: transparent;
  text-align: center;
  border-color: #252525;
}
body.cms-cleversoft-homepage-6 .newsletters-style-2 h3 {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #999999;
}
body.cms-cleversoft-homepage-6 .image-banner {
  border-top: 1px solid #ccc;
  padding-top: 35px;
}
body.cms-cleversoft-homepage-6 .blog_widget .title {
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
  border: none;
  letter-spacing: 0;
}
body.cms-cleversoft-homepage-6 .blog_widget .title:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #ebebeb;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
  text-align: right;
  padding-top: 100px;
  font-weight: 600;
}
body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .small-title {
  font-size: 18px;
  text-align: right;
  margin-bottom: 160px;
  color: #666666;
  font-weight: 300;
}
body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 h2 {
  color: #ffffff;
  font-size: 36px;
  width: 75%;
  float: left;
  padding: 4% 0 5% 0;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .footer.container {
  position: relative;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .footer.container:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #252525;
  left: 0;
  right: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 a {
  background: #b40303;
  margin-top: 5%;
  font-weight: 400;
  float: right;
  border-radius: 50px;
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 h3 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
body.cms-cleversoft-homepage-6 .page-wrapper .carousel-home-6 {
  padding: 65px 0 65px 0;
}
body.cms-cleversoft-homepage-6 .page-wrapper .carousel-home-6 .owl-item {
  text-align: center;
  height: 110px;
  position: relative;
}
body.cms-cleversoft-homepage-6 .page-wrapper .carousel-home-6 .owl-item .block-content {
  display: inline-block;
  height: 100%;
}
body.cms-cleversoft-homepage-6 .page-wrapper .carousel-home-6 .owl-item .block-content img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
  margin: 0 auto;
  width: auto;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.style-2 .newsletters-style-2 .newsletter-cs #newsletter-validate-detail .is-focused .control-label {
  top: -8px;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.style-2 .newsletters-style-2 .newsletter-cs #newsletter-validate-detail .newsletter input {
  text-align: center;
}
body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.style-2 .newsletters-style-2 .clever-icon-email-envelope:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: 5px;
  font-family: cleversoft !important;
  font-size: 24px;
  color: #ffffff;
  left: 50%;
  margin-left: -25px;
  background: #b40303;
}
body.cms-cleversoft-homepage-6 .page-wrapper #page-title-wrapper-sticky-wrapper.sticky-wrapper.is-sticky .page-title-wrapper {
  z-index: 8;
}
body.cms-cleversoft-homepage-6 .page-wrapper .product-add-form .product-options-bottom .box-tocart {
  z-index: 8;
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie p {
  bottom: 20%;
  font-size: 18px;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie h2 {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 26%;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie .figcaption {
  padding: 30px;
  position: absolute;
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie .figcaption:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition: background 0.4s ease-out, opacity 0.4s ease-out;
  transition: background 0.4s ease-out, opacity 0.4s ease-out;
  -webkit-backface-visibility: hidden;
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie:hover h2 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
body.cms-cleversoft-homepage-6 .home06-static-banner-block .figure.effect-sadie:hover p {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
/* Responsive Home 6 */
@media (min-width: 1200px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content {
    padding-right: 50px;
    text-align: right;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
    line-height: 95px;
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content {
    width: 100%;
    float: none;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .large-title {
    text-align: center;
    padding: 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .block_parallax .pallarax_content .small-title {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
    letter-spacing: 1.2px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .main_top {
    padding-top: 20px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 h2 {
    width: 100%;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 a {
    float: none;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .form#newsletter-validate-detail .form-group {
    width: 100%;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .form#newsletter-validate-detail .actions {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .form#newsletter-validate-detail .actions .btn-novetty {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li a {
    font-size: 30px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .widget-tab-content.tab-content .tab-pane.active .zoo-product-collection01 .products-grid.grid {
    margin: 0 auto;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 {
    padding: 15px 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 h2 {
    font-size: 22px;
    width: 70%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .main_content_pallarax .block_parallax .pallarax_content .large-title {
    font-size: 30px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .main_content_pallarax .block_parallax .pallarax_content .small-title {
    font-size: 15px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .footer-top-home06 h2 {
    font-size: 30px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li a {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  body.cms-cleversoft-homepage-6 .page-wrapper .equal-height.home06-static-banner-block .grid .figure.effect-sadie h2 {
    font-size: 16px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .equal-height.home06-static-banner-block .grid .figure.effect-sadie p {
    font-size: 12px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li {
    margin: 0 10px 30px 10px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .tabs-collection .widget-tabs.nav.nav-tabs > li a {
    font-size: 16px;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .home06.zoo-product-collection01 .zoo-block-products-list.grid {
    margin: 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .from-blog-home06 .products-grid .product-items.widget-product-grid li {
    width: 100%;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .carousel-home-6 {
    padding: 0;
  }
  body.cms-cleversoft-homepage-6 .page-wrapper .zoo-footer-bottom-content .accordion-footer {
    margin-bottom: 20px;
  }
}
body.cms-cleversoft-homepage-6 .minicart-wrapper .action#top-cart-btn-checkout {
  background: #b40303;
}
body.cms-cleversoft-homepage-6 .minicart-wrapper .action#top-cart-btn-checkout:hover {
  background: #333333;
  color: #ffffff;
}
body.cms-cleversoft-homepage-6 .minicart-wrapper .actions > a:hover {
  background: #b40303;
}
body.cms-cleversoft-homepage-6 .blog_home06 .title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  font-size: 40px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 0;
}
body.cms-cleversoft-homepage-6 .blog_home06 .title:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #ebebeb;
  width: 100px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.padding-50 {
  padding: 0 50px;
}
body.cms-cleversoft-homepage-7 {
  font-family: 'Function Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
body.cms-cleversoft-homepage-7 .grid .figure.effect-bubba {
  margin-bottom: 6px;
}
body.cms-cleversoft-homepage-7 .zoo-slideshow-text-content h2 {
  font-size: 60px;
  text-transform: none;
  letter-spacing: 0px;
}
body.cms-cleversoft-homepage-7 .zoo-footer-bottom-content h4.widget-title-sm {
  font-size: 30px;
}
body.cms-cleversoft-homepage-7 > .clever-mega-menu {
  text-align: center;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping {
  background: #59b210;
  padding: 35px;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping * {
  color: #ffffff;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping h2 {
  font-size: 40px;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-item img {
  width: auto;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot {
  background: transparent;
  border: 2px solid #ffffff;
}
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot.active,
body.cms-cleversoft-homepage-7 .owl-carousel .owl-dots .owl-dot:hover {
  background: #ffffff !important;
}
body.cms-cleversoft-homepage-7 .clever-slider .flex-control-nav {
  bottom: 60px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .owl-carousel .owl-item img {
  width: 100%;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  width: 100%;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
  font-size: 100px;
  color: #ffffff;
  text-transform: inherit;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  margin: 15px 0;
  letter-spacing: -5px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h5 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
  font-weight: 300;
  letter-spacing: 0.2px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .btn-groups {
  margin-top: 80px;
  display: inline-block;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
  border-radius: 50px;
  padding: 13px 0;
  text-transform: uppercase;
  border: 2px solid #ffffff !important;
  background: transparent;
  min-width: 180px;
  font-size: 16px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button:hover {
  background-color: #ffffff;
  color: #222222 !important;
}
body.cms-cleversoft-homepage-7 .main-slide-07 #zoo-sticky-header .mt-navigation {
  width: 100% !important;
  padding: 0 50px;
}
body.cms-cleversoft-homepage-7 .main-slide-07 .owl-carousel .owl-dots {
  bottom: 60px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-option-list li {
  color: #333333;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-select {
  color: #333333;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .search-dropdown .search-select i {
  float: right;
  padding: 16px 25px;
  vertical-align: middle;
  display: block;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control label.control-label {
  line-height: 70px !important;
  color: #333333;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group {
  width: -webkit-calc(100% - 178px);
  width: -moz-calc(100% - 178px);
  width: calc(100% - 178px);
  padding-right: 30px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group.is-focused label.control-label {
  top: -15px;
}
body.cms-cleversoft-homepage-7 .home-block-category {
  background: #f4f4f4;
  font-size: 30px;
}
body.cms-cleversoft-homepage-7 .home-block-category .category-item-left {
  padding-right: 2px;
}
body.cms-cleversoft-homepage-7 .home-block-category .category-item-right {
  padding-left: 3px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category {
  position: relative;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:first-child {
  margin-bottom: 5px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .image img {
  max-width: 100%;
  width: 100%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text {
  position: absolute;
  z-index: 6;
  padding: 0 15px;
  top: 50%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text .category--sub-title {
  font-size: 18px;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category .item-category-text h2 a {
  color: #ffffff;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:hover .item-category-text {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-7 .home-block-category .item-category:hover:before {
  opacity: 1;
}
body.cms-cleversoft-homepage-7 .newsletters-style-2 .clever-icon-mail-1:before {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: 5px;
  font-family: 'cleversoft' !important;
  font-size: 24px;
  color: #ffffff;
  left: 45%;
  content: "\c117";
}
body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search .form.minisearch .control .form-group.is-focused .form-control {
  -webkit-background-size: 100% 2px, 100% 1px;
  background-size: 100% 2px, 100% 1px;
}
body.cms-cleversoft-homepage-7 .testimonial07 {
  background: url('../../frontend/TPFGroup/TickFord/en_US/images/testimonial-bg.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 155px 0;
  height: 550px;
  position: relative;
  overflow-x: hidden;
}
body.cms-cleversoft-homepage-7 .testimonial07:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000%;
  background: #000000;
  opacity: 0.6;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item {
  text-align: center;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 50px;
  font-weight: 500;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item .des-testimonial p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .testimonial07 .testimonial_item .author {
  font-size: 18px;
  color: #ffffff;
  padding: 15px;
  letter-spacing: 1.5px;
}
body.cms-cleversoft-homepage-7 .testimonial07 .owl-carousel .owl-dots {
  bottom: -80px;
}
body.cms-cleversoft-homepage-7 .home07-block-help-shopping {
  text-align: center;
  padding: 53px 0;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax h2 {
  font-size: 72px;
  color: #ffffff;
  font-weight: 300;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax a {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
  margin-top: 20px;
}
body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax a:hover {
  color: #59b210;
  border-color: #59b210;
}
body.cms-cleversoft-homepage-7 .zoo-widget-style5 {
  margin-bottom: 60px;
}
body.cms-cleversoft-homepage-7 .zoo-widget-style5 .owl-carousel .owl-nav {
  top: -70px;
}
body.cms-cleversoft-homepage-7 .zoo-widget-style5 .owl-carousel .owl-nav .owl-prev,
body.cms-cleversoft-homepage-7 .zoo-widget-style5 .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #cfcfcf;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  opacity: 1;
  right: 0;
}
body.cms-cleversoft-homepage-7 .zoo-widget-style5 .owl-carousel .owl-nav .owl-prev {
  right: 40px;
  left: initial;
}
body.cms-cleversoft-homepage-7 .blog_widget {
  padding: 50px 0;
}
body.cms-cleversoft-homepage-7 .parallax-07 {
  margin-bottom: 60px;
}
body.cms-cleversoft-homepage-7 .title-style5 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 36px;
  display: inline-block;
  font-weight: normal;
  border-bottom: 2px solid #111111;
  color: #111111;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist {
  display: none;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .sticky-wrapper #zoo-sticky-header .mt-navigation.container {
  width: 100% !important;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .minicart-wrapper .action #top-cart-btn-checkout:hover {
  background: #ff4081 !important;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header #mtnav li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist {
  color: #ffffff;
  right: 70px;
  top: 8px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .my-wishlist a i {
  top: 10px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky #mtnav .mini-cart-sticky {
  position: absolute;
  right: 0;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky .mt-navigation {
  width: 100% !important;
  padding: 0 40px;
}
body.cms-cleversoft-homepage-7 .page-wrapper .page-header .is-sticky .my-wishlist {
  right: 40px;
  top: 18px;
}
body.cms-cleversoft-homepage-7 .block-search .form.minisearch .control .search-dropdown .search-option-list {
  top: 69px;
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h2,
body.cms-cleversoft-homepage-7 .effect-an .had-content h5 {
  opacity: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h2 {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
body.cms-cleversoft-homepage-7 .effect-an .had-content h5 {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
body.cms-cleversoft-homepage-7 .effect-an .had-content:hover h2,
body.cms-cleversoft-homepage-7 .effect-an .had-content:hover h5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog_widget .title {
  letter-spacing: 1px;
  font-size: 36px;
  margin-bottom: 40px;
  border-bottom: 2px solid #111111;
  display: inline-block;
  padding-bottom: 5px;
  color: #111111;
}
.blog_widget .post-info {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 30px;
  color: #252525;
}
.blog_widget .post-info .post-posed-date {
  padding: 0 15px;
}
.blog_widget .post-text {
  padding: 10px 0;
}
@media (min-width: 992px) {
  body.cms-cleversoft-homepage-7 .padding-left-15 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  body.cms-cleversoft-homepage-7 .zoo-inner-product-item-info {
    min-height: auto !important;
  }
  body.cms-cleversoft-homepage-7 .page-wrapper .search-mini-block .block-search {
    padding-left: 0;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 55%;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 45px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .btn-groups {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.cms-cleversoft-homepage-7 .products-grid.grid .product-item-info {
    height: auto !important;
  }
  body.cms-cleversoft-homepage-7 .slide-transparent {
    margin-top: 0;
  }
  body.cms-cleversoft-homepage-7 .slide-transparent .owl-carousel {
    z-index: 0;
  }
  body.cms-cleversoft-homepage-7 .search-mini-block .block-search input {
    left: 0;
  }
  body.cms-cleversoft-homepage-7 .search-mini-block .block-search .control {
    margin: 0;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 40%;
  }
  body.cms-cleversoft-homepage-7 .home-block-category .category-item-right,
  body.cms-cleversoft-homepage-7 .home-block-category .category-item-left {
    padding: 0 5px;
  }
}
@media (max-width: 600px) {
  body.cms-cleversoft-homepage-7 .home07-block-help-shopping h2 {
    font-size: 25px;
  }
  body.cms-cleversoft-homepage-7 .home-block-category .item-category h2 {
    font-size: 18px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 25px;
    letter-spacing: 1.5px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
    padding: 8px 0;
  }
}
@media (max-width: 450px) {
  body.cms-cleversoft-homepage-7 .parallax.home07 .content-parallax h2 {
    font-size: 40px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide {
    top: 35%;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h2 {
    font-size: 20px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide h5 {
    font-size: 14px;
  }
  body.cms-cleversoft-homepage-7 .main-slide-07 .zoo-caption-slide .zoo-button-slide.button {
    padding: 0;
    min-width: 130px;
  }
}
.cms-cleversoft-homepage-7 .btn-novetty {
  border-radius: 0;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-prev {
  left: 30px;
  background: transparent;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-prev i {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-prev i:hover::before {
  color: #f34235;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-next {
  right: 30px;
  background: transparent;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-next i {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.page-wrapper .home08 .block .owl-carousel .owl-nav .owl-next i:hover::before {
  color: #f34235;
}
.page-wrapper .home08 .block .owl-carousel .owl-dots {
  bottom: 20px;
}
.cms-cleversoft-homepage-8 {
  font-family: 'Function Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.figure.effect-sadie .figcaption {
  padding-bottom: 100%;
  position: relative;
}
.figure.effect-sadie .figcaption .content {
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 90%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}
.figure.effect-sadie .figcaption .content h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.figure.effect-sadie .figcaption .content a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}
.figure.effect-sadie .figcaption .content a:hover i {
  padding-left: 10px;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.products-home08 {
  padding: 0 35px;
}
.products-home08 .zoo-heading-wrapper-title {
  text-align: center;
}
.products-home08 .zoo-heading-wrapper-title .sub-title {
  font-size: 16px;
}
.zoo-home08-block .block-custom-content {
  text-align: center;
  display: inline-block;
}
.zoo-home08-block .block-custom-content h3 {
  font-size: 36px;
}
.zoo-home08-block .block-custom-content h4 {
  color: #9d9d9d;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 {
  margin-top: 50px;
  margin-bottom: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 h2 {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 20px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 p {
  font-size: 16px;
  color: #7d7d7d;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 .newsletter-cs .content {
  margin: 50px auto;
  max-width: 400px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2.zoo-footer-bottom-home08 ul {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .zoo-home08-block .block-custom-content {
    padding-bottom: 100px;
    display: block;
  }
}
.carousel-home-9 {
  padding: 15px 0;
  background: #ffffff;
  position: relative;
}
.carousel-home-9 .owl-nav {
  display: none;
}
.carousel-home-9:hover .owl-nav {
  display: block;
}
.service-block-home09 {
  background: #ffffff;
  margin-top: 30px;
}
.color-section1 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section1 .slide-category .zoo-slideshow-text-wrap {
  background-color: #da3e6a;
}
.color-section1:before {
  border-color: #da3e6a;
}
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #da3e6a !important;
}
.color-section1 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #da3e6a;
}
.color-section1 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section1 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section1 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section1 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #da3e6a;
}
.color-section2 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section2 .slide-category .zoo-slideshow-text-wrap {
  background-color: #34495e;
}
.color-section2:before {
  border-color: #34495e;
}
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #34495e !important;
}
.color-section2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #34495e;
}
.color-section2 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section2 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section2 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section2 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #34495e;
}
.color-section3 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section3 .slide-category .zoo-slideshow-text-wrap {
  background-color: #1abc9c;
}
.color-section3:before {
  border-color: #1abc9c;
}
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #1abc9c !important;
}
.color-section3 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #1abc9c;
}
.color-section3 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section3 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section3 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section3 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #1abc9c;
}
.color-section4 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section4 .slide-category .zoo-slideshow-text-wrap {
  background-color: #e670a7;
}
.color-section4:before {
  border-color: #e670a7;
}
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #e670a7 !important;
}
.color-section4 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #e670a7;
}
.color-section4 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section4 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section4 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section4 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #e670a7;
}
.color-section5 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section5 .slide-category .zoo-slideshow-text-wrap {
  background-color: #3498db;
}
.color-section5:before {
  border-color: #3498db;
}
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #3498db !important;
}
.color-section5 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #3498db;
}
.color-section5 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section5 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section5 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section5 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #3498db;
}
.color-section6 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section6 .slide-category .zoo-slideshow-text-wrap {
  background-color: #fc6a21;
}
.color-section6:before {
  border-color: #fc6a21;
}
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #fc6a21 !important;
}
.color-section6 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #fc6a21;
}
.color-section6 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section6 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section6 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section6 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #fc6a21;
}
.color-section7 .vertical-menu-category .clever-mega-menu .clever-mega-menu-item > a.menu-link,
.color-section7 .slide-category .zoo-slideshow-text-wrap {
  background-color: #69e028;
}
.color-section7:before {
  border-color: #69e028;
}
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li.active a,
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li:hover a {
  color: #69e028 !important;
}
.color-section7 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  border-top-color: #69e028;
}
.color-section7 .product-gird-right .bx-wrapper button.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper button.bx-next:hover,
.color-section7 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper .cart.table-wrapper .actions-toolbar > .action.bx-next:hover,
.color-section7 .product-gird-right .bx-wrapper .action-gift.bx-prev:hover,
.color-section7 .product-gird-right .bx-wrapper .action-gift.bx-next:hover {
  background-color: #69e028;
}
.zoo-navigation-vertical .clever-menu {
  padding: 10px 0;
  background: transparent;
  border: 2px solid;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 {
  padding: 0 20px;
  margin-right: -2px;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0:last-child > a.menu-link {
  border-bottom: none;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: #252525;
  text-transform: none;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
  min-width: auto;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link:before {
  content: "\c151";
  position: absolute;
  right: 5px;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: 'cleversoft';
  font-variant: discretionary-ligatures;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0 > a.menu-link span {
  padding-left: 30px;
}
.zoo-navigation-vertical .clever-menu .clever-mega-menu-item.level0.parent > a.menu-link:before {
  content: "\c151";
  position: absolute;
  right: -5px;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: 'cleversoft';
  font-variant: discretionary-ligatures;
  display: block !important;
  margin: 0;
  font-size: 10px;
}
.slide-home09 .zoo-slideshow-text-content {
  padding: 0 100px;
}
.slide-home09 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slide-home09 .zoo-slideshow-text-content .zoo-button-slide a {
  font-weight: 500;
  padding: 12px 40px;
  border: 2px solid #ffffff;
  background: transparent;
}
.slide-home09 .zoo-slideshow-text-content h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .slide-home09 .zoo-slideshow-text-content {
    padding: 0 20px;
  }
  .tab-style2.products {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .color-section3 .itemgrid.zoo-itemgrid-adaptive .product-item,
  .color-section3 .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(3n+1),
  .color-section6 .itemgrid.zoo-itemgrid-adaptive .product-item,
  .color-section6 .itemgrid.zoo-itemgrid-adaptive .product-item:nth-child(3n+1) {
    clear: none !important;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .color-section > .row {
    display: block;
  }
}
.cms-cleversoft-homepage-10 .user_area {
  border-color: #4a4a4a;
}
.parallax-10 .content-parallax {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.parallax-10 .content-parallax h2 {
  font-size: 72px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}
.parallax-10 .content-parallax p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
}
.home-collection-item > a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.home-collection-item .home-collection-title,
.home-collection-item .button-view {
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50% !important;
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-collection-item .home-collection-title h3,
.home-collection-item .button-view h3 {
  margin: 0;
  padding: 0;
}
.home-collection-item .home-collection-title h3 a,
.home-collection-item .button-view h3 a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.home-collection-item .button-view {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.home-collection-item .button-view a {
  font-size: 14px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.8);
  height: 40px;
  display: inline-block;
  padding: 0 30px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
  letter-spacing: 1px;
}
.home-collection-item:hover .home-collection-title-wrapper.text-middle .home-collection-title {
  margin-top: -20px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-collection-item:hover .home-collection-title-wrapper.text-middle .button-view {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-collection-item.home-collection-item-style2 .home-collection-title a {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
}
.home-collection-item.home-collection-item-style2 .button-view a {
  background: #252525;
  color: #ffffff;
  border-radius: 50px;
}
.home-collection-item.home-collection-item-style2 .button-view a:hover {
  background: #ffffff;
  color: #252525;
}
.home-collection-item.home-collection-item-style2 > a:before {
  content: "";
  background-color: #4c7480;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.home-collection-item.home-collection-item-style2:hover > a:before {
  opacity: 0.5;
}
.instagrams {
  position: relative;
}
.instagrams h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: normal;
}
.instagrams h3 img {
  margin: -5px -5px 0;
}
.instagrams a.btn-instagram {
  font-size: 11px;
  letter-spacing: 0.5px;
  background: #ffffff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 17px;
  color: #252525;
  z-index: 2;
}
.instagrams a.btn-instagram:hover {
  background: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
}
.zoo-footer-layout-home10 .col-foot-left {
  padding-top: 80px;
}
.zoo-footer-layout-home10 .col-foot-left p {
  margin: 40px 0;
}
.zoo-footer-layout-home10 .col-foot-right {
  border-left: 1px solid #ebebeb;
  padding-top: 80px;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters {
  padding: 20px 0 40px 60px;
  border-bottom: 1px solid #ebebeb;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters button,
.zoo-footer-layout-home10 .newsleter-footer .newsletters .cart.table-wrapper .actions-toolbar > .action,
.zoo-footer-layout-home10 .newsleter-footer .newsletters .action-gift {
  margin-left: 0;
  border-radius: 0;
}
.zoo-footer-layout-home10 .newsleter-footer .newsletters .newsletter-cs .content {
  margin-left: 0;
}
.zoo-footer-layout-home10 .zoo-widget-title-sm {
  padding: 20px 0;
}
.zoo-footer-layout-home10 .footer-top-col-group {
  padding: 10px 0 10px 45px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .zoo-footer-layout-home10 .col-foot-right {
    border-left: 0;
    padding-top: 0;
  }
  .zoo-footer-layout-home10 .footer-top-col-group {
    padding-left: 0;
  }
  .zoo-footer-layout-home10 .newsleter-footer .newsletters {
    padding-left: 0;
  }
}
.cms-cleversoft-homepage-10 .btn-novetty {
  border-radius: 0;
}
.slide-home11 h1.slideshow__title,
.slide-home11 h3.sub_heading_align {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home11 h3 {
  font-style: italic;
}
.cms-cleversoft-homepage-11 .page-wrapper .page-footer {
  border-top: none;
}
.block-full {
  padding: 0 30px;
}
.zoo-home11-block.zoo-widget-style2 {
  margin-bottom: 15px;
}
.zoo-home11-block .d-flex:nth-child(3) .block-1 {
  border-bottom: 0;
}
.zoo-home11-block .d-flex:first-child .block-1 {
  border-top: 0;
}
.zoo-home11-block .block-item {
  padding: 0;
}
.zoo-home11-block .block-custom-container {
  position: relative;
  overflow: hidden;
}
.zoo-home11-block .block-item-right .block-1 {
  border-right: 30px solid #ffffff;
  border-bottom: 30px solid #ffffff;
  border-top: 30px solid #ffffff;
}
.zoo-home11-block .block-item-left .block-1 {
  border-left: 30px solid #ffffff;
  border-bottom: 30px solid #ffffff;
  border-top: 30px solid #ffffff;
}
.zoo-home11-block .block-item .images {
  background-size: cover;
  background-repeat: no-repeat;
}
.zoo-home11-block .block-item .images img {
  width: 100%;
}
.zoo-home11-block .block-item .images.image-background {
  padding-top: 108%;
}
.zoo-home11-block .block-custom-content {
  position: absolute;
  z-index: 9;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.zoo-home11-block .block-custom-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.zoo-home11-block .block-custom-content p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}
.zoo-home11-block .button-link,
.zoo-home11-block1 .button-link {
  margin: 20px 0;
}
.zoo-home11-block .button-link a,
.zoo-home11-block1 .button-link a {
  padding: 0 25px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  opacity: 1;
  letter-spacing: 0.5px;
  border-radius: 40px;
  width: auto;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.zoo-home11-block1 .block-custom-container {
  background: #f0f0f0;
  padding: 20px;
}
.zoo-home11-block1 .block-custom-content {
  padding-bottom: 50px;
}
.zoo-footer-layout-home11 {
  padding-top: 100px;
}
.zoo-footer-layout-home11 .newsletters {
  padding: 30px 0 40px;
}
.zoo-footer-layout-home11 .newsletters button,
.zoo-footer-layout-home11 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.zoo-footer-layout-home11 .newsletters .action-gift {
  margin: 0;
  background: #000000;
  border-radius: 0;
  color: #ffffff;
}
.zoo-footer-layout-home11 .newsletters button:hover,
.zoo-footer-layout-home11 .newsletters .cart.table-wrapper .actions-toolbar > .action:hover,
.zoo-footer-layout-home11 .newsletters .action-gift:hover {
  background: #333333;
}
@media (max-width: 767px) {
  .zoo-home11-block1.block-full {
    padding: 0 15px;
    clear: both;
  }
  .zoo-home11-block1 .col-sm-4:last-child .block-custom-container {
    margin-bottom: 0px;
  }
  .zoo-home11-block1 .block-custom-container {
    margin-bottom: 15px;
  }
  .zoo-home11-block1.zoo-widget-style2 {
    margin-bottom: 0;
  }
  .zoo-home11-block .block-full {
    padding: 0;
  }
  .zoo-home11-block .block-item {
    border: none !important;
  }
  .zoo-home11-block .block-custom-container {
    padding: 15px;
  }
  .zoo-home11-block .block-item-right.d-flex {
    display: block;
  }
  .zoo-home11-block .d-flex {
    flex-wrap: wrap-reverse;
  }
  .zoo-home11-block .d-flex:last-child {
    clear: both;
    padding-top: 0;
    overflow: hidden;
  }
  .zoo-home11-block .block-2 .images {
    height: 730px !important;
  }
  .zoo-home11-block .block-custom-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .zoo-home11-block .block-custom-content .button-link a {
    font-size: 14px;
  }
}
@media (max-width: 552px) {
  .zoo-home11-block .block-2 .images {
    height: 530px !important;
  }
}
.cms-cleversoft-homepage-11 .page-wrapper .copyright {
  border-top: 1px solid #d7d7d7;
}
.cms-cleversoft-homepage-11 .page-wrapper ul.zoo-footer-.payment li a {
  color: #252525;
}
.slide-home12 h1.slideshow__title,
.slide-home12 h3.sub_heading_align {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home12 h3 {
  font-style: italic;
}
.text-image-content {
  position: absolute;
  z-index: 9;
  top: 10%;
  width: 100%;
  font-family: Playfair Display;
}
.text-image-content h3 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
  font-family: Playfair Display;
  font-weight: normal;
}
.text-image-content .rte-setting p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 36px;
  font-style: italic;
  text-transform: capitalize;
  color: #81d8d0;
}
.collection-wrapper h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.75px;
}
.collection-wrapper a.view-all {
  font-family: Playfair Display;
  font-style: italic;
  text-decoration: none;
}
.collection-wrapper a.view-all:hover {
  text-decoration: underline;
}
.collection-wrapper .collection-button a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid #333;
  padding: 0 35px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.collection-wrapper .collection-button a:hover {
  background: #81d8d0;
  border-color: #81d8d0;
  color: #ffffff;
}
.block-home-newsletter {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}
.block-home-newsletter .row > div {
  border-right: 1px solid #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-home-newsletter .row > div:last-child {
  border: 0;
}
.block-home-newsletter .service-home h2,
.block-home-newsletter h2.title_newsletter {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #222222;
  font-family: Playfair Display;
}
.block-home-newsletter .service-home a {
  font-size: 18px;
  line-height: 36px;
  color: #81d8d0;
  font-style: italic;
  font-family: Playfair Display;
}
.block-home-newsletter .newsletters {
  padding: 0;
}
.block-home-newsletter .newsletters button,
.block-home-newsletter .newsletters .cart.table-wrapper .actions-toolbar > .action,
.block-home-newsletter .newsletters .action-gift {
  text-transform: uppercase;
  padding: 0 24px;
  margin: 0;
  height: 100%;
  margin-left: 0;
  letter-spacing: 0;
  font-weight: normal;
}
.block-home-newsletter .newsletters .subscribe .newsletter {
  width: -webkit-calc(100% - 122px);
  width: -moz-calc(100% - 122px);
  width: calc(100% - 122px);
}
.zoo-home12-footer .zoo-widget-title-sm {
  color: #ffffff;
}
.page-wrapper .page-footer .zoo-home12-footer ul.zoo-footer-social-links.style-4 li a {
  color: #ffffff;
}
.home-13 .page-wrapper .block-search .action.search {
  background: transparent;
}
.home-13 .page-wrapper .block-search .action.search:before {
  color: #111111;
}
.home-13 .page-footer .footer.container {
  position: relative;
}
.home-13 .page-footer .footer.container:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #252525;
  left: 0;
  right: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
.slide-home13 h1.slideshow__title,
.slide-home13 h3.sub_heading_align {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home13 h3 {
  font-style: italic;
}
.zoo-parallax-home13 .content-parallax {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.zoo-parallax-home13 .content-parallax h2 {
  font-size: 72px;
  color: #ffffff;
  font-weight: 300;
  font-family: Playfair Display;
}
.zoo-parallax-home13 .content-parallax p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  font-family: Playfair Display;
  font-style: italic;
}
.zoo-parallax-home13 .content-parallax a {
  padding: 10px 40px;
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.zoo-footer-home13 .newsletters {
  padding: 60px 0 40px;
}
.zoo-footer-home13 .newsletters h2.title_newsletter {
  font-family: Playfair Display;
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}
.zoo-footer-home13.zoo-footer-bottom-content h4.zoo-widget-title-sm {
  color: #ffffff;
}
.zoo-footer-home13 .newsletter-cs .content {
  background: #ffffff;
  height: 50px;
  vertical-align: middle;
}
.zoo-footer-home13 .newsletters .subscribe {
  display: flex;
  border-radius: 0;
}
.zoo-footer-home13 .newsletters .subscribe .newsletter {
  margin-right: auto;
}
.zoo-footer-home13 .newsletters .subscribe input {
  border: none;
}
.zoo-footer-home13 .newsletters button,
.zoo-footer-home13 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.zoo-footer-home13 .newsletters .action-gift {
  border: 3px solid #ffffff;
  height: 50px;
}
@media (max-width: 991px) {
  .home-13 #header-sticky-mobile {
    background: #ffffff;
  }
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
.slide-home14 .flexslider .flex-direction-nav a {
  background: transparent;
}
.slide-home14 .flexslider .flex-direction-nav a:before,
.slide-home14 .flexslider .flex-direction-nav a:after {
  color: #ffffff;
}
.slide-home14 .flexslider .flex-direction-nav a:hover {
  background: transparent;
}
.slide-home14 .flexslider .flex-direction-nav a:hover:before,
.slide-home14 .flexslider .flex-direction-nav a:hover:after {
  color: #000000;
}
.slide-home14 h1.slideshow__title,
.slide-home14 h3.sub_heading_align {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home14 h3 {
  font-style: italic;
}
.home-14 .user_area {
  border-color: #4a4a4a;
}
.home-14 .page-wrapper .block-search input {
  color: #ffffff;
}
.home-14 .page-wrapper .block-search .form.minisearch .control {
  background: transparent;
  padding-left: 50px;
}
.home-14 .page-wrapper .block-search .form.minisearch .action.search:before {
  color: #ffffff;
}
.home-14 .page-wrapper .page-footer {
  border-top: 0;
}
.home-14 .page-wrapper .page-footer .footer.container {
  position: relative;
}
.home-14 .page-wrapper .page-footer .footer.container:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #252525;
  left: 0;
  right: 0;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
}
.home-14 .block-search .form.minisearch {
  border: 1px solid #E5E5E5;
  background: transparent;
}
.zoo-image-home-14 {
  overflow: hidden;
}
.zoo-image-home-14 .zoo-image-block {
  background: #ffffff;
  padding: 30px 30px 50px 30px;
  transition: all 400ms;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper {
  margin-bottom: 30px;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.zoo-image-home-14 .zoo-image-block .zoo-image-wrapper p {
  font-size: 18px;
}
.zoo-image-home-14 .zoo-image-block:hover {
  box-shadow: -1px 0 12px 1px #999999;
  z-index: 1;
}
.zoo-image-home-14 .zoo-image-block:nth-child(2n+1) {
  background: #e6e6e6;
}
.zoo-footer-home14 {
  padding-bottom: 0;
}
.zoo-footer-home14 .newsletters {
  padding: 60px 0 40px;
}
.zoo-footer-home14 .newsletters h2.title_newsletter {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-top: 0;
}
.zoo-footer-home14 .newsletters .subscribe input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.zoo-footer-home14 .newsletters button,
.zoo-footer-home14 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.zoo-footer-home14 .newsletters .action-gift {
  margin-left: 0;
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.page-wrapper .page-footer .zoo-footer-home14 ul.zoo-footer-social-links.style-4 li a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .home-14 .page-wrapper .block-search .action.search {
    background: transparent;
    left: 0;
    right: inherit;
  }
}
@media (max-width: 767px) {
  .home-14 .page-wrapper .page-header.zoo-header-5 .header-content .block-search {
    background: transparent;
  }
}
.products-grid-style-2 {
  text-align: center;
}
.products-grid-style-2 .price-box .price {
  color: #ffffff;
}
.products-grid-style-2 .product-items .product-item-info .zoo-product-image .zoo-quickview {
  position: absolute;
  background: #8adede;
  width: 100%;
  bottom: 0;
  color: #ffffff;
  opacity: 0.9;
}
.products-grid-style-2 .product-items .product-item-info .zoo-product-image .zoo-quickview span.cs-font {
  display: none;
}
.products-grid-style-2 .product-items .product-item-info .product-item-details {
  padding: 15px;
}
.products-grid-style-2 .product-items .product-item-info:hover .price-box .price {
  color: #333333;
}
.products-grid-style-2 .product-items .product-item-info:hover .product_shop_loop .actions-primary {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.products-grid-style-2 .product-items .product-item-info:hover .product_shop_loop .actions-primary .action.tocart {
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #ee1b2e;
}
.slide-home15 h1.slideshow__title,
.slide-home15 h3.sub_heading_align {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home15 h3 {
  font-style: italic;
}
.slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2,
.slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
  color: #000000;
  font-weight: normal;
  margin-bottom: 50px;
}
.newsletters-home15 {
  background: #e8f0f2;
}
.newsletters-home15 .newsletters {
  padding: 60px 0;
}
.newsletters-home15 .newsletters button,
.newsletters-home15 .newsletters .cart.table-wrapper .actions-toolbar > .action,
.newsletters-home15 .newsletters .action-gift {
  background: #990000;
}
@media (min-width: 992px), print {
  .slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h2 {
    line-height: 80px;
  }
  .slide-home15 #clever-left-slide-0-slideshow .zoo-slideshow-text-content h3 {
    line-height: 35px;
  }
}
.cms-cleversoft-homepage-15 .btn-novetty {
  border-radius: 0;
}
.testimonial16 {
  padding: 150px 0 285px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.testimonial16:before {
  content: "";
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/clients-says-1.png);
  background-position: center top;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial16:after {
  content: "";
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/clients-says-2.png);
  background-position: center bottom;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial16 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  color: #ffffff;
}
.testimonial16 .rte-setting {
  margin-bottom: 20px;
}
.testimonial16 .rte-setting p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin-top: 0;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 28px;
}
.testimonial16 cite {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.testimonial16 .owl-carousel .owl-dots {
  bottom: -100px;
}
.testimonial16 .owl-carousel .owl-dots .owl-dot {
  width: 30px;
  border-radius: 15px;
  height: 6px;
  background: #797979;
  box-shadow: none;
}
.testimonial16 .owl-carousel .owl-dots .owl-dot.active,
.testimonial16 .owl-carousel .owl-dots .owl-dot:hover {
  background: #ffffff;
}
.cms-cleversoft-homepage-16 .featured-products .title {
  font-family: 'Pacifico', cursive;
  margin-bottom: 0;
}
.cms-cleversoft-homepage-16 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0;
  margin-bottom: 128px;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  font-family: 'Pacifico', cursive;
}
.cms-cleversoft-homepage-16 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  content: "";
  background: #aed42a;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;
}
.home-product-deal .product-sale {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 2%;
  z-index: 1;
  color: #ffffff;
  background: #fcd04b;
  height: 45px;
  width: 74px;
  text-align: center;
  line-height: 20px;
}
.home-product-deal .product-sale:before {
  content: "";
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  position: absolute;
  bottom: -25px;
  z-index: 1;
  left: 0;
  border-top: 25px solid #fcd04b;
}
.home-product-deal .product-sale span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  padding-top: 8px;
}
.home-product-deal .product-title h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 40px;
}
.home-product-deal .product-title h2 a {
  color: #161616;
}
.home-product-deal .product-shop-content .prices {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 22px;
  clear: both;
}
.home-product-deal .product-shop-content .prices .compare-price {
  font-size: 18px;
  font-weight: normal;
  color: #999999;
  padding-right: 25px;
  text-decoration: line-through;
}
.home-product-deal .product-shop-content .prices .price.on-sale {
  color: #aed42a;
  font-size: 30px;
  font-weight: 600;
  padding-top: 15px;
}
.home-product-deal .short-description {
  font-size: 14px;
  color: #888888;
  line-height: 18px;
}
.home-product-deal p.home-description {
  margin: 35px 0 30px;
}
.home-product-deal ul {
  padding: 0;
  margin-bottom: 20px;
}
.home-product-deal ul li {
  color: #cccccc;
  line-height: 22px;
  list-style: none;
}
.home-product-deal ul li:before {
  content: "\f111";
  font-family: fontAwesome;
  font-size: 10px;
  padding-right: 15px;
  color: #aed42a;
}
.home-product-deal #product-add-to-carts {
  border-radius: 50px;
}
.slide-home16 .zoo-slideshow-text-content h2 {
  font-family: 'Pacifico', cursive;
  text-transform: initial;
  font-size: 72px;
}
.slide-home16 .zoo-slideshow-text-content h3 {
  margin: 40px 0;
}
.home-orgarnic .page-footer {
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/bg-footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 258px 0px 0px 0px;
}
.home-orgarnic .zoo-notification-text {
  background-color: #ece7e3;
  color: #3f2e1e;
}
@media (min-width: 992px), print {
  .home-orgarnic {
    position: relative;
  }
  .home-orgarnic .header-cart-container:before {
    content: "";
    background: #ebebeb;
    width: 1px;
    height: 100px;
    position: absolute;
    left: 0;
    z-index: 9;
    top: -100%;
  }
}
.cms-cleversoft-homepage-16 .btn-novetty {
  border-radius: 0;
}
.cms-cleversoft-homepage-16 .page-wrapper ul.zoo-footer-.payment li a {
  color: #252525;
}
/**
//
//  To add custom CSS styles, create custom child-theme
//
*/
body.cms-cleversoft-homepage-17 #zoo-sticky-header {
  border-bottom: none;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border: 0;
  text-align: center;
  border-radius: 50%;
  background-color: #ff4d9d;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a:before {
  font-size: 18px !important;
  width: 100%;
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a.flex-prev {
  left: 15px;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .flexslider .flex-direction-nav a.flex-next {
  right: 15px;
  opacity: 1;
}
body.cms-cleversoft-homepage-17 .home17-banner3 {
  position: relative;
  border-radius: 8px;
  background: #ff4d9d;
  padding: 3px;
}
body.cms-cleversoft-homepage-17 .home17-banner3 .text {
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  text-transform: inherit;
  letter-spacing: 3px;
  color: #ffffff;
  position: absolute;
  left: 15%;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-17 .zoo-main-heading .zoo-heading-wrapper-title h3,
body.cms-cleversoft-homepage-17 h3.title {
  font-weight: normal;
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home {
  background: #6cd3fe;
  padding: 15px;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home .newsletter-border {
  border: 1px dashed #ffffff;
  padding: 15px;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home h3 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home h3:before {
  content: "\c117";
  font-size: 18px;
  color: #ffffff;
  font-family: 'cleversoft';
  position: absolute;
  z-index: 0;
  width: 40px;
  top: 12px;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  background: #ff4d9d;
  line-height: 40px;
  border-radius: 50%;
  font-weight: 100;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .btn-novetty.action.subscribe {
  letter-spacing: 0;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  font-weight: 500;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter input {
  text-align: center;
  background: transparent;
  border-color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .newsletter-left-home #newsletter-validate-detail .newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .zoo-widget-tab-style2 .tabs-collection .widget-tabs li.active a,
body.cms-cleversoft-homepage-17 .zoo-widget-tab-style2 .tabs-collection .widget-tabs li:hover a {
  background: #ff4d9d;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev,
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background: #ff4d9d;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  right: 10px;
  border-radius: 50%;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev[class*=owl-] a:before,
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-next[class*=owl-] a:before {
  color: #ffffff;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection01 .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
body.cms-cleversoft-homepage-17 .wrap-images-block {
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body.cms-cleversoft-homepage-17 .wrap-images-block.wrap-images-block {
  text-align: right;
  right: 100px;
}
body.cms-cleversoft-homepage-17 .wrap-images-block h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 .wrap-images-block h2 {
  padding: 0;
  margin: 0;
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2 {
  background: #ffffff;
  height: 30px;
  min-width: 100px;
  text-align: center;
  position: relative;
  line-height: 30px;
  display: inline-block;
  border: 0;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0;
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2:before {
  content: '';
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 10px solid #ffffff;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: 9;
}
body.cms-cleversoft-homepage-17 .wrap-images-block .btn2:after {
  content: '';
  border-bottom: 10px solid transparent;
  border-top: 0 solid transparent;
  border-right: 100px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 9;
}
body.cms-cleversoft-homepage-17 .brand-home17 {
  background: #ffffff;
  padding: 20px 0 30px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .bx-viewport {
  box-shadow: none;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .bx-controls {
  display: none;
}
body.cms-cleversoft-homepage-17 .bx-wrapper .product-new-label {
  display: none;
}
body.cms-cleversoft-homepage-17 .products-grid.grid .product-item-info a.product-item-link,
body.cms-cleversoft-homepage-17 .widget-product-grid .product-item-info a.product-item-link {
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info {
  border-top: none;
}
body.cms-cleversoft-homepage-17 .zoo-copyright-links a {
  color: inherit;
}
body.cms-cleversoft-homepage-17 .page-wrapper .copyright {
  overflow: hidden;
}
body.cms-cleversoft-homepage-17 .page-wrapper .page-footer .zoo-footer-bottom-content {
  margin: 50px 0 30px;
  padding: 0;
}
body.cms-cleversoft-homepage-17 .page-wrapper .page-footer .zoo-footer-bottom-content h4.zoo-widget-title-sm {
  font-family: 'Mouse Memoirs', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
}
body.cms-cleversoft-homepage-17 #clever-quickview .footer-copyright {
  display: none;
}
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-left,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-left,
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-right,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-right {
  border-right: none;
  padding-right: 0;
}
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-left .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-left .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.catalog-category-view .sidebar.sidebar-right .zoo-sidebar-main,
body.cms-cleversoft-homepage-17.clevershopby-index-index .sidebar.sidebar-right .zoo-sidebar-main {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
body.cms-cleversoft-homepage-17.catalog-category-view .zoo-main-content-area,
body.cms-cleversoft-homepage-17.clevershopby-index-index .zoo-main-content-area {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
body.cms-cleversoft-homepage-17.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body.cms-cleversoft-homepage-17.rtl .clever-menu.clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a:before {
  left: 0 !important;
  right: 15px !important;
}
body.cms-cleversoft-homepage-17 .zoo-quickview-popup .zoo-main-content-area {
  padding-bottom: 0;
  overflow: hidden;
}
.slide-home18 .zoo-slideshow-text-content {
  padding-top: 100px;
  text-transform: uppercase;
}
.slide-home18 .zoo-slideshow-text-content h2.slideshow__title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.slide-home18 .zoo-slideshow-text-content .zoo-button-slide a {
  border-radius: 50px;
  font-weight: 500;
  padding: 12px 40px;
}
.video-wrap .fluid-width {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 1px #ccc;
}
.video-wrap p.video-text {
  margin-bottom: 70px;
}
.video-content {
  height: 520px;
  overflow: hidden;
  position: relative;
}
.video-content .video-overlay {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-content .video-overlay img {
  min-height: 100%;
  width: 100%;
}
.video-content #video_player_id {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-content .video-text-wrap {
  z-index: 5;
  width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-content .video-text-wrap .fa {
  font-size: 80px;
  color: #ffffff;
  cursor: pointer;
}
.video-content.video-running .video-text-wrap {
  opacity: 0;
  visibility: hidden;
}
.video-content.video-running:hover .video-text-wrap {
  opacity: 1;
  visibility: visible;
}
.zoo-home18-imageblock .zoo-heading-wrapper-sub-title {
  margin-bottom: 80px;
}
.zoo-home18-imageblock h4 {
  text-transform: uppercase;
  margin: 25px 0;
}
.zoo-home18-bgblock {
  background: #fffcf3;
}
.subtitle-font-playfair .zoo-heading-wrapper-sub-title h3 {
  text-align: center;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}
.title-font-greatvibes .zoo-heading-wrapper-title h3 {
  font-family: 'Great Vibes', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 30px;
  color: #9f0145;
  font-weight: 500;
  padding-top: 70px;
}
.title-font-greatvibes .zoo-heading-wrapper-title h3:before,
.title-font-greatvibes .zoo-heading-wrapper-title h3:after {
  display: none;
}
.cms-cleversoft-homepage-18 .btn-novetty {
  border-radius: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 h4.zoo-widget-title-sm {
  font-weight: 500;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .newsletter-cs .content {
  margin: 20px 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .field .form-control {
  border-radius: 50px;
  padding: 10px 20px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions .btn-novetty {
  border-radius: 0;
  background: transparent;
  font-size: 0;
  margin: 0;
  height: 43px;
  padding: 0;
  box-shadow: none !important;
  width: 50px;
}
.zoo-footer-bottom-content.zoo-footer-bottom-style2 .form#newsletter-validate-detail .actions .btn-novetty:after {
  content: '\c270';
  font-size: 24px;
  color: #252525;
  font-family: 'cleversoft';
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.zoo-footer-bottom-content.zoo-footer-bottom-home18 .form#newsletter-validate-detail .field .form-control {
  background: transparent;
}
.zoo-footer-bottom-content.zoo-footer-bottom-home18 .form#newsletter-validate-detail .actions .btn-novetty:after {
  color: #ffffff;
}
.slide-home19 .zoo-caption-slide {
  padding-left: 70px;
}
.slide-home19 .zoo-button-slide a {
  border-radius: 50px;
  padding: 12px 40px;
}
.slide-home19 .clever-slider .flex-control-nav {
  right: 50px;
  text-align: right;
}
.slide-home19 .clever-slider .flex-control-nav li a {
  text-indent: 999px;
}
.home19-block-item .home-collection-wrapper {
  position: absolute;
  right: 45px;
  text-align: center;
  z-index: 9;
  top: 54%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home19-block-item .home-collection-wrapper p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
  color: #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 2px;
}
.home19-block-item .home-collection-wrapper h2 {
  font-weight: 800;
  color: #333333;
  margin-bottom: 14px;
}
.home19-block-item .home-collection-wrapper .button-link a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  line-height: 32px;
  border-bottom: 1px solid #333333;
}
.home19-block-item .image {
  position: relative;
  overflow: hidden;
}
.home19-block-item .image img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 100%;
  display: block;
}
.home19-block-item .image img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
}
.home19-image-banner {
  position: relative;
}
.home19-image-banner .home-collection-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home19-image-banner .home-collection-content h1 {
  font-size: 35px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  color: #ffffff;
  margin: 0;
  padding: 10px 0;
}
.home19-image-banner .home-collection-content h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0 70px;
  color: #ffffff;
}
.home19-image-banner .image img {
  margin: 0 auto;
}
.home19-vertical-menu .block-title h4 {
  margin: 0;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 0 20px 40px;
}
.feature-box-item .feature-box-hover {
  text-align: center;
  padding: 35px 0;
}
.feature-box .feature-box-info {
  text-align: left;
  margin-left: 10px;
}
.feature-box-icon.primary {
  border-radius: 50%;
  padding: 0;
}
.feature-box-icon.primary i {
  background: #f8bf00;
}
.feature-box-icon.primary:hover i {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #ffffff;
}
.feature-box .feature-box-icon .fa {
  font-size: 30px;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  float: left;
  color: #000000;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.title-font-playfair .zoo-heading-wrapper-title h3 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}
.title-font-playfair .zoo-heading-wrapper-title h3:before,
.title-font-playfair .zoo-heading-wrapper-title h3:after {
  display: none;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu {
  background: #f8bf00;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
  color: #222222;
  padding: 9px 0;
  font-weight: 500;
  border-bottom: 1px solid #edb702;
  background: #f8bf00;
}
.zoo-main-content-area .clever-vertical-menu.home19-vertical-menu .clever-mega-menu-item.level0 > a.menu-link:hover {
  background: #212121;
  color: #ffffff;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes move-bottom {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
@keyframes move-bottom {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes rotate360 {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes scroll-v-line {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  25% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25.5% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  100% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
}
@keyframes scroll-v-line {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  25% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25.5% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  100% {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
}
@-webkit-keyframes dotScaleOut {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes dotScaleOut {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    opacity: 0;
  }
}
@-webkit-keyframes linesAltLabel {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, -50%, 0);
    transform: translate3d(1em, -50%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -115%, 0);
    transform: translate3d(-1em, -115%, 0);
  }
  100% {
    opacity: 1;
    font-size: .78571em;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, -115%, 0);
    transform: translate3d(0, -115%, 0);
  }
}
@keyframes linesAltLabel {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, -50%, 0);
    transform: translate3d(1em, -50%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -115%, 0);
    transform: translate3d(-1em, -115%, 0);
  }
  100% {
    opacity: 1;
    font-size: .78571em;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, -115%, 0);
    transform: translate3d(0, -115%, 0);
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes textSlideUp {
  0% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -85%, 0) rotate3d(1, 0, 0, 35deg);
    opacity: 0;
  }
}
@keyframes textSlideIn {
  0% {
    transform: translate3d(0, 85%, 0) rotate3d(1, 0, 0, -35deg);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes loadMoreRotate {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes loadMoreRotate {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes slideToLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideToRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideFromLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideFromRight {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideFromRightToLeft {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  will-change: transform, opacity;
}
.page-loader-style1 {
  transform: translate3d(0, 0, 0);
}
.page-loader-style3 {
  background-color: transparent;
}
.page-loader-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50em;
}
.page-loader-inner-style1 {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-box-shadow: 0 -1px 0 #000000;
  box-shadow: 0 -1px 0 #000000;
  background-color: transparent !important;
  -webkit-animation: rotate360 1s linear infinite;
  animation: rotate360 1s linear infinite;
}
.page-loader-inner-style2 {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #f42958;
  -webkit-animation: dotScaleOut 1.15s ease-in-out both infinite;
  animation: dotScaleOut 1.15s ease-in-out both infinite;
}
.page-loader-inner-style3 {
  background-color: transparent !important;
}
.page-loader-inner-style3,
.page-loader-inner-style3 .curtain {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page-loader-inner-style3 .curtain {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-loader-inner-style3 .curtain-back {
  background-color: #0e0f0f;
}
.page-loader-inner-style3 .curtain-front {
  background-color: #17191a;
}
.page-loader-inner-style4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.page-loader-inner-style4 .page-loader-spinner {
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
}
.page-loader-inner-style4 .page-loader-spinner .circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.4s ease-in-out infinite;
  animation: turn 1.4s ease-in-out infinite;
}
body.page-loaded .page-loader,
.ajax-loading .page-loader {
  will-change: auto;
}
body.page-loaded .page-loader-style3,
.ajax-loading .page-loader-style3 {
  pointer-events: none;
}
body.page-loaded .page-loader-style3 .curtain,
.ajax-loading .page-loader-style3 .curtain {
  animation: slideToLeft 0.8s 1 cubic-bezier(0.55, 0.01, 0.15, 0.99) both alternate;
}
body.page-loaded .page-loader-style3 .curtain-back,
.ajax-loading .page-loader-style3 .curtain-back {
  animation-delay: 0.38s;
  animation-timing-function: cubic-bezier(0.25, 0.68, 0.38, 0.99);
}
.home-parallax {
  font-family: 'Function Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.home-parallax .zoo-footer-bottom-content {
  padding-top: 100px;
  margin-bottom: 0;
}
.home-parallax .page-wrapper .page-footer ul {
  padding-bottom: 0;
}
.home-parallax .page-wrapper .copyright {
  padding-bottom: 80px;
}
/* Lookbook */
.lookbook__image {
  position: relative;
  width: 100%;
  height: 100%;
}
/****************************************
* loader
*****************************************/
.cms-index-index #fp-nav {
  margin: 0;
  position: fixed;
  height: auto;
  right: 20px;
  top: 50%;
  z-index: 30;
  background: #9c9a9c;
  border-radius: 20px;
  padding: 15px 0;
}
.cms-index-index #fp-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #fff;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cms-index-index #fp-nav li a span {
  background: transparent;
}
.cms-index-index #fp-nav li a:last-child {
  margin-bottom: 0;
}
.cms-index-index #fp-nav li a.active,
.cms-index-index #fp-nav li a:hover {
  background: #ffffff;
}
.cms-index-index #fp-nav li a.active span,
.cms-index-index #fp-nav li a:hover span {
  border: 1px solid #ffffff;
}
.height-auto-bottom {
  height: unset !important;
}
.item .main-slide-lookbook {
  min-height: 100vh;
}
.item .main-slide-lookbook .container {
  position: relative;
}
.item .main-slide-lookbook .caption-slide {
  position: absolute;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.item .main-slide-lookbook .caption-slide.align-center {
  text-align: center;
  right: 50%;
  margin: 0 auto;
}
.item .main-slide-lookbook .caption-slide.align-left {
  -moz-transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  -o-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}
.item .main-slide-lookbook .caption-slide.align-right {
  -moz-transform: translate(15%, -50%);
  -webkit-transform: translate(15%, -50%);
  -o-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
}
.item .main-slide-lookbook .caption-slide h2 {
  font-size: 80px;
  font-weight: 600;
}
.item .main-slide-lookbook .caption-slide p {
  font-size: 18px;
}
.item .main-slide-lookbook .caption-slide a {
  padding: 10px 30px;
  border: 2px solid;
  text-transform: uppercase;
  display: inline-block;
}
.item .main-slide-lookbook .caption-slide a:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.item.slider1 {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/home20/1.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item.slider2 {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/home20/2.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.item.slider2 h2,
.item.slider2 p,
.item.slider2 a {
  color: #ffffff;
}
.item.slider3 {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/home20/3.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lookbook-section {
  overflow: hidden;
}
.lookbook-section .block {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .item .main-slide-lookbook .caption-slide.align-left {
    -moz-transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
  .item .main-slide-lookbook .caption-slide.align-right {
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .item .main-slide-lookbook .caption-slide h2 {
    font-size: 40px;
  }
}
@media (max-width: 535px) {
  .item .main-slide-lookbook .caption-slide.align-left,
  .item .main-slide-lookbook .caption-slide.align-right {
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cms-cleversoft-homepage-20 .logo {
    display: none;
  }
  .cms-cleversoft-homepage-20 .logo-is-sticky {
    display: block;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 {
    position: absolute;
    border: none;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .logo {
    display: block;
  }
  .cms-cleversoft-homepage-20 .page-wrapper .page-header.zoo-header-6 .is-sticky .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header {
    background: transparent;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover {
    background: #ffffff;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .logo {
    display: block;
  }
  .cms-cleversoft-homepage-20 #zoo-sticky-header:hover .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content {
    background-color: transparent;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content .zoo-header-content-block:last-child {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-20 .page-header .header-content .zoo-header-content-block:last-child a {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-20 .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-20 .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #ffffff;
  }
}
.cms-cleversoft-homepage-21 {
  font-family: 'Function Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cms-cleversoft-homepage-21 .zoo-product-collection01 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  font-size: 36px;
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content h3 {
  font-size: 24px;
  font-family: 'Dancing Script', cursive;
}
.cms-cleversoft-homepage-21 .zoo-slideshow-text-content .zoo-button-slide a {
  padding: 15px 40px;
}
@media (min-width: 992px) {
  .cms-cleversoft-homepage-21.cms-index-index .logo {
    display: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index .logo-is-sticky {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 {
    position: absolute;
    border: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky #zoo-sticky-header {
    background: #ffffff;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .logo {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-wrapper .page-header.zoo-header-11 .is-sticky .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header {
    background: transparent;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover {
    background: #ffffff;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .zoo-header-content-block:last-child {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .zoo-header-content-block:last-child a {
    color: initial;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .logo {
    display: block;
  }
  .cms-cleversoft-homepage-21.cms-index-index #zoo-sticky-header:hover .logo-is-sticky {
    display: none;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-header .header-content {
    background-color: transparent;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-header .header-content .zoo-header-content-block:last-child {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-21.cms-index-index .page-header .header-content .zoo-header-content-block:last-child a {
    color: #ffffff;
  }
  .cms-cleversoft-homepage-21.cms-index-index .clever-menu ul.clever-mega-menu > li.level-top > a,
  .cms-cleversoft-homepage-21.cms-index-index .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #ffffff;
  }
}
.home22-section-title h3 {
  position: relative;
  z-index: 1;
}
.home22-section-title h3 span.border {
  width: 100%;
  height: 5px;
  background: #cccccc;
  border-radius: 5px;
}
.home22-section-title h3 span.title {
  padding-right: 30px;
  text-transform: uppercase;
}
.cms-cleversoft-homepage-22 .color-section:before {
  display: none;
}
.cms-cleversoft-homepage-22 .tab-style2 .tabs-collection .widget-tabs.nav.nav-tabs > li:before {
  display: none;
}
@media (max-width: 991px) {
  .home22-menu-section {
    margin-top: 30px;
  }
  .page-wrapper .page-header.zoo-header-10 #zoo-sticky-header {
    display: none;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zoo-customer-service,
  #zoo-sticky-header .zoo-header-user {
    display: none;
  }
}
@media (min-width: 768px) {
  .home22-market .clever-menu ul.clever-mega-menu > li.level-top > a,
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    color: #252525;
  }
}
.block-megamenu {
  position: relative;
}
.block-megamenu .block-title {
  height: 57px;
  line-height: 57px;
  cursor: pointer;
}
.block-megamenu .block-title.active .clever-icon-down {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block-megamenu .clever-menu.clever-vertical-menu {
  z-index: 9;
  background: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
}
.slide-home22 .zoo-slideshow-text-content .btn-novetty {
  padding: 10px 40px;
}
.slide-home22 .zoo-slideshow-text-content .zoo-button-slide a {
  font-weight: 500;
  padding: 15px 40px;
  text-transform: none;
  border-radius: 4px;
}
.slide-home22 .zoo-slideshow-text-content h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: 500;
}
/* BEGIN _custom.less */
/**
 * @category    TPFGroup
 * @package     TPFTheme
 * @copyright   Copyright © 2018 TPF Group. All Rights Reserved.
 * @author      tpf.com.au
 * @email       hungle@tpfvietnam.vn
 */
/**
 * Color
 */
/**
  * Responsive
  */
/**
  * Common
  */
body {
  color: #000000;
  background: #FFF;
  font-family: Arial;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: normal;
}
a {
  color: #595959;
  font-family: Arial;
  font-size: 16px;
}
a:hover {
  color: #006eff;
}
h1 {
  font-size: 61.04px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
h2 {
  font-size: 48.83px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
h3 {
  font-size: 39.06px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
h4 {
  font-size: 31.25px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
h5 {
  font-size: 25px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
h6 {
  font-size: 20px;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
  font-weight: bold;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.layout-1920 .container {
  max-width: 100%;
}
.layout-1920 .container .zoo-main-content-area section {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.layout-1920 .container .zoo-main-content-area section#subscribe-form {
  max-width: none;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.color-blue {
  color: #007dc6;
}
button,
button:focus,
button:active,
.button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift,
.action-gift:focus,
.action-gift:active {
  font-size: 14px;
  padding: 14px 22px;
  background-color: #007dc6;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}
button:hover,
.button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background-color: #000;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}
.fotorama__nav--dots {
  bottom: 0px;
}
.zoo-quickview-popup .fotorama__nav-wrap {
  margin-top: 0px;
}
#scroll-to-top.button {
  padding: 0px;
}
.btn-novetty,
button.action.primary.checkout,
.opc-wrapper .form-discount button,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action,
.action-gift.action.primary.checkout,
.opc-wrapper .form-discount .action-gift {
  border-radius: unset;
}
.btn-novetty:hover,
button.action.primary.checkout:hover,
.opc-wrapper .form-discount button:hover,
.btn-novetty:focus,
button.action.primary.checkout:focus,
.opc-wrapper .form-discount button:focus,
.btn-novetty:active,
button.action.primary.checkout:active,
.opc-wrapper .form-discount button:active,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:hover,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:focus,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action.action.primary.checkout:active,
.opc-wrapper .form-discount .cart.table-wrapper .actions-toolbar > .action:active,
.action-gift.action.primary.checkout:hover,
.opc-wrapper .form-discount .action-gift:hover,
.action-gift.action.primary.checkout:focus,
.opc-wrapper .form-discount .action-gift:focus,
.action-gift.action.primary.checkout:active,
.opc-wrapper .form-discount .action-gift:active {
  box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -o-box-shadow: unset !important;
  -ms-box-shadow: unset !important;
}
@media (min-width: 768px) {
  p {
    line-height: 1.7;
  }
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: inherit !important;
  margin-left: auto !important;
}
.product-item-name {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  border: 1px solid #000000;
  font-size: 16px;
  height: 45px;
}
textarea {
  border: 1px solid #000000;
  font-size: 16px;
}
/**
  * Header
  */
.page-wrapper .page-header {
  border-bottom: 1px solid #343434;
}
.page-wrapper .page-header #sticky-headers .header-content.container {
  max-width: 1440px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-header #sticky-headers .header-content.container .mr-auto.zoo-header-content-block {
    height: 60px;
  }
  .page-wrapper .page-header #sticky-headers .header-content.container .mr-auto.zoo-header-content-block .logo {
    max-width: 185px;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper .page-header #sticky-headers .header-content.container .mr-auto.zoo-header-content-block .logo {
    left: 50%;
    margin-left: -120px;
    position: absolute;
  }
  .page-wrapper .page-header #sticky-headers .header-content.container .mr-auto.zoo-header-content-block .logo img {
    width: 240px !important;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-header #sticky-headers .header-content.container .minicart-wrapper {
    /*
							 position: absolute;
							 right: 15px;
							 top: 52%;
							 transform: translateY(-50%);
							 */
    margin-top: -50px;
  }
}
.page-wrapper .page-header #sticky-headers #zoo-sticky-header {
  border-bottom: unset;
}
.page-wrapper .page-header #sticky-headers #header-sticky-mobile .clever-icon-menu-5:before,
.page-wrapper .page-header #sticky-headers #header-sticky-mobile .clever-icon-search-4:before {
  color: #FFF;
  font-size: 20px;
}
.page-wrapper .page-header .full-sc-search {
  margin-top: 10px;
}
.page-wrapper .page-header .full-sc-search .block-search {
  max-width: 225px !important;
}
.page-wrapper .page-header .full-sc-search .block-search .action.search:before {
  content: '\c014';
  font-size: 20px;
}
.page-wrapper .page-header .full-sc-search .block-search .action.search:hover:before {
  color: #FFFFFF;
}
.page-wrapper .header.links {
  list-style-type: none;
}
@media only screen and (min-width: 992px) {
  .page-wrapper .header.links {
    float: right;
    margin: 0px !important;
  }
}
.page-wrapper .header.links .category-item {
  display: block;
  text-align: left;
}
.page-wrapper .header.links .submenu {
  padding: 10px 0px;
  position: absolute;
  z-index: 3;
  left: -20px;
  min-width: 230px;
}
@media only screen and (min-width: 992px) {
  .page-wrapper .header.links .submenu {
    display: none;
    background: #000;
  }
}
@media only screen and (max-width: 1599px) {
  .page-wrapper .header.links .submenu {
    left: unset;
    right: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .header.links .submenu {
    right: unset;
    position: unset;
  }
}
.page-wrapper .header.links .submenu .category-item a {
  font-size: 14px;
  color: #a6a6a6;
  line-height: normal;
  padding: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .header.links .submenu .category-item a {
    padding: 10px 0px;
  }
}
.page-wrapper .header.links .submenu .category-item a:hover {
  color: #ffffff;
}
.page-wrapper .header.links li {
  margin: 0px;
}
.page-wrapper .header.links li.level0 {
  position: relative;
}
.page-wrapper .header.links li.parent:hover > .submenu {
  display: block;
}
.page-wrapper .header.links li a {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-bottom: unset;
  line-height: 60px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .header.links li a {
    line-height: 37px;
    display: block;
    padding: 0px;
  }
}
.page-wrapper .header.links li a:hover {
  color: #FFF;
}
.page-wrapper .minicart-wrapper .subtotal .price-container .price {
  color: #007dc6;
}
.page-wrapper .minicart-wrapper .product-item-details .product-item-name a:hover {
  color: #006eff;
}
.page-wrapper .minicart-wrapper .mt-cart-panel-summary .actions > a {
  background: #006eff;
  font-size: 14px;
  color: white;
  border: none;
}
.page-wrapper .minicart-wrapper .mt-cart-panel-summary .actions > a#top-cart-btn-checkout:hover,
.page-wrapper .minicart-wrapper .mt-cart-panel-summary .actions > a:hover {
  background: #000;
}
.page-wrapper .minicart-wrapper .mt-cart-panel-summary .actions > a.checkout {
  border-left: 1px solid #FFF;
}
.page-wrapper .minicart-wrapper .minicart-items .product {
  padding-bottom: 0px;
}
.page-wrapper .minicart-wrapper .minicart-items .product .toggle {
  margin-bottom: 10px;
}
.page-wrapper .minicart-wrapper .minicart-items .product .label,
.page-wrapper .minicart-wrapper .minicart-items .product .values {
  display: inline-block;
}
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control button.reduced:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control button.reduced:focus,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.reduced:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.reduced:focus,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.reduced:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.reduced:focus {
  padding: 0px;
}
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control button.increase:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control button.increase:focus,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.increase:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.increase:focus,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.increase:active,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.increase:focus {
  padding: 0px;
}
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control button:hover,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action:hover,
.page-wrapper .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift:hover {
  color: #999;
}
.page-wrapper .minicart-wrapper .action.showcart {
  margin-right: 15px;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty {
  width: 28px;
  height: 24px;
  background: url("../../frontend/TPFGroup/TickFord/en_US/images/icon/ico-minicartx2.png") no-repeat right center;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
  display: none;
  /*
				 content: '\c069';
				 color: #fff;
				 font-size: 22px;
				 font-weight: bold;
				*/
}
.page-wrapper .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty:before {
  color: #595959;
}
.page-wrapper .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty span.counter-number {
  color: #595959;
}
.fieldset .field.qty .control button.items-count.reduced:active,
.fieldset .field.qty .control button.items-count.reduced:focus,
.fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action.items-count.reduced:active,
.fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action.items-count.reduced:focus,
.fieldset .field.qty .control .action-gift.items-count.reduced:active,
.fieldset .field.qty .control .action-gift.items-count.reduced:focus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.fieldset .field.qty .control button.items-count.increase:active,
.fieldset .field.qty .control button.items-count.increase:focus,
.fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action.items-count.increase:active,
.fieldset .field.qty .control .cart.table-wrapper .actions-toolbar > .action.items-count.increase:focus,
.fieldset .field.qty .control .action-gift.items-count.increase:active,
.fieldset .field.qty .control .action-gift.items-count.increase:focus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.page-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number,
.header-wishlist span.counter-number,
.header-compare span.counter-number,
.minicart-wrapper span.counter-number {
  background-color: unset !important;
  width: auto;
  height: auto;
  top: -17px;
  left: 17px;
  padding: 2px 8px;
  line-height: 10px;
}
.block-content .form.minisearch {
  height: 50px;
  line-height: 48px;
  border-radius: unset;
  border-color: #676767;
  background: #252525;
}
.block-content .form.minisearch .control {
  padding: 0 15px;
}
.block-content .form.minisearch .action.search {
  background: #252525;
  top: 1px;
  right: 2px;
  height: 96%;
}
.block-content .form.minisearch .field.search .form-group .input-text {
  font-family: Arial;
  font-size: 16px;
  letter-spacing: unset;
  height: 48px;
  color: #FFF;
}
/*****/
/**
  * Navigation
  */
.page-wrapper .navigation {
  font-family: "Arial";
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 768px), print {
  .page-wrapper .navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page-wrapper .navigation a {
  font-size: 16px;
  font-weight: bold;
  color: #a6a6a6;
  text-transform: uppercase;
}
.page-wrapper .navigation ahover {
  color: #FFF;
}
.page-wrapper .navigation .form.minisearch {
  background: #f7f7f7;
  padding: 11px 12px;
  display: none;
}
@media (max-width: 991px) {
  .page-wrapper .navigation .form.minisearch {
    display: block;
  }
}
.page-wrapper .navigation .form.minisearch .control {
  display: block;
}
.page-wrapper .navigation .form.minisearch .control .input-text {
  border: none;
  height: 96px;
  padding: 0 28px;
}
.page-wrapper .navigation .form.minisearch .action.search_mobile {
  position: absolute;
  right: 22px;
  background: none;
  top: 21px;
  height: 76px;
  width: 36px;
  padding: 0;
  z-index: 100;
}
.page-wrapper .navigation .form.minisearch .action.search_mobile:before {
  color: #252525;
  font-size: 20px;
  display: inline;
  vertical-align: middle;
  content: '\c013';
  font-family: 'cleversoft' !important;
}
@media only screen and (min-width: 992px) {
  .page-wrapper .navigation .ui-menu.ui-widget-content {
    background: #000000;
  }
}
.page-wrapper .navigation .ui-menu.ui-widget-content li.category-item {
  text-align: left;
}
@media only screen and (min-width: 991px) {
  .page-wrapper .navigation .ui-menu.ui-widget-content li.parent .submenu {
    display: none;
  }
}
.page-wrapper .navigation .ui-menu.ui-widget-content li.parent:hover > .submenu {
  display: block;
}
.page-wrapper .navigation .ui-menu.ui-widget-content li.parent > a:before {
  content: '\f107' !important;
  font-family: 'FontAwesome' !important;
  font-size: 18px;
  font-weight: bold;
  right: 0px;
  top: 11px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content li .submenu .category-item {
  display: block;
}
.page-wrapper .navigation .ui-menu.ui-widget-content li .submenu .parent > a:before {
  right: 10px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content li .submenu a {
  position: relative;
}
.page-wrapper .navigation .ui-menu.ui-widget-content li .submenu .active > a {
  border: unset;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 a {
  font-family: 'Avenir-Bold';
  letter-spacing: 1px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 > .level-top {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  line-height: 37px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 > .level-top:first-child {
  padding-left: 0px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 > .level-top:hover {
  color: #FFF;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0.parent > .level-top {
  padding-right: 25px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0.parent > a:before {
  content: '\f107' !important;
  font-family: 'FontAwesome' !important;
  font-size: 18px;
  font-weight: bold;
  right: 0px;
  top: 25px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 .submenu {
  padding: 10px 0px;
  background: #000;
  border: unset;
  box-shadow: unset;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 .submenu a {
  font-size: 14px;
  color: #a6a6a6;
  padding: 10px 20px;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 .submenu a:hover,
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 .submenu a.ui-state-focus {
  background: unset;
  color: #FFF;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .level0 > .submenu {
  left: -20px !important;
}
@media (min-width: 992px), print {
  .page-wrapper .navigation .ui-menu.ui-widget-content .level0 {
    margin-right: 50px;
  }
  .page-wrapper .navigation .ui-menu.ui-widget-content .level0:last-child {
    margin-right: 0px;
  }
  .page-wrapper .navigation .ui-menu.ui-widget-content .level0.active > .level-top,
  .page-wrapper .navigation .ui-menu.ui-widget-content .level0.has-active > .level-top,
  .page-wrapper .navigation .ui-menu.ui-widget-content .level0:hover > .level-top {
    border-color: #006eff;
    border-bottom-style: solid;
  }
}
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-focus,
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-active,
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-hover {
  background-color: unset;
  border: unset;
}
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-focus .ui-state-focus,
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-active .ui-state-focus,
.page-wrapper .navigation .ui-menu.ui-widget-content .ui-state-hover .ui-state-focus {
  margin: 0px;
}
/* menu canvas */
@media only screen and (max-width: 991px) {
  .page-wrapper .navigation,
  .page-wrapper .header.links {
    float: none !important;
    display: block;
  }
  .nav-open .page-wrapper .nav-sections {
    padding: 0px;
  }
  .nav-open .page-wrapper .nav-sections .nav-sections-item-title {
    display: none;
  }
  .nav-open .page-wrapper .nav-sections .header.links {
    margin-top: 0px;
  }
  .nav-open .page-wrapper .nav-sections .header.links:after {
    display: none;
  }
  .nav-open .page-wrapper .nav-sections .header.links li a {
    font-size: 16px;
    line-height: 37px;
    display: block;
    color: #000000;
    font-family: 'Avenir';
    text-transform: uppercase;
    padding: 12px 30px 10px 30px;
    border: unset;
  }
  .nav-open .page-wrapper .nav-sections .header.links .submenu {
    background: #FFF;
    padding: 0px;
  }
  .nav-open .page-wrapper .nav-sections .header.links .submenu .category-item {
    border-top: 1px solid #eee;
    display: block;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 {
    font-family: 'Avenir';
    border-bottom: 1px solid #eee;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 .submenu {
    left: 0px !important;
    padding: 0px;
    border-bottom: unset;
    background: unset;
    display: block !important;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 .submenu .category-item {
    border-top: 1px solid #eee;
    display: block;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 .submenu a {
    padding-left: 50px;
    padding-right: 50px;
    color: #000000;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 .submenu a:hover {
    color: #007dc6;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 .submenu .submenu a {
    padding-left: 80px;
    padding-right: 80px;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0.category-item {
    display: block;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 > .level-top:hover {
    color: #007dc6;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 a {
    color: #000000;
    padding: 12px 30px 10px 30px;
    border: unset;
    line-height: 37px;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0 a.level-top:first-child {
    padding: 12px 30px 10px 30px;
  }
  .nav-open .page-wrapper .navigation ul.ui-menu.ui-widget-content .level0.active a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px;
  }
  .nav-open .page-wrapper .navigation .level-top:after {
    content: '\f107' !important;
    font-family: 'FontAwesome' !important;
    font-size: 18px !important;
    font-weight: bold !important;
    right: 0px !important;
    top: 35px !important;
    line-height: normal !important;
    display: none;
  }
  .nav-open .page-wrapper .navigation .parent.has-active > a:not(.ui-state-active) {
    border: unset;
  }
  .nav-open .page-wrapper .navigation .parent.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px;
  }
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
/*****/
/**
  * Homepage Slider
  */
.cms-index-index .clever-slider-container .zoo-slideshow-text-wrap {
  display: none;
}
.cms-index-index .clever-slider-container,
.clever-slider.flexslider {
  height: 180px !important;
}
@media only screen and (min-width: 375px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 211px !important;
  }
}
@media only screen and (min-width: 420px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 236px !important;
  }
}
@media only screen and (min-width: 576px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 324px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 432px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 576px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 768px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 900px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .cms-index-index .clever-slider-container,
  .clever-slider.flexslider {
    height: 1080px !important;
  }
}
.flexslider .flex-control-nav {
  bottom: -20px !important;
}
@media only screen and (min-width: 576px) {
  .flexslider .flex-control-nav {
    bottom: -10px !important;
  }
}
.flexslider .flex-control-nav li a {
  width: 16px !important;
  height: 16px !important;
  padding: 2px;
  display: inline-block;
  border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  border: 1px solid #eeeeee;
  background: unset;
  position: relative;
}
.flexslider .flex-control-nav li a.flex-active,
.flexslider .flex-control-nav li a:hover {
  background: unset !important;
  border-color: #9d9d9d !important;
}
.flexslider .flex-control-nav li a.flex-active:after,
.flexslider .flex-control-nav li a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background: #006eff;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.flexslider .flex-direction-nav a.flex-next:before {
  line-height: 40px;
}
.flexslider .flex-direction-nav a:hover:before {
  color: #007dc6;
}
/*****/
/**
  * Homepage banners
  */
.banner-box {
  width: 100%;
  margin: auto;
  max-width: 100%;
  padding: 40px 20px 20px 20px;
  /*
	 @media only screen and (min-width:1366px){
		 max-width: 1366px;
	 }
	 @media only screen and (min-width:1600px){
		 max-width: 1600px;
	 }
	 @media only screen and (min-width:1880px){
		 max-width: 1820px;
		 padding-top: 60px;
	 }
	 */
}
@media only screen and (min-width: 320px) {
  .banner-box {
    max-width: 320px;
  }
}
@media only screen and (min-width: 576px) {
  .banner-box {
    max-width: 576px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-box {
    max-width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-box {
    max-width: 1024px;
    padding: 60px 60px 60px 60px;
  }
}
.banner-box .box-hp {
  /*
		 display: inline-block;
		 @media only screen and (min-width:1024px){
			 &.hp_SAR, &.hp_TF{
				 float: right;
				 text-align: right;
			 }
			 &.hp_TBO{
				 margin-left: 10px;
			 }
			 &.hp_SAR{
				 margin-top: -15%;
				 margin-right: 10px;
			 }
			 &.hp_ME{
				 margin-top: -3%;
				 margin-left: 10px;
			 }
			 &.hp_TF{
				 margin-top: -17%;
				 margin-right: 10px;
			 }
		 }
		 &.hp_TBO{

		 }
		 &.hp_SAR{
			 span{
				 @media only screen and (min-width:768px){
					 top: 320px;
				 }
				 @media only screen and (min-width:1024px){
					 top: 220px;
				 }
				 @media only screen and (min-width:1366px){
					 top: 315px;
				 }
				 @media only screen and (min-width:1600px){
					 top: 380px;
				 }
				 @media only screen and (min-width:1880px){
					 top: 440px;
				 }
			 }
		 }
		 &.hp_ME{
			 span{
				 text-align: center;
				 @media only screen and (min-width:320px){
					 left: 85px;
				 }
				 @media only screen and (min-width:576px){
					 left: 150px;
				 }
				 @media only screen and (min-width:768px){
					 left: 210px;
					 top: 320px;
				 }
				 @media only screen and (min-width:1024px){
					 left: 155px;
					 top: 220px;
				 }
				 @media only screen and (min-width:1366px){
					 left: 210px;
					 top: 320px;
				 }
				 @media only screen and (min-width:1600px){
					 left: 240px;
					 top: 380px;
				 }
				 @media only screen and (min-width:1880px){
					 left: 280px;
					 top: 440px;
				 }
			 }
		 }
		 &.hp_TF{
			 span{
				 @media only screen and (min-width:320px){
					 left: 85px;
					 top: 134px;
				 }
				 @media only screen and (min-width:576px){
					 left: 150px;
					 top: 270px;
				 }
				 @media only screen and (min-width:768px){
					 left: 220px;
					 top: 360px;
				 }
				 @media only screen and (min-width:1024px){
					 left: 160px;
					 top: 260px;
				 }
				 @media only screen and (min-width:1366px){
					 left: 220px;
					 top: 360px;
				 }
				 @media only screen and (min-width:1600px){
					 left: 240px;
					 top: 430px;
				 }
				 @media only screen and (min-width:1880px){
					 left: 280px;
					 top: 490px;
				 }
			 }
		 }

		 a{
			 color: #FFF;
			 position: relative;
			 display: inline-block;
			 .img-responsive{
				 width: 100%;
				 max-width: 1000px;
				 display: inline-block;
				 @media only screen and (min-width:1024px){
					 max-width: 525px;
				 }
				 @media only screen and (min-width:1366px){
					 max-width: 725px;
				 }
				 @media only screen and (min-width:1600px){
					 max-width: 865px;
				 }
				 @media only screen and (min-width:1880px){
					 max-width: 1000px;
				 }
			 }
			 span{
				 position: absolute;
				 left: 60px;
				 font-family: "Avenir";
				 top: 115px;
				 font-size: 14px;
				 line-height: 70px;
				 font-weight: bold;
				 @media only screen and (min-width:320px){
					 left: 95px;
					 top: 120px;
					 font-size: 14px;
					 line-height: 20px;
				 }
				 @media only screen and (min-width:576px){
					 left: 170px;
					 top: 230px;
					 font-size: 32px;
					 line-height: 40px;
				 }
				 @media only screen and (min-width:768px){
					 left: 240px;
					 top: 310px;
					 font-size: 40px;
					 line-height: 50px;
				 }
				 @media only screen and (min-width:1024px){
					 left: 175px;
					 top: 225px;
					 font-size: 28px;
					 line-height: 40px;
				 }
				 @media only screen and (min-width:1366px){
					 left: 230px;
					 top: 305px;
					 font-size: 40px;
					 line-height: 50px;
				 }
				 @media only screen and (min-width:1600px){
					 left: 280px;
					 top: 360px;
					 font-size: 50px;
					 line-height: 60px;
				 }
				 @media only screen and (min-width:1880px){
					 left: 320px;
					 top: 430px;
					 font-size: 60px;
				 }
			 }
		 }
		 */
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .banner-box .box-hp {
    width: auto;
    margin: 30px;
  }
}
@media only screen and (min-width: 520px) {
  .banner-box .box-hp.hp_TBO,
  .banner-box .box-hp.hp_ME {
    text-align: right;
  }
  .banner-box .box-hp.hp_SAR,
  .banner-box .box-hp.hp_TF {
    text-align: left;
    margin-left: 50%;
  }
  .banner-box .box-hp.hp_SAR,
  .banner-box .box-hp.hp_ME,
  .banner-box .box-hp.hp_TF {
    margin-top: -10%;
  }
}
.banner-box .box-hp a span {
  display: none;
}
/**
  * product carousel list
  */
.membership_box {
  background: #f7f7f7;
  padding: 30px 45px 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .membership_box {
    padding: 60px 85px 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .membership_box {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.membership_box .prolist_box {
  margin: auto;
}
.membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Avenir";
  font-size: 30px;
}
.membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:before,
.membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1920px) {
  .membership_box .prolist_box .zoo-title-style4 .zoo-main-heading .zoo-heading-wrapper-title h3 {
    font-size: 56px;
  }
}
.membership_box .prolist_box .zoo-block-products-list {
  margin: auto;
  width: 100%;
  max-width: 1440px;
}
.membership_box .prolist_box .zoo-block-products-list.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 {
  background: unset;
}
.membership_box .prolist_box .zoo-block-products-list.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details {
  background: #FFF;
}
@media only screen and (min-width: 992px) {
  .membership_box .prolist_box .zoo-block-products-list.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details {
    background: unset;
  }
  .membership_box .prolist_box .zoo-block-products-list.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info:hover .zoo_product_grid_style_1 {
    background: rgba(160, 160, 160, 0.1);
  }
  .membership_box .prolist_box .zoo-block-products-list.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info:hover .product-item-details {
    background: rgba(160, 160, 160, 0.1);
  }
}
@media only screen and (min-width: 992px) {
  .membership_box .prolist_box .zoo-block-products-list .owl-carousel .owl-stage-outer .owl-stage {
    background: #fff;
  }
}
.membership_box .prolist_box .zoo-block-products-list .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  text-align: center;
  padding: 0px;
  border-top: 1px solid rgba(139, 145, 148, 0.5);
  border-right: 1px solid rgba(139, 145, 148, 0.5);
  border-bottom: 1px solid rgba(139, 145, 148, 0.5);
  border-left: 1px solid rgba(139, 145, 148, 0.5);
}
.membership_box .all_memberships {
  padding-top: 10px;
  text-align: center;
}
.membership_box .all_memberships .see-all {
  font-weight: bold;
  color: #006eff;
}
.owl-carousel .owl-stage-outer {
  padding: 10px 1px 0px 0px;
}
.owl-carousel .owl-stage-outer .owl-stage {
  /*
			 background: #f5f5f5;
			*/
}
.owl-carousel .owl-stage-outer .owl-stage .product_hover {
  margin-bottom: 0px;
}
.owl-carousel .owl-stage-outer .owl-stage .product_hover.frenzelogo .zoo-inner-product-item-info {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/images/item_list_bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 75px 50px;
}
.products-grid.grid .product-item-info,
.widget-product-grid .product-item-info {
  height: auto !important;
}
.products-grid.grid .product-item-info .product_shop_loop,
.widget-product-grid .product-item-info .product_shop_loop {
  margin: 0px;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(160, 160, 160, 0.1);
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview,
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview-externalurl {
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
  font-family: 'Arial';
  width: 160px;
  height: 45px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
  color: #FFF;
  padding: 5px 20px;
  background: #006eff;
  opacity: 1;
  text-transform: uppercase;
  position: absolute;
  transition: all .3s;
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
  bottom: -60px;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview .clever-icon-eye-1:before,
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview-externalurl .clever-icon-eye-1:before {
  display: none;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview-externalurl span {
  display: none;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview-externalurl a {
  color: #FFF;
  padding: 8px 20px;
  display: block !important;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 .zoo-quickview-externalurl a:hover {
  color: #FFF;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details {
  background: #f5f5f5;
  padding: 10px 0px 30px;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
  margin: 0px 20px 10px 20px;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .swatch-opt {
  display: none;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .price-box .price {
  color: #8b9194;
  font-family: Arial;
  font-size: 24px;
  line-height: 28px;
}
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info:hover .zoo-quickview,
.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info:hover .zoo-quickview-externalurl {
  bottom: 30%;
}
/*****/
/**
  * Newsletter
  */
.newsletters {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: bottom left;
  min-height: 350px;
}
@media (max-width: 767px) {
  .newsletters {
    min-height: 250px;
  }
}
@media (min-width: 1920px) {
  .newsletters {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (max-width: 575px) {
  .newsletters {
    /*background-image: url('../../frontend/TPFGroup/TickFord/en_US/images/newsletters.jpg') !important;*/
    background-position: -250px 0px;
  }
}
.newsletters .newsletters-content {
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .newsletters .newsletters-content {
    max-width: 1440px;
    width: 100%;
    margin: auto;
  }
}
.newsletters h2 {
  color: #ffffff;
  font-family: "Avenir";
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}
@media only screen and (max-width: 768px) {
  .newsletters h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 576px) {
  .newsletters h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .newsletters h2 br {
    display: none;
  }
}
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .field.newsletter {
  max-width: 410px;
  margin-bottom: 0px;
}
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .field.newsletter input {
  color: #FFF;
  font-size: 14px;
  font-family: Arial;
  border-color: #676767;
  background: #252525;
  height: 40px;
}
@media only screen and (min-width: 576px) {
  .newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .field.newsletter input {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .field.newsletter input {
    background: transparent;
  }
}
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button,
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action,
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift {
  margin-left: 0px;
}
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  font-size: 14px;
  background: #006eff;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}
@media only screen and (min-width: 576px) {
  .newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
  .newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
  .newsletters .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
    font-size: 16px;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*****/
/* Category page */
.category-image {
  margin: 20px 0px 0px;
  text-align: center;
}
.category-image .image {
  display: inline-block;
}
.category_banner.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .category_banner.desktop {
    display: none;
  }
  .category_banner.mobile {
    display: block;
  }
}
.shop_header {
  margin-bottom: 0px;
}
.shop_header.with_featured_img {
  padding: 0px;
  height: 220px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 769px) {
  .shop_header.with_featured_img {
    height: 421px;
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 768px) {
  .shop_header.with_featured_img {
    height: 150px;
  }
}
.shop_header.with_featured_img .shop_header_bkg {
  background-position: center bottom;
}
@media only screen and (max-width: 1920px) {
  .shop_header.with_featured_img .shop_header_bkg {
    background-size: unset;
  }
}
@media only screen and (max-width: 768px) {
  .shop_header.with_featured_img .shop_header_bkg {
    background-position: center top;
    background-color: #000;
  }
}
.shop_header .category-description-banner {
  position: relative;
  padding: 15px;
  max-width: 1440px;
  margin: auto;
}
.shop_header .category-description-banner h3 {
  font-size: 24px;
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-family: "Avenir";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .shop_header .category-description-banner h3 {
    font-size: 64px;
    padding-top: 100px;
    text-transform: capitalize;
    text-align: left;
  }
  .shop_header .category-description-banner h3 br {
    display: none;
  }
}
/*****/
/* breadcrumbs */
.zoo-breadcrumbs {
  margin: 60px 0px 0px 0px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .zoo-breadcrumbs {
    display: block;
  }
}
.zoo-breadcrumbs .breadcrumbs {
  margin: 0px;
  max-width: 100%;
}
.zoo-breadcrumbs .breadcrumbs .item:not(:last-child):after {
  content: '\\';
  font-family: unset;
  font-size: 12px;
  line-height: 21px;
  margin: 0px;
}
.zoo-breadcrumbs .items .item {
  font-size: 12px;
  color: #595959;
}
.zoo-breadcrumbs .items .item a {
  font-size: 12px;
  color: #595959;
  padding-bottom: 2px;
  border-bottom: 1px solid #595959;
}
.zoo-breadcrumbs .items .item a:hover {
  border-bottom-color: #006eff;
  text-decoration: none;
}
/*****/
/* page title */
.page-title-wrapper .page-title {
  text-align: left;
  margin: 0px;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .page-title-wrapper .page-title {
    font-size: 36px;
  }
}
.catalog-category-view .page-title-wrapper .page-title,
.catalogsearch-result-index .page-title-wrapper .page-title {
  text-transform: unset;
}
.checkout-cart-index h1.page-title {
  text-align: left;
  margin: 0px;
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .checkout-cart-index h1.page-title {
    font-size: 36px;
  }
}
/*****/
.toolbar-top .toolbar.toolbar-products {
  margin-bottom: 10px;
}
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter {
  padding-left: 0px;
  margin-left: auto;
}
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  color: #8b9194;
  text-transform: none;
  font-weight: normal;
  margin-right: 10px;
}
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter .select-style {
  padding: 10px 15px;
  border: 1px solid #8b9194;
  height: auto;
}
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter .select-style:before {
  content: '\f107' !important;
  font-family: 'FontAwesome' !important;
  font-size: 18px;
  right: 16px;
}
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter .sbHolder#sorter,
.toolbar-top .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options#sorter {
  text-transform: capitalize;
  font-weight: normal;
}
.catalog-category-view #zoo-main-content,
.clevershopby-index-index #zoo-main-content,
.catalogsearch-result-index #zoo-main-content {
  padding-top: 10px;
}
.catalog-category-view #zoo-main-content .product_grid_style_1 .product-items .product-item.frenzelogo .zoo-inner-product-item-info,
.clevershopby-index-index #zoo-main-content .product_grid_style_1 .product-items .product-item.frenzelogo .zoo-inner-product-item-info,
.catalogsearch-result-index #zoo-main-content .product_grid_style_1 .product-items .product-item.frenzelogo .zoo-inner-product-item-info {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/images/item_list_bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 75px 50px;
}
.catalog-category-view #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name,
.clevershopby-index-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
  margin-bottom: 5px;
}
.catalog-category-view #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a,
.clevershopby-index-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a,
.catalogsearch-result-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a {
  color: #595959;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
}
.catalog-category-view #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .price-box .price,
.clevershopby-index-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .price-box .price,
.catalogsearch-result-index #zoo-main-content .product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .price-box .price {
  color: #007dc6;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.catalog-category-view .zoo-breadcrumbs,
.clevershopby-index-index .zoo-breadcrumbs,
.catalogsearch-result-index .zoo-breadcrumbs {
  line-height: 21px;
}
.catalog-category-view.page-products .sidebar,
.clevershopby-index-index.page-products .sidebar,
.catalogsearch-result-index.page-products .sidebar {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .catalog-category-view #zoo-layer-navigation,
  .clevershopby-index-index #zoo-layer-navigation,
  .catalogsearch-result-index #zoo-layer-navigation {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
  }
  .catalog-category-view #zoo-layer-navigation .zoo-sidebar-additional,
  .clevershopby-index-index #zoo-layer-navigation .zoo-sidebar-additional,
  .catalogsearch-result-index #zoo-layer-navigation .zoo-sidebar-additional {
    display: none;
  }
}
.catalog-product-view #zoo-main-content .container {
  width: 100%;
  max-width: 100%;
}
.catalog-product-view .zoo-breadcrumbs .items .item.product {
  display: inline-block;
}
.catalog-product-view .product-view-detail {
  margin: 60px auto 0px;
  max-width: 1440px;
  width: auto;
  overflow: hidden;
}
.catalog-product-view .product-lower-primary-column,
.catalog-product-view .product-lower-secondary-column {
  margin-left: -15px;
  margin-right: -15px;
  background: #f5f5f5;
}
.catalog-product-view .product-lower-primary-column.col-md-12,
.catalog-product-view .product-lower-secondary-column.col-md-12 {
  max-width: none;
  width: auto;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab {
  padding: 15px 25px 20px;
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab {
    padding: 35px 45px 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab {
    padding: 35px 85px 40px;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab.product-tab-related-upsell:not(.isset),
.catalog-product-view .product-lower-secondary-column .catalog-product-tab.product-tab-related-upsell:not(.isset) {
  display: none;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title {
  margin-top: 10px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title {
    text-align: center;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title.active,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title.active,
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title:hover,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title:hover {
  border-bottom: unset;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title.active a,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title.active a,
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title:hover a,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title:hover a {
  font-size: 24px;
  font-family: 'Avenir';
  color: #000000;
  line-height: normal;
  font-weight: bold;
  text-transform: none;
}
@media only screen and (min-width: 576px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title.active a,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title.active a,
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title:hover a,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title:hover a {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title.active a,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title.active a,
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title:hover a,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title:hover a {
    font-size: 56px;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.title > .switch,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.title > .switch {
  padding: 0px !important;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content {
  border-top: unset;
  padding: 0px 0px 0px;
}
@media only screen and (min-width: 577px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content {
    padding: 20px 0px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content {
    padding: 50px 0px 0px;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related {
  padding: 0px 0px;
  margin: auto;
  width: 100%;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 {
  /*
											 .owl-item{
												 margin-right: 30px !important;
												 &:last-child{
													 margin-right: 0px !important;
												 }
											 }
											 */
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 {
  border: 1px solid #979797;
  background: unset;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details {
  margin-top: 15px;
  padding-bottom: 0px;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name {
    margin: 0;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  color: #595959;
  font-weight: normal;
  line-height: 26px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a,
  .catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .price-box .price,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab .product.data.items > .item.content .block.related .product_grid_style_1 .product-item-info .zoo-inner-product-item-info .product-item-details .price-box .price {
  color: #007dc6;
  font-size: 16px;
  font-weight: bold;
}
.catalog-product-view .product-lower-primary-column .catalog-product-tab.isset .product.info.detailed,
.catalog-product-view .product-lower-secondary-column .catalog-product-tab.isset .product.info.detailed {
  margin-bottom: 0px;
}
.catalog-product-view .product-lower-secondary-column {
  display: none;
}
.catalog-product-view .tickfordracing_box {
  height: 200px;
  background-size: contain;
}
@media (min-width: 768px) {
  .catalog-product-view .tickfordracing_box {
    height: 270px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .tickfordracing_box {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .catalog-product-view .tickfordracing_box {
    height: 480px;
  }
}
@media (min-width: 1600px) {
  .catalog-product-view .tickfordracing_box {
    height: 616px;
  }
}
.product-view-detail .product.media .fotorama__stage,
.product-quickview-view .product.media .fotorama__stage,
.product-view-detail .product.product-media .fotorama__stage,
.product-quickview-view .product.product-media .fotorama__stage {
  padding-left: 0;
}
.product-view-detail .product.media .fotorama__stage .magnifier-preview,
.product-quickview-view .product.media .fotorama__stage .magnifier-preview,
.product-view-detail .product.product-media .fotorama__stage .magnifier-preview,
.product-quickview-view .product.product-media .fotorama__stage .magnifier-preview {
  z-index: 10;
}
.product-view-detail .product.media .fotorama-item .fotorama__thumb-border,
.product-quickview-view .product.media .fotorama-item .fotorama__thumb-border,
.product-view-detail .product.product-media .fotorama-item .fotorama__thumb-border,
.product-quickview-view .product.product-media .fotorama-item .fotorama__thumb-border,
.product-view-detail .product.media .fotorama--fullscreen .fotorama__nav .fotorama__thumb-border,
.product-quickview-view .product.media .fotorama--fullscreen .fotorama__nav .fotorama__thumb-border,
.product-view-detail .product.product-media .fotorama--fullscreen .fotorama__nav .fotorama__thumb-border,
.product-quickview-view .product.product-media .fotorama--fullscreen .fotorama__nav .fotorama__thumb-border {
  border: unset;
  background: unset;
}
.product-view-detail .product.media .fotorama__nav__frame img,
.product-quickview-view .product.media .fotorama__nav__frame img,
.product-view-detail .product.product-media .fotorama__nav__frame img,
.product-quickview-view .product.product-media .fotorama__nav__frame img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.2s linear;
}
.product-view-detail .product.media .fotorama__nav__frame.fotorama__active img,
.product-quickview-view .product.media .fotorama__nav__frame.fotorama__active img,
.product-view-detail .product.product-media .fotorama__nav__frame.fotorama__active img,
.product-quickview-view .product.product-media .fotorama__nav__frame.fotorama__active img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.product-view-detail .product-info-main .page-title-wrapper h1,
.product-quickview-view .product-info-main .page-title-wrapper h1 {
  color: #000000;
  font-size: 28px;
  margin-bottom: 10px;
}
@media (min-width: 420px) {
  .product-view-detail .product-info-main .product-info-price,
  .product-quickview-view .product-info-main .product-info-price {
    border-bottom: unset;
  }
}
@media only screen and (max-width: 639px) {
  .product-view-detail .product-info-main .product-info-price,
  .product-quickview-view .product-info-main .product-info-price {
    margin: 0px 0px 15px;
    width: 100% !important;
  }
}
.product-view-detail .product-info-main .product-options-bottom .price-box .price-container > span.price-label,
.product-quickview-view .product-info-main .product-options-bottom .price-box .price-container > span.price-label,
.product-view-detail .product-info-main .product-info-price .price-box .price-container > span.price-label,
.product-quickview-view .product-info-main .product-info-price .price-box .price-container > span.price-label {
  display: none;
}
.product-view-detail .product-info-main .product-options-bottom .price-box .price-container .price,
.product-quickview-view .product-info-main .product-options-bottom .price-box .price-container .price,
.product-view-detail .product-info-main .product-info-price .price-box .price-container .price,
.product-quickview-view .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #007dc6;
}
.product-view-detail .product-info-main .product-options-bottom .price-box .old-price .price-container .price,
.product-quickview-view .product-info-main .product-options-bottom .price-box .old-price .price-container .price,
.product-view-detail .product-info-main .product-info-price .price-box .old-price .price-container .price,
.product-quickview-view .product-info-main .product-info-price .price-box .old-price .price-container .price {
  font-size: 20px;
  color: #8b9194;
}
.product-view-detail .product-info-main .stock,
.product-quickview-view .product-info-main .stock {
  margin-bottom: 5px;
}
.product-view-detail .product-info-main .stock.available,
.product-quickview-view .product-info-main .stock.available,
.product-view-detail .product-info-main .stock.unavailable,
.product-quickview-view .product-info-main .stock.unavailable {
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  color: #8b9194;
}
.product-view-detail .product-info-main .product-info-sku,
.product-quickview-view .product-info-main .product-info-sku {
  padding: 0px 0 15px;
}
.product-view-detail .product-info-main .product-info-sku .type,
.product-quickview-view .product-info-main .product-info-sku .type {
  font-weight: normal;
}
.product-view-detail .product-info-main .product-info-sku .type:after,
.product-quickview-view .product-info-main .product-info-sku .type:after {
  content: ':';
}
.product-view-detail .product-info-main .product-description span.type,
.product-quickview-view .product-info-main .product-description span.type {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-view-detail .product-info-main .product-description .value[itemprop="description"],
.product-quickview-view .product-info-main .product-description .value[itemprop="description"] {
  padding-bottom: 0px;
  display: block;
}
.product-view-detail .product-info-main #product-options-wrapper,
.product-quickview-view .product-info-main #product-options-wrapper {
  margin-bottom: 10px;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-attribute-options,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-attribute-options {
  padding: 5px 0px;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-attribute,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-attribute {
  margin-bottom: 10px;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-attribute .swatch-attribute-label,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-attribute .swatch-attribute-label {
  color: #000000;
  text-transform: uppercase;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-attribute.cs_size .swatch-attribute-options div.mage-error[generated],
.product-quickview-view .product-info-main #product-options-wrapper .swatch-attribute.cs_size .swatch-attribute-options div.mage-error[generated] {
  text-indent: -1000px;
  position: relative;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-attribute.cs_size .swatch-attribute-options div.mage-error[generated]:after,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-attribute.cs_size .swatch-attribute-options div.mage-error[generated]:after {
  content: '*Please select a size';
  position: absolute;
  left: 1000px;
  top: 0;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-option:before,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-option:before {
  border-radius: 0;
  border: none;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-option.text,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-option.text {
  color: #000;
  background: unset;
  border: 1px solid #000000;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  margin: 0px 7px 10px 0px;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-option.text:first-child,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-option.text:first-child {
  margin-left: 0px;
}
.product-view-detail .product-info-main #product-options-wrapper .swatch-option.text.selected,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-option.text.selected,
.product-view-detail .product-info-main #product-options-wrapper .swatch-option.text:hover,
.product-quickview-view .product-info-main #product-options-wrapper .swatch-option.text:hover {
  color: #FFF;
  background: #006eff !important;
  border-color: #006eff !important;
}
.product-view-detail .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty,
.product-quickview-view .product-info-main .product-options-bottom .box-tocart .fieldset .field.qty {
  width: auto;
}
.product-view-detail .product-info-main .product-options-bottom .box-tocart .d-flex,
.product-quickview-view .product-info-main .product-options-bottom .box-tocart .d-flex {
  margin-right: 20px;
}
@media (min-width: 400px) {
  .product-view-detail .product-info-main .product-options-bottom .box-tocart .d-flex,
  .product-quickview-view .product-info-main .product-options-bottom .box-tocart .d-flex {
    float: left;
  }
}
.product-view-detail .product-info-main .product-options-bottom .box-tocart .actions,
.product-quickview-view .product-info-main .product-options-bottom .box-tocart .actions {
  width: auto;
  display: inline-block;
}
@media (min-width: 400px) {
  .product-view-detail .product-info-main .product-options-bottom .box-tocart .actions,
  .product-quickview-view .product-info-main .product-options-bottom .box-tocart .actions {
    margin-top: 0px;
  }
}
.product-view-detail .product-info-main .product-options-bottom .product-addto-links,
.product-quickview-view .product-info-main .product-options-bottom .product-addto-links {
  margin-top: 30px;
}
.product-view-detail .product-info-main .product-options-bottom .product-addto-links .action,
.product-quickview-view .product-info-main .product-options-bottom .product-addto-links .action {
  width: auto;
  height: auto;
  border: none;
  color: #595959;
  line-height: normal;
}
.product-view-detail .product-info-main .product-options-bottom .product-addto-links .action .action-wishlist__text,
.product-quickview-view .product-info-main .product-options-bottom .product-addto-links .action .action-wishlist__text {
  color: #595959;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
}
.product-view-detail .product-info-main .product-options-bottom .product-addto-links .action .clever-icon-heart-4:before,
.product-quickview-view .product-info-main .product-options-bottom .product-addto-links .action .clever-icon-heart-4:before {
  content: "\c278";
  font-size: 16px;
}
.product-view-detail .product-info-main .product-options-bottom .fieldset .field.qty .control,
.product-quickview-view .product-info-main .product-options-bottom .fieldset .field.qty .control {
  border: 1px solid #000;
}
.product-view-detail .product-info-main .product-options-bottom .fieldset .actions .action.tocart,
.product-quickview-view .product-info-main .product-options-bottom .fieldset .actions .action.tocart {
  padding: 0 25px;
}
.product-view-detail .product-info-main .product-options-bottom .fieldset .actions .action.tocart:hover,
.product-quickview-view .product-info-main .product-options-bottom .fieldset .actions .action.tocart:hover {
  background-color: #000;
}
.product-view-detail .product-info-main .product-options-bottom .clever-icon-minus:before,
.product-quickview-view .product-info-main .product-options-bottom .clever-icon-minus:before,
.product-view-detail .product-info-main .product-options-bottom .clever-icon-plus:before,
.product-quickview-view .product-info-main .product-options-bottom .clever-icon-plus:before {
  color: #595959;
}
@media (min-width: 992px) {
  .product-quickview-view .product.product-media {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .product-quickview-view .product-info-main {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.page-products .products-grid.grid {
  padding-top: 20px;
  padding-bottom: 0px;
}
.page-products #zoo-product-listing.product_grid_style_1.category-products-grid .zoo-inner-product-item-info {
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
transition:all .3s cubic-bezier(0.165, 0.84, 0.44, 1) .page-products #zoo-product-listing.product_grid_style_1.category-products-grid .zoo-inner-product-item-info:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media only screen and (min-width: 1280px) {
  transition:all .3s cubic-bezier(0.165, 0.84, 0.44, 1) .page-products #zoo-product-listing.product_grid_style_1.category-products-grid .zoo-inner-product-item-info:hover {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
  }
}
.page-products #zoo-product-listing.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .product-item-details,
.page-products #zoo-product-listing.product_grid_style_1 .product-items .product-item-info .zoo-inner-product-item-info .zoo_product_grid_style_1 {
  background: unset;
}
.page-product-bundle .bundle-options-container .product-add-form {
  padding-top: 15px;
  display: block;
}
.page-product-bundle .bundle-options-container .product-add-form:before {
  border: unset;
}
.page-product-bundle .bundle-options-container .product-add-form .bundle-options-wrapper,
.page-product-bundle .bundle-options-container .product-add-form .product-options-wrapper {
  float: unset;
  width: 100%;
}
.page-product-bundle .bundle-options-container .product-add-form .bundle-options-wrapper .fieldset-bundle-options #customizeTitle,
.page-product-bundle .bundle-options-container .product-add-form .product-options-wrapper .fieldset-bundle-options #customizeTitle,
.page-product-bundle .bundle-options-container .product-add-form .bundle-options-wrapper .fieldset-bundle-options button.customization,
.page-product-bundle .bundle-options-container .product-add-form .product-options-wrapper .fieldset-bundle-options button.customization,
.page-product-bundle .bundle-options-container .product-add-form .bundle-options-wrapper .fieldset-bundle-options .cart.table-wrapper .actions-toolbar > .action.customization,
.page-product-bundle .bundle-options-container .product-add-form .product-options-wrapper .fieldset-bundle-options .cart.table-wrapper .actions-toolbar > .action.customization,
.page-product-bundle .bundle-options-container .product-add-form .bundle-options-wrapper .fieldset-bundle-options .action-gift.customization,
.page-product-bundle .bundle-options-container .product-add-form .product-options-wrapper .fieldset-bundle-options .action-gift.customization {
  display: none;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset {
  margin-bottom: 0px;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field {
  border-top: unset;
  padding-top: 0px;
  margin-bottom: 20px !important;
  float: unset;
  width: 100%;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field label,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field label,
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control {
  float: unset;
  width: 100%;
  font-size: 16px;
  color: #595959;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field > label,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field > label {
  font-weight: bold;
  text-transform: uppercase;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control select,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control select {
  width: auto;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty {
  margin-top: 10px;
  display: block;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty label,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty label,
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control {
  float: left;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty label,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty label {
  width: auto;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  text-transform: unset;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control {
  border: unset;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control button,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control button,
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control .cart.table-wrapper .actions-toolbar > .action,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control .cart.table-wrapper .actions-toolbar > .action,
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control .action-gift,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control .action-gift {
  display: none;
}
.page-product-bundle .bundle-options-container #product_addtocart_form .bundle-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control input,
.page-product-bundle .bundle-options-container #product_addtocart_form .product-options-wrapper .fieldset-bundle-options.fieldset > .field .control .nested .field.qty .control input {
  line-height: 28px;
  height: 18px;
}
.page-product-bundle .bundle-options-container #bundleSummary {
  top: unset !important;
  float: unset;
  width: 100%;
  border: unset;
  background: unset;
  padding: 0px;
  margin-bottom: 20px;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-image-container {
  display: none;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .product.name,
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .price-box {
  display: none;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .box-tocart .fieldset {
  text-align: left;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .box-tocart .fieldset .d-flex {
  float: left;
  margin-right: 20px;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .box-tocart .fieldset .d-flex .field.qty {
  width: auto;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .box-tocart .fieldset .actions {
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .product-addto-links {
  margin-top: 30px;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .product-addto-links .action {
  width: auto;
  height: auto;
  border: none;
  color: #595959;
  line-height: normal;
  margin-left: 0px;
  background: unset;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .product-addto-links .action .action-wishlist__text {
  color: #595959;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-info .product-details .product-addto-links .action .clever-icon-heart-4:before {
  content: "\c278";
  font-size: 16px;
}
.page-product-bundle .bundle-options-container #bundleSummary .content .bundle-summary {
  display: none;
}
@media (max-width: 991px) {
  #shop-sidebar-left {
    order: 1;
  }
}
@media (min-width: 992px) {
  #shop-sidebar-left .zoo-sidebar-main {
    max-width: 270px;
  }
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-title {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: unset;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-title:after {
  content: ' ';
  width: 70px;
  position: unset;
  display: block;
  margin-top: 3px;
  border-bottom: 3px solid #007dc6;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-toggle-category {
  font-size: 14px;
  height: 14px;
  color: #8b9194;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-toggle-category .cs-font {
  font-weight: bold;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .items-children .zoo-toggle-category {
  display: none;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content {
  color: #8b9194;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content a {
  color: #8b9194;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content a:hover {
  color: #006eff;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content .cleversoft_shopby_filter_items_attr_category_ids a {
  font-weight: bold;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content .cleversoft_shopby_filter_items_attr_category_ids li.item {
  padding-bottom: 15px;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content .cleversoft_shopby_filter_items_attr_category_ids li.item .items-children li {
  padding: 15px 0px 0px 0px;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content .cleversoft_shopby_filter_items_attr_category_ids li.item .items-children a {
  font-weight: normal;
  font-size: 100%;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .zoo-filter-options-content .cs_size {
  overflow-y: scroll;
  max-height: 400px;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a span {
  color: #8b9194;
  font-size: 16px;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a .count {
  color: #595959;
  font-size: 16px;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a .count:before,
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a .count:after {
  content: '';
}
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a:hover span {
  color: #006eff;
}
#shop-sidebar-left .block.filter .filter-content .filter-options .item.checkbox-filter a:hover .count {
  color: #006eff;
}
#shop-sidebar-left .block.block-compare .block-title strong,
#shop-sidebar-left .block.block-reorder .block-title strong,
#shop-sidebar-left .block.block-wishlist .block-title strong {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 25px;
  border-bottom: unset;
  font-size: 16px;
  line-height: 21px;
}
#shop-sidebar-left .block.block-compare .block-title strong:after,
#shop-sidebar-left .block.block-reorder .block-title strong:after,
#shop-sidebar-left .block.block-wishlist .block-title strong:after {
  content: ' ';
  width: 70px;
  position: unset;
  display: block;
  border-bottom: 3px solid #007dc6;
}
#shop-sidebar-left .block.block-reorder .product-item {
  display: block;
}
#shop-sidebar-left .block.block-wishlist .block-title .counter {
  display: none;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item {
  display: block;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details {
  text-align: left;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-left: 0px;
  margin-right: 20px;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: #333;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.action.primary {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: inherit;
  padding: 8px 15px;
  text-transform: uppercase;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.action.primary:hover {
  background: #000000;
  color: #ffffff;
}
#shop-sidebar-left .block.block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary a.action.primary span {
  color: #ffffff;
}
#shop-sidebar-left .block .actions-primary button,
#shop-sidebar-left .block .actions-toolbar button,
#shop-sidebar-left .block .actions-primary .cart.table-wrapper .actions-toolbar > .action,
#shop-sidebar-left .block .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
#shop-sidebar-left .block .actions-primary .action-gift,
#shop-sidebar-left .block .actions-toolbar .action-gift {
  padding: 8px 15px;
}
#shop-sidebar-left .block .actions-primary button span,
#shop-sidebar-left .block .actions-toolbar button span,
#shop-sidebar-left .block .actions-primary .cart.table-wrapper .actions-toolbar > .action span,
#shop-sidebar-left .block .actions-toolbar .cart.table-wrapper .actions-toolbar > .action span,
#shop-sidebar-left .block .actions-primary .action-gift span,
#shop-sidebar-left .block .actions-toolbar .action-gift span {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
}
#shop-sidebar-left .block .primary span {
  color: #000000;
}
/* Cart page */
.checkout-cart-index #zoo-main-content {
  padding-top: 10px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container {
  margin: 25px 0px 0px;
}
@media (max-width: 1024px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table {
  border-bottom: 1px solid #8b9194;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table thead tr {
  border-top: 1px solid #8b9194;
  border-bottom: 1px solid #8b9194;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table thead tr th {
  border-top: unset;
  border-bottom: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table thead tr th.col {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 0px 15px 0px;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table thead tr th.col {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tbody.cart.item tr td {
    border-top: 1px solid #8b9194;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td {
  padding: 25px 0px 15px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.name,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.name {
  width: 40%;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.name,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.name {
    width: 100%;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.name .product-image-container,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.name .product-image-container {
  width: 110px !important;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.sku,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.sku {
  width: 15%;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.qty,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.qty {
  width: 15%;
  text-align: center;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.price,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.price {
  width: 12%;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th.subtotal,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td.subtotal {
  width: 13%;
}
@media only screen and (min-width: 768px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr th,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table tr td {
    display: inline-block;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table > .item {
  border: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table td .cart-price .price {
  color: #007dc6;
  font-weight: bold;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .input-text {
  width: 54px;
}
@media (min-width: 768px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile {
    text-align: left;
    margin-bottom: 20px;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-photo span.product-image-container {
    width: 100% !important;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-details .mobile-price .price-including-tax {
    display: inline-block;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-details .mobile-price .unit-price {
    float: left;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .product-info-mobile .product-item-details .mobile-price .total-price {
    font-weight: bold;
    float: right;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty {
  width: auto;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty {
    text-align: left;
  }
}
@media (max-width: 410px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty {
    text-align: center;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control {
  border: 1px solid #000000;
  width: 100px !important;
  display: inline-block;
  margin: 3px 0px 1px 3px;
}
@media (max-width: 576px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control {
    width: 120px !important;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control input {
  width: 54px;
  float: left;
}
@media (max-width: 576px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control input {
    width: 74px;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count {
  width: 22px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count span {
  height: 45px;
  width: 15px;
  line-height: 46px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.reduced {
  float: left;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.reduced:active,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.reduced:focus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.increase {
  float: right;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.increase:active,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .control .items-count.increase:focus {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .product-item-details {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .product-item-details {
    float: right;
  }
}
@media (max-width: 410px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .col.qty .box-tocart .fieldset .field.qty .product-item-details {
    float: none;
    text-align: center;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name {
  margin-bottom: 10px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name + .item-options {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name + .item-options dd,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .product-item-name + .item-options dt {
  color: #000000;
  font-weight: normal;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .action.remove {
  padding: 0px 25px 0px 0px;
  background: url("../../frontend/TPFGroup/TickFord/en_US/images/icon/ico_trash.png") no-repeat right center;
  background-size: contain;
  text-transform: uppercase;
  font-size: 12px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .message.notice {
  padding: 0px;
  margin: 10px 10px 10px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart.table-wrapper #shopping-cart-table .product-item-details .message.notice > *:first-child:before {
  content: ' ';
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart {
  padding-left: 15px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart {
    order: -1;
    width: 100%;
    padding-right: 15px;
  }
}
@media (max-width: 576px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .cart.actions.main {
  text-align: right;
  margin-top: 30px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action {
  background: #006eff;
  border: unset;
  padding: 0 40px;
  text-transform: uppercase;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action:hover {
  background: #000000;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  box-shadow: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action span {
  height: 48px;
  line-height: 48px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.action-towishlist {
  font-size: 12px;
  padding: 0px 20px 0px 0px;
  background: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue {
  font-family: Arial;
  border-radius: unset;
  text-align: center;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue {
    letter-spacing: 1px;
    float: left;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue:before {
  display: none;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
  color: #FFFFFF;
  background: #000000;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue:hover,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear:hover {
  background: #006eff;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  box-shadow: unset;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
    float: none;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.continue,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
    display: none;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
  float: left;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.clear {
    float: right;
    margin-left: 0px;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.update {
  color: #FFFFFF;
  background: #006eff;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.update:hover {
  background: #000000;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  box-shadow: unset;
}
@media (max-width: 576px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .left_checkout_cart .form-cart .action.update {
    width: 100%;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary {
  width: 100%;
  top: 0 !important;
}
@media (min-width: 1025px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary {
    width: 40%;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-totals tbody tr {
  border-top: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-totals tbody tr:last-child {
  padding-bottom: 20px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-totals tbody tr th {
  text-transform: uppercase;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-totals tbody tr th,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-totals tbody tr td {
  padding: 20px 15px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount,
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-summary-wrap {
  border: unset;
  background: unset;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount {
  padding: 0px 0px 20px 0px;
  float: none;
}
@media (max-width: 575px) {
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar button.button,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar button.button,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.button,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar .cart.table-wrapper .actions-toolbar > .action.button,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar .action-gift.button,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar .action-gift.button {
    width: 100%;
    display: block;
  }
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar button.button:first-child,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar button.button:first-child,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar .cart.table-wrapper .actions-toolbar > .action.button:first-child,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar .cart.table-wrapper .actions-toolbar > .action.button:first-child,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .actions-toolbar .action-gift.button:first-child,
  .checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount .amactions-toolbar .action-gift.button:first-child {
    margin-bottom: 10px;
  }
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .cart-discount #discount-coupon-form {
  padding: 0px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block.shipping {
  margin-bottom: 15px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block .fieldset {
  margin: 0px 0 0px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block .fieldset.rate {
  margin: 10px 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block > .title #block-shipping-heading {
  font-size: 16px;
  font-weight: 400;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block .field {
  width: 100%;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .cart-summary .block .field.note {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .checkout-methods-items {
  margin-top: 0px !important;
  padding: 20px 15px 15px 15px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .checkout-methods-items .primary.checkout {
  font-size: 16px;
  width: 100%;
  padding: 0 25px;
  height: 48px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .checkout-methods-items .primary.checkout span {
  height: 48px;
  line-height: 48px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .cart-container .table {
  margin-bottom: 0px;
}
.checkout-cart-index #zoo-main-content .zoo-main-content-area .field .control input.mage-error {
  border: 1px solid #DD1D21;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper tbody .col:not(.item) {
    display: none;
  }
}
.cart-summary .cart-totals .grand.totals.incl strong,
.opc-block-summary .grand.totals.incl strong {
  font-size: 16px;
  font-weight: bold;
}
.cart-summary .cart-totals .grand.totals.incl strong span,
.opc-block-summary .grand.totals.incl strong span {
  color: #007dc6;
  font-weight: bold;
}
.cart-summary .cart-totals .price,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .price {
  color: #595959;
  font-weight: bold;
}
.table th,
.table td {
  border-top: unset;
}
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .table .shipping .mark span.value,
.checkout-cart-index .zoo-main-content-area .cart-container .cart-summary .table .grand.totals.excl,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand.totals.excl,
.checkout-cart-index .zoo-main-content-area .cart-summary .block .fieldset.rate,
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  display: none;
}
.opc-wrapper .shipping-address-item {
  padding: 20px 20px 0px 20px;
  margin-bottom: 0px;
}
.opc-wrapper .shipping-address-item.selected-item {
  padding-bottom: 20px;
  border-color: #007dc6;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #007dc6;
}
.opc-wrapper .action-select-shipping-item,
.opc-wrapper .action-show-popup {
  float: none;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 21px;
}
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  display: none;
}
#coupon_code,
#discount-code {
  height: 45px;
}
.cart-summary,
.opc-block-summary {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.cart-summary .discount-giftcard,
.opc-block-summary .discount-giftcard {
  background: #F7F7F7;
  margin-bottom: 15px;
  position: relative;
}
.cart-summary .discount-giftcard .discount-giftcard-content .cart-discount h2,
.opc-block-summary .discount-giftcard .discount-giftcard-content .cart-discount h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0px 0px;
  text-transform: uppercase;
}
.cart-summary .discount-giftcard .discount-giftcard-content .cart-discount h2 span,
.opc-block-summary .discount-giftcard .discount-giftcard-content .cart-discount h2 span {
  text-transform: none;
}
.cart-summary .discount-giftcard .amgiftcard-form,
.opc-block-summary .discount-giftcard .amgiftcard-form {
  margin-bottom: 0px;
}
.cart-summary .cart-discount-giftcart-label,
.opc-block-summary .cart-discount-giftcart-label {
  display: none;
}
.cart-summary .block > .title:after,
.opc-block-summary .block > .title:after {
  top: 15px !important;
}
.cart-summary .discount-apply-code,
.opc-block-summary .discount-apply-code,
.cart-summary .amgiftcard-apply-code,
.opc-block-summary .amgiftcard-apply-code {
  padding: 0px 15px;
}
.cart-summary .amgiftcard-apply-code,
.opc-block-summary .amgiftcard-apply-code {
  padding-top: 20px;
}
.cart-summary .discount-form,
.opc-block-summary .discount-form {
  margin-top: 15px;
}
.cart-summary .discount-form .field .control:before,
.opc-block-summary .discount-form .field .control:before {
  display: none !important;
}
.cart-summary .discount-form button,
.opc-block-summary .discount-form button,
.cart-summary .discount-form .cart.table-wrapper .actions-toolbar > .action,
.opc-block-summary .discount-form .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .discount-form .action-gift,
.opc-block-summary .discount-form .action-gift {
  text-transform: uppercase;
  padding: 8px 15px;
}
.column.main .cart-summary .block > .title,
.column.main .paypal-review-discount .block > .title {
  text-transform: uppercase;
  border: none;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 16px;
}
.product-new-label,
.product-sale-label,
.stock.available,
.stock.unavailable {
  color: #FFF;
  background: #006eff;
  padding: 5px;
  line-height: normal;
  font-size: 14px;
}
@media (min-width: 420px) {
  .product-view-detail .product-info-main .row .col-md-6,
  .product-quickview-view .product-info-main .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.product-view-detail .product-info-main .stock.available,
.product-quickview-view .product-info-main .stock.available,
.product-view-detail .product-info-main .stock.unavailable,
.product-quickview-view .product-info-main .stock.unavailable {
  position: unset;
  text-align: left;
  background: unset;
  padding: 0;
}
.product-view-detail .product-info-main .stock.available span em,
.product-quickview-view .product-info-main .stock.available span em,
.product-view-detail .product-info-main .stock.unavailable span em,
.product-quickview-view .product-info-main .stock.unavailable span em {
  font-style: normal;
}
.product-view-detail .product-info-main .product-description #tbl_sizechart,
.product-quickview-view .product-info-main .product-description #tbl_sizechart,
.product-view-detail .product-info-main .value #tbl_sizechart,
.product-quickview-view .product-info-main .value #tbl_sizechart {
  display: none;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart {
  display: block;
  margin: 10px 0px 20px 0px;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart:nth-of-type(2),
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart:nth-of-type(2) {
  display: none;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr th,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr th {
  font-weight: normal;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr th,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr th,
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr td,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr td {
  text-align: center;
  padding: 12px 10px;
  width: 60px;
  max-width: 10%;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr th:first-child,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr th:first-child,
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr td:first-child,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr td:first-child {
  text-align: left;
  width: 150px;
  max-width: 20%;
}
.product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tr td,
.product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tr td {
  /*
						border-top: 1px solid #000;
						*/
}
@media only screen and (max-width: 568px) {
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart thead,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart thead {
    display: none;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr {
    display: inline-block;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td {
    display: block;
    text-align: center;
    width: 90px;
    max-width: 100%;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td:first-child,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td:first-child {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td:first-of-type,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr td:first-of-type {
    color: #FFF;
    background: #007dc6;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr:first-child td,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr:first-child td {
    width: 180px;
    max-width: 100%;
  }
  .product-view-detail .product-info-main #product-options-wrapper #tbl_sizechart tbody tr:first-child td:before,
  .product-quickview-view .product-info-main #product-options-wrapper #tbl_sizechart tbody tr:first-child td:before {
    content: attr(title);
    display: block;
    padding: 0px 10px 0px 0px;
    text-align: left;
    width: 100px;
  }
}
.label,
table.table.table-totals,
table.table.data.totals,
.cart-container .cart-summary .cart-totals .mark,
.cart-container .cart-summary .cart-totals .grand strong {
  color: #595959;
}
/*****/
/* Customer */
.modal-popup .modal-content {
  padding: 30px 0px 30px 0px !important;
  background: #fff !important;
}
.modal-popup .modal-header {
  padding-top: 25px;
}
#zoo-login-form,
#zoo-register-form {
  padding-top: 0;
}
#zoo-login-form h5.page-title,
#zoo-register-form h5.page-title {
  font-size: 36px;
  margin: 0 0 20px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 424px) {
  #zoo-login-form h5.page-title,
  #zoo-register-form h5.page-title {
    font-size: 26px;
  }
}
#zoo-login-form h5.page-title a,
#zoo-register-form h5.page-title a {
  font-family: 'Avenir';
  color: #acacac;
  font-size: 36px;
  font-weight: normal;
  line-height: normal;
}
@media (max-width: 424px) {
  #zoo-login-form h5.page-title a,
  #zoo-register-form h5.page-title a {
    font-size: 26px;
  }
}
#zoo-login-form h5.page-title a:hover,
#zoo-register-form h5.page-title a:hover {
  border-bottom: 1px solid #007dc6;
}
#zoo-login-form h5.page-title span,
#zoo-register-form h5.page-title span {
  border-bottom: 1px solid #007dc6;
}
.modal-popup .modal-header .action-close {
  top: 10px;
  right: 10px;
}
.modal-popup .modal-header .action-close:before {
  content: '\c067';
  color: #000000;
  font-size: 20px;
}
.block-customer-login,
.block-new-customer {
  max-width: 450px;
}
.block-customer-login .login > div,
.block-new-customer > div {
  margin-top: 20px;
}
.customer-account-edit .fieldset.info .legend {
  margin-top: 20px !important;
}
.login-container label,
#zoo-login-form label,
.password.forget label,
.form-create-account label,
.customer-account-edit .container label {
  font-size: 16px;
  color: #000000;
  padding-top: 10px;
}
.login-container label mark,
#zoo-login-form label mark,
.password.forget label mark,
.form-create-account label mark,
.customer-account-edit .container label mark {
  color: #DD1D21;
}
.login-container input,
#zoo-login-form input,
.password.forget input,
.form-create-account input {
  border-color: #000000;
  height: 42px;
  margin-bottom: 5px;
}
.form-edit-account input[type="text"],
.form-edit-account input[type="password"],
.form-edit-account input[type="url"],
.form-edit-account input[type="tel"],
.form-edit-account input[type="search"],
.form-edit-account input[type="number"],
.form-edit-account input[type="datetime"],
.form-edit-account input[type="email"] {
  width: 100%;
}
.forgot_link {
  text-align: right;
}
.forgot_link .forgot-pass {
  border: unset !important;
}
.login-container .forgot-pass,
#zoo-login-form .forgot-pass,
.password.forget .forgot-pass,
.form-create-account .forgot-pass {
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
#zoo-login-form .forgot-pass {
  float: none;
}
button,
.btn,
.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.action-gift {
  background-color: #DD1D21;
}
.login-container button[type="submit"],
#zoo-login-form button[type="submit"],
.password.forget button[type="submit"],
.form-create-account button[type="submit"],
button.captcha-reload,
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
.cart.table-wrapper .actions-toolbar > .action.captcha-reload,
.login-container .action-gift[type="submit"],
#zoo-login-form .action-gift[type="submit"],
.password.forget .action-gift[type="submit"],
.form-create-account .action-gift[type="submit"],
.action-gift.captcha-reload {
  border-radius: unset;
  margin-bottom: 0px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0px 25px;
}
.login-container button[type="submit"] span,
#zoo-login-form button[type="submit"] span,
.password.forget button[type="submit"] span,
.form-create-account button[type="submit"] span,
button.captcha-reload span,
.login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
#zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
.password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
.form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"] span,
.cart.table-wrapper .actions-toolbar > .action.captcha-reload span,
.login-container .action-gift[type="submit"] span,
#zoo-login-form .action-gift[type="submit"] span,
.password.forget .action-gift[type="submit"] span,
.form-create-account .action-gift[type="submit"] span,
.action-gift.captcha-reload span {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
#zoo-register-form button[type="submit"],
#zoo-register-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
#zoo-register-form .action-gift[type="submit"] {
  width: 100%;
  margin: 20px 0;
}
.block-new-customer .block-content {
  text-align: center;
}
.block-new-customer .block-content span {
  font-size: 14px;
  letter-spacing: 0.3px;
  display: inline-block;
}
.block-new-customer .block-content a {
  display: inline-block;
  border-bottom: 1px solid #595959;
}
.block-new-customer .block-content a span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field-error,
div.mage-error[generated] {
  margin-bottom: 3px;
}
.form-register-popup legend.legend {
  display: none;
}
.login-container .newsletter label,
#zoo-login-form .newsletter,
.password.forget .newsletter label,
.form-create-account .newsletter label {
  display: inline;
}
.form-create-account .newsletter #is_subscribed {
  margin-top: 3px;
}
.login-container .note,
#zoo-login-form .note,
.password.forget .note,
.form-create-account .note {
  margin: 30px 0px 0px;
  text-align: center;
}
#zoo-login-form .note {
  font-size: 12px;
}
.password.forget .note {
  margin-bottom: 30px;
}
@media only screen and (min-width: 577px) {
  .modal-popup .modal-inner-wrap .modal-content {
    padding: 20px 0px;
  }
}
.modal-popup.zoo-log-popup .modal-inner-wrap {
  max-width: 600px;
}
.customer-account-forgotpassword h1.page-title,
.customer-account-login h1.page-title,
.customer-account-create h1.page-title,
#zoo-login-form h1.page-title,
#zoo-register-form h1.page-title {
  margin: 50px 0px 10px 0px;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 768px) {
  .customer-account-forgotpassword h1.page-title,
  .customer-account-login h1.page-title,
  .customer-account-create h1.page-title,
  #zoo-login-form h1.page-title,
  #zoo-register-form h1.page-title {
    font-size: 36px;
  }
}
.control.captcha .nested {
  margin: 20px 0px;
}
.message.error,
.message.notice,
.message.success {
  margin-top: 10px;
  font-size: 14px;
  background: unset;
}
/*****/
/* Checkout */
.checkout-index-index #zoo-main-content {
  padding-top: 10px;
}
.checkout-index-index .page-title-wrapper {
  height: auto;
  width: auto;
  position: unset;
}
.checkout-index-index #checkout .authentication-wrapper > span {
  font-size: 16px;
  color: #595959;
  letter-spacing: 0.4px;
}
.checkout-index-index #checkout .authentication-wrapper > button,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index #checkout .authentication-wrapper > .action-gift {
  border-color: #006eff;
}
.checkout-index-index #checkout .authentication-wrapper > button:active,
.checkout-index-index #checkout .authentication-wrapper > button:focus,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:active,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:focus,
.checkout-index-index #checkout .authentication-wrapper > .action-gift:active,
.checkout-index-index #checkout .authentication-wrapper > .action-gift:focus {
  padding: 0px;
}
.checkout-index-index #checkout .authentication-wrapper > button:active span,
.checkout-index-index #checkout .authentication-wrapper > button:focus span,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:active span,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action:focus span,
.checkout-index-index #checkout .authentication-wrapper > .action-gift:active span,
.checkout-index-index #checkout .authentication-wrapper > .action-gift:focus span {
  font-size: 16px;
}
.checkout-index-index #checkout .authentication-wrapper > button span,
.checkout-index-index #checkout .authentication-wrapper > .cart.table-wrapper .actions-toolbar > .action span,
.checkout-index-index #checkout .authentication-wrapper > .action-gift span {
  text-transform: uppercase;
  color: #006eff;
}
.checkout-index-index #checkout.checkout-container {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .checkout-index-index #checkout.checkout-container .opc-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .checkout-index-index #checkout.checkout-container .opc-wrapper {
    padding-right: 0px;
  }
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .step-title {
  display: none;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .opc {
  padding: 0px 15px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .step-content {
  margin-bottom: 0px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-login {
  border: unset;
  margin: 9px 0px;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index #checkout.checkout-container .opc-wrapper .form-login .actions-toolbar .secondary {
    margin-left: 0px;
  }
  .checkout-index-index #checkout.checkout-container .opc-wrapper .form-login .actions-toolbar .secondary a.action {
    padding-left: 0px;
  }
}
@media (min-width: 768px), print {
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(1),
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(3),
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(6),
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(9),
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field.street .control .field:nth-child(1) {
    clear: both;
  }
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(2) .label,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(4) .label,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(7) .label,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(10) .label,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field.street .control .field:nth-child(2) .label,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(2) .control,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(4) .control,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(7) .control,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field:nth-child(10) .control,
  .checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address > .field.street .control .field:nth-child(2) .control {
    margin-left: 5% !important;
  }
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .fieldset.address .field-tooltip {
  top: 12px;
  right: 7px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .field,
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .fieldset.hidden-fields {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .fieldset.hidden-fields {
  padding-bottom: 23px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .fieldset.hidden-fields .field {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .field:not(.choice) > .control,
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset > .fieldset.hidden-fields .field:not(.choice) > .control {
  width: 100%;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper #customer-email-fieldset .field-tooltip {
  top: 47px;
  margin: 0;
  right: 7px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper fieldset.field.street legend {
  display: none;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper fieldset.field.street .field._required label span:after {
  content: '*';
  color: #e02b27;
  margin-left: 10px;
  font-size: 1.2rem;
  position: absolute;
  top: 9px;
}
@media all and (min-width: 768px), print {
  .checkout-index-index #checkout.checkout-container .opc-wrapper fieldset.field.street .control {
    width: auto;
  }
  .checkout-index-index #checkout.checkout-container .opc-wrapper fieldset.field.street .control .field {
    width: 50%;
    float: left;
  }
  .checkout-index-index #checkout.checkout-container .opc-wrapper fieldset.field.street .control .field .control {
    width: 95%;
  }
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-shipping-address {
  width: 100%;
  display: table;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-login,
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-shipping-address {
  margin: 0px;
}
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-login .fieldset .note,
.checkout-index-index #checkout.checkout-container .opc-wrapper .form-shipping-address .fieldset .note {
  display: none !important;
}
@media (max-width: 1024px) {
  .checkout-index-index .opc-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .opc-sidebar.custom-slide {
    left: unset;
    right: 0px;
    width: 90%;
  }
  .checkout-index-index .opc-sidebar.custom-slide.modal-custom .action-close {
    margin: 0px;
  }
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .checkout-index-index .opc-sidebar .opc-block-summary {
    margin-top: 10px;
  }
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title {
  border: unset;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  content: "" !important;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title > * {
  padding-left: 0px;
  padding-right: 0px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart > .title span {
  font-weight: normal;
  font-size: 16px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item {
  padding-left: 0;
  padding-right: 0;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 96% !important;
  margin-left: auto;
  margin-right: auto;
}
.checkout-index-index .modal-popup .modal-header,
.checkout-index-index .modal-popup .modal-content,
.checkout-index-index .modal-popup .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-index-index .modal-popup .modal-title {
  margin: 0px 0px 0px 15px;
  font-family: 'Avenir';
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: unset;
  font-weight: bold;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street legend {
  display: none;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street .field._required label {
  position: relative;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street .field._required label span:after {
  content: '*';
  color: #e02b27;
  margin-left: 10px;
  font-size: 1.2rem;
  position: absolute;
  top: 9px;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street .control {
  width: auto;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street .control .field {
  float: left;
  width: 50%;
}
.checkout-index-index .modal-popup .modal-content fieldset.field.street .control .field .control {
  width: 95%;
}
.checkout-index-index .modal-popup .modal-content .field .field-tooltip {
  top: 12px;
  right: 7px;
}
.checkout-index-index .modal-popup .modal-footer button.action,
.checkout-index-index .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action,
.checkout-index-index .modal-popup .modal-footer .action-gift.action {
  padding: 8px 15px;
}
.checkout-index-index .modal-popup .modal-footer button.action.primary,
.checkout-index-index .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.primary,
.checkout-index-index .modal-popup .modal-footer .action-gift.action.primary {
  margin-right: 20px;
}
.checkout-index-index .modal-popup .modal-footer button.action.primary:focus,
.checkout-index-index .modal-popup .modal-footer button.action.primary:active,
.checkout-index-index .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.primary:focus,
.checkout-index-index .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action.primary:active,
.checkout-index-index .modal-popup .modal-footer .action-gift.action.primary:focus,
.checkout-index-index .modal-popup .modal-footer .action-gift.action.primary:active {
  background: #006eff;
}
.checkout-index-index .modal-popup .modal-footer button.action span,
.checkout-index-index .modal-popup .modal-footer .cart.table-wrapper .actions-toolbar > .action.action span,
.checkout-index-index .modal-popup .modal-footer .action-gift.action span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field .control._with-tooltip input {
  width: 100%;
}
.field .control .field-tooltip .field-tooltip-action:before {
  width: 17px;
  height: 17px;
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/icon/tooltip_information.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  vertical-align: top;
  content: '';
}
.fieldset .field.required .control-label:after,
.fieldset .fields .field.required .control-label:after,
.fieldset .field._required .control-label:after,
.fieldset .fields .field._required .control-label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.opc-wrapper .fieldset .field.required label:after,
.opc-wrapper .fieldset .field._required label:after {
  margin-left: 10px;
}
.opc-wrapper .fieldset > .field.required {
  position: relative;
}
.checkout-index-index .form-shipping-address .fieldset .field > .control,
.checkout-index-index .payment-method .fieldset .field > .control,
.checkout-index-index #checkout .form-login .fieldset .field > .control,
.checkout-index-index #maincontent .block-authentication .fieldset .field > .control,
.checkout-index-index #checkout .checkout-shipping-address .fieldset .field > .control,
.checkout-index-index #checkout .checkout-billing-address .fieldset .field > .control {
  float: none;
  clear: both;
  width: auto;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
@media all and (min-width: 768px), print {
  .checkout-index-index .form-shipping-address .fieldset .field > .control,
  .checkout-index-index .payment-method .fieldset .field > .control,
  .checkout-index-index #checkout .form-login .fieldset .field > .control,
  .checkout-index-index #maincontent .block-authentication .fieldset .field > .control,
  .checkout-index-index #checkout .checkout-shipping-address .fieldset .field > .control,
  .checkout-index-index #checkout .checkout-billing-address .fieldset .field > .control {
    width: 95%;
  }
}
.customer-account-create .register-container,
.customer-account-login .login-container,
.customer-account-forgotpassword .forgotpassword-container,
.form.send.friend {
  max-width: 600px;
  margin: 0px auto 50px;
}
.register-container .create.info,
.register-container .create.account {
  margin-top: 20px;
}
#customer-email-fieldset label,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field .label,
.checkout-index-index .modal-popup .form-shipping-address .field .label,
fieldset.sender .field label,
fieldset.recipients .field label,
.customer-account-edit .fieldset > .field:not(.choice) > .label {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 6px 15px 0 0;
  width: 100%;
  text-align: left;
}
#customer-email-fieldset input,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field input.form-control,
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field select.select,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field input.form-control,
.checkout-index-index .opc-wrapper .checkout-billing-address .fieldset .field select.select,
.checkout-index-index .modal-popup .form-shipping-address .field input.form-control,
.checkout-index-index .modal-popup .form-shipping-address .field select.select {
  height: 43px;
  border: 1px solid #595959;
  color: #595959;
}
.checkout-index-index #checkout .opc-wrapper .form-login .fieldset > .field.required {
  margin-bottom: 0;
}
@media all and (min-width: 768px), print {
  .fieldset > .field {
    margin-bottom: 15px !important;
  }
}
.field.street .field.additional .label {
  height: auto;
  position: unset;
  display: block;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 15px;
}
@media (min-width: 577px), print {
  .fieldset > .field .additional,
  .fieldset > .fields > .field .additional {
    margin-top: 0px;
  }
}
/*.field.street .field .label, */
.checkout-index-index .opc-wrapper .mandatory {
  display: none;
}
.billing-address-same-as-shipping-block.field {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
input#billing-address-same-as-shipping[type=checkbox],
input#billing-save-in-address-book[type=checkbox],
input#shipping-save-in-address-book[type=checkbox] {
  display: none;
}
input#billing-address-same-as-shipping[type=checkbox] + label,
input#billing-save-in-address-book[type=checkbox] + label,
input#shipping-save-in-address-book[type=checkbox] + label {
  display: inline-block;
  padding: 0 0 0 25px;
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/icon/ico_checkbox.svg) no-repeat left center !important;
}
input#billing-address-same-as-shipping[type=checkbox]:checked + label,
input#billing-save-in-address-book[type=checkbox]:checked + label,
input#shipping-save-in-address-book[type=checkbox]:checked + label {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/icon/ico_checkbox_active.svg) no-repeat left center !important;
}
.abs-margin-for-forms-desktop,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin: 0px;
}
.fieldset .legend {
  margin: 0px !important;
  font-size: 18px;
}
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary {
  float: none !important;
}
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary button.button.action,
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.button.action,
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary .action-gift.button.action {
  height: auto;
  line-height: 21px;
  padding: 8px 15px;
}
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary button.button.action span span,
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action.button.action span span,
.checkout-shipping-method #shipping-method-buttons-container.actions-toolbar > .primary .action-gift.button.action span span {
  font-family: Arial;
}
button:hover,
.btn:hover,
.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.action-gift:hover {
  background: #007dc6;
  border-color: #007dc6;
}
.opc-block-shipping-information {
  display: none;
}
.checkout-index-index .opc-wrapper .opc > li .checkout-shipping-method {
  margin-top: 0px;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-wrapper #checkout-shipping-method-load,
.checkout-index-index .opc-wrapper .opc li.checkout-shipping-method .loading-mask {
  display: none !important;
}
.opc-block-summary {
  border: unset;
  background: #FFFFFF;
}
.opc-block-summary .discount-giftcard .discount-giftcard-content .cart-discount h2 span {
  text-transform: uppercase;
}
.opc-block-summary .discount-giftcard .discount-giftcard-content .cart-discount h2 span span {
  text-transform: none;
}
.column.main .opc-block-summary .discount-giftcard .block > .title:after {
  top: 15px;
  content: '\e622';
  right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.column.main .opc-block-summary .discount-giftcard .block.active > .title:after {
  content: '\e621';
}
.column.main .opc-block-summary .block > .title {
  text-transform: uppercase;
  padding: 15px;
  margin-bottom: 0px;
  cursor: pointer;
}
.column.main .opc-block-summary .block > .title strong {
  font-size: 16px;
  font-weight: 400;
}
.column.main .opc-block-summary .cart-discount {
  margin-bottom: 15px;
  padding: 0px 0px 20px 0px;
}
#coupon_code,
#discount-code,
#gift-code-fake {
  height: 43px;
}
.opc-block-summary .block .field {
  margin: 0 0 10px;
}
.column .opc-block-summary .discount-giftcard-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-summary .block.items-in-cart,
.opc-block-summary .table.table-totals {
  background: #F7F7F7;
}
.opc-block-summary .block.items-in-cart .content.minicart-items {
  padding-left: 15px;
  padding-right: 15px;
}
.opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  max-height: unset;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item {
  border: none;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product.options {
  display: block;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-name {
  font-weight: bold;
  font-size: 16px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .details-qty,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .item-options {
  margin-top: 0px;
  margin-bottom: 0px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .details-qty dt,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .item-options dt,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .details-qty dd,
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .item-options dd {
  display: inline;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals td {
  padding: 20px 15px 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals th span:first-child {
  font-weight: normal;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand.totals.incl .price {
  color: #007dc6;
  font-weight: bold;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner {
  font-size: 16px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product {
  padding-bottom: 0;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand.totals th,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .grand.totals td,
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .totals.charge th {
  padding-bottom: 20px;
}
.checkout-payment-method .payments .legend {
  width: auto;
  height: auto;
  position: unset;
  text-transform: uppercase;
  margin-bottom: 30px !important;
  font-weight: bold;
}
#checkout .checkout-payment-method .payment-method-title {
  border-top: unset;
  padding-top: 0;
  font-size: 16px;
}
.column .checkout-payment-method form .payment-method._active .payment-method-content .actions-toolbar,
.form.send.friend .actions-toolbar {
  margin-left: 0;
}
.sendfriend-product-send h1.page-title {
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 20px;
  outline: none;
  text-align: center;
}
.zoo-sidebar-additional .block .block-title {
  margin-bottom: 25px;
}
.zoo-sidebar-additional .block.block-reorder .actions-toolbar {
  max-width: 100%;
}
.zoo-sidebar-additional .block.block-reorder .actions-toolbar > .secondary a.action {
  padding-left: 0px;
  padding-right: 0px;
}
.zoo-sidebar-additional .block.paypal.acceptance {
  display: none;
}
.actions-toolbar .secondary a.action {
  margin-top: 0px !important;
}
.form.send.friend .actions-toolbar button,
.form.send.friend .actions-toolbar .secondary a,
.actions-toolbar > .primary .action:last-child,
.actions-toolbar .secondary a.action,
.form.send.friend .actions-toolbar .cart.table-wrapper .actions-toolbar > .action,
.form.send.friend .actions-toolbar .action-gift {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  padding: 8px 15px;
  text-transform: uppercase;
}
.checkout-payment-method .payment-method-content .actions-toolbar .primary {
  float: unset;
}
.checkout-payment-method .payment-method {
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .checkout-payment-method .payment-method {
    display: inline-block;
    padding-right: 50px;
  }
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .checkout-payment-method .payment-method._active .payment-method-content {
    position: absolute;
    left: 0;
  }
}
#afterpaypayovertime-method .afterpay-checkout-redirect {
  position: static;
}
.checkout-payment-method .payment-method-title .payment-icon,
.checkout-payment-method .payment-method-title .action-help {
  display: none !important;
}
#checkout .checkout-payment-method .payment-method-title input[type=radio] {
  display: none;
}
#checkout .checkout-payment-method .payment-method-title input[type=radio] + label {
  display: inline-block;
  padding: 5px 0 5px 30px;
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/icon/ico_radio.svg) no-repeat left center !important;
}
#checkout .checkout-payment-method .payment-method-title input[type=radio]:checked + label {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/icon/ico_radio_active.svg) no-repeat left center !important;
}
._keyfocus *:focus {
  box-shadow: none;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout {
  margin-right: 20px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary.checkout:last-child {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .clever-cookielaw.v-box {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
  }
}
#opc-shipping_method {
  margin-top: 20px;
}
.column:not(.sidebar-main) #checkout-step-shipping_method form .actions-toolbar,
.column:not(.sidebar-additional) #checkout-step-shipping_method form .actions-toolbar {
  margin-left: 0px;
}
.opc-progress-bar-item > span:after {
  line-height: 26px;
}
.opc-progress-bar-item:before,
.opc-progress-bar-item > span:before {
  background: #e4e4e4;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active > span:before {
  background: #006eff !important;
}
.fieldset > .field {
  margin-bottom: 15px !important;
}
@media (min-width: 577px), print {
  .fieldset > .field {
    width: 50%;
    float: left;
  }
  .fieldset > .field.street {
    width: 100%;
  }
}
.checkout-onepage-success #zoo-main-content {
  padding-top: 10px;
}
.checkout-onepage-success #zoo-main-content .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.checkout-onepage-success #zoo-main-content .page-title-wrapper .print {
  display: none;
}
.checkout-onepage-success #zoo-main-content .opc-progress-bar {
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
}
.checkout-onepage-success #zoo-main-content .opc-progress-bar .opc-progress-bar-item span {
  color: #333333;
}
.checkout-onepage-success #zoo-main-content .opc-progress-bar .opc-progress-bar-item:before,
.checkout-onepage-success #zoo-main-content .opc-progress-bar .opc-progress-bar-item > span:before {
  background: #006eff;
}
.checkout-onepage-success #zoo-main-content .checkout-success p {
  max-width: 660px;
}
.checkout-onepage-success #zoo-main-content .checkout-success p a {
  color: #006eff;
}
.checkout-onepage-success #zoo-main-content .checkout-success .actions-toolbar {
  margin: 50px 0px;
}
.checkout-onepage-success #zoo-main-content .checkout-success .actions-toolbar > .primary .action:last-child {
  padding: 8px 15px;
  height: auto;
}
.checkout-onepage-success #zoo-main-content .checkout-success .actions-toolbar > .primary .action:last-child span {
  padding: 0px;
  font-weight: 600;
}
.checkout-onepage-success #zoo-main-content #registration {
  display: none;
}
.block-authentication .block-customer-login .block-title {
  font-size: 36px;
  margin: 0 0 20px;
  line-height: normal;
  font-family: 'Avenir';
  letter-spacing: 0.2px;
}
.block-authentication .block-customer-login .block-title strong {
  font-weight: bold;
}
.block-authentication .block-customer-login .fieldset {
  letter-spacing: normal;
  margin: 0px;
}
.block-authentication .block-customer-login .fieldset .field {
  width: 100%;
  margin: 20px 0px 0px 0px !important;
  float: none;
}
.block-authentication .block-customer-login .fieldset .field label {
  font-size: 16px;
  color: #000000;
  padding: 10px 0px 5px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.block-authentication .block-customer-login .fieldset .field input {
  border-color: #000000;
  height: 42px;
  margin-bottom: 5px;
}
.block-authentication .block-customer-login .actions-toolbar {
  border-radius: unset;
  margin: 20px 0px !important;
  padding: 0px 0px;
}
.block-authentication .block-customer-login .actions-toolbar > .primary .action {
  border-radius: unset;
  margin-bottom: 0px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0px 25px;
  font-weight: normal;
}
.block-authentication .block-customer-login .actions-toolbar > .secondary {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  float: none;
  display: block;
  text-align: right;
  line-height: normal;
}
.block-authentication .block-customer-login .actions-toolbar > .secondary .action {
  text-transform: capitalize;
  font-size: 16px;
  color: #007dc6;
  font-weight: normal;
  padding: 0px 0px 2px 0px;
}
.block-authentication .block-customer-login .pslogin-spacer {
  display: none;
}
.checkout-billing-address fieldset .field-select-billing {
  float: none;
}
/*****/
/* CMS */
.cms-page-view.layout-1920 .container,
.contact-index-index.layout-1920 .container {
  max-width: 1440px;
}
.cms-page-view .zoo-main-content-area,
.contact-index-index .zoo-main-content-area {
  margin: 40px 0px;
}
.cms-page-view .zoo-main-content-area h3,
.contact-index-index .zoo-main-content-area h3,
.cms-page-view .zoo-main-content-area h4,
.contact-index-index .zoo-main-content-area h4,
.cms-page-view .zoo-main-content-area h5,
.contact-index-index .zoo-main-content-area h5 {
  font-size: 16px;
}
.contact-index-index h1.page-title span {
  display: none;
}
.contact-index-index h1.page-title:after {
  content: "Contact Us";
}
.contact-index-index .contact-form {
  max-width: 600px;
}
/*****/
/* Dashboard*/
@media (min-width: 768px) {
  .customer-account-index .table-wrapper table.table-order-items th.id,
  .sales-order-history .table-wrapper table.table-order-items th.id,
  .customer-account-index .table-wrapper table.table-order-items td.id,
  .sales-order-history .table-wrapper table.table-order-items td.id {
    width: 20%;
  }
  .customer-account-index .table-wrapper table.table-order-items th.date,
  .sales-order-history .table-wrapper table.table-order-items th.date,
  .customer-account-index .table-wrapper table.table-order-items td.date,
  .sales-order-history .table-wrapper table.table-order-items td.date {
    width: 10%;
  }
  .customer-account-index .table-wrapper table.table-order-items th.shipping,
  .sales-order-history .table-wrapper table.table-order-items th.shipping,
  .customer-account-index .table-wrapper table.table-order-items td.shipping,
  .sales-order-history .table-wrapper table.table-order-items td.shipping {
    width: 20%;
  }
  .customer-account-index .table-wrapper table.table-order-items th.total,
  .sales-order-history .table-wrapper table.table-order-items th.total,
  .customer-account-index .table-wrapper table.table-order-items td.total,
  .sales-order-history .table-wrapper table.table-order-items td.total {
    width: 10%;
  }
  .customer-account-index .table-wrapper table.table-order-items th.status,
  .sales-order-history .table-wrapper table.table-order-items th.status,
  .customer-account-index .table-wrapper table.table-order-items td.status,
  .sales-order-history .table-wrapper table.table-order-items td.status {
    width: 10%;
  }
  .customer-account-index .table-wrapper table.table-order-items th.action,
  .sales-order-history .table-wrapper table.table-order-items th.action,
  .customer-account-index .table-wrapper table.table-order-items td.action,
  .sales-order-history .table-wrapper table.table-order-items td.action {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .order-items.table-wrapper .table-order-items tfoot tr td {
    text-align: left !important;
    padding: 5px 0 !important;
    width: 20% !important;
  }
}
@media (max-width: 767px) {
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left !important;
  }
}
.box .box-content {
  font-size: 16px;
}
.box .box-actions {
  margin-top: 0px !important;
}
.wishlist-index-index .product-item .product-item-photo {
  margin-bottom: 0px;
}
.wishlist-index-index .product-item .product-item-info {
  text-align: center;
  width: auto !important;
}
.wishlist-index-index .product-item .product-item-info .product-item-name {
  margin: 0px 20px 5px 20px;
}
.wishlist-index-index .product-item .product-item-info .product-item-name a {
  color: #595959;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  display: inline-block;
}
.wishlist-index-index .product-item .product-item-info .product-item-name a:hover {
  color: #006eff;
}
.wishlist-index-index .product-item .product-item-info .price-box .price-as-configured {
  padding-bottom: 0px;
  line-height: normal;
}
.wishlist-index-index .product-item .product-item-info .price-box .price-as-configured .price {
  color: #006eff;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner {
  margin-top: 20px;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .field.qty {
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .field.qty .label {
  padding-top: 8px;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .field.qty .control {
  width: 100px !important;
  text-align: center;
  margin-right: 0px;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary button,
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary .cart.table-wrapper .actions-toolbar > .action,
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary .action-gift {
  padding: 8px 15px;
}
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary button span,
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary .cart.table-wrapper .actions-toolbar > .action span,
.wishlist-index-index .product-item .product-item-info .product-item-inner .fieldset .actions-primary .action-gift span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.wishlist-index-index .actions-toolbar {
  margin-top: 20px;
}
.wishlist-index-index .actions-toolbar .primary .action {
  padding: 8px 15px;
}
.wishlist-index-index .actions-toolbar .primary .action span {
  font-size: 14px;
  text-transform: uppercase;
}
.account.page-print #zoo-main-content .actions-toolbar {
  display: none;
}
@media (max-width: 767px) {
  .account #zoo-main-content {
    padding-top: 20px;
  }
}
.account #zoo-main-content .column.main .block:not(.widget) .box-title {
  display: block;
  margin: 0px;
}
@media (max-width: 991px) {
  .account #zoo-main-content .sidebar.sidebar-left {
    padding-right: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .account #zoo-main-content .block.account-nav {
    max-width: 100%;
  }
}
.account #zoo-main-content .price-including-tax,
.account #zoo-main-content .price-excluding-tax {
  font-size: 16px;
}
.account #zoo-main-content .price-including-tax span,
.account #zoo-main-content .price-excluding-tax span {
  line-height: 21px;
}
.account #zoo-main-content .price-including-tax span .price,
.account #zoo-main-content .price-excluding-tax span .price {
  font-weight: normal;
}
.account #zoo-main-content .actions-toolbar a.back {
  color: #FFF;
  background: #252525;
}
.account.customer-address-form .fieldset legend,
.account.customer-account-edit .fieldset legend,
.account.newsletter-manage-index .fieldset legend,
.account.amgiftcard-account-index .fieldset legend {
  font-weight: 600;
  color: #313131;
  line-height: 30px;
  font-size: 16px;
  margin: 0 0 10px !important;
}
.account.customer-address-form .fieldset > .field:not(.choice) > .label,
.account.customer-account-edit .fieldset > .field:not(.choice) > .label {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 6px 15px 0 0;
  width: 100%;
  text-align: left;
}
.account.customer-address-form .fieldset > .field:not(.choice) > .label span mark,
.account.customer-account-edit .fieldset > .field:not(.choice) > .label span mark {
  display: none;
}
.account.customer-address-form .fieldset > .field:not(.choice) .control,
.account.customer-account-edit .fieldset > .field:not(.choice) .control {
  width: 95%;
}
.account.customer-address-form .fieldset .field.street .control,
.account.customer-account-edit .fieldset .field.street .control {
  width: 100%;
}
.account.customer-address-form .fieldset .field.street .control .field.additional .label,
.account.customer-account-edit .fieldset .field.street .control .field.additional .label {
  width: auto;
  font-size: 16px;
  margin-top: 19px;
  margin-bottom: 5px;
  padding: 0px 15px 0 0;
  width: 100%;
  text-align: left;
}
.account.customer-address-form .fieldset .field.street .control .field.additional .control,
.account.customer-account-edit .fieldset .field.street .control .field.additional .control {
  width: 100%;
}
.account.customer-address-form .fieldset .field.choice.set.shipping:before,
.account.customer-account-edit .fieldset .field.choice.set.shipping:before,
.account.customer-address-form .fieldset .field.field.choice:before,
.account.customer-account-edit .fieldset .field.field.choice:before {
  display: none;
}
.account.customer-address-form .fieldset .message.info,
.account.customer-account-edit .fieldset .message.info {
  clear: both;
  width: 100%;
}
.account.customer-address-form .actions-toolbar .primary button,
.account.customer-account-edit .actions-toolbar .primary button,
.account.customer-address-form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.account.customer-account-edit .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.account.customer-address-form .actions-toolbar .primary .action-gift,
.account.customer-account-edit .actions-toolbar .primary .action-gift {
  padding: 8px 15px;
}
.account.customer-address-form .actions-toolbar .primary button span,
.account.customer-account-edit .actions-toolbar .primary button span,
.account.customer-address-form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action span,
.account.customer-account-edit .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action span,
.account.customer-address-form .actions-toolbar .primary .action-gift span,
.account.customer-account-edit .actions-toolbar .primary .action-gift span {
  font-size: 14px;
  line-height: 21px;
}
.account.customer-account-edit .form-edit-account {
  max-width: 100%;
}
.account.customer-account-edit .form-edit-account .password-strength-meter {
  margin-top: 19px;
}
.account.newsletter-manage-index .form-newsletter-manage legend {
  border: unset;
}
.sales-order-view .order-details-items .order-items .price-including-tax,
.sales-order-view .order-details-items .order-items .price-excluding-tax {
  font-size: 16px;
  line-height: 26px;
}
.sales-order-view .order-details-items .order-items .price-including-tax .price,
.sales-order-view .order-details-items .order-items .price-excluding-tax .price {
  font-weight: normal;
}
.sales-order-view .block-order-details-view .block-content .box .box-content {
  margin-bottom: 35px;
}
/*****/
/* Cookies pop up*/
.clever-cookielaw.v-box.v-bottom-left {
  z-index: 900;
  max-width: none;
  background: #252525;
  color: #fff;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px !important;
  left: unset !important;
  top: unset;
  right: unset;
}
.clever-cookielaw.v-box.v-bottom-left #move_gdpr_cookie_modal {
  height: 42px;
  line-height: 42px;
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 20px;
  line-height: 40px;
  height: 40px;
  padding: 0px 15px;
  text-transform: uppercase;
  color: #252525;
}
@media (min-width: 768px) {
  .clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__message {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action {
    min-width: 280px;
  }
}
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action #move_gdpr_cookie_modal:hover,
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action a:hover {
  color: #007dc6;
}
.clever-cookielaw.v-box.v-bottom-left .v-button,
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action--btn {
  background: #fff;
  color: #252525;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px !important;
}
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action--btn span::before {
  display: none;
}
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__action--btn:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.clever-cookielaw.v-box.v-bottom-left p {
  margin-bottom: 10px;
}
.clever-cookielaw.v-box.v-bottom-left .clever-cookielaw__title {
  display: none;
}
.clever-cookielaw.v-box.v-bottom-left a {
  color: #fff;
}
.move-gdpr-status-bar input:checked + .slide-toggle {
  background-color: #007dc6 !important;
}
/*****/
/* footer */
.page-wrapper .page-footer {
  border-top: 1px solid #343434;
  background: #000;
}
.page-wrapper .page-footer .footer.container .zoo-footer-bottom-content h4 {
  color: #ffffff;
  font-size: 32px;
  line-height: 43px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content h4 {
    font-size: 22px;
    line-height: 33px;
  }
}
.page-wrapper .page-footer .footer.container .zoo-footer-bottom-content h4.zoo-widget-title-sm {
  margin: 20px 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content h4.zoo-widget-title-sm {
    margin: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content h4.zoo-widget-title-sm {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px 80px;
  }
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child h4,
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child ul.zoo-footer-social-links.style-3,
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child ul.zoo-footer-social-links.style-3 li {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child h4,
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child ul.zoo-footer-social-links.style-3,
  .page-wrapper .page-footer .footer.container .zoo-footer-bottom-content .col-md-4:last-child ul.zoo-footer-social-links.style-3 li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-wrapper .page-footer .footer-link li {
    text-align: center;
  }
}
.page-wrapper .page-footer .footer-link li a {
  color: #d5d5d5;
  font-family: 'Avenir';
  letter-spacing: 0.5px;
}
.page-wrapper .page-footer .footer-link li a:hover {
  color: #FFF;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li {
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li {
    padding-left: 15px;
  }
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a {
  border: unset;
  font-size: 25px;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-facebook:hover {
  background-color: unset;
  color: #3b5998;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-twitter:hover {
  background-color: unset;
  color: #00acee;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-instagram:hover {
  background-color: unset;
  color: #3f729b;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-youtube:before {
  content: "\c228";
  font-family: 'cleversoft';
  padding-top: 1px;
  float: left;
}
.page-wrapper .page-footer ul.zoo-footer-social-links.style-3 li a.fa-youtube:hover {
  background-color: unset;
  color: #c4302b;
}
.page-wrapper .copyright {
  font-size: 14px;
  font-family: 'Avenir';
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 768px) {
  .page-wrapper .copyright {
    text-align: left;
  }
}
.page-wrapper .copyright .row {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .copyright .row .col.col-lg-9 {
    order: 2;
  }
}
.page-wrapper .copyright .row .col.col-lg-3 {
  text-align: right;
}
@media only screen and (max-width: 576px) {
  .page-wrapper .copyright .row .col {
    flex-basis: unset;
  }
  .page-wrapper .copyright .row .col.col-lg-3 {
    margin: 10px 0px;
    text-align: center;
  }
}
/*****/
/**
  * 	Birthday Popup
  */
.countdown-popup .modal-popup {
  pointer-events: unset;
}
.countdown-popup .modal-popup .modal-inner-wrap {
  width: 100%;
  max-width: 500px;
}
.countdown-popup .modal-popup .modal-inner-wrap .modal-content {
  padding-top: 0px;
}
.countdown-popup .modal-popup .modal-header {
  position: absolute;
  top: 0px;
  right: 0px;
}
.countdown-popup .modal-popup .modal-header .action-close:before {
  color: #FFF;
}
.countdown-popup .popup-birthday {
  padding-top: 130px;
  background-position: top center;
  background-repeat: no-repeat;
}
.countdown-popup .popup-birthday .container {
  padding: 30px 30px 0px;
  width: 100%;
}
.countdown-popup .popup-birthday .container h2 {
  color: #FFF;
  font-size: 19px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}
.countdown-popup .popup-birthday .container h3 {
  color: #FFF;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.countdown-popup .popup-birthday .container h3 span {
  color: #a3c844;
}
.countdown-popup .popup-birthday .popup-countdown {
  text-align: center;
  margin: 30px 0px 0px 0px;
  font-family: 'Avenir';
}
.countdown-popup .popup-birthday .popup-countdown > span {
  display: inline-block;
  margin: 0 5px;
}
.countdown-popup .popup-birthday .popup-countdown > span > span {
  display: block;
}
.countdown-popup .popup-birthday .popup-countdown > span.popup-diliver {
  font-size: 40px;
  position: relative;
  min-width: initial;
  top: -23px;
}
.countdown-popup .popup-birthday .popup-countdown .timer-value {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}
.countdown-popup .popup-birthday .popup-countdown .timer-label {
  color: #8b8b8b;
  font-size: 14px;
}
.countdown-popup .popup-birthday .shopnow {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.countdown-popup .popup-birthday .shopnow a {
  font-family: 'Avenir';
  color: #fff;
  font-size: 18px;
  padding: 15px 40px;
  background-color: #a3c844;
  display: inline-block;
}
.countdown-popup .popup-birthday .disclaimer-text {
  font-size: 14px;
  text-align: center;
}
/**
  * 	/birthday
  */
@media only screen and (max-width: 991px) {
  .page-wrapper .nav-sections {
    background: #FFF !important;
  }
}
@media (min-width: 992px), print {
  .page-header #sticky-headers .header-content.container {
    height: 130px;
  }
  .page-header .header-content .zoo-header-content-block {
    flex-grow: unset;
  }
  .page-wrapper .navigation {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  /*
	.page-wrapper .navigation{
		 float: left;
	}
	*/
  .nav-sections-item-content {
    max-width: 1440px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .nav-sections-item-content > * {
    display: inline-block;
  }
}
/**
 * Countdown timer
 */
.counttimer {
  margin-bottom: 30px;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.countdown-container {
  background: url(../../frontend/TPFGroup/TickFord/en_US/images/counttimer_bg.png) top center no-repeat;
  color: #fff;
  padding: 0px 25px 0px 25px;
  text-align: center;
}
.counttimer h3 {
  font-family: "Avenir-Bold";
  font-size: 36px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  color: #762A91;
  letter-spacing: -1px;
}
.counttimer h3 span {
  color: #00ADEE;
}
.countdown-title {
  margin: 0px auto 20px auto;
  text-align: center;
}
.countdown-title h4 {
  font-family: 'Avenir';
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  color: #EB018C;
  margin: 0px 0px 10px 0px;
}
.countdown-title h5 {
  color: #00ADEE;
  font-family: 'Avenir';
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}
.countdown-panel {
  margin: 18px 0px 0 0px;
  text-align: center;
  color: #FFF;
}
.countdown-panel div {
  display: inline-block;
  text-align: center;
  font-family: 'Avenir';
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 15px;
}
.countdown-panel div span {
  display: block;
  font-family: 'Avenir';
  font-size: 14px;
  line-height: 28px;
  margin: 0px 0px 0px 5px;
}
.countdown-panel div .clock-semi {
  margin: 0px 50px;
}
@media (max-width: 768px) {
  .countdown-title {
    margin-bottom: 10px;
  }
  .countdown-panel {
    margin-top: 0px;
  }
  .countdown-panel div {
    font-size: 40px;
    line-height: 55px;
  }
  .countdown-panel div .clock-semi {
    margin: 0px 20px;
  }
}
@media (max-width: 568px) {
  .counttimer h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .countdown-title h4 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .countdown-title h5 {
    font-size: 15px;
    margin-top: 0px;
  }
  .countdown-panel {
    margin-top: 0px;
  }
  .countdown-panel div {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 24px;
    line-height: 35px;
  }
  .countdown-panel div span {
    font-size: 12px;
  }
  .countdown-panel div .clock-semi {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 420px) {
  .countdown-panel div .clock-semi {
    margin-left: 5px;
    margin-right: 0px;
  }
}
/*****/
/* Live Chat button */
#lhnContainerDone {
  position: fixed;
  right: 0;
  top: 170px;
  z-index: 999;
}
.page-empty #lhnContainerDone,
.page-print #lhnContainerDone {
  display: none;
}
/*****/
/**
  * 	Afterpay
  */
.content-container .afterpay-modal-popup-trigger {
  color: #666666;
  margin-left: 5px;
}
.product-info-main .price-box-wrap {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.product-info-main .price-box-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.product-info-main .afterpay-installments-amount {
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
}
.product-info-main .afterpay-installments-amount a {
  font-size: 16px;
  color: #006eff;
}
.product-info-main .afterpay-installments-amount br {
  content: ' ';
  display: none;
}
.product-info-main .afterpay-installments-amount br:after {
  content: ' ';
}
.product-info-main .product-info-sku {
  padding-bottom: 20px;
}
.payment_block dl.sp-methods dt img#afterpay-logo {
  display: inline-block;
}
.checkout-payment-method .payment-method #afterpaypayovertime.payment-method-content {
  padding-right: 0px;
}
#afterpaypayovertime .payment-method-note {
  margin: 0 15px 20px;
}
#afterpaypayovertime .afterpay_checkout_text {
  margin-top: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #595959;
  text-transform: initial;
}
#afterpaypayovertime .afterpay_total_amount {
  font-size: 16px;
}
#afterpaypayovertime-method .payment-method-note h3 {
  margin: 10px 0px;
}
#afterpaypayovertime-method .payment-method-note h3 strong {
  color: #595959;
  line-height: normal;
}
#afterpaypayovertime-method .payment-method-note ul.cost li,
#afterpaypayovertime .payment-method-note .instalment {
  font-size: 16px !important;
  color: #595959 !important;
}
#afterpaypayovertime .instalment-footer {
  border: 1px solid #595959;
  padding: 20px;
}
#afterpaypayovertime .instalment-footer,
#afterpaypayovertime .instalment-footer a {
  font-size: 16px;
  color: #000;
  text-align: left;
}
.product-info-main .price-box-wrap .afterpay-installments-amount a,
#afterpaypayovertime .instalment-footer a {
  color: #006eff;
}
#afterpaypayovertime .instalment-footer p {
  margin: 0px 0 0px;
}
#afterpaypayovertime .payment-method-note .cost,
#afterpaypayovertime .payment-method-note .icon,
#afterpaypayovertime .payment-method-note .instalment {
  display: block;
  width: 100%;
}
#afterpaypayovertime .payment-method-note li {
  display: inline-block;
  width: 23%;
  padding: 0px;
  margin: 10px 0px;
}
#afterpaypayovertime .payment-method-note .icon img {
  width: 34px;
}
#afterpay-what-is-modal img {
  max-width: 100%;
}
#afterpaypayovertime-method .payment-method-title {
  padding-bottom: 0px;
}
#afterpaypayovertime-method .payment-method-title label > span:first-child {
  display: inline-block !important;
}
#afterpaypayovertime-method .payment-method-title label .payment-icon {
  display: inline-block !important;
  height: 18px;
  margin-right: 0px;
}
#afterpaypayovertime-method .payment-method-title label > span:last-child {
  display: none !important;
}
#afterpaypayovertime-method .afterpay-checkout-redirect {
  background: unset !important;
  margin-top: 0px;
}
#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
#afterpaypayovertime-method .actions-toolbar {
  float: none;
  text-align: left;
}
#afterpaypayovertime-method .afterpay_checkout_steps {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
#afterpaypayovertime-method .afterpay_checkout_steps_1 {
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/circle_1@2x.png);
}
#afterpaypayovertime-method .afterpay_checkout_steps_2 {
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/circle_2@2x.png);
}
#afterpaypayovertime-method .afterpay_checkout_steps_3 {
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/circle_3@2x.png);
}
#afterpaypayovertime-method .afterpay_checkout_steps_4 {
  background-image: url(../../frontend/TPFGroup/TickFord/en_US/images/circle_4@2x.png);
}
@media only screen and (min-width: 768px) {
  #afterpaypayovertime-method .actions-toolbar .primary {
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .sp-methods #afterpaypayovertime .form-list {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 520px) {
  .sp-methods #p_method_afterpaypayovertime + label {
    display: inline;
  }
  #afterpaypayovertime-method .payment-method-note ul.cost li,
  #afterpaypayovertime .payment-method-note .instalment {
    font-size: 12px !important;
  }
}
/**
  * 	/Afterpay
  */
/**
  * 	Discount Explaination
  */
.discount-explaination {
  text-transform: none;
}
.discount-explaination h3 {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  position: relative;
  color: #007dc6;
}
.discount-explaination h3::after {
  content: '\e622';
  left: 120px;
  font-family: 'icons-blank-theme';
  font-size: 30px;
  top: -8px;
  position: absolute;
  cursor: pointer;
}
.discount-explaination h3.collapsible::after {
  content: '\e621';
}
.discount-explaination .discount-explaination-content {
  margin: 0px;
  padding: 0px 0px 0px 10px;
}
.discount-explaination .discount-explaination-content span {
  float: right;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner {
  padding: 0px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  top: unset;
  background: white;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner .subscriber_bg {
  background: url("../../frontend/TPFGroup/TickFord/en_US/images/subscriber_bg.png") center center no-repeat;
  height: 170px;
}
@media only screen and (max-width: 400px) {
  .zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner .subscriber_bg {
    height: 120px;
    background-size: cover;
  }
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner h2 {
  color: #007dc6;
  font-family: 'Avenir-Bold';
  font-size: 30px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 20px;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner .box_title {
  margin: 20px 20px 10px;
  font-size: 20px;
  font-family: 'Avenir-Bold';
  letter-spacing: 0.6px;
  line-height: 30px;
  font-weight: bold;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner form {
  margin: 0px 30px;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner input[name="email"] {
  border-color: #007dc6;
  color: #000000;
}
.zoo-newsletter-popup .modal-inner-wrap #zoo_newsletter .zoo-popup-newsletter-inner .checkbox-filter .checkbox-material {
  top: 0px;
}
.cms-tickford-homepage .block-static-block.widget,
.cms-tickford-homepage .block-cms-link.widget {
  margin-bottom: 0px !important;
}
.tophead .notification {
  background: #007dc6;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.layout-1920 .tophead .container {
  max-width: 1440px;
}
.tophead {
  background: #007dc6;
}
.tophead.text-center {
  padding-top: 0px;
}
.tophead .container {
  position: relative;
}
.tophead .notification {
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.tophead .newsletters-style-4 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.tophead .newsletters-style-4 .newsletter-cs .content,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  margin: 0px;
}
.tophead .newsletters-style-4 .newsletter-cs .content {
  padding-right: 20px;
  padding-top: 7px;
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail input {
  font-family: 'Avenir';
  font-size: 12px;
  border-color: #000;
  border-radius: 20px;
  color: #FFF;
  letter-spacing: 0.6px;
  height: 30px;
  width: 200px;
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail #newsletter-error {
  display: none !important;
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .actions {
  margin-left: -25px;
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe {
  border-radius: 20px;
  background: #000;
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe:after,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe:after,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe:after {
  /*content: 'SIGN UP';*/
}
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe:hover,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe:focus,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail button.subscribe:active,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe:hover,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe:focus,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .cart.table-wrapper .actions-toolbar > .action.subscribe:active,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe:hover,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe:focus,
.tophead .newsletters-style-4 .newsletter-cs .content #newsletter-validate-detail .action-gift.subscribe:active {
  border: none;
}
.block-content .form.minisearch {
  background: none;
  border-radius: 25px;
}
.block-content .form.minisearch.loading::before {
  right: 20px;
}
.block-content .form.minisearch .control {
  padding: 0 25px 0 15px;
}
.block-content .form.minisearch .action.search {
  background: none;
  left: 10px;
  right: unset;
  padding: 0px;
}
.block-content .form.minisearch .field.search .form-group .input-text {
  padding-left: 40px;
}
.page-wrapper .page-header .full-sc-search {
  margin-top: 0px;
}
.minicart-wrapper {
  margin-left: 10px !important;
}
@media only screen and (min-width: 992px) {
  .nav-sections-item-content {
    position: relative;
  }
  .page-wrapper .header.links {
    position: absolute;
    top: -96px;
    right: 285px;
    z-index: 9999;
  }
}
/*
a.newsletterpopup{
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFF;
  text-decoration: underline;
  padding: 3px 0px;
  display: inline-block;
}
*/
@media (max-width: 991px), print {
  .page-wrapper .page-header .header-minimal-search {
    top: 56%;
    right: 60px;
    left: unset;
  }
  .page-wrapper .page-header .full-sc-search .block-search {
    max-width: 425px !important;
  }
}
.bestseller_box .product-items .product-item-info .product-item-details .special-price,
.bestseller_box .product-items .product-item-info .product-item-details .normal-price,
.bestseller_box .product-items .product-item-info .product-item-details .price-box {
  display: block;
}
.bestseller_box .product-items .product-item-info .product-item-details .special-price .price,
.bestseller_box .product-items .product-item-info .product-item-details .normal-price .price,
.bestseller_box .product-items .product-item-info .product-item-details .price-box .price {
  color: #007dc6;
}
.product-items .product-item-info .price-box .old-price .price {
  color: #676767 !important;
}
/* END _custom.less */
body.rtl {
  /*******************************************************************************
   *              bootstrap-rtl (version 3.3.4)
   *      Author: Morteza Ansarinia (http://github.com/morteza)
   *  Created on: August 13,2015
   *     Project: bootstrap-rtl
   *   Copyright: Unlicensed Public Domain
   *******************************************************************************/
  direction: rtl;
  /* Form Search*/
  /* Product Detail */
  /* End Product Detail */
  /* Mini cart */
  /* End Mini cart */
  /* Cart page */
  /* End cart page */
  /* Breadcrumbs */
  /* End Breadcrumbs */
  /* Checkout */
  /* End Checkout */
  /* Category */
  /* End Category */
  /* Blog */
  /* End Blog */
  /* Fogot password */
  /* End Fogot password */
  /* Create acc */
  /* End create account */
  /* google material */
}
body.rtl .flip.text-left {
  text-align: right;
}
body.rtl .flip.text-right {
  text-align: left;
}
body.rtl .list-unstyled {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .list-inline {
  padding-right: 0;
  padding-left: initial;
  margin-right: -5px;
  margin-left: 0;
}
body.rtl dd {
  margin-right: 0;
  margin-left: initial;
}
@media (min-width: 768px) {
  body.rtl .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  body.rtl .dl-horizontal dd {
    margin-right: 180px;
    margin-left: 0;
  }
}
body.rtl .col-1,
body.rtl .col-2,
body.rtl .col-3,
body.rtl .col-4,
body.rtl .col-5,
body.rtl .col-6,
body.rtl .col-7,
body.rtl .col-8,
body.rtl .col-9,
body.rtl .col-10,
body.rtl .col-11,
body.rtl .col-12,
body.rtl .col,
body.rtl .col-auto,
body.rtl .col-sm-1,
body.rtl .col-sm-2,
body.rtl .col-sm-3,
body.rtl .col-sm-4,
body.rtl .col-sm-5,
body.rtl .col-sm-6,
body.rtl .col-sm-7,
body.rtl .col-sm-8,
body.rtl .col-sm-9,
body.rtl .col-sm-10,
body.rtl .col-sm-11,
body.rtl .col-sm-12,
body.rtl .col-sm,
body.rtl .col-sm-auto,
body.rtl .col-md-1,
body.rtl .col-md-2,
body.rtl .col-md-3,
body.rtl .col-md-4,
body.rtl .col-md-5,
body.rtl .col-md-6,
body.rtl .col-md-7,
body.rtl .col-md-8,
body.rtl .col-md-9,
body.rtl .col-md-10,
body.rtl .col-md-11,
body.rtl .col-md-12,
body.rtl .col-md,
body.rtl .col-md-auto,
body.rtl .col-lg-1,
body.rtl .col-lg-2,
body.rtl .col-lg-3,
body.rtl .col-lg-4,
body.rtl .col-lg-5,
body.rtl .col-lg-6,
body.rtl .col-lg-7,
body.rtl .col-lg-8,
body.rtl .col-lg-9,
body.rtl .col-lg-10,
body.rtl .col-lg-11,
body.rtl .col-lg-12,
body.rtl .col-lg,
body.rtl .col-lg-auto,
body.rtl .col-xl-1,
body.rtl .col-xl-2,
body.rtl .col-xl-3,
body.rtl .col-xl-4,
body.rtl .col-xl-5,
body.rtl .col-xl-6,
body.rtl .col-xl-7,
body.rtl .col-xl-8,
body.rtl .col-xl-9,
body.rtl .col-xl-10,
body.rtl .col-xl-11,
body.rtl .col-xl-12,
body.rtl .col-xl,
body.rtl .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.rtl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body.rtl .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
body.rtl .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
body.rtl .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
body.rtl .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
body.rtl .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
body.rtl .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
body.rtl .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
body.rtl .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
body.rtl .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
body.rtl .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
body.rtl .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
body.rtl .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
body.rtl .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body.rtl .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
body.rtl .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
body.rtl .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
body.rtl .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.rtl .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.rtl .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
body.rtl .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
body.rtl .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
body.rtl .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
body.rtl .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
body.rtl .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
body.rtl .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
body.rtl .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
body.rtl .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
body.rtl .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
body.rtl .offset-1 {
  margin-right: 8.333333%;
  margin-left: 0;
}
body.rtl .offset-2 {
  margin-right: 16.666667%;
  margin-left: 0;
}
body.rtl .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
body.rtl .offset-4 {
  margin-right: 33.333333%;
  margin-left: 0;
}
body.rtl .offset-5 {
  margin-right: 41.666667%;
  margin-left: 0;
}
body.rtl .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
body.rtl .offset-7 {
  margin-right: 58.333333%;
  margin-left: 0;
}
body.rtl .offset-8 {
  margin-right: 66.666667%;
  margin-left: 0;
}
body.rtl .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
body.rtl .offset-10 {
  margin-right: 83.333333%;
  margin-left: 0;
}
body.rtl .offset-11 {
  margin-right: 91.666667%;
  margin-left: 0;
}
@media (min-width: 576px) {
  body.rtl .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-sm-0 {
    margin-right: 0;
  }
  body.rtl .offset-sm-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-sm-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-sm-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-sm-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-sm-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  body.rtl .offset-sm-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-sm-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-sm-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  body.rtl .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-md-0 {
    margin-right: 0;
  }
  body.rtl .offset-md-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-md-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-md-7 {
    margin-left: 0;
    margin-right: 58.333333%;
  }
  body.rtl .offset-md-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-md-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-md-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  body.rtl .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-lg-0 {
    margin-right: 0;
  }
  body.rtl .offset-lg-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-lg-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-lg-7 {
    margin-right: 58.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-lg-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-lg-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  body.rtl .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  body.rtl .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  body.rtl .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  body.rtl .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  body.rtl .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.rtl .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body.rtl .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  body.rtl .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.rtl .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  body.rtl .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  body.rtl .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  body.rtl .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  body.rtl .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  body.rtl .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  body.rtl .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  body.rtl .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.rtl .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.rtl .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.rtl .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.rtl .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.rtl .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  body.rtl .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  body.rtl .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  body.rtl .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  body.rtl .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  body.rtl .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.rtl .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  body.rtl .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  body.rtl .offset-xl-0 {
    margin-right: 0;
  }
  body.rtl .offset-xl-1 {
    margin-right: 8.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-2 {
    margin-right: 16.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  body.rtl .offset-xl-4 {
    margin-right: 33.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-5 {
    margin-right: 41.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  body.rtl .offset-xl-7 {
    margin-right: 58.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-8 {
    margin-right: 66.666667%;
    margin-left: 0;
  }
  body.rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  body.rtl .offset-xl-10 {
    margin-right: 83.333333%;
    margin-left: 0;
  }
  body.rtl .offset-xl-11 {
    margin-right: 91.666667%;
    margin-left: 0;
  }
}
body.rtl .d-none {
  display: none !important;
}
body.rtl .d-inline {
  display: inline !important;
}
body.rtl .d-inline-block {
  display: inline-block !important;
}
body.rtl .d-block {
  display: block !important;
}
body.rtl .d-table {
  display: table !important;
}
body.rtl .d-table-row {
  display: table-row !important;
}
body.rtl .d-table-cell {
  display: table-cell !important;
}
body.rtl .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body.rtl .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  body.rtl .d-sm-none {
    display: none !important;
  }
  body.rtl .d-sm-inline {
    display: inline !important;
  }
  body.rtl .d-sm-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-sm-block {
    display: block !important;
  }
  body.rtl .d-sm-table {
    display: table !important;
  }
  body.rtl .d-sm-table-row {
    display: table-row !important;
  }
  body.rtl .d-sm-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  body.rtl .d-md-none {
    display: none !important;
  }
  body.rtl .d-md-inline {
    display: inline !important;
  }
  body.rtl .d-md-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-md-block {
    display: block !important;
  }
  body.rtl .d-md-table {
    display: table !important;
  }
  body.rtl .d-md-table-row {
    display: table-row !important;
  }
  body.rtl .d-md-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  body.rtl .d-lg-none {
    display: none !important;
  }
  body.rtl .d-lg-inline {
    display: inline !important;
  }
  body.rtl .d-lg-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-lg-block {
    display: block !important;
  }
  body.rtl .d-lg-table {
    display: table !important;
  }
  body.rtl .d-lg-table-row {
    display: table-row !important;
  }
  body.rtl .d-lg-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  body.rtl .d-xl-none {
    display: none !important;
  }
  body.rtl .d-xl-inline {
    display: inline !important;
  }
  body.rtl .d-xl-inline-block {
    display: inline-block !important;
  }
  body.rtl .d-xl-block {
    display: block !important;
  }
  body.rtl .d-xl-table {
    display: table !important;
  }
  body.rtl .d-xl-table-row {
    display: table-row !important;
  }
  body.rtl .d-xl-table-cell {
    display: table-cell !important;
  }
  body.rtl .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.rtl .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
body.rtl caption {
  text-align: right;
}
body.rtl th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  body.rtl .table-responsive > .table-bordered {
    border: 0;
  }
  body.rtl .table-responsive > .table-bordered > thead > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  body.rtl .table-responsive > .table-bordered > thead > tr > td:first-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > td:first-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: initial;
  }
  body.rtl .table-responsive > .table-bordered > thead > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  body.rtl .table-responsive > .table-bordered > thead > tr > td:last-child,
  body.rtl .table-responsive > .table-bordered > tbody > tr > td:last-child,
  body.rtl .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-left: 0;
    border-right: initial;
  }
}
body.rtl .radio label,
body.rtl .checkbox label {
  padding-right: 20px;
  padding-left: initial;
}
body.rtl .radio input[type="radio"],
body.rtl .radio-inline input[type="radio"],
body.rtl .checkbox input[type="checkbox"],
body.rtl .checkbox-inline input[type="checkbox"] {
  margin-right: -20px;
  margin-left: auto;
}
body.rtl .radio-inline,
body.rtl .checkbox-inline {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .radio-inline + .radio-inline,
body.rtl .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl .has-feedback .form-control {
  padding-left: 42.5px;
  padding-right: 12px;
}
body.rtl .form-control-feedback {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  body.rtl .form-inline label {
    padding-right: 0;
    padding-left: initial;
  }
  body.rtl .form-inline .radio input[type="radio"],
  body.rtl .form-inline .checkbox input[type="checkbox"] {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  body.rtl .form-horizontal .control-label {
    text-align: left;
  }
}
body.rtl .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
  right: auto;
}
body.rtl .caret {
  margin-right: 2px;
  margin-left: 0;
}
body.rtl .dropdown-menu {
  right: 0;
  left: auto;
  float: left;
  text-align: right;
}
body.rtl .dropdown-menu.pull-right {
  left: 0;
  right: auto;
  float: right;
}
body.rtl .dropdown-menu-right {
  left: auto;
  right: 0;
}
body.rtl .dropdown-menu-left {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  body.rtl .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  body.rtl .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
body.rtl .btn-group > .btn,
body.rtl .btn-group-vertical > .btn {
  float: right;
}
body.rtl .btn-group .btn + .btn,
body.rtl .btn-group .btn + .btn-group,
body.rtl .btn-group .btn-group + .btn,
body.rtl .btn-group .btn-group + .btn-group {
  margin-right: -1px;
  margin-left: 0px;
}
body.rtl .btn-toolbar {
  margin-right: -5px;
  margin-left: 0px;
}
body.rtl .btn-toolbar .btn-group,
body.rtl .btn-toolbar .input-group {
  float: right;
}
body.rtl .btn-toolbar > .btn,
body.rtl .btn-toolbar > .btn-group,
body.rtl .btn-toolbar > .input-group {
  margin-right: 5px;
  margin-left: 0px;
}
body.rtl .btn-group > .btn:first-child {
  margin-right: 0;
}
body.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .btn-group > .btn:last-child:not(:first-child),
body.rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .btn-group > .btn-group {
  float: right;
}
body.rtl .btn-group.btn-group-justified > .btn,
body.rtl .btn-group.btn-group-justified > .btn-group {
  float: none;
}
body.rtl .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
body.rtl .btn-group > .btn-group:first-child > .btn:last-child,
body.rtl .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .btn .caret {
  margin-right: 0;
}
body.rtl .btn-group-vertical > .btn + .btn,
body.rtl .btn-group-vertical > .btn + .btn-group,
body.rtl .btn-group-vertical > .btn-group + .btn,
body.rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-right: 0;
}
body.rtl .input-group .form-control {
  float: right;
}
body.rtl .input-group .form-control:first-child,
body.rtl .input-group-addon:first-child,
body.rtl .input-group-btn:first-child > .btn,
body.rtl .input-group-btn:first-child > .btn-group > .btn,
body.rtl .input-group-btn:first-child > .dropdown-toggle,
body.rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .input-group-addon:first-child {
  border-left: 0px;
  border-right: 1px solid;
}
body.rtl .input-group .form-control:last-child,
body.rtl .input-group-addon:last-child,
body.rtl .input-group-btn:last-child > .btn,
body.rtl .input-group-btn:last-child > .btn-group > .btn,
body.rtl .input-group-btn:last-child > .dropdown-toggle,
body.rtl .input-group-btn:first-child > .btn:not(:first-child),
body.rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .input-group-addon:last-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-right: 0px;
}
body.rtl .input-group-btn > .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .input-group-btn:first-child > .btn,
body.rtl .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
  margin-right: auto;
}
body.rtl .input-group-btn:last-child > .btn,
body.rtl .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .nav {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .nav-tabs > li {
  float: right;
}
body.rtl .nav-tabs > li > a {
  margin-left: auto;
  margin-right: -2px;
  border-radius: 4px 4px 0 0;
}
body.rtl .nav-pills > li {
  float: right;
}
body.rtl .nav-pills > li > a {
  border-radius: 4px;
}
body.rtl .nav-pills > li + li {
  margin-right: 2px;
  margin-left: auto;
}
body.rtl .nav-stacked > li {
  float: none;
}
body.rtl .nav-stacked > li + li {
  margin-right: 0;
  margin-left: auto;
}
body.rtl .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
body.rtl .nav-tabs-justified > li > a {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  body.rtl .nav-tabs-justified > li > a {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-header {
    float: right;
  }
}
body.rtl .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}
body.rtl .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  body.rtl .navbar > .container .navbar-brand,
  body.rtl .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
    margin-left: auto;
  }
}
body.rtl .navbar-toggle {
  float: left;
  margin-left: 15px;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.rtl .navbar-nav .open .dropdown-menu > li > a,
  body.rtl .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-nav {
    float: right;
  }
  body.rtl .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-left.flip {
    float: right !important;
  }
  body.rtl .navbar-right:last-child {
    margin-left: -15px;
    margin-right: auto;
  }
  body.rtl .navbar-right.flip {
    float: left !important;
    margin-left: -15px;
    margin-right: auto;
  }
  body.rtl .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  body.rtl .navbar-text {
    float: right;
  }
  body.rtl .navbar-text.navbar-right:last-child {
    margin-left: 0;
    margin-right: auto;
  }
}
body.rtl .pagination {
  padding-right: 0;
}
body.rtl .pagination > li > a,
body.rtl .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
}
body.rtl .pagination > li:first-child > a,
body.rtl .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.rtl .pagination > li:last-child > a,
body.rtl .pagination > li:last-child > span {
  margin-right: -1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.rtl .pager {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .pager .next > a,
body.rtl .pager .next > span {
  float: left;
}
body.rtl .pager .previous > a,
body.rtl .pager .previous > span {
  float: right;
}
body.rtl .nav-pills > li > a > .badge {
  margin-left: 0px;
  margin-right: 3px;
}
body.rtl .list-group-item > .badge {
  float: left;
}
body.rtl .list-group-item > .badge + .badge {
  margin-left: 5px;
  margin-right: auto;
}
body.rtl .alert-dismissable,
body.rtl .alert-dismissible {
  padding-left: 35px;
  padding-right: 15px;
}
body.rtl .alert-dismissable .close,
body.rtl .alert-dismissible .close {
  right: auto;
  left: -21px;
}
body.rtl .progress-bar {
  float: right;
}
body.rtl .media > .pull-left {
  margin-right: 10px;
}
body.rtl .media > .pull-left.flip {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .media > .pull-right {
  margin-left: 10px;
}
body.rtl .media > .pull-right.flip {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .media-right,
body.rtl .media > .pull-right {
  padding-right: 10px;
  padding-left: initial;
}
body.rtl .media-left,
body.rtl .media > .pull-left {
  padding-left: 10px;
  padding-right: initial;
}
body.rtl .media-list {
  padding-right: 0;
  padding-left: initial;
  list-style: none;
}
body.rtl .list-group {
  padding-right: 0;
  padding-left: initial;
}
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
}
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
body.rtl .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
body.rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
body.rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
body.rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
body.rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
body.rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
}
body.rtl .panel > .table-bordered > thead > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
body.rtl .panel > .table-bordered > tbody > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
body.rtl .panel > .table-bordered > tfoot > tr > th:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
body.rtl .panel > .table-bordered > thead > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
body.rtl .panel > .table-bordered > tbody > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
body.rtl .panel > .table-bordered > tfoot > tr > td:first-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-right: 0;
  border-left: none;
}
body.rtl .panel > .table-bordered > thead > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
body.rtl .panel > .table-bordered > tbody > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
body.rtl .panel > .table-bordered > tfoot > tr > th:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
body.rtl .panel > .table-bordered > thead > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
body.rtl .panel > .table-bordered > tbody > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
body.rtl .panel > .table-bordered > tfoot > tr > td:last-child,
body.rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: none;
  border-left: 0;
}
body.rtl .embed-responsive .embed-responsive-item,
body.rtl .embed-responsive iframe,
body.rtl .embed-responsive embed,
body.rtl .embed-responsive object {
  right: 0;
  left: auto;
}
body.rtl .close {
  float: left;
}
body.rtl .modal-footer {
  text-align: left;
}
body.rtl .modal-footer.flip {
  text-align: right;
}
body.rtl .modal-footer .btn + .btn {
  margin-left: auto;
  margin-right: 5px;
}
body.rtl .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
  margin-left: auto;
}
body.rtl .modal-footer .btn-block + .btn-block {
  margin-right: 0;
  margin-left: auto;
}
body.rtl .popover {
  left: auto;
  text-align: right;
}
body.rtl .popover.top > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
body.rtl .popover.top > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
body.rtl .popover.bottom > .arrow {
  right: 50%;
  left: auto;
  margin-right: -11px;
  margin-left: auto;
}
body.rtl .popover.bottom > .arrow:after {
  margin-right: -10px;
  margin-left: auto;
}
body.rtl .carousel-control {
  right: 0;
  bottom: 0;
}
body.rtl .carousel-control.left {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
body.rtl .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
body.rtl .carousel-control .icon-prev,
body.rtl .carousel-control .glyphicon-chevron-left {
  left: 50%;
  right: auto;
  margin-right: -10px;
}
body.rtl .carousel-control .icon-next,
body.rtl .carousel-control .glyphicon-chevron-right {
  right: 50%;
  left: auto;
  margin-left: -10px;
}
body.rtl .carousel-indicators {
  right: 50%;
  left: 0;
  margin-right: -30%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.rtl .carousel-control .glyphicon-chevron-left,
  body.rtl .carousel-control .icon-prev {
    margin-left: 0;
    margin-right: -15px;
  }
  body.rtl .carousel-control .glyphicon-chevron-right,
  body.rtl .carousel-control .icon-next {
    margin-left: 0;
    margin-right: -15px;
  }
  body.rtl .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
body.rtl .pull-right.flip {
  float: left !important;
}
body.rtl .pull-left.flip {
  float: right !important;
}
body.rtl .no-padding {
  padding: 0;
}
body.rtl .padding-0 {
  padding: 0;
}
body.rtl .padding-right-0 {
  padding-left: 0px;
}
body.rtl .padding-left-0 {
  padding-right: 0px;
}
body.rtl .padding-left-3 {
  padding-right: 3px;
}
body.rtl .padding-right-3 {
  padding-left: 3px;
}
body.rtl .padding-left-8 {
  padding-right: 8px;
}
body.rtl .padding-right-8 {
  padding-left: 8px;
}
body.rtl .padding-left-5 {
  padding-right: 5px;
}
body.rtl .padding-right-5 {
  padding-left: 5px;
}
body.rtl .padding-left-60 {
  padding-right: 60px;
}
body.rtl .mr-auto {
  margin-left: auto;
  margin-right: 0 !important;
}
body.rtl .page-wrapper .page-header .topbar-container {
  text-align: left;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact {
  float: right;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li .fa {
  margin-left: 15px;
  margin-right: 0;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li:last-child {
  border-right: none;
}
body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact li:first-child {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .page-wrapper .page-header .switcher {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .page-wrapper .page-header .switcher .switcher-dropdown li {
  text-align: right;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .authorization-link,
body.rtl .page-wrapper .page-header.zoo-header-2 .header-wishlist {
  padding-left: 0px;
  padding-right: 20px;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .block-search {
  padding-left: 0px;
  padding-right: 15px;
}
body.rtl .page-wrapper .page-header.zoo-header-2 .block-search .block-content .field.search {
  left: 100%;
  right: inherit;
}
body.rtl .zoo-home11-block .block-item-left .block-1 {
  border-right: 30px solid #ffffff;
  border-left: 0;
}
body.rtl .zoo-home11-block .block-item-right .block-1 {
  border-left: 30px solid #ffffff;
  border-right: 0;
}
body.rtl .zoo-service-category .zoo-bar-content:first-child {
  border-right: 1px solid #eaeaea !important;
}
body.rtl .zoo-service-category .zoo-bar-content:last-child {
  border-right: none;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .form#newsletter-validate-detail .actions {
  float: right;
  margin-left: inherit;
  text-align: right;
  margin-right: 10px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .footer-bottom-accordion .newsletters-style-3.text-center .newsletter-cs .content #newsletter-validate-detail .field {
  float: right;
}
body.rtl .page-wrapper .page-footer .zoo-footer-bottom-content.home08 .zoo-footer-social-links li {
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .figure.effect-sadie p,
body.rtl .figure.effect-sadie h2 {
  left: inherit;
  right: 0;
}
body.rtl .page-wrapper .home08 .block .owl-carousel .owl-stage .owl-item .block-content .figure.effect-sadie .figcaption p,
body.rtl .page-wrapper .home08 .block .owl-carousel .owl-stage .owl-item .block-content .figure.effect-sadie .figcaption h2 {
  right: 55px;
  left: inherit;
  text-align: right;
}
body.rtl .page-wrapper .page-header.type8 .header-content .block-search {
  display: none;
}
body.rtl .grid .figure .figcaption {
  left: inherit;
  right: 0;
}
body.rtl .user_area {
  text-align: right;
  float: left;
  margin: 0 25px 0 0;
}
body.rtl .user_area .authorization-link a:before {
  right: 0;
}
body.rtl .c-smartsearch .col-2-8 {
  float: right;
  margin-right: 0;
}
body.rtl .text-right {
  text-align: left !important;
}
body.rtl .flexslider {
  direction: ltr;
}
body.rtl .clever-menu ul {
  text-align: right;
}
body.rtl .clever-menu .clever-mega-menu-item.level-top > .slicknav_arrow {
  left: 0;
  right: inherit;
}
body.rtl .text-center .clever-menu ul {
  text-align: center;
}
body.rtl .block-search .form.minisearch .control .search-dropdown {
  border-left: none;
  border-right: 1px solid #ebebeb;
}
body.rtl .minicart-wrapper {
  float: left;
  margin-left: 0 !important;
}
body.rtl .minicart-wrapper .minicart-detail {
  left: -20px;
  right: auto !important;
}
body.rtl .minicart-wrapper .minicart-detail:before {
  left: 10px;
  right: inherit;
}
body.rtl .minicart-wrapper .minicart-detail .block-title {
  right: 0;
}
body.rtl .minicart-wrapper .minicart-detail .block-title .close-minicart {
  padding-left: 20px;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  width: 25% !important;
}
body.rtl .logo {
  float: right;
}
body.rtl .padding-0 {
  padding: 0;
}
body.rtl .page-wrapper .page-footer ul.zoo-footer-social-links.style-1,
body.rtl .page-wrapper .page-footer ul.zoo-footer-social-links.style-3 {
  text-align: left;
}
body.rtl .page-wrapper .page-footer ul.zoo-footer-links li {
  padding-left: 35px;
  padding-right: 0;
}
body.rtl .clever-menu .col-lg-offset-6 {
  margin-right: 0;
  margin-left: 0;
}
body.rtl .clever-menu *,
body.rtl .clever-menu :after,
body.rtl .clever-menu :before {
  text-align: right;
}
body.rtl .is-sticky #zoo-sticky-header .clever-menu .clever-mega-menu li {
  text-align: right;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top.parent > a:before {
  left: 0;
  right: auto;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.level-top:first-child a {
  padding-left: 0;
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .clever-horizontal-menu ul.clever-mega-menu > li.clever-mega-menu-item.level0.clever-menu-justify .clever-mega-menu-sub.container {
  direction: initial;
}
body.rtl .block-search .form.minisearch .control .search-dropdown {
  float: right;
}
body.rtl .block-search .form.minisearch .control .search-dropdown .search-select i {
  padding-left: 15px;
  padding-right: 0;
}
body.rtl .block-search .form.minisearch .action.search {
  left: 0;
  right: inherit !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
body.rtl .block-search .form.minisearch .inner {
  right: inherit;
  left: 0;
  margin-right: 0;
  margin-left: 40px;
}
body.rtl .block-search .form.minisearch #top_tree {
  right: inherit;
  left: 0;
  text-align: right;
}
body.rtl #mtnav li.custom-block,
body.rtl #mtnav li {
  float: right;
}
body.rtl #mtnav .zoo-customer-service {
  float: left;
}
body.rtl #mtnav > li:first-child a {
  margin-left: inherit;
  margin-right: 0;
}
body.rtl #mtnav li div.shown-sub,
body.rtl #mtnav li ul.shown-sub {
  right: 0;
  left: inherit;
  padding-left: 10px;
  padding-right: 0;
}
body.rtl .page-wrapper .navigation ul li.parent > a:before {
  left: -2px;
  right: inherit;
}
body.rtl .navigation .level0 {
  margin: 0 0 0 10px;
}
body.rtl .topcat-menu .block-title .fa.fa-bars {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .zoo-navigation-vertical .category-hold > li.level0 > a:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .zoo-navigation-vertical li.parent div.shown-sub {
  right: 90%;
  left: inherit;
}
body.rtl .zoo-navigation-vertical li.parent:hover div.shown-sub {
  right: 100%;
  left: inherit;
}
body.rtl .bg-megamenu {
  left: -30px;
  right: inherit;
}
body.rtl .owl-carousel {
  direction: ltr;
}
body.rtl .zoo-footer-layout-home10 .col-foot-right {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
body.rtl .homepage-bar {
  border: 1px solid #eaeaea;
}
body.rtl .homepage-bar .col-md-4 {
  border-right: 1px solid #eaeaea;
  border-left: none;
}
body.rtl .homepage-bar .col-md-4 span.fa {
  right: 0;
  left: inherit;
}
body.rtl .homepage-bar .col-md-4 .text-area {
  padding-right: 55px;
  padding-left: 0;
  text-align: right;
}
body.rtl .product-items .product-item-info .price-box .old-price {
  float: right;
  padding: 0 0 0 15px;
}
body.rtl .product-item-info .product_loop .product_loop_switcher {
  float: right;
}
body.rtl .product-item-info .product_loop div[class^=swatch-opt-] {
  text-align: left;
}
body.rtl .shop_product_metas .add-to-links {
  right: inherit;
  left: 0;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info > a {
  float: right;
}
body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
  float: left;
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}
body.rtl .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
  padding-right: 15px;
}
body.rtl .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent .menu-link {
  margin-right: 0;
}
body.rtl .clever-menu.clever-horizontal-menu ul.clever-mega-menu > li.level-top:before.parent > a {
  left: 3px !important;
  right: auto !important;
}
body.rtl .header-wishlist,
body.rtl .header-compare,
body.rtl .minicart-wrapper,
body.rtl .user_area {
  float: left;
  margin-right: 25px !important;
  margin-left: 0 !important;
}
body.rtl .page-header.header_layout_2 .block-search .block-content .action.search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body.rtl.home-06 .page-header .header-content .block-search {
  display: none;
}
body.rtl .zoo-widget-style1 .zoo-block-widget .padding-sm-right-3 {
  padding-left: 3px;
  padding-right: 15px;
}
body.rtl .zoo-widget-style1 .zoo-block-widget .padding-sm-left-3 {
  padding-right: 3px;
  padding-left: 15px;
}
body.rtl .zoo-widget-style5 .owl-carousel .owl-nav {
  left: 0;
  transform: translate(-93%, -50%);
  -ms-transform: translate(-93%, -50%);
  -webkit-transform: translate(-93%, -50%);
}
body.rtl .post-info {
  left: auto;
  right: 20px;
}
body.rtl .product-info-main .product-options-bottom .price-box {
  float: right;
}
body.rtl .product-info-main .product-info-price .price-box {
  float: right;
}
body.rtl .nav-title-cart .box-tocart {
  float: left;
  margin-right: auto !important;
  margin-left: 0 !important;
}
body.rtl .review-ratings {
  float: right;
}
body.rtl .swatch-option-tooltip .title {
  text-transform: capitalize;
}
body.rtl .swatch-option-tooltip .corner:before {
  top: 3px;
  right: 15px;
}
body.rtl .swatch-option-tooltip .corner:after {
  top: 2px;
  right: 0;
}
body.rtl .catalog-product-tab .product.data.items > .item.title .data.switch .counter {
  float: left;
}
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control button.reduced,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.reduced,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.reduced {
  border-left: 1px solid #eaeaea;
  border-right: none;
}
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control button.increase,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .cart.table-wrapper .actions-toolbar > .action.increase,
body.rtl .minicart-wrapper .minicart-items .product-item-pricing .control .action-gift.increase {
  border-right: 1px solid #eaeaea;
  border-left: none;
}
body.rtl .minicart-wrapper .minicart-items .product .product-item-photo,
body.rtl .minicart-wrapper .minicart-items .product .product-image-container {
  float: right;
  margin-top: 10px;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 80px;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details .details-qty {
  float: right;
}
body.rtl .minicart-wrapper .minicart-items .product-item-details .price-container {
  text-align: left;
}
body.rtl .minicart-wrapper .subtotal {
  text-align: right;
}
body.rtl .minicart-wrapper .subtotal .amount.price-container {
  float: left;
}
body.rtl .cart-container .cart-summary .block .title:after {
  left: -5px;
  right: auto;
}
body.rtl .cart-totals .grand .amount,
body.rtl .cart-totals .amount,
body.rtl .opc-block-summary .table-totals .grand .amount,
body.rtl .opc-block-summary .table-totals .amount {
  text-align: left;
}
body.rtl .cart-container .cart-summary .cart-totals .mark {
  text-align: right;
}
body.rtl .cart.table-wrapper .item-actions td {
  text-align: left;
}
body.rtl .zoo-breadcrumbs {
  padding-right: 0;
  padding-left: 20px;
}
body.rtl .fieldset > .field:not(.choice) > .control {
  float: right;
}
body.rtl .field .control._with-tooltip input {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .minicart-items .product .product-item-photo,
body.rtl .minicart-items .product .product-image-container {
  float: right;
}
body.rtl .minicart-items .product-item-details {
  padding-left: 0;
}
body.rtl .left_checkout_cart {
  float: right;
  padding: 0 0 0 4%;
}
body.rtl .block-authentication .block[class] .field .control,
body.rtl .block-authentication .block[class] .field .label {
  float: right;
  width: 100%;
  padding: 6px 0px 0 0;
}
body.rtl .block-authentication .block-title {
  text-align: right;
}
body.rtl .block-authentication .actions-toolbar .secondary {
  float: right;
  margin-right: 0;
}
body.rtl .modal-custom .action-close,
body.rtl .modal-popup .action-close,
body.rtl .modal-slide .action-close {
  right: auto;
  left: 0;
}
body.rtl .checkout-shipping-address .field-tooltip {
  left: 0;
  right: auto;
}
body.rtl.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner .product-item-name-block {
  text-align: right;
  padding-left: 50px;
}
body.rtl.checkout-index-index .opc-sidebar .opc-block-summary .items-in-cart .minicart-items .product-item .product-item-details .product-item-inner .subtotal {
  text-align: left;
}
body.rtl .action-for-medium-up span {
  padding-left: 10px;
}
body.rtl.catalog-category-view .sidebar.sidebar-right,
body.rtl.clevershopby-index-index .sidebar.sidebar-right {
  padding-left: 15px;
  border-right: 1px solid #e5e5e5;
  border-left: none;
}
body.rtl.catalog-category-view .sidebar.sidebar-left,
body.rtl.clevershopby-index-index .sidebar.sidebar-left {
  padding-right: 15px;
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
body.rtl.catalog-product-view #product-review-table .review-field-rating {
  float: right;
  min-height: 25px;
}
body.rtl.catalog-product-view #product-review-table .review-field-rating span {
  margin-right: 0;
  margin-left: 10px;
  float: right;
  margin-top: 5px;
}
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > thead > tr > th,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > th,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 0 10px 30px;
  text-align: right;
}
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > thead > tr > td,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tbody > tr > td,
body.rtl.catalog-product-view .product.info.detailed .additional-attributes > tfoot > tr > td {
  text-align: right;
}
body.rtl #zoo-layer-navigation .block-content .block-subtitle {
  background: transparent;
  color: #333333;
  font-size: 18px;
  padding: 0;
}
body.rtl .filter.block .zoo-filter-options-title {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .filter.block .zoo-filter-options-title:after {
  right: 0;
  left: auto;
}
body.rtl .block-recent-posts .block-content div.item .item-img {
  margin-right: 0 !important;
}
body.rtl .login-container button[type="submit"],
body.rtl #zoo-login-form button[type="submit"],
body.rtl .password.forget button[type="submit"],
body.rtl .form-create-account button[type="submit"],
body.rtl .login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl #zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .login-container .action-gift[type="submit"],
body.rtl #zoo-login-form .action-gift[type="submit"],
body.rtl .password.forget .action-gift[type="submit"],
body.rtl .form-create-account .action-gift[type="submit"] {
  float: left;
}
body.rtl .button-login-social.button-login-left-form,
body.rtl .button-register-social.button-login-left-form,
body.rtl .button-login-social.button-register-left-form,
body.rtl .button-register-social.button-register-left-form {
  padding: 15px;
}
body.rtl .button-login-social.button-login-left-form:before,
body.rtl .button-register-social.button-login-left-form:before,
body.rtl .button-login-social.button-register-left-form:before,
body.rtl .button-register-social.button-register-left-form:before {
  left: 0;
  right: auto;
}
body.rtl .button-login-social.button-login-left-form:after,
body.rtl .button-register-social.button-login-left-form:after,
body.rtl .button-login-social.button-register-left-form:after,
body.rtl .button-register-social.button-register-left-form:after {
  left: 10px;
  right: auto;
}
body.rtl .login-container button[type="submit"],
body.rtl #zoo-login-form button[type="submit"],
body.rtl .password.forget button[type="submit"],
body.rtl .form-create-account button[type="submit"],
body.rtl .login-container .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl #zoo-login-form .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .password.forget .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .form-create-account .cart.table-wrapper .actions-toolbar > .action[type="submit"],
body.rtl .login-container .action-gift[type="submit"],
body.rtl #zoo-login-form .action-gift[type="submit"],
body.rtl .password.forget .action-gift[type="submit"],
body.rtl .form-create-account .action-gift[type="submit"] {
  float: left;
}
body.rtl .c-smartsearch .c-smartsearch__price {
  float: right;
  width: 30%;
}
body.rtl .zoo-title-style2 .zoo-main-heading .zoo-heading-wrapper-title h3 span {
  padding-right: 0;
  padding-left: 30px;
}
body.rtl .newsletters {
  padding: 30px 0;
}
body.rtl .page-wrapper .page-footer .footer-top li {
  padding-right: 0;
  padding-left: 35px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-social-links {
  text-align: left;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-social-links li {
  padding-left: 0;
  padding-right: 10px;
}
body.rtl .page-wrapper .page-footer .zoo-footer-links-bottom ul.zoo-footer-links li {
  padding-right: 0;
  padding-left: 35px;
}
body.rtl .payment-img {
  background-position: left 50%;
}
body.rtl .page-wrapper .navigation ul li.parent > a:before {
  left: -2px;
  right: inherit;
}
body.rtl .page-wrapper .breadcrumbs .items {
  text-align: right;
}
body.rtl .page-wrapper .main-footer-img {
  left: -150px;
  right: inherit;
}
body.rtl #scroll-to-top {
  left: 20px;
  right: inherit;
}
body.rtl .form-group.label-floating.is-focused label.control-label,
body.rtl .form-group.label-floating:not(.is-empty) label.control-label,
body.rtl .form-group.label-static label.control-label {
  right: 0;
  left: inherit;
}
body.rtl .pull-right {
  float: left !important;
}
body.rtl .pull-left {
  float: right !important;
}
body.rtl .zoo-service-category .zoo-bar-content [class^=clever-icon-] {
  padding-right: 0;
  padding-left: 30px;
}
body.rtl .action-for-medium-up {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .filter.block .filter-content .item.checkbox-filter {
  text-align: right;
}
body.rtl .filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_min {
  float: right;
  text-align: right;
}
body.rtl .filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_max {
  float: left;
  text-align: left;
}
body.rtl.catalog-category-view .page-layout-1column .columns .sidebar-filter,
body.rtl.clevershopby-index-index .page-layout-1column .columns .sidebar-filter {
  right: -320px;
  left: inherit;
}
body.rtl.catalog-category-view .page-layout-1column .columns .sidebar-filter .clever-icon-close,
body.rtl.clevershopby-index-index .page-layout-1column .columns .sidebar-filter .clever-icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
body.rtl.catalog-category-view.show-sidebar .sidebar-filter,
body.rtl.clevershopby-index-index.show-sidebar .sidebar-filter {
  left: inherit !important;
  right: 0 !important;
}
body.rtl.catalog-category-view.show-sidebar .sidebar-filter .transparent-bg,
body.rtl.clevershopby-index-index.show-sidebar .sidebar-filter .transparent-bg {
  width: 1000%;
  right: 0;
}
body.rtl #zoo-main-content .product-view .product-img-column {
  float: right;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .fotorama-item .fotorama__stage {
  right: 80px;
  left: 0 !important;
  padding: 0;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .fotorama-item .fotorama__nav-wrap {
  right: 0;
  left: auto;
}
body.rtl #zoo-main-content .product-view .product-img-column .gallery-placeholder .magnifier-preview {
  left: auto;
  right: 100% !important;
}
body.rtl #zoo-main-content .product-view .product-primary-column {
  float: left;
}
body.rtl .catalog-product-view.type-center-vertical-thumb .product.media .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: inherit;
  left: 0;
}
body.rtl .filter.block .zoo-filter-options-content .swatch-attribute-options {
  text-align: right;
}
body.rtl .checkbox-filter .checkbox-material {
  padding-right: 0;
  padding-left: 5px;
}
body.rtl #zoo-layer-navigation .block-content .filter-clear a {
  float: left;
}
body.rtl .pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
  padding-right: 45px;
}
body.rtl .products-list.list .product-item {
  text-align: right;
}
body.rtl .products-list.list .product-item .product-item-details {
  margin-left: 0;
  margin-right: 20px;
}
body.rtl .products-list.list .product-item .category-price-list {
  float: right;
}
body.rtl .toolbar-bottom .toolbar-amount {
  float: right !important;
}
body.rtl .toolbar-bottom .pages {
  left: 0;
  right: inherit;
}
body.rtl .page-products .sorter {
  right: inherit;
  left: 10px;
  float: left;
}
body.rtl .modes {
  float: right !important;
  margin-right: 0;
}
body.rtl .modes .modes-mode {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .toolbar-products .toolbar-sorter .sbHolder#sorter,
body.rtl .toolbar-products .toolbar-sorter .sorter-options#sorter {
  padding-right: 0;
}
body.rtl .toolbar-amount {
  margin-right: auto;
  margin-left: 25px;
}
body.rtl .share-links a {
  margin-right: 0;
  margin-left: 25px;
}
body.rtl.catalog-product-view .product-info-main .stock.available,
body.rtl.catalog-product-view .product-info-main .stock.unavailable {
  float: none;
}
body.rtl.catalog-product-view .product-info-main .product-addto-links .action {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl.catalog-product-view .product-info-main .product-social-links span.fa,
body.rtl.catalog-product-view .product-info-main .product-social-links span.clever-icon-compare-1 {
  margin-right: inherit;
  margin-left: 10px;
}
body.rtl.catalog-product-view .product-info-main .page-title-wrapper.product {
  float: right;
}
body.rtl .product-prev-next {
  right: inherit;
  left: 50px;
}
body.rtl .product-prev-next > div .preview-product {
  right: inherit;
  left: 0;
  transform: translate(40px, -50%);
}
body.rtl .toolbar-top .select-style:before {
  left: 0;
}
body.rtl .fa-caret-left:before {
  content: "\f0da";
}
body.rtl .fa-caret-right:before {
  content: "\f0d9";
}
body.rtl .fa-long-arrow-right:before {
  content: "\f177";
}
body.rtl .fa-long-arrow-left:before {
  content: "\f178";
}
body.rtl .box-tocart .fieldset .field.qty {
  float: right;
}
body.rtl .box-tocart .fieldset .field.qty .control {
  margin-left: 25px;
  margin-right: inherit;
}
body.rtl #product-options-wrapper .swatch-attribute .swatch-option.color {
  margin: 0 5px 0 5px;
  border: 1px solid #d7d7d7;
}
body.rtl #product-options-wrapper .swatch-attribute.size .swatch-option {
  margin: 0 5px 0 5px;
}
body.rtl .product-media .magnifier-preview {
  left: inherit !important;
  top: 0 !important;
  right: 100% !important;
}
body.rtl .product-area2 .product.data.items > .item.title {
  margin-right: inherit;
  margin-left: 50px;
}
body.rtl .product.data.items > .item .content ul {
  padding: 15px;
}
body.rtl .newsletterbox button#cboxClose,
body.rtl #zoo_newsletter,
body.rtl .newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose,
body.rtl .newsletterbox .action-gift#cboxClose {
  direction: rtl;
}
body.rtl .newsletterbox button#cboxClose .checkbox-filter .checkbox-material .check:before,
body.rtl #zoo_newsletter .checkbox-filter .checkbox-material .check:before,
body.rtl .newsletterbox .cart.table-wrapper .actions-toolbar > .action#cboxClose .checkbox-filter .checkbox-material .check:before,
body.rtl .newsletterbox .action-gift#cboxClose .checkbox-filter .checkbox-material .check:before {
  margin-top: -8px;
  margin-right: 5px;
}
body.rtl .modal-inner-wrap .modal-header {
  right: auto;
  left: 0;
}
body.rtl .zoo-newsletter-popup .modal-header {
  right: auto;
  left: 0;
}
body.rtl .zoo-newsletter-popup .modal-header .action-close {
  left: 0;
  right: auto;
}
body.rtl.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  text-align: right;
}
body.rtl .product-info-main .product-options-bottom .price-box,
body.rtl .product-info-main .product-info-price .price-box {
  float: right;
}
body.rtl .product-social-links .product-addto-links .action {
  margin-left: 4%;
  margin-right: 0;
  display: inline-block;
}
body.rtl .switcher-language .header.links:after,
body.rtl .switcher-language .switcher-trigger,
body.rtl .switcher-language .switcher-dropdown {
  text-align: right;
}
@media (min-width: 992px) {
  body.rtl .product-add-form p.required {
    position: relative;
  }
  body.rtl .page-header.zoo-header-5 .full-sc-search .block-search {
    float: right;
  }
  body.rtl .page-header.zoo-header-4 .header-content .block-search,
  body.rtl .page-header.zoo-header-5 .header-content .block-search {
    float: right;
  }
  body.rtl .col-md-6.col-llg-offset-1 {
    margin-left: 0;
    margin-right: 8.33333333%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (min-width: 768px), print {
  body.rtl .product.data.items > .item.content {
    float: left !important;
    margin-right: -100%;
    margin-left: 0 !important;
    text-align: right;
  }
  body.rtl .product.data.items > .item.content ul {
    padding: 15px;
  }
  body.rtl .page-header.zoo-header-4 .header-content .zoo-header-content-block:first-child,
  body.rtl .page-header.zoo-header-5 .header-content .zoo-header-content-block:first-child {
    float: right;
  }
  body.rtl .page-header.zoo-header-5 .clever-menu ul {
    text-align: center !important;
  }
  body.rtl .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    right: 0;
    left: inherit;
  }
  body.rtl .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    padding-right: 40px;
    padding-left: inherit;
  }
}
@media (max-width: 991px), print {
  body.rtl .nav-sections {
    -webkit-transition: right 300ms linear 0s;
    -moz-transition: right 300ms linear 0s;
    -ms-transition: right 300ms linear 0s;
    -o-transition: right 300ms linear 0s;
    transition: right 300ms linear 0s;
    left: inherit;
    right: -80%;
  }
  body.rtl.nav-open .page-wrapper .nav-sections {
    right: 0;
    left: inherit;
  }
  body.rtl .zoo-notification .notification-dismiss {
    left: 15px;
    right: inherit;
  }
  body.rtl .page-wrapper .page-header {
    direction: rtl;
  }
  body.rtl .page-wrapper .page-header .header-panel .zoo-top-contact {
    float: none;
  }
  body.rtl .page-wrapper .page-header .header-minimal-search {
    right: 60px;
    left: inherit;
  }
  body.rtl .zoo-menu-label {
    right: 20px;
    left: auto;
  }
  body.rtl .block-search .form.minisearch .control input {
    text-align: right;
    direction: rtl;
  }
  body.rtl .clever-horizontal-menu .clever-mega-menu-item.level-top .dropdown-toggle {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px), print {
  body.rtl .zoo-widget-style1 {
    margin-bottom: 0;
  }
  body.rtl #product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
    padding-left: 0;
  }
  body.rtl #zoo-main-content .product-view .product-primary-column {
    width: 100%;
    text-align: center;
  }
  body.rtl .catalog-product-tab .product.data.items > .item.content {
    text-align: right;
  }
  body.rtl.catalog-category-view #zoo-layer-navigation .filter.active .filter-title strong,
  body.rtl.clevershopby-index-index #zoo-layer-navigation .filter.active .filter-title strong {
    right: auto;
    left: 0;
  }
  body.rtl #zoo-layer-navigation .block-content .block-subtitle {
    padding: 0 15px;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td {
    text-align: center;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item {
    padding: 40px 120px 40px 0;
    text-align: right;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item .product-item-photo {
    left: auto;
    right: 0;
  }
  body.rtl .cart.table-wrapper #shopping-cart-table tr td.item .product-item-details {
    padding-right: 0;
  }
  body.rtl #discount-coupon-form .fieldset .field {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  body.rtl #discount-coupon-form .actions-toolbar {
    display: inline;
  }
  body.rtl .left_checkout_cart {
    padding: 0;
    margin: 0;
  }
  body.rtl .fieldset .field:not(.choice) .control {
    float: none;
    width: 100%;
  }
  body.rtl.catalog-product-view #product-review-table .review-field-rating span {
    min-width: 55px;
  }
  body.rtl.catalog-product-view .product-info-main .page-title-wrapper.product {
    float: none;
  }
  body.rtl.catalog-product-view .product-info-main .product-info-price {
    float: left;
  }
  body.rtl.catalog-product-view .product-info-main .product-info-price .price-box {
    float: none;
  }
  body.rtl.catalog-product-view .product-info-main .product-addto-links {
    text-align: center;
  }
  body.rtl.catalog-product-view .catalog-product-tab .product.data.items > .item.content #product-review-container .review-content,
  body.rtl.catalog-product-view .catalog-product-tab .product.data.items > .item.content #product-review-container .review-details {
    margin-right: 150px;
  }
  body.rtl .opc-estimated-wrapper .estimated-block {
    float: right;
  }
  body.rtl .user_area {
    margin: 0 10px 0 0;
  }
  body.rtl .user_area .authorization-link a:before {
    right: auto;
  }
  body.rtl .minicart-wrapper {
    margin-right: 18px !important;
  }
  body.rtl .field-tooltip._active .field-tooltip-content {
    left: -10px;
    right: auto;
  }
  body.rtl .field-tooltip._active .field-tooltip-content:before,
  body.rtl .field-tooltip._active .field-tooltip-content:after {
    left: 10px;
    right: auto;
  }
  body.rtl .page-header.header_layout_2.type1 .header-content .logo,
  body.rtl .page-header.header_layout_2.type5 .header-content .logo {
    text-align: left;
  }
  body.rtl .page-header.zoo-header-4.header_layout_2.type1 .header-content .logo,
  body.rtl .page-header.zoo-header-4.header_layout_2.type5 .header-content .logo {
    text-align: right;
    position: absolute;
  }
}
@media (max-width: 480px), print {
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap {
    margin: 50px auto;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content {
    padding: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .page-title {
    font-size: 25px;
    margin: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form #zoo-login-form-popup .pslogin-block {
    margin: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form #zoo-login-form-popup .pslogin-block .pslogin-buttons {
    padding: 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .action {
    font-size: 12px;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login button,
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .cart.table-wrapper .actions-toolbar > .action,
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .action-gift {
    margin: 0 0 10px 0;
  }
  body.rtl .modal-popup.zoo-log-popup .modal-inner-wrap .modal-content #zoo-login-form .form-login-popup .block-new-customer .block-content .form .login .control input {
    margin-bottom: 5px;
  }
  body.rtl .zoo-product-collection02 .products-grid.grid li .product-item-info .zoo-inner-product-item-info .product-item-details {
    width: 75%;
  }
  body.rtl .c-smartsearch .c-smartsearch__title {
    text-align: right;
  }
  body.rtl .c-smartsearch .c-smartsearch__price {
    width: 70%;
    text-align: right;
  }
  body.rtl .register-container-flex,
  body.rtl .login-container-flex {
    display: inline;
  }
  body.rtl .register-container-flex .button-login-social.button-login-left-form,
  body.rtl .login-container-flex .button-login-social.button-login-left-form,
  body.rtl .register-container-flex .button-register-social.button-login-left-form,
  body.rtl .login-container-flex .button-register-social.button-login-left-form,
  body.rtl .register-container-flex .button-login-social.button-register-left-form,
  body.rtl .login-container-flex .button-login-social.button-register-left-form,
  body.rtl .register-container-flex .button-register-social.button-register-left-form,
  body.rtl .login-container-flex .button-register-social.button-register-left-form {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0;
  }
  body.rtl .register-container-flex .button-login-social.button-login-left-form:before,
  body.rtl .login-container-flex .button-login-social.button-login-left-form:before,
  body.rtl .register-container-flex .button-register-social.button-login-left-form:before,
  body.rtl .login-container-flex .button-register-social.button-login-left-form:before,
  body.rtl .register-container-flex .button-login-social.button-register-left-form:before,
  body.rtl .login-container-flex .button-login-social.button-register-left-form:before,
  body.rtl .register-container-flex .button-register-social.button-register-left-form:before,
  body.rtl .login-container-flex .button-register-social.button-register-left-form:before,
  body.rtl .register-container-flex .button-login-social.button-login-left-form:after,
  body.rtl .login-container-flex .button-login-social.button-login-left-form:after,
  body.rtl .register-container-flex .button-register-social.button-login-left-form:after,
  body.rtl .login-container-flex .button-register-social.button-login-left-form:after,
  body.rtl .register-container-flex .button-login-social.button-register-left-form:after,
  body.rtl .login-container-flex .button-login-social.button-register-left-form:after,
  body.rtl .register-container-flex .button-register-social.button-register-left-form:after,
  body.rtl .login-container-flex .button-register-social.button-register-left-form:after {
    display: none !important;
  }
  body.rtl .register-container-flex .form,
  body.rtl .login-container-flex .form {
    float: left;
    width: 100%;
    padding: 0;
  }
  body.rtl .newsletters .subscribe .newsletter {
    width: 100%;
    margin-bottom: 10px;
  }
  body.rtl .newsletters .subscribe .actions {
    max-width: 100%;
    width: 100%;
  }
  body.rtl .newsletters .subscribe .actions .action {
    width: 100%;
  }
  body.rtl .page-header.header_layout_2 .user_area {
    display: none;
  }
}
body.rtl .home19-vertical-menu .block-title h4 {
  padding: 20px 40px 20px 0;
}
body.rtl.nav-open .page-wrapper .nav-sections .switcher .switcher-trigger:after,
body.rtl.nav-open .page-wrapper .nav-sections .header.links:after {
  right: inherit;
  left: 0;
}
body.rtl .product_grid_style_1 div[class^="swatch-opt-"],
body.rtl .product_grid_style_7 div[class^="swatch-opt-"],
body.rtl .product_grid_style_8 div[class^="swatch-opt-"] {
  left: 0;
  right: inherit;
}
body.rtl .product_countdown .countdown-deal {
  right: inherit;
  left: 0;
}
body.rtl .countdown-deal__times {
  margin-right: 0;
  margin-left: 30px;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll,
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap,
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
.owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
.owl-carousel .cart.table-wrapper .actions-toolbar > .action.owl-dot,
.owl-carousel .owl-nav .action-gift.owl-prev,
.owl-carousel .owl-nav .action-gift.owl-next,
.owl-carousel .action-gift.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/CleverSoft/novetty/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
	----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
	----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-slider-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-slider-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-slider-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-slider-icons {
  position: relative;
}
.ui-slider-icons .ui-slider-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-slider-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action.ui-button::-moz-focus-inner,
.action-gift.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker .ui-datepicker-buttonpane .action-gift {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane .cart.table-wrapper .actions-toolbar > .action.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-buttonpane .action-gift.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane .cart.table-wrapper .actions-toolbar > .action,
.ui-dialog .ui-dialog-buttonpane .action-gift {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectslider-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectslider-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectslider-menu .ui-menu .ui-selectslider-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectslider-open {
  display: block;
}
.ui-selectslider-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectslider-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectslider-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
	----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button,
.ui-widget .cart.table-wrapper .actions-toolbar > .action,
.ui-widget .action-gift {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
	----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
	----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
	----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_444444_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../frontend/TPFGroup/TickFord/en_US/css/images/ui-icons_cc0000_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
	----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
	===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
	===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 0px solid #fff;
  left: 0px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../frontend/TPFGroup/TickFord/en_US/css/images/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../frontend/TPFGroup/TickFord/en_US/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../frontend/TPFGroup/TickFord/en_US/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Additional by Tu */
button.bx-prev,
.cart.table-wrapper .actions-toolbar > .action.bx-prev,
.action-gift.bx-prev {
  position: absolute;
  top: -30px;
  right: 40px;
}
button.bx-next,
.cart.table-wrapper .actions-toolbar > .action.bx-next,
.action-gift.bx-next {
  position: absolute;
  top: -30px;
  right: 5px;
}
button.bx-prev,
button.bx-next,
.cart.table-wrapper .actions-toolbar > .action.bx-prev,
.cart.table-wrapper .actions-toolbar > .action.bx-next,
.action-gift.bx-prev,
.action-gift.bx-next {
  font-weight: bold;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  width: 28px;
  height: 28px;
}
.product-item-info.have-alternative-image:hover .product-img-additional {
  opacity: 1;
  visibility: visible;
}
.product-item-info.have-alternative-image:hover .main-image {
  opacity: 0;
  visibility: hidden;
}
.product-item-info.have-alternative-image .product-img-additional {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}
.qv-modal #clever-quickview {
  min-height: 300px;
}
.qv-modal #clever-quickview .clever-loading-wrap {
  min-height: 400px;
  display: table;
  width: 100%;
}
.loader,
.clever-loader {
  position: relative;
  text-align: center;
  padding: 100px 0;
}
.clever-loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/**
 * @category    CleverSoft
 * @package     CleverCategory
 * @copyright   Copyright © 2017 CleverSoft., JSC. All Rights Reserved.
 * @author 		ZooExtension.com
 * @email       magento.cleversoft@gmail.com
 */
.category-item {
  display: inline-block;
  text-align: center;
}
.category-item a span.name-cat {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.category-item a span.num-product {
  text-align: center;
}
.category-item a:hover span.name-cat,
.category-item a:active span.name-cat,
.category-item a:link span.name-cat,
.category-item a:visited span.name-cat,
.category-item a:hover span.num-product,
.category-item a:active span.num-product,
.category-item a:link span.num-product,
.category-item a:visited span.num-product {
  color: black;
  text-decoration: none !important;
}
.category-item .img-cat {
  width: 150px;
  height: 130px;
}
.clever-cookielaw {
  overflow: hidden;
  background: #ffffff;
  z-index: 48;
}
.clever-cookielaw.v-bar {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.clever-cookielaw.v-bar.v-top {
  position: relative;
  border-bottom: 1px solid #000000;
}
.clever-cookielaw.v-bar.v-bottom {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #000000;
}
.clever-cookielaw.v-bar.v-minimalist {
  padding: 2px 0;
}
.clever-cookielaw.v-bar__action {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  padding-right: 10px;
  text-align: right;
  margin: 5px 10px;
}
.clever-cookielaw.v-bar__action--btn {
  text-transform: uppercase;
  padding: 10px 25px;
}
.clever-cookielaw.v-box {
  position: fixed;
  max-width: 400px;
  padding: 20px;
  -webkit-box-shadow: -2px 2px 82px -26px #000000;
  box-shadow: -2px 2px 82px -26px #000000;
  text-align: center;
}
.clever-cookielaw.v-box__title {
  text-transform: uppercase;
  margin: 20px 0;
}
.clever-cookielaw.v-box.v-top-left {
  top: 50px;
  left: 30px;
}
.clever-cookielaw.v-box.v-top-right {
  top: 50px;
  right: 30px;
}
.clever-cookielaw.v-box.v-bottom-left {
  bottom: 50px;
  left: 30px;
}
.clever-cookielaw.v-box.v-bottom-right {
  bottom: 50px;
  right: 30px;
}
.clever-cookielaw.v-box.v-minimalist {
  width: 260px;
}
.clever-cookielaw.v-box.v-minimalist__action {
  margin: 5px;
}
.clever-cookielaw.v-box.v-minimalist__message {
  padding: 5px;
}
.clever-cookielaw.v-yellow-alert {
  background: #fffbcd;
  border-color: #e2cd7b !important;
}
.clever-cookielaw.v-dark-clean {
  color: #ffffff;
  background: #2c2c2c;
  border-color: #55575f !important;
}
.clever-cookielaw.v-minimalist {
  color: #2c2c2c;
  background: #f0f0f0;
  border-color: #e0e0e0 !important;
  font-size: 11px;
}
.clever-cookielaw__message {
  display: table-cell;
}
.clever-cookielaw__message p {
  padding: 0 15px;
  margin: 0 0 20px;
}
.clever-cookielaw__action {
  margin: 5px 10px;
}
.clever-cookielaw__action--btn {
  text-transform: uppercase;
  padding: 0 25px;
  background: #272727;
  border: 1px solid transparent;
  letter-spacing: 1.3px;
  font-size: 11px;
  transition: background-color 0.5s ease;
  margin: 0;
  font-weight: 300;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  vertical-align: middle;
  overflow: hidden;
}
.clever-cookielaw__action--btn:hover {
  color: #ffffff;
}
.clever-cookielaw__action--btn:hover span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.clever-cookielaw__action--btn span {
  position: relative;
  display: inline-block;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
  transition: transform .35s;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.clever-cookielaw__action--btn span:before {
  position: absolute;
  top: 100%;
  width: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#move-gdpr-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
#move-gdpr-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
#move-gdpr-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 800 14px Nunito, sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  transition: all .3s ease;
  border-radius: 5px;
  text-align: left;
}
#move-gdpr-menu li a:hover span {
  text-decoration: none;
}
#move-gdpr-menu li a i {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: 0;
  color: #0c4da2;
}
#move-gdpr-menu li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#move-gdpr-menu li button,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action,
#move-gdpr-menu li .action-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 800 14px Nunito, sans-serif !important;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  line-height: 1.1;
  padding: 13px 20px;
  color: #0c4da2;
  width: 100%;
  transition: all .3s ease;
  border-radius: 5px;
  text-align: left;
}
#move-gdpr-menu li button:hover span,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action:hover span,
#move-gdpr-menu li .action-gift:hover span {
  text-decoration: none;
}
#move-gdpr-menu li button i,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action i,
#move-gdpr-menu li .action-gift i {
  display: inline-block;
  float: left;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  position: relative;
  top: 0;
  color: #0c4da2;
}
#move-gdpr-menu li button span,
#move-gdpr-menu li .cart.table-wrapper .actions-toolbar > .action span,
#move-gdpr-menu li .action-gift span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#move-gdpr-menu li.active a {
  background-color: #ffffff;
  border-color: #f1f1f1;
  color: #000000;
}
#move-gdpr-menu li.active a i {
  color: #000000 !important;
}
#move-gdpr-menu li.active button,
#move-gdpr-menu li.active .cart.table-wrapper .actions-toolbar > .action,
#move-gdpr-menu li.active .action-gift {
  background-color: #ffffff;
  border-color: #f1f1f1;
  color: #000000;
}
#move-gdpr-menu li.active button i,
#move-gdpr-menu li.active .cart.table-wrapper .actions-toolbar > .action i,
#move-gdpr-menu li.active .action-gift i {
  color: #000000 !important;
}
.gdpr-modal-save-settings {
  display: none;
}
.move-gdpr-status-bar {
  background-color: #ffffff;
  margin-top: 10px;
}
.move-gdpr-status-bar fieldset {
  border: 1px solid #ccc;
}
.move-gdpr-status-bar fieldset .switch {
  display: block;
}
.move-gdpr-status-bar fieldset .gdpr-cookies {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  background: #e8e8e8;
}
.move-gdpr-status-bar .slide-toggle {
  display: block;
  position: relative;
  flex: none;
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #d7d2cb;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
  margin: 10px;
}
.move-gdpr-status-bar .slide-toggle::before {
  content: ' ';
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 30px;
  height: 28px;
  background-color: #cccccc;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
  z-index: -1;
  width: 48px;
  right: 1px;
  transform: scale(1);
}
.move-gdpr-status-bar .slide-toggle::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 4px;
  border-radius: 30px;
  height: 22px;
  background-color: #FFFFFF;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
  z-index: 1;
  width: 22px;
  left: 4px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
.move-gdpr-status-bar input:checked + .slide-toggle {
  background-color: #3ab9e4;
}
.move-gdpr-status-bar input:checked + .slide-toggle::before {
  transform: scale(0);
}
.move-gdpr-status-bar input:checked + .slide-toggle::after {
  transform: translate3d(20px, 0, 0);
}
#move_gdpr_cookie_modal {
  padding-right: 20px;
}
.cookie-modal.modal-popup .modal-inner-wrap {
  max-width: 70%;
}
.cookie-modal .modal-header {
  padding: 0;
}
.cookie-modal .modal-footer {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: -webkit-calc(60% - 120px);
  width: -moz-calc(60% - 120px);
  width: calc(60% - 120px);
  margin: 0 auto;
  padding: 30px 0;
}
.cookie-modal .modal-footer button,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.cookie-modal .modal-footer .action-gift {
  padding: 10px 25px;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
  border: 2px solid;
}
.cookie-modal .modal-footer button:hover,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action:hover,
.cookie-modal .modal-footer .action-gift:hover {
  border-color: transparent;
}
.cookie-modal .modal-footer button.gdpr-modal-allow-all,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-allow-all,
.cookie-modal .modal-footer .action-gift.gdpr-modal-allow-all {
  float: left;
  border-color: transparent;
}
.cookie-modal .modal-footer button.gdpr-modal-save-settings,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-save-settings,
.cookie-modal .modal-footer .action-gift.gdpr-modal-save-settings {
  float: right;
  display: inline-block;
  background: transparent;
  color: #252525;
}
.cookie-modal .modal-footer button.gdpr-modal-save-settings:hover,
.cookie-modal .modal-footer .cart.table-wrapper .actions-toolbar > .action.gdpr-modal-save-settings:hover,
.cookie-modal .modal-footer .action-gift.gdpr-modal-save-settings:hover {
  background: #ffffff;
}
#gdpr_cookie_modal {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
  display: flex;
}
.move-gdpr-modal-left-content {
  width: 40%;
  display: inline-block;
  padding: 60px;
  float: left;
}
.move-gdpr-modal-right-content {
  width: 60%;
  display: inline-block;
  padding: 40px 60px;
  box-shadow: 0 0 30px 0 rgba(35, 35, 35, 0.1);
  float: left;
  background-color: #f1f1f1;
  height: 100%;
}
.move-gdpr-modal-right-content .main-modal-content {
  padding-bottom: 100px;
}
.move-gdpr-modal-right-content .move-gdpr-tab-content .tab-title {
  margin: 0;
  padding: 0;
  color: #000;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}
.move-gdpr-company-logo-holder {
  padding: 0;
  margin-bottom: 30px;
}
.move-gdpr-company-logo-holder img {
  max-height: 75px;
  max-width: 70%;
  display: inline-block;
}
.clevershopby-hightlighted {
  background-color: yellow;
}
.filter-options .zoo-filter-options-content .items-children {
  list-style: none;
  padding-left: 20px;
}
.filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_min {
  width: 50px;
  float: left;
  text-align: left;
  padding-bottom: 15px;
}
.filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_max {
  width: 50px;
  float: right;
  text-align: right;
  padding-bottom: 15px;
}
.filter-options .zoo-filter-options-content .items .cleversoft_shopby_filter_slider_slider {
  clear: both;
}
/* MegaMenus CleverSoft */
.clever-menu ul,
.clever-menu ol {
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .clever-menu i.menu-icon.img-icon {
    display: inline-block;
    margin-right: 5px;
  }
  .clever-menu i.menu-icon.img-icon img {
    max-width: 18px;
  }
  .clever-menu .clever-mega-menu-sub,
  .clever-menu .clever-mega-menu-container {
    display: block;
  }
  .clever-menu ul.mega-block,
  .clever-menu ul.clever-mega-menu-sub,
  .clever-menu ul.clever-mega-menu-nondrop {
    padding-left: 0;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub {
    position: absolute;
    background: #fff;
    top: 100%;
    z-index: 3;
    -webkit-box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 82px -26px rgba(0, 0, 0, 0.25);
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub li.parent > .clever-mega-menu-sub {
    top: 0;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub li.parent:hover > .clever-mega-menu-sub {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub img.clever-mega-menu-image {
    position: absolute;
    z-index: -1;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent > .menu-link {
    display: block;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent > .menu-link:after {
    height: 0;
  }
  .clever-menu .clever-mega-menu-item .clever-mega-menu-sub .clever-mega-menu-item.parent.category-menu:not(.no-dropdown) > a {
    display: block;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item.no-dropdown > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    box-shadow: none;
    border: none;
    background: transparent;
    text-align: left;
  }
  .clever-menu .clever-mega-menu-sub:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-menu .clever-mega-menu-sub > li.clever-mega-menu-item.clever-mega-menu-item,
  .clever-menu .category-menu li.clever-mega-menu-item,
  .clever-menu .clever-mega-menu-sub > li.clever-mega-menu-item.item,
  .clever-menu .category-menu li.item {
    min-width: 240px;
    position: relative;
    padding: 6px 5px;
    margin: 0px auto;
  }
  .clever-menu.clever-vertical-menu .clever-mega-menu-item .clever-mega-menu-sub {
    top: 0;
  }
  /* Menu horizontal */
  .clever-horizontal-menu {
    width: 100%;
  }
  .clever-horizontal-menu img.clever-mega-menu-image {
    position: absolute;
    width: auto;
    max-height: 100%;
  }
  .clever-horizontal-menu ul.clever-mega-menu > li.level-top .clever-mega-menu-sub li a:after {
    height: 0;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub {
    display: none;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub {
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub .clever-mega-menu-container {
    display: block;
  }
  .clever-horizontal-menu li.clever-mega-menu-item > .clever-mega-menu-sub li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-horizontal-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-horizontal-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub .clever-mega-menu-container {
    display: block;
  }
  .clever-horizontal-menu .clever-mega-menu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link {
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 16px 10px;
    margin: 0px 10px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    line-height: 25px;
  }
  .clever-horizontal-menu .clever-mega-menu li.level0 > a.menu-link .menu-icon {
    margin-right: 3px;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item {
    list-style: none;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.container.text-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: auto;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_right > .clever-mega-menu-sub,
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub {
    left: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_left > .clever-mega-menu-sub {
    right: 0;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-sub_drop_to_center > .clever-mega-menu-sub {
    margin-left: 25px;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify {
    position: static;
  }
  .clever-horizontal-menu .clever-mega-menu li.clever-mega-menu-item.level0.clever-menu-justify > .clever-mega-menu-sub.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
    left: 0;
    right: 0;
  }
  .clever-horizontal-menu .clever-mega-menu .clever-mega-menu-nondrop {
    position: relative;
  }
  .clever-horizontal-menu .clever-mega-menu .clever-mega-menu-nondrop > li.clever-mega-menu-item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .clever-horizontal-menu .clever-mega-menu .no-dropdown > .category-menu.clever-mega-menu-sub {
    top: auto;
    left: auto;
  }
  .clever-horizontal-menu .clever-mega-menu .no-dropdown > .mega-block-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown > .category-menu.clever-mega-menu-sub .clever-mega-menu-sub {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown > .category-menu.clever-mega-menu-sub .parent:hover > .clever-mega-menu-sub {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 75px;
  }
  .clever-horizontal-menu .clever-mega-menu ul.clever-mega-menu-sub li.no-dropdown ul.clever-mega-menu-sub {
    padding-top: 20px;
  }
  /* Menu vertical */
  .clever-vertical-menu .clever-mega-menu-sub {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-sub {
    right: 100%;
    left: auto;
  }
  .clever-vertical-menu li.clever-mega-menu-item:hover > .clever-mega-menu-sub {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link {
    display: block;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 13px;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link .menu-icon {
    left: auto;
    right: 0;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    display: block;
    padding: 10px;
    padding-left: 40px;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0 > a.menu-link span {
    padding-left: 10px;
    padding-right: 40px;
  }
  .clever-vertical-menu .clever-mega-menu-item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: 'cleversoft';
    content: "\c059";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .rtl-layout .clever-vertical-menu .clever-mega-menu-item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
  .clever-menu .mega-block-banner {
    margin-bottom: 20px;
  }
  .clever-menu li.clever-mega-menu-item {
    margin-bottom: 0px;
  }
  .clever-menu li.clever-mega-menu-item.open > .slicknav_arrow:before {
    content: "\c035";
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item {
    padding: 5px;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item.parent .clever-mega-menu-sub {
    padding-left: 20px;
    padding-top: 15px;
  }
  .clever-menu .clever-mega-menu-sub li.clever-mega-menu-item .clever-mega-menu-container {
    padding: 0 0 0 25px!important;
  }
  .clever-menu .menu-link,
  .clever-menu a.mega-block-title {
    width: 100%;
    display: inline-block;
  }
  .clever-menu .clever-mega-menu-item.level-top {
    display: block;
    background: #fff;
    position: relative;
    margin-bottom: 5px;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link {
    padding: 10px 5px;
    background: #fff;
    color: #959595;
  }
  .clever-menu .clever-mega-menu-item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .clever-menu .clever-mega-menu-item.level-top > .slicknav_arrow {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    color: #333;
  }
  .clever-menu .clever-mega-menu-item.level-top > .clever-mega-menu-sub {
    margin: 10px 0;
  }
  .clever-menu .parent {
    position: relative;
  }
  .clever-menu .slicknav_arrow {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .clever-menu .slicknav_arrow:before {
    content: "\c025";
    display: inline-block;
    font-size: 12px;
    font-family: 'cleversoft' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.product-items .owl-nav [class*=owl-] a {
  font-size: 0;
  cursor: default;
  pointer-events: none;
  background: transparent;
  text-align: center;
  opacity: 1;
}
.product-items .owl-nav [class*=owl-] a:before {
  color: #272727;
  font-size: 20px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  font-family: 'cleversoft' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-items .owl-nav [class*=owl-] a.flex-prev:before {
  content: "\c024";
}
.product-items .owl-nav [class*=owl-] a.flex-next:before {
  content: "\c034";
}
.clever-countdown-progress-bar {
  height: 10px;
  border-radius: 10px;
  background: #ebebeb;
  margin-bottom: 15px;
}
.available-sold {
  background: #5cb025;
  height: 100%;
  border-radius: 10px;
}
.clever-countdown-label span {
  color: #5cb025;
}
.countdown-deal {
  display: inline-block;
}
.countdown-deal__content {
  display: flex;
  align-items: center;
}
.countdown-deal__times {
  background: #1c6ac9;
  padding: 0 15px;
  margin-right: 30px;
  height: 30px;
  min-width: 170px;
}
.countdown-deal__times span {
  color: #ffffff;
}
.countdown-deal__times-content {
  display: inline-block;
  padding-left: 10px;
}
.countdown-deal--time,
.countdown-deal__link {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.4px;
}
.countdown-deal--time {
  color: #ffffff;
}
.countdown-deal--time span {
  font-size: 16px;
}
.countdown-deal__link {
  color: #000000;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.countdown-deal__link span {
  padding-left: 10px;
  font-size: 25px;
  color: #000000;
}
.detail_countdown--time > div {
  margin: 0 20px;
  position: relative;
}
.detail_countdown--time > div .no {
  font-weight: 600;
  color: #000000;
  width: 100%;
  font-size: 22px;
  padding: 0 25px;
  background: #ebebeb;
  border-radius: 4px;
  display: inline-block;
}
.detail_countdown--time > div .text {
  font-weight: 600;
  line-height: 2;
  color: #7d7d7d;
  text-align: center;
  margin-top: 7px;
  text-transform: capitalize;
}
.detail_countdown--time > div:after {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  color: #000000;
  position: absolute;
  right: -23px;
  content: ":";
  top: 5px;
}
.detail_countdown--time > div:last-child:after {
  display: none;
}
/*Screen 767*/
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\c009';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c009';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\c009';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .product-item-details .detail_countdown--time > div {
    margin: 0 10px;
  }
  .product-item-details .detail_countdown--time > div .no {
    padding: 0 10px;
  }
  .product-item-details .detail_countdown--time > div:after {
    right: -12px;
    top: 2px;
  }
}
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../frontend/frontend/CleverSoft/novetty/en_US/CleverSoft_CleverSlider/css/fonts/flexslider-icon.eot');
  src: url('../../frontend/frontend/CleverSoft/novetty/en_US/CleverSoft_CleverSlider/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../frontend/CleverSoft/novetty/en_US/CleverSoft_CleverSlider/css/fonts/flexslider-icon.woff') format('woff'), url('../../frontend/CleverSoft/novetty/en_US/CleverSoft_CleverSlider/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../frontend/CleverSoft/novetty/en_US/CleverSoft_CleverSlider/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.zoo-slideshow-text-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
}
.flex-viewport {
  height: 100%;
}
.flexslider .slides {
  height: 100%;
}
.flex-active-slide .zoo-slideshow-text-wrap {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.zoo-slideshow-text-content h2 {
  color: #fff;
  text-transform: capitalize;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
}
.zoo-slideshow-text-content h3 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 300;
}
.zoo-slideshow-text-content .zoo-button-slide a {
  padding: 10px 40px;
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.zoo-slideshow-text-content h2.slideshow__title.align-right {
  text-align: right;
}
.zoo-slideshow-text-content h2.slideshow__title.align-center {
  text-align: center;
}
.zoo-slideshow-text-content h2.slideshow__title.align-left {
  text-align: left;
}
.zoo-slideshow-text-content h3.sub_heading.align-right {
  text-align: right;
}
.zoo-slideshow-text-content h3.sub_heading.align-center {
  text-align: center;
}
.zoo-slideshow-text-content h3.sub_heading.align-left {
  text-align: left;
}
.zoo-slideshow-text-content .zoo-button-slide.align-right {
  text-align: right;
}
.zoo-slideshow-text-content .zoo-button-slide.align-center {
  text-align: center;
}
.zoo-slideshow-text-content .zoo-button-slide.align-left {
  text-align: left;
}
.clever-slider .flex-direction-nav a {
  height: 50px;
}
.clever-slider .flex-control-paging li a.flex-active,
.clever-slider .flex-control-paging li a:hover {
  background: #ffffff;
}
.clever-slider .flex-control-paging li a {
  width: 30px;
  border-radius: 15px;
  height: 6px;
  background: #797979;
  box-shadow: none;
}
.clever-slider .flex-control-nav li {
  margin: 0 4px;
  padding: 5px 0;
  vertical-align: middle;
}
.clever-slider .slides li {
  position: relative;
}
/*
	this style is for SLIDE animation
	/*.clever-slider .flex-direction-nav li{*/
/*position: absolute;*/
/*width: 100%;*/
/*top: 50%;*/
/*-ms-transform: translateY(-50%);*/
/*-webkit-transform: translateY(-50%);*/
/*transform: translateY(-50%);*/
/*}*/
.clever-slider .flex-control-nav {
  bottom: 20px;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.slideshow__video-control--play-wrapper {
  display: none;
}
.flex-active-slide:hover .slideshow__video-control--play-wrapper {
  display: block;
}
.flex-active-slide iframe,
.clever-slider .slides li .icon_img {
  position: relative;
  z-index: 2;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
.amazon-button-container {
  display: table;
  margin: 0 0 22px;
}
.amazon-button-container__cell {
  display: table-cell;
  min-width: 45px;
  position: relative;
}
.amazon-button-container img {
  display: block;
}
.amazon-button-container .field-tooltip {
  display: none;
  margin: -12px 0 0;
  right: 5px;
  top: 50%;
}
.checkout-shipping-address .amazon-button-container {
  margin: 22px 0;
}
.login-container .block-amazon-login .actions-toolbar {
  margin-top: 25px;
}
.amazon-validate-container .block .block-title {
  font-size: 1.8rem;
}
.amazon-validate-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.amazon-validate-container .fieldset:after {
  margin-top: 35px;
}
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/** mini cart styling **/
.product-social-links,
.amazon-minicart-container {
  width: 100%;
  display: block;
  text-align: center;
}
.product-social-links .amazon-button-container,
.amazon-minicart-container .amazon-button-container {
  display: inline-block;
  margin: 12px 0 4px 0;
}
.product-social-links .field-tooltip .field-tooltip-content,
.amazon-minicart-container .field-tooltip .field-tooltip-content {
  top: 38px;
  left: -245px;
}
.product-social-links .field-tooltip .field-tooltip-content:before,
.amazon-minicart-container .field-tooltip .field-tooltip-content:before {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #666666;
  top: -10px;
  left: 244px;
}
.product-social-links .field-tooltip .field-tooltip-content:after,
.amazon-minicart-container .field-tooltip .field-tooltip-content:after {
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  top: -8px;
  left: 244px;
}
.amazon-addtoCart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.revert-checkout {
  margin-top: 20px;
  display: block;
}
.centered-button {
  text-align: center;
  display: inline-block;
}
.catalog-product-view .centered-button {
  display: table;
}
.checkout-payment-method .amazon-sandbox-simulator {
  border-bottom: 1px solid #cccccc;
}
.checkout-payment-method .amazon-sandbox-simulator .payment-option-title {
  border-top: none;
  padding-top: 0;
}
.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario {
  margin-bottom: 10px;
}
.checkout-methods-items .centered-button {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .centered-button {
    width: auto;
  }
}
.checkout-methods-items .field-tooltip {
  display: none;
}
.checkout-methods-items .field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before,
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.checkout-methods-items .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
@media all and (max-width: 768px) {
  .checkout-methods-items .field-tooltip .field-tooltip-content {
    right: -56px;
    top: 38px;
    left: auto;
  }
  .checkout-methods-items .field-tooltip .field-tooltip-content:before,
  .checkout-methods-items .field-tooltip .field-tooltip-content:after {
    right: 56px;
  }
}
.amazon-widget {
  max-width: 400px;
  height: 228px;
}
.amazon-widget--address {
  margin-top: 20px;
}
.amazon-addresses {
  margin-top: 20px;
}
.amazon-addresses .amazon-address {
  margin-bottom: 20px;
}
.checkout-payment-method .amazon-payment-method .payment-method-title {
  visibility: hidden;
  padding-bottom: 0;
}
/** Prevent movement after a soft decline to other payment steps **/
.opc-progress-bar-item._complete.lock-step {
  cursor: none;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
#zoo-login-form,
#zoo-register-form {
  padding: 30px 0;
}
#pslogin-pop-up-bg {
  max-width: 450px;
  font-size: 12px;
  padding: 0 10px 0 10px;
  margin: 10% auto 5% auto;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  box-sizing: border-box;
}
.pslogin-fake-email-message {
  position: fixed;
  top: 20px;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 9999;
}
.pslogin-fake-email-message .content {
  padding: 5px 10px;
  background: #ffffff;
  max-width: 960px;
  min-width: 250px;
  margin: 0 auto;
  box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 0 2px 15px 0px rgba(0, 0, 0, 0.42);
  font-size: 14px;
  color: #636363;
  z-index: 9999;
}
.pslogin-fake-email-message p {
  margin: 10px auto;
  text-align: left;
}
.pslogin-fake-email-message .close-message {
  float: right;
}
.pslogin-fake-email-message .close-message:hover {
  cursor: pointer;
  color: #AEAEAE;
}
/*form*/
.w25 {
  width: 25px !important;
}
.w100 {
  width: 100px;
}
.pslogin-block.col2-set {
  margin: 0;
}
.pslogin-block.col2-set .buttons-set {
  padding: 0;
}
.pslogin-block.col2-set .fieldset {
  margin: 15px 0;
}
.pslogin-block button.button span,
.pslogin-block button.button span span,
.pslogin-block .cart.table-wrapper .actions-toolbar > .action.button span,
.pslogin-block .cart.table-wrapper .actions-toolbar > .action.button span span,
.pslogin-block .action-gift.button span,
.pslogin-block .action-gift.button span span {
  height: auto;
}
/* welcome message */
.pslogin-welcome-msg {
  max-height: 22px;
  float: none;
  display: inline-block;
  margin: 0 0 5px 0;
}
.pslogin-welcome-msg:after {
  clear: both;
  content: "";
}
.pslogin-welcome-msg img {
  height: 25px;
  display: inline-block;
  float: left;
}
/* Buttons */
.pslogin-block {
  max-width: 350px;
  margin: 15px auto;
}
.pslogin-block * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pslogin-block.pslogin-hidden-text .pslogin-button-text {
  display: none !important;
}
.pslogin-block .pslogin-xs {
  display: none !important;
}
.pslogin-block .pslogin-button-image {
  display: block;
}
.pslogin-block .pslogin-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pslogin-block .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.pslogin-spacer {
  display: block;
  margin: 10px auto;
  position: relative;
  text-align: center;
  line-height: 16px !important;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  line-height: normal;
  overflow: visible;
  font-size: 13px;
}
.pslogin-spacer table {
  width: 100%;
}
.pslogin-spacer table tr td:first-child {
  padding-left: 0;
}
.pslogin-spacer table tr td:last-child {
  padding-right: 0;
}
.pslogin-spacer table td {
  vertical-align: middle;
  padding: 10px 5px;
}
.pslogin-spacer .pslogin-border {
  border-top: 1px solid #e5e2e2;
  width: 100%;
}
.pslogin-spacer .pslogin-bordertext {
  color: #b2b2b2;
  text-align: center;
  font-size: 11px;
}
.pslogin-spacer.pslogin-showmore .pslogin-bordertext {
  height: 20px;
  line-height: 17px;
  padding: 0;
  border: 1px solid #e5e2e2;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}
.pslogin-spacer.pslogin-showmore .pslogin-bordertext:hover {
  color: #989898;
  cursor: pointer;
}
.pslogin-spacer .circle {
  width: 90%;
  height: 25px;
  line-height: 22px;
  font-size: 11px;
  border: 1px solid #b2b2b2;
  border-radius: 0px 7px;
  margin: 0 auto;
  background-color: #eeeeee;
}
.pslogin-spacer .circle:hover {
  cursor: pointer;
  background-color: #FAFAFA;
}
.pslogin-block .pslogin-showmore {
  margin-top: 20px;
}
.pslogin-block.pslogin-login .pslogin-buttons {
  display: block;
  padding: 10px 0;
}
.pslogin-block.pslogin-register .pslogin-buttons {
  display: inline-block;
}
.modal-inner-wrap .pslogin-block .pslogin-buttons ul,
.form-login .pslogin-block .pslogin-buttons ul {
  padding-left: 0;
}
.pslogin-block .pslogin-buttons ul {
  padding: 0;
  margin: 0;
}
.pslogin-block .pslogin-buttons ul li {
  display: block;
  float: left;
  line-height: normal;
  list-style: none !important;
  padding: 0 !important;
  background: none !important;
  height: 40px;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li a {
  width: 100% !important;
  vertical-align: top;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-auto {
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li.show-button-image {
  background: none !important;
}
.pslogin-block .pslogin-buttons ul li:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
  background-color: #3399cc;
  display: inline-block;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
  background: url("../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverSocialLogin/images/social.png");
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-icon img {
  width: 100%;
}
.pslogin-block .pslogin-buttons ul li .pslogin-button-text {
  display: none;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  padding: 0;
  min-width: 144px;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  padding-left: 5px;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto .pslogin-button-text {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-icon-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-icon-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-image {
  display: none;
}
.pslogin-block .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-auto.pslogin-has-button-icon-image {
  display: inline-block;
}
.pslogin-block .pslogin-buttons .pslogin-button-auto.pslogin-has-button-icon-image {
  display: none;
}
.pslogin-block .pslogin-buttons .pslogin-button-auto .pslogin-button-icon-image {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.pslogin-block .pslogin-buttons ul li.facebook span.pslogin-button-auto {
  background-color: #1e4389;
}
.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon {
  background-position: 5px 3px;
}
.pslogin-block .pslogin-buttons ul li.twitter span.pslogin-button-auto {
  background-color: #28a9e2;
}
.pslogin-block .pslogin-buttons ul li.twitter .pslogin-button-icon {
  background-position: -27px 3px;
}
.pslogin-block .pslogin-buttons ul li.linkedin span.pslogin-button-auto {
  background-color: #11669c;
}
.pslogin-block .pslogin-buttons ul li.linkedin .pslogin-button-icon {
  background-position: -163px 3px;
}
.pslogin-block .pslogin-buttons ul li.google span.pslogin-button-auto {
  background-color: #df4b38;
}
.pslogin-block .pslogin-buttons ul li.google .pslogin-button-icon {
  background-position: -130px 3px;
}
.pslogin-block .pslogin-buttons ul li.instagram span.pslogin-button-auto {
  background-color: #9a6e51;
}
.pslogin-block .pslogin-buttons ul li.instagram .pslogin-button-icon {
  background-position: -163px -31px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    background: url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverSocialLogin/images/social_retina.png');
    background-size: 236px 340px;
    -webkit-background-size: 236px 340px;
    -moz-background-size: 236px 340px;
  }
}
@media screen and (max-width: 1280px) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    min-width: 130px;
  }
}
@media screen and (max-width: 1190px) {
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    min-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .pslogin-block .pslogin-buttons {
    width: 100%;
  }
  .pslogin-block .pslogin-buttons.show-button-text ul li .pslogin-button-text {
    display: inline-block;
  }
  .pslogin-block .pslogin-xs {
    display: inline-block !important;
  }
}
@media screen and (max-width: 640px) {
  .pslogin-block .pslogin-buttons ul li {
    margin: 0 0 3px 0;
    width: 100%;
  }
  .pslogin-block .pslogin-buttons ul li span.pslogin-button-auto {
    width: 100%;
  }
  .pslogin-block .pslogin-buttons ul li .pslogin-button-icon {
    position: absolute;
    z-index: 1;
    background-color: inherit;
    top: 0;
    left: 0;
  }
  .pslogin-block .pslogin-buttons ul li .pslogin-button-text {
    width: 100%;
    position: relative;
    z-index: 100;
  }
}
/*=== animate ===*/
#pslogin-pop-up-bg {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.register-container-flex,
.login-container-flex {
  display: flex;
  overflow: hidden;
}
.button-login-left-form .pslogin-block,
.button-login-right-form .pslogin-block,
.button-register-left-form .pslogin-block,
.button-register-right-form .pslogin-block {
  margin: 0 0 20px 0!important;
}
.button-login-left-form .pslogin-block .pslogin-spacer,
.button-login-right-form .pslogin-block .pslogin-spacer,
.button-register-left-form .pslogin-block .pslogin-spacer,
.button-register-right-form .pslogin-block .pslogin-spacer {
  margin: 0 0 10px;
}
.button-login-social:before,
.button-register-social:before {
  content: '';
  color: gray;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 21px;
  width: 21px;
  z-index: 1;
  background: #ffffff;
  text-align: center;
  line-height: 30px;
}
.button-login-social:after,
.button-register-social:after {
  content: '';
  position: absolute;
  background: #aaa;
  top: 0;
  bottom: 0;
  width: 1px;
  margin: auto;
  height: 100%;
  display: block !important;
  -moz-box-shadow: 0 8.8em 0 0 #a5a5a5;
  -webkit-box-shadow: 0 8.8em 0 0 #a5a5a5;
  box-shadow: 0 8.8em 0 0 #a5a5a5;
}
.button-login-social.button-login-right-form,
.button-register-social.button-login-right-form,
.button-login-social.button-register-right-form,
.button-register-social.button-register-right-form {
  padding-left: 35px;
}
.button-login-social.button-login-right-form .pslogin-block,
.button-register-social.button-login-right-form .pslogin-block,
.button-login-social.button-register-right-form .pslogin-block,
.button-register-social.button-register-right-form .pslogin-block {
  float: left;
}
.button-login-social.button-login-right-form:before,
.button-register-social.button-login-right-form:before,
.button-login-social.button-register-right-form:before,
.button-register-social.button-register-right-form:before {
  left: 0;
}
.button-login-social.button-login-right-form:after,
.button-register-social.button-login-right-form:after,
.button-login-social.button-register-right-form:after,
.button-register-social.button-register-right-form:after {
  left: 10px;
}
.button-login-social.button-login-left-form,
.button-register-social.button-login-left-form,
.button-login-social.button-register-left-form,
.button-register-social.button-register-left-form {
  padding-right: 35px;
}
.button-login-social.button-login-left-form .pslogin-block,
.button-register-social.button-login-left-form .pslogin-block,
.button-login-social.button-register-left-form .pslogin-block,
.button-register-social.button-register-left-form .pslogin-block {
  float: right;
}
.button-login-social.button-login-left-form:before,
.button-register-social.button-login-left-form:before,
.button-login-social.button-register-left-form:before,
.button-register-social.button-register-left-form:before {
  right: 0;
}
.button-login-social.button-login-left-form:after,
.button-register-social.button-login-left-form:after,
.button-login-social.button-register-left-form:after,
.button-register-social.button-register-left-form:after {
  right: 10px;
}
.clever-brand-view.catalog-category-view .zoo-breadcrumbs {
  padding: 60px 0 0;
}
.clever-brand-view .toolbar-top {
  clear: both;
}
.brand-index-index .page-main .page-title-wrapper {
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 20px;
}
.brand-index-index .page-main .page-title-wrapper .page-title {
  display: none;
}
.brand-index-index .zoo-breadcrumbs {
  padding: 60px 0 0;
}
.zoo-sidebar-main .filter-content .block-subtitle {
  color: #333333;
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
}
.filter.block .filter-options-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.14;
  color: #252525;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.filter.block .filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  top: 7px;
  right: 0;
  font-family: 'cleversoft';
  content: '\c059';
}
.filter.block .active > .filter-options-title:after {
  content: '\c009';
}
.filter.block .filter-options .filter-options-item {
  border: none;
  padding-bottom: 25px;
}
.brand-container {
  overflow: hidden;
  margin-bottom: 60px;
}
.brand-container .banner-section--desc .brand-desc {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.brand-container .banner-section--desc p {
  font-weight: 500;
  color: #282828;
  line-height: 1.8;
}
.brand-container .banner-section__social {
  padding-top: 10px;
}
.brand-container .banner-section__social .social-section__title {
  font-weight: 500;
  color: #282828;
  margin: 0;
  font-size: 22px;
  line-height: 31px;
}
.brand-container .banner-section__social .social-section__listing {
  list-style: none;
}
.brand-container .banner-section__social .social-section__listing li {
  float: left;
}
.brand-container .banner-section__social .social-section__listing li button,
.brand-container .banner-section__social .social-section__listing li .cart.table-wrapper .actions-toolbar > .action,
.brand-container .banner-section__social .social-section__listing li .action-gift {
  font-size: 16px;
  color: #333333;
  padding: 9px 0;
  background: none;
  border: none;
}
.brand-container .banner-section__social .social-section__listing li i {
  transition: all 0.2s ease-in-out;
}
.brand-container .banner-section__social .social-section__listing li:hover i {
  transform: translateY(-5px);
  color: #ab1d2a;
}
.clever_brands {
  text-align: center;
  padding: 30px 0;
  background: #ebebeb;
}
.clever_brands h1 {
  margin: 0;
}
.clever_brands .brand-search-wrap {
  max-width: 500px;
  margin: 0 auto;
}
.clever_brands .brand-search-wrap .brand-form .input-text {
  height: 40px;
  border-radius: 5px;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content {
  max-width: 500px;
  left: 50% !important;
  transform: translateX(-50%);
  border: 1px solid #ebebeb;
  border-top: none;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content .ui-state-active,
.clever_brands .brand-search-wrap .list-wrap .ui-menu.ui-widget.ui-widget-content .ui-widget-content .ui-state-active {
  border: none;
  background: none;
  color: #282828;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu-item {
  text-align: left;
}
.clever_brands .brand-search-wrap .list-wrap .ui-menu-item-wrapper .brand-img {
  margin-right: 20px;
}
.display_featured_brands {
  text-align: center;
  margin-top: 60px;
}
.display_featured_brands .featured-brand {
  margin-top: 30px;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-prev:hover {
  background: #ab1d2a;
  color: #ffffff;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}
.display_featured_brands .owl-carousel:hover .owl-nav .owl-next:hover {
  background: #ab1d2a;
  color: #ffffff;
}
.display_featured_brands .owl-carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  color: #ffffff;
  font-size: 26px;
}
.list_brands h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  position: relative;
  display: none;
}
.list_brands h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #000000;
}
.list_brands .brand-alphabet-list {
  margin-top: 60px;
}
.list_brands .brand-alphabet-list .brand-inner .char-list {
  overflow: hidden;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
.list_brands .brand-alphabet-list .brand-inner .char-item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 18px;
  background: #ffffff;
  color: #282828;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 3px;
  transition: all ease .4s;
  min-width: 32px;
  opacity: .5;
  cursor: default;
  font-size: 14px;
  cursor: not-allowed;
}
.list_brands .brand-alphabet-list .brand-inner .char-item.available {
  opacity: 1;
  cursor: pointer;
  font-weight: 500;
}
.list_brands .brand-alphabet-list .brand-inner .char-item.active.available {
  background: #ab1d2a;
  color: #ffffff;
}
.list_brands .brand-alphabet-list .brand-inner .char-item:hover {
  background: #222;
  color: #ffffff;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .group-header {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .group-header .label {
  display: inline-block;
  padding: 4px 12px;
  min-width: 100px;
  font-size: 18px;
  background-color: #222 !important;
  color: #ffffff;
  position: relative;
  text-align: center;
  margin-bottom: -1px;
  font-weight: 400;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item {
  margin-bottom: 30px;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner {
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner:hover {
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #ebebeb;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top {
  margin-bottom: 10px;
  overflow: hidden;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top:hover .brand-link .brand-img {
  transform: scale(1.2);
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-top .brand-link .brand-img {
  transition: all 0.3s ease-in-out;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-bottom {
  padding: 10px 0;
}
.list_brands .brand-alphabet-list .brand-inner .brand-list .brand-group .items .brand-item-inner .item-bottom .brand-name:hover {
  text-decoration: underline !important;
}
.page-title-wrapper.product .brand-logo {
  margin-top: 20px;
}
.page-title-wrapper.product .brand-logo .brand-img {
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\c009';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c009';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\c009';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .brand-container .banner-section__content {
    margin-top: 45px;
  }
  .brand-container .banner-section__social .social-section__listing {
    margin-top: 10px;
  }
  .brand-container .banner-section__social .social-section__listing li {
    padding-right: 25px;
  }
  .brand-container .banner-section__social .social-section__listing li:last-child {
    padding-right: 0;
  }
  .brand-container .banner-section--thumb .brand-img-wrap {
    text-align: center;
  }
}
/* Tablet */
@media only screen and (min-width: 768px) {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .column .block-addbysku .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .dashboard-welcome-toggler,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .column .block-addbysku .block-content:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .opc-estimated-wrapper {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #f4f4f4;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #f4f4f4;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .amgiftcard .fieldset {
    width: 48%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\c013';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #f4f4f4;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #f4f4f4;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #f4f4f4;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .box-tocart .action.tocart {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 0;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 180px;
    overflow: hidden;
    display: block;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 180px);
    right: 0;
    top: 0;
    min-height: 180px;
    padding-left: 30px;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .brand-container .banner-section {
    display: flex;
  }
  .brand-container .banner-section__social .social-section__listing {
    float: right;
  }
  .brand-container .banner-section__social .social-section__listing li {
    float: left;
    padding-left: 25px;
  }
  .brand-container .banner-section__social .social-section__listing li:first-child {
    padding-left: 0;
  }
  .brand-container .banner-section__social .social-section__listing li button,
  .brand-container .banner-section__social .social-section__listing li .cart.table-wrapper .actions-toolbar > .action,
  .brand-container .banner-section__social .social-section__listing li .action-gift {
    font-size: 16px;
    color: #333333;
    padding: 0;
    background: none;
    border: none;
    line-height: 31px;
  }
  .brand-container .banner-section--thumb .brand-img-wrap .brand-image {
    border: 1px solid #ebebeb;
    width: 100%;
  }
}
.amgiftcard-userimage-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}
.amgiftcard-image-container {
  position: relative;
  width: 120px;
  height: 80px;
  margin-right: 20px;
  border: 2px solid #dcdcdc;
}
.amgiftcard-image-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.amgiftcard-image {
  width: 120px;
  padding: 2px;
}
.amgiftcard-image.-selected,
.amgiftcard-image:hover {
  padding: 0;
  border: 2px solid #58b4ff;
}
.amgiftcard-image.amgiftcard-image-container {
  padding: 0;
}
.amgiftcard-label-container {
  margin-bottom: 12px;
}
.amgiftcard-label-container .amgiftcard-label {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
}
.amgiftcard-label-container .amgiftcard-note {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCA5QTkgOSAwIDEgMSAwIDlhOSA5IDAgMCAxIDE4IDB6bS04LTIuMDg0djUuNDA3YzAgLjU3LjA2LjkzNi4xODIgMS4wOTguMTIyLjE1NS4zNi4yNDUuNzEzLjI2OFYxNEg3LjExM3YtLjMxMWMuMzI3LS4wMTIuNTctLjExNi43MjktLjMxMi4xMDUtLjEzMi4xNTgtLjQ4NC4xNTgtMS4wNTR2LTMuNzJjMC0uNTcxLS4wNi0uOTM0LS4xODItMS4wOS0uMTIyLS4xNjEtLjM1Ny0uMjU0LS43MDUtLjI3N3YtLjMySDEwek05IDZhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyeiIgZmlsbD0iIzRDNEM0QyIvPjwvc3ZnPg==) center no-repeat;
}
.amgiftcard-label-container .amgiftcard-note:hover {
  opacity: 0.7;
}
.amgiftcard-tooltip {
  box-sizing: border-box;
  width: 400px;
  max-width: 90vw;
  word-break: break-word;
  word-wrap: break-word;
}
.amgiftcard-userimage {
  box-sizing: border-box;
  width: unset;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
}
.amgiftcard-button {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  background: #5dcd91;
  border-radius: 4px;
  cursor: pointer;
}
.amgiftcard-button:hover {
  background: #84d9ab;
}
.amgiftcard-button .amgiftcard-title {
  vertical-align: middle;
}
.amgiftcard-error {
  display: none;
  margin-top: 15px;
  padding: 10px;
  background: #ffcaca;
}
.amgiftcard-icon {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.amgiftcard-icon.-camera {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQ3MiAwTDguNDU4IDRIMi44MkEyLjgwNCAyLjgwNCAwIDAgMCAwIDYuOHYxNC40QzAgMjIuNzUxIDEuMjU3IDI0IDIuODIgMjRoMjMuMzZBMi44MDQgMi44MDQgMCAwIDAgMjkgMjEuMlY2LjhDMjkgNS4yNDkgMjcuNzQyIDQgMjYuMTggNGgtNS42MzhsLTIuMDE0LTRoLTguMDU2ek0xNC41IDcuMmMzLjc2NyAwIDYuODQ3IDMuMDU5IDYuODQ3IDYuOCAwIDMuNzQxLTMuMDggNi44LTYuODQ3IDYuOC0zLjc2NyAwLTYuODQ3LTMuMDU5LTYuODQ3LTYuOCAwLTMuNzQxIDMuMDgtNi44IDYuODQ3LTYuOHptMCAyLjRjLTIuNDYxIDAtNC40MyAxLjk1Ni00LjQzIDQuNCAwIDIuNDQ0IDEuOTY5IDQuNCA0LjQzIDQuNCAyLjQ2MSAwIDQuNDMtMS45NTYgNC40My00LjQgMC0yLjQ0NC0xLjk2OS00LjQtNC40My00LjR6IiBmaWxsPSIjZmZmIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amgiftcard-close {
  position: absolute;
  top: -3px;
  right: -3px;
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDEuNzU2IDQxLjc1NiI+PHBhdGggZD0iTTI3Ljk0OCAyMC44NzhMNDAuMjkxIDguNTM2YTUgNSAwIDEgMC03LjA3LTcuMDcxTDIwLjg3OCAxMy44MDkgOC41MzUgMS40NjVhNSA1IDAgMCAwLTcuMDcgNy4wNzFsMTIuMzQyIDEyLjM0MkwxLjQ2NSAzMy4yMmE1IDUgMCAxIDAgNy4wNyA3LjA3MWwxMi4zNDMtMTIuMzQyIDEyLjM0MyAxMi4zNDNjLjk3Ni45NzcgMi4yNTYgMS40NjQgMy41MzUgMS40NjRzMi41Ni0uNDg3IDMuNTM1LTEuNDY0YTUgNSAwIDAgMCAwLTcuMDcxTDI3Ljk0OCAyMC44Nzh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjRkJGM0YzIiBmaWxsPSIjRkRGQUZBIi8+PC9zdmc+) center no-repeat;
  background-color: #000;
  background-size: 55%;
  border-radius: 2px;
  cursor: pointer;
}
.amgiftcard-form {
  margin-bottom: 40px;
}
.amgiftcard-form .fieldset {
  margin-bottom: 20px;
}
.amgiftcard-check {
  float: left;
}
.amgiftcard-amount-custom {
  margin-top: 20px;
}
.amgiftcard-codes-list {
  margin: 10px 0;
}
.amgiftcard-gift-card-info {
  margin-bottom: 10px;
}
.amgiftcard-delivery-info,
.amgiftcard-image-input,
.-hidden {
  display: none;
}
.amgiftcard-clear {
  clear: both;
}
.amgiftcard-preview {
  text-align: right;
}
/**
* Copyright © 2016 MageWorx. All rights reserved.
* See LICENSE.txt for license details.
*/
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.searchsuite-autocomplete {
  background-color: #ffffff;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 50px;
  width: 350px;
  position: absolute;
  z-index: 9999999;
  overflow: auto;
  max-height: 400px;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
  margin: 0;
}
.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
  display: block;
}
.searchsuite-autocomplete .suggest {
  color: #3C3C3C;
}
.searchsuite-autocomplete .title {
  padding: 10px;
  margin-bottom: 5px;
  background: #f0f0f0;
  color: #575757;
  font-weight: bold;
}
.searchsuite-autocomplete .title .see-all {
  display: inline-block;
  float: right;
  color: #909090;
  cursor: pointer;
}
.searchsuite-autocomplete .no-result {
  padding: 10px;
  background: #f0f0f0;
  color: #575757;
  text-align: center;
}
.searchsuite-autocomplete ul {
  padding: 0 10px;
  margin-bottom: 0;
  list-style-type: none;
}
.searchsuite-autocomplete ul li {
  color: #000000;
  cursor: unset;
  padding: 0;
}
.searchsuite-autocomplete ul li a,
#top_tree a {
  color: #000000;
}
.searchsuite-autocomplete .suggest ul li {
  color: #3C3C3C;
  line-height: 25px;
}
.searchsuite-autocomplete .product ul li {
  border-bottom: 1px solid #D4D2D2;
  line-height: 20px;
}
.searchsuite-autocomplete .product ul li:last-child {
  border-bottom: none;
}
.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
  background-color: #ffffff;
}
.searchsuite-autocomplete ul li:after {
  clear: both;
  content: '';
  display: block;
}
.searchsuite-autocomplete ul li.action {
  padding: 0;
}
.searchsuite-autocomplete ul li.action .action.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 400;
  height: 30px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 40px;
}
.searchsuite-autocomplete ul li.action .action.close:before {
  color: #8f8f8f;
  content: '\e616';
  display: inline-block;
  font-family: 'luma-icons';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.searchsuite-autocomplete ul li.gray-row {
  text-align: center;
}
.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
  background-color: #e8e8e8;
}
.searchsuite-autocomplete ul li.gray-row a {
  color: #7B7B7B;
  text-decoration: blink;
}
.searchsuite-autocomplete ul li a {
  cursor: pointer;
}
.searchsuite-autocomplete ul li .qs-option-image {
  float: left;
  max-width: 82px;
  width: 25%;
}
.searchsuite-autocomplete ul li .qs-option-info {
  color: #000000;
  display: inline-block;
  float: left;
  padding-left: 5%;
  text-align: left;
  width: 70%;
  margin-bottom: 10px;
}
.searchsuite-autocomplete ul li .qs-option-info.noimage {
  padding-left: 0;
  width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
  margin-bottom: 0;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
  display: inline-block;
  text-transform: lowercase;
  width: 100%;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
  margin-bottom: 4px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
  font-size: 12px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
  display: block;
  width: 100%;
  color: #004875;
  font-size: 12px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
  color: #3C3C3C;
  font-size: 13px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price .price-box .old-price .price {
  color: #c2c2c2;
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.block-content .form.minisearch {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  position: relative;
  height: 40px;
  line-height: 38px;
}
.block-content .form.minisearch label.label.active ~ .actions .action.search:before {
  color: #000000;
}
.block-content .form.minisearch label.label.active input::-webkit-input-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input::-moz-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input:-ms-input-placeholder {
  color: #000000;
}
.block-content .form.minisearch label.label.active input:-moz-placeholder {
  color: #000000;
}
.block-content .form.minisearch.loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  border-top-color: #333333;
  animation: spinner .3s linear infinite;
}
.block-content .form.minisearch .field.search .form-group .input-text {
  font-size: 14px;
  height: 100%;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.block-content .form.minisearch .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  margin-right: 40px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
}
.block-content .form.minisearch .inner .current-cat i {
  padding-left: 5px;
  font-size: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.block-content .form.minisearch .inner .current-cat.active i:before {
  content: "\c009";
}
.block-content .form.minisearch .action.search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 0 13px;
  height: 100%;
  background: #000000;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.block-content .form.minisearch .action.search:before {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
#top_tree {
  position: absolute;
  top: 50px;
  right: 0;
  background: #ffffff;
  width: 250px;
  text-align: left;
}
.top-tree {
  max-height: 500px;
  overflow: auto;
  padding: 10px;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
}
.top-tree ul li a {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.top-tree ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333333;
  left: -15px;
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.top-tree ul li a:hover {
  padding-left: 5px;
}
.top-tree ul li a:hover:before {
  opacity: 1;
  width: 15px;
}
.top-tree__parent {
  padding: 0 30px 0 15px;
  margin: 0;
  list-style-type: none;
}
.top-tree__parent li {
  line-height: 30px;
  margin: 0;
}
.top-tree__parent a {
  color: #252525;
  font-weight: 600;
}
.top-tree__list {
  padding: 0 30px 0 15px;
  list-style-type: none;
}
.top-tree__items {
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .block-content .form.minisearch.loading:before {
    right: 119px;
  }
  .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 16px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    position: absolute;
    top: 0;
    right: 100px;
    color: #ffffff;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\c009';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c009';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\c009';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .searchsuite-autocomplete {
    border-top: 0;
    top: 100%;
    left: 0;
    right: 15px;
    width: auto;
  }
  .block-content .form.minisearch.loading:before {
    right: 83px;
  }
  .block-content .form.minisearch .field.search .form-group .input-text {
    font-size: 16px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    right: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-content .form.minisearch .inner {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block-search {
    width: 550px !important;
  }
  .block-content .form.minisearch.loading:before {
    right: 200px;
  }
  .block-content .form.minisearch .field.search .form-group .btn-close {
    position: absolute;
    top: 0;
    right: 200px;
    font-size: 18px;
    color: #959595;
  }
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-list {
  border: 1px solid #c2c2c2;
  max-height: 200px;
  overflow: auto;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
table.collection-point-opening-hours > tbody > tr > td {
  padding-bottom: 2px;
}
.collection-point-message {
  padding-top: 10px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 15px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #e02b27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../../frontend/TPFGroup/TickFord/en_US/Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 700;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\c013';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #333333;
}
.block-search .label:active:before {
  color: #333333;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #f4f4f4;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #f4f4f4;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #f4f4f4;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper .block-minicart {
  top: 0;
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\c009';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #333333;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #ffffff;
  content: '\e610';
  font-family: 'icons-blank-theme';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: '\c009';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #f4f4f4;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\c009';
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\c009';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\c009';
}
.gift-item-block .title {
  font-weight: 700;
  border-radius: 3px;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
  cursor: pointer;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: inherit;
}
.gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus,
.gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.gift-item-block .title:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}
.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
  content: '';
}
.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .order-items .action.show:after {
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: '\c009';
}
.block-order-details-gift-message {
  border-top: 1px solid #f4f4f4;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #f4f4f4;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: '\e629';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}
.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}
.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping,
.table-order-review .gift-wrapping {
  margin: 20px 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title,
.table-order-review .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content,
.table-order-review .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img,
.table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}
.gift-summary .price-box,
.gift-options .price-box {
  margin-left: 22px;
}
.gift-summary .regular-price:before,
.gift-options .regular-price:before {
  content: attr(data-label) ': ';
}
.gift-summary .regular-price .price,
.gift-options .regular-price .price {
  font-weight: 700;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #f4f4f4;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 700;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #1979c3;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
  text-decoration: none;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff5501;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #006bb4;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\c009';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e601';
}
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover {
  color: #333333;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: '';
  float: left;
  height: 15px;
  margin-top: 3px;
}
.product-info-main .wishlist.split.button .action.split,
.block-bundle-summary .wishlist.split.button .action.split,
.product-add-form .wishlist.split.button .action.split,
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wishlist.overlay.active {
  display: block;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 700;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}
[class^='multishipping-'] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #f4f4f4;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url(../../frontend/TPFGroup/TickFord/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../../frontend/TPFGroup/TickFord/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #f9bf3b;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #f9bf3b;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e1e1e1;
  border: 1px solid #f4f4f4;
  color: #333333;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #f4f4f4;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.account .table-wrapper .data.table.wishlist > thead > tr > th,
.account .table-wrapper .data.table.wishlist > tbody > tr > th,
.account .table-wrapper .data.table.wishlist > tfoot > tr > th,
.account .table-wrapper .data.table.wishlist > thead > tr > td,
.account .table-wrapper .data.table.wishlist > tbody > tr > td,
.account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th,
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td,
.account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #f4f4f4;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #f4f4f4;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-description {
  margin: 25px 0;
}
.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-weight: bold;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #7d7d7d;
}
.product-item .old-price {
  margin: 5px 0;
}
.product-item .old-price .price {
  font-weight: normal;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  width: 1%;
  padding: 0 30px 30px 0;
  vertical-align: top;
  display: table-cell;
}
.products-list .product-item-details {
  vertical-align: top;
  display: table-cell;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 0 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\c273';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #333333;
}
.sorter .sort-desc:before {
  content: '\c272';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  color: #7d7d7d;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 10px 0;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 10px 0 25px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}
.product-info-main .product-info-price {
  border-bottom: 1px #c1c1c1 solid;
  display: table;
  width: 100%;
  color: #575757;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  padding-bottom: 10px;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.attibute.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attibute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attibute.sku .value {
  display: inline-block;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  float: left;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  color: #575757;
  display: table-cell;
  vertical-align: top;
  padding-bottom: 10px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 15px;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: center;
}
.product-social-links .action.tocompare:before {
  content: '\e61e';
}
.prices-tier {
  margin-bottom: 15px;
}
.prices-tier .item {
  margin-bottom: 10px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: none;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .action.tocart {
  border-radius: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #f4f4f4;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #f4f4f4;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  position: relative;
  z-index: 1;
}
.block.related .related-available .product-item-name {
  margin-left: 20px;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 0;
}
body {
  background-color: #ffffff;
}
.page-header {
  border-bottom: 1px solid #f4f4f4;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #1979c3;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #006bb4;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #f4f4f4;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\c059';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\c009';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 31px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: inherit;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.columns .block-event {
  position: relative;
  z-index: 2;
}
.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward,
.block-event .block-content > .action.forward {
  opacity: .5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span,
.block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.block-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'icons-blank-theme';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\c009';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\c009';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\c059';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\c009';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: 1px solid #f4f4f4;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 700;
  }
  .clever-cookielaw.v-box {
    width: 90%;
    padding: 15px;
    position: fixed;
    bottom: 10px;
    top: auto;
    border-top: 1px solid #000;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .clever-cookielaw.v-bar__action {
    width: auto;
  }
  .move-gdpr-modal-left-content,
  .move-gdpr-modal-right-content {
    width: 100%;
    display: block;
    float: inherit;
    padding: 30px;
    position: relative;
  }
  .cookie-modal.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    min-height: auto;
  }
  .cookie-modal .modal-footer {
    margin-top: 0;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    padding: 30px;
    background-color: #f1f1f1;
  }
  .move-gdpr-modal-right-content .main-modal-content {
    padding-bottom: 0;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 40px;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #f4f4f4;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile:before,
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:before,
  .multicheckout.order-review .data.table tbody tr:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile:after,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:after,
  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty,
  .multicheckout.order-review .data.table tbody tr .col.price,
  .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before,
  .multicheckout.order-review .data.table tbody tr .col.price:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .abs-checkout-order-review tbody tr .product-item-name,
  .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }
  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-payment-method .amazon-sandbox-simulator {
    border-top: 1px solid #cccccc;
  }
  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search {
    margin-top: 10px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: '\e606';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #303030;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before,
  .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name,
  .multicheckout .price-including-tax,
  .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }
  .account .order-details-items .table-order-items .product-item-name,
  .account .order-details-items .table-order-items .price-including-tax,
  .account .order-details-items .table-order-items .price-excluding-tax,
  .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -10px 0;
    width: calc(100% + 2*10px) !important;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-s:before,
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:before,
  .multicheckout .block-billing:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop-s:after,
  .multicheckout .block-billing:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop-s,
  .multicheckout .block-shipping .box,
  .multicheckout .block-billing .box-billing-address,
  .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active {
    position: relative;
    z-index: 2;
  }
  .products-grid .product-item-info:hover .product-item-inner,
  .products-grid .product-item-info.active .product-item-inner {
    display: block;
  }
  .products-grid .product-item-inner {
    position: absolute;
    left: 0;
    right: -1px;
    z-index: 2;
    background: #ffffff;
    padding: 0 9px 9px 9px;
    margin: 9px 0 0 -1px;
    border: 1px solid #bbbbbb;
    border-top: none;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: -10px 0 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: table-cell;
    width: 50%;
    padding-left: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 10px;
  }
  .product-item-actions .actions-primary + .actions-secondary > .action:last-child {
    margin-right: 0;
  }
  .product-item-actions .actions-primary {
    display: table-cell;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/TPFGroup/TickFord/en_US/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.ie9 .fotorama__arr .fotorama__arr__arr {
  margin: -40px 0 0 -40px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  *display: none;
  cursor: default;
  opacity: 0.1;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.ie9 .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  margin: -15px 0 0 -15px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: static;
}
.gallery-placeholder .loader img {
  position: absolute;
}
.fotorama__spinner {
  background-image: url('../../frontend/TPFGroup/TickFord/en_US/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}
.post-holder:last-child {
    margin-bottom: 10px;
}
.post-holder .post-header {position:relative;}

.post-header .post-info .item,
.post-header .post-info .dash {display: inline-block;}


.post-list {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.post-list .post-content .post-read-more {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {float: left; margin: 0 15px 0 15px; width: 33%}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0px; margin:0px;}
@media (max-width: 496px) {
    .post-content .post-description .post-ftimg-hld {width: 100%; margin:0px;}
}

.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 16px;
    color: #414141;
}



.post-list .post-header .post-title {
    margin: 0px;
    padding: 10px 0;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-bottom .next-link{float: right;}

.post-view .block {margin-bottom: 30px;}

.post-view .post-holder .post-header {
    box-shadow: none!important;
}

.widget.block-recent-posts .block-content .item {
    padding: 15px 0 0px 0px;
}
.widget.block-categories ul {
    list-style: none;
    padding: 0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}


.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    padding-left: 15px;
    z-index: 4;
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.blog-widget-recent .post-list {
    padding: 0px;
    margin: 0px -15px;
}

.blog-widget-recent{
    overflow: hidden;
}

.blog-widget-recent h1{
    text-transform: uppercase;
    font-weight: bold;
}

.blog-widget-recent .post-holder {
    width: 29%;
    float: left;
    margin: 5px 15px;
    border: none;
}

.blog-widget-recent .post-description .post-text-hld {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}/**
 * Copyright © 2015 Ihor Vansach (ihor@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//* ==========================================================================
   ICON FONTS
   ========================================================================== */
@font-face {
    font-family: 'icomoon';
    src:  url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverPinMarker/fonts/icomoon.eot?eiifow');
    src:  url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverPinMarker/fonts/icomoon.eot?eiifow#iefix') format('embedded-opentype'),
    url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverPinMarker/fonts/icomoon.ttf?eiifow') format('truetype'),
    url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverPinMarker/fonts/icomoon.woff?eiifow') format('woff'),
    url('../../frontend/TPFGroup/TickFord/en_US/CleverSoft_CleverPinMarker/fonts/icomoon.svg?eiifow#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="pin__icon--"], [class*=" pin__icon--"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pin__icon--add:before {
    content: "\e900";
}

/* ==========================================================================
   GENERAL
   ========================================================================== */
.pin-maker:before,
.pin-maker:after {
    content: "";
    display: table;
}
.pin-maker:after {
    clear: both;
}
.pin__wrapper {
    position: relative;
    outline: 0;
    display: inline-block;
}
.pin__wrapper a:focus,
.pin__wrapper a:hover,
.pin__wrapper a:active {
    outline: 0;
}
.pin-maker .pin__wrapper {
    float: left;
}
.pin-maker .pin__wrapper .pin__image > img {
    width: 100%;
}
.pm-2col .pin__wrapper,
.pm-2col .pin__sizer {
    width: 50%;
}
.pm-3col .pin__wrapper,
.pm-3col .pin__sizer {
    width: 33.3%;
}
.pm-4col .pin__wrapper,
.pm-4col .pin__sizer {
    width: 25%;
}
.pm-5col .pin__wrapper,
.pm-5col .pin__sizer {
    width: 20%;
}
.pm-mask {
    position: relative;
}
.pm-mask:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .35);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   PIN TYPE ICON
   ========================================================================== */
[class*="pin__type--"] {
    position: absolute;
}
.pin__icon--add,
.pin__type--area {
    cursor: pointer;
    transition: all .35s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.pin__size--small {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 10px;
}
.pin__size--medium {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
}
.pin__size--large {
    width: 48px;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
}

/* ==========================================================================
   POPUP
   ========================================================================== */
.pin__close {
    position: absolute;
    z-index: 9;
    right: -10px;
    top: -10px;
    cursor: pointer;
    border: 2px solid #ccc;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    background: #fff;
}
.pin__popup,
.pin__title {
    position: absolute;
}
.pin__title:before,
.pin__popup:before {
    content: "";
    position: absolute;
}
.pin__title {
    white-space: nowrap;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    top: -webkit-calc(-100% - 10px);
    top: calc(-100% - 10px);
    padding: 5px 30px;
    font-size: 14px;
    transition: transform .35s;
}
.pin__title:before {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -12px;
    left: calc(50% - 6px);
    left: -webkit-calc(50% - 6px);
}
.pin__size--small + .pin__title {
    top: calc(-100% - 15px);
    top: -webkit-calc(-100% - 15px);
}
.pin__size--large + .pin__title {
    top: -100%;
}
.pin__type--area .pin__title {
    top: -50px;
}
.pin__type:not(.pin__opened):hover .pin__title {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.pin__popup {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
    z-index: 100;
    border-radius: 2px;
}
.pin__type--area .pin__popup {
    text-align: initial;
}
.pin__opened .pin__popup {
    opacity: 1;
    visibility: visible;
}
.pin__popup--zoom {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pin__popup--zoom.pin__popup--right,
.pin__popup--zoom.pin__popup--left {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}
.pin__opened .pin__popup--zoom.pin__popup--top,
.pin__opened .pin__popup--zoom.pin__popup--bottom {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.pin__opened .pin__popup--zoom.pin__popup--right,
.pin__opened .pin__popup--zoom.pin__popup--left {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.pin__popup--sup {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.pin__popup--sup.pin__popup--right,
.pin__popup--sup.pin__popup--left {
    -webkit-transform: translateY(calc(-50% - -30px));
    transform: translateY(calc(-50% - -30px));
}
.pin__opened .pin__popup--sup.pin__popup--right,
.pin__opened .pin__popup--sup.pin__popup--left,
.pin__opened .pin__popup--sdown.pin__popup--right,
.pin__opened .pin__popup--sdown.pin__popup--left {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--sdown {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.pin__popup--sdown.pin__popup--right,
.pin__popup--sdown.pin__popup--left {
    -webkit-transform: translateY(calc(-50% - 30px));
    transform: translateY(calc(-50% - 30px));
}
.pin__popup--sleft {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.pin__popup--sleft.pin__popup--right,
.pin__popup--sleft.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}
.pin__opened .pin__popup--sleft.pin__popup--right,
.pin__opened .pin__popup--sleft.pin__popup--left,
.pin__opened .pin__popup--sright.pin__popup--right,
.pin__opened .pin__popup--sright.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
}
.pin__popup--sright {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.pin__popup--sright.pin__popup--right,
.pin__popup--sright.pin__popup--left {
    -webkit-transform: translateY(-50%) translateX(-30px);
    transform: translateY(-50%) translateX(-30px);
}
.pin__popup--rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.pin__popup--rotate.pin__popup--right,
.pin__popup--rotate.pin__popup--left {
    -webkit-transform: translateY(-50%) rotateY(360deg);
    transform: translateY(-50%) rotateY(360deg);
}
.pin__opened .pin__popup--rotate.pin__popup--right,
.pin__opened .pin__popup--rotate.pin__popup--left {
    -webkit-transform: translateY(-50%) rotateY(0deg);
    transform: translateY(-50%) rotateY(0deg);
}
.pin__opened .pin__popup--sup,
.pin__opened .pin__popup--sdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.pin__opened .pin__popup--sleft,
.pin__opened .pin__popup--sright {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.pin__opened .pin__popup--rotate {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.pin__popup:before {
    border: 10px solid transparent;
}
.pin__popup--top {
    bottom: calc(100% - -20px);
}
.pin__popup--top:before {
    border-top: 10px solid #fff;
    left: calc(50% - 10px);
    bottom: -20px;
}
.pin__popup--bottom {
    top: calc(100% - -20px);
}
.pin__popup--bottom:before {
    border-bottom: 10px solid #fff;
    left: calc(50% - 10px);
    top: -20px;
}
.pin__popup--right {
    left: calc(100% - -20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--right:before {
    border-right: 10px solid #fff;
    left: -20px;
    top: calc(50% - 10px);
}
.pin__popup--left {
    right: calc(100% - -20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pin__popup--left:before {
    border-left: 10px solid #fff;
    right: -20px;
    top: calc(50% - 10px);
}
.popup__title {
    padding: 10px 15px;
    font-size: 16px;
}
.popup__title + .popup__content {
    border-top: 2px solid #f2f2f2;
}
.popup__content iframe {
    width: 100%;
    height: 100%;
}
.popup__content--product {
    text-align: center;
}
.popup__content--product.product-items .product-item {
    padding: 10px 0;
    margin: 0;
}
.popup__content--product > *:not(:last-child) {
    margin-bottom: 15px;
}
.pin__popup .popup__content--product h3 {
    font-size: 16px;
    color: #222;
    margin-top: 0;
    margin-bottom: 10px;
}
.popup__content--product > span {
    font-size: 14px;
    display: block;
    line-height: 1;
    color: #878787;
}
.popup__content--product > span ins {
    background: none;
    color: #c60f02;
    text-decoration: none;
}
.popup__content--product > div a {
    display: inline-block;
    color: #222;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    font-weight: normal;
    height: auto;
    line-height: 1;
    font-size: 14px;
}
.popup__content--product > div a:hover {
    background: none;
    color: #222;
}
/* ==========================================================================
   SLIDER
   ========================================================================== */

.pin__wrapper_slider .owl-item .pin__type--image img {
    width: auto;
}
.pin__wrapper_slider .pin__wrapper {
    width: 100%;
    height: 100%;
}
.pin__wrapper_slider .owl-dots {
    text-align: center;
}
.pin__wrapper_slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.pin__wrapper_slider .owl-dots .owl-dot.active span,
.pin__wrapper_slider .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.pin__wrapper_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    opacity: .25;
    background: #65affa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    border-radius: 50%;
}
.pin__wrapper_slider .owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.pin__wrapper_slider .owl-nav .owl-next ,
.pin__wrapper_slider .owl-nav .owl-prev {
    position: absolute;
    box-shadow: none;
    opacity: 1!important;
}
.pin__wrapper_slider .owl-nav .owl-next span,
.pin__wrapper_slider .owl-nav .owl-prev span{
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
    vertical-align: middle;
    transition: all 400ms;
}

.pin__wrapper_slider .owl-nav .owl-next:hover span,
.pin__wrapper_slider .owl-nav .owl-prev:hover span{
    border-color: #333;
    color: #333;
}
.pin__wrapper_slider .owl-nav .owl-next{
    right: 20px!important;
}
.pin__wrapper_slider .owl-nav .owl-prev{
    left: 20px!important;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 667px) {
    .pin__type.pin__type--area {
        width: 30px !important;
        height: 30px !important;
        font-size: 10px !important;
    }
    .pin__icon--add.pin__size--medium {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        font-size: 10px !important;
    }
    .pm-2col .pin__wrapper,
    .pm-2col .pin__sizer,
    .pm-3col .pin__wrapper,
    .pm-3col .pin__sizer,
    .pm-4col .pin__wrapper,
    .pm-4col .pin__sizer,
    .pm-5col .pin__wrapper,
    .pm-5col .pin__sizer {
        width: 100%;
    }
    .pin__popup--bottom::before {
        display: none;
    }
    .pin__wrapper_slider .pin__wrapper.slick-current .pin__popup {
        left: 0!important;
        top: 0!important;
        width: 220px!important;
    }
    .pin__popup .popup__content--product h3 {
        font-size: 13px;
    }
}/**
 * Magento 2 extensions for Afterpay Payment
 *
 * @author Afterpay
 * @copyright 2016-2019 Afterpay https://www.afterpay.com
 */

/** afterpay.css */
.checkout-payment-method .payment-method #afterpaypayovertime.payment-method-content {
    padding-right: 22px;
}

.checkout-payment-method .payment-method._active #afterpaypayovertime.payment-method-content {
    overflow:hidden
}

#afterpaypayovertime-method .payment-method-note {
    font-size: 1.2rem;
    color: #a0a0a0;
    text-align: center;
}

#afterpaypayovertime-method .payment-method-note h3 {
    color: #00a4e4;
    text-align: left;
}

#afterpaypayovertime-method .payment-method-note ul {
    padding-left: 1rem;
    padding-right: 1rem;
}

#afterpaypayovertime-method .payment-method-note ul li {
    width: 24%;
    display: inline-block;
}

#afterpaypayovertime-method .payment-method-note ul.cost li {
    font-size: 1.8rem;
    color: #153F72;
}

#afterpaypayovertime-method .afterpay-checkout-redirect {
    margin-top: 1rem;
    text-align: left;
    background-color: #f6f7f9;
    display: inline-block;
    padding: 15px;
}

#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
    width: 100%;
    float: left;
}

@media only screen and (min-width : 992px) {
    #afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
        width: 57%;
    }
}

@media only screen and (min-width : 1200px) {
    #afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
        width: 65%;
    }
}

#afterpaypayovertime-method .actions-toolbar {
    float: right;
    margin-top: 1.5rem;
    line-height: 1.1;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width : 992px) {
    #afterpaypayovertime-method .actions-toolbar {
        width: auto;
        margin-top: 0px;
    }
}

@media only screen and (min-width : 768px) {
    #afterpaypayovertime-method .actions-toolbar .primary {
        width: 100%;
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap {
    width: 360px !important
}

@media only screen and (min-width : 992px) {
    .modal-popup.afterpay-learn-more .modal-inner-wrap {
        width: 659px !important
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap .afterpay-modal-image {
    display: none;
}

@media only screen and (min-width : 992px) {
    .modal-popup.afterpay-learn-more .modal-inner-wrap .afterpay-modal-image {
        display: block;
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap .afterpay-modal-image-mobile {
    display: block;
}

@media only screen and (min-width : 992px) {
    .modal-popup.afterpay-learn-more .modal-inner-wrap .afterpay-modal-image-mobile {
        display: none;
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap .modal-footer button{
    display: none;
}

.modal-popup.afterpay-learn-more .action-close {
    padding: 1.75rem !important;
}

.afterpay_instalments_logo {
    background-image: url("../../frontend/TPFGroup/TickFord/en_US/Afterpay_Afterpay/images/afterpay_logo.png");
    background-size: 76px 15px;
    vertical-align: middle;
    display: inline-block;
    height: 15px;
    width: 76px;
}

.afterpay_checkout_steps {
    background-size: 12px 12px;
    vertical-align: middle;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.afterpay_checkout_steps_1 {
    background-image: url("../../frontend/TPFGroup/TickFord/en_US/Afterpay_Afterpay/images/circle_1@2x.png");
}
.afterpay_checkout_steps_2 {
    background-image: url("../../frontend/TPFGroup/TickFord/en_US/Afterpay_Afterpay/images/circle_2@2x.png");
}
.afterpay_checkout_steps_3 {
    background-image: url("../../frontend/TPFGroup/TickFord/en_US/Afterpay_Afterpay/images/circle_3@2x.png");
}
.afterpay_checkout_steps_4 {
    background-image: url("../../frontend/TPFGroup/TickFord/en_US/Afterpay_Afterpay/images/circle_4@2x.png");
}

.checkout-methods-items button.btn-afterpay-checkout {
    padding: 13px 15px 10px 10px;
    width: 100%;
}/* notification */

.ampromo-items-add {
    border: 1px solid #ededed;
    padding: 7px;
    text-align: center;
    margin-bottom: 12px;
    display: none;
}

.ampromo-items-add a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

body.checkout-index-index .ampromo-items-add {
    margin: 60px auto -40px;
    background: white;
    padding: 7px 12px;
    position: relative;
}

body.checkout-index-index .ampromo-items-add:before {
    content: '';
    display: inline-block;
    background: url(../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/images/gift.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 12px;
}

/* popup */

.ampromo-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    direction: ltr;
}

.ampromo-overlay .ampromo-item-buttons,
.ampromo-overlay h2,
.ampromo-overlay h4 {
    text-align: center;
}

.ampromo-overlay h2 {
    margin: 0 auto 2rem;
}

.ampromo-overlay .close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: url(../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/images/close_icon.png) no-repeat;
    width: 16px;
    height: 16px;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: block;
    cursor: pointer;

    opacity: .8;
}

.ampromo-overlay .close:hover {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.ampromo-items {
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    margin: 30px auto;
    padding: 24px;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
}

.ampromo-gallery {
    width: 850px;
    margin: 0 30px;
}

@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .ampromo-overlay .ampromo-gallery {
        width: 570px;
    }
}

.ampromo-overlay .ampromo-gallery[data-count="2"] {
    width: 570px;
}

@media only screen and (max-width: 700px) {
    .ampromo-overlay .ampromo-gallery,
    .ampromo-overlay .ampromo-gallery[data-count="2"] {
        width: 280px;
    }
}

.ampromo-overlay .ampromo-gallery[data-count="1"] {
    width: 280px;
}

@media only screen and (max-width: 400px) {
    .ampromo-overlay .ampromo-gallery {
        margin: 0 0 30px 0;
    }

    .ampromo-overlay .slick-prev,
    .ampromo-overlay .slick-next {
        display: none !important;
    }

    .ampromo-items {
        padding: 15px;
    }
}

.ampromo-items .ampromo-item {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ededed;
    position: relative;
    margin: 0 8px 7px;
}

.ampromo-items .ampromo-item-image {
    display: block;
    margin: 7px auto;
}

.ampromo-item h4 {
    margin: 0;
}

.ampromo-item .product-options-wrapper {
    margin-bottom: 20px;
}

.ampromo-overlay button {
    box-shadow: none;
    border: none;
}

/* slick */

.ampromo-overlay .slick-prev:active,
.ampromo-overlay .slick-next:active,
.ampromo-overlay .slick-prev:focus,
.ampromo-overlay .slick-next:focus{
    padding: 0px;
}

.ampromo-overlay .slick-prev:before,
.ampromo-overlay .slick-next:before {
    color: black;
    font-size: 42px;
}

.ampromo-overlay .slick-prev,
.ampromo-overlay .slick-next {
    width: 42px;
    height: 42px;
}

.ampromo-overlay .slick-prev {
    left: -45px;
}

.ampromo-overlay .slick-next {
    right: -45px;
}

.ampromo-item-qty {
    text-align: center;
    padding-bottom: 1em;
}

.ampromo-item-qty-select-input {
    width: 30% !important;
    margin-left: 35%;
    margin-top: 10%;
}

.ampromo_items_form .product-info-price {
    padding-bottom: 10px;
}

.ampromo_items_form span[data-price-type="basePrice"] span {
    margin-left: 15px;
    font-size: 25px;
    text-decoration: line-through;
}

.ampromo_items_form .product-info-price {
    text-align: center;
}

.ampromo_items_form span[data-price-type="newPrice"] {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

span[data-role="ampromo-popup-common-qty"] {
    font-weight: bold;
}

.ampromo-item-qty-input > div.mage-error {
    float: left;
}

.ampromo-item:hover {
    background: #ccc;
}

.ampromo-item form {
    background: #fff;
    padding: 5px;
}

.ampromo-item.selected {
    background: #1f78c2;
}

@media only screen and (max-width: 768px) {
    .checkout-container .opc-estimated-wrapper {
        margin-top: 10px;
    }

    .checkout-container .authentication-wrapper {
        margin-top: -12px;
    }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@charset "UTF-8";

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/fonts/slick.eot');
    src: url('../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/fonts/slick.woff') format('woff'), url('../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/fonts/slick.ttf') format('truetype'), url('../../frontend/TPFGroup/TickFord/en_US/Amasty_Promo/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-layers-container{transform-style:preserve-3d;position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(../../frontend/TPFGroup/TickFord/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}