.overview .add-to-personalize-button,
.variant-overview .add-to-personalize-button
{
 position: relative;
 padding: 15px 0;
 border: 0;
 width: 100%;
 background: #fff;
 text-transform: uppercase;
 font-size: 14px;
 color: #aaa;
}

.overview .add-to-personalize-button span,
.variant-overview .add-to-personalize-button span
{
 position: relative;
 z-index: 1;
}

.overview .add-to-personalize-button span:before,
.variant-overview .add-to-personalize-button span:before{
 display: inline-block;
 margin: -4px 15px 0 0;
 font-weight: normal;
 font-family: prisma;
 font-size: 18px;
 color: #bbb;
 vertical-align: middle;
}


.overview .add-to-personalize-button,
.variant-overview .add-to-personalize-button {
 background: #57b568;
 font-weight: bold;
 color: #fff;
 transition: all .3s;
}

.overview .add-to-personalize-button:before,
.variant-overview .add-to-personalize-button:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition: transform .3s ease-out;
 transition: transform .3s ease-out;
}

.overview .add-to-personalize-button:hover:before,
.variant-overview .add-to-personalize-button:hover:before{
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.overview .add-to-personalize-button:hover span,
.variant-overview .add-to-personalize-button:hover span,
.overview .add-to-personalize-button:hover span:before,
.variant-overview .add-to-personalize-button:hover span:before {
 color: #57b568;
}

.overview .add-to-personalize-button:before,
.variant-overview .add-to-personalize-button:before {
 background: #fff;
}

/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/** KEYFRAMES ANIMATIONS **/

@-webkit-keyframes triangle-skew-spin {
 25% {
  -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
  transform: perspective(100px) rotateX(180deg) rotateY(0)
 }

 50% {
  -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  transform: perspective(100px) rotateX(180deg) rotateY(180deg)
 }

 75% {
  -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
  transform: perspective(100px) rotateX(0) rotateY(180deg)
 }

 100% {
  -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
  transform: perspective(100px) rotateX(0) rotateY(0)
 }
}

@keyframes triangle-skew-spin {
 25% {
  -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
  transform: perspective(100px) rotateX(180deg) rotateY(0)
 }

 50% {
  -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  transform: perspective(100px) rotateX(180deg) rotateY(180deg)
 }

 75% {
  -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
  transform: perspective(100px) rotateX(0) rotateY(180deg)
 }

 100% {
  -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
  transform: perspective(100px) rotateX(0) rotateY(0)
 }
}

/*********** CSS RESET **********/

* {
 margin: 0;
 padding: 0;
 outline: none;
 text-decoration: none;
 box-sizing: border-box;
}
*:before, *:after {
 box-sizing: border-box;
}
html {
 margin: 0 !important;
 -webkit-text-size-adjust: none;
}
ol, ul {
 list-style: none;
}
a img {
 border: none;
}
a:active {
 outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
 margin: 0;
 border: 0;
 padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
 border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
 -webkit-appearance: none;
}
input::-moz-placeholder {
 opacity: 1;
}
input:-webkit-autofill {
 -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
 display: none !important;
}


/*********** GLOBAL STYLES **********/


@font-face {
 font-family: 'prisma';
 src:  url('../../Themes/Prisma/Content/font/prisma.eot?xwq28l');
 src:  url('../../Themes/Prisma/Content/font/prisma.eot?xwq28l#iefix') format('embedded-opentype'),
 url('../../Themes/Prisma/Content/font/prisma.ttf?xwq28l') format('truetype'),
 url('../../Themes/Prisma/Content/font/prisma.woff?xwq28l') format('woff'),
 url('../../Themes/Prisma/Content/font/prisma.svg?xwq28l#prisma') format('svg');
 font-weight: normal;
 font-style: normal;
}

body {  
 max-width: 100%;
 background-color: #fff;
 overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
 font-size: 13px;
}

/* fonts */
.font-open-sans {
 font-family: 'Open Sans';
}
.font-open-sans {
 line-height: 1.2;
}
.font-playfair-display {
 font-family: 'Playfair Display';
}
.font-playfair-display .product-title {
 line-height: 1.2
}
.font-playfair-display .responsive-nav-wrapper .cart-qty,
.font-playfair-display .responsive-nav-wrapper .wishlist-qty,
.font-playfair-display .inbox-unread {
 line-height: 15px;
}
.font-comfortaa {
 font-family: 'Comfortaa';
}
.font-comfortaa .product-title {
 line-height: 1.3;
}
.font-fira-sans {
 font-family: 'Fira Sans';
}
.font-fira-sans .product-title {
 line-height: 1.3;
}
.font-fira-sans .responsive-nav-wrapper .cart-qty,
.font-fira-sans .responsive-nav-wrapper .wishlist-qty,
.font-fira-sans .inbox-unread {
 line-height: 18px;
}
/**/

a {
 color: inherit;
 cursor: pointer;
}
img {
 max-width: 100%;
}
a img {
 opacity: 0.99; /*firefox scale bug fix*/
}
table {
 width: 100%;
 border-collapse: collapse;
}
.master-wrapper-page {
 max-width: 100%;
 overflow-x: hidden;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
 height: 40px;
 border: 1px solid #eee;
 padding: 8px;
 vertical-align: middle;
 font-size: 13px;
 color: #666;
}
input, textarea, select, button {
 font-family: inherit;
}
textarea {
 min-height: 150px;
 resize: none;
}
select {
 min-width: 50px;
 height: 40px;
 padding: 6px;
}
select:disabled {
 opacity: .5;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
 vertical-align: middle;
}
input[type="button"],
input[type="submit"],
button {
 cursor: pointer;
}
label, label + * {
 vertical-align: middle;
}
.master-wrapper-content {
position: relative;
margin: 0 auto;
z-index: 0;
}
.master-column-wrapper:after {
 content: "";
 display: block;
 clear: both;
}
.center-1 {
 margin: 0 0 50px;
}
.center-2, .side-2 {
 margin: 0 0 50px;
}
.page {
 min-height: 200px;
 text-align: center;
}
.page-title {
 margin: 30px 0 20px;
 padding: 8px 15px;
}
.page-title h1 {
 text-transform: uppercase;
 text-align: center;
 font-size: 24px;
 font-weight: normal;
 color: #444;
}
.page:after,
.page-title:after,
.page-body:after {
 content: "";
 display: block;
 clear: both;
}
.buttons {
 margin: 0 0 20px;
 text-align: center;
}
.buttons .button-1,
.buttons .button-2,
.notify-me-button {
 padding: 13px 35px;
 border: 0;
 background: #57b568;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
}
.link-rss {
 display: none;
 position: relative;
 width: 18px;
 height: 18px;
 font-size: 0;
}
.link-rss:after {
 content: '\e90f';
 position: absolute;
 top: 0;
 left: 0;
 font-family: prisma;
 font-size: 18px;
 color: #ccc;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
 margin: 12px 0;
 padding: 0 0 0 36px;
 list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
 margin: 12px 0;
 padding: 0 0 0 36px;
 list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.news-body p,
.custom-tab p {
 margin: 10px 0;
}
::selection {
 background: #57b568; /* WebKit/Blink Browsers */
 color: #fff;
}
::-moz-selection {
 background: #57b568; /* Gecko Browsers */
 color: #fff;
}


/*********** GLOBAL FORMS ***********/


.fieldset, .section {
 position: relative;
 margin: 0 0 20px;
}
.fieldset .title,
.section .title {
 margin: 0 0 10px;
}
.fieldset .title strong,
.section .title strong {
 font-size: 14px;
 color: #444;
}
.form-fields {
 position: relative;
}
.inputs {
 position: relative;
 text-align: center;
 white-space: nowrap;
 font-size: 0;
}
.inputs:after {
 content: "";
 display: block;
 clear: both;
}
.inputs label {
 display: block;
 width: 100%;
 margin: 0 0 10px;
 text-align: center;
 font-size: 13px; /*reset zeroing*/
 color: #888;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
 width: 350px;
 max-width: 100%;
 vertical-align: middle;
}
.inputs input[type=text].input-validation-error,
.inputs input[type=email].input-validation-error,
.inputs input[type=tel].input-validation-error,
.inputs textarea.input-validation-error,
.inputs input[type=password].input-validation-error {
 border-bottom: 2px solid #ff5874;
}
.inputs .option-list {
 overflow: hidden;
 display: inline-block;
 vertical-align: middle;
 white-space: normal;
}
.inputs .option-list li {
 float: left;
 margin: 0 5px;
}
.inputs .option-list label {
 margin: 0 3px;
 width: auto;
}
input[type=checkbox],
input[type=radio] { 
 border: 0;
 clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
input[type=checkbox] + label,
input[type=radio] + label,
#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
 position: relative;
 display: inline-block;
 margin: 0;
 padding: 10px 0 10px 24px;
 text-align: left;
 font-size: 13px;
 cursor: pointer;
}
#Newsletter + input + label,
.inputs.reversed input + input + label,
.selector input + input + label {
 width: auto;
}
input[type=checkbox] + label:before,
#Newsletter + input + label:before,
.inputs.reversed input + input + label:before,
.selector input + input + label:before,
input[type=radio] + label:before {
 content: '.';
 position: absolute;
 left: 0;
 top: 50%;
 width: 15px;
 height: 15px;
 background: #ddd;
 -webkit-transform: translateY(-65%);
 -ms-transform: translateY(-65%);
 transform: translateY(-65%);
 text-indent: -9999px;
 font-size: 0;
}
input[type=radio] + label:before,
input[type=radio] + label:after {
 border-radius: 50%;
}
input[type=radio]:checked + label:before {
 background: #57b568;
}
input[type=radio]:checked + label:after {
 content: '';
 position: absolute;
 top: 39%;
 left: 5px;
 border-radius: 5px;
 width: 5px;
 height: 5px;
 background: #fff;
}
#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after {
 content: '\e92a';
 position: absolute;
 left: 0;
 top: 50%;
 width: 15px;
 height: 15px;
 background: #57b568;
 line-height: 15px;
 text-align: center;
 font-family: prisma;
 font-size: 9px;
 color: #fff;
 -webkit-font-smoothing: antialiased;
 -webkit-transform: translateY(-65%);
 -ms-transform: translateY(-65%);
 transform: translateY(-65%);
}
.inputs.reversed {
 text-align: center;
}
.colorOptions .checkbox-list .checked label:after,
.colorOptions .checkbox-list label:after,
.colorOptions .checkbox-list label:before {
 content: none;
 opacity: 0;
}
.required {
 margin-left: 4px;
 font-size: 15px;
 vertical-align: top;
 color: #888;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
 display: block;
 margin-top: 5px;
 font-size: 13px;
 color: #ff5874;
 vertical-align: bottom;
}
.field-validation-valid,
.username-available-status {
 display: inline-block;
 font-size: 12px;
 color: #57b568;
 vertical-align: bottom;
}
.captcha-box {
 text-align: center;
 line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
 display: inline-block;
 margin-left: -20px;
 -webkit-transform: scale(.9);
 -ms-transform: scale(.9);
 transform: scale(.9);
}
.captcha-box input {
 height: auto;
}
select {
 padding: 6px 30px 6px 6px;
 border: 0;
 width: 175px;
 background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 90% center;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
.no-data {
 text-align: center;
 font-size: 13px;
 color: #666;
}
input:disabled,
textarea:disabled {
 background: #ececec;
}


/*********** GLOBAL TABLES ***********/


.table-wrapper {
 overflow-x: auto;
}
.cart,
.forums-table-section table {
 margin: 0 0 4px;
}
.cart th, .data-table th,
.forums-table-section th {
 padding: 12px;  
 background: #f6f6f6;
 text-transform: uppercase;
 text-align: center;
 font-weight: normal;
 font-size: 11px;
 color: #bbb;
 white-space: nowrap;
}
.cart td, .data-table td,
.compare-products-table td,
.forums-table-section td {
 padding: 10px;
 border: 1px solid #f6f6f6;
 min-width: 50px;
 background: #fff;
}
.cart {
 border-collapse: separate;
 text-align: center;
}
.cart .remove-from-cart input,
.cart .add-to-cart input {
 border: 0;
 clip: rect(0 0 0 0);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute;
 width: 1px;
}
.cart .remove-from-cart label,
.cart .add-to-cart label {
 display: inline-block;
 padding: 0 0 0 24px;
}
.cart label {
 font-size: 0pt;
}
.cart a, .data-table a {
 font-weight: bold;
}
.cart .product {
 text-align: center;
}
.cart .product-name {
 margin-bottom: 5px;
 border: 0;
 padding: 0;
 font-weight: normal;
 font-size: 15px;
 color: #666;
}
.cart .product-name:hover {
 color: #57b568;
}
.cart .rental-info,
.cart .recurring-info,
.cart .attributes {
 line-height: 20px;
 font-size: 13px;
 color: #aaa;
} 
.data-table .message,
.forum-table .forum-details,
.forum-table .topic-details {
 text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
 text-align: center;
}
.cart td.unit-price {
 font-weight: bold;
 font-size: 14px;
 color: #888;
}
.cart .qty-input,
.cart .qty-dropdown {
 border: 1px solid #eee;
 width: 40px;
 text-align: center;
 font-size: 14px;
 color: #666;
}
.cart .qty-dropdown {
 width:auto;
}
.cart .subtotal span {
 display:  inline-block;
 margin: 5px 0;
 font-weight: bold;
 font-size: 16px;
 color: #57b568;
 white-space: nowrap;
}
.cart .subtotal .discount,
.cart .subtotal .discount + div {
 font-size: 13px;
 color: #888;
 white-space: nowrap; /*remove this if you have no space enough for discounted products price*/
}


/*********** NOTIFICATIONS & POPUPS  ***********/


.bar-notification {
 display: none;
 position: fixed;
 bottom: 0;
 left: 0;
 padding: 15px 25px 15px 15px;
 width: 100%;
 color: #fff;
 opacity: 0.95;
 z-index: 1080;
}
.bar-notification.success {
 background: #57b568;
}
.bar-notification.warning {
 background: #f93;
}
.bar-notification.error {
 background: #ff5874;
}
.bar-notification .content {
 float: left;
 margin: 0 10px 0 0;
 font-size: 13px;
}
.bar-notification .content a {
 color: #fff;
 text-decoration: underline;
}
.bar-notification .close {
 position: absolute;
 top: 0;
 right: 0;
 margin: 8px;
 width: 32px;
 height: 32px;
 opacity: 0.7;
}
.bar-notification .close:after {
 content: '\e901';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 12px;
 color: #fff;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.bar-notification .close:hover {
 opacity: 0.9;
}
.noscript {
 background-color: #ff9;
 padding: 10px;
 text-align: center;
}
.ajax-loading-block-window {
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -20px 0 0 -30px;
 width: 0;
 height: 0;
 border-left: 30px solid transparent;
 border-right: 30px solid transparent;
 border-bottom: 40px solid #57b568;
 -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
 animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
 font-size: 0;
 text-indent: -9999px;
}

.ui-dialog {
 position: fixed !important;
 /*width: 450px !important;*/
 max-width: 100%;
 background: #fff;
 box-shadow: 0 1px 15px rgba(0,0,0,0.3);
 z-index: 1080;
}
.ui-dialog-titlebar {
 padding: 13px;
 background: #57b568;
 font-weight: bold;
 text-transform: uppercase;
 font-size: 13px;
 color: #fff;
}
.ui-dialog-titlebar button {
 position: absolute;
 top: 0;
 right: 0;
 margin: 8px;
 border: 0;
 width: 24px;
 height: 24px;
 overflow: hidden;
 background: none;
 font-size: 0;
 opacity: 0.7;
}
.ui-dialog-titlebar button::after {
 content: '\e901';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 10px;
 color: #fff;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.ui-dialog-titlebar button:hover {
 opacity: 0.9;
}
.ui-dialog-content {
 height: auto !important;
 padding: 10px;
 font-size: 13px;
 color: #666;
}
.ui-dialog-content .page {
 min-height: 0;
}
.ui-dialog-content .page-title {
 margin: 5px 0;
}
.ui-dialog-content .page-title h1 {
 font-size: 18px;
}
.ui-dialog-content .tooltip {
 margin: 5px 0;
 line-height: 20px;
 text-align: center;
 color: #888;
}
.ui-dialog-content button {
 display: block;
 margin: 10px auto 0;
}
.back-in-stock-subscription-page .page-body > .tooltip {
 width:auto;
}
.reward-points-page .no-data,
.downloadable-products-page .no-data,
.back-in-stock-subscription-list-page .no-data {
 text-align: left;
}
.reward-points-page .no-data {
 margin-top: 20px;
}
.eu-cookie-bar-notification {
 position: fixed;
 top: 50%;
 left: 50%;
 margin: -90px 0 0 -160px;
 padding: 20px;
 width: 320px;
 height: 180px;
 background: #f6f6f6;
 text-align: center;
 box-shadow: 0 1px 15px rgba(0,0,0,0.3);
 z-index: 1050;
}
.eu-cookie-bar-notification .text {
 margin-bottom: 20px;
 line-height: 20px;
}
.eu-cookie-bar-notification button {
 margin: 0 0 20px 0;
 padding: 13px 35px;
 border: 0;
 background: #57b568;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.eu-cookie-bar-notification button:hover {
 background: #fff;
 color: #57b568;
}
.eu-cookie-bar-notification a {
 display: block;
 text-decoration: underline;
}
.scroll-back-button {
 position: fixed;
 right: 0;
 bottom: 70px;
 border: 1px solid rgba(255,255,255,.7);
 width: 55px;
 height: 50px;
 overflow: hidden;
 background: #57b568;
 transition: all .3s;
 cursor: pointer;
 z-index: 1030;
 opacity: .7;
}
.scroll-back-button:hover {
 opacity: 1;
}
.scroll-back-button:after {
 content: '\e926';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 11px;
 color: #fff;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}


/*********** HEADER ***********/


.admin-header-links {
 background: #fff;
 text-align: center;
}
.admin-header-links * {
 display: inline-block;
 margin: 0 10px;
 line-height: 35px;
 font-weight: bold;
}
.admin-header-links .impersonate {
 display: inline-block;
}
.admin-header-links a {
 font-weight: bold;
}
.master-header-wrapper {
 margin: 0 0 70px;
 background: #57b568;
 -webkit-transition: all .4s;
 transition: all .4s;
}
.home-page-body .master-header-wrapper {
 margin-bottom: 40px;
}
.master-header-wrapper.stick {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 1020;
}
.master-header-wrapper.stick.nav-up {
 top: -180px;
}
.header-wrapper {
 padding: 8px 5px;
}
.header-wrapper:after {
 content: '';
 display: block;
 clear: both;
}
.master-header-wrapper:after { 
 content: "";
 display: block;
 clear: both;
}
.header { 
 float: left;
 width: 36%;
 text-align: center;
}
.header-logo {
 text-align: left;
}
.header-logo a {
 display: inline-block;
 max-width: 100%;
 line-height: 0; /*firefox line-height bug fix*/
}
.header-logo a img {
 max-width: 100%;
}
.header-links-wrapper {
 opacity: 0;
 position: absolute;
 top: 100%;
 right: 0;
 width: 100%;
 background: #fff;
 box-shadow: 0 7px 15px rgba(0,0,0,.15);
 text-align: center;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
 -webkit-transition: transform .3s , opacity .3s;
 transition: transform .3s , opacity .3s;
 pointer-events: none;
 z-index: 1070;
}
.header-links-wrapper.opened {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 pointer-events: auto;
}
.header-links ul {
 padding: 6px 0;
 font-size: 0;
}
.header-links li {
 text-align: left;
}
.header-links .ico-cart {
 display: none;
}
.header-links a {
 position: relative;
 display: inline-block;
 padding: 6px 20px;
 text-transform: uppercase;
 font-size: 12px;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.inbox-unread,
.responsive-nav-wrapper > div span.wishlist-qty {
 display: inline-block;
 border-radius: 50%;
 width: 16px;
 height: 16px;
 background: #ff5874;
 text-align: center;
 line-height: 17px;
 font-size: 10px;
 color: #fff;
 vertical-align: text-top;
 z-index: 1;
}
.header-links a:hover {
 color: #57b568;
}
.header-links a:before {
 display: inline-block;
 margin-right: 8px;
 font-family: prisma;
 font-size: 15px;
 color: #aaa;
 vertical-align: middle;
}
.header-links a.ico-register:before {
 content: '\e94a';
}
.header-links a.ico-login:before {
 content: '\e93c';
}
.header-links a.ico-logout:before {
 content: '\e90d';
}
.header-links a.ico-account:before {
 content: '\e90a';
}
.header-links a.ico-inbox:before {
 content: '\e927';
}
.header-links a.ico-wishlist:before {
 content: '\e919';
}
.header-links .cart-qty {
 padding: 0 0 0 20px;
}
.header-selectors-wrapper {
 padding: 10px;
 background: #eee;
 font-size: 0;
}
.header-selectors-wrapper > div {
 position: relative;
 margin: 0 0 10px;
 vertical-align: middle;
}
.header-selectors-wrapper > div:last-child {
 margin-bottom: 0;
}
.language-list { 
 max-width: 100%;
 font-size: 0;
}
.language-list li {
 display: inline-block;
 margin-left: 5px;
}
.language-list li:nth-child(4n+1) {
 margin-left: 0;
}
.language-list a { 
 display: block;
 position: relative;
 width: 40px;
 height: 40px;
 background: #fff;
 line-height: 0;
}
.language-list a:hover {
 background: #57b568;
}
.language-list img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
.search-box {
 position: relative;
}
.search-box form {
 position: relative;
}
.search-box form:after {
 content: "";
 display: block;
 clear: both;
}
.search-box input {
 border: none;
 height: 45px;
 color: #666;
}
.search-box input.search-box-text {
 width: 89%;
 width: -webkit-calc(100% - 45px);
 width: calc(100% - 45px);
}
.search-box .search-box-button {
 width: 45px;
 font-size: 0;
}
.responsive-nav-wrapper-parent {
 float: right;
}


/* RESPONSIVE NAV WRAPPER */


.responsive-nav-wrapper {
 text-align: center;
 font-size: 0;
}
.responsive-nav-wrapper:after {
 content: "";
 display: block;
 clear: both;
}
.responsive-nav-wrapper > div {
 display: inline-block;
 padding: 0;
 width: 45px;
 height: 44px;
}
.responsive-nav-wrapper > div:hover > span,
.responsive-nav-wrapper > div:hover > a {
 background: rgba(0,0,0,.1);
}
.responsive-nav-wrapper > div > span,
.responsive-nav-wrapper > div > a {
 position: relative;
 display: block;
 height: 100%;
 font-size: 0;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.responsive-nav-wrapper > div span:after,
.responsive-nav-wrapper > div a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 20px;
 color: #fff;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 cursor: pointer;
}
.responsive-nav-wrapper .search-wrap,
.responsive-nav-wrapper .wishlist-button {
 display: none;
}
.shopping-cart-link {
 position: relative;
}
.responsive-nav-wrapper .menu-title > span:after {
 content: '\e908';
}
.responsive-nav-wrapper .shopping-cart-link > a:after {
 content: '\e913';
 font-size: 25px;
}
.responsive-nav-wrapper .personal-button > span:after {
 content: '\e945';
}
.header .store-search-box ::-webkit-input-placeholder,
.header .store-search-box ::-moz-placeholder,
.header .store-search-box :-ms-input-placeholder,
.header .store-search-box :-moz-placeholder {
 color: #bbb;
}
.responsive-nav-wrapper > div span.cart-qty,
.responsive-nav-wrapper > div span.wishlist-qty {
 position: absolute;
 bottom: 5px;
 right: 5px;
 border-radius: 50%;
 width: 14px;
 height: 14px;
 line-height: 16px;
 background: #77BC1F;
 font-size: 8px;
 color: #fff;
 z-index: 1;
 pointer-events: none;
}
.ui-helper-hidden-accessible {
 display: none;
}
.ui-autocomplete {
 position: absolute;
 border: 1px solid #eee;
 overflow: hidden;
 width: 100% !important;
 max-width: 100%;
 font-size: 14px;
 color: #666;
 background: #fff;
 z-index: 1070;
}
.ui-autocomplete li {
 border-top: 1px solid #ccc;
}
.ui-autocomplete li:first-child {
 border-top: none;
}
.ui-autocomplete a {
 display: block;
 padding: 20px;
 background: #f6f6f6;
 text-align: left;
}
.ui-autocomplete a.ui-state-focus {
 background: #fff;
 color: #57b568;
}
.ui-autocomplete img {
 display: none;
 margin-right: 5px;
 vertical-align: middle;
}

.slider-wrapper.theme-custom {
 margin: 0 auto 30px; /*overrides default slider*/
}


/*********** FOOTER ***********/


.footer {
 text-align: center;
 background: #eee;
}
.footer-upper {
 padding: 55px 10px 30px;
 overflow: hidden;
 min-height: 240px;
 background-color: #57b568;
 background-repeat: repeat;
}
.footer-upper.electronics-pattern {
 background-image: url(../../Themes/Prisma/Content/img/electronics_pattern.png);
}
.footer-upper.baby-pattern {
 background-image: url(../../Themes/Prisma/Content/img/baby_bgr.png);
}
.footer-upper.fashion-pattern {
 background-image: url(../../Themes/Prisma/Content/img/fashion_pattern.png);
}
.footer-upper.furniture-pattern {
 background-image: url(../../Themes/Prisma/Content/img/furniture_pattern.png);
}
.footer-middle {
 padding: 20px 0;
 overflow: hidden;
}
.footer-middle .title {
 margin-bottom: 10px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 15px;
 color: #444;
}
.footer-block .list {
 display: none;
 margin-bottom: 30px;
}
.footer-block > .title {
 margin: 0;
 cursor: pointer;
}
.footer-middle > div li {
 padding: 5px 0;
 font-size: 13px;
 color: #888;
}
.footer-middle li.address:before, 
.footer-middle li.phone:before {
 display: inline-block;
 margin-right: 10px;
 font-family: prisma;
 font-size: 24px;
 color: #57b568;
 vertical-align: middle;
}
.footer-middle li.address:before {
 content: '\e93b';
}
.footer-middle li.phone:before {
 content: '\e942';
}
.newsletter {
 position: relative;
 padding-bottom: 30px;
 min-height: 150px;
}
.newsletter .title {
 margin: 0 0 20px;
 text-transform: uppercase;
 font-size: 20px;
 color: #fff;
}
.newsletter-email {
 margin: 0 auto;
 padding: 3px;
 max-width: 490px;
 background: #fff;
 overflow: hidden; 
}
.newsletter-email .newsletter-subscribe-text {
 float: left;
 border: 0;
 width: 91%;
 width: -webkit-calc(100% - 42px);
 width: calc(100% - 42px);
 height: 42px;
}
.newsletter-email .newsletter-subscribe-button {
 position: relative;
 float: left;
 width: 42px;
 height: 42px;
 border: none;
 font-size: 0;
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzOEZFRDhFNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzOEZFRDhGNDlFMDExRTdBMzYzQkM2OTBCNDlFMEM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4RkVEOEM0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4RkVEOEQ0OUUwMTFFN0EzNjNCQzY5MEI0OUUwQzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz41lQ1HAAACC0lEQVR42qzUT0gUYRjH8XVb8g/ChkqoIO1BBDtESZEgXkS9dvGUqJcgTLrkIbEgO4SHTCRRgqJAvJgnxYMJCXpQAzu40SG6dEgTD5JJQZlu38d+I8PLju7qDnxY5513fj7zzPtOViKRCGX4yEUvSkIWnkGX8DHx/1gJZ6hay+nCEs5r7FskA8ExjKDWN7aDtZNW3ooVJ3gCm1b5cXtbiHH1dgE/9fcPxLCLjuNU3oi4fjtRgDxd61ZLwulWnoun2MMcKrGEX6p6EWFc0Xl1qsFVWmK/cRc5mFA7ZvEHFzT3msJjR4WeQpdCLfwisjCKv7iv4Ee+e24q/PRhwfZi5tWGAVVr470au4F3+Oy7Zh5iY3/nBwS3YQtf0eAbv6Oq7Glu65/UOfe+QDxZuH+JjaHAd61ZYcMo07J7laSwKbxxwxuxiu9ocW6oU99H1fNJPXphkvD3eOmF2xIb9C2xc87kq1oVb+0loUlPdj2gpeveCw7pJu+wqjcdVvEyojijp5sOCI5od9r7CNmHqw8zAbsxBz3oxxaeIYpbAfPPaneu7p8dsc6jvhbUqHW29KoD5h/sTjtP9duSjef4hF0sYBzlzrxS/a6nU/kH7cjL6ms71vQ+hlDk7M7swzaRG27HE+daPh5gW+7hsbc70wn/orBkc4pV/Y7mxlMNj+hTWp/Cl7MCr9Hnjf0TYADbWdTe/XW5RgAAAABJRU5ErkJggg==);
 background-repeat: no-repeat;
 background-position: center;
 background-color: #57b568;
}
.newsletter-email .options {
 display: none;
}
.newsletter-validation, 
.newsletter-result {
 position: absolute;
 bottom: 0;
 width: 100%;
 text-align: center;
 line-height: 28px;
 font-size: 14px;
 font-weight: bold;
 color: #fff;
 text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.newsletter-validation .please-wait {
 display: none !important; 
}
.accepted-payment-methods ul {
 font-size: 0;
}
.accepted-payment-methods li { 
 display: inline-block;
 width: 50px;
 height: 30px;
 background: url('../../Themes/Prisma/Content/img/payment_sprite.png') no-repeat;
}
.accepted-payment-methods .method1 {
 background-position: 0 0;
}
.accepted-payment-methods .method2 {
 background-position: -50px 0;
}
.accepted-payment-methods .method3 {
 background-position: -100px 0;
}
.accepted-payment-methods .method4 {
 background-position: -150px 0;
}
.accepted-payment-methods .method5 {
 background-position: -200px 0;
}
.accepted-payment-methods .method6 {
 background-position: -250px 0;
}
.social-sharing {
 font-size: 0;
}
.footer-middle .social-sharing li {
 display: inline-block;
 margin: 0 3px 6px;
 padding: 0;
}
.social-sharing a {
 position: relative;
 display: block;
 width: 45px;
 height: 45px;
 background: #57b568;
 -webkit-transition: background .3s;
 transition: background .3s;
}
.social-sharing li a:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 0;
 -ms-transform-origin: 50% 0;
 transform-origin: 50% 0;
 -webkit-transition: all .3s ease-out;
 transition:  all .3s ease-out;
}
.social-sharing li a:hover:before {
 background: #eee;
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.social-sharing a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 20px;
 color: #fff;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.social-sharing a:hover:after {
 color: #57b568;
}
.social-sharing .facebook:after {
 content: '\e934';
}
.social-sharing .twitter:after {
 content: '\e915';
}
.social-sharing .google:after {
 content: '\e936';
}
.social-sharing .pinterest:after {
 content: '\e943';
}
.social-sharing .vimeo:after {
 content: '\e917';
}
.social-sharing .instagram:after {
 content: '\e939';
}
.social-sharing .youtube:after {
 content: '\e91b';
}
.social-sharing .rss:after {
 content: '\e90f';
}
.footer-lower {
 overflow: hidden;
 margin: 0 9px;
 border-top: 1px solid rgba(0,0,0,0.05);
 font-size: 13px;
 color: #888;
}
.footer-lower-wrapper {
 padding: 30px 25px;
}
.footer-lower-wrapper > div {
 margin-bottom: 5px;
}
.footer-powered-by a,
.footer-designed-by a {
 color: #000;
}
.footer-powered-by a:hover,
.footer-designed-by a:hover {
 color: #57b568;
}
.theme-selector {
 margin: 20px auto;
 width: 175px;
}


/*********** LEFT/RIGHT COLUMN ***********/


.side-2 { 
 background: #f6f6f6;
}
.block {
 border-bottom: 5px solid #fff;
}
.block .title а,
.block .title strong {
 position: relative;
 display: block;
 padding: 15px 20px;
 text-transform: uppercase;
 font-size: 14px;
 color: #444;
 cursor: pointer;
}
.block .title а:after,
.block .title strong:after {
 content: '\e923';
 position: absolute;
 top: 50%;
 right: 15px;
 width: 28px;
 height: 28px;
 background: #fff;
 text-align: center;
 line-height: 28px;
 font-family: prisma;
 font-size: 10px;
 color: #dcdde0;
 -webkit-transform: translateY(-50%) rotate(180deg);
 -ms-transform: translateY(-50%) rotate(180deg);
 transform: translateY(-50%) rotate(180deg);
}
.block .title.open а:after,
.block .title.open strong:after {
 -webkit-transform: translateY(-50%) rotate(0);
 -ms-transform: translateY(-50%) rotate(0);
 transform: translateY(-50%) rotate(0);
}
.block .listbox {
 display: none;
 padding: 15px 20px 40px;
 font-size: 13px;
}
.block .listbox li a:before {
 content: '\e925';
 display: inline-block;
 margin-right: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #dcdde0;
 transition: all .3s;
}
.block .listbox li a:hover:before {
 -webkit-transform: translateX(5px);
 -ms-transform: translateX(5px);
 transform: translateX(5px);
}
.block .listbox:after {
 content: "";
 display: block;
 clear: both;
}
.block .list a {
 display: inline-block;
 padding: 8px 3px;
}
.block .list > li > a {
 color: #666;
}
.block .list > li > a:hover,
.block .sublist > li > a:hover {
 color: #57b568;
}
.block .sublist > li > a {
 color: #888;
}
.block .sublist > li.active > a {
 color: #57b568;
}
.block .list .product-name {
 max-width: 72%;
}
.block-poll .listbox li a:before,
.block-popular-tags .listbox li a:before,
.block-popular-blogtags .listbox li a:before,
.block-recently-viewed-products .listbox li a:before {
 content: none;
}
.block .sublist {
 padding: 0 15px 5px 10px;
 font-size: 12px;
}
.block .view-all {
 margin: 10px 0 0;
}
.block .view-all a {
 display: inline-block;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}

.block .view-all a:after {
 content: '\e925';
 display: inline-block;
 margin-left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #ccc;
 vertical-align: middle;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.block .view-all a:hover:after {
 -webkit-transform: translateX(5px);
 -ms-transform: translateX(5px);
 transform: translateX(5px);
 color: #57b568;
}
.block .tags {
 margin: 0 0 10px;
 font-size: 0;
}
.block .tags ul {
 font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
 display: inline-block;
 position: relative;
 margin: 0 10px;
 overflow: hidden;
}
.block .tags li {
 margin: 2px;
}
.block .tags li a,
.product-tags-all-page li a {
 display: inline-block;
 padding: 3px 10px;
 line-height: 24px;
 font-size: 13px !important; /*setting base size*/
 color: #888;
 background: #fff;
}
.product-tags-all-page .product-tags-list {
 text-align: left;
}
.product-tags-all-page li a {
 padding: 0;
 background: none;
}
.poll strong {
 display: block;
 margin: 0 0 10px;
 font-weight: normal;
 font-size: 14px;
 color: #444;
}
.poll-options,
.poll-results {
 margin: 0 auto 15px;
 max-width: 420px;
}
.poll-options li,
.poll-results li {
 display: block;
 margin: 5px 0;
 font-size: 14px;
 color: #444;
}
.poll-options li input {
 display: none;
}
.poll-options input[type=radio] + label {
 display: block;
 padding: 10px 15px;
 border-left: 4px solid transparent;
 background: #fff;
 font-size: 14px;
 color: #888;
 transition: all .3s;
 cursor: pointer;
}
.poll-options li label:hover,
.poll-options li input:checked + label {
 border-left-color: #57b568;
}
.poll-options li label:before,
.poll-options li input:checked + label:after {
 content: none;
}
.poll .buttons input {
 padding: 10px 20px;	
 border: 0;
 background: #57b568;
 min-width: 150px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
}
.poll-total-votes {
 display: block;
 margin: 10px 0 0;
 font-weight: bold;
}
.home-page-polls {
 padding: 40px 0;
 text-align: center;
}
.home-page-polls .poll + .poll {
 margin-bottom: 30px;
}
.home-page-polls .title {
 margin: 0 0 25px;
 padding: 15px 0;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 font-size: 24px;
 color: #444;
}
.home-page-polls .title strong {
 font-weight: normal;
}
.home-page-polls input[type=radio] + label {
 background: #f6f6f6;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
 margin-top: 15px;
 text-align: center;
}
.breadcrumb ul {
 font-size: 0;
}
.breadcrumb li {
 display: inline-block;
 line-height: 1.6;
 font-size: 13px;
}
.breadcrumb li:first-child:before {
 content: '\e938';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 15px;
 color: #ddd;
 vertical-align: middle;
}
.breadcrumb li a {
 color: #aaa;
}
.breadcrumb li .delimiter {
 position: relative;
 display: inline-block;
 margin: 0 10px;
 width: 10px;
 height: 10px;
 vertical-align: middle;
 font-size: 0;
}
.breadcrumb li .delimiter:after {
 content: '\e925';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 10px;
 color: #ddd;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.breadcrumb strong {
 font-weight: normal;
 color: #444;
}
.category-grid {
 padding: 30px 15px 15px;
 background: #fff;
}
.category-grid .item-box {
 position: relative;
 margin-bottom: 30px;
 width: 100%;
}
.category-page .sub-category-item li {
 font-size: 13px;
}
.filter-options {
 display: none;
}
.category-grid .item-box:nth-of-type(2n) {
 margin-left: 0;
}
.category-grid .item-box .title {
 margin: 0;
 padding: 25px 0;
 height: auto;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
 font-size: 18px;
 color: #444;
}
.category-page .item-box .title {
 padding: 20px;
 font-size: 16px;
}
.category-grid .item-box .content-wrapper { 
 position: relative;
 margin: -40px auto 40px;
 width: 83%;
 height: auto;
 background: #fff;
 z-index: 2;
}
.category-page .item-box .content-wrapper {
 margin: -30px auto 0;
}
.category-grid .item-box .sub-categories-list {
 text-align: center;
 font-size: 14px;
}
.category-grid .item-box .sub-categories-list li {
 margin-bottom: 8px;
 color: #888;
}
.category-grid .item-box .sub-categories-list li a:hover {
 color: #57b568;
}
.html-recently-added-products-page .master-wrapper-content,
.vendor-page .master-wrapper-content,
.manufacturer-page .master-wrapper-content,
.category-page-body .master-wrapper-content {
 width: 100%;
}
.category-page-body .page-body {
 background: #f6f6f6;
}
.category-description,
.manufacturer-description,
.vendor-description {
 padding: 15px;
 line-height: 24px;
 font-size: 13px;
 color: #888;
}

.contact-vendor {
 margin: 0 0 20px;
}
.contact-vendor-button {
 border: 0;
 padding: 12px 20px;
 border: 1px solid #eee;
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #666;
}
.product-tag-page .product-list,
.product-tag-page .product-grid {
 margin: 0;
 padding: 20px;
 background: #f6f6f6;
}
.product-tag-page .pager {
 background: #f6f6f6;
}
.vendor-page .product-grid {
 padding: 5px;
 background: #f6f6f6;
}
.vendor-description,
.manufacturer-description {
 margin-bottom: 20px;
 padding: 20px;
 background: #f6f6f6;
}
.product-filters {
 display: none;
}
.product-selectors {
 padding: 10px 15px;
 border-top: 4px solid #fff;
 border-bottom: 4px solid #fff;
 background: #f6f6f6;
 font-size: 13px;
 color: #aaa;
}
.product-selectors:after {
 content: "";
 display: block;
 clear: both;
}
.product-selectors > div {
 display: inline-block;
 margin: 5px;
 vertical-align: middle;
}
.product-selectors select {
 margin: 0 5px;
 border: 1px solid #eee;
 color: #666;
}
.product-selectors .product-sorting select {
 width: 120px;
}
.product-selectors .product-viewmode {
 display: none;
 font-size: 0;
}
.product-selectors .product-viewmode span {
 vertical-align: middle;
}
.product-selectors .product-viewmode a {
 position: relative;
 display: inline-block;
 width: 37px;
 height: 37px;
 font-size: 0;
 opacity: 0.15;
 vertical-align: middle;
}
.product-selectors .product-viewmode a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 19px;
 color: #000;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.product-selectors .product-viewmode a.grid:after {
 content: '\e937';
}
.product-selectors .product-viewmode a.list:after {
 content: '\e93a';
 font-size: 20px;
}
.product-selectors .product-viewmode a.selected {
 opacity: 1;
}
.product-selectors .product-viewmode a.selected:after {
 color: #fff;
}
.product-selectors .product-page-size span {
 float: left;
 margin: 8px 2px;
}
.product-selectors .product-page-size select {
 float: right;
 width: 80px;
}
.product-viewmode a.selected {
 background: #57b568;
}



.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
 content: "";
 display: block;
 clear: both;
}
.item-box {
 position: relative;
 float: left;
 margin: 0 0 30px;
 width: 49%;
}
.item-box:nth-of-type(2n) {
 margin-left: 2%;
}
.two-per-row .product-grid .item-box {
 width: 100%;
}
.two-per-row .product-grid .item-box:nth-of-type(2n) {
 margin-left: 0;
}
.item-box .picture {
 overflow: hidden;
 background: #fff;
 z-index: 1;
}
.item-box .picture a {
 position: relative;
 display: block;
}
.item-box .picture a:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.item-box .picture img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 100%;
 max-width: 100%;
}
.item-box .details {
 padding-top: 10px;
 text-align: left;
}
.item-box .product-title,
.item-box .title {
 margin: 0 0 10px 0;
 height: 40px;
 font-weight: normal;
 font-size: 16px;
 color: #666;
 overflow: hidden;
}
.item-box .product-title:hover,
.item-box .title:hover {
 color: #444;
}
.item-box .product-title a,
.item-box .title a {
 display: block;
}
.item-box .sku {
 display: none; /*remove if you want to show sku*/
}
.item-box .product-rating-box {
 display: none;
}
.item-box .rating {
 margin-bottom: 5px;
 width: 70px;
 height: 11px;
 background-image: url('../../Themes/Prisma/Content/img/rating.svg');
 background-repeat: repeat-x;
 background-color: #ccc;
}
.item-box .rating div {
 height: 11px;
 background-image: url('../../Themes/Prisma/Content/img/rating.svg');
 background-repeat: repeat-x;
 background-color: #57b568;
}
.item-box .description {
 display: none;
 margin-bottom: 5px;
 font-size: 14px;
 color: #aaa;
}
.product-list .item-box .description {
 line-height: 24px;
}
.item-box .description a {
 display: block;
 overflow: hidden;
}
.item-box .prices {
 height: 34px;
 line-height: 1;
 overflow: hidden;
}
.item-box .old-price {
 margin-right: 7px;
 text-decoration: line-through;
 font-weight: bold;  
 font-size: 16px;
 color: #aaa;
}
.item-box .actual-price {
 font-weight: bold;
 font-size: 18px;
 color: #57b568;
}
.item-box .base-price-pangv,
.item-box .tax-shipping-info {
 font-size: 10px;
 color: #aaa;
}
.also-purchased-products-grid .item-box .old-price,
.related-products-grid .item-box .old-price {
 font-size: 15px;
}
.also-purchased-products-grid .item-box .actual-price,
.related-products-grid .item-box .actual-price {
 font-size: 16px;
}
.item-box .attribute-squares {
 text-align: left;
}
.item-box .attribute-squares li {
 margin: 0 2px 0 0;
}
.item-box .attribute-squares label {
 padding: 2px;
 width: 26px;
 height: 26px;
}
.item-box .attribute-square {
 width: 20px;
 height: 20px;
}
.item-box .buttons-wrapper {
 display: none;
}
.item-box .buttons {
 display: inline-block;
 margin: 0;
 font-size: 0;
}
.product-list .item-box .buttons {
 direction: ltr;
 border-right: 4px solid #f6f6f6;
}
.product-list .item-box .buttons-wrapper .buttons button {
 border-bottom: 3px solid #57b568;
 height: 48px;
}
.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
 position: relative;
 padding: 0;
 border: 0;
 width: 47px;
 height: 45px;
 background: none;
 font-weight: normal;
 color: #57b568;
 font-size: 0;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 0 0 1px transparent;
}
.item-box .buttons-wrapper button:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 18px;
 color: #888;
 transition: all .3s;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index: 1;
}
.item-box .buttons-wrapper button:hover:after {
 color: #57b568;
}
.item-box .add-to-compare-list-button:after {
 content: '\e91d';
}
.item-box .add-to-wishlist-button:after {
 content: '\e91e';
}
.product-list .item-box .product-box-add-to-cart-button:before,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before,
.item-type-2 .item-box .product-box-add-to-cart-button:before {
 content: '\e91c'; 
 display: inline-block;
 margin-right: 10px;
 font-family: prisma;
 font-weight: normal;
 font-size: 18px;
 vertical-align: middle;
}
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:before {
 margin: 0;
}
.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #57b568;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
 z-index: -1;
}
.item-type-2 .bestsellers .product-box-add-to-cart-button:hover:after,
.item-type-1 .product-box-add-to-cart-button:hover:before {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.item-type-1 .item-box .buttons-wrapper .product-box-add-to-cart-button:hover:after {
 color: #fff;
}
.item-box .buttons button + button:before {
 content:'.';
 position: absolute;
 top: 3px;
 left: 0;
 height: 35px;
 width: 1px;
 background: #eee;
 text-indent: -9999px;
 font-size: 0;
}
.product-grid .buttons button:before,
.bestsellers .buttons button:before {
 background: #eee;
}
.item-type-2 .product-grid .buttons button:before {
 background: rgba(0,0,0,.15);
}
.product-grid .item-box .buttons-wrapper {
 position: absolute;
 width: 100%;
 left: 0;
 right: 0;
 text-align: center;
 font-size: 0;
}
.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after {
 content: '\e91c';
 color: #57b568;
}
.item-box .buttons-wrapper button:after {
 color: #888;
}
.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper  { 
 top: 4px;
 border-bottom: 3px solid #57b568;
 background: #fff;
}
.item-type-2 .product-grid .buttons button:first-child:before {
 content: none;
}
.product-grid .buttons button:before,
.item-type-2 .bestsellers .buttons button:first-child:before,
.item-type-2 .product-grid .buttons button + button:before {
 content:'.';
 position: absolute;
 top: 3px;
 left: 0;
 height: 35px;
 width: 1px;
 text-indent: -9999px;
 font-size: 0;
}

.item-type-2 .product-grid .item-box .buttons-wrapper {
 top: -42px;
 padding-bottom: 45px;
 border-bottom: 0;
 background: none;
 z-index: 1;
}
.bestsellers.product-grid .item-box .buttons-wrapper {
 padding-bottom: 0;
 border-bottom: 0;
 background: #fff;
}
.item-type-2 .product-grid .item-box .product-box-add-to-cart-button {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 border: 0; 
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 height: 45px;
 width: 100%;
 transition: all .3s;
 z-index: 1;
}
.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover {
 background: #57b568;
 color: #fff;
}
.bestsellers.product-grid .item-box .product-box-add-to-cart-button {
 position: relative;
 width: 45px;
 font-size: 0;
}
.bestsellers.product-grid .item-box .product-box-add-to-cart-button:hover {
 background: none;
}
.item-type-2 .product-grid .item-box .buttons {
 border-top: 3px solid transparent;
 height: 45px;
 width: 100%;
 background: rgba(255,255,255,.9);
 text-align: center;
 -webkit-transform: translateY(45px);
 -ms-transform: translateY(45px);
 transform: translateY(45px);
 -webkit-transition: all .3s;
 transition: all .3s;
}
.bestsellers.product-grid .item-box .buttons {
 display: inline-block;
 border: 0;
 width: auto;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.item-type-2 .product-grid .item-box:hover .buttons {
 border-color: #57b568;
 -webkit-transform: translateY(-3px);
 -ms-transform: translateY(-3px);
 transform: translateY(-3px);
}
.bestsellers.product-grid .item-box:hover .buttons {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.product-grid,
.product-list {
 margin: 15px auto 0;
 width: 95%;
}
.category-page .product-grid {
 margin-top: 40px;
}
.product-grid .title {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 font-size: 24px;
 color: #444;
}
.product-grid .title strong {
 font-weight: normal;
}
.product-grid.featured-product-grid {
 padding-bottom: 0;
 margin-bottom: 0;
}
.cross-sells {
 margin-top: 100px;
 padding: 20px;
 background: #f6f6f6;
}
.pager {
 padding: 5px;
 border-top: 4px solid #fff;
 background: #f6f6f6;
}
.pager ul {
 text-align: center;
 font-size: 0;
}
.pager li {
 display: inline-block;
 margin-right: 5px;
 vertical-align: middle;
}
.pager li:last-child {
 margin: 0;
}

.pager li {
 position: relative;
 background: #fff;
}
.pager li a,
.pager li span {
 position: relative;
 display: block;
 width: 35px;
 height: 35px;
 line-height: 35px;
 text-align: center;
 font-size: 14px; /*reset zeroing*/
 color: #aaa;
 cursor: pointer;
}
.pager li a:hover,
.pager li span:hover,
.pager li.current-page span {
 color: #fff;
}
.pager li:before,
.pager li.current-page:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #57b568;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.pager li.current-page:before,
.pager li:hover:before {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pager li.previous-page a,
.pager li.next-page a,
.pager li.first-page a,
.pager li.last-page a {
 position: relative;
 font-size: 0;
}
.pager li.previous-page a:after,
.pager li.next-page a:after,
.pager li.first-page a:after,
.pager li.last-page a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 10px;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.pager li.previous-page a:after {
 content: '\e921';
}
.pager li.next-page a:after {
 content: '\e922';
}
.pager li.first-page a:after {
 content: '\e924';
}
.pager li.last-page a:after {
 content: '\e925';
}
.category-page .pager ~ div {
 padding-top: 20px;
 border-top: 4px solid #fff;
}
.category-page .pager ~ div div {
 background: none;
}

/*manufacturers , vendors*/

.manufacturer-grid,
.vendor-grid,
.recently-added-products-page .product-grid {
 padding: 5px;
 background: #f6f6f6;
}
.manufacturer-page .product-grid,
.vendor-page .produt-ct-grid {
 margin:0 auto;
 padding: 10px;
 background: #f6f6f6;
}
.vendor-item .picture,
.manufacturer-item .picture {
 position: relative;
}
.vendor-item .picture .hover,
.manufacturer-item .picture .hover {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #57b568;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
 opacity: 0;
}
.vendor-item:hover .picture .hover,
.manufacturer-item:hover .picture .hover {
 opacity: .9;
}
.vendor-item .picture .hover span ,
.manufacturer-item .picture .hover span {
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
 font-size: 13px;
 color: #fff;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.vendor-item .title,
.manufacturer-item .title {
 height: auto;
 text-align: center;
}
.vendor-item .title a,
.manufacturer-item .title a {
 margin: 0;
 padding: 15px 0;
 margin-top: 4px;
 background: #fff;
 text-transform: uppercase;
 font-size: 14px;
 color: #666;
}
.vendor-item:hover .title a,
.manufacturer-item:hover .title a {
 color: #57b568; 
}

/* home page */

.home-page .product-grid,
.home-page .bestsellers {
 position: relative;
 padding: 50px 0 0;
 border-bottom: 4px solid #fff;
 margin: 0 auto;
 background: #f6f6f6;
}
.home-page-product-grid:before,
.home-page-product-grid:after,
.bestsellers:before,
.bestsellers:after  {
 content: '.';
 position: absolute;
 right: 100%;
 top: 0;
 bottom: 0;
 width: 50%;
 background: #f6f6f6; 
 text-indent: -9999px;
 font-size: 0;
}
.home-page-product-grid:before,
.bestsellers:before{
 right: 100%;
}
.bestsellers:after,
.home-page-product-grid:after {
 left: 100%;
}
.home-page-category-grid,
.manufacturer-grid {
 margin: 0 0 0;
}
.home-page-category-grid .item-grid {
 font-size: 0;
}
.home-page-category-grid .item-box {
 float: none;
 display: inline-block;
 vertical-align: top;
}
.two-colums-wrapper {
 padding: 50px 0;
 overflow: hidden;
}


/********** PRODUCT PAGE **********/


.product-essential {
 margin: 0 0 50px;
}
.product-essential:after {
 content: "";
 display: block;
 clear: both;
}
.product-name {
 margin-bottom: 20px;
 padding: 10px;
 overflow: hidden;
}
.product-name h1 {
 text-align: center;
 font-size: 26px;
 color: #444;
}
.product-name .breadcrumb {
 margin-bottom: 20px;
 padding: 0 0 20px;
 border-bottom: 1px solid #eee;
}
.product-content-wrappper {
 padding: 10px 0;
 background: #f6f6f6;
}
.gallery {
 margin: 0 0 20px;
}
.gallery .picture {
 position: relative;
 width: 320px;
 max-width: 100%;
 margin: 0 auto;
 overflow: hidden;
 text-align: center;
 font-size: 0;
}
.gallery .picture a {
 display: inline-block;
 max-width: 100%; /*Ie fix*/
 width: 100%;
}
.gallery .picture:before {
 content: '';
 display: block;
 padding-top: 100%;
}
.gallery .picture-wrapper img,
.gallery .picture img { 
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.gallery .picture-thumbs {
 margin: 10px 0 0;
 overflow: hidden;
 text-align: center;
 font-size: 0;
}
.gallery .thumb-item {
 display: inline-block;
 position: relative;
 width: 80px;
 margin: 0 5px 10px 0;
 overflow: hidden;
 cursor: pointer;
}
.gallery .thumb-item:last-child {
 margin-right: 0;
}
.gallery .thumb-item:before {
 content: '';
 display: block;
 padding-top: 100%;
}
.gallery .thumb-item img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.overview,
.variant-overview {
 position: relative;
 margin: 0 0 20px;
}
.discontinued-product h4 {
 margin: 0 0 20px;
 font-size: 14px;
 color: #c00;
}
/*ATTR*/
.overview > div,
.variant-overview > div {
 padding: 15px;
 margin: 0;
 border-bottom: 1px solid #eee;
 text-align: left;
 font-size: 14px;
 color: #666;
}
.overview .short-description,
.variant-overview .short-description {
 padding-bottom: 25px;
 line-height: 24px;
}
.overview .label,
.variant-overview .label {
 display: inline-block;
 width: 50%;
 color: #aaa;
 vertical-align: top;
}
.product-review-box {
 float: right;
 margin-top: 5px;
 width: 50%;
 text-align: left;
}
.product-review-box .rating {
 width: 70px;
 height: 11px;
 background-image: url('../../Themes/Prisma/Content/img/rating_gray.svg');
 background-repeat: repeat-x;
 background-color: #ccc;
}
.product-review-box .rating div {
 height: 11px; 
 background-image: url('../../Themes/Prisma/Content/img/rating_gray.svg');
 background-repeat: repeat-x;
 background-color: #57b568;
}
.product-no-reviews a {
 color: #57b568;
}
.product-review-links {
 color: #aaa;
}
.product-review-links span {
 display: none;
}
.product-review-links a:hover {
 color: #57b568;
}
.product-review-links span + a {
 display: block;
 font-size: 13px;
 color: #57b568;
}
.product-review-links span + a:before {
 content: '\e91a';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 14px;
 color: #aaa;
}
.overview .additional-details,
.variant-overview .additional-details  {
 padding: 0;
}
.additional-details > div {
 padding: 15px;
 border-bottom: 1px solid #eee;
}
.additional-details > div:last-child {
 border: 0;
}
.overview .quantity-container {
 border: 0;
}
.overview .value a,
.variant-overview .value a {
 color: #57b568;
}
.back-in-stock-subscription {
 margin-top: 10px;
 font-size: 0;
}
.back-in-stock-subscription:before {
 content: '\e93f';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 22px;
 color: #aaa;
 vertical-align: middle;
}
.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button  {
 border: none;
 padding: 0;
 background: none;
 font-size: 13px;
 color: #57b568;
 vertical-align: middle;
}
.free-shipping {
 color: #aaa;
}
.free-shipping:after {
 content: '\e92a';
 float: right;
 width: 50%;
 text-align: left;
 font-family: prisma; 
 font-size: 20px;
 color: #57b568;
}
.overview .delivery,
.variant-overview .delivery {
 padding: 0;
}
.overview .delivery > div,
.variant-overview .delivery > div {
 padding: 15px;
}
.overview .delivery > div + div,
.variant-overview .delivery > div + div {
 border-top: 1px solid #eee;
}
.overview .delivery-date,
.variant-overview .delivery-date {
 margin: 5px 0;
}
.download-sample-button {
 display: inline-block;
 padding: 5px 10px;
 font-size: 14px;
 color: #57b568;
}
.download-sample-button:before {
 content: '\e932';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 14px;
 color: #aaa;
}
.overview input[type=text],
.overview input[type=email],
.overview input[type=tel],
.variant-overview input[type=text],
.variant-overview input[type=email],
.variant-overview input[type=tel],
.attributes select {
 border: 0;
 width: 100%;
 max-width: 100%;
 text-align: left;
 font-size: 13px;
 color: #666;
}
.overview .attributes
.variant-overview .attributes {
 padding: 0;
}
.overview .attributes,
.variant-overview .attributes {
 padding: 0;
}
.attributes > ul > li {
 border-bottom: 1px solid #eee;
}
.attributes > ul > li:after {
 content: '';
 display: block;
 clear: both;
}
.attributes > ul > li:last-of-type {
 border: 0;
}
.attributes div {
 padding: 10px 15px 10px;
 color: #aaa;
}
.attributes li ul li {
 margin: 0;
}
.attributes select {
 background-position: 96% center;
}
.qq-uploader .qq-upload-button {
 border: 0;
 width: auto;
 background: #fff;
 color: #57b568;
}
#product_attribute_22uploader,
.attributes div .qq-uploader {
 padding: 0;
}
.attributes div .qq-uploader {
 border-bottom: 4px solid #57b568;
}
.qq-uploader .qq-upload-button div {
 padding: 0;
 font-weight: bold;
 color: inherit;
}
.qq-uploader .qq-upload-list li.qq-upload-success {
 margin-top: 10px;
 padding-top: 13px;
 background: #57b568;
}
.qq-uploader .qq-upload-list li.qq-upload-fail {
 margin-top: 10px;
}
#product_attribute_22downloadurl,
#product_attribute_22downloadurl + div {
 display: inline-block;
 padding: 10px 0;
 width: 49%;
 text-align: center;
}
/*option list*/
.attributes .option-list {
 font-size: 0;
}
.attributes .option-list li {
 display: inline-block;
 margin: 2px;
}
.attributes .option-list.radio-list label {
 display: block;
 padding: 0 10px;
 height: 35px;
 background: white;
 text-align: center;
 line-height: 35px;
 font-size: 14px;
 color: #888;
 -webkit-transition: all .3s;
 transition: all .3s;
 cursor: pointer;
 white-space: nowrap;
}
.attributes .option-list.checkbox-list li {
 display: block;
 margin: 0;
 text-align: left;
 padding-left: 10px;
 background: #fff;
}
.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type=radio]:checked + label {
 background: #57b568;
 color: #fff;
}
.attributes .option-list input[type=radio] + label:before,
.attributes .option-list input[type=radio]:checked + label:after {
 content: none;
}

/*attr squares*/
.attribute-squares {
 font-size: 0;
}
.attribute-squares li {
 display: inline-block;
 margin: 0 5px 0 0;
 line-height: normal !important;
 text-align: center;
}
.attribute-squares.option-list li:hover label,
.attribute-squares li.selected-value label {
 border-color: #ccc;
 background: #fff;
}
.attribute-squares label {
 display: block;
 padding: 3px;
 border: 1px solid transparent;
 margin: 0 !important;
 width: 38px;
 height: 38px;
 background: none;
 overflow: hidden;
}
.attribute-squares span {
 display: block;
}
.attribute-square {
 border: 1px solid #ddd;
 width: 30px;
 height: 30px;
 cursor: pointer;
}
.attribute-squares .tooltip-container {
 display: none;
}

/*attr rent period*/
.rental-attributes .attribute-item > div {
 padding: 0;
}
.rental-attributes .attribute-label {
 margin-bottom: 10px;
 font-size: 14px;
 color: #aaa;
}
.attribute-item:last-of-type {
 margin-bottom: 0;
}
.attribute-data {
 position: relative;
 max-width: 100%;
}
.attribute-data:after {
 content: '\e930';
 position: absolute;
 top: 10px;
 right: 10px;
 font-family: prisma;
 font-size: 16px;
 color: #ddd;
}
.ui-datepicker {
 margin-top: 4px;
 width: 280px;
 background-color: #fff;
 text-align: center;
}
.ui-datepicker-header {
 position: relative;
 margin: 0 10px;
 border-bottom: 1px solid #eee;
 height: 50px;
 background-color: #fff;
}
.ui-datepicker-header a {
 position: absolute;
 top: 10px;
 width: 30px;
 height: 30px;
 background: #f9f9f9;
 font-size: 0;
 z-index: 1;
}
.ui-datepicker-header a.ui-datepicker-prev {
 left: 0;
}
.ui-datepicker-header a.ui-datepicker-next {
 right: 0;
}
.ui-datepicker-header a:after {
 position: absolute;
 top: 50%;
 left: 50%; 
 font-family: prisma;
 font-size: 10px;
 color: #bbb;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.ui-datepicker-header a.ui-datepicker-prev:after {
 content: '\e924';
}
.ui-datepicker-header a.ui-datepicker-next:after {
 content: '\e925'
}
.ui-datepicker-title {
 position: relative;
 text-transform: uppercase;
 line-height: 50px;
 font-weight: bold;
 color: #333;
 z-index: 0;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
 width: 14.285%;
}
.ui-datepicker-calendar th {
 text-transform: uppercase;
 color: #888;
}
.ui-datepicker-calendar td {
 border: 1px solid #eee;
 font-size: 12px;
 color: #aaa;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
 display: block;
 min-height: 32px;
 line-height: 32px;
}
.ui-datepicker-week-end {
 background: #f9f9f9;
}
.ui-state-highlight {
 background: #57b568;
 color: #fff;
}
/*prices*/
.overview .prices,
.variant-overview .prices {
 overflow: hidden;
 text-align: center;
}
.tax-shipping-info {
 display: block;
 font-size: 13px;
 color: #aaa;
}
.overview .rental-price,
.variant-overview .rental-price {
 display: block;
 color: #aaa;
 vertical-align: text-bottom;
}
.overview .old-product-price,
.variant-overview .old-product-price {
 text-decoration: line-through;
 font-weight: bold;
 font-size: 16px;
 color: #aaa;
}
.overview .old-product-price label,
.variant-overview .old-product-price label,
.overview .product-price label,
.variant-overview .product-price label,
.overview .non-discounted-price label,
.variant-overview .non-discounted-price label {
 display: none;
}
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
 font-size: 16px;
 font-weight: bold;
 color: #999;
}
.overview .product-price,
.variant-overview .product-price {
 font-weight: bold;
 font-size: 22px;
 color: #57b568;
}
.tier-prices {
 margin: 0 0 20px;
 clear: both;
}
.tier-prices .title {
 margin-bottom: 10px;
}
.tier-prices .title strong {
 font-weight: normal;
 color: #aaa;
}
.tier-prices .prices-table {
 background: #fff;
}
.tier-prices .prices-table:after {
 content: '';
 display: block;
 clear: both;
}
.tier-prices .prices-row {
 float: left;
 width: 50%;
}
.tier-prices .prices-row > div {
 border-top: 1px solid #eee;
 border-right: 1px solid #eee;
 padding: 10px;
}
.tier-prices .prices-row.thead > div {
 border-right: 1px solid #eee;
 border-left: 1px solid #eee;
}
.tier-prices .prices-row > div:last-of-type {
 border-bottom: 1px solid #eee;
}
.tier-prices .field-header {
 color: #888;
}
.overview .customer-entered-price,
.variant-overview .customer-entered-price {
 padding: 15px;
 overflow: hidden;
 background: #f6f6f6;
 text-align: center;
}
.customer-entered-price label {
 display: inline-block;
 margin-bottom: 5px;
 color: #aaa;
}
.customer-entered-price > div {
 display: inline-block;
}
.customer-entered-price .price-input input {
 padding: 5px;
 border: 0;
 width: 50%;
 text-align: right;
 color: #666;
}
.customer-entered-price .enter-price-input {
 width: 50px;
 text-align: center;
}
.customer-entered-price .price-range,
.base-price-pangv, .tax-shipping-info {
 display: block;
 margin-top: 5px;
 line-height: 1;
 font-size: 13px;
 color: #ccc;
}
.customer-entered-price .price-range:before,
.customer-entered-price .price-range:after,
.base-price-pangv:before,
.base-price-pangv:after,
.tax-shipping-info:before,
.tax-shipping-info:after {
 font-size: 13px;
 color: #ccc;
}
.customer-entered-price .price-range:before,
.base-price-pangv:before,
.tax-shipping-info:before {
 content: '(';
}
.customer-entered-price .price-range:after,
.base-price-pangv:after,
.tax-shipping-info:after {
 content: ')';
}
/*giftcard form*/
.giftcard {
 margin: 0 0 20px;
 overflow: hidden;
 clear: both;
 text-align: center;
}
.giftcard div {
 margin: 0 0 10px;
}
.giftcard label {
 display: block; 
 margin: 0 0 5px;
 text-align: center; 
 font-size: 13px;
 color: #666;
}
.giftcard input[type=text],
.giftcard input[type=email],
.giftcard input[type=tel],
.giftcard textarea {
 display: block;
 margin: 0 auto;
 border: 0;
 width: 350px;
 max-width: 100%;
}
.giftcard textarea{
 height: 150px;
}
/*QTY*/
.attributes .qty-box {
 margin: 10px 0 0 0;
 padding: 0;
}
.attributes .qty-box input {
 width: 48px;
 height: 32px;
}
.overview .qty-label,
.variant-overview .qty-label {
 font-size: 14px;
 color: #aaa;
}
.overview .qty-input[type=text],
.variant-overview .qty-input[type=text],
.overview .qty-dropdown[type=text],
.variant-overview .qty-dropdown[type=text] {
 margin: 0 4px;
 padding: 12px 5px;
 border: 0;
 width: 36px;
 height: 36px;
 text-align: center;
 font-size: 14px;
 color: #444;
}
.overview .qty-wrapper,
.variant-overview .qty-wrapper {
 border: 0;
 text-align: center;
}
.qty-wrapper .qty-dropdown {
 /*width: 50px;*/
 width:auto;
}
.qty-wrapper span {
 position: relative;
 display: inline-block;
 width: 36px;
 height: 36px;
 background: #fff;
 vertical-align: middle;
 font-size: 0;
 cursor: pointer;
}
.qty-wrapper span:after {
 position: absolute;
 top: 50%;
 left: 50%;
 line-height: 36px;
 text-align: center;
 font-family: prisma; 
 font-size: 12px;
 color: #ddd;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -webkit-transition: color .3s;
 transition: color .3s;
}
.qty-wrapper span:hover:after {
 color: #57b568;
}
.qty-wrapper .decrease:after {
 content: '\e93d';
}
.qty-wrapper .increase:after {
 content: '\e944';
}
/*BNTS*/
.overview .overview-buttons,
.variant-overview .overview-buttons,
.download-sample { 
 clear: both;
 padding: 0 15px;
 text-align: center;
 font-size: 0;
}
.overview .overview-buttons {
 padding-top: 15px;
 border-top: 1px solid #eee;
}
.overview.grouped .overview-buttons {
 border: 0;
 padding-top: 0;
 border-bottom: 1px solid #eee;
}
.overview-buttons > div {
 display: inline-block;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
 margin: 0 0 10px;
 padding: 0;
 width: 100%;
}
.overview .compare-products,
.overview .email-a-friend {
 position: relative;
 display: inline-block;
 margin: 10px 2px 10px 0;
 width: 50px;
 height: 50px;
}
.overview .compare-products input,
.overview .email-a-friend input {
 position: absolute;
 top: 0;
 left: 0;
 width: 45px;
 height: 45px;
 -webkit-transition: all .3s;
 transition: all .3s;
 opacity: 0;
 z-index: 2;
}
.overview .compare-products:after,
.overview .email-a-friend:after {
 position: absolute;
 top: 0;
 left: 0;
 width: 45px;
 height: 45px;
 background: #fff;
 line-height: 45px;
 text-align: center;
 font-family: prisma;
 font-size: 17px;
 color: #bbb;
 -webkit-transition: all .3s;
 transition: all .3s;
 pointer-events: none;
}
.overview .compare-products:after{
 content: '\e91d';
}
.overview .email-a-friend:after {
 content: '\e933';
}
.overview .compare-products:hover:after,
.overview .email-a-friend:hover:after,
.overview .add-to-wishlist:hover:after,
.overview .compare-products:hover input,
.overview .email-a-friend:hover input,
.overview .add-to-wishlist:hover input {
 color: #57b568;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
 display: inline-block;
 margin: 8px 10px;
 font-size: 13px;
 color: #aaa;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
 position: relative;
 display: block;
}
.overview .add-to-wishlist,
.variant-overview .add-to-wishlist,
.overview .add-to-cart,
.variant-overview .add-to-cart {
 display: block;
 margin-bottom: 4px;
 width: 100%;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
 position: relative;
 padding: 15px 0;
 border: 0;
 width: 100%;
 background: #fff;
 text-transform: uppercase;
 font-size: 14px;
 color: #aaa;
}
.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span,
.overview .add-to-wishlist-button span,
.variant-overview .add-to-wishlist-button span {
 position: relative;
 z-index: 1;
}
.overview .add-to-cart-button span:before,
.variant-overview .add-to-cart-button span:before,
.overview-buttons .add-to-wishlist button span:before,
.variant-overview .add-to-wishlist-button span:before {
 display: inline-block;
 margin: -4px 15px 0 0;
 font-weight: normal;
 font-family: prisma;
 font-size: 18px;
 color: #bbb;
 vertical-align: middle;
}
.overview-buttons .add-to-wishlist button span:before,
.variant-overview .add-to-wishlist-button span:before {
 content: '\e91e';
}
.overview .add-to-cart-button span:before,
.variant-overview .add-to-cart-button span:before {
 content: '\e91c';
 color: #fff;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
 background: #57b568;
 font-weight: bold;
 color: #fff;
 transition: all .3s;
}
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before,
.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition: transform .3s ease-out;
 transition: transform .3s ease-out;
}
.overview .add-to-cart-button:hover:before,
.variant-overview .add-to-cart-button:hover:before,
.overview-buttons .add-to-wishlist button:hover:before,
.variant-overview .add-to-wishlist-button:hover:before {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.overview .add-to-cart-button:hover span,
.variant-overview .add-to-cart-button:hover span,
.overview .add-to-cart-button:hover span:before,
.variant-overview .add-to-cart-button:hover span:before {
 color: #57b568;
}
.overview-buttons .add-to-wishlist button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview-buttons .add-to-wishlist button:hover span:before,
.variant-overview .add-to-wishlist-button:hover span:before {
 color: #fff;
}

.overview-buttons .add-to-wishlist button:before,
.variant-overview .add-to-wishlist-button:before {
 background: #bbb;
 -ms-transform-origin: 100% 0%;
 transform-origin: 100% 0%;
}
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
 background: #fff;
}
.variant-overview .overview-buttons {
 margin-top: 15px;
 border: 0;
}
.overview .product-options {
 margin-top: 10px;
 padding-top: 10px;
 border-top: 1px solid #eee;
 width: 100%;
}
.overview .product-share-wrapper {
 line-height: 30px;
 text-align: center;
}
.product-share-wrapper .label {
 width: auto;
}
.product-social-buttons {
 display: inline-block;
 font-size: 0;
 vertical-align: middle;
}
.product-social-buttons li {
 display: inline-block;
 margin: 0 1px;
}
.product-social-buttons li a {
 position: relative;
 display: block;
 font-size: 0;
 width: 30px;
 height: 30px;
}
.product-social-buttons li a:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 0;
 -ms-transform-origin: 50% 0;
 transform-origin: 50% 0;
 -webkit-transition: all .3s ease-out;
 transition:  all .3s ease-out;
}
.product-social-buttons li.facebook  {
 background: #4a65a2;
}
.product-social-buttons li.twitter {
 background: #3abafd;
}
.product-social-buttons li.google {
 background: #bd2d45;
}
.product-social-buttons li.pinterest {
 background: #e94949;
}
.product-social-buttons li.facebook a:before {
 background: #4a65a2;
}
.product-social-buttons li.twitter a:before {
 background: #3abafd;
}
.product-social-buttons li.google a:before {
 background: #bd2d45;
}
.product-social-buttons li.pinterest a:before {
 background: #e94949;
}
.product-social-buttons li a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 color: #fff;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.product-social-buttons li.facebook a:after {
 content: '\e934';
 font-size: 14px;
}
.product-social-buttons li.twitter a:after {
 content: '\e915';
 font-size: 16px;
}
.product-social-buttons li.google a:after {
 content: '\e936';
 font-size: 16px;
}
.product-social-buttons li.pinterest a:after {
 content: '\e943';
 font-size: 14px;
}
/**overview end*/
.full-description {
 clear: both;
 margin: 0 15px 20px;
 line-height: 24px;
 font-size: 13px;
 text-align: left;
 color: #888;
}

