@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100);
/*========================================================
                    Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
                    Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
                    Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #fff;
  color: #646464;
  font: 300 15px/28px "Roboto", Arial, sans-serif;
  background: #fff;
  /*background: url(../images/bg_pattern.png) #ededed;*/
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 306px;
}
h1.content_h1 {
  margin-top: 80px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 50px/69px 'Roboto Slab', Arial, sans-serif;
  color: #000;
  margin-top: 39px;
  text-transform: uppercase;
}
h3 {
  font: 30px/34px 'Roboto Slab', Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 33px;
  margin-bottom: -6px;
}
h4 {
  font: 300 20px/25px 'Roboto', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 22px 0 17px;
  position: relative;
  z-index: 100;
  background: #000;
  text-align: center;
}
#header.main_page {
  position: absolute;
  background: none;
  top: 0;
  width: 100%;
}
#header.content_page {
  padding: 22px 0 17px;
}
#header.content_page nav {
  margin-top: 0px;
}
/* Main menu styles
========================================================*/
/*========================================================
                    menu variables
=========================================================*/
nav {
  margin-top: 53px;
  display: inline-block;
  margin-left: -14px;
}
.sf-menu {
  /*float: right;*/
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 0px;
  padding: 0 20px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px 0px;
  min-width: 104px;
  text-align: center;
  font: 300 19px/24px 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #000;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  /*font-weight: bold;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
        border-width: 3px 3px 0 3px;
        border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  /* css triangle =============================================*/
  /*&:before {
          content: "";
          display: block;
          width: 0; 
          height: 0; 
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #fa9183; 
          position: absolute;
          top: -5px;
          left: 50%;
          margin-left: -3px;

        }*/
}
.sf-menu > li.current > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  font-weight: bold;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  /*font-weight: bold;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 46px;
  left: -20px;
  background: url("../images/bgsubmenu.png");
  padding: 25px 10px 5px;
  width: 253px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 10px;
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #646464;
}
.sf-menu ul li:last-child {
  border: none;
}
.sf-menu ul li a {
  font: 300 13px/16px 'Roboto', Arial, sans-serif;
  color: #888888;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #646464;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '>';
  /*font-family: 'FontAwesome';*/
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #777;
  right: 24px;
  bottom: 5px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #646464;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  width: 200px;
  left: 245px;
  background: url("../images/bgsubmenu.png");
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #888888;
}
.sub_category {display: none;}
.sub_category ul  {padding: 20px 0px}
.sub_category ul li {background-color: #EDEDED; margin-bottom: 1px; text-align: center;font-size: 16px}
.sub_category ul li a {width: 100%; height: 100%; display: inline-block; padding: 10px 0px}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    /*padding: 10px 17px;*/
  }
  nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    /*padding: 10px 4px;*/
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    display: block;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #fff;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    padding: 10px 0px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #181818;
  padding: 10px 0;
  z-index: 999;
}
.isStuck h1 {
  display: none;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a.link1:hover {
  color: #777;
}
a.link2:hover {
  color: #000;
  text-decoration: underline;
}
.txt1 {
  font: 100 60px/60px 'Roboto Slab', Arial, sans-serif;
  margin-top: 10px;
}
.txt2 {
  font: 30px/30px 'Roboto Slab', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: -20px;
}
.txt3 {
  font-size: 19px;
  margin-top: 32px;
  text-transform: uppercase;
}
.txt4 {
  font: 50px/50px 'Roboto Slab', Arial, sans-serif;
  color: #000;
  margin-top: 32px;
  text-transform: uppercase;
}
.txt5 {
  font: 100 60px/60px 'Roboto Slab', Arial, sans-serif;
  color: #000;
  margin-top: 15px;
  text-transform: uppercase;
}
.txt6 {
  color: #646464;
  margin-top: 16px;
}
.txt7 {
  font: 30px/30px 'Roboto Slab', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 43px;
  margin-bottom: -4px;
}
.txt7.v2 {
  margin-top: 18px;
  margin-bottom: -20px;
}
.txt8 {
  font: 24px/24px 'Roboto Slab', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: -24px;
  color: #000;
}
.color1 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 63px !important;
}
.marTop2 {
  margin-top: 19px;
}
.marTop3 {
  margin-top: 30px;
}
.marTop4 {
  margin-top: -14px;
  text-align: left;
}
.hline {
  width: 100%;
  height: 38px;
  max-width: 100%;
  background: url(../images/hline.png) center 0 no-repeat;
  margin-top: 52px;
  margin-bottom: 0px;
}
.hline.v2 {
  margin-top: 69px;
  margin-bottom: 12px;
}
.hline.v3 {
  margin-top: 67px;
  margin-bottom: 16px;
}
.hline.v4 {
  margin-top: 36px;
}
.hline.v5 {
  margin-top: 64px;
  margin-bottom: -4px;
}
.hline.v6 {
  margin-top: 55px;
  margin-bottom: 4px;
}
.hline.v7 {
  margin-top: 47px;
  margin-bottom: -18px;
}
.hline.v8 {
  margin-top: 57px;
  margin-bottom: 44px;
}
p {
  margin-top: 30px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 24px;
}
.img2 {
  margin-top: 36px;
}
.img3 {
  margin-top: 65px;
}
blockquote {
  padding-top: 65px;
  /*background: url(../images/quote_sign.png) 50% 0px no-repeat;*/
  margin-top: 70px;
  overflow: hidden;
  max-width: 940px;
  display: inline-block;
}
blockquote p {
  margin-top: 30px;
}
.num_section {
  font: 300 52px/52px 'Roboto', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Roboto', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Roboto', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
                    LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 45px;
}
.listWithMarker li {
  display: block;
  padding-left: 23px;
  background: url(../images/list_marker.png) 0px 4px no-repeat;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.listWithMarker li a {
  color: #000000;
  text-decoration: none;
  font: 300 13px/20px "Roboto", Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}
/*========================================================
                    BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 47px;
  padding: 14px 45px 19px;
  text-decoration: none;
  font: 300 19px/24px "Roboto", Arial, sans-serif;
  color: #fff;
  background: #81AE20;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #000000;
  background: #fff;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Roboto", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #000000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 32px;
  white-space: nowrap;
  text-align: left;
  display: inline-block;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 26px;
}
.soc_icons > li:first-child {
  margin-left: 0;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  color: #000;
  text-align: center;
}
.soc_icons i {
  font: normal normal 40px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #777;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  padding: 0;
  overflow: hidden;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
.box-1 {
  position: relative;
  width: 100%;
  background-color: #000;
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
  padding: 34px 0 280px 0;
  margin-top: 64px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.bg1 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg2 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg3 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg4 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg5 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg6 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg7 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.bg8 {
  background: url(../images/Mom-Child-Dark.jpg) 50% 0 fixed no-repeat #000000;
}
.box-2 {
  position: relative;
  width: 100%;
  background: url(../images/bg1.jpg) center top fixed no-repeat;
  padding: 34px 0 89px 0;
  margin-top: 72px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  background-size: 100%;
}
.box-3 {
  position: relative;
  width: 100%;
  background: url(../images/bg_block3.jpg) center top fixed no-repeat;
  padding: 34px 0 82px 0;
  margin-top: 64px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.box-4 {
  position: relative;
  width: 100%;
  background: url(../images/bg_block4.jpg) center top fixed no-repeat;
  padding: 34px 0 89px 0;
  margin-top: 55px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 436px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  font: 24px/30px 'Roboto Slab', Arial, sans-serif;
  color: #000;
  margin-bottom: 23px;
  text-transform: uppercase;
}
.address1 dd span {
  min-width: 108px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 10px 0 30px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  background-color: #2F2F2F; margin-top: 20px;
}
#footer .txt_priv {margin: 0; padding-bottom: 15px; }
#footer .line_bottom {border-bottom: 1px solid #fff; width: 400px; height: 1px; display: inline-block;}
#footer .grid_12 {padding-top: 15px}
#footer .grid_12 span.bold, #footer .grid_12 .txt_priv {font-weight: bold;font-size: 14px}
.txt_priv {
  margin-top: 52px;
  /*min-width: 280px;*/
}
.priv p {
  max-width: 960px;
  display: inline-block;
}
#footer_home {
  padding: 10px 0 30px;
  color: #646464;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}
