@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.verticalmenu-container .readmore {
  display: none;
}
.v-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  text-align: center;
  border-right: 1px solid #4889f2;
  border-left: 1px solid #4889f2;
  font-size: 2.4rem;
  color: #ffe11b;
  cursor: pointer;
}
.v-menu .megamenu-title {
  color: #ffe11b;
  margin: 24px 0 0;
}
.v-menu .megamenu-title > span {
  display: block;
  font-size: 10px;
  font-weight: bold;
}
.verticalmenu-container {
  position: relative;
}
.verticalmenu-container .megamenu-title {
  margin: 0;
  color: #fff;
  line-height: 55px;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  background: #222222;
}
.verticalmenu-container .megamenu-title span {
  padding: 10px;
}
.verticalmenu-container .megamenu-title i.icon.ion-ios-arrow-down {
  float: right;
  line-height: 50px;
  font-size: 12px;
  margin-top: 4px;
}
.verticalmenu-container .megamenu-title i.lnr.lnr-text-align-left {
  font-size: 20px;
  float: left;
  line-height: 55px;
}
.verticalmenu-container .pt_vmegamenu {
  z-index: 1000;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 0 20px;
  text-align: left;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
}
.verticalmenu-container .pt_vmegamenu a {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.verticalmenu-container .pt_vmegamenu .pt_menu {
  position: relative;
}
.verticalmenu-container .pt_vmegamenu .pt_menu:last-child .parentMenu a {
  border: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.pt_menu_no_child .parentMenu a:after {
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu.active .parentMenu a {
  color: #fedc19;
  background-color: #f9f9f9;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a {
  display: block;
  font-family: 'Work Sans', sans-serif;
  text-transform: capitalize;
  word-wrap: break-word;
  font-size: 14px;
  padding: 10px 0 10px 0;
  font-weight: normal;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  color: #444444;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 5px;
  top: 10px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover {
  color: #fedc19;
  background-color: #f9f9f9;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a:hover:after {
  color: #fedc19;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a .thumbnail-image {
  position: absolute;
  top: 25px;
  margin-top: -13px;
  height: 20px;
  left: 11px;
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a.act {
  color: #fedc19;
  background-color: #f9f9f9;
  border-left-color: #fedc19;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .parentMenu a.act:after {
  color: #fedc19;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup {
  padding: 0;
  display: none;
  position: absolute;
  left: 100% !important;
  top: 0px !important;
  text-align: left;
  z-index: 3000;
  width: 900px !important;
  padding-left: 15px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup:before {
  border: 1px solid #f1f1f1;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  left: 8px;
  position: absolute;
  top: 15px;
  background-color: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right-color: transparent;
  border-bottom-color: transparent;
  display: none;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 {
  float: left;
  border: 1px solid #e5e5e3;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column {
  float: left;
  width: 185px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.last {
  margin-right: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col2 .itemMenu .itemMenuName.level1:after {
  background-color: #45d8bb;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col3 .itemMenu .itemMenuName.level1:after {
  background-color: #f4ca49;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col4 .itemMenu .itemMenuName.level1:after {
  background-color: #e75768;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col5 .itemMenu .itemMenuName.level1:after {
  background-color: #45d8bb;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.col6 .itemMenu .itemMenuName.level1:after {
  background-color: #f4ca49;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1 {
  font-size: 16px;
  padding-bottom: 5px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
  position: relative;
  color: #000;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1:hover {
  color: #e3c101;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemMenuName.level1.act {
  color: #fedc19;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 {
  margin-bottom: 25px;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1:last-child {
  margin-bottom: 0;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2 {
  text-transform: capitalize;
  line-height: 25px;
  display: block;
  font-size: 1.3rem;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column .itemMenu .itemSubMenu.level1 .itemMenuName.level2.act {
  color: #fedc19;
}
.verticalmenu-container .pt_vmegamenu .pt_menu .popup .block1 .column.blockright {
  width: auto;
}
.verticalmenu-container .pt_vmegamenu #show_more.hide_more span:before {
  content: "\f056";
}
.verticalmenu-container .pt_vmegamenu #show_more span {
  text-decoration: none;
  display: block;
  text-transform: capitalize;
  word-wrap: break-word;
  font-size: 14px;
  padding: 14px 0 14px 0;
  position: relative;
  text-align: left;
  cursor: pointer;
  color: #222;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.verticalmenu-container .pt_vmegamenu #show_more span:before {
  content: "\f055";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}
.verticalmenu-container .pt_vmegamenu #show_more span:hover {
  background: #f9f9f9;
  color: #fedc19;
}
/*=============================================================*/
body {
  background: #ffffff;
  font-family: 'Work Sans', sans-serif;
  line-height: 24px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #777777;
  text-align: left;
  overflow-x: hidden;
}
html,
body {
  display: block !important;
}
a:visited,
.alink:visited {
  color: #222222;
}
a {
  color: #222222;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
a:hover {
  text-decoration: none;
  color: #fedc19;
}
a:focus {
  outline: none;
}
.action.primary:focus,
.action.primary:active {
  background: none;
  border: 0;
  color: inherit;
}
input,
select,
textarea,
button {
  font-family: 'Work Sans', sans-serif !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
button {
  display: inline-block;
  background: #222222;
  /*	padding: 0 20px;
	line-height: 48px;
	height: 48px;*/
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
button:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.action.primary {
  display: inline-block;
  background: #222222;
  padding: 0 20px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.action.primary:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.checkbox {
  display: inline-block;
  vertical-align: top;
}
p {
  margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: 'Work Sans', sans-serif;
}
* {
  outline: none;
}
img,
object,
video,
embed {
  height: auto;
  max-width: 100%;
}
big {
  font-size: 125%;
}
dd {
  margin-bottom: 24px;
}
legend {
  font-size: unset;
  color: unset;
  border-bottom: unset;
}
@media (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: inline-block;
  }
}
@media all and (min-width: 768px), print {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1500px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:after,
  .page-header .header.panel:after,
  .header.content:after,
  .footer.content:after,
  .page-wrapper > .widget:after,
  .page-wrapper > .page-bottom:after,
  .block.category.event:after,
  .top-container:after,
  .page-main:after,
  .container-inner:after,
  .navigation:before,
  .page-header .header.panel:before,
  .header.content:before,
  .footer.content:before,
  .page-wrapper > .widget:before,
  .page-wrapper > .page-bottom:before,
  .block.category.event:before,
  .top-container:before,
  .page-main:before,
  .container-inner:before {
    clear: both;
    content: " ";
    display: table;
  }
  .col-main {
    float: right;
  }
  .col-left {
    float: left;
  }
  .columns {
    display: block;
    /*	margin-left: -15px;
		margin-right: -15px;*/
  }
  .column.main {
    padding-right: 15px;
    padding-left: 15px;
    min-height: 0px;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: left;
    float: left;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    clear: right;
    float: right;
  }
  .account.page-layout-2columns-left .column.main {
    width: 75%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 80%;
  }
  .modes-mode {
    width: 46px;
    height: 46px;
    padding: 0;
    margin-right: 8px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none !important;
    border: 1px solid #f0f0f0;
  }
  .modes-mode:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f00a";
    font-size: 19px;
    font-weight: 400;
    vertical-align: middle;
    color: #dbdbdb;
    line-height: 46px;
  }
  .modes-mode.active {
    background: #fedc19;
    border-color: #fedc19 !important;
  }
  .modes-mode.active:before {
    color: #000;
  }
  .modes-mode:last-child {
    border: 1px solid #f0f0f0;
  }
  .mode-list:before {
    content: "\f039";
  }
  .page-layout-1column .product-info-main {
    width: 65%;
    background: #fff;
    padding: 30px;
    min-height: 672px;
  }
  .page-layout-1column .product.media {
    width: 35%;
    margin-top: 0;
    margin-bottom: 40px;
    background: #fff;
  }
  .cart-summary {
    width: 30%;
    background-color: #eee;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 67%;
  }
  .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;
  }
  .product.data.items > .item.title > .switch {
    line-height: 35px;
  }
  .product.data.items > .item.content {
    margin-top: 46px;
    border: 1px solid #d1d1d1;
    padding: 40px 0 20px 0;
  }
  .product.data.items {
    text-align: center;
    position: relative;
    padding: 28px 0 0;
  }
  .product.data.items:before {
    content: "";
    width: 100%;
    top: 15px;
    left: 0;
    height: 70px;
    position: absolute;
  }
  .product.data.items > .item.title {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
  }
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
  }
}
.cms-index-index .main-container {
  padding-top: 0;
}
.main-container {
  padding-top: 30px;
}
.columns .column.main {
  padding-bottom: 0;
  background-color: #FFFFFF;
}
label {
  font-weight: normal;
}
.toolbar-products {
  padding: 0;
  margin: 0 0 30px;
}
.sorter-options {
  padding: 0 10px;
  height: 40px;
  border-radius: 5px;
}
.toolbar-amount {
  padding: 10px 0 0;
  color: #252525;
}
.sorter {
  padding: 10px 0 0;
}
select {
  border: 1px solid #c2c2c2;
}
.modes {
  display: block;
}
.opc-progress-bar {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    max-width: 100%;
  }
}
.breadcrumbs {
  padding: 17px 0;
  margin: 0;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.breadcrumbs ul.items {
  max-width: 1500px;
  padding: 0 15px;
  margin: auto !important;
}
.breadcrumbs ul.items .item {
  font-size: 1.3rem;
}
.breadcrumbs ul.items .item a {
  color: #222;
}
.breadcrumbs ul.items .item:not(:last-child):after {
  vertical-align: middle;
}
.breadcrumbs ul.items strong {
  color: #777;
}
.form-cart .table > thead > tr > th,
.form-cart .table > tbody > tr > th,
.form-cart .table > tfoot > tr > th,
.form-cart .table > thead > tr > td,
.form-cart .table > tbody > tr > td,
.form-cart .table > tfoot > tr > td {
  border-top: 0;
}
.form-cart .table > thead > tr > th {
  border-bottom: 0;
}
.cart-summary .table > thead > tr > th,
.cart-summary .table > tbody > tr > th,
.cart-summary .table > tfoot > tr > th,
.cart-summary .table > thead > tr > td,
.cart-summary .table > tbody > tr > td,
.cart-summary .table > tfoot > tr > td {
  border-top: 0;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  line-height: inherit;
}
.cart-summary .checkout-methods-items li button {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.cart-summary .checkout-methods-items li button:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.cart-summary > .title {
  font-weight: bold;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .action-gift {
  padding: 5px 10px;
}
.columns {
  display: block;
}
.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear,
.cart-container .cart-gift-item .action.clear .block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  margin-bottom: 10px;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  line-height: inherit;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  padding: 0 18px;
  line-height: 38px;
  font-size: 1.5rem;
}
.bundle-actions .action.primary:hover,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary:hover,
.product-info-main .box-tocart .action.tocart:hover,
.product-options-bottom .box-tocart .action.tocart:hover,
.cart-container .checkout-methods-items .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.methods-shipping .actions-toolbar .action.primary:hover,
.block-authentication .action.action-register:hover,
.block-authentication .action.action-login:hover,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.multicheckout .action.primary:hover {
  background: #fedc19;
  color: #fff;
}
.checkout-success {
  margin: 30px 0;
}
.cart.main.actions,
#registration {
  margin-bottom: 50px;
}
form#contact-form {
  margin-bottom: 50px;
  overflow: hidden;
}
form#contact-form .actions-toolbar .primary {
  float: right;
}
.block-collapsible-nav .title {
  text-transform: uppercase;
  border-bottom: 2px solid #f1f1f1;
  padding: 0 0 10px;
}
.block-collapsible-nav .content ul.nav {
  background-color: #f4f4f4;
}
.block-collapsible-nav .content ul.nav > li > strong {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.block-collapsible-nav .content ul.nav > li.current > strong {
  background-color: #eee;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.cart-container {
  padding: 10px;
  background: #fff;
}
.hot-sale,
.label-pro-new {
  background: #83b71c;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  padding: 0 9px;
  position: absolute;
  min-width: 46px;
  left: 12px;
  top: 22px;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
.hot-sale span,
.label-pro-new span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  display: block;
}
.hot-sale {
  color: #222;
  background: #fedc19;
}
.owl-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner-home {
  margin-bottom: 40px;
}
.banner-home .banner-box {
  margin-bottom: 10px;
}
.banner-box {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner-box a {
  display: block;
  position: relative;
}
.banner-box a:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
.banner-box a:before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
}
.banner-box a:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.banner-box a:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -moz-transition: all 900ms ease-in;
  -ms-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.banner-home1 {
  overflow: hidden;
}
.banner-home1 .banner-box {
  float: left;
  width: 50%;
}
body .owl-theme .owl-buttons {
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: -49px;
  right: -15px;
  z-index: 8;
  border: 1px solid #e9e9e9;
  padding: 0 9px;
  border-radius: 25px;
}
body .owl-theme .owl-buttons > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  margin: 0;
  border: 0;
  width: 25px;
  height: 30px;
  line-height: 29px;
  font-weight: normal;
}
body .owl-theme .owl-buttons > div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  width: 100%;
  line-height: inherit;
  content: "\f3d5";
}
body .owl-theme .owl-buttons > div.owl-next {
  left: auto;
  right: 0;
}
body .owl-theme .owl-buttons > div.owl-next:before {
  content: "\f3d6";
}
body .owl-theme .owl-buttons > div:hover {
  color: #fedc19;
}
body .owl-theme .owl-controls {
  margin: 0;
}
body .owl-theme .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  margin: 5px;
  font-size: 0;
  width: 16px;
  cursor: pointer;
  z-index: 9;
  border: 2px solid #fedc19;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: transparent;
  position: relative;
}
body .owl-theme .owl-controls .owl-pagination .owl-page.active span {
  background: #fedc19;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
.product-item-actions {
  display: block;
}
.product-image-container {
  display: block;
}
.product-item-info {
  width: auto;
}
.page-products .product-item-info {
  width: 100%;
}
@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    margin: 0;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 20%;
  }
  .page-products .products-grid .product-item:nth-child(5n + 1) {
    clear: left;
  }
  .page-layout-1column .products-grid .product-item {
    width: auto;
    display: block;
  }
  .page-products .products-grid .product-items,
  .column.main .product-items {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-products .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    clear: left;
  }
}
.products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.owl-theme .products-grid .product-item,
.owl-theme .owl-item .product-item {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 30px;
}
.owl-theme .products-grid .product-item:last-child,
.owl-theme .owl-item .product-item:last-child {
  margin-bottom: 0;
}
.products {
  background: #fff;
  margin: 0 0 30px;
}
body .fotorama__thumb-border {
  border: 1px solid #fedc19;
}
.products-grid2 .product-item-info {
  display: table;
}
.products-grid2 .product-item-info .product-item-images {
  float: right;
  width: 40.5%;
  min-width: 130px;
}
.products-grid2 .product-item-info .product-item-details {
  overflow: hidden;
  zoom: 1;
  padding: 20px;
}
.products-grid-2 .product-item-info-2 {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px 15px;
}
.products-grid-2 .product-item-info-2:hover {
  border-color: #fedc19;
}
.products-grid-2 .product-item-info-2 .product-details {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.product-tab2 .owl-theme .owl-buttons {
  top: -51px;
}
.owl-item .products-grid .item-inner {
  margin-bottom: 30px;
}
.owl-item .products-grid .item-inner:last-child {
  margin-bottom: 0;
}
.product-item-info {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-item-info:hover {
  border-color: #fedc19;
}
.product-item-info:hover .product-item-images .add-to-links-secondary {
  opacity: 1;
  visibility: visible;
}
.product-item-info:hover .product-item-images .add-to-links-secondary a.action {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.product-item-info .product-item-images {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 5px;
}
.product-item-info .product-item-images .add-to-links-secondary {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 10px;
  z-index: 3;
  top: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-item-info .product-item-images .add-to-links-secondary a.action {
  line-height: 36px;
  width: 36px;
  display: block;
  background-color: #e9e9e9;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 5px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.product-item-info .product-item-images .add-to-links-secondary a.action:before {
  font-family: 'Linearicons-Free';
  content: "\e813";
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.product-item-info .product-item-images .add-to-links-secondary a.action.compare:before {
  content: "\e862";
}
.product-item-info .product-item-images .add-to-links-secondary a.action:hover {
  background: #fedc19;
}
.product-item-info .product-item-details .product-item-actions button {
  line-height: 36px;
  height: 37px;
  padding: 0 25px;
  background: #fedc19;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 10px;
}
.product-item-info .product-item-details .product-item-actions button:hover {
  color: #fff;
  background: #222222;
}
.products-grid .product-item {
  margin-bottom: 30px;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions {
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .price-box,
.products-grid .product-item-info:hover .product-item-details .product-reviews-summary {
  opacity: 0;
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.products-grid .product-item-info .product-item-details {
  background: transparent;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 22px 15px 26px 15px;
}
.products-grid .product-item-info .product-item-details .product-item-actions {
  position: absolute;
  bottom: 30px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 8px;
}
.products-grid .product-item-info .product-item-details .price-box {
  margin: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.products-list .product-items .product-item {
  margin-bottom: 40px;
  padding: 0 15px;
}
.products-list .product-items .product-item .product-item-info .product-item-actions .add-to-links-secondary {
  padding: 0 100px 0 0;
}
.products-list .product-items .product-item .product-item-info .product-item-actions .add-to-links-secondary a.action {
  width: 42px;
  height: 42px;
  left: auto;
  right: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-actions .add-to-links-secondary a.action:before {
  line-height: 42px;
}
.products-list .product-items .product-item .product-item-info .product-item-actions .add-to-links-secondary a.action.wishlist {
  left: auto;
  right: 50px;
}
.products-list .product-items .product-item .product-item-info .product-item-actions .add-to-links-secondary .add-to-cart-primary .tocart {
  height: 42px;
  line-height: 42px;
  padding: 0 35px;
}
.products-list .product-items .product-item .product-item-info {
  display: block;
  overflow: hidden;
}
.products-list .product-items .product-item .product-item-info .product-item-images {
  width: 40%;
  max-width: 315px;
  float: left;
  margin-right: 15px;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-images .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details {
  display: block;
  zoom: 1;
  overflow: hidden;
  text-align: left;
  padding: 20px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-reviews-summary .rating-summary {
  text-align: left;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price-label {
  display: none;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-description {
  margin: 15px 0;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-actions .add-to-cart-primary {
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-actions .add-to-links-secondary {
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-items .product-item .product-item-info .product-item-details .product-item-name a,
.products-list .product-items .product-item .product-item-info .product-item-details .product.name a {
  font-size: 20px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box {
  font-size: 24px;
}
.products-list .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 24px;
}
.products-list .product-items .product-item .product-item-info .product-item-details button.tocart {
  height: 46px;
  line-height: 46px;
  min-width: 205px;
  font-size: 16px;
}
.tab-title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tab-title:before {
  border-bottom: 1px solid #ebebeb;
  content: "";
  width: 100%;
  top: 16px;
  left: 0;
  position: absolute;
}
.tab-title .title {
  background: #fff;
  margin: 0;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.tab-title .title h3 {
  margin: 0;
  font-size: 2.6rem;
}
.tab-title ul.tabs {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fff;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
  position: relative;
}
.tab-title ul.tabs li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  position: relative;
  font-size: 14px;
  color: #777;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 15px;
  cursor: pointer;
}
.tab-title ul.tabs li:last-child {
  margin-right: 0;
}
.tab-title ul.tabs li:last-child:After {
  display: none;
}
.tab-title ul.tabs li:After {
  content: "";
  width: 15px;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  top: 50%;
  right: -15px;
}
.tab-title ul.tabs li.active,
.tab-title ul.tabs li:hover {
  color: #242424;
}
.tab-title2 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 22px;
  list-style: none;
  position: relative;
}
.tab-title2 ul:before {
  content: "";
  background: #DCDEE3;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  margin-left: 115px;
}
.tab-title2 ul li {
  position: relative;
  text-transform: capitalize;
  font-size: 26px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  color: #222222;
  font-weight: 500;
}
.categorytab-container {
  margin-top: 50px;
  margin-bottom: 60px;
}
.categorytab-container.module-product .owl-theme .owl-buttons {
  top: -197px;
}
.page-product-downloadable .product-options-bottom {
  padding: 10px;
  border: 1px solid #eee;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
  display: inline-block;
}
.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions {
  padding: 0;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  margin-left: 0;
  background: #000000;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.page-product-downloadable .product-options-bottom .product-social-links {
  border-top: 1px solid #ededed;
  padding: 20px 0 ;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare {
  border-radius: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #eef0f1;
  color: #a4a4a4;
  font-size: 0;
  text-align: center;
  border: 0;
  margin: 0 5px 0 0;
  font-weight: 500;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:before,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:before {
  display: block;
  line-height: 40px;
  font-family: Linearicons-Free;
  content: "\e813";
  font-size: 16px;
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist.tocompare:before,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\e862";
}
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:hover,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:hover {
  background: #fedc19;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto {
  border-radius: 3px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #eef0f1;
  color: #a4a4a4;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
  background: #fedc19;
  color: #fff;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
  line-height: inherit;
}
.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
  line-height: 40px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  text-transform: capitalize;
  font-weight: 500;
}
.catalog-product-view .product-info-main .page-title {
  margin-top: 0;
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
  text-align: left;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
  height: 47px;
  min-width: 100px;
  border-radius: 30px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
  padding: 0;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
  background: #fedc19;
  color: #222;
  width: auto;
  padding: 0 16px;
  text-transform: capitalize;
  line-height: 48px;
  height: auto;
  margin: 0 0 10px;
  min-width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
  color: #fff;
  background: #222;
}
.catalog-product-view .product-info-main .product-social-links {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 30px 0 ;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
  border-radius: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #eef0f1;
  color: #a4a4a4;
  font-size: 0;
  text-align: center;
  border: 0;
  margin: 0 5px 0 0;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
  background: #fedc19;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
  display: block;
  line-height: 40px;
  font-family: Linearicons-Free;
  content: "\e813";
  font-size: 16px;
}
.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare.tocompare:before {
  content: "\e862";
}
.catalog-product-view .product-info-main .product-social-links .mailto {
  border-radius: 3px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #eef0f1;
  color: #a4a4a4;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-social-links .mailto:hover {
  background: #fedc19;
}
.catalog-product-view .product-info-main .product-social-links .mailto span {
  line-height: inherit;
}
.catalog-product-view .product-info-main .product-social-links .mailto:before {
  line-height: 40px;
}
.catalog-product-view .product-info-main .bundle-actions button {
  background: #242424;
  color: #fff;
  width: auto;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 40px;
  height: auto;
  margin: 0 0 10px;
  min-width: 160px;
  text-align: center;
  font-size: 12px;
}
.catalog-product-view .product-info-main .bundle-actions button:hover {
  background: #fedc19;
  color: #fff;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  margin: 0;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-wrapper {
  line-height: 1.5;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-size: 24px;
  font-weight: 600;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to .price-label {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: inline-block;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price {
  font-weight: 400;
  font-size: 21px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price {
  font-weight: 600;
  font-size: 24px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
  display: none;
}
.catalog-product-view .bundle-options-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list {
  margin: 10px 0 0;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .title {
  margin-bottom: 20px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
  display: inline-block;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
  height: 38px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions {
  padding: 0;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button {
  background: #242424;
  color: #fff;
  width: auto;
  padding: 0 16px;
  text-transform: uppercase;
  line-height: 40px;
  height: auto;
  margin: 0 0 10px;
  min-width: 160px;
  text-align: center;
  font-size: 12px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
  background: #fedc19;
  color: #fff;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 0;
  border: 0;
  background: none;
  border: 1px solid #fedc19;
  color: #fedc19;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.5rem;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:hover,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:before,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:before {
  display: block;
  line-height: 40px;
  font-family: Linearicons-Free;
  content: "\e813";
  font-size: 16px;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare.tocompare:before {
  content: "\e862";
}
.catalog-product-view .bundle-options-container .block-bundle-summary .mailto {
  vertical-align: middle;
  margin: 20px 0;
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  border-radius: 0;
  border: 0;
  background: none;
  border: 1px solid #fedc19;
  color: #fedc19;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 1.5rem;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .mailto:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .mailto span {
  line-height: inherit;
}
.catalog-product-view .bundle-options-container .block-bundle-summary .mailto:before {
  line-height: 38px;
}
.catalog-product-view .product.info {
  margin-top: 30px;
}
.catalog-product-view .product.info .product.data.items .item a {
  height: auto;
  text-transform: uppercase;
  border: 0;
  background: none !important;
  padding-left: 0;
  font-size: 1.428em;
  color: #c9c9c9;
  font-weight: 500;
  margin-right: 20px;
  padding-right: 25px;
}
.catalog-product-view .product.info .product.data.items .item a:hover {
  background: none;
}
.catalog-product-view .product.info .product.data.items .item.active a {
  color: #000;
}
@media (min-width: 768px), print {
  body .product.data.items > .item.content {
    border: 0;
    text-align: left;
    border-top: 1px solid #eee;
  }
}
.related .block-actions {
  display: none;
}
.related .choice.related {
  display: none;
}
.fotorama-item.fotorama--fullscreen {
  z-index: 2000 !important;
}
.fotorama__nav-wrap {
  text-align: center;
}
body .swatch-attribute {
  clear: both;
}
body .swatch-option.text {
  padding: 0 8px;
}
body .related,
body .upsell,
body .crosssell {
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
}
body .related .block-title,
body .upsell .block-title,
body .crosssell .block-title {
  margin: 0 0 25px;
  text-align: left;
  position: relative;
}
body .related .block-title strong,
body .upsell .block-title strong,
body .crosssell .block-title strong {
  background: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 2.6rem !important;
}
body .related .products-grid .product-item-info .product-item-details,
body .upsell .products-grid .product-item-info .product-item-details,
body .crosssell .products-grid .product-item-info .product-item-details {
  padding: 15px 15px 40px;
}
body .related .products-grid .product-item-info .product-item-details .product-item-actions,
body .upsell .products-grid .product-item-info .product-item-details .product-item-actions,
body .crosssell .products-grid .product-item-info .product-item-details .product-item-actions {
  bottom: 20px;
}
.ma-title {
  margin: 0 0 25px;
  text-align: left;
  position: relative;
}
.ma-title:before {
  border-bottom: 1px solid #ebebeb;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
}
.ma-title h3 {
  background: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-size: 2.6rem;
  font-weight: 600;
}
.pt-recentproduct-container {
  margin-bottom: 40px;
}
.pt-recentproduct-container .ma-title h3 {
  font-size: 2rem;
}
.pt-recentproduct-container .owl-theme .owl-buttons {
  display: none;
}
.producttab-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
.title-tab {
  margin-bottom: 17px;
  position: relative;
  overflow: hidden;
}
.title-tab:before {
  content: "";
  background: #DCDEE3;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 92%;
}
.title-tab ul {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
}
.title-tab ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 25px;
  color: #868686;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  padding: 0 30px;
  background: #fff;
}
.title-tab ul li.active {
  color: #000;
  border-top: 2px solid #000;
}
.pt-recentproduct-container .block-title,
.new-product-slider .block-title,
.bestsellerproduct_container_slider .block-title {
  margin-bottom: 25px;
}
.pt-recentproduct-container .product-items,
.new-product-slider .product-items,
.bestsellerproduct_container_slider .product-items {
  margin-bottom: 25px;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt-recentproduct-container .product-items:last-child,
.new-product-slider .product-items:last-child,
.bestsellerproduct_container_slider .product-items:last-child {
  margin: 0;
}
.pt-recentproduct-container .product-items .item-inner .image-container,
.new-product-slider .product-items .item-inner .image-container,
.bestsellerproduct_container_slider .product-items .item-inner .image-container {
  width: 35%;
  max-width: 100px;
  margin-right: 10px;
}
.pt-recentproduct-container .product-items .item-inner .price-box .price-from .price-label,
.new-product-slider .product-items .item-inner .price-box .price-from .price-label,
.bestsellerproduct_container_slider .product-items .item-inner .price-box .price-from .price-label,
.pt-recentproduct-container .product-items .item-inner .price-box .price-to .price-label,
.new-product-slider .product-items .item-inner .price-box .price-to .price-label,
.bestsellerproduct_container_slider .product-items .item-inner .price-box .price-to .price-label {
  display: none;
}
.pt-recentproduct-container .add-to-links-secondary,
.new-product-slider .add-to-links-secondary,
.bestsellerproduct_container_slider .add-to-links-secondary {
  display: none;
}
.product-info-main .countdown-container {
  margin: 20px 0 0;
}
.product-info-main .countdown-container .timer {
  margin-right: 10px;
}
.product-info-main .countdown-container .timer b {
  margin-right: 5px;
}
.timerproducts .countdown-container .timer {
  display: inline-block;
  vertical-align: middle;
  background: #eaeaea;
  margin: 0 5px 5px;
  border-radius: 5px;
  min-width: 50px;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 5px ;
}
.timerproducts .countdown-container .timer b {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}
.timerproducts .countdown-container .timer:first-child {
  background: #22282e;
  color: #fff;
}
.pt-mostviewedproduct-container {
  margin-top: 30px;
}
.pt-mostviewedproduct-container .ptowl {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pt-mostviewedproduct-container .products-grid .product-item .product-item-details {
  padding-top: 10px;
}
.pt-mostviewedproduct-container .products-grid .product-item .product-item-details .product-item-name {
  margin-bottom: 13px;
}
.pt-mostviewedproduct-container .products-grid .product-item .product-item-details .product-item-actions {
  bottom: 15px;
}
.message.success {
  margin: 10px 0;
}
.ma-corporate-about {
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 27px 0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.ma-corporate-about .col {
  padding: 0;
  position: relative;
}
.ma-corporate-about .block-wrapper {
  background: url(../images/wrapper1.png) left center no-repeat;
  padding: 10px 0;
  padding-left: 62px;
  display: inline-block;
  vertical-align: top;
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
.ma-corporate-about .block-wrapper .text-des p {
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
.ma-corporate-about .block-wrapper .text-des span {
  color: #777;
  display: block;
}
.ma-corporate-about .block-wrapper.wrapper2 {
  background: url(../images/wrapper2.png) left center no-repeat;
  padding-left: 68px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
  background: url(../images/wrapper3.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .block-wrapper.wrapper4 {
  background: url(../images/wrapper4.png) left center no-repeat;
  padding-left: 72px;
}
.ma-corporate-about .block-wrapper.wrapper5 {
  background: url(../images/wrapper5.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .col:After {
  content: "";
  width: 1px;
  height: 60px;
  background: #ececec;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ma-corporate-about .col:last-child:After {
  display: none;
}
.mobile-bar-icon {
  text-decoration: none;
  cursor: pointer;
  font-size: 0;
  background: #444;
  padding: 10px 15px;
  visibility: hidden;
  display: none;
  z-index: 99;
}
.mobile-bar-icon:hover {
  color: #fedc19;
}
.mobile-bar-icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
}
.nav-toggle {
  display: none !important;
}
.mobile-bar-content {
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  transition: left 0.3s;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  width: calc(100% - 45px);
  max-width: 500px;
  background: #333;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  z-index: 9999;
}
.mobile-bar-content.open {
  left: 0;
}
.mobile-bar-content .mobile-bar-close {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fedc19;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  position: absolute;
  right: -35px;
  top: 200px;
  color: #fff;
  border: 1px solid #fff;
}
.mobile-bar-content .mobile-bar-close:hover {
  background: #fff;
  color: #fedc19;
}
.mobile-bar-content .mobile-bar-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.mobile-bar-content .tabs-mobile {
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.mobile-bar-content .tabs-mobile .item {
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  background: #fedc19;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #fff;
}
.mobile-bar-content .tabs-mobile .item.item-setting {
  border: none;
}
.mobile-bar-content .tabs-mobile .item.active,
.mobile-bar-content .tabs-mobile .item:hover {
  background: #fff;
  color: #fedc19;
  border-color: #fedc19;
}
.mobile-bar-content .tabs-content-mobile {
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .tabs-content-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-bar-content .tabs-content-mobile a {
  color: #fff;
  line-height: 30px;
}
.mobile-bar-content .tabs-content-mobile a:hover {
  color: #fedc19;
}
.mobile-bar-content .tabs-content-mobile .header.links {
  margin-bottom: 10px;
}
.mobile-bar-content .tabs-content-mobile .header.links li {
  display: inline-block;
  margin: 0 10px;
}
.mobile-bar-content .switcher-currency .switcher-options .switcher-dropdown li a,
.mobile-bar-content .switcher-language .switcher-options .switcher-dropdown li a {
  color: #444;
}
.mobile-bar-content .switcher-currency .switcher-options .switcher-dropdown li a:hover,
.mobile-bar-content .switcher-language .switcher-options .switcher-dropdown li a:hover {
  color: #fedc19;
}
.page-header {
  margin-top: 5px;
}
.header-container {
  position: relative;
  background: #ffffff;
  color: #999999;
}
.header-container a {
  color: #999999;
}
.header-container .logo {
  margin: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .header-content .row {
    display: table;
    width: 100%;
    height: 110px;
    margin: 0;
  }
  .header-content .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
  }
  .header-content .row .h-left {
    width: 279px;
  }
  .nav-ozmegamenu .row {
    display: table;
    width: 100%;
    height: 55px;
    margin: 0;
  }
  .nav-ozmegamenu .row > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    float: none;
    padding: 0;
  }
  .nav-ozmegamenu .row .c-left {
    width: 210px;
  }
}
@media (max-width: 640px) {
  .header-content {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  #search_mini_form {
    padding: 20px 0;
  }
}
.top-bar {
  line-height: 1;
  position: relative;
  z-index: 100;
  background: #222222;
  color: #fff;
}
.top-bar .h-left ul.links {
  padding: 14px 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.top-bar .h-left ul.links li {
  display: none;
}
.top-bar .h-left ul.links .welcome {
  display: block;
  margin: 0;
}
.my-acount {
  float: right;
  position: relative;
  margin-right: 10px;
}
.my-acount .label {
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
}
.my-acount .label i {
  margin-left: 5px;
  font-size: 12px;
}
.my-acount .label i.ion-android-settings {
  margin-right: 5px;
}
.my-acount:hover ul.header.links {
  display: block;
}
.my-acount ul.header.links {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
  border-radius: 4px;
}
.my-acount ul.header.links li {
  display: block;
  margin: 0;
}
.my-acount ul.header.links a {
  display: block;
  font-size: 1.2rem;
  padding: 12px 20px;
}
.my-acount ul.header.links a:hover {
  color: #fedc19;
}
.wishlist-link {
  float: right;
  margin: 15px 0 0;
}
.wishlist-link a {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
  text-transform: capitalize;
  padding-left: 40px;
  font-weight: 500;
  color: #000000;
}
.wishlist-link a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
  left: 0;
  bottom: 3px;
  color: #222222;
}
.call-us {
  position: absolute;
  right: 0;
  top: 14px;
  margin-right: 10px;
}
.call-us p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}
.call-us p i {
  font-size: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}
.block-header {
  float: left;
  margin: 12px 0 0;
}
.block-header p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
}
.block-header p strong {
  font-weight: normal;
  color: #777777;
}
#search_mini_form .search {
  width: 80%;
  max-width: 720px;
  height: 50px;
  padding-right: 120px;
  position: relative;
  float: left;
  border-radius: 5px;
  padding-left: 10px;
  background: #fff;
  margin-left: 25px;
  border: 1px solid #e0e0e0;
  margin-top: 27px;
}
#search_mini_form .search input[type="text"] {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 13px;
  color: #a0a0a0;
  background: none;
  box-shadow: none;
}
#search_mini_form .search button[type="submit"] {
  position: absolute;
  right: -1px;
  top: -1px;
  height: 50px;
  padding: 0 10px;
  border-radius: 0 5px 5px 0;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  opacity: 1;
  background: #fedc19;
  text-transform: capitalize;
  color: #000;
  min-width: 115px;
}
.hotline {
  text-align: center;
}
.hotline p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 2rem;
  padding: 10px 0;
}
.hotline p span {
  padding-left: 10px;
  font-size: 1.8rem;
}
.switcher-language,
.switcher-currency {
  float: right;
  line-height: 44px;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.switcher-language:after,
.switcher-currency:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #777777;
  position: absolute;
  left: 0;
  top: 17px;
}
.switcher-language .label,
.switcher-currency .label {
  display: inline-block;
  font-weight: normal;
  padding: 0;
  color: #777777;
}
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  position: relative;
  display: inline-block;
}
.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.switcher-language .switcher-options .switcher-trigger strong,
.switcher-currency .switcher-options .switcher-trigger strong {
  font-weight: normal;
}
.switcher-language .switcher-options .switcher-trigger i,
.switcher-currency .switcher-options .switcher-trigger i {
  margin-left: 5px;
}
.switcher-language .switcher-options:hover .switcher-dropdown,
.switcher-currency .switcher-options:hover .switcher-dropdown {
  display: block;
}
.switcher-language .switcher-options .switcher-dropdown,
.switcher-currency .switcher-options .switcher-dropdown {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  position: absolute;
  right: -1px;
  z-index: 9;
  text-align: right;
  min-width: 130px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 100%;
  display: none;
  line-height: 25px;
  border-radius: 4px;
}
.switcher-language .switcher-options .switcher-dropdown li,
.switcher-currency .switcher-options .switcher-dropdown li {
  margin: 0;
}
.switcher-language .switcher-options .switcher-dropdown a,
.switcher-currency .switcher-options .switcher-dropdown a {
  display: block;
  font-size: 1.2rem;
  padding: 5px 15px 5px 15px;
}
.switcher-language .switcher-options .switcher-dropdown a:hover,
.switcher-currency .switcher-options .switcher-dropdown a:hover {
  color: #fedc19;
}
.header-support {
  float: left;
  overflow: hidden;
  padding-left: 43px;
  background: url(../images/headphone_icon.png) no-repeat 0 4px;
}
.header-support p {
  margin: 0;
  overflow: hidden;
}
.header-support p strong {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
}
.header-support .icon {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  float: left;
  font-size: 0;
  margin-right: 5px;
}
.header-support .icon i:before {
  font-size: 3.2rem;
  display: block;
  line-height: 40px;
}
.ma-newsletter {
  background: #f0f0f0;
  padding: 48px 0;
}
.ma-newsletter .form-subscribe {
  float: left;
  width: 80%;
  max-width: 1200px;
}
.ma-newsletter .form-subscribe .newsletter {
  overflow: hidden;
}
.ma-newsletter .form-subscribe .newsletter .n-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
.ma-newsletter .form-subscribe .newsletter .n-title h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 5px;
}
.ma-newsletter .form-subscribe .newsletter .n-title .title2 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.ma-newsletter .form-subscribe .newsletter .control {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 730px;
}
.ma-newsletter .form-subscribe .newsletter .control .field-newsletter {
  background: none;
  border-radius: 5px;
  padding: 0 125px 0 10px;
  line-height: 50px;
  height: 50px;
  position: relative;
  background: #fff;
}
.ma-newsletter .form-subscribe .newsletter .control .field-newsletter #newsletter {
  width: 100%;
  height: 100%;
  background: none;
  border: 0;
}
.ma-newsletter .form-subscribe .newsletter .control .field-newsletter #newsletter:focus {
  box-shadow: none;
}
.ma-newsletter .form-subscribe .newsletter .control .field-newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  background: #fedc19;
  height: 50px;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
}
.ma-newsletter .form-subscribe .newsletter .control .field-newsletter button i {
  line-height: 50px;
}
.pt-banner-container {
  width: 1260px;
  height: 431px;
  overflow: auto;
}
.pt-banner-container .owl-carousel .owl-item {
  padding: 0;
}
.pt-banner-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pt-banner-container ul li img {
  width: 100%;
}
.pt-banner-container .pt-banner-caption {
  font-size: 14px;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {
  position: absolute;
  top: 30%;
  left: 50%;
  right: 0;
  max-width: 1170px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-banner-des {
  color: #fff;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-url {
  background-color: #d34b2d;
  border-color: #b93c20 !important;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-2 .pt-url:hover {
  background: #474e58;
  border: 1px solid #474e58;
  border-bottom: 3px solid #323a45!important;
}
.pt-banner-container .pt-banner-caption .pt-banner-content.ptslider-3 {
  max-width: 500px;
  left: 0;
  margin: 0;
  text-align: right;
  padding: 0 0 0 20px;
}
.pt-banner-container .pt-banner-caption .pt-title2 {
  font-size: 3.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.pt-banner-container .pt-banner-caption .pt-title3 {
  font-size: 4.2em;
  font-weight: normal;
  text-transform: uppercase;
  color: #fedc19;
}
.pt-banner-container .pt-banner-caption .pt-url {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  background: none;
  border: 1px solid #fedc19;
  color: #fedc19;
}
.pt-banner-container .pt-banner-caption .pt-url:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
  -webkit-animation: bounceInDown 2200ms ease-in-out;
  -moz-animation: bounceInDown 2200ms ease-in-out;
  -ms-animation: bounceInDown 2200ms ease-in-out;
  animation: bounceInDown 2200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
  -webkit-animation: bounceInDown 1800ms ease-in-out;
  -moz-animation: bounceInDown 1800ms ease-in-out;
  -ms-animation: bounceInDown 1800ms ease-in-out;
  animation: bounceInDown 1800ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
  -webkit-animation: slideInDown 1200ms ease-in-out;
  -moz-animation: slideInDown 1200ms ease-in-out;
  -ms-animation: slideInDown 1200ms ease-in-out;
  animation: slideInDown 1200ms ease-in-out;
}
.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
  -webkit-animation: zoomInUp 1400ms ease-in-out;
  -moz-animation: zoomInUp 1400ms ease-in-out;
  -ms-animation: zoomInUp 1400ms ease-in-out;
  animation: zoomInUp 1400ms ease-in-out;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  z-index: 11;
  pointer-events: none;
  max-width: 1170px;
  text-align: center;
}
.pt-banner-container .owl-theme .owl-controls .owl-pagination .owl-page {
  pointer-events: visible;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div {
  left: 20px;
}
.pt-banner-container .owl-theme .owl-controls .owl-buttons > div.owl-next {
  left: auto;
  right: 20px;
}
.cms-index-index .main-content {
  padding: 0;
}
.main-content {
  position: relative;
  z-index: 9;
  overflow: hidden;
  padding: 0 0 30px;
}
.main-content .page.messages {
  max-width: 1170px;
  margin: 0 auto;
}
.main-content .page.messages div {
  font-size: 16px;
}
.main-content .checkout-container {
  margin: 30px 0;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span {
  font-size: 1.2rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item > span:after {
  font-size: 1.4rem;
}
.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active > span:after {
  font-size: 1.8rem;
}
.main-content .checkout-container .opc-wrapper .step-title {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.main-content .checkout-container .opc-sidebar .modal-header {
  padding: 0;
  min-height: auto;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary > .title {
  font-size: 1.4rem;
  border: none;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  padding: 9px 36px 9px 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.0rem;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item-name {
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty {
  line-height: normal;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .details-qty .label {
  padding-left: 0;
  font-weight: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart > .content .product-item .price {
  font-size: 1.2rem;
  color: #333;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
  padding: 0;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
  font-size: 1.4rem;
  line-height: normal;
}
.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
}
.main-content .cart-container .cart-summary {
  padding: 1px 18px 22.5px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.main-content .cart-container .cart-summary > .title {
  font-size: 1.3rem;
  margin-top: 0.8rem;
}
.main-content .cart-container .cart-summary .block.shipping > .title,
.main-content .cart-container .cart-summary .block.discount > .title {
  line-height: normal;
  padding: 9px 36px 9px 0px;
  border-top: 1px solid #ccc;
}
.main-content .cart-container .cart-summary .block.shipping > .title:after,
.main-content .cart-container .cart-summary .block.discount > .title:after {
  font-size: 24px;
  color: #313131;
  top: 4px;
}
.main-content .cart-container .cart-summary .block.shipping > .title strong,
.main-content .cart-container .cart-summary .block.discount > .title strong {
  color: #313131;
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
  font-size: 14px;
  line-height: normal;
}
.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice) > .label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice) > .label {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}
.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
  border-radius: 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin: 0 0 5px;
}
.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
  margin: 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
  float: left;
  margin: 0 8px 0 0;
}
.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
  vertical-align: top;
  font-weight: normal;
  padding: 0;
}
.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
  border: none;
}
.main-content .cart-container .cart-summary .cart-totals .price {
  color: #333;
}
.main-content .cart-container .cart-summary .cart-totals .grand.totals {
  border-top: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody {
  border-top: 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
  border: none;
  vertical-align: middle;
  padding: 15px 0;
  text-align: center;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
  vertical-align: middle;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
  padding: 10px 0;
}
.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
  margin-top: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action {
  margin-bottom: 10px;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.main-content .cart-container .form-cart .cart.main.actions .action:before {
  line-height: inherit;
}
.main-content .block.crosssell > .title {
  color: #222222;
  text-transform: uppercase;
}
.main-content .login-container .fieldset:after {
  font-size: 14px;
  margin-left: 0 !important;
}
.main-content .form.contact {
  margin-top: 50px;
}
.main-content .table-comparison .cell {
  width: 175px;
}
.main-content .table-comparison .cell .attibute.value {
  font-size: 14px;
}
.product-item .price-box {
  margin: 10px 0 10px;
}
.product-item .price-box .price {
  font-size: 18px;
  font-weight: 600;
}
.price-box {
  overflow: hidden;
  line-height: 20px;
  margin: 5px 0;
  font-family: 'Work Sans', sans-serif;
}
.price-box .price-label {
  display: none;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label {
  display: none;
}
.price-box .price-box {
  margin: 0;
}
.price-box .price-box p {
  margin: 0;
}
.price-box .price {
  color: #fe4f19;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.price-box .special-price {
  line-height: 20px;
  display: inline-block;
}
.price-box .special-price .price {
  color: #fe4f19;
}
.price-box .old-price {
  margin-left: 5px;
  line-height: 20px;
}
.price-box .old-price .price {
  color: #999999;
  font-size: 15px;
  font-weight: 400;
}
.product-item-name a,
.product.name a {
  color: #222222;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
}
.product-item-name a:hover,
.product.name a:hover {
  text-decoration: none;
  color: #fedc19;
}
.page-title {
  font-size: 20px;
  margin: 20px 0 20px;
}
.block {
  background: #fff;
  padding: 20px  15px;
  margin: 0 0 40px;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.block .block-title {
  position: relative;
  overflow: hidden;
}
.block .block-title strong {
  font-size: 2rem;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #222222;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.block .block-title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.block .block-subtitle {
  font-weight: normal;
  color: #252525;
}
.block.filter .action.remove.filter-url {
  display: block;
}
.block.filter .action.clear.filter-clear {
  display: block;
  margin-bottom: 15px;
}
.block.filter .filter-content .filter-options-item {
  padding-top: 10px;
}
.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
  content: "\f077";
}
.block.filter .filter-content .filter-options-item .filter-options-title {
  font-size: 13px;
  color: #222222;
  text-transform: capitalize;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
  outline: none;
}
.block.filter .filter-content .filter-options-item .filter-options-title:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 10px;
  float: right;
  font-weight: normal;
}
.block.filter .filter-content .filter-options-item .filter-options-content {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ededed;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li {
  line-height: 30px;
  margin: 5px 0;
}
.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
  background: #dbdbdb;
  border-radius: 0;
  height: 4px;
  margin-bottom: 20px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
  background: #fedc19;
  height: 100%;
  position: absolute;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
  background: #fff;
  border: 4px solid #fedc19;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  margin-left: 0;
  top: 50%;
  margin-top: -7px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -14px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #2a2a2a;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 31px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
  text-align: center;
  padding-left: 20px;
  opacity: 1;
  border: 1px solid #c2c2c2;
  height: 32px;
  background: #fff;
  width: 75px;
}
.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.filter-current .item {
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.filter-label {
  font-weight: bold;
}
.filter-value {
  color: #858585;
}
.filter-current .filter-label {
  display: inline-block;
}
.filter-current .action.remove {
  left: -2px;
  position: absolute;
  top: -1px;
  display: inline-block;
  text-decoration: none;
}
.filter-current .action.remove span {
  display: none;
}
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 15px;
  color: #999;
  content: "\f00d";
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pt-recentproduct-container.block .product-items .item-inner .add-to-links-secondary {
  display: none;
}
.minicart-items .item-qty {
  width: 60px !important;
  color: #444;
}
.minicart-items-wrapper {
  max-height: 400px;
}
.minicart-wrapper {
  float: left;
  margin: 15px 0 0px;
}
.minicart-wrapper .action.showcart {
  position: relative;
  padding-left: 40px;
  min-height: 30px;
}
.minicart-wrapper .action.showcart:after {
  content: "\e82e";
  font-family: 'Linearicons-Free';
  font-size: 32px;
  position: absolute;
  left: 0;
  bottom: 12px;
  color: #222;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart span.text {
  position: static;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: -30px;
  margin-bottom: -50px;
  margin-left: -5px;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: #fedc19;
  border-radius: 100%;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  position: absolute;
  top: -5px;
  left: 37px;
  text-align: center;
  margin: 0;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .block-minicart {
  color: #444;
  padding: 25px 20px 10px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.block-minicart .action.viewcart {
  display: inline-block;
  background: #222222;
  padding: 0 15px;
  line-height: 38px;
  height: 38px;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
}
.block-minicart .action.viewcart:hover {
  background: #fedc19;
  color: #fff;
  border: 0;
  border-color: #fedc19;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
  box-shadow: none;
  border: 0;
}
/*===custommenu==============*/
.nav-ozmegamenu {
  background: #fedc19;
}
.pt_custommenu {
  position: relative;
}
.pt_custommenu div.pt_menu {
  float: left;
  line-height: 22px;
}
.pt_custommenu div.pt_menu.act pt_menu .parentMenu a span {
  text-decoration: underline;
}
.pt_custommenu div.pt_menu.act pt_menu .parentMenu a span:after {
  width: 100%;
}
.pt_custommenu div.pt_menu.active .parentMenu > a span,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title span {
  text-decoration: underline;
}
.pt_custommenu div.pt_menu#pt_menu_home a {
  position: relative;
}
.pt_custommenu div.pt_menu#pt_menu_home a span {
  display: inline-block;
}
.pt_custommenu div.pt_menu#pt_menu_home a:after {
  display: none;
}
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
  padding: 10px 25px;
  display: block;
  font-size: 15px;
  position: relative;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
  text-decoration: underline;
}
.pt_custommenu div.pt_menu .parentMenu a:hover span,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover span,
.pt_custommenu div.pt_menu .parentMenu a.act span,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act span {
  text-decoration: underline;
}
.pt_custommenu div.pt_menu .parentMenu a .is_sale,
.pt_custommenu div.pt_menu .parentMenu span.block-title .is_sale,
.pt_custommenu div.pt_menu .parentMenu a .is_new,
.pt_custommenu div.pt_menu .parentMenu span.block-title .is_new {
  display: none;
}
.pt_custommenu div.pt_menu .parentMenu p {
  margin: 0;
  padding: 0;
}
.pt_custommenu div.popup {
  position: absolute;
  z-index: 3000;
  text-align: left;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 5px #bababa;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.pt_custommenu div.popup a {
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.pt_custommenu div.popup a.actParent {
  color: #fedc19;
}
.pt_custommenu div.popup a.act {
  color: #fedc19;
}
.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 20px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
}
.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover {
  color: #fedc19;
}
.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
  display: inline-block;
  padding-right: 20px;
}
.pt_custommenu div.popup .itemMenu a.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
  color: #fedc19;
}
.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 5px;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  color: #7a7a7a;
}
.pt_custommenu div.popup .itemMenu a.level2:last-child,
.pt_custommenu div.popup .itemMenu h4.level2:last-child,
.pt_custommenu div.popup .itemMenu a.level3:last-child,
.pt_custommenu div.popup .itemMenu h4.level3:last-child {
  border: 0;
}
.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover {
  color: #fedc19;
}
.pt_custommenu div.popup .block1 {
  overflow: hidden;
  float: left;
  padding: 30px 30px 40px 30px;
}
.pt_custommenu div.popup .block2 {
  margin-top: 10px;
  float: left;
}
.pt_custommenu div.popup .blockright img {
  max-width: 100%;
}
.pt_custommenu div.column {
  float: left;
  width: 245px;
  margin-right: 35px;
}
.pt_custommenu div.column.last {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}
.pt_custommenu #pt_menu_link {
  padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li {
  float: left;
  list-style: none;
  position: relative;
}
.pt_custommenu .clearBoth {
  clear: both;
}
.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
  position: absolute;
  color: #fff;
  background: url(../images/hot-sale.png) no-repeat center center;
  width: 47px;
  height: 31px;
  line-height: 26px;
  top: -15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  right: 0;
  pointer-events: none;
  z-index: 1;
}
.pt_custommenu .menu-new {
  background: url(../images/news.png) no-repeat center center;
}
.pt_menu_link .parentMenu ul li {
  float: left;
  margin: 0;
  width: auto;
}
.pt_menu_link .parentMenu ul li a {
  margin: 0;
}
/* =============================================Mobile Menu ========================================== */
.nav-collapse {
  text-align: left;
}
.navbar .nav > li {
  padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
  height: auto;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.navbar-inner {
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
}
.navbar {
  background-color: #fedc19;
  border-radius: 0;
  margin: 0;
}
.menu-mobile {
  float: left;
  width: 100%;
  padding: 0 2%;
}
.navbar .btn-navbar {
  margin-top: 10px;
  border: 0 !important;
  box-shadow: none !important;
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
  padding: 10px;
}
.navbar .btn-navbar:hover {
  background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
  font-family: 'helvetica';
}
.navbar .btn-navbar .icon-bar {
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: inherit !important;
}
.mobilemenu > li.last a {
  border-bottom: 0;
}
.navbar .brand {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  padding-top: 18px;
}
.mobilemenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobilemenu ul {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobilemenu li {
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.mobilemenu li.level0.last {
  margin-bottom: 10px;
}
.mobilemenu li.active > a {
  /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
  padding: 20px;
  background: #aef;
  display: block;
  clear: both;
  float: left;
  width: 360px;
}
.mobilemenu a {
  text-decoration: none;
  font-weight: normal;
  margin: 0 15px;
  display: block;
  cursor: pointer;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
}
.mobilemenu li.active a,
.mobilemenu a:hover {
  color: #fedc19;
}
.mobilemenu ul a {
  color: #fff !important;
  font-size: 0.95em;
}
.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
  color: #fedc19 !important;
}
.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
  color: #fff !important;
}
.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
  color: #fedc19 !important;
}
.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
  color: #fff !important;
}
.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
  color: #fedc19 !important;
}
.mobilemenu li.parent > a {
  /*background: url('../images/open.gif') no-repeat center right;*/
}
.mobilemenu li ul li {
  font-size: 0.9em;
}
.mobilemenu ul a {
  padding-left: 25px;
}
.mobilemenu ul ul a {
  padding-left: 40px;
}
.mobilemenu ul ul ul a {
  padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
  padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
  padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
  position: absolute;
  top: 11px;
  right: 0px;
}
.mobilemenu span.head a {
  background: url(../images/menu_down.png) no-repeat 50% 50%;
  color: #333333;
  display: block;
  height: 15px;
  padding: 0;
  width: 15px;
  border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
  background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.product-reviews-summary {
  display: block;
  margin: 0;
}
.product-reviews-summary .label {
  display: none;
}
.product-reviews-summary .rating-summary {
  display: block;
  position: static;
}
.product-reviews-summary .reviews-actions {
  display: none;
}
.product-reviews-summary .rating-result {
  width: 72px;
  margin-left: 0;
}
.product-reviews-summary .rating-result:before {
  font-size: 22px;
  height: 20px;
  line-height: 20px;
  letter-spacing: -8px;
  color: #d3ced2;
}
.product-reviews-summary .rating-result > span:before {
  color: #fedc19;
  font-size: 22px;
  line-height: 20px;
  height: 20px;
  letter-spacing: -8px;
}
.block-newsletter .form-subscribe .newsletter h3.title {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: normal;
}
.block-newsletter .form-subscribe .newsletter h3.title i {
  margin-right: 5px;
  font-size: 3.6rem;
  display: inline-block;
  vertical-align: middle;
}
.block-newsletter .form-subscribe .newsletter .control {
  float: right;
  width: 100%;
  max-width: 480px;
  height: 44px;
  background: #3a424b;
  padding-right: 105px;
  position: relative;
  border-radius: 5px;
}
.block-newsletter .form-subscribe .newsletter .control input[type="email"] {
  width: 100%;
  background: none;
  color: #898d90;
  height: 100%;
  border: none;
}
.block-newsletter .form-subscribe .newsletter .control input[type="email"]:focus {
  box-shadow: none;
}
.block-newsletter .form-subscribe .newsletter .control button {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  background: #fedc19;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-weight: normal;
  text-transform: capitalize;
}
.block-newsletter .form-subscribe .newsletter .control button:hover {
  background: #e3c101;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  line-height: 35px;
}
.corporate-about {
  background: #242426;
  text-align: center;
  border: 1px solid #323232;
  padding: 20px;
}
.corporate-about h4 {
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0 0 5px;
  font-weight: 500;
}
.corporate-about p {
  margin: 0;
  font-size: 13px;
}
.corporate-about .row > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container {
  padding-top: 10px;
  background-color: #333333;
}
.footer-container .footer-top {
  color: #ffffff;
}
.footer-container .footer-top h2,
.footer-container .footer-top h3,
.footer-container .footer-top h4,
.footer-container .footer-top h5,
.footer-container .footer-top h6 {
  color: #ffffff;
}
.footer-container .footer-top a {
  color: #ffffff;
}
.footer-container .footer-top a:hover {
  color: #fedc19;
}
.footer-container .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-container .footer-top ul li {
  margin: 0 0 5px;
}
.footer-container .footer-top ul li a:hover {
  padding-left: 8px;
}
.footer-container .footer-bottom {
  background-color: #ffffff;
  color: #777777;
}
.footer-container .footer-bottom a {
  color: #FFFFFF;
}
.footer-container .footer-bottom a:hover {
  color: #fedc19;
}
.footer-container .footer-bottom .container-size {
  padding: 25px 0;
  border-top: 1px solid #e9e9e9;
}
.footer-container .footer-bottom .container-size .copyright {
  font-size: 100%;
  font-size: 1.4rem;
}
.footer-container .footer-bottom .container-size .link-footer {
  float: right;
}
.footer-container .footer-bottom .container-size .link-footer p {
  margin: 0;
}
.footer-container .footer-static {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container .footer-static h3.title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 25px 0 25px;
  text-transform: capitalize;
}
.footer-container .footer-static h4 em {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
}
.footer-container .footer-static p {
  margin: 0 0 20px;
}
.footer-container .footer-static p em {
  font-style: normal;
  color: #000;
}
.footer-container .footer-static #twitter-feed .tweet-title {
  display: none;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-pic {
  display: none;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text {
  line-height: 24px;
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  padding-top: 0;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  margin-bottom: 65px;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text a {
  color: #fedc19;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text .tweetprofilelink {
  display: none;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 43px;
  z-index: 2;
  border-top: 13px solid #f8f8f8;
  border-left: 12px solid #f8f8f8;
  border-bottom: 13px solid transparent;
  border-right: 12px solid transparent;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 42px;
  border-top: 14px solid #f0f0f0;
  border-left: 13px solid #f0f0f0;
  border-bottom: 14px solid transparent;
  border-right: 13px solid transparent;
  z-index: 1;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text .tweet-time {
  display: block;
  position: absolute;
  left: 20px;
  bottom: -67px;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text .tweet-time a {
  font-size: 13px;
  color: #777;
  font-style: italic;
}
.footer-container .footer-static #twitter-feed .twitter-article .twitter-text .tweet-time:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 21px;
  color: #fedc19;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.link-follow {
  float: right;
}
.link-follow ul {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-follow ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.link-follow ul li a {
  background: #ffffff;
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
}
.link-follow ul li a:hover {
  color: #fedc19;
}
.link-follow ul li a i:before {
  display: block;
  font-size: 18px;
  line-height: 55px;
}
#back_top {
  bottom: 55px;
  display: none;
  height: 45px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  width: 45px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  background-color: #fedc19;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
#back_top:hover {
  background: #e3c101;
}
#back_top:before {
  content: "\f106";
  font-size: 2.5rem;
  font-family: FontAwesome;
  display: block;
}
#back_top a {
  padding: 10px 0 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
}
#newsletter_pop_up {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -195px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
}
#newsletter_pop_up .b-close {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  background-color: #444;
  min-width: 70px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0;
  position: absolute;
  top: -25px;
  right: 0;
}
#newsletter_pop_up .b-close:after {
  content: "close";
  font-size: 10px;
}
#newsletter_pop_up .title {
  font-size: 36px;
  font-weight: 600;
  margin-top: 60px;
  text-transform: capitalize;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .label {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
  display: block;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding: 0 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
}
#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
  font-size: 12px;
  margin-top: -15px;
  color: red;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
  margin-top: 15px;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
  vertical-align: top;
}
#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 4px;
  line-height: 13px;
  font-weight: normal;
}
.block-recent-posts {
  margin-bottom: 90px;
}
.block-recent-posts .item {
  padding: 0 15px;
}
.block-recent-posts .item .item-inner .blog-image {
  text-align: center;
  background: #fff;
  position: relative;
}
.block-recent-posts .item .item-inner .blog-image:before {
  content: "";
  background-color: rgba(131, 104, 104, 0.5);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=20);
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
  pointer-events: none;
}
.block-recent-posts .item .item-inner .blog-image:hover:before {
  opacity: 0.4;
}
.block-recent-posts .item .item-inner .blog-content {
  padding: 20px 0 0;
}
.block-recent-posts .item .item-inner .blog-content .title {
  color: #777;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
}
.block-recent-posts .item .item-inner .blog-content .short-des {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin: 10px 0;
}
.block-recent-posts .item .item-inner .readmore {
  color: #fedc19;
}
.block-recent-posts .item .item-inner .readmore:hover {
  text-decoration: underline;
}
.blog-search .control {
  position: relative;
  height: 32px;
}
.blog-search .control input {
  padding-right: 90px;
}
.blog-search .control button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  height: 100%;
  line-height: 32px;
  padding: 0 12px;
}
.post-view .post-holder .post-info {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.post-view .post-images img {
  width: 100%;
}
.blog-post-view .breadcrumbs {
  margin: 0 0 20px;
}
.post-list {
  padding: 0;
}
.post-list .post-info {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body .post-list .post-content .post-read-more {
  float: none;
}
.post-list .post-images img {
  width: 100%;
}
.post-list .post-holder {
  margin-bottom: 40px;
}
.blog-index-index .page-main {
  margin-bottom: 30px;
}
.catlist .product_row {
  padding: 0 15px;
}
.catlist .product_row .catgrid {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 20px;
  padding-left: 20px;
}
.catlist .product_row .catgrid:last-child {
  margin-bottom: 0;
}
.catlist .product_row .catgrid .catlist_images {
  float: right;
  width: 50%;
  max-width: 130px;
}
.catlist .product_row .catgrid .catlist_name {
  overflow: hidden;
}
.catlist .product_row .catgrid .catlist_name ul {
  padding: 0;
  list-style: none;
}
.catlist .product_row .catgrid .catlist_name ul li {
  margin: 0 0 2px;
}
.brandslider-container .ptowl {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.brandslider-container .ptowl li {
  padding: 0 15px;
}
.brandslider-container .ptowl li img {
  opacity: 0.4;
}
.brandslider-container .ptowl li:hover img {
  opacity: 1;
}
.brandslider-container .pt-brand-container {
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 17px 10px;
  border-radius: 5px;
}
.brandslider-container .owl-theme .owl-buttons {
  top: -76px;
  right: 5px;
}
.categorytab-iner .thuml-img {
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 17px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.categorytab-iner .thuml-img ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.categorytab-iner .thuml-img ul li {
  cursor: pointer;
}
.categorytab-iner .thuml-img ul li img {
  opacity: .4;
}
.categorytab-iner .thuml-img ul li.active img,
.categorytab-iner .thuml-img ul li:hover img {
  opacity: 1;
}
.page-header .switcher,
.page-footer .switcher {
  float: right !important;
}
.page-header .switcher .switcher-options,
.page-footer .switcher .switcher-options {
  position: relative;
}
.page-header .switcher .switcher-options strong,
.page-footer .switcher .switcher-options strong {
  line-height: 35px;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.page-header .switcher .switcher-options .mage-dropdown-dialog,
.page-footer .switcher .switcher-options .mage-dropdown-dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
}
.page-header .switcher .switcher-options .mage-dropdown-dialog a,
.page-footer .switcher .switcher-options .mage-dropdown-dialog a {
  color: #69686c;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
.switcher .options ul.dropdown {
  margin-top: 0 !important;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  display: none;
}
.pages .item {
  width: 32px;
  height: 32px;
  background: #f1f1f1;
  border-radius: 2px;
  color: #222;
}
.pages .item.current,
.pages .item:hover {
  background: #fedc19;
}
.pages .item.current strong.page,
.pages .item:hover strong.page {
  color: #fff;
}
.pages a.page,
.pages a.page:visited {
  color: #222;
}
.pages .action {
  border: 0;
}
.pages .action.next {
  margin: 0;
}
.pages .action.next:before,
.pages .action.previous:before {
  font-size: 35px;
  margin: 0;
}
.box-style .col-image {
  float: left;
  width: 24%;
  padding: 1%;
}
.box-style .col-product {
  float: left;
  width: 74%;
  padding-left: 8px;
  margin: 1% 0%;
}
@media only screen and (max-width: 1600px) {
  #search_mini_form .search {
    max-width: 650px;
  }
  .ma-newsletter .form-subscribe .newsletter .control {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1400px) {
  #search_mini_form .search {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1300px) {
  #search_mini_form .search {
    max-width: 450px;
  }
  .ma-newsletter .form-subscribe .newsletter .control {
    max-width: 400px;
  }
  .ma-newsletter .form-subscribe .newsletter .n-title {
    margin-right: 30px;
    margin-bottom: 10px;
  }
  .ma-newsletter .form-subscribe {
    width: 75%;
  }
}
@media only screen and (max-width: 1199px) {
  #search_mini_form .search {
    max-width: 380px;
  }
  .ma-corporate-about {
    grid-template-columns: 50% 50%;
  }
  .wishlist-link a {
    font-size: 0;
  }
  .switcher-currency .label,
  .switcher-language .label {
    display: none;
  }
  .pt_custommenu div.pt_menu .parentMenu a,
  .pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-bar-icon {
    visibility: visible;
    display: block;
  }
  .header-container .header-content {
    padding: 20px 0;
    text-align: center;
  }
  .header-container .nav-ozmegamenu {
    background-color: #ffffff;
  }
  .header-container .logo img {
    display: inline-block;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    left: 35%;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 2.14em;
  }
  .pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 1.22em;
  }
  .fix-header-container {
    display: none;
  }
  .header-support {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 20px 0;
    text-align: left;
  }
  body .owl-theme .owl-buttons {
    display: none;
  }
  .minicart-wrapper {
    float: none;
    vertical-align: middle;
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%;
  }
  #search_mini_form .search {
    float: none;
    margin: 20px auto;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
  }
  .top-bar {
    text-align: center;
  }
  .top-bar .block-header {
    float: none;
    line-height: 26px;
  }
  .top-bar .switcher-currency,
  .top-bar .switcher-language,
  .top-bar .my-acount {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .wishlist-link {
    float: none;
  }
  .minicart-wrapper .block-minicart {
    right: 0;
    text-align: left;
    background: 0 0;
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  .minicart-wrapper .block-minicart > div {
    max-width: 390px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .minicart-wrapper .action.close:before,
  .minicart-wrapper .block-minicart:before,
  .minicart-wrapper .block-minicart:after {
    display: none;
  }
  .tab-title:before {
    display: none;
  }
  .tab-title ul.tabs {
    margin-top: 20px;
  }
  .tab-title .title {
    position: static;
  }
  .ma-newsletter {
    text-align: center;
  }
  .ma-newsletter .form-subscribe {
    float: none;
    width: 100%;
  }
  .ma-newsletter .link-follow {
    float: none;
    margin: 20px 0 0;
  }
  .footer-container .footer-static .row > div {
    width: 50%;
  }
  .blog-search .control {
    height: auto;
  }
  .blog-search .control input {
    padding: 0 9px;
  }
  .blog-search .control button {
    display: block;
    margin: 10px auto;
    width: 100%;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: left;
  }
  .footer-container .footer-static {
    text-align: center;
  }
  .footer-container .footer-static .link-follow {
    max-width: 100%;
  }
  #back_top,
  .block-social,
  .b-modal,
  #newsletter_pop_up {
    display: none !important;
  }
  .header .h-left {
    width: 38%;
  }
  .absolute {
    padding: 25px 0 0 10px;
  }
  .footer-container .footer-top .footer-static h3 {
    margin-top: 30px;
  }
  .tab_container .col-sm-3 img {
    width: 100%;
  }
  .wishlist-link {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 20px;
  }
  #search_mini_form .search {
    float: none;
    margin: 10px auto;
  }
  .corporate-about .row > div {
    border: 0;
    margin-bottom: 20px;
  }
  .tab-title ul.tabs {
    position: static;
    margin: 20px 0 0;
  }
  .title-tab ul.tabs li {
    margin: 5px;
  }
  .banner-home1 .banner-box {
    width: 100%;
    float: none;
  }
  .footer-container .footer-bottom {
    text-align: center;
  }
  .footer-container .footer-bottom .link-footer {
    float: none !important;
  }
  .footer-container .footer-static .row > div {
    width: 100%;
  }
  .block.block-compare {
    display: block;
  }
  .box-style .col-image,
  .box-style .col-product {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .banner-static {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0;
  }
}
@media (max-width: 567px) {
  .ma-corporate-about {
    grid-template-columns: 100%;
    grid-gap: 1px;
    border: 0;
    padding: 1px;
    background: #f0f0f0;
  }
  .ma-corporate-about .col {
    margin: 0;
    background: #fff;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 479px) {
  .products-grid .product-item {
    width: 100%;
  }
  .products-list .product-item-photo,
  .products-list .product-item-details {
    display: block;
    width: 100%;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content {
    display: none;
  }
  .pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 1.14em;
  }
  .pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
    display: none;
  }
  .products-list .product-items .product-item .product-item-info .product-item-images {
    width: 100%;
    max-width: 100%;
    margin: 0;
    float: none;
  }
  .tab-title .ma-title {
    margin: 0 0 20px;
  }
  .tab-title ul {
    text-align: left;
  }
  .ma-newsletter .form-subscribe .newsletter .control .field-newsletter {
    background: none;
    padding: 0;
    height: auto;
  }
  .ma-newsletter .form-subscribe .newsletter .control .field-newsletter #newsletter {
    height: 50px;
    background: #fff;
  }
  .ma-newsletter .form-subscribe .newsletter .control .field-newsletter button {
    position: static;
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 400px) {
  .product-tab .product-item-info .product-item-images {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
  .product-tab .product-item-info {
    padding: 20px;
  }
}
/*Fix products-grid */
@media (min-width: 768px) {
  .category-products .products-grid ul > li:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .category-products .products-grid ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (max-width: 480px) and (min-width: 0px) {
  .category-products .products-grid ul > li:nth-of-type(1n+1) {
    clear: left;
  }
  .category-products .products-grid ul > li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .fix-nav-ozmegamenu {
    z-index: 999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(254, 220, 25, 0.9) !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
    -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;
  }
  .fix-nav-ozmegamenu .mobile-bar-icon {
    display: none;
  }
  .fix-nav-ozmegamenu .header {
    height: 80px;
  }
  .fix-nav-ozmegamenu .absolute {
    height: 79px;
    padding-top: 19px;
  }
  .fix-nav-ozmegamenu .logo img {
    max-width: 60%;
  }
}
#downloadable-links-list label {
  font-weight: 500;
  text-transform: capitalize;
}
.field.downloads .sample.link {
  float: none;
  margin-left: 20px;
}
/*固定导航*/
@media (min-width: 992px) {
  .fix-header-content {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
  .fix-header-content {
    position: fixed !important;
    left: 0;
    top: 44px;
    width: 100%;
    background-color: #FFFFFF;
  }
  .fix-header-top {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #FFFFFF;
  }
  /* 小菜单图标 */
  .classification {
    z-index: 9;
  }
  .fl {
    float: left;
  }
  .new_topnav {
    text-align: left;
    position: relative;
  }
  .menu_icon {
    display: inline-block;
    width: 38px;
    height: 32px;
    margin-top: 65px;
    background-image: url("../images/mennuioc.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .classification:hover .menu_icon {
    background-position: -38px 0;
  }
  .top_triangle {
    padding: 10px;
    position: absolute;
    top: 84px;
    left: -28px;
    width: 38px;
    display: none;
  }
  .top_triangle span {
    position: absolute;
    border-bottom: 10px solid #333333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .new_topnav:hover .top_triangle {
    display: block;
  }
  .new_topnav_btn:hover {
    cursor: pointer;
  }
  .classitem {
    width: 210px;
    margin-right: 10px;
    background-color: #fff;
    z-index: 12;
    position: absolute;
    margin-top: -2px;
    margin-left: -200px;
  }
  .classitem .all_Goods {
    display: inline-block;
    padding-left: 5px;
    width: 279px;
    background: #222222;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .classitem .navlist {
    background-color: #fff;
    height: auto;
    margin-top: 0px;
  }
  .navlist {
    margin: 0px;
    padding: 10px 0;
    order-top: 0 none;
    background: #fff;
    min-height: 476px;
    z-index: 10;
    position: absolute;
  }
  .wishlist-link .minicart-wrapper a {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 30px;
    text-transform: capitalize;
    padding-left: 40px;
    font-weight: 500;
    color: #000000;
  }
  .wishlist-link ul li.pan {
    float: left;
    list-style: none;
    width: 135px;
    text-align: center;
    font-size: 16px;
  }
  .module-group {
    position: relative;
    z-index: 5;
  }
}
.description {
  margin-left: 25px;
}