.product-collateral {
 margin: 50px 0;
}
.product-collateral > div {
 margin: 0 0 50px;
}
.product-collateral .title {
 margin: 0 0 20px;
 padding-bottom: 15px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 font-size: 24px;
 color: #444;
}
.product-collateral .table-wrapper {
 padding: 30px;
 background: #f9f9f9;
}
.product-collateral .title strong {
 font-weight: normal;
}
.product-specs-box .data-table {
 border-color: #eee;
}
.product-specs-box .data-table td {
 padding: 10px;
 font-size: 14px;
 color: #888;
}
.product-specs-box .data-table .spec-value {
 color: #444;
}
.product-specs-box .attribute-square {
 margin: 0 auto;
 width: 20px;
 height: 20px;
}
.product-tags-list {
 text-align: center;
 font-size: 0;
}
.product-tags-list li {
 display: inline-block;
 margin: 3px;
 padding: 8px 10px;
 background: #eee;
 font-size: 13px; /*reset zeroing*/
 color: #888;
}
.product-tags-list li:before {
 content: '\e914';
 display: inline-block;
 font-family: prisma;
 font-size: 15px;
 color: #ccc;
 vertical-align: middle;
 transition: all .3s;
}
.product-tags-list li:hover:before {
 -webkit-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 transform: rotate(15deg);
 transform-origin: top right;
}
.product-tags-list li.separator {
 display: none;
}
.product-tags-list a {
 display: inline-block;
 line-height: 24px;
}
.product-variant-line {
 margin: 0 0 30px;
 padding: 20px 15px;
 background: #f6f6f6;
}
.product-variant-line:after {
 content: "";
 display: block;
 clear: both;
}
.variant-picture {
 position: relative;
 width: 220px;
 margin: 0 auto 15px;
 overflow: hidden;
}
.variant-overview {
 width: 100%;
}
.variant-name {
 margin: 0 0 20px;
 font-size: 18px;
 font-weight: bold;
 color: #444;
}
.variant-overview .variant-description {
 padding: 15px;
 margin: 0;
 border-top: 1px solid #eee;
 line-height: 20px;
 font-size: 14px;
 color: #666;
}
.variant-overview .add-to-wishlist-button {
 display: block;
 float: none;
 clear: both;
 margin: 0 auto;
 padding: 13px 0;
}
.variant-overview button.add-to-wishlist-button span:before {
 margin: 0;
}
.related-products-grid ,
.also-purchased-products-grid  {
 position: relative;
 margin: 50px auto;
 border-bottom: 4px solid #fff;
 width: 100%;
}
.related-products-grid .title,
.also-purchased-products-grid .title {
 padding-bottom: 25px;
 margin-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 font-size: 24px;
 color: #444;
}

