body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  line-height: 1.5em;
  font-size:13px !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
.fa-icon-home {
  font-size: 20px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #202020;
}
a:hover {
  text-decoration: none;
  color: #eeb013;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
ul{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
p{
  margin-bottom: 0;
}
a:hover, a:focus{
  text-decoration: none;
}
label {
  font-size: 13px;
  font-weight: normal;
}
img{
  max-width: 100%;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 11px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:after {
  content: '* ';
  color: #E63690;
  margin-left: 5px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  color: #eeb013;
}
/* top */
#top {
  background-color: #ffffff;
}
#top #currency .currency-select {
  text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
  color: #202020;
  text-decoration: none;
  line-height: 45px;
}
#top-links a:hover {
  color: #eeb013;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #FFF;
}
#top .btn-link strong {
  font-weight: normal;
  border-right: 1px solid #3a3a3a;
  padding: 0 15px;
  font-size:12px;
}
#top-links a + a {
  margin-left: 15px;
}
/* logo */
#logo {
  margin: 0;
}
/* search */
#search .input-lg{
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 45px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 50px;
    line-height: 30px;
    padding: 0 20px;
    width: 331px;
  border-radius:0;
}
.top-search-open #search .input-lg{
  opacity: 1;
  visibility: visible;
  width: 1055px;
}
#search .btn-lg, #top-search-trigger {
  font-size: 13px !important;
  padding: 0px 0px;
  border: none;
  color: #202020;
  position: relative;
  z-index: 1001;
}
#search #top-search-trigger .fa-times{
  left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.top-search-open #search #top-search-trigger .fa-times{
  opacity: 1;
}
.top-search-open #search #top-search-trigger .fa-search{
  opacity: 0;
}
.top-search-open #logo, .top-search-open #cart a.header-cart-{
  opacity: 0;
}
.top-search-open .nav-supermenu{
  display: none;
}
/* cart */
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #202020;
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
#menu > div > div{
  display: inline-block;
}
#menu {
  border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-radius: 0;
    border-left: none;
    border-right: none;
    position: relative;
    margin-bottom: 50px;
    height: 54px;
    z-index: 999;
}
#menu .nav-menu{
  text-align: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#menu .nav-menu ul{
  float: inherit;
}
.navbar-nav > li{
  display: inline-block;
  float: none;
}
#menu > div > div > ul > li.active a{
  color: #eeb013;
}
#menu > div > div > ul > li.active a span{
  border-bottom: 2px solid #202020;
  display: block;
}
#menu > div > div > ul > li:hover > a span{
  border-bottom: 2px solid #202020;
  display: block;
}
#menu > div > div > ul > li:hover > a {
  color: #eeb013;
}
#menu > div > div > ul > li > a {
  color: #363636;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 15px;
  font-weight: bold;
  line-height: 50px;
  cursor: pointer;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
  color: #eeb013;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  text-align: left;
  min-width: 215px;
  border: none;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s ease-in 0s;
  top:72px;
  z-index: 99999999;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 215px;
  display: block;
  padding: 0px 15px;
  clear: both;
  line-height: 30px;
  font-size: 13px;
}
#menu .dropdown-inner li a:hover {
  color: #eeb013;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #ebebeb;
  padding: 0px 15px;
  font-size: 13px;
  line-height: 30px;
  color: #eeb013;
}
#menu #category {
  float: left;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
}
#menu .btn-navbar {
  font-size: 17px;
  font-stretch: expanded;
  color: #FFF;
  padding: 3px 10px;
  float: right;
  background-color: #202020;
  border-color: #202020;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top:52px;
  }
}
@media (max-width: 767px) {
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* Menu level 2 */
#menu .dropdown-menu-level-2 {
    background-color: #efefef;
    float: left;
    font-size: 13px;
    left: 100%;
    list-style: outside none none;
    min-width: 215px;
    position: absolute;
    top: 25px;
    z-index: 1000;
    padding: 5px 0;
    opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s ease-in 0s;
}
#menu .dropdown .dropdown-menu ul li{
    position: relative;
}
#menu .dropdown .dropdown-menu ul li.dropdown-level-2:hover > a.icon-after:after{
  color: #202020;
    content: "붿";
    right: 15px;
    position: absolute;
    font-family: FontAwesome;
}
@media (min-width: 768px) {
  #menu .dropdown .dropdown-menu ul li.dropdown-level-2:hover .dropdown-menu-level-2{
    opacity: 1;
    visibility: visible;
    top:5px;
  }
}
/* horizontal menu */

