/*body*/
/*Colors*/
/*header*/
/*main body*/
/*pathway*/
/*search*/
/*footer*/
/*module*/
/*products*/
/*Article & blog*/
/*social*/
/*menu*/
/*buttons*/
/*gradient*/
/*border-radius*/
/*rotate*/
/*Shadow box*/
/*Shadow box products*/
html {
  font-size: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #FFFFFF;
  color: #1F1A17;
}
.main_content a:hover {
  color: #561F32;
}
a,
a:link,
a:visited {
  color: #561F32;
}
a:hover {
  text-decoration: none;
  color: #7B797A;
}
a:focus {
  outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #561F32;
}
h1 {
  font-size: 180%;
}
h3 {
  font-size: 150%;
  font-weight: 400;
}
h4 {
  font-size: 120%;
  font-weight: 700;
}
img {
  max-width: 100%;
}
.btn-social-icon {
  padding: 15px 5px;
}
section {
  padding: 20px 0px;
}
/*content_top_full*/
section.content_top_full {
  padding: 0px;
}
.contact_page {
  font-size: 14px;
}
.no-padding-left {
  padding-left: 0px;
}
body.ajax,
body.ajax * {
  cursor: wait !important;
}
/* blog List
------------------------------------------------------------*/
h1.itemTitle {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  padding: 7.5px 0;
  text-align: left;
  margin: auto 0;
  color: #561F32;
  font-weight: 600;
}
.blog_list .catItemImageBlock {
  position: relative;
}
.blog_list .catItemImageBlock h3.catItemTitle {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  width: 100%;
  margin-top: 60%;
  font-size: 24px;
  text-align: center;
  padding: 0px 10px;
  opacity: 0;
}
.blog_list .catItemImageBlock h3.catItemTitle a {
  font-size: 24px;
  color: #fff;
}
.blog_list .catItemImageBlock h3.catItemTitle a:hover {
  text-decoration: none;
}
.blog_list .catItemImageBlock:hover {
  background: #000;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.blog_list .catItemImageBlock:hover h3.catItemTitle {
  display: inline-block;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* IE6-IE8 */
  margin-top: 40%;
}
.blog_list .catItemImageBlock:hover .catItemImage {
  overflow: hidden;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* IE6-IE8 */
  -webkit-transition: opacity 1s linear;
}
/* share_box-----------------------------------------------*/
.share_box {
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 15px 0px;
}
.item_share {
  border-top: 1px solid #ddd;
}
.share_l {
  float: left;
  margin-top: 6px;
  font-size: 14px;
}
.share .st_facebook_large .stLarge {
  background: url(../images/social.png) no-repeat -60px 0px !important;
}
.share .st_facebook_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -90px 0px !important;
}
.share .st_twitter_large .stLarge {
  background: url(../images/social.png) no-repeat -300px 0px !important;
}
.share .st_twitter_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -330px 0px !important;
}
.share .st_googleplus_large .stLarge {
  background: url(../images/social.png) no-repeat -120px 0px !important;
}
.share .st_googleplus_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -150px 0px !important;
}
.share .st_pinterest_large .stLarge {
  background: url(../images/social.png) no-repeat -180px 0px !important;
}
.share .st_pinterest_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -210px 0px !important;
}
.share .st_tumblr_large .stLarge {
  background: url(../images/social.png) no-repeat -240px 0px !important;
}
.share .st_tumblr_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -270px 0px !important;
}
.share .st_instagram_large .stLarge {
  background: url(../images/social.png) no-repeat -420px 0px !important;
  width: 23px !important;
}
.share .st_instagram_large .stLarge:hover {
  background: url(../images/social.png) no-repeat -440px 0px !important;
  width: 23px !important;
}
.stButton .stLarge {
  width: 25px !important;
  height: 25px !important;
}
.fb_iframe_widget {
  width: 100%;
}
.fb_iframe_widget span {
  max-width: 100% !important;
}
.fb_iframe_widget .fb_iframe_widget iframe {
  width: 100% !important;
  max-width: 100%;
}
/* -----------------------------------------------------------*/
/*pathway*/
.pathway {
  border-bottom: 1px solid #EEEEEE;
  color: #AAAAAA;
  font-weight: 600;
}
.pathway .breadcrumb {
  margin-bottom: 0px;
  color: #AAAAAA;
  background: none;
}
.pathway ul.breadcrumb {
  padding-left: 0px;
  margin-left: 0;
}
.pathway a,
.pathway a:link,
.pathway a:visited,
.pathway .breadcrumb > .active {
  border-bottom: 0px solid #EEEEEE;
  color: #AAAAAA;
}
.pathway a:hover {
  color: #561F32;
}
/*buttons*/
.btn,
.gbs3 .btn-primary,
#fin-Submit .btn,
.button,
input.default,
#confirmbtn_button {
  background: #561F32 !important;
  border-color: #561F32;
  color: #FFFFFF !important;
  padding: 5px 10px !important;
}
.gbs3 .gcore-label-left {
  min-width: 200px !important;
  max-width: 100% !important;
}
.fa-circle-o.fa-1,
.fa-circle.fa-1 {
  font-size: 10px;
}
.button,
input.default {
  line-height: 18px;
  border: 1px solid #561F32;
}
input.default:hover,
.button:hover,
.btn:hover,
.btn:focus,
.gbs3 .btn-primary:hover,
.gbs3 .btn-primary:focus,
#fin-Submit .btn:hover,
#fin-Submit .btn:focus,
#confirmbtn_button:hover {
  background-color: #000000 !important;
  border-color: #000000;
  color: #FFFFFF !important;
  padding: 5px 10px !important;
}
.btn:active,
.btn.active,
.gbs3 .btn-primary:active,
.gbs3 .btn-primary.active,
#fin-Submit .btn:active,
#fin-Submit .btn.active {
  background-color: #561F32;
  border-color: #561F32;
  color: #FFFFFF;
}
#fin-message {
  display: inline-block;
  width: 100% !important;
}
#fin-message textarea {
  width: 100% !important;
}
/*articles*/
.news_list h3 {
  margin-top: 0px;
}
.catItemReadMore a {
  color: #fff;
}
/*blog*/
.back_btn_list {
  text-align: right;
  margin-bottom: 10px;
}
.back_btn_list a,
.back_btn_list a:link,
.back_btn_list a:visited {
  color: #000000;
}
.back_btn_list a:hover {
  color: #561F32;
}
h3.catItemTitle a,
h3.catItemTitle a:link,
h3.catItemTitle a:visited {
  color: #561F32;
}
h3.catItemTitle a:hover {
  color: #7B797A;
}
.lv_skin canvas {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
}
#gototop {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border-bottom: 0 !important;
  padding: 6px 15px !important;
  font-size: 150% !important;
}
/*K2*/
/*Press view*/
.press_cat_list div.itemContainer {
  float: none !important;
}
.press_cat_list .press_view {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1F1A17;
}
.press_cat_list .press_view .catItemImage {
  margin-top: 20px;
  margin-bottom: 20px;
}
.press_cat_list .press_view .catItemImage img {
  width: 100% !important;
}
.press_cat_list .press_view .catItemIntroText iframe {
  width: 100% !important;
  height: 480px !important;
}
.pagination > li > a,
.pagination > li > span {
  margin-right: 0px;
  margin-left: 0px;
  color: #1F1A17;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: #561F32;
  color: #FFFFFF;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #ccc;
}
/*com-form-login*/
.login .control-label {
  text-align: left;
}
#form-login {
  margin-bottom: 10px;
}
#com-form-login {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F6F6F6;
  padding: 10px;
  margin-bottom: 20px;
}
#com-form-login h2 {
  margin-top: 5px;
}
#adminForm {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 10px;
  margin-bottom: 20px;
}
#adminForm input:hover {
  color: #1F1A17;
}
#adminForm h2 {
  margin-top: 5px;
}
#adminForm .chzn-single {
  height: 28px !important;
  line-height: 28px !important;
}
#PHPSHOP_SHOPPER_FORM_INVOICE_div,
#PHPSHOP_SHOPPER_FORM_INVOICE_input {
  display: inline-block;
}
#PHPSHOP_SHOPPER_FORM_INVOICE_field {
  height: auto !important;
  margin: auto;
}
#captcha1 {
  margin: 10px 0;
}
.header {
  background: #FFFFFF;
  padding-bottom: 0px;
  /*logo*/
  /*top header */
  /*Header top*/
  /*main Header*/
  /*Right Header*/
  /*Cart mod*/
}
.header .brand {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  display: inherit;
}
.header .brand .site-title {
  padding-top: 7.5px;
  color: #7B797A;
}
.header .brand img {
  width: 300px;
}
.header .top_header_center p {
  margin: 2px 0;
}
.header .header-top {
  background: #000000;
  background-size: 100% 100%, auto auto;
  color: #FFFFFF;
  padding: 1px 0px;
  font-size: 14px;
  border-bottom: 2px solid #1F1A17;
  font-family: 'Open Sans', sans-serif;
}
.header .header-top .MagicToolboxContainer {
  display: none;
  width: 0;
  height: 0;
}
.header .header-top .custom_modtop_shipping {
  padding: 5px 0;
  line-height: 2em;
}
.header .header-top p {
  margin-bottom: 0px;
}
.header .header-top .top_header_center {
  display: block;
  font-size: 100%;
  overflow: hidden;
  text-align: center;
}
.header .header-top .top_header_center .fa {
  font-size: 160%;
}
.header .header-top .top_header_center a,
.header .header-top .top_header_center a:link,
.header .header-top .top_header_center a:visited {
  font-size: 160%;
  padding: 5px 0 !important;
  line-height: 1.5em;
}
.header .header-top a,
.header .header-top a:link,
.header .header-top a:visited {
  color: #FFFFFF;
  font-size: 100%;
  padding: 5px 0;
  line-height: 1.8em;
}
.header .header-top a:hover {
  color: #C2C1C1;
}
.header .header-top .custom_mod_menu {
  display: inline-block;
}
.header .header-top .custom_modmod_login {
  display: inline-block;
}
.header .main_header {
  padding-top: 0px;
  margin: 15px 0;
  color: #1F1A17;
}
.header .main_header .container {
  position: relative;
}
.header .main_header .header_center {
  display: block;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
}
.header .custom_mod_telephone strong {
  font-size: 120%;
  font-weight: 600;
  line-height: 26px;
  color: #FFFFFF;
}
.header .custom_mod_telephone p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.header .custom_mod_telephone .glyphicon-earphone {
  font-size: 16px;
  margin-left: -10px;
}
.header .header_right {
  margin-top: 22px;
}
.header .mod_lang {
  float: right;
  display: inline-block;
  margin: 0px 10px;
}
.header .mod_cart {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0;
  padding-bottom: 0px;
  position: relative;
}
.header .mod_cart a,
.header .mod_cart a:link,
.header .mod_cart a:visited {
  font-weight: 600;
}
.header .mod_cart i {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0px;
  margin-right: 10px;
  color: #561F32 !important;
}
.header .mod_cart span.total_items {
  background: url(../images/cart.svg) no-repeat bottom center transparent;
  background-size: contain;
  color: #561F32;
  width: 31px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
}
.header .mod_cart .cart_content {
  top: 50px !important;
  padding: 5px 0;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-oute;
  transition: all 0.2s ease-in-out;
}
.header .mod_cart .cart_content .cart_buttons a.gray_btn {
  background: #561F32 !important;
  color: #FFFFFF !important;
}
.header .mod_cart .cart_content .cart_buttons a.gray_btn:hover {
  background: #1F1A17 !important;
  color: #FFFFFF !important;
}
.header .custom_mod.mod_lang {
  display: inline-block;
  margin-top: 13px;
}
.header span.cart_num a {
  background: #561F32 !important;
  color: #1F1A17 !important;
}
.header #vmCartModule {
  color: #FFFFFF !important;
}
.custom_mod_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom_mod_menu ul li {
  display: inline-block;
  padding: 0px 5px;
  margin: 0;
  background: url(../images/top-menu-marker.gif) left center no-repeat;
}
.custom_mod_menu ul li a,
.custom_mod_menu ul li a:link,
.custom_mod_menu ul li a:visited {
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: none;
  text-decoration: none;
}
.custom_mod_menu ul li a:hover {
  background: none;
  color: #C2C1C1;
  text-decoration: none;
}
.custom_mod_menu ul li:first-child {
  background: none;
}
.sclogin-modal-links a,
.sclogin-modal-links a:link,
.sclogin-modal-links a:visited {
  display: inline-block;
  font-weight: 400;
  padding: 0px 5px;
  margin: 0;
  background: url(../images/top-menu-marker.gif) right center no-repeat;
}
.sclogin {
  padding: 0px 5px !important;
}
.sclogin a,
.sclogin a:link,
.sclogin a:visited {
  padding: 5px 7.5px 5px 5px !important;
}
.sclogin a:hover {
  color: #ccc;
  text-decoration: none;
}
.custom_modtelephone {
  font-size: 160%;
}
/*search*/
.custom_modsearch {
  padding: 0px;
  margin-top: 0px;
}
.searchsearch .inputboxsearch {
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  background-image: url("../images/src-open2.png") !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
  border: 2px solid #1F1A17;
  padding: 5px 7.5px 5px 30px;
  color: #1F1A17;
  max-width: 250px;
  text-align: left;
}
.searchsearch input[type="text"]:focus {
  border: 2px solid #561F32;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.ac_results li:hover {
  background: #FFFFFF;
  color: #561F32;
}
.content_top_full {
  font-size: 13px;
}
.content_top_full .contact {
  font-size: 12px;
}
@media (min-width: 200px) {
  .header .header-top .top_header_left,
  .header .header-top .top_header_right,
  .header .header-top .top_header_center {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
  }
  .header .header-top .custom_mod_menu {
    float: none;
  }
  .header .main_header .brand,
  .header .main_header .header_center,
  .header .main_header .header_right {
    text-align: center;
    clear: both;
    float: none;
    display: block;
    width: 100%;
  }
  .header .main_header .header_center {
    margin-bottom: 15px;
  }
  .header .main_header .header_right .mod_cart {
    float: none;
    text-align: center;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .header .header-top .top_header_left,
  .header .header-top .top_header_right {
    display: block;
    width: auto;
    float: inherit;
    clear: inherit;
    text-align: inherit;
  }
  .header .header-top .custom_mod_menu {
    float: right;
  }
  .header .main_header .brand,
  .header .main_header .header_center,
  .header .main_header .header_right {
    clear: inherit;
    float: inherit;
    display: inherit;
    width: auto;
  }
  .header .main_header .header_center {
    margin-bottom: 0;
  }
  .header .main_header .header_right .mod_cart {
    float: right;
  }
}
@media (min-width: 991px) {
  .header .header-top .top_header_center {
    display: block;
    width: auto;
    float: inherit;
    clear: inherit;
    text-align: center;
  }
  .main_header .brand,
  .main_header .header_center,
  .main_header .header_right {
    clear: inherit;
    float: inherit;
    display: inherit;
    width: auto;
  }
  .main_header .header_right .mod_cart {
    float: right;
  }
}
.wishlist_menu {
  display: inline-block !important;
}
.wishlist_menu .image-title {
  text-indent: -99999px;
  display: none;
}
/*main menu*/
.navmainmenu {
  background: #FFFFFF;
  color: #1F1A17;
}
.navmainmenu .maximenuckh {
  float: right;
}
.navmainmenu #mainmenu {
  width: 200px;
  display: block;
  padding: 7.5px 5px;
}
.navmainmenu #mainmenu .label {
  color: #1F1A17;
}
.navmainmenu #mainmenu .mod_eshop_menu {
  top: 36px !important;
  left: 0px !important;
  background: #E9E9E9 !important;
  color: #1F1A17;
  width: 280px;
  border: 1px solid #DCDCDC;
  border-top: 0px solid #DCDCDC !important;
}
.navmainmenu #mainmenu .mod_eshop_menu a,
.navmainmenu #mainmenu .mod_eshop_menu a:link,
.navmainmenu #mainmenu .mod_eshop_menu a:visited {
  color: #1F1A17;
  border-bottom: 1px solid #DCDCDC !important;
}
.navmainmenu #mainmenu .mod_eshop_menu a .fa-angle-up,
.navmainmenu #mainmenu .mod_eshop_menu a:link .fa-angle-up,
.navmainmenu #mainmenu .mod_eshop_menu a:visited .fa-angle-up {
  display: none;
}
.navmainmenu #mainmenu .mod_eshop_menu a .fa,
.navmainmenu #mainmenu .mod_eshop_menu a:link .fa,
.navmainmenu #mainmenu .mod_eshop_menu a:visited .fa {
  padding: 0 5px;
}
.navmainmenu #mainmenu .mod_eshop_menu a:hover {
  text-decoration: none;
  background: #561F32;
  color: #FFFFFF;
  border-bottom: 1px solid #431827 !important;
}
.navmainmenu #mainmenu .mod_eshop_menu a.collapse-link[aria-expanded="true"],
.navmainmenu #mainmenu .mod_eshop_menu .active > .collapse-label {
  background: #561F32;
  color: #FFFFFF;
  border-bottom: 1px solid #431827 !important;
}
.navmainmenu #mainmenu .mod_eshop_menu a.collapse-link[aria-expanded="true"] .fa-angle-up,
.navmainmenu #mainmenu .mod_eshop_menu .active > .collapse-label .fa-angle-up {
  display: inline-block;
}
.navmainmenu #mainmenu .mod_eshop_menu a.collapse-link[aria-expanded="true"] .fa-angle-down,
.navmainmenu #mainmenu .mod_eshop_menu .active > .collapse-label .fa-angle-down {
  display: none;
}
.navmainmenu #mainmenu .mod_eshop_menu .panel {
  box-shadow: none;
}
.navmainmenu #mainmenu .mod_eshop_menu .cat_title_menu {
  display: inline-block;
  width: 75%;
}
.navmainmenu #mainmenu .mod_eshop_menu .fa-angle-right {
  float: left;
  line-height: 20px;
}
.navmainmenu #mainmenu .mod_eshop_menu .fa-angle-down,
.navmainmenu #mainmenu .mod_eshop_menu .fa-angle-up {
  float: right;
  line-height: 20px;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul {
  background: #f6f6f6;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul .level-1.panel-collapse ul {
  background: #ffffff;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul .level-2.panel-collapse ul {
  background: #ffffff;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li a,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li a:link,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li a:visited {
  padding: 7.5px 15px;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 a,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 a:link,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 a:visited {
  padding: 7.5px 15px 7.5px 30px;
}
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a:link,
.navmainmenu #mainmenu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a:visited {
  padding: 7.5px 15px 7.5px 45px;
}
.maximenuck {
  padding-left: 0px;
  margin-bottom: 0px;
}
.maximenuck .level1 {
  border-right: 0px solid #1F1A17;
}
.maximenuck .level1 a,
.maximenuck .level1 a:link,
.maximenuck .level1 a:visited {
  color: #1F1A17;
  border-bottom: 0px solid #FFFFFF;
  margin: 0px 15px;
  font-weight: 600;
  padding: 7.5px 5px;
}
.maximenuck .level1 a:hover {
  border-bottom: 0px solid #FFFFFF;
  color: #FFFFFF;
  background: #561F32;
}
.maximenuck .level1:last-child > a:after {
  margin: 0px;
  display: none;
}
.maximenuck .level1:first-child {
  border-left: 0px solid #1F1A17;
}
.maximenuck .level1.active > a {
  border-bottom: 0px solid #FFFFFF;
}
.maximenuck div.floatck {
  padding: 15px 30px;
  border: 2px solid #DCDCDC;
  border-top: none;
  background: #E9E9E9 !important;
  color: #1F1A17;
  background-size: 40% auto !important;
  top: 36px !important;
}
.maximenuck div.floatck li {
  margin-left: 0 !important;
}
.maximenuck div.floatck a,
.maximenuck div.floatck a:link,
.maximenuck div.floatck a:visited {
  color: #1F1A17;
}
.maximenuck div.floatck a:hover {
  color: #C2C1C1;
}
.maximenuck div.floatck h3 {
  margin-top: 0;
  border-bottom: 2px solid #1F1A17;
  padding-bottom: 5px;
}
/*Main menu*/
.vmgroupfeatured_products_menu {
  border-left: 8px double #561F32;
  padding: 7.5px;
  text-align: center;
}
.vmproductfeatured_products_menu a {
  border-bottom: 0px solid #DCDCDC !important;
  font-size: 14px !important;
}
.vmgroupfeatured_products_menu .menu_product_image {
  height: 340px;
  overflow: hidden;
}
.vmgroupfeatured_products_menu .menu_product_image a {
  height: 340px;
}
.vmgroupfeatured_products_menu .menu_product_image img {
  max-height: 100%;
  width: auto;
}
/*Category menu*/
.custom_mod_category_menu {
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 20px;
}
.custom_mod_category_menu a,
.custom_mod_category_menu a:link,
.custom_mod_category_menu a:visited {
  font-weight: 600;
}
.custom_mod_category_menu a:hover {
  text-decoration: none;
  color: #7B797A !important;
}
.custom_mod_category_menu .menu a,
.custom_mod_category_menu .menu a:link,
.custom_mod_category_menu .menu a:visited {
  font-weight: 400;
}
.custom_mod_category_menu h3 {
  position: relative;
  overflow: hidden;
  padding: 7.5px 0;
  text-align: left;
  margin: 0 0 5px;
  color: #561F32;
  width: 70%;
  font-weight: 600;
}
.custom_mod_category_menu h3 span {
  display: block;
  border: 1px solid #1F1A17;
  background: #FFFFFF;
  padding: 5px 15px;
}
.custom_mod_category_menu ul.VMmenu > li div,
.custom_mod_category_menu ul.VMmenu > li {
  border: 0px solid #e0e0e0;
}
.custom_mod_category_menu ul.VMmenu li ul.menu li > div,
.custom_mod_category_menu ul.VMmenu li ul.menu li {
  border: 0px solid #e0e0e0;
}
.custom_mod_category_menu .mod_main_content_category_menu a {
  display: inline-block;
}
.custom_mod_category_menu .mod_eshop_menu {
  background: #E9E9E9 !important;
  color: #1F1A17;
  width: 100%;
  border: 1px solid #DCDCDC;
  border-top: 0px solid #DCDCDC !important;
}
.custom_mod_category_menu .mod_eshop_menu a,
.custom_mod_category_menu .mod_eshop_menu a:link,
.custom_mod_category_menu .mod_eshop_menu a:visited {
  color: #1F1A17;
  border-bottom: 1px solid #DCDCDC !important;
}
.custom_mod_category_menu .mod_eshop_menu a .fa-angle-up,
.custom_mod_category_menu .mod_eshop_menu a:link .fa-angle-up,
.custom_mod_category_menu .mod_eshop_menu a:visited .fa-angle-up {
  display: none;
}
.custom_mod_category_menu .mod_eshop_menu a .fa,
.custom_mod_category_menu .mod_eshop_menu a:link .fa,
.custom_mod_category_menu .mod_eshop_menu a:visited .fa {
  padding: 0 5px;
}
.custom_mod_category_menu .mod_eshop_menu a:hover,
.custom_mod_category_menu .mod_eshop_menu .active > .panel-group > .panel > .panel-heading .collapse-label,
.custom_mod_category_menu .mod_eshop_menu .active > .panel-heading .collapse-label {
  text-decoration: none;
  background: #561F32 !important;
  color: #FFFFFF !important;
  border-bottom: 1px solid #431827 !important;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="true"] {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border-bottom: 1px solid #431827 !important;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="true"] .fa-angle-up {
  display: inline-block;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="true"] .fa-angle-down {
  display: none;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="false"] {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border-bottom: 1px solid #431827 !important;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="false"] .fa-angle-up {
  display: none;
}
.custom_mod_category_menu .mod_eshop_menu a.collapse-link[aria-expanded="false"] .fa-angle-down {
  display: inline-block;
}
.custom_mod_category_menu .mod_eshop_menu .panel {
  box-shadow: none;
}
.custom_mod_category_menu .mod_eshop_menu .cat_title_menu {
  display: inline-block;
  width: 75%;
}
.custom_mod_category_menu .mod_eshop_menu .fa-angle-right {
  float: left;
  line-height: 20px;
}
.custom_mod_category_menu .mod_eshop_menu .fa-angle-down,
.custom_mod_category_menu .mod_eshop_menu .fa-angle-up {
  float: right;
  line-height: 20px;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul {
  background: #f6f6f6;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul .level-1.panel-collapse ul {
  background: #ffffff;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul .level-2.panel-collapse ul {
  background: #ffffff;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li a,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li a:link,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li a:visited {
  padding: 7.5px 15px;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 a,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 a:link,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 a:visited {
  padding: 7.5px 15px 7.5px 30px;
}
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a:link,
.custom_mod_category_menu .mod_eshop_menu .collapse.in ul li .level-2 .level-3 a:visited {
  padding: 7.5px 15px 7.5px 45px;
}
/*Category menu*/
.custom_modmenu_list {
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 20px;
}
.custom_modmenu_list a,
.custom_modmenu_list a:link,
.custom_modmenu_list a:visited {
  font-weight: 600 !important;
  padding: 5px 2px;
}
.custom_modmenu_list a:hover {
  text-decoration: none;
  color: #C2C1C1 !important;
}
.custom_modmenu_list .menu a,
.custom_modmenu_list .menu a:link,
.custom_modmenu_list .menu a:visited {
  font-weight: 400;
}
.custom_modmenu_list h3 {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  padding: 7.5px 0;
  text-align: center;
  margin: 0 auto 15px;
}
.custom_modmenu_list h3 span {
  background: #FFFFFF;
  padding: 5px 15px;
}
.custom_modmenu_list ul.VMmenu > li div,
.custom_modmenu_list ul.VMmenu > li {
  border: 0px solid #e0e0e0;
}
.custom_modmenu_list ul.VMmenu li ul.menu li > div,
.custom_modmenu_list ul.VMmenu li ul.menu li {
  border: 0px solid #e0e0e0;
}
.custom_modmenu_list .mod_main_content_category_menu a {
  display: inline-block;
}
/*Sticky menu*/
#sticky_navigation {
  border-top: 1px solid #1F1A17;
  border-bottom: 1px solid #1F1A17;
  width: 100%;
  z-index: 9999;
}
.sticky_navigation_fixed {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
}
.sticky_navigation_fixed .brand img {
  width: 180px !important;
}
.mod_eavenue_gallery.owl-carousel {
  overflow: hidden;
  padding-top: 15px;
}
.mod_eavenue_gallery.owl-carousel .item {
  background-position: center center;
  position: relative;
}
.mod_eavenue_gallery.owl-carousel .item-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.mod_eavenue_gallery.owl-carousel .owl-prev,
.mod_eavenue_gallery.owl-carousel .owl-next {
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 2px 2px 1px #3a3a3a;
  font-size: 40px;
  padding-left: 14px;
  padding-right: 15px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.6;
}
.mod_eavenue_gallery.owl-carousel .owl-prev:hover,
.mod_eavenue_gallery.owl-carousel .owl-next:hover {
  opacity: 1;
}
.mod_eavenue_gallery.owl-carousel .owl-prev .fa,
.mod_eavenue_gallery.owl-carousel .owl-next .fa {
  font-size: 70px;
}
.mod_eavenue_gallery.owl-carousel .owl-prev {
  left: 0px;
}
.mod_eavenue_gallery.owl-carousel .owl-next {
  right: 0px;
}
.mod_eavenue_gallery.owl-carousel .text-slide {
  position: absolute;
  z-index: 99999;
  top: 25%;
  text-align: center;
  width: 100%;
  text-shadow: 2px 2px 1px #3a3a3a;
  color: #FFFFFF;
  font-size: 2em;
}
.mod_eavenue_gallery.owl-carousel .text-slide h2 {
  font-size: 200%;
  color: #FFFFFF;
}
.mod_eavenue_gallery.owl-carousel img {
  max-width: 100%;
}
@media (min-width: 200px) {
  .mod_eavenue_gallery.owl-carousel {
    height: auto;
    width: 100%;
  }
  .mod_eavenue_gallery.owl-carousel .item {
    background-image: none;
    background-repeat: no-repeat;
  }
  .mod_eavenue_gallery.owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 999px) {
  .mod_eavenue_gallery.owl-carousel {
    height: 510px;
    width: 100%;
  }
  .mod_eavenue_gallery.owl-carousel .owl-height {
    height: 100% !important;
  }
  .mod_eavenue_gallery.owl-carousel .owl-stage-outer,
  .mod_eavenue_gallery.owl-carousel .owl-stage,
  .mod_eavenue_gallery.owl-carousel .owl-item,
  .mod_eavenue_gallery.owl-carousel .item {
    height: 100%;
  }
  .mod_eavenue_gallery.owl-carousel .item {
    background-image: inherit;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mod_eavenue_gallery.owl-carousel .item img {
    display: none !important;
    width: 0;
    height: 0;
  }
}
.vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fancybox-content {
  font-size: 0.9em;
  background: #fff;
  overflow: hidden;
}
#fancybox-content h4 {
  font-size: 1em;
}
.pdflink {
  min-height: 40px;
  line-height: 40px;
  padding: 5px 15px 5px 40px;
  display: inline-block;
  border: 1px solid #eee;
  padding-left: 40px;
  background: url("../images/pdf.png") no-repeat 5px center #f9f9f9;
  background: url("../images/pdf.png") no-repeat 5px center, -moz-linear-gradient(90deg, #f9f9f9 30%, #e0e0e0 70%);
  background: url("../images/pdf.png") no-repeat 5px center, -webkit-linear-gradient(90deg, #f9f9f9 30%, #e0e0e0 70%);
  background: url("../images/pdf.png") no-repeat 5px center, -o-linear-gradient(90deg, #f9f9f9 30%, #e0e0e0 70%);
  background: url("../images/pdf.png") no-repeat 5px center, -ms-linear-gradient(90deg, #f9f9f9 30%, #e0e0e0 70%);
  background: url("../images/pdf.png") no-repeat 5px center, linear-gradient(180deg, #f9f9f9 30%, #e0e0e0 70%);
}
a.continue_link,
a.showcart {
  background: #fff;
  max-width: 100%;
  color: #1F1A17;
  border: 2px solid #1F1A17;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.2em 0.21em;
  display: inline-block;
}
a.continue_link:hover,
a.showcart:hover {
  color: #1F1A17;
  text-decoration: none;
}
.product-related-products {
  text-decoration: none;
}
.price-crossed {
  display: inline-block;
}
.recentproducts {
  clear: both;
  margin: 10px 0px 10px 0px !important;
}
.recentproducts h3 {
  border-top: 2px solid #e0e0e0;
  padding-top: 5px;
  font-size: 20px;
}
.recentproducts .box-style {
  color: #1F1A17;
  text-align: center;
}
.recentproducts a {
  color: #1F1A17;
  text-align: center;
  display: block;
}
.recentproducts .browse {
  height: 320px;
  overflow: hidden;
}
.recentproducts .browse a,
.recentproducts .browse a:link,
.recentproducts .browse a:visited {
  height: 100%;
}
.recentproducts .browse img {
  background: #fff;
  border: 1px solid #1F1A17;
}
.product-related-products .product-field-display {
  height: 230px !important;
  width: 100% !important;
}
.product-related-products .product-field-display img {
  width: auto !important;
  height: 200px !important;
}
.product-related-products .product-fields-title-wrapper {
  border-top: 2px solid #e0e0e0;
  padding-top: 5px;
  font-size: 20px;
}
/*Eshop Categories */
.orderby-displaynumber {
  border-top: 0px;
}
.category-view-product {
  clechzn-container-singlear: both;
  display: block;
}
.category-view-product h1 {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  margin: 0 auto 15px;
  color: #561F32;
  font-weight: 600;
}
.category-view-product h1 span {
  display: inline-block;
  padding: 5px 0;
}
.category-view .category {
  position: relative;
  padding: 10px;
}
.category-view .category .spacer {
  text-align: center;
  height: 200px;
  overflow: hidden;
  border: 0px solid #ccc;
  padding: 0px !important;
}
.category-view .category .spacer h2 a {
  color: #1F1A17;
  font-weight: 700;
  text-align: left !important;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0px;
  display: inline-block;
  padding: 5px;
  background: rgba(250, 250, 250, 0.85);
  font-size: 1.2em !important;
}
.category-view .category .spacer h2 a span {
  color: #1F1A17;
  font-weight: 700;
  display: inline-block;
  width: 90%;
  font-size: 16px !important;
}
.category-view .category .spacer h2 a .fa {
  color: #1F1A17;
  font-size: 20px !important;
  font-weight: 700;
}
.category-view .category .spacer h2 a:hover,
.category-view .category .spacer h2 a:hover span,
.category-view .category .spacer h2 a:hover .fa {
  color: #333;
  text-decoration: none;
}
.browse-view .product_image {
  border: 1px solid #C2C1C1;
  background: #fff;
  margin: 15px 0;
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.browse-view .product_image .img-wrapper {
  width: 100%;
  height: 100%;
}
.browse-view .product_image .img-wrapper img {
  display: none !important;
  width: auto !important;
  max-width: 100%;
}
.browse-view .product_image .img-wrapper .front,
.browse-view .product_image .img-wrapper .front2 {
  background-size: contain !important;
  width: 100%;
  height: 360px;
}
.browse-view .product_image .img-wrapper .back {
  background-size: contain !important;
  width: 100%;
  height: 360px;
}
.browse-view .spacer {
  padding: 0px 0px 10px !important;
  margin-bottom: 15px;
  border: 0px solid #1F1A17;
  text-align: center;
}
.browse-view .spacer .product-price {
  display: inline-block;
}
.browse-view .spacer .product-price .PricesalesPrice {
  color: #000000 !important;
  font-weight: 600 !important;
}
.browse-view .category-view .category .spacer img {
  vertical-align: middle;
}
.browse-view #bd_results h2 {
  font-size: 18px;
}
#bd_results label {
  font-weight: 400;
}
.chzn-container-single,
.chzn-drop {
  min-width: 200px;
}
.chzn-container-single .chzn-search input {
  line-height: 18px;
}
div#basket_container input.inputbox_update {
  max-width: 100% !important;
  width: 100%;
}
.browse-view h3 {
  margin-top: 0px;
}
.productdetails h1 {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  padding: 0 0 7.5px;
  text-align: left;
  margin: 0 auto 15px;
  color: #561F32;
  font-weight: 600;
}
.productdetails h1 span {
  display: inline-block;
}
.productdetails .addtocart-area {
  margin-bottom: 10px;
}
.productdetails .addtocart-button {
  display: block;
  width: 200px;
  margin-top: 20px;
}
.productdetails .ask-a-question {
  display: inline-block;
  margin: 10px 10px 10px 0;
}
.productdetails .ask-a-question a {
  background: #EEEEEE;
  color: #1F1A17 !important;
  border: 1px solid #EEEEEE;
  padding: 5px 10px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.productdetails .ask-a-question a:hover {
  background: #561F32;
  color: #FFFFFF !important;
  border: 1px solid #561F32;
}
.productdetails .availability {
  text-align: left;
}
.productdetails .lbl-box2 {
  left: 10px !important;
  top: -4px !important;
}
.productdetails .lbl-box {
  right: 0px;
  top: -10px;
}
.item-page h1,
.itemListCategory h1 {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  padding: 7.5px 0;
  text-align: left;
  margin: 0 auto 15px;
  color: #561F32;
  font-weight: 600;
}
.itemTitle {
  margin-top: 0px;
}
.item-page h3,
.itemFullText h3,
.product-description h3 {
  background: #561F32;
  color: #FFFFFF;
  padding: 5px !important;
  margin: 10px 0 !important;
}
.item-page h2,
.itemFullText h2,
.product-description h2 {
  font-size: 140%;
}
.item-page h4,
.itemFullText h4,
.product-description h4 {
  color: #1F1A17;
}
/*2 image products*/
.product_image a .front,
.mod_carousel_products .img-wrapper a .front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  position: relative;
}
.product_image a .front img,
.mod_carousel_products .mod_product_image a .front img {
  display: inline-block;
}
.product_image:hover a .front,
.mod_carousel_products .mod_product_image:hover a .front {
  opacity: 0;
  display: none;
}
.product_image a .back,
.mod_carousel_products .mod_product_image a .back {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product_image:hover a .back,
.mod_carousel_products .mod_product_image:hover a .back {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.lbl-box {
  display: inline-block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  width: 50px;
  z-index: 99;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.lbl-box .discount {
  position: relative;
  top: 0px;
  left: 0px;
  background: #561F32;
  color: #FFFFFF;
}
.lbl-box .discount {
  background: #561F32;
  color: #FFFFFF;
}
.lbl-box div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  font-size: 12px;
  padding: 0 5px;
}
.lbl-box2 {
  display: inline-block;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 100px;
  z-index: 99;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #1F1A17;
  text-align: center;
  letter-spacing: 1px;
}
.lbl-box2 .new {
  top: 28px;
  left: -28px;
  height: 24px;
  width: 140px;
  background: #42ba7d;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -kthtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lbl-box2 .newafter {
  position: absolute;
  right: -1px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../images/label-new.png) left bottom no-repeat;
}
.lbl-box2 .newbefore {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 4px;
  height: 7px;
  background: url(../images/label-new.png) right top no-repeat;
}
.lbl-box2 .sold {
  top: 28px;
  left: -28px;
  font-size: 11px;
  height: 24px;
  width: 140px;
  background: #e8e8e8;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -kthtml-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lbl-box2 .soldafter {
  position: absolute;
  right: -1px;
  top: 0;
  width: 7px;
  height: 4px;
  background: url(../images/label-sold.png) left bottom no-repeat;
}
.lbl-box2 .soldbefore {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 4px;
  height: 7px;
  background: url(../images/label-sold.png) right top no-repeat;
}
.banner_fullproduct_home h3 {
  padding: 7.5px 0;
  position: relative;
  overflow: hidden;
  margin: auto auto 15px;
  border-bottom: 1px solid #C2C1C1;
}
.banner_fullproduct_home h3 span {
  background: #FFFFFF;
  padding: 5px 15px;
}
.banner_fullproduct_home .vmgroupproduct_home .lbl-box2 {
  left: -4px;
  top: -4px;
}
.banner_fullproduct_home .owl-prev,
.banner_fullproduct_home .owl-next {
  position: absolute;
  right: 0;
  top: -55px;
  font-size: 180%;
  padding: 0 7.5px;
  line-height: 140%;
  color: #C2C1C1;
}
.banner_fullproduct_home .owl-prev .fa,
.banner_fullproduct_home .owl-next .fa {
  font-size: 150%;
}
.banner_fullproduct_home .owl-prev:hover,
.banner_fullproduct_home .owl-next:hover {
  color: #561F32;
}
.banner_fullproduct_home .owl-prev {
  right: 35px;
}
.banner_fullproduct_home .owl-next {
  right: 0;
}
/*----------------*/
.vm-details-button {
  margin-top: 15px;
}
.vm-details-button .product-details {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vm-details-button .product-details:hover {
  background: #1F1A17;
}
/*products modules*/
.mod_carousel_products {
  position: relative;
}
.mod_carousel_products .spacer {
  border: 0px solid #1F1A17;
  margin: 5px 10px;
  padding-bottom: 10px;
  text-align: center;
}
.mod_carousel_products .mod_product_title {
  color: #561F32;
  font-size: 16px;
  line-height: 20px;
  min-height: 70px;
  text-align: center;
  display: block;
  padding: 5px;
}
.mod_carousel_products .mod_product_title:hover {
  color: #7B797A;
}
.mod_carousel_products .PricesalesPrice {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-style: italic;
}
.mod_carousel_products .dash {
  display: block;
}
.mod_carousel_products .mod_product_image {
  border: 1px solid #C2C1C1;
  width: 100%;
}
.mod_carousel_products .mod_product_image img {
  max-width: 100%;
}
.mod_carousel_products .mod_product_image .front,
.mod_carousel_products .mod_product_image .front2 {
  background-size: contain !important;
  width: 100%;
}
.mod_carousel_products .mod_product_image .back {
  background-size: contain !important;
  width: 100%;
}
.product h2 {
  color: #561F32;
  height: 48px;
  overflow: hidden;
  font-weight: 400 !important;
}
.product h2 a {
  color: #561F32;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px;
  min-height: 48px;
  display: block;
}
.product h2 a:hover {
  color: #7B797A;
}
.product .sku_label {
  font-size: 100%;
}
.product .sku_label .title {
  font-size: 100% !important;
}
.product .dash {
  margin: 0 !important;
  background: none !important;
}
.productdetails-view .manufacturer {
  margin: 5px 0 15px;
}
.productdetails-view .manufacturer .bold {
  margin-right: 5px;
}
.productdetails-view .PricesalesPrice {
  color: #000000;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
}
.selectorsLeft .MagicThumb-swap {
  display: block !important;
}
.selectorsLeft .MagicThumb-swap img {
  width: 100%;
  height: auto;
}
span.addtocart-button input.addtocart-button,
.addtocart-bar .notify {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border: 1px solid #561F32 !important;
}
.featured-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.recent-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
  color: #561F32;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
}
.PricesalesPrice {
  color: #561F32 !important;
}
.addtocart-area .product-field {
  padding: 0px !important;
}
.addtocart-area .product-field .product-fields-title-wrapper {
  display: block;
}
#bd_results .form-horizontal .control-label {
  text-align: left;
}
#payment-logos {
  overflow: hidden;
  background: #FFFFFF;
  padding: 10px 0px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px auto;
  text-align: center;
  max-width: 100%;
}
#payment-logos .row div {
  text-align: center;
  padding: 5px 25px;
  min-width: 11%;
  display: inline-block;
  float: none;
}
#payment-logos img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.addtofav_aws_icon {
  color: #1F1A17 !important;
}
.addtofav_aws_icon:hover {
  color: #561F32 !important;
}
.addtofav_aws_icon_active {
  color: #561F32 !important;
}
.addtofav_aws_icon_active:hover {
  color: #561F32 !important;
}
#accordion .panel {
  background-color: transparent;
}
#accordion .panel h4 {
  color: #FFFFFF;
  font-size: 100% !important;
  font-weight: 400 !important;
  background: #C2C1C1 !important;
  padding: 5px 10px;
  margin: 0px !important;
  border-top: 1px solid #e6ded6 !important;
  border-bottom: 1px solid #e6ded6 !important;
}
#accordion .panel h4 a,
#accordion .panel h4 a:link,
#accordion .panel h4 a:visited {
  font-size: 100% !important;
  font-weight: 600 !important;
  color: #FFFFFF;
}
#accordion .panel-collapse {
  border-top: 0px solid #e6ded6 !important;
  margin-top: 0px !important;
  padding: 10px;
}
#accordion .panel-collapse ul {
  padding: 0;
  list-style: none;
  margin: 3px auto;
}
#accordion .panel-collapse ul li {
  padding: 5px;
  list-style: none;
}
#accordion .panel-collapse ul li:nth-child(2n+1) {
  background: #e0e0e0;
}
#accordion .panel-collapse ul li:nth-child(2n) {
  background: #faf9fa;
}
.vm-button-correct:hover {
  background: #1F1A17 !important;
  color: #FFFFFF !important;
}
@media (min-width: 200px) {
  .mod_carousel_products .mod_product_image {
    overflow: hidden;
    height: 360px;
  }
  .mod_carousel_products .mod_product_image img {
    display: none !important;
    width: auto !important;
    max-width: 100%;
    margin: auto;
  }
  .mod_carousel_products .mod_product_image .front,
  .mod_carousel_products .mod_product_image .front2,
  .mod_carousel_products .mod_product_image .back {
    height: 360px;
  }
  .banner_fullproduct_home h3 {
    font-size: 100% !important;
    padding: 12px 0;
  }
}
@media (max-width: 480px) {
  .browse-view .product_image {
    height: 260px;
  }
  .browse-view .product_image .img-wrapper .front,
  .browse-view .product_image .img-wrapper .front2 {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .mod_carousel_products .mod_product_image {
    overflow: hidden;
    height: 360px;
  }
  .mod_carousel_products .mod_product_image img {
    display: none !important;
    width: auto !important;
    max-width: 100%;
  }
  .mod_carousel_products .mod_product_image .front,
  .mod_carousel_products .mod_product_image .front2,
  .mod_carousel_products .mod_product_image .back {
    height: 360px;
  }
  .banner_fullproduct_home h3 {
    font-size: 150% !important;
    padding: 7.5px 0;
  }
}
.full_content_banners_home {
  overflow: hidden;
}
.full_content_banners_home .banneritem {
  position: relative;
  text-align: center;
}
.full_content_banners_home .banneritem .panel-image {
  display: block;
}
.full_content_banners_home .banneritem .panel-body {
  filter: alpha(opacity=0);
  /* IE6-IE8 */
  opacity: 0;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 160%;
  font-weight: 400;
  text-shadow: 2px 2px 1px #3a3a3a;
}
.full_content_banners_home .banneritem .panel-body h3 {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.full_content_banners_home .banneritem:hover {
  text-decoration: none;
  color: #FFFFFF;
  filter: alpha(opacity=100);
  opacity: 0.99;
  background: #C2C1C1 !important;
}
.full_content_banners_home .banneritem:hover .panel-body {
  opacity: 1;
  filter: alpha(opacity=100);
  /* IE6-IE8 */
  text-decoration: none;
  color: #FFFFFF;
}
.full_content_banners_home .banneritem:hover .panel-body .tagItemCategory {
  color: #FFFFFF;
}
.full_content_banners_home .banneritem:hover .panel-body .tagItemCategory span {
  color: #FFFFFF;
}
.full_content_banners_home .banneritem:hover a,
.full_content_banners_home .banneritem:hover a:link,
.full_content_banners_home .banneritem:hover a:visited {
  color: #FFFFFF;
}
.full_content_banners_home .banneritem:hover a:hover,
.full_content_banners_home .banneritem:hover a:link:hover,
.full_content_banners_home .banneritem:hover a:visited:hover {
  text-decoration: none;
}
@media (min-width: 300px) {
  .full_content_banners_home .banneritem {
    display: block;
    min-height: 200px;
  }
}
@media (min-width: 991px) {
  .full_content_banners_home .banneritem {
    display: inline-block;
    min-height: 200px;
  }
}
@media (min-width: 1280px) {
  .full_content_banners_home .banneritem {
    min-height: 280px;
  }
}
#mainmenu-menu {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.6);
}
/*Slide show*/
.slideshow-content {
  margin: auto;
  text-align: center;
  left: auto;
  right: auto;
}
.slideshow-content h1 {
  max-width: 80%;
  color: #fff;
  font-size: 3.2em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.96);
  background: rgba(244, 244, 244, 0.8);
  padding: 2px 5px;
  display: inline-block;
}
.slideshow-content h2 {
  max-width: 80%;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.96);
  background: rgba(244, 244, 244, 0.8);
  padding: 2px 5px;
  display: inline-block;
}
/*Instagram*/
.owl-buttons .fa {
  font-size: 180%;
  padding: 0 7.5px;
}
/*Social media btn right*/
.social_mediabtn {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 9999999;
}
.social_mediabtn a,
.social_mediabtn a:link,
.social_mediabtn a:visited {
  display: block;
  margin-bottom: 10px;
  background: #000000;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
}
.social_mediabtn a:hover {
  background: #561F32;
  color: #FFFFFF;
}
/*mod custom*/
.customslogan h3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.custom_mod {
  margin-bottom: 15px;
}
.custom_modcat_product_home {
  margin-bottom: 15px;
}
.custom_modcat_product_home h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 200%;
  border-top: 1px solid #1F1A17;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