.related-products-grid .item-grid,
.also-purchased-products-grid .item-grid {
 padding: 30px 30px 0;
 background: #f6f6f6;
}
.ui-tabs {
 margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
 margin-bottom: 4px;
 overflow: hidden;
 font-size: 0pt;
}
.ui-tabs .ui-tabs-nav li {
 position: relative; 
 display: inline-block;
 margin-right: 4px;
 background: #f9f9f9;
}
.ui-tabs .ui-tabs-nav li a {
 position: relative;
 display: inline-block;
 padding: 15px 45px;
 text-transform: uppercase;
 font-size: 14px;
 color: #888;
 -webkit-transition: all .3s;
 transition: all .3s;
 z-index: 1;
}
.ui-tabs .ui-tabs-nav li:hover a,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
 color: #fff;
}
.ui-tabs .ui-tabs-nav li:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #57b568;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition: transform .3s ease-out;
 transition: transform .3s ease-out;
}
.ui-tabs .ui-tabs-nav li:hover:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.ui-tabs .ui-tabs-panel {
 background: #f9f9f9;
 font-size: 13px;
 color: #888;
}
.ui-tabs .ui-tabs-panel .table-wrapper {
 padding: 10px;
}
.ui-tabs .ui-tabs-panel p {
 margin: 10px 0;
 line-height: 24px;
}
.ui-tabs .ui-tabs-hide {
 display: none;
}
.ui-tabs .ui-tabs-panel th,
.ui-tabs .ui-tabs-panel td {
 padding: 15px;
 border: 1px solid #eee;
 background: #fff;
}
.ui-tabs .ui-tabs-panel td a {
 font-weight: normal;
}
.ui-tabs .ui-tabs-panel input {
 position: static;
 clip: auto;
 height: auto;
 width: auto;
}


/********** PRODUCT REVIEWS **********/


.product-reviews-page h1 a {
 color: #57b568;
}
.product-reviews-page .title,
.new-comment .title,
.comment-list .title {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
 font-size: 14px;
 color: #444;
}
.write-review,
.new-comment {
 margin: 0 0 20px;
 padding: 20px;
 background: #f9f9f9;
}
.write-review .fieldset {
 border-bottom: 1px solid #eee;
}
.write-review .form-fields {
 margin: 0 auto 20px;
 padding-bottom: 10px;
 max-width: 430px;
}
.write-review .inputs,
.new-comment .inputs {
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
 margin-bottom: 10px;
}
.write-review .inputs {
 border: 0;
}
.write-review .inputs label {
 margin-bottom: 5px;
 text-align: left;
}
.write-review ::-webkit-input-placeholder {
 color: #bbb;
}
.write-review ::-moz-placeholder {
 color: #bbb;
}
.write-review :-ms-input-placeholder {
 color: #bbb;
}
.write-review :-moz-placeholder {
 color: #bbb;
}
.write-review .inputs label {
 margin-bottom: 5px;
 text-align: left;
}
.write-review .buttons {
 margin: 10px 0 0;
 padding-top: 20px;
 border-top: 1px solid #eee;
}
.write-review input[type=text],
.write-review input[type=email],
.write-review input[type=tel],
.write-review textarea,
.new-comment input[type=text],
.new-comment input[type=email],
.new-comment input[type=tel],
.new-comment textarea {
 border: 1px solid #eee;
 height: 40px;
 width: 100%;
}
.write-review .required {
 margin-left: 5px;
}
.write-review .review-rating {
 padding: 12px;
 border: 1px solid #eee;
 background: #fff;
 text-align: left;
}
.write-review .review-rating label {
 margin: 0 0 5px;
 padding: 0;
 font-size: 13px;
 color: #666;
 vertical-align: middle;
}
.write-review .review-rating label:before {
 content: none;
}
.review-rating ul {
 float: right;
 font-size: 0;
 vertical-align: middle;
}
.rating-options {
 overflow: hidden;
 width: 70px;
}
.rating-options input {
 float: right;
 margin: 0 0 0 -12px;
 width: 12px;
 height: 12px;
 opacity: 0;
}
.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label {
 background-color: #57b568;
}
.write-review .rating-options input:checked ~ label:after {
 content: none;
}
.write-review .rating-options label,
.write-review .rating-options:hover label {
 position: relative;
 float: right;
 display: block;
 width: 12px;
 height: 11px;
 background-color: #ccc;
 background-image: url(../../Themes/Prisma/Content/img/rating.svg);
 background-position: 0 0;
 font-size: 0;
 cursor: pointer;
}
.write-review .review-rating li {
 display: inline-block;
 height: 17px;
 vertical-align: middle;
 cursor: default;
}
.write-review .review-rating li.first {
 color: #c00;
}
.write-review .review-rating li:nth-child(2) {
 padding-top: 2px;
}
.write-review .review-rating li:nth-child(2) input {
 vertical-align: baseline;
}
.write-review .review-rating li.last {
 color: #690;
}
.write-review .captcha-box {
 margin: 15px 0 0;
}
.product-reviews-page .message-error {
 margin: 0 0 20px;
}
.product-reviews-page .result {
 margin: 20px;
 font-size: 14px;
 color: #57b568;
}
.product-review-list {
 overflow: hidden;
 padding: 20px;
 background: #f9f9f9;
}
.product-review-item {
 margin: 0 0 30px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 font-size: 13px;
 overflow: hidden;
}
.product-review-item:last-of-type {
 border-bottom: 0;
}
.product-review-item .review-item-head {
 margin: 0 0 20px;
 overflow: hidden;
}
.product-review-item .review-title {
 float: left;
 max-width: 80%;
 color: #444;
}
.product-review-item .product-review-box {
 float: right;
 margin: 0;
 width: auto;
}
.product-review-item .review-text {
 margin: 0 0 15px;
 line-height: 24px;
 text-align: left;
 color: #888;
}
.product-review-item .review-info {
 margin: 0 0 5px;
 text-align: left;
}
.product-review-item .review-info label {
 color: #aaa;
}
.product-review-item .review-info strong {
 font-weight: normal;
 color: #aaa;
}
.product-review-item .review-info a {
 font-weight: bold;
 color: #57b568;
}
.product-review-item .review-info span {
 color: #666;
}
.product-review-item .review-info .separator {
 color: #d8d8d8;
}
.product-review-helpfulness {
 position: relative;
 text-align: left;
 padding-bottom: 15px;
}
.product-review-helpfulness .question {
 margin: 0 5px 0 0;
 color: #aaa;
}
.product-review-helpfulness .question + span {
 display: inline-block;
 vertical-align: middle;
}
.product-review-helpfulness .result {
 position: absolute;
 right: 0;
 bottom: 0;
 margin: 0;
 width: 100%;
 text-align: center;
 font-size: 12px;
}
.product-review-item .reply {
 margin: 30px 0 0;
 padding: 15px;
 background: #f6f6f6;
}
.product-review-item .reply-header {
 margin: 0 0 10px;
 font-weight: bold;
}
.vote-stats {
 display: none;
}
.vote-options {
 display: inline-block;
}
.product-review-helpfulness .vote {
 position: relative;
 display: inline-block;
 width: 24px;
 height: 24px;
 background: #fff;
 vertical-align: top;
 cursor: pointer;
 font-size: 0;
}
.product-review-helpfulness .vote:after {
 content: '\e92a';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 12px;
 color: #57b568;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
.product-review-helpfulness .vote + .vote:after {
 content: '\e901';
 color: #e53850;
}


/********** WISHLIST & COMPARE LIST **********/


.wishlist-content {
 margin: 0 0 4px;
}
.wishlist-content .table-wrapper {
 margin-bottom: 4px;
}
.wishlist-content .cart .sku,
.wishlist-content .cart col:nth-of-type(3) {
 display: none;
}
.wishlist-content .message-error {
 margin: 0 10px 10px;
}
.wishlist-content .tax-shipping-info {
 margin: 20px 0 20px;
 text-align: center;
}
.wishlist-content .buttons {
 padding: 15px;
 background: #f6f6f6;
 font-size: 0;
}
.wishlist-content button.button-2 {
 display: block;
 margin: 0 auto 5px;
 padding: 13px 25px;
 width: 250px;
 background: #fff;
 color: #57b568;
}
 .wishlist-content button.button-2-order-product {
  margin:-15px;
  padding: 13px 35px;
  border: 0;
  background: #57b568;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
 }
.wishlist-content .button-2 span {
 display: inline-block;
 vertical-align: middle;
}
.update-cart-button:before,
.continue-shopping-button:before,
.wishlist-content .button-2:before {
 display: inline-block;
 margin: -3px 8px 0 0;
 font-weight: normal;
 font-family: prisma;
 font-size: 16px;
 color: #ccc;
 vertical-align: middle;
}
.update-cart-button:before,
.update-wishlist-button:before {
 content: '\e949';
}
.wishlist-add-to-cart-button:before {
 content: '\e91c';
}
.email-a-friend-wishlist-button:before {
 content: '\e933';
}
.wishlist-page .share-info {
 position: relative;
 padding: 30px;
 background: #f6f6f6;
 font-size: 13px;
 color: #aaa;
 text-align: center;
}
.wishlist-page .share-info:before {
 content: '\e919';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 60px;
 color: #e9e9e9;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index: 0;
}
.wishlist-page .share-info a {
 display: block;
 margin: 5px 0;
 font-weight: bold;
 color: #57b568;
}
.wishlist-page .share-info a,
.wishlist-page .share-info span {
 position: relative;
 z-index: 1;
}
.wishlist-page .share-info span {
 color: #888;
}
.compare-products-page {
 position: relative;
 overflow: hidden;
}
.compare-products-page .clear-list {
 display: block;
 margin: 0 0 20px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}
.compare-products-page .clear-list:before {
 content: '\e901';
 display: inline-block;
 margin-right: 5px; 
 font-family: prisma;
 font-size: 10px;
 color: #bbb;
} 
.compare-products-page .remove-button {
 padding: 8px 10px;
 border: 0;
 background: #eee;
 text-transform: uppercase;
 font-size: 11px;
 color: #aaa;
}
.compare-products-page .remove-button:before {
 content: '\e901';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 8px;
 color: #bbb;
}
.compare-products-table {
 display: none;
}
.compare-products-page img {
 max-width: 100%;
}
.compare-products-table td:first-child {
 background: #f6f6f6;
 text-align: right;
 font-size: 15px;
 color: #aaa;
}
.compare-products-table .full-description {
 display: none;
}
.compare-products-table-mobile img {
 max-width: 160px;
}


/*********** TOPICS ***********/


.home-page .topic-block {
 /*margin: 0 auto 20px;
 padding: 30px 0;*/
 margin: 0 auto 0px;
 padding: 0;
 text-align: center;
}
.topic-block-title {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
}
.topic-block-title h2 {
 font-size: 24px;
}
.home-page .topic-block-title h2 {
 font-weight: normal;
 font-size: 24px;
 color: #444;
}
.topic-block-body { 
 padding: 0 10px;
 line-height: 20px;
 font-size: 14px;
 color: #888;
}
.topic-block a,
.topic-page a {
 text-decoration: underline;
}
.topic-page .page-body {
 line-height: 20px;
 font-size: 14px;
 color: #888;
}
.popup-window .topic-page {
 padding: 15px;
}
.not-found-page p {
 margin: 30px 0;
}
.topic-password {
 margin: 50px 0 100px;
 padding: 20px;
 background: #f6f6f6;
 text-align: center;
}
.topic-password .password-error {
 display: block;
}
.enter-password-title {
 margin: 0 0 10px;
 font-size: 13px;
 color: #666;
}
.enter-password-form {
 display: inline-block;
 overflow: hidden;
}
.enter-password-form input[type="password"] {
 width: 200px;
 height: 36px;
}
.enter-password-form input[type="submit"] {
 display: block;
 width: 150px;
 margin: 20px auto 0;
 padding: 10px 35px;
 border: none;
 height: 36px;
 background: #57b568;
 text-transform: uppercase;
 font-size: 14px;
 color: #fff;
}
.password-error {
 margin: 0 0 10px;
}
.registration-page .accept-privacy-policy label {
 display: inline-block;
}


/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
 padding: 10px;
 text-align: center;
 background: #f6f6f6;
}
.contact-page .title,
.contact-page .topic-block-title,
.contact-page .topic-block-body,
.apply-vendor-page .title,
.apply-vendor-page .topic-block-title,
.apply-vendor-page .topic-block-body  {
 margin: 0;
 padding: 15px 0;
 border-bottom: 1px solid #eee;
 max-width: 100%;
}
.apply-vendor-page .topic-block {
 margin-bottom: 0;
}
.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
 margin: 0 0 15px;
}
.account-page .inputs,
.password-recovery-page .inputs,
.registration-page .inputs,
.contact-page .inputs,
.email-a-friend-page .inputs,
.apply-vendor-page .inputs {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}
.contact-page .result,
.email-a-friend-page .result {
 font-size: 14px;
 color: #57b568;
}
.account-page .inputs:last-child,
.registration-page .inputs:last-child {
 border: 0;
}
.account-page input[type=text],
.account-page input[type=email],
.account-page input[type=tel],
.password-recovery-page input[type=text],
.password-recovery-page input[type=email],
.password-recovery-page input[type=tel],
.registration-page input[type=text],
.registration-page input[type=email],
.registration-page input[type=tel] {
 width: 350px;
}
.contact-page input[type=text],
.contact-page input[type=email],
.contact-page input[type=tel],
.email-a-friend-page input[type=text],
.email-a-friend-page input[type=email],
.email-a-friend-page input[type=tel],
.apply-vendor-page input[type=text],
.apply-vendor-page input[type=email],
.apply-vendor-page input[type=tel],
.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
 width: 400px;
}
.account-page label,
.password-recovery-page label,
.registration-page label,
.contact-page label,
.email-a-friend-page label,
.apply-vendor-page label {
 font-size: 13px;
 color: #666;
}
.account-page .message-error {
 margin: 10px 0;
}
.password-recovery-page .message-error,
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
 margin: 10px 20px;
}
.email-a-friend-page .title h2 {
 padding: 15px 0;
 font-weight: normal;
 color: #57b568;
}
.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons  {
 margin: 0;
}
.accept-privacy-policy .read {
 color: #57b568;
}
.customer-pages-body .side-2 {
 margin-bottom: 30px;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/


.account-page,
.registration-page .fieldset {
 margin-bottom: 4px;
 padding: 20px;
 min-height: auto;
 background: #f6f6f6;
}
.account-page .title,
.registration-page .title {
 margin-bottom: 0;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 font-size: 14px;
 color: #444;
}
.account-page .page-title {
 display: none;
}
.customer-pages-body .center-2 {
 margin: 0 10px 50px;
 background: #f6f6f6;
}
.gender {
 display: inline-block;
}
.gender span {
 display: inline-block;
 width: 105px;
 vertical-align: middle;
}
.account-page .date-of-birth select,
.registration-page .date-of-birth select {
 width: 31%; /*birth-date selectors, always single line*/
 max-width: 110px;
 background-position: 90% center;
}
.date-of-birth select + select {
 margin: 0 0 0 10px;
}
.check-username-availability-button {
 margin: 10px 0 0;
 border: 0;  
 background: none;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}
.btn-wrapper {
 margin: 0 auto;
 max-width: 350px;
 text-align: right;
}
.field-validation-valid, .username-available-status,
.username-not-available-status {
 float: left;
 margin-top: 8px;
}
#username-availabilty:empty {
 display: none;
}
.account-page select,
.registration-page select {
 border: 1px solid #eee;
 background-position: 97% center;
}
.vat-status, .vat-note {
 display: block;
 margin: 5px 0 0;
 text-align: center;
 font-size: 13px; /*reset zeroing*/
 color: #aaa;
 white-space: normal;
}
.vat-note em {
 font-style: normal;
}
.accept-privacy-policy {
 margin: 0 0 10px;
 text-align: center;
}
.accept-privacy-policy > * {
 display: inline-block;
 line-height: 32px;
 vertical-align: middle;
}
.accept-privacy-policy .read {
 font-weight: bold;
 cursor: pointer;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1 {
 padding: 14px 39px;
}
.registration-result-page .result {
 margin: 0 0 20px;
 text-align: center;
 font-size: 14px;
 color: #888;
}
.login-page .customer-blocks {
 margin: 0 0 20px;
}
.login-page .customer-blocks:after {
 content: '';
 display: block;
 clear: both;
 overflow: hidden;
}
.login-page .customer-blocks > div {
 position: relative;
 padding: 0 30px 20px;
 background: #f6f6f6;
}
.login-page .customer-blocks > div .buttons {
 margin: 0;
}
.login-page .title,
.login-page .topic-block-title h2 {
 margin: 0;	
 padding: 20px 0;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 font-weight: bold;
 text-align: center;
 font-size: 14px;
 color: #444;
}
.login-page .text {
 margin: 30px 0 10px;
 padding-bottom: 30px;
 border-bottom: 1px solid #eee;
 text-align: center;
 line-height: 30px;
 font-size: 13px;
 color: #666;
}
.login-page .returning-wrapper .inputs {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}
.login-page .inputs.reversed {
 margin: 5px 0 10px;
 padding: 0;
 font-size: 12px; /*reset zeroing*/
}
.login-page .inputs.reversed label {
 float: left;
 width: auto;
}
.forgot-password {
 float: right;
 margin: 11px 0;
 font-weight: bold;
 font-size: 12px;
 color: #57b568;
}
.external-authentication {
 background: #f6f6f6;
 text-align: center;
}
.facebook-login-block {
 margin-top: 20px;
}
.facebook-login-block .buttons {
 margin: 0;
 padding-bottom: 20px;
}
.facebook-login-block .facebook-btn {
 width: 250px;
 height: 45px;
 background: url(../../Themes/Prisma/Content/img/fb_custom_btn.jpg) no-repeat;
}
.facebook-login-block .facebook-btn:hover {
 background-position: 0 0;
}

.login-page .topic-block {
 margin: 20px 0;
 padding: 20px;
 background: #f6f6f6;
 text-align: center;
}
.login-page .topic-block-title h2 {
 padding: 0;
 border:0;
}
.login-page .topic-block-body {
 font-size: 13px;
 color: #666;
}
.password-recovery-page .page-body {
 padding: 20px;
 background: #f6f6f6;
}
.password-recovery-page .tooltip {
 margin: 0 0 20px;
 text-align: center; 
 font-size: 13px;
 color: #666;
}
.password-recovery-page .result {
 margin: 0 0 5px;
 font-weight: bold;
}
.checkout-as-guest-button {
 margin-bottom: 10px;
}
.checkout-as-guest-or-register-block .buttons input {
 min-width: 250px;
}
.block-account-navigation .title {
 text-align: left;
 font-size: 20px;
}
.block-account-navigation .listbox {
 display: none;
 padding: 10px;
}
.block-account-navigation li {
 position: relative;
 margin-bottom: 4px;
 background: #fff;
}
.block-account-navigation .list li a {
 position: relative;
 display: block;
 padding: 21px 10px 21px 49px;
 text-transform: uppercase;
 text-align: left;
 font-size: 12px;
 color: #bbb;
 z-index: 1;
}
.block-account-navigation .list li a:after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #57b568;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition: transform .3s ease-out;
 transition: transform .3s ease-out;
 z-index: -1;
}
.block-account-navigation .list li a.active:after,
.block-account-navigation .list li a:hover:after {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.block-account-navigation .list > li > a.active,
.block-account-navigation .list > li > a.active:hover,
.block-account-navigation .listbox .list > li > a:hover {
 color: #fff;
}
.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
 position: absolute;
 top: 50%;
 left: 10px;
 font-size: 27px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 vertical-align: middle;
}
.block-account-navigation .listbox li a.active:before,
.block-account-navigation .listbox li a:hover:before {
 color: #fff;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.block-account-navigation li.customer-info a:before {
 content: '\e945';
}
.block-account-navigation li.customer-addresses a:before {
 content: '\e91f';
}
.block-account-navigation li.customer-orders a:before {
 content: '\e903';
}
.block-account-navigation li.return-requests a:before {
 content: '\e90d';
}
.block-account-navigation li.downloadable-products a:before {
 content: '\e932';
}
.block-account-navigation li.back-in-stock-subscriptions a:before {
 content: '\e927';
}
.block-account-navigation li.reward-points a:before {
 content: '\e90e';
}
.block-account-navigation li.change-password a:before {
 content: '\e940';
}
.block-account-navigation li.customer-avatar a:before {
 content: '\e945';
}
.block-account-navigation li.forum-subscriptions a:before {
 content: '\e935';
}
.block-account-navigation li.customer-reviews a:before {
 content: '\e92f';
}
.customer-pages-body .master-column-wrapper > .page-title {
 display: none;
}
.account-page .edit-address {
 margin: 0 0 30px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
}
.change-password-page .buttons,
.customer-info-page .buttons {
 margin-bottom: 0;
 padding: 30px 0;
 background: #f6f6f6;
}
.change-password-page .buttons {
 border-top: 1px solid #eee;
}
.customer-pages-body .data-table {
 margin: 30px 0;
 border-color: #eee;
 color: #888;
}
.return-request-page .data-table th,
.customer-pages-body .data-table th {
 border: 1px solid #eee;
 background: #fff;
}
.return-request-page .data-table td,
.customer-pages-body .data-table td {
 padding: 15px;
 border-color: #eee;
 text-align: center;
 font-size: 14px;
}
.customer-pages-body .data-table td.date {
 white-space: nowrap;
}
.customer-pages-body .data-table td.points {
 font-weight: bold;
 color: #666;
}
.customer-pages-body .data-table td.points-balance {
 font-weight: bold;
 color: #57b568;
}
.customer-pages-body .data-table td.message {
 color: #666;
}
.account-page .description {
 margin: 0 0 20px;
 font-size: 13px;
}
.address-list .buttons .button-2 {
 position: relative;
 padding: 0;
 width: 30px;
 height: 30px;
 background: #f6f6f6;
 font-size: 0;
 transition: all .3s;
}
.order-list .buttons .button-2 {
 position: relative;
 padding: 0;
 /*width: 30px;*/
 font-size:12px;
 color:#666;
 width:160px;
 height: 30px;
 background: #f6f6f6;
 transition: all .3s;
}
.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
 background: #57b568;
 color:#fff;
}
.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 13px;
 color: #57b568;
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 transition: all .3s;
}

.address-list .buttons .button-2:hover:after,
.order-list .buttons .button-2:hover:after {
 color: #f6f6f6;
}
.address-list .buttons .edit-address-button:after {
 content: '\e920';
}
.address-list .buttons .delete-address-button:after {
 content: '\e901';
 color: #e53850;
}
/*.order-list .buttons .order-details-button:after {
 content: '\e931';
}*/
.order-list .buttons .return-items-button:after {
 content: '\e92e';
 color: #e53850;
}
.add-more-external-records {
 padding: 20px 0;
 font-size: 13px;
 color: #666;
}
.email-to-revalidate,
.email-to-revalidate-note {
 display: inline-block;
 margin: 10px 5px;
 vertical-align: top;
 font-size: 12px; /*reset zeroing*/
 white-space: normal;
}
.request-item .title,
.address-list-page .title,
.order-list-page .title {
 padding: 19px 80px 10px 19px;
 border-bottom: 4px solid #f6f6f6;
 background: #fff;
}
.request-item .title {
 padding: 19px;
}
.address-list-page .info,
.order-list-page .info {
 margin: 0 0 10px;
 padding: 15px;
 background: #fff;
 line-height: 20px;
 font-size: 13px;
 color: #666;
}

.address-list .buttons,
.order-list .buttons {
 position: absolute;
 top: 7px;
 right: 7px;
}
.address-list-page .info .name {
 font-weight: bold;
}
.address-list-page .add-button {
 margin: 15px 0;
 text-align: center;
}
.address-list-page .add-button input {
 padding: 13px 35px;
 border: 0;
 background: #57b568;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
}
.customer-pages-body .data-table .select-boxes {
 text-align: center;
}
.select-boxes input,
.use-reward-points input {
 margin: 0;
 padding: 0;
 clip: auto;
 height: auto;
 overflow: visible;
 position: static;
 width: auto;
}
.request-item .details {
 padding: 20px;
 background: #fff;
 text-align: left;
 line-height: 24px;
 font-size: 13px;
}
.request-item label {
 display: inline-block;
 width: 48%;
 color: #888;
}
.request-item label + div {
 display: inline-block;
}
.request-item label + div,
.request-item span {
 color: #444;
}
.request-item a {
 color: #57b568;
}
.request-item a + span {
 width: auto;
}
.return-request-list-page a {
 font-weight: bold;
}
.return-request-page .page-body {
 padding: 20px;
 background: #f6f6f6;
}
.return-request-page .data-table td select {
 border: 1px solid #eee;
 width: 60px;
}
.return-request-page .data-table td.product {
 color: #888;
}
.return-request-page .data-table td.unit-price {
 font-weight: bold;
 color: #57b568;
}
.return-request-page .section {
 margin-bottom: 40px;
}
.return-request-page .inputs {
 margin-bottom: 10px;
}
.user-agreement-page .terms-of-agreement {
 margin: 0 0 20px;
 text-align: center;
}
.reward-points-overview {
 margin: 0 0 15px;
 display: inline-block;
}
.order-list-page .recurring-payments > .title {
 background: none;
 padding: 0;
}
.avatar-page .message-error {
 margin: 0 0 10px;
}
.avatar-page .fieldset {
 margin: 0 auto 15px;
 max-width: 400px;
 background: #fff;
}
.avatar-page .image {
 margin: 0 auto 10px;
 max-width: 180px;
}
.file-upload {
 position: relative;
 display: inline-block;
 width: 100%;
 max-width: 400px;
 background: #fff;
 text-align: left;
 font-size: 0pt;
}
.file-upload .fieldset {
 position: relative;
}
.file-upload label {
 display: inline-block;
 padding: 10px 19px;
 height: 40px;
 background: #fff;
 font-weight: bold;
 color: #57b568;
 cursor: pointer;
}
.file-upload .filename {
 border: 0;
 height: 40px;
 max-width: 289px;
}
.avatar-page input[type="file"] {
 position: absolute;
 left: 0;
 top: 0;
 height: 40px;
 width: 110px;
 overflow: hidden;
 opacity: 0;
 cursor: pointer;
}
.avatar-page button {
 position: absolute;
 top: 0;
 right: 0;
 border: 0;
 width: 36px;
 height: 36px;
 background: #f0f0f0;
 font-size: 0;
}
.avatar-page button::after {
 content: '\e901';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 12px;
 color: #e53850;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.avatar-page .info {
 margin: 20px 0;
 font-size: 13px;
 color: #888;
}

