/* Less Variables */
/* Reset ================================================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
}
ul > li,
ol > li {
  margin: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
a {
  color: #373737;
  text-decoration: none;
  cursor: pointer;
}
a:visited,
.alink:visited,
a:hover {
  color: #ff6060;
  text-decoration: none;
}
p {
  line-height: 22px;
}
a:focus {
  outline: none;
}
:focus {
  outline: none;
}
h1 {
  font-size: 1.5em;
  line-height: normal;
  font-weight: normal;
}
h2 {
  font-size: 1.33em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0.57em;
}
h3 {
  font-size: 1.09em;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.69em;
}
h4 {
  font-size: 1em;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.75em;
}
h5 {
  font-size: 0.91em;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.83em;
}
h6 {
  font-size: 0.91em;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 0.83em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"] {
  border: 1px solid #eaeaea;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  height: 35px;
  line-height: 35px;
}
button,
input,
select,
textarea {
  margin: 0;
  max-width: 100%;
  font-size: 13px;
}
table {
  border-collapse: separate;
  border-color: #eaeaea;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
table th,
table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding: 10px;
}
caption {
  padding: 10px;
}
.switcher-dropdown {
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.label {
  font-size: 13px;
  padding: 0;
  text-align: left;
}
.fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 20%;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
div.mage-error[generated] {
  font-size: 0.75em;
}
.message.info > *:first-child:before,
.message.success > *:first-child:before {
  font-size: 24px;
}
.message.info,
.page.messages {
  font-size: 13px;
}
.login-container .block .block-title {
  font-size: 1rem;
  text-transform: uppercase;
}
/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 22px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
.custom-row {
  margin-left: -10px;
  margin-right: -10px;
}
.custom-col {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-row-0 {
  margin-left: 0;
  margin-right: 0;
}
.custom-col-0 {
  padding-left: 0;
  padding-right: 0;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-40 {
  margin-left: 40px;
}
.margin-left-50 {
  margin-left: 50px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-40 {
  margin-right: 40px;
}
.margin-right-50 {
  margin-right: 50px;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin: 0;
}
.page.messages {
  max-width: 1200px;
  margin: 0 auto;
}
.page.messages .message.success {
  font-size: 1rem;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  padding: 7px 25px;
  background: #fff;
}
.block-collapsible-nav .content {
  background: none;
  padding: 0;
}
.block-collapsible-nav {
  margin: 0;
}
.block-minicart .block-content > .actions .viewcart,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button,
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .action-gift,
.action.primary,
.review-form .action.submit.primary,
.primary .action.primary,
.actions .action.primary,
.checkout.action.primary {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  border: 1px solid #d1d1d1;
  color: #aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  outline: none;
}
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .action-gift:active,
.cart.table-wrapper .action-gift:focus {
  background: #ff6060;
  color: #fff;
}
.block-minicart .block-content > .actions .viewcart:hover,
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
.review-form .action.submit.primary:hover .action.primary:hover,
.primary .action.primary:hover,
.checkout.action.primary:hover,
.actions .action.primary:hover {
  background: #ff6060 !important;
  color: #fff !important;
  border-color: transparent !important;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: auto;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 10px;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  display: none;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 0;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  border-top: 0;
  background-color: transparent;
}
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 8px;
}
.price-box .price-label {
  display: none;
}
.label {
  color: #555;
}
.rating-summary .rating-result {
  margin-left: 5px;
  width: 57px;
}
.rating-summary .rating-result:before {
  font-family: FontAwesome;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-size: 11px;
  height: 11px;
  letter-spacing: 1px;
  line-height: 1;
  top: 0px;
}
.rating-summary .rating-result span:before {
  color: #c8a760;
  font-family: FontAwesome;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  letter-spacing: 1px;
}
.rating-summary .rating-result span span {
  display: none;
}
.products-list .product-ratting .product-reviews-summary .rating-summary {
  display: block;
  text-align: right;
}
.product-reviews-summary .reviews-actions {
  font-size: 13px;
  margin-left: 10px;
  padding-left: 10px;
}
.block-authentication .block-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.modal-header,
.modal-content {
  box-shadow: none;
  border: 0;
}
.modal-popup {
  text-align: center;
}
.modal-popup .modal-inner-wrap {
  position: static;
  margin: 0;
  margin: auto;
  width: 50%;
  border: 5px solid #ddd;
}
.modal-popup .action-close {
  padding: 0px;
  z-index: 99;
}
.modal-popup .modal-header {
  padding: 0;
}
.modal-popup .modal-content {
  padding-bottom: 10px;
}
.modal-popup .modal-footer {
  padding: 10px 0;
  text-align: center;
}
.modal-popup .modal-footer button {
  margin: 0 10px;
}
.sidebar .product-items .product-item {
  padding: 0;
}
.sidebar .product-items .product-item-actions {
  display: none;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: normal;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  border-color: #ff6060;
}
.abs-account-blocks .block-title > strong,
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.block-reorder .product-item,
.block-reorder .product-list-item {
  padding-left: 0;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1210px;
}
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  border-left: 1px solid #a6a6a6;
  vertical-align: -1px;
}
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.message.success {
  color: #666;
  background: #f1f1f1;
}
.message.success > *:first-child:before {
  color: #333;
}
.minicart-items .product-item-name a {
  color: #333;
}
.minicart-items .product-item-name a:hover {
  color: #ff6060;
}
.block-minicart .block-content > .actions .viewcart {
  display: block;
  padding: 7px 15px;
  background: #333;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.page-title-wrapper {
  text-align: left;
}
.customer-account-login .page-title-wrapper {
  text-align: center;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  margin: auto;
  border: 1px solid #eee;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-container .fieldset:after {
  display: none;
}
.login-container .fieldset .label {
  display: none;
}
.login-container .block.block-customer-login {
  float: none;
  margin: auto;
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 50px;
}
.login-container .block.block-customer-login .block-title strong {
  font-family: 'Montserrat', sans-serif;
}
.login-container .block.block-customer-login .actions-toolbar {
  text-align: center;
}
.login-container .block.block-customer-login .actions-toolbar .primary {
  float: none;
}
.login-container .block.block-customer-login .actions-toolbar .secondary {
  display: block;
  text-align: center;
  float: none;
}
.login-container .block.block-customer-login .actions-toolbar .secondary a {
  color: #aaa;
  text-transform: capitalize;
}
.login-container .block.block-customer-login .actions-toolbar .secondary a:hover {
  color: #ff6060;
}
.login-container .block.block-customer-login .control {
  width: 100%;
}
.login-container .block.block-new-customer {
  text-align: center;
  float: none;
  margin: auto;
}
.login-container .block.block-new-customer .block-title {
  border-bottom: 0;
  padding: 0;
}
.login-container .block.block-new-customer .block-title strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.login-container .block.block-new-customer .actions-toolbar .primary {
  float: none;
  margin: 0;
}
.login-container .block.block-new-customer .actions-toolbar .primary a {
  margin: 0;
  padding: 12px 30px;
  background: #ff6060;
  border: 3px solid #ff6060;
  color: #fff;
}
.login-container .block.block-new-customer .actions-toolbar .primary a:hover {
  background: none;
  color: #333;
}
.password.forget {
  text-align: center;
}
.password.forget .fieldset .control {
  width: 100%;
}
.password.forget .actions-toolbar .primary {
  float: none;
}
.password.forget .actions-toolbar .primary button {
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.password.forget .actions-toolbar .secondary {
  float: none;
  display: block;
}
.password.forget .actions-toolbar .secondary a {
  text-transform: capitalize;
  color: #aaa;
}
.password.forget .actions-toolbar .secondary a:hover {
  color: #ff6060;
}
.block-dashboard-info {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block-dashboard-info .block-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.block-dashboard-info .block-title strong {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.block-dashboard-info .box-information {
  float: left;
  clear: left;
  width: 48%;
}
.block-dashboard-info .box-information .box-title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-info .box-information a {
  color: #aaa;
}
.block-dashboard-info .box-information a:hover {
  color: #ff6060;
}
.block-dashboard-info .box-newsletter {
  float: right;
  clear: right;
  width: 48%;
}
.block-dashboard-info .box-newsletter .box-title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-info .box-newsletter a {
  color: #aaa;
}
.block-dashboard-info .box-newsletter a:hover {
  color: #ff6060;
}
.block-dashboard-addresses {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block-dashboard-addresses .block-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.block-dashboard-addresses .block-title strong {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.block-dashboard-addresses .block-title a {
  font-family: 'Montserrat', sans-serif;
  color: #aaa;
  float: right;
}
.block-dashboard-addresses .box-billing-address {
  float: left;
  clear: left;
  width: 48%;
}
.block-dashboard-addresses .box-billing-address .box-title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-addresses .box-billing-address a {
  color: #aaa;
}
.block-dashboard-addresses .box-billing-address a:hover {
  color: #ff6060;
}
.block-dashboard-addresses .box-shipping-address {
  float: right;
  clear: right;
  width: 48%;
}
.block-dashboard-addresses .box-shipping-address .box-title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-addresses .box-shipping-address a {
  color: #aaa;
}
.block-dashboard-addresses .box-shipping-address a:hover {
  color: #ff6060;
}
.block.account-nav {
  border: 1px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.block.account-nav .title {
  margin: 0;
}
.block.account-nav .title strong {
  padding: 12px 15px;
  display: block;
  background: #eee;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 18px;
}
.block.account-nav .nav {
  padding: 15px;
}
.block.account-nav .nav li {
  line-height: 30px;
  padding: 0;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
}
.block.account-nav .nav li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.block.account-nav .nav li a {
  display: block;
  color: #999;
  background: none;
  padding: 0;
}
.block.account-nav .nav li a:hover {
  color: #ff6060;
}
.rokan-product-heading {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.rokan-product-heading h2 {
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.rokan-product-heading p {
  letter-spacing: 2px;
  font-size: 14px;
  color: #a0a0a0;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  display: none;
}
.heading-style-2 .rokan-product-heading {
  text-align: center;
  margin-bottom: 40px;
}
.heading-style-2 .rokan-product-heading .des {
  display: block;
}
.heading-style-3 .rokan-product-heading {
  text-align: center;
  margin-bottom: 80px;
}
.heading-style-3 .rokan-product-heading .des {
  display: block;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.opc-wrapper .step-title:after,
.opc-block-shipping-information .shipping-information-title:after,
.opc-block-summary > .title:after,
.checkout-agreements-items .checkout-agreements-item-title:after {
  content: "";
  width: 30px;
  border-top: 3px solid #ff6060;
  position: absolute;
  left: 0;
  bottom: 0;
}
.review-form .action.submit.primary {
  border: 0;
}
.review-form .action.submit.primary:hover {
  border: 0;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: center;
}
.page-title-wrapper .page-title .base,
.block.filter .page-title .base,
.block-compare .page-title .base,
.block-wishlist .page-title .base,
.page-title-wrapper .filter-title .base,
.block.filter .filter-title .base,
.block-compare .filter-title .base,
.block-wishlist .filter-title .base,
.page-title-wrapper .block-title .base,
.block.filter .block-title .base,
.block-compare .block-title .base,
.block-wishlist .block-title .base,
.page-title-wrapper .page-title strong,
.block.filter .page-title strong,
.block-compare .page-title strong,
.block-wishlist .page-title strong,
.page-title-wrapper .filter-title strong,
.block.filter .filter-title strong,
.block-compare .filter-title strong,
.block-wishlist .filter-title strong,
.page-title-wrapper .block-title strong,
.block.filter .block-title strong,
.block-compare .block-title strong,
.block-wishlist .block-title strong {
  font-size: 20px;
  color: #333;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: bold;
}
.block-compare .actions-toolbar .primary .action {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
}
.block-compare .actions-toolbar .primary .action:hover {
  background: transparent !important;
  color: #ff6060 !important;
}
.block.filter {
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #efefef;
}
.page-main {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  display: inline-block;
}
.cms-index-index .page-main {
  display: none;
}
.header-container {
  width: 100%;
  float: left;
}
.header-container .top-link-container {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.header-container .top-link-container .switcher {
  float: left;
}
.header-container .top-link-container .switcher.language {
  margin-right: 20px;
  border-right: 1px solid #eee;
}
.header-container .top-link-container .switcher .label {
  display: none;
}
.header-container .top-link-container .switcher .switcher-options {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 15px;
}
.header-container .top-link-container .switcher .switcher-options strong {
  color: #333;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.header-container .top-link-container .switcher .switcher-options:hover .switcher-dropdown {
  display: block;
}
.header-container .top-link-container .switcher .switcher-options .fa {
  margin-left: 5px;
  vertical-align: middle;
}
.header-container .top-link-container .switcher .switcher-options .switcher-dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 9;
  display: none;
  padding: 0px 15px;
  min-width: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.header-container .top-link-container .switcher .switcher-options .switcher-dropdown li {
  margin-bottom: 0;
}
.header-container .top-link-container .switcher .switcher-options .switcher-dropdown li a {
  padding: 10px 0;
  line-height: 1;
  display: block;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  color: #333;
}
.header-container .top-link-container .switcher .switcher-options .switcher-dropdown li a:hover {
  color: #ff6060;
}
.header-container .top-link-container .switcher .switcher-options .switcher-dropdown li:last-child a {
  border-bottom: 0;
}
.header-container .top-link-container .links {
  font-size: 13px;
  color: #333;
  float: right;
}
.header-container .top-link-container .links li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #eee;
}
.header-container .top-link-container .links li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.header-container .top-link-container .links li a {
  color: #333;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.header-container .top-link-container .links li a:hover {
  color: #ff6060;
}
.header-container .box-left-header {
  float: left;
}
.header-container .box-right-header {
  float: right;
  position: relative;
}
.header-container .box-right-header .header-right {
  float: right;
  padding: 20px 0;
  margin-left: 20px;
}
.header-container .box-right-header .header-right .icon-simple {
  font-size: 20px;
  color: #1b1b1b;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.header-container .box-right-header .header-right .counter.qty {
  position: absolute;
  min-width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #222222;
  line-height: 18px;
  padding: 0;
  margin: 0;
  text-align: center;
  bottom: -6px;
  right: -10px;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  display: block;
}
.header-container .box-right-header .quick-access {
  float: left;
  margin-left: 10px;
}
.header-container .box-right-header .quick-access > i {
  width: 25px;
  height: 25px;
  border: 2px solid #111;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.header-container .box-right-header .quick-access .menu-overlay {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: scroll;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-container .box-right-header .quick-access .menu-overlay.show {
  z-index: 9998;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-container .box-right-header .quick-access .access-content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  background: #fff;
  color: #777;
  z-index: 9999;
  overflow: scroll;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-container .box-right-header .quick-access .access-content .menu-title {
  background: #f0f0f0;
  display: block;
  padding: 20px;
  text-transform: uppercase;
  color: #777;
  font-size: 16px;
  position: relative;
}
.header-container .box-right-header .quick-access .access-content .menu-title .close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1000;
  opacity: 1;
}
.header-container .box-right-header .quick-access .access-content .menu-title .close:after,
.header-container .box-right-header .quick-access .access-content .menu-title .close:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #777;
  right: 45%;
}
.header-container .box-right-header .quick-access .access-content .menu-title .close:before {
  -webkit-transform: skew(45deg, 0deg);
  -ms-transform: skewX(45deg) skewY(0deg);
  transform: skew(45deg, 0deg);
}
.header-container .box-right-header .quick-access .access-content .menu-title .close:after {
  -webkit-transform: skew(-45deg, 0deg);
  -ms-transform: skewX(-45deg) skewY(0deg);
  transform: skew(-45deg, 0deg);
}
.header-container .box-right-header .quick-access .access-content .menu-content {
  padding: 20px;
  text-align: left;
}
.header-container .box-right-header .quick-access .access-content .menu-content .links li a {
  line-height: 35px;
  color: #777;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-container .box-right-header .quick-access .access-content .menu-content .links li a:hover {
  color: #ff6060;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-label span {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: normal;
  color: #666;
  display: block;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options {
  padding-left: 10px;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options .switcher-trigger span {
  color: #000;
  font-size: 16px;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options .switcher-trigger span i {
  display: none;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options .switcher-dropdown .active a {
  color: #000;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options .switcher-dropdown a {
  display: block;
  color: #777;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0px center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-container .box-right-header .quick-access .access-content .menu-content .switcher-options .switcher-dropdown a:hover {
  color: #ff6060;
}
.header-container .box-right-header .quick-access .access-content .language .view-en a {
  background: url(../images/en.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-fr a {
  background: url(../images/fr.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-ge a {
  background: url(../images/ge.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-gr a {
  background: url(../images/gr.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-it a {
  background: url(../images/it.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-ja a {
  background: url(../images/ja.png);
}
.header-container .box-right-header .quick-access .access-content .language .view-br a {
  background: url(../images/br.png);
}
.header-container .box-right-header .quick-access .access-content.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.header-container .header {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.header-container .header .logo {
  padding: 17px 0;
  float: none;
  margin: 0;
  display: block;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.header-container .header .logo img {
  max-height: 100%;
  display: inline;
  width: auto;
}
.header-container .header .box-links-wishlist {
  float: left;
  margin-left: 20px;
  position: relative;
}
.header-container .header .search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  opacity: 0.5;
  z-index: 998;
}
.header-container .header .block-search {
  float: left;
  position: relative;
  display: block;
  width: auto;
  margin-left: 20px;
  padding: 0;
  z-index: 9;
}
.header-container .header .block-search .block-title {
  display: none;
}
.header-container .header .block-search .block-content {
  line-height: 1;
}
.header-container .header .block-search .block-content .dropdown .dropdown-menu {
  right: -15px;
  left: auto;
  min-width: 435px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  z-index: 1000;
}
.header-container .header .block-search .block-content .dropdown label {
  display: none;
}
.header-container .header .block-search .block-content .dropdown .top-search .fa {
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
.header-container .header .block-search .block-content .dropdown .control {
  margin: 0;
  padding: 0;
  border: none;
}
.header-container .header .block-search .block-content .dropdown input {
  padding: 0;
  width: 100%;
  padding-right: 45px;
  margin: 0;
  border: 0;
  color: #555555;
  padding-left: 15px;
  font-size: 14px;
  position: static;
}
.header-container .header .block-search .block-content .dropdown .action.search {
  padding: 0;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background: none;
  line-height: 0;
  border: none;
}
.header-container .header .block-search .block-content .dropdown .action.search:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.header-container .header .block-search .block-content .dropdown .action.search:hover {
  background: transparent !important;
}
.header-container .header .block-search .block-content .dropdown .action.search:hover:before {
  color: #ff6060 !important;
}
.header-container .header .block-search .block-content .dropdown .action.search span {
  float: left;
  text-indent: -999999px;
}
.header-container .header .block-search .nested {
  position: static;
  margin-top: 18px;
  display: none !important;
}
.header-container .header .block-search .nested a {
  color: #666666;
}
.header-container .header #minicart-content-wrapper #btn-minicart-close {
  color: #333 !important;
  background: transparent !important;
}
.header-container .header #minicart-content-wrapper #btn-minicart-close:hover {
  background: transparent !important;
}
.header-container .header #minicart-content-wrapper #btn-minicart-close:hover:before {
  color: #ff6060;
}
.header-container .header .minicart-wrapper {
  padding: 0px;
  margin: 0 0 0 20px;
  float: left;
}
.header-container .header .minicart-wrapper .block-minicart {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  margin-top: 0;
}
.header-container .header .minicart-wrapper .block-minicart:after,
.header-container .header .minicart-wrapper .block-minicart:before {
  display: none;
}
.header-container .header .minicart-wrapper .block-minicart .items-total {
  float: left;
}
.header-container .header .minicart-wrapper .block-minicart .subtotal {
  clear: both;
  margin-bottom: 20px;
}
.header-container .header .minicart-wrapper .block-minicart .subtotal .label {
  float: left;
  line-height: 1;
}
.header-container .header .minicart-wrapper .block-minicart .subtotal .price-container {
  line-height: 1;
}
.header-container .header .minicart-wrapper .product {
  position: relative;
}
.header-container .header .minicart-wrapper .product .actions {
  margin: 0;
  bottom: 0;
  position: absolute;
  right: 0;
}
.header-container .header .minicart-wrapper .minicart-items .product-item-name {
  line-height: 1.5;
}
.header-container .header .minicart-wrapper .minicart-items .product-item-details {
  position: relative;
  text-align: left;
}
.header-container .header .minicart-wrapper .minicart-items .product-item-details .details-qty {
  line-height: 1;
}
.header-container .header .minicart-wrapper .minicart-items .product-item-details .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333;
}
.header-container .header .minicart-wrapper .minicart-items .product-item-pricing label {
  width: auto;
}
.header-container .header .minicart-wrapper .icon-cart-header {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.header-container .header .minicart-wrapper .icon-cart-header .fa {
  font-size: 24px;
  color: #333;
}
.header-container .header .minicart-wrapper .cart-total .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #666;
}
.header-container .header .minicart-wrapper .action.showcart:before {
  display: none;
}
.header-container.content {
  padding: 30px 0;
  min-height: 50px;
  position: relative;
}
.header-top-links {
  background: #282828;
}
.header-top-links .header-contact {
  letter-spacing: 1px;
}
.header-top-links .header-contact span {
  padding: 10px;
  color: #a1a1a1;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-top-links .header-contact span:hover {
  background: #3f3e43;
}
.header-top-links .header-contact .phone:before {
  content: "\f003";
  font-family: 'FontAwesome';
  font-style: 14px;
  margin-right: 7px;
}
.header-top-links .header-contact .email:before {
  content: "\f095";
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.header-top-links .links {
  float: right;
}
.header-top-links .links li {
  display: inline-block;
}
.header-top-links .links li a {
  color: #a1a1a1;
  padding: 10px 15px;
  display: block;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-top-links .links li:hover a {
  background: #3f3e43;
}
.header-top-links .links li.item.link.compare {
  display: none;
}
.header-top-links .links li.wishlist {
  display: none;
}
.header-top-links-style-2 {
  background: #f2f2f2;
  color: #a1a1a1;
}
.header-top-links-style-2 .header-contact span:hover {
  background: transparent;
}
.header-top-links-style-2 .header-contact span:first-child {
  padding-left: 2px;
}
.header-top-links-style-2 .links li:hover a {
  background: transparent;
  color: #ff6060;
}
.header-top-links-style-3 {
  background: #000;
  color: #fff;
}
.header-top-links-style-3 .header-contact span,
.header-top-links-style-3 .links li a {
  color: #fff;
}
.header-top-links-style-3 .header-contact span:hover {
  background: #3f3e43;
}
.header-top-links-style-3 .header-contact span:first-child {
  padding-left: 0;
}
.header-top-links-style-3 .links li:hover a {
  background: #3f3e43;
}
.cms-index-index .header {
  border-bottom: 0;
}
.header-style-1 .header {
  padding: 0 30px;
}
.header-style-2 .header {
  box-shadow: none;
  padding: 15px 0;
}
.header-style-3 .header {
  display: flex;
  padding: 0;
  box-shadow: none;
}
.header-style-3 .header .box-logo-header {
  width: 350px;
  text-align: center;
}
.header-style-3 .header .box-right-header,
.header-style-3 .header .top-menu {
  width: 100%;
}
.header-style-3 .header .header-right {
  float: right;
}
.header-style-4 .header {
  padding: 15px 0;
  box-shadow: none;
}
.header-style-4 .header .box-links-wishlist {
  display: none;
}
.header-style-4 .header .minicart-wrapper {
  float: right;
}
.header-style-4 .header .quick-access {
  margin-left: 20px;
}
.header-style-5 .header {
  padding: 15px 0;
}
.header-style-5 .header .box-left-header {
  width: 25%;
  float: left;
}
.header-style-5 .header .box-right-header {
  width: 20%;
  float: right;
}
.header-style-5 .header .box-right-header .header-right {
  float: right;
}
.header-style-5 .header .top-search-style-2 {
  width: 55%;
  float: left;
}
.header-style-5 .header .top-search-style-2 .block-search {
  float: none;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.header-style-5 .header .top-search-style-2 .block-search .block-content {
  display: inline-block;
  width: 100%;
}
.header-style-5 .header .top-search-style-2 .block-search .block-content .dropdown-toggle {
  display: none;
}
.header-style-5 .header .top-search-style-2 .block-search .block-content .search-content {
  display: inline-block;
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 37px;
  line-height: 1;
  border: 2px solid #000;
  overflow: hidden;
  margin-top: 15px;
  box-shadow: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.header-style-5 .header .top-search-style-2 .block-search .block-content .search-content .input-text {
  line-height: 35px;
  height: 35px;
}
.header-style-5 .header .top-search-style-2 .block-search .block-content .search-content .action.search:before {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.header-style-6 .header {
  padding-top: 15px;
}
.header-style-6 .header-content {
  display: flex;
}
.header-style-6 .header-content .header-content-inner {
  width: 100%;
}
.block-policies {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.block-policies .p-col {
  line-height: 30px;
  margin-bottom: 30px;
}
.block-policies .p-col .fa {
  font-size: 45px;
  color: #838182;
  float: left;
  margin-right: 25px;
}
.block-policies .p-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #353535;
}
.block-policies .p-col span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  color: #353535;
  letter-spacing: 1px;
  line-height: 1;
  display: block;
}
.box-new .rokan-newproduct .rokan-product-heading {
  margin-top: 0;
}
.product-item,
.product-list-item {
  padding: 0 15px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.product-item:hover .product-photo .image0,
.product-list-item:hover .product-photo .image0 {
  z-index: -1;
  opacity: 0;
}
.product-item:hover .product-photo .image1,
.product-list-item:hover .product-photo .image1 {
  opacity: 1;
  z-index: 1;
  top: 0;
}
.product-item:hover .product-photo .add-to-links,
.product-list-item:hover .product-photo .add-to-links {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-item .product-photo,
.product-list-item .product-photo {
  position: relative;
  z-index: 1111;
  overflow: hidden;
}
.product-item .product-photo .image-switch,
.product-list-item .product-photo .image-switch {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-item .product-photo .image1,
.product-list-item .product-photo .image1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.product-item .box-add-to-links,
.product-list-item .box-add-to-links {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.product-item .add-to-links,
.product-list-item .add-to-links {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 13px 15px;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 6px 1px #eee;
  box-shadow: 0px 0px 6px 1px #eee;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-item .add-to-links li,
.product-list-item .add-to-links li {
  float: left;
  margin: 0 5px;
  padding-left: 10px;
  border-left: 1px solid #eee;
  line-height: 12px;
}
.product-item .add-to-links li:first-child,
.product-list-item .add-to-links li:first-child {
  border-left: 0;
  padding-left: 0;
}
.product-item .add-to-links li .fa,
.product-list-item .add-to-links li .fa {
  display: block;
}
.product-item .add-to-links li a,
.product-list-item .add-to-links li a,
.product-item .add-to-links li .btn-add-to-cart,
.product-list-item .add-to-links li .btn-add-to-cart,
.product-item .add-to-links li .stock,
.product-list-item .add-to-links li .stock {
  border-radius: 0;
  text-align: center;
  color: #444;
  display: block;
  padding: 0;
  background: transparent;
  border: none;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-item .add-to-links li a:hover,
.product-list-item .add-to-links li a:hover,
.product-item .add-to-links li .btn-add-to-cart:hover,
.product-list-item .add-to-links li .btn-add-to-cart:hover,
.product-item .add-to-links li .stock:hover,
.product-list-item .add-to-links li .stock:hover {
  background: transparent !important;
  border: none;
  outline: none;
}
.product-item .add-to-links li .stock,
.product-list-item .add-to-links li .stock {
  position: relative;
}
.product-item .add-to-links li .stock span,
.product-list-item .add-to-links li .stock span {
  position: absolute;
  top: -35px;
  width: 90px;
  height: 25px;
  line-height: 25px;
  background: #333;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -45px;
  display: none;
}
.product-item .add-to-links li .stock span:before,
.product-list-item .add-to-links li .stock span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.product-item .add-to-links li .stock:hover span,
.product-list-item .add-to-links li .stock:hover span {
  display: block;
}
.product-item .product-list-add-to-links,
.product-list-item .product-list-add-to-links {
  text-align: right;
  float: right;
  width: 100%;
}
.product-item .product-list-add-to-links .btn-add-to-cart,
.product-list-item .product-list-add-to-links .btn-add-to-cart {
  background: #f4f4f4;
  color: #b6b6b6;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 40px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  margin-bottom: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-item .product-list-add-to-links .btn-add-to-cart:hover,
.product-list-item .product-list-add-to-links .btn-add-to-cart:hover {
  background: #ff6060;
  color: #fff;
}
.product-item .product-list-add-to-links li,
.product-list-item .product-list-add-to-links li {
  line-height: 1;
}
.product-item .product-list-add-to-links li a,
.product-list-item .product-list-add-to-links li a {
  padding-left: 20px;
  position: relative;
}
.product-item .product-list-add-to-links li a i,
.product-list-item .product-list-add-to-links li a i {
  position: absolute;
  left: 0;
  top: 2px;
}
.product-item .product-list-add-to-links .product-ratting,
.product-list-item .product-list-add-to-links .product-ratting {
  margin-bottom: 15px;
  float: right;
}
.product-item .product-list-add-to-links .product-ratting .product-reviews-summary,
.product-list-item .product-list-add-to-links .product-ratting .product-reviews-summary {
  float: right;
}
.product-item .product-list-add-to-links .tocompare,
.product-list-item .product-list-add-to-links .tocompare,
.product-item .product-list-add-to-links .towishlist,
.product-list-item .product-list-add-to-links .towishlist {
  color: #b6b6b6;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  display: inline-block;
  line-height: 15px;
  margin-bottom: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-item .product-list-add-to-links .tocompare:hover,
.product-list-item .product-list-add-to-links .tocompare:hover,
.product-item .product-list-add-to-links .towishlist:hover,
.product-list-item .product-list-add-to-links .towishlist:hover {
  color: #ff6060;
}
.product-item .box-label-product,
.product-list-item .box-label-product {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1111;
}
.product-item .box-label-product .label-product,
.product-list-item .box-label-product .label-product {
  z-index: 7;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  line-height: 27px;
  text-align: center;
  padding: 0 12px;
}
.product-item .box-label-product .label-sale,
.product-list-item .box-label-product .label-sale {
  background-color: #b2cc29;
}
.product-item .box-label-product .label-new,
.product-list-item .box-label-product .label-new {
  background-color: #111;
}
.product-item .product-info,
.product-list-item .product-info {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.product-item .product-info .product-name,
.product-list-item .product-info .product-name {
  margin-bottom: 10px;
}
.product-item .product-info .product-name a,
.product-list-item .product-info .product-name a {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}
.product-item .product-info .product-name a:hover,
.product-list-item .product-info .product-name a:hover {
  color: #ff6060;
}
.product-item .product-info .price-box,
.product-list-item .product-info .price-box {
  display: inline-block;
  margin: 0;
}
.product-item .product-info .price-box .price,
.product-list-item .product-info .price-box .price {
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #111;
  font-weight: normal;
  font-weight: bold;
}
.product-item .product-info .price-box .special-price,
.product-list-item .product-info .price-box .special-price {
  display: inline-block;
}
.product-item .product-info .price-box .old-price,
.product-list-item .product-info .price-box .old-price {
  padding-left: 5px;
  line-height: 22px;
  display: inline-block;
}
.product-item .product-info .price-box .old-price .price,
.product-list-item .product-info .price-box .old-price .price {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #aaa;
}
.product-item .product-info .product-ratting,
.product-list-item .product-info .product-ratting {
  font-size: 11px;
  margin-bottom: 10px;
  display: inline-block;
}
.product-item .product-info .product-ratting .product-reviews-summary,
.product-list-item .product-info .product-ratting .product-reviews-summary {
  margin: 0;
}
.product-item .product-info .product-ratting .product-reviews-summary .reviews-actions,
.product-list-item .product-info .product-ratting .product-reviews-summary .reviews-actions {
  display: none;
}
.product-item .tocompare:before {
  display: none;
}
.products-list .product-item {
  margin-bottom: 30px;
}
.products-list .product-item .product-info {
  border-bottom: 1px solid #ededed;
}
.products-list .product-item .product-info .product-ratting {
  float: right;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.products-list .product-item .product-info .product-ratting .product-reviews-summary {
  float: right;
}
.products-list .product-item .product-info .product-ratting .reviews-actions {
  display: block;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.products-list .product-item .product-info .product-ratting .reviews-actions a {
  color: #888;
}
.products-list .product-item .product-info .product-ratting .reviews-actions a:hover {
  color: #ff6060;
}
.products-list .product-item .product-info .price-box {
  float: none;
  display: block;
  text-align: left;
  margin-bottom: 20px;
}
.products-list .product-item .product-info .price-box .price {
  font-size: 22px;
}
.products-list .product-item .product-info .price-box .old-price .price {
  font-size: 16px;
}
.products-list .product-item .product-photo {
  margin: 0;
}
.products-list .product-item .product-item-details {
  text-align: left;
  position: relative;
}
.products-list .product-item .product-item-details:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: #ededed;
}
.products-list .product-item .product-item-details .product-name {
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
}
.products-list .product-item .product-item-details .product-name a {
  color: #333;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.products-list .product-item .product-item-details .product-name a:hover {
  color: #ff6060;
}
.products-list .product-item .product-item-details .product-item-description {
  margin: 0 0 20px 0;
  color: #888;
  line-height: 20px;
  font-size: 13px;
}
.products-list .product-item .product-item-details .product-item-description ul li {
  padding: 2px 20px;
  position: relative;
  text-align: left;
}
.products-list .product-item .product-item-details .product-item-description ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #ff6060;
  margin-right: 5px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
}
.products-list .product-item .product-item-details .product-reviews-summary {
  margin-bottom: 15px;
}
.full-bg-slider-product {
  background: #f8f8f8;
  padding-bottom: 50px;
}
.product-tabs-wrap {
  margin-top: 50px;
}
.product-tabs-wrap .box-title {
  margin-bottom: 30px;
}
.product-tabs-wrap .box-title ul li {
  text-transform: uppercase;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #eee;
  font-size: 16px;
  cursor: pointer;
  line-height: 15px;
  color: #818181;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.product-tabs-wrap .box-title ul li:last-child {
  border-right: transparent;
}
.product-tabs-wrap .box-title ul li.active,
.product-tabs-wrap .box-title ul li:hover {
  color: #ff6060;
}
.product-tabs-style-2 .box-title {
  margin-bottom: 80px;
}
.product-tabs-style-2 .box-title ul.tabs {
  text-align: center;
}
.product-tabs-style-3 .box-title ul li.active,
.product-tabs-style-3 .box-title ul li:hover {
  color: #000;
}
.product-tabs-style-3 .box-title ul li {
  border: 0;
  position: relative;
  padding-right: 30px;
  margin-right: 20px;
  font-weight: 400;
  color: #aaa;
  font-size: 14px;
}
.product-tabs-style-3 .box-title ul li:before {
  content: '/';
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
}
.product-tabs-style-3 .box-title ul li:last-child:before {
  display: none;
}
.box-banner-top-content {
  width: 100%;
  float: left;
}
.banner-item {
  overflow: hidden;
  text-align: center;
}
.banner-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-item a:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(33, 33, 33, 0.5);
  opacity: 0;
}
.banner-item img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.banner-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.banner-item:hover a:before {
  z-index: 1;
  opacity: 1;
}
.banner-content-style-1 .banner-item {
  margin-bottom: 30px;
}
.banner-content-style-2 .banner-item,
.banner-content-style-3 .banner-item,
.banner-content-style-4 .banner-item,
.banner-content-style-5 .banner-item,
.banner-content-style-6 .banner-item {
  margin-bottom: 20px;
}
.box-slider-baner-content {
  width: 63.6%;
}
.box-banner-left-content {
  width: 34.5%;
}
.box-banner-middle {
  margin-top: 80px;
}
.box-banner-middle .col1,
.box-banner-middle .col3 {
  position: relative;
}
.box-banner-middle .col1 .banner-info,
.box-banner-middle .col3 .banner-info {
  background: #fff;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  padding: 70px 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.box-banner-middle .col1 .banner-info h3,
.box-banner-middle .col3 .banner-info h3 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 30px 0 10px;
  text-transform: uppercase;
}
.box-banner-middle .col1 .banner-info p,
.box-banner-middle .col3 .banner-info p {
  padding-bottom: 25px;
  background: url(../images/bg-product-heading.png) 50% 100% no-repeat;
  margin-bottom: 20px;
}
.box-banner-middle .col1 .banner-info a,
.box-banner-middle .col3 .banner-info a {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.box-banner-middle .col1:hover .banner-info,
.box-banner-middle .col3:hover .banner-info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.rokan-brand-heading span {
  color: #a0a0a0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
  margin-top: 7px;
}
.brand-logo {
  padding-bottom: 20px;
}
.brand-logo ul li {
  float: left;
  width: 20%;
}
.brand-logo ul li a {
  display: block;
  text-align: center;
}
.group-product .product-item {
  margin-bottom: 30px;
  padding: 0;
  clear: both;
  overflow: hidden;
}
.group-product .product-item .product-photo.pull-left {
  margin-right: 18px;
  width: 90px;
}
.group-product .product-item .product-name {
  margin-top: 0;
}
.product-style-2 .product-item .product-photo {
  border: 5px solid #f5f5f5;
  border-bottom: 0;
}
.product-style-2 .product-item .product-info {
  border: 5px solid #f5f5f5;
  border-top: 0;
  background: #f5f5f5;
  padding: 20px 0;
}
.product-style-3 .owl-carousel {
  padding: 0 10px;
}
.product-style-3 .product-item {
  padding: 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.product-style-3 .product-item .product-info {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
.product-style-3 .product-item:last-child {
  border-bottom: 0;
}
.product-style-3 .owl-item:last-child .product-item {
  border-right: 0;
}
.page-products .page-title-wrapper {
  display: none;
}
.toolbar-products {
  padding: 0;
  margin: 30px 0;
}
.toolbar-products .modes {
  margin: 0;
  float: right;
  display: inline-block;
}
.toolbar-products .modes .modes-label {
  display: none;
}
.toolbar-products .modes-mode {
  float: left;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  padding: 0;
  margin-left: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.toolbar-products .modes-mode:before {
  content: "\f009";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: inline-block;
  color: #a5a5a5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.toolbar-products .modes-mode.mode-list:before {
  content: "\f00b";
}
.toolbar-products .modes-mode.active.mode-list,
.toolbar-products .modes-mode:hover.mode-list,
.toolbar-products .modes-mode.active.mode-grid,
.toolbar-products .modes-mode:hover.mode-grid {
  background: transparent;
}
.toolbar-products .modes-mode.active.mode-list:before,
.toolbar-products .modes-mode:hover.mode-list:before,
.toolbar-products .modes-mode.active.mode-grid:before,
.toolbar-products .modes-mode:hover.mode-grid:before {
  color: #ff6060;
}
.toolbar-products .modes-mode.active:before {
  color: #ff6060;
}
.toolbar-products .toolbar-amount {
  float: left;
  font-size: 14px;
  font-weight: normal;
  color: #a5a5a5;
}
.toolbar-products .toolbar-amount span {
  font-weight: bold;
}
.toolbar-products .toolbar-sorter {
  float: right;
  padding: 0;
}
.toolbar-products .toolbar-sorter label {
  display: none;
}
.toolbar-products .toolbar-sorter select {
  background: #fff;
  border: 1px solid #d8d8d8;
  height: 40px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  margin: 0;
  min-width: 115px;
}
.toolbar-products .sorter-action {
  margin-left: 7px;
}
.toolbar-products .sorter-action:before {
  content: "";
  width: 10px;
  height: 40px;
  background: url(../images/i_asc_arrow.gif) no-repeat 50% 50%;
}
.toolbar-products .limiter {
  border-bottom: 1px solid #999;
  height: 35px;
  line-height: 35px;
  font-family: 'Montserrat', sans-serif;
  display: none !important;
}
.toolbar-products .limiter label {
  font-weight: normal;
  line-height: 35px;
}
.toolbar-products .limiter .limiter-options {
  padding: 0;
  border: 0;
  background: none;
}
.toolbar-products .pages .pages-items .item {
  float: left;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eee;
  font-size: 14px;
  font-weight: normal;
}
.toolbar-products .pages .pages-items .item a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.toolbar-products .pages .pages-items .item a.next,
.toolbar-products .pages .pages-items .item a.previous {
  margin: 0;
  border: 0;
}
.toolbar-products .pages .pages-items .item a.next:before,
.toolbar-products .pages .pages-items .item a.previous:before {
  font-size: 30px;
  color: #333;
  margin: 0;
}
.toolbar-products .pages .pages-items .item a:hover {
  background: #ff6060;
  color: #fff;
}
.toolbar-products .pages .pages-items .item a:hover.next,
.toolbar-products .pages .pages-items .item a:hover.previous {
  background-color: #ff6060;
}
.toolbar-products .pages .pages-items .item a:hover.next:before,
.toolbar-products .pages .pages-items .item a:hover.previous:before {
  color: #fff;
}
.toolbar-products .pages .pages-items .item.current {
  background: #ff6060;
}
.toolbar-products .pages .pages-items .item.current strong {
  color: #fff;
}
.products.wrapper ~ .toolbar-products {
  margin-top: 0;
  margin-bottom: 50px;
}
.products.wrapper ~ .toolbar-products .pages {
  display: inline-block;
  float: none;
}
.slider_left-slider {
  margin-bottom: 40px;
}
.breadcrumbs {
  margin: 20px 0 0;
  max-width: 100%;
  display: inline-block;
  width: 100%;
}
.breadcrumbs ul li {
  font-size: 13px;
}
.breadcrumbs ul li a {
  color: #999;
}
.breadcrumbs ul li a:hover {
  color: #ff6060;
}
.breadcrumbs ul li strong {
  color: #ff6060;
  font-weight: bold;
}
.breadcrumbs .item:not(:last-child):after {
  content: "/";
  margin: 0 3px;
  vertical-align: baseline;
}
.product-grid .item-inner:nth-child(3n+1) {
  clear: left;
}
.product-grid .item-inner .product-list-item {
  padding: 0;
}
.product-grid .item-inner .product-list-item .product-item-actions {
  margin: 0;
}
.product-grid .box-label-product {
  left: 0;
}
.products-list .product-info .box-label-product {
  left: 0;
}
.filter-content .filter-options .filter-options-title {
  font-size: 14px;
  font-weight: bold;
  color: #919191;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  border-bottom: 1px solid #ddd;
}
.filter-content .filter-options .filter-options-content ol li {
  padding: 0;
  margin: 0;
}
.filter-content .filter-options .filter-options-content ol li a {
  color: #919191;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.filter-content .filter-options .filter-options-content ol li a:before {
  position: absolute;
  left: 0;
  content: "\f096";
  font-family: 'FontAwesome';
  font-size: 14px;
}
.filter-content .filter-options .filter-options-content ol li a:hover:before {
  content: "\f046";
}
.filter-content .filter-options .filter-options-content ol li a .count {
  float: right;
}
.filter-current {
  margin-bottom: 10px;
}
.filter-current .filter-current-subtitle {
  display: block;
  margin-bottom: 10px;
}
.filter-current .item {
  width: 100%;
  display: inline-block;
}
.filter-current .filter-label {
  font-weight: bold;
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.filter-current .filter-value {
  padding-left: 10px;
}
.filter-current .action {
  float: right;
}
.filter-current .action.remove span {
  font-size: 0;
}
.filter-current .action.remove:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #373737;
}
.filter-current .action.remove:hover:before {
  color: #ff6060;
}
.block-content .filter-actions {
  text-align: right;
  margin-bottom: 20px;
  font-style: italic;
}
.block-content .filter-actions span {
  color: #2f2f2f;
}
.block-content .filter-actions span:hover {
  color: #ff6060;
}
.gallery-placeholder .row {
  margin: 0 -4px;
  clear: both;
}
.gallery-placeholder .row .bxslider {
  margin-top: 10px;
  overflow: hidden;
}
.gallery-placeholder .row .small_image {
  padding: 0 5px;
}
.gallery-placeholder .row .small_image img {
  width: 100%;
}
.gallery-placeholder .owl-theme .owl-buttons {
  width: 100%;
  position: static;
  margin: 0;
  padding: 0;
}
.gallery-placeholder .owl-theme:hover .owl-buttons {
  opacity: 1;
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  left: auto;
}
.product-view .view-product .product-media {
  margin-bottom: 30px;
}
.product-view .view-product .product-info {
  padding: 30px;
  background: #f6f6f6;
  position: relative;
}
.product-view .view-product .product-info:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 1000px;
  background: #f6f6f6;
}
.product-view .rokan-product-heading {
  margin-top: 20px;
}
.product-view .page-title-wrapper .page-title .base {
  text-align: left;
}
.product-view .product.attibute {
  color: #777;
  line-height: 1.5;
}
.product-view .product-info-stock-sku {
  margin-top: 10px;
}
.product-view .product-info-stock-sku .stock {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
}
.product-view .product-info-stock-sku .stock span {
  color: #ff6060;
  margin-left: 8px;
  font-weight: bold;
}
.product-view .product-info-stock-sku .attibute.sku .type {
  color: #333;
}
.product-view .product-info-stock-sku .attibute.sku .value {
  display: inline-block;
  color: #ff6060;
  font-size: 13px;
  font-weight: bold;
}
.product-view .product-reviews-summary .reviews-actions a {
  color: #888;
  font-family: 'Montserrat', sans-serif;
}
.product-view .product-reviews-summary .reviews-actions a:hover {
  color: #ff6060;
}
.product-view .view-product .price-box {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.product-view .view-product .price-box .special-price .price-container .price {
  font-size: 30px;
  font-weight: bold;
  color: #010101;
}
.product-view .view-product .price-box .old-price {
  display: inline-block;
  margin-left: 5px;
}
.product-view .view-product .price-box .old-price .price-container .price {
  font-size: 18px;
  color: #b8b8b8;
}
.product-view .product-options-wrapper {
  margin-top: 20px;
  max-width: 300px;
}
.product-view .product-options-wrapper label {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-view .review-control-vote label:before {
  color: #c8a760;
}
.product-view .review-control-vote label:before,
.product-view .review-control-vote:before {
  font-size: 20px;
  height: 20px;
  letter-spacing: -7px;
  line-height: 20px;
}
.product-view .box-tocart,
.product-options-bottom .box-tocart {
  margin-top: 30px;
  margin-bottom: 0;
}
.product-view .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  background: #ff6060;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 30px;
  border: 0;
  text-transform: uppercase;
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.product-view .box-tocart .action.tocart:hover,
.product-options-bottom .box-tocart .action.tocart:hover {
  background: #333;
  color: #fff;
}
.product-view .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0;
}
.product-view .box-tocart .field.qty label,
.product-options-bottom .box-tocart .field.qty label {
  display: inline-block;
  font-size: 13px;
  color: #333;
  line-height: 40px;
  margin-right: 10px;
}
.product-view .box-tocart .field.qty .control,
.product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
.product-view .box-tocart .field.qty .control input,
.product-options-bottom .box-tocart .field.qty .control input {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-view .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
}
.product-social-links {
  margin-top: 30px;
}
.quick-view-content .product-add-form,
.quick-view-content .product-social-links {
  float: none;
}
.product-social-links .product-addto-links {
  display: inline-block;
}
.product-social-links .action,
.product-social-links .action.mailto.friend {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
  line-height: 1;
  color: #b6b6b6;
  text-transform: uppercase;
  font-size: 14px;
}
.product-social-links .action i,
.product-social-links .action.mailto.friend i {
  color: #b6b6b6;
  font-size: 14px;
  padding-right: 5px;
}
.product-social-links .action:before,
.product-social-links .action.mailto.friend:before {
  display: none;
}
.product-social-links .action:hover,
.product-social-links .action.mailto.friend:hover {
  color: #ff6060;
}
.product-social-links .action:hover .fa,
.product-social-links .action.mailto.friend:hover .fa {
  color: #ff6060;
}
.product-social-links .action.mailto.friend {
  position: relative;
  line-height: 1;
  padding-left: 20px;
}
.product-social-links .action.mailto.friend:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 14px;
  color: #b6b6b6;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.product-social-links .action.mailto.friend:hover {
  color: #ff6060;
}
.product-social-links .action.mailto.friend:hover:before {
  color: #ff6060;
}
.product-social-links .action.mailto.friend span {
  line-height: 1;
}
.fotorama__nav-wrap {
  margin-top: 15px;
}
.fotorama__nav-wrap .fotorama__nav__frame {
  margin-right: 10px;
  padding: 0 !important;
}
.box-blog {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.box-blog .blog-image {
  position: relative;
}
.box-blog .item .item-inner {
  position: relative;
}
.box-blog .item .item-inner .blog-content {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: #fff;
  padding: 20px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.box-blog .item .item-inner .blog-content .blog-title {
  margin: 15px 0 0;
}
.box-blog .item .item-inner .blog-content .blog-title a {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  font-weight: normal;
}
.box-blog .item .item-inner .blog-content .blog-title a:hover {
  color: #ff6060;
}
.box-blog .item .item-inner .blog-content .time-conment .fa {
  color: #888;
  font-size: 15px;
  margin-right: 5px;
}
.box-blog .item .item-inner .blog-content .time-conment .date-time {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
  font-style: italic;
  position: relative;
}
.box-blog .item .item-inner .blog-content .short-des {
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
.box-blog .item .item-inner .blog-content a.readmore {
  text-align: right;
  font-size: 15px;
  text-transform: capitalize;
  color: #ff6060;
}
.box-blog .item .item-inner .blog-content a.readmore:hover {
  color: #333;
}
.box-blog .item .item-inner:hover .blog-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post-view .post-holder,
.post-list .post-holder {
  margin-bottom: 30px;
}
.post-view .post-header,
.post-list .post-header {
  margin-top: 10px;
  margin-bottom: -15px;
}
.post-view .post-info,
.post-list .post-info,
.post-view .post-content,
.post-list .post-content {
  margin-top: 20px;
}
.post-view .post-info .post-posed-date,
.post-list .post-info .post-posed-date,
.post-view .post-content .post-posed-date,
.post-list .post-content .post-posed-date {
  display: inline-block;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 12px;
}
.post-view .post-info .dash,
.post-list .post-info .dash,
.post-view .post-content .dash,
.post-list .post-content .dash {
  display: inline-block;
}
.post-view .post-info .post-categories,
.post-list .post-info .post-categories,
.post-view .post-content .post-categories,
.post-list .post-content .post-categories {
  text-transform: uppercase;
  display: inline-block;
}
.post-view .post-info .post-categories .label,
.post-list .post-info .post-categories .label,
.post-view .post-content .post-categories .label,
.post-list .post-content .post-categories .label {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: normal;
}
.post-view .post-info .post-categories a,
.post-list .post-info .post-categories a,
.post-view .post-content .post-categories a,
.post-list .post-content .post-categories a {
  color: #ff6060;
  font-size: 12px;
  display: inline-block;
  margin-top: 2px;
}
.post-view .post-info .post-title,
.post-list .post-info .post-title,
.post-view .post-content .post-title,
.post-list .post-content .post-title {
  margin-top: 10px;
}
.post-view .post-info .post-title a,
.post-list .post-info .post-title a,
.post-view .post-content .post-title a,
.post-list .post-content .post-title a {
  color: #111111;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}
.post-view .post-info .post-title a:hover,
.post-list .post-info .post-title a:hover,
.post-view .post-content .post-title a:hover,
.post-list .post-content .post-title a:hover {
  color: #ff6060;
}
.post-view .post-info .post-description,
.post-list .post-info .post-description,
.post-view .post-content .post-description,
.post-list .post-content .post-description {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
}
.widget.block-search {
  float: left;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.widget .block-title strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #444;
  text-align: left;
  line-height: 40px;
  text-transform: uppercase;
}
.widget .block-content .item a {
  font-size: 13px;
  margin-bottom: 8px;
  color: #888;
  display: block;
}
.product.info.detailed {
  margin-top: 40px;
}
.product.info.detailed .product.data.items {
  float: none;
  overflow: hidden;
}
.product.info.detailed .product.data.items .item.title {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  color: #9b9b9b;
  background-color: #FFF;
  text-align: center;
  cursor: pointer;
  float: none;
  padding: 0;
  height: auto;
  position: inherit;
  margin-right: 30px;
  position: relative;
  padding-bottom: 10px;
}
.product.info.detailed .product.data.items .item.title #tab-label-reviews-title span {
  color: #9b9b9b;
}
.product.info.detailed .product.data.items .item.title #tab-label-reviews-title span:before {
  content: "(";
}
.product.info.detailed .product.data.items .item.title #tab-label-reviews-title span:after {
  content: ")";
}
.product.info.detailed .product.data.items .item.title:hover,
.product.info.detailed .product.data.items .item.title.active {
  border-bottom: 1px solid #333;
}
.product.info.detailed .product.data.items .item.title:hover a,
.product.info.detailed .product.data.items .item.title.active a {
  color: #333;
}
.product.info.detailed .product.data.items .item.title a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  border: 0;
  background: none;
}
.product.info.detailed .product.data.items .item.content {
  border: 0;
  margin-top: 30px;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 20px 0;
  line-height: 25px;
  color: #aaaaaa;
  font-weight: 400;
}
.product.info.detailed .product.data.items .item.content ul {
  list-style-type: disc;
}
.product.info.detailed .product.data.items #product-review-container .review-list .review-toolbar .pager {
  margin: 0;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-title strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item {
  padding-top: 15px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-ratings {
  float: none;
  width: 50%;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-ratings .item {
  margin-bottom: 10px;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-ratings .item .label {
  padding-left: 0;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-ratings .item .rating-result {
  float: right;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-content,
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-details {
  margin-left: 0;
  margin-top: 10px;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .legend {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .legend span {
  padding-bottom: 10px;
  display: block;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .field .label {
  text-align: left;
  font-size: 12px;
}
.review-details .review-details-value {
  font-weight: bold;
  padding-left: 10px;
}
.list-products-slider .product-item,
.list-products-slider .product-list-item {
  margin-bottom: 40px;
}
.list-products-slider .product-item .product-name a,
.list-products-slider .product-list-item .product-name a {
  font-size: 13px;
  color: #777;
}
.list-products-slider .product-item .product-photo,
.list-products-slider .product-list-item .product-photo {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
.list-products-slider .product-info {
  display: table-cell;
  text-align: left;
  padding: 0;
}
.list-products-slider .product-item .product-info .product-name,
.list-products-slider .product-list-item .product-info .product-name,
.list-products-slider .product-item .product-info .price-box,
.list-products-slider .product-list-item .product-info .price-box,
.list-products-slider .product-item .product-info .product-ratting,
.list-products-slider .product-list-item .product-info .product-ratting {
  display: block;
  margin-bottom: 5px;
}
.list-products-slider .owl-controls .owl-buttons,
.list-products-slider .box-add-to-links,
.list-products-slider .box-label-product {
  display: none;
}
.cart.table-wrapper #shopping-cart-table {
  border-bottom: 1px solid #eee;
}
.cart.table-wrapper .cart.items .col {
  border-bottom: 0px solid #eee;
  text-align: center;
  padding: 12px 0;
}
.cart.table-wrapper .cart.items .col span {
  text-transform: uppercase;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.cart.table-wrapper .cart.items .col .cart-price {
  font-size: 15px;
}
.cart.table-wrapper .cart.items .col .product-item-photo {
  padding-left: 20px;
}
.cart.table-wrapper .cart.items .col .product-item-name {
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
.cart.table-wrapper .cart.items .item-actions td {
  border-bottom: 0;
  padding: 20px 20px 10px 20px;
}
.cart.table-wrapper .cart.items .item-actions .actions-toolbar .action {
  margin-bottom: 10px;
}
.cart-container .checkout-methods-items .action.primary {
  width: auto;
  padding: 12px 25px;
  background: #ff6060;
  color: #fff;
}
.cart-container .checkout-methods-items .action.primary:hover {
  background: #333 !important;
}
.cart-summary .title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.checkout-cart-index .page-title-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  line-height: 22px;
}
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 22px;
}
.checkout-container .opc-progress-bar {
  margin-bottom: 30px;
  text-align: center;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item.active span {
  font-size: 20px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span {
  font-size: 18px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item span:after {
  font-size: 20px;
  line-height: 26px;
}
.checkout-container .table-checkout-shipping-method input[type="radio"] {
  margin-left: 10px;
}
.opc-progress-bar-item._active:before {
  background: #ff6060;
}
.opc-progress-bar-item._active span:before {
  background: #ff6060;
}
.opc-wrapper .step-content {
  border: 1px solid #eee;
  padding: 20px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}
.opc-block-summary {
  background: #fafafa;
}
.account .fieldset {
  border: 1px solid #eee;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.account .fieldset .legend {
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.secondary a.back {
  color: #aaa;
}
.secondary a.back:hover {
  color: #ff6060;
}
.authentication-wrapper {
  margin-top: 10px;
  display: none;
}
.authentication-wrapper a {
  color: #ff6060;
}
.page-footer {
  margin: 30px 0 0 0;
}
.page-footer .footer-static-container {
  padding: 50px 0;
  background: #f4f4f4;
  color: #999;
}
.page-footer .footer-static-container .footer-link-contact a {
  margin-bottom: 50px;
  display: inherit;
}
.page-footer .footer-static-container .footer-link-contact p {
  color: #999;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 20px;
}
.page-footer .footer-static-container-style-1 {
  padding-left: 120px;
  padding-right: 120px;
}
.page-footer .footer-static-container-style-3 .footer-static-container {
  padding: 0;
  background: transparent;
}
.page-footer .footer-static-container-style-3 .footer-static-container .inner {
  padding: 100px;
  padding-bottom: 80px;
  background: #000;
}
.page-footer .footer-static-container-style-3 .footer-static-container .footer-static-title h3 {
  color: #fff;
}
.page-footer .footer-static-container-style-3 .footer-static-container li a {
  color: #666;
}
.page-footer .footer-copyright {
  padding: 50px 0;
}
.page-footer .footer-copyright .copyright {
  color: #333;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  float: left;
}
.page-footer .footer-copyright .copyright a {
  color: #ff6060;
}
.page-footer .footer-copyright .copyright a:hover {
  text-decoration: underline;
}
.page-footer .footer-copyright .footer-payment {
  text-align: right;
  float: right;
}
.page-footer .footer-copyright-style-2 {
  padding: 30px 0;
}
.page-footer .footer-copyright-style-2 .footer-payment,
.page-footer .footer-copyright-style-2 .copyright {
  width: 100%;
  text-align: center;
}
.page-footer .footer-copyright-style-2 .copyright {
  margin-bottom: 18px;
}
.footer-static-title {
  margin-bottom: 27px;
}
.footer-static-title h3 {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  margin: 0;
}
.footer-static-content ul li a {
  line-height: 25px;
  color: #a0a0a0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.footer-static-content ul li a:hover {
  color: #ff6060;
}
.footer-static-content .fa {
  margin-right: 10px;
  line-height: 22px;
}
.logo-footer {
  margin-bottom: 20px;
}
.link-follow-title {
  margin-bottom: 20px;
}
.link-follow {
  display: inline-block;
}
.link-follow li {
  float: left;
  margin-right: 10px;
  line-height: 1;
}
.link-follow li a {
  font-size: 14px;
  color: #868686;
  position: relative;
  margin: 0 !important;
}
.link-follow li a span {
  position: absolute;
  top: -35px;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  background: #333;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -30px;
  display: none;
}
.link-follow li a span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333;
}
.link-follow li a:hover {
  color: #ff6060;
}
.link-follow li a:hover span {
  display: block;
}
.link-follow-style-2 li {
  margin-right: 20px;
}
.link-follow-style-2 li a {
  font-size: 18px;
}
.link-follow-style-2 li:last-child {
  margin-right: 0;
}
.link-follow-style-2 li:last-child a {
  margin-right: 0;
}
.box-top-link-follow {
  display: inline-block;
  padding: 20px 0;
}
.newsletter-wrap .control {
  position: relative;
}
.newsletter-wrap .control #newsletter {
  width: 100%;
  background: #fff;
  padding: 10px 110px 10px 15px;
  color: #333;
  height: 41px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  border-radius: 41px;
}
.newsletter-wrap .control .action {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  background: #696969;
  height: 41px;
  line-height: 25px;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-bottom-right-radius: 41px;
  border-top-right-radius: 41px;
}
.newsletter-wrap .control .action:hover {
  border: 1px solid #ff6060;
}
.newsletter-style-2 .control #newsletter {
  padding-right: 60px;
  border: 1px solid #5e5e5e;
  background: transparent;
  color: #fff;
}
.newsletter-style-2 .control .action {
  background: transparent !important;
  border: transparent !important;
}
.newsletter-style-2 .control .action span {
  font-size: 0;
  color: #aaa;
}
.newsletter-style-2 .control .action span:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 20px;
}
.newsletter-style-2 .control .action:hover {
  border: none;
}
.newsletter-style-2 .control .action:hover span {
  color: #fff;
}
#back-top span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background: #ff6060;
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 22px;
  z-index: 99;
  cursor: pointer;
}
.ajax-loading #fancybox-loading {
  background: rgba(51, 51, 51, 0.55);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ajax-loading #fancybox-loading > div {
  min-width: 300px;
  max-width: 500px;
  min-height: 100px;
  margin: auto;
  background: #fff;
  border: 5px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.ajax-loading #fancybox-loading > div:before {
  content: "\f1ce";
  webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'FontAwesome';
  color: #888;
  font-size: 24px;
  margin-left: -12px;
}
.fancybox-wrap {
  top: 0 !important;
}
.fancybox-wrap .fancybox-skin {
  border: 5px solid #ddd;
  background: #fff;
  padding: 20px !important;
}
.fancybox-wrap .popup_avaiable a {
  color: #aaa;
}
.fancybox-wrap .popup_avaiable a:hover {
  color: #ff6060;
}
.fancybox-wrap .action_button {
  text-align: center;
  padding-top: 30px;
}
.fancybox-wrap .action_button li {
  display: inline-block;
  margin: 0 10px;
}
.fancybox-wrap .action_button li .button {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  background-color: #f4f4f4;
  padding: 8px 15px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.fancybox-wrap .action_button li .button:hover {
  background: #ff6060;
  color: #fff;
  border-color: transparent;
}
.fancybox-wrap .fancybox-close {
  display: none;
}
.cms-no-route .page-title-wrapper .page-title {
  color: #333;
  font-size: 23px;
  position: relative;
  font-weight: bold;
}
.cms-no-route .page-main ul {
  padding: 10px 20px;
}
.cms-no-route .page-main ul li {
  list-style: disc;
}
.cms-no-route .page-main ul li a {
  color: #ff6060;
}
.cms-no-route .page-main ul li a:hover {
  text-decoration: underline;
}
.f-block.about-page {
  border-top: 1px solid #eee;
}
.about-page .block-title {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 25px 0 17px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.about-page .block-title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0px 20px;
  min-width: 200px;
}
.about-page .block-title h2:after {
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -7px;
  left: 0px;
  content: '';
  background: #db4c52;
}
.about-page .col-sm-8 img {
  float: left;
  margin: 0px 20px 20px 0px;
  max-width: 380px;
  border: 1px solid #bebebe;
}
.red-color {
  color: #000000;
}
.about-page p {
  line-height: 22px;
  font-size: 13px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.service-box li,
.leadership-block li {
  width: 48%;
  margin: 10px 0;
}
.service-box .icon-block {
  margin: 0px 20px 20px 0px;
  padding: 2px;
  border-radius: 50%;
}
.service-box .icon-block .fa {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  line-height: 80px;
  border: 3px solid #e2e2e2;
  color: #fff;
  background: #ff6060;
}
.service-box .icon-block span {
  display: none;
}
.leadership-block li img {
  float: left;
  margin: 0px 30px 30px 0px;
  max-width: 300px;
}
.service-box li h3,
.leadership-block li h3 {
  font-weight: 400;
  font-size: 18px;
}
.read-btn {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  text-transform: uppercase;
  background: #ff6060;
  color: #fff;
}
.read-btn:hover {
  background: #333;
  color: #fff;
}
.home-slider {
  clear: both;
}
.home-slider-style-1 {
  margin: 0 30px;
}
.home-slider-style-4 {
  margin: 0 -130px;
}
.banner-content {
  text-align: center;
}
.wishlist .product-items {
  margin: 0 -15px !important;
}
.wishlist .product-items .products-item {
  margin-bottom: 30px;
}
.wishlist .product-items .products-item .item-info {
  background: #fff;
}
.wishlist .product-items .products-item .item-info .product-item-name {
  font-size: 18px;
}
.wishlist .product-items .products-item .item-info .fieldset {
  box-shadow: none;
}
.wishlist .product-items .products-item .item-info .fieldset .product-item-actions {
  text-align: center;
}
.wishlist .product-items .products-item .item-info .fieldset .product-item-actions .actions-primary {
  display: inline-block;
}
.wishlist .product-items .products-item .item-info .comment-box label {
  display: none;
}
.catalog-product-compare-index .main {
  background: #fff;
  padding: 0;
}
.catalog-product-compare-index .main .table {
  border: 1px solid #eee;
}
.catalog-product-compare-index .main .table th {
  display: table-cell;
  border-radius: 0 !important;
  border-bottom: 1px solid #eee !important;
}
.catalog-product-compare-index .main .table th span {
  font-size: 16px;
  font-weight: 500;
}
.catalog-product-compare-index .main .table td {
  background: none;
  border-left: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.catalog-product-compare-index .main .table td.remove {
  text-align: center;
}
.catalog-product-compare-index .main .table td .product-item-photo {
  text-align: center;
}
.catalog-product-compare-index .main .table td .product-item-actions .secondary-addto-links {
  display: none;
}
.catalog-product-compare-index .main .table td .product-item-name {
  margin: 0 0 7px;
}
.catalog-product-compare-index .main .table td .product-reviews-summary {
  margin: 0;
}
.catalog-product-compare-index .main .table td .product-reviews-summary .action {
  display: none;
}
.catalog-product-compare-index .main .table td .price-box {
  margin: 10px 0;
}
.catalog-product-compare-index .main .table td .attibute.value {
  font-size: 14px;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  display: none;
}
.fieldset > .field.choice label,
.fieldset > .field.choice input {
  display: inline;
  margin: 0;
  line-height: 20px;
}
@media (min-width: 768px) {
  .custommenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .custommenu.navigation .open-children-toggle {
    display: none;
  }
  .custommenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .custommenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .custommenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .custommenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .custommenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .custommenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .custommenu.navigation li > a > span {
    position: relative;
  }
  .custommenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .custommenu.navigation li.level0 > a > span.cat-label {
    top: -18px;
    right: 14px;
  }
  .custommenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .custommenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .custommenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .custommenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .custommenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .custommenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .custommenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .custommenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .custommenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .custommenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .custommenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .custommenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .custommenu.navigation li.level0.fl-left {
    float: left;
  }
  .custommenu.navigation li.level0.fl-right {
    float: right;
  }
  .custommenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .custommenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .custommenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .custommenu.navigation li.level0 .submenu > ul:before,
  .custommenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .custommenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .custommenu.navigation li.level0 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .custommenu.navigation li.level0 .col-sm-1,
  .custommenu.navigation li.level0 .col-sm-2,
  .custommenu.navigation li.level0 .col-sm-3,
  .custommenu.navigation li.level0 .col-sm-4,
  .custommenu.navigation li.level0 .col-sm-5,
  .custommenu.navigation li.level0 .col-sm-6,
  .custommenu.navigation li.level0 .col-sm-7,
  .custommenu.navigation li.level0 .col-sm-8,
  .custommenu.navigation li.level0 .col-sm-9,
  .custommenu.navigation li.level0 .col-sm-10,
  .custommenu.navigation li.level0 .col-sm-11,
  .custommenu.navigation li.level0 .col-sm-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .custommenu.navigation li.level0.fullwidth {
    position: static;
  }
  .custommenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0 0 6px 6px;
  }
  .custommenu.navigation li.level0.fullwidth > .submenu,
  .custommenu.navigation li.level0.staticwidth > .submenu {
    padding: 5px 8px 15px;
    left: 0;
  }
  .custommenu.navigation li.level0.fullwidth:hover > .submenu,
  .custommenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 111;
  }
  .custommenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .custommenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .custommenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
  }
  .custommenu.navigation li.level0.fullwidth .submenu li.level1 > a:before,
  .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a:before {
    content: "";
    height: 2px;
    width: 50px;
    background: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .custommenu.navigation li.level0.fullwidth .submenu li.level1 .subchildmenu .subchildmenu,
  .custommenu.navigation li.level0.staticwidth .submenu li.level1 .subchildmenu .subchildmenu {
    padding-left: 10px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .custommenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .custommenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 5px 0;
  }
  .custommenu.navigation li.level0.fullwidth .submenu a,
  .custommenu.navigation li.level0.staticwidth .submenu a {
    padding: 5px;
    line-height: 1;
    font-size: 13px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu a:hover,
  .custommenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .custommenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .custommenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .menu-top-block a,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-top-block a,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-left-block a,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-left-block a,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-right-block a,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-right-block a,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .menu-top-block a:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-top-block a:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-left-block a:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-left-block a:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-right-block a:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-right-block a:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default {
    background-color: #08c;
    color: #fff;
  }
  .custommenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .custommenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
  }
  .custommenu.navigation li.level0.classic {
    position: relative;
  }
  .custommenu.navigation li.level0.classic .submenu {
    padding: 0;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .custommenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .custommenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
    padding: 10px 0;
    border: 1px solid #eee;
  }
  .custommenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 6px 8px;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    left: 0;
    top: -6px;
    background: #fff;
    z-index: 1;
  }
  .custommenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
    z-index: 111;
  }
  .custommenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .custommenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 6px 0 6px 6px;
  }
  .custommenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
    z-index: 111;
  }
  .custommenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .custommenu.navigation li.level0.classic .submenu,
  .custommenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .custommenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .custommenu.navigation.side-custommenu {
    position: relative;
  }
  .custommenu.navigation.side-custommenu .side-menu-title {
    padding: 15px 0;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1;
    border: 0;
    position: relative;
    margin-top: 15px;
    margin-left: 25px;
    font-weight: normal;
  }
  .custommenu.navigation.side-custommenu .side-menu-title a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #252525;
  }
  .custommenu.navigation.side-custommenu .side-menu-title i {
    margin-left: 10px;
  }
  .custommenu.navigation.side-custommenu:hover .side-menu-title a {
    color: #ff6060;
  }
  .custommenu.navigation.side-custommenu:hover > ul {
    display: block;
  }
  .custommenu.navigation.side-custommenu > ul {
    width: 200px;
    border: 1px solid #efefef;
    padding: 10px 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
  }
  .custommenu.navigation.side-custommenu li.level0 > a {
    color: #222;
    font-size: 13px;
    text-transform: capitalize;
    display: block;
    line-height: 35px;
    font-weight: normal;
    padding: 0 20px;
    margin: 0;
    border: none;
  }
  .custommenu.navigation.side-custommenu li.level0:hover {
    background: transparent;
  }
  .custommenu.navigation.side-custommenu li.level0.fullwidth > .submenu,
  .custommenu.navigation.side-custommenu li.level0.staticwidth > .submenu {
    width: 888px !important;
  }
  .custommenu.navigation.side-custommenu li.level0.parent > a:after {
    display: none;
  }
  .custommenu.navigation li.level0.parent > a:before,
  .custommenu.navigation.side-custommenu li.level0.parent > a:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 14px;
    display: block;
    width: auto;
    height: auto;
    line-height: inherit;
    margin-right: 20px;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .custommenu.navigation li.level0.parent > a:before {
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    margin: 0;
    line-height: 1;
    top: 24px;
    right: 0;
  }
  .custommenu.navigation.side-custommenu li.level0.parent:hover > a:before {
    color: #ff6060;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
  }
  .navigation ul li a,
  .navigation ul li a span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .navigation ul li:hover > a span,
  .navigation ul li:hover > a {
    color: #ff6060;
    text-decoration: none !important;
  }
  .navigation .staticwidth .level1.parent:hover > a span {
    color: #333;
  }
  .navigation .staticwidth .level1.parent:hover > a:before {
    background: #ff6060 !important;
  }
  .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .custommenu.navigation.side-custommenu {
    display: block;
  }
  .custommenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .custommenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .custommenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .custommenu.navigation li.level0.fullwidth .menu-top-block,
  .custommenu.navigation li.level0.staticwidth .menu-top-block,
  .custommenu.navigation li.level0.fullwidth .menu-right-block,
  .custommenu.navigation li.level0.staticwidth .menu-right-block,
  .custommenu.navigation li.level0.fullwidth .menu-left-block,
  .custommenu.navigation li.level0.staticwidth .menu-left-block,
  .custommenu.navigation li.level0.fullwidth .menu-bottom-block,
  .custommenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .custommenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .custommenu.navigation li.ui-menu-item {
    position: relative;
  }
  .custommenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .custommenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .custommenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .custommenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .custommenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .custommenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .custommenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .custommenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .custommenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .custommenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
.top-menu {
  min-height: 55px;
  z-index: 9;
  float: left;
}
.top-menu .navigation {
  background: transparent;
  position: static;
}
.nav-sections {
  background: transparent;
  margin-bottom: 0;
}
.navigation {
  z-index: 5;
  background: transparent;
  text-align: left;
}
.navigation .level-0.reverse > .submenu {
  right: 1px;
}
.custommenu.navigation > ul {
  position: static;
  padding: 0;
}
.navigation .level0 > .menu-home.level-top:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cms-index-index .navigation .level0.menu-home > .level-top {
  color: #ff6060;
}
.navigation .level-0 > .submenu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 19px 13px;
}
.navigation li.level0 {
  margin-right: 0;
  position: static;
}
.navigation .level0 > .level-top {
  color: #333333;
  line-height: inherit;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
  border: 0;
}
.top-menu-style-2 {
  border-top: 1px solid #eee;
  margin-top: 13px;
}
.top-menu-style-2 .custommenu.navigation > ul {
  text-align: center;
}
.custommenu.navigation li.level0.staticwidth .submenu {
  left: auto !important;
  right: auto !important;
}
.custommenu.navigation li.level0:first-child > .level-top {
  padding-left: 0;
}
.side-custommenu.navigation li.level0.staticwidth .submenu {
  left: 100% !important;
}
.side-custommenu.navigation li.level0:first-child > .level-top {
  padding-left: 20px;
}
.custommenu.navigation li.ui-menu-item a:hover {
  color: #ff6060;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top,
.navigation .level0 > .level-top:hover,
.navigation .level0:hover > .level-top {
  color: #ff6060;
  border: 0;
}
.navigation .level0.parent > .level-top:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 13px;
  float: right;
  margin-left: 7px;
  font-weight: normal;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.navigation .level-0 > .submenu a {
  display: block;
  color: #676056;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.385;
  padding: 3px 12px 3px;
  text-decoration: none;
}
.navigation .level-0 > .submenu a:focus,
.navigation .level-0 > .submenu a:hover {
  text-decoration: underline;
}
.navigation .level-0 > .submenu a:hover {
  color: #ffffff;
  background: #989287;
  text-decoration: none;
}
.navigation .level-0 > .submenu li {
  margin-bottom: 1px;
}
.navigation .level-0 > .submenu a[href="#"] {
  cursor: default;
  display: block;
  color: #676056;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 7px 0 6px;
  padding: 0 12px;
}
.navigation .level-0 > .submenu a[href="#"]:focus,
.navigation .level-0 > .submenu a[href="#"]:hover {
  color: #676056;
  font-size: 14px;
  font-weight: 700;
  background: none;
  text-decoration: none;
}
.navigation .level-0 {
  display: inline-block;
  float: left;
  text-align: left;
  transition: display 0.15s ease-out;
}
.navigation .level-0 > a {
  background: none;
  display: block;
  padding: 12px 13px 0;
  color: #f2ebde;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease-out;
}
.navigation .level-0 > a:after {
  content: "";
  display: block;
  margin-top: 10px;
  height: 3px;
  font-size: 0;
}
.navigation .level-0.active > a {
  font-weight: 700;
}
.navigation .level-0.active > a:after {
  background: #ef672f;
}
.navigation .level-0.hover.recent > a {
  background: #fff;
  color: #676056;
  font-size: 13px;
  font-weight: 600;
}
.navigation .level-0.hover.recent > a:after {
  background: none;
}
.navigation .level-0.hover.recent.active > a {
  font-weight: 700;
}
.navigation .level-0 > .submenu {
  opacity: 0;
  visibility: hidden;
}
.navigation .level-0.recent.hover > .submenu {
  opacity: 1;
  visibility: visible;
}
.no-js .navigation .level-0:hover > .submenu,
.no-js .navigation .level-0.hover > .submenu,
.no-js .navigation .level-0 > a:focus + .submenu {
  display: block;
}
.navigation .level-0 > .submenu {
  background: #fff;
  box-shadow: 0 3px 3px rgba(50, 50, 50, 0.15);
}
.navigation .level-0 > .submenu li {
  max-width: 200px;
}
.navigation .level-0 > .submenu > ul {
  white-space: nowrap;
}
.navigation .level-0 > .submenu .column {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}
.navigation .level-0 > .submenu .column:first-child {
  margin-left: 0;
}
.navigation .level-0 .submenu .level-1 {
  white-space: normal;
}
.navigation .level-0.parent .submenu .level-1.parent {
  margin: 17px 0 25px;
}
.navigation .level-0.parent .level-1.parent:first-child {
  margin-top: 0;
}
.navigation .level-2 .submenu {
  margin-left: 7px;
}
.navigation .level-0 > .submenu .level-2 > a[href="#"] {
  font-size: 13px;
  margin-top: 10px;
  margin-left: 7px;
}
.navigation .level-2 > .submenu a {
  font-size: 12px;
  line-height: 1.231;
}
.navigation .level-0 > .submenu .level-3 > a[href="#"],
.navigation .level-3 .submenu {
  margin-left: 15px;
}
.navigation .level-0.item-system,
.navigation .level-0.item-stores {
  float: none;
}
.navigation .level-0.item-system > .submenu,
.navigation .level-0.item-stores > .submenu {
  left: auto;
  right: 1px;
}
.navigation .level0 .submenu {
  box-shadow: unset;
  padding: 10px;
  border: 0;
  text-align: left;
}
.navigation .level0.parent:hover > .submenu {
  display: block;
}
.navigation .level0 .submenu li {
  position: relative;
}
.navigation .level0 .submenu a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 22px;
  display: block;
  padding: 0 15px;
  line-height: 35px;
}
.navigation .level0 .submenu .level1.parent .level2.parent a:after,
.navigation .level0 .submenu .level1.parent a:after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-top: 12px;
  float: right;
  font-size: 11px;
  color: #ddd;
}
.navigation .level0 .submenu .level1.parent .level2.parent .level3 a:after,
.navigation .level0 .submenu .level1.parent .level2 a:after {
  display: none;
}
.navigation .level0 .submenu a:after .navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  color: #ff6060;
  background: transparent;
}
.custommenu.navigation li.level0.staticwidth .submenu {
  right: 0 !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 30px;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 6px 1px #eee;
  box-shadow: 0px 0px 6px 1px #eee;
  z-index: 1;
}
.custommenu.navigation li.level0.fullwidth > .submenu {
  padding: 40px 30px;
  font-weight: normal;
}
.top-block-menu {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(186, 147, 62, 0.3);
}
.top-block-menu .pull-left {
  margin-right: 15px;
}
.top-block-menu .pull-left .fa {
  width: 50px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #ff6060;
  padding-left: 5px;
  border-radius: 100%;
}
.top-block-menu h6 {
  text-transform: none;
  color: #333333;
  font-size: 17px;
  margin-bottom: 5px;
}
.top-block-menu p {
  color: #777777;
  font-weight: normal;
}
.bottom-block-menu {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(186, 147, 62, 0.3);
}
.custommenu.navigation li.level0.fullwidth .submenu a,
.custommenu.navigation li.level0.staticwidth .submenu a {
  padding: 8px 0;
}
.menu-top-block {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .custommenu.navigation li.level0.staticwidth .submenu {
    max-width: 768px !important;
  }
}
@media (max-width: 992px) {
  .custommenu.navigation li.level0.staticwidth .submenu {
    max-width: 690px !important;
  }
  .top-block-menu h6 {
    font-size: 15px;
  }
  .top-block-menu p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .side-menu-title {
    display: none;
  }
  .custommenu.navigation li.level0.staticwidth .submenu {
    left: auto !important;
    padding: 0 !important;
    box-shadow: none;
  }
  .custommenu.navigation li.level0.fullwidth .submenu a,
  .custommenu.navigation li.level0.staticwidth .submenu a {
    padding: 8px 30px;
  }
  .navigation .level0:first-child > .level-top {
    padding-left: 14px;
  }
  .custommenu.navigation li.level0.fullwidth .submenu a,
  .custommenu.navigation li.level0.staticwidth .submenu a {
    text-transform: capitalize;
    font-size: 13px;
  }
  .custommenu.navigation li.level0 .submenu,
  .custommenu.navigation li.level0 .submenu {
    border-radius: 0 !important;
  }
}
.quick-view-content {
  padding: 20px;
}
.quick-view-content .product-info-price {
  margin-top: 25px;
}
.quick-view-content .product.media {
  width: 47%;
}
.quick-view-content .product.media .main-img-quickview {
  margin-bottom: 10px;
}
.quick-view-content .product-info-main {
  width: 50%;
}
.quick-view-content .product-info-main .product-info-stock-sku {
  display: block;
}
.quick-view-content .product-info-main .product-info-stock-sku .stock {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: normal;
}
.quick-view-content .product-info-main .product-info-stock-sku .stock span {
  color: #ff6060;
  margin-left: 10px;
}
.quick-view-content .product-info-main .product-info-stock-sku .product.attibute.sku {
  text-transform: none;
  display: block;
  color: #333;
}
.quick-view-content .product-info-main .product-info-stock-sku .product.attibute.sku .value {
  color: #ff6060;
}
.quick-view-content .product-info-main .product-reviews-summary .reviews-actions {
  font-size: 13px;
}
.quick-view-content .product-info-main .price-box .price-wrapper .price {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
}
.quick-view-content .product-info-main .box-tocart .label {
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
}
.quick-view-content .product-info-main .box-tocart .control {
  display: inline-block;
}
.quick-view-content .product-info-main .box-tocart .control input {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  padding: 0;
}
.quick-view-content .product-info-main .box-tocart .actions {
  padding-top: 0;
  vertical-align: top;
}
.quick-view-content .product-info-main .product-social-links {
  margin-top: 30px;
}
.quick-view-content .product-info-main .product-social-links .product-addto-links {
  margin: 0;
}
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.towishlist,
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.tocompare {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 14px;
}
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.towishlist i,
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.tocompare i {
  padding-top: 0;
}
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.towishlist:hover,
.quick-view-content .product-info-main .product-social-links .product-addto-links .action.tocompare:hover {
  color: #ff6060;
}
.quick-view-content .product-info-main .action.mailto.friend {
  display: block;
  padding-left: 24px;
}
.quick-view-content .product-info-main .product.attibute.overview {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
.quick-view-content .product.info.detailed {
  display: inline-block;
}
.quick-view-content .product.info.detailed .product.attibute.description {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
.quick-view-content .bxslider li {
  cursor: pointer;
}
@media (max-width: 1400px) {
  .home-slider-style-4 {
    margin: 0;
  }
  .page-footer .footer-static-container-style-1 {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .products-grid ol > li:nth-of-type(3n+1) {
    clear: left;
  }
  .product-view .view-product .product-info {
    min-height: 635px;
  }
}
@media (max-width: 639px) and (min-width: 480px) {
  .product-grid .item-inner:nth-child(3n+1) {
    clear: none;
  }
  .products-grid ol > li:nth-of-type(2n+1) {
    clear: left;
  }
  .products-grid ol > li {
    width: 50%;
  }
}
@media (max-width: 479px) and (min-width: 0px) {
  .products-grid ol > li:nth-of-type(1n+1) {
    clear: left;
  }
  .products-grid ol > li {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .navigation .level0 > .level-top {
    padding: 20px 10px;
  }
  .box-blog .item .item-inner .blog-content .blog-title {
    margin: 0;
  }
  .box-blog .item .item-inner .blog-content .blog-title a {
    font-size: 16px;
  }
  .box-blog .item .item-inner .blog-content {
    padding: 10px;
  }
  .box-blog .item .item-inner .blog-content .short-des {
    margin-top: 5px;
  }
  .page-footer .footer-static-content-style-3 .inner {
    padding: 50px;
    padding-bottom: 30px;
  }
  .page-footer .footer-static-container-style-1 {
    padding: 0;
  }
  .banner-content-style-1 .banner2 {
    margin-bottom: 23px;
  }
}
@media (max-width: 992px) {
  .banner-content-style-1 .banner2 {
    margin-bottom: 19px;
  }
  .banner-content-style-6 .banner-item-4 {
    margin-bottom: 25px;
  }
  .footer-links:nth-of-type(2n+1) {
    clear: left;
  }
  .header-style-5 .header .box-left-header {
    width: 35%;
  }
  .header-style-5 .header .top-search-style-2 {
    width: 45%;
  }
  .custommenu.navigation.side-custommenu li.level0.fullwidth > .submenu,
  .custommenu.navigation.side-custommenu li.level0.staticwidth > .submenu {
    width: 659px !important;
    padding: 15px;
  }
  .header-style-1 .header {
    padding: 0 10px;
  }
  .header-style-2 .header {
    padding: 0;
  }
  .header-style-3 .header .box-right-header,
  .header-style-3 .header .box-logo-header,
  .header-style-3 .header .box-right-header {
    width: 100%;
  }
  .header-style-2 .header-top-links {
    text-align: center;
  }
  .header-style-2 .links {
    float: none;
    display: inline-block;
  }
  .footer-static-content {
    margin-bottom: 20px;
  }
  .rokan-product-heading {
    margin-top: 60px;
  }
  .banner-top-home {
    margin-bottom: 60px;
  }
  .box-banner-middle {
    margin-top: 40px;
  }
  .box-banner-middle a {
    margin-top: 20px;
  }
  .box-new .static-banner {
    margin-bottom: 60px;
  }
  .navigation .level0 > .level-top {
    font-size: 13px;
  }
  .group-product .product-item:last-child {
    margin-bottom: 0;
  }
  .page-footer .footer-static-container .footer-static .footer-links h2 {
    margin-top: 30px;
  }
  .footer-copyright {
    text-align: center;
  }
  .slider_left-slider .owl-theme .owl-pagination {
    left: 40px;
    right: auto;
  }
  .navigation .level0 > .level-top {
    padding: 20px 10px;
  }
  .header-container .box-right-header .header-right {
    margin-left: 0;
  }
  .owl-button-style-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: -30px;
  }
  .owl-button-style-2 .owl-theme .owl-controls .owl-buttons .owl-next {
    margin-right: -30px;
  }
  .product-item .add-to-links,
  .product-list-item .add-to-links {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .footer-static-title {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .cart-summary {
    top: 0 !important;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-desktop .actions .action,
  .block-cart-failed .actions .action,
  .cart-container .form-cart .actions .action,
  .cart-container .cart-gift-item .actions .action {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .page-footer .footer-top .f-col-inner .fa {
    margin-right: 15px;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .page-footer .footer-top .f-col-inner h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page-footer .footer-top .f-col-inner p {
    font-size: 12px;
  }
  .header-container .box-left-header {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .owl-button-style-2 .owl-theme .owl-buttons {
    display: none !important;
  }
  .footer-links .footer-static-title {
    position: relative;
  }
  .footer-links .footer-static-title:before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer-links .footer-static-content {
    display: none;
  }
  .footer-links.active .footer-static-title h3 {
    color: #ff6060;
  }
  .footer-links.active .footer-static-title:before {
    content: "\f068";
    color: #ff6060;
  }
  .footer-static-container-style-3 .footer-links .footer-static-title:before {
    color: #fff;
  }
  .footer-static-container-style-3 .footer-links.active .footer-static-title:before,
  .footer-static-container-style-3 .footer-links.active .footer-static-title h3 {
    color: #ff6060;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-photo {
    max-width: 100%;
    float: none;
  }
  .products-grid.wishlist .product-item-photo .product-image-container {
    max-width: 100%;
  }
  .products-grid.wishlist .product-item-name {
    margin-left: 0;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding: 0;
    clear: both;
  }
  .account .page-main .block-collapsible-nav,
  .cms-privacy-policy .page-main .block-collapsible-nav {
    display: none;
  }
  .product-view .view-product .product-info:before {
    display: none;
  }
  .page-footer .footer-static-container-style-3 .footer-static-container .inner {
    padding: 30px;
  }
  .header-style-5 {
    margin-bottom: 25px;
  }
  .home-slider-style-1 {
    margin: 0 15px;
  }
  .banner-content-style-2 {
    display: none;
  }
  .box-banner-left-content {
    display: none;
  }
  .box-slider-baner-content {
    width: 100%;
  }
  .slider_home-1-slider-banner {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-container .header {
    position: relative;
    height: 65px;
  }
  .header-container .header .nav-toggle {
    font-size: 14px;
    left: 0;
    top: auto;
    bottom: 0;
    height: 65px;
    line-height: 70px;
  }
  .header-container .header .logo {
    padding: 0;
    position: absolute;
    height: 65px;
    line-height: 65px;
    left: 55px;
    top: 0;
  }
  .header-container .header .box-right-header {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .header-style-1 .header .nav-toggle {
    left: 15px;
  }
  .header-style-1 .header .box-right-header {
    right: 15px;
  }
  .header-top-links .links {
    float: none;
  }
  .header-style-3 .custommenu.navigation li.level0:first-child > .level-top {
    padding-left: 20px;
  }
  .header-style-5 .header {
    height: 130px;
  }
  .header-style-5 .header .nav-toggle {
    bottom: 60px;
  }
  .header-style-5 .header .logo {
    top: auto;
    bottom: 60px;
  }
  .header-style-5 .header .top-search-style-2 {
    width: 100%;
    position: absolute;
    bottom: 5px;
  }
  .header-style-5 .header .box-left-header {
    width: auto;
  }
  .header-style-5 .header .box-right-header {
    width: auto;
    bottom: 60px;
  }
  .box-top-link-follow {
    display: none;
  }
  .top-menu-style-2 {
    border: 0;
    margin: 0;
  }
  .top-menu-style-2 .custommenu.navigation > ul {
    text-align: left;
  }
  .top-menu {
    z-index: initial;
  }
  .header-style-3 .header .box-right-header {
    width: 100%;
  }
  .header-style-3 .header .box-logo-header {
    width: 200px;
  }
  .header-style-3 .header .top-menu {
    width: 50px;
  }
  .box-quickview-btn {
    display: none;
  }
  .header-container .box-right-header .header-right {
    position: static;
  }
  .header-container .box-right-header .header-right .dropdown {
    position: static;
  }
  .header-container .header .block-search .block-content .dropdown .dropdown-menu {
    right: 0;
    top: 100%;
  }
  .header-container .header .block-search {
    position: static;
  }
  .header-container .box-left-header {
    float: left;
    padding-left: 50px;
  }
  .navigation .level0.parent > .level-top:before {
    display: block;
  }
  .header-container {
    text-align: center;
  }
  .page-footer .footer-top .f-col-inner {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .page-footer .footer-top .f-col-inner .fa {
    margin-bottom: 20px;
  }
  .banner-top-home .container-fluid .row .col-banner-top .banner-top {
    margin-bottom: 10px;
  }
  .rokan-product-heading h2 {
    font-size: 20px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
    margin-bottom: 10px;
  }
  .products-list .product-item .product-item-details .product-name {
    margin-top: 20px;
  }
  .product-item-actions {
    display: block;
  }
  .product-item .addto-links-icons .actions-primary {
    margin-bottom: 5px;
  }
  .header-container .header {
    position: relative;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding-top: 0;
  }
  .navigation {
    text-align: left;
  }
  .nav-open .nav-sections {
    background: #222;
  }
  .navigation .level0 > .level-top {
    display: block;
    color: #ddd;
    padding: 14px 20px;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .custommenu.navigation li.level0:first-child > .level-top {
    padding-left: 20px;
  }
  .navigation li.level0:last-child {
    border: 0;
  }
  .nav-sections {
    width: 250px;
  }
  .navigation li.level0 {
    margin-right: 0;
    border: 0;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top:after {
    display: none;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\f105";
  }
  .navigation .level0 .submenu {
    box-shadow: none;
    padding-top: 0;
  }
  .navigation .level0 .submenu a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ddd;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ddd;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
  }
  .nav-toggle:before {
    color: #222;
  }
  .nav-toggle:hover:before {
    color: #ff6060;
  }
  .navigation .level0 .submenu .level1.parent .level2.parent a:after,
  .navigation .level0 .submenu .level1.parent a:after {
    margin-right: 10px;
  }
  .catalog-product-view .column.main {
    width: 100%;
  }
  .static-banner a {
    display: block;
  }
  .page-footer .footer-static-container .footer-static .footer-links.contacts .title {
    display: block;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title {
    position: relative;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title:before {
    display: none;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title.clicked {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title.clicked:before {
    display: block;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 12px;
    float: right;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #333333;
    background: #eeeeee;
    cursor: pointer;
  }
  .page-footer .footer-static-container .footer-static .footer-links .title:hover:after {
    background: #ff6060;
    color: #fff;
  }
  .page-footer .footer-copyright ul li {
    padding-right: 10px;
  }
  .page-footer .footer-copyright .copyright,
  .page-footer .footer-copyright ul li a {
    font-size: 13px;
    line-height: 1.8;
  }
  .page-footer .footer-copyright .footer-payment,
  .page-footer .footer-copyright .copyright {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .block-search {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .product-tabs-style-2 .box-title ul.tabs li {
    width: auto;
    margin-bottom: 20px;
  }
  .owl-button-style-3 .owl-theme .owl-buttons {
    display: none;
  }
  .header-container .header {
    height: 105px;
  }
  .header-container .header .logo {
    height: 50px;
    line-height: 50px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
  }
  .header-container .header .nav-toggle {
    line-height: 60px;
  }
  .header-style-3 .header .box-logo-header {
    width: 100%;
  }
  .header-style-3 .header {
    display: block;
  }
  .header-style-3 .header .top-menu {
    width: auto;
  }
  .product-tabs-wrap .box-title {
    margin-bottom: 15px;
  }
  .product-tabs-wrap .box-title ul li {
    width: 100%;
  }
  .product-tabs-wrap .box-title ul li:before {
    display: none;
  }
  .header-container .header .block-search .block-content .dropdown .dropdown-menu {
    min-width: 275px;
  }
  .header-container .box-left-header {
    width: 100%;
    padding: 0;
  }
  .header-container .box-right-header {
    position: relative;
    right: 0;
  }
  .page-footer .footer-copyright .copyright {
    float: none;
    margin-bottom: 20px;
  }
  .page-footer .footer-copyright .footer-payment {
    float: none;
    text-align: center;
  }
  .box-slider-baner-content,
  .box-banner-left-content {
    width: 100%;
  }
  .banner-item img {
    width: 100%;
  }
  .owl-controls {
    display: none;
  }
  .minicart-wrapper .block-minicart {
    right: -25px;
  }
  .header-style-5 .header {
    height: 170px;
  }
  .header-style-5 .header .logo {
    top: 0;
  }
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
