/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
}
body.layout-boxed-md #page {
  max-width: 1200px;
}
body.layout-boxed-lg #page {
  max-width: 1280px;
}
body input[type="text"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="url"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="search"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
body input[type="datetime"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder {
  color: #000;
}
body input,
body textarea {
  background: #f1f1f1;
  border: 0;
}
body .label {
  color: #666;
  font-size: 100%;
  font-weight: 400 !important;
  padding: 0;
  line-height: normal;
  white-space: normal;
  text-align: left;
}
.rtl body .label {
  text-align: right;
}
body .page-wrapper {
  color: #363636;
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
  font-size: 16px;
}
body .page-wrapper .owl-controls {
  margin-top: 0;
}
body .page-wrapper .columns {
  display: block;
}
body .page-wrapper .columns .checkbox {
  float: left;
  margin: 5px 5px 5px 0;
}
.rtl body .page-wrapper .columns .checkbox {
  float: right !important;
}
body .page-wrapper .fieldset > .legend {
  margin: 0 0 20px !important;
}
body .page-wrapper .pages a.page {
  color: #363636;
  font-family: 'times_new_romanbold', sans-serif;
}
body .page-wrapper .pages a.page:hover {
  color: #34bbce;
}
body .page-wrapper .pages strong.page {
  color: #363636;
  background: none;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  font-weight: 400;
}
body .page-wrapper .pages .action {
  border: 0;
  color: #363636;
}
body .page-wrapper .pages .action:hover {
  background-color: #363636;
  color: #ffffff;
}
body .page-wrapper .pages strong.page,
body .page-wrapper .pages .action {
  background-color: transparent;
  font-family: 'times_new_romanbold', sans-serif;
  padding: 0 10px !important;
  line-height: 30px;
  text-align: center;
  width: auto;
  height: 30px;
}
body .page-wrapper .pages .action::before {
  color: #333 !important;
  font-size: 13px;
}
body .page-wrapper #ves-paneltool .paneltool.themetool {
  top: 160px;
}
body .page-wrapper ul {
  padding: 0;
}
body .page-wrapper ul li {
  list-style: none;
}
body .page-wrapper a,
body .page-wrapper .alink {
  color: #666;
}
body .page-wrapper a:hover,
body .page-wrapper .alink:hover {
  color: #34bbce;
}
body .page-wrapper a:hover,
body .page-wrapper .alink:hover,
body .page-wrapper a:focus,
body .page-wrapper .alink:focus,
body .page-wrapper a:active,
body .page-wrapper .alink:active {
  text-decoration: none;
}
body .page-wrapper ._keyfocus *:focus,
body .page-wrapper input:focus:not([disabled]),
body .page-wrapper textarea:focus:not([disabled]),
body .page-wrapper select:focus:not([disabled]) {
  box-shadow: none;
}
body .page-wrapper input[type="text"],
body .page-wrapper input[type="password"],
body .page-wrapper input[type="url"],
body .page-wrapper input[type="tel"],
body .page-wrapper input[type="search"],
body .page-wrapper input[type="number"],
body .page-wrapper input[type="datetime"],
body .page-wrapper input[type="email"] {
  background-color: #f1f1f1;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  font-size: 16px;
  color: #000;
}
body .page-wrapper table th {
  text-align: left;
}
.rtl body .page-wrapper table th {
  text-align: right;
}
body .page-wrapper .btn-default {
  background: #34bbce;
  color: #ffffff;
  padding: 12px 30px;
  border: 0;
  font-family: 'times_new_romanregular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .page-wrapper .btn-default:hover {
  background: #333;
  color: #ffffff;
}
body .page-wrapper .btn-default.read-more {
  color: #5f5f5f;
  font-size: 11px;
  padding: 8px 16px;
}
body .page-wrapper .btn-default.read-more .fa {
  font-size: 8px;
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  line-height: 15px;
}
.rtl body .page-wrapper .btn-default.read-more .fa {
  margin-right: 5px;
  margin-left: inherit;
}
body .page-wrapper .btn-default.read-more:hover {
  background: #34bbce !important;
  color: #ffffff;
}
body .page-wrapper .btn-default.white {
  background: #ffffff;
  color: #333;
}
body .page-wrapper .btn-default.white:hover {
  background: #34bbce;
  color: #ffffff;
}
body .page-wrapper .btn-default.black {
  background: #333;
  color: #ffffff;
}
body .page-wrapper .btn-default.black:hover {
  background: #34bbce;
  color: #ffffff;
}
body .page-wrapper .btn-default i,
body .page-wrapper .btn-default em {
  font-size: 18px;
  margin-left: 15px;
}
body .page-wrapper .owl-carousel .owl-dot {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body .page-wrapper .owl-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}
body .page-wrapper .owl-carousel .owl-dots span {
  background: #333;
  margin: 4px;
  display: block;
  border: 2px solid transparent;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-outs all ease-in;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body .page-wrapper .owl-carousel .owl-dots.disabled {
  display: none;
}
body .page-wrapper .owl-carousel .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #34bbce;
  margin-top: 0;
  margin-bottom: 0;
  width: 16px;
  height: 16px;
}
body .page-wrapper .owl-carousel .owl-dots .owl-dot:hover span {
  background: #34bbce;
}
body .ves-paneltool {
  top: 150px;
}
body .ves-paneltool .form-group a {
  color: #ffffff;
}
.columns a,
.columns .alink {
  color: #777;
}
.columns a:hover,
.columns .alink:hover {
  color: #34bbce;
}
.cms-home h1.page-title {
  display: none !important;
}
.page-main > .page-title-wrapper .page-title {
  font-family: 'times_new_romanbold', sans-serif;
  font-size: 24px;
  color: #34bbce;
}
.page-layout-1column .column.main {
  float: left;
  width: 100%;
}
.rtl .page-layout-1column .column.main {
  float: right !important;
}
.cms-index-index .breadcrumbs,
[class*=cms-arthome-home-] .breadcrumbs {
  display: none;
}
.cms-index-index .column.main,
[class*=cms-arthome-home-] .column.main {
  float: none;
  padding: 0;
}
.cms-index-index .page-header,
[class*=cms-arthome-home-] .page-header {
  margin-bottom: 0 !important;
}
.cms-index-index .page-header,
.catalog-category-view .page-header,
.catalog-product-view .page-header,
.cms-no-route .page-header {
  margin-bottom: 0 !important;
}
.catalog-category-view .page-title-wrapper,
.catalogsearch-result-index .page-title-wrapper,
.vesbrand-brand-view .page-title-wrapper {
  display: none;
}
.catalog-category-view .column.main,
.catalogsearch-result-index .column.main,
.vesbrand-brand-view .column.main {
  overflow: hidden;
}
.catalog-category-view.page-layout-1column .page-products .toolbar .limiter,
.catalogsearch-result-index.page-layout-1column .page-products .toolbar .limiter,
.vesbrand-brand-view.page-layout-1column .page-products .toolbar .limiter {
  display: block;
  margin-left: 20px;
}
.rtl .catalog-category-view.page-layout-1column .page-products .toolbar .limiter,
.rtl .catalogsearch-result-index.page-layout-1column .page-products .toolbar .limiter,
.rtl .vesbrand-brand-view.page-layout-1column .page-products .toolbar .limiter {
  margin-right: 20px;
  margin-left: inherit;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products .limiter,
.catalogsearch-result-index.page-layout-1column .products ~ .toolbar-products .limiter,
.vesbrand-brand-view.page-layout-1column .products ~ .toolbar-products .limiter {
  display: none !important;
}
.catalog-category-view .breadcrumbs,
.catalog-product-view .breadcrumbs {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.sections.nav-sections {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 123;
}
.page-header .block {
  margin-bottom: 0;
}
.page-header .block .block-title {
  border: 0;
  padding: 0;
}
.page-header .page-topbar {
  min-height: 50px;
  transition: all 0.4s ease 0ss all ease-in;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.page-header .page-topbar .ves-inner {
  border-bottom: 1px solid #e9e9e9;
  display: inline-block;
  width: 100%;
}
.page-header .page-topbar .col-left,
.page-header .page-topbar .minicart-warp {
  line-height: 50px;
}
.page-header .ui-widget-content.mage-dropdown-dialog {
  position: absolute;
  right: 0;
  color: #888;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
}
.rtl .page-header .ui-widget-content.mage-dropdown-dialog {
  left: 0;
  right: auto;
}
.page-header .active .ui-widget-content.mage-dropdown-dialog {
  opacity: 1;
  visibility: visible;
}
.page-header .logo-wrapper {
  text-align: center;
}
.page-header .logo {
  margin: 0 auto !important;
  max-width: 100%;
  line-height: 45px;
  float: none;
  display: inline;
}
.page-header .logo img {
  max-height: 202px;
}
.page-header .header-content {
  min-height: 80px;
  padding: 30px 0;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease-in-outs all ease-in;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-header .nav-links {
  margin: 0 -8px;
  padding-top: 8px;
}
.page-header .nav-links li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 8px;
  margin: 0 15px;
}
.page-header .nav-links li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
}
.page-header .nav-links li a:hover {
  color: #ffffff;
}
.page-header #autosearch .search_box .search {
  width: 70%;
}
.page-header #autosearch .block-search .block-title {
  display: none;
}
.page-header .search_box,
.page-header .block-search {
  line-height: 25px;
  margin-top: 0;
  float: left;
  width: 100%;
  min-width: 600px;
  background-color: #ffffff;
  padding: 0;
}
.page-header .search_box .filter_type,
.page-header .block-search .filter_type {
  width: 30%;
  background: white;
  position: relative;
  border-right: none;
  padding: 4px 0 0 0;
  height: 40px;
  border: 1px solid #f1f1f1;
}
.page-header .search_box .filter_type .fa,
.page-header .block-search .filter_type .fa {
  background-color: white;
  width: 20px;
  height: 25px;
  line-height: 25px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  top: 6px;
  color: #363636;
}
.page-header .search_box select,
.page-header .block-search select {
  padding: 0;
  font-size: 10px;
  border: none;
  float: left;
}
.rtl .page-header .search_box select,
.rtl .page-header .block-search select {
  float: right !important;
}
.page-header .search_box .category_filter select,
.page-header .block-search .category_filter select {
  background-color: transparent;
  border: none;
  color: #363636;
  cursor: pointer;
  font-size: 14px;
  width: 165px;
  height: 34px;
  padding: 3px;
  box-shadow: none;
}
.page-header .search_box .category_filter select:-moz-focusring,
.page-header .block-search .category_filter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.page-header .search_box .search,
.page-header .block-search .search {
  width: 85%;
  position: relative;
}
.page-header .search_box .search input[type="text"],
.page-header .block-search .search input[type="text"] {
  color: #000;
}
.page-header .search_box .search input,
.page-header .block-search .search input {
  font-size: 13px;
  width: 100%;
  height: 40px;
  float: left;
}
.page-header .search_box .search span.button-search,
.page-header .block-search .search span.button-search {
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  float: left;
  text-align: center;
  color: #363636;
  cursor: pointer;
}
.page-header .search_box .search span.button-search .fa,
.page-header .block-search .search span.button-search .fa {
  font-size: 12px;
  line-height: 38px;
  padding-right: 6px;
}
.page-header .search_box .search .ui-autocomplete,
.page-header .block-search .search .ui-autocomplete {
  top: 38px !important;
  width: 305px;
}
.page-header .setting-links li,
.page-header .switcher li,
.page-header .top-currency li {
  padding: 0 10px;
}
.page-header .header-links .selected,
.page-header .setting-links .selected,
.page-header .switcher .selected,
.page-header .top-currency .selected {
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
  border: 0;
}
.page-header .header-links .selected .fa,
.page-header .setting-links .selected .fa,
.page-header .switcher .selected .fa,
.page-header .top-currency .selected .fa {
  font-size: 13px;
  margin-left: 3px;
  color: #666666;
}
.page-header .switcher-currency-wrapper .switcher {
  margin-right: 15px;
}
.rtl .page-header .switcher-currency-wrapper .switcher {
  margin-left: 15px;
  margin-right: inherit;
}
.page-header .page-topbar .col-left {
  display: inline-block;
  width: 100%;
}
.page-header .page-topbar .setting-wrapper {
  margin-top: 10px;
}
.page-header .page-topbar .header-links-wrapper {
  margin-top: 15px;
}
.page-header .page-topbar p {
  font-size: 15px;
  margin: 0;
  font-family: 'proxima_nova_alt_condensedLt';
}
.page-header .page-topbar p,
.page-header .page-topbar .switcher-language-wrapper,
.page-header .page-topbar .switcher-currency-wrapper {
  display: inline-block;
  float: left;
}
.rtl .page-header .page-topbar p,
.rtl .page-header .page-topbar .switcher-language-wrapper,
.rtl .page-header .page-topbar .switcher-currency-wrapper {
  float: right !important;
}
.page-header .page-topbar .search-desktop .block-search .action.search {
  top: -5px;
}
.page-header .page-topbar .search-desktop .block-search input {
  width: 200px;
  height: 40px;
}
.page-header .page-topbar .search-wrapper .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .page-header .page-topbar .search-wrapper .dropdown-menu {
  left: 0;
  right: auto;
}
.page-header .setting-wrapper .switcher strong {
  font-size: 14px;
  color: #666666;
}
.page-header .setting-wrapper .switcher .selected:hover strong {
  color: #34bbce;
}
.page-header .setting-wrapper .dropdown {
  transition: all 300ms ease-in-out 0ss all ease-in;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  line-height: 30px;
  cursor: pointer;
}
.page-header .setting-wrapper .dropdown:hover .dropdown-menu,
.page-header .setting-wrapper .dropdown:focus .dropdown-menu,
.page-header .setting-wrapper .dropdown:active .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
}
.page-header .setting-wrapper .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  margin: 0;
  min-width: 150px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
  top: 120%;
  transition: all 0.4s ease-in-out 0ss all ease-in;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  display: inline-block;
  background-color: #ffffff;
  line-height: 30px;
  position: absolute;
  height: auto;
  padding: 0;
}
.rtl .page-header .setting-wrapper .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl .page-header .setting-wrapper .dropdown .dropdown-menu {
  text-align: right;
}
.page-header .setting-wrapper .dropdown .dropdown-menu ul {
  margin: 5px 0 3px;
  text-align: left;
}
.rtl .page-header .setting-wrapper .dropdown .dropdown-menu ul {
  text-align: right;
}
.page-header .setting-wrapper .dropdown .dropdown-menu li a {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  display: block;
}
.page-header .setting-wrapper .dropdown .dropdown-menu li a:hover {
  color: #34bbce;
}
.page-header .header-link-custom-wrapper {
  margin-bottom: 0;
}
.page-header .header-link-custom-wrapper li {
  margin-bottom: 0;
}
.page-header .header-link-custom-wrapper li span {
  font-size: 15px;
  color: #666666;
}
.page-header .header-links .options,
.page-header .setting-links .options {
  display: block !important;
  text-align: center;
}
.page-header .header-links .action.toggle,
.page-header .setting-links .action.toggle {
  padding: 0 14px!important;
}
.page-header .header-links li,
.page-header .setting-links li {
  font-size: 16px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding: 0 25px 0 20px;
}
.page-header .header-links li.wishlist:before,
.page-header .setting-links li.wishlist:before {
  content: "\f044";
}
.page-header .header-links li.authorization-link:before,
.page-header .setting-links li.authorization-link:before {
  content: "\f023";
}
.page-header .header-links li:nth-child(5n):before,
.page-header .setting-links li:nth-child(5n):before {
  content: "\f044";
}
.page-header .header-links li:before,
.page-header .setting-links li:before {
  position: absolute;
  content: "\f007";
  font-family: "FontAwesome";
  font-size: 13px;
  top: 0px;
  left: 0px;
  color: #999999;
}
.rtl .page-header .header-links li:before,
.rtl .page-header .setting-links li:before {
  right: 0px;
  left: auto;
}
.page-header .header-links li:hover a,
.page-header .setting-links li:hover a,
.page-header .header-links li:hover:before,
.page-header .setting-links li:hover:before {
  color: #34bbce;
}
.page-header .header-links li a,
.page-header .setting-links li a {
  text-decoration: none !important;
  font-size: 15px;
}
.page-header .header-links .action.toggle::before {
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.rtl .page-header .header-links .action.toggle::before {
  margin-left: 3px;
  margin-right: inherit;
}
.page-header .header-links > ul li {
  border-bottom: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border-left: 1px solid #c8c8c8;
  padding: 0 14px;
}
.rtl .page-header .header-links > ul li {
  border-right: 1px solid #c8c8c8;
  border-left: none;
}
.page-header .setting-links {
  border-left: 1px solid #c8c8c8;
}
.rtl .page-header .setting-links {
  border-right: 1px solid #c8c8c8;
  border-left: none;
}
.page-header .setting-links .action.toggle::before {
  content: "\f013";
  font-family: "FontAwesome";
  margin-right: 3px;
}
.rtl .page-header .setting-links .action.toggle::before {
  margin-left: 3px;
  margin-right: inherit;
}
.page-header .compare {
  display: none !important;
}
.page-header .setting-links-dropdown li {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}
.page-header .setting-links-dropdown li:first-child {
  border-top: 0 !important;
}
.page-header .setting-links-dropdown li:last-child {
  padding: 0 10px!important;
}
.page-header .setting-links-dropdown li:hover {
  background: none !important;
}
.page-header .setting-links-dropdown li a {
  color: #666;
}
.page-header .setting-links-dropdown li a:hover {
  color: #34bbce;
}
.page-header .setting-links-dropdown .switcher-language-wrapper {
  margin-bottom: 10px !important;
}
.page-header .setting-links-dropdown .switcher-language-wrapper .switcher-language {
  padding-top: 10px;
}
.page-header .ves-menutop .ves-megamenu li.level0 > a {
  line-height: 40px;
}
.page-header .ves-menutop .ves-megamenu .megamenu-widget .block-title {
  line-height: normal;
}
.page-header .bottom-right {
  position: absolute;
  right: 15%;
  top: 8px;
  z-index: 12;
}
.rtl .page-header .bottom-right {
  left: 15%;
  right: auto;
}
.page-header .bottom-right .dropdown-toggle {
  color: #666666;
  font-size: 19px;
}
.page-header .bottom-right #autosearch .fa {
  color: #666;
}
.page-header .dropdown-toggle:hover,
.page-header .dropdown-toggle.active {
  cursor: pointer;
  color: #363636;
}
.page-header .ves-menutop .ves-megamenu li.level0 > a::after {
  content: none;
}
.page-header .header1 .header-content {
  padding: 20px 0;
}
.page-header .header1 .block-header {
  padding-left: 20px;
  padding-right: 18px;
}
.rtl .page-header .header1 .block-header {
  padding-left: 18px;
  padding-right: 20px;
}
.page-header .header1 .header-links li::before {
  top: 2px;
}
.page-header .minicart-items .product-item-details {
  text-align: left;
}
.page-header .header2 .minicart-wrapper,
.page-header .header3 .minicart-wrapper {
  padding: 0;
  margin-left: 0;
  line-height: 40px;
}
.rtl .page-header .header2 .minicart-wrapper,
.rtl .page-header .header3 .minicart-wrapper {
  margin-right: 0;
  margin-left: inherit;
}
.page-header .header2 .search-content .dropdown-toggle,
.page-header .header3 .search-content .dropdown-toggle {
  line-height: 40px;
  padding: 0 20px 0 15px;
  font-size: 19px;
}
.page-header .header2 .page-topbar,
.page-header .header4 .page-topbar {
  background-color: #242424;
  color: #999;
  min-height: 44px;
}
.page-header .header2 .page-topbar .col-left,
.page-header .header4 .page-topbar .col-left,
.page-header .header2 .page-topbar .minicart-warp,
.page-header .header4 .page-topbar .minicart-warp {
  line-height: 44px;
}
.page-header .header2 .page-topbar .setting-wrapper,
.page-header .header4 .page-topbar .setting-wrapper,
.page-header .header2 .page-topbar .header-links-wrapper,
.page-header .header4 .page-topbar .header-links-wrapper {
  margin: 0;
}
.page-header .header2 .header-links .selected,
.page-header .header4 .header-links .selected,
.page-header .header2 .setting-links .selected,
.page-header .header4 .setting-links .selected,
.page-header .header2 .switcher .selected,
.page-header .header4 .switcher .selected,
.page-header .header2 .top-currency .selected,
.page-header .header4 .top-currency .selected {
  line-height: 44px;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #333333;
}
.rtl .page-header .header2 .header-links .selected,
.rtl .page-header .header4 .header-links .selected,
.rtl .page-header .header2 .setting-links .selected,
.rtl .page-header .header4 .setting-links .selected,
.rtl .page-header .header2 .switcher .selected,
.rtl .page-header .header4 .switcher .selected,
.rtl .page-header .header2 .top-currency .selected,
.rtl .page-header .header4 .top-currency .selected {
  margin-right: 15px;
  margin-left: inherit;
}
.rtl .page-header .header2 .header-links .selected,
.rtl .page-header .header4 .header-links .selected,
.rtl .page-header .header2 .setting-links .selected,
.rtl .page-header .header4 .setting-links .selected,
.rtl .page-header .header2 .switcher .selected,
.rtl .page-header .header4 .switcher .selected,
.rtl .page-header .header2 .top-currency .selected,
.rtl .page-header .header4 .top-currency .selected {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .page-header .header2 .header-links .selected,
.rtl .page-header .header4 .header-links .selected,
.rtl .page-header .header2 .setting-links .selected,
.rtl .page-header .header4 .setting-links .selected,
.rtl .page-header .header2 .switcher .selected,
.rtl .page-header .header4 .switcher .selected,
.rtl .page-header .header2 .top-currency .selected,
.rtl .page-header .header4 .top-currency .selected {
  border-right: 1px solid #333333;
  border-left: none;
}
.page-header .header2 .page-topbar .switcher strong,
.page-header .header4 .page-topbar .switcher strong,
.page-header .header2 .header-links .selected .fa,
.page-header .header4 .header-links .selected .fa,
.page-header .header2 .setting-links .selected .fa,
.page-header .header4 .setting-links .selected .fa,
.page-header .header2 .switcher .selected .fa,
.page-header .header4 .switcher .selected .fa,
.page-header .header2 .top-currency .selected .fa,
.page-header .header4 .top-currency .selected .fa {
  color: #999;
}
.page-header .header2 .setting-wrapper .dropdown:hover .dropdown-menu,
.page-header .header4 .setting-wrapper .dropdown:hover .dropdown-menu,
.page-header .header2 .setting-wrapper .dropdown:focus .dropdown-menu,
.page-header .header4 .setting-wrapper .dropdown:focus .dropdown-menu,
.page-header .header2 .setting-wrapper .dropdown:active .dropdown-menu,
.page-header .header4 .setting-wrapper .dropdown:active .dropdown-menu {
  top: 85%;
}
.page-header .header2 .header-links li,
.page-header .header4 .header-links li,
.page-header .header2 .setting-links li,
.page-header .header4 .setting-links li {
  line-height: 44px;
  margin-left: 15px;
  padding: 0 15px 0 20px;
  border-right: 1px solid #333333;
}
.rtl .page-header .header2 .header-links li,
.rtl .page-header .header4 .header-links li,
.rtl .page-header .header2 .setting-links li,
.rtl .page-header .header4 .setting-links li {
  margin-right: 15px;
  margin-left: inherit;
}
.rtl .page-header .header2 .header-links li,
.rtl .page-header .header4 .header-links li,
.rtl .page-header .header2 .setting-links li,
.rtl .page-header .header4 .setting-links li {
  border-left: 1px solid #333333;
  border-right: none;
}
.page-header .header2 .header-links li:last-child,
.page-header .header4 .header-links li:last-child,
.page-header .header2 .setting-links li:last-child,
.page-header .header4 .setting-links li:last-child {
  border: 0;
  padding-right: 0;
}
.rtl .page-header .header2 .header-links li,
.rtl .page-header .header4 .header-links li,
.rtl .page-header .header2 .setting-links li,
.rtl .page-header .header4 .setting-links li {
  padding: 0 20px 0 15px;
}
.page-header .header2 .header-links li a,
.page-header .header4 .header-links li a,
.page-header .header2 .setting-links li a,
.page-header .header4 .setting-links li a {
  color: #999;
}
.page-header .header2 .header-links-dropdown,
.page-header .header4 .header-links-dropdown {
  margin: 0;
}
.page-header .header2 .header-link-custom-wrapper li span,
.page-header .header4 .header-link-custom-wrapper li span {
  color: #999;
  font-family: 'proxima_nova_alt_condensedLt';
}
.page-header .header2 .header-content {
  padding: 30px 0 20px;
}
.page-header .header2 .setting-wrapper .dropdown .dropdown-menu {
  left: 15px;
}
.rtl .page-header .header2 .setting-wrapper .dropdown .dropdown-menu {
  right: 15px;
  left: auto;
}
.page-header .header2 .ves-menutop .ves-megamenu li.level0:first-child {
  margin-left: 60px;
}
.rtl .page-header .header2 .ves-menutop .ves-megamenu li.level0:first-child {
  margin-right: 60px;
  margin-left: inherit;
}
.page-header .header2 .logo {
  float: left;
}
.rtl .page-header .header2 .logo {
  float: right !important;
}
.page-header .header2 .setting-links {
  border: 0 !important;
}
.page-header .header2 .header-links {
  border-color: #ddd;
}
.page-header .header2 .header-links > ul li {
  border-color: #ddd;
}
.page-header .header2 .header-links > ul li a {
  color: #999;
}
.page-header .header2:not(.header3) .ves-menutop .ves-megamenu li.level0 > a {
  color: #363636;
}
.page-header .header2:not(.header3) .ves-menutop .ves-megamenu li.level0 > a:hover {
  color: #34bbce;
}
.page-header .header2 .a-left,
.page-header .header2 .a-right {
  position: absolute;
}
.page-header .header2 .a-left {
  left: 0;
}
.rtl .page-header .header2 .a-left {
  right: 0;
  left: auto;
}
.page-header .header2 .a-right {
  right: 0;
}
.rtl .page-header .header2 .a-right {
  left: 0;
  right: auto;
}
.page-header .header2 .header-links li:hover a,
.page-header .header2 .setting-links li:hover a {
  color: #34bbce;
}
.page-header .header3 .page-topbar {
  background-color: #f2f2f2;
  min-height: 46px;
}
.page-header .header3 .page-topbar .col-left {
  line-height: 46px;
}
.page-header .header3 .page-topbar .header-links-wrapper {
  margin: 11px 0;
}
.page-header .header3 .page-topbar .header-links-dropdown {
  margin-bottom: 0;
}
.page-header .header3 .page-topbar .header-links li {
  line-height: 24px;
  position: relative;
}
.page-header .header3 .page-topbar .header-links li:after {
  content: "";
  background-color: #e1e1e1;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 12px;
  top: 0;
}
.rtl .page-header .header3 .page-topbar .header-links li:after {
  left: 12px;
  right: auto;
}
.page-header .header3 .page-topbar .header-links li:last-child {
  padding-right: 7px;
}
.page-header .header3 .page-topbar .header-links li:last-child:after {
  display: none;
}
.rtl .page-header .header3 .page-topbar .header-links li:last-child {
  padding-left: 7px;
}
.page-header .header3 .page-topbar .header-links li:before {
  color: #666666;
}
.page-header .header3 .page-topbar .header-links li:hover:before {
  color: #34bbce;
}
.page-header .header3 .header-bottom .ves-menutop {
  background-color: #242424;
}
.page-header .header3 .ves-menutop .ves-megamenu {
  line-height: 0;
}
.page-header .header3 .ves-menutop .ves-megamenu li.level0 > a {
  line-height: 52px;
}
.page-header .header3 .ves-menutop .ves-megamenu li.level0 > a span {
  color: #ffffff;
  line-height: 52px;
}
.page-header .header3 .ves-menutop .ves-megamenu li.level0 > a span:hover {
  color: #34bbce;
}
.page-header .header3 .block-search .block-content .action.search::before {
  color: #333;
}
.page-header .header3 .header-content .switcher-language-wrapper,
.page-header .header3 .header-content .switcher-currency-wrapper {
  display: inline-block;
  float: left;
}
.rtl .page-header .header3 .header-content .switcher-language-wrapper,
.rtl .page-header .header3 .header-content .switcher-currency-wrapper {
  float: right !important;
}
.page-header .header4 {
  /*       background: rgba(0, 0, 0, 0.1);
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));*/
}
.page-header .header4 .header-content {
  padding: 37px 0;
}
.page-header .header4 .header-content .minicart-wrapper {
  line-height: 44px;
}
.page-header .header4 .switcher-language-wrapper .selected {
  margin-left: 0 !important;
}
.page-header .header4 .setting-wrapper .dropdown .dropdown-menu {
  left: 15px;
}
.rtl .page-header .header4 .setting-wrapper .dropdown .dropdown-menu {
  right: 15px;
  left: auto;
}
.page-header .header4 .header-links li a,
.page-header .header4 .setting-links {
  color: #999;
}
.page-header .header4 .header-links li a:hover,
.page-header .header4 .setting-links:hover {
  color: #ffa744;
}
.page-header .header4 .header-bottom .ves-menutop .ves-inner {
  border-top: 1px solid #c8c8c8;
}
.page-header .header4 .block-search .action.search {
  top: 0;
  background-color: #f4f6f7 !important;
  right: 1px;
  height: 42px;
}
.rtl .page-header .header4 .block-search .action.search {
  left: 1px;
  right: auto;
}
.page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
  box-shadow: none;
  left: 0;
  right: auto;
}
.page-header .header4 .search_box .search input[type="text"],
.page-header .header4 .block-search .search input[type="text"] {
  background-color: #f4f6f7 !important;
}
.page-header .header4 .block-search input {
  height: 42px !important;
}
.page-header .header4 .ui-widget-content.mage-dropdown-dialog {
  border: none;
  margin-top: 0;
}
.page-header .header4 .minicart-wrapper .action.showcart::before {
  background: url("../images/icon-minicart-4.png") no-repeat;
}
.page-header .header4 .ves-menutop .ves-megamenu {
  margin-top: 6px;
  margin-bottom: 3px;
}
.page-header .header5 {
  background-color: #212121;
}
.page-header .header5 .header-content {
  padding: 0;
  border-top: 1px solid #333333;
  min-height: 50px;
}
.page-header .header5 .page-topbar {
  padding: 25px 0;
}
.page-header .header5 .header-links li a,
.page-header .header5 .setting-links li a,
.page-header .header5 .header-links li::before,
.page-header .header5 .setting-links li::before,
.page-header .header5 .header-links li,
.page-header .header5 .setting-links li {
  font-size: 14px;
  color: #b0b0b0;
}
.page-header .header5 .ves-menutop {
  line-height: 0;
}
.page-header .header5 .header-links li a:hover,
.page-header .header5 .setting-links li a:hover,
.page-header .header5 .header-links li:hover:before:hover {
  color: #df8f90;
}
.page-header .header5 .header-links .options,
.page-header .header5 .setting-links .options {
  text-align: left;
}
.rtl .page-header .header5 .header-links .options,
.rtl .page-header .header5 .setting-links .options {
  text-align: right;
}
.page-header .header5 .header-links li,
.page-header .header5 .setting-links li {
  padding: 0 25px;
}
.page-header .header5 .minicart-wrapper .action.showcart,
.page-header .header5 .minicart-wrapper .action.showcart .total-qty .counter-number {
  color: #ffffff;
}
.page-header .header5 .header-links .selected,
.page-header .header5 .setting-links .selected,
.page-header .header5 .switcher .selected,
.page-header .header5 .top-currency .selected,
.page-header .header5 .header-links .selected .fa,
.page-header .header5 .setting-links .selected .fa,
.page-header .header5 .switcher .selected .fa,
.page-header .header5 .top-currency .selected .fa {
  color: #b0b0b0;
}
.page-header .header5 .setting-wrapper .switcher strong {
  color: #b0b0b0;
  font-family: 'proxima_nova_altsemibold';
}
.page-header .header5 .ves-menutop .ves-megamenu li.level0 > a {
  color: #ffffff;
}
.page-header .header5 .bottom-right {
  position: absolute;
  right: 15%;
  top: 18px;
  z-index: 12;
}
.rtl .page-header .header5 .bottom-right {
  left: 15%;
  right: auto;
}
.page-header .header5 .bottom-right #autosearch .fa {
  color: #666;
}
.page-header .header5 .minicart-wrapper .action.showcart::before {
  background: url("../images/icon-minicart-5.png") no-repeat;
}
.page-header .header5 .ves-menutop .ves-megamenu li.level0 > a {
  padding-top: 8px;
  padding-bottom: 5px;
}
.page-header .header5 .ves-menutop .ves-megamenu .caret::after {
  top: 8px;
}
.page-header .header5 .bottom-right .dropdown-toggle {
  color: #999;
}
/* Keep header */
.navbar-fixed-top #ves-header {
  position: fixed;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