.vendorinfo-page .vendor-picture {
 margin: 10px 0 0;
 text-align: center;
}
.vendorinfo-page .vendor-picture img {
 display: block;
 margin: 0 auto 10px;
}


/********** SHOPPING CART **********/


.cart-title,
.checkout-page .page-title {
 margin: 0;
 padding: 20px 0 10px;
 background: #f6f6f6;
}
.order-progress {
 margin: 0 0 20px;
 padding: 10px 0 10px 0;
 text-align: center;
 background: #f6f6f6;
}
.order-progress ul {
 text-align: center;
 font-size: 0;
}
.order-progress li {
 display: inline-block;
 width: 15%;
 width: -webkit-calc(100%/6 - 3px);
 width: calc(100%/6 - 3px);
 max-width: 130px;
 vertical-align: baseline;
}
.order-progress li + li {
 margin-left: 3px;
}
.order-progress a {
 position: relative;
 display: block;
 border-top: 4px solid transparent;
 height: 50px;
 background: #fff;
}
.order-progress a:before {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-weight: normal;
 font-size: 30px;
 color: #ccc;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.order-progress li:first-of-type a:before {
 content: '\e903';
}
.order-progress li:nth-of-type(2) a:before {
 content: '\e902';
}
.order-progress li:nth-of-type(3) a:before {
 content: '\e911';
 font-size: 35px;
}
.order-progress li:nth-of-type(4) a:before {
 content: '\e909';
 font-size: 32px;
}
.order-progress li:nth-of-type(5) a:before {
 content: '\e92d';
 font-size: 28px;
}
.order-progress li:nth-of-type(6) a:before {
 content: '\e92c';
 font-size: 26px;
}
.order-progress li.active-step.last a {
 border-top:4px solid #57b568;
 cursor: pointer;
}
.order-progress li.active-step.last a:before {
 color: #57b568;
}
.order-progress li.inactive-step a {
 background: #fbfbfb;
 color: #777;
 cursor: default;
}
.shopping-cart-page .selected-checkout-attributes {
 display: none;
}
.shopping-cart-page .button-1{
 padding: 9px 15px;
}
.checkout-page .button-2,
.order-details-page .page-title a {
 display: inline-block;
 border: 1px solid #ccc;
 padding: 5px 10px;
}
.remove-discount-button,
.remove-gift-card-button {
 margin: 0 0 0 5px;
 border: 0;
 width: 20px; 
 height: 20px;
 background: #fff url('../../Themes/Prisma/Content/img/close.png') center no-repeat;
 cursor: pointer;
}
.shopping-cart-page .message-error {
 margin: 0 0 20px;
 font-size: 13px;
}
.cart-options {
 margin: 0 0 20px;
 text-align: center;
}
.cart-options .common-buttons {
 margin-bottom: 4px;
 padding: 20px;
 background: #f6f6f6;
 font-size: 0;
}
.cart-options .common-buttons button {
 padding: 15px 25px;
 margin: 0 5px 5px;
 border: 0;
 width: 280px;
 min-width: 150px;
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.continue-shopping-button:before {
 content: '\e92e';
}
.cart-options .checkout-attributes {
 margin: 20px 0;
 padding: 20px;
 background: #f6f6f6;
}
.cart-options .checkout-attributes:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.cart-options .checkout-attributes dt {
 float: right;
 clear: right;
 margin: 0 0 5px;
 font-weight: bold;
 font-size: 13px;
 color: #666;
}
.cart-options .checkout-attributes dd {
 float: right;
 clear: right;
 margin: 0 0 15px;
}
.cart-options .checkout-attributes li {
 line-height: 24px;
}
.cart-options .checkout-attributes li * {
 vertical-align: middle;
}
.cart-options .checkout-attributes input,
.cart-options .checkout-attributes textarea,
.cart-options .qq-uploader {
 max-width: 100%;
 width: 350px;
}
.cart-options select {
 width: 117px;
}
.cart-options .selected-checkout-attributes {
 margin: 20px 0;
}
.cart-footer:after {
 content: "";
 display: block;
 clear: both;
}
.cart-footer .totals {
 margin: 10px auto 30px;
}
.cart-footer .total-info {
 margin: 0 0 10px;
}
.cart-total td {
 padding: 5px;
 border: 1px solid #ccc;
 width: 40%;
}
.cart-total .order-total {
 font-size: 16px;
 color: #c00;
}
.terms-of-service {
 margin: 10px 5px 20px;
 text-align: left;
}
.terms-of-service label {
 cursor: pointer;
}
.terms-of-service input[type=checkbox] + label {
 display: inline;
}
.font-comfortaa .terms-of-service input[type=checkbox] + label:before,
.font-comfortaa .terms-of-service input[type=checkbox] + label:after {
 top: 8px;
}
.terms-of-service input[type=checkbox] + label:before,
.terms-of-service input[type=checkbox] + label:after {
 top: 13px;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
}
.terms-of-service a {
 position: relative;
 margin: 0 0 0 3px;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}
.addon-buttons {
 margin-top: 10px;
}
#checkout,
#checkout span,
.complete-button,
.complete-button span {
 position: relative;
}
#checkout:before,
.complete-button button:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #fff;
 -webkit-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 100%;
 -ms-transform-origin: 50% 100%;
 transform-origin: 50% 100%;
 -webkit-transition: transform .3s ease-out;
 transition: transform .3s ease-out;
}
.complete-button button:hover:before,
#checkout:hover:before {
 -webkit-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
 -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.complete-button span:before,
#checkout span:before {
 content:'\e929';
 display: inline-block;
 margin-right: 5px;
 font-weight: normal;
 font-family: prisma;
 font-size: 30px;
 color: #fff;
 vertical-align: middle;
}
.complete-button:hover span,
.complete-button:hover span:before,
#checkout:hover span,
#checkout:hover span:before {
 color: #57b568;
}
.cart-collaterals {
 max-width: 100%;
}
.cart-collaterals > .deals {
 background: #f6f6f6;
}
.cart-collaterals .title {
 margin: 0 0 5px; 
 padding: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 font-size: 14px;
 color: #444;
}
.cart-collaterals .coupon-box {
 border-bottom: 4px solid #fff;
}
.cart-collaterals .hint {
 margin: 10px 10px 5px;
 font-size: 13px;
 color: #bbb;
}
.cart-collaterals .deals > div,
.estimate-shipping {
 padding-bottom: 15px;
 text-align: left;
}
.estimate-shipping {
 background: #f6f6f6;
}
.cart-collaterals .coupon-code {
 padding: 5px 10px 10px;
 overflow: hidden;
 font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"],
.cart-collaterals .coupon-code input[type="email"],
.cart-collaterals .coupon-code input[type="tel"] {
 float: left;
 margin: 0 -1px 0 0;
 width: 55%;
 height: 40px;
}
.cart-collaterals .coupon-code input[type="submit"],
.cart-collaterals .coupon-code input[type="button"]{
 float: left;
 border: 1px solid #eee;
 width: 45%;
 height: 40px;
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #666;
}
.cart-collaterals .shipping-options {
 padding: 10px;
}
.cart-collaterals .shipping-options label {
 text-align: left;
}
.cart-collaterals .shipping-options .inputs {
 margin-bottom: 10px;
}
.cart-collaterals .shipping-options .buttons {
 margin-bottom: 0;
}
.cart-collaterals .buttons .estimate-shipping-button  {
 padding: 11px 24px;
 border: 1px solid #eee;
 width: 100%;
 background: #fff;
 color: #666;
}
.cart-collaterals .shipping-options select {
 border: 1px solid #eee;
 background-position: 96% center;
}
.cart-collaterals .message-failure {
 margin: 0 10px;
 font-size: 13px;
 color: #d63150;
}
.cart-collaterals .message-success {
 margin: 0 20px;
 font-size: 13px;
 color: #57b568;
}
.cart-collaterals .current-code {
 margin: 5px 10px 0;
}
.cart-collaterals .current-code span {
 text-transform: uppercase;
 font-weight: bold;
 color: #57b568;
}
.cart-collaterals .shipping-results {
 margin: 22px 0 0;
 padding: 20px;
 background: #f6f6f6;
 color: #666;
}
.cart-collaterals .shipping-results li {
 margin: 10px 0;
}
.edit-item {
 margin-top: 5px;
 font-size: 13px;
 color: #57b568;
}


/********** CHECKOUT **********/


.checkout-page .billing-addresses .section,
.shipping-address-page .pickup-in-store,
.shipping-address-page .select-shipping-address,
.payment-info {
 margin: 0 0 20px;
 padding: 20px;
 background: #f6f6f6;
}
.shipping-address-page .new-shipping-address {
 padding: 20px 20px 0 20px;
 background: #f6f6f6;
}
.shipping-address-page  .pickup-points {
 margin: 0 20px 20px;
 padding: 20px 0;
 border-bottom: 1px solid #eee;
}
.shipping-address-page .pickup-in-store {
 margin-bottom: 0;
}
.shipping-address-page .pickup-in-store .selector {
 padding: 0;
}
.shipping-address-page .checkout-data > form {
 padding: 10px 0;
 background: #f6f6f6;
}
.new-billing-address .buttons,
.new-shipping-address .buttons {
 margin-bottom: 0;
}
.shipping-address-page .address-select {
 width: 100%;
 max-width: 350px;
 background-position: 96% center;
}
.checkout-page .section .title {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
}
.section.order-summary {
 margin-top: 50px;
}
.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
 border-bottom: 0;
}
.ship-to-same-address > div,
.pickup-in-store > div {
 padding: 10px 0;
 background: #fff;
 text-align: center; 
}
.pickup-in-store .description {
 padding: 0 0 15px;
 font-size: 13px;
 color: #aaa;
}
.checkout-page .address-grid {
 font-size: 0;
}
.checkout-page .address-item {
 margin: 0 0 20px;
 text-align: center;
}
.checkout-page .address-item > div {
 padding: 20px;
 background: #fff;
}  
.checkout-page .address-box {
 margin: 0 0 4px;
 padding: 20px;
 background: #fff;
 font-size: 13px;
 color: #666;
}
.checkout-page .address-item input {
 padding: 15px 20px;
 border: 0;
 background: #57b568;
 text-transform: uppercase;
 font-weight: bold;
 color: #fff;
}
.checkout-page .address-item li {
 padding: 2px 0;
}
.checkout-page .address-item li.name {
 font-weight: bold;
}
.checkout-page .edit-address {
 margin: 0 0 20px;
}
.checkout-page .inputs {
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}
.checkout-page .inputs select {
 background-position: 96% center;
}
.checkout-page .inputs label {
 margin: 8px 0 8px 0;
 white-space: pre-line;
}
.checkout-page .pickup-points .title {
 display: none;
 margin: 0 0 40px;
}
.checkout-page .select-pickup-point {
 text-align: center;
}
.checkout-page .select-pickup-point li {
 display: inline-block;
 font-size: 13px;
 color: #666;
}
.checkout-page .select-address select {
 max-width: 100%;
}
.checkout-page .pickup-points-map {
 margin: 20px 0 0;
 height: 300px;
}
.order-summary-content th:first-child, 
.order-summary-content th.sku,
.order-summary-content .cart-item-row td:first-child, 
.order-summary-content .cart-item-row td.sku {
 display: none;
}
.order-summary-content .product-quantity {
 color: #666;
}
.shipping-method,
.payment-method {
 padding: 20px;
 background: #f6f6f6;
}
.shipping-method .method-list,
.payment-method .method-list {
 margin: 0 0 20px;
 text-align: center;
}
.shipping-method .method-list li,
.payment-method .method-list li {
 position: relative;
 margin: 0 auto 4px;
 padding: 20px 30px;
 max-width: 500px;
 background: #fff;
 text-align: left;
}
.payment-logo,
.payment-details {
 display: inline-block;
 margin: 0 5px;
 max-width: 80%;
 vertical-align: top;
}
.shipping-method .method-list li label,
.payment-method .method-list li .payment-details label {
 position: static;
 padding: 0 0 5px;
 max-width: 100%;
 white-space: pre-line;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #666;
}
.shipping-method .method-list li label:before,
.payment-method .method-list li .payment-details label:before {
 content: '.';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 border-radius: 0;
 transform: none;
 background: none !important;
 font-size: 0;
 text-indent: -9999px;
 cursor: pointer;
}
.shipping-method .method-list li label:hover,
.payment-method .method-list li label:hover {
 color: #57b568;
}
.shipping-method .method-list li label:after,
.payment-method .method-list li label:after {
 top: 0;
 bottom: 0;
 left: 0;
 width: 2px;
 height: 100%;
 background: #57b568;
}
.payment-method .method-name {
 white-space: nowrap;
}
.shipping-method .method-description,
.payment-method .payment-description {
 line-height: 20px;
 font-size: 13px;
 color: #888;
 white-space: normal;
}
.shipping-method .buttons,
.payment-method .buttons {
 margin-bottom: 0;
 padding-top: 20px;
 border-top: 1px solid #eee;
}
.use-reward-points,
.multiple-locations {
 padding: 15px 0;
 text-align: center;
 font-size: 13px;
 color: #aaa;
}
.use-reward-points {
 margin: 0 0 10px;
}
.payment-info .info {
 margin: 0 0 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
 text-align:center;
 line-height: 24px;
 font-size: 13px;
 color: #666;
}
.payment-info .info td {
 display: block;
 padding: 5px;
 margin: 0 auto;
 max-width: 350px;
}
.payment-info .info td:first-of-type {
 display: block;
 text-align: center;
}
.payment-info .info td p {
 text-align: center;
}
.payment-info .info td label {
 line-height: 1.2;
}
.payment-info .info td select,
.payment-info .info td input {
 border: 1px solid #eee;
 width: 100% !important;
 max-width: 350px ;
 height: 46px;
}
#ExpireMonth,
#ExpireYear {
 max-width: 47.8%;
}
.order-review-data {
 padding: 20px;
 background: #f6f6f6;
 text-align: center;
 font-size: 13px;
 color: #666;
}
.order-review-data .billing-info,
.order-review-data .shipping-info {
 margin-bottom: 50px;
}
.confirm-order .terms-of-service {
 margin: 30px 0;
 text-align: center;
}
.confirm-order .buttons {
 margin: 30px 0 20px;
}
.confirm-order .button-1 {
 margin: 0 0 20px;
 font-size: 16px;
}
.confirm-order {
 padding: 10px 20px 5px;
 background: #f6f6f6;
}
.order-completed {
 padding: 20px;
 background: #f6f6f6;
 text-align: center;
}
.order-completed .details {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
}
.order-completed .order-number strong {
 font-weight: normal;
 font-size: 14px;
 color: #888;
}
.order-completed .details a {
 display: inline-block;
 margin: 20px 0 0;
 padding: 11px 28px;
 border: 1px solid #eee;
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 color: #666;
}
.order-completed .buttons {
 margin-bottom: 0;
}
.opc li {
 margin-bottom: 10px;
}
.opc .step-title {
 overflow: hidden;
 padding: 20px;
 background: #f6f6f6;
 text-transform: uppercase;
 color: #444;
}
.opc .allow .step-title {
 cursor: pointer;
}
.opc .active .step-title {
 border-bottom: 1px solid #eee;
}
.opc .step-title * {
 float: left;
 font-size: 16px; 
}
.opc .step-title span {
 margin: 0 10px 0 0;
 font-weight: bold;
 color: #57b568;
}
.opc .step {
 padding: 20px;
 background: #f6f6f6;
}
.opc .section {
 margin: 0 0 15px;
}
.opc .section > label {
 display: block;
 margin: 0 0 10px;
 font-size: 13px;
 color: #666;
}
.opc input[type="text"],
.opc input[type="email"],
.opc input[type="tel"],
.opc select {
 width: 350px;
 max-width: 100%;
 background-position: 96% center;
}
.opc .buttons {
 margin: 20px 0 0;
 padding-top: 20px;
 border-top: 1px solid #eee;
}
.opc .back-link {
 margin: 0 0 10px;
}
.opc .back-link small {
 display: none;
}
.opc .back-link a {
 text-transform: uppercase;
 font-weight: bold;
 color: #666;
}
.opc .back-link a:before {
 content: '\e92e';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 14px;
 color: #aaa;
 vertical-align: middle;
}
.opc .please-wait {
 display: block;
 margin: 10px 0 0;
}
.opc .section.confirm-order {
}
.opc .terms-of-service {
 padding-top: 20px;
 border-top: 1px solid #eee;
 text-align: center;
}
#opc-confirm_order .buttons {
 margin: 0;
 padding: 0;
 border: 0;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/


.order-review-data,
.order-details-area,
.shipment-details-area {
 margin: 0 0 20px; 
 overflow: hidden;  
}
.order-review-data > div,
.order-details-area > div {
 margin: 0 0 30px;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
 margin: 0 0 10px;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
 padding: 2px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
 margin: 0 0 5px;
}
.order-details-page .page-title {
 margin: 40px 0 20px;
 overflow: hidden;
}
.order-details-page .page-title h1 {
 margin: 0 0 20px;
}
.shipment-details-page .page-body,
.order-details-page .page-body {
 text-align: center;
 font-size: 13px;
 color: #666;
}
.order-details-page .btns-wrapper {
 padding: 30px;
 background: #f6f6f6;
 text-align: center;
 font-size: 0;
}
.order-details-page .btns-wrapper > a {
 display: inline-block;
 padding: 10px 0;
 width: 49%;
 max-width: 200px;
 background: #fff;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.order-details-page .btns-wrapper > a + a {
 margin-left: 2%;
}
.order-details-page .order-number,
.order-details-page .title,
.shipping-info-wrap .title {
 text-transform: uppercase;
 font-size: 14px;
 color: #444;
}
.order-details-page .billing-info,
.order-details-page .shipping-info {
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
} 
.shipment-details-area .title,
.order-details-page .title {
 margin-bottom: 20px;
 padding: 20px 0;
 border-bottom: 1px solid #eee;
}
.shipment-details-page .info-list .name,
.order-details-page .info-list .name {
 font-weight: bold;
}
.order-info-wrap,
.billing-info-wrap,
.order-details-page .order-overview,
.shipping-info-wrap {
 padding: 0 30px 30px;
 border-bottom: 4px solid #fff;
 background: #f6f6f6;
 line-height: 20px;
 font-size: 14px;
}
.shipments .title,
.products .title {
 margin: 0;
 padding: 20px 0;
 border: 0;
}
.shipments .table-wrapper,
.products .table-wrapper {
 padding: 20px;
 background: #f6f6f6;
}
.shipments table td ,
.products table td {
 border-width: 4px;
 text-align: center;
}
.products table td.product {
 text-align: center;
}
.shipments table em,
.products table em {
 font-style: normal;
}
.shipments table em a,
.products table em a {
 font-weight: normal;
 font-size: 15px;
}
.products,
.section.options {
 margin-bottom: 4px; 
}
.products .product-unit-price {
 font-weight: bold;
}
.products .attributes {
 font-size: 13px;
 color: #aaa;
}
.products .product-subtotal {
 font-weight: bold;
 color: #57b568;
}
.order-details-area {
 padding: 0 30px 30px;
 background: #f6f6f6;
}
.selected-checkout-attributes {
 padding: 20px;
 background: #f6f6f6;
 font-size: 13px;
 color: #888;
 line-height: 25px;
}
.order-details-page .tax-shipping-info {
 margin: 10px 20px 10px 0;
}
.order-details-page .actions {
 margin-top: 20px;
 overflow: hidden;
 font-size: 0;
}
.order-details-page .actions input + input {
 margin-top: 10px;
 background: #fff;
 color: #57b568;
}
.order-total strong {
 color: #57b568;
}
.totals .actions input,
.totals button {
 padding: 15px;
 border: 0;
 width: 100%;
 background: #57b568;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #fff;
}
.giftcard-summary label + span {
 font-weight: bold;
 color: #57b568;
}
.giftcard-summary .giftcard-remaining {
 font-size: 12px;
}
.totals {
 float: right;
 padding: 20px;
 width: 100%;
 background: #f6f6f6;
 text-align: right;
}
.cart-total {
 margin: 0 auto;
 width: 100%;
 font-size: 14px;
}
.cart-total td {
 border: 0;
}
.cart-total td:first-child {
 width: 60%;
 text-align: left;
 color: #aaa;
}
.cart-total td:nth-child(2) {
 font-weight: bold;
 color: #888;
}
.cart-total .order-total td.cart-total-left,
.cart-total .order-total td.cart-total-right {
 padding: 15px 10px;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}
.cart-total .order-total td.cart-total-left {
 text-transform: uppercase;
 font-weight: bold;
}
.cart-total .order-total td.cart-total-right {
 color: #57b568;
}
.return-request-file > div {
 display: inline-block;
 width: 350px;
 max-width: 100%;
 vertical-align: middle;
}
.return-request-page .qq-upload-button {
 padding: 8px;
 border: 0;
 width: 100%;
 height: 34px;
 background-color: #fff;
 font-weight: bold;
 text-align: left;
 font-size: 13px;
 color: #57b568;
}
.return-request-page textarea {
 border: 0;
}
.return-request-page .qq-upload-list li {
 background-color: transparent !important;
 font-size: 13px;
 color: #666 !important;
}
.return-request-page .buttons {
 margin-bottom: 0;
}
.shipment-details-area {
 background: #f6f6f6;
 text-align: center;
}


/*********** SEARCH & SITEMAP ***********/


.search-input {
 padding: 0 20px 10px;
 background: #f6f6f6;
}
.search-input .inputs {
 padding: 10px;
 border-bottom: 1px solid #eee;
}
.search-input .inputs.reversed label {
 float: none;
 width: 350px;
}
.advanced-search {
 margin: 0 0 20px;
}
.advanced-search .price-range {
 display: inline-block;
}
.advanced-search select {
 border:1px solid #eee;
 background-position: 96% center;
}
.advanced-search .price-range {
 max-width: 350px;
}
.advanced-search .price-range input {
 width: 49%;
}
.advanced-search .price-range input + input {
 margin-left: 2%;
}
.search-input .warning,
.search-results .result {
 display: block;
 margin: 10px 0 0; 
 font-weight: normal;
 color: #c00;
}
.search-results {
 padding: 30px 15px;
 background: #f6f6f6;
 font-size: 13px;
 color: #666;
}
.sitemap-page .description,
.sitemap-page .entity {
 margin: 0 0 4px;
 padding: 20px;
 background: #f6f6f6;
 text-align: center;
}
.sitemap-page .description {
 font-size: 13px;
 color: #aaa;
}
.sitemap-page .entity-title {
 padding: 0 0 20px 0;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 color: #444;
}
.sitemap-page .entity-title h2 {
 font-size: 14px;
}
.sitemap-page .entity-body {
 margin-top: 20px;
 line-height: 24px;
}
.sitemap-page li {
 display: inline-block;
 margin: 5px 10px;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}
.sitemap-page a {
 display: block;
}
.sitemap-page a:empty {
 display: none;
}


/********** BLOG & NEWS **********/


