/* 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,
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;
}
.fa {
  vertical-align: middle;
}
/* 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: #666666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:visited,
.alink:visited,
a:hover,
a:focus,
a:active {
 /* color: #ff7e00;*/
  text-decoration: none;
}
p {
  line-height: 22px;
}
a:focus {
  outline: none;
  text-decoration: none;
}
:focus {
  outline: none;
  text-decoration: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
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"],
textarea {
  border: 1px solid #eeeeee;
  background: #ffffff;
  font-family: 'Rubik', sans-serif;
  height: auto;
}
button,
input,
select,
textarea {
  /* margin: 0; */
  /* max-width: 100%; */
  /* font-size: 13px; */
}
table {
  border-collapse: separate;
  border-color: #eeeeee;
  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 #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 10px;
}
caption {
  padding: 10px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  padding-left: 15px;
}
blockquote {
  border-width: 3px;
  background-color: transparent;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #333;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select {
  border: 1px solid #e5e5e5;
  padding: 7px 25px;
  height: auto;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus,
a:focus,
button:focus,
select:focus {
  outline: none !important;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
table,
th,
td {
  border: 1px solid #ececec;
}
th,
td {
  padding: 10px;
}
.fontawersome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  box-shadow: none;
}
.btn.active {
  box-shadow: none;
}
.button,
input[type="submit"],
button {
  /* color: #444444; */
  /* display: inline-block; */
  /* padding: 8px 35px; */
  /* text-align: center; */
  /* text-transform: uppercase; */
  /* font-size: 12px; */
  /* font-weight: 400; */
  /* font-family: 'Rubik', sans-serif; */
  /* position: relative; */
  /* background-color: #ffffff; */
  /* border: 1px solid #e5e5e5; */
}
.button:before,
input[type="submit"]:before,
button:before {
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
}
.button:hover:before,
input[type="submit"]:hover:before,
button:hover:before {
  width: 100%;
}
.button:hover,
input[type="submit"]:hover,
button {
  /* color: #ffffff; */
}
.input-control {
  width: 100%;
}
.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;
  font-weight: 400;
}
.fieldset > .field:not(.choice) > .label {
  text-align: left;
}
._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,
.message.error,
.page.messages {
  font-size: 13px;
}
.login-container .block .block-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #333e48;
}
.bg-parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
/**
 * Copyright 漏 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  background: #ffffff;
  font-family: 'Rubik', sans-serif !important;
  color: #8e8e8e;
  font-size: 14px;
  margin: 0 auto;
  overflow-x: hidden;
}
.page.messages {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.page.messages .message.success {
  font-size: 13px;
}
.page-wrapper {
  min-height: 1px;
}
.review-control-vote label:before {
  color: #333e48;
}
.bundle-actions .action.primary,
.review-form .action.submit.primary,
.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 {
  /* font-family: 'Rubik', sans-serif; */
  /* font-size: 12px; */
  /* font-weight: 500; */
  /* background-color: #f4f4f4; */
  /* line-height: 38px; */
  /* padding: 0 40px; */
  /* color: #333e48; */
  /* border-radius: 30px; */
  /* height: 40px; */
  /* z-index: 1; */
  /* border: none; */
  -webkit-transition: all .3 ease;
  -moz-transition: all .3 ease;
  -ms-transition: all .3 ease;
  -o-transition: all .3 ease;
  /* text-transform: uppercase; */
}
.bundle-actions .action.primary:hover,
.review-form .action.submit.primary:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .action-gift:hover,
.action.primary:hover {
  background: #ff7e00;
  color: #fff;
  border: 0;
}
.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;
}
.price-box .price-label {
  display: none;
}
.label {
  color: #555;
}
.rating-summary .rating-result {
  margin-left: 5px;
  width: 65px;
}
.rating-summary .rating-result:before {
  font-family: FontAwesome;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  font-size: 14px;
  font-weight: 400;
  height: 13px;
  letter-spacing: 0;
  line-height: 1;
  top: 0;
  color: #eee;
}
.rating-summary .rating-result span:before {
  font-family: FontAwesome;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  font-size: 14px;
  font-weight: 400;
  height: 13px;
  line-height: 13px;
  letter-spacing: 0;
  color: #ffba42;
}
.rating-summary .rating-result span span {
  display: none;
}
.product-reviews-summary .reviews-actions {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
}
.product-reviews-summary .reviews-actions a {
  color: #989898;
}
.product-reviews-summary.empty .reviews-actions {
  margin-left: 0;
  padding-left: 0;
}
.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: 14px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}
.modal-header,
.modal-content {
  box-shadow: none;
  border: 0;
}
.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: #333e48;
}
.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: 'Rubik', sans-serif;
}
.block-reorder .product-item,
.block-reorder .product-list-item {
  padding-left: 0;
}
.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: #333e48;
  line-height: 18px;
}
.minicart-items .product-item-name a:hover {
  color: #ff7e00;
  text-decoration: none;
}
.page-title-wrapper {
  text-align: left;
}
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.account .block-collapsible-nav {
  display: none;
}
.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;
}
.fieldset .field .checkbox {
  float: left;
  margin: 0 10px 0 0;
}
.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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.login-container .block.block-customer-login .block-title strong {
  font-family: 'Rubik', 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: #333e48;
}
.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: 'Rubik', 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 {
  background: #ff7e00 none repeat scroll 0 0;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  border-radius: 30px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  border: 0;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
}
.login-container .block.block-new-customer .actions-toolbar .primary a:hover {
  background: #ff7e00;
  color: #ffffff;
  border: none;
}
.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: #333e48;
}
.block-dashboard-info {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.block-dashboard-info .block-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.block-dashboard-info .block-title strong {
  color: #333e48;
  font-family: 'Rubik', 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: 'Rubik', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-info .box-information a {
  color: #aaa;
}
.block-dashboard-info .box-information a:hover {
  color: #333e48;
}
.block-dashboard-info .box-newsletter {
  float: right;
  clear: right;
  width: 48%;
}
.block-dashboard-info .box-newsletter .box-title {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.block-dashboard-info .box-newsletter a {
  color: #aaa;
}
.block-dashboard-info .box-newsletter a:hover {
  color: #333e48;
}
.block-dashboard-addresses {
  padding: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.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: 'Rubik', sans-serif;
  font-size: 18px;
}
.block-dashboard-addresses .block-title a {
  font-family: 'Rubik', 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: 'Rubik', 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: #333e48;
}
.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: 'Rubik', 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: #333e48;
}
.account-nav {
  margin-bottom: 0;
}
.account-nav .title {
  margin: 0;
}
.account-nav .title strong {
  padding: 12px 15px;
  display: block;
  background: #eee;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  font-size: 18px;
}
.account-nav .nav {
  padding: 15px;
}
.account-nav .nav li {
  line-height: 30px;
  padding: 0;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
}
.account-nav .nav li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.account-nav .nav li a {
  display: block;
  color: #999;
  background: none;
  padding: 0;
  padding-left: 10px;
}
.account-nav .nav li a:hover {
  color: #333e48;
}
.catalog-product-compare-index .table {
  border: 1px solid #eee !important;
}
.catalog-product-compare-index .table th {
  display: table-cell;
  border-radius: 0 !important;
  border-bottom: 1px solid #eee !important;
}
.catalog-product-compare-index .table th span {
  font-size: 16px;
  font-weight: 500;
}
.catalog-product-compare-index .table td {
  background: none !important;
  border-left: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.catalog-product-compare-index .table td.remove {
  text-align: center;
}
.catalog-product-compare-index .table td .product-item-photo {
  text-align: center;
}
.catalog-product-compare-index .table td .product-item-actions .secondary-addto-links {
  display: none;
}
.catalog-product-compare-index .table td .product-item-name {
  margin: 0 0 7px;
}
.catalog-product-compare-index .table td .product-reviews-summary {
  margin: 0;
}
.catalog-product-compare-index .table td .product-reviews-summary .action {
  display: none;
}
.catalog-product-compare-index .table td .price-box {
  margin: 10px 0;
}
.catalog-product-compare-index .table td .attibute.value {
  font-size: 14px;
}
.cookie-notification {
  bottom: 1rem;
  color: #fff;
  display: none;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.cookie-notification .cookie-notification--bar {
  background-color: rgba(17, 17, 17, 0.7);
  border-radius: 3px;
  display: inline-block;
  line-height: 2.2rem;
  padding: 1rem 2rem;
}
.cookie-notification .cookie-notification--bar .content a {
  color: #333e48;
}
.cookie-notification .cookie-notification--close {
  display: inline-block;
  margin-left: .9rem;
}
.cookie-notification .cookie-notification--close .button {
  background: #ff7e00 none repeat scroll 0 0;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  border-radius: 30px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  border: 0;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  margin-top: 10px;
  padding: 5px 20px;
}
.cookie-notification .cookie-notification--close .button:hover {
  background: #ff7e00;
  color: #ffffff;
  border: none;
}
.item-adv-simple a {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-adv-simple a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-adv-simple a::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  z-index: 9;
}
.item-adv-simple a::after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  z-index: 9;
}
.item-adv-simple a:hover::before,
.item-adv-simple a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-adv-simple:hover img,
.item-adv-simple:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#back-top {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 9999;
  right: 10px;
  bottom: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 3px;
}
#back-top i {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff7e00;
  line-height: 34px;
  font-size: 15px;
  border-radius: 100%;
}
#back-top i:before {
  content: "\f106";
}
.block-minicart .block-content > .actions .viewcart {
  display: block;
  padding: 10px 15px;
  background: #f4f4f4;
  font-weight: 500;
  font-size: 12px;
  border-radius: 30px;
  height: 40px;
  line-height: 20px;
  border: 0;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}
.block-minicart .block-content > .actions .viewcart:hover {
  background: #ff7e00;
  color: #ffffff;
  border-color: #ff7e00;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
.filter-content .filter-options .filter-options-title:before {
  display: none;
}
.filter-content .filter-options .filter-options-title {
  color: #ff7e00;
}
.column.main .product-item {
  padding-left: 0;
}
#maincontent .page-title-wrapper {
  margin-bottom: 30px;
  margin-top: 0;
}
#maincontent .page-title-wrapper .container {
  padding: 0;
}
.title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.attr-product {
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
}
.top-bar-header {
  font-size: 25px;
  color: #000;
  position: relative;
  white-space: nowrap;
  font-family: 'Rubik', sans-serif !important;
  text-align: right;
}
@media (max-width: 1199px) {
  .top-bar-header {
    font-size: 14px;
    margin-top: 8px;
  }
}
.top-header .switcher .switcher-options .switcher-dropdown li:first-child {
  border-bottom: 1px solid;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 40px;
}
.slider_homepage1slider .banner_text {
  left: 60%;
  position: absolute;
  text-align: left;
  top: 10%;
  width: 40%;
}
.slider_homepage1slider .banner_text h2 {
  font-family: 'Rubik', sans-serif !important;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.slider_homepage1slider .banner_text p {
  font-size: 26px;
  line-height: 140%;
  padding-bottom: 20px;
  color: #000000;
  font-family: Nunito-Light;
  /*font-family:@bdf; */
  font-weight: 300;
}
.slider_homepage1slider .banner_text .more_btn {
  background-image: url("../images/btn_more.png");
  background-repeat: no-repeat;
  display: block;
  height: 44px;
  width: 128px;
}
.slider_homepage1slider .banner_text .more_btn:hover {
  background-position: 0px -44px;
}
@media (min-width: 420px) {
  /*.home-nav-container .home-nav li.first{list-style: none;}*/
  .home-nav {
    float: left;
    position: relative;
    width: 100%;
  }
  .home-nav img {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99;
    width: 100%;
  }
  .home-nav .std ul {
    position: relative;
    z-index: 999;
  }
  .home-nav-container {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .home-nav-container a.level-top {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home-nav .std ul {
    float: left;
    height: auto;
    position: relative;
    width: 100%;
  }
  .home-nav .level0.level-top {
    display: block;
    float: left;
    width: 25%;
  }
  .home-nav-container ul li.level-top a.level-top {
    float: left;
    width: 25%;
    background-size: 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .home-nav-container ul li.level-top a.level-top:hover {
    background: #888;
    opacity: 0.4;
  }
  .home-nav-container ul li.level-top a.level-top span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-nav-container ul li.level-top a.level-top {
    position: relative;
    width: 100%;
    float: left;
    /* desired width */
    z-index: 999;
  }
  .home-nav-container ul li.level-top a.level-top:before {
    content: "";
    display: block;
    padding-top: 72%;
  }
  .level0.level-top:hover ul.level0 {
    display: block;
    max-height: 782px;
    overflow: auto;
  }
  .level0.level-top ul.level0 {
    background-color: #FFFFFF;
    box-shadow: 0 3px 3px #888888;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 95%;
    z-index: 999;
  }
}
.home-nav ul.level0 {
  display: none;
}
div.home-nav ul.level1 {
  color: #999999;
  padding-left: 10px;
}
div.home-nav ul.level1 li.level2 ul.level2 {
  display: none;
}
.home-nav ul.level0 li.level1 {
  float: left;
  margin: 0 0 5px;
  min-height: 370px;
  width: 33%;
}
.home-nav .nav-1 ul.level0 li.level1 {
  min-height: 0;
}
.home-nav .nav-2 ul.level0 li.level1 {
  min-height: 200px;
}
.home-nav .nav-2 ul.level0 li.level1.nav-2-4 {
  min-height: 0;
}
.home-nav ul.level0 li.level1 a {
  color: #111111;
  display: block;
  font-size: 20px;
  padding-bottom: 3px;
}
.home-nav ul.level0 li.level1.parent a {
  font-family: 'Rubik', sans-serif !important;
}
.cms-products .home-nav ul.level0 li.level1.parent a {
  font-weight: 700;
}
.home-nav ul.level0 li.level1 a span {
  border-bottom: 2px solid #000000;
  display: block;
  margin-bottom: 5px;
  margin-right: 34px;
  padding-bottom: 6px;
  padding-right: 20px;
}
.home-nav ul.level0 li.level1 ul.level1 a span {
  display: inline;
  padding-bottom: 0;
  border-bottom: none;
  padding-right: 0;
}
.home-nav ul.level0 li.level1 ul.level1 a {
  border-bottom: none;
  padding-right: 0;
}
.home-nav ul.level0 li.level1 ul.level1 a {
  font-size: 14px;
  color: #777;
}
.home-nav ul.level0 li.level1 a:hover {
  color: #FEBF00;
}
.home-nav ul.level0 li.level1 ul.level1 a:hover {
  color: #FEBF00;
}
.home-nav ul.level0 li.level1.nav-4-5,
.home-nav ul.level0 li.level1.nav-4-4,
.home-nav ul.level0 li.level1.nav-3-4,
.home-nav ul.level0 li.level1.nav-3-5 {
  min-height: 0;
}
.home-nav ul ul.level1 li {
  list-style-image: url('../images/list-item.png');
  line-height: 30px;
}
@media (max-width: 420px) {
  .home-nav img {
    display: none;
  }
  .home-nav li {
    border-bottom: 8px solid #888;
    border-left: 8px solid #888;
    border-right: 8px solid #888;
    font-size: 16px;
    height: 50px;
    position: relative;
  }
  .home-nav li:hover {
    background: #e8e8e8;
  }
  .home-nav li:first-child {
    border-top: 8px solid #888;
  }
  .home-nav li a {
    display: inline-block;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    position: absolute;
    left: 20px;
    right: 0;
  }
  .home-nav li a:before {
    content: '鈥�';
    color: #888;
    display: inline-block;
    padding: 0 2px 0 0;
  }
  .home-nav li a:after {
    background: #FEBF00;
    border-radius: 25px;
    content: '鈥�';
    color: #fff;
    display: block;
    height: 25px;
    font-size: 35px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 11px;
    width: 25px;
  }
}
@media (max-width: 980px) {
  .slider_homepage1slider .banner_text p {
    font-size: 18px;
  }
  .slider_homepage1slider .banner_text h2 {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .slider_homepage1slider .banner_text p {
    font-size: 16px;
  }
  .slider_homepage1slider .banner_text h2 {
    font-size: 20px;
  }
  .banner_text .more_btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .slider_homepage1slider .banner_text p {
    font-size: 12px;
  }
  .slider_homepage1slider .banner_text h2 {
    font-size: 18px;
  }
}
@media (max-width: 420px) {
  .slider_homepage1slider .banner_text p {
    font-size: 10px;
  }
  .slider_homepage1slider .banner_text h2 {
    font-size: 18px;
  }
  .slider_homepage1slider .owl-controls {
    display: none;
  }
}
@media (min-width: 1200px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
  }
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
  }
  .row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
  }
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
  }
  .row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
  }
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
  }
  .row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
  }
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
  }
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
  }
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
  }
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
  }
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}
.block .block-title {
  border-bottom: 1px solid #ddd;
}
.block .block-title strong {
  display: block;
  font-size: 20px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}
.block .block-title strong span a {
  color: #000;
  font-family: StoneSans-Bold;
}
.block .block-title a {
  text-decoration: none !important;
}
.block .block-content {
  padding: 15px 0 0;
  color: #000;
}
.footer-bar-wrap {
  background: #FEBF00;
  text-align: left;
  padding: 0 0 20px 0;
}

.facebook:before {
  content: unset !important;
}
.twitter:before {
  content: unset !important;
}
.youtube:before {
  content: unset !important;
}
.footer-social .facebook:hover {
  background-color: #3b5998;
}
.footer-social .twitter:hover {
  background-color: #3b5998;
}
.footer-social .youtube:hover {
  background-color: #3b5998;
}
.footer-social .in:hover {
  background-color: #3b5998;
}
.footer-social .rss:hover {
  background-color: #3b5998;
}
.block .block-content li.item {
  padding: 7px 9px;
  line-height: 20px;
  padding-left: 0;
}
.block-recent-posts h5 {
  font-weight: bold;
  font-size: 14px;
}
.cms-home .block-recent-posts ul a {
  color: #5C5C5C;
}
.cms-home .block-recent-posts p {
  margin-bottom: 0px;
}
.block-recent-posts .block-title strong {
  font-family: 'Rubik', sans-serif !important;
}