.navbar-fixed-top #ves-header .top-banner {
  display: none;
}
.navbar-fixed-top #ves-header .page-topbar {
  margin-top: -45px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0ss all ease-in;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}
.navbar-fixed-top #ves-header.header5 {
  background: #212121;
}
.navbar-fixed-top #ves-header.header5 .page-topbar {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.navbar-fixed-top #ves-header.header5 .header-content {
  padding: 0 !important;
}
.navbar-fixed-top .header-content {
  padding: 10px 0!important;
}
.header.panel {
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
  font-size: 18px;
}
.header.panel a {
  color: #666;
  font-size: 18px;
}
.header.panel a:hover {
  color: #34bbce;
}
.page-wrapper > .breadcrumbs {
  background-color: #f1f1f1;
  font-size: 16px;
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
  color: #363636;
  text-transform: none;
  min-height: 52px;
  line-height: 52px;
}
.breadcrumbs {
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.breadcrumbs .items {
  position: relative;
  z-index: 14;
}
.breadcrumbs .item {
  font-size: 10px;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}
.breadcrumbs .item a {
  color: #363636 !important;
}
.breadcrumbs .item strong {
  color: #363636;
  font-weight: 600;
}
.breadcrumbs .item:not(:last-child)::after {
  line-height: 52px !important;
  color: #363636;
}
.ves-slideshow .owl-carousel {
  padding: 0;
}
.ves-bannertop a {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.rtl .ves-bannertop a {
  float: right !important;
}
.ves-bannertop a:last-child {
  margin-bottom: 0;
}
.ves-showcase {
  margin-bottom: 25px;
}
.ves-massbottom {
  margin-bottom: 25px;
}
.ves-massbottom .block {
  margin-bottom: 0;
}
.ves-massbottom .block .block-title strong {
  color: #ffffff;
}
.ves-massbottom .block .block-content {
  color: #ffffff;
  padding: 30px 0;
}
.brand-image img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.brand-image img:hover,
.brand-image img:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.page-footer .widget-images .image-description {
  margin: 30px 0;
  line-height: 1.6;
}
.page-footer .widget-images .image-description p {
  color: #363636;
}
.page-footer .widget-sociallinks.block .block-content {
  padding: 0;
}
.page-footer .infom .fa,
.page-footer .infom .zmdi {
  margin-right: 20px;
  color: #999;
  line-height: 20px;
  float: left;
}
.rtl .page-footer .infom .fa,
.rtl .page-footer .infom .zmdi {
  margin-left: 20px;
  margin-right: inherit;
}
.rtl .page-footer .infom .fa,
.rtl .page-footer .infom .zmdi {
  float: right !important;
}
.page-footer .infom .fa-map-marker {
  float: left;
}
.rtl .page-footer .infom .fa-map-marker {
  float: right !important;
}
.page-footer .infom span.info {
  display: table-cell;
  overflow: hidden;
}
.page-footer .infom.block .block-title {
  padding: 0;
}
.page-footer .infom.service {
  margin: 0;
}
.page-footer .infom.service.block .block-content {
  padding: 0;
}
.page-footer .col-success .panel-body {
  padding: 0;
}
.page-footer .col-primary {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.rtl .page-footer .col-primary {
  border-right: 1px solid #efefef;
  border-left: none;
}
.rtl .page-footer .col-primary {
  border-left: 1px solid #efefef;
  border-right: none;
}
.page-footer .border {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.page-footer .block .block-title:before,
.page-footer .block .block-title:after {
  display: none;
}
.page-footer .block .block-title * {
  color: #363636;
  text-transform: none;
  font-size: 26px;
}
/* Style Footer Element */
.block.eveprest-footer {
  color: #363636;
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
  line-height: 22px;
  margin: 0;
}
.block.eveprest-footer .ves-inner > p {
  margin: 0;
}
.block.eveprest-footer > p {
  margin: 0;
}
.block.eveprest-footer > .block-content {
  padding: 0;
}
.block.eveprest-footer .block {
  margin-bottom: 0;
}
.block.eveprest-footer .block .block-title {
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 25px;
  text-align: left;
}
.rtl .block.eveprest-footer .block .block-title {
  text-align: right;
}
.block.eveprest-footer .block .block-title strong:after,
.block.eveprest-footer .block .block-title strong:before {
  display: none;
}
.block.eveprest-footer .block .block-title * {
  color: #363636;
  text-transform: none;
}
.block.eveprest-footer .block .block-content {
  padding: 0 !important;
}
.block.eveprest-footer .widget-newsletter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
  margin: auto;
}
.block.eveprest-footer .widget-newsletter .block-title {
  text-align: center !important;
}
.block.eveprest-footer .widget-newsletter .block-title * {
  color: #363636;
}
.block.eveprest-footer .widget-newsletter .label {
  font-family: 'proxima_nova_alt_condensedLt';
  color: #666666;
  font-size: 17px;
  line-height: 1.5em;
  display: block;
  text-align: center;
  padding: 0 0 35px;
  max-width: 75%;
  margin: 0 auto;
}
.block.eveprest-footer .widget-newsletter .field.newsletter {
  position: relative;
  max-width: 53%;
  margin: 0 auto;
}
.block.eveprest-footer .widget-newsletter .field.newsletter input {
  box-shadow: 1px 1px 3px 0 #ededed;
  font-family: 'proxima_nova_alt_condenseLtIt';
}
.block.eveprest-footer .widget-newsletter .actions .action.subscribe {
  padding: 10px 36px;
  font-family: 'times_new_romanbold', sans-serif;
  font-weight: 300;
}
.block.eveprest-footer .widget-newsletter #newsletter-error {
  margin-top: 3px;
}
.block.eveprest-footer .nav-links {
  margin: 0;
}
.block.eveprest-footer .nav-links li {
  margin-bottom: 15px;
  padding-left: 23px;
}
.rtl .block.eveprest-footer .nav-links li {
  padding-right: 23px;
  padding-left: inherit;
}
.block.eveprest-footer .nav-links li a {
  color: #363636;
  font-size: 16px;
  position: relative;
}
.block.eveprest-footer .nav-links li a::before {
  content: "\f301";
  color: #999;
  font-family: "Material-Design-Iconic-Font";
  font-size: 12px;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  left: -20px;
}
.rtl .block.eveprest-footer .nav-links li a::before {
  right: -20px;
  left: auto;
}
.rtl .block.eveprest-footer .nav-links li a::before {
  content: "\f2ff";
}
.block.eveprest-footer .nav-links li a:hover {
  color: #34bbce;
  padding-left: 7px;
  transition: all 0.3s ease 0ss all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .block.eveprest-footer .nav-links li a:hover {
  padding-right: 7px;
  padding-left: inherit;
}
.block.eveprest-footer .infom em {
  color: #999;
  font-size: 20px;
  margin-right: 15px;
  min-width: 25px;
  text-align: center;
}
.rtl .block.eveprest-footer .infom em {
  margin-left: 15px;
  margin-right: inherit;
}
.block.eveprest-footer .logo-pay {
  margin: 0 -3px;
}
.block.eveprest-footer .logo-pay li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 3px 3px;
}
.block.eveprest-footer .copyright {
  color: #363636;
  font-size: 20px;
  font-family: 'times_new_romanregular', sans-serif;
}
.block.eveprest-footer .copyright p {
  margin: 0;
}
.block.eveprest-footer .copyright .block .panel-group {
  margin: 0;
}
.block.eveprest-footer .copyright .widget-images .image-item .img-animation {
  float: right;
}
.rtl .block.eveprest-footer .copyright .widget-images .image-item .img-animation {
  float: left !important;
}
.block.eveprest-footer .copyright .nav-links > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 8px 3px;
  position: relative;
}
.block.eveprest-footer .copyright .nav-links > li::after {
  content: "";
  background: #999;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: -10px;
}
.rtl .block.eveprest-footer .copyright .nav-links > li::after {
  left: -10px;
  right: auto;
}
.block.eveprest-footer .copyright .nav-links > li:last-child::after {
  display: none;
}
.block.eveprest-footer .copyright .nav-links > li a {
  color: #999;
  padding: 0 !important;
}
.block.eveprest-footer .copyright .nav-links > li a:before {
  display: none;
}
.block.eveprest-footer .copyright .nav-links > li a:hover {
  color: #34bbce;
}
.page-footer .block.eveprest-footer.footer2 .footer2-content {
  /* background: #222;
        a, .alink{color: #888;}
        .block .block-title *{color: @white;}
        .infom em{color: @white;}
        .nav-links li a{
            color: #888;
            &:hover{
                color: @theme-color-default;
            }
        }
        .footer-prom{border-top: 1px solid rgba(255, 255, 255, 0.1);}*/
}
.page-footer .block.eveprest-footer.footer2 .footer2-content .border .container {
  border: none;
}
.page-footer .block.eveprest-footer.footer3 .widget-newsletter .label {
  max-width: 55%;
  padding-bottom: 33px;
}
.page-footer .block.eveprest-footer.footer3 .widget-newsletter .field.newsletter {
  max-width: 50%;
}
.page-footer .block.eveprest-footer.footer4 {
  color: #999;
}
.page-footer .block.eveprest-footer.footer4 .footer2-content .border .container {
  border: none;
}
.page-footer .block.eveprest-footer.footer4 .widget-images .image-description p,
.page-footer .block.eveprest-footer.footer4 .widget-sociallinks li a,
.page-footer .block.eveprest-footer.footer4 .social li a,
.page-footer .block.eveprest-footer.footer4 .nav-links li a {
  color: #999;
}
.page-footer .block.eveprest-footer.footer4 .widget-sociallinks li a,
.page-footer .block.eveprest-footer.footer4 .social li a {
  color: #f9f9f9 !important;
}
.page-footer .block.eveprest-footer.footer4 .nav-links li a {
  color: #999;
}
.page-footer .block.eveprest-footer.footer4 .border .block-title * {
  color: #fff;
}
.page-footer .block.eveprest-footer.footer4 .col-primary {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.rtl .page-footer .block.eveprest-footer.footer4 .col-primary {
  border-right: 1px solid #333333;
  border-left: none;
}
.rtl .page-footer .block.eveprest-footer.footer4 .col-primary {
  border-left: 1px solid #333333;
  border-right: none;
}
.page-footer .block.eveprest-footer.footer4 .border .container {
  border: none;
}
.page-footer .block.eveprest-footer.footer4 .copyright {
  font-size: 18px;
}
@media (min-width: 768px) {
  .block.arthome-footer .panel-group {
    margin-bottom: 0;
  }
  .block.arthome-footer .footer-block {
    margin: 0 -10px;
  }
  .block.arthome-footer .footer-block > div::before {
    background: #f1f1f1;
    content: "";
    height: 95%;
    left: 0;
    position: absolute;
    top: 5%;
    width: 1px;
  }
  .rtl .block.arthome-footer .footer-block > div::before {
    right: 0;
    left: auto;
  }
  .block.arthome-footer .footer-block > div:first-child:before {
    background: none !important;
  }
  .block.arthome-footer .footer-block > div > .col-inner {
    padding: 0 10px;
  }
  .block.arthome-footer .block .panel-heading,
  .block.arthome-footer .widget-collapse .block-title {
    background: none;
  }
  .block.arthome-footer .panel-title {
    display: none;
  }
  .block.arthome-footer .collapse .panel-body {
    border: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .block.arthome-footer .block .block-title {
    padding: 10px 0!important;
  }
  .block.arthome-footer .widget-html .block-title {
    margin-bottom: 0 !important;
    position: relative;
  }
  .block.arthome-footer .footer-links {
    margin-top: -76px;
    border: 0;
  }
  .block.arthome-footer .panel-group .panel {
    float: left;
    width: 100%;
    border-radius: 0 !important;
  }
  .block.arthome-footer .block .panel-heading,
  .block.arthome-footer .widget-collapse .block-title {
    background: none !important;
    border-radius: 0;
    margin-bottom: 0 !important;
    position: relative;
  }
  .block.arthome-footer .panel-title,
  .block.arthome-footer .block .opener {
    text-align: right;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    text-decoration: none;
  }
  .rtl .block.arthome-footer .panel-title,
  .rtl .block.arthome-footer .block .opener {
    text-align: left;
  }
  .rtl .block.arthome-footer .panel-title,
  .rtl .block.arthome-footer .block .opener {
    right: 0;
    left: auto;
  }
  .block.arthome-footer .panel-title::before,
  .block.arthome-footer .block .opener::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 300;
  }
  .block.arthome-footer .panel-title.collapsed::before,
  .block.arthome-footer .block .opener.collapsed::before {
    content: "\f106";
  }
  .block.arthome-footer .panel-title i,
  .block.arthome-footer .block .opener i {
    display: none;
  }
  .block.arthome-footer .collapse {
    display: block;
    height: auto !important;
    padding: 0 !important;
  }
  .block.arthome-footer .collapse.in {
    display: none;
  }
  .block.arthome-footer .collapse .panel-body {
    float: left;
    border: 0 !important;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .block.arthome-footer .collapsing {
    display: none;
  }
}
/* End Style Footer Element */
.scrollup {
  background: #34bbce;
  border-radius: 100%;
  bottom: 82px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 18px;
  padding: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
}
.rtl .scrollup {
  left: 10px;
  right: auto;
}
.scrollup .fa {
  display: block;
}
.scrollup:hover {
  background: #333;
  text-decoration: none;
}
.pages strong.page {
  padding: 0 15px !important;
}
.pages .item {
  font-size: 16px !important;
}
.pages .action.next > span,
.pages .action.previous > span {
  overflow: visible;
  position: inherit;
}
.pages .action.next > span.label,
.pages .action.previous > span.label {
  display: none;
}
.pages .action.next::before,
.pages .action.previous::before {
  display: none;
}
.pages .item.pages-item-next {
  margin-right: 0;
}
.rtl .pages .item.pages-item-previous {
  margin-right: 0;
}
.page-wrapper .toolbar {
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 25px;
  margin-bottom: 30px;
}
.page-wrapper .toolbar .pages a.page {
  color: #363636;
}
.page-wrapper .toolbar .pages a.page:hover {
  color: #34bbce;
}
.page-wrapper .toolbar .modes-mode.active,
.page-wrapper .toolbar .modes-mode:hover:not(.active) {
  color: #fff;
  background-color: #363636;
  border: none;
}
.page-wrapper .toolbar .sorter-action,
.page-wrapper .toolbar .limiter-text {
  display: none;
}
.page-wrapper .toolbar .limiter-options {
  margin-right: 0;
  min-width: 100px;
}
.page-wrapper .toolbar .limiter {
  display: block;
  margin-left: 47px;
}
.rtl .page-wrapper .toolbar .limiter {
  margin-right: 47px;
  margin-left: inherit;
}
.page-wrapper .toolbar .limiter .limiter-options {
  margin: 0;
  min-width: 100px;
}
.page-wrapper .toolbar .limiter label,
.page-wrapper .toolbar .sorter label {
  color: #363636;
  line-height: 32px;
  text-transform: none;
  font-family: 'times_new_romanbold', sans-serif;
  font-weight: 400 !important;
  float: left;
  font-size: 18px;
  padding-right: 10px;
}
.rtl .page-wrapper .toolbar .limiter label,
.rtl .page-wrapper .toolbar .sorter label {
  float: right !important;
}
.rtl .page-wrapper .toolbar .limiter label,
.rtl .page-wrapper .toolbar .sorter label {
  padding-left: 10px;
  padding-right: inherit;
}
.page-wrapper .toolbar .sorter-options,
.page-wrapper .toolbar .limiter-options {
  padding-right: 5px;
  font-weight: normal;
  color: #363636;
  border-color: #c8c8c8;
  box-shadow: none !important;
  margin: 0;
  min-height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-wrapper .toolbar .sorter-options:-moz-focusring,
.page-wrapper .toolbar .limiter-options:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.page-wrapper .toolbar .sorter-options {
  min-width: 180px;
}
.page-wrapper .toolbar .sorter,
.page-wrapper .toolbar .control {
  position: relative;
  padding: 0;
  float: right;
}
.rtl .page-wrapper .toolbar .sorter,
.rtl .page-wrapper .toolbar .control {
  float: left !important;
}
.page-wrapper .toolbar .sorter::after,
.page-wrapper .toolbar .control::after {
  content: "\f107";
  background: #ffffff;
  color: #363636;
  font-family: "FontAwesome";
  width: 32px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  right: 1px;
  top: 1px;
  border-left: 1px solid #e1e1e1;
  pointer-events: none;
}
.rtl .page-wrapper .toolbar .sorter::after,
.rtl .page-wrapper .toolbar .control::after {
  left: 1px;
  right: auto;
}
.rtl .page-wrapper .toolbar .sorter::after,
.rtl .page-wrapper .toolbar .control::after {
  border-right: 1px solid #e1e1e1;
  border-left: none;
}
.page-wrapper .toolbar .toolbar-amount {
  color: #838d8f;
}
.page-wrapper .toolbar .modes-label {
  display: none;
}
.page-wrapper .toolbar .modes {
  padding: 0;
  float: left;
  margin-right: 25px;
}
.rtl .page-wrapper .toolbar .modes {
  float: right !important;
}
.rtl .page-wrapper .toolbar .modes {
  margin-left: 25px;
  margin-right: inherit;
}
.page-wrapper .toolbar .modes-mode {
  text-transform: uppercase;
  color: #363636;
  padding: 0px;
  border: 1px solid #c8c8c8;
  float: right;
  margin-right: 0;
  width: 38px;
  height: 36px;
  line-height: 36px;
}
.rtl .page-wrapper .toolbar .modes-mode {
  float: left !important;
}
.rtl .page-wrapper .toolbar .modes-mode {
  margin-left: 0;
  margin-right: inherit;
}
.page-wrapper .toolbar .modes-mode::before {
  font-size: 14px;
  font-family: "FontAwesome";
}
.page-wrapper .toolbar .modes-mode.mode-grid:before {
  content: "\f00a";
}
.page-wrapper .toolbar .modes-mode.mode-list:before {
  content: "\f00b";
}
.page-wrapper .toolbar .modes-mode > span {
  display: none;
}
.page-wrapper .toolbar-bottom .toolbar-products {
  padding-top: 25px;
}
.page-wrapper .toolbar-bottom .toolbar-products .pages {
  float: right;
}
.rtl .page-wrapper .toolbar-bottom .toolbar-products .pages {
  float: left !important;
}
.page-wrapper .toolbar-bottom .toolbar-products .toolbar-amount {
  display: block;
}
.category-view {
  text-align: center;
  position: relative;
  margin-bottom: 42px;
}
.category-view .categories-desc {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
  color: #ffffff;
}
.category-view .categories-desc p {
  margin-bottom: 6px;
}
.category-view .categories-desc h3 {
  color: #333;
  font-family: 'times_new_romanregular', sans-serif;
  font-size: 36px;
  margin-bottom: 5px;
}
.category-view .categories-desc h4 {
  font-family: 'times_new_romanregular', sans-serif;
  font-size: 16px;
  margin: 0 0 15px;
}
.category-view .categories-desc h4 span {
  color: #34bbce;
}
.catalog-category-view.page-layout-1column .page-products .toolbar .limiter {
  display: block;
  margin-left: 20px;
}
.rtl .catalog-category-view.page-layout-1column .page-products .toolbar .limiter {
  margin-right: 20px;
  margin-left: inherit;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products {
  text-align: left;
}
.rtl .catalog-category-view.page-layout-1column .products ~ .toolbar-products {
  text-align: right;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products .pages {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
}
.catalog-category-view.page-layout-1column .products ~ .toolbar-products .limiter {
  display: none !important;
}
.catalog-category-view.page-layout-1column #layered-filter-block .filter-current .action.remove:before {
  font-size: 12px;
}
.catalog-category-view.page-layout-1column .product-block .product-item-details {
  text-align: left;
}
.rtl .catalog-category-view.page-layout-1column .product-block .product-item-details {
  text-align: right;
}
.catalog-category-view .sidebar.sidebar-main {
  margin-top: 10px;
}
body.filter-active .page-wrapper {
  height: auto !important;
  margin-top: 0 !important;
  visibility: visible !important;
}
.block-info.block-info-2columns .content,
.block-info.block-info-3columns .content {
  padding: 0;
  background: none;
}
.block-info.block-info-3columns .content .title {
  font-size: 20px;
  font-weight: bold;
}
.block-info.block-info-3columns .content .info {
  font-size: 16px;
}
div .product-info-main {
  margin-bottom: 30px;
  padding-top: 20px;
}
div .product-info-main .page-title-wrapper .page-title {
  font-family: 'times_new_romanregular', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #363636;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 46px;
}
div .product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
div .product-info-main .product-reviews-summary .reviews-actions {
  margin-top: 2px;
  margin-left: 3px;
}
.rtl div .product-info-main .product-reviews-summary .reviews-actions {
  margin-right: 3px;
  margin-left: inherit;
}
div .product-info-main .product-reviews-summary .reviews-actions a {
  color: #999;
  font-family: 'proxima_nova_alt_condensedLt';
  font-size: 14px;
}
div .product-info-main .product-reviews-summary .reviews-actions a:hover {
  color: #34bbce;
}
div .product-info-main .rating-summary {
  margin: 0;
}
div .product-info-main .product-info-stock-sku {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.rtl div .product-info-main .product-info-stock-sku {
  float: right !important;
}
div .product-info-main .product-info-stock-sku .stock.available,
div .product-info-main .product-info-stock-sku .stock.unavailable {
  margin: 0;
  font-weight: normal;
  color: #999;
  line-height: 24px;
  font-size: 15px;
  text-transform: none;
}
div .product-info-main .product-info-stock-sku .stock.available span,
div .product-info-main .product-info-stock-sku .stock.unavailable span {
  color: #34bbce;
}
div .product-info-main .product-info-stock-sku .product.attibute.sku {
  color: #34bbce;
  font-size: 14px;
}
div .product-info-main .product-info-stock-sku .product.attibute.sku strong {
  font-weight: normal;
  color: #999;
}
div .product-info-main .overview {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #666666;
  border-top: 1px solid #ededed;
  padding: 25px 0 0 0;
  margin-bottom: 10px;
  display: inline-block;
}
div .product-info-main .product-options-wrapper {
  float: left;
  width: 100%;
}
.rtl div .product-info-main .product-options-wrapper {
  float: right !important;
}
div .product-info-main .product-options-wrapper .swatch-attribute-label {
  color: #363636;
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  font-family: 'times_new_romanbold', sans-serif;
  font-weight: 400;
}
div .product-info-main .product-options-wrapper .swatch-opt {
  margin: 0;
}
div .product-info-main .product-options-wrapper .swatch-attribute {
  margin-bottom: 10px;
}
div .product-info-main .product-options-wrapper .swatch-attribute-selected-option {
  padding: 0;
}
div .product-info-main .product-options-wrapper .swatch-option {
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: none;
  margin: 0 3px 5px;
}
div .product-info-main .product-options-wrapper .swatch-option.text {
  font-weight: 500;
}
div .product-info-main .product-options-wrapper .fieldset > .field > label,
div .product-info-main .product-options-wrapper .field {
  float: left;
  width: 100%;
}
.rtl div .product-info-main .product-options-wrapper .fieldset > .field > label,
.rtl div .product-info-main .product-options-wrapper .field {
  float: right !important;
}
div .product-info-main .product-options-wrapper .fieldset > .field:last-child {
  margin-bottom: 29px;
}
div .product-info-main .product-options-wrapper .fieldset > .field label {
  margin-bottom: 10px;
}
div .product-info-main .product-options-wrapper .control select {
  min-width: 180px;
  width: auto;
  height: 36px;
  border: 1px solid #c8c8c8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 35px 0 14px;
  background: url("../images/icon-select.jpg") no-repeat top right;
}
div .product-info-main .product-options-wrapper .control select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
div .product-info-main .product-options-wrapper .fieldset > .field label,
div .product-info-main .box-tocart .field.qty label {
  font-family: 'times_new_romanbold', sans-serif;
  font-size: 18px;
  color: #363636;
}
div .product-info-main .countdown-timmer {
  margin-bottom: 20px;
  border-top: 0;
  padding: 0;
}
div .product-info-main .product-add-form,
div .product-info-main .product-social-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
  width: 100%;
}
div .product-info-main .actions {
  vertical-align: top;
  width: 100%;
}
div .product-info-main .price-box {
  margin: 0 0 8px 0;
}
div .product-info-main .price-box .price-container {
  line-height: normal;
}
div .product-info-main .price-box .price-wrapper .price {
  font-family: 'Proxima Nova Alt Cn Lt Bold';
  color: #e4412e;
  font-size: 36px;
  font-weight: 400;
}
div .product-info-main .price-box .old-price .price-wrapper .price {
  color: #999;
  margin-left: 8px;
  font-size: 18px;
}
.rtl div .product-info-main .price-box .old-price .price-wrapper .price {
  margin-right: 8px;
  margin-left: inherit;
}
div .product-info-main .special-price {
  margin: 0;
}
div .product-info-main .price-label {
  display: none;
}
div .product-info-main .product-addto-links a:hover {
  color: #34bbce;
}
div .product-info-main .product-add-form {
  margin: 0;
}
div .product-info-main .brand-label {
  float: left;
  padding-top: 20px;
}
.rtl div .product-info-main .brand-label {
  float: right !important;
}
div .product-info-main .brand-image > a + a {
  display: none;
}
div .product-info-main .brand-image img {
  border: 1px solid #e8e8e8;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.rtl div .product-info-main .brand-image img {
  margin-right: 15px;
  margin-left: inherit;
}
div .product-info-main .share {
  margin: 20px 0;
  padding: 20px 0 15px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  clear: both;
}
div .product-info-main .share label {
  color: #333;
}
div .product-info-main .product-list-categories {
  margin-top: 10px;
  margin-bottom: 20px;
}
div .product-info-main .product-list-categories > strong {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  float: left;
  margin-right: 5px;
}
.rtl div .product-info-main .product-list-categories > strong {
  float: right !important;
}
.rtl div .product-info-main .product-list-categories > strong {
  margin-left: 5px;
  margin-right: inherit;
}
div .product-info-main .product-list-categories a {
  color: #999;
}
div .product-info-main .product-list-categories a:hover,
div .product-info-main .product-list-categories a:focus {
  color: #34bbce;
}
div .product-info-main .bundle-actions {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
div .product.data.items > .item.title > .switch {
  font-weight: 400 !important;
}
div .product.data.items > .item.title.active > .switch {
  color: #000000 !important;
}
div .product.data.items > .item.title.active > .switch .counter {
  color: #000000 !important;
}
body.page-product-downloadable .product-options-wrapper,
body.page-product-downloadable .product-options-bottom {
  width: 100%;
}
body.page-product-downloadable .product-info-main .ves-product-info-bt {
  display: block;
}
.product.detailed .product.data.items > .item.title > .switch {
  font-weight: 400 !important;
}
.product.detailed .product.data.items > .item.title > .switch {
  color: #000000 !important;
}
.product-info-main .box-tocart,
.bundle-options-container .box-tocart,
.product-add-form .box-tocart {
  margin-top: 0;
  margin-bottom: 22px;
}
.product-info-main .box-tocart .field.qty label,
.bundle-options-container .box-tocart .field.qty label,
.product-add-form .box-tocart .field.qty label {
  width: 100%;
  line-height: normal;
  margin-bottom: 13px;
}
.product-info-main .quantity-wrapper,
.bundle-options-container .quantity-wrapper,
.product-add-form .quantity-wrapper {
  border: 1px solid #c8c8c8;
  margin-left: -1px;
  width: 34px;
}
.rtl .product-info-main .quantity-wrapper,
.rtl .bundle-options-container .quantity-wrapper,
.rtl .product-add-form .quantity-wrapper {
  margin-right: -1px;
  margin-left: inherit;
}
.product-info-main .action.primary,
.bundle-options-container .action.primary,
.product-add-form .action.primary {
  height: 40px;
  border-radius: 0 !important;
  float: left;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
  padding: 0;
  line-height: 42px;
  width: 160px;
  text-align: center;
}
.rtl .product-info-main .action.primary,
.rtl .bundle-options-container .action.primary,
.rtl .product-add-form .action.primary {
  float: right !important;
}
.rtl .product-info-main .action.primary,
.rtl .bundle-options-container .action.primary,
.rtl .product-add-form .action.primary {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info-main .add-action,
.bundle-options-container .add-action,
.product-add-form .add-action {
  cursor: pointer;
  display: block;
  height: 19px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 34px;
}
.product-info-main .add-action:hover,
.bundle-options-container .add-action:hover,
.product-add-form .add-action:hover {
  color: #34bbce;
}
.product-info-main .field.qty .control,
.bundle-options-container .field.qty .control,
.product-add-form .field.qty .control {
  float: left;
}
.rtl .product-info-main .field.qty .control,
.rtl .bundle-options-container .field.qty .control,
.rtl .product-add-form .field.qty .control {
  float: right !important;
}
.product-info-main .field.qty .input-text.qty,
.bundle-options-container .field.qty .input-text.qty,
.product-add-form .field.qty .input-text.qty {
  background: none;
  border: 1px solid #c8c8c8;
  height: 40px;
  width: 65px;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  color: #363636;
}
.product-info-main .actions,
.bundle-options-container .actions,
.product-add-form .actions {
  border-top: 1px solid #ededed;
  padding: 20px 0 0;
  display: inline-block;
}
.product-info-main .product-addto-links,
.bundle-options-container .product-addto-links,
.product-add-form .product-addto-links {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.rtl .product-info-main .product-addto-links,
.rtl .bundle-options-container .product-addto-links,
.rtl .product-add-form .product-addto-links {
  float: right !important;
}
.product-info-main .product-addto-links a,
.bundle-options-container .product-addto-links a,
.product-add-form .product-addto-links a {
  color: #666666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0 !important;
  margin-left: 4px;
  font-size: 17px;
  transition: all 0.2s ease 0ss all ease-in;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #c8c8c8;
}
.rtl .product-info-main .product-addto-links a,
.rtl .bundle-options-container .product-addto-links a,
.rtl .product-add-form .product-addto-links a {
  float: right !important;
}
.rtl .product-info-main .product-addto-links a,
.rtl .bundle-options-container .product-addto-links a,
.rtl .product-add-form .product-addto-links a {
  margin-right: 4px;
  margin-left: inherit;
}
.product-info-main .product-addto-links a:hover,
.bundle-options-container .product-addto-links a:hover,
.product-add-form .product-addto-links a:hover {
  background: #34bbce;
  color: #ffffff !important;
  border-color: transparent;
}
.page-product-bundle .column.main .product-social-links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
}
.page-product-bundle .column.main .fieldset > .field .choice input,
.page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  float: left;
  margin-right: 5px;
}
.rtl .page-product-bundle .column.main .fieldset > .field .choice input,
.rtl .page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  float: right !important;
}
.rtl .page-product-bundle .column.main .fieldset > .field .choice input,
.rtl .page-product-bundle .column.main .fieldset > .fields > .field .choice input {
  margin-left: 5px;
  margin-right: inherit;
}
.page-product-bundle .column.main .block-bundle-summary .title {
  margin-bottom: 20px;
}
.page-product-bundle .column.main .block-bundle-summary .box-tocart {
  float: left;
  width: 100%;
}
.rtl .page-product-bundle .column.main .block-bundle-summary .box-tocart {
  float: right !important;
}
.page-product-bundle .column.main .block-bundle-summary .field.qty .label {
  line-height: 40px;
}
.page-product-bundle .column.main .block-bundle-summary .field.qty .input-text.qty {
  background: #ffffff;
  border-color: #e6e6e6 !important;
  height: 40px;
}
.page-product-bundle .bundle-info .field.qty {
  margin-bottom: 10px;
}
.page-product-bundle .bundle-info .field.qty .quantity-wrapper {
  background: #ffffff;
}
.page-product-bundle .bundle-info .product-addto-links {
  margin-bottom: 15px;
}
.page-product-bundle .product-info-main .price-label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 16px;
}
.page-product-bundle .bundle-options-container {
  float: left;
  width: 100%;
  background: #ffffff;
}
.rtl .page-product-bundle .bundle-options-container {
  float: right !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary {
  background: #f6f6f6;
  width: 54% !important;
}
.page-product-bundle .bundle-options-container .price-box .price {
  color: #34bbce;
  font-size: 20px;
}
.page-product-bundle .bundle-options-container .nested .field.qty .label {
  line-height: 44px;
  margin: 0 5px;
}
.page-product-bundle .bundle-options-wrapper {
  width: 43% !important;
}
.page-product-bundle .product-options-wrapper {
  width: 100% !important;
}
.page-product-bundle .product-info-main .bundle-actions .action.primary {
  width: auto;
  padding: 0 15px;
}
.page-product-downloadable .product-add-form .box-tocart {
  float: left;
  margin-top: 0;
}
.rtl .page-product-downloadable .product-add-form .box-tocart {
  float: right !important;
}
.page-product-downloadable .product-add-form .price-box {
  margin-bottom: 20px;
}
.page-product-downloadable .product-add-form .actions {
  margin-bottom: 15px;
  width: 100%;
}
.page-product-downloadable .product-options-bottom .price-box .price-wrapper .price {
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif !important;
  color: #333 !important;
}
.page-product-downloadable .product-options-bottom .box-tocart .action.tocart {
  margin-top: 0;
}
.page-product-downloadable .items.samples dd {
  margin-right: 0;
}
.page-product-grouped .product-info-main .product-social-links {
  float: left;
  width: 100%;
  margin-left: -5px;
  margin-top: 10px;
}
.rtl .page-product-grouped .product-info-main .product-social-links {
  float: right !important;
}
.rtl .page-product-grouped .product-info-main .product-social-links {
  margin-right: -5px;
  margin-left: inherit;
}
.page-product-grouped .product-info-main .product-add-form {
  width: 100%;
}
.page-product-grouped .product-info-main .box-tocart {
  margin-bottom: 10px;
}
.page-product-grouped .product-info-main .price-box .price-wrapper .price {
  font-size: 18px;
}
.ves-contact .contact-customhtml {
  padding-bottom: 30px;
}
.ves-contact .google-map {
  margin-bottom: 30px;
}
.ves-contact .media {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.rtl .ves-contact .media {
  float: right !important;
}
.ves-contact .media .fa {
  background: #f1f1f1;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 10px;
}
.rtl .ves-contact .media .fa {
  margin-left: 10px;
  margin-right: inherit;
}
.themesettings-index-quickview .product-info-main .page-title-wrapper .page-title {
  margin-top: 0;
}
.fancybox-outer .popup_avaiable {
  text-align: center;
}
.cart-container .cart-summary {
  width: 26%;
  top: 0 !important;
}
.cart-container .cart-summary .block {
  background: none;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px !important;
}
.cart-container .cart-summary #block-shipping-heading {
  display: block;
  margin-bottom: 10px;
}
.cart-container .cart.table-wrapper .actions-toolbar,
.cart-container .cart.table-wrapper .form-cart .actions.main .action {
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.cart-container .cart.table-wrapper .item .col.item {
  padding-bottom: 0;
}
.cart-container .cart.table-wrapper .product-item-details {
  padding-top: 20px;
}
.cart-container .cart.table-wrapper .gift-options-cart-item {
  float: left;
  width: 100%;
}
.rtl .cart-container .cart.table-wrapper .gift-options-cart-item {
  float: right !important;
}
.cart-container #empty_cart_button {
  padding: 6px 15px;
}
.cart-container .cart.table-wrapper .action-gift::after {
  font-size: 8px;
  line-height: 18px;
}
.cart-container .cart.main.actions > .action {
  margin-bottom: 8px;
}
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt,
.multicheckout .block-billing .box-billing-method {
  float: left;
}
.rtl .cart.table-wrapper .item-options dd,
.rtl .block-giftregistry-shared-items .product .item-options dd,
.rtl .multicheckout .item-options dd,
.rtl .cart.table-wrapper .item-options dt,
.rtl .block-giftregistry-shared-items .product .item-options dt,
.rtl .multicheckout .item-options dt,
.rtl .multicheckout .block-billing .box-billing-method {
  float: right !important;
}
#co-shipping-form input[type="radio"],
#co-shipping-form input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
.rtl #co-shipping-form input[type="radio"],
.rtl #co-shipping-form input[type="checkbox"] {
  float: right !important;
}
.rtl #co-shipping-form input[type="radio"],
.rtl #co-shipping-form input[type="checkbox"] {
  margin-left: 5px;
  margin-right: inherit;
}
#block-shipping .title {
  cursor: pointer;
}
#block-shipping .title strong:after {
  content: "\f107";
  font-family: "FontAwesome";
}
#block-shipping input {
  background: #ffffff !important;
  float: left;
  margin-right: 5px;
}
.rtl #block-shipping input {
  float: right !important;
}
.rtl #block-shipping input {
  margin-left: 5px;
  margin-right: inherit;
}
#block-shipping.active .title strong:after {
  content: "\f106";
}
#block-shipping .label {
  margin-top: 10px;
}
.checkout-cart-index .page-title-wrapper {
  padding: 0;
}
.checkout-cart-index .mark,
.checkout-cart-index .mark {
  background: transparent;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  font-size: 17px;
}
.checkout-cart-index .price-including-tax .price,
.checkout-cart-index .price-excluding-tax .price {
  font-weight: 600;
  color: #333;
}
.checkout-index-index .page-header {
  min-height: 80px;
}
.checkout-index-index .page-header .header.content {
  padding: 20px;
  width: 100% !important;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .authentication-wrapper {
  margin: 0;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar {
  margin: 0 !important;
}
.checkout-index-index .authentication-wrapper .block-authentication .actions-toolbar > .primary .action {
  padding: 8px 15px;
}
.checkout-index-index .search-wrapper,
.checkout-index-index .setting-wrapper,
.checkout-index-index .ves-menutop {
  display: none !important;
}
.checkout-index-index .minicart-wrapper {
  background: none;
}
.checkout-index-index .minicart-wrapper .action.showcart::before {
  display: block !important;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #34bbce;
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: -8px;
}
.rtl .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  left: 0;
  right: auto;
}
.checkout-index-index .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #ffffff;
}
.checkout-index-index #checkout .opc-wrapper {
  width: 70%;
}
.checkout-index-index #checkout .modal-content {
  box-shadow: none;
  border: 0;
}
.checkout-index-index #checkout .opc-estimated-wrapper {
  margin: 30px 0;
}
.checkout-index-index #checkout .modal-content {
  background: none;
}
.checkout-index-index #checkout .modal-header {
  border-bottom: 0;
}
.checkout-index-index #checkout .modal-content {
  margin: 10px 0;
}
.checkout-index-index #checkout .field .control._with-tooltip input {
  margin-right: 10px;
}
.rtl .checkout-index-index #checkout .field .control._with-tooltip input {
  margin-left: 10px;
  margin-right: inherit;
}
.checkout-index-index #checkout .minicart-items .product .active > .toggle:after {
  font-family: 'luma-icons';
  font-size: 8px;
}
.checkout-index-index #checkout .minicart-items dd.values {
  margin-right: 5px;
  font-weight: 500;
  color: #333;
}
.rtl .checkout-index-index #checkout .minicart-items dd.values {
  margin-left: 5px;
  margin-right: inherit;
}
.checkout-index-index table td[class*="col-"],
.checkout-index-index table th[class*="col-"] {
  font-weight: 500;
}
.checkout-index-index #checkout-payment-method-load .payment-method-content .actions-toolbar {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.checkout-index-index #opc-sidebar .block {
  background: none;
}
#block-discount .content {
  position: relative;
}
#block-discount .field {
  margin: 0;
}
#block-discount .field input {
  height: 42px;
}
#block-discount .actions-toolbar {
  margin-top: 10px;
}
#block-discount .actions-toolbar button {
  background: #262626;
  border-color: #262626;
  margin: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
}
.catalog-product-compare-index #product-comparison tr {
  border-bottom: 1px solid #ddd;
}
.catalog-product-compare-index #product-comparison th.label {
  border: 0 !important;
  padding-top: 10px;
}
.catalog-product-compare-index #product-comparison th.label span {
  position: relative;
  line-height: 30px;
}
.catalog-product-compare-index #product-comparison .cell {
  background: none !important;
  padding: 10px;
}
.catalog-product-compare-index #product-comparison .cell .product-item-name,
.catalog-product-compare-index #product-comparison .cell .price {
  font-weight: 700;
}
.catalog-product-compare-index #product-comparison .cell.remove {
  text-align: left !important;
}
.catalog-product-compare-index #product-comparison tbody + tbody {
  border-top: 0 !important;
}
.table-wrapper.comparison {
  overflow-x: auto;
}
#product-comparison th.label {
  display: none;
}
#product-comparison .cell {
  width: 180px;
}
#product-comparison .action.tocart {
  padding: 10px 20px;
}
#product-comparison .price-label {
  display: none;
}
.abs-shopping-cart-items .action.continue::before,
.block-cart-failed .action.continue::before,
.cart-container .form-cart .action.continue::before,
.abs-shopping-cart-items .action.update::before,
.block-cart-failed .action.update::before,
.cart-container .form-cart .action.update::before {
  font-size: 12px;
  line-height: 20px;
}
.multishipping-checkout-address-newshipping .columns .checkbox {
  float: left;
}
.rtl .multishipping-checkout-address-newshipping .columns .checkbox {
  float: right !important;
}
[class*=multishipping-checkout-] .page-title-wrapper {
  padding-top: 30px;
}
[class*=multishipping-checkout-] input[type="radio"],
[class*=multishipping-checkout-] input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}
.rtl [class*=multishipping-checkout-] input[type="radio"],
.rtl [class*=multishipping-checkout-] input[type="checkbox"] {
  float: right !important;
}
.rtl [class*=multishipping-checkout-] input[type="radio"],
.rtl [class*=multishipping-checkout-] input[type="checkbox"] {
  margin-left: 5px;
  margin-right: inherit;
}
#shopping-cart-table .action-towishlist {
  float: left;
}
.rtl #shopping-cart-table .action-towishlist {
  float: right !important;
}
#password-strength-meter-container {
  margin-top: 10px;
}
.page-layout-1column .category-view {
  margin-bottom: 30px;
}
/* Account page */
.account .columns .fieldset > .legend {
  margin: 0 0 20px 0;
}
.account .columns .sidebar-additional {
  margin-top: 0;
}
.account .page-title-wrapper .page-title {
  font-size: 24px;
}
.account .block-collapsible-nav {
  left: 15px;
  right: 15px;
  width: auto;
  background: #ffffff;
}
.account .action.view {
  font-size: 17px;
}
.account .block-collapsible-nav .content {
  background: #ffffff;
}
.account .table > thead > tr > th {
  font-weight: 500;
  text-align: left;
}
.rtl .account .table > thead > tr > th {
  text-align: right;
}
.account .box .box-title * {
  font-weight: 500 !important;
}
.page-main-fluid {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
#maincontent img {
  max-width: 100%;
}
#maincontent ul li {
  list-style: none;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
}
.header-default.cms-index-index .page.messages {
  position: absolute;
  top: 189px;
  z-index: 99;
  width: 100%;
}
.header-default.cms-index-index .page.messages .messages {
  max-width: 1200px;
  margin: 0 auto;
}
.addthis_counter .atc_s:hover {
  color: #ffffff;
}
.checkout-onepage-success .action.primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .panel.header .links,
  .panel.header .switcher {
    display: none;
  }
  .nav-sections {
    background: none;
    background: transparent;
  }
  .nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
  }
  .nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-toggle:hover:before {
    color: #333333;
  }
  .nav-toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: 5px;
  }
  .navigation .parent .level-top.ui-state-active {
    margin-left: 0;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 8px 20px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -18px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .nav-sections .header.links li {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-sections .header.links li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 8px 20px;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: transparent;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #c8c8c8;
    color: #c8c8c8;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  content: '';
  display: block;
  clear: both;
}
.seller-profile-container {
  display: inline-block;
  padding: 10px;
  background-color: #fbfbfb;
}
.seller-profile-container .seller-image {
  padding: 0px;
}
.seller-profile-container .seller-image img {
  width: 100%;
}
.seller-profile-container .seller-description .seller_title {
  margin-top: 0px;
}
.seller-profile-container .seller-description .seller-headline {
  display: block;
  margin-bottom: 15px;
}
.seller-profile-container .seller-description .seller-info {
  color: #888;
  margin-top: 10px;
}
.seller-profile-container .seller-description .seller-info > span:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e1e3df;
}
.seller-profile-container .seller-description .seller-info i.fa {
  padding: 6px;
}
.seller-profile-container .seller-description .seller-info #seller-contact {
  border: 1px solid #d3d3d3;
  color: #888;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.lof-message {
  margin-bottom: 3rem;
}
.lof-message .lof-message-header {
  position: relative;
  margin: 0 0 5px 3px;
}
.lof-message .lof-message-header span {
  color: #adadad;
  margin-left: 1.5rem;
}
.lof-message .lof-message-body {
  background: #ecfaff;
  border-left: 3px solid #4b8dcb;
  padding: 1rem 1.5rem;
}
.lof-message .lof-message-body.seller {
  border-left: 3px solid #fb4c2f;
}
.lrw-block .unread {
  color: #fb4c2f;
}
.lrw-block .readed {
  color: #16a765;
}
.lof_marketplace_wrapper {
  padding: 15px 0px;
}
.lof_marketplace_wrapper .seller-info {
  color: #888;
  margin-top: 5px;
}
.lof_marketplace_wrapper .seller-info i.fa {
  padding: 6px;
}
.lof_marketplace_wrapper .mkpl-image img {
  width: 100%;
}
.lof_marketplace_wrapper .mkpl-title {
  margin-bottom: 12px;
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.lof_marketplace_wrapper .mkpl-description {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.lof_marketplace_wrapper .mkpl-review {
  font-size: 18px;
}
.lof_marketplace_wrapper .mkpl-review a:hover {
  text-decoration: none;
}
.lof_marketplace_wrapper .mkpl-review .fa-star {
  color: #c7c7c7;
}
.lof_marketplace_wrapper .mkpl-review .fa-star.voted {
  color: #ff5501;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social {
  padding: 0;
  margin: 0;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a {
  width: 29px;
  height: 29px;
  line-height: 29px;
  border-radius: 50%;
  display: inline-block;
  margin-right: -3px;
  color: #707070;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.facebook:hover {
  background: #3b5999;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.twitter:hover {
  background: #55acef;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.google:hover {
  background: #dc4d3c;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.youtube:hover {
  background: #e04e41;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.linkedin:hover {
  background: #0077B5;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.vimeo:hover {
  background: #44BBFF;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.pinterest:hover {
  background: #cb2027;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.instagram:hover {
  background: #125688;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.email:hover {
  background: #E34D42;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a:hover i:before {
  color: #FFF;
}
.lof_marketplace_wrapper .lof_info_title {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0 10px;
  text-transform: capitalize;
}
#seller-contact {
  border: 1px solid #d3d3d3;
  color: #888;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#seller-contact i.fa {
  padding: 6px;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  margin: 0;
  padding: 15px;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset h2 {
  text-align: center;
  color: #222;
  font-size: 24px;
  margin-bottom: 30px;
}
.lof_marketplace_wrapper .review-top {
  border: 1px solid #ECECEC;
  padding: 30px;
  text-transform: uppercase;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating {
  float: left;
  margin: 1px 0;
  width: 100%;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-box {
  float: left;
  margin-right: 10px;
  background: transparent;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-box .rating {
  background: none;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .scroll-box {
  float: left;
  width: 75%;
  height: 10px;
  background: #F4F4F4;
  margin-right: 5px;
  margin-top: 7px;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .scroll-box .scroll-rating {
  background: #ffba00;
  height: 10px;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-percent {
  float: left;
  margin-left: 3px;
  padding-top: 3px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #ECECEC;
}
.lof_marketplace_wrapper #review_hidden_form .form-add h2 {
  font-size: 20px;
  text-transform: none;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings {
  overflow: visible;
  position: relative;
  display: inline;
  float: left;
  margin-top: 0px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings .ratings_stars {
  background: url(../Lof_MarketPlace/image/star_blank.png) no-repeat;
  float: left;
  height: 28px;
  padding: 2px;
  width: 32px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings .ratings_over {
  background: url(../Lof_MarketPlace/image/star_overs.png) no-repeat;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .rating-title {
  float: left;
  padding-right: 15px;
  width: 50px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .review-form {
  display: inline-block;
  width: 100%;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .review-form .fieldset {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 0;
  text-align: right;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set button.button {
  float: left;
  margin-left: 0;
  border-radius: 30px;
  padding: 15px 30px;
  margin-right: 5px;
  min-width: auto;
  background-color: #1d96bb;
  color: #fff;
  box-shadow: none;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set .button:hover a.button:focus {
  background-color: #177997;
  color: #fff;
}
.lof_marketplace_wrapper #customer-reviews {
  width: auto;
  float: none;
}
.lof_marketplace_wrapper #customer-reviews .review-row {
  padding: 15px 0;
}
.review-average-info {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
  text-align: center;
}
.ratings {
  margin: 7px 0;
}
.ratings .rating-box {
  margin: 0;
  display: inline-block;
  zoom: 1;
  background-image: url(../Lof_MarketPlace/image/stars-big.png);
  background-position: left -22px;
  background-repeat: no-repeat;
  height: 19px;
  width: 121px;
}
.ratings .rating-box .rating {
  background-image: url(../Lof_MarketPlace/image/stars-big.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 19px;
}
.ratings .rating-links {
  margin: 0;
  display: inline-block;
  zoom: 1;
}
.box-collateral.box-reviews {
  /*text-align: center;*/
}
.box-collateral.box-reviews #seller-contact {
  display: inline-block;
}
.box-collateral.box-reviews .title {
  font-size: 18px;
  font-weight: 700;
}
.box-collateral.box-reviews .description {
  padding: 10px 0;
}
.box-collateral.box-reviews .info {
  color: #f1703d;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
  font-weight: 700;
}
.box-collateral.box-reviews .info .lable {
  color: #bbb;
  font-weight: 400;
  font-size: 12px;
}
.box-collateral.box-reviews .ratings-table {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
}
.box-collateral.box-reviews .ratings-table {
  text-align: left !important;
}
.box-collateral.box-reviews .ratings-table li {
  display: inline-block;
  zoom: 1;
  margin-right: 8px;
}
.box-collateral.box-reviews .ratings-table li span {
  display: inline-block;
}
.box-collateral.box-reviews .ratings-table li div.rating-box {
  display: inline-block;
  margin-left: 5px;
  background-image: url(../Lof_MarketPlace/image/stars.png);
  background-position: left -10px;
  background-repeat: no-repeat;
  height: 12px;
  width: 61px;
}
.box-collateral.box-reviews .ratings-table li div.rating-box .rating {
  background-image: url(../Lof_MarketPlace/image/stars.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  height: 12px;
}
.form-list > li {
  margin-bottom: 10px;
}
.form-list > li .input-box {
  padding-top: 2px;
}
.form-list input,
.form-list textarea {
  background: #f1f1f1;
  border-radius: 30px;
  height: 50px;
  border: 0;
  width: 100%;
  box-shadow: none;
  padding: 15px;
}
.form-list textarea {
  min-height: 250px;
}
.message-link {
  position: relative;
}
.message-link span {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  padding: 2px 6px;
  position: absolute;
  right: -15px;
  top: -8px;
  background: #1ABB9C !important;
  border: 1px solid #1ABB9C!important;
  color: #fff;
  border-radius: 10px;
}
.input-box label {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.input-box label .required em {
  color: #f00;
}
.input-box label .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.mkpl-review .review-average-info {
  text-align: left;
}
.mkpl-review .ratings .rating-links,
.mkpl-review .ratings .rating-box {
  vertical-align: middle;
}
.lof-sellerlist .seller-item,
.lof-sellerlist .seller-toolbar {
  margin-bottom: 30px;
}
.lof-sellerlist .seller-name {
  margin-top: 10px;
}
.lof-sellerlist .seller-name a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.lof-sellerlist .review-average-info {
  border: 0;
  margin-bottom: 5px;
}
.mkpl-socialnetworks {
  margin-top: 10px;
}
.mkpl-socialnetworks li {
  display: inline-block;
}
.mkpl-socialnetworks li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #3c5e9e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.mkpl-socialnetworks li a.google {
  background: #e14a37;
}
.mkpl-socialnetworks li a.twitter {
  background: #01b3f9;
}
.mkpl-socialnetworks li a.youtube {
  background: #c20000;
}
.mkpl-socialnetworks li a.linkedin {
  background: #2777b4;
}
.mkpl-socialnetworks li a.vimeo {
  background: #3bacee;
}
.mkpl-socialnetworks li a.instagram {
  background: #e5298a;
}
.mkpl-socialnetworks li a.pinterest {
  background: #b60011;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li {
  margin-bottom: 3px !important;
  margin-right: 3px;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a {
  color: #fff !important;
}
.seller-info .icon {
  width: 20px;
  display: inline-block;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset h2 {
  color: #000 !important;
  font-size: 28px;
  font-weight: normal;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-search {
  padding-top: 10px;
  position: relative;
  float: right;
  width: 250px;
  z-index: 4;
}
.block-search .control {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.block-search input {
  position: static;
  padding-right: 35px;
  margin: 0;
}
.block-search input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.block-search input:-moz-placeholder {
  color: #c2c2c2;
}
.block-search input::-moz-placeholder {
  color: #c2c2c2;
}
.block-search input:-ms-input-placeholder {
  color: #c2c2c2;
}
.block-search .action.search {
  position: absolute;
  right: 10px;
  top: 25px;
  z-index: 1;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .action.search:hover:before {
  color: #333333;
}
.block-search .action.search:active:before {
  color: inherit;
}
.block-search .action.search:focus,
.block-search .action.search:active {
  background: none;
  border: none;
}
.block-search .action.search:hover {
  background: none;
  border: none;
}
.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.block-search .action.search:focus:before {
  color: #333333;
}
.search-autocomplete {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.navigation {
  background: transparent !important;
  border-top: 2px solid #333;
}
.navigation ul.ui-menu {
  padding: 0;
}
.navigation ul > li,
.navigation ol > li {
  margin-bottom: 0;
}
.navigation .level0 {
  margin: 0 !important;
}
.navigation .level0 .level1.parent::before {
  top: 15px !important;
}
.navigation .level0 > .level-top {
  text-transform: uppercase;
  padding: 0 28px!important;
  line-height: 58px !important;
}
.navigation .level0 > .level1.parent {
  position: relative;
}
.navigation .level0 > .level1.parent:before {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  right: 0px;
  top: 10px;
  font-family: "FontAwesome";
}
.navigation .level0 .submenu {
  border: 1px solid #e6e6e6!important;
}
.navigation .level0 .submenu a {
  padding: 15px 20px!important;
}
.navigation .ui-menu > li > a {
  font-family: 'times_new_romanbold', sans-serif;
  color: #000000 !important;
  font-weight: normal;
  letter-spacing: 3px;
}
.navigation .ui-menu > li > a.level-top {
  font-size: 19px;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: 0 !important;
}
.navigation .level0.active > .level-top::before,
.navigation .level0.has-active > .level-top::before {
  content: "";
  background: #34bbce;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
}
.nav-toggle::before {
  color: #333 !important;
}
/* Ves Megamenu */
.ves-menutop {
  position: relative;
  text-align: center;
}
.ves-menutop .ves-megamenu {
  background: transparent;
  margin-bottom: 0;
}
.ves-menutop .ves-megamenu p {
  margin: 0;
}
.ves-menutop .ves-megamenu .megamenu-header .links li,
.ves-menutop .ves-megamenu .megamenu-footer .links li {
  display: inline-block;
  padding: 0 5px;
}
.ves-menutop .ves-megamenu .cat-label-v1 {
  background: #fc795b;
}
.ves-menutop .ves-megamenu .cat-label-v1.pin-top::before {
  border-top-color: #fc795b;
}
.ves-menutop .ves-megamenu .cat-label-v2 {
  background: #2e96cb;
}
.ves-menutop .ves-megamenu .cat-label-v2.pin-top::before {
  border-top-color: #2e96cb;
}
.ves-menutop .ves-megamenu .cat-label-v3 {
  background: #fbc040;
}
.ves-menutop .ves-megamenu .cat-label-v3.pin-top::before {
  border-top-color: #fbc040;
}
.ves-menutop .ves-megamenu .cat-label {
  font-family: 'proxima_nova_alt_cn_rgregular', sans-serif;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 500;
  line-height: 13px;
  padding: 2px;
}
.ves-menutop .ves-megamenu .cat-label.pin-top {
  top: -16px;
  height: 30px;
  min-width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  right: -18px;
  font-size: 11px;
  font-weight: 400;
}
.rtl .ves-menutop .ves-megamenu .cat-label.pin-top {
  left: -18px;
  right: auto;
}
.ves-menutop .ves-megamenu .cat-label.pin-top::before {
  border-width: 6px 5px 5px;
  left: 2px;
  bottom: -8px;
  top: auto;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.rtl .ves-menutop .ves-megamenu .cat-label.pin-top::before {
  right: 2px;
  left: auto;
}
.rtl .ves-menutop .ves-megamenu .cat-label.pin-top::before {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.ves-menutop .ves-megamenu.menu-hover li .dropdown-menu {
  min-width: 230px;
}
.ves-menutop .ves-megamenu li.level0 {
  float: none;
  margin: 0 20px;
  display: inline-block;
}
.ves-menutop .ves-megamenu li.level0 > a {
  font-family: 'proxima_nova_alt_cn_rgbold', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  line-height: 55px;
  padding: 0 6px;
  text-transform: uppercase;
}
.ves-menutop .ves-megamenu li.level0 > a::after {
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 8px;
  z-index: 12345;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease 0ss all ease-in;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ves-menutop .ves-megamenu li.level0 > a.fa {
  font-family: "FontAwesome";
}
.ves-menutop .ves-megamenu li.level0 > a i {
  font-size: 20px;
}
.ves-menutop .ves-megamenu li.level0.active > a,
.ves-menutop .ves-megamenu li.level0:hover > a {
  background: none;
  color: #34bbce;
}
.ves-menutop .ves-megamenu .megamenu-widget .block-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
}
.ves-menutop .ves-megamenu .megamenu-widget .block-content {
  padding: 0;
}
.ves-menutop .ves-megamenu .products-widget {
  position: relative;
}
.ves-menutop .ves-megamenu .products-widget .owl-carousel {
  max-width: 100% !important;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.rtl .ves-menutop .ves-megamenu .products-widget .owl-nav {
  left: 0;
  right: auto;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav a {
  float: left;
  width: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0ss all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-menutop .ves-megamenu .products-widget .owl-nav a:hover {
  color: #34bbce;
  border-color: #34bbce;
}
.ves-menutop .ves-megamenu .dynamic-items li {
  padding: 15px 0;
}
.ves-menutop .ves-megamenu .dynamic-items li a {
  position: relative;
  line-height: 20px;
}
.ves-menutop .ves-megamenu .dynamic-item .products-widget {
  padding: 3px 3px 0;
}
.ves-menutop .ves-megamenu .dynamic-items li a .caret {
  position: absolute;
  top: 0;
  right: 20px;
}
.rtl .ves-menutop .ves-megamenu .dynamic-items li a .caret {
  left: 20px;
  right: auto;
}
.ves-menutop .ves-megamenu .dropdown-menu {
  padding: 30px;
  font-size: 16px;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0ss all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .ves-menutop .ves-megamenu .dropdown-menu {
  text-align: right;
}
.ves-menutop .ves-megamenu .dropdown-menu .subgroup.level1 > a {
  color: #333;
  font-weight: 700;
  font-family: 'times_new_romanbold', sans-serif;
}
.ves-menutop .ves-megamenu .dropdown-menu a:hover,
.ves-menutop .ves-megamenu .dropdown-menu .subgroup.level1 > a:hover,
.ves-menutop .ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a:hover {
  color: #34bbce;
}
.ves-menutop .ves-megamenu .dropdown-menu .owl-carousel .owl-stage-outer {
  padding: 3px 3px 0;
}
.ves-menutop .ves-megamenu .dropdown-menu .nav-item > a {
  color: #666;
  line-height: 21px;
  font-weight: 300;
}
.ves-menutop .ves-megamenu .dropdown-menu .nav-item > a:hover {
  color: #000000;
}
.ves-menutop .ves-megamenu .dropdown-menu .subgroup .megamenu-footer {
  padding: 0;
  background: none;
  margin-top: 8px;
}
.ves-menutop .ves-megamenu .dropdown:hover > .dropdown-menu {
  transition: all 0.3s ease 0ss all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ves-menutop .ves-megamenu .caret {
  border: 0;
  position: static;
  margin-left: 6px;
}
.rtl .ves-menutop .ves-megamenu .caret {
  margin-right: 6px;
  margin-left: inherit;
}
.ves-menutop .ves-megamenu .caret::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.rtl .ves-menutop .ves-megamenu .caret::after {
  left: 0;
  right: auto;
}
.ves-menutop .ves-megamenu .dropdown-menu .subgroup a {
  line-height: 30px;
}
.ves-menutop .ves-megamenu.nav-mobile {
  padding: 0 10px;
}
.ves-menutop .ves-megamenu.nav-mobile .opener {
  padding: 18px 15px;
  right: -8px;
}
.rtl .ves-menutop .ves-megamenu.nav-mobile .opener {
  left: -8px;
  right: auto;
}
.ves-menutop .ves-megamenu.nav-mobile .opener::before {
  content: "\f107";
}
.ves-menutop .ves-megamenu.nav-mobile .opener.item-active:before {
  content: "\f106";
}
.ves-menutop .ves-megamenu.nav-mobile .dropdown-menu {
  background: none;
  padding: 10px;
}
.ves-menutop .ves-megamenu.nav-mobile .dropdown-menu .nav-item > a {
  padding: 6px 0;
}
.ves-menutop .ves-megamenu.nav-mobile .dropdown-menu .opener {
  padding: 12px 10px;
}
.ves-menutop .ves-megamenu.nav-mobile .dropdown-menu * {
  color: #ffffff;
}
.ves-menutop .ves-megamenu.nav-mobile li.active .submenu {
  background: none !important;
}
.ves-menutop .ves-megamenu.nav-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ves-menutop .ves-megamenu.nav-mobile li.level0 {
  margin: 0;
}
.ves-menutop .ves-megamenu.nav-mobile li.level0 > a {
  padding: 0 5px!important;
  line-height: 50px;
  font-weight: 600;
}
.ves-menutop .ves-megamenu.nav-mobile .product-block .product-item-info {
  background: #fafafa;
}
.ves-menutop .ves-megamenu.nav-mobile .product-block .product-item-info .product-item-name a {
  color: #444;
}
.ves-menutop .ves-megamenu.nav-mobile .product-block .product-item-info .add-to-cart .fa {
  color: #333;
}
.ves-menutop .ves-megamenu.nav-mobile .product-block .product-item-info .add-to-cart:hover .fa {
  color: #ffffff;
}
/* Ves Vertical Menu */
.vertical-menu {
  background: #333;
  position: relative;
  margin-top: 8px;
  margin-right: 14px;
}
.rtl .vertical-menu {
  margin-left: 14px;
  margin-right: inherit;
}
.vertical-menu > p {
  margin: 0;
}
.vertical-menu .block.ves-menu {
  margin-bottom: 0;
  background: none;
}
.vertical-menu .block.ves-menu .block-title {
  min-height: 44px;
  line-height: 44px;
  padding: 0 20px;
  margin: 0;
  text-align: center !important;
}
.vertical-menu .block.ves-menu .block-title strong::before,
.vertical-menu .block.ves-menu .block-title strong::after {
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
}
.vertical-menu .block.ves-menu .block-title strong::before {
  content: "\f0c9";
  top: -2px;
  color: #ffffff;
  font-size: 14px;
  left: 25px;
}
.rtl .vertical-menu .block.ves-menu .block-title strong::before {
  right: 25px;
  left: auto;
}
.vertical-menu .block.ves-menu .block-title strong::after {
  color: #dd3e19;
  content: "\f107";
  right: 8%;
  top: -2px;
  font-size: 12px;
}
.rtl .vertical-menu .block.ves-menu .block-title strong::after {
  left: 8%;
  right: auto;
}
.vertical-menu .block.ves-menu .block-title * {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.vertical-menu .ves-vertical {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  display: none;
  position: absolute;
  z-index: 100;
  padding: 0;
}
.vertical-menu .ves-vertical .icon-left {
  margin-right: 15px;
}
.rtl .vertical-menu .ves-vertical .icon-left {
  margin-left: 15px;
  margin-right: inherit;
}
.vertical-menu .ves-vertical li.level0 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
}
.rtl .vertical-menu .ves-vertical li.level0 {
  float: right !important;
}
.vertical-menu .ves-vertical li.level0 > a {
  background: none;
  font-size: 16px;
  font-weight: 300;
  color: #666 !important;
  width: 100%;
  line-height: normal;
  text-transform: none;
  border: 0;
  padding: 15px;
}
.vertical-menu .ves-vertical li.level0 > a .caret {
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 50px;
  border-top-color: #ccc;
  display: block;
}
.rtl .vertical-menu .ves-vertical li.level0 > a .caret {
  left: 5px;
  right: auto;
}
.vertical-menu .ves-vertical li.level0.active > a {
  color: #34bbce !important;
}
.vertical-menu .ves-vertical li.level0:hover > a {
  color: #34bbce !important;
  transition: all 0.3s;
}
.vertical-menu .ves-vertical li.dropdown {
  position: relative !important;
}
.vertical-menu .ves-vertical .dynamic-items li {
  padding: 20px 0;
}
.vertical-menu .ves-vertical .dropdown-menu {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  transition: opacity 0.3s ease 0ss all ease-in;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
}
.vertical-menu .ves-vertical .dropdown:hover > .dropdown-menu {
  transition: opacity 0.3s ease 0ss all ease-in;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.vertical-menu:hover .ves-vertical {
  display: block;
}
.ves-vertical.menu-click {
  min-width: 100px;
  margin-bottom: 40px;
}
.ves-vertical.menu-click .nav-item .opener {
  padding: 0;
  line-height: 30px;
  right: 5px;
  top: 14px;
}
.rtl .ves-vertical.menu-click .nav-item .opener {
  left: 5px;
  right: auto;
}
.ves-vertical.menu-click .nav-item .opener::before {
  content: "\f107";
  font-size: 12px;
}
.ves-vertical.menu-click .nav-item .opener.item-active:before {
  content: "\f106";
}
.ves-vertical.menu-click .nav-item .dropdown-menu {
  display: none;
  max-width: 100% !important;
  min-width: 100% !important;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  padding: 10px 10% 15px;
  position: static;
}
.ves-vertical.menu-click .nav-item .dropdown-menu .nav-item {
  line-height: 20px;
}
.ves-vertical.menu-click .nav-item .dropdown-menu .nav-item > a {
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'times_new_romanregular', sans-serif;
  padding: 0;
  transition: opacity 0.3s ease 0ss all ease-in;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.ves-vertical.menu-click .nav-item .dropdown-menu .nav-item > a:hover {
  color: #000000;
  font-weight: 500;
}
.ves-vertical.menu-click .nav-item .dropdown-menu .nav-item > a:hover::before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 4px;
  color: #34bbce;
  position: absolute;
  left: -8px;
  top: 1px;
}
.rtl .ves-vertical.menu-click .nav-item .dropdown-menu .nav-item > a:hover::before {
  right: -8px;
  left: auto;
}
.ves-vertical.menu-click .nav-item.level0 > a {
  text-transform: uppercase;
  border: 0;
  color: #363636;
  font-size: 15px;
  font-weight: 300;
  font-family: 'times_new_romanregular', sans-serif;
  padding: 6px 0;
}
.ves-vertical.menu-click .nav-item.level0:last-child {
  /*border-bottom: 0;*/
}
.ves-vertical.menu-click .nav-item.level0.active .opener::before {
  content: "\f106";
}
.ves-vertical.menu-click .nav-item.level0.active .opener.item-active:before {
  content: "\f107";
}
.ves-vertical.menu-click .nav-item.level0.active .dropdown-menu {
  display: block;
  background: #ffffff !important;
}
.ves-vertical.menu-click .nav-item.level0.active a,
.ves-vertical.menu-click .nav-item.level0:hover a,
.ves-vertical.menu-click .nav-item.level0:focus a {
  color: #34bbce;
}
.ves-vertical.menu-click .nav-item.level0.active > a,
.ves-vertical.menu-click .nav-item.level0:hover > a,
.ves-vertical.menu-click .nav-item.level0:focus > a {
  background: none;
}
.ves-vertical.menu-click li {
  line-height: 36px;
}
.ves-vertical.menu-click li:before,
.ves-vertical.menu-click li:after {
  content: " ";
  display: table;
}
.ves-vertical.menu-click li:after {
  clear: both;
}
.ves-vertical.menu-click li.level0 > a > span:not(.caret):not(.opener) {
  float: none !important;
}
.ves-vertical.menu-click .dropdown-menu .subgroup.level1 .dropdown-mega {
  display: none;
}
.ves-megamenu.ves-horizontal .icon-left {
  margin-right: 10px;
}
.rtl .ves-megamenu.ves-horizontal .icon-left {
  margin-left: 10px;
  margin-right: inherit;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title,
  .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .header.content:after,
  .page-header .header.panel:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .block.crosssell {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1200px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .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;
  }
  .sidebar-main {
    padding-right: 15px;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main .block .block-title::before,
  .sidebar .block .block-title::before,
  .sidebar-main .block .block-title::after,
  .sidebar .block .block-title::after {
    display: none;
  }
  .sidebar-main .block .block-title > strong,
  .sidebar .block .block-title > strong,
  .sidebar-main .block .block-title *,
  .sidebar .block .block-title * {
    font-size: 26px;
  }
  .page-layout-2columns-right .column.main {
    padding-right: 15px;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 15px;
  }
  .sidebar-additional {
    padding-left: 15px;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 15px;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .page-layout-2columns-left .column.main {
    padding-left: 15px;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 29px;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #efefef;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .brand-images .brands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .brand-images {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay .loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-top: 20px;
    padding: 3px 0;
    border-top: 1px solid #cccccc;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .am_shopby_apply_filters {
    visibility: hidden;
    position: absolute;
    bottom: inherit;
    display: none;
    width: inherit;
    padding: 0;
    z-index: 9999;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before,
  .am_shopby_apply_filters.-fixed .am-show-button:after {
    display: none;
  }
  .am-show-button {
    position: static;
    margin: 0 0 10px;
    padding: 10px;
    width: inherit;
    border: 1px solid #cccccc;
  }
  .am-show-button.-vertical {
    padding-left: 0;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-vertical-right {
    padding: 10px 0;
    min-width: 145px;
    text-align: right;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-vertical-right > .-loading {
    margin: 0 20px;
  }
  .am-show-button.-vertical-right:before {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    display: block;
    width: 40px;
    height: 40px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0 0 0 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.16);
    z-index: -1;
  }
  .am-show-button.-horizontal {
    border-radius: 4px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }
  .am-show-button.-horizontal:before,
  .am-show-button.-horizontal:after {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    border: 6px solid transparent;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
  .am-show-button.-horizontal:before {
    bottom: 0;
    border-right: 6px solid #cccccc;
    border-bottom: 6px solid #cccccc;
    border-radius: 0 0 3px 0;
  }
  .am-show-button.-horizontal:after {
    bottom: 1px;
    border-right: 6px solid #eeeeee;
    border-bottom: 6px solid #eeeeee;
    border-radius: 0 0 2px 0;
  }
  .am-show-button > .am-button {
    margin-left: 3px;
    padding: 10px 15px;
  }
  .am-show-button.-vertical-right > .am-button {
    margin-left: 5px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #c8c8c8;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 30px;
  }
  .page-layout-1column .product-info-main {
    width: 47%;
  }
  .page-layout-1column .product.media {
    width: 50%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .page-layout-2columns-left .product.media .fotorama .fotorama__stage .fotorama__stage__shaft img,
  .page-layout-2columns-right .product.media .fotorama .fotorama__stage .fotorama__stage__shaft img,
  .page-layout-3columns .product.media .fotorama .fotorama__stage .fotorama__stage__shaft img {
    width: 100%;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border: 0;
    box-sizing: border-box;
    padding-right: 1%;
  }
  .block.crosssell {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #1979c3;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 30%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 13px;
    margin-top: 4px;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .block.widget .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: auto;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .ambrands-search-wrapper {
    float: right;
    width: 20%;
  }
  .brand-images .brands-letter {
    padding-right: 35px;
    width: inherit;
  }
  .brand-images .brands-letter .brand-item {
    margin: 0 10px 20px;
  }
  .amslider .slide {
    margin: 0 20px 20px 0;
    max-width: 32%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 450px;
    background: #fff;
    box-shadow: 0 0 1px 1px #ccc;
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    height: 100%;
    font-size: 0;
  }
  .ambrands-popup-filter {
    display: inline-block;
    box-sizing: border-box;
    width: 27%;
    height: 100%;
    padding: 20px;
    font-size: 0;
    vertical-align: top;
    text-align: center;
    background: #f0f0f0;
  }
  .ambrands-popup-filter .ambrands-letter {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #333333;
  }
  .ambrands-popup-filter .ambrands-letter:hover {
    color: #333333;
    text-decoration: none;
    background: #ccc;
  }
  .ambrands-popup-filter .ambrands-letter.-disabled {
    background-color: #f1f1f1;
    opacity: .6;
    pointer-events: none;
  }
  .ambrands-popup-filter .ambrands-letter.-active {
    color: #fff;
    background: #f58d0f;
  }
  .ambrands-popup-filter .ambrands-letter.-letter-all {
    width: 100%;
    margin-bottom: 15px;
  }
  .ambrands-popup-items {
    display: inline-block;
    box-sizing: border-box;
    width: 73%;
    height: 100%;
    padding: 20px;
    overflow: auto;
    font-size: 14px;
  }
  .ambrands-popup-items .brand-images .brands-letter {
    width: 100%;
    padding: 0;
  }
  .ambrands-popup-items .brand-item {
    text-align: center;
  }
  .ambrands-popup-items .brand-item .label:before {
    content: none;
  }
  .ambrands-popup-items .brand-item .count {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .ambrands-popup-items .brand-images .brands-letter .brand-item {
    margin: 0 20px 20px 0;
  }
  .ambrands-popup-items .letter {
    margin-bottom: 15px;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: auto;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: auto;
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(n+1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: auto;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: auto;
    margin-left: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .brands-filters .letter {
    margin: 0;
    border-radius: 0;
    border-right: none;
  }
  .brands-filters .letter-all {
    margin-right: 20px;
  }
  .brands-filters .letter:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .brands-filters .letter:last-child {
    border-right: 1px solid #CCC;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .amslider .wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*background RGBA
============================================*/
/*inline-block
============================================*/
/* ---------------------------------- Mixin --------------------------------------- */
/* ---------------------------------- Animation --------------------------------------- */
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Shine */
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Tools */
.a-left {
  text-align: left;
}
.rtl .a-left {
  text-align: right;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right;
}
.rtl .a-right {
  text-align: left;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left {
  float: left;
}
.rtl .f-left {
  float: right !important;
}
.f-right {
  float: right;
}
.rtl .f-right {
  float: left !important;
}
.f-none {
  float: none !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.col-no-padding {
  padding: 0 !important;
}
.row-no-margin {
  margin: 0 !important;
}
.no-bg {
  background: none !important;
}
.border-top {
  border-top: 1px solid #c8c8c8;
}
.border-bottom {
  border-bottom: 1px solid #c8c8c8;
}
.border-left {
  border-left: 1px solid #c8c8c8;
}
.rtl .border-left {
  border-right: 1px solid #c8c8c8;
  border-left: none;
}
.border-right {
  border-right: 1px solid #c8c8c8;
}
.rtl .border-right {
  border-left: 1px solid #c8c8c8;
  border-right: none;
}
@media (min-width: 768px) {
  .cms-index-index .page-header .header1 {
    position: relative;
  }
  .cms-index-index .page-header .header1 .container {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: none;
    background-color: #ffffff;
    padding: 0;
  }
  .cms-index-index .page-header .header1 .container .block-header {
    padding-left: 20px;
    padding-right: 18px;
  }
  .rtl .cms-index-index .page-header .header1 .container .block-header {
    padding-left: 18px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .category-view .categories-desc {
    top: 5%;
  }
}
@media (min-width: 992px) {
  .header-bottom {
    min-height: 40px;
  }
  .promotional .abs {
    width: 20%;
  }
  .catalog-category-view #maincontent,
  .catalog-product-view #maincontent,
  .vesblog-latest-view #maincontent,
  .vesblog-category-view #maincontent {
    position: relative;
  }
  .page-layout-1column .grid.products-grid .product-item {
    width: 25%;
  }
  .page-layout-1column .product-block .product-item-info {
    width: 100%;
  }
  .page-layout-1column .column.main {
    padding-top: 0 !important;
  }
  .page-layout-1column .toolbar-products {
    position: static !important;
  }
  .page-layout-1column #layered-filter-block {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 0;
  }
  .rtl .page-layout-1column #layered-filter-block {
    float: right !important;
  }
  .page-layout-1column #layered-filter-block .block-title {
    float: left;
    margin-right: 30px;
  }
  .rtl .page-layout-1column #layered-filter-block .block-title {
    float: right !important;
  }
  .page-layout-1column #layered-filter-block .filter-content {
    padding: 0;
    float: left;
    position: relative;
    z-index: 101;
    margin-top: 0;
  }
  .rtl .page-layout-1column #layered-filter-block .filter-content {
    float: right !important;
  }
  .page-layout-1column #layered-filter-block .filter-options-content {
    padding: 5px 10px;
  }
  .page-layout-1column #layered-filter-block .filter-options-title {
    padding: 0 20px 0 0 !important;
    font-weight: 400;
    font-family: 'times_new_romanbold', sans-serif;
    font-size: 18px;
  }
  .page-layout-1column #layered-filter-block .filter-options-title::after {
    top: 7px;
    font-size: 10px;
  }
  .page-header .options .action.toggle::after {
    font-size: 6px !important;
    line-height: 18px !important;
  }
  .page-header .header2 .block-search {
    min-width: 300px;
    width: 300px;
    margin: 0;
    transition: all 0.3s ease 0ss all ease-in;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .page-header .header2 .block-search .field.search {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.3s ease 0ss all ease-in;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .page-header .header2 .block-search .action.search {
    border-radius: 0;
    width: 46px;
    top: 0;
    background-color: transparent;
  }
  .page-header .header2 .block-search .action.search:before {
    color: #666;
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    content: "\f1c3";
  }
  .page-header .header2 .block-search .action.search:hover {
    background: none;
  }
  .page-header .header2 .block-search .action.search:hover:before {
    color: #666 !important;
  }
  .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    display: block !important;
  }
  .page-header .header4 .block-search {
    min-width: 230px;
    margin: 0;
  }
  .page-header .header4 .search_box .filter_type,
  .page-header .header4 .block-search .filter_type {
    width: 45%;
  }
  .page-header .header4 #autosearch .search_box .search {
    width: 55%;
  }
  .page-header .header4 .search_box .search input[type="text"],
  .page-header .header4 .block-search .search input[type="text"] {
    background-color: #f4f6f7;
  }
  .fancybox-type-iframe .fancybox-inner {
    max-height: 555px;
  }
  .block.tmls-widget.tesimonial-v1 .tab-content {
    padding: 20px 18%;
  }
  .ves-menutop .ves-megamenu li.level0:first-child {
    margin-left: 0;
  }
  .rtl .ves-menutop .ves-megamenu li.level0:first-child {
    margin-left: 12px;
    margin-right: 0;
  }
  .ves-menutop li.level0:hover > a::after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .ves-menutop .product-block .product-item-info {
    margin-bottom: 0;
  }
  .ves-menutop .product-item .price-box {
    margin: 15px 0;
  }
  .list.products-list .product-block .product-item-details,
  .list.products-list .product-block .product-item-info {
    float: none !important;
  }
  .vesmodal .modal-inner-wrap {
    max-width: 560px !important;
    max-height: 600px !important;
    border-radius: 5px;
  }
  .vesmodal .modal-inner-wrap .block {
    margin-bottom: 0 !important;
    box-shadow: none;
    padding: 3px;
  }
  .vesmodal .modal-inner-wrap .label {
    color: #333;
    font-weight: 400 !important;
    font-size: 12px;
  }
  .vesmodal .modal-inner-wrap .form-create-account .fieldset {
    margin: 0 -10px;
  }
  .vesmodal .modal-inner-wrap .form-create-account .fieldset > .field {
    width: 50%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .vesmodal .fieldset > .legend {
    margin: 0 0 20px!important;
  }
  .vesmodal .modal-footer {
    padding-top: 0;
    border: 0 !important;
  }
  .vesmodal .modal-content .modal-footer {
    padding: 0;
    border: 0;
  }
  .vesmodal #signup-mpdal {
    width: 100% !important;
  }
  .vesmodal #signin-mpdal {
    width: 100% !important;
  }
  .vesmodal .form.password.reset,
  .vesmodal .form.send.confirmation,
  .vesmodal .form.password.forget,
  .vesmodal .form.create.account {
    width: 100%;
    min-width: 100%;
  }
  .vesmodal .choice.newsletter .checkbox {
    float: left;
    margin-right: 4px;
  }
  .rtl .vesmodal .choice.newsletter .checkbox {
    float: right !important;
  }
  .rtl .vesmodal .choice.newsletter .checkbox {
    margin-left: 4px;
    margin-right: inherit;
  }
  .vesmodal .actions-toolbar .action.back {
    display: none;
  }
  .productlist-widget.product-style3 .product-block .product-item-info .product-item-actions {
    right: 40px;
  }
  .rtl .productlist-widget.product-style3 .product-block .product-item-info .product-item-actions {
    left: 40px;
    right: auto;
  }
  .block-viewed-products-grid .products-grid .product-item {
    width: 20% !important;
  }
  .sidebar .block.filter .filter-options .filter-options-content {
    padding: 10px 0;
  }
  .sidebar .block.filter .filter-options .filter-options-title::after {
    display: none;
  }
}
@media (min-width: 640px) {
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
  }
  .page-layout-1column .filter-content {
    margin-top: 0;
    padding: 0;
  }
  .page-layout-1column .filter-content .filter-options-title {
    font-weight: 400;
    font-family: 'times_new_romanbold', sans-serif;
  }
  .page-layout-1column .filter-content .filter-options-title:after {
    top: 7px;
  }
  .page-layout-1column .filter-options-item {
    margin-right: 20px;
  }
  .rtl .page-layout-1column .filter-options-item {
    margin-left: 20px;
    margin-right: inherit;
  }
  .page-layout-1column .filter.block {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .rtl {
    overflow-x: hidden;
    position: relative;
    height: auto;
  }
  .rtl body {
    position: relative;
  }
  html {
    overflow-x: hidden;
  }
}
/* Fix container responsive */
@media (max-width: 1024px) {
  .page-main,
  .container,
  .page-wrapper > .page-bottom {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .product.info.detailed .additional-attributes > thead > tr > th,
  .product.info.detailed .additional-attributes > tbody > tr > th,
  .product.info.detailed .additional-attributes > tfoot > tr > th {
    line-height: 28px;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 43%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 57%;
    max-width: 470px;
  }
  .page-product-downloadable .product-add-form {
    float: left;
  }
  .rtl .page-product-downloadable .product-add-form {
    float: right !important;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 20px;
  }
  .page-layout-2columns-left .column.main {
    padding-left: 10px;
  }
  .product-info-main {
    float: right;
  }
  .rtl .product-info-main {
    float: left !important;
  }
  .product.media {
    float: left;
    margin-bottom: 40px;
  }
  .rtl .product.media {
    float: right !important;
  }
  .checkout-index-index .opc-wrapper .form-login,
  .checkout-index-index .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .opc-wrapper .form-login .field.required {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
  .rtl .checkout-index-index .opc-wrapper .form-login .field.required {
    float: right !important;
  }
  .rtl .checkout-index-index .opc-wrapper .form-login .field.required {
    margin-left: 20px;
    margin-right: inherit;
  }
  .checkout-index-index #shipping-new-address-form {
    margin: 0 -10px;
  }
  .checkout-index-index #shipping-new-address-form > div {
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    vertical-align: top;
  }
  .checkout-index-index #shipping-new-address-form .street.required {
    padding: 0 10px;
  }
  .checkout-index-index #shipping-new-address-form .street.required > .control {
    margin: 0 -10px;
  }
  .checkout-index-index #shipping-new-address-form .street.required > .control > div {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 0;
  }
  .rtl .checkout-index-index #shipping-new-address-form .street.required > .control > div {
    float: right !important;
  }
  .page-layout-1column .product-info-main {
    width: 66% !important;
  }
  .page-layout-1column .product.media {
    width: 100% !important;
  }
  .rtl .product.data.items > .item.title {
    float: right;
    margin: 0 0 0 -1px;
  }
  .rtl .product.data.items > .item.content {
    float: left;
    margin-right: -100%;
    margin-left: 0;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .minicart-wrapper .block-minicart {
    right: 20px;
  }
  .rtl .minicart-wrapper .block-minicart {
    left: 20px;
    right: auto;
  }
  .filter.block > .block-title {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-header .top-banner .view-more a {
    right: 50px;
  }
  .rtl .page-header .top-banner .view-more a {
    left: 50px;
    right: auto;
  }
  .page-header .header1 .header-links ul.dropdown,
  .page-header .header2 .header-links ul.dropdown,
  .page-header .header3 .header-links ul.dropdown {
    margin-left: -66px;
    margin-top: 0;
  }
  .rtl .page-header .header1 .header-links ul.dropdown,
  .rtl .page-header .header2 .header-links ul.dropdown,
  .rtl .page-header .header3 .header-links ul.dropdown {
    margin-right: -66px;
    margin-left: inherit;
  }
  .page-header .header1 .header-links ul.dropdown::before,
  .page-header .header2 .header-links ul.dropdown::before,
  .page-header .header3 .header-links ul.dropdown::before,
  .page-header .header1 .header-links ul.dropdown::after,
  .page-header .header2 .header-links ul.dropdown::after,
  .page-header .header3 .header-links ul.dropdown::after {
    display: none !important;
  }
  .page-header .header1 .header-links ul.dropdown {
    margin-left: -86px;
  }
  .rtl .page-header .header1 .header-links ul.dropdown {
    margin-right: -86px;
    margin-left: inherit;
  }
  .blog-v2.blog-posts .post-block .desc {
    max-height: 40px;
    overflow: hidden;
  }
  .ves-menutop .ves-megamenu li.level0 {
    margin: 0 12px;
  }
  body .page-wrapper .block-search {
    min-width: 290px;
    width: auto;
  }
  .sidebar .product-block .product-item-details {
    max-width: 100%;
  }
  .sidebar .block.filter .filter-options .filter-options-content li > a {
    padding: 0 30px 0 24px;
  }
  .page-wrapper .columns .widget-carousel .slider-content .btn {
    display: none;
  }
  .eveprest-html-img .image-top {
    top: -80px;
  }
  .page-wrapper .columns .slide-v1.widget-carousel .owl-carousel .owl-nav [class*="owl-"] {
    top: 60%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    padding-left: 20px;
  }
  .rtl .page-layout-2columns-left .product-info-main,
  .rtl .page-layout-2columns-right .product-info-main,
  .rtl .page-layout-3columns .product-info-main {
    padding-right: 20px;
    padding-left: inherit;
  }
}
@media (max-width: 991px) {
  .page-header .page-topbar .ves-inner {
    border: none;
  }
  .page-header #ves-header {
    height: 60px;
    padding: 10px 0;
  }
  .page-header #ves-header .ui-widget-content.mage-dropdown-dialog ul.dropdown {
    left: -45px;
  }
  .rtl .page-header #ves-header .ui-widget-content.mage-dropdown-dialog ul.dropdown {
    right: -45px;
    left: auto;
  }
  .page-header #ves-header .ui-widget-content.mage-dropdown-dialog ul.dropdown li {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .page-header #ves-header .ui-widget-content.mage-dropdown-dialog .block-search {
    min-width: 230px;
  }
  .page-header #ves-header .nav-sections .switcher {
    font-weight: 600;
  }
  .page-header #ves-header .header-bottom {
    border-top: 0 !important;
  }
  .page-header .minicart-wrapper .block-minicart {
    top: 20px;
    right: -10px;
  }
  .rtl .page-header .minicart-wrapper .block-minicart {
    left: -10px;
    right: auto;
  }
  .page-header .page-topbar {
    min-height: 0 !important;
    height: 0;
    padding: 0 !important;
    border: 0 !important;
  }
  .page-header .nav-toggle {
    top: 13px;
    left: 30px;
  }
  .rtl .page-header .nav-toggle {
    right: 30px;
    left: auto;
  }
  .page-header .nav-toggle::before {
    font-size: 25px;
  }
  .page-header .header1 .header-links li::before {
    top: 10px;
  }
  .page-header .header-links li::before {
    top: 10px;
  }
  .page-header .header2 .minicart-warp {
    right: 0;
  }
  .rtl .page-header .header2 .minicart-warp {
    left: 0;
    right: auto;
  }
  .page-header .header2 .nav-toggle {
    left: 0;
  }
  .rtl .page-header .header2 .nav-toggle {
    right: 0;
    left: auto;
  }
  .page-header .header2 .logo {
    padding-left: 25px;
  }
  .rtl .page-header .header2 .logo {
    padding-right: 25px;
    padding-left: inherit;
  }
  .page-header .header2 .ves-menutop .ves-megamenu li.level0:first-child {
    margin-left: 0;
  }
  .rtl .page-header .header2 .ves-menutop .ves-megamenu li.level0:first-child {
    margin-right: 0;
    margin-left: inherit;
  }
  .page-header .header4 .minicart-warp {
    right: 0;
  }
  .rtl .page-header .header4 .minicart-warp {
    left: 0;
    right: auto;
  }
  .page-header .header5 .nav-toggle::before {
    color: #999 !important;
  }
  .page-header .header5 .minicart-warp .minicart-wrapper .action.showcart .total-qty .counter-number {
    color: #999;
  }
  .page-header .header5 .ves-menutop {
    line-height: unset;
  }
  .page-header .header5 .nav-toggle::after {
    content: none !important;
  }
  .page-header .topright {
    margin: 0 !important;
  }
  .page-header .header-content {
    padding: 0 !important;
    min-height: auto !important;
    border: 0 !important;
  }
  .page-header .header-bottom {
    background: none !important;
  }
  .page-header .logo {
    height: 40px;
    line-height: 55px !important;
  }
  .page-header .logo img {
    max-height: 40px;
  }
  .page-header .minicart-warp {
    position: absolute;
    right: 15px;
    top: -4px;
    margin: 0 !important;
  }
  .rtl .page-header .minicart-warp {
    left: 15px;
    right: auto;
  }
  .page-header .minicart-warp .minicart-wrapper {
    background: none;
    padding: 0;
    margin-left: 0;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart {
    width: 36px;
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: 5px;
    margin-top: 0;
    top: -11px;
  }
  .rtl .page-header .minicart-warp .minicart-wrapper .action.showcart {
    left: 5px;
    right: auto;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart::after {
    display: none;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart i {
    color: #333;
    font-size: 24px;
  }
  .page-header .minicart-warp .minicart-wrapper .action.showcart .total-qty .counter-number {
    position: absolute;
    right: -20px;
    top: -9px;
    color: #333;
  }
  .rtl .page-header .minicart-warp .minicart-wrapper .action.showcart .total-qty .counter-number {
    left: -20px;
    right: auto;
  }
  .page-header .minicart-warp .minicart-wrapper .w-item .total-qty .counter-number {
    background: #34bbce;
    height: 20px;
    left: 10px;
    line-height: 18px;
    min-width: 20px;
    position: absolute;
    top: -6px;
  }
  .page-header .minicart-warp ._block-content-loading {
    position: static;
  }
  .page-header .header3 .ves-menutop .ves-megamenu li.level0 > a span {
    line-height: normal;
  }
  .ves-overlay {
    display: none !important;
  }
  .nav-before-open .page-header.navbar-fixed-top {
    position: inherit !important;
  }
  .nav-sections .switcher-trigger strong::after {
    display: none !important;
  }
  .ves-menutop {
    margin: 0 !important;
  }
  .ves-menutop .ves-megamenu {
    background: transparent !important;
  }
  .ves-menutop .ves-megamenu .cat-label.pin-top {
    right: 30px;
  }
  .rtl .ves-menutop .ves-megamenu .cat-label.pin-top {
    left: 30px;
    right: auto;
  }
  .ves-menutop .ves-megamenu li.level0 > a {
    color: #ffffff !important;
  }
  .ves-menutop .ves-megamenu .dropdown-menu {
    transition: none !important;
  }
  .checkout-index-index .minicart-items .product-item-details {
    padding: 0 !important;
  }
  .search-wrapper {
    position: absolute;
    right: 55px;
    z-index: 98;
    top: 4px;
    cursor: pointer;
    min-height: auto;
    width: auto !important;
    margin: 0 !important;
  }
  .rtl .search-wrapper {
    left: 55px;
    right: auto;
  }
  .search-wrapper .block-search {
    min-width: 280px !important;
  }
  .search-wrapper .dropdown-toggle {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 18px;
  }
  .search-wrapper .search-content {
    display: none;
    right: -50px;
    position: absolute;
    width: 285px;
  }
  .rtl .search-wrapper .search-content {
    left: -50px;
    right: auto;
  }
  .search-wrapper .search-content .category_filter {
    display: none !important;
  }
  .search-wrapper .search-content .search_box .button-search {
    height: 40px !important;
    line-height: 40px !important;
    top: -40px !important;
  }
  .search-wrapper .search-content .block-search .input-text {
    background: #f5f5f5;
    color: #333 !important;
    padding: 0 20px!important;
  }
  .search-wrapper .search-content .block-search input::-moz-placeholder {
    color: #666 !important;
  }
  .search-wrapper:hover .search-content {
    display: block;
  }
  .ves-menutop .header-links .switcher-trigger {
    display: none !important;
  }
  .ves-menutop .header-links .header-links-options {
    width: 100%;
  }
  .ves-menutop .header-links ul {
    padding-left: 10px;
  }
  .rtl .ves-menutop .header-links ul {
    padding-right: 10px;
    padding-left: inherit;
  }
  .ves-menutop .header-links ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .rtl .ves-menutop .header-links ul li {
    float: right !important;
  }
  .ves-menutop .header-links ul li a {
    color: #666;
  }
  .ves-menutop .ves-megamenu .dropdown-menu {
    padding: 10px 20px;
  }
  .ves-menutop .nav-sections-item-title {
    background: #ffffff;
    height: auto;
    padding: 0;
    position: relative;
    border-right: 1px solid #dddddd;
    cursor: pointer;
  }
  .rtl .ves-menutop .nav-sections-item-title {
    border-left: 1px solid #dddddd;
    border-right: none;
  }
  .ves-menutop .nav-sections-item-title::before {
    font-family: "FontAwesome";
    font-size: 18px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 1;
    color: #333;
  }
  .ves-menutop .nav-sections-item-title.menu::before {
    content: "\f0c9";
  }
  .ves-menutop .nav-sections-item-title.account::before {
    content: "\f007";
  }
  .ves-menutop .nav-sections-item-title.setting {
    border-right: 0;
  }
  .ves-menutop .nav-sections-item-title.setting::before {
    content: "\f013";
  }
  .ves-menutop .nav-sections-item-title a {
    float: left;
    padding: 15px 0;
    width: 100%;
    min-height: 50px;
    text-indent: -9999px;
  }
  .rtl .ves-menutop .nav-sections-item-title a {
    float: right !important;
  }
  .ves-menutop .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .ves-menutop .nav-sections-item-title.active::before {
    color: #ffffff;
  }
  .ves-menutop .section-item-content {
    float: left;
    width: 100%;
  }
  .ves-menutop .section-item-content .header-links li {
    line-height: 30px;
  }
  .ves-menutop .nav-sections {
    background: #333;
    z-index: 9999 !important;
    text-align: left;
  }
  .rtl .ves-menutop .nav-sections {
    text-align: right;
  }
  .ves-menutop .nav-sections .header-links,
  .ves-menutop .nav-sections .setting-links,
  .ves-menutop .nav-sections .switcher {
    background: none;
    margin: 0 !important;
    border: 0;
  }
  .ves-menutop .nav-sections .header-links *,
  .ves-menutop .nav-sections .setting-links *,
  .ves-menutop .nav-sections .switcher * {
    color: #ffffff;
    text-align: left;
    border: none;
  }
  .ves-menutop .nav-sections .header-links ul,
  .ves-menutop .nav-sections .setting-links ul,
  .ves-menutop .nav-sections .switcher ul {
    margin: 0;
    padding: 0 10px;
  }
  .ves-menutop .nav-sections .header-links ul li,
  .ves-menutop .nav-sections .setting-links ul li,
  .ves-menutop .nav-sections .switcher ul li {
    border-color: rgba(255, 255, 255, 0.1) !important;
    padding: 10px 0 10px 20px;
    margin: 0;
    border-bottom: 1px solid;
  }
  .ves-menutop .nav-sections #switcher-currency .switcher-dropdown a,
  .ves-menutop .nav-sections #switcher-language .switcher-dropdown a {
    color: #333;
  }
  .ves-menutop .nav-sections #switcher-currency {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page-wrapper .nav-sections {
    width: 300px;
    left: -100%;
  }
  .nav-open .nav-sections {
    left: 0 !important;
    z-index: 999 !important;
  }
  .nav-open .page-wrapper {
    left: 300px !important;
  }
  .ves-overlay {
    display: none !important;
  }
  .minicart-wrapper .action.showcart::before {
    top: 0;
  }
  .search_box .search .ui-autocomplete {
    top: 40px !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .search_box .search .ui-autocomplete .image {
    width: 30%;
  }
  .search_box .search .ui-autocomplete .info {
    width: 70%;
  }
  .search_box .search .ui-autocomplete .info .review {
    display: none;
  }
  .product-block .quick-view {
    display: none !important;
  }
  .fancybox-desktop {
    width: 88% !important;
  }
  .fancybox-desktop .fancybox-inner {
    width: 100% !important;
  }
  .category-view .categories-desc {
    top: 0;
  }
  .ves-menutop .ves-megamenu.nav-mobile li.level0 > a {
    font-weight: 400;
  }
  .ves-menutop .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    font-weight: 400;
  }
  .ves-menutop .product-block .product-item-details {
    padding: 0 10px;
  }
  .ves-menutop .product-block .product-item-details .price-box .price {
    color: #e4412e;
  }
  .ves-menutop .product-block .product-item-details .price-box .old-price .price {
    color: #999;
  }
  div .product-info-main .share {
    float: left;
    width: 100%;
  }
  div .product-info-main .share > .pull-right {
    width: 100%;
  }
  .multicheckout.address .items tr {
    border-bottom: 1px solid #c8c8c8;
  }
  .product-block .product-item-info .product-item-actions a {
    display: block !important;
  }
  .product-block .product-item-info .product-item-actions a.quick-view {
    display: none !important;
  }
  .product-block .product-item-info .product-item-actions {
    display: block;
  }
  .product-block .product-item-info .actions-primary,
  .product-block .product-item-info .product-item-actions a,
  .product-block .product-item-info .actions-primary .add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .eveprest-countdown-timer .widget-banner-flash {
    max-width: 100%;
  }
  .header-default.cms-index-index .page.messages {
    position: unset;
  }
  .message {
    margin-bottom: 0 !important;
  }
  .page-header .header2 .header-links li,
  .page-header .header4 .header-links li,
  .page-header .header2 .setting-links li,
  .page-header .header4 .setting-links li {
    border: none;
  }
  .page-header .switcher .options .action.toggle::after {
    display: none;
  }
  .ves-menutop .nav-sections .switcher ul {
    display: inline-block;
  }
  .ves-menutop .nav-sections .switcher ul li {
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
    text-transform: uppercase;
  }
  .ves-menutop .nav-sections .switcher-trigger strong span {
    color: #34bbce;
  }
  .ves-menutop .nav-sections .switcher {
    padding: 0;
    margin: 5px 10px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-header #ves-header {
    padding: 0;
  }
  .page-header .bottom-right {
    right: 12%;
    top: -35px;
  }
  .rtl .page-header .bottom-right {
    left: 12%;
    right: auto;
  }
  .page-header .minicart-warp {
    top: 15px;
    right: 35px;
    z-index: 10;
  }
  .rtl .page-header .minicart-warp {
    left: 35px;
    right: auto;
  }
  .page-header .header2 .a-left {
    position: unset;
  }
  .page-header .header2 .logo {
    float: none;
  }
  .page-header .header2 .a-right {
    right: 20px;
    top: 15px;
  }
  .rtl .page-header .header2 .a-right {
    left: 20px;
    right: auto;
  }
  .page-header .header2 .minicart-warp {
    top: 17px;
  }
  .page-header .header2 .search-content {
    margin-right: 35px;
  }
  .rtl .page-header .header2 .search-content {
    margin-left: 35px;
    margin-right: inherit;
  }
  .page-header .header3 .a-right {
    position: absolute;
    top: 15px;
  }
  .page-header .header3 .minicart-warp {
    top: 17px;
  }
  .page-header .header3 .search-content {
    margin-right: 55px;
  }
  .rtl .page-header .header3 .search-content {
    margin-left: 55px;
    margin-right: inherit;
  }
  .page-header .header3 .nav-toggle {
    left: 15px;
  }
  .rtl .page-header .header3 .nav-toggle {
    right: 15px;
    left: auto;
  }
  .page-header .header4 .a-left {
    position: absolute;
    width: auto;
    right: 65px;
    z-index: 10;
    top: 15px;
  }
  .rtl .page-header .header4 .a-left {
    left: 65px;
    right: auto;
  }
  .page-header .header4 .nav-toggle {
    left: 15px;
  }
  .rtl .page-header .header4 .nav-toggle {
    right: 15px;
    left: auto;
  }
  .page-header .header4 .header-bottom .ves-menutop .ves-inner {
    border: none;
  }
  .page-header .header4 .minicart-warp {
    right: 25px;
    top: -27px;
  }
  .rtl .page-header .header4 .minicart-warp {
    left: 25px;
    right: auto;
  }
  .page-header .header4 .setting-wrapper .dropdown {
    font-size: 19px;
  }
  .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    left: auto;
    right: -2px;
  }
  .rtl .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    right: auto;
    left: auto;
  }
  .rtl .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    left: -2px;
    right: auto;
  }
  .page-header .header5 .nav-toggle {
    left: 15px;
  }
  .rtl .page-header .header5 .nav-toggle {
    right: 15px;
    left: auto;
  }
  .page-header .header5 .minicart-warp {
    top: -22px;
  }
  .page-header .header5 .bottom-right {
    right: 12%;
    top: 22px;
  }
  .rtl .page-header .header5 .bottom-right {
    left: 12%;
    right: auto;
  }
  .page-header .header5 .logo {
    z-index: 10;
  }
  .block.widget .product-item-info {
    height: auto !important;
  }
  .ves-megamenu li.level0 > a,
  .navigation .level0 > .level-top {
    padding: 0 10px!important;
  }
  .product-info-main .product-social-links {
    margin-top: 10px;
  }
  .grid.products-grid .product-item {
    width: 33.3333%;
  }
  .page-product-bundle .bundle-actions #bundle-slide {
    font-size: 16px !important;
  }
  .modals-wrapper .modal-popup.modal-slide._inner-scroll._show {
    overflow-y: visible;
  }
  .modals-wrapper .modal-popup.modal-slide {
    left: 0;
  }
  .rtl .modals-wrapper .modal-popup.modal-slide {
    right: 0;
    left: auto;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
  }
  .modals-wrapper .modal-popup.modal-slide._show .modal-inner-wrap {
    transform: translateY(0px);
  }
  .product-block .product-item-details {
    min-height: 92px;
  }
  .list.products-list .product-item-photo,
  .list.products-list .product-item-details {
    display: unset;
  }
  .list.products-list .product-block .product-image,
  .list.products-list .product-block .product-item-details {
    float: left;
    max-width: 50%;
  }
  .rtl .list.products-list .product-block .product-image,
  .rtl .list.products-list .product-block .product-item-details {
    float: right !important;
  }
  .ves-vertical.menu-click .nav-item .opener {
    top: 4px;
  }
  .sidebar .block .block-title * {
    font-size: 20px !important;
    letter-spacing: 0;
  }
  .sidebar .owl-carousel .owl-nav {
    top: -66px;
  }
  .block-viewed-products-grid .products-grid .product-item {
    width: 25% !important;
  }
  .widget-images-v3 .image-item .img-animation {
    width: 100%;
  }
  .block.eveprest-footer .widget-newsletter .actions .action.subscribe {
    padding: 10px 20px;
  }
  .eveprest-footer .newsletter-wrap {
    padding: 80px 0 !important;
  }
  .eveprest-footer .instagram-wrap {
    padding: 78px 5% !important;
  }
  .page-footer .block .block-title * {
    font-size: 24px;
  }
  .widget-sociallinks li a,
  .social li a {
    margin-right: 20px;
  }
  .rtl .widget-sociallinks li a,
  .rtl .social li a {
    margin-left: 20px;
    margin-right: inherit;
  }
  .sidebar .product-block .product-item-details {
    max-width: 100%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    padding-left: 10px;
  }
  .rtl .page-layout-2columns-left .product-info-main,
  .rtl .page-layout-2columns-right .product-info-main,
  .rtl .page-layout-3columns .product-info-main {
    padding-right: 10px;
    padding-left: inherit;
  }
  .eveprest-html-v2-wrap {
    margin-top: 30px !important;
  }
  .page-wrapper .toolbar .limiter {
    margin-left: 20px;
  }
  .rtl .page-wrapper .toolbar .limiter {
    margin-right: 20px;
    margin-left: inherit;
  }
  .page-wrapper .toolbar .sorter-options {
    min-width: 140px;
  }
  .product-block .icon,
  .product.media .icon,
  .product-block .product-image .hover-image {
    z-index: 1;
  }
  .product-block .product-item-info .actions-primary,
  .product-block .product-item-info .product-item-actions a,
  .product-block .product-item-info .actions-primary .add-to-cart {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .product-block .product-item-info .product-item-actions {
    right: 10px;
  }
  .rtl .product-block .product-item-info .product-item-actions {
    left: 10px;
    right: auto;
  }
  .footer-link > .col-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sidebar .block.filter .filter-options .filter-options-title {
    font-size: 20px;
  }
  .sidebar .block.filter .filter-options .filter-options-title::after {
    top: 8px;
  }
  .filter-options-content {
    padding: 10px 0;
  }
  .sidebar .block.filter .filter-options .filter-options-content li > a .count,
  .sidebar .block.filter .filter-options .filter-options-content li > a {
    font-size: 14px;
  }
  .page-product-downloadable .product-add-form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-header .logo {
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    padding-left: 40px;
    left: 15px;
  }
  .rtl .page-header .logo {
    padding-right: 40px;
    padding-left: inherit;
  }
  .rtl .page-header .logo {
    right: 15px;
    left: auto;
  }
  .page-header .logo img {
    max-height: 40px;
    max-width: 150px;
  }
  .page-header .nav-toggle {
    top: 2px;
    left: 15px;
  }
  .rtl .page-header .nav-toggle {
    right: 15px;
    left: auto;
  }
  .page-header .bottom-right {
    right: 20%;
  }
  .rtl .page-header .bottom-right {
    left: 20%;
    right: auto;
  }
  .page-header .header2 .a-right {
    right: 35px;
  }
  .rtl .page-header .header2 .a-right {
    left: 35px;
    right: auto;
  }
  .page-header .header2 .minicart-warp {
    right: -30px;
    top: 8px;
  }
  .rtl .page-header .header2 .minicart-warp {
    left: -30px;
    right: auto;
  }
  .page-header .header3 .header-content .a-right {
    right: 35px;
  }
  .rtl .page-header .header3 .header-content .a-right {
    left: 35px;
    right: auto;
  }
  .page-header .header3 .header-content .minicart-warp {
    right: -15px;
    top: 8px;
  }
  .rtl .page-header .header3 .header-content .minicart-warp {
    left: -15px;
    right: auto;
  }
  .page-header .header4 .header-bottom .ves-menutop .ves-inner {
    border: none;
  }
  .page-header .header4 .setting-wrapper {
    position: absolute;
    right: 50px;
    top: 5px;
  }
  .rtl .page-header .header4 .setting-wrapper {
    left: 50px;
    right: auto;
  }
  .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    right: 0;
    left: auto;
  }
  .rtl .page-header .header4 .search-content .ui-widget-content.mage-dropdown-dialog {
    left: 0;
    right: auto;
  }
  .page-header .header4 .minicart-warp {
    right: -26px;
    top: 8px;
  }
  .rtl .page-header .header4 .minicart-warp {
    left: -26px;
    right: auto;
  }
  .page-header .header5 .bottom-right {
    right: 20%;
    top: 12px;
  }
  .rtl .page-header .header5 .bottom-right {
    left: 20%;
    right: auto;
  }
  .page-header .header5 .minicart-warp {
    right: 20px;
    top: 11px;
  }
  .rtl .page-header .header5 .minicart-warp {
    left: 20px;
    right: auto;
  }
  .page-wrapper .columns .widget-carousel.slide-v4 .slider-content {
    top: 30% !important;
  }
  .page-wrapper .columns .widget-carousel.slide-v4 .slider-content h1,
  .page-wrapper .columns .widget-carousel.slide-v4 .slider-content h2,
  .page-wrapper .columns .widget-carousel.slide-v4 .slider-content h3,
  .page-wrapper .columns .widget-carousel.slide-v4 .slider-content h4 {
    line-height: 20px;
  }
  .ourservice-block {
    padding: 20px 10px;
  }
  .widget-html.html-v1 h1 {
    font-size: 35px;
  }
  .product-info-main .product-add-form,
  .product-info-main .product-social-links {
    margin-bottom: 5px;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions,
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .product-addto-links {
    margin-bottom: 5px;
  }
  .list.products-list .product-block .product-image {
    margin-bottom: 10px;
  }
  .list.products-list .product-block .product-item-details {
    display: unset;
    padding: 15px;
    float: left;
  }
  .rtl .list.products-list .product-block .product-item-details {
    float: right !important;
  }
  .list.products-list .product-block .product-image-container,
  .list.products-list .product-block .product-image-photo {
    width: 100% !important;
  }
  .catalog-category-view .page-wrapper .columns {
    display: flex;
  }
  .category-view .categories-desc h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .page-with-filter .columns .sidebar-main {
    order: 0;
  }
  .grid.products-grid .product-item {
    width: 100%;
  }
  .page-layout-1column .fotorama__nav {
    height: auto !important;
  }
  .category-view .block-info .content {
    display: none;
  }
  .block-image a img {
    width: 100%;
  }
  .block.widget .product-item-info {
    height: auto !important;
  }
  .product.info.detailed .data > .item.content {
    margin-top: 0 !important;
  }
  .cart-container .cart-summary {
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name::after,
  .block-collapsible-nav .title::after {
    top: 8px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .wishlist-index-index .grid.products-grid .product-item {
    width: 100%;
  }
  .checkout-index-index #checkout .opc-wrapper {
    width: 100%;
  }
  .checkout-index-index #checkout .opc-estimated-wrapper {
    position: relative;
  }
  .checkout-index-index #checkout .minicart-wrapper {
    top: 15px;
    right: 0;
    padding: 0;
  }
  .rtl .checkout-index-index #checkout .minicart-wrapper {
    left: 0;
    right: auto;
  }
  .checkout-index-index #checkout .opc-wrapper .form-login,
  .checkout-index-index #checkout .opc-wrapper .form-shipping-address,
  .checkout-index-index #checkout .opc-wrapper .methods-shipping {
    background: none;
  }
  .checkout-index-index #checkout .checkout-payment-method .payment-method._active .payment-method-content {
    float: left;
    width: 100%;
  }
  .rtl .checkout-index-index #checkout .checkout-payment-method .payment-method._active .payment-method-content {
    float: right !important;
  }
  .checkout-index-index #checkout .custom-slide .modal-inner-wrap {
    background: #ffffff;
  }
  .checkout-index-index #checkout .action-remind {
    margin: 0 5px;
  }
  .block.filter .block-title {
    position: relative;
    padding-bottom: 0;
  }
  .block.filter .block-title strong {
    display: block;
  }
  .block.filter .block-title::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 24px;
    z-index: -1;
  }
  .rtl .block.filter .block-title::after {
    left: 10px;
    right: auto;
  }
  .block.filter .block-content.filter-content {
    padding: 0;
  }
  .block.filter .filter-options {
    display: none;
    top: 0;
    position: relative;
  }
  .block.filter.active .block-title:after {
    content: "-";
  }
  .block.filter.active .filter-options {
    display: block;
  }
  .ves-vertical.menu-click .nav-item .opener {
    top: 10px;
  }
  .copyright {
    text-align: center;
  }
  .cms-page-error h1 {
    font-size: 120px;
  }
  .cms-page-error h2 {
    font-size: 26px;
  }
  .minicart-items .item-qty {
    margin-right: 3px;
  }
  .rtl .minicart-items .item-qty {
    margin-left: 3px;
    margin-right: inherit;
  }
  .checkout-cart-index #block-shipping {
    padding: 5px 15px;
  }
  .checkout-cart-index .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border-top: 1px solid #ddd;
  }
  .checkout-cart-index .cart-container .cart.table-wrapper .item .col.item {
    margin-bottom: 30px;
  }
  .checkout-index-index .minicart-wrapper .action.showcart::before {
    font-size: 28px;
  }
  .account .block-collapsible-nav {
    top: 0;
  }
  .account .block-collapsible-nav .title::after {
    font-size: 14px;
  }
  .sidebar {
    float: left;
    width: 100%;
  }
  .rtl .sidebar {
    float: right !important;
  }
  .sidebar .block.filter .filter-current {
    border-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-actions {
    margin: 0;
  }
  .block-success .widget-links .nav-links {
    margin: 0 -15px;
  }
  .block-success .widget-links .nav-links li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .block-viewed-products-grid .products-grid .product-item {
    width: 50% !important;
  }
  .product-style3 .product-block .product-item-info .product-item-actions {
    top: auto;
    bottom: 10px;
    display: block;
  }
  .product-style3 .product-block .product-item-info .product-item-actions .actions-primary {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .eveprest-img-v1-wap {
    margin-top: 30px !important;
  }
  .ourservice-block i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 36px !important;
  }
  .our-service-v1 {
    padding-top: 50px !important;
  }
  .eveprest-html-img .widget-html {
    margin-right: 0;
    padding-left: 20px;
  }
  .rtl .eveprest-html-img .widget-html {
    margin-left: 0;
    margin-right: inherit;
  }
  .rtl .eveprest-html-img .widget-html {
    padding-right: 20px;
    padding-left: inherit;
  }
  .eveprest-html-img.block .block-title > strong,
  .eveprest-html-img.block .block-title * {
    font-size: 24px;
    line-height: 33px;
  }
  .eveprest-html-img.block.vesbuilder-block .block-title::after {
    content: none;
  }
  .eveprest-html-img-content > .ves-container {
    margin-top: 0 !important;
  }
  .eveprest-html-img .image-top {
    top: -30px;
    z-index: 1;
    max-width: 60%;
  }
  .eveprest-html-wrap {
    padding-top: 50px !important;
  }
  .eveprest-html h3 {
    font-size: 20px;
  }
  .eveprest-html h2 {
    font-size: 36px;
  }
  .eveprest-html p {
    font-size: 16px;
  }
  .block.vesbuilder-block .eveprest-blog-v1 .blog-v1-inner {
    margin: 0;
  }
  .eveprest-blog-img .widget-images .image-item .img-animation img {
    margin: 0;
  }
  .block.vesbuilder-block .eveprest-blog-v1 .block-title {
    padding-left: 0;
    text-align: center;
  }
  .rtl .block.vesbuilder-block .eveprest-blog-v1 .block-title {
    padding-right: 0;
    padding-left: inherit;
  }
  .newsletter-wrap {
    padding: 80px 0 !important;
  }
  .footer-info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ves-container .blog-posts {
    margin-bottom: 0;
  }
  .block.eveprest-footer .widget-newsletter .block-title * {
    font-size: 26px;
  }
  .box-instagrams .item-instagram {
    width: 100%;
  }
  .box-instagrams .item-instagram img {
    margin: 0 auto;
  }
  .eveprest-html-img-v2.block.vesbuilder-block .block-title {
    padding-top: 0;
  }
  .eveprest-html-img-v2 .widget-html .block-content {
    padding-right: 0;
  }
  .rtl .eveprest-html-img-v2 .widget-html .block-content {
    padding-left: 0;
    padding-right: inherit;
  }
  .block.vesbuilder-block.eveprest-html-img-v3 .block-title > strong,
  .block.vesbuilder-block.eveprest-html-img-v3 .block-title * {
    font-size: 24px;
  }
  .eveprest-html-img-v3 .widget-contenthtml {
    padding: 30px 20px 0;
    min-height: auto;
    margin-right: 0;
  }
  .rtl .eveprest-html-img-v3 .widget-contenthtml {
    margin-left: 0;
    margin-right: inherit;
  }
  .block.vesbuilder-block.eveprest-html-img-v3 .block-title::after {
    content: none;
  }
  .eveprest-html-img-v3 .widget-images {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .rtl .eveprest-html-img-v3 .widget-images {
    margin-right: 0;
    margin-left: inherit;
  }
  .eveprest-html-img-v3.eveprest-html-v3-bottom .widget-images {
    margin-right: 0;
  }
  .rtl .eveprest-html-img-v3.eveprest-html-v3-bottom .widget-images {
    margin-left: 0;
    margin-right: inherit;
  }
  .eveprest-html-img-v3.eveprest-html-v3-bottom .widget-contenthtml {
    margin-left: 0;
    padding: 0 20px;
  }
  .rtl .eveprest-html-img-v3.eveprest-html-v3-bottom .widget-contenthtml {
    margin-right: 0;
    margin-left: inherit;
  }
  .block.vesbuilder-block.eveprest-html-img-v3 .block-title {
    padding-top: 0;
  }
  .eveprest-blog-v2 .blog-posts .post-date {
    left: 35%;
  }
  .rtl .eveprest-blog-v2 .blog-posts .post-date {
    right: 35%;
    left: auto;
  }
  .our-service-v3 {
    padding-top: 40px !important;
  }
  .productlist-widget .etabs .tab {
    min-width: 100px;
  }
  .blog-posts .post-date {
    left: 35%;
  }
  .rtl .blog-posts .post-date {
    right: 35%;
    left: auto;
  }
  .page-footer .block.eveprest-footer.footer3 .widget-newsletter .label {
    max-width: unset;
  }
  .footer3 .newsletter-inner {
    padding: 50px 0 40px 0 !important;
  }
  .footer3.block.vesbuilder-block strong::before,
  .footer3.block.vesbuilder-block strong::after {
    content: none;
  }
  .page-footer .block.eveprest-footer.footer4 .col-primary {
    border: none;
  }
  .eveprest-countdown-timer .widget-banner-flash {
    padding-top: 30px;
  }
  .eveprest-countdown-timer.block.vesbuilder-block .block .block-title * {
    font-size: 36px;
  }
  .eveprest-countdown-timer .panel-title {
    font-size: 16px;
  }
  .eveprest-countdown-timer .widget-banner-flash {
    min-height: 550px;
  }
  .footer4 .copyright .widget-html {
    text-align: center;
  }
  .footer4 .logo-pay {
    margin-top: 15px !important;
  }
  .product-block .product-item-info {
    text-align: center;
  }
  .block.eveprest-footer .widget-newsletter .field.newsletter {
    max-width: 100%;
  }
  .block.eveprest-footer .widget-newsletter .actions .action.subscribe {
    padding: 10px 15px;
    font-size: 14px;
  }
  .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
    line-height: 23px;
    width: 23px;
    height: 23px;
    font-size: 16px;
    right: -18px;
    top: -20px;
  }
  .checkout-index-index .minicart-wrapper {
    margin-right: 10px;
  }
  .opc-wrapper .step-title {
    padding-left: 15px;
  }
  .rtl .opc-wrapper .step-title {
    padding-right: 15px;
    padding-left: inherit;
  }
  .multicheckout .block .block-title > strong,
  .multicheckout .block .block-title * {
    font-size: 24px;
  }
  .table:not(.cart):not(.totals) tfoot > tr:first-child th {
    float: left;
  }
  .block .block-title > strong,
  .block .block-title * {
    font-size: 28px;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .breadcrumbs .items {
    line-height: 30px;
  }
  .breadcrumbs .item:not(:last-child)::after {
    line-height: 30px !important;
  }
  .page-wrapper > .breadcrumbs {
    padding: 10px 0;
  }
  .page-wrapper .brand-toolbar .toolbar-amount {
    margin-bottom: 20px;
  }
  .vesbrand-brand-view .sidebar.sidebar-main {
    margin-top: 20px;
  }
  .vesbrand-brand-view .sidebar.sidebar-main .block .block-title {
    margin-bottom: 0;
  }
  .vesbrand-brand-view .page-wrapper .toolbar-bottom .toolbar {
    margin: 0;
    padding: 0;
  }
  .category-view {
    margin-bottom: 0;
  }
  .page-products .toolbar .limiter {
    display: block;
    float: left;
  }
  body .page-wrapper .pages .action:hover {
    background: none;
  }
  .bundle-options-container .action.primary {
    margin-bottom: 20px;
  }
  .page-product-bundle .bundle-options-container {
    padding: 0;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    margin-top: 30px;
  }
  .bundle-options-container .product-options-wrapper {
    margin-bottom: 15px;
  }
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    float: left;
    width: 100%;
  }
  .page-product-bundle .column.main .block-bundle-summary .field.qty .control {
    margin: 0;
  }
  .page-product-bundle .bundle-options-wrapper,
  .page-product-bundle .bundle-options-container .block-bundle-summary {
    width: 100% !important;
  }
  .block.review-list {
    margin: 0;
  }
  .block.review-list .block-content {
    padding-bottom: 0;
  }
  .page-wrapper .toolbar.review-toolbar {
    padding-bottom: 0;
  }
  .fotorama__dot {
    width: 5px;
    height: 5px;
  }
  div .product.info.detailed .data .title > .switch {
    margin-right: 0;
  }
  .rtl div .product.info.detailed .data .title > .switch {
    margin-left: 0;
    margin-right: inherit;
  }
  div .product.data.items > .item.title > .switch {
    position: relative;
  }
  div .product.data.items > .item.title > .switch:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #000000;
    position: absolute;
    right: 5px;
    top: 3px;
  }
  .rtl div .product.data.items > .item.title > .switch:after {
    left: 5px;
    right: auto;
  }
  div .product.data.items > .item.title.active > .switch:after {
    content: "\f106";
  }
  .block.related .products-related {
    margin-top: 0;
  }
  div .product.info.detailed {
    margin-bottom: 20px !important;
  }
  .share > .pull-right {
    width: 100%;
  }
  .product-block .product-item-info .product-item-actions {
    bottom: 80px;
  }
  .page-footer .block.eveprest-footer.footer3 .widget-newsletter .field.newsletter {
    max-width: 95%;
  }
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
  .page-wrapper .toolbar .limiter label,
  .page-wrapper .toolbar .sorter label {
    display: none;
  }
  .page-wrapper .toolbar .sorter-options {
    min-width: 140px;
  }
  .page-wrapper .toolbar .limiter {
    margin-left: 15px;
  }
  .rtl .page-wrapper .toolbar .limiter {
    margin-right: 15px;
    margin-left: inherit;
  }
  .block.filter.active .filter-options {
    display: block;
  }
  .filter-options-content {
    padding: 5px 0;
  }
  .page-wrapper .toolbar {
    margin-top: 10px;
  }
  .eveprest-html-img-v2-content > .ves-container {
    margin-top: 40px !important;
  }
  .eveprest_product_v6_wrap {
    margin-top: -10px !important;
  }
  .sidebar .block.filter .filter-options .filter-options-title {
    font-size: 18px;
  }
  .filter.block .block-title > strong,
  .block .block-title * {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .block.related .block-actions {
    display: none;
  }
  .block-customer-login .actions-toolbar {
    float: left;
    width: 100%;
  }
  .rtl .block-customer-login .actions-toolbar {
    float: right !important;
  }
  .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .products-grid .product-block .product-item-info {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 14px;
    padding: 10px;
  }
  .page-layout-1column .filter .filter-current .action.remove {
    right: 0;
    left: auto;
  }
  .rtl .page-layout-1column .filter .filter-current .action.remove {
    left: 0;
    right: auto;
  }
  .page-layout-1column .filter .filter-current.active {
    padding: 15px;
  }
  .page-layout-1column .filter .block-actions.filter-actions {
    padding: 10px;
  }
}
/* Fix For Iphone 5 */
@media (max-width: 330px) {
  .page-wrapper .nav-sections {
    width: 280px;
  }
  .nav-open .page-wrapper {
    left: 280px !important;
  }
  .cart.table-wrapper .action {
    margin-right: 14px;
  }
  .rtl .cart.table-wrapper .action {
    margin-left: 14px;
    margin-right: inherit;
  }
  .rtl .cart.table-wrapper .action {
    margin-left: 0 !important;
  }
  .minicart-wrapper .block-minicart {
    margin-right: -10px;
  }
  .rtl .minicart-wrapper .block-minicart {
    margin-left: -10px;
    margin-right: inherit;
  }
  .search-wrapper {
    right: 40px;
  }
  .rtl .search-wrapper {
    left: 40px;
    right: auto;
  }
  .page-header .minicart-warp {
    right: 8px;
  }
  .rtl .page-header .minicart-warp {
    left: 8px;
    right: auto;
  }
}
/* Safari and Chrome fix*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .toolbar .sorter-options,
  .toolbar .limiter-options {
    line-height: 26px;
  }
  ::i-block-chrome,
  .toolbar .limiter .label {
    float: left;
  }
  .rtl ::i-block-chrome,
  .rtl .toolbar .limiter .label {
    float: right !important;
  }
  ::i-block-chrome i::after,
  .ourservice-block i::after {
    display: none;
  }
  ::i-block-chrome:hover i,
  .ourservice-block:hover i {
    background: #34bbce;
  }
}
/* IE10+ fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toolbar .sorter::after,
  .toolbar .control::after {
    right: 6px;
  }
  .rtl .toolbar .sorter::after,
  .rtl .toolbar .control::after {
    left: 6px;
    right: auto;
  }
  .page-wrapper .toolbar .sorter::after,
  .page-wrapper .toolbar .control::after {
    right: 5px;
  }
  .rtl .page-wrapper .toolbar .sorter::after,
  .rtl .page-wrapper .toolbar .control::after {
    left: 5px;
    right: auto;
  }
  .ves-autosearch .search_box .category_filter span {
    display: none;
  }
  .page-wrapper .ves-autosearch .search_box .input-text {
    padding-right: 100px;
  }
  .rtl .page-wrapper .ves-autosearch .search_box .input-text {
    padding-left: 100px;
    padding-right: inherit;
  }
  body .page-wrapper .block-search input {
    padding-right: 0 !important;
  }
}
/* RTL Fix */
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl [class*="col-lg-"],
.rtl [class*="col-md-"],
.rtl [class*="col-sm-"],
.rtl [class*="col-xs-"] {
  float: right;
}
.rtl .nav-mobile li .opener {
  right: auto;
  left: 0;
}
.rtl .page-header .header1 .ves-megamenu > li:first-child > a {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .field-tooltip {
  left: 0;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .opc-block-summary .product-item .subtotal {
  text-align: left;
}
.rtl .opc-block-summary .product-item .product-item-name-block {
  text-align: right;
}
.rtl .cart.table-wrapper .product-item-photo {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .cart.table-wrapper .actions-toolbar > .action-edit,
.rtl .cart.table-wrapper .actions-toolbar > .action-delete {
  left: 36px;
  right: auto;
}
.rtl .cart.table-wrapper .actions-toolbar > .action-delete {
  left: 0;
  right: auto;
}
.rtl .minicart-wrapper {
  margin-right: 13px;
  margin-left: 0;
}
.rtl .minicart-wrapper .block-minicart {
  left: 5px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::before {
  left: 26px;
  right: auto;
}
.rtl .minicart-wrapper .block-minicart::after {
  left: 25px;
  right: auto;
}
.rtl .minicart-wrapper .product .actions {
  float: left;
}
.rtl .minicart-wrapper .w-item .counter-price::before {
  border-left: 0;
  border-right: 4px solid #fff;
}
.rtl .minicart-wrapper .ui-widget-content.mage-dropdown-dialog {
  left: auto;
  right: 100%;
}
.rtl .minicart-wrapper .action.showcart::after {
  float: left;
  padding-top: 3px;
}
.rtl .minicart-items .product-item-details {
  padding-left: 0;
  padding-right: 88px;
}
.rtl .minicart-items .product > .product-item-photo,
.rtl .minicart-items .product > .product-image-container {
  float: right;
}
.rtl .ves-vertical .dropdown > .dropdown-menu {
  right: 100% !important;
  left: auto !important;
}
.rtl .ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
  right: auto;
  left: 0;
}
.rtl .ves-megamenu.menu-hover .nav-item.level1 .dropdown-menu {
  right: 70%;
  left: auto;
}
.rtl .cart-discount {
  float: right !important;
  padding-left: 4%;
  padding-right: 0;
}
.rtl .checkout-payment-method .payment-methods .actions-toolbar .primary {
  float: left !important;
}
.rtl .sidebar .swatch-option,
.rtl .multicheckout .block-shipping .box-shipping-address {
  float: right;
}
.rtl .block-customer-login .actions-toolbar .primary {
  margin-right: 0 !important;
}
.rtl .block-customer-login .actions-toolbar .secondary {
  float: right;
  margin-right: 20px;
}
.rtl .product-info-main .box-tocart .field.qty,
.rtl .product-options-bottom .box-tocart .field.qty {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .field-tooltip .field-tooltip-action {
  float: left;
}
.rtl .opc-block-shipping-information .shipping-information-title .action-edit {
  left: 0;
  right: auto;
}
.rtl .checkout-success .actions-toolbar .primary,
.rtl .cart.table-wrapper .action-gift {
  float: right;
}
.rtl .abs-shopping-cart-items-desktop,
.rtl .block-cart-failed,
.rtl .cart-container .cart-gift-item,
.rtl .cart-container .form-cart {
  float: right;
}
.rtl .cart-container .cart-summary {
  float: left !important;
}
.rtl .page-header .options ul.dropdown::before,
.rtl .page-header .options ul.dropdown::after {
  display: none !important;
}
.rtl .breadcrumbs .item:not(:last-child)::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.rtl .password-strength-meter::before {
  right: 0;
  left: auto;
}
.rtl [class*=multishipping-checkout-] .actions-toolbar .primary {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.rtl [class*=multishipping-checkout-] .table:not(.cart):not(.totals) tfoot .mark {
  text-align: left;
}
.rtl [class*=multishipping-checkout-] dd {
  margin-right: 0;
}
.rtl .minicart-items .product .toggle {
  padding: 0;
}
.rtl .minicart-items .product.options.active dd {
  margin-right: 0;
}
.rtl .pull-left .ui-autocomplete-loading {
  background-position: 44% center !important;
}
.rtl .submenu-left .dropdown-menu {
  left: auto;
  right: 0;
}
.rtl .ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar,
.rtl .ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
  float: right;
}
.rtl .ves-megamenu.menu-click .nav-item {
  text-align: right;
}
.rtl .catalog-product-view .share .addthis_toolbox > a,
.rtl .page-product-downloadable .product-options-wrapper {
  float: right;
}
.rtl .field.downloads .sample.link,
.rtl .page-product-downloadable .product-options-bottom {
  float: left;
}
.rtl .productlist-widget.product-style4 ul.etabs {
  background-position: right center;
}
.rtl body .page-wrapper .block-search .action.search {
  border-radius: 3px;
}
.rtl .read-more .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rtl .post-date span {
  padding-left: 0 !important;
}
.rtl .search-autocomplete ul li {
  text-align: right;
  padding: 5px 10px 5px 40px;
}
.rtl .search-autocomplete .amount {
  left: 7px;
  right: auto;
}
.rtl .block-giftregistry-shared-items .product .item-options dt,
.rtl .multicheckout .item-options dt,
.rtl .cart.table-wrapper .item-options dt {
  margin-left: 5px;
}
.rtl .popup-authentication .block[class] + .block {
  border-left: none;
  border-right: 1px solid #c1c1c1;
  padding-left: 0;
  padding-right: 40px;
}
.rtl .popup-authentication .block[class] + .block::before {
  right: -18px;
  left: unset;
}
.rtl .actions-toolbar .primary .action {
  margin-right: 0;
}
.rtl .ves-brandlist .brandlist .brand-toolbar {
  margin-left: 50px;
}
.rtl body .page-wrapper .columns .checkbox {
  margin: 5px 0 5px 5px;
}
.rtl .account-nav .item a,
.rtl .account-nav .item > strong {
  margin-right: 30px;
  border-right: 3px solid transparent;
  border-left: none;
}
.rtl .account-nav .item.current a,
.rtl .account-nav .item.current strong {
  border-color: #ff5501;
}
.rtl .actions-toolbar .primary {
  float: right;
}
.rtl .actions-toolbar {
  text-align: right;
}
.rtl .actions-toolbar > .primary:last-child,
.rtl .actions-toolbar > .secondary:last-child {
  margin-right: 10px;
}
.rtl .product-info-main .box-tocart .field.qty label,
.rtl .bundle-options-container .box-tocart .field.qty label,
.rtl .product-add-form .box-tocart .field.qty label {
  width: auto;
  margin-right: 10px;
}
.rtl .review-ratings {
  float: right;
}
.rtl .review-ratings ~ .review-content,
.rtl .review-ratings ~ .review-details {
  margin-right: 280px;
}
.rtl .page-wrapper .toolbar.review-toolbar .limiter {
  margin-right: 0;
}
.rtl .page-header .header2 .ves-menutop .ves-megamenu li.level0:first-child {
  margin-left: 20px;
}
.rtl .eveprest-countdown-timer .widget-banner-flash {
  float: left;
  margin-left: 8%;
}