.year strong {
 display: block;
 cursor: default;
}
.blog-page .post,
.news-items .news-item {
 position: relative;
 margin: 0 0 4px;
 padding: 20px;
 background: #f6f6f6;
}
.blog-page .post:after,
.news-items .item:after {
 content: "";
 display: block;
 clear: both;
}
.post-title,
.news-title {
 display: block;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 16px;
 color: #444;
}
.post-title:hover,
.news-title:hover {
 color: #57b568;
}
.news-head {
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 overflow: hidden;
}
.post-date,
.news-date {
 display: block;
 margin-top: 10px;
 font-size: 14px;
 color: #aaa;
}
.post-date:before,
.news-date:before {
 content: '\e930';
 display: inline-block;
 margin: -4px 10px 0 0;
 font-family: prisma;
 font-size: 16px;
 color: #ddd;
 vertical-align: middle;
}
.post-body,
.news-body {
 clear: both;
 margin: 0 0 20px;
 line-height: 20px;
 font-size: 13px;
 color: #888;
}
.post-body {
 line-height: 24px;
}
.news-content {
 margin-bottom: 4px;
 padding: 20px;
 background: #f6f6f6;
}
.blog-page .tags, 
.blogpost-page .tags {
 margin: 15px 0 15px;
 overflow: hidden;
 font-size: 0;
}
.blog-page .tags label,
.blogpost-page .tags label {
 display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
 display: inline-block;
 font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
 display: inline-block;
 font-size: 13px;
 color: #888;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
 margin: 0 5px 0 3px;
}
.blog-page .tags a,
.blogpost-page .tags a {
 display: inline-block;
 line-height: 24px;
}
.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all {
 display: inline-block;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.blog-posts .read-more:after,
.news-items .read-more:after,
.news-list-homepage .view-all:after {
 content: '\e925';
 display: inline-block;
 margin-left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #ccc;
 vertical-align: middle;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.blog-posts .read-more:hover:after,
.news-items .read-more:hover:after,
.news-list-homepage .view-all:hover:after {
 -webkit-transform: translateX(5px);
 transform: translateX(5px);
}
.blog-posts .read-comments {
 margin-right: 20px;
 line-height: 1.4;
 font-size: 13px;
 color: #888;
}
.blog-details {
 padding: 20px 0;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 overflow: hidden;
}
.blog-details a:hover {
 color: #57b568;
}
.blog-details .buttons {
 margin: 0;
}
.blog-page .tags:before, 
.blogpost-page .tags:before,
.blog-posts .read-comments:before {
 display: inline-block;
 margin: 0 5px;
 font-family: prisma;
 font-size: 18px;
 color: #ccc;
 vertical-align: middle;
}
.blog-posts .read-comments:before {
 content: '\e92b';
}
.blog-page .tags:before, 
.blogpost-page .tags:before {
 content: '\e914';
 -webkit-transition: all .3s;
 transition: all .3s;
}
.blog-page .tags:hover:before,
.blogpost-page .tags:hover:before {
 -webkit-transform: rotate(15deg);
 -ms-transform: rotate(15deg);
 transform: rotate(15deg);
 -ms-transform-origin: top right;
 transform-origin: top right;
}
.blogpost-page .post-date,
.blogpost-page .post-body,
.blogpost-page .tags {
 margin: 0;
 padding: 20px;
 background: #f6f6f6;
}
.blogpost-page .post-body {
 padding-bottom: 1px;
 text-align: left;
}
.blogpost-page .post-date {
 padding-bottom: 0;
}
.blogpost-page .post-body ul {
 text-align: left;
}
.blogpost-page .tags {
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
}
.new-comment {
 clear: both;
 margin: 4px 0;
 background: #f6f6f6;
}
.new-comment .title {
 margin: 0 0 10px;
}
.new-comment .notifications {
 margin: 0 0 10px;
 text-align: center;
}
.new-comment .result {
 font-size: 13px;
 color: #57b568;
}
.new-comment .form-fields {
 margin: 0 0 20px;
}
.new-comment .buttons {
 margin: 0;
}
.new-comment input[type=text],
.new-comment input[type=email],
.new-comment input[type=tel],
.new-comment textarea {
 width: 350px;
}
.comment-list {
 padding: 20px;
 background: #f6f6f6;
}
.comment-list .title {
 margin: 0 0 10px;
 font-weight: bold;
}
.blog-comment,
.news-comment {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 font-size: 13px;
}
.blog-comment:last-of-type,
.news-comment:last-of-type {
 border: 0;
}
.blog-comment:after,
.news-comment:after {
 content: "";
 display: block;
 clear: both;
}
.comment-info {
 width: 150px;
 margin: 0 auto 20px;
}
.comment-info .username {
 display: block;
 padding: 5px;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.comment-info .avatar {
 position: relative;
 margin: 15px auto;
 width: 150px;
 height: 150px;
 overflow: hidden;
}
.comment-info .avatar img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.comment-title {
 margin-bottom: 15px;
 padding: 5px 0 0;
 text-transform: uppercase;
 color: #444;
}
.comment-time {
 margin: 0 0 10px;
 color: #aaa;
}
.comment-body {
 line-height: 26px;
 color: #888;
}
.news-item-page .inputs:first-child label {
 display: block;
}
.news-list-homepage {
 position: relative;
 padding: 50px 10px;
 background: #f6f6f6;
}
.news-list-homepage:before,
.news-list-homepage:after {
 content: '.';
 position: absolute;
 right: 100%;
 top: 0;
 bottom: 0;
 width: 50%;
 background: #f6f6f6; 
 text-indent: -9999px;
 font-size: 0;
}
.news-list-homepage:before{
 right: 100%;
}
.news-list-homepage:after{
 left: 100%;
}
.news-list-homepage .title {
 margin: 0 0 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 font-size: 24px;
 color: #444;
}
.news-list-homepage .news-item {
 padding-top: 25px;
 border: 1px solid #eee;
 background: #fff;
 text-align: center;
}
.news-list-homepage .news-item:only-child {
 display: block;
 margin: 0 auto; 
}
.news-list-homepage .title strong {
 font-weight: normal;
}
.news-list-homepage .view-all {
 display: block;
 margin: 20px 0 0;
 text-align: center;
}
.news-list-homepage .post-body,
.news-list-homepage .news-body {
 overflow: hidden;
 line-height: 24px;
 font-size: 14px;
}
.news-list-homepage .news-head {
 padding: 0;
 border: 0;
 margin-bottom: 20px;
}
.news-list-homepage .news-date {
 float: none;
}
.news-list-homepage .news-title {
 float: none;
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #eee;
 transition: all .3s;
}
.news-list-homepage .news-title:hover {
 color: #57b568;
}
.news-list-homepage .news-items .buttons {
 margin-bottom: 20px;
 text-align: center;
}


/********** FORUM & PROFILE **********/


.forum-breadcrumb.breadcrumb {
 float: right;
 margin-bottom: 10px;
}
.forums-main-page .topic-block-body {
 padding-top: 20px;
 margin: 0;
 max-width: none;
 background: #f6f6f6;
 font-size: 13px;
}
.forums-header {
 clear: right;
 margin: 0 0 20px;
 padding-bottom: 20px;
 background: #f6f6f6;
 text-align: center;
 font-size: 13px;
}
.forums-header:after {
 content: "";
 display: block;
 clear: both;
}
.current-time {
 padding: 20px 0;
 color: #444;
}
.forum-search-box {
 margin: 0 auto;
 padding: 0 10px;
 max-width: 430px;
 text-align: center;
}
.forum-search-box .basic {
 overflow: hidden;
 border: 1px solid #eee;
 background: #fff;
}
.forum-search-box .advanced {
 margin-top: 20px;
}
.forum-search-box .advanced a {
 text-transform: uppercase;
 font-weight: bold;
 color: #57b568;
}
.forum-search-box .advanced a:after {
 content: '\e925';
 display: inline-block;
 margin-left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #ccc;
 vertical-align: middle;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.forum-search-box .advanced a:hover:after {
 -webkit-transform: translateX(5px);
 transform: translateX(5px);
 color: #57b568;
}
.forum-search-box .search-box-text {
 float: left;
}
.forum-search-box .search-box-button {
 float: left;
 border: none;
 width: 45px;
 height: 45px;
 background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFGNUZEREEyNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFGNUZEREEzNDlFMDExRTdCOTcyQUNGRjZGMUQ0NkYwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUY1RkREQTA0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUY1RkREQTE0OUUwMTFFN0I5NzJBQ0ZGNkYxRDQ2RjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BcwI8AAAB90lEQVR42qyVyy9DQRTGb6vxTKyExE5tvNKwobH0CmXBirAlKrVg5y+wJIR4NXbERkiotB7dSVlIJcpKhI2NpcQrqO/Ed5NJ08tcOskvk5x75jtnZs4940gmk4bV6NsbSWeuAoOgA5TRdgPCIAiuVGenoT+ywRy4AOOgAuSQStrk2yLIsxtAxEMgAN7BPGgEhaSRNvk2DHa5RjvANGgB98ALRkEMPJIYbV76NIEp3QDVzOoVdIL4D75x+oivX9bqBJALzQLL4FzD/5z3IGsGdQK0c163URAb5lqdAG4lM91hHqPbTpkaNktaxptOgBvOtTYCVHO+0wkQ5jxgI4Dpe+joDfl/c67h+X+ABo27kJ2esopqdXaQAKs81wNQ94t4iL5LstYqgPSXTdAK8tl3ZBSBEzDDv7aAeGmTzEtBlL3JSHdEIr7N+n8C18ADjsElfzyrxD7BCsWfxeBKI75F8Tdm7+ExdbDvzIIh+rjpdysXynadUAVdKbW7RaEH0AwmQRcoB/XgiLsY0y0nlyK+rYg3MZMJ0Mb+HmCA717gW9AK4LTIPMGXK8rvEdD/l19adrAGfGyxrXyVTPFiiveAFzuZqzsI8sZzeHmmeAnYp/jzX5uSMyVDOeczRbz7P+LqixahmATJzUTm6R59cyc7nJ8y0be/BBgAfu551D9elCUAAAAASUVORK5CYII=) center no-repeat;
 font-size: 0;
}

.forum-search-page .search-error {
 padding: 15px;
 text-align: center;
 color: #c00;
}
.forum-search-page .search-results {
 margin: 0 0 15px;
}

/* forum group */

.forums-table-section {
 margin: 0 0 30px;
 font-size: 13px;
 color: #888;
}
.forums-table-section a {
 vertical-align: middle;
}
.forums-table-section-title {
 margin: 0 0 4px;
 overflow: hidden;
 background: #f6f6f6;
 text-align: left;
}
forums-table-section td {
 padding: 20px;
}
.forums-table-section-title > a,
.forums-table-section-title strong {
 display: inline-block;
 padding: 20px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.forum-table th:first-child,
.forum-table td:first-child {
 display: none;
}
.forums-table-section .view-all {
 position: absolute; 
 top: 20px;
 right: 60px;
 text-transform: uppercase;
 font-weight: bold;
 color: #57b568;
}

.forums-table-section .image div {
 margin: auto;
 width: 100px;
 height: 100px;
 background: url('../../Themes/Prisma/Content/img/folder1.png') center no-repeat;
}
.forums-table-section td {
 border: 4px solid #f6f6f6;
 min-width: 120px;
 text-align: center;
}
.forums-table-section .forum-details {
 width: 40%;
}
.topic-title,
.forums-table-section .forum-title {
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #444;
}
.topic-title:hover,
.forums-table-section .forum-title:hover {
 color: #57b568;
}
.forums-table-section .image div.sticky {
 background: url('../../Themes/Prisma/Content/img/folder2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
 background: url('../../Themes/Prisma/Content/img/folder3.png') center no-repeat;
}
.forums-table-section .latest-post {
 white-space: nowrap;
}
.forums-table-section .latest-post .date {
 color: #666;
}
.forums-table-section .latest-post .author a {
 color: #57b568;
}
.forums-table-section .latest-post .origin a {
 color: #57b568;
}
.forums-table-section .table-wrapper,
.forums-table-section-body .table-wrapper {
 padding: 0 20px 20px;
 background: #f6f6f6;
}
.forums-table-section.active-discussions {
 position: relative;
}
.forums-table-section.active-discussions strong {
 color: #444;
}
.active-discussions .topic-details {
 padding: 20px;
 width: 70%;
}
.forums-table-section-title .link-rss {
 float: right;
 margin: 20px;
 padding: 0;
 font-size: 0;
}

/* forum-page, topic-page */

.forum-page .forum-info {
 margin: 0 0 20px;
}
.forum-page .forums-table-section {
 margin: 0;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
 margin: 0 0 20px 0;
 padding: 8px 15px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: center;
 overflow: hidden;
}
.forum-page .forum-description {
 text-align: center;
 font-size: 13px;
 color: #aaa;
}
.forum-actions,
.topic-actions {
 margin: 0 0 4px;
 background: #f6f6f6;
 font-size: 0;
}
.topic-actions .pager {
 border: 0;
 padding: 8px;
}
.forum-actions .actions,
.topic-actions .actions {
 padding: 10px 0;
}
.forum-actions .actions a,
.topic-actions .actions a,
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button,
.topic-post .post-actions .quote-post a {
 display: inline-block;
 margin: 1px;
 padding: 5px 15px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 13px;
 color: #57b568;
}
.forum-actions a:before,
.topic-actions a:before,
.post-actions .edit-post-button:before,
.post-actions .delete-post-button:before {
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 14px;
 color: #ccc;
 vertical-align: middle;
}
.forum-actions .actions .new-topic:before {
 content: '\e944';
}
.forum-actions .actions .watch-forum:before,
.topic-actions .actions .watch-forum:before {
 content: '\e918';
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
 margin: 0;
}
.forum-actions .pager.upper {
 background: #fff;
}
.topic-actions .reply-topic-button:before {
 content: '\e92e';
}
.topic-actions .watch-topic-button:before {
 content: '\e918';
}
.topic-actions .move-topic-button:before {
 content: '\e925';
 font-size: 11px;
}
.post-actions .edit-post-button:before,
.topic-actions .edit-topic-button:before {
 content: '\e94a';
}
.topic-post .post-actions .delete-post-button:before,
.topic-actions .delete-topic-button:before {
 content: '\e901';
 font-size: 11px;
}
.topic-actions.lower .actions {
 display: none;
}
.move-topic-page .page-body {
 padding: 20px;
 background: #f6f6f6;
}
.move-topic-page label {
 margin-bottom: 20px;
}
.move-topic-page select {
 display: block;
 margin: 0 auto;
 border: 1px solid #eee;
 width: 100%;
 max-width: 350px;
 background-position: 96% center;
}
.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input {
 background: #fff;
 color: #57b568;
}

/* topic post */

.topic-post {
 margin: 0 0 4px;
 padding: 30px 30px 20px;
 background: #f6f6f6;
}
.topic-post:after {
 content: "";
 display: block;
 clear: both;
}
.topic-post .post-info {
 margin: 30px 0;
}
.topic-post .user-info {
 border-bottom: 4px solid #f6f6f6;
 background: #fff;
}
.topic-post .username {
 display: block;
 padding: 10px 0;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.topic-post .avatar,
.profile-info-box .avatar {
 overflow: hidden;
 font-size: 0;
}
.topic-post .avatar a {
 display: block;
}
.topic-post .avatar img,
.profile-info-box .avatar img {	
 margin: 0 auto;
 width: 150px;
 max-width: 100%;
}
.topic-post .user-stats {
 margin: 0 0 4px;
 background: #fff;
 overflow: hidden;
}
.topic-post .user-stats li {
 margin: 5px 10px;
 font-size: 13px;
}
.topic-post .user-stats li label {
 color: #aaa;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
 margin: 0 0 0 3px;
 color: #666;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
 display: inline-block;
 margin: 10px 0;
 text-transform: uppercase;
 font-weight: bold;
 color: #57b568;
}
.topic-post .pm-button:before,
.profile-info-box .pm-button:before {
 content: '\e927';
 display: inline-block;
 margin-right: 5px;
 font-family: prisma;
 font-size: 14px;
 color: #ccc;
 vertical-align: middle;
}
.post-head {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #eee;
 overflow: hidden;
}
.topic-post .post-time {
 margin: 0 0 15px;
 padding: 10px 0;
 font-size: 13px;
 color: #aaa;
}
.topic-post .post-actions {
 margin: 0 0 15px;
 font-size: 0;
}
.topic-post .post-actions > div {
 display: inline-block;
 vertical-align: middle;
}
.topic-post .post-actions a {
 display: inline-block;
 margin: 0 5px;
 font-size: 12px; /*reset zeroing*/
}
.topic-post .post-body {
 position: relative; /*topic post-body also gets style from blog post-body*/
 text-align: justify;
}
.topic-post .user-posted-image,
.latest-posts .user-posted-image {
 max-width: 100%;
 height: auto;
}
.topic-post .quote,
.latest-posts .quote {
 position: relative;
 margin: 15px 0;
 padding: 20px 0 20px 40px;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
 font-style: italic;
 font-size: 13px;
 color: #aaa;
}
.topic-post .quote:before,
.latest-posts .quote:before {
 content: '\e947';
 position: absolute;
 top: 20px;
 left: 0;
 font-family: prisma;
 font-size: 18px;
 color: #ccc;
}
.topic-post .post-vote {
 font-size: 0;
 vertical-align: middle;
}
.topic-post .post-vote > span {
 position: relative;
 display: inline-block;
 width: 20px;
 height: 20px;
 background: #fff;
 cursor: pointer;
 vertical-align: middle;
}
.topic-post .post-vote > span:after {
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 10px;
 color:  #ccc;
 vertical-align: middle;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.topic-post .post-vote > .vote.up:after {
 content: '\e944';
}
.topic-post .post-vote > .vote.down:after {
 content: '\e93d';
}
.topic-post .post-vote > div {
 display: inline-block;
 width: 20px;
 height: 20px;
 text-align: center;
 font-size: 13px;
 line-height: 20px;
 font-weight: bold;
 color: #57b568;
 vertical-align: middle;
}
.topic-post .signature {
 padding: 20px 0;
 border-top: 1px solid #eee;
 font-style: italic;
 font-size: 13px;
 color: #aaa;
}
/* forum edit & send message */
.private-messages-box {
 padding: 20px;
}
.forum-edit-page .page-body,
.private-message-send-page .page-body {
 padding: 20px;
 background: #f6f6f6;
}
.private-message-send-page .message,
.forum-edit-page .inputs:nth-child(3) {
 margin: 10px 0;
 padding: 20px 0 0;
 border-top: 1px solid #eee;
 border-bottom: 1px solid #eee;
} 
.forum-edit-page label,
.private-message-send-page label {
 margin: 5px 0;
}
.forum-edit-page strong,
.private-message-send-page a {
 font-size: 13px;
 color: #57b568;
 vertical-align: middle;
}
.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
 margin: 15px 0 0;
 text-align: center;
}
.private-message-send-page .buttons,
.private-messages-page .buttons {
 margin: 20px 0 0;
 padding: 20px 0;
 border-top: 1px solid #eee;
}
.private-message-send-page .buttons input,
.private-messages-page .buttons input {
 margin-bottom: 4px;
 min-width: 203px;
}
.forum-edit-page .inputs span {
 display: block;
 vertical-align: middle;
 margin-left: 0;
 font-size: 12px; /*reset zeroing*/
}
.forum-edit-page .inputs:first-child,
.private-message-send-page .inputs:first-child {
 margin: 0 auto 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
}
.forum-edit-page input[type="text"],
.forum-edit-page input[type="email"],
.forum-edit-page input[type="tel"],
.private-message-send-page input[type="text"],
.private-message-send-page input[type="email"],
.private-message-send-page input[type="tel"],
.forum-edit-page textarea,
.private-message-send-page textarea {
 margin: 0 auto;
 width: 100%;
 max-width: 420px;
}
.forum-edit-page textarea {
 display: block;
 height: 300px;
}
.forum-edit-page select {
 width: 100%;
 max-width: 420px;
 background-position: 96% center;
}
.private-message-send-page .inputs.message label {
 display: none;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
 margin-bottom: 10px;
 text-align: center;
}
.forum-edit-page .inputs.reversed {
 text-align: center;
}

/* inbox & view message */
.private-messages-page td.date {
 width: 15%;
 white-space: nowrap;
}
.private-messages-page .unread td {
 background: #f6f6f6;
}
.private-messages-page .unread td a {
 font-weight: bold;
 color: #57b568;
}
.private-message-view-page .page-body {
 padding-bottom: 20px;
 background: #f6f6f6;
}
.private-message-view-page .message-head {
 padding: 20px;
 border-bottom: 4px solid #fff;
 text-align: center;
 color: #888;
}
.private-message-view-page .message-head li {
 display: inline-block;
 margin-right: 30px;
 font-size: 13px;
}
.private-message-view-page .message-head span {
 margin: 0 10px 0 0;
 color: #444;
 vertical-align: middle;
}
.private-message-view-page .buttons {
 margin: 0 20px 0;
 padding: 20px 0;
 border-top: 1px solid #eee;
}
.private-message-view-page .buttons .delete-pm-button {
 margin-left: 5px;
 background: #fff;
 color: #57b568;
}
.private-message-view-page .buttons input:last-child {
 margin-top: 20px;
 background: none;
 color: #57b568;
}
.private-message-view-page .message-body {
 padding: 20px;
 font-size: 13px;
 color: #888;
}
.private-message-view-page .message {
 display: block !important;
 margin: 15px 0;
 border: 1px solid #ccc;
 padding: 15px;
}
.private-message-send-page .inputs {
 margin-bottom: 0;
 border: 0;
}
.private-message-send-page .message {
 text-align: center;
}

/* profile page  */

.profile-info-box {
 padding: 20px;
 overflow: hidden;
}
.profile-info-box .avatar {
 margin: 0 auto 20px;
}
.profile-info-box .profile-stats {
 margin: 0 0 10px;
}
.profile-info-box .title {
 margin: 0 0 10px;
 font-size: 18px;
}
.profile-page .topic {
 margin: 0 0 20px;
 padding: 20px;
 border-bottom: 4px solid #fff;
}
.profile-page .topic-title {
 margin: 0 0 10px;
 background: #f6f6f6;
 text-transform: none;
 font-weight: normal;
 font-size: 14px;
 color: #888;
}
.profile-page .topic-title a {
 vertical-align: middle;
 font-weight: bold;
}
.profile-page .topic-data {
 color: #999;
}


/*
 added by lb 20180507
 Only for home page
 it can work due to Html.AppendPageCssClassParts("html-home-page");
*/
.html-home-page .master-wrapper-content {
 margin-top:0;
}/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 1024px) {

 .admin-header-links {
  z-index: 1030;
  width: 100%;
 }


 /* RESPONSIVE MENU */


 .master-header-wrapper {
  position: relative;
 }
 .ps-container > .ps-scrollbar-y-rail {
  visibility: hidden !important;
 }
 .scrollYRemove {
  overflow: hidden !important;
  -ms-touch-action: none !important;
  -webkit-overflow-scrolling: touch !important;
 }
 .overlayOffCanvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(221,221,221,0.6);
  z-index: 1010;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
 }
 .overlayOffCanvas.show {
  background: rgba(0,0,0,0.4);
 }
 .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #eee;
  text-align: left;
  overflow: hidden;
  z-index: 1070;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
  -webkit-transform: translate(-320px);
  -ms-transform: translate(-320px);
  transform: translate(-320px);
 }
 .header-menu.opened { 
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
 }
 .navigation-wrapper {
  padding: 15px;
  border: 0;
  background: #57b568;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
 }
 .header-menu .close-menu,
 .header-menu ul .back-button {
  float: right;
 }
 .header-menu .close-menu span,
 .header-menu ul .back-button span {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.1);
  font-size: 0;
  color: #fff;
  line-height: 15px;
 }
 .header-menu .close-menu span:after,
 .header-menu ul .back-button span:after {
  content: '\e901';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: prisma;
  font-size: 8px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }
 .header-menu ul .back-button {
  margin-right: 5px;
 }
 .header-menu ul .back-button span:after {
  content: '\e924';
 }
 .header-menu > ul li {
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
 }
 .header-menu > ul li:after {
  content: "";
  display: block;
  clear: both;
 }
 .header-menu > ul li > a,
 .header-menu > ul li > span {
  position: relative;
  display: block;
  padding: 16px 18px;
  line-height: 17px;
  text-align: left;
  font-size: 15px;
  color: #666;
  z-index: 0;
 }
 .header-menu > ul li > a:hover,
 .header-menu > ul li > span:hover {
  color: #57b568;
 }
 .header-menu > ul li:last-child > a,
 .header-menu > ul li:last-child > span {
  border-bottom: 0;
 } 
 .header-menu > ul li > .with-subcategories {
  float: left;
 }
 .plus-button {
  position:relative;
  float: right;
  margin: 10px;
  width: 28px;
  height: 28px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
 }
 .plus-button:after {
  content: '\e925';
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: prisma;
  font-size: 8px;
  color: #dcdde0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }
 .header-menu .sublist-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #eee;
  box-shadow: 1px 0 5px rgba(0,0,0,0.5);
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
 }
 .header-menu .sublist-wrap {
  -webkit-transform: translate(-320px);
  -ms-transform: translate(-320px);
  transform: translate(-320px);
 } 
 .header-menu .sublist-wrap.active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
 }
 .flyout-cart {
  display: none;
 }


 /*********** FOOTER ***********/



 .footer-block .title {
  position: relative;
  padding: 19px 37px;
 }
 .footer-block .title:before,
 .footer-block .title:after {
  content: '\e923';
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #fff;
  line-height: 24px;
  font-family: prisma;
  font-size: 10px;
  color: #dcdde0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 }

 .footer-block .title.active:before,
 .footer-block .title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
 }
 .footer-block .title:before {
  left: 13px;
 }
 .footer-block .title:after {
  right: 13px;
 }
 .footer-middle > div:last-child {
  margin-top: 45px;
 }

 /* SEARCH BOX */

 .store-search-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #4ea35d;
  text-align: center;
  box-shadow: -1px 2px 1px rgba(0,0,0,0.3);
  z-index: 1010;
  font-size: 0;
 }
 .store-search-box.open {
  display: block;
 }
 .search-box.store-search-box input {
  border: 0;
  height: 40px;
  background: none;
  color: #fff;
 }
 .store-search-box input.search-box-button {
  width: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDOUQ4RUFCNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDOUQ4RUFDNDlERjExRTdCNUYyRjkyRTNCOTlGM0U0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUM5RDhFQTk0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUM5RDhFQUE0OURGMTFFN0I1RjJGOTJFM0I5OUYzRTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5hSP3vAAABTUlEQVR42qyUTU4CMRiGqwuJEFwpd1BC2OABgBjZcxJdGxeQcAJ2HIHIghETPYQBjMaVa+NKB+VvQXlrXswXY6cd8EueNGnfPul02iqttfJkHzTAEExJH9Q49pP1FVbBu7bXBzPeUhNecPI1KIM0KbNPM1P1kR5wFaYuI3IXYsUZl7TGcODxRQGzDVewz2DRQ1pidrj1vQf2moIE2AMjFV1pEIL5tvq/Wq3OKX1mW/CQHrN9cUm7bM88pOdse67Nz4CQP6C1yZFKgCtwAlLgSdycgCchRYriKFkP/w64YeiL99zUIxhFXNPQdk2lcC4mDEBSPCgPHP8E96Bue1CMsEfJG8iBrlhxKcZrpmxC058FM/Z34krbnGjexzwHDsEr+2/BblzpKRhT0ARHmwjlnhrxhKKxECbjCn///YoQ360r/OucVniY1xYalgIMAD6xnqly4zudAAAAAElFTkSuQmCC) no-repeat center center;
 }
 .store-search-box input.search-box-text {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
 }
 .header .store-search-box ::-webkit-input-placeholder { 
  color: rgba(255,255,255,.4);
 }
 .header .store-search-box ::-moz-placeholder {
  color: rgba(255,255,255,.4);
 }
 .header .store-search-box :-ms-input-placeholder {
  color: rgba(255,255,255,.4);
 }
 .header .store-search-box :-moz-placeholder {
  color: rgba(255,255,255,.4);
 }


 /* MISCELLANEOUS */


 .html-account-page .block {
  float: none;
  width: auto;
  text-align: center;
 }
 .product-selectors,
 .filter-options {
  display: none;
 }
 .category-page-body .footer {
  padding-bottom: 30px;
 }
 .category-page-body .filter-options {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  font-size: 0;
  z-index: 1000;
 }
 .filter-options > .filters-button {
  display: none;
 }
 .filter-options > div {
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  width: 50%;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  color: #888;
  cursor: pointer;
 }
 .filter-options > div:before {
  display: inline-block;
  margin-right: 5px;
  font-family: prisma;
  font-size: 20px;
  color: #57b568;
  vertical-align: middle;
  cursor: pointer;
 }
 .filters-button:before { 
  content: '\e907';
 }
 .product-sorting-mobile:before {
  content: '\e90c';
 }
 .product-display-mobile:before {
  content: '\e906';
 }
 .filter-options li:after {
  content: '.';
  position: absolute;
  top: 10px;
  right: 0;
  height: 40px;
  width: 1px;
  background: #eee;
  text-indent: -9999px;
  font-size: 0;
 }
 .filter-options li:last-of-type:after {
  content: none;
 }
 .filter-options > div > div span {
  display: none;
 }
 .product-sorting-mobile,
 .product-display-mobile {
  position: relative;
 }
 .product-sorting-mobile select,
 .product-display-mobile select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
 }


 /* WISHLIST & CART */
 

 .cart thead {
  display: none;
 }
 .cart col {
  float: left;
 }
 .cart tr {
  float: left;
  padding-bottom: 15px;
  margin-right: 6px;
  width: 32.7%;
  width: -webkit-calc(100%/3 - 2px);
  width: calc(100%/3 - 5px);
  overflow: hidden;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
 }
 .cart tr:nth-of-type(3n) {
  margin-right: 0;
 }
 .cart tr:nth-of-type(3n+1) {
  clear: left;
 }
 .cart td {
  display: block;
  border: 0;
  border-bottom: 4px solid #f6f6f6;
 }
 .order-summary-content tr,
 .shopping-cart-page tr {
  margin-bottom: 4px;
  padding: 4px 10px 0;
  background: #f6f6f6;
 }
 .shopping-cart-page .cart-item-row td:first-child, 
 .shopping-cart-page .cart-item-row td.sku {
  display: none;
 }
 .order-summary-content td,
 .shopping-cart-page td {
  padding: 5px 10px;
  border-bottom: none;
  background: none;
  text-align: left;
 }
 .order-summary-content .cart .remove-from-cart,
 .shopping-cart-page .cart .remove-from-cart {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
  text-align: right;
 }
 .order-summary-content td.product,
 .shopping-cart-page td.product {
  text-align: left;
 }
 .order-summary-content .cart .product-name,
 .shopping-cart-page .cart .product-name {
  font-size: 13px;
 }
 .order-summary-content .cart label,
 .shopping-cart-page .cart label {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  color: #aaa;
 }
 .order-summary-content td.quantity,
 .shopping-cart-page td.quantity {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
 }
 .order-summary-content td.subtotal,
 .shopping-cart-page td.subtotal {
  padding-bottom: 0;
  font-size: 14px;
 }
 .order-summary-content .cart td,
 .shopping-cart-page .cart td {
  float: right;
  padding-left: 0;
  width: 58%;
 }
 .order-summary-content .cart .product-picture,
 .shopping-cart-page .cart .product-picture {
  float: left;
  width: 40%;
 }
 .wishlist-content .table-wrapper {
  padding: 10px;
  background: #f6f6f6;
 }
 .wishlist-content .cart tbody {
  font-size: 0;
  background: #f6f6f6;
 }
 .wishlist-content .cart label,
 .wishlist-content .cart td {
  font-size: 14px;
  color: #666;
 }
 .wishlist-content .cart .product-picture,
 .wishlist-content .cart .product,
 .wishlist-content .cart .unit-price {
  border: 0;  
 }
 .wishlist-content .cart .remove-from-cart,
 .wishlist-content .cart .add-to-cart {
  width: 50%;
  height: 48px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 .wishlist-content .cart .product-picture {
  float: left;
  width: 30%;
  padding-right: 0;
 }
 .wishlist-content .cart .product-picture ~ td {
  margin: 0 0 0 40%;
  text-align: left;
  padding: 10px;
 }
 .wishlist-content .cart .quantity {
  float: left;
  clear: left;
  width: 40%;
 }
 .wishlist-content .cart .subtotal {
  float: right;
  padding-left: 0;
  width: 60%;
  text-align: left;
 }
 .wishlist-content .cart tr td.quantity,
 .wishlist-content .cart tr td.subtotal {
  margin: 0;
  border:0;
  border-top: 4px solid #f6f6f6;
  max-width: none;
 }
 .wishlist-content .cart .qty-dropdown {
  padding-right: 15px;
  min-width: auto;
  width: 48px;
 }


 /*COMPARE MOBILE*/


 .compare-products-mobile {
  padding: 10px;
  background: #f6f6f6;
 }
 .compare-section {
  margin-bottom: 30px;
 }
 .compare-section:last-child {
  margin-bottom: 0;
 }
 .compare-section .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #444;
 }
 .compare-section ul {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 500px;
  background: #fff;
 }
 .compare-section ul li {
  padding: 15px 0;
  font-size: 13px;
  color: #666;
 }
 .compare-section ul li + li {
  border-top: 1px solid #eee;
 }
 .compare-section.product .title {
  font-size: 0;
 }
 .compare-section.product ul {
  padding: 0;
  background: none;
 }
 .compare-section.product li {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
 }
 .compare-section.product li:after {
  content: '';
  display: block;
  clear: both;
 }
 .compare-section.product .picture {
  float: left;
  margin-right: 4px;
  width: 25%;
  background: #fff;
  text-align: center;
 }
 .compare-section.product .product-name {
  text-align: left;
  font-size: 13px;
  color: #666;
 }
 .compare-section.product .details {
  position: relative;
  padding: 20px 10px 10px;
  background: #fff;
  overflow: hidden;
 }
 .compare-section .remove-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  max-width: 136px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
 }
 .compare-section.price li {
  font-weight: bold;
  color: #57b568;
 }

}