#footer_home .grid_12 .txt_priv,#footer_home .grid_12 span {font-size: 15px}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #c2c1c1;
  font-size: 49px;
  line-height: 49px;
  z-index: 20;
  padding: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #000;
  background: #fff;
  /*padding: 10px;*/
}
.cms-home .content_c {width: 300px; display: inline-block;}
.cms-home .content_c .txt5 {font: 100 22px/30px 'Roboto Slab',Arial,sans-serif}
.cms-home .content_c .txt6 {font-family: 'Roboto Slab',Arial,sans-serif; font-size: 22px}
.cms-home .content_c .soc_icons li {margin-left: 10px}
.cms-home .headercontainer h1 {margin-top: 120px}
.banner_category {background: url("../images/bannerCategory.jpg")no-repeat; background-size: 100%}
.banner_category .content_h1 {margin-top: 0; padding: 30px 0px}
.banner_category img {width: 310px}
.banner_contact {background: url("../images/bannerContact.jpg")no-repeat; background-size: 100%}
.banner_contact .content_h1 {margin-top: 0; padding: 30px 0px}
.banner_contact img {width: 310px}


.hline.gray {background: url("../images/bodyLine1.png") no-repeat center 0;}
body {position: relative;}
#header #stuck_container .container {position: relative;}
#header .search_menu {position: absolute; top: 14px; right: 60px ; width: 40px; z-index: 9999}
.cms-home #header .search_menu {top: 35px;}
.search_menu.showmenu_search {top: 4px!important; position: fixed!important;}
#header .search_menu #search {height: 36px; border: 1px solid #fff; float: left; display: none;width: 170px; padding-left: 10px}
#header .search_menu button {background: url("../images/search.png") no-repeat; height: 40px; width: 40px; border: none; text-indent: 9999}
.soc_icons .fa-facebookc {background: url("../images/facebookB.png") no-repeat; width: 20px; height: 38px; background-size: 60%}
.soc_icons .fa-googlec {background: url("../images/googleB.png") no-repeat 0 bottom transparent; width: 26px; height: 25px;background-size: 26px 23px}
.soc_icons .fa-pinc {background: url("../images/pinB.png") no-repeat; width: 37px; height: 37px;background-size: 23px 23px}
.breadcrumbs {background-color: #F5F5F5; margin: 15px 0px; text-align: center;}
.breadcrumbs ul {width: 1170px; margin: 0 auto; display: inline-block;}
.breadcrumbs ul li {float: left;}

.catalogsearch-result-index .wrapper h3 a.link2 {line-height: 20px; overflow: hidden;}
.catalogsearch-result-index .wrapper h3 {height: 100px; font-size: 22px}
.catalogsearch-result-index h2.marTop1 {text-transform: none;}
.catalogsearch-result-index .grid_4 {width: 270px}

.category_page .price {font-weight: bold; padding: 20px 10px 20px 0px;text-align: right; font-size: 20px}
.category_page .product_add .button_addtocart {float: left;text-transform: uppercase;padding: 5px 10px; background-color: #749f1c; color: #fff}
.category_page .product_add .button_addtocart a,.category_page .product_add .button_Wishlist a {color: #fff; text-transform: uppercase;font-size: 15px}
.category_page .product_add .button_Wishlist {float: right;text-transform: uppercase;padding: 5px 10px; background-color: #333333; color: #fff}
.category_page .wrapper {width: 25%; float: left;}
.category_page .wrapper h3 {height: 100px; font-size: 18px; text-transform: none; text-align: center;}
.category_page .wrapper h3 a.link2 {line-height: 20px; overflow: hidden;}
.catalog-category-view h2.marTop1 {text-transform: none;}
.category_page .grid_4 {width: 100%}
.category_page .grid_4 .wrapper .info_product {padding:0px 10px;}


.catalog-product-view .content_h1 {margin-top: 0; padding: 30px 0px}
.catalog-product-view .product_info {text-align: left;}
.catalog-product-view .product_info h3 {padding-bottom: 10px; text-transform: none;font-size: 32px;line-height: 32px;}
.catalog-product-view .product_info table {width: 100%; border: 1px solid #ccc}
.catalog-product-view .product_info table thead {background-color: #ececec}
.catalog-product-view .product_info table thead th {padding-left: 10px; border-left: 1px solid #ccc}
.catalog-product-view .product_info table thead th.price_product {width: 140px}
.catalog-product-view .product_info table thead th.center { width: 90px;}
.catalog-product-view .product_info table tbody tr {border-top: 1px solid #ccc}
.catalog-product-view .product_info table tbody td {padding: 10px; border-right: 1px solid #ccc; vertical-align:middle;}
.catalog-product-view .product_info table .center {text-align: center;padding: 0}
.catalog-product-view .product_info .checkout_product {padding-top: 10px}
.catalog-product-view .product_info .product_check {width: 325px}
.catalog-product-view .product_info .product_check .price {font-weight: bold;}
.catalog-product-view .product_info .qty_simple {float: right;}
.catalog-product-view .product_info .description {padding-bottom: 15px}
.catalog-product-view .product_info .description p {margin: 0}
.catalog-product-view .product_info .button_addtocart {float: left;margin-right: 20px;}
.catalog-product-view .product_info .button_Wishlist {float: left;}
.catalog-product-view .product_info .button_addtocart a{font-size: 16px; text-transform: uppercase;padding: 6px 20px; background-color: #333333; color: #fff}
.catalog-product-view .product_info .button_Wishlist a {font-size: 16px; text-transform: uppercase;padding: 6px 20px; background-color: #6D7A83; color: #fff}
.catalog-product-view .product_info .wheretobuy_button {background-color: #D49500; padding: 10px; width: 150px; color: #fff; }
.catalog-product-view .product_content_related {text-align: center;}
.catalog-product-view .product_content_related .txt7 {font-size: 20px; height: 94px; overflow: hidden;}
.catalog-product-view .view_Pro_related {color: #fff; background-color: #6D7A83; text-transform: uppercase; font-size: 16px; padding: 5px 20px;width: 120px; text-align: center;}
.catalog-product-view .view_Pro_related:hover{background-color: #000}
.catalog-product-view .containertab{width: 100%; margin: 0 auto;border: 1px solid #ccc }
.catalog-product-view .hline.related {background: url("../images/bodyLine1.png") no-repeat center 0;}

.catalog-product-view #content .container.txt_cntr {border-top: 1px solid #ccc; padding-top: 35px}
.catalog-product-view .productImage {border: 1px solid #ccc }
.catalog-product-view .container .preffix_1 {margin-left: 30px; width: 500px!important}
.catalog-product-view .container .grid_5 {width: 640px}
.catalog-product-view ul.tabs{
      margin: 0px;
      padding: 0px;
      list-style: none;
      text-align: left; width: 100%; display: inline-block;
    }
.catalog-product-view ul.tabs li{
      background: none;
      color: #222;
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer; float: left;border-right: 1px solid #ccc;
    }

.catalog-product-view ul.tabs li.current{
      /*background: #ededed;*/
      color: #222; border-bottom: 1px solid #fff; border-top: 2px solid; margin-bottom: -1px; height: 26px;}

.catalog-product-view .tab-content{
      display: none; text-align: left;
      /*background: #ededed;*/
      padding: 15px; border-top: 1px solid #ccc;
    }
.catalog-product-view .tab-content h3 {margin: 0; padding-bottom: 10px}
.catalog-product-view .tab-content strong {font-weight: bold;}
.catalog-product-view .tab-content.current{
      display: inherit;
    }
.cms-contacts-html h2.marTop1 {text-transform: none;}
#contactForm {width: 980px; margin: 0 auto}
#contactForm .input-box {padding-bottom: 15px}
#contactForm .input-box label {width: 100%; text-align: left; display: inline-block;}
#contactForm .input-box input {width: 100%; height: 25px}
#contactForm .input-box textarea {width: 100%}
#contactForm .form-button {background-color: #D49500; border: none; padding: 10px 25px; color: #fff; font-size: 16px; cursor: pointer;}
#contactForm .validation-advice {float: left; color: red}

.cms-contacts-html .contact_left {float: left; width: 45%}
.cms-contacts-html .contact_right {float: right;width: 45%}
.cms-contacts-html .txt5 {font: 100 22px/22px 'Roboto Slab',Arial,sans-serif}
.cms-contacts-html .txt6 {font-size: 22px;font-family: 'Roboto Slab',Arial,sans-serif;}
.cms-contacts-html .call_contact {background: url("../images/phone.png") no-repeat; width: 17px; height: 50px; display: inline-block; margin-top: 6px; margin-right: 10px }
.cms-contacts-html .street_contact {background: url("../images/locationB.png") no-repeat 0 bottom transparent; width: 29px; height: 42px; display: inline-block; margin-top: -16px;background-size: 16px 22px}
.cms-contacts-html .content_c {width: 400px; display: inline-block; padding-top: 20px}
.cms-contacts-html .soc_icons .connect_contact {font-size: 25px; padding-top: 10px}
.cms-contacts-html .soc_icons li {float: left; margin-left: 10px}
.cms-contacts-html .soc_icons li a.facebook_contact {background: url("../images/facebookB.png") no-repeat ; width: 20px; height: 38px; display: inline-block; background-size: 60%}

.cms-contacts-html .soc_icons li a.google_contact {background: url("../images/googleB.png") no-repeat 0 bottom transparent; width: 26px; height: 25px; display: inline-block; background-size: 26px 23px}

.cms-contacts-html .soc_icons li a.pin_contact {background: url("../images/pinB.png") no-repeat; width: 37px; height: 38px; display: inline-block; background-size: 23px 23px}

/*.cms-contacts-html .soc_icons li a.facebook_contact {background: url("../images/socialContact.png") no-repeat left bottom; width: 20px; height: 38px; display: inline-block;}
.cms-contacts-html .soc_icons li a.facebook_contact:hover {background-position: left top;}
.cms-contacts-html .soc_icons li a.google_contact {background: url("../images/socialContact.png") no-repeat -45px bottom; width: 38px; height: 38px; display: inline-block;}
.cms-contacts-html .soc_icons li a.google_contact:hover {background-position: -45px -2px;}
.cms-contacts-html .soc_icons li a.pin_contact {background: url("../images/socialContact.png") no-repeat -96px bottom; width: 37px; height: 38px; display: inline-block;}
.cms-contacts-html .soc_icons li a.pin_contact:hover {background-position: -96px top;}*/


.banner_widetext {background: url("../images/bannerPurchase.jpg")no-repeat; background-size: 100%}
.banner_widetext .content_h1 {margin-top: 0; padding: 30px 0px}
.banner_widetext img {width: 310px}
.cms-page-view h2.marTop1 {text-transform: none;}
.wheretobuy_page {margin: 0 auto; width: 800px; text-align: center;}
.wheretobuy_page li {width: 100%; display: inline-block;}
.wheretobuy_page li.amazon {padding-top: 40px}
.wheretobuy_page li.amazon span {display: inline-block;padding-top: 15px;color: #000; font-size: 28px}
.wheretobuy_page .logo_lsf {background: url("../images/logoLsf.png") no-repeat; width: 240px; height: 101px; display: inline-block;} 
.wheretobuy_page .logo_hg {background: url("../images/logoHg.png") no-repeat 0 bottom transparent; width: 215px; height: 101px; display: inline-block;}
.wheretobuy_page .logo_amazon {/*background: url("../images/logoAmazon.png") no-repeat; height: 59px; */width: 319px;  display: inline-block;}
.wheretobuy_page .logo_amazon img {width: 270px!important}
.wheretobuy_page .web_name {font-size: 24px; font-weight: bold;color: #000;}
.wheretobuy_page .call_icon {background: url("../images/phonesmall.png") no-repeat scroll center bottom transparent; width: 17px; height: 24px; display: inline-block;  /*background-size: 8px 20px;*/ margin-top: 5px;}
.wheretobuy_page a {font-size: 16px}
.wheretobuy_page p {font-size: 16px; margin-top: 10px}
.wheretobuy_page .LSF_left {float:left; width:50%;}
.wheretobuy_page .LSF_left span {line-height: 24px;padding: 0px; margin: 0px}
.wheretobuy_page .LSF_left a,.wheretobuy_page .HG_right a {padding-top: 10px; display: inline-block;}
.wheretobuy_page .HG_right {float:right; width:50%;}

.menu_product .submenu.sub-menu {display: none!important;}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1399px) {
  h1 {
    margin-top: 150px;
  }
  #owl2 {
    padding: 0px 30px 0px !important;
  }
  .box-1,
  .box-2,
  .box-3,
  .box-4 {
    background-attachment: scroll;
    /*background-size: auto 100%;*/
  }
  .box-1 {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_category ,.banner_contact,.banner_widetext{background-size: auto;}
  .banner_category .container.txt_cntr ,.banner_contact .container.txt_cntr,.banner_widetext .container.txt_cntr {width: 100%!important}
  .category_page .container.txt_cntr, .catalogsearch-result-index .container.txt_cntr {width: 100%!important}
 /* .category_page .grid_4,.catalogsearch-result-index .grid_4 {width: 25%; margin: 0; display: inline-block;}*/
 .category_page .wrapper {width: 32%}
  .category_page .grid_4 .wrapper ,.catalogsearch-result-index .grid_4 .wrapper  {display: inline-block;}
  .category_page .grid_4 .wrapper .info_product, .catalogsearch-result-index .grid_4 .wrapper .info_product {padding: 0 10px;}
  .category_page .row.marTop4, .catalogsearch-result-index .row.marTop4  {padding: 0 20px; margin: 0; display: inline-block;}
  .catalog-product-view h1 img {width: auto!important;}
  .catalog-product-view .container.txt_cntr {width: 100%!important}
  .catalog-product-view .container.txt_cntr .row,.catalog-product-view .container.txt_cntr .marTop2 {padding: 0 20px;}
  .catalog-product-view .container .grid_5 {width: 45%!important}
  .cms-contacts-html .container.txt_cntr {width: 100%}
  .cms-contacts-html #contactForm {width: auto; padding: 0 20px}
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 979px) {
   .cms-home .headercontainer h1 {margin-top: 90px}
   .cms-home .box-1 {background-size: auto 100%; }
  .search_menu {display: none;}
  /*.category_page .grid_4, .catalogsearch-result-index .grid_4 {width: 30%; margin: 0}*/
  .category_page .wrapper {width: 50%}
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  h1 {
    margin-top: 100px;
  }
  .cms-home .box-2 {padding: 20px 0px 0px 0px}
}
@media only screen and (max-width: 767px) {
  /*.category_page .grid_4,.catalogsearch-result-index .grid_4 {width: 48%; margin: 0}*/
  .wheretobuy_page .LSF_left a, .wheretobuy_page .HG_right a {padding-top: 20px}
  .category_page .wrapper {width: 50%}
  .catalog-product-view .container .grid_5 {width: 100%!important; margin: 0;}
  .catalog-product-view .productImage {display: inline-block;}
  .catalog-product-view .productImage img {width: auto!important;}
  .cms-home .headercontainer h1 {margin-top: 60px}
  .cms-home .headercontainer h1 img {width: auto;}
  .cms-home #owl2 .txt1 {font: 100 30px/40px 'Roboto Slab',Arial,sans-serif}

  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  .img_border {
    width: 100%;
  }
  .img2 {
    float: none;
    margin-bottom: 10px;
  }
  figure a {
    width: 100%;
  }
  h1 {
    width: 100%;
    margin-top: 100px;
  }
  h1 img {
    width: 100%;
  }
  #owl2 {
    margin-top: 50px !important;
  }
  .box-1 {
    padding-bottom: 140px;
  }
  .owl-pagination span {
    width: 22px !important;
  }
  h2 {
    font: 30px/49px 'Roboto Slab', Arial, sans-serif;
  }
  h3 {
    font: 20px/24px 'Roboto Slab', Arial, sans-serif;
  }
  .txt4 {
    font: 35px/35px 'Roboto Slab', Arial, sans-serif;
  }
  .txt5 {
    font: 100 40px/40px 'Roboto Slab', Arial, sans-serif;
  }
  .wheretobuy_page {width: 100%}
  .wheretobuy_page .LSF_left {float:left; width:100%;}
  .wheretobuy_page .HG_right {float:left; width:100%;}
}
@media only screen and (max-width: 645px){
  .sub_category {display: block;}
  .cms-products-html .category_page {display: none;}
  .cms-products-html #content .container.txt_cntr {width: 100%; padding: 0px}
  .cms-products-html #content .container.txt_cntr .marTop1,.cms-products-html #content .container.txt_cntr .hline.gray {display: none;}
  .cms-products-html #footer {margin-top: 0px}
}

@media only screen and (max-width: 540px) {
  .cms-contacts-html .contact_right,.cms-contacts-html .contact_left {width: 100%}
}
@media only screen and (max-width: 479px) {
  .wheretobuy_page .logo_amazon {width: 100%}
  /*.category_page .grid_4 ,.catalogsearch-result-index .grid_4 {width: 100%; margin: 0}*/
  .category_page .wrapper {width: 100%}
  .catalog-product-view .productImage img {width: 100%!important;}
  .cms-home .owl-pagination {margin-top: 150px!important}
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 98%;
  }
  .item_descr {
    display: none;
  }
  .txt2 {
    margin-bottom: 10px;
  }
  .owl-pagination {
    margin-top: 293px !important;
  }
}
@media only screen and (max-width: 480px){
  .cms-home .headercontainer h1 img {width: 90%;}
}
@media only screen and (max-width: 420px) {
  .cms-contacts-html .content_c ,.cms-home .content_c{width: auto;}
}

@media only screen and (max-width: 350px) {
  .banner_category .content_h1 img ,.banner_contact .content_h1 img,.banner_widetext .content_h1 img {width: 100%}

}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}

.ui-autocomplete .message-top,.ui-autocomplete .message-bottom{display: none;}
/*Core variables and mixins*/
.catalog-product-view .containertab #tab-1 h1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  font-family: 'Roboto Slab',Arial,sans-serif;
  color: #000;
}
.catalog-product-view .containertab #tab-1 h3{
  margin-top: 20px;
  font-size: 20px;
  text-transform: none;
}
.catalog-product-view .containertab #tab-1 h4 {
  margin-top: 10px;
}
.catalog-product-view .containertab #tab-1 p {
  line-height: 20px;
  margin-top: 13px;
}
.catalog-product-view .containertab #tab-1 ul {
  list-style: disc inside none;
}

.messages {
  display: none;
  margin: 10px auto 0;
  width: 980px;
}
#messages_product_view .messages{
  display: block;
}
.success-msg {
  border: 1px solid #008000;
  color: #008000;
  padding: 5px;
}
@media only screen and (max-width: 980px) {
 .messages {
  width: 100%;
}  
}