#menu .nova-menu > ul > li > div{
  background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 999999;
    padding: 15px;
    right: 0;
    width: 100%;
}
#menu .nova-menu > ul > li:hover > div{
  opacity: 1;
  visibility: visible;
  top:52px;
}
#menu .nova-menu > ul > li > div > div{
    padding-bottom: 15px;
}
#menu .nova-menu > ul > li > a {
  color: #363636;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 15px;
}
#menu .nova-menu span a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #202020;
}
#menu .nova-menu span a:hover{
  color: #202020;
}
#menu .nova-menu a {
  display: block;
  letter-spacing: normal;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
}
#menu .nova-menu a:hover {
  color: #eeb013;
}
#menu .nova-menu > ul > li > div > div > ul > li{
  position: relative;
}
#menu .nova-menu > ul > li > div > div > ul > li:hover .dropdown-menu-level-2{
  opacity: 1;
  visibility: visible;
  top:0;
}
#menu .nova-menu > ul > li > div > div > ul > li a{
  min-width: 155px;
}
/* Menu level 2 */
#menu .nova-menu .dropdown-menu-level-2 {
    background-color: #efefef;
    float: left;
    font-size: 13px;
    left: 75%;
    list-style: outside none none;
    min-width: 215px;
    position: absolute;
    top: 20px;
    z-index: 1000;
    padding: 5px 0;
    opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s ease-in 0s;
}
#menu .nova-menu .dropdown-menu-level-2 a{
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  #menu .nova-menu .two-column {
      clear: none !important;
  }
  #menu .nova-menu .two-column:nth-child(2n+1) {
      clear: left !important;
  }
  #menu .nova-menu .three-column {
      clear: none !important;
  }
  #menu .nova-menu .three-column:nth-child(3n+1) {
      clear: left !important;
  }
  #menu .nova-menu .four-column {
      clear: none !important;
  }
  #menu .nova-menu .four-column:nth-child(4n+1) {
      clear: left !important;
  }
  #menu .nova-menu .five-column {
      clear: none !important;
  }
  #menu .nova-menu .five-column:nth-child(5n+1) {
      clear: left !important;
  }
  #menu .nova-menu .six-column {
      clear: none !important;
  }
  #menu .nova-menu .six-column:nth-child(6n+1) {
      clear: left !important;
  }
}
#menu .five-column{
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

/* brands menu */

#menu .brands-menu > ul > li > div {
    background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999999;
}
#menu .brands-menu > ul > li:hover > div{
  opacity: 1;
  visibility: visible;
  top:52px;
}
#menu .brands-menu > ul > li > div > div{
    padding-bottom: 15px;
    padding-top: 15px;
}
#menu .brands-menu a {
  display: block;
}

/* Custom link menu */

#menu .custom-link-menu a {
  display: block;
}

/* Custom menu */

.custom-block-menu .list-menu-custom{
  padding-top: 15px;
  padding-bottom: 30px;
}
.custom-block-menu .list-menu-custom span a{
  color: #202020;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-block-menu .list-menu-custom a {
    color: #666666;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 30px;
}
.custom-block-menu .list-menu-custom span a:hover{
  color: #eeb013;
}
.custom-block-menu .list-menu-custom a:hover {
    color: #eeb013;
}