@media all and (max-width: 768px) {
 .cart tr {
  width: 49.7%;
 } 
 .cart tr:nth-of-type(2n) {
  margin-right: 0;
 }
 .cart tr:nth-of-type(2n+1) {
  clear: left;
  margin-right: .6%;
 }
 .cart tr:nth-of-type(3n+1) {
  clear: none;
 }
 .cart tr:nth-of-type(3n) {
  clear: none;
 }
 .compare-section.product .picture {
  width: 45%;
 }
 .shipments thead,
 .products thead,
 .return-request-page thead,
 .recurring-payments thead,
 .reward-points-history thead,
 .downloadable-products-page thead {
  display: none;
 }
 .shipments tr,
 .products tr,
 .return-request-page tr,
 .recurring-payments tr,
 .reward-points-history tr,
 .downloadable-products-page tr {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #eee;
  background: #fff;
 }
 .shipments td,
 .products td,
 .return-request-page td,
 .recurring-payments td,
 .reward-points-history td,
 .downloadable-products-page td {
  display: block;
  padding: 10px;
  border:0;
  text-align: center;
 }
 .shipments td:first-of-type,
 .products td:first-of-type,
 .return-request-page td:first-of-type,
 .recurring-payments td:first-of-type,
 .reward-points-history td:first-of-type,
 .downloadable-products-page td:first-of-type {
  display: none;
 }
 .return-request-page td.product {
  text-align: center;
 }
 .shipments td label,
 .products td label,
 .return-request-page td label,
 .recurring-payments td label,
 .reward-points-history td label,
 .downloadable-products-page td label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  color: #bbb;
 }
}
@media all and (max-width: 480px) {
 .cart tr {
  width: 100%;
 }
 .cart tr:nth-of-type(2n) {
  margin-right: 0;
 }
 .cart tr:nth-of-type(2n+1) {
  clear: none;
 }
 .cart tr:nth-of-type(3n+1) {
  clear: none;
  margin: 0;
 }
}/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
 
 TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
 /* GLOBAL STYLES */

 .side-2:after {
	 content: "";
	 display: block;
	 clear: both;
 }

 /* GLOBAL FORMS */
 .captcha-box > div {
  margin-left: 0;
 }
 /* NOTIFICATIONS & POPUPS */

 .eu-cookie-bar-notification {
  width: 450px;
  max-width: 95%;
  margin-left: -225px;
 }

 /* HEADER */
 .responsive-nav-wrapper{
  margin: 10px 0;
 }
 .header-links-wrapper {
  width: 215px;
 }
 .personal-button {
  position: relative;
 }
 /* HEADER MENU */
 /* FOOTER */

 /* LEFT/RIGHT COLUMN */

 .block {
	 float: left;
	 width: 48%;
  border-bottom: 0;
	 margin: 0 1% 2%;
	 text-align: left;
 }
 .block:nth-of-type(2n+1) {
	 clear: both;
 }
 .block-account-navigation {
  width: 100%;
 }
 .block .poll-options li,
 .block .poll-results li {
	 display: block;
 }
 .block .poll .buttons,
 .block .poll-total-votes {
	 text-align: left;
 }

 /* CATEGORY PAGE & GRIDS */


 .category-grid .item-box,
 .item-box {
	 width: 49%; /*two per row*/
	 margin-left: 2%;
 }
 .item-box:nth-child(2n+1) {
	 clear: both;
	 margin-left: 0;
 }
 .category-grid .item-box:nth-child(2n) {
  margin-left: 2%;
 }
 .two-per-row .product-grid .item-box {
  width: 49%;
 }
 .two-per-row .product-grid .item-box:nth-of-type(2n) {
  margin-left: 2%;
 }
 /* PRODUCT PAGE */

 .product-review-links span + a {
  display: inline-block;
  margin-left: 2%;
 }
 .attribute-item:after {
  content: '';
  display: block;
  clear: both;
 }
 .attribute-label,
 .attributes .attr-label {
  float: left;
 } 
 .attribute-data,
 .attributes .attr-value {
  float: right;
 }
 .attribute-data,
 .rental-attributes .datepicker {
  border: 0;
	 width: 50%;
  max-width: 50%;
  text-align: left;
 }
 .attributes .attr-label {
  padding:  19px 0 15px 15px;
  width: 50%;
 }
 .attributes .attr-label label {
	 line-height: 32px;
 }
 .attributes .attr-value {
	 display: inline-block; 
  padding: 15px 0;
  border: 0;
  width: 50%;
 }
 .attributes .qty-box {
  margin-top: 0;
 }
 .overview-buttons .add-to-wishlist,
 .overview-buttons .add-to-cart {
  display: inline-block;
  width: 49.8%;
  width: -webkit-calc(100%/2 - 2px);
  width: calc(100%/2 - 2px);
  vertical-align: top;
 }
 .overview-buttons .add-to-cart {
  margin-left: 4px;
 }
 /* REVIEW PAGE */
 /* WISHLIST & COMPARE LIST */
 /* TOPICS */

 .enter-password-form input[type="password"] {
	 width: 300px !important;
 }

 /* CONTACT PAGE & EMAILaFRIEND */
 /* REGISTRATION, LOGIN, MY ACCOUNT */


 .request-item .title,
 .address-list-page .title,
 .order-list-page .title {
  padding: 19px;
 }

 .request-item .details label {
  width: auto;
  min-width: 170px;
 }
 .request-item .details span,
 .request-item .details a,
 .request-item .details div {
  width: auto;
 }
 .address-list .buttons, .order-list .buttons {
  top: 12px; 
  right: 12px;
 }
 /* SHOPPING CART & CHECKOUT */

 .order-progress a {
  height: auto;
  text-transform: uppercase;
  font-weight: bold;
	 font-size: 13px; /*reset zeroing*/
  color: #444;
 }
 .order-progress a:before {
  position: static;
  display: block;
  margin: 5px 0;
  height: 35px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
 }
 .shipment-details-area,
 .order-review-data,
 .order-details-area {
	 display: table;
	 width: 100%;
	 margin: 0 0 30px;
 }
 .cart-collaterals .buttons .estimate-shipping-button {
  width: auto;
 }
 .shipment-details-area > div,
 .order-review-data > div,
 .order-details-area > div {
	 display: table-cell;
	 width: 50%;
  border: 0;
 }

 /* SEARCH PAGE & SITEMAP */
 /* BLOG & NEWS */
 /* FORUM & PROFILE */

 .forum-search-box-text,
 .forum-search-text {
	 width: 350px;
 }
 
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
 
 TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

 /* GLOBAL STYLES */

 .page {
	 clear: both;
	 text-align: left;
 }
 .link-rss {
	 display: block;
	 float: right;
	 margin: 10px 0 0;
 }

 .message-error,
 .field-validation-error,
 .poll-vote-error, .password-error {
  display: inline-block;
  margin: 4px;
 }
 /* GLOBAL FORMS */

 .inputs {
	 text-align: left;
 }
 /* NOTIFICATIONS & POPUPS */
 /* HEADER */

 .responsive-nav-wrapper > div span.cart-qty,
 .responsive-nav-wrapper > div span.wishlist-qty {
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 17px;
 }
 /* HEADER MENU */
 /* FOOTER */
 .newsletter {
  min-height: auto;
 }

 /* LEFT/RIGHT COLUMN */

 .block {
	 width: 31.3333%;
	 margin: 0 1% 1%;
 }
 .block-account-navigation {
  width: 100%;
 }
 .block:nth-of-type(2n+1) {
	 clear: none;
 }
 .block:nth-of-type(3n+1) {
	 clear: both;
 }

 /* CATEGORY PAGE & GRIDS */

 .page-title,

 .checkout-page .page-title {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  background: none;
 }
 .order-progress {
  padding-bottom: 0;
 }
 .html-recently-added-products-page .master-wrapper-content,
 .vendor-page .master-wrapper-content,
 .manufacturer-page .master-wrapper-content,
 .category-page-body .master-wrapper-content {
  width: 98%;
 }

 .category-page-body .product-grid {
  padding: 15px 15px 0;
 }
 .product-selectors {
	 text-align: left;
 }
 .product-selectors > div {
	 float: left;
	 margin: 3px 10px 0 0;
 }
 .product-selectors .product-viewmode {
	 display: inline-block;
	 float: right;
	 margin: 0;
 }


 .item-box,
 .category-grid .item-box {
	 width: 32%; /*three per row*/
 }
 .item-box:nth-child(2n+1),
 .category-grid .item-box:nth-child(2n+1) {
	 clear: none; /*revert the second item*/
	 margin-left: 2%; /*revert the second item*/
 }
 .two-per-row .product-grid .item-box:nth-child(2n+1),
 .two-per-row .product-grid .category-grid .item-box:nth-child(2n+1) {
  margin-left: 0;
 }
 .two-per-row .product-grid  .item-box:nth-of-type(2n) {
  clear: none;
 }
 .item-box:nth-child(3n+1),
 .category-grid .item-box:nth-child(3n+1) {
	 clear: both;
	 margin-left: 0;
 }
 .item-box .buttons {
	 text-align: left;
 }
 .product-grid, 
 .product-list {
  width: auto;
 }
 .product-list {
  margin: 15px;
 }
 .product-list .item-box {
  float: none;
  margin: 0;
  padding: 15px;
  width: auto;
 }
 .product-list .item-box .picture {
	 float: left;
	 width: 34%;
	 margin: 0;
 }
 .product-list .buttons-wrapper {
  display: inline-block;
  background: #fff;
 }

 .product-list .item-box .product-item:after {
  content: "";
  display: block;
  clear: both;
 }
 .product-list .item-box .details {
  padding: 20px 0 0 0;
  background: #fff;
 }
 .product-list .item-box .picture + .details,
 .product-list .item-box .ribbon-wrapper + .details {
  position: relative;
  padding-bottom: 51px;
	 margin: 0 0 0 36%;
 }
 .product-list .item-box .product-title {
  margin: 0 10px 15px;
  height: auto;
 }
 .product-list .item-box .product-rating-box,
 .product-list .item-box .description {
  display: block;
  margin: 0 10px 15px;
 }
 .product-list .add-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 3px solid #f6f6f6;
  font-size: 0;
 }
 .product-list .item-box .prices {
  display: inline-block;
  margin: 0;
  border-right: 3px solid #f6f6f6;
  padding: 11px 10px 10px;
  height: 48px;
  width: 50%;
  line-height: 26px;
  vertical-align: middle;
 }
 .product-list .item-box .tax-shipping-info {
  display: inline-block;
  margin-left: 5px;
 }
 .product-list .buttons-wrapper {
  float: right;
  direction: rtl;
  -webkit-display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 50%;
  max-width: 50%;
 }
 .product-list .buttons-wrapper * {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
 }
 .product-list .item-box .buttons-wrapper .buttons button {
  width: 33.3%;
  min-width: 36px;
 }
 .product-list .item-box .product-box-add-to-cart-button {
  direction: ltr;
  -ms-flex-positive: 1; 
  flex-grow: 1;
  height: 48px;
  background: #57b568;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
 }
 .manufacturer-page .product-grid, .vendor-page .product-grid {
  padding: 20px;
 }

 /* PRODUCT PAGE */

 /*ATTR*/
 .overview .qty-label,
 .variant-overview .qty-label {
	 position: static;
	 left: 0;
	 margin: 0 10px 0 0;
 }
 .attributes .qty-box {
  margin-top: 10px;
 }
 .variant-picture {
	 float: left;
 }
 .variant-picture + .variant-overview {
	 width: auto;
	 margin: 0 0 0 235px;
 }
 .variant-overview .qty-wrapper,
 .variant-overview .prices {
  text-align: left;
 }
 .attribute-item:last-child {
  margin-bottom: 0;
 }
 .attribute-item:after {
  content: '';
  display: block;
  clear: both;
 }
 .attr-item:after {
  content: none;
 }
 .attribute-label {
  width: 50%;
 }
 .attribute-data {
  float: none;
  display: inline-block;
 }
 .tier-prices .prices-table {
	 display: table;
	 width: 100%;
	 border: none;
	 border-collapse: collapse;
 }
 .tier-prices .prices-row {
	 display: table-row;
	 float: none;
	 width: auto;
 }
 .tier-prices .prices-row > div {
	 display: table-cell;
	 border: 1px solid #eee !important;
 }
 .tier-prices .field-header {
	 min-width: 100px;
 }
 .overview-buttons {
	 text-align: left;
 }
 .variant-overview .attributes dd .attribute-squares {
  padding: 0;
  text-align: left;
 }

 .variant-overview .add-to-wishlist,
 .variant-overview .add-to-cart {
  display: inline-block;
  width: 49%;
  width: -webkit-calc(100%/2 - 2px);
  width: calc(100%/2 - 2px);
  vertical-align: top;
 }
 .variant-overview .add-to-cart {
  margin-left: 4px;
 }
 .product-share-wrapper {
  text-align: left;
 }

 .giftcard > div {
  position: relative;
  text-align: center;
 }
 .giftcard label {
	 float: left;
	 margin: 5px 0 5px 0;
  width: 20%;
	 width: -webkit-calc((100% - 350px)/2);
	 width: calc((100% - 350px)/2);
  text-align: left;
 }
 .product-specs-box .attribute-square {
  margin: 0;
 }
 /* REVIEW PAGE */
 .review-content:after {
  content: '';
  display: block;
  clear: both;
 }
 .review-info {
  float: left;
 }
 .product-review-helpfulness {
  float: right;
  padding-bottom: 30px;
 }
 .product-review-helpfulness .result {
  text-align: right;
 }
 /* WISHLIST & COMPARE LIST */

 .wishlist-content .buttons {
  margin: 0;
 }
 .wishlist-content button.button-2 {
	 margin: 0 10px 0 0;
  display: inline-block;
  width: auto;
 }
 .compare-products-table {
	 display: table;
 }
 .compare-products-mobile {
	 display: none;
 }
 .compare-products-page .clear-list {
	 position: absolute;
	 top: 15px;
	 right: 0;
 }

 .compare-products-page .table-wrapper {
  padding: 10px;
  background: #f6f6f6;
 }
 .compare-products-table td {
  position: relative;
  padding: 15px;
  border: 0;
  max-width: 50%;
  font-size: 14px;
  color: #666;

 }
 .compare-products-table tr + tr + tr td + td:before {
  content:'.';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 1px;
  background: #eee;
  text-indent: -9999px;
  font-size: 0;
 }
 .compare-products-table td:first-child {
  border: 0;
  font-size: 15px;
  color: #aaa;
 }
 .compare-products-table td + td + td {
  border-left: 8px solid #f6f6f6;
 }
 .product-picture td {
  position: relative;
  border-bottom: 8px solid #f6f6f6;
 }
 .product-picture td .remove-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
 }
 .compare-products-table a.picture {
  position: relative;
  display: block;
  overflow: hidden;
 }
 .compare-products-table a.picture:before {
  content: '';
  display: block;
  padding-top: 100%;
 }
 .compare-products-table a img {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }
 .product-price td + td {
  font-weight: bold;
  color: #57b568;
 }
 /* TOPICS */
 .topic-block-body {
  line-height: 28px;
 }
 /* CONTACT PAGE & EMAILaFRIEND */

 .registration-page .page-body,
 .contact-page .page-body,
 .email-a-friend-page .page-body,
 .apply-vendor-page .page-body {
  padding: 15px 30px 25px 30px;
 }
 .account-page .inputs > label,
 .password-recovery-page label,
 .registration-page .inputs > label,
 .contact-page label,
 .email-a-friend-page label,
 .apply-vendor-page label,
 .return-request-page label {
	 float: left;
	 margin: 8px 0 8px 0;
  width: 31%;
	 width: -webkit-calc((100% - 350px)/2);
	 width: calc((100% - 350px)/2);
  text-align: left;
  white-space: pre-line;
 }
 .contact-page label,
 .email-a-friend-page label,
 .apply-vendor-page label {
  width: 34%;
	 width: -webkit-calc((100% - 400px)/2);
	 width: calc((100% - 400px)/2);
 }
 .account-page input[type=text],
 .account-page input[type=email],
 .account-page input[type=tel],
 .password-recovery-page input[type=text],
 .password-recovery-page input[type=email],
 .password-recovery-page input[type=tel],
 .registration-page input[type=text],
 .registration-page input[type=email],
 .registration-page input[type=tel],
 .contact-page input[type=text],
 .contact-page input[type=email],
 .contact-page input[type=tel],
 .email-a-friend-page input[type=text],
 .email-a-friend-page input[type=email],
 .email-a-friend-page input[type=tel],
 .apply-vendor-page input[type=text],
 .apply-vendor-page input[type=email],
 .apply-vendor-page input[type=tel],
 .contact-page textarea,
 .email-a-friend-page textarea,
 .apply-vendor-page textarea,
 .return-request-page textarea,
 .return-request-page input {
  display: inline;
  margin: 0 auto;
 }

 /* REGISTRATION, LOGIN, MY ACCOUNT */

 .avatar-page .fieldset {
	 float: left;
  margin-right: 40px;
 }
 .avatar-page .fieldset:empty {
  margin: 0;
 }
 .avatar-page .buttons {
	 text-align: left;
  overflow: hidden;
 }
 .btn-wrapper {
  margin: 0 auto;
 }
 .login-page .returning-wrapper .inputs label {
  float: left;
  margin: 10px 0;
  width: auto;
 }
 .login-page .returning-wrapper .inputs input {
  float: right;
 }
 .order-list-page .info span {
  float: right;
  display: inline-block;
  width: 80%;
 }
 .return-request-page .data-table td,
 .customer-pages-body .data-table th, 
 .customer-pages-body .data-table td {
  text-align: left;
 }

 /* SHOPPING CART & CHECKOUT */

 .totals {
	 float: right;
  padding: 20px;
  width: 50%;
 }
 .order-progress li {
  width: 15%;
  width: -webkit-calc(100% /6 - 10px);
  width: calc(100% /6 - 10px);
 }
 .order-progress li + li {
  margin-left: 10px;
 }
 .order-progress a {
  padding-bottom: 15px;
 }
 .order-progress a:before {
  margin: 20px 0 15px;
 }
 .cart-options {
	 text-align: right;
 }
 .cart-options .common-buttons input {
	 margin: 0 0 0 10px;
 }
 .cart-options .checkout-attributes li {
	 display: inline-block;
	 margin: 0 0 0 10px;
 }
 .cart-options .attribute-squares {
	 text-align: right;
 }
 .cart-collaterals {
	 float: left;
  width: 49%;
 }
 .cart-footer .totals {
  margin-top: 0;
 }
 .cart-options .common-buttons button {
  width: auto;
 }
 .checkout-page .address-item {
	 display: inline-block;
  width: 49%;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
 }
 .checkout-page .address-item:nth-child(2n) { 
	 margin: 0 0 0 20px;
 }
 .checkout-page .inputs label,
 .search-input label,
 .payment-info .info td:first-child {
  float: left;
  margin-top: 7px;
  width: 35%;
  width: -webkit-calc((100% - 350px)/2);
  width: calc((100% - 350px)/2);
  text-align: left;
 }
 .payment-info .info td:only-child {
  width: 100%;
  max-width: 100%;
 }
 .search-input label {
  width: 31%; 
  width: -webkit-calc((100% - 350px)/2);
  width: calc((100% - 350px)/2);
 }
 .order-details-page .page-title a {
	 float: right;
	 margin: 3px;
 }
 .order-details-page .options,
 .order-details-page .tax-shipping-info {
	 text-align: right;
 }
 .order-details-page .total-info {
	 overflow: hidden;
 }
 .order-details-page .cart-total {
	 float: right;
 }
 .order-details-page .actions {
	 text-align: right;
 }
 .order-details-page .actions input {
	 min-width: 0;
 }
 .order-details-page label,
 .account-page .table-wrapper td label,
 .return-request-page label {
  display: none;
 }
 .order-details-page .cart-total label {
  display: block;
 }
 .return-request-page .fieldset,
 .return-request-page .fieldset .inputs {
  text-align: center;
 }
 .return-request-page .fieldset select {
  background-position: 96% center;
 }
 /* SEARCH & SITEMAP */
 /* BLOG & NEWS */

 .news-list-page .page-title,
 .news-item-page .page-title,
 .blogpost-page .page-title  {
  text-align: left;
 }
 .post-head ~ *,
 .news-head ~ * {
	 display: block;
 }
 .post-title,
 .news-title {
  float: left;
 }
 .post-date,
 .news-date {
  float: right;
  margin: 0;
 }

 .blog-posts .buttons,
 .news-items .buttons {
  margin-bottom: 0;
  text-align: left;
 }
 .blog-page .tags {
	 float: left;
  margin: 0;
 }
 .blog-page .tags label,
 .blogpost-page .tags label {
	 margin: 0 10px 0 0;
	 line-height: 24px;
 }
 .blogpost-page .post-date {
  float: none;
  text-align: left;
 }
 .blog-posts .buttons {
	 padding: 20px 0 0;
 }

 .blog-posts .read-comments {
  float: left;
 }
 .new-comment .title,
 .comment-list .title {
  text-align: left;
 }
 .comment-info {
	 float: left;
	 margin: 0 30px 0 0;
 }
 .new-comment .inputs label {
  float: left;
  width: 31%;
  width: -webkit-calc((100% - 350px)/2);
  width: calc((100% - 350px)/2);
  text-align: left;
 }
 /* FORUM & PROFILE */


 .forums-table-section .view-all {
	 text-align: center;
 }

 .forum-actions,
 .topic-actions {
	 overflow: hidden;
 }
 .forum-actions .actions,
 .topic-actions .actions {
	 float: left;
	 margin: 0;
 }
 .forum-actions .pager,
 .topic-actions .pager {
	 float: right;
	 max-width: 450px;
 }
 .forum-search-page .search-input label {
  width: 35%;
  width: -webkit-calc((100% - 350px)/2);
  width: calc((100% - 350px)/2);
 }
 .forum-actions .pager.upper {
	 display: block;
  background: #f6f6f6;
 }
 .topic-actions .actions,
 .topic-actions.lower .actions {
	 display: block;
  padding: 10px 0;
 }
 .search-results {
  padding: 15px;
 }
 .search-results .forums-table-section {
  margin-bottom: 0;
 }
 .search-results .pager {
  overflow: hidden;
 }
 .search-results .pager.upper {
  border-top: 0;
  border-bottom: 4px solid #fff;
 }
 .search-results ul {
  float: right;
 }

 .topic-post {
	 overflow: hidden;
 }
 .topic-post .post-info {
	 float: left;
	 width: 20%;
	 margin: 0;
 }
 .topic-post .user-info {
	 width: auto;
 }
 .topic-post .username {
  padding: 0;
 }
 .topic-post .user-stats {
  padding: 10px 15px;
 }
 .topic-post .user-stats li {
	 display: block;
	 margin: 5px 0;
 }
 .topic-post .post-content {
	 float: right;
  width: 78%;
 }
 .topic-post .post-head {
	 overflow: hidden;
 }
 .topic-post .post-time {
	 float: left;
	 margin: 0;
	 background: none;
 }
 .topic-post .post-actions {
	 float: right;
	 margin: 0;
 }
 .topic-post .post-actions a {
	 margin: 0;
	 line-height: 20px;
 }
 .topic-post .post-vote,
 .topic-post .post-head .post-actions > div a {
  padding: 11px 15px;
 }

 .topic-post .post-actions .quote-post a {
	 min-width: 70px;
 }
 .topic-post .post-actions a.post-link-button {
	 margin: 0 0 0 10px;
	 text-align: center;
 }

 .forum-edit-page .inputs {
  text-align: center;
 }
 .forum-edit-page .inputs label {
  width: auto;
  text-align: center;
 }
 .private-message-send-page .inputs label {
  display: inline-block;
  width: 35%;
  width: -webkit-calc((100% - 420px)/2);
  width: calc((100% - 420px)/2);
  text-align: left;
 }
 .private-message-send-page .inputs:nth-child(2) {
  margin-bottom: 10px;
 }
 .private-message-view-page .buttons input:last-child {
  position: absolute;
  right: 0;
  margin: 0;
  background: url(../../Themes/Prisma/Content/img/back_icon.png) no-repeat 0 17px;
 }
 .pager.lower {
	 margin: 0;
 }
 .forum-topic-page .topic-options {
	 float: left;
 }
 .profile-info-box .avatar {
	 float: left;
	 margin: 0 20px 0 0;
 }

}/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
 
DESKTOP

=====================================================*/

@media all and (min-width: 1025px) {

 /* GLOBAL STYLES */

 .master-wrapper-content,
 .home-page-body .page-body > div {
  width: 980px;
 }
 .master-wrapper-content {
  margin: 70px auto;
 }
 .home-page-body .master-wrapper-content {
  width: 100%;
 }
 .home-page-body .page-body > div {
  margin-right: auto;
  margin-left: auto;
 }
 .center-1 {
  margin-bottom: 200px;
 }
 .home-page-body .center-1 {
  margin-bottom: 100px;
 }
 .center-2 {
  float: right;
  margin-bottom: 200px;
  width: 73%;
 }
 .side-2 {
  float: left;
  margin-bottom: 200px;
  width: 25%;
 }
 /* GLOBAL FORMS */
 /* NOTIFICATIONS & POPUPS */
 /* HEADER */
 .master-header-wrapper,
 .home-page-body .master-header-wrapper {
  margin: 0;
 }
 .header-wrapper {
  margin: 0 auto;
  padding: 15px 25px;
  width: 980px;
  -webkit-transition: all .3s;
  transition: all .3s;
 }
 .stick .header-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
 }
 .stick .header-menu > ul > li > a,
 .stick .header-menu > ul > li > span {
  padding-top: 20px;
  padding-bottom: 20px;
 }
 .header {
  position: relative;
  z-index: 1020;
  width:  86%;
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
 }
 .header .search-box {
  display: inline-block;
  margin: 13px auto 10px;
  width: 510px;
  height: 45px;
  background: #fff;
  font-size: 0; 
 }
 .header-logo {
  float: left;
  margin: 7px 0 0;
 }
 .header-links-wrapper {
  float: right;
 }
 .responsive-nav-wrapper-parent {
  margin: 12px 0;
  width: auto;
 }
 .responsive-nav-wrapper {
  margin: 0;
 }
 .shopping-cart-link > .cart-qty {
  display: none;
 }
 .product-name .breadcrumb {
  margin-bottom: 20px;
  padding: 40px 0 20px;
 }
 /*flyout cart*/
 .flyout-cart .mini-shopping-cart {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  background: #fff;
  box-shadow: 0 7px 15px rgba(0,0,0,.15);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: transform .3s , opacity .3s;
  transition: transform .3s , opacity .3s;
  pointer-events: none;
  z-index: 1020;
 }
 .flyout-cart.opened .mini-shopping-cart { 
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
 }
 .flyout-cart .count {
  padding: 20px;
  font-size: 14px;
  color: #666;
 }
 .flyout-cart .items {
  position: relative;
  padding: 0 20px;
  max-height: 240px;
  max-height: -webkit-calc(100vh - 360px);
  max-height: calc(100vh - 360px);
  background: #f6f6f6;
  text-align: left;
  overflow: hidden;
 }
 .flyout-cart .item {
  position: relative;
  margin: 20px 0;
  font-size: 14px;
  color: #666;
  overflow: hidden;
 }
 .flyout-cart .item:last-child {
  margin-bottom: 0;
 }
 .flyout-cart .item .picture {
  float: left;
  margin-right: 20px;
  width: 100px;
  text-align: center;
 }
 .flyout-cart .item .product {
  padding-right: 20px;
  overflow: hidden;
 }
 .flyout-cart .item .name {
  margin-bottom: 5px;
  font-size: 13px;
 }
 .flyout-cart .item .quantity {
  margin-bottom: 5px;
  color: #aaa;
 }
 .flyout-cart .item .price {
  font-size: 0;
 }
 .flyout-cart .item .attributes {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  color: #aaa;
 }
 .flyout-cart .item .price span {
  font-size: 16px;
  font-weight: bold;
  color: #57b568;
 }
 .flyout-cart .totals {
  padding: 20px;
  margin: 0;
  width: 100%;
  background: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
 }
 .flyout-cart .totals strong {
  float: right;
  font-size: 18px;
  color: #57b568;
 }
 .flyout-cart .buttons { 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
 }
 .flyout-cart .buttons button {
  position: relative;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 18px 10px;
  border: 0;
  width: 100%;
  background: #57b568;
  text-transform: uppercase;
  color: #fff;  
 }

 .flyout-cart .buttons button span {
  position: relative;
 }
 .flyout-cart .buttons button:first-child span:before {
  content: '\e91c';
  display: inline-block;
  margin: -5px 10px 0 15px;
  font-weight: normal;
  font-family: prisma;
  font-size: 19px;
  color: #fff;
  vertical-align: middle;
 }
 .flyout-cart .buttons button:hover span:before {
  color: #57b568;
 }
 .flyout-cart .buttons button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background: #f3f3f3;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
 }
 .flyout-cart .buttons button:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
 }
 .flyout-cart .buttons button:hover {
  color: #57b568;
 }
 .flyout-cart .buttons button + button {
  margin-left: 1%;
  background: #fff;
  color: #57b568;
 }
 .flyout-cart .buttons button + button:hover {
  color: #fff;
 }
 .flyout-cart .buttons button + button:hover:before {
  background: #57b568;
 }
 .responsive-nav-wrapper .flyout-cart a.remove-item {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  font-size: 0;
 }
 .responsive-nav-wrapper .flyout-cart a.remove-item:after {
  content: '\e901';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  font-family: prisma;
  font-size: 8px;
  color: #bbb;
 }
 .ui-autocomplete {
  z-index: 1015; /*should be lower than header but equal or higher than header-menu*/
 }


 /* HEADER MENU */


 .responsive-nav-wrapper .menu-title, .close-menu,
 .header-menu .back-button {
  display: none;
 }
 .overlayOffCanvas {
  display: none !important;
 }
 .header-links .ico-wishlist {
  display: none;
 }
 .header-menu {
  position: relative;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  z-index: 1010;
 }
 .header-menu > ul {
  margin: 0 auto;
  width: 980px;
  font-size: 0;
 }
 .header-menu > ul > li {
  display: inline-block;
  vertical-align: middle;
 }
 .header-menu > ul > li > a,
 .header-menu > ul > li > span {
  display: block;
  padding: 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
 }
 .header-menu > ul > li:hover > a,
 .header-menu > ul > li:hover > span { 
  background: #4ea35d;
  color: white;
 }
 .header-menu .sublist-wrap {
  opacity: 0;
  position: absolute;
  min-width: 220px;
  background: #4ea35d;
  text-align: left;
  box-shadow: 0 2px 3px rgba(0,0,0,.2);
  -webkit-transition: transform .3s , opacity .3s;
  transition: transform .3s , opacity .3s;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  pointer-events: none;
 }
 .header-menu .hover + .sublist-wrap {
  opacity: 0;
 }
 .header-menu > ul > li > .sublist-wrap {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
 }
 .header-menu li:hover  > .with-subcategories + div + .sublist-wrap,
 .header-menu li > .with-subcategories.hover + div + .sublist-wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
 }
 .header-menu .sublist-wrap.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
 }
 .top-menu {
  display: block;
 }
 .header-menu .sublist li {
  position: relative;
  border-top: 1px solid rgba(0,0,0,.1);
 }
 .header-menu .sublist .back-button {
  display: none;
 }
 .header-menu .sublist li a {
  display: block;
  padding: 11px 20px 10px;
  font-size: 13px;
  color: #fff;
  -webkit-transition: background .3s;
  transition: background .3s;
 }
 .header-menu .sublist li a:before {
  content: '\e925';
  display: inline-block;
  margin-right: 10px;
  font-family: prisma;
  font-size: 10px;
  color: rgba(0,0,0,.1);
 }
 .header-menu .sublist li:hover > a {
  background: #57b568;
 }
 .header-menu .sublist-wrap .sublist-wrap {
  top: -1px;
  left: 100%;
 }
 .responsive-nav-wrapper > div span:after,
 .responsive-nav-wrapper > div a:after {
  font-size: 28px;
 }
 .responsive-nav-wrapper .personal-button > span:after {
  font-size: 25px;
 }
 .responsive-nav-wrapper .wishlist-button {
  display: inline-block;
 }
 .responsive-nav-wrapper .wishlist-button a:after {
  content: '\e919';
 }


 /* FOOTER */


 .footer-upper {
  min-height: 210px;
 }
 .footer-middle {
  margin: 0 auto;
  padding: 80px 50px 60px;
  width: 980px;
  font-size: 0;
 }
 .footer-middle > div {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  text-align: left;
 }
 .footer-middle > div .title {
  padding: 0;
  margin-bottom: 10px;
 }
 .footer-lower-wrapper {
  margin: 0 auto;
  width: 980px;
 }
 .footer-block > .title {
  cursor: default;
 }
 .footer-block .list {
  display: block;
 }
 .footer-block .list > li {
  padding: 8px 0 8px 0;
  transition: all .3s;
 }
 .footer-block .list > li:hover {
  color: #57b568;
 }
 .footer-block .list > li:before {
  content: '\e925';
  display: inline-block;
  margin-right: 10px;
  font-family: 'prisma';
  font-size: 10px;
  color: #d6d6d6;
  transition: all .3s;
 }
 .footer-block .list > li:hover:before {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
 }
 .footer-disclaimer,
 .footer-tax-shipping {
  float: left;
  clear: left;
 }
 .footer-powered-by,
 .footer-designed-by {
  float: right;
  clear: right;
 }
 .footer-powered-by {
  margin-top: -17px;
 }
 .theme-selector {
  margin: 0 auto;
 }


 /* LEFT/RIGHT COLUMN */


 .block {
  float: none;
  width: auto;
  margin: 0;
 }
 .block .listbox {
  display: block;
  border-bottom: 1px solid #eee;
 }
 .block:last-of-type .listbox {
  border-bottom: 0;
 }
 .block .title {
  border-bottom: 1px solid #eee;
 }
 .block .title:after {
  content: none;
 }
 .block .product-picture {
  display: inline-block;
  vertical-align: middle;
 }
 .block .list .product-picture {
  display: block;
  max-width: 100%;
 }
 .block .product-name {
  display: inline-block;
  width: 72%;
  vertical-align: middle;
 }
 .block-recently-viewed-products .listbox {
  padding: 5px;
  font-size: 0;
 }
 .block-recently-viewed-products .listbox li {
  display: inline-block;
  width: 33%;
  text-align: center;
 }
 .block-recently-viewed-products .listbox .product-name {
  display: none;
 }


 /* CATEGORY PAGE & GRIDS */


 .breadcrumb {
  display: table-cell;
  text-align: right;
  line-height: 20px;
 }
 .breadcrumb a:hover {
  color: #888;
 }
 .category-page .page-title {
  display: table;
  width: 100%;
 }
 .category-page .page-title h1 {
  display: table-cell;
  margin-bottom: 0;
  text-align: left;
 }
 /* grids */

 .product-grid .item-box .details {
  position: relative;
  padding-top: 62px;
 }
 .product-grid .item-box .buttons-wrapper {
  display: block;
 }
 .home-page .topic-block {
  /*padding: 50px 0;*/
 }
 .home-page .product-grid,
 .home-page .bestsellers {
  padding: 90px 0 50px;
 }
 .home-page-polls {
  padding: 70px 0;
 }
 .bestsellers .item-box {
  margin-left: 0;
  width: 49%;
 }
 .bestsellers .item-box .product-item {
  display: table;
  width: 100%;
 }
 .bestsellers .item-box:nth-child(2n) {
  clear: none;
  margin-left: 2%;
 }
 .bestsellers .item-box .picture {
  display: table-cell;
  width: 45%;
  margin-right: 10px;
  vertical-align: top;
 }
 .bestsellers .item-box .details {
  display: table-cell;
  padding: 15px 15px 46px 15px;
  overflow: hidden;
 }
 .bestsellers.product-grid .item-box .buttons-wrapper {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 15px;
  right: 0;
  width: 86%;
 }
 .bestsellers .item-box .prices {
  height: 40px;
 }
 .bestsellers .item-box .product-title {
  margin-bottom: 5px;
 }
 .cross-sells .item-box,
 .also-purchased-products-grid .item-box,
 .related-products-grid .item-box {
  width: 23.5%;
 }
 .cross-sells .item-box button,
 .also-purchased-products-grid .item-box button,
 .related-products-grid .item-box button {
  width: 44px;
 }
 .cross-sells .item-box:nth-child(3n+1),
 .also-purchased-products-grid .item-box:nth-child(3n+1),
 .related-products-grid .item-box:nth-child(3n+1) {
  margin-left: 2%;
  clear: none;
 }
 .cross-sells .item-box:nth-child(4n+1),
 .also-purchased-products-grid .item-box:nth-child(4n+1),
 .related-products-grid .item-box:nth-child(4n+1) {
  margin-left: 0;
 }
 .cross-sells .item-box:nth-child(4n),
 .also-purchased-products-grid .item-box:nth-child(4n),
 .related-products-grid .item-box:nth-child(4n) {
  margin-left: 2%;
 }


 /* PRODUCT PAGE */


 .product-essential {
  margin: 0 0 100px;
 }
 .product-essential .product-name {
  display: table;
  direction: rtl;
  padding: 10px 15px;
  width: 100%;
  border-bottom: 1px solid #eee;
 }
 .product-essential .product-name h1 {
  display: table-cell;
  direction: ltr;
  margin: 0;
  text-align: left;
 }
 .product-name .breadcrumb {
  direction: ltr;
  padding: 0;
  border: 0;
 }
 .product-content-wrappper {
  padding: 20px;
 }
 .product-content-wrappper:after {
  content: '';
  display:block;
  clear: both;
 }
 .gallery {
  float: left;
  margin-bottom: 20px;
  width: 46%;
 }
 .gallery .picture {
  width: auto;
 }
 .gallery .thumb-item {
  width: 24%;
 }
 .gallery .thumb-item:nth-of-type(4n) {
  margin-right: 0;
 }
 .overview {
  float: right;
  width: 52%;
 }
 .attribute-label {
  width: auto;
 }
 .attribute-data, .rental-attributes .datepicker {
  float: right;
 }
 .overview .quantity-container {
  float: left;
  padding: 20px 15px;
 }
 /*attr*/
 .overview > div,
 .additional-details > div {
  font-size: 0pt;
 }
 .attributes .attr-value {
  text-align: right;
 }
 .product-review-box {
  width: auto;
 }
 .attr-item:after {
  content: '';
 }
 .free-shipping:after {
  width: auto;
 }
 .overview .short-description,
 .variant-overview .short-description,
 .product-review-links,
 .product-no-reviews,
 .overview .label,
 .overview .value,
 .variant-overview .label,
 .variant-overview .value,
 .free-shipping,
 .attributes > ul > li div {
  font-size: 14px;
 }
 .overview .label + .value {
  display: inline-block;
  text-align: right;
  width: 50%;
 }

 .overview .qty-wrapper {
  float: left;
 }
 /*prices*/
 .overview .prices {
  float: right;
  border: 0;
  font-size: 14px;
  text-align: right;
 }
 .overview .tier-prices {
  font-size: 14px;
 }
 .product-review-box,
 .attribute-squares,
 .overview .customer-entered-price {
  text-align: right;
 }
 .overview .customer-entered-price {
  font-size: 14px;
 }
 .customer-entered-price > div {
  display: block;
 }
 .overview .customer-entered-price label {
  float: left;
  text-align: left;
 }
 /*btns*/
 .overview-buttons {
  overflow: hidden;
 }
 .overview .compare-products,
 .overview .email-a-friend {
  float: left;
  margin-right: 20px;
  width: auto;
 }
 .overview .compare-products input,
 .overview .email-a-friend input {
  position: static;
  padding: 0 15px 0 45px;
  border: 0;
  width: auto;
  background: #fff;
  font-size: 14px;
  color: #aaa;
  opacity: 1;
 }
 .overview .product-share-wrapper {
  text-align: left;
 }
 .overview .product-share-wrapper:after {
  content: '';
  display: block;
  clear: both;
 }
 .product-social-buttons {
  float: right;
 }
 /*variants*/
 .product-variant-list {
  font-size: 0pt;
 }
 .product-variant-line {
  display: inline-block;
  width: 49%;
  vertical-align: top;
 }
 .product-variant-line:nth-of-type(2n) {
  margin-left: 2%;
 }
 .variant-picture {
  width: 200px;
 }
 .variant-picture + .variant-overview {
  margin-left: 210px;
 }
 .variant-overview .attribute-squares {
  text-align: left;
 }
 .variant-overview .attributes dt {
  padding: 0 15px;
 }
 .variant-overview .add-to-wishlist {
  width: 50px;
 }
 .variant-overview .add-to-wishlist span {
  font-size: 0;
 }
 .variant-overview .overview-buttons .add-to-cart {
  width:  84%;
  width: calc(100% - 54px);
 }
 .variant-overview .overview-buttons .add-to-wishlist-button:before {
  margin: 0;
 }
 .variant-overview .value {
  display: block;
  margin-top: 5px;
 }
 .variant-overview .attributes dd {
  display: block;
  clear: left;
  width: 100%;
  text-align: left;
 }
 .product-collateral > div {
  margin-bottom: 100px;
 }
 .product-collateral,
 .related-products-grid, .also-purchased-products-grid {
  margin: 100px auto;
 }
 .manufacturer-list-page .page-title h1,
 .vendor-list-page .page-title h1 {
  text-align: left;
 }
 .manufacturer-grid,
 .vendor-grid,
 .recently-added-products-page .product-grid {
  padding: 20px;
 }
 .vendor-page .product-grid {
  padding: 20px;
 }


 /* REVIEW PAGE */


 .product-reviews-page .page-body:after {
  content: '';
  display: block;
  clear: both;
 }


 /* WISHLIST & COMPARE LIST */


 .order-summary-content .table-wrapper,
 .wishlist-content .table-wrapper {
  padding: 0 10px;
  background: #f6f6f6;
 }
 .cart .remove-from-cart label,
 .cart .add-to-cart label {
  padding: 0;
  font-size: 0;
  width: 20px;
 }

 .section.order-summary {
  margin-top: 70px;
 }


 /* TOPICS */


 .topic-block-body {
  margin: 0 auto;
  max-width: 90%;
 }


 /* CONTACT PAGE & EMAILaFRIEND */
 /* REGISTRATION, LOGIN, MY ACCOUNT */


 .account-page .fieldset, 
 .account-page .section {
  margin-bottom: 35px;
 }
 .account-page ,
 .registration-page .fieldset {
  padding: 20px 30px 10px 30px;
 }
 .account-page .message-error {
  margin: 20px 20px 0;
 }
 #check-availability-button {
  margin: 10px auto;
 }
 .login-page .inputs.reversed > * {
  width: auto;
  vertical-align: middle;
 }
 .login-page .customer-blocks > div {
  float: left;
  padding-bottom: 60px;
  margin-bottom: 0;
  width: 49.2%;
 }
 .login-page .customer-blocks > div + div {
  margin-left: 1.5%;
 }
 .external-authentication {
  clear: both;
 }
 .html-my-product-reviews-list-page  .center-2,
 .customer-pages-body .center-2 {
  margin: 0 0 50px;
  width: 75%;
 }
 .html-my-product-reviews-list-page  .side-2,
 .customer-pages-body .side-2 {
  border-right: 4px solid #fff;
  width: 25%;
 }
 .login-page .customer-blocks .buttons {
  position: absolute;
  bottom: 15px;
  margin-bottom: 0;
  width: 87%;
  text-align: center;
 }
 .login-page .customer-blocks .buttons input {
  margin: 0;
  min-width: 0;
 }
 .block-account-navigation .listbox {
  padding: 10px 0 10px 10px;
 }
 .block-account-navigation .title {
  display: none;
 }
 .account-page.customer-info-page {
  padding: 0;
 }
 .customer-pages-body .master-column-wrapper > .page-title {
  display: block;
 }
 .customer-info-page .fieldset {
  margin: 0;
  border-bottom: 4px solid #fff;
  padding: 30px 30px 10px 30px;
 }
 .request-item .title, 
 .address-list-page .title, 
 .order-list-page .title {
  padding: 19px 25px;
 }
 .address-list-page .info, 
 .order-list-page .info {
  padding: 15px 25px;
 }
 .current-balance {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size:14px;
  color: #444;
 }
 .current-balance:before {
  content: '\e90e';
  display: inline-block;
  margin-right: 10px;
  font-family: prisma;
  font-size: 29px;
  color: #ccc;
  vertical-align: middle;
 }
 .account-page .description {
  font-size: 14px;
  color: #666;
 }


 /* SHOPPING CART & CHECKOUT */


 .shopping-cart-page .totals {
  margin: 0;
  width: 32%;
 }
 /*.cart-title,*/
 .checkout-page .page-title {
  margin-top: 40px;
 }
 .cart td {
  min-width: 150px;
 }
 .cart-collaterals {
  margin-right: 4px;
  width: 67.8%;
  width: -webkit-calc(68% - 4px);
  width: calc(68% - 4px);
  margin: 0;
 }
 .cart-collaterals .deals {
  float: left;
  margin-right: 4px;
  width: 49.8%;
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  margin: 0;
  min-height: 100%;
 }
 .cart-collaterals .deals > div {
  height: 49.8%;
  height: -webkit-calc(50% - 2px);
  height: calc(50% - 2px);
 }
 .cart-collaterals .shipping {
  float: right;
  width: 49.8%;
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  margin: 0;
  height: 100%;
 }
 .estimate-shipping {
  margin: 0;
  height: 100%;
 }
 .cart-collaterals .coupon-code input[type="submit"],
 .cart-collaterals .buttons .estimate-shipping-button {
  transition: all .3s;
 }
 .cart-collaterals .coupon-code input[type="submit"]:hover,
 .cart-collaterals .buttons .estimate-shipping-button:hover {
  color: #57b568;
 }
 .cart-collaterals .shipping .buttons {
  text-align: right;
 }
 .checkout-page .opc .edit-address label {
  width: 295px;
 }
 .checkout-page .totals {
  float: right;
  width: 32%;
 }


 /* ORDER DETAILS */


 .order-details-page .totals {
  width: 32%;
 }


 /* SEARCH & SITEMAP */


 .basic-search input[type="text"] {
  width: 350px;
 }
 .advanced-search .price-range input {
  height: auto;
 }
 .search-box .search-box-button {
  background: #57b568 url(../../Themes/Prisma/Content/img/search.png) no-repeat center;
 }


 /* BLOG & NEWS */


 .blogpost-page .page-title,
 .blog-page .page-title {
  padding-left: 0;
 }
 .blogpost-page .page-title h1,
 .blog-page .page-title h1,
 .product-tag-page .page-title h1 {
  text-align: left;
 }
 .news-list-page .page-title {
  padding-left: 0;
 }
 .news-item-page .inputs:first-child label {
  display: inline-block;
 }
 .news-list-homepage {
  padding: 100px 0;
  font-size: 0;
 }
 .news-list-homepage .news-item {
  display: inline-block;
  width: 49%;
  vertical-align: top;
 }
 .news-list-homepage .news-item:nth-child(2n) {
  margin-left: 2%;
 }


 /* FORUM & PROFILE */


 .forums-main-page {
  margin-top: 50px;
  text-align: center;
 }
 .topic-post .post-info {
  text-align: center;
 }
 .topic-post .pm-button, .profile-info-box .pm-button {
  margin: 7px 0 6px;
 }
 .downloadable-products-page .download a:hover {
  color: #57b568;
 }
}/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
 
BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

 /* GLOBAL STYLES */

 .html-recently-added-products-page .master-wrapper-content,
 .home-page-body .page-body > div,
 .master-wrapper-content,
 .category-page-body .master-wrapper-content {
  width: 1250px;
 }
 .center-2 {
  width: 78%;
 }
 .side-2 {
  width: 20%;
 }
 .flyout-cart .items {
  max-height: 400px;
  max-height: -webkit-calc(100vh - 360px);
  max-height: calc(100vh - 360px);
 }


 /* GLOBAL FORMS */
 /* NOTIFICATIONS & POPUPS */
 /* HEADER */


 .header-wrapper {
  padding: 15px;
  width: 1280px;
 }
 .header .search-box {
  width: 680px;
 }


 /* HEADER-MENU */


 .header-menu > ul {
  width: 1200px;
 }


 /* FOOTER */


 .footer-middle {
  padding: 80px 0 60px;
  width: 1200px;
 }
 .footer-lower-wrapper {
  padding: 30px 0;
  width: 1200px;
 }


 /* LEFT/RIGHT COLUMN */
 /* CATEGORY PAGE & GRIDS */


 .home-page-product-grid .item-box,
 .four-per-row .product-grid .item-box,
 .category-grid .item-box {
  width: 23.5%; /*four per row*/
 }
 .home-page-category-grid .item-box {
  width: 32%;
 }
 .product-grid div.item-box:first-child {
  margin-left: 0;
 }
 .home-page-product-grid .item-box:nth-child(3n+1),
 .four-per-row .product-grid .item-box:nth-child(3n+1),
 .category-grid .item-box:nth-child(3n+1),
 .home-page-category-grid .item-grid .item-box:nth-child(4n+1) {
  clear: none; /*revert the third item*/
  margin-left: 2%; /*revert the third item*/
 }
 .home-page-product-grid .item-box:nth-child(4n+1),
 .four-per-row .product-grid .item-box:nth-child(4n+1),
 .category-grid .item-box:nth-child(4n+1),
 .home-page-category-grid .item-grid .item-box:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
 }
 .product-list .item-box .picture {
  width: 23.5%;
 }
 .vendor-grid .item-box,
 .manufacturer-grid .item-box {
  width: 23.5%;
 }
 .vendor-grid .item-box:nth-child(3n+1),
 .manufacturer-grid .item-box:nth-child(3n+1) {
  clear: none;
  margin-left: 2%;
 }
 .vendor-grid .item-box:nth-child(4n+1),
 .manufacturer-grid .item-box:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
 }
 .product-list .item-box .picture + .details,
 .product-list .item-box .ribbon-wrapper + .details {
  margin: 0 0 0 25%;
 }
 .product-grid.bestsellers .item-box {
  width: 32%;
 }

 .product-grid.bestsellers .item-box:nth-child(2n),
 .product-grid.bestsellers .item-box:nth-child(2n+1) {
  clear: none;
  margin-left: 2%;
 }
 .product-grid.bestsellers .item-box:nth-child(3n+1) {
  margin-left: 0;
 }
 .product-list .item-box .buttons-wrapper .buttons button {
  min-width: 45px;
 }
 .cross-sells .item-box,
 .also-purchased-products-grid .item-box,
 .related-products-grid .item-box {
  width: 15%;
 }
 .cross-sells .item-box:nth-child(4n+1),
 .also-purchased-products-grid .item-box:nth-child(4n+1),
 .related-products-grid .item-box:nth-child(4n+1) {
  margin-left: 2%;
  clear: none;
 }
 .cross-sells .item-box:nth-child(6n+1),
 .also-purchased-products-grid .item-box:nth-child(6n+1),
 .related-products-grid .item-box:nth-child(6n+1) {
  margin-left: 0;
 }
 .cross-sells .item-box:nth-child(4n),
 .also-purchased-products-grid .item-box:nth-child(4n),
 .related-products-grid .item-box:nth-child(4n) {
  margin-left: 2%;
 }


 /* PRODUCT PAGE */


 .product-content-wrappper {
  padding-right: 50px;
 }
 .ui-tabs .inputs label {
  width: 290px;
 }
 .variant-overview .attributes dt {
  padding: 10px 15px;
 }
 .variant-overview .attributes dd {
  display: inline-block;
  padding: 15px 0;
  width: 50%;
 }
 .variant-overview .value {
  display: inline-block;
  margin: 0;
 }


 /* REVIEW PAGE */
 /* WISHLIST & COMPARE LIST */


 .compare-products-page .table-wrapper {
  padding: 20px;
 }


 /* TOPICS */
 /* CONTACT PAGE & EMAILaFRIEND */
 /* REGISTRATION, LOGIN, MY ACCOUNT */


 .html-my-product-reviews-list-page .center-2,
 .customer-pages-body .center-2 {
  width: 78%;
 }
 .html-my-product-reviews-list-page .side-2,
 .customer-pages-body .side-2 {
  width: 22%;
 }


 /* SHOPPING CART & CHECKOUT */


 .cart-collaterals .current-code {
  margin: 5px 20px 0;
 }
 .cart-collaterals .message-failure {
  margin: 0 20px;
 }
 .cart-collaterals .coupon-code {
  padding: 5px 20px 10px;
 }
 .cart-collaterals .shipping-options {
  padding: 20px 20px 10px 20px;
 }
 .cart-collaterals .hint {
  margin: 10px 20px 5px;
 }
 .cart-collaterals .shipping .inputs {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
 }
 .cart-collaterals .shipping label {
  display: inline-block;
  width: 33%;
  margin: 0;
  text-align: left;
 }
 .cart-collaterals .shipping label + * {
  width: 67%;
 }
 .checkout-page .opc .edit-address label {
  width: 430px;
 }

 /* SEARCH & SITEMAP */
 /* BLOG & NEWS */
 /* FORUM & PROFILE */

}

/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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 {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

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: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-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-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-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.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 {
  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: -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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -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;
 -ms-flex-positive: 1;
 flex-grow: 1;
 max-width: 100%;
  }
  .col-sm-auto {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 100%;
  }
  .col-sm-1 {
 -ms-flex: 0 0 8.333333%;
 flex: 0 0 8.333333%;
 max-width: 8.333333%;
  }
  .col-sm-2 {
 -ms-flex: 0 0 16.666667%;
 flex: 0 0 16.666667%;
 max-width: 16.666667%;
  }
  .col-sm-3 {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
  }
  .col-sm-4 {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
  }
  .col-sm-5 {
 -ms-flex: 0 0 41.666667%;
 flex: 0 0 41.666667%;
 max-width: 41.666667%;
  }
  .col-sm-6 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
  }
  .col-sm-7 {
 -ms-flex: 0 0 58.333333%;
 flex: 0 0 58.333333%;
 max-width: 58.333333%;
  }
  .col-sm-8 {
 -ms-flex: 0 0 66.666667%;
 flex: 0 0 66.666667%;
 max-width: 66.666667%;
  }
  .col-sm-9 {
 -ms-flex: 0 0 75%;
 flex: 0 0 75%;
 max-width: 75%;
  }
  .col-sm-10 {
 -ms-flex: 0 0 83.333333%;
 flex: 0 0 83.333333%;
 max-width: 83.333333%;
  }
  .col-sm-11 {
 -ms-flex: 0 0 91.666667%;
 flex: 0 0 91.666667%;
 max-width: 91.666667%;
  }
  .col-sm-12 {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
  }
  .order-sm-first {
 -ms-flex-order: -1;
 order: -1;
  }
  .order-sm-last {
 -ms-flex-order: 13;
 order: 13;
  }
  .order-sm-0 {
 -ms-flex-order: 0;
 order: 0;
  }
  .order-sm-1 {
 -ms-flex-order: 1;
 order: 1;
  }
  .order-sm-2 {
 -ms-flex-order: 2;
 order: 2;
  }
  .order-sm-3 {
 -ms-flex-order: 3;
 order: 3;
  }
  .order-sm-4 {
 -ms-flex-order: 4;
 order: 4;
  }
  .order-sm-5 {
 -ms-flex-order: 5;
 order: 5;
  }
  .order-sm-6 {
 -ms-flex-order: 6;
 order: 6;
  }
  .order-sm-7 {
 -ms-flex-order: 7;
 order: 7;
  }
  .order-sm-8 {
 -ms-flex-order: 8;
 order: 8;
  }
  .order-sm-9 {
 -ms-flex-order: 9;
 order: 9;
  }
  .order-sm-10 {
 -ms-flex-order: 10;
 order: 10;
  }
  .order-sm-11 {
 -ms-flex-order: 11;
 order: 11;
  }
  .order-sm-12 {
 -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;
 -ms-flex-positive: 1;
 flex-grow: 1;
 max-width: 100%;
  }
  .col-md-auto {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 100%;
  }
  .col-md-1 {
 -ms-flex: 0 0 8.333333%;
 flex: 0 0 8.333333%;
 max-width: 8.333333%;
  }
  .col-md-2 {
 -ms-flex: 0 0 16.666667%;
 flex: 0 0 16.666667%;
 max-width: 16.666667%;
  }
  .col-md-3 {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
  }
  .col-md-4 {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
  }
  .col-md-5 {
 -ms-flex: 0 0 41.666667%;
 flex: 0 0 41.666667%;
 max-width: 41.666667%;
  }
  .col-md-6 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
  }
  .col-md-7 {
 -ms-flex: 0 0 58.333333%;
 flex: 0 0 58.333333%;
 max-width: 58.333333%;
  }
  .col-md-8 {
 -ms-flex: 0 0 66.666667%;
 flex: 0 0 66.666667%;
 max-width: 66.666667%;
  }
  .col-md-9 {
 -ms-flex: 0 0 75%;
 flex: 0 0 75%;
 max-width: 75%;
  }
  .col-md-10 {
 -ms-flex: 0 0 83.333333%;
 flex: 0 0 83.333333%;
 max-width: 83.333333%;
  }
  .col-md-11 {
 -ms-flex: 0 0 91.666667%;
 flex: 0 0 91.666667%;
 max-width: 91.666667%;
  }
  .col-md-12 {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
  }
  .order-md-first {
 -ms-flex-order: -1;
 order: -1;
  }
  .order-md-last {
 -ms-flex-order: 13;
 order: 13;
  }
  .order-md-0 {
 -ms-flex-order: 0;
 order: 0;
  }
  .order-md-1 {
 -ms-flex-order: 1;
 order: 1;
  }
  .order-md-2 {
 -ms-flex-order: 2;
 order: 2;
  }
  .order-md-3 {
 -ms-flex-order: 3;
 order: 3;
  }
  .order-md-4 {
 -ms-flex-order: 4;
 order: 4;
  }
  .order-md-5 {
 -ms-flex-order: 5;
 order: 5;
  }
  .order-md-6 {
 -ms-flex-order: 6;
 order: 6;
  }
  .order-md-7 {
 -ms-flex-order: 7;
 order: 7;
  }
  .order-md-8 {
 -ms-flex-order: 8;
 order: 8;
  }
  .order-md-9 {
 -ms-flex-order: 9;
 order: 9;
  }
  .order-md-10 {
 -ms-flex-order: 10;
 order: 10;
  }
  .order-md-11 {
 -ms-flex-order: 11;
 order: 11;
  }
  .order-md-12 {
 -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;
 -ms-flex-positive: 1;
 flex-grow: 1;
 max-width: 100%;
  }
  .col-lg-auto {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 100%;
  }
  .col-lg-1 {
 -ms-flex: 0 0 8.333333%;
 flex: 0 0 8.333333%;
 max-width: 8.333333%;
  }
  .col-lg-2 {
 -ms-flex: 0 0 16.666667%;
 flex: 0 0 16.666667%;
 max-width: 16.666667%;
  }
  .col-lg-3 {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
  }
  .col-lg-4 {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
  }
  .col-lg-5 {
 -ms-flex: 0 0 41.666667%;
 flex: 0 0 41.666667%;
 max-width: 41.666667%;
  }
  .col-lg-6 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
  }
  .col-lg-7 {
 -ms-flex: 0 0 58.333333%;
 flex: 0 0 58.333333%;
 max-width: 58.333333%;
  }
  .col-lg-8 {
 -ms-flex: 0 0 66.666667%;
 flex: 0 0 66.666667%;
 max-width: 66.666667%;
  }
  .col-lg-9 {
 -ms-flex: 0 0 75%;
 flex: 0 0 75%;
 max-width: 75%;
  }
  .col-lg-10 {
 -ms-flex: 0 0 83.333333%;
 flex: 0 0 83.333333%;
 max-width: 83.333333%;
  }
  .col-lg-11 {
 -ms-flex: 0 0 91.666667%;
 flex: 0 0 91.666667%;
 max-width: 91.666667%;
  }
  .col-lg-12 {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
  }
  .order-lg-first {
 -ms-flex-order: -1;
 order: -1;
  }
  .order-lg-last {
 -ms-flex-order: 13;
 order: 13;
  }
  .order-lg-0 {
 -ms-flex-order: 0;
 order: 0;
  }
  .order-lg-1 {
 -ms-flex-order: 1;
 order: 1;
  }
  .order-lg-2 {
 -ms-flex-order: 2;
 order: 2;
  }
  .order-lg-3 {
 -ms-flex-order: 3;
 order: 3;
  }
  .order-lg-4 {
 -ms-flex-order: 4;
 order: 4;
  }
  .order-lg-5 {
 -ms-flex-order: 5;
 order: 5;
  }
  .order-lg-6 {
 -ms-flex-order: 6;
 order: 6;
  }
  .order-lg-7 {
 -ms-flex-order: 7;
 order: 7;
  }
  .order-lg-8 {
 -ms-flex-order: 8;
 order: 8;
  }
  .order-lg-9 {
 -ms-flex-order: 9;
 order: 9;
  }
  .order-lg-10 {
 -ms-flex-order: 10;
 order: 10;
  }
  .order-lg-11 {
 -ms-flex-order: 11;
 order: 11;
  }
  .order-lg-12 {
 -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;
 -ms-flex-positive: 1;
 flex-grow: 1;
 max-width: 100%;
  }
  .col-xl-auto {
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 width: auto;
 max-width: 100%;
  }
  .col-xl-1 {
 -ms-flex: 0 0 8.333333%;
 flex: 0 0 8.333333%;
 max-width: 8.333333%;
  }
  .col-xl-2 {
 -ms-flex: 0 0 16.666667%;
 flex: 0 0 16.666667%;
 max-width: 16.666667%;
  }
  .col-xl-3 {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
  }
  .col-xl-4 {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
  }
  .col-xl-5 {
 -ms-flex: 0 0 41.666667%;
 flex: 0 0 41.666667%;
 max-width: 41.666667%;
  }
  .col-xl-6 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
  }
  .col-xl-7 {
 -ms-flex: 0 0 58.333333%;
 flex: 0 0 58.333333%;
 max-width: 58.333333%;
  }
  .col-xl-8 {
 -ms-flex: 0 0 66.666667%;
 flex: 0 0 66.666667%;
 max-width: 66.666667%;
  }
  .col-xl-9 {
 -ms-flex: 0 0 75%;
 flex: 0 0 75%;
 max-width: 75%;
  }
  .col-xl-10 {
 -ms-flex: 0 0 83.333333%;
 flex: 0 0 83.333333%;
 max-width: 83.333333%;
  }
  .col-xl-11 {
 -ms-flex: 0 0 91.666667%;
 flex: 0 0 91.666667%;
 max-width: 91.666667%;
  }
  .col-xl-12 {
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 max-width: 100%;
  }
  .order-xl-first {
 -ms-flex-order: -1;
 order: -1;
  }
  .order-xl-last {
 -ms-flex-order: 13;
 order: 13;
  }
  .order-xl-0 {
 -ms-flex-order: 0;
 order: 0;
  }
  .order-xl-1 {
 -ms-flex-order: 1;
 order: 1;
  }
  .order-xl-2 {
 -ms-flex-order: 2;
 order: 2;
  }
  .order-xl-3 {
 -ms-flex-order: 3;
 order: 3;
  }
  .order-xl-4 {
 -ms-flex-order: 4;
 order: 4;
  }
  .order-xl-5 {
 -ms-flex-order: 5;
 order: 5;
  }
  .order-xl-6 {
 -ms-flex-order: 6;
 order: 6;
  }
  .order-xl-7 {
 -ms-flex-order: 7;
 order: 7;
  }
  .order-xl-8 {
 -ms-flex-order: 8;
 order: 8;
  }
  .order-xl-9 {
 -ms-flex-order: 9;
 order: 9;
  }
  .order-xl-10 {
 -ms-flex-order: 10;
 order: 10;
  }
  .order-xl-11 {
 -ms-flex-order: 11;
 order: 11;
  }
  .order-xl-12 {
 -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%;
  margin-bottom: 1rem;
  color: #212529;
}

.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-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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.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-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.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-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.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-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.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-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.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-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.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-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.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-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.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: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
 border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
 transition: none;
  }
}