.custom_modcat_product_home .mod_main_contentcat_product_home .item {
  position: relative;
  padding: 0px 5px;
  width: 100%;
  height: 140px;
}
.custom_modcat_product_home .mod_main_contentcat_product_home .item a,
.custom_modcat_product_home .mod_main_contentcat_product_home .item a:link,
.custom_modcat_product_home .mod_main_contentcat_product_home .item a:visited {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
.custom_modcat_product_home .mod_main_contentcat_product_home .item a .images_cat,
.custom_modcat_product_home .mod_main_contentcat_product_home .item a:link .images_cat,
.custom_modcat_product_home .mod_main_contentcat_product_home .item a:visited .images_cat {
  position: absolute;
  top: 35%;
  text-shadow: 2px 2px 1px #3a3a3a;
  width: 96%;
  color: #FFFFFF;
  font-size: 120%;
  text-align: center;
}
.custom_modproduct_home {
  margin-bottom: 15px;
}
.custom_modproduct_home h3 {
  font-size: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 7.5px 0;
  margin: 0 auto 15px;
}
.custom_modproduct_home h3 span {
  background: #FFFFFF;
  padding: 5px 15px;
}
.custom_modproduct_home img {
  max-width: 150px;
  margin: 15px auto 5px;
}
.custom_mod_simple h3,
.custom_mod h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 200%;
  border-top: 1px solid #1F1A17;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
.mod_main_content_simple .mod_instagram_media .item img {
  border: 2px solid #1F1A17;
  padding: 0px;
}
.mod_main_content_simple .mod_instagram_media .item a {
  padding: 5px 10px;
  display: block;
}
/*custom_modcolor1*/
.custom_modcolor1 {
  background: #561F32;
  color: #561F32;
  padding: 5px 10px 10px;
  margin: 10px 0px;
}
.custom_modcolor1 h3 {
  margin-top: 5px;
  font-size: 18px;
}
.custom_modcolor2 {
  background: #000000;
  color: #FFFFFF;
  padding: 5px 10px 10px;
  margin: 10px 0px;
}
.custom_modcolor2 h3 {
  margin-top: 5px;
  font-size: 18px;
  color: #FFFFFF;
}
/*Mod color */
.mod_eacolors-list {
  background-color: #efefef;
  border: 1px solid #bb989e;
  padding: 10px 5px;
  margin-bottom: 20px;
  font-size: 13px;
}
.mod_eacolors-list span {
  list-style: none;
  border-left: 1px solid #ccc;
  padding: 0px 10px;
  display: inline-block;
}
.mod_eacolors-list label {
  font-weight: 600;
  display: block;
}
.mod_eacolors-list span.active {
  list-style: none;
  border-left: 0px solid #ccc;
  padding: 5px;
  display: inline-block;
}
.mod_eacolors-list span.othercolor:first-child {
  border-left: 0px solid #ccc;
}
.mod_eacolors-list a:hover {
  color: #561F32;
}
.custom_modwishlist_products {
  text-align: left;
  color: #1F1A17;
  padding: 0px 0px 20px;
  margin: 0px 0px 20px;
}
.custom_modwishlist_products a,
.custom_modwishlist_products a:link,
.custom_modwishlist_products a:visited {
  color: #1F1A17;
}
.custom_modwishlist_products a:hover {
  text-decoration: underline;
}
.custom_modwishlist_products h3 {
  position: relative;
  overflow: hidden;
  padding: 7.5px 0;
  text-align: left;
  margin: 0 0 5px;
  color: #561F32;
  width: 70%;
  font-weight: 600;
}
.custom_modwishlist_products h3 span {
  display: block;
  border: 1px solid #1F1A17;
  background: #FFFFFF;
  padding: 5px 15px;
}
.custom_modfilters_left {
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}
.custom_modfilters_left form {
  background: #f7f7f7;
}
.custom_modfilters_left form .cp-clearlink:link,
.custom_modfilters_left form .cp-price-clear:link,
.custom_modfilters_left form .cp-clearlink:visited,
.custom_modfilters_left form .cp-price-clear:visited {
  background: #561F32;
  background: -moz-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -webkit-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -o-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -ms-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: linear-gradient(180deg, #561F32 30%, #5d2236 70%);
  color: #FFFFFF;
  border: 1px solid #5d2236;
  padding: 0px 10px;
}
.custom_modfilters_left form .cp-clearlink:hover,
.custom_modfilters_left form .cp-price-clear:hover {
  background: #561F32;
  background: -moz-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -webkit-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -o-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: -ms-linear-gradient(90deg, #561F32 30%, #5d2236 70%);
  background: linear-gradient(180deg, #561F32 30%, #5d2236 70%);
  color: #FFFFFF;
  border: 1px solid #5d2236;
  text-shadow: none !important;
}
.custom_modfilters_left form .cp-clearlink {
  float: right;
  display: inline-block;
}
.custom_modfilters_left form .cp-price-field-input {
  max-width: 100%;
  padding-left: 10px !important;
}
.custom_modfilters_left form .cp-chkb-list {
  padding: 0 10px !important;
}
.custom_modfilters_left form .cp-chkb-list li {
  width: 100%;
}
.custom_modfilters_left form .row_filter_button {
  position: inherit !important;
}
.custom_modfilters_left form .row_filter_button .cp-apply-filters {
  background: #7B797A;
  text-shadow: none !important;
  border: 1px solid #7B797A;
  width: 100%;
  text-align: center;
  padding: 10px !important;
  font-size: 110%;
  font-weight: 600;
  margin-top: 0px;
  color: #1F1A17;
}
.custom_modfilters_left form label {
  font-weight: 400 !important;
  font-size: 100% !important;
}
.custom_modfilters_left form a:hover,
.custom_modfilters_left form label:hover {
  text-decoration: none;
  cursor: pointer;
  color: #C2C1C1;
}
.custom_modfilters_left form .cp-group-parent {
  font-size: 100%;
  font-weight: 600;
  text-align: left;
  padding: 10px;
}
.custom_modfilters_left form .row_filter_border {
  position: relative;
  float: none !important;
  display: block !important;
}
.custom_modfilters_left form .row_filter_border.row_filterp1 {
  position: relative;
}
.custom_modfilters_left form .row_filter_border h2 {
  width: 100%;
  float: none;
  display: block !important;
  margin-right: 0px !important;
  color: #561F32;
  padding: 10px;
  font-weight: 600;
  clear: both;
  font-size: 100% !important;
}
.custom_modfilters_left form .row_filter_border .cp-chkb-filter-group {
  width: 100% !important;
  float: none !important;
}
.custom_modfilters_left form .row_filter_border .cp-price-cont {
  float: none;
  width: 100%;
  padding: 10px;
}
.custom_modfilters_left form .row_filter_border .cp-price-cont .cp-price-clear {
  position: absolute;
  right: 5px;
  top: 5px;
}
.custom_modfilters_left form .row_filter_border .cp-price-cont .cp-price-field {
  margin-right: 0px !important;
  width: 30%;
  max-width: none;
  position: relative;
}
.custom_modfilters_left form .row_filter_border .cp-price-cont .cp-price-field .cp-price-field-currency {
  position: absolute;
  left: 0px;
}
.custom_modfilters_left form .row_filter_border .cp-price-cont .cp-price-range-middle {
  margin: 0 7px;
}
.custom_modfilters_left .cp-maintitle {
  color: #561F32;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  padding: 7.5px 0;
  text-align: center;
  margin: auto auto 15px;
}
.custom_modfilters_left .cp-maintitle span {
  background: #FFFFFF;
  padding: 5px 15px;
}
.custom_modfilters_left .cp-maintitle b {
  display: block;
}
.custom_modcontact_info {
  color: #FFFFFF;
  background: #561F32;
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}
.custom_modcontact_info a,
.custom_modcontact_info a:link,
.custom_modcontact_info a:visited {
  font-size: 160%;
  font-weight: 600;
  color: #FFFFFF;
}
.custom_modcontact_info h3 {
  color: #FFFFFF;
  font-size: 120%;
}
.custom_modcontact_info h4 {
  color: #FFFFFF;
  font-size: 110%;
}
.fontawesome_form {
  /* to hide the checkbox itself */
  /* unchecked icon */
  /* space between checkbox and label */
  /* checked icon */
  /* allow space for check mark */
}
.fontawesome_form input[type=checkbox] {
  display: none;
}
.fontawesome_form input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 120%;
}
.fontawesome_form input[type=checkbox] + label:before {
  content: "\f096";
}
.fontawesome_form input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.fontawesome_form input[type=checkbox]:checked + label:before {
  content: "\f046";
}
.fontawesome_form input[type=checkbox]:checked + label:before {
  letter-spacing: 10px;
}
.banner_fullbrands {
  margin-top: 20px;
  padding-top: 10px;
}
.banner_fullbrands .owl-prev,
.banner_fullbrands .owl-next {
  position: absolute;
  right: 0;
  top: -55px;
  font-size: 180%;
  padding: 0 7.5px;
  line-height: 140%;
  color: #C2C1C1;
}
.banner_fullbrands .owl-prev .fa,
.banner_fullbrands .owl-next .fa {
  font-size: 150%;
}
.banner_fullbrands .owl-prev:hover,
.banner_fullbrands .owl-next:hover {
  color: #561F32;
}
.banner_fullbrands .owl-prev {
  right: 35px;
}
.banner_fullbrands .owl-next {
  right: 0;
}
.banner_fullbrands h3 {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 7.5px 0;
  margin: auto auto 15px;
  border-bottom: 1px solid #C2C1C1;
}
.banner_fullbrands h3 span {
  background: #FFFFFF;
  padding: 5px 15px;
}
.banner_fullbrands .item a,
.banner_fullbrands .item a:link,
.banner_fullbrands .item a:visited {
  background-color: #FFFFFF !important;
  display: block;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 60px;
  margin: 0px 15px;
  max-width: 100%;
  position: relative;
}
.banner_fullbrands .item a img,
.banner_fullbrands .item a:link img,
.banner_fullbrands .item a:visited img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
}
.banner_fullbrands .item a div,
.banner_fullbrands .item a:link div,
.banner_fullbrands .item a:visited div {
  font-weight: 600;
  font-size: 120%;
}
.banner_fullbrands .item a:hover {
  color: #561F32;
}
.banner_fullbrands .item a:hover div {
  font-weight: 600;
  font-size: 120%;
  color: #561F32;
}
.banner_fullbrands .item .manuf_image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #1F1A17;
  position: relative;
}
.banner_fullbrands .item .manuf_image .title_manuf {
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.banner_fullnewsletter {
  background: #C2C1C1;
  background-size: 100% 100%, auto auto;
  color: #FFFFFF;
  padding: 20px;
  text-align: center;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  /*newsletter*/
}
.banner_fullnewsletter h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 200%;
  padding-top: 0px;
  margin-top: 0px;
  text-align: center;
}
.banner_fullnewsletter .acymailing_introtext {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 20px !important;
}
.banner_fullnewsletter .acymailing_form {
  max-width: 100%;
}
.banner_fullnewsletter .acymailing_module_form input[type=text] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 0 10px;
  color: #1F1A17;
  width: auto !important;
}
.banner_fullnewsletter .acysubbuttons .btn {
  background: #561F32 !important;
  color: #FFFFFF !important;
  border: 1px solid #561F32 !important;
  min-height: 33px;
}
.banner_fullnewsletter .acysubbuttons .btn:hover {
  background: #1F1A17 !important;
  color: #FFFFFF !important;
  border: 1px solid #1F1A17 !important;
}
.banner_fulltips h3 {
  padding: 7.5px 0;
  position: relative;
  overflow: hidden;
  margin: auto auto 15px;
  border-bottom: 1px solid #C2C1C1;
}
.banner_fulltips h3 span {
  background: #FFFFFF;
  padding: 5px 7.5px;
}
.banner_fulltips .moduleItemTitle {
  color: #561F32;
  font-size: 140%;
  margin-bottom: 5px;
}
.banner_fulltips .moduleItemTitle:hover {
  color: #7B797A;
}
.banner_fulltips .owl-prev,
.banner_fulltips .owl-next {
  position: absolute;
  right: 0;
  top: -55px;
  font-size: 180%;
  padding: 0 7.5px;
  line-height: 140%;
  color: #C2C1C1;
}
.banner_fulltips .owl-prev .fa,
.banner_fulltips .owl-next .fa {
  font-size: 150%;
}
.banner_fulltips .owl-prev:hover,
.banner_fulltips .owl-next:hover {
  color: #561F32;
}
.banner_fulltips .owl-prev {
  right: 35px;
}
.banner_fulltips .owl-next {
  right: 0;
}
.banner_fulltips .moduleItemReadMore {
  padding: 7.5px 5px;
  background: #561F32;
  color: #FFFFFF;
  margin: 15px 0;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.banner_fulltips .moduleItemReadMore:hover {
  background: #1F1A17;
  color: #FFFFFF;
}
/* -----------------------------------------------------------------------------

    parallax

----------------------------------------------------------------------------- */
.banner_fullparallax,
.banner_fullparallax .mod_main_contentparallax > .container {
  padding: 0px;
  margin: 0px;
  width: 100% !important;
}
.banner_fullparallax .banner_parallax,
.banner_fullparallax h3,
.banner_fullparallax a {
  color: #FFFFFF;
  text-decoration: none;
}
.banner_fullparallax .banner_parallax {
  padding: 80px 0 100px 0;
  text-align: center;
  background: linear-gradient(rgba(31, 26, 23, 0.1), rgba(31, 26, 23, 0.4));
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.banner_fullparallax h3 {
  font-size: 145%;
  font-weight: 600;
  text-shadow: 2px 2px 1px #3a3a3a;
  margin-bottom: 45px;
}
/* -----------------------------------------------------------------------------

    video

----------------------------------------------------------------------------- */
.banner_fullvideo {
  position: relative;
  padding: 80px 0 100px 0;
  color: #1F1A17;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../../../images/back_video.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
.banner_fullvideo h3 {
  font-size: 240%;
  text-shadow: 2px 2px 1px #3a3a3a;
  font-weight: 600;
  width: auto;
  padding: 0px 0px 10px;
  color: #FFFFFF;
  margin-top: 0px;
}
.banner_fullvideo .info_video {
  text-shadow: 2px 2px 1px #3a3a3a;
  margin-bottom: 25px;
  font-size: 140%;
  font-weight: 600;
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  color: #C2C1C1;
}
.banner_fullvideo .play_icon {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.banner_fullvideo .play_icon .play_icon_bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
}
.banner_fullvideo .play_icon .text {
  text-align: center;
  line-height: 110px;
  font-size: 30px;
  padding: 0;
  height: 110%;
  width: 110%;
  display: block !important;
}
.banner_fullvideo .play_icon .fa-play {
  font-size: 40px;
  line-height: 110px;
  color: #fff;
  text-shadow: 0px 1px 1px #3a3a3a;
}
.banner_fullvideo .play_icon .play_icon_bg {
  border-color: #FFFFFF;
}
.banner_fullvideo .play_icon .play_icon_bg .btn {
  background: none !important;
  border-color: transparent !important;
}
.banner_fullvideo .play_icon .text {
  font-size: 30px;
  color: #1F1A17;
}
@media (min-width: 200px) {
  .banner_fulltips .mod_image_slide,
  .banner_fulltips .mod_info_slide {
    padding: 15px;
  }
}
@media (min-width: 450px) {
  .banner_fulltips .mod_image_slide {
    height: 280px;
    overflow: hidden;
  }
  .banner_fulltips .mod_image_slide,
  .banner_fulltips .mod_info_slide {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .banner_fulltips .mod_image_slide {
    height: 280px;
    overflow: hidden;
  }
  .banner_fulltips .mod_image_slide,
  .banner_fulltips .mod_info_slide {
    width: 48%;
  }
}
.manufacturer-view-default h1 {
  position: relative;
  overflow: hidden;
  line-height: 40px;
  text-align: left;
  margin: auto auto 15px;
  color: #561F32;
  font-weight: 600;
}
.manufacturer-view-default h1 span {
  display: inline-block;
  padding: 5px 15px;
}
.manufacturer-view-default h2 {
  font-size: 100% !important;
}
.manufacturer-view-default h2 a,
.manufacturer-view-default h2 a:link,
.manufacturer-view-default h2 a:visited {
  font-size: 120%;
  display: block;
  text-align: center;
  min-height: 40px;
}
.manufacturer-view-default .manuf_image {
  width: 100%;
  display: block;
  background: #FFFFFF;
  color: #1F1A17;
  position: relative;
  text-align: center;
}
.manufacturer-view-default .manuf_image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140%;
}
@media (min-width: 200px) {
  .manufacturer-view-default .manuf_image {
    height: 250px;
    overflow: hidden;
    display: block;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain;
  }
  .manufacturer-view-default .manuf_image img {
    display: none;
    opacity: 0;
    height: 0;
    width: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .manufacturer-view-default .manuf_image {
    height: 200px;
    background-size: 80% auto;
  }
}
.footer_site {
  margin-bottom: 0px;
  border-top: 1px solid #e6e6e6;
}
.footer_site a,
.footer_site a:link,
.footer_site a:visited {
  margin-bottom: 0px;
}
.footer_site a:hover {
  color: #C2C1C1 !important;
}
.footer_site .social_mediabtn_bottom {
  font-size: 120%;
  margin: 10px 0px;
}
.footer_site .social_mediabtn_bottom a,
.footer_site .social_mediabtn_bottom a:link,
.footer_site .social_mediabtn_bottom a:visited {
  font-size: 120%;
  margin: 0px 5px;
}
.footer_box {
  background: #FFFFFF;
  padding: 7.5px 0;
}
.footer_box a,
.footer_box a:link,
.footer_box a:visited {
  color: #1F1A17;
  font-weight: 400;
}
.footer_box a:hover {
  color: #C2C1C1 !important;
}
.footer_bottom {
  color: #1F1A17;
  padding: 7.5px 0;
  text-align: center;
  margin-top: 15px;
  border-top: 1px solid #C2C1C1;
}
.footer_bottom a,
.footer_bottom a:link,
.footer_bottom a:visited {
  color: #1F1A17;
  font-weight: 400;
}
.footer_bottom a:hover {
  text-decoration: underline;
  color: #7B797A !important;
}
.footer_bottom .logo_footer {
  text-align: center;
  margin: auto;
  width: 100%;
  position: relative;
  display: block;
}
.footer_bottom .logo_footer img {
  max-width: 200px;
  height: auto;
  background: #FFFFFF;
  padding: 15px 30px;
}
.box_modicon {
  text-align: center;
}
.box_modicon img {
  margin-top: 30px;
  max-width: 100%;
}
.box_modmenu {
  margin-bottom: 10px;
}
.box_modmenu h3 {
  font-size: 140%;
  font-family: 'Open Sans', sans-serif;
  color: #561F32;
}
.box_modmenu li a,
.box_modmenu li a:link,
.box_modmenu li a:visited {
  padding: 2px 0px;
}
.box_modmenu li a:hover {
  background: none;
  text-decoration: none;
  color: #7B797A !important;
}
.box_mod {
  margin-bottom: 10px;
}
.box_mod h3 {
  font-size: 140%;
  color: #561F32;
  font-family: 'Open Sans', sans-serif;
}
.icon_btn h3 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 200px) {
  .box_modmenu,
  .box_mod {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .box_modmenu,
  .box_mod {
    min-height: 260px;
  }
}
@media (min-width: 991px) {
  .box_modmenu,
  .box_mod {
    min-height: auto;
  }
}
.footer_site .box_modicon img {
  width: 70px;
  height: 98px;
}
.store_view .info_address {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.store_view .info_address .fa {
  float: left;
  margin-right: 10px;
  font-size: 120%;
}
.store_view .info_address .info_address_line {
  display: block;
  clear: both;
}
.store_view .info_address div:nth-child(odd) {
  background: #F0EBE6;
  border-bottom: 1px solid #C2C1C1;
  padding: 5px 10px;
}
.store_view .info_address div:nth-child(even) {
  background: #ffffff;
  padding: 5px 10px;
}
.store_view .info_map {
  margin-bottom: 20px;
}
.store_view span.itemImage {
  margin-top: 0px;
}
.itemContainerstore .info_address {
  margin-bottom: 10px;
}
.itemContainerstore .info_address .fa {
  float: left;
  margin-right: 10px;
  font-size: 120%;
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .slide_home .item_slide {
    background-size: 100% auto !important;
    height: 380px !important;
  }
  .browse-view .vm-product-media-container {
    height: 480px !important;
  }
  .slideshow-content h1 {
    font-size: 2.2em;
  }
  .slideshow-content h2 {
    font-size: 1.4em;
  }
  .bannergroup_banner1 .banneritem .banner_main .panel-body {
    min-height: 130px;
  }
  .bannergroup_banner1 .panel-title {
    font-size: 1.3em;
  }
  .mod_carousel_products .mod_product_image {
    padding: 5px;
    overflow: hidden;
  }
  .maximenuck .level1 a,
  .maximenuck .level1 a:link,
  .maximenuck .level1 a:visited {
    margin: 0px 5px !important;
  }
  .header .header_left a,
  .header .header_left a:link,
  .header .header_left a:visited,
  .header .header_left strong {
    font-size: 110%;
  }
}
@media only screen and (max-width: 999px) {
  #payment-logos .row div {
    width: 18% !important;
  }
  .banner_fullvideo {
    background-attachment: inherit;
  }
  .header .header_left a,
  .header .header_left a:link,
  .header .header_left a:visited,
  .header .header_left strong {
    font-size: 110%;
  }
  .header .header_right,
  .header .header_left {
    width: auto;
  }
  .slide_home .item_slide {
    background-size: 100% auto !important;
    height: 280px !important;
  }
  #bd_results .button,
  #bd_results input.default {
    margin: 10px 0 !important;
  }
  .vm-orders-list .floatleft,
  .vm-orders-list span.floatleft {
    float: none;
    margin-top: 10px !important;
  }
  .shipping_method_section,
  .payment_method_section {
    width: 100%;
  }
  .browse-view .vm-product-media-container {
    height: auto !important;
  }
  .bannergroup_banner1 .banneritem {
    margin-bottom: 20px;
  }
  .bannergroup_banner1 .banneritem .banner_main .panel-body {
    min-height: 150px;
  }
  .bannergroup_banner1 .panel-title {
    font-size: 1.3em;
  }
  .slideshow-content h1 {
    font-size: 2.2em;
  }
  .slideshow-content h2 {
    font-size: 1.4em;
  }
  .mod_carousel_products .mod_product_image {
    padding: 5px;
  }
  .footer_box {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .box_mod h3,
  .box_modmenu h3 {
    font-size: 1.4em;
  }
  .box_modmenu li a,
  .box_modmenu li a:link,
  .box_modmenu li a:visited {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .pathway {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-image {
    margin: auto;
    text-align: center;
    display: inline-block;
  }
  h1.itemTitle:after,
  .custom_mod_category_menu h3:after,
  .custom_modfilters_left .cp-maintitle:after,
  .manufacturer-view-default h1:after,
  .productdetails h1:after {
    top: 100% !important;
  }
  .itemFullText img {
    display: block !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .sticky_navigation_fixed {
    position: relative;
  }
  .searchsearch .inputboxsearch {
    text-align: center;
  }
  .vm-orders-list #com-form-login .width30.floatleft {
    float: none !important;
    display: block !important;
    text-align: center;
    width: auto !important;
    margin: 10px 0px !important;
  }
  #bd_results #com-form-login .width30.floatleft {
    float: none !important;
    display: block !important;
    text-align: center;
    width: auto !important;
    margin: 10px 0px !important;
  }
  #bd_results td,
  #bd_results th {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
  #bd_results table,
  #bd_results tbody,
  #bd_results tr {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
  .buttonBar-right {
    text-align: center;
    float: none;
  }
  .addtocart-area .product-field .product-fields-title-wrapper {
    text-align: center;
  }
  .shipping_method_section,
  .payment_method_section {
    width: 100%;
  }
  div#rbsubmit div {
    width: auto;
  }
  .bottom_totals {
    width: auto;
  }
  .productdetails .addtocart-button {
    margin: 20px auto;
  }
  .MagicZoomBigImageCont.MagicBoxShadow,
  .MagicZoomPlusHint,
  .MagicToolboxMessage {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .MagicZoomPlus {
    pointer-events: none !important;
    cursor: default !important;
  }
  #itemContainer #itemImage #gallery {
    height: 600px;
    overflow: hidden !important;
  }
  .product_s_desc {
    height: auto !important;
  }
  .slide_home .text-slide {
    top: 12% !important;
  }
  .social_mediabtn {
    top: inherit !important;
    bottom: 25% !important;
  }
  .productdetails h1 {
    text-align: center;
  }
  .productdetails .product-price {
    text-align: center;
  }
  .MagicZoomLoading {
    display: none !important;
    opacity: 0 !important;
  }
  .footer_box,
  .custom_mod_category_menu a,
  .custom_mod_category_menu a:link,
  .custom_mod_category_menu a:visited {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .box_modmenu li a,
  .box_modmenu li a:link,
  .box_modmenu li a:visited {
    font-size: 1.1em;
    line-height: 1.4em;
  }
  .col-xs-12,
  .sclogin {
    text-align: center !important;
  }
  .mod_cart {
    float: none;
  }
  .mod-cart:hover #cart_list {
    display: none !important;
    width: 0px;
    height: 0;
  }
  .slideshow-content {
    display: none;
  }
  .custom_modcolor2,
  .custom_modcolor2 p {
    text-align: center !important;
  }
  .share_l {
    float: none;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .mod_cart .cart_content {
    max-width: 300px !important;
    right: -90% !important;
  }
  .header .header-top .top_header_right {
    display: none;
  }
  .mod_main_contenttelephone {
    font-size: 16px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 580px) {
  #payment-logos .row div {
    width: 30% !important;
  }
  .acymailing_module_form td {
    display: block;
  }
  .slide_home .item_slide {
    background-size: auto 100% !important;
    height: 200px !important;
  }
  .mod_cart .cart_content {
    max-width: 300px !important;
    right: -90% !important;
  }
  .payment_method_section .payment_inner_html label,
  .shipping_method_section #ajaxshipping label {
    width: 88% !important;
  }
  .slide_home .text-slide {
    top: 12% !important;
  }
  .slide_home .text-slide div {
    display: none !important;
  }
  .mod_eacolors-list span.active {
    float: none !important;
  }
  .social_mediabtn {
    display: none;
  }
  .custom_mod_simple h3,
  .custom_mod h3,
  .custom_modproduct_home h3 {
    font-size: 18px;
    text-align: left;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev,
  .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -35px !important;
  }
  .header .header-top .top_header_right {
    display: none;
  }
  .mod_main_contenttelephone {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .header .header_right,
  .header .header_left {
    width: 100%;
    position: relative;
    margin: 10px auto;
    text-align: center;
  }
  .slide_home .item_slide {
    background-size: 100% auto !important;
    height: 120px !important;
  }
  .slide_home .text-slide {
    display: none;
    top: 12% !important;
  }
  .mod_eacolors-list span.active {
    float: none !important;
  }
  .social_mediabtn {
    display: none;
  }
  .custom_mod_simple h3,
  .custom_mod h3,
  .custom_modproduct_home h3 {
    font-size: 18px;
    text-align: left;
  }
  .owl-theme .owl-controls .owl-buttons .owl-prev,
  .owl-theme .owl-controls .owl-buttons .owl-next {
    top: -35px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
  .travel .itemFullText img {
    clear: none !important;
    float: left !important;
    max-width: 43% !important;
  }
}
.opc_payment_wrap_6 table {
  color: #1F1A17 !important;
  margin-left: 26px !important;
  margin-top: -5px !important;
  margin-bottom: 20px !important;
}
.opc_payment_wrap_6 table td:first-child {
  padding-right: 15px;
}
.opc_payment_wrap_6 table.visble {
  display: block;
}