#menu .custom-menu-menu > ul > li > div{
  border: medium none;
    border-radius: 0;
    display: block;
    min-width: 215px;
    opacity: 0;
    padding-bottom: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    position: absolute;
    z-index: 99999999;
    background: #fff;
    padding: 7px 0 17px 0;
}
#menu .custom-menu-menu > ul > li:hover > div{
  top: 52px;
  visibility: visible;
  opacity: 1;
}
#menu .custom-menu-menu > ul > li > div > ul > li > a{
  clear: both;
    color: #9b9b9b;
    display: block;
    font-size: 13px;
    line-height: 30px;
    min-width: 215px;
    padding: 0 15px;
}
#menu .custom-menu-menu > ul > li > div > ul > li > a:hover{
  color: #eeb013;
}
#menu .custom-menu-menu a {
  display: block;
}

/* Custom block menu */

#menu .custom-block-menu > ul > li > div{
  background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999999999;
}
#menu .custom-block-menu > ul > li:hover > div{
  top: 52px;
  visibility: visible;
  opacity: 1;
}
#menu .custom-block-menu a {
  display: block;
}
/* footer */
footer .theme-block {
  color: #b6b6b6;
  padding: 25px 0 20px;
  text-align: center;
}
footer .footer-top{
  padding: 45px 0 35px;
}
footer .footer-top li {
  color: #bbb !important;
  margin-bottom: 15px;
}
footer .footer-top a {
  color: #bbb !important;
  font-size: 13px;
  display: inline-block;
}
footer h5 {
  color: #eee;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.hidden,
.header_home_v1 .pull-right .arrow-hear:nth-child(2)  {
  /*display: none;*/
}

.f-social i {
    transition: all 0.2s ease-in-out 0s;
}
.f-social i:hover,
footer .footer-top a:hover {
  color: #e63690 !important;
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb_b {
  background-color: #f8f8f8 ;
}
.breadcrumb {
  margin: 0;
  padding: 12px 0 17px 0;
  position: relative;
  background-color: #f8f8f8 ;
  border-radius: 0;
  text-align: left;
}
.breadcrumb h2{
  text-transform: uppercase;
  float: left;
  margin: 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > .active{
  color: #202020;
}
.breadcrumb > li:last-child span {
  display: none;
}
.breadcrumb > li {
  position: relative;
  white-space: nowrap;
  font-size: 13px;
  color: #202020;
  padding-top: 9px;
}
.breadcrumb > li span{
  margin: 0 6px;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.pagination {
  margin: 0px;
}
/* buttons */
.buttons {
  margin: 1em 0;
  overflow: auto;
}
.btn {
  padding: 8px 16px 9px;
  font-size: 12px;
  border: 1px solid #cccccc;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
  background:none !important;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 13px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
#grid-view:hover{
  background:none;
}
#list-view:hover{
  background:none;
}
.btn-group .selected{
  color: #e63690;
}
.btn-default {
  border-radius: 0;
  padding: 0;
  margin-right: 0px;
  transition: all 0.1s ease-in 0s;
  border:none;
  float:none !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #202020;
  background-repeat: repeat-x;
  transition: all 0.3s ease-in 0s;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
    line-height: 34px;
    padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #eeb013;
  border-color: #eeb013;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  background: #eeb013;
  border-color: #eeb013;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #202020;
  border-color: #202020;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  background: #eeb013;
  border-color: #eeb013;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #202020;
  border-color: #202020;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
  border: none;
  color: #202020;
  padding: 8px 15px 8px 30px;
  font-size: 13px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #eeb013;
}
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
/* product list */
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image img {
  /*margin-left: auto;
  margin-right: auto;*/
  width: 100%;
  height: 100%;
}
.product-grid .product-thumb .image {
  float: none;
}
#list-view {
  display: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
  float: left;
}
}
.product-thumb .caption  h4 a{
  font-size: 14px;
  /*text-transform:capitalize;*/
  font-weight:400;
  line-height: 20px;
}
.product-thumb .caption h4 {
  margin-top: 12px;
}
.product-thumb .caption {
  text-align:center;
}
.box-productcarousel .product-thumb .caption {
  text-align:left;
}
.product-thumb .caption-list .button-group-list {
  text-align:left;
  padding-bottom:10px;
}
.product-thumb h4 a:hover{
  color:#eeb013;
}
.box-productcarousel h4{
  margin-bottom:0;
  margin-top: -5px;
}
.box-productcarousel .product-thumb h4 a{
  font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
  line-height: 28px;
}
.box-productcarousel .product-thumb{
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 12px;
    padding-bottom: 12px;
}
.box-productcarousel .product-thumb:last-child{
   border-bottom: none;
}
.f-widgets-p{
  padding: 55px 0 35px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
  padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
  min-height: 0;
  margin-left: 0;
  padding: 0 10px;
}
.product-grid .product-thumb .caption {
  min-height: 0;
}
}