.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:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  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;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  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: -ms-inline-flexbox;
  display: inline-flex;
  -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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.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 {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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 .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-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.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 {
  border-color: #28a745;
}

.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 {
  border-color: #34ce57;
  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 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.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 ~ .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 {
  border-color: #28a745;
  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: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.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 {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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 .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-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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 {
  border-color: #dc3545;
}

.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 {
  border-color: #e4606d;
  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 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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 ~ .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 {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 margin-bottom: 0;
  }
  .form-inline .form-group {
 display: -ms-flexbox;
 display: flex;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 -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,
  .form-inline .custom-select {
 width: auto;
  }
  .form-inline .form-check {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 width: auto;
 padding-left: 0;
  }
  .form-inline .form-check-input {
 position: relative;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 margin-top: 0;
 margin-right: 0.25rem;
 margin-left: 0;
  }
  .form-inline .custom-control {
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
  }
  .form-inline .custom-control-label {
 margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
 transition: none;
  }
}

.btn:hover {
  color: #212529;
  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;
}

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(38, 143, 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(38, 143, 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(130, 138, 145, 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(130, 138, 145, 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(72, 180, 97, 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(72, 180, 97, 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(58, 176, 195, 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(58, 176, 195, 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(222, 170, 12, 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(222, 170, 12, 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(225, 83, 97, 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(225, 83, 97, 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(216, 217, 219, 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(216, 217, 219, 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(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.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 {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
 transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
 transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  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;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
 right: auto;
 left: 0;
  }
  .dropdown-menu-sm-right {
 right: 0;
 left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
 right: auto;
 left: 0;
  }
  .dropdown-menu-md-right {
 right: 0;
 left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
 right: auto;
 left: 0;
  }
  .dropdown-menu-lg-right {
 right: 0;
 left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
 right: auto;
 left: 0;
  }
  .dropdown-menu-xl-right {
 right: 0;
 left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.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;
  pointer-events: none;
  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;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 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-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.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: -ms-flexbox;
  display: flex;
  -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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.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: -ms-flexbox;
  display: flex;
  -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-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.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: -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;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-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 {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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::after {
  background-image: url("data:image/svg+xml,%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-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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;
  transition: transform 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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
 transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .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(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%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/8px 10px;
  background-color: #fff;
  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: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.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 {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  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(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
 transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
 transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
 transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
 transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -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: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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-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 {
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -ms-flex-pack: start;
 justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
 position: absolute;
  }
  .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: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
 display: none;
  }
}

@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 {
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -ms-flex-pack: start;
 justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
 position: absolute;
  }
  .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: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
 display: none;
  }
}

@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 {
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -ms-flex-pack: start;
 justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
 position: absolute;
  }
  .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: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
 display: none;
  }
}

@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 {
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 -ms-flex-pack: start;
 justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
 position: absolute;
  }
  .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: -ms-flexbox !important;
 display: flex !important;
 -ms-flex-preferred-size: auto;
 flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
 display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.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: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.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,%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,%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: -ms-flexbox;
  display: flex;
  -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 {
  -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.25rem - 1px) calc(0.25rem - 1px) 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.25rem - 1px) calc(0.25rem - 1px);
}

.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.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 margin-right: -15px;
 margin-left: -15px;
  }
  .card-deck .card {
 display: -ms-flexbox;
 display: flex;
 -ms-flex: 1 0 0%;
 flex: 1 0 0%;
 -ms-flex-direction: column;
 flex-direction: column;
 margin-right: 15px;
 margin-bottom: 0;
 margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
  }
  .card-group > .card {
 -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:not(:last-child) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
 border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
 border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
 border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
 border-bottom-left-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;
 orphans: 1;
 widows: 1;
  }
  .card-columns .card {
 display: inline-block;
 width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  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 {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 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: -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 {
  z-index: 2;
  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-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;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
 transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

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

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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 {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
 transition: none;
  }
}

.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 (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
 -webkit-animation: none;
 animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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 {
  z-index: 1;
  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.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
 margin-right: -1px;
 margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
 border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
 margin-right: 0;
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
 margin-right: -1px;
 margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
 border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
 margin-right: 0;
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
 margin-right: -1px;
 margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
 border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
 margin-right: 0;
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
 -ms-flex-direction: row;
 flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
 margin-right: -1px;
 margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
 border-top-left-radius: 0.25rem;
 border-bottom-left-radius: 0.25rem;
 border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
 margin-right: 0;
 border-top-right-radius: 0.25rem;
 border-bottom-right-radius: 0.25rem;
 border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  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 {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.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, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
 transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
 max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
 max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
 min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
 height: calc(100vh - 3.5rem);
  }
  .modal-sm {
 max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
 max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
 max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  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-width: 0 0.5rem 0.5rem 0.5rem;
  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((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/*
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
 transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
 transition: none;
  }
}*/

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
 transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.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: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
 transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
 -webkit-transform: scale(0);
 transform: scale(0);
  }
  50% {
 opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
 -webkit-transform: scale(0);
 transform: scale(0);
  }
  50% {
 opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
 display: flex !important;
  }
  .d-sm-inline-flex {
 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: -ms-flexbox !important;
 display: flex !important;
  }
  .d-md-inline-flex {
 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: -ms-flexbox !important;
 display: flex !important;
  }
  .d-lg-inline-flex {
 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: -ms-flexbox !important;
 display: flex !important;
  }
  .d-xl-inline-flex {
 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: -ms-flexbox !important;
 display: flex !important;
  }
  .d-print-inline-flex {
 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 {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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 {
 -ms-flex-direction: row !important;
 flex-direction: row !important;
  }
  .flex-sm-column {
 -ms-flex-direction: column !important;
 flex-direction: column !important;
  }
  .flex-sm-row-reverse {
 -ms-flex-direction: row-reverse !important;
 flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
 -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;
  }
  .flex-sm-fill {
 -ms-flex: 1 1 auto !important;
 flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
 -ms-flex-positive: 0 !important;
 flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
 -ms-flex-positive: 1 !important;
 flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
 -ms-flex-negative: 0 !important;
 flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
 -ms-flex-negative: 1 !important;
 flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
  }
  .justify-content-sm-end {
 -ms-flex-pack: end !important;
 justify-content: flex-end !important;
  }
  .justify-content-sm-center {
 -ms-flex-pack: center !important;
 justify-content: center !important;
  }
  .justify-content-sm-between {
 -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 {
 -ms-flex-align: start !important;
 align-items: flex-start !important;
  }
  .align-items-sm-end {
 -ms-flex-align: end !important;
 align-items: flex-end !important;
  }
  .align-items-sm-center {
 -ms-flex-align: center !important;
 align-items: center !important;
  }
  .align-items-sm-baseline {
 -ms-flex-align: baseline !important;
 align-items: baseline !important;
  }
  .align-items-sm-stretch {
 -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 {
 -ms-flex-direction: row !important;
 flex-direction: row !important;
  }
  .flex-md-column {
 -ms-flex-direction: column !important;
 flex-direction: column !important;
  }
  .flex-md-row-reverse {
 -ms-flex-direction: row-reverse !important;
 flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
 -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;
  }
  .flex-md-fill {
 -ms-flex: 1 1 auto !important;
 flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
 -ms-flex-positive: 0 !important;
 flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
 -ms-flex-positive: 1 !important;
 flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
 -ms-flex-negative: 0 !important;
 flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
 -ms-flex-negative: 1 !important;
 flex-shrink: 1 !important;
  }
  .justify-content-md-start {
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
  }
  .justify-content-md-end {
 -ms-flex-pack: end !important;
 justify-content: flex-end !important;
  }
  .justify-content-md-center {
 -ms-flex-pack: center !important;
 justify-content: center !important;
  }
  .justify-content-md-between {
 -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 {
 -ms-flex-align: start !important;
 align-items: flex-start !important;
  }
  .align-items-md-end {
 -ms-flex-align: end !important;
 align-items: flex-end !important;
  }
  .align-items-md-center {
 -ms-flex-align: center !important;
 align-items: center !important;
  }
  .align-items-md-baseline {
 -ms-flex-align: baseline !important;
 align-items: baseline !important;
  }
  .align-items-md-stretch {
 -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 {
 -ms-flex-direction: row !important;
 flex-direction: row !important;
  }
  .flex-lg-column {
 -ms-flex-direction: column !important;
 flex-direction: column !important;
  }
  .flex-lg-row-reverse {
 -ms-flex-direction: row-reverse !important;
 flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
 -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;
  }
  .flex-lg-fill {
 -ms-flex: 1 1 auto !important;
 flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
 -ms-flex-positive: 0 !important;
 flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
 -ms-flex-positive: 1 !important;
 flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
 -ms-flex-negative: 0 !important;
 flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
 -ms-flex-negative: 1 !important;
 flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
  }
  .justify-content-lg-end {
 -ms-flex-pack: end !important;
 justify-content: flex-end !important;
  }
  .justify-content-lg-center {
 -ms-flex-pack: center !important;
 justify-content: center !important;
  }
  .justify-content-lg-between {
 -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 {
 -ms-flex-align: start !important;
 align-items: flex-start !important;
  }
  .align-items-lg-end {
 -ms-flex-align: end !important;
 align-items: flex-end !important;
  }
  .align-items-lg-center {
 -ms-flex-align: center !important;
 align-items: center !important;
  }
  .align-items-lg-baseline {
 -ms-flex-align: baseline !important;
 align-items: baseline !important;
  }
  .align-items-lg-stretch {
 -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 {
 -ms-flex-direction: row !important;
 flex-direction: row !important;
  }
  .flex-xl-column {
 -ms-flex-direction: column !important;
 flex-direction: column !important;
  }
  .flex-xl-row-reverse {
 -ms-flex-direction: row-reverse !important;
 flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
 -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;
  }
  .flex-xl-fill {
 -ms-flex: 1 1 auto !important;
 flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
 -ms-flex-positive: 0 !important;
 flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
 -ms-flex-positive: 1 !important;
 flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
 -ms-flex-negative: 0 !important;
 flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
 -ms-flex-negative: 1 !important;
 flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
 -ms-flex-pack: start !important;
 justify-content: flex-start !important;
  }
  .justify-content-xl-end {
 -ms-flex-pack: end !important;
 justify-content: flex-end !important;
  }
  .justify-content-xl-center {
 -ms-flex-pack: center !important;
 justify-content: center !important;
  }
  .justify-content-xl-between {
 -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 {
 -ms-flex-align: start !important;
 align-items: flex-start !important;
  }
  .align-items-xl-end {
 -ms-flex-align: end !important;
 align-items: flex-end !important;
  }
  .align-items-xl-center {
 -ms-flex-align: center !important;
 align-items: center !important;
  }
  .align-items-xl-baseline {
 -ms-flex-align: baseline !important;
 align-items: baseline !important;
  }
  .align-items-xl-stretch {
 -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;
  }
}

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

.overflow-hidden {
  overflow: hidden !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;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
 margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
 margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
 margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
 margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
 margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
 margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
 margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
 margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
 margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
 margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
 margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
 margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
 margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
 margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
 margin-left: -1rem !important;
  }
  .m-sm-n4 {
 margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
 margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
 margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
 margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
 margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
 margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
 margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
 margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
 margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
 margin-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-n1 {
 margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
 margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
 margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
 margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
 margin-left: -0.25rem !important;
  }
  .m-md-n2 {
 margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
 margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
 margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
 margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
 margin-left: -0.5rem !important;
  }
  .m-md-n3 {
 margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
 margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
 margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
 margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
 margin-left: -1rem !important;
  }
  .m-md-n4 {
 margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
 margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
 margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
 margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
 margin-left: -1.5rem !important;
  }
  .m-md-n5 {
 margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
 margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
 margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
 margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
 margin-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-n1 {
 margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
 margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
 margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
 margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
 margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
 margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
 margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
 margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
 margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
 margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
 margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
 margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
 margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
 margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
 margin-left: -1rem !important;
  }
  .m-lg-n4 {
 margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
 margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
 margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
 margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
 margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
 margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
 margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
 margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
 margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
 margin-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-n1 {
 margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
 margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
 margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
 margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
 margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
 margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
 margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
 margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
 margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
 margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
 margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
 margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
 margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
 margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
 margin-left: -1rem !important;
  }
  .m-xl-n4 {
 margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
 margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
 margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
 margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
 margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
 margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
 margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
 margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
 margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
 margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.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 #adb5bd;
 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 #dee2e6 !important;
  }
  .table-dark {
 color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
 border-color: #dee2e6;
  }
  .table .thead-dark th {
 color: inherit;
 border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map *//*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/*=====================================================
 
MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/


.store-search-box span.search-box-text {
 display: inline-block;
 width: 86%;
 width: -webkit-calc(100% - 40px);
 width: calc(100% - 40px);
}
.store-search-box.with-caregory-search-enabled span.search-box-text {
 margin-left: 37%;
}
.store-search-box .search-box-select {
 position:absolute;
 top: 0;
 left: 0;
 border-right: 1px solid #57b568;
 width: 37%;
 height: 40px;
 padding: 8px;
 background: #4ea35d url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RTlFMjZCN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI0RTlFMjZDN0I4MDExRTc4OEU2RjMxQjA4NTZBRkMyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjRFOUUyNjk3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjRFOUUyNkE3QjgwMTFFNzg4RTZGMzFCMDg1NkFGQzIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5AL9VCAAAAjElEQVR42mL4//8/AxCLQ2lsGCwHYqQB8XsgDsaiKBgqlwbiLP2PANOAmAOKpyGJL4XpzAHi71DBi1D8HyoGkmNEdocBEN9AMuUGVAzsRiYGBoY0IL4BxMpAbALEC4F4EZStDJUDu3EJKW7MJuBGBuSgALnnOhY3guUZwaoRgAeIp0DZOUD8BSYBEGAAlQAeI5zWBs0AAAAASUVORK5CYII=) no-repeat 90% center;
 color: #fff;
}
.with-caregory-search-enabled span.search-box-text {
 width: 50%;
 width: -webkit-calc(100% - 37% - 40px);
 width: calc(100% - 37% - 40px);
}


/* AUTOCOMPLETE */


.instantSearch {
 width: 100% !important;
 height: auto !important;
}
.instantSearch.resize {
 left: 0 !important;
 width: 100% !important;
}
.instantSearch .k-list-container {
 position: static !important;
 width: 100% !important;
 background: #fff;
 box-shadow:  0 3px 5px rgba(0,0,0,0.1);
}
.instantSearch .k-list {
 height: 100%;
 overflow: auto;
}
.instantSearch .k-item {
 border-top: 1px solid #eee;
 cursor: pointer;
}
.instant-search-item {
 overflow: hidden;
 padding: 6px;
 height: 92px;
}
.instant-search-item .img-block {
 position: relative;
 float: left;
 border: 1px solid #eee;
 overflow: hidden;
 width: 80px;
 height: 80px;
 background-color: #fff;
 text-align: center;
}
.instant-search-item .img-block img {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.instant-search-item .detail {
 margin: 10px 0 0 90px;
 min-height: 42px;
 text-align: left;
}
.instant-search-item .detail .title {
 margin-bottom: 10px;
 font-size: 14px;
}
.instant-search-item .detail .sku {
 margin-bottom: 5px;
 font-size: 14px;
}
.instant-search-item .detail .price {
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.k-item.k-state-hover .instant-search-item,
.k-item.k-state-focused .instant-search-item  {
 background: #f9f9f9;
}

@media all and (min-width: 1025px) {

 .store-search-box .search-box-select {
  border-right: 1px solid #eee;
  height: 45px;
  width: 200px;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFRjIwODYzNENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFRjIwODY0NENFOTExRTdCQ0IwOEU0MTMxNzkxQzc1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMjA4NjE0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMjA4NjI0Q0U5MTFFN0JDQjA4RTQxMzE3OTFDNzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz685BkCAAAAsElEQVR42nzQMQrCMBTG8VQyOLp5gO5Obg49RAcLOhd11lMITrad7VTQG2QVXDuqFxB3B53qP/ICRUIf/EKS9wgfCYwxihriqfz16/VYUlwRe4Zi6aV2MMIAJ+Toi1zubC/SLDNcsMUSE3lthDc2yLRcHnFGJQO2bkjwQNPOGGKMA0rZhy6j/stYYCEv7iSKchnnHRk/WLuMDfaejHdMUduDbv1ZLbkyBFjh5ZpfAQYAKPQox6WTAhgAAAAASUVORK5CYII=) no-repeat 93% center;
  color: #888;
 }
 .store-search-box.with-caregory-search-enabled span.search-box-text {
  margin-left: 39%;
 }
 .store-search-box span.search-box-text {
  width: 91%;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
 }
 .with-caregory-search-enabled span.search-box-text {
  display: inline-block;
  width: 63%;
  width: -webkit-calc(100% - 245px);
  width: calc(100% - 245px);
 }
}
@media all and (min-width: 1281px) {
 .store-search-box.with-caregory-search-enabled span.search-box-text {
  margin-left: 29%;
 }
}/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.quickViewData {
 display: none;
}


/* TRIGGER BUTTON */


.quick-view-button {
 display: inline-block;
 width: 46px;
 vertical-align: middle;
}
.product-list .quick-view-button {
 border-bottom: 3px solid #57b568;
 width: 33.3%;
 min-width: 36px;
 vertical-align: bottom;
}
.product-list .quick-view-button + button:before {
 content: '.';
 position: absolute;
 top: 3px;
 left: 0;
 height: 35px;
 width: 1px;
 background: #eee;
 text-indent: -9999px;
 font-size: 0;
}
.quick-view-button a {
 display: block;
 position: relative;
 padding: 0;
 border: 0;
 width: 48px;
 height: 45px;
 background: none;
 font-weight: normal;
 color: #57b568;
 font-size: 0;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 0 0 1px transparent;
}
.item-type-1 .product-grid .quick-view-button a:before,
.bestsellers.product-grid .item-box .quick-view-button a:before {
 content:'.';
 position: absolute;
 top: 3px;
 left: 0;
 height: 35px;
 width: 1px;
 background: #eee;
 text-indent: -9999px;
 font-size: 0;
}
.item-type-2 .bestsellers.product-grid .item-box .quick-view-button a:before {
 background: rgba(0,0,0,.15);
}
.item-box .quick-view-button a:after {
 content: '\e946';
 position: absolute;
 top: 50%;
 left: 50%;
 font-family: prisma;
 font-size: 18px;
 color: #888;
 transition: all .3s;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 z-index: 1;
}
.item-box .buttons-wrapper a:hover:after {
 color: #57b568;
}


/* DATA LOADER */


.k-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(255,255,255,.8);
 z-index: 1060;
}
.quickView .k-loading-mask {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 width: auto !important;
 height: auto !important;
}
.quickView .k-loading-image {
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -20px 0 0 -30px;
 border-left: 30px solid transparent;
 border-right: 30px solid transparent;
 border-bottom: 40px solid #57b568;
 width: 0;
 height: 0;
 -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
 animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
 font-size: 0;
 text-indent: -9999px;
}


/* MAIN WINDOW & HEADERS */


.quickView {
 position: absolute;
 left: 50% !important;
 padding-top: 0 !important;
 margin: 0 0 0 -400px;
 width: 800px;
 background-color: #fff;
 box-shadow: 0 0 20px rgba(0,0,0,.2);
 z-index: 1070;
}
.quickView .k-window-titlebar {
 position: relative;
 margin-top: 0 !important;
 height: 0;
 font-size: 0;
}
.quickView .k-window-titlebar .k-window-title {
 display: none;
}
.quickView .k-window-titlebar .k-window-actions {
 position: absolute;
 top: 15px;
 right: 15px;
 z-index: 1;
}
.quickView .k-window-titlebar .k-window-actions a:after {
 content: '\e901';
 position: absolute;
 top: 10px;
 left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #bbb;
}
.quickView .k-window-titlebar .k-window-actions a {
 position: relative;
 display: block;
 width: 28px;
 height: 28px;
 background: #f9f9f9;
 font-size: 0;
}
.quickView .product-essential {
 float: none;
 width: auto;
 margin: 0;
}
.quickView .popup-header h1 {
 display: block;
 direction: ltr;
 margin: 0;
 padding: 15px 20px;
 border: 0;
 max-width: 90%;
 text-overflow: ellipsis;
 font-weight: bold;
 font-size: 22px;
 color: #444;
 overflow: hidden;
 white-space: nowrap;
}
.quickView .product-content,
.quickView  .related-products-grid {
 background: #f9f9f9;
}
.quickView  .related-products-grid  {
 padding: 10px;
}


/* PRODUCT GALLERY */

/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

.quickView .cloudzoom-blank {
	top: 0;
 right: 0;
	left: 0;
 margin: auto;
 background-image: url('../../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/CRHDR/Content/images/blank.png');
}

.quickView .cloudzoom-zoom-inside {
	z-index: 9;
 border: none;
 box-shadow: none;
 top: 0 !important;
 left: 0 !important;
 right: 0 !important;
 margin: auto; 
}
.quickView .cloudzoom-zoom-inside img {
 right: auto !important;
 bottom: auto !important;
 max-width: none !important;
 max-height: none !important;
}

.quickView .cloudzoom-ajax-loader {
 background-image: url('../../Plugins/SevenSpikes.Nop.Plugins.QuickView/Themes/CRHDR/Content/images/loader.gif');
 width: 32px;
 height: 32px;
}

.quickView .picture a + img {
	top: 0;
 right: 0;
	left: 0;
 margin: auto;
} /* transitional image (on thumbnail click) */

.quickView .gallery {
 display: block; /*Cloud Zoom css override*/
 float: left;
 margin: 0;
 padding: 20px 10px 20px 20px;
 width: 40%;
}
.quickView .gallery .picture {
 text-align: center;
 font-size: 0;
}
.quickView .gallery .picture a {
 display: inline-block;
 max-width: 100%;
 overflow: hidden;
}
.quickView .gallery .picture a:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.quickView .gallery .picture:before {
 display: none; /*theme specific, change if necessary*/
}
.quickView .thumbnails {
 margin: 10px 0 0;
 overflow: hidden;
 text-align: center;
}
.quickView .thumbnails a {
 position: relative;
 float: left;
 margin: 0 0 2% 2%;
 overflow: hidden;
 width: 32%;
}
.quickView .thumbnails a:nth-child(3n+1) {
 clear: both;
 margin-left: 0;
}
.quickView .thumbnails a:before {
 content: "";
 display: block;
 padding-top: 100%; /*square thumb, change if necessary*/
}
.quickView .thumbnails a img {
position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.quickView .links-panel {
 float: right;
 clear: both;
 margin: 0 20px 15px 20px;
}
.quickView .links-panel a {
 text-transform: uppercase;
 font-weight: bold;
 font-size: 14px;
 color: #57b568;
}
.quickView .links-panel a:after {
 content: '\e925';
 display: inline-block;
 margin-left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #ccc;
 vertical-align: middle;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.quickView .links-panel a:hover:after {
 -webkit-transform: translateX(5px);
 transform: translateX(5px);
}


/* PRODUCT OVERVIEW */


.quickView .overview {
 float: right;
 margin: 0;
 padding: 20px 20px 20px 10px;
 width: 60%;
}
.quickView .ui-accordion {
 padding: 0;
 border: 0;
}
.quickView .ui-accordion-header {
 position: relative;
 padding: 15px 10px;
 border-bottom: 1px solid #eee;
 text-transform: uppercase;
 text-align: left;
 font-weight: bold;
 font-size: 14px;
 color: #444;
 cursor: pointer; 
}
.quickView .ui-accordion-header:first-child,
.quickView .ui-accordion-content-active + .ui-accordion-header {
 border-top: 1px solid #eee;
}
.quickView .ui-accordion-header span {
 position: absolute;
 top: 50%;
 right: 10px;
 margin: -14px 0 0;
 width: 28px;
 height: 28px;
 background: #fff;
 cursor: pointer;  
}
.quickView .ui-accordion-header span:after {
 content: '\e923';
 position: absolute;
 top: 10px;
 left: 10px;
 font-family: prisma;
 font-size: 10px;
 color: #bbb;
 -webkit-transition: transform .3s;
 transition: transform .3s;
}
.quickView .ui-icon-circle-arrow-s:after {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
.quickView .ui-accordion-content {
 position: relative;
 overflow: hidden;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box; /* no scrolls fix*/  
}
.quickView .giftcard {
 margin: 20px 0;
}
.quickView .overview .left {
 text-align: left;
}
.quickView .overview .left > div > div,
.quickView .overview .left .manufacturers {
 padding: 15px;
}
.quickView > div > .back-in-stock-subscription {
 padding: 0;
}
.quickView .overview .left > div {
 border-bottom: 1px solid #eee;
}
.quickView .overview .left .label + .value {
 text-align: left;
}
.quickView .overview .left > div {
margin: 5px 0;
}
.quickView .attributes dt {
 float: left;
 padding: 10px 0 10px 10px;
 width: 50%;
 font-size: 14px;
 color: #aaa;
}
.quickView .attributes dd {
 float: left;
 padding: 10px 0;
 width: 50%;
}
.quickView .rental-attributes {
 overflow: hidden;
 border-bottom: 1px solid #eee;
}
.quickView .tier-prices {
 padding-top: 15px;
 border: 0;
}
.quickView .overview .add-to-wishlist,
.quickView .overview .compare-products {
 display: inline-block;
 margin: 6px 4px 6px 0;
 width: auto;
 vertical-align: middle;
}
.quickView .overview .add-to-wishlist-button,
.quickView .overview .add-to-compare-list-button {
 padding: 0 10px 0 50px;
 height: 45px;
 background: #fff;
 text-transform: none;
}
.quickView .overview .add-to-wishlist {
 position: relative;
}
.quickView .overview .add-to-wishlist:after {
 content: '\e91e';
 position: absolute;
 top: 0;
 left: 0;
 width: 45px;
 height: 45px;
 background: #fff;
 line-height: 45px;
 text-align: center;
 font-family: prisma;
 font-size: 17px;
 color: #bbb;
 pointer-events: none;
}
.quickView .overview .add-to-wishlist:hover:after {
 color: #57b568;
}
.quickView .short-description,
.quickView .product-specs-box {
 padding: 20px 5px;
}
.quickView .free-shipping:after {
 width: 50%;
}
.quickView .overview .right ~ div { /*use ~ instead of + because of inbetween <script> tag*/
 clear: both;
}
.quickView .overview .attributes select {
 max-width: 350px; /*depending on window width*/
}
.quickView .attributes .option-list {
 text-align: left;
}
.quickView .giftcard input[type="text"],
.quickView .giftcard input[type="email"],
.quickView .giftcard input[type="tel"],
.quickView .giftcard textarea {
 min-width: 0;
 width: 250px;
 resize: none;
}
.quickView .overview .purchase-area:after {
 content: ' ';
 display: block;
 clear: both;
}
.quickView .overview .purchase-area .prices {
 float: none;
 padding: 10px;
 border-bottom: 1px solid #eee;
 text-align: left;
}
.quickView .add-to-cart-panel {
 padding: 10px 0;
 border-top: 1px solid #eee;
 clear: both;
}
.quickView .add-to-cart-panel .qty-wrapper {
 float: left;
 margin: 5px 15px;
}
.quickView .overview .add-to-cart {
 margin: 0;
}
.quickView .overview .title {
 display: none;
}
.quickView .ajax-cart-button-wrapper {
 width: 58%;
}


/* PRODUCT GRIDS */


.quickView .product-content {
 overflow: hidden; /*remove if you need to move related products grid in the right column*/
}
.quickView .product-grid {
 margin: 0;
}
.quickView .product-grid + .product-grid {
 background: #f9f9f9;
}
.quickView .product-grid .title {
 margin: 0;
 padding: 20px 0;
 text-align: center;
 font-size: 16px;
 color: #444;
}
.quickView .product-grid .title strong {
 font-weight: bold;
}
.quickView .product-grid .item-grid {
 padding: 10px;
 background: transparent;
}
.quickView .item-box {
 margin-top: 5px;
 margin-bottom: 5px;
 width: 18%; /*5 items per row, styled for full width grid, restyle if moving the grid to the right column*/
 overflow: hidden;
 background: #fff;
}
.quickView .related-products-grid,
.quickView .also-purchased-products-grid {
 border-top: 10px solid #fff;
 border-bottom: 0;
 background: #f9f9f9;
}
.quickView .related-products-grid .details,
.quickView .also-purchased-products-grid  .details {
 padding: 0;
 font-size: 13px;
}
.quickView .related-products-grid .add-info,
.quickView .also-purchased-products-grid .add-info {
 display: none;
}
.quickView .item-box .details .product-title {
 padding: 3px;
 height: 38px;
 overflow: hidden;
 font-weight: normal;
 font-size: 14px;
}
.font-playfair-display .quickView .item-box .details .product-title,
.font-fira-sans .quickView .item-box .details .product-title {
 line-height: 1.3;
}
.quickView .item-box:nth-child(3n+1),
.quickView .item-box:nth-child(4n+1) {
 clear: none; /*override theme css*/
}
.quickView .item-box .product-title {
 overflow: hidden;
 height: 35px;
 font-size: 14px;
 font-weight: normal;
}
.quickView .item-box .product-rating-box,
.quickView .item-box .tax-shipping-info,
.quickView .item-box .description,
.quickView .item-box .old-price,
.quickView .item-box .buttons {
 display: none; /*only product-name and actual-price are visible, change if necessary*/
}
.quickView .item-box .details .prices {
 height: auto;
 margin: 0;
}


/* PRODUCT VARIANTS */


.quickView .product-variant-list {
 margin: 15px 0;
}
.quickView .product-variant {
 position: relative;
 float: left;
 width: 32%; /*3 items per row*/
 margin: 0 0 0 2%;
 overflow: hidden;
 text-align: center;
}
.quickView .product-variant:first-child {
 margin-left: 0; /*change to nth-child if the "item-row" model is removed*/
}
.quickView .variant-picture {
 float: none;
 width: 100%;
 height: 100%;
 margin: 0; 
}
.quickView .variant-picture a {
 position: relative;
 display: block;
 overflow: hidden;
}
.quickView .variant-picture a:before {
 content: "";
 display: block;
 padding-top: 100%;
}
.quickView .variant-picture img {
 position: absolute;
 top: 0;
 left:0;
 right: 0;
 bottom: 0;
 width: 100%;
}
.quickView .moreInfoHover {
 display: none;
}
.quickView .variant-info {
 padding: 10px;
 text-align: center;
 font-size: 11px;
 color: #57b568;
 transition: all 0.5s ease;
}
.quickView .product-variant:hover .moreInfoHover {
 left: 101%;
}
.quickView .product-variant:hover .variant-info {
 left: 0;
}
.quickView .variant-info .variant-name {
 margin: 0 0 5px;
 overflow: hidden;
 max-height: 30px;
 font-size: 12px;
}
.quickView .variant-info .variant-name a {
 display: block;
 font-weight: 500;
 text-align: left;
}
.quickView .variant-info .prices {
 display: none;
}
.quickView .variant-info .prices > * {
 float: none;
 color: #fff;
}
.quickView .variant-info .prices label {
 display: none;
}
.quickView .variant-info .product-price {
 text-align: center;
 font-size: 14px;
 color: #57b568;
}
.quickView .variant-info .tax-shipping-info {
 display: none;
}
.variant-grid-info {
 padding: 10px;
}
.quickView .variant-grid-info .compare-products {
 display: none;
}


@media all and (min-width: 1025px) {
 .quickView .also-purchased-products-grid .item-box,
 .quickView .related-products-grid .item-box {
  width: 15%;
  background: none;
 } 
 .quickView .cross-sells .item-box:nth-of-type(6) + .item-box,
 .quickView .also-purchased-products-grid .item-box:nth-of-type(6) + .item-box,
 .quickView .related-products-grid .item-box:nth-of-type(6) + .item-box,
 .quickView .related-products-grid .item-box:nth-child(1n+7) {
  display: none;
 }
}/*!
* Fine Uploader
*
* Copyright 2013, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 4.2.2
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/Widen/fine-uploader.git
*
* Licensed under GNU GPL v3, see LICENSE
*/ 


/*! fineuploader 2014-01-31 */

.qq-uploader{position:relative;width:100%}.qq-upload-button{display:block;width:105px;padding:7px 0;text-align:center;background:#800;border-bottom:1px solid #DDD;color:#FFF}.qq-upload-button-hover{background:#C00}.qq-upload-button-focus{outline:1px dotted #000}.qq-upload-drop-area,.qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.qq-upload-drop-area-active{background:#FF7171}.qq-upload-list{margin:0;padding:0;list-style:none}.qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px;background-color:#FFF0BD}.qq-upload-file,.qq-upload-spinner,.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-failed-text,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{margin-right:12px;display:inline}.qq-upload-file{}.qq-upload-spinner{display:inline-block;background:url(../lib/fineuploader/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-drop-processing{display:block}.qq-drop-processing-spinner{display:inline-block;background:url(../lib/fineuploader/processing.gif);width:24px;height:24px;vertical-align:text-bottom}.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{display:inline}.qq-upload-retry,.qq-upload-delete,.qq-upload-cancel,.qq-upload-pause,.qq-upload-continue{color:#000}.qq-upload-retryable .qq-upload-retry{display:inline}.qq-upload-size,.qq-upload-cancel,.qq-upload-retry,.qq-upload-delete,.qq-upload-pause,.qq-upload-continue{font-size:12px;font-weight:400}.qq-upload-failed-text{display:none;font-style:italic;font-weight:700}.qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.qq-upload-fail .qq-upload-failed-text{display:inline}.qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFF}.qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFF}.qq-progress-bar{display:block;background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);width:0;height:15px;border-radius:6px;margin-bottom:3px}INPUT.qq-edit-filename{position:absolute;opacity:0;filter:alpha(opacity=0);z-index:-1;-ms-filter:"alpha(Opacity=0)"}.qq-upload-file.qq-editable{cursor:pointer}.qq-edit-filename-icon.qq-editable{display:inline-block;cursor:pointer}INPUT.qq-edit-filename.qq-editing{position:static;margin-top:-5px;margin-right:10px;margin-bottom:-5px;opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha(Opacity=100)"}.qq-edit-filename-icon{display:none;background:url(../lib/fineuploader/edit.gif);width:15px;height:15px;vertical-align:text-bottom;margin-right:5px}INPUT.qq-edit-filename.qq-editing~.qq-upload-cancel{display:none}.qq-hide{display:none}
/*! 2014-01-31 */
::selection {
  background-color: #76c043;
  /* WebKit/Blink Browsers */

}
::-moz-selection {
  background-color: #76c043;
  /* Gecko Browsers */

}
.master-header-wrapper,
.navigation-wrapper,
.ui-dialog-titlebar,
.scroll-back-button,
.language-list a:hover,
.ui-autocomplete a.ui-state-focus,
.footer-upper,
.newsletter-email .newsletter-subscribe-button,
.social-sharing a,
.product-viewmode a.selected,
.item-type-2 .bestsellers .product-box-add-to-cart-button:after,
.item-type-1 .product-grid .product-box-add-to-cart-button:before,
.item-type-2 .product-grid .item-box .product-box-add-to-cart-button:hover,
.pager li:before,
.pager li.current-page:before,
.ui-state-highlight,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.ui-tabs .ui-tabs-nav li:before,
.block-account-navigation .list li a:after,
.product-list .item-box .product-box-add-to-cart-button,
input[type=radio]:checked + label:before,
#Newsletter:checked + input + label:after,
.inputs.reversed input:checked + input + label:after,
.selector input:checked + input + label:after,
input[type=checkbox]:checked + label:after,
.field-validation-valid,
.username-available-status,
.poll .buttons input,
.qq-uploader .qq-upload-list li.qq-upload-success,
.attributes .option-list.radio-list li:hover label,
.attributes .option-list.radio-list input[type=radio]:checked + label,
.enter-password-form input[type="submit"],
.address-list-page .add-button input,
.checkout-page .address-item input,
.shipping-method .method-list li label:after,
.payment-method .method-list li label:after,
.totals .actions input,
.totals button,
.buttons .button-1,
.buttons .button-2,
.notify-me-button,
.search-box .search-box-button,
.blog-search-box .search-box-button,
.eu-cookie-bar-notification button,
.vendor-item .picture .hover,
.manufacturer-item .picture .hover,
.productAddedToCartWindowSummary div,
.product-review-box .rating div,
.write-review .rating-options:hover label:hover,
.write-review .rating-options:hover label:hover ~ label,
.write-review .rating-options input:checked ~ label,
.item-box .rating div,
.miniProductDetailsView .add-to-cart .add-btn-hover span,
.address-list .buttons .button-2:hover,
.order-list .buttons .button-2:hover {
  background-color: #76c043;
}
/* dark */

.store-search-box {
  background-color: #5e9c34;
}
/* text color */

.cart .product-name:hover,
.cart .subtotal span,
.header-links a:hover,
.footer-middle li.address:before,
.footer-middle li.phone:before,
.social-sharing a:hover:after,
.block .list > li > a:hover,
.block .sublist > li > a:hover,
.block .sublist > li.active > a,
.block .view-all a,
.block .view-all a:hover:after,
.category-grid .item-box .sub-categories-list li a:hover,
.item-box .actual-price,
.item-box .buttons-wrapper button,
.bestsellers.product-grid .item-box .product-box-add-to-cart-button,
.item-box .buttons-wrapper button:hover:after,
.item-type-1 .product-grid .buttons-wrapper .product-box-add-to-cart-button:after,
.vendor-item:hover .title a,
.manufacturer-item:hover .title a,
.product-no-reviews a,
.product-review-links a:hover,
.product-review-links span + a,
.overview .value a,
.variant-overview .value a,
.overview .back-in-stock-subscription .subscribe-button,
.variant-overview .back-in-stock-subscription .subscribe-button,
.free-shipping:after,
.download-sample-button,
.qq-uploader .qq-upload-button,
.overview .product-price,
.variant-overview .product-price,
.qty-wrapper span:hover:after,
.overview .compare-products:hover:after,
.overview .email-a-friend:hover:after,
.overview .compare-products:hover input,
.overview .email-a-friend:hover input,
.overview .add-to-cart-button:hover span,
.variant-overview .add-to-cart-button:hover span,
.overview .add-to-cart-button:hover span:before,
.variant-overview .add-to-cart-button:hover span:before,
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover,
.product-reviews-page h1 a,
.product-review-item .review-info a,
.wishlist-content button.button-2,
.compare-products-page .clear-list,
.accept-privacy-policy .read,
.check-username-availability-button,
.forgot-password,
.customer-pages-body .data-table td.points-balance,
.address-list .buttons .button-2:after,
.order-list .buttons .button-2:after,
.request-item a,
.return-request-page .data-table td.unit-price,
.file-upload label,
.order-progress li.active-step.last a:before,
.cart-options .common-buttons button,
.terms-of-service a,
.complete-button:hover span,
.complete-button:hover span:before,
#checkout:hover span,
#checkout:hover span:before,
.shipping-method .method-list li label:hover,
.payment-method .method-list li label:hover,
.opc .step-title span,
.order-details-page .btns-wrapper > a,
.products .product-subtotal,
.order-details-page .actions input + input,
.order-total strong,
.cart-total .order-total td.cart-total-right,
.return-request-page .qq-upload-button,
.sitemap-page li,
.blog-posts .read-more,
.news-items .read-more,
.news-list-homepage .view-all,
.blog-details a:hover,
.new-comment .result,
.comment-info .username,
.news-list-homepage .news-title:hover,
.forum-search-box .advanced a,
.forum-search-box .advanced a:hover:after,
.forums-table-section-title > a,
.forums-table-section-title strong,
.forums-table-section .view-all,
.topic-title:hover,
.forums-table-section .forum-title:hover,
.forums-table-section .latest-post .author a,
.forums-table-section .latest-post .origin a,
.forum-actions .actions a,
.topic-actions .actions a,
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button,
.topic-post .post-actions .quote-post a,
.private-messages-page .buttons input + input,
.private-message-send-page .buttons input + input,
.forum-edit-page .buttons input + input,
.move-topic-page .buttons input + input,
.topic-post .username,
.topic-post .pm-button,
.profile-info-box .pm-button,
.topic-post .post-vote > div,
.forum-edit-page strong,
.private-message-send-page a,
.private-messages-page .unread td a,
.private-message-view-page .buttons .delete-pm-button,
.private-message-view-page .buttons input:last-child,
.product-price td + td,
.wishlist-page .share-info a,
.eu-cookie-bar-notification button:hover,
.giftcard-summary label + span,
.cart-collaterals .current-code span,
.footer-powered-by a:hover,
.footer-designed-by a:hover,
.email-a-friend-page .title h2,
.post-navigation a,
.post-title:hover,
.news-title:hover,
.miniProductDetailsView .add-to-cart .add-btn-hover span:hover input,
.cart-collaterals .coupon-code input[type="submit"]:hover,
.cart-collaterals .buttons .estimate-shipping-button:hover,
.edit-item,
.filter-options > div:before {
  color: #76c043;
}
/* border color */

.ajax-loading-block-window,
.product-list .item-box .buttons-wrapper .buttons button,
.product-grid .item-box .buttons-wrapper,
.bestsellers.product-grid .item-box .buttons-wrapper,
.attributes div .qq-uploader {
  border-bottom-color: #76c043;
}
.poll-options li label:hover,
.poll-options li input:checked + label {
  border-left-color: #76c043;
}
.order-progress li.active-step.last a {
  border-top-color: #76c043;
}
.item-type-2 .product-grid .item-box:hover .buttons {
  border-color: #76c043;
}
/*mobile*/

@media screen and (max-width: 1024px) {
  .navigation-wrapper {
 background-color: #76c043;
  }
  /*instant search*/
  
  .store-search-box .search-box-select {
 border-right-color: #76c043;
  }
  .store-search-box .search-box-select {
 background-color: #5e9c34;
  }
  .header-menu > ul li > a:hover,
  .header-menu > ul li > span:hover {
 color: #76c043;
  }
}
/*1024*/

@media screen and (min-width: 1025px) {
  .filter-options > div:before,
  .compare-section.price li {
 color: #76c043;
  }
  .flyout-cart .buttons button,
  .flyout-cart .buttons button + button:hover:before,
  .header-menu .sublist li:hover > a {
 background-color: #76c043;
  }
  .flyout-cart .item .price span,
  .flyout-cart .totals strong,
  .flyout-cart .buttons button:hover span:before,
  .flyout-cart .buttons button:hover,
  .flyout-cart .buttons button + button,
  .footer-block .list > li:hover,
  .downloadable-products-page .download a:hover {
 color: #76c043;
  }
  .header-menu > ul > li:hover > a,
  .header-menu > ul > li:hover > span,
  .header-menu .sublist-wrap {
 background-color: #5e9c34;
  }
}
/*ajaxCart*/

.ajax-cart-button-wrapper input[type="button"],
.productAddedToCartWindowDescription .price {
  color: #76c043;
}
.productAddedToCartWindowSummary div:hover .button-1 {
  color: #76c043;
}
.nopAjaxCartPanelAjaxBusy::after {
  border-bottom-color: #76c043;
}
/*ajaxFilters*/

.selected-options-list > li span,
.priceRangeCurrentPricesPanel span {
  color: #76c043;
}
.ui-slider-range {
  background-color: #5e9c34;
}
.ui-slider-handle,
.ajaxFilters .k-window-titlebar {
  background-color: #76c043;
}
.productPanelAjaxBusy::after {
  border-bottom-color: #76c043;
}
/**sliders */

.nivo-controlNav a.active {
  background-color: #76c043;
}
/*cloud zoom*/

.cloudzoom-ajax-loader:after {
  border-bottom-color: #76c043;
}
/*instant search*/

.instant-search-item .detail .price {
  color: #76c043;
}
/*jCarousel*/

.nop-jcarousel.category-grid .item-box .title:hover a {
  color: #76c043;
}
.full-width-carousel .home-page-product-grid,
.nop-jcarousel .slick-prev:hover,
.nop-jcarousel .slick-next:hover,
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover,
.carousel-cover,
.nop-jcarousel.vendor-grid .item-box .title a:before,
.nop-jcarousel.manufacturer-grid .item-box .title a:before {
  background-color: #76c043;
}
.full-width-carousel .home-page-product-grid .slick-prev:hover,
.full-width-carousel .home-page-product-grid .slick-next:hover,
.full-width-carousel .home-page-product-grid .slick-prev,
.full-width-carousel .home-page-product-grid .slick-next {
  background: #5e9c34;
}
/*mega menu*/

.mega-menu .title:hover,
.mega-menu .box li a:hover {
  color: #76c043;
}
/*quickView*/

.product-list .quick-view-button,
.quickView .k-loading-image {
  border-bottom-color: #76c043;
}
.quick-view-button a,
.item-box .buttons-wrapper a:hover:after,
.quickView .links-panel a,
.quickView .variant-info,
.overview .add-to-wishlist:hover input,
.quickView .overview .add-to-wishlist:hover:after {
  color: #76c043;
}
/*ropc*/

.ropc .ship-to-same-address,
.estimate-shipping button,
.complete-button button {
  background-color: #76c043;
}
.ropc .ship-to-same-address input[type=checkbox]:checked + label::after {
  color: #76c043;
}
/*rich blog*/

.rich-blog-homepage .post-title {
  border-top-color: #76c043;
}
.rich-blog-homepage .view-all,
.blog-instant-search .k-item,
.search-term-highlighter {
  color: #76c043;
}
/*spc*/

.spc-header li:before,
.spc-categories .category-title {
  background-color: #76c043;
}
.spc-body .loading-overlay span,
.spc-categories > .loading-overlay span {
  border-bottom-color: #76c043;
}
.product-ribbon {
  border-top-color: #76c043 !important;
}
.social-sharing li a:before,.ui-tabs .ui-tabs-nav li:before,.item-type-2 .bestsellers .product-box-add-to-cart-button::after,.item-type-1 .product-grid .product-box-add-to-cart-button::before,.overview .add-to-personalize-button:before,.variant-overview .add-to-personalize-button:before,.overview .add-to-cart-button::before,.variant-overview .add-to-cart-button::before,.overview-buttons .add-to-wishlist button::before,.variant-overview .add-to-wishlist-button::before,.pager li::before,.pager li.current-page::before,.miniProductDetailsView .add-to-cart .add-btn-hover span::before,.productAddedToCartWindowSummary a::before,.productAddedToCartWindowSummary div::before,.flyout-cart .buttons button::before,#checkout::before,.complete-button button::before,.block-account-navigation .list li a::after { -webkit-transition-duration: 0s; transition-duration: 0s;}/* Change Admin Bar  */.admin-header-links { background: #262b30; text-align: center;}.admin-header-links a { font-weight: bold; color: #fff;}.admin-header-links a:hover { color: #fff;}/* Force the Advanced Search section to be collapsed */.advanced-search{display:none !important;}/* Hide the search refinement section */.search-input { display: none;}/* Style Error Message for Terms of Service Warning */#terms-of-service-warning-box{color: #ff5874;}/* Style "For Each" and  "Total" text  for product page*/.for-each-text { display: block; text-transform: uppercase; font-size: 12px; font-weight: 600; color: #666;}.total-text { display: block; text-transform: uppercase; font-size: 12px; font-weight: 600; color: #666; margin-top: 10px; margin-bottom: -4px;}.total-price { display: block; font-size: 26px; font-weight: 400;}/* Hide the product tags*/.product-tags-box { display: none;}/* Hide Add to cart and quick view buttons on grids */.product-grid .buttons-wrapper .buttons, .product-grid .buttons-wrapper .product-box-add-to-cart-button, .product-grid .buttons-wrapper .ajax-cart-button-wrapper { display: none !important;}@media (min-width: 1025px){.product-grid .item-box .details { padding-top: 15px; margin-top: 10px;}}/* TEMP!!!!!!!!!  This is to hide the HR Gifter Links until it is ready  */ .account-dropdown-menu li:nth-of-type(5) {  display:none; } .footer-middle div:nth-of-type(2) ul:nth-of-type(2) li:nth-of-type(4) {  display:none; }