.contact-us-footer {
  line-height: 30px;
  color: #000;
}
.contact-us-footer .f-email {
  font-weight: bold;
  padding-bottom: 10px;
}
.category-image-container {
  position: relative;
  -moz-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  min-height: 250px;
  margin-bottom: 20px;
}
.category-image-container .category-image {
  max-height: 250px;
  width: 50%;
  margin: 0;
}
.category-image-container .category-image-caption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 50%;
  overflow: hidden;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
}
.category-image-caption-read-more {
  bottom: 10px !important;
  color: #fff !important;
}
.category-image-caption-read-more,
.category-image-caption-description,
.category-image-caption-title {
  color: #fff;
  font-family: 'Rubik', sans-serif !important;
  margin-bottom: 10px;
}
.category-image-caption-description {
  line-height: 16px;
}
.category-image-caption-title {
  text-transform: none;
}
@media (min-width: 1200px) {
  .category-image-caption-title {
    font-size: 26px;
    line-height: 26px;
  }
  .category-image-caption-description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .category-image-caption-title {
    font-size: 16px;
  }
  .category-image-caption-description {
    font-size: 9px;
    line-height: 13px;
  }
}
@media (max-width: 690px) {
  .category-image-caption-description {
    display: none;
  }
}
/* Category page customisation */
.category-list-item {
  border: 1px solid #e8e8e8;
  float: left;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 24%;
  /* Fall back for older browsers */
  /*width: calc( 25% - 8px );*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.category-list-item:hover {
  background-color: #EFEFEF;
}
.category-list-item:not( :nth-child( 4n )) {
  margin-right: 10px;
}
/* clear fix for all fifth item children */
.category-list-item:nth-child( 4n + 1 ) {
  clear: both;
}
.category-list-item h3 {
  font-size: 15px;
  height: 55px;
  margin-top: 10px;
  text-transform: capitalize;
}
.category-list-item h3 a {
  color: #333;
  font-weight: 700;
  line-height: 20px;
}
.category-list-item a.view-more {
  background: #555;
  color: #e8e8e8;
  display: inline-block;
  padding: 10px 0;
  width: 100px;
}
.category-list-item a.view-more:hover {
  background: #febf00;
  color: #fff;
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -ms-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
}
.category-list-item .category-image {
  margin-bottom: 10px;
}
.category-list-item a img {
  max-height: 130px;
}
@media (max-width: 600px) {
  .category-list-item a img {
    max-height: 85px;
  }
  .category-list-item {
    width: calc(45%);
  }
  .category-list-item:nth-child( 2n ) {
    margin-right: 0;
  }
  /* clear fix for all fifth item children */
  .category-list-item:nth-child( 2n + 1 ) {
    clear: both;
  }
}
@media (max-width: 350px) {
  .category-list-item {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.pin-bottom {
  bottom: 0;
  position: absolute;
}
.category-image,
.category-description {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 30px;
}
.category-image,
.category-description li {
  list-style: disc !important;
  margin-left: 12px;
}
.category-image,
.category-description h3 {
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.35;
  color: #444;
  font-size: 18px;
}
.sidebar-main-1 {
  padding-right: 10px;
  padding-left: 20px;
}
.sidebar-main-1 .item {
  line-height: 22px !important;
  list-style: inside !important;
}
.sidebar-main-1 .block .title {
  border-bottom: 1px solid;
  padding: 15px 0;
}
.sidebar-main-1 .options dt {
  padding: 15px 0;
}
.item-product .title-product {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #203548;
  font-weight: bold;
}
.filter-current li.item {
  padding-left: 0 !important;
  list-style: none !important;
}
#category-description-full strong {
  color: #5c5c5c;
  font-weight: bold;
}
#category-description-full div li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}
a.product-list-button {
  background: #424242;
  color: #fff;
  padding: 11px 25px;
  position: relative;
  top: -10px;
  border-radius: 3px;
}
a.product-list-button:hover {
  background: #FEBF00;
  color: #fff;
  padding: 11px 25px;
  position: relative;
  top: -10px;
  border-radius: 3px;
}
.toolbar-products .modes-mode.mode-grid {
  margin-left: 8px;
}
.product-grid li .product-info {
  min-height: 92px;
}
.product-grid li .product-info .title-product {
/*  margin-top: -12px;*/
  min-height: 66px;
}
.product-grid li .product-info .title-product a {
  color: #203548;
  font-weight: bold;
}
.product-grid li .product-info .title-product a:hover {
  color: #FEBF00;
  font-weight: bold;
}
.product-grid .item-product:hover {
  background: #f9f9f9;
}
.products-grid .item-product .product-info-cart {
  display: none;
}
.products-grid .product-extra-link {
  display: none;
}
.page-layout-1column_attributes .block-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.page-layout-1column_attributes .block-title strong {
  display: block;
  font-size: 22px;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
/* Product Similar Products Table */
.products-list-table {
  width: 100%;
}
.products-list-table th {
  background: #b9b8b3;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
.products-list-table th:not( :last-child ) {
  border-right: #fff 1px solid;
}
.products-list-table td {
  border: 1px solid #e8e8e8;
}
.products-list-table td:last-child {
  text-align: center;
}
.products-list-table-link {
  background: #424242;
  color: #b9b8b3;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  width: 30px;
}
.products-list-table-image {
  border: 1px solid #e8e8e8;
  height: 75px;
  max-width: 75px;
}
.products-list-table th,
td {
  padding: 5px 2px !important;
  font-size: 12.5px;
}
.product-list .product-info-cart {
  position: relative;
  padding-top: 0;
  margin-top: 25px;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  left: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.product-list .product-info-cart .product-extra-link .wishlist-link.action.towishlist {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 165px;
}
.product-list .product-info-cart .product-extra-link .compare-link.action.tocompare {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 215px;
}
.price-including-tax::before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
  position: relative;
  top: -8px;
}
.form-social-header {
  float: left;
  margin-top: 8px;
}
.navigation.custommenu.main-nav .ui-menu-item.level2 {
  list-style-image: url(../images/list-item.png);
  height: 40px;
}
.navigation.custommenu.main-nav .ui-menu-item.level2 a {
  line-height: 30px;
}
.navigation.custommenu.main-nav .support-menu:before {
  content: "Support";
  float: left;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding: 12px;
  font-size: 17px;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 10px;
}
.navigation.custommenu.main-nav .company-menu:before {
  content: "Company";
  float: left;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  padding: 12px;
  font-size: 17px;
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 10px;
}
.navigation.custommenu.main-nav .ui-menu-item.level1 {
  padding-left: 20px !important;
}
.navigation.custommenu.main-nav .product-menu .level1-top {
  text-transform: uppercase !important;
  color: #000;
  font-weight: bold !important;
  padding: 10px !important;
  font-size: 15px !important;
  border-bottom: 1px solid #000 !important;
  width: 100%;
  margin-bottom: 10px !important;
  min-height: 52px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: 'Rubik', sans-serif !important;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .sidebar .block .block-title strong {
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-index-index .col-main .block .block-title strong {
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact-index-index .col-main .form.contact {
  margin: 30px 3px;
}
.contact-index-index .f-address-content {
  line-height: 25px;
}
.page-layout-2columns-left-company .page-main.container,
.page-layout-2columns-left-support .page-main.container {
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-layout-2columns-left-company .page-title-wrapper .page-title .base,
.page-layout-2columns-left-support .page-title-wrapper .page-title .base {
  font-size: 26px;
}
.page-layout-2columns-left-company #maincontent h2,
.page-layout-2columns-left-support #maincontent h2 {
  margin-bottom: 15px;
}
.page-layout-2columns-left-company .sidebar li,
.page-layout-2columns-left-support .sidebar li {
  line-height: 30px;
}
.page-layout-2columns-left-company .sidebar .block .block-title strong,
.page-layout-2columns-left-support .sidebar .block .block-title strong {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.page-layout-2columns-left-company .col-main p,
.page-layout-2columns-left-support .col-main p {
  color: #333;
}
#maincontent .product-view .page-title-wrapper {
  border-bottom: 1px solid;
}
.product-next-prev {
  float: right;
  margin: -35px 0 -22px 0;
  position: relative;
}
.product-prev,
.product-next {
  background: url("../images/arrow-left.png") no-repeat scroll 50% 50% #aaaaaa;
  padding: 5px;
  float: left;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.product-prev {
  margin: 0 5px 0 0;
}
.product-next {
  background: url("../images/arrow-right.png") no-repeat scroll 50% 50% #aaaaaa;
}
.product-prev:hover,
.product-next:hover {
  background-color: #FEBF00;
}
.product-info-main .product.attribute.sku .type,
.brand_information .text-label {
  font-size: 13px !important;
}
.product.attribute.sku {
  margin-left: 0 !important;
}
.product-view .detail-info-product-view .product.attribute.sku .value,
.brand_information .text-value {
  color: #000 !important;
  font-size: 14px;
}
.product-info-main .product.attribute.overview {
  margin: 0 !important;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #DDDDDD;
  padding-top: 15px;
}
.product-view .detail-info-product-view .product-add-form {
  border-top: none !important;
}
.btn-request-quote {
  background: #FEBF00;
  color: #fff;
  border-radius: 3px;
}
.btn-request-quote:hover {
  background: #000;
  color: #fff;
  border-radius: 3px;
}
.product-view .detail-info-product-view .product-add-form,
.wrapper_quickview_item .detail-info-product-view .product-add-form {
  padding-top: 0 !important;
}
.social-links-text {
  width: auto !important;
  background: none !important;
  border: none !important;
  font-weight: normal !important;
  margin-bottom: 10px !important;
  padding-top: 5px !important;
}
.product-social-extra .action.towishlist.wishlist-link {
  margin-bottom: 10px !important;
}
.social-links-text:hover {
  color: #ff7e00 !important;
}
.product-social a {
  height: auto;
  width: auto;
  border-radius: unset !important;
  background: none !important;
  border: none !important;
}
.addthis_counter.addthis_bubble_style {
  background-image: url(data:image/gif;base64,R0lGODlhUgBkAKIEAOrq6sLCwoWFhf///////wAAAAAAAAAAACH5BAEAAAQALAAAAABSAGQAAAP/SLoa/jDKSetkOGsdwPhgKI5kaYpAsK1sd75wPKZsjQVyrpuq7eO7YLDnqwGFyBixuDomn6UlkwOtkqTTm3ULwmYXTi7U+3WJreSp+VxNF9fs8ZcBjz/dRo8dPSfU90l4TXqAcn1/hTuCLYSJQ31gjY45i3mTipB0kpcnlTZhnDyZdKFKo2ClMJ5GqS+rLa2dpw2xorOgtR+vg7kou7y9AzSzYBbGx8gRxAwCzc7P0NHS09TSywoCm60AAsvZwSDcxALgId2z5OUf56fp6uyj7uXwmfLg9JD2wfh9+r38X76pGwBwisCBBYscRFhP2718Dh/OWThwXb+IEidi/New+SKIhD4ozmu3sRVIhSVLnVRYcWXIluNgopPZjmY8m/VwQlQnblxKRz29VRtKtCg0YsmSOsBgtGmzNz9zDCMgEkpQWGyI+KuyElebBVuhdI2jNc5JRF+pRtUBEu3XqlYSum0DNy6jPQHqcrVEVq2ds2spYQssY2xWsGZ/9MWW+NNiqo35cpmqV8jVFkqTMXVqlEnmz1I4i4Y3twplwjqCehVTthC71VxaA3qdSPYe2oVs/0WVG7HrBqgx+f1deouKylsEFDeOPPlyNM3tPpcTXSzw2oMT4QakOzJs475n8+Ye/vZ4vOV30+rN+Pf1PacBXQWdefPopgQSAAA7) !important;
}
.block.related .title {
  padding: 0 !important;
}
.block.related .block-actions {
  font-size: 13px !important;
}
.block.related .action.select {
  background: none !important;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.block.related button.action:hover {
  color: #FEBF00 !important;
}

.block.related .products {
  margin: 0 !important;
}
.sidebar .product-items .product-item-info .product-item-photo {
  width: 75px;
}
.sidebar .product-items .product-item {
  width: 95%;
  border-bottom: dotted 1px;
}
@media (min-width: 768px) {
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 100%;
  }
  .sidebar .product-items .product-item-info.related-available .product-item-photo {
    width: 70px !important;
    margin-right: 0px !important;
  }
}
.sidebar .product-items .product-item-info {
  margin-top: 10px;
}
.sidebar .product-items .product-item {
  margin-bottom: 10px !important;
}
.sidebar .product-item .price-box .price {
  font-size: 13px !important;
}
.sidebar .price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  font-size: 13px !important;
}
.shopping-cart-table .cart-price .price {
  font-size: 13px !important;
}
.shopping-cart-table .price-including-tax + .price-excluding-tax:before {
  font-size: 13px !important;
  top: -2px;
}
.category-list-item a:first-child {
  height: 140px;
  display: block;
}
.sidebar li a:hover {
  color: #ff7e00 !important;
}
.sidebar li a:visited {
  color: #888888;
}
.product-list .product-desc {
  line-height: 25px;
}
.product-list .product-desc li {
  list-style: disc;
}
.wrapper.list.products-list .product-list li .product-info .title-product {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
}
.category-helium-neon-lasers .block filter {
  display: none;
}
.cms-stock-sale-items table strong {
  font-weight: bold;
}
.cms-stock-sale-items table > tbody > tr > td {
  padding: 0 0;
}
.slider_homepage1slider .bx-controls-direction a {
  background: #000;
  border-radius: 30px;
  cursor: pointer;
  font-size: 60px;
  display: block;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  width: 60px;
  text-indent: -9999px;
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -ms-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background;
  z-index: 1000;
}
.slider_homepage1slider .bx-controls-direction a.bx-prev {
  left: 10px;
}
.slider_homepage1slider .bx-controls-direction a.bx-next {
  background-position: 100% 0;
  right: 10px;
}
.slider_homepage1slider .bx-controls-direction a.bx-next:hover {
  background-position: 100% 100%;
}
.slider_homepage1slider .bx-controls-direction a.bx-prev:hover {
  background-position: 0 100%;
}
.slider_homepage1slider .bx-controls-direction a:hover {
  background: #FEBF00;
}
.slider_homepage1slider .bx-controls-direction a.bx-prev:before {
  left: 20px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider_homepage1slider .bx-controls-direction a.bx-next:before {
  top: 0px;
}
.slider_homepage1slider .bx-controls-direction a:before {
  content: "鈥�";
  color: #ffffff;
  display: block;
  left: 22px;
  position: absolute;
  text-indent: 0px;
  top: 15px;
}
.product.data.items #additional h2 {
  font-size: 20px;
  color: #444;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  position: relative;
  top: -20px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
  border: none;
}
.bundle-options-container {
  line-height: 30px;
}
.bundle-options-container .product-options-wrapper .price-including-tax::before {
  top: -1px;
}
.bundle-options-container .price-as-configured {
  margin-top: 15px;
}
.bundle-options-container .input-text.qty {
  position: relative;
  top: -10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  text-transform: none;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
  color: #333e48 !important;
}
.product-list .price-box .price-label {
  display: inline;
}
.product-list .minimal-price-link .price-container {
  position: relative;
  top: 9px;
}
#related_posts li {
  list-style: disc;
  margin-left: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
#related_posts li p {
  display: inline;
  font-size: 13px;
}
.wp-sidebar .product-info .product-rating {
  display: none;
}
.wp-sidebar .product-info .info-price {
  display: none;
}
.wp-sidebar .product-info .product-desc {
  display: none;
}
.wp-sidebar .product-info .compare-link {
  display: none !important;
}
.wp-sidebar .product-list .item-product {
  padding: 12px 2px !important;
}
.wp-sidebar .product-list .title-product a {
  font-weight: normal !important;
  font-size: 14px !important;
}
#shipping-method-buttons-container .button.action.continue.primary {
  height: 54px;
}
#review-buttons-container .action.primary.checkout {
  height: 54px;
}
.opc-block-summary .minicart-items .price-including-tax::before {
  top: -4px !important;
}
.opc-block-summary .minicart-items .price-excluding-tax::before {
  font-size: 14px !important;
  top: -10px !important;
  position: relative !important;
}
.payment-method {
  text-align: left !important;
}
.payment-method label {
  line-height: 23px;
}
@media (min-width: 768px) {
  .menu_left_home1 {
    display: none;
  }
  .top-menu .navigation {
    width: auto !important;
  }
  .footer-support-2 {
    /*	left: -100px;*/
  }
  .footer-bar-wrap .row-fluid .span6 {
    padding-top: 20px;
    padding-left: 70px;
  }
}
@media (min-width: 1199px) {
  .top-menu .smart-search {
    width: auto !important;
    float: right !important;
    margin-top: 6px;
  }
  .top-menu .select-category {
    width: 70px !important;
  }
  .top-menu .smart-search-form input[type="text"] {
    padding-right: 100px;
    /*padding-left: 100px;*/
  }
}
@media (max-width: 1198px) {
  .smart-search-form input[type="text"] {
    padding-left: 25px !important;
  }
  .select-category {
    display: none !important;
  }
}
.footer-bar-wrap .row-fluid .span6 {
  float: left;
}
@media (max-width: 767px) {
  .footer-subscribe .form-subscribe-header {
    padding-bottom: 4px;
  }
  .smart-search-form input[type="text"] {
    padding-left: 25px !important;
  }
  .select-category {
    display: none !important;
  }
  .block-recent-posts {
    margin-top: 30px;
  }
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .block-recent-posts {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .block-recent-posts {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .home-nav-container {
    margin-bottom: 0;
  }
}
.top-home-content .row-fluid:before,
.top-home-content .row-fluid:after {
  display: table;
  content: "";
  clear: both;
}
.block-recent-posts p a:visited {
  color: #666666;
}
.block-recent-posts .block-content .item a {
  color: #222222 !important;
}
.sidebar .paypal.acceptance {
  display: none;
}
.head-contact {
  color: #000 !important;
  font-weight: 600 !important;
  margin-top: 3px;
  border-left: none !important;
}
.catalog-product-view .brand_information .text-value {
  padding-left: 3px;
}
.catalog-product-view .product-social-extra .email-link.social-links-text {
  margin-left: -6px;
}
.catalog-product-view .product-social-extra .email-link.social-links-text {
  margin-left: -6px;
}
.bundle-options-container .product-options-wrapper {
  width: 100%;
}
@media (min-width: 601px) and (max-width: 767px) {
  .category-list-item a img {
    max-height: 85px;
  }
  .category-list-item {
    width: calc(45%);
  }
  .category-list-item:nth-child( 2n ) {
    margin-right: 0;
  }
  .category-list-item:nth-child( 2n + 1 ) {
    clear: both;
  }
}
.sidebar .items {
  text-indent: -18px;
  margin-left: 18px;
}
#specifications table.specs td,
#specifications table.specs th,
#specifications table.specs {
  border: 1px solid #eee !important;
}
.search-autocomplete {
  z-index: 10000 !important;
  margin-top: 1px !important;
}
@media (min-width: 992px) {
  .catalog-category-view.page-layout-1column_attributes .columns.layout .col-md-3 {
    width: 23%;
  }
  .account .page-title {
    margin-left: 45px !important;
  }
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 0 !important;
}
.account .block {
  margin-bottom: 15px;
}
.block.block-dashboard-addresses .action.edit {
  float: right;
  position: relative;
  top: -25px;
}
.catalog-product-view .fotorama__caption {
  display: none;
}
@media (min-width: 1399px) {
  .select-category .chosen-container {
    width: 68px !important;
  }
}
@media (min-width: 1200px) {
  .slider_homepage1slider .banner_text h2 {
    line-height: 40px !important;
  }
}
.custommenu.navigation li.level0 > .level-top {
  font-size: 16px !important;
  font-family: 'Nunito-Light' !important;
}
.search-by-cateogry .chosen-container-single .chosen-single {
  padding: 4px 12px  !important;
}
@media (min-width: 1200px) {
  .top-menu .search-by-cateogry .select-category {
    width: 68px !important;
  }
  #search_mini_form #search {
    padding-left: 72px !important;
  }
}
@media (min-width: 1199px) {
  .top-menu .smart-search {
    width: 400px !important;
  }
}
@media (max-width: 420px) {
  .home-nav li {
    height: 60px !important;
  }
  .home-nav li a:after {
    height: 24px !important;
    font-size: 30px !important;
    line-height: 22px !important;
    top: 10px !important;
  }
}
.home-nav ul.level0 li.level1 a {
  text-transform: uppercase !important;
  color: #000;
  font-weight: bold !important;
  padding: 10px !important;
  font-size: 15px !important;
  width: 100%;
  /*margin-bottom: 10px !important;*/
  min-height: 52px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: 'Rubik', sans-serif !important;
}
.home-nav ul.level0 li.level2 a {
  color: #333333 !important;
  text-decoration: none;
  font-weight: normal !important;
  line-height: 22px;
  display: block;
  text-transform: capitalize !important;
  font-size: 13px !important;
  margin-bottom: 0 !important;
  padding: 8px 5px !important;
  min-height: unset !important;
}
.navigation.custommenu.main-nav .custommenunav li:nth-of-type(4) .ui-menu-item.level2 {
  height: 40px !important;
}
.navigation.custommenu.main-nav .custommenunav li:nth-of-type(5) .ui-menu-item.level2 {
  height: 40px !important;
}
@media (min-width: 1440px) {
  .sidebar .product-items .product-item-details {
    margin-left: 60px !important;
  }
}
@media (min-width: 768px) {
  .sidebar .product-items .product-item-details {
    margin-left: 0 !important;
    display: block;
    clear: both;
    padding-left: 0;
    width: 100% !important;
  }
  .sidebar .product-items .related-available .product-item-name {
    text-indent: initial;
  }
}
.product .value p {
  line-height: 22px !important;
  font-size: 14px !important;
}
#specifications table.specs td,
#specifications table.specs th,
#specifications table.specs {
  font-size: 14px;
}
#specifications table.specs strong {
  font-weight: bold !important;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .field .label {
  font-size: 14px !important;
}
@media (min-width: 768px) {
  .catalog-product-view .col-xs-12.col-sm-2.col-md-2.col-lg-2 {
    padding: 0;
    margin: 0;
  }
  .catalog-product-view .sidebar-main-1 {
    padding-left: 20px;
  }
  .catalog-product-view .sidebar .items {
    text-indent: initial !important;
  }
}
.filter-content .filter-options .filter-options-title {
  font-size: 15px !important;
  white-space: nowrap;
}
.filter-options .filter-options-content .item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.sidebar-main-1 .block .title strong {
  font-size: 15px !important;
  white-space: nowrap;
  text-transform: capitalize;
}
#shopbymanufacturers {
  padding: 2px;
  height: 35px;
}
.sidebar-main-1 .options dt {
  display: none;
}
.sidebar-shop .widget {
  margin-bottom: 20px !important;
}
.sidebar-shop .widget .filter-current .items {
  border: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  text-indent: 0 !important;
}
.sidebar-shop .widget .widget-title {
  padding: 0 0 5px 0 !important;
  margin: 0 !important;
}
.sidebar-shop .widget .filter-current .item {
  padding: 0;
  line-height: 20px !important;
  margin-bottom: 0;
  white-space: nowrap;
}
.sidebar-shop .widget .filter-current .item .filter-value {
  font-size: 12px !important;
}
.sidebar-shop .widget .filter-current .item .action.remove {
  float: left;
  margin-right: 2px;
  font-size: 12px;
}
.sidebar-shop .widget .filter-actions {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.detail-info-product-view .brand_information ul li.last {
  text-align: right;
  position: absolute;
  right: 0;
  /*margin-top: -65px;*/
  height: 100%;
  top: -8px;
}
.currency-flag img {
  display: inline !important;
}
.currency-code-arrow {
  position: relative;
  top: 2px;
  left: 2px;
}
.currency-code {
  position: relative;
  top: 2px;
  left: 8px;
}
.catalog-product-view .price-including-tax {
  margin-bottom: 15px;
}
.catalog-product-view .price-including-tax .price {
  padding-left: 4px;
}
.catalog-product-view .price-including-tax::before {
  top: -4px;
}
.checkout-cart-index .price-including-tax .cart-price {
  position: relative;
  top: -8px;
  left: 2px;
}
.checkout-cart-index .price-including-tax::before {
  position: relative;
  left: -2px;
}
.product-view .product-info-stock-sku {
  position: relative;
  min-height: 2px;
}
.catalog-product-view b,
.catalog-product-view strong {
  font-weight: bold !important;
}
.header_main {
  border-top: none !important;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .footer-support-2 .velaFooterTitle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-contact-container {
    width: 100% !important;
  }
}
.brand_information_logo {
  position: absolute;
  right: -14px;
  top: -14px;
}
.product-info-stock-sku .brand_information {
  margin-top: 8px;
}
.product-info-stock-sku .brand_information .value {
  color: #000 !important;
}
.search .product-desc {
  margin-top: 15px;
}
.prices-tier li {
  font-size: 1.4rem;
  min-height: 40px;
}
.prices-tier .weee {
  display: inline !important;
}
.prices-tier .price-including-tax + .price-excluding-tax::before {
  font-size: 1.4rem;
}
.prices-tier .price-including-tax::before {
  top: -6px !important;
  font-size: 1.4rem !important;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax .price {
  font-size: 1.4rem;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax {
  font-size: 1.4rem !important;
  margin-top: 0 !important;
}
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
}
.price-excluding-tax:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-excluding-tax .price {
  font-size: 1.1rem;
}
.product-item .special-price .price-excluding-tax,
.product-item .minimal-price .price-excluding-tax {
  display: block;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-excluding-tax,
.price-container .price-excluding-tax .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-excluding-tax:last-child:after {
  content: ')';
}
.product-info-main .price-box .price-excluding-tax,
.product-options-bottom .price-box .price-excluding-tax {
  font-size: 1.2rem;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-excluding-tax .price,
.product-options-bottom .price-box .price-excluding-tax .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.opc-block-summary .product-item .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-excluding-tax .price {
  font-size: 1rem;
}
.bundle-options-container .price-notice .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-excluding-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.bundle-options-container .price-notice .price-excluding-tax:before,
.product-options-wrapper .field .price-notice .price-excluding-tax:before,
.cart-summary .price-excluding-tax:before,
.gift-summary .price-excluding-tax:before,
.gift-options .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.bundle-options-container .price-notice .price-excluding-tax:after,
.product-options-wrapper .field .price-notice .price-excluding-tax:after,
.cart-summary .price-excluding-tax:after,
.gift-summary .price-excluding-tax:after,
.gift-options .price-excluding-tax:after {
  content: ')';
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  font-size: 13px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
body .fancybox-skin {
  background: #ffffff;
}
body .action_button .button:hover,
body button:hover,
body input[type=submit]:hover {
  background: #ff7e00;
  color: #ffffff;
}
body .primary #top-cart-btn-checkout,
body .action_button .button.btn-continue {
  background: #ff7e00;
  color: #ffffff;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  line-height: 40px;
}
body .action_button .button,
body input[type=submit],
body button {
  /* background: #f2f5f7; */
  /* color: #333e48; */
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding: 0 10px;
}
.mini-cart-wrapper.enable-sticky .content-cart {
  display: none;
}
.container {
  padding: 0 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.page-wrapper {
  overflow: hidden;
}
.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;
}
.cart-totals .amount,
.opc-block-summary .table-totals .amount,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  background: transparent;
}
.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: 18px;
  color: #444;
  position: relative;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  display: block;
  font-weight: 700;
}
.cms-index-index .page-main {
  display: none;
}
.wrapper-bestseller.cat h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  width: 25%;
  line-height: 26px;
  padding: 10px 27px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  background: #ff7e00;
}
.wrapper-bestseller.cat h4:before {
  content: "\f030";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
}
.wrapper-bestseller.cat h4:hover {
  opacity: 0.7;
}
.section-bestseller .cat .tab_container .item-product:last-child {
  margin-top: 0;
}
.section-bestseller .wrapper-bestseller.cat .categorytab-container .content-item-product .product-thumb {
  width: auto;
  float: none;
}
.top-header {
  min-height: 45px;
  background-color: #febf00;
  line-height: 45px;
}
.top-header .top-info {
  float: right;
  margin: 0;
}
.top-header .top-info > li {
  border-left: 1px solid #eeeeee;
  float: left;
  position: relative;
}
.top-header .top-info > li > a {
  font-size: 12px;
  color: #666666;
  display: block;
  line-height: 50px;
}
.top-header .top-info > li:hover > a {
  color: #ff7e00;
}
.top-header .top-info > li:first-child {
  border: medium none;
}
.top-header .switcher {
  float: right;
}
.top-header .switcher .label {
  display: none;
}
.top-header .switcher .switcher-options {
  position: relative;
  cursor: pointer;
}
.top-header .switcher .switcher-options img {
  display: none;
}
.top-header .switcher .switcher-options .view-en img {
  padding-bottom: 4px;
  margin-right: 2px;
}
.top-header .switcher .switcher-options .view-fr img {
  padding-bottom: 4px;
  margin-right: 2px;
}
.top-header .switcher .switcher-options .language-USD {
  padding: 0 20px;
  border-left: 1px solid #2e3a48;
}
.top-header .switcher .switcher-options .view-en:hover,
.top-header .switcher .switcher-options .language-USD:hover {
  color: #ff7e00;
}
.top-header .switcher .switcher-options strong {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  border-left: 1px solid #2e3a48;
  text-transform: uppercase;
}
.top-header .switcher .switcher-options:hover .switcher-dropdown {
  display: block;
}
.top-header .switcher .switcher-options:hover strong {
  color: #ff7e00;
}
.top-header .switcher .switcher-options .fa {
  margin-left: 5px;
  vertical-align: baseline;
}
.top-header .switcher .switcher-options .switcher-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 9;
  display: none;
  padding: 0px 15px;
  min-width: 150px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(238, 238, 238, 0.75);
}
.top-header .switcher .switcher-options .switcher-dropdown li {
  margin-bottom: 0;
}
.top-header .switcher .switcher-options .switcher-dropdown li a {
  width: 100%;
  padding: 15px 0;
  line-height: 1;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 1px solid #eeeeee;
  color: #656d74;
}
.top-header .switcher .switcher-options .switcher-dropdown li a:hover {
  color: #ff7e00;
}
.top-header .switcher .switcher-options .switcher-dropdown li:last-child a {
  border-bottom: 0;
}
.top-bar-left .sub-menu-top {
  left: 0;
}
.top-info .has-child:hover .sub-menu-top {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.language-selected img {
  margin-right: 5px;
}
.sub-menu-top {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  padding: 0;
  min-width: 170px;
  background: #ffffff;
  z-index: 1;
  padding: 5px 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  z-index: 2;
}
.sub-menu-top .label {
  display: none;
}
.sub-menu-top li {
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
}
.sub-menu-top li:hover a {
  color: #333e48;
}
.sub-menu-top li:last-child {
  border: none;
}
.sub-menu-top a {
  color: #666666;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 30px;
}
.sub-menu-top a i {
  display: inline-block;
  width: 22px;
  font-size: 14px;
}
.sub-menu-top a:hover {
  color: #e62e04;
}
.top-currency .sub-menu-top span {
  margin: 0 16px 0 6px;
}
.top-left-static {
  float: left;
}
.top-left-static:before {
  content: "";
  width: 1px;
  height: 9px;
  background: #e3e3e3;
  display: inline-block;
  margin-top: 16px;
  margin-right: 15px;
}
.top-left-static li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.top-left-static li:first-child {
  padding-right: 10px;
}
.top-left-static li:first-child:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #e3e3e3;
  display: inline-block;
  margin-left: 17px;
}
.top-left-static li a {
  font-size: 12px;
  line-height: 42px;
  color: #707070;
}
.top-left-static li a:hover {
  color: #333e48;
}
.top-left-static li a .fa {
  line-height: 42px;
  margin-right: 3px;
}
.top-account ul .authorization-link {
  display: none;
}
.top-contact {
  float: right;
  font-size: 12px;
  color: #666666;
  line-height: 42px;
  margin-right: 12px;
}
.top-contact:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #e3e3e3;
  display: inline-block;
  margin-left: 10px;
}
.top-contact .phone {
  margin-right: 8px;
}
.top-contact .phone:before {
  content: "\f095";
  display: inline-block;
  margin-right: 6px;
  font-family: "fontawesome";
  color: #ff7e00;
}
.top-contact .email {
  margin-left: 15px;
}
.top-account ul li {
  line-height: 45px;
  list-style: none;
  display: inline-block;
}
.top-account ul li a {
  padding: 0 20px;
  color: #fff;
  border-right: 1px solid #2e3a48;
  font-size: 13px;
}
.top-account ul li a .compare_Products:before {
  content: "\f079";
  font-family: FontAwesome;
  font-size: 16px;
}
.top-account ul li a i {
  padding-right: 5px;
  display: none;
}
.top-account ul li:last-child a {
  border-right: 0;
}
.top-account ul li:first-child a {
  border-left: transparent;
}
.top-account ul li:hover a {
  color: #000;
}
.top-contact .email:before {
  content: "\f0e0";
  display: inline-block;
  margin-right: 6px;
  font-family: "fontawesome";
  color: #ff7e00;
}
.has-child > a::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 5px;
}
.smart-search {
  position: relative;
  width: 70%;
  float: left;
}
.smart-search #choose_category {
  border: none;
  height: 48px;
  border-radius: 30px 0 0 30px;
}
.select-category {
  height: 48px;
  position: absolute;
  top: 0;
  left: 1px;
  width: 145px;
  z-index: 1;
  line-height: 40px;
}
.smart-search-form {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.smart-search-form input[type="text"] {
  color: #7e7e7e;
  height: 48px;
  width: 100%;
  padding-left: 165px;
  border: none;
}
.smart-search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: transparent;
  display: inline-block;
  width: 125px;
  height: 48px;
  color: #ffffff;
  background: #ff7e00;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.smart-search-form button[type="submit"]:hover {
  color: #ffffff;
  background: #ff7e00;
}
.smart-search-form button[type="submit"] {
  opacity: 1;
  cursor: pointer;
}
.select-category .category-toggle-link {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  color: #333;
}
.select-category .category-toggle-link::after {
  position: absolute;
  right: 13px;
  top: 0;
  font-family: fontawesome;
  content: "\f107";
}
.list-category-toggle {
  left: 0;
  position: absolute;
  top: 100%;
}
.list-category-toggle.sub-menu-top {
  margin-top: 1px;
  width: 100%;
  opacity: 1;
  visibility: visible;
  display: none;
}
.header-mini-cart {
  position: relative;
  text-transform: uppercase;
  float: right;
}
.header-mini-cart .counter .total-mini-cart-item span {
  display: none;
}
.mini-cart {
  position: relative;
  float: right;
}
.header-mini-cart::before {
  content: "\f291";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #ff7e00;
  position: absolute;
  top: 0;
  line-height: 42px;
  right: 12px;
}
.header-mini-cart .total-mini-cart-item {
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -5px;
  left: -12px;
  color: #333e48;
  background: #ffffff;
  border-radius: 100%;
  font-size: 10px;
}
.total-mini-cart-price {
  color: #93979c;
  font-size: 13px;
  margin-top: 10px;
  margin-left: 5px;
  display: inline-block;
}
.content-mini-cart {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 300px;
  z-index: 99;
}
.mini-cart:hover .content-mini-cart {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.content-mini-cart h2 {
  font-size: 14px;
  margin: 0;
}
.list-mini-cart-item li {
  border-bottom: 1px solid #e9e9e9;
  display: table;
  padding: 20px 0;
}
.mini-cart-edit {
  display: table-cell;
}
.mini-cart-edit a {
  color: #999;
  display: block;
  margin-right: 5px;
}
.mini-cart-thumb {
  display: table-cell;
  vertical-align: top;
}
.mini-cart-thumb img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 70px;
}
.mini-cart-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.mini-cart-info .details-qty .cart-item-qty {
  height: 26px;
  max-width: 50px;
  text-align: center;
}
.mini-cart-info .details-qty button {
  background: transparent;
  padding: 0 0 0 5px;
  font-size: 16px;
  color: #666666;
  border-radius: 0;
}
.mini-cart-info h3 {
  font-size: 14px;
  margin: 0 0 5px;
}
.mini-cart-info h3 a {
  color: #666666;
}
.mini-cart-info .price-excluding-tax {
  font-size: inherit;
}
.mini-cart-info span.price {
  font-size: 14px;
  font-weight: normal;
}
.info-price del {
  color: #999;
  text-decoration: none;
  position: relative;
}
.info-price del::after {
  position: absolute;
  top: 10px;
  height: 1px;
  content: "";
  background: #999;
  width: 100%;
  left: 0;
  top: ;
}
.qty-product {
  border: 1px solid #e9e9e9;
  font-size: 0;
  margin-top: 10px;
  max-width: 100px;
}
.qty-product .qty-num {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  cursor: auto;
  width: 58px;
}
.qty-product span {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 20px;
}
.qty-product span:hover {
  color: #333;
}
.mini-cart-total {
  display: table;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}
.mini-cart-total label {
  color: #999;
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.mini-cart-total span {
  text-align: right;
}
.mini-cart-total .price-container {
  text-align: right;
}
.mini-cart-button {
  display: table;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.mini-cart-view {
  background: #333e48 none repeat scroll 0 0;
}
.mini-cart-button a {
  color: #ffffff;
  display: table-cell;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}
.mini-cart-button a::before {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 9;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.mini-cart-button a:hover::before {
  opacity: 1;
}
.mini-cart-checkout {
  background: #ff7e00 none repeat scroll 0 0;
}
.list-mini-cart-item {
  margin: 0 0 5px;
}
.mini-cart-info h3 a:hover {
  color: #333;
}
.mini-cart-thumb a {
  display: block;
  overflow: hidden;
}
.mini-cart-thumb a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.title-category-dropdown {
  background: #ff7e00;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.title-category-dropdown:after {
  font-family: 'Linearicons-Free';
  content: "\e871";
  position: absolute;
  right: 20px;
  top: 0;
  color: #ffffff;
}
.container-header-sticky .logo-sticky {
  display: none;
}
.logo {
  margin: auto;
}
.header-wrapper-sticky.enable-sticky {
  background: #febf00 none repeat scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  box-shadow: 0 0 5px 0;
}
.header-wrapper-sticky.enable-sticky .container-header-sticky {
  display: table;
  height: 80px;
}
.header-wrapper-sticky.enable-sticky .logo-sticky {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 25%;
}
.header-wrapper-sticky.enable-sticky .top-menu-sticky {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.header-wrapper-sticky.enable-sticky .top-menu-sticky .custommenu.navigation li.level0 > .level-top {
  background: transparent;
  color: #ffffff;
}
.header-wrapper-sticky.enable-sticky .top-menu-sticky .custommenu.navigation li.level0 > .level-top:hover {
  color: #ff7e00;
}
.header-wrapper-sticky.enable-sticky .main-nav {
  background: transparent !important;
}
.mini-cart-wrapper.enable-sticky {
  position: fixed;
  top: 12px;
  right: 0;
  z-index: 999999 !important;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}
.mini-cart-wrapper.enable-sticky .header-mini-cart span.total-mini-cart-item-sticky {
  display: block;
}
.mini-cart-wrapper.enable-sticky .header-mini-cart {
  border: 0;
  height: 40px;
  line-height: inherit;
}
.mini-cart-wrapper .total-mini-cart-item-sticky {
  display: none;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #333;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 3px;
  width: 20px;
}
.wp-header {
  display: table;
  height: 100px;
  width: 100%;
}
.wp-header > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.wrap-category-dropdown {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}
.list-category-dropdown {
  margin: 0;
  position: relative;
}
.verticalmenu.navigation.side-verticalmenu li.expand-category-link {
  color: #666666;
  display: block;
  font-weight: 500;
  position: relative;
  z-index: 9;
  font-size: 14px;
}
.list-category-dropdown > li.expand-category-link a {
  border: none;
  padding: 13px 0;
}
.list-category-dropdown > li.expand-category-link:hover > a::before {
  position: static;
  background: none;
  width: auto;
  content: "\f0d7";
}
.expand-category-link a:before {
  content: "\f0d7";
  display: inline-block;
  margin-right: 10px;
  font-family: 'FontAwesome';
  font-size: 18px;
}
.list-category-dropdown > li.expand-category-link.expanding a:before,
.list-category-dropdown > li.expand-category-link.expanding:hover a:before {
  content: "\f0d8";
}
.cat-mega-menu {
  background: #ffffff none repeat scroll 0 0;
  left: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
  margin-left: 100px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.list-category-dropdown > li.has-cat-mega:hover > .cat-mega-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.cat-mega-menu.cat-mega-style1 {
  width: 900px;
}
.cat-mega-menu.cat-mega-style2 {
  width: 750px;
}
.cat-mega-menu.cat-mega-style2 .title-cat-mega-menu {
  margin-bottom: 20px;
}
.cat-mega-menu.cat-mega-style2 .item-category-featured-product {
  margin: 0 -15px;
}
.cat-mega-menu.cat-mega-style2 .item-category-featured-product.first-item {
  border: none;
}
.title-cat-mega-menu {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 12px;
  padding-left: 15px;
  text-transform: uppercase;
}
.list-cat-mega-menu a {
  color: #666666;
}
.category-dropdown9 .list-cat-mega-menu a:hover {
  color: #3EBB51;
}
.list-cat-mega-menu a:hover {
  color: #ff7e00;
}
.list-cat-mega-menu li {
  color: #ccc;
  list-style: circle;
  margin-bottom: 7px;
  padding-left: 5px;
}
.list-cat-mega-menu > ul {
  padding-left: 12px;
}
.category-dropdown {
  position: relative;
}
.list-category-dropdown > li {
  padding: 0 20px;
}
.list-category-dropdown a:hover {
  color: #ff7e00;
}
.list-category-dropdown > li > a {
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 9px 20px 10px 0;
  line-height: 20px;
  position: relative;
}
.list-category-dropdown8 > li > a {
  position: relative;
}
.list-category-dropdown > li > a img {
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 0;
}
.list-category-dropdown8 > li > a img {
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.list-category-dropdown > li:first-child > a {
  border-top: 1px solid #ffffff;
}
.main-nav {
  background: none;
}
.custommenu.navigation li.level0 > .level-top {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: 500;
  padding: 0 12px;
  line-height: 60px;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  background: transparent;
}
.custommenu.navigation li.level0 > .level-top:hover {
  color: #ff7e00;
}
.toggle-mobile-menu {
  display: none;
  position: relative;
}
.toggle-mobile-menu::after {
  background: #ff7e00 none repeat scroll 0 0;
  content: "飪�";
  position: absolute;
  font-family: fontawesome;
  color: #ffffff;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 0;
  right: 0;
}
.main-nav > ul {
  font-size: 0;
  margin: 0;
  position: relative;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
}
.main-nav > ul > li.menu-item-has-children,
.main-nav ul li .subchildmenu > li {
  position: relative;
}
.main-nav > ul li > .sub-menu,
.main-nav > ul li .submenu,
.main-nav ul li .subchildmenu,
.main-nav ul li .subchildmenu li .subchildmenu {
  z-index: 9999;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  width: 200px;
  border-radius: 5px;
}
.main-nav > ul li:hover > .sub-menu,
.main-nav > ul li:hover .submenu,
.main-nav ul li:hover .subchildmenu,
.main-nav ul li .subchildmenu li:hover .subchildmenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav > ul > li .sub-menu > li,
.main-nav > ul li:hover .submenu > li,
.main-nav ul li:hover .subchildmenu > li {
  padding: 0 20px;
}
.main-nav > ul > li .sub-menu > li:first-child > a {
  border: none;
}
.main-nav > ul > li .sub-menu .ui-menu-item > a,
.main-nav > ul > li .sub-menu .menu-item-has-children > a,
.main-nav ul li .subchildmenu > li > a {
  border-top: 1px solid #eeeeee;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 16px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li > a,
.main-nav ul li .subchildmenu li .subchildmenu > li > a {
  border-top: 1px solid #eeeeee;
  color: #656d74;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  padding: 16px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-nav ul li .subchildmenu li .subchildmenu > li > a:hover {
  color: #ff7e00;
}
.main-nav > ul > li > a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: 600;
  background: #333e48;
  line-height: 60px;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-nav > ul > li > a:hover {
  background: #ff7e00;
}
.main-nav > ul > li:hover > a,
.main-nav > ul li.current-menu-ancestor > a,
.main-nav > ul li.current-menu-item > a {
  color: #ffffff;
}
.main-nav > ul > li .sub-menu > li:hover > a,
.main-nav ul li .subchildmenu > li:hover > a {
  color: #ff7e00;
}
.main-nav > ul > li > .sub-menu:after,
.main-nav ul li .subchildmenu:after {
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: fontawesome;
  content: "\f0d8";
  color: #ffffff;
}
.main-nav > ul > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 5px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a,
.main-nav ul li .subchildmenu > li > a {
  position: relative;
  padding-right: 15px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children,
.main-nav ul li .subchildmenu > li .subchildmenu > li {
  position: relative;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu,
.main-nav ul li .subchildmenu > li .subchildmenu {
  left: 100%;
  top: 20px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after,
.main-nav ul li .subchildmenu > li > a:after {
  content: "\f105";
  font-family: fontawesome;
  right: 0px;
  top: 15px;
  position: absolute;
  font-size: 14px;
}
.main-nav ul li .subchildmenu .subchildmenu > li > a:after {
  content: "";
}

/************************************************Popup*********************************************************/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.window-popup {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 10px solid #ffffff;
  padding: 30px;
  width: 600px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
.window-popup .close-popup {
  background: #ff7e00 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 999;
}
.image-popup {
  bottom: 5px;
  position: absolute;
  right: 30px;
}
#newsletter_pop_up.newsletterpopup .content-popup h2 {
  line-height: 90px;
}
/*******************************************************************************************************/

.breadcrumbs {
  padding: 0 0 25px 0;
  margin-bottom: 0;
  margin-top: 30px;
  border-bottom: 1px solid #f5f5f6;
  max-width: 1920px;
  padding-left:290px;
}
.page-main.container {
  margin-top: 50px;
}
div.logo {
  max-width: 100%;
  margin: 0;
}
.logo img {
  padding-bottom: 0;
  /*max-height: 62px;*/
  max-height: 90px;
}
.search-by-cateogry .chosen-container-single .chosen-single {
  border: 0;
  padding: 4px 20px;
  border-radius: 30px 0 0 30px;
}
.search-by-cateogry .chosen-container-single .chosen-single:before {
  content: "";
  background: #d8dadc;
  height: 20px;
  width: 1px;
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 13px;
}
.search-by-cateogry .chosen-container-single .chosen-single span {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  color: #333e48;
}
body .chosen-container-single .chosen-single div b:before {
  content: "\f107";
}
.banner-top-home .fadeInUp {
  margin-left: 3px;
  margin-right: -10px;
  padding-right: 8px;
}
.banner-top-home .fadeInRight {
  padding-left: 13px;
  padding-right: 10px;
}
.banner-top-home .block-banner-text {
  display: inline-block;
}
.section-special-look {
  text-align: center;
}
.bs-banner.block-banner-text {
  position: relative;
  overflow: hidden;
}
.bs-banner.block-banner-text:hover .banner-hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.bs-banner.block-banner-text:hover .banner-hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.bs-banner.block-banner-text .banner-hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.bs-banner.block-banner-text .banner-hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.bs-banner.block-banner-text.style4 .content {
  padding: 0 45px;
}
.bs-banner.block-banner-text.style4 .content .title {
  font-size: 24px;
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  position: relative;
}
.bs-banner.block-banner-text.style4 .content .title:after {
  display: block;
  line-height: 31px;
  font-family: 'FontAwesome';
  content: "\f106\f106\f106\f106\f106\f106\f106\f106";
  margin-top: 3px;
  font-size: 12px;
}
.bs-banner.block-banner-text.style4 .content .subtitle {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  text-transform: none;
  line-height: 24px;
  font-weight: normal;
}
.bs-banner.block-banner-text.style4 .content .link-more {
  width: auto;
  height: auto;
  border: 2px solid #ffffff;
  font-size: 10px;
  padding: 13px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 85px;
  display: inline-block;
}
.bs-banner.block-banner-text.style5 .content {
  right: 110px;
  transform: translateY(-50%);
  top: 50%;
  left: auto;
}
.bs-banner.block-banner-text.style5 .content .link-more {
  width: auto;
  height: auto;
  border: none;
  line-height: normal;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-size: 14px;
  text-decoration: underline;
  color: #aaa;
  margin-top: 35px;
}
.bs-banner.block-banner-text.style5 .content.left-algin {
  right: auto;
  left: 60px;
}
.bs-banner.block-banner-text.style2 .content .title {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 10px;
}
.bs-banner.block-banner-text.style2 .content .subtitle {
  font-size: 12px;
  color: #888888;
  font-style: italic;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.bs-banner.block-banner-text.style2 .content .flash {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-block;
  background-color: #e9c77b;
  color: #ffffff;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bs-banner.block-banner-text.style3 .content {
  right: 40px;
  transform: translateY(-50%);
  top: 50%;
}
.bs-banner.block-banner-text.style3 .content .title {
  color: #ffffff;
  font-family: inherit;
  font-style: normal;
}
.bs-banner.block-banner-text.style3 .content .subtitle {
  color: #ffffff;
}
.bs-banner.block-banner-text.style3 .content .link-more {
  border: none;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  font-weight: normal;
  margin-top: 55px;
}
.bs-banner.block-banner-text.bottom .content {
  left: 0px;
  right: 0px;
  bottom: 100px;
  top: auto;
}
.bs-banner.block-banner-text.right .content {
  left: 50%;
  transform: translateY(-50%);
  top: 50%;
}
.bs-banner.block-banner-text.left .content {
  right: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: auto;
}
.bs-banner.block-banner-text .content {
  position: absolute;
  left: 20px;
  top: 34px;
}
.bs-banner.block-banner-text .content .title {
  font-size: 20px;
  color: #333e48;
  font-weight: 700;
  margin: 0;
}
.bs-banner.block-banner-text .content .subtitle {
  margin: 0;
  font-size: 13px;
  margin-top: 11px;
  max-width: 180px;
  line-height: 16px;
}
.bs-banner.block-banner-text .content .link-more {
  display: inline-block;
  margin-top: 36px;
  color: #5d8ebd;
}
.bs-banner.block-banner-text .content .link-more em {
  margin-left: 5px;
}
.bs-banner.block-banner-text.white .content .title,
.bs-banner.block-banner-text.white .content .subtitle,
.bs-banner.block-banner-text.white .content .link-more {
  color: #ffffff;
}
.bs-banner.block-banner-text.white .content .link-more {
  border-color: #ffffff;
}
.section-bestseller .tab_container {
  float: left;
  width: 100%;
}
.section-bestseller .tab_container .owl-item.first-active .item-product {
  border-left: 1px solid #eeeeee;
}
.section-bestseller .tab_container .item-product {
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
  padding: 0;
}
.section-bestseller .tab_container .item-product:last-child {
  margin-top: -1px;
}
.section-bestseller .tab_container .item-product .content-item-product .product-info {
  padding-left: 11px;
  padding-bottom: 15px;
}
.section-bestseller .tab_container .item-product .product-reviews-summary {
  margin: 0 0 10px;
}
.section-bestseller .tab_container .item-product:hover .content-item-product {
  width: 100%;
  background: #ffffff;
}
.section-bestseller .list-tab-product .box-title .title-tab-product h2 {
  display: none;
}
.section-bestseller .list-tab-product .box-title .tabs li {
  display: inline-block;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
  background: #f4f4f4;
  margin-right: 3px;
  border-radius: 3px 3px 0 0;
}
.section-bestseller .list-tab-product .box-title .tabs li.active {
  background: #ff7e00;
  color: #ffffff;
}
.section-bestseller .list-tab-product .box-title .tabs li:hover {
  background: #ff7e00;
  color: #ffffff;
}
.section-bestseller .wrapper-bestseller .categorytab-container .content-item-product .product-thumb {
  width: 40%;
  float: left;
}
.section-bestseller .wrapper-bestseller .categorytab-container .content-item-product .product-info {
  overflow: hidden;
  padding-top: 20px;
}
.product-media .gallery-placeholder._block-content-loading .bxslider .owl-controls.clickable .owl-buttons {
  display: none;
}
.upsell .owl-theme .owl-controls .owl-page span,
.related .owl-theme .owl-controls .owl-page span {
  display: none;
}
.hot-deal canvas {
  display: none;
}
.hot-deal .title-product {
  margin-bottom: 20px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss {
  padding-top: 30px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .product-extra-link {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  moz-transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss:hover .product-extra-link {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal {
  position: relative;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart {
  position: relative;
  margin-top: 35px;
  padding-top: 0;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .addcart-link button {
  padding: 9px 30px;
  width: 100%;
  border-radius: 30px;
  color: #333e48;
  font-weight: 500;
  background-color: #f2f5f7;
  border-color: #e9edf0;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .addcart-link button:hover {
  background: #ff7e00;
  color: #ffffff;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .wishlist-link.action.towishlist {
  border: 1px solid #eeeeee;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 158px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .wishlist-link.action.towishlist:before {
  content: "\f004";
  font-family: FontAwesome;
  font-size: 16px;
  color: #555555;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover:before {
  color: #ffffff;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .compare-link.action.tocompare {
  border: 1px solid #eeeeee;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 204px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .compare-link.action.tocompare:before {
  content: "\f079";
  font-family: FontAwesome;
  font-size: 16px;
  color: #555555;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .compare-link.action.tocompare:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info-cart .product-extra-link .compare-link.action.tocompare:hover:before {
  color: #ffffff;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info {
  margin-top: 27px;
  padding: 0;
  position: relative;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-info .title-product {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333e48;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .info-price {
  margin-bottom: 24px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .info-price .price-box.price-final_price .special-price .price,
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .info-price .price-box.price-final_price .price-container .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ff7e00;
  margin-right: 8px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .info-price .price-box.price-final_price .old-price .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .desc {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #656d74;
  line-height: 22px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .onsale {
  width: 100px;
  height: 100px;
  position: absolute;
  display: inline-block;
  border-top: 50px solid #fdd01b;
  border-right: 50px solid #fdd01b;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  top: 0;
  right: -1px;
  z-index: 11;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .onsale .sale-text {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  transform: rotate(45deg);
  position: absolute;
  right: -48px;
  top: -30px;
  margin: auto;
  min-width: 57px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .hot-deal-tab-title h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .hot-deal-tab-title p {
  font-size: 15px;
  font-weight: 400;
  color: #71737a;
  font-family: 'Rubik', sans-serif;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .hot-deal-tab-title p:hover {
  color: #ff7e00;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-rating .product-reviews-summary {
  margin: 0 0 20px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .product-rating .product-reviews-summary .reviews-actions {
  line-height: 14px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .note-hurry {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #333e48;
  font-size: 16px;
  margin-bottom: 15px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .super-deal-countdown .time_circles > div {
  width: auto !important;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  background: #f2f5f7;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
  padding: 10px;
  border-radius: 100%;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .super-deal-countdown .time_circles > div .number {
  display: block;
  color: #333e48;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  line-height: 14px;
  padding-top: 6px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .super-deal-countdown .time_circles > div .text {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #989898;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-pagination {
  display: none;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons > div {
  border: 2px solid #eee;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 100%;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons > div:before {
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  color: #999;
  display: block;
  line-height: 44px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons > div:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons > div:hover:before {
  color: #ffffff;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
  margin-left: -2px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
  margin-right: -2px;
}
.box-cat {
  margin-top: 75px;
}
.box-cat .rokan-product-heading {
  display: none;
}
.box-cat ul.tabs {
  display: none;
}
.group-product .rokan-product-heading h2 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  width: 20%;
  line-height: 26px;
  padding: 10px 27px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  background: #ff7e00;
}
.group-product .rokan-product-heading h2:before {
  content: "\f030";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
  padding-right: 18px;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item.first-active .product-item {
  border-left: 1px solid #eeeeee;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-extra-link {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  moz-transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item:hover .product-extra-link {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-item {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-left: 1px solid transparent;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-item .product-info {
  padding: 0;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-item .product-info .product-name {
  margin-top: 8px;
  margin-bottom: 0;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-item .product-info .product-reviews-summary {
  margin: 0 0 10px;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-item .product-info .product-info-cart {
  margin-bottom: 6px;
}
.group-product .owl-carousel .owl-wrapper-outer .owl-item .product-thumb {
  width: 100%;
}
.group-product .owl-theme .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
}
.group-product .owl-theme .owl-controls .owl-buttons > div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f4f4f4;
  margin-top: 0;
  top: -41px;
}
.group-product .owl-theme .owl-controls .owl-buttons > div:before {
  font-family: FontAwesome;
  font-size: 24px;
  color: #333e48;
  display: block;
  line-height: 33px;
}
.group-product .owl-theme .owl-controls .owl-buttons > div:hover,
.group-product .owl-theme .owl-controls .owl-buttons > div:active {
  background: #ff7e00;
}
.group-product .owl-theme .owl-controls .owl-buttons > div:hover:before,
.group-product .owl-theme .owl-controls .owl-buttons > div:active:before {
  color: #ffffff;
}
.group-product .owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 40px;
  left: auto;
}
.group-product .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
}
.group-product .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.group-product .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
}
.list-service .box-icon .icon {
  display: inline-block;
  margin-right: 20px;
}
.list-service .box-icon .icon .fa {
  font-size: 27px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.list-service .box-icon .box-content {
  display: inline-block;
}
.list-service .box-icon .box-content h3 {
  font-size: 17px;
  color: #333e48;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: normal;
}
.list-service .box-icon:hover .icon .fa {
  color: #333e48;
}
.section-services {
  padding: 132px 0 0 0;
  background: url(../images/bkg_services.jpg);
  margin-top: 60px;
}
.block-social {
  background: url(../images/bkg_social.jpg);
  min-height: 320px;
  position: relative;
  background-position: center;
}
.block-social:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.block-social label {
  padding: 10px 0;
  padding-right: 25px;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  letter-spacing: 2px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info h3 a {
  color: #333e48;
  font-weight: 500;
  font-size: 16px;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info .sub-categories {
  padding-left: 0;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info .sub-categories li {
  margin-bottom: 10px;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info .sub-categories li a {
  font-size: 14px;
  font-weight: 400;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info .sub-categories li a:hover {
  color: #ff7e00;
}
.section-featured-categories .wrap-category .owl-item .wp-item .item .popcat-box .category-info .link-all a {
  font-size: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #71737a;
  font-family: 'Rubik', sans-serif;
}
.section-featured-categories .wrap-category .owl-item:last-child .item {
  border-right: none;
}
body.cms-index-index .block-widget-rokanthemes-brand .owl-theme .owl-controls .owl-buttons > div {
  top: 40%;
}

 
.item-product {
  position: relative;
}
.content-tab-product {
  overflow: hidden;
  margin-top: -6px;
}
.content-tab-product .tab-pane {
  display: none;
}
.content-tab-product .tab-pane.active {
  display: block;
}
.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
}
.product-tab-slider .wrap-item.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
  right: 15px;
}
.product-thumb:hover .product-info-cart {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.title-product a {
  font-size: 14px;

  font-weight: 400;
  color: #333e48;
  font-family: 'Rubik', sans-serif;
}
.title-product a:hover {
  color: #ff7e00;
}
.content-item-product:hover .product-extra-link {
  opacity: 1;
  visibility: visible;
  display: inline-block;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.content-item-product .product-extra-link {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.content-item-product .product-extra-link li {
  display: inline-block;
}
.product-info-cart {
  position: absolute;
  left: 0;
  width: 99%;
  z-index: 10;
  font-weight: 500;
  padding-top: 12px;
  background: #ffffff;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(2.57rem);
  -ms-transform: translateY(2.57rem);
  transform: translateY(2.57rem);
}
.product-info-cart .product-extra-link .wishlist-link.action.towishlist {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
}
.product-info-cart .product-extra-link .wishlist-link.action.towishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #333e48;
}
.product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover:before {
  color: #ffffff;
}
.product-info-cart .product-extra-link .compare-link.action.tocompare {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
}
/* .product-info-cart .product-extra-link .compare-link.action.tocompare:before {
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  color: #333e48; 
} */
.product-info-cart .product-extra-link .compare-link.action.tocompare:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.product-info-cart .product-extra-link .compare-link.action.tocompare:hover:before {
  color: #ffffff;
}
.item-product:hover .product-info-cart {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.addcart-link button,
.addcart-link action.tocart.primary {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  background-color: #ff7e00;
  line-height: 40px;
  padding: 0 26px;
  color: #ffffff;
  border-radius: 30px;
  text-transform: initial;
  z-index: 1;
  text-transform: uppercase;
  border-color: #e9edf0;
}
.addcart-link button:hover,
.addcart-link action.tocart.primary:hover {
  background: #ff7e00;
  color: #ffffff;
}
.content-item-product:hover .product-thumb .quickview-product a {
  opacity: 1;
}
.product-thumb {
  position: relative;
  text-align: center;
}
.product-thumb .quickview-product a {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  color: #ffffff;
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 36px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  padding: 5px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.product-thumb .quickview-product a:hover {
  color: #ffffff;
  background-color: #ff7e00;
  border: 1px solid #ff7e00;
}
.item-product:hover .quickview-product a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.newlabel {
  display: none;
}
.onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 6px 10px;
  border-radius: 2px;
  background-color: #ff7e00;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  z-index: 2;
}
.product-thumb-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-thumb-link .first-thumb,
.item-product-bestseller .product-thumb .first-thumb,
.product-thumb-link .second-thumb,
.second-thumb {
  -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;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-thumb-link .first-thumb {
  display: block;
}
.hot-deal-product-thumb .product-thumb-link:hover .first-thumb,
.item-product-bestseller .product-thumb:hover .first-thumb,
.hot-deal-product-thumb .product-thumb-link:hover .second-thumb,
.item-product-bestseller .product-thumb:hover .second-thumb {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.second-thumb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: 0;
  -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;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.item-product:hover .product-thumb-link .second-thumb {
  opacity: 1;
  z-index: 1;
}
.percent-saleoff {
  background: #ed321e none repeat scroll 0 0;
  color: #ffffff;
  height: 30px;
  left: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -7px;
  width: 46px;
  z-index: 3;
}
.percent-saleoff label {
  display: block;
  font-size: 14px;
  margin: 2px 0 -4px;
  font-weight: bold;
}
.percent-saleoff span {
  display: block;
  font-size: 12px;
  position: relative;
  z-index: 99;
}
.percent-saleoff::before {
  background: rgba(0, 0, 0, 0) url("../images/shape.png") no-repeat scroll center top;
  content: "";
  display: block;
  height: 10px;
  left: -4px;
  position: absolute;
  top: 0px;
  width: 54px;
  z-index: 999;
}
.percent-saleoff::after {
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 12px solid #ED321E;
  position: absolute;
  bottom: -12px;
  content: "";
  left: 0;
}
.product-list .product-thumb {
  overflow: visible;
}
.product-list .item-product {
  padding: 26px 20px 30px 20px;
  border-bottom: 1px solid #f5f5f5;
}
#layered-ajax-list-products {
  overflow-x: scroll;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .item-product .product-thumb .onsale {
  top: 9px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .item-product:hover .info-price,
#layered-ajax-list-products .wrapper.list.products-list .product-list li .item-product:hover .product-rating {
  opacity: 1;
  filter: alpha(opacity=1);
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-desc {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #333e48;
  font-size: 14px;
  line-height: 22px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-desc ul li {
  list-style: disc;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info {
  padding: 0;
  position: relative;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .title-product {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  /*font-weight: 400;
                    color: @secondaryColor;*/
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-rating .product-reviews-summary {
  margin: 5px 0 0;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-desc p {
  font-weight: 400;
  font-size: 14px;
  color: #333e48;
  margin-bottom: 20px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .info-price {
  margin-top: 7px;
  margin-bottom: 20px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .info-price .price-box.price-final_price .special-price .price,
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .info-price .price-box.price-final_price .price-container .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ff7e00;
  margin-right: 7px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .info-price .price-box.price-final_price .old-price .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart {
  position: relative;
  padding-top: 0;
  margin-top: 25px;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  left: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .addcart-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #333e48;
  background: #f2f5f7;
  padding: 0 40px;
  height: 40px;
  text-transform: uppercase;
  border: 1px solid #eeeeee;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .addcart-link:hover {
  background: #ff7e00;
  color: #ffffff;
  border: 0;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .wishlist-link.action.towishlist {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 165px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .wishlist-link.action.towishlist:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #555555;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .wishlist-link.action.towishlist:hover:before {
  color: #ffffff;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .compare-link.action.tocompare {
  border: 1px solid #eee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f5f7;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 215px;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .compare-link.action.tocompare:before {
  content: "\f079";
  font-family: FontAwesome;
  font-size: 16px;
  color: #555555;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .compare-link.action.tocompare:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
#layered-ajax-list-products .wrapper.list.products-list .product-list li .product-info .product-info-cart .product-extra-link .compare-link.action.tocompare:hover:before {
  color: #ffffff;
}
.tab_container:hover .addto-links-icons .actions-primary .btn-add-to-cart,
.product-item:hover .addto-links-icons .actions-primary .btn-add-to-cart,
.product-list-item:hover .addto-links-icons .actions-primary .btn-add-to-cart {
  transform: scale(1);
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tab_container:hover .addto-links-icons .add-to-links li a,
.product-item:hover .addto-links-icons .add-to-links li a,
.product-list-item:hover .addto-links-icons .add-to-links li a {
  transform: scale(1);
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tab_container:hover .product-photo .image0,
.product-item:hover .product-photo .image0,
.product-list-item:hover .product-photo .image0 {
  z-index: -1;
  opacity: 0;
}
.tab_container:hover .product-photo .image1,
.product-item:hover .product-photo .image1,
.product-list-item:hover .product-photo .image1 {
  opacity: 1;
  z-index: 1;
  top: 0;
}
.tab_container:hover .product-photo .quickview-product a,
.product-item:hover .product-photo .quickview-product a,
.product-list-item:hover .product-photo .quickview-product a {
  top: 10px;
}
.tab_container .product-photo,
.product-item .product-photo,
.product-list-item .product-photo {
  position: relative;
  z-index: 11111;
}
.tab_container .product-photo .image-switch,
.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;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.tab_container .product-photo .image1,
.product-item .product-photo .image1,
.product-list-item .product-photo .image1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.tab_container .product-photo .quickview-product a,
.product-item .product-photo .quickview-product a,
.product-list-item .product-photo .quickview-product a {
  position: absolute;
  top: -100px;
  left: 10px;
  padding: 0 10px;
  background-color: #aaaaaa;
  color: #fefefe;
  font-size: 10px;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
  text-transform: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 2;
}
.tab_container .product-photo .quickview-product a i,
.product-item .product-photo .quickview-product a i,
.product-list-item .product-photo .quickview-product a i {
  font-style: normal;
}
.tab_container .product-photo .quickview-product a:before,
.product-item .product-photo .quickview-product a:before,
.product-list-item .product-photo .quickview-product a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.09);
  width: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab_container .product-photo .quickview-product:hover a,
.product-item .product-photo .quickview-product:hover a,
.product-list-item .product-photo .quickview-product:hover a {
  background: #333e48;
}
.tab_container .product-photo .quickview-product:hover a:before,
.product-item .product-photo .quickview-product:hover a:before,
.product-list-item .product-photo .quickview-product:hover a:before {
  width: 100%;
}
.tab_container .product-info,
.product-item .product-info,
.product-list-item .product-info {
  text-align: center;
}
.tab_container .product-info .product-name,
.product-item .product-info .product-name,
.product-list-item .product-info .product-name {
  margin-top: 15px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.tab_container .product-info .product-name a,
.product-item .product-info .product-name a,
.product-list-item .product-info .product-name a {
  color: #333e48;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.tab_container .product-info .product-name a:hover,
.product-item .product-info .product-name a:hover,
.product-list-item .product-info .product-name a:hover {
  color: #ff7e00;
}
.tab_container .product-info .price-box,
.product-item .product-info .price-box,
.product-list-item .product-info .price-box {
  margin: 0 0 11px 0;
  font-family: 'Rubik', sans-serif;
}
.tab_container .product-info .price-box .price,
.product-item .product-info .price-box .price,
.product-list-item .product-info .price-box .price {
  font-size: 16px;
  color: #ff7e00;
  font-weight: 500;
}
.tab_container .product-info .price-box .special-price,
.product-item .product-info .price-box .special-price,
.product-list-item .product-info .price-box .special-price {
  display: inline-block;
  margin-right: 7px;
}
.tab_container .product-info .price-box .special-price .price,
.product-item .product-info .price-box .special-price .price,
.product-list-item .product-info .price-box .special-price .price {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ff7e00;
}
.tab_container .product-info .price-box .old-price .price,
.product-item .product-info .price-box .old-price .price,
.product-list-item .product-info .price-box .old-price .price {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #b5b5b5;
}
.tab_container .product-info .product-reviews-summary .reviews-actions,
.product-item .product-info .product-reviews-summary .reviews-actions,
.product-list-item .product-info .product-reviews-summary .reviews-actions {
  display: none;
}
.tab_container .addto-links-icons,
.product-item .addto-links-icons,
.product-list-item .addto-links-icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.tab_container .addto-links-icons .actions-primary,
.product-item .addto-links-icons .actions-primary,
.product-list-item .addto-links-icons .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.tab_container .addto-links-icons .actions-primary .stock.unavailable,
.product-item .addto-links-icons .actions-primary .stock.unavailable,
.product-list-item .addto-links-icons .actions-primary .stock.unavailable {
  font-family: 'Rubik', sans-serif;
  color: #333e48;
}
.tab_container .addto-links-icons .actions-primary .btn-add-to-cart,
.product-item .addto-links-icons .actions-primary .btn-add-to-cart,
.product-list-item .addto-links-icons .actions-primary .btn-add-to-cart {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background-color: #aaaaaa;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 3px;
}
.tab_container .addto-links-icons .actions-primary .btn-add-to-cart i,
.product-item .addto-links-icons .actions-primary .btn-add-to-cart i,
.product-list-item .addto-links-icons .actions-primary .btn-add-to-cart i {
  font-size: 14px;
  color: #ffffff;
}
.tab_container .addto-links-icons .actions-primary .btn-add-to-cart:hover,
.product-item .addto-links-icons .actions-primary .btn-add-to-cart:hover,
.product-list-item .addto-links-icons .actions-primary .btn-add-to-cart:hover {
  background: #333e48;
}
.tab_container .addto-links-icons .add-to-links,
.product-item .addto-links-icons .add-to-links,
.product-list-item .addto-links-icons .add-to-links {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-left: 0;
}
.tab_container .addto-links-icons .add-to-links li,
.product-item .addto-links-icons .add-to-links li,
.product-list-item .addto-links-icons .add-to-links li {
  display: inline-block;
}
.tab_container .addto-links-icons .add-to-links li a,
.product-item .addto-links-icons .add-to-links li a,
.product-list-item .addto-links-icons .add-to-links li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background-color: #aaaaaa;
  color: #ffffff;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0 3px;
}
.tab_container .addto-links-icons .add-to-links li a i,
.product-item .addto-links-icons .add-to-links li a i,
.product-list-item .addto-links-icons .add-to-links li a i {
  font-size: 14px;
  color: #ffffff;
}
.tab_container .addto-links-icons .add-to-links li a:hover,
.product-item .addto-links-icons .add-to-links li a:hover,
.product-list-item .addto-links-icons .add-to-links li a:hover {
  background: #333e48;
}
.amz-testimonial-container .persion .avatar {
  float: left;
}
.amz-testimonial-container .persion .name-position {
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block;
  margin-top: 20px;
}
.amz-testimonial-container .persion .name-position .name {
  color: #ddd;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
}
.amz-testimonial-container .persion .name-position .time {
  font-size: 11px;
  font-style: italic;
  color: #888;
  position: relative;
  margin-top: 3px;
}
.amz-testimonial-container .persion .name-position .time:before {
  content: "\f073";
  font-family: FontAwesome;
  color: #888888;
  font-size: 11px;
  margin-right: 6px;
  display: inline-block;
  font-style: normal;
}
.amz-testimonial-container .quote {
  position: relative;
  margin-top: 30px;
  display: inline-block;
  clear: both;
}
.amz-testimonial-container .quote p {
  font-size: 12.5px;
  line-height: 1.5;
  position: relative;
  color: #aaaaaa;
  margin: 0;
  text-indent: 25px;
}
.amz-testimonial-container .quote p:before,
.amz-testimonial-container .quote p:after {
  content: "";
  display: inline-block;
  font-size: 30px;
  color: #dddddd;
  font-family: 'Rubik', sans-serif;
  position: absolute;
  line-height: 1;
}
.amz-testimonial-container .quote p:before {
  content: "鈥�";
  left: -25px;
  top: -10px;
}
.amz-testimonial-container .quote p:after {
  content: "鈥�";
  right: 0px;
  bottom: -12px;
}
.owl-next,
.owl-prev {
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 0;
  border-radius: 2px;
}
.owl-next:before,
.owl-prev:before {
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  color: #2f3034;
}
.owl-next:before {
  content: "\f105";
}
.owl-prev:before {
  content: "\f104";
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .rokan-bestseller-heading {
  margin: 0;
  padding: 0;
  background: #585e6a;
  display: inline-block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .rokan-bestseller-heading h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 19px 25px;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .rokan-bestseller-heading:before {
  display: none;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller {
  padding: 20px 20px 38px;
  border: 1px solid #f1f1f1;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .item-product:hover .product-info-cart {
  box-shadow: unset;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info {
  padding: 0;
  margin: 30px 0;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart {
  position: static;
  opacity: 1;
  text-align: left;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .addcart-link {
  display: inline-block;
  font-size: 13px;
  background: #a6a6a6;
  padding: 0;
  border-radius: 3px;
  margin-right: 15px;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .addcart-link:hover {
  background: #333e48;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .addcart-link .btn-add-to-cart {
  font-size: 13px;
  padding: 13px 27px;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .addcart-link i {
  display: none;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .product-extra-link {
  display: inline-block;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .product-extra-link:before {
  display: none;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .product-extra-link .quickview-product {
  display: none;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .product-extra-link a {
  line-height: 40px;
  width: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  text-align: center;
}
.section-bestseller .wrapper-bestseller .rokan-bestseller .content-bestseller .product-info-cart .product-extra-link .fa {
  margin-right: 0;
}
.section-bestseller .categorytab-container {
  position: relative;
}
.section-bestseller .categorytab-container .computer-laptop {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  width: 25%;
  line-height: 26px;
  padding: 10px 27px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  text-transform: uppercase;
  background: #ff7e00;
}
.section-bestseller .categorytab-container .computer-laptop:before {
  content: "\f109";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
}
.section-bestseller .categorytab-container .computer-laptop:hover {
  opacity: 0.7;
}
.section-bestseller .categorytab-container .rokan-product-heading {
  display: none;
}
.section-bestseller .categorytab-container .vc_tta-tabs-container {
  position: absolute;
  top: 0;
  left: 42%;
}
.section-bestseller .categorytab-container .vc_tta-tabs-container .tabs li {
  display: inline-block;
  list-style-type: none;
  margin-top: 10px;
  margin-left: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #2f3034;
  font-family: 'Rubik', sans-serif;
}
.section-bestseller .categorytab-container .vc_tta-tabs-container .tabs li:hover {
  color: #ff7e00;
}
.section-bestseller .categorytab-container .item-product .info-price .price-box p.price-from,
.section-bestseller .categorytab-container .item-product .info-price .price-box p.price-to {
  line-height: 12px;
}
.section-bestseller .categorytab-container .item-product .info-price .price-box p.price-from .price,
.section-bestseller .categorytab-container .item-product .info-price .price-box p.price-to .price {
  font-size: 12px;
}
.section-bestseller .categorytab-container .info-price .minimal-price {
  margin: 0;
  line-height: unset;
}
.section-bestseller .categorytab-container .owl-controls .owl-pagination {
  display: none;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons {
  opacity: 1;
  visibility: visible;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons > div {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #f4f4f4;
  margin-top: 0;
  top: -41px;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons > div:before {
  color: #333e48;
  font-size: 24px;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons > div:hover {
  background: #ff7e00;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons > div:hover:before {
  color: #ffffff;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons .owl-prev {
  right: 40px;
  left: auto;
}
.section-bestseller .categorytab-container .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.box-blog {
  margin-bottom: 100px;
  position: relative;
}
.box-blog:before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.box-blog .item-blog {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
  margin: 2px;
}
.box-blog .item-blog .blog-info {
  padding: 0 20px;
}
.box-blog .item-blog .blog-button {
  border-top: 1px solid #f1f1f1;
  color: #666666;
  font-size: 12px;
  padding: 13px 20px;
  overflow: hidden;
  margin-top: 25px;
}
.box-blog .item-blog .blog-button .in_category {
  line-height: 34px;
}
.box-blog .item-blog .blog-button .readmore {
  background: #ff7e00 none repeat scroll 0 0;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  border-radius: 30px;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  border: 0;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  float: right;
  padding: 6px 25px;
  position: relative;
}
.box-blog .item-blog .blog-button .readmore:hover {
  background: #ff7e00;
  color: #ffffff;
  border: none;
}
.box-blog .item-blog .blog-button .readmore:hover {
  background: #333e48;
  color: #ffffff;
}
.box-blog .blog-image {
  position: relative;
}
.box-blog .blog-image a:hover:before {
  opacity: 0.68;
  filter: alpha(opacity=10);
  visibility: visible;
  z-index: 99;
}
.box-blog .blog-image a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
.box-blog .blog-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.2s;
}
.box-blog .blog-image a:after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 100;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-blog .block-content .blog-title {
  margin: 12px 0 5px;
}
.box-blog .block-content .blog-title a {
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.box-blog .block-content .blog-title a:hover {
  color: #333e48;
}
.box-blog .block-content .time-conment .fa {
  color: #888;
  font-size: 15px;
  margin-right: 5px;
  display: none;
}
.box-blog .block-content .time-conment .date-time {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
}
.box-blog .block-content .short-des {
  margin-top: 15px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
.product.attribute.sku .value {
  display: inline-block;
  color: #333e48;
}
.sidebar .block.block-recent-posts .block-content .item {
  margin-bottom: 10px;
  line-height: 24px;
}
.post-view blockquote,
.post-list blockquote {
  border-color: #eeeeee;
  border-width: 3px;
  margin: 20px 0;
}
.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: #333e48;
  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: #333e48;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  font-family: 'Rubik', 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: #ff7e00;
}
.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: #333e48;
  line-height: 1.8;
}
.widget.block-search {
  float: left;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.widget .block-title strong {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 25px;
  font-family: 'Rubik', sans-serif;
  display: block;
}
.widget .block-title strong:after {
  content: "";
  width: 25px;
  border-top: 3px solid #333e48;
  position: absolute;
  left: 0;
  bottom: 0;
}
.category-view .category-image {
  max-height: 405px;
  overflow: hidden;
  margin-top: -30px;
}
.breadcrumbs .item:not(:last-child):after {
  vertical-align: bottom;
}
.page-products .page-title-wrapper {
  display: none;
}
.slider_left-slider {
  margin-bottom: 40px;
}
.block-compare .counter,
.block-wishlist .counter {
  font-size: 14px;
}
.block.filter {
  margin-top: 10px;
}
.block-compare .action.compare {
  background: #ff7e00 none repeat scroll 0 0;
  color: #ffffff;
  box-shadow: none;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  border-radius: 30px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all 0.3 ease;
  -moz-transition: all 0.3 ease;
  -ms-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  text-transform: none;
  border: 0;
  line-height: 21px;
  position: relative;
}
.block-compare .action.compare:hover {
  background: #ff7e00;
  color: #ffffff;
  border: none;
}
.block-compare .action.compare:hover {
  border: 0;
  background: #333e48;
}
.block-compare .action.compare:hover:before {
  width: 100%;
}
.breadcrumbs ul li {
  font-size: 13px;
}
.breadcrumbs ul li:after {
  color: #ff7e00;
}
/*.breadcrumbs ul li a {
  color: #999;
}*/
.breadcrumbs ul li a:hover {
  color: #ff7e00;
}
/*.breadcrumbs ul li strong {
  color: #ff7e00;
}*/
.products-list .product-item {
  margin-bottom: 30px;
}
.products-list .product-item .product-info {
  text-align: left;
  border: 1px solid #eeeeee;
  padding-left: 15px;
}
.products-list .product-item .product-info .list-photo {
  padding: 10px;
}
.products-list .product-item .product-info .product-item-details {
  padding: 33px 30px;
  border-left: 1px solid #eeeeee;
}
.products-list .product-item .product-info .product-item-details .product-name {
  margin-top: 0;
}
.products-list .product-item .product-info .product-item-details .product-item-description {
  margin: 0 0 10px 0;
  color: #888;
  line-height: 20px;
  font-size: 13px;
}
.products-list .product-item .product-info .product-item-details .product-item-description ul li {
  padding: 2px 20px;
  position: relative;
}
.products-list .product-item .product-info .product-item-details .product-item-description ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #888;
  margin-right: 5px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
}
.products-list .product-item .product-info .product-item-details .product-reviews-summary {
  margin-bottom: 15px;
}
.products-list .product-item .product-info .product-item-details .addto-links-icons {
  margin-top: 20px;
  opacity: 1;
  border: 0;
  visibility: visible;
  position: static;
  text-align: left;
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .actions-primary {
  float: left;
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .add-to-links li a {
  transform: scale(1);
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .actions-primary .btn-add-to-cart {
  transform: scale(1);
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .actions-secondary a:before {
  display: none;
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .actions-secondary a:hover .fa {
  background: #333e48;
}
.products-list .product-item .product-info .product-item-details .addto-links-icons .actions-secondary a .fa {
  width: 33px;
  height: 33px;
  background: #000;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  width: auto;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .action-gift:active {
  box-shadow: none;
  border: 0;
}
.cart.table-wrapper .product-item-details {
  text-align: left;
}
.cart.table-wrapper .cart.items .col {
  border-bottom: 0px solid #eeeeee;
  text-align: center;
  padding: 12px 0;
  border-top: 0;
}
.cart.table-wrapper .cart.items .col span {
  color: #333e48;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.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: 'Rubik', sans-serif;
}
.cart.table-wrapper #shopping-cart-table {
  width: 100%;
}
.cart-summary .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}
.checkout-cart-index .page-title-wrapper {
  margin: 0 auto;
}
.checkout-container .opc-progress-bar {
  margin-bottom: 30px;
}
.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-block-summary {
  background: #fafafa;
}
.account .fieldset .legend {
  margin-left: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}
.authentication-wrapper {
  margin-top: 10px;
}
.authentication-wrapper a {
  color: #333e48;
}
.form-newsletter-manage .fieldset > .field:before {
  display: none;
}
.block.upsell {
  margin-bottom: 0;
}
.block.related .rokan-product-heading {
  margin-top: 0;
}
.block.related .rokan-product-heading h2 {
  text-align: left;
}
.block.related .rokan-product-heading:after {
  background-position: left center;
}
.sidebar .product-items .product-item {
  padding: 0;
  margin-bottom: 30px;
}
/*style footer-tags */
.form_search {
  background-color: #333e48;
}
.form-newletter {
  position: relative;
}
.form-newletter .search_input {
  line-height: 100px;
  width: 100%;
  height: 50px !important;
  margin: 25px 0;
  padding-left: 25px;
  border-radius: 4px !important;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #71737a;
}
.form-newletter .subscribe {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 7px 45px;
  line-height: 36px;
  background: #ff7e00;
  text-transform: uppercase;
  border: none;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.form-newletter .subscribe:hover {
  opacity: 0.7;
}
.text_form {
  text-transform: uppercase;
  line-height: 100px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}
/* end style form-search */
/* style footer */
.text_footer > div > ul > li > a {
  color: #71737a;
}
.text_footer > div > ul > li:hover a {
  color: #ff7e00;
}
.footer-static-title {
  font-size: 16px;
  font-weight: 600;
  color: #2f3034;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.text_footer span:hover:before {
  color: #ff7e00;
}
.map_marker {
  padding-left: 30px;
  position: relative;
}
.map_marker:before {
  position: absolute;
  top: 0;
  left: 6px;
  content: "\f041";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 10px;
}
.fax:before {
  content: "\f1ac";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 10px;
}
.envelope:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 10px;
}
.youtube:before {
  content: "\f167";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 15px;
}
.vine:before {
  content: "\f1ca";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 15px;
}
.dribbble:before {
  content: "\f17d";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 15px;
}
.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 15px;
}
.facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  font-size: 20px;
  color: #71737a;
  padding-right: 15px;
}
.text_footer {
  font-size: 14px;
  font-weight: 400;
  color: #71737a;
  list-style: disc;
  font-family: 'Lato', sans-serif;
}
.text_footer > div > div {
  line-height: 26px;
}
.logo_footer {
  float: right;
}
.footer_text {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #71737a;
  font-family: 'Lato', sans-serif;
}
.creative {
  font-weight: bold;
  color: #2f3034;
}
.text_footer div ul li:hover {
  -webkit-transform: translate(1em, 0);
  -moz-transform: translate(1em, 0);
  -o-transform: translate(1em, 0);
  -ms-transform: translate(1em, 0);
  transform: translate(1em, 0);
}
.text_footer div ul li {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #71737a;
  /* list-style: disc; */
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.form-newletter {
  position: relative;
}
/* end style footer */

.newsletter-footer label {
  display: none;
}
.newsletter-footer > form {
  display: inline-block;
  max-width: 365px;
  padding-right: 81px;
  position: relative;
  width: 100%;
}
.newsletter-footer input[type="email"] {
  border: 1px solid #eeeeee;
  color: #999;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.newsletter-footer button.action i {
  display: none;
}
.newsletter-footer button.action,
.newsletter-footer .newsletter-footer button.action:hover {
  border: medium none;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px;
  padding: 0 10px;
  border-radius: 0;
}
.social-footer {
  margin-top: 40px;
}
.social-footer ul {
  display: inline-block;
  font-size: 0;
  margin: 0;
}
.social-footer ul li {
  display: inline-block;
  font-size: 14px;
}
.social-footer ul li a {
  margin-right: 10px;
}
.social-network a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  position: relative;
}
.social-network a:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
.item-tags-category {
  padding: 10px 0;
}
.item-tags-category h2 {
  color: #ffffff;
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.item-tags-category span {
  display: block;
  color: #333e48;
  text-transform: none;
  white-space: nowrap;
}
.item-tags-category ul {
  display: table-cell;
  font-size: 0;
  margin: 0;
  padding-left: 8px;
}
.item-tags-category ul li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
.item-tags-category ul li:last-child a {
  border: none;
}
.item-tags-category ul li a {
  border-right: 1px solid #eeeeee;
  color: #999999;
  display: block;
  height: 13px;
  line-height: 13px;
  padding: 0 5px;
}
.item-tags-category ul li a:hover {
  color: #333e48;
}
.item-tags-category ul li a.active {
  text-transform: uppercase;
  font-weight: 700;
}
.list-tags-category {
  padding: 35px 0;
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
}
.copyright p {
  color: #333;
  margin: 0;
}
.copyright a {
  color: #ff7e00;
}
.copyright a:hover {
  color: #ff7e00;
}
.payment-method {
  text-align: right;
}
.footer-bottom {
  padding: 33px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom .copyright {
  line-height: 33px;
}
.payment-method a {
  display: inline-block;
  margin-left: 12px;
}
div.mage-error[generated] {
  font-size: 12px;
}
.title-tab-product {
  float: none;
}
.title-tab-product li {
  cursor: pointer;
}
.clr {
  clear: both;
}
.banner_item_bg {
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.search .shop-tab-title {
  margin-top: 0;
  min-height: 41px;
}
.block-search.block-search-customcss {
  width: 100%;
}
.block-search.block-search-customcss #blog_search {
  height: 45px;
}
.block-search.block-search-customcss .action.search:hover:before {
  color: #8f8f8f;
}
.block-search.block-search-customcss .action.search:before {
  font-size: 30px;
  line-height: 36px;
}
.post-date {
  font-family: 'Rubik', sans-serif;
  font-size: 13.2px;
  font-weight: 400;
  color: #aaa;
  margin-bottom: 17px;
  display: inline-block;
}
.post-date > strong {
  margin-right: 5px;
}
.blog-post-info .desc {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #333e48;
  font-weight: 400;
}
.post-paginav li.item {
  border: 1px solid #eeeeee;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  border-radius: 100%;
  margin-right: 8px;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  font-weight: normal;
}
.pages strong.page {
  line-height: 42px;
}
.post-paginav li:hover,
.post-paginav li.current {
  background: #ff7e00 none repeat scroll 0 0;
  border-color: #ff7e00;
  color: #ffffff;
}
.post-paginav li:hover strong.page,
.post-paginav li.current strong.page {
  color: #ffffff;
}
.post-paginav li:hover span,
.post-paginav li.current span {
  color: #ffffff;
}
.post-paginav .pages a.page {
  color: #666666;
}
.post-paginav .pages a.page:visited {
  color: #ff7e00;
  text-decoration: none;
}
.post-paginav .pages {
  font-weight: normal;
}
.post-paginav .pages .action.next:before,
.post-paginav .pages .action.previous:before {
  content: '';
}
.post-paginav .pages .action {
  width: auto;
  border: 0;
}
.post-paginav .pages .action.next,
.post-paginav .pages .action.previous {
  margin: 0;
}
.post-paginav .pages .action.next > span,
.post-paginav .pages .action.previous > span {
  position: inherit;
  font-weight: normal;
}
.post-paginav .pages .action.next > span.label,
.post-paginav .pages .action.previous > span.label {
  display: none;
}
.desc blockquote {
  border-left: 5px solid #eeeeee;
}
.widget-related-product .product-reviews-summary.empty .reviews-actions,
.widget-related-product .product-reviews-summary .reviews-actions {
  display: none;
}
.widget-related-product .price-container .price {
  font-size: 14px;
  color: #ED321E;
}
.widget-related-product .title-product {
  margin: 15px 0 0;
}
.widget-related-product .product-reviews-summary {
  margin: 0;
}
.widget-related-product .old-price .price-container .price {
  color: #999;
}
.widget-related-product span {
  color: #999;
}
.page-product-grouped .product-view .product-item-name {
  margin-top: 0;
}
.page-product-grouped .product-view .attr-info {
  margin: 0;
}
.page-product-grouped .product-view .attr-info .price-box {
  border: none;
  margin: 0;
}
.page-product-grouped .product-view .detail-info-product-view .box-inner1 .price-box {
  display: none;
}
.page-product-grouped .product-view .detail-info-product-view .box-inner1 .product-info-price {
  margin-bottom: 10px;
}
.page-product-grouped .product-view .detail-info-product-view .box-inner1 .product.attribute {
  margin-bottom: 10px;
}
#super-product-table th {
  font-weight: bold;
  text-transform: uppercase;
}
#super-product-table .price-container .price {
  font-size: 20px !important;
}
#super-product-table .old-price {
  margin: 4px 12px 0 !important;
}
#super-product-table .old-price .price-container .price {
  font-size: 14px !important;
}
.view-product-bundle-options .container-margin .bundle-options-container .product-options-wrapper {
  width: 100%;
}
.view-product-bundle-options .container-margin fieldset {
  margin: 0 0 10px;
}
.view-product-bundle-options .container-margin .product-add-form {
  width: 100%;
  clear: both;
  float: left;
  border: 1px solid #e8e8e8;
  padding: 0 0 0 20px;
  margin: 20px 0;
}
.view-product-bundle-options .container-margin .bundle-options-container {
  margin: 0;
}
.view-product-bundle-options .container-margin .bundle-options-container .legend.title {
  margin: 20px 0 10px 0;
  font-size: 20px;
}
.view-product-bundle-options .container-margin .bundle-options-container .field.option > label.label span {
  font-weight: bold;
}
.view-product-bundle-options .container-margin .bundle-options-container .control .field {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.view-product-bundle-options .container-margin .bundle-options-container .control .field input {
  float: left;
}
.view-product-bundle-options .container-margin .bundle-options-container .control .field label {
  float: left;
  margin: 3px 0 0 10px;
}
.view-product-bundle-options .container-margin .bundle-options-container .control .field label span.price {
  font-size: 14px;
}
.view-product-bundle-options .container-margin .bundle-options-container .qty-holder label {
  margin: 3px 10px 0 0 !important;
}
.view-product-bundle-options .container-margin #bundleSummary .title > strong {
  font-size: 20px;
  font-weight: 300;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details {
  padding: 10px 0;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .price-box .price {
  font-size: 30px;
  color: #ED321E;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .attr-product .info-qty input {
  border: 0;
  text: center;
  width: 100%;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .attr-product .label {
  display: none;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .towishlist,
.view-product-bundle-options .container-margin #bundleSummary .product-details .tocompare {
  display: none;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .actions button {
  width: 238px;
}
.page-product-bundle .detail-info-product-view,
.wrapper_quickview_item .detail-info-product-view {
  position: relative;
}
.page-product-bundle .detail-info-product-view .bundle-actions,
.wrapper_quickview_item .detail-info-product-view .bundle-actions {
  position: absolute;
  left: 81px;
  bottom: 65px;
  z-index: 10;
}
.page-product-bundle .detail-info-product-view .price-box p,
.wrapper_quickview_item .detail-info-product-view .price-box p {
  display: inline-block;
  width: 100%;
}
.page-product-bundle .detail-info-product-view .price-box p .price-final_price,
.wrapper_quickview_item .detail-info-product-view .price-box p .price-final_price {
  float: left;
}
.page-product-bundle .detail-info-product-view .price-box p .old-price,
.wrapper_quickview_item .detail-info-product-view .price-box p .old-price {
  margin: 0 0 0 0px;
  clear: left;
}
.page-product-bundle .detail-info-product-view .price-box p .old-price .price,
.wrapper_quickview_item .detail-info-product-view .price-box p .old-price .price {
  text-decoration: line-through;
}
.wrapper_quickview_item .bundle-actions {
  left: 80px !important;
}
.product-info-downloadable-custom .product-options-wrapper,
.product-info-downloadable-custom .product-options-bottom {
  width: 100% !important;
}
.product-info-downloadable-custom .price-box {
  display: none !important;
}
.product-info-downloadable-custom .product-add-form {
  margin: 0 !important;
}
.product-info-downloadable-custom #downloadable-links-list input {
  margin: 0;
}
.product-info-downloadable-custom .field.downloads .price-container .price-wrapper {
  padding-left: 10px;
}
.product-info-downloadable-custom .field.downloads .price-container:before {
  position: absolute;
}
.product-view .main-detail .items.samples {
  margin-top: 20px;
}
.item-product .info-price .price-box p.price-from,
.item-product .info-price .price-box p.price-to {
  display: inline-block;
  margin: 0;
  line-height: unset;
}
.item-product:hover .quickview-product {
  opacity: 1;
}
.checkout-onepage-success #maincontent {
  text-align: center;
}
.checkout-onepage-success #maincontent .actions-toolbar > .primary {
  float: none;
}
.cms-no-route #maincontent {
  text-align: center;
  padding-top: 50px;
}
.cms-no-route #maincontent ul > li {
  margin-bottom: 10px;
}
.cms-no-route #maincontent .page-title-wrapper {
  text-align: center;
}
.cms-page-view #maincontent {
  line-height: 22px;
}
.cms-page-view #maincontent h2 {
  font-size: 24px;
}
.store-item iframe {
  max-width: 100%;
}
/* style introduct-service */
.introduct-service {
  display: inline-block;
  width: 100%;
}
.introduct_service div {
  float: left;
  width: 25%;
  text-align: center;
}
.introduct_service div:hover {
  color: #ffffff;
}
.introduct_service div:hover:before {
  color: #ffffff;
}
.introduct_service {
  text-transform: uppercase;
}
.delivery {
  border-left: 1px solid #333e48;
  padding: 41px 0px;
  background-color: #333e48;
  color: #8d8f98;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
.delivery:first-child {
  border-left: 0;
}
.ship:before,
.shield:before,
.medkit:before,
.support:before {
  content: "";
  font-family: FontAwesome;
  font-size: 36px;
  color: #8d8f98;
}
.ship:before {
  content: "\f21a";
}
.shield:before {
  content: "\f0fa";
}
.medkit:before {
  content: "\f132";
}
.support:before {
  content: "\f1cd";
}
/* end style introduct-service */
.popup_avaiable {
  text-align: center;
}
.popup_avaiable .action_button ul li {
  margin-top: 10px;
}
.select-category .chosen-drop {
  top: 104% !important;
  width: 128% !important;
}
.select-category .chosen-results li {
  padding: 5px 12px !important;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  top: 50%;
  left: 50%;
  background: #ffffff;
  z-index: 99999999;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header_main {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.list-ads1 {
  margin-top: 30px;
}
.list-ads1 .item-ads4 {
  margin-bottom: 20px;
}
.list-ads1 .row > div:last-child .item-ads4 {
  margin-bottom: 0;
}
.velaServicesInner {
  border: 1px solid #ebebeb;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 3px;
  margin-top: 30px;
}
.velaServicesInner .rowFlexMargin {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.velaServicesInner .flexJustifyCenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.velaServicesInner .d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.velaServicesInner .boxServiceImage {
  margin-right: 15px;
}
.velaServicesInner .boxServiceImage .velaServices .lnr {
  font-size: 40px;
  color: #333e48;
}
.velaServicesInner .boxServiceTitle {
  font-weight: 500;
  margin: 0 0 5px;
  font-size: 14px;
  color: #333e48;
}
.velaServicesInner .boxServiceDesc {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #656d74;
  font-weight: 400;
}
.velaServicesInner .rowFlex > div:not(:last-child) {
  border-right: 1px solid #ebebeb;
}
.velaServicesInner .rowFlex > div {
  margin: 25px 0;
}
.velaServicesInner .lnr {
  font-size: 40px;
  color: #333e48;
}
.velaServicesInner .lnr:hover {
  color: #ff7e00;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level2 a:hover {
  text-indent: 10px;
}
.banner_left_1 {
  margin-top: 60px;
  margin-bottom: 50px;
}
.rokan-product-heading {
  padding: 13px 0;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.rokan-product-heading:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
}
.rokan-product-heading h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 26px;
  color: #333e48;
}
.bs-banner {
  position: relative;
  overflow: hidden;
}
.bs-banner:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 1px;
  top: 10px;
  left: 50%;
  right: 50%;
  background-color: white;
}
.bs-banner:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 1px;
  left: 10px;
  top: 50%;
  bottom: 50%;
  background-color: white;
}
.bs-banner:hover:before {
  left: 10px;
  right: 10px;
}
.bs-banner:hover:after {
  top: 10px;
  bottom: 10px;
}
.bs-banner .banner-hover {
  position: relative;
  display: block;
}
.bs-banner .banner-hover:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 1px;
  bottom: 10px;
  left: 50%;
  right: 50%;
  background-color: white;
}
.bs-banner .banner-hover:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 1px;
  right: 10px;
  top: 50%;
  bottom: 50%;
  background-color: white;
}
.bs-banner:hover .banner-hover:before {
  left: 10px;
  right: 10px;
}
.bs-banner:hover .banner-hover:after {
  top: 10px;
  bottom: 10px;
}
.the_blog .rokan-product-heading {
  margin-bottom: 25px;
}
.the_blog {
  margin-bottom: 25px;
}
.top_rate,
.new_product,
.banner_left_2 {
  margin-bottom: 60px;
}
.top_rate .product-item,
.new_product .product-item {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 16px 0;
}
.top_rate .product-item .product-photo,
.new_product .product-item .product-photo {
  float: left;
  width: 37%;
  padding-right: 10px;
}
.top_rate .product-item .product-info,
.new_product .product-item .product-info {
  overflow: hidden;
  text-align: left;
}
.top_rate .product-item .product-info .product-name,
.new_product .product-item .product-info .product-name {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 0;
}
.top_rate .product-reviews-summary,
.new_product .product-reviews-summary {
  margin: 7px 0 12px;
}
.menu_left_home1 {
  padding-right: 15px;
}
.sidebar_left_home1 {
  padding-right: 20px;
}
.blog-content .blog-info .blog-title a {
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #333e48;
  margin: 20px 0 0px 0;
  display: inline-block;
  line-height: 22px;
}
.testi_monial {
  margin-bottom: 50px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.testi_monial .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #ffffff;
}
.testi_monial .owl-theme .owl-pagination {
  position: unset;
  margin: 20px 0;
}
.testi_monial .owl-theme .owl-pagination .owl-page {
  display: inline-block;
  vertical-align: middle;
}
.testi_monial .owl-theme .owl-pagination .owl-page span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin: 0 3px;
  background: #ededed;
}
.testi_monial .owl-theme .owl-pagination .owl-page.active span,
.testi_monial .owl-theme .owl-pagination .owl-page:hover span {
  background-color: #ffffff;
  border-color: #ff7e00;
}
.item-testimo {
  text-align: center;
}
.item-testimo .author-test-link {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  position: relative;
}
.item-testimo .author-test-link img {
  border-radius: 50%;
}
.item-testimo .author-test-info h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff7e00;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.item-testimo .author-test-info span {
  font-size: 13px;
  color: #333e48;
}
.testimonialContent {
  background-color: #f2f6f8;
  padding: 85px 10px 60px;
  color: #333e48;
  position: relative;
}
.testimonialContent:before {
  width: 30px;
  height: 30px;
  content: "";
  background: url("../images/quocte.png") center center no-repeat;
  position: absolute;
  top: 40px;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
.blog-info .time-conment {
  padding: 10px 0;
  line-height: 20px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  color: #b3b3b3;
  font-size: 13px;
}
.blog-info .short-des {
  position: relative;
  margin-right: 5px;
  display: inline-block;
  color: #333e48;
  font-size: 14px;
}
.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.velaNewsletterFooter .newsletterDescription {
  margin-bottom: 29px;
  line-height: 31px;
}
.velaNewsletterFooter .newsletterDescription span {
  color: #ffffff;
  font-weight: 500;
}
.form-group {
  margin-bottom: 15px;
}
.velaNewsletterFooter .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding: 10px 0;
  box-shadow: none;
}
.velaNewsletterFooter .btnNewsletter {
  background-color: #303c4b;
  color: #ffffff;
  border: 0;
  font-size: 13px;
  padding: 10px 40px;
  line-height: 22px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.velaNewsletterFooter .btnNewsletter:hover {
  background-color: #ff7e00;
}
.velaFooterTitle {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 34px;
  padding: 10px 0px;
}
.footer-container.footer {
  padding: 58px 0 20px;
}
.page_footer {
  color: #93979c;
  background-color: #222e3c;
  overflow: hidden;
}
.rokan-product-heading h2.pull-left {
  padding: 0;
}
.vc_tta-tabs-container {
  margin: 0;
  padding: 0px;
  position: relative;
  line-height: 26px;
}
.vc_tta-tabs-container .tabs li {
  float: left;
  position: relative;
}
.vc_tta-tabs-container .tabs li a {
  color: #989898;
  position: relative;
  font-size: 14px;
  padding: 0;
}
.vc_tta-tabs-container .tabs li.active a {
  color: #333e48;
}
.vc_tta-tabs-container .tabs li:not(:last-child) {
  margin-right: 35px;
}
.hot-deal .product-info-cart .actions-primary {
  width: 100%;
}
.product-info-cart .actions-primary {
  display: inline-block;
}
.product-info-cart .actions-primary button {
  border: 1px solid transparent;
}
body .owl-theme .owl-controls .owl-buttons {
  position: unset;
}
body .owl-theme .owl-controls .owl-buttons > div {
  border: 2px solid #eeeeee;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 100%;
}
body .owl-theme .owl-controls .owl-buttons > div:before {
  content: "";
  font-family: FontAwesome;
  font-size: 24px;
  color: #333e48;
  display: block;
  line-height: 46px;
}
body .owl-theme .owl-controls .owl-buttons > div:hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
body .owl-theme .owl-controls .owl-buttons > div:hover:before {
  color: #ffffff;
}
body .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
body .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
  margin-left: -2px;
}
body .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
body .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
  margin-right: -2px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 > .open-children-toggle:before {
  content: "\f105";
  font-family: fontawesome;
  right: 20px;
  top: 16px;
  position: absolute;
  font-size: 14px;
  color: #333e48;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:hover > .open-children-toggle:before {
  color: #ff7e00;
}
.verticalmenu.navigation.side-verticalmenu > ul li:nth-of-type(2) > .submenu {
  background-image: url("../images/bg__menu.jpg");
}
.product-info-cart .product-extra-link .wishlist-link.action.towishlist {
  margin: 0 2px;
}
.payment-method a img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.payment-method a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-featured-categories .rows {
  margin: 0 -19px;
}
.section-featured-categories .wrap-category .owl-item .wp-item {
  padding: 0 20px;
}
.section-featured-categories .wrap-category .owl-item .wp-item {
  border-left: 1px solid #f5f5f5;
}
.section-featured-categories .wrap-category .owl-item.first-active .wp-item {
  border-left: 0;
}
.product-reviews-summary {
  display: block;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  text-align: unset;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
}
.item-product {
  padding: 0 15px;
}
.block-content .owl-item .item-product,
.wrapper-bestseller .owl-item .product_row .item-product {
  border-left: 1px solid #f5f5f5;
}
.block-content .owl-item.first-active .item-product,
.wrapper-bestseller .owl-item.first-active .product_row .item-product {
  border-left: 1px solid transparent;
}
.banner_bottom,
.banner_mid_2,
.banner_mid_1,
.section-featured-categories,
.wrapper-bestseller,
.hot-deal .rokan-product-heading {
  margin-top: 42px;
}
.product-rating .product-reviews-summary .reviews-actions {
  display: inline-block;
}
.section-brands {
  margin-bottom: 30px;
}
.section-brands .block-widget-rokanthemes-brand {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-top: 30px;
}
.section-brands .brand-item a img {
  border: none;
  opacity: 0.2;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.section-brands .brand-item a img:hover {
  opacity: 1;
}
.section-brands .item {
  margin: 15px 0;
}
.section-brands .item .brand-item {
  margin: 0;
  margin-right: 30px;
}
.block-widget-rokanthemes-brand .owl-theme .owl-controls .owl-buttons > div {
  top: 40%;
}
body .product-options-wrapper .swatch-attribute-options {
  display: block;
}
.product-options-wrapper .swatch-attribute-label {
  margin-bottom: 10px;
}
body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover {
  outline: none;
}
body .product-options-wrapper .swatch-option.text,
body .swatch-option {
  border-radius: 100%;
}
body .filter-content .swatch-option,
body .filter-content .swatch-attribute.color .swatch-attribute-options a .swatch-option {
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 30px;
  border-radius: 100%;
}
.item-post-full .post-title a {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333e48;
}
.item-post-full .post-title a:hover {
  color: #ff7e00;
}
.post-list-wrapper {
  overflow: hidden;
}
.blog-list-post > div:nth-child(5n) {
  clear: both;
}
.widget-post-tab .post-tab-info h3 a {
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333e48;
}
.minicart-wrapper .action.close {
  color: #333e48;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 2222;
  font: 300 24px/40px Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 50%;
  border-width: 0;
  transition: background-color 0.25s ease 0s;
  opacity: 1;
}
.minicart-wrapper .action.close:before {
  line-height: 38px;
}
.product.attribute.sku {
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}
body .one-step-checkout h1.checkout_header:before {
  border-top: 3px solid #ff7e00;
}
body .one-step-checkout h3 {
  background: #ff7e00;
}
body .opcheckout-place span {
  color: #333e48;
}
body .opcheckout-place:hover span {
  color: #ffffff;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: 35px;
}
.cart-container .checkout-methods-items .action.primary span {
  font-size: 14px;
  line-height: 16px;
}
body .cart.table-wrapper .cart.items .col .product-item-name a {
  color: #333e48;
}
.cart.table-wrapper .cart.items .col {
  vertical-align: middle;
}
body table td,
body table th,
body table,
body td,
body th,
body .table > tbody + tbody {
  border: 0;
  border-right: 0;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
  margin: 15px 0;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  margin-bottom: 0;
}
.cart.table-wrapper .col.qty .input-text {
  border: none;
}
.product-grid li:last-child .item-product:before,
.product-grid li:nth-child(4n) .item-product:before {
  opacity: 0;
  visibility: hidden;
}
.cms-no-route #maincontent ul > li {
  line-height: 22px;
}
.cms-no-route #maincontent ul > li a {
  margin-top: 20px;
}
#pageContent {
  position: relative;
  overflow: hidden;
  padding: 0 0 30px;
}
#pageContent .velaAboutUsTop {
  padding: 50px 0;
}
#pageContent .rowFlexMargin {
  margin-left: -10px;
  margin-right: -10px;
}
#pageContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#pageContent .velaAboutUsServices {
  padding: 60px 0 120px;
}
#pageContent .velaAboutUsContent {
  max-width: 470px;
}
#pageContent .velaAboutUsTitle {
  position: relative;
  margin: 0 0 51px;
  padding: 0 0 33px;
  font-size: 32px;
  font-weight: 500;
}
#pageContent .velaAboutUsTitle:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #ff7e00;
}
#pageContent .velaAboutUsTitle .velaAboutUsDesc {
  margin-bottom: 36px;
  line-height: 32px;
}
#pageContent .velaAboutUsTitle.text-center {
  margin-bottom: 40px;
}
#pageContent .velaAboutUsTitle.text-center:after {
  left: 50%;
  margin-left: -35px;
}
#pageContent .velaPageSubTitle {
  margin: 0 auto 80px;
  max-width: 600px;
  text-align: center;
}
#pageContent .aboutService {
  padding: 38px 30px 56px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
#pageContent .aboutServiceCounter {
  color: #ff7e00;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
#pageContent .aboutServiceHeading {
  margin-bottom: 31px;
  color: #333e48;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
#pageContent .velaAboutUsText {
  padding: 120px 0 60px;
  overflow: hidden;
}
#pageContent .velaAboutUsTextHeading {
  position: relative;
  max-width: 560px;
  margin: 0 auto 90px;
  padding: 74px 0 0;
  color: #333e48;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
#pageContent .velaAboutUsTextHeading:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 50px;
  color: #ff7e00;
  font-size: 150px;
  line-height: 150px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#pageContent .velaAboutUsText .velaContent {
  position: relative;
}
#pageContent .velaAboutUsText .velaContent:before,
#pageContent .velaAboutUsText .velaContent:after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 300%;
  border-top: 1px solid #ebebeb;
}
#pageContent .aboutBoxText {
  width: 50%;
  padding: 113px 30px 120px;
}
#pageContent .aboutBoxTextHeading {
  margin: 0 0 30px;
  color: #333e48;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
#pageContent .aboutBoxDesc {
  max-width: 475px;
  margin: 0 auto 25px;
}
#pageContent .btnVelaOne {
  display: inline-block;
  padding: 10px 48px;
  color: #ffffff;
  background-color: #ff7e00;
  border: 2px solid #ff7e00;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 30px;
}
#pageContent .aboutMember {
  margin-bottom: 65px;
  position: relative;
  text-align: center;
}
#pageContent .aboutMember .aboutMember {
  margin-bottom: 65px;
  position: relative;
  text-align: center;
}
#pageContent .aboutMember .aboutMemberName {
  margin-bottom: 6px;
  color: #333e48;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}
.post-view .post-content .post-description {
  margin-bottom: 20px;
}
.smart-search #choose_category {
  padding: 4px 15px;
}
._491z ._33ki {
  padding: 8px;
}
.hot-deal .hot-deal-tab {
  border-left: 1px solid  #f5f5f5;
  margin: 0 10px;
}
.hot-deal .first-active .hot-deal-tab {
  border-left: none;
}
.cms-index-index .verticalmenu.navigation.side-verticalmenu > ul {
  border-radius: 0 0 10px 10px;
}
.hot-deal .title-product a {
  font-size: 16px;
  font-weight: 500;
}
.product-reviews-summary .reviews-actions a {
  font-size: 13px;
}
.rightBlock.boxPadding .owl-theme .owl-controls .owl-buttons,
.sidebar_left_home1 .owl-theme .owl-controls .owl-buttons {
  opacity: 0;
  visibility: hidden;
}
.content-cart {
  position: absolute;
  top: 0;
  right: -80px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.content-cart > span {
  display: block;
  text-transform: capitalize;
}
.header-container .header-content .mini-cart-wrapper {
  margin-right: 81px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
  border: 1px solid #ebebeb;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:hover .level0.submenu {
  border-radius: 5px;
}
.head-contact {
  font-family: 'Nunito-Light';
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  float: right;
  line-height: 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.head-contact:before {
  content: "\f0f3";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 15px;
}
.product .value ul {
  padding-left: 18px;
  margin-bottom: 20px;
}
.product .value ul li {
  list-style-type: disc;
}
.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 {
  line-height: 22px;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  text-align: center;
}
.product-item {
  padding: 15px 0;
}
.product-reviews-summary .reviews-actions a.action.view {
  border-right: 1px solid #eeeeee;
  padding-right: 5px;
  margin-right: 0;
}
.the_blog .product-item {
  padding: 0;
}
.the_blog .product-item img {
  border-radius: 3px;
}
.velaNewsletterFooter .velaFooterTitle {
  padding: 20px 0 0 0;
}
.sort-pagi-bar-bottom .toolbar-products .pages {
  text-align: left;
}
.verticalmenu.navigation.side-verticalmenu > ul {
  border: 2px solid #ff7e00;
  border-top: 0;
  background: #ffffff;
  position: relative;
  border-radius: 0 0 10px 10px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:hover > a {
  color: #ff7e00;
}
body .swatch-attribute.size .swatch-option,
body .swatch-attribute.manufacturer .swatch-option {
  background: #ffffff;
  color: #333e48;
  outline: none;
}
body .swatch-attribute.size .swatch-option:hover,
body .swatch-attribute.manufacturer .swatch-option:hover {
  background: #ff7e00;
  color: #ffffff;
  outline: none;
}
body .swatch-option:not(.disabled):hover {
  background: #ff7e00;
  color: #ffffff;
}
.filter-current .filter-label {
  margin-bottom: 5px;
}
.products-grid .item-product:hover .product-info-cart {
  bottom: 30px;
}
body .chosen-container .chosen-results li.highlighted {
  background-color: #ff7e00;
  color: #ffffff;
}
.sidebar-main-1 {
  padding-right: 10px;
}
.product-info-cart .actions-primary button:hover {
  border-color: #ff7e00;
}
.review-item,
body .minicart-items-wrapper {
  border-top: 1px solid #ebebeb;
}
.product-view .detail-info-product-view .price-box .old-price,
.wrapper_quickview_item .detail-info-product-view .price-box .old-price,
.product-view .detail-info-product-view .price-box .old.price,
.wrapper_quickview_item .detail-info-product-view .price-box .old.price {
  color: #333e48;
}
.detail-info-product-view {
  padding-left: 25px;
}
.pages .items {
  font-weight: 400;
}
.sort-pagi-bar-bottom .toolbar-products {
  margin-bottom: 63px;
}
.product-options-wrapper .swatch-attribute.manufacturer {
  width: 55%;
}
body .swatch-attribute.size .swatch-option.text {
  width: 32px;
  text-align: center;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
.quick-view-content .wrapper_quickview_item .detail-info-product-view .attr-info .product-options-bottom .actions {
  display: inline-block;
}
.quick-view-content .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link {
  margin: 0;
}
.cart-container .checkout-methods-items .action.primary {
  background: #ff7e00;
  color: #ffffff;
}
.page-title-wrapper {
  margin-top: 30px;
}
.block {
  margin-bottom: 0;
}
.header-container .header-content .mini-cart-wrapper.enable-sticky {
  margin-right: 0;
}
.header-container .header-content .minicart-items-wrapper {
  overflow-y: scroll;
  height: 250px;
}
.limiter .control {
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  padding: 5px 35px 5px 35px;
}
.limiter .control .limiter-options {
  border: none;
  margin: 0;
  padding: 6px 15px 5px;
}
.zoom-image-thumb img,
.post-images img,
.blog-post-thumb img {
  border-radius: 3px;
}
/* 404 */
.cms-no-route .page-title-wrapper {
  display: none;
}
.cms-no-route .column.main .container h1 {
  font-size: 250px;
  color: #eee;
  line-height: 250px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.cms-no-route .column.main .container h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #7b7b7b;
  margin-top: 30px;
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
.cms-no-route .column.main .container h2 {
  color: #333e48;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: normal;
  margin-top: 12px;
  font-family: 'Poppins', sans-serif;
}
.cms-no-route .column.main .container p {
  display: block;
  max-width: 80%;
  margin: auto;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
.cms-no-route .column.main .container ul.disc {
  margin-top: 50px;
}
.cms-no-route .column.main .container ul.disc li a {
  display: block;
  background: #333e48;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 18.5px 30px;
  line-height: 1.1;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-width: 190px;
  text-align: center;
}
.cms-no-route .column.main .container ul.disc li a:hover {
  background: #ff7e00;
}
.detail-info-product-view .product-add-form form .actions {
  display: inline-block;
}
.detail-info-product-view .product-add-form form .actions button {
  margin: 0;
}
.product.info.detailed .product.data.items .item.content {
  border-top: 2px solid #eeeeee;
}
.product.info.detailed {
  margin-top: 80px;
}
.product-view .product.info.detailed {
  margin-bottom: 50px;
}
.product-view .rokan-product-heading,
.wrapper_quickview_item .rokan-product-heading {
  margin-top: 50px;
}
.product.info.detailed .product.data.items .item.title a {
  height: 52px;
  line-height: 52px;
}
.product.info.detailed .product.data.items .item.content {
  margin-top: 52px;
}
.product.info.detailed .product.data.items .item.title.active a {
  position: relative;
}
.header-container .header-content .minicart-wrapper .minicart-items .product-item-details {
  text-align: left;
}
.header-container .header-content .minicart-items-wrapper {
  overflow-y: auto;
  height: 130px;
}
.toolbar-products .pages .pages-items .item a,
.toolbar-products .pages .pages-items .item strong {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
body .swatch-attribute.size .swatch-option:hover,
body .swatch-attribute.manufacturer .swatch-option:hover {
  background: #fff;
  color: #000;
  border: 1px solid #dadada;
  outline: none;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  margin: 0;
}
body .checkbox-group {
  position: relative;
  display: inline-block;
  margin-top: 9px;
}
body .osc-ok-button {
  color: #555;
}
body .osc-ok-button:hover {
  color: #fff;
}
body .order-review-info .opcheckout-discount {
  margin-top: 13px;
}
body .opcheckout-place {
  margin-top: 5px !important;
}
body #billing-new-address-form .field {
  padding: 5px 17px;
}
#one-step-checkout-form .checkout-review-load .data-table .totals {
  color: #000;
}
.wrap-payment-content .billing-address-details {
  display: inline-block;
  text-align: left;
  line-height: 22px;
}
.wrap-payment-content .billing-address-details .action-edit-address {
  margin: 10px 0;
}
.modal-slide._inner-scroll .modal-header {
  padding: 30px 0;
  text-align: center;
}
.modal-popup._inner-scroll .modal-content {
  padding-bottom: 30px;
  text-align: center;
}
.modal-popup.modal-slide .modal-footer {
  padding: 30px;
}
.checkout-success,
#registration {
  text-align: left;
}
.brand-view {
  text-align: center;
  padding-top: 25px;
}
.rte,
.cms-page-view #maincontent h2 {
  color: #333e48;
}
.page-wrapper iframe {
  margin-top: 25px;
}
.fieldset > .field:not(.choice) > .label {
  width: 20%;
}
.fieldset > .field:not(.choice) > .control {
  width: 80%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select {
  padding: 8px 25px;
}
.popup_avaiable {
  line-height: 22px;
}
.cart-summary {
  border-radius: 5px;
}
.cart-summary .block > .title {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.cart-totals {
  border-top: none;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 12px;
}
.cart-summary #co-shipping-method-form .item-options .radio {
  float: left;
  margin: 0 15px 0 0;
}
.items.methods .item-title {
  margin-bottom: 10px;
  color: #333e48;
}
.cart.table-wrapper .product-item-details {
  text-align: center;
}
.cart-summary .summary.title {
  text-align: center;
}
.form-address-edit .actions-toolbar .action.primary span {
  font-size: 14px;
}
.form-address-edit .actions-toolbar .action.primary {
  padding: 0;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  display: none;
}
.wishlist .product-item .price-box .price {
  font-size: 14px;
  color: #333e48;
}
.wishlist-index-index .products-grid .product-item,
.wishlist-index-index .product-item-info {
  width: 100%;
}
.wishlist-index-index .product-item-info button {
  background: #ff7e00;
  color: #fff;
}
.products-grid.wishlist .product-item-comment {
  line-height: 26px;
}
div.register-login {
  float: left;
}
.page-product-bundle .product-view .detail-info-product-view .price-box .price-container .price,
.page-product-bundle .wrapper_quickview_item .detail-info-product-view .price-box .price-container .price {
  font-size: 18px;
}
.page-product-bundle .product-social-extra {
  margin: 0 0 30px 0;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .attr-product .info-qty input {
  display: -webkit-box;
}
.view-product-bundle-options .container-margin #bundleSummary .product-details .price-box .price {
  font-size: 18px;
  color: #ff7e00;
}
.bundle-options-wrapper .nested {
  margin-top: 10px;
}
.page-product-bundle .detail-info-product-view .bundle-actions,
.wrapper_quickview_item .detail-info-product-view .bundle-actions {
  position: unset;
}
.product-options-wrapper .swatch-attribute input[type="text"] {
  margin-top: 10px;
}
.product-reviews-summary .reviews-actions a.action.view {
  border-right: 1px solid #eeeeee;
  padding-right: 10px;
  margin-right: 7px;
}
.post-paginav li.pages-item-previous:before,
.post-paginav li.item.pages-item-next:before {
  display: none;
}
.post-paginav .pages .action.previous:before,
.post-paginav li.pages-item-previous a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f100";
  color: #333e48;
  line-height: 38px;
}
.post-paginav .pages .action.next:before,
.post-paginav li.item.pages-item-next a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  color: #333e48;
  line-height: 38px;
  margin-right: -4px;
}
.modal-content {
  margin-bottom: 15px;
  line-height: 22px;
}
.post-paginav .pages .action.previous:before {
  color: #333e48;
}
.post-paginav .pages .action.next:before,
.post-paginav li.item.pages-item-next a:hover:before,
.post-paginav .pages .pages-item-previous:hover .action.previous:before,
.post-paginav li.item.pages-item-previous a:hover:before {
  color: #fff;
}
.filter-content .filter-options .filter-options-item .filter-options-title:after {
  width: 9px;
  height: 15px;
  background: url(../images/arrow_left_filter.png) no-repeat 100% 100%;
  margin-right: 0;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer;
}
.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  background: url(../images/arrow_left_filter.png) no-repeat 100% 0;
  width: 15px;
  height: 9px;
  top: 10px;
}
body .toolbar-products .sorter {
  margin-left: 0;
}
.pages .item {
  line-height: 1;
}
.page-products .sort-pagi-bar-bottom .toolbar .limiter {
  display: none;
}
.popup_avaiable a {
  color: #ff7e00;
}
.search .product-list .product-info .product-info-cart {
  position: relative;
  padding-top: 0;
  margin-top: 25px;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  left: auto;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.search .product-list .product-info .product-info-cart .product-extra-link .towishlist {
  position: absolute;
  bottom: 0;
  left: 165px;
}
.search .product-list .product-info .product-info-cart .product-extra-link .tocompare {
  position: absolute;
  bottom: 0;
  left: 215px;
}
.product-item,
.product-list-item,
.product-item-actions > * {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.products-grid .product-item {
  padding: 0 15px;
  margin-left: 0;
}
.filter-options-item .items .item a input[type="checkbox"] {
  margin: 0;
  top: 0;
  box-shadow: none;
}
.filter-options-item .items .item a .count {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  margin-bottom: 25px;
}
.block-reorder .product-item .checkbox {
  top: 0;
  margin: 0;
  box-shadow: none;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  margin: 0 10px 10px 0;
  position: static;
}
.sidebar .block-wishlist .product-item-details {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .block-reorder .actions-toolbar {
  max-width: 100%;
}
.search.results dl.block {
  display: none;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 26px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  width: 100%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 25px;
  font-size: 14px;
  border-radius: 100%;
  background: #f2f5f7;
  border: 1px solid #e8e8e8;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  color: #ffffff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.footer.content {
  display: none;
}

  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;
  }
}

.top-menu {
  z-index: 99;
}
.top-menu .navigation {
  background: transparent;
}
.cms-index-index .top-menu {
  box-shadow: none;
  margin-bottom: 0;
}
.nav-sections {
  background: transparent;
  margin-bottom: 0;
}
.navigation {
  position: unset;
  z-index: 5;
  background: transparent;
  text-align: left;
  float: left;
}
.navigation .level-0.reverse > .submenu {
  right: 1px;
}
.navigation > ul {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
}
.navigation .level0 > .menu-home.level-top:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cms-index-index .navigation .level0.menu-home > .level-top {
  color: #333e48;
}
.navigation .level-0 > .submenu {
  display: none;
  position: absolute;
  top: 100%;
  padding: 19px 13px;
}
.navigation li.level0 {
  margin: 0 50px 0 0;
}
.navigation .level0:first-child > .level-top {
  padding-left: 0;
  border: 0;
}
.navigation .level0 > .level-top {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-left-width: 1px;
  border-left-color: rgba(56, 56, 56, 0.1);
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  line-height: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top,
.navigation .level0 > .level-top:hover {
  color: #333e48;
}
.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: 0 6px 12px rgba(0, 0, 0, 0.175);
  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-weight: normal;
  color: #333;
  line-height: 22px;
  display: block;
}
.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: 5px;
  margin-right: -10px;
  float: right;
}
.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: #333e48;
  background: transparent;
}
.custommenu.navigation li.level0.staticwidth .submenu {
  left: -280px !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
  padding: 40px 30px;
  font-weight: 400;
}
.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: #333e48;
  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 5px;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a,
.custommenu.navigation li.level0.staticwidth .submenu li.level1 > a {
  font-family: 'Rubik', sans-serif;
  position: relative;
  margin-bottom: 10px;
}
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a:hover,
.custommenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover {
  color: #333e48;
}
.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) {
  .custommenu.navigation li.level0.staticwidth .submenu {
    left: auto !important;
    padding: 0 !important;
  }
  .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 .submenu,
  .custommenu.navigation li.level0 .submenu {
    border-radius: 0 !important;
  }
}
#ajax-preloader {
  opacity: 0.8;
  text-align: center;
  z-index: 500;
  background: url(../images/ajax_loader.gif) center top no-repeat;
}
#ajax-preloader .loading {
  border: 2px solid #777;
  color: #000;
  background: #eee;
  text-align: center;
  width: 120px;
  padding: 15px;
  font-weight: bold;
}
.product-slider-wrapper {
  float: left;
  position: relative;
}
body #quick-window {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px #000;
  /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  box-shadow: 0px 0px 30px 0px #000;
  /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
body #quick-window #quickview-close {
  color: #fff;
  display: block;
  line-height: 30px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ff7e00;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  padding: 3px;
  font-size: 0;
  text-indent: 0;
}
body #quick-window #quickview-close:before {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  display: block;
  font-weight: 400;
  content: "x";
}
body #quick-window .quick-view-content {
  padding: 20px;
}
body #quick-window .quick-view-content .page-title-wrapper {
  margin-top: 0;
}
body #quick-window .quick-view-content .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
body #quick-window .quick-view-content .page-title-wrapper .page-title span {
  font-size: 18px;
}
body #quick-window .quick-view-content .product.media {
  width: 47%;
}
body #quick-window .quick-view-content .product.media .main-img-quickview {
  margin-bottom: 10px;
}
body #quick-window .quick-view-content .detail-info-product-view {
  width: 50%;
  float: right;
}
body #quick-window .quick-view-content .product.info.detailed {
  display: inline-block;
}
body #quick-window .quick-view-content .product.info.detailed .product.attibute.description {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
body #quick-window .quick-view-content .bxslider li {
  cursor: pointer;
}
#quickview-content .page-title-wrapper .container {
  max-width: 100%;
  width: auto;
}
.info-qty {
  float: left;
  height: 40px;
  width: 150px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ebebeb;
  background-color: #fff;
  color: #333e48;
  border-radius: 50px;
  padding: 10px 50px;
  text-align: center;
  line-height: 38px;
  position: relative;
  margin-right: 20px;
}
.info-qty a {
  color: #333;
}
.info-qty a:hover {
  color: #333e48;
}
.info-qty .qty-down {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  color: #ebebeb;
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 0;
}
.info-qty .qty-up {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  color: #ebebeb;
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 0;
}
.info-qty a:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.info-qty .qty-val {
  display: block;
  padding: 0 15px;
  width: 100%;
}
.attr-product label {
  margin: 0;
  text-transform: uppercase;
  width: 56px;
}
.attr-color {
  display: inline-block;
  max-width: 240px;
  position: relative;
  width: 100%;
  z-index: 99;
}
.attr-info .addcart-link:hover {
  background: #333e48;
}
.attr-info .addcart-link {
  background: #585e6a none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 35px;
  line-height: 35px;
  margin: 10px 0 0 60px;
  max-width: 240px;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.addcart-link i {
  margin-right: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-list .addcart-link i:hover {
  margin-right: 5px;
}
.addcart-link:hover i {
  margin-right: 10px;
}
.product-social-extra {
  margin: 30px 0 0 0;
}
.product-social-extra a:hover {
  color: #ff7e00;
}
.product-social-extra a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 6px;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  width: 35px;
}
.product-social-extra a:hover {
  color: #333e48;
}
.product-social-extra a:last-child {
  margin: 0;
}
.title-tab-detail li {
  display: inline-block;
  margin-right: 3px;
}
.title-tab-detail li a {
  border: 1px solid #e8e8e8;
  color: #666;
  display: block;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.title-tab-detail li:hover a,
.title-tab-detail li.active a {
  background: #ff7e00;
  border-color: #ff7e00;
  color: #fff;
}
.tab-detail {
  margin-top: 30px;
}
.table-content-tab-detail {
  border: 1px solid #eeeeee;
  display: table;
  margin-top: -1px;
}
.title-table-detail {
  border-right: 1px solid #eeeeee;
  display: table-cell;
  padding: 30px 15px;
  width: 90px;
}
.icon-table-detail {
  display: table-cell;
  text-align: center;
  width: 60px;
  padding: 30px 15px;
}
.title-table-detail span {
  text-transform: uppercase;
}
.info-table-detail {
  color: #666;
  display: table-cell;
  padding: 30px 0;
}
.info-table-detail p {
  margin: 0;
  padding: 0 20px 0 0;
}
.info-table-detail h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.title-tab-detail ul {
  margin: 0 0 6px;
}
.inner-content-tab-detail {
  border: 1px solid #e8e8e8;
  color: #666;
  padding: 20px;
}
.inner-content-tab-detail h2 {
  margin: 0 0 10px;
}
.title-default {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
.newsletterpopup {
  height: 100% !important;
  max-height: 603px !important;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: fixed !important;
}
#newsletter_pop_up {
  display: none;
  padding: 55px 10px 10px 65px;
  background-size: cover;
  text-align: center;
  max-width: 1160px !important;
  width: 90% !important;
}
#newsletter_pop_up .newletter_popup_close {
  position: absolute;
  top: 56px;
  right: 2px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
#newsletter_pop_up .newletter_popup_close span:before {
  color: #fff;
  content: "脳";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
  text-align: center;
  background-color: #ff7e00;
  box-sizing: border-box;
  z-index: 2;
  font: 300 24px/40px Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-radius: 50%;
  border-width: 0px;
  transition: background-color 0.25s ease 0s;
}
#newsletter_pop_up .content-popup {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
#newsletter_pop_up .content-popup .form.subscribe .action.subscribe.primary {
  background-image: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
  padding: 10px 48px;
  height: 46px;
  color: #ffffff;
  background-color: #ff7e00;
  border: 2px solid #ff7e00;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  border-radius: 30px;
  width: 100%;
  max-width: 440px;
  font-family: 'Rubik', sans-serif;
}
#newsletter_pop_up .content-popup .form.subscribe .action.subscribe.primary:hover {
  background-color: #ffffff;
  border-color: #ff7e00;
  color: #000000;
  text-decoration: none;
}
#newsletter_pop_up .content-popup p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333e48;
  margin-bottom: 20px;
}
#newsletter_pop_up .content-popup p span {
  color: #ff7e00;
}
#newsletter_pop_up .content-popup h3 {
  color: #333e48;
  display: block;
  position: relative;
  font-family: 'Rubik', sans-serif;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 60px;
}
#newsletter_pop_up .content-popup h4 {
  font-family: 'Rubik', sans-serif;
  color: #333e48;
  font-style: italic;
  display: inline-block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 23px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}
#newsletter_pop_up .content-popup .newsletterDescription {
  margin: 0;
  line-height: 24px;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: #91989f;
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif;
}
#newsletter_pop_up .content-popup input[type="email"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 9px 20px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
  background-color: #fff;
  background-image: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin: 10px auto;
  border-radius: 30px;
  border: 1px solid #dadbdd;
  max-width: 440px;
  text-align: center;
}
#newsletter_pop_up .content-popup .subscribe-bottom {
  padding-left: 20px;
  line-height: 18px;
  font-style: italic;
  margin-top: 68px;
  font-size: 13px;
  float: right;
}
#newsletter_pop_up .content-popup .subscribe-bottom input {
  display: inline-block;
  margin-top: 1px;
}
#newsletter_pop_up .content-popup .subscribe-bottom label {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
#newsletter_pop_up .content-popup .field.newsletter {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #newsletter_pop_up {
    width: 710px !important;
  }
}
@media (max-width: 767px) {
  .b-modal.__b-popup1__,
  #newsletter_pop_up {
    display: none !important;
  }
}
.cms-index-index .verticalmenu.navigation.side-verticalmenu > ul {
  border: 2px solid #ff7e00;
  border-top: 0;
  background: #ffffff;
  position: relative;
}
.cms-index-index .verticalmenu.navigation.side-verticalmenu > ul .vertical-bg-img {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.cms-index-index .verticalmenu.navigation.side-verticalmenu > ul li a {
  color: #333e48;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.cms-index-index .verticalmenu.navigation.side-verticalmenu > ul li:hover a {
  color: #ff7e00;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:last-child > a {
  border-bottom: 0;
}
.verticalmenu.navigation.side-verticalmenu {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px 6px 0 0;
}
.verticalmenu.navigation.side-verticalmenu .our_categories {
  background-color: #4e4e4e;
  color: #ffffff;
  padding: 19px 30px;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}
.verticalmenu.navigation.side-verticalmenu > ul {
  border-top: 0;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 {
  position: relative;
  list-style: none;
  padding: 0 20px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:last-child > a {
  border-bottom: 0;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
  padding: 14px 24px;
  left: 120% !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: unset;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level1 > a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333e48;
  margin-bottom: 10px;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
  text-transform: capitalize;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level1 > a:hover {
  color: #ff7e00;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level1 > a:hover span {
  text-decoration: none;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level2 a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #656d74;
  text-decoration: none;
  line-height: 20px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level2 a:hover {
  color: #ff7e00;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level2 a:hover span {
  text-decoration: none;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0 > a {
  display: inline-block;
  padding: 11px 0;
  border: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  width: 100%;
  color: #333e48;
  margin: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #eaebec;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0.parent > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
  line-height: 22px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:hover {
  background: none;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:hover .level0.submenu {
  left: 101% !important;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0:last-child a {
  border: 0;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0.classic .level0.submenu .subchildmenu > li.level1 {
  margin-bottom: 10px;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0.classic .level0.submenu .subchildmenu > li.level1 > a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333e48;
  margin: 0;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0.classic .level0.submenu .subchildmenu > li.level1 > a:hover {
  color: #ff7e00;
  background: none;
}
.verticalmenu.navigation.side-verticalmenu > ul li.level0.classic .level0.submenu .subchildmenu > li.level1 > a:hover span {
  text-decoration: none;
}
.verticalmenu.navigation.side-verticalmenu a.viewall {
  padding: 19px 30px;
  border-top: 1px solid #f0f0f0;
  margin-top: -1px;
  width: 100%;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-style: italic;
  color: #888;
  text-decoration: underline;
  display: block;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/****************************************/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  text-align: center;
}
.owl-theme .owl-buttons {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.owl-theme:hover .owl-buttons {
  opacity: 1;
  visibility: visible;
  filter: alpha(opacity=100);
}
.owl-theme .owl-controls .owl-buttons > div {
  height: 32px;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  overflow: hidden;
}
body .category_tab_slider .owl-controls .owl-buttons > div {
  margin-top: -90px;
}
.wrapper_slider .owl-theme .owl-controls .owl-buttons > div {
  width: 50px;
  height: 50px;
  background: #fff;
}
.wrapper_slider .owl-theme .owl-controls .owl-buttons > div:before {
  color: #5f5f5f;
  line-height: 48px;
  font-size: 20px;
}
.wrapper_slider .owl-theme .owl-controls .owl-buttons .owl-prev,
body .category_tab_slider .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.wrapper_slider .owl-theme .owl-controls .owl-buttons .owl-next,
body .category_tab_slider .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 15px;
}
.owl-theme .owl-controls .owl-buttons > div:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 32px;
}
.category-brand-slider .owl-theme .owl-controls .owl-buttons > div:before {
  line-height: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
}
.owl-theme .owl-controls .owl-buttons > div:hover {
  color: #fff;
  background: #ff7e00;
  border-color: #ff7e00;
}
.owl-theme .owl-controls .owl-buttons > div:hover:before {
  color: #fff;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: transparent;
  border: 2px solid #333e48;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #333e48;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/ajaxloader.gif) no-repeat center center;
}
@media (min-width: 1399px) {
  .container {
    width: 100%;
    max-width: 1740px;
  }
  .nav-banner,
  .page.messages,
  .nav-breadcrumbs,
  .top-home-content {
    padding: 0 90px;
  }
  
  .banner-slider-top.slide1 .col-sm-8 {
    width: 72.7%;
  }
  .banner-slider-top.slide1 .col-sm-4 {
    width: 27.3%;
  }
  .select-category {
    width: 160px;
  }
  .chosen-container {
    width: 160px !important;
  }
  .smart-search-form input[type="text"] {
    padding-left: 180px;
  }
  .product-grid .col-lg-2 {
    width: 20%; min-width:300px; margin:10px
  }
  .product-grid .col-lg-2:nth-child(5n+1) {
   margin:10px; min-width:300px;
  }
  .product-grid li:nth-child(5n) .item-product:before {
    opacity: 0;
    visibility: hidden;
  }
  .product-grid li:nth-child(4n) .item-product:before {
    opacity: 1;
    visibility: visible;
  }
  .page-main.container {
    padding: 0 21px;
  }
  #newsletter_pop_up .content-popup {
    margin-top: 60px;
  }
  #newsletter_pop_up .content-popup h3 {
    margin-bottom: 5px;
  }
  #newsletter_pop_up .content-popup .subscribe-bottom {
    margin-top: 88px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(11),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(12),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(13),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(14) {
    display: none;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 > a {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(10),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(11),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(12),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(13),
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:nth-child(14) {
    display: none;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 > a {
    padding: 10.25px 0;
  }
}
@media (max-width: 1399px) and (min-width: 768px) {
  .banner-slider-top.slide1 .col-sm-8 {
    width: 73.2%;
  }
  .banner-slider-top.slide1 .col-sm-4 {
    width: 26.8%;
  }
}
@media (min-width: 1200px) {
  .products-grid ol > li:nth-of-type(3n+1) {
    clear: left;
  }
 
}
@media (max-width: 1399px) {
  .velaServicesInner .boxServiceDesc {
    font-size: 12px;
  }
  .hidden-md .head-contact {
    display: none;
  }
  .top_rate .product-item,
  .new_product .product-item {
    padding: 10px 0;
  }
  .the_blog {
    margin-bottom: 20px;
  }
  .top_rate,
  .new_product,
  .banner_left_2 {
    margin-bottom: 40px;
  }
  .wrapper-bestseller .tab_container {
    margin-right: 1px;
  }
}
@media (max-width: 1366px) {
  #newsletter_pop_up .content-popup .subscribe-bottom {
    position: absolute;
    right: 0;
    bottom: -130px;
  }
}
@media (max-width: 1199px) and (min-width: 640px) {
  .products-grid ol > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@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) {
  #newsletter_pop_up .content-popup .subscribe-bottom {
    bottom: -98px;
  }
  .title-category-dropdown {
    font-size: 15px;
  }
  .header-wrapper-sticky.enable-sticky .top-menu-sticky {
    padding-right: 0;
  }
  .mini-cart-wrapper.enable-sticky {
    display: none;
  }
  .section-bestseller .categorytab-container .computer-laptop {
    width: 33.3%;
  }
  .title-catthum {
    width: 36%;
  }
  .section-featured-categories .wrap-category .owl-item .wp-item .item {
    min-height: 235px;
  }
  .bg-image {
    min-height: 330px;
  }
  .footer-container.layout2 .section-footer-top .block-social {
    padding-left: 40px;
  }
  .header-container .header-content .main-header .top-menu {
    padding-left: 50px;
  }
  .list-service .box-icon {
    text-align: center;
  }
  .list-service .box-icon .icon {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1024px) {
  #newsletter_pop_up {
    background-image: none !important;
    background: #ffffff;
  }
  #newsletter_pop_up .newletter_popup_close {
    top: 10px;
    right: 8px;
  }
  #newsletter_pop_up .col-sm-7 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .group-product .rokan-product-heading h2 {
    width: 20%;
  }
  .section-bestseller .tab_container .item-product {
    clear: both;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .product-grid li:nth-child(4n) .item-product:before {
    opacity: 1;
    visibility: visible;
  }
  .product-grid li:nth-child(2n) .item-product:before {
    opacity: 0;
    visibility: hidden;
  }
  .top-header {
    text-align: center;
  }
  .custommenu.navigation > ul {
    padding-left: 0;
  }
  .mini-cart-wrapper.enable-sticky,
  .header-wrapper-sticky.enable-sticky {
    display: none;
  }
  .header-container .header-content .top-bar-right {
    float: none;
  }
  #newsletter_pop_up .content-popup .form.subscribe {
    right: 105px;
  }
  .banner_left_1 img,
  .banner_left_2 img {
    width: 100%;
  }
  body #quick-window {
    width: 90%;
  }
  .banner_item_bg img {
    min-height: 0;
  }
  .top-menu .navigation {
    margin-left: 0;
  }
  .text_form {
    line-height: 50px;
  }
  .banner-top-home .fadeInUp {
    margin-left: 0;
    margin-right: -5px;
  }
  .form-newletter .search_input {
    margin: 0 0 25px;
  }
  .form-newletter .subscribe {
    top: 0;
  }
  .footer-container.layout2.footer .text_footer > div:nth-child(2n+1) {
    clear: both;
  }
  .title-catthum {
    width: 50%;
  }
  .group-product .rokan-product-heading h2 {
    width: 33%;
  }
  .footer-container.layout2.footer .text_footer > div {
    margin-bottom: 30px;
  }
  .list-category-dropdown > li > a img {
    display: none;
  }
  .list-service .box-icon {
    margin-bottom: 30px;
  }
  .footer-box {
    margin-bottom: 20px;
  }
  .page-footer .footer-container .footer-box-contact .fa {
    margin-top: 5px;
  }
  .verticalmenu.navigation.side-verticalmenu .our_categories {
    padding: 19px 10px;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 {
    padding: 0 10px;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 > a {
    padding: 10px 0;
  }
  .header-container .header-content .top-bar-left .switcher,
  .header-container .header-content .top-bar-left .top-left-static {
    float: none;
    display: inline-block;
  }
  .header-container .header-content .top-bar-right .top-info,
  .header-container .header-content .top-bar-right .top-contact {
    float: none;
    display: inline-block;
  }
  .header-container .header-content .top-bar-right .top-contact:after {
    display: none;
  }
  .header-container .header-content .main-header {
    text-align: center;
  }
  .header-container .header-content .main-header .logo {
    float: none;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
    display: block;
  }
  .header-container .header-content .main-header .logo img {
    margin: 0 auto;
  }
  .header-container .header-content .main-header .top-menu {
    padding-left: 0;
  }
  .header-container .header-content .top-bar-right .top-bar-menu {
    table-layout: fixed;
    width: 100%;
  }
  .link-follow {
    text-align: left;
  }
  .footer-container.layout2 .section-footer-top .block-social {
    padding-left: 70px;
  }
  .page-footer .footer-container .footer-copyright .payment {
    text-align: center;
  }
  .logo-footer,
  .page-footer .footer-static-container .footer-static .footer-links h2 {
    margin-top: 30px;
  }
  .footer-newletter,
  .footer-copyright {
    text-align: center;
  }
  .page-footer .footer-copyright .copyright {
    float: none;
    margin-bottom: 20px;
    display: block;
  }
  .page-footer .footer-copyright .footer-payment {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .page-footer .footer-newletter .footer-payment {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
  .footer-primary-column-3 {
    clear: left;
  }
  .slider_left-slider .owl-theme .owl-pagination {
    left: 40px;
    right: auto;
  }
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 15px;
  }
  .hot-deal .bs-banner.block-banner-text {
    text-align: center;
    margin-top: 10px;
  }
  .section-bestseller .categorytab-container .computer-laptop {
    width: 100%;
    margin-bottom: 50px;
  }
  .section-bestseller .categorytab-container .vc_tta-tabs-container {
    top: 55px;
    left: 0;
  }
  .section-bestseller .categorytab-container .vc_tta-tabs-container .tabs li {
    margin-right: 30px;
    margin-left: 0;
  }
  .header-content.sticky .sticky-main {
    display: none;
  }
  .sidebar_left_home1 {
    padding-right: 10px;
  }
  .custommenu.navigation li.level0 > .level-top {
    font-size: 12px;
  }
}
@media (max-width: 840px) {
  .attr-info .addcart-link {
    margin: 0;
  }
  .product-social-extra {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #layered_ajax_price_text .to_fixed {
    margin-left: 0 !important;
  }
  #layered_ajax_price_text .from_fixed {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .main-nav > ul > li > a {
    padding: 0 !important;
  }
  body .verticalmenu.navigation .open-children-toggle {
    display: inline-block;
  }
  .product.data.items > .item.title {
    margin: 0 30px 0 0;
  }
  .cart.table-wrapper .product-item-details {
    vertical-align: middle;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 15px;
  }
  .verticalmenu.navigation .subchildmenu.mega-columns > li {
    padding: 0 15px;
  }
  .verticalmenu.navigation.side-verticalmenu li.level0 > .submenu {
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .footer-container .container > .rowFlexMargin {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #pageContent .aboutService,
  #pageContent .velaAboutUsTitle {
    margin-top: 20px;
  }
  body #quick-window .quick-view-content .detail-info-product-view {
    width: 100%;
    float: none;
  }
  body #quick-window .quick-view-content .product.media {
    width: 100%;
  }
  .attr-info .addcart-link,
  .product-social-extra {
    margin: 10px 0 0 60px;
  }
  .wrapper-bestseller.cat h4 {
    width: 100%;
  }
  .wp-header > div {
    display: inline-block;
    width: 100%;
  }
  div.logo {
    float: none;
  }
  div.logo .wrapper-bestseller.cat h4 {
    width: 100%;
  }
  .smart-search {
    margin-top: 20px;
  }
  .header-main {
    margin: 20px 0;
  }
  .header-container .header-content .main-header .top-menu,
  .owl-theme .owl-buttons {
    display: none;
  }
  .header-container {
    text-align: center;
  }
  .header-container .header {
    margin: 0;
  }
  .header-container .header-content {
    position: static;
    z-index: 0;
  }
  .search-by-cateogry .form.minisearch .control .search-text-box {
    padding-left: 0;
  }
  .top-menu {
    position: static;
    z-index: 0;
  }
  .nav-toggle {
    display: table-cell;
    vertical-align: middle;
    top: -55px;
  }
 
  
  .block-banner-text {
    display: block;
  }
  .block-banner-text a img {
    width: 100%;
  }
  .banner-top-home .fadeInUp {
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .banner-top-home .fadeInRight {
    padding-left: 14px;
    padding-right: 15px;
  }
  .banner-top-home .block-banner-text {
    display: block;
  }
  .header-container .header-content .minicart-wrapper {
    position: absolute;
    top: -35px;
    right: 20px;
  }
  .product-grid li {
    width: 50%;
  }
  .banner-big-left div {
    margin-bottom: 10px;
  }
  .category-dropdown {
    position: static;
  }
  .list-category-dropdown > li:hover > a::before {
    display: none;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:hover > a {
    background: none;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu .subchildmenu > li.level1 > a {
    border-left: none;
    padding: 10px 0;
    font-weight: 700;
  }
  .nav-open .verticalmenu.navigation.side-verticalmenu {
    display: block;
    width: 100%;
    position: relative;
  }
  .verticalmenu.navigation.side-verticalmenu > ul {
    display: block !important;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0:hover .level0.submenu {
    left: 0 !important;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
    left: 0 !important;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 > a {
    padding: 10px;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 > a.ui-state-active::after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation {
    max-width: 100%;
  }
  .navigation .level0 > .level-top {
    display: block;
    color: #333;
    padding: 14px 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 14px;
    text-transform: uppercase;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    text-transform: none;
    font-family: 'Rubik', sans-serif;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top,
  .navigation .level0 > .level-top:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .navigation li.level0:last-child {
    border: 0;
  }
  .nav-sections {
    width: 250px;
  }
  .navigation li.level0 {
    margin-right: 0;
    border: 0;
  }
  .navigation {
    padding: 0;
    float: none;
  }
  .navigation .parent .level-top:after {
    font-family: FontAwesome;
    content: "\f107";
    color: #333;
    font-size: 14px;
    float: right;
    position: static;
  }
  .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: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .custommenu.navigation li.ui-menu-item {
    display: block;
  }
  .custommenu.navigation li.level0.fullwidth > .submenu {
    padding: 0;
  }
  .custommenu.navigation li.ui-menu-item > a {
    text-align: left;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 {
    display: block;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
    padding: 0;
  }
  .catalog-product-view .column.main {
    width: 100%;
  }
  .banner_item_bg {
    background-size: cover;
  }
  .static-banner a {
    display: block;
  }
  .product-list .item-product {
    max-width: 400px;
    margin: 0 auto;
  }
  .section-bestseller .categorytab-container {
    margin-left: 0;
  }
  .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: #333e48;
    color: #ffffff;
  }
  .page-footer .footer-container .list-footer-box {
    text-align: center;
  }
  .page-footer .footer-container .footer-box-contact li {
    padding-left: 0;
  }
  .page-footer .footer-container .footer-box-contact li i {
    display: none;
  }
  .page-footer .footer-container .footer-box li {
    margin-bottom: 0;
  }
  .nav-toggle:before {
    color: #ffffff;
  }
  .nav-toggle:hover:before {
    color: #ffffff;
  }
  .list-tags-category {
    margin-top: 20px;
  }
  .item-tags-category h2 {
    display: block;
    margin-bottom: 10px;
  }
  .item-tags-category ul {
    display: block;
    padding: 0;
  }
  .smart-search #choose_category {
    padding: 0;
  }
  .store-item .left-store {
    margin-bottom: 20px;
  }
  .store-item .store-image iframe {
    width: 100%;
  }
  .banner_mid_1 .row > div:first-child,
  .banner_mid_2 .row > div:first-child {
    margin-bottom: 20px;
  }
  .banner_mid_1 img,
  .banner_mid_2 img {
    width: 100%;
  }
  .breadcrumbs,
  .account .page-title-wrapper .page-title,
  [class^='sales-guest-'] .page-title-wrapper .page-title,
  .sales-guest-view .page-title-wrapper .page-title {
    margin-top: 20px;
  }
  .hidden-sm .head-contact {
    display: none !important;
  }
  .header-container .header-content .minicart-wrapper .product .actions {
    top: auto;
    bottom: 0;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.info.detailed .product.data.items .item.title a {
    margin-bottom: 0;
  }
  .attr-info .addcart-link,
  .product-social-extra {
    margin: 10px 0 0 0;
  }
  .detail-info-product-view {
    padding-left: 0;
  }
  .verticalmenu.navigation.side-verticalmenu > ul li.level0 .level0.submenu {
    border: none;
    padding-left: 15px;
  }
  .velaServicesInner .rowFlex > div:not(:last-child) {
    border-right: none;
  }
  .block-search.block-search-customcss #blog_search {
    left: 0;
    top: -27px;
    width: 90%;
    border: 0;
    position: absolute;
  }
  .item-post-full {
    padding: 0;
  }
  .toolbar-products .modes {
    float: left;
    margin-right: 0;
    display: inline-block;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .toolbar-products .modes-mode:before {
    line-height: inherit;
    color: #7d7d7d;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .toolbar-products .toolbar-amount {
    padding: 0;
  }
  .footer-bottom .copyright {
    margin: 0;
  }
  .payment-method {
    line-height: 33px;
  }
  .page-products .toolbar .limiter {
    float: right;
  }
  .verticalmenu.navigation.side-verticalmenu {
    height: 100%;
  }
  .product.info.detailed .product.data.items .item.content {
    margin-top: 0;
  }
  .wrapper_quickview_item .row li.active:after {
    display: none;
  }
  .fieldset > .field:not(.choice) > .label {
    width: auto;
  }
  .fieldset > .field:not(.choice) > .control {
    width: auto;
  }
  body .checkout-index-index .nav-sections,
  body .checkout-index-index .nav-toggle {
    display: table-cell;
  }
  .smart-search #choose_category {
    padding: 4px 15px;
  }
  body .toolbar-products .toolbar-amount {
    padding: 0 20px;
  }
  .block-search.block-search-customcss #blog_search {
    left: 0;
    top: -60px;
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
    z-index: 9999;
    position: absolute;
    right: 20px;
    top: -36px;
  }
  .breadcrumbs {
    border-bottom: none; padding-left:0
  }
  .cms-index-index .verticalmenu.navigation.side-verticalmenu > ul,
  .verticalmenu.navigation.side-verticalmenu > ul {
    border: 0;
    border-radius: 0;
  }
  .section-item-content.nav-sections.category-dropdown-item-content {
    border: 2px solid #ff7e00;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
  }
  body #quick-window .quick-view-content .bxslider .owl-item {
    width: 110px !important;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  .header-container .header-content .minicart-wrapper .block-minicart {
    right: -15px;
  }
  .header-container .header-content .top-bar-right .top-bar-menu > li .minicart-wrapper,
  .header-container .header-content .top-bar-right .top-bar-menu > li > a {
    padding: 20px 50px;
  }
  .search-by-cateogry .form.minisearch .control .chosen-container,
  .search-by-cateogry .form.minisearch .control #choose_category {
    max-width: 130px;
  }
  .search-by-cateogry .form.minisearch .control .chosen-container a,
  .search-by-cateogry .form.minisearch .control #choose_category a {
    padding: 6px;
  }
}
@media (max-width: 680px) {
  .footer-bottom > div > div > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .payment-method {
    text-align: center;
  }
  .top-header .switcher .switcher-options {
    padding-right: 16px;
  }
  .top-account ul li a {
    padding: 0 16px;
  }
}
@media (max-width: 640px) {
  .product-grid .product-item {
    max-width: 400px;
    margin: 0 auto 50px;
    clear: both;
    float: none;
    display: block;
    width: 100%;
  }
  .product-grid .product-item img {
    width: 100%;
  }
  .title-catthum {
    width: 55%;
  }
  .header-container .header-content .minicart-wrapper {
    top: -50px;
  }
}
@media (max-width: 540px) {
  .top-header .switcher {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .list-ads1 .col-xs-4 {
    width: 100%;
    text-align: center;
  }
  #pageContent .aboutBoxText {
    width: 100%;
    padding: 30px;
  }
  .header-container .header-content .top-bar-left,
  .top-bar-right {
    float: none;
  }
  .top-bar-left .switcher.language.switcher-language {
    margin-left: 26px;
  }
  .header-container .header-content .top-bar-right {
    float: none;
    border-top: 1px solid #eeeeee;
  }
  .smart-search {
    margin-left: 40px;
    width: 91%;
  }
  .smart-search-form input[type=text] {
    padding-left: 25px;
  }
  .title-catthum,
  .group-product .rokan-product-heading h2 {
    width: 100%;
  }
  .product-tab .list-tab-product .box-title .tabs li {
    width: 100%;
    margin-bottom: 5px;
  }
  .section-bestseller .tab_container .item-product {
    clear: both;
    overflow: hidden;
  }
  .introduct_service div {
    width: 50%;
  }
  .footer-container.layout2.footer .text_footer > div {
    width: 100%;
  }
  .hot-deal-tab > div {
    width: 100%;
  }
  .hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .hot-deal-image {
    padding: 0;
    text-align: center;
  }
  .hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .onsale {
    top: -252px;
  }
  .main-nav > ul > li > a:first-child {
    padding-left: 0;
  }
  .form-newletter .subscribe {
    padding: 7px 30px;
  }
  .owl-controls {
    display: none;
  }
  .block.newsletter .content {
    padding: 30px;
    padding-top: 80px;
  }
  .block.newsletter .content .actions .action.subscribe {
    float: left;
  }
  .header-container .header .block-search .block-content .dropdown .dropdown-menu {
    width: 270px;
  }
  .header-container .header-content .top-bar-right .top-bar-menu > li .minicart-wrapper,
  .header-container .header-content .top-bar-right .top-bar-menu > li > a {
    padding: 20px;
  }
  .header-container .header-content .top-bar-left .form-search-wapper,
  .header-container .header-content .top-bar-left .logo {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .product-tab .tab_container .item-product {
    width: 100%;
  }
  .smart-search .select-category {
    display: none;
  }
  .smart-search .chosen-container-single .chosen-single span {
    margin-right: 0;
  }
  .smart-search .search-by-cateogry .chosen-container-single .chosen-single {
    padding-right: 0;
    padding-left: 0;
  }
  .smart-search .chosen-container-single .chosen-single div {
    right: -2px;
  }
  .smart-search .chosen-container {
    width: 113px !important;
  }
  .smart-search #choose_category {
    width: 102px;
  }
  .top-header .switcher {
    float: none;
  }
  .top-header .switcher .switcher-options {
    padding-right: 0;
  }
  .block-dashboard-addresses .box-billing-address,
  .block-dashboard-addresses .box-shipping-address,
  .block-dashboard-info .box-information,
  .block-dashboard-info .box-newsletter {
    float: none;
    width: 100%;
  }
  .header-container .header-content .top-bar-right {
    border-top: 0;
  }
  .vc_tta-tabs-container {
    float: none !important;
  }
  .vc_tta-tabs-container .tabs li {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .page-products .toolbar .limiter {
    margin-left: 10px;
  }
  .modal-popup .modal-content {
    padding: 0 20px;
  }
  .modal-popup .modal-footer {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .product-grid li {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .attr-info .addcart-link,
  .product-social-extra {
    margin: 10px 0 0 0px;
  }
  .text_form {
    font-size: 22px;
  }
  .product-grid .item-product:before {
    opacity: 0;
    visibility: hidden;
  }
  .smart-search-form button[type=submit] {
    width: 100px;
  }
}
@media (max-width: 414px) {
  .page-products .toolbar .limiter {
    margin-top: 10px;
  }
  .toolbar-products .toolbar-amount {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  .top-account ul li a {
    padding: 0 5px;
    border-left: 0;
  }
  .top-account ul li a i {
    padding-right: 0;
  }
  .smart-search {
    width: 82%;
    margin-left: 50px;
  }
  .hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal {
    padding: 0 7px 40px;
  }
  .title-catthum {
    padding: 10px 12px;
  }
  .title-catthum:before {
    padding-right: 15px;
  }
  .text_form {
    font-size: 19px;
  }
  .form-newletter .subscribe {
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 400;
  }
  .section-bestseller .categorytab-container .computer-laptop {
    margin-bottom: 100px;
  }
  .section-bestseller .categorytab-container .vc_tta-tabs-container .tabs li {
    width: 100%;
  }
  .product-grid li {
    width: 100%;
  }
  .hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss .woocommerce-hot-deal .super-deal-countdown .time_circles > div {
    margin-right: 8px;
  }
  .post-tags-info {
    float: left;
  }
  .page-products .toolbar .limiter {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .sort-pagi-bar-bottom .toolbar-products .pages {
    text-align: center;
    display: block;
  }
  .cart.table-wrapper .product-item-photo {
    position: unset;
  }
}
.catalogsearch-result-index .item-product .price-wrapper.price-including-tax {
  margin-top: 5px;
}
.catalogsearch-result-index .item-product .price-wrapper.price-excluding-tax {
  margin-bottom: 5px;
}
.catalog-product-view .price-box.price-final_price .old-price {
  display: none !important;
}
.navigation.custommenu.main-nav .custommenunav li:nth-of-type(4) .ui-menu-item.level2 {
  height: 25px;
}
.navigation.custommenu.main-nav .custommenunav li:nth-of-type(5) .ui-menu-item.level2 {
  height: 25px;
}
.sidebar-main-1 .item {
  line-height: 15px;
  margin-top: 7px;
}
.sidebar-main-1 .item:nth(1) {
  margin-top: 0px;
}
/*** Global ***/
.sidebar-shop .widget {
  margin-bottom: 30px;
}
.sidebar-shop .widget .widget-title {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  color: #333e48;
  font-weight: 500;
  display: block;
  padding: 0 0 13px 0;
  margin: 0 0 15px;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.sidebar-shop .widget .widget-title:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
}
.sidebar-shop .widget .filter-current .items {
  border: 1px solid #f0f0f0;
  padding: 20px 20px 40px;
}
.sidebar-shop .widget .filter-actions {
  margin-top: -30px;
  margin-bottom: 50px;
  padding-left: 20px;
}
body .swatch-attribute-options {
  margin-top: 30px;
}
.filter-content .filter-options .filter-options-title {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  color: #333e48;
  font-weight: 500;
  display: block;
  padding: 0  0 13px 0;
  margin: 0 0 15px;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.filter-content .filter-options .filter-options-title:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
}
.filter-content .filter-options .count {
  float: right;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #53555a;
}
.filter-content .filter-options .count:hover {
  color: #ff7e00;
}
.filter-content .filter-options .filter-options-content {
  margin: 0 0 43px;
}
.filter-content .filter-options .filter-options-content ol li {
  margin: 0;
  padding: 0;
}
.filter-content .filter-options .filter-options-content ol li:last-child {
  margin-bottom: 20px;
}
.filter-content .filter-options .filter-options-content ol li a {
  font-family: 'Rubik', sans-serif;
  color: #333e48;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: block;
}
.filter-content .filter-options .filter-options-content ol li a:hover {
  color: #ff7e00;
}
.filter-content .filter-options .filter-options-content ol li a.ui-slider-handle {
  border: none;
  padding: 0;
}
.filter-content .filter-options .filter-options-content ol li a span {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #c4c9cd;
  float: none;
}
.filter-content .filter-options .filter-options-content ol li a span:hover {
  color: #ff7e00;
}
.filter-content .filter-options .filter_color ol li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 18px;
  float: left;
  margin-top: 5px;
}
.filter-content .filter-options .filter_color ol li.blue a:before {
  background: blue;
}
.filter-content .filter-options .filter_color ol li.blue a:before {
  background: blue;
}
.filter-content .filter-options .filter_color ol li.red a:before {
  background: red;
}
.filter-content .filter-options .filter_color ol li.white a:before {
  background: #c0c0c0;
}
.filter-content .filter-options .filter_color ol li.black a:before {
  background: black;
}
.filter-content .filter-options .filter_color ol li.pink a:before {
  background: pink;
}
.filter-content .filter-options .filter_color ol li.yellow a:before {
  background: yellow;
}
.filter-content .swatch-attribute.color .swatch-attribute-options a {
  display: block;
  width: 100%;
  clear: both;
  padding: 12px 0 !important;
  margin: 0;
}
.filter-content .swatch-attribute.color .swatch-attribute-options a:last-child {
  margin-bottom: 20px !important;
}
.filter-content .swatch-attribute.color .swatch-attribute-options a .swatch-option {
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  margin-top: 2px;
  border: none;
}
.filter-content .swatch-attribute.color .swatch-attribute-options a .swatch-option.white {
  border: 1px solid #d5d5d5;
}
.filter-content .swatch-attribute.color .swatch-attribute-options a .swatch-option:hover {
  outline: none;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-options-wrapper .swatch-opt div.mage-error[generated] {
  margin: 0;
  text-indent: 60px;
}
.product-options-wrapper .swatch-attribute-label {
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  width: 60px;
  margin-top: 15px;
}
.product-options-wrapper label {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-options-wrapper .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-attribute-options {
  display: inline-block;
  margin: 0;
}
.product-options-wrapper .swatch-option.text,
.product-options-wrapper .swatch-option {
  width: 38px;
  text-align: center;
  height: 38px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
.product-options-wrapper .swatch-attribute {
  margin-bottom: 10px;
}
.swatch-option-link-layered .swatch-option.text {
  width: 32px;
  text-align: center;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
}
/* Layered ajax */
.ui-slider-horizontal {
  height: 6px;
  background: #ff7e00;
}
#layered_ajax_price_attribute {
  margin-top: 20px;
  margin-bottom: 50px;
}
#layered_ajax_price_text {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ff7e00;
  margin-bottom: 5px;
  text-align: center;
}
#layered_ajax_price_text .from_fixed {
  margin-right: 10px;
}
#layered_ajax_price_text .to_fixed {
  margin-left: 10px;
}
.layered_ajax_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  display: none;
}
.layered_ajax_overlay div {
  height: 100%;
  width: 100%;
  position: relative;
}
.layered_ajax_overlay div img {
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
.ui-slider .ui-slider-handle {
  background: #ff7e00;
  top: -6px;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  cursor: ew-resize;
}
.limiter-options {
  border: 1px solid #ebebeb;
  background: #ffffff;
}
/***** Advertisment left ***/
.adv-widget-thumb img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.adv-widget-thumb:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.widget.widget-adv {
  border: medium none;
  padding: 0;
}
.title-widget-adv {
  background: #ff7e00 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 11px 20px;
  text-transform: uppercase;
}
.title-widget-adv > span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.item-widget-adv {
  position: relative;
}
.adv-widget-info {
  bottom: 110px;
  left: 0;
  padding: 25px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.adv-widget-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #4b505a;
}
.adv-widget-info h2 span {
  vertical-align: middle;
}
.adv-widget-info h2 {
  color: #ED321E;
  font-weight: 700;
  margin: 0;
  font-size: 30px;
}
.adv-widget-info h2 span {
  font-size: 17px;
}
.widget-adv .owl-theme .owl-controls .owl-page span {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 1px 3px 3px -1px rgba(0, 0, 0, 0.2);
  display: block;
  height: 18px;
  margin: 0 4px;
  opacity: 1;
  width: 18px;
  border: none;
}
.widget-adv .owl-theme .owl-controls .owl-page:hover span,
.widget-adv .owl-theme .owl-controls .owl-page.active span {
  background: #333e48;
}
.widget-adv .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.sidebar .block.filter {
  margin-top: 0;
}
/**** Product grid ****/
.product-grid {
  margin: 0;
}
.product-grid li {
  padding: 0;
}
.product-grid li .product-info {
  text-align: center;
}
.product-grid li .product-info .reviews-actions {
  display: none;
}
.product-grid li .product-info .info-price {
  margin-top: 10px;
}
.product-grid li .product-info .info-price .price-box.price-final_price .special-price .price,
.product-grid li .product-info .info-price .price-box.price-final_price .price-container .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ff7e00;
  margin-right: 7px;
}
.product-grid li .product-info .info-price .price-box.price-final_price .old-price .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b5b5b5;
}
.product-grid .item-product {box-shadow:0 0 1px black; 
  padding-top: 4px;
  padding-bottom: 30px;
  overflow: hidden;
}
.product-grid .item-product:before {
  content: "";
  width: 1px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
}
.product-grid .item-product:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-grid .item-product .product-info .product-rating .product-reviews-summary .reviews-actions {
  line-height: 15px;
}
.product-grid .item-product .minimal-price {
  margin: 0;
  line-height: unset;
}
/*** Panigation ***/
.toolbar-products {
  padding: 0;
  margin-top: 41px;
  margin-bottom: 30px;
}
.toolbar-products .limiter .label,
.toolbar-products .toolbar-sorter .label,
.toolbar-products .limiter .limiter-text,
.toolbar-products .toolbar-sorter .limiter-text,
.toolbar-products .limiter .sorter-label,
.toolbar-products .toolbar-sorter .sorter-label {
  padding: 0;
  font-size: 14px;
  padding-top: 8px;
  display: inline-block;
}
.toolbar-products .toolbar-amount {
  float: left;
  padding: 0 20px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  color: #666;
}
.toolbar-products .sorter-options {
  padding: 6px 5px 5px;
  margin: 0 0 0 20px;
}
.toolbar-products .modes {
  float: left;
  margin-right: 0;
}
.toolbar-products .modes .modes-label {
  display: none;
  position: relative;
  float: left;
  height: auto;
  margin-right: 5px;
  width: auto;
  line-height: 30px;
  border: 1px solid #eeeeee;
  padding: 1px 22px;
  height: 35px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #53555a;
}
.toolbar-products .modes .modes-mode {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 100%;
  padding: 0;
}
.toolbar-products .modes .modes-mode.mode-list:before {
/*  content: "\f0c9"; */
}
.toolbar-products .modes .modes-mode.active {
  background: #ff7e00;
  border-color: #ff7e00;
}
.toolbar-products .modes .modes-mode:not(.active):hover {
  background: #ff7e00;
  border-color: #ff7e00;
}
.toolbar-products .sorter {
  float: right;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  border: 1px solid #eeeeee;
  height: 40px;
  line-height: 38px;
  margin-left: 20px;
  width: auto;
  padding: 0 35px;
  font-size: 12px;
  border-color: #e8ecef;
  border-radius: 30px;
  color: #333e48;
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.toolbar-products .sorter select {
  border: none;
  margin: 0;
}
.toolbar-products .modes-mode {
  display: inline-block;
  background-color: #ebebeb;
  color: #333e48;
}
.toolbar-products .modes-mode.mode-grid {
  margin-right: 8px;
}
.toolbar-products .modes-mode.mode-grid:before {
/*  content: "\f00a"; */
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .toolbar-products .modes-mode:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; background: url(../images/rre.png) center no-repeat;
} */
.toolbar-products .modes-mode:hover {
  background: #333e48;
}
.toolbar-products .modes-mode:hover:before {
  color: #fff;
}
.toolbar-products .modes-mode:not(.active):hover {
  background: #333e48;
}
.toolbar-products .modes-mode.active {
  background: #333e48;
  border-color: #333e48;
}
.toolbar-products .modes-mode.active:before {
  color: #fff;
}
.toolbar-products .limiter .limiter-text {
  padding-top: 3px;
}
.toolbar-products .pages .pages-items .item {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.toolbar-products .pages .pages-items .item a,
.toolbar-products .pages .pages-items .item strong {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #eeeeee;
  color: #666;
  margin: 0 3px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.toolbar-products .pages .pages-items .item:hover a,
.toolbar-products .pages .pages-items .item.current a,
.toolbar-products .pages .pages-items .item:hover strong,
.toolbar-products .pages .pages-items .item.current strong {
  border-color: #333e48;
  background: #333e48;
  color: #fff;
  font-weight: 400;
}
.toolbar-products .pages .pages-items .item .action.next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 36px;
}
.toolbar-products .pages .pages-items .item .action.next:hover:before {
  color: #fff;
}
.toolbar-products .pages .pages-items .item .action.previous:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f100";
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 36px;
}
.toolbar-products .pages .pages-items .item .action.previous:hover:before {
  color: #fff;
}
.sort-pagi-bar-bottom .toolbar-products .pages {
  display: block;
}
.sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item.current strong,
.sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item a:hover {
  border-color: #ff7e00;
  background: #ff7e00;
  color: #fff;
}
.sort-pagi-bar-bottom .toolbar-products .modes {
  display: none;
}
.sort-pagi-bar-bottom .toolbar-products .toolbar-sorter {
  display: none;
}
.sort-pagi-bar-bottom .toolbar-products .toolbar-amount {
  display: none;
}
.page-products .toolbar .limiter {
  display: inline-block;
}
.product-view .detail-info-product-view .product.attribute.overview .value p,
.wrapper_quickview_item .detail-info-product-view .product.attribute.overview .value p,
.product-view .detail-info-product-view .product.attribute.description .value p,
.wrapper_quickview_item .detail-info-product-view .product.attribute.description .value p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333e48;
}
.product-view .detail-info-product-view .page-title-wrapper .container,
.wrapper_quickview_item .detail-info-product-view .page-title-wrapper .container {
  padding: 0;
}
.product-view .detail-info-product-view .page-title-wrapper .page-title span,
.wrapper_quickview_item .detail-info-product-view .page-title-wrapper .page-title span {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333e48;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.product-view .detail-info-product-view .product-info-stock-sku .stock,
.wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #333e48;
  margin: 0;
  font-size: 14px;
  line-height: unset;
  display: inline-block;
  line-height: 22px;
}
.product-view .detail-info-product-view .product-info-stock-sku .stock .attribute,
.wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock .attribute {
  display: inline-block;
  margin-left: 10px;
}
.product-view .detail-info-product-view .product-info-stock-sku .stock span,
.wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock span,
.product-view .detail-info-product-view .product.attribute.sku .value,
.wrapper_quickview_item .detail-info-product-view .product.attribute.sku .value {
  color: #ff7e00;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.product-view .detail-info-product-view .product-reviews-summary,
.wrapper_quickview_item .detail-info-product-view .product-reviews-summary {
  margin: 12px 0;
}
.product-view .detail-info-product-view .price-box .price,
.wrapper_quickview_item .detail-info-product-view .price-box .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #333e48;
}
.product-view .detail-info-product-view .price-box .price-container .price,
.wrapper_quickview_item .detail-info-product-view .price-box .price-container .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #ff7e00;
  margin-right: 10px;
}
.product-view .detail-info-product-view .price-box .old-price .price-container .price,
.wrapper_quickview_item .detail-info-product-view .price-box .old-price .price-container .price {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #555;
}
.product-view .detail-info-product-view .info-price span,
.wrapper_quickview_item .detail-info-product-view .info-price span {
  color: #333e48;
}
.product-view .detail-info-product-view .special-price,
.wrapper_quickview_item .detail-info-product-view .special-price {
  float: left;
}
.product-view .detail-info-product-view .old-price,
.wrapper_quickview_item .detail-info-product-view .old-price {
  float: left;
  margin: 0 0 0 10px;
}
.product-view .detail-info-product-view .price-box,
.wrapper_quickview_item .detail-info-product-view .price-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
}
.product-view .detail-info-product-view .info-qty input,
.wrapper_quickview_item .detail-info-product-view .info-qty input {
  border: 0;
  text-align: center;
  vertical-align: top;
}
.product-view .detail-info-product-view .attr-product label,
.wrapper_quickview_item .detail-info-product-view .attr-product label {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  line-height: 14px;
  margin-top: 8px;
  display: none;
}
.product-view .detail-info-product-view .product-add-form,
.wrapper_quickview_item .detail-info-product-view .product-add-form {
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
  margin-top: 22px;
}
.product-view .detail-info-product-view .attr-info .addcart-link,
.wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link {
  padding: 0;
  border-radius: 0;
  padding: 10px 30px;
  width: 100%;
  border-radius: 30px;
  color: #333e48;
  background-color: #f2f5f7;
  border-color: #e9edf0;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.product-view .detail-info-product-view .attr-info .addcart-link i,
.wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link i {
  display: none;
}
.product-view .detail-info-product-view .attr-info .addcart-link:hover,
.wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link:hover {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #ffffff;
}
.product-view .detail-info-product-view .samples .samples-item-title,
.wrapper_quickview_item .detail-info-product-view .samples .samples-item-title,
.product-view .detail-info-product-view .samples .samples-item,
.wrapper_quickview_item .detail-info-product-view .samples .samples-item {
  display: inline-block;
}
.product-view .product-social-extra a,
.wrapper_quickview_item .product-social-extra a {
  color: #333e48;
  line-height: 38px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #f2f5f7;
}
.product-view .product-social-extra a:hover,
.wrapper_quickview_item .product-social-extra a:hover {
  color: #ffffff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.product-view .mouse-over-to-zoom-in,
.wrapper_quickview_item .mouse-over-to-zoom-in {
  background: #fafafa none repeat scroll 0 0;
  bottom: 0;
  color: #999;
  left: 0;
  margin: 0;
  padding: 4px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
}
.product-view .price-box span.old-price,
.wrapper_quickview_item .price-box span.old-price {
  display: inline-block !important;
}
.product-view .detail-info-product-view .price-box.price-final_price {
  margin: 20px 0;
}
.gallery-placeholder .row {
  margin: 0 -4px;
  clear: both;
}
.gallery-placeholder .row .bxslider {
  margin-top: 5px;
}
.gallery-placeholder .row li.small_image {
  padding: 5px 4px 0;
  cursor: pointer;
}
.gallery-placeholder .row li.small_image img {
  border: 1px solid #e8e8e8;
}
.gallery-placeholder .row li.active {
  position: relative;
}
.gallery-placeholder .row li.active img {
  border-color: #ff7e00;
}
.gallery-placeholder .row li.active:after {
  color: #ff7e00;
  content: "\f0d8";
  font-family: fontawesome;
  left: 43%;
  margin-left: -4px;
  position: absolute;
  top: -5px;
}
.gallery-placeholder .owl-theme .owl-buttons {
  width: auto;
  position: static;
  opacity: 1;
  visibility: visible;
}
.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;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-align: center;
  color: #fff;
  background: #b2b2b2;
  border: 0;
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons > div:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  line-height: 28px;
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  left: auto;
}
.gallery-placeholder .owl-theme .owl-controls .owl-buttons > div:hover {
  color: #fff;
  background: #ff7e00;
}
.product-view .page-title-wrapper .page-title span,
.wrapper_quickview_item .page-title-wrapper .page-title span {
  font-size: 20px;
  font-family: 'Rubik', sans-serif;
  text-transform: none;
  color: #888;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.product-view .page-title-wrapper .page-title span:before,
.wrapper_quickview_item .page-title-wrapper .page-title span:before {
  display: none;
}
.product-view .rokan-product-heading,
.wrapper_quickview_item .rokan-product-heading {
  margin-top: 20px;
}
.product-view .product.attibute,
.wrapper_quickview_item .product.attibute {
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}
.product-view .product-info-stock-sku,
.wrapper_quickview_item .product-info-stock-sku {
  margin-top: 10px;
}
.product-view .product-info-stock-sku .stock,
.wrapper_quickview_item .product-info-stock-sku .stock {
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
}
.product-view .product-info-stock-sku .attibute.sku .type,
.wrapper_quickview_item .product-info-stock-sku .attibute.sku .type {
  color: #333;
}
.product-view .product-info-stock-sku .attibute.sku .value,
.wrapper_quickview_item .product-info-stock-sku .attibute.sku .value {
  display: inline-block;
  color: #333e48;
  font-size: 13px;
}
.product-view .price-box,
.wrapper_quickview_item .price-box {
  font-family: 'Rubik', sans-serif;
}
.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 {
  line-height: 1;
  font-size: 13px;
  padding: 0px 25px;
  line-height: 40px;
}
.product-view .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: inline-block;
  padding-right: 15px;
}
.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;
}
.product-view .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
}
.product-view .product.info.detailed {
  margin-bottom: 70px;
}
.wrapper_quickview_item .row li.active:after {
  left: 50%;
}
.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: 5px;
}
.product-social-links .action:before,
.product-social-links .action.mailto.friend:before {
  display: none;
}
.product-social-links .action:hover .fa,
.product-social-links .action.mailto.friend:hover .fa {
  background: #333e48;
  border-color: #333e48;
  color: #fff;
}
.product-social-links .action .fa,
.product-social-links .action.mailto.friend .fa {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border: none;
  border: 1px solid #eeeeee;
  color: #666;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-social-links .action.mailto.friend {
  position: relative;
}
.product-social-links .action.mailto.friend:before {
  content: "\f003";
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border: none;
  border: 1px solid #eeeeee;
  color: #666;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-social-links .action.mailto.friend:hover:before {
  background: #333e48;
  border-color: #333e48;
  color: #fff;
}
.product-social-links .action.mailto.friend span {
  display: none;
}
.product-social-links .action.mailto.friend {
  position: relative;
}
.product-social-links .action.mailto.friend:before {
  content: "\f003";
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border: none;
  border: 1px solid #eeeeee;
  color: #666;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-social-links .action.mailto.friend:hover:before {
  background: #333e48;
  border-color: #333e48;
  color: #fff;
}
.product-social-links .action.mailto.friend span {
  display: none;
}
.product.info.detailed {
  margin-top: 40px;
  line-height: initial;
}
.product.info.detailed .product.data.items {
  float: none;
}
.product.info.detailed .product.data.items .item.title a {
  border: 0;
  color: #b6b6b6;
  display: block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}
.product.info.detailed .product.data.items .item.title a:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
  opacity: 0;
  visibility: hidden;
}
.product.info.detailed .product.data.items .item.title.active a,
.product.info.detailed .product.data.items .item.title a:hover {
  background: transparent;
  border-color: transparent;
  color: #333e48;
}
.product.info.detailed .product.data.items .item.title.active a:before,
.product.info.detailed .product.data.items .item.title a:hover:before {
  opacity: 1;
  visibility: visible;
}
.product.info.detailed .product.data.items .item.content {
  border: 0;
  border-top: 1px solid #eeeeee;
  padding: 40px 0  0 0;
  margin-top: 39px;
}
.product.info.detailed .product.data.items #product-review-container {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-title strong {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333e48;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item {
  padding-top: 15px;
  color: #333e48;
}
.product.info.detailed .product.data.items #product-review-container .review-list .block-content .review-item .review-title {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  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 {
  float: left;
  width: 50%;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .legend {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}
.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;
}
.bundle-options-container .block-bundle-summary {
  padding: 14px 20px;
}
#maincontent .product-view .page-title-wrapper {
  margin-bottom: 14px;
}
.product .value {
  line-height: 22px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333e48;
}
.product .value p {
  margin-bottom: 20px;
  font-family: 'Rubik', sans-serif !important;
  font-size: 12px;
}
.product.attribute.overview {
  overflow: hidden;
}
/*****************************************************************************************
                                     Contact
******************************************************************************************/
.hidden-category-dropdown .wrap-category-dropdown {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}
.content-page {
  margin-top: 30px;
}
.contact-map {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.list-contact-info {
  margin-bottom: 45px;
}
.item-contact-info {
  position: relative;
  text-align: center;
}
.item-contact-info::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 100%;
  margin-left: -50px;
  position: absolute;
  top: 28px;
  width: 100px;
}
.item-contact-info.last-item::after {
  display: none;
}
.item-contact-info a i {
  color: #999;
  font-size: 60px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-info-page {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 70px 0;
  text-align: center;
}
.contact-info-page .desc {
  color: #555;
  margin: 0 auto;
  max-width: 890px;
  padding: 0 15px;
}
.item-contact-info > h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 0;
}
.item-contact-info a {
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-contact-info a:hover {
  color: #f9bc02;
}
.form-contact input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 42px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}
.form-contact textarea {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px;
}
.form-contact input[type="submit"] {
  background: #fb9902 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 110px;
}
.form-contact input[type="submit"]:hover {
  background: #f9bc02 none repeat scroll 0 0;
}
.contact-form-page > h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 37px;
  text-transform: uppercase;
}
.contact-form-page {
  margin-top: 45px;
}
.item-contact-info .contact-icon {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.item-contact-info .contact-icon::before {
  color: #999;
  font-family: "fontawesome";
  font-size: 60px;
  left: 100%;
  position: absolute;
  top: -1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  opacity: 0;
}
.item-contact-info .contact-icon.icon-mobile::before {
  content: "\f10b";
}
.item-contact-info .contact-icon.icon-phone::before {
  content: "\f095";
}
.item-contact-info .contact-icon.icon-email::before {
  content: "\f0e0";
}
.item-contact-info .contact-icon:hover::before {
  transform: translateX(0) rotate(0);
  -moz-transform: translateX(0) rotate(0);
  -webkit-transform: translateX(0) rotate(0);
  opacity: 1;
  color: #ff7e00;
}
.item-contact-info .contact-icon:hover i {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
  color: #ff7e00;
}
.item-contact-info .contact-icon.icon-quality::before {
  content: "\f219";
}
.item-contact-info .contact-icon.icon-shipment::before {
  content: "\f017";
}
.item-contact-info .contact-icon.icon-payment::before {
  content: "\f155";
}
.about-menu {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}
.about-menu > li {
  display: inline-block;
  margin-right: 36px;
}
.about-menu a {
  color: #333;
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-menu a::after {
  background: #ff7e00 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-menu a:hover::after {
  width: 100%;
  left: 0;
}
.about-menu a:hover {
  color: #ff7e00;
}
.about-full-protec h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.protect-video {
  margin-top: 95px;
}
.about-full-protec span {
  background: #ff7e00 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: table-cell;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}
.about-full-protec ul {
  margin: 0;
  max-width: 450px;
  position: relative;
}
.about-full-protec li {
  display: table;
  margin-bottom: 75px;
  position: relative;
  width: 100%;
}
.about-full-protec p {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.about-full-protec li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 50px;
  left: 30px;
  margin-top: 12px;
  position: absolute;
  top: 100%;
  width: 1px;
}
.about-full-protec li:last-child {
  margin: 0;
}
.about-full-protec li:last-child::after {
  display: none;
}
.about-full-protec .new-user-guide {
  color: #3a49b8;
  display: block;
  margin-top: 30px;
}
.about-full-protec .new-user-guide:hover {
  color: #ff7e00;
}
.video-about {
  padding-right: 60px;
  padding-top: 20px;
  text-align: right;
}
.about-review {
  border-top: 2px solid #e5e5e5;
  margin-top: 95px;
  padding-top: 95px;
}
.about-review .title-default {
  margin-bottom: 47px;
  text-transform: uppercase;
}
.item-about-review {
  display: table;
  margin-bottom: 50px;
}
.about-review-thumb {
  display: table-cell;
  width: 100px;
}
.about-info {
  display: table-cell;
  padding: 0 30px;
  vertical-align: top;
}
.about-info h3 {
  font-size: 14px;
  margin: 0 0 8px;
}
.about-info h3 a:hover {
  color: #ff7e00;
}
.about-info p {
  color: #999;
  margin: 0;
}
.about-review-thumb a {
  border: 1px solid #e5e5e5;
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-review-thumb a:hover {
  border-color: #ff7e00;
}
.about-review-thumb a:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.about-review-thumb a img {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.store-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  padding-top: 50px;
}
.store-item.first {
  padding-top: 0;
}
.store-item.last {
  border-bottom: none;
}
.store-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333e48;
}
.store-content .icons {
  border: 1px solid #ff7e00;
  border-radius: 3px;
  color: #666;
  float: left;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.store-content .right-info-store {
  margin: 0;
  padding-left: 70px;
  vertical-align: middle;
  display: block;
}
.store-content .store_info .store-email {
  display: block;
  font-size: 14px;
  color: #333;
}
.store-content .store-contain a {
  color: #888;
  display: block;
  line-height: normal;
}
.store-content .store_info li {
  padding-bottom: 30px;
  margin: 0;
}
.store-content .store_info li:last-child {
  padding-bottom: 0;
}
/*****************************************************************************************
 
                                        Blog
******************************************************************************************/
.masonry-list-post .item-post-masonry {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.334%;
}
.masonry-list-post {
  margin: 0 -15px;
}
.item-post-masonry .post-info-extra {
  bottom: 0;
  top: auto;
  width: auto;
}
.item-post-masonry .post-info-extra > div {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
}
.item-post-masonry .post-format {
  color: #ff7e00;
  font-size: 13px;
}
.item-post-masonry .post-date > strong {
  display: none;
}
.item-post-masonry .blog-post-thumb {
  margin-bottom: 15px;
}
.item-post-masonry .blog-post-info .post-date-author {
  margin: 0 0 8px;
}
.item-post-masonry .desc {
  margin-bottom: 22px;
}
.sidebar-post .widget {
  margin-bottom: 10px;
  overflow: hidden;
}
.title-widget-post {
  color: #333e48;
  margin: 0;
  margin-top: 25px;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  display: block;
  padding: 7px 0 13px 0;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.title-widget-post:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
}
.widget-post-cat li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.widget-post-cat > ul {
  margin: 15px 0;
  padding: 0;
}
.widget.widget-post-cat a {
  display: block;
  position: relative;
}
.widget.widget-post-cat span {
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.widget.widget-post-cat a:hover {
  color: #ff7e00;
}
.title-post-tab {
  color: #333e48;
  margin: 0;
  margin-top: 25px;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  display: block;
  padding: 7px 0 13px 0;
  position: relative;
  border-bottom: 2px solid #ebebeb;
}
.title-post-tab:before {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #ff7e00;
}
.title-post-tab > ul {
  margin: 0;
}
.title-post-tab li {
  display: inline-block;
  margin-right: 25px;
}
.title-post-tab a {
  font-size: 18px;
  font-weight: 500;
}
.title-post-tab li:last-child {
  margin: 0;
}
.title-post-tab li.active a {
  color: #ff7e00;
}
.title-post-tab::after {
  content: "飦�";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.list-post-tab .zoom-image-thumb {
  display: table-cell;
  width: 80px;
}
.list-post-tab {
  margin: 15px 0 0 0;
  padding: 0;
}
.post-tab-info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}
.list-post-tab > li {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.post-tab-info > h3 {
  font-size: 14px;
  line-height: 20px;
  margin: -5px 0 5px;
}
.post-tab-info > span {
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.list-post-tab > li:last-child {
  border: medium none;
}
.list-post-tab .zoom-image-thumb a {
  width: 100px;
}
.list-post-faq {
  margin: 0;
}
.list-post-faq > li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
}
.list-post-faq > li:last-child {
  border: medium none;
}
.list-post-faq li h3 {
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 12px 20px 11px 0;
  position: relative;
  text-transform: uppercase;
}
.list-post-faq li p {
  color: #999;
  margin-bottom: 15px;
  display: none;
}
.list-post-faq h3::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 12px;
}
.list-post-faq li.active h3::after {
  content: "-";
}
.list-post-faq li.active p {
  display: block;
}
.single-post-leading > h2 {
  font-weight: 700;
  margin: 40px 0 20px;
}
.post-date-author {
  margin: 0;
}
.post-date-author > li {
  border-right: 1px solid #999;
  color: #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 10px;
}
.post-date-author > li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.single-post-leading .post-date-author > li:last-child a {
  color: #ff7e00;
}
.single-post-leading {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main-single-post .desc {
  color: #555;
  margin-bottom: 45px;
}
.blockquote {
  border: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 50px;
  padding: 20px 30px 20px 100px;
  position: relative;
}
.blockquote::before {
  background: #f4f4f4 url("../images/quote.png") no-repeat scroll center center;
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.simple-owl-slider {
  margin-bottom: 40px;
  margin-right: 20px;
  overflow: hidden;
}
.unorder-post a {
  color: #999;
  font-size: 14px;
}
.unorder-post li {
  color: #333;
  font-size: 12px;
  list-style-type: disc;
  margin-bottom: 4px;
  padding-left: 10px;
}
.unorder-post > ul {
  margin: 13px 0 0;
  padding-left: 12px;
}
.unorder-post a:hover {
  color: #333;
}
.unorder-post > label {
  font-weight: normal;
}
.tabs-share {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding-bottom: 40px;
}
.sidebar-post .widget.widget-adv {
  border: medium none;
}
.single-post-tabs > label {
  color: #999;
  font-weight: 400;
  margin: 0;
}
.single-post-share {
  margin-top: -10px;
  text-align: right;
}
.single-post-share > label {
  color: #999;
  font-weight: 400;
  margin: 0 5px;
}
.single-post-share > a:hover {
  background: #fb9902;
  border-color: #fb9902;
  color: #fff;
}
.single-post-share > a {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  color: #999;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 5px;
  text-align: center;
  width: 38px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.post-author-thumb {
  display: table-cell;
  width: 80px;
}
.post-author-info {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.single-post-author {
  display: table;
}
.single-post-author .zoom-image-thumb img {
  width: 80px;
}
.post-author-thumb .zoom-image-thumb a {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.post-author-info > ul {
  margin: 0 0 5px;
}
.post-author-info li {
  border-right: 1px solid #999;
  color: #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 5px;
  padding-right: 8px;
}
.post-author-info li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.single-related-post {
  margin-bottom: 50px;
  margin-top: 65px;
}
.single-related-post .title {
  margin-bottom: 27px;
}
.single-related-post-slider .wrap-item {
  margin: 0 -15px;
  width: auto;
}
.single-related-post-info {
  border: 1px solid #e5e5e5;
  padding: 20px 20px 60px;
  position: relative;
}
.single-related-post-info > h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
}
.single-related-post-info .post-date-author {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.single-related-post-info > p {
  border-top: 1px solid #e5e5e5;
  color: #999;
  margin-top: 5px;
  padding-top: 12px;
}
.single-related-post-info .readmore {
  bottom: 30px;
  left: 20px;
  position: absolute;
}
.related-comment {
  bottom: 30px;
  position: absolute;
  right: 20px;
}
.single-related-post-slider .item {
  padding: 0 15px;
}
.single-related-post-slider .wrap-item.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  opacity: 1;
  position: static;
  margin-left: 1px;
}
.single-related-post-slider .owl-theme .owl-controls {
  position: absolute;
  right: 15px;
  top: -45px;
}
.single-post-comment-thumb .zoom-image-thumb img {
  width: 80px;
}
.single-post-comment-thumb .zoom-image-thumb a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px;
}
ol.list-post-comment {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.item-single-post-comment {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.single-post-comment-thumb {
  display: table-cell;
  padding-bottom: 30px;
  padding-right: 30px;
  width: 110px;
}
.single-post-comment-info {
  border-bottom: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: top;
}
.header-post-comment {
  margin-bottom: 47px;
  position: relative;
}
.header-post-comment .leave-comment-link {
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}
.comment-author {
  margin-bottom: 8px;
  position: relative;
}
.reply-comment-link {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
}
.single-post-comment-info > p {
  color: #999;
  margin-bottom: 25px;
}
.leave-comment-link::before {
  border: 1px solid #333;
  border-radius: 50%;
  content: "飦�";
  display: inline-block;
  font-family: fontawesome;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}
.single-leave-comment {
  margin-top: 50px;
}
.form-leave-comment.form-contact {
  margin-top: 37px;
}
.form-contact.form-leave-comment input[type="submit"] {
  width: 170px;
}
.single-post-control {
  margin-top: 40px;
}
.blog-post-thumb {
  position: relative;
}
.item-post-full .post-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 9px;
}
.item-post-full .blog-post-thumb {
  margin-bottom: 30px;
}
.item-post-full {
  margin-bottom: 50px;
  padding: 0 15px;
}
.post-info-bottom {
  border-top: 1px solid #ebebeb;
  margin-top: 23px;
  padding-top: 25px;
}
.post-readmore {
  border: 2px solid #333e48;
  color: #333e48;
  display: inline-block;
  height: 50px;
  line-height: 46px;
  text-align: center;
  padding: 0 50px;
  border-radius: 3px;
}
.post-readmore:hover {
  border-color: #ff7e00;
}
.post-tags-info a {
  color: #999;
}
.post-tags-info a:hover {
  color: #ff7e00;
}
.post-tags-info.pull-right > label {
  color: #aaa;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
}
.post-author-link {
  border-right: 1px solid #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  padding-right: 8px;
}
.post-info-extra {
  color: #aaa;
}
.post-comment-link {
  border-left: 1px solid #999;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-left: 3px;
  padding-left: 8px;
}
.post-tags-info {
  margin-top: 15px;
}
.post-paginav {
  font-size: 0;
  padding-top: 30px;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 72px;
}
.post-paginav > a {
  border: 1px solid #e5e5e5;
  color: #666;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: -1px;
  min-width: 30px;
  padding: 0 12px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.post-paginav > a:hover,
.post-paginav > a.curent-page {
  background: #ff7e00 none repeat scroll 0 0;
  border-color: #ff7e00;
  color: #fff;
}
.post-paginav.masonry-paginav {
  text-align: center;
}
.item-post-blog .blog-post-thumb {
  padding-right: 90px;
}
.item-post-blog .post-info-extra {
  left: auto;
  right: 0;
}
.post-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 11px;
  font-family: 'Rubik', sans-serif;
}
.post-images a img {
  margin-bottom: 30px;
}
.blog-post-info .post-date-author a {
  color: #999;
}
.blog-post-info .post-date-author a:hover {
  color: #333;
}
.blog-post-info .post-date-author {
  margin: 0 0 18px;
}
.item-post-blog .post-readmore {
  margin-top: 14px;
}
.item-post-blog {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.item-post-blog.last-item {
  margin-bottom: 50px;
}
blockquote {
  border-left: 5px solid #1b1d1f;
  color: #999;
  font-size: 13px;
  line-height: 22px;
  padding: 0 30px;
}
.post-info-bottom a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333e48;
}
.post-info-bottom a:hover {
  background: #ff7e00;
  color: #ffffff;
  border-color: #ff7e00;
}
.post-info-bottom .post-tags-info a:hover {
  background: transparent;
  color: #ff7e00;
}
.post-paginav li.item.pages-item-next {
  line-height: 50px;
  font-size: 0;
}
.post-paginav li.item.pages-item-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f101";
  color: #333e48;
}
.post-paginav li.item.pages-item-next:hover:before {
  color: #ffffff;
}
.post-paginav li.pages-item-previous {
  line-height: 50px;
  font-size: 0;
}
.post-paginav li.pages-item-previous:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f100";
  color: #333e48;
}
.post-paginav li.pages-item-previous:hover:before {
  color: #ffffff;
}
.widget.widget-post-cat a {
  font-family: 'Rubik', sans-serif;
  color: #333e48;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.tab_valli1{ display:none}
.cur{border-bottom: 1px solid #ff7e00;color:#000 !important;/* border-bottom-width: 20px; */}
.title1{
    border-bottom: 1px solid #eeeeee;
    padding: 40px 0 0 0;
    margin-top: 39px;
    line-height: 40px;
    }
.tab_item1{ float:left; display:block; width:auto; font-size:20px; color: #b6b6b6; font-weight:bold; margin-right:18px;}