.item-product-image-box:hover .rating {
  opacity: 1;
  visibility: visible;
}
.product-thumb .rating span{
  width: 13px;
}
.fa-stack {
  font-size: 8px;
}
.fa-star-o {
  color: #999;
  font-size: 15px;
}
.fa-star {
  color: #FC0;
  font-size: 15px;
}
.fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.product-thumb .price-sep {
  padding: 0 5px;
  color: #202020;
}
.product-thumb .price-old {
  /*color: #888;*/
  /*text-decoration: line-through;*/
  /*font-size:13px;*/
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
  border-left: none;
}
}
.product-thumb .button-group button {
  border: none;
  display: block;
  background-color: #fff;
  color: #d4d4d4;
  line-height: 38px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 3px 0;
}
.product-thumb .button-group .cart-compare button, .product-content .btn-group button{
  background: #444 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    line-height: 22px;
    text-align: center;
  margin-top:5px;
    width: 28px;
}
.product-content .btn-group button:hover{
  background:#e63690 !important;
}
.product-content .btn-group button:focus{
  background:#e63690 !important;
}
.product-content .btn-group button{
  margin-right:5px !important;
}
.product-thumb .button-group .cart-compare{
  position:absolute;
  bottom:10px;
  right:-100px;
  transition: all 0.4s ease 0s;
}
.product-layout:hover .product-thumb .button-group .cart-compare{
  right:15px;
}
.product-list .product-thumb .button-group .cart-compare button{
  margin-right: 10px;
}
.product-list .product-thumb .button-group .cart-compare button:hover{
  background: #e63690;
  color: #fff;
}
.product-thumb .button-group .name button i{
  font-size: 14px;
}
.cart-compare i{
  font-size: 14px;
}
.product-thumb .button-group button:hover {
  background: #e63690;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
  width: 33.33%;
}
}
.thumbnails {
  overflow: hidden;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .image-additional {
  margin: 0 10px;
}
.flexslider .slides img {
  width: inherit;
}
.flexslider.carousel .slides img {
  width: auto;
}
.slides {
  padding: 0;
  margin:0 !important;
  list-style: none;
}
.slides li {
  text-align: center;
}
.slides li img {
  text-align: center;
}
.flex-direction-nav a:before {
  line-height: 40px;
}
#wrap .mousetrap + .mousetrap{
  height:auto !important;
}

#logo img {
  transition: all .4s ease;
}

.custom-logo-size {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .is-sticky #logo img {
    max-width: 40%;
    margin-top: 18px;
  }
}
@media screen and (max-width: 991px) {
  #logo img {
    max-width: 75%;
  }
}

.is-sticky .welcome-logged {
  margin-top: 17px !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.image.image-list .hover,.image.image-list:hover .noHover
{
  display: none;
}
.image.image-list:hover .hover
{
  display: block;
}
.colors li
{
  display: inline-block;
  margin: 2px;
}
.colors li img
{
  width: 17px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.colors li p
{
  font-size: 12px;
}
.overlay-rmore.fa-search
{
  display: none !important;
}


.test {
  width: 100px;
  height: 1px;
  background: aqua;
  position: absolute;
  top: 0;
  left: 110px;
  z-index: 9999999;
}

.mfilter-free-container:nth-child(2) {
  display: none !important;
}
.warning-main {
    margin-bottom: 12px;
    background-color: rgba(220, 0, 85, 0.25);
    padding: 8px;
}