body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Poppins','Roboto', sans-serif;
}
hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #eea62d;
}
hr.light {
  border-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins','Roboto', sans-serif;
}
p {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color:#232323;
}
.bg_banner {
    background-color: #ffffff;
}
.portfolio1-box {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.portfolio1-box .portfolio1-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(34, 34, 34, .6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category,
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Poppins','Roboto', sans-serif;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
  font-size: 40px;
  font-weight: 300;
  text-transform: lowercase;
  color:#ffffff;
}
.portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
  font-size: 40px;
}
.portfolio1-box:hover .portfolio1-box-caption {
  opacity: 1;
}
.portfolio1-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-category {
    font-size: 40px;
  }
  .portfolio1-box .portfolio1-box-caption .portfolio1-box-caption-content .project-name {
    font-size: 40px;
  }
}
.text-faded {
  color: rgba(255, 255, 255, 1.1);
}
#content-desktop {display: block;}
#content-mobile {display: none;}
#content-tablet {display: none;}
@media screen and (max-width: 768px) {
    #content-desktop {display: none;}
    #content-mobile {display: block;}
    #content-tablet {display: block;}
}
a {
    color: #5A5BD9;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 500;
}
.g-pb-70 {
    padding-bottom: 5rem !important;
}
.g-pt-100 {
    padding-top: 7.14286rem !important;
}
.site-footer {
    padding-top: 72px;
    background-position: center bottom;
    background-color: #253746;
    background-repeat: no-repeat;
}
.widget {
    margin-bottom: 40px; 
    margin-left:0px;
}
.widget-light-skin .widget-title {
    border-color: rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.9);
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #e5e5e5;
    border-color: rgba(255,255,255,0.13);
    color: #ffffff;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
}
.widget-links {
    padding-left:0px;
    margin-left:0px;
    list-style-type: none;
}
.widget-links ul>li> {
    font-weight:300;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    padding-left:0px;
    margin-left:0px;
    list-style-type: none;
}
.widget-links ul>li>a {
    display: inline-block;
    font-weight:400;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px;
    margin-left:0px;
    text-transform: capitalize;
    list-style-type: none;
}
.widget-links ul>li>a:hover {
    color: #006f62;
    font-size: 15px;
    font-weight:400;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.text-white {
    color: #ffffff;
    font-size: 15px;
    font-weight:400;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.opacity-50 {
    opacity: .5 !important;
}
.market-button.mb-light-skin .mb-subtitle {
    opacity: .55;
}
.input-light.form-control, .input-light .form-control {
    border-color: rgba(255,255,255,0.18);
    background-color: rgba(255,255,255,0.02);
    color: #fff;
}
.form-control {
    padding: 0 18px;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #fff;
    color: #505050;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-text{
    color: #ffffff;
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    font-family: 'Poppins','Roboto', sans-serif;
}
.iconpint {
    color: #ee363d;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconface {
    color:#3B5998;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.icontwit {
    color: #56adee;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconyout {
    color: #bc0000;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.iconinst {
    color: #125789;
    height: 25px;
    width: 25px;
    font-size:25px;
}
.bg-footer{
    background-color: #253746;
    padding: 40px 0 70px 0;
    overflow: hidden;
    text-align: left;
    zoom: 1;
    margin-left: 0px;
    margin-top: 0px;
}
.copyright01 {
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    padding-left:5px;
    padding-right:5px;
}
.copyright {
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
}
.copyright a{
    text-align: center; 
    color: #ffffff;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
}
.copyright a:hover {
    color:#006f62;
    text-decoration:underline;   
}
.site-logo_01 {
    width: 300px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.testimonials_box {
    padding: 100px 0;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image: url(/assets/portaldigital/templates/EN/ecommerce13/bg_testimonials.jpg);
}
.testimonials_author {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 25px; 
	font-weight: 100; 
	color: #ffffff; 
	text-align: center;
}
.testimonials_city {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 21px; 
	font-weight: 100; 
	color: #ffffff; 
	text-align: center; 
	font-style: italic;
}
.img_quote {
    color: #ff9d00;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}
.carousel_title {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
}
.top_categories_title {
    color: #505050;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 500;
    font-family:'Poppins','Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    text-transform: lowercase;
}
.top_categories_subtitle {
    color: #222;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 10px;
    text-transform: lowercase;
    font-size: 21px;
    font-weight: 300;
    font-family:'Poppins','Roboto', sans-serif;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding-bottom: 50px;
}
.top_categories_text{
    color:#FFFFFF;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.top_categories_subtitle01{
    color:#FFFFFF;
    font-family:'Poppins','Roboto', sans-serif; 
    text-transform:lowercase;
    text-align: left;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-fluid1 {
    max-width: 100%;
    padding: 10px;
    border-bottom: 2px dotted #cccccc;
}
.img-fluid2 {
    max-width: 100%;
    height: 200px;
    padding: 0px;
}
/**************************************************************************/
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption a{
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption a.caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}
.portfolio-item .caption a.caption-content h2 {
  font-size: 3.1rem;
  text-transform:lowercase;
  font-family:'Poppins','Roboto', sans-serif;
}
.portfolio-item .caption a.caption-content p {
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption a{
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption a.caption-content {
    transition: opacity 0.25s;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(0rem);
    clip-path: inset(0rem);
  }
  .portfolio-item:hover .caption a{
    background-color:  #ffffff;
    -webkit-clip-path: inset(0rem);
    clip-path: inset(0rem);
  }
}
.banner{
   background-color: #f5f5f5;
}
.banner_title {
    font-size: 50px;
    padding-left: 30px;
    padding-top: 30px;
    color: #404040;
    line-height: 1;
    letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.banner_subtitle {
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
    color: #404040;
}
.banner_button{
    text-align:left; 
    padding-left:30px;
}
.btn-default {
    color: #ffffff;
    background-color: #585BD5;
    text-transform:lowercase;
    border-color: #585BD5;
    font-size: 22px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default a{
    color: #ffffff;
    background-color: #585BD5;
    border-color: #585BD5;
    font-size: 22px;
    font-weight: 300;
    text-transform:lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default a:hover{
    color: #585BD5;
    background-color: #fff;
    border-color: 3px solid #585BD5;
}
.btn-default01 {
    color: #232323;
    background-color: #f5f5f5;
    text-transform:lowercase;
    border-color: #dc9814;
    font-size: 22px;
    font-weight: 300;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default01 a{
    color: #232323;
    background-color: #f5f5f5;
    border-color: #dc9814;
    font-size: 22px;
    font-weight: 300;
    text-transform:lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default01 a:hover{
    color: #333;
    background-color: #fff;
    border-color: #ffffff;
}
.btn-default02 {
    color: #ffffff;
    background-color: #585BD5;
    text-transform:lowercase;
    border-color: #585BD5;
    border:1px solid #585BD5;
    font-size: 22px;
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
}
.btn-default02 a{
    color: #ffffff;
    background-color: #585BD5;
    border-color: #FF9900;
    border:1px solid #FF9900;
    font-size: 22px;
    font-weight: 100;
    text-transform:lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default02 a:hover{
    color: #585BD5;
    background-color: tranparent;
    border-color: 3px solid #585BD5;
}
.featurette3 {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #E96656;
    border-top: 0px solid #E96656;
    border-bottom: 0px solid #E96656;
}
.btn-default03 {
    color: #ffffff;
    background-color: #5A5BD9;
    text-transform:lowercase;
    border:3px solid #5A5BD9;
    font-size: 22px;
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
}
.btn-default03 a{
    color: #ffffff;
    background-color: #5A5BD9;
    border:3px solid #5A5BD9;
    font-size: 22px;
    font-weight: 100;
    text-transform:lowercase;
    font-family: 'Poppins','Roboto', sans-serif;
}
.btn-default03 a:hover{
    color: #5A5BD9;
    background-color: #232323;
    border: 3px solid #5A5BD9;
}
.main_featurette {
    font-size: 30px;
    padding-top: 30px;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 100;
}
.button_store{
    float:right;
    padding-bottom: 30px;
}
thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10px;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #E06655;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #ffffff;
	color: #555;
}
.dropdown-menu>li>a {
	text-transform: lowercase;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	text-align:left;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333333; background-color:#ffffff;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	background-color: #E06655;
	color: #ffffff;
}
.blog_pager_box {
	width: 650px;
    padding-left: 20px;
    padding-top: 10px;
}
.blog_pager_page { 
	float: left;
    padding: 10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.blog_pager_page_cur { 
	float:left; 
	padding:10px; 
	color:#ffffff;
	background-color:#006f62;
	font-size:12px;
	font-weight:bold;
    font-family: 'Poppins','Roboto', sans-serif; 
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; 
    border: 0px solid #e5e5e5;
    border-radius: 5px; 
}
.section-header h2 {
	text-align:center;
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
}
.dark-text { 
	color: #404040; 
	text-align:center; 
	font-size: 35px;
    padding-bottom: 20px;
	padding-top: 20px;
    border-bottom:3px solid #e96656;
}
.gallery_box {
	width: 650px;
	display: inline-block;
}
.gallery_item {
	width: 130px;
	float: left;
	margin: 10px;
	text-align: center;
}
.home_text{
	font-family: 'Poppins','Roboto', sans-serif; 
	text-align:center;
	font-size: 16px;
	line-height: 25px; 
	color: #777777;
	font-weight: 100;
}
.home_news{
	font-family: 'Poppins','Roboto', sans-serif;
    font-size: 16px;
	text-decoration:underline;
    line-height: 25px; 
	color: #52b9e9;
    font-weight: 100;
}
.home_news a{
	font-family: 'Poppins','Roboto', sans-serif;
    font-size: 16px;
	text-decoration:underline;
    line-height: 25px; 
	color: #E96656;
    font-weight: 100;
}
.home_news a:hover{
	text-decoration:none;
}
.table-bordered { 
	border: 1px solid #272727; 
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #272727;
}
.title-contact { 
	color: #ffffff; 
	font-size: 28px;
    font-weight: 200; 
	line-height: 44px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
}
.text-muted { 
	color: #ffffff;
}
.img-rounded { 
	border:2px solid #E8F0F0; 
	border-radius: 0;
}
.thumbnail { 
	display: block;
	padding: 0px; 
	margin-bottom: 20px;
    line-height: 1.42857143; 
	background-color: #ffffff;
    border: 1px solid #ffffff; 
	border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;margin-top: 10px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color:#E96656;
}
.navbar-default .navbar-nav>li>a { 
	padding-top:15px;
    padding-bottom:15px;
    color: #404040;
    font-size:17px;
    font-weight: 400;
    background-color: #ffffff;
    text-transform: lowercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	padding-top:15px;
    padding-bottom:5px;
    color: #e96656;
    font-size: 17px;
	text-transform: lowercase;
    font-weight: 400;
    background-color: #ffffff;
    border-bottom:2px solid #e96656;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    text-decoration:none; 
	margin-right:10px;
    padding-top:15px;
    padding-bottom:5px;
    color:#E06655;
    font-size: 17px;
    font-weight: 400;
    background-color: #ffffff;
    border-bottom:2px solid #e96656;
}
.catchy-inner1 { 
	padding-top:0px;
	padding-bottom:0px;
    margin: 0px 0px; 
	border-top: 0px dashed #bbb;
    border-bottom: 0px dashed #bbb;
}
.featurette1{
	background-color:#79222b;
}
.featurette2{
	background-color:#121317;
}
.featurette3{
	padding-top:30px; 
	padding-bottom:30px;
    background-color: #E96656; 
	border-top: 0px solid #E96656;
    border-bottom: 0px solid #E96656;
}
.featurette5{
	background-color:#34D293;
}
.featurette6{
	background-color:#FAFAFA; 
	border-bottom:1px solid #EEEEEE;
}
.main_featurette {
	font-size: 30px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif; font-weight:100;
}
.featurette4{
	padding-top:30px; 
	padding-bottom:30px;
    background-color:#ffffff;
}
.main_featurette1{
	font-size: 30px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.main_featurette2{
	font-size: 20px; 
	padding-top: 30px; 
	color: #ffffff;
    line-height: 1; 
	letter-spacing: -1px; 
	text-align:center;
    font-family: 'Poppins','Roboto', sans-serif;
}
.scroll-to-top {
    position: fixed;
    background: rgba(52,58,64,.5);
    bottom: 60px;
    right: 60px;
    z-index: 104400;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
    border-radius: 0px;
    padding: 2px;
    color: rgba(255, 255, 255, 0.5);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
    background: #505050;
}
.img-chevron-up {
    color: #ffffff; 
    font-size:21px;
}
.scroll-blog { 
    position: fixed;
    background:#e96656;
    top: 250px;
    left: 0px;
    z-index: 1500;
    box-shadow: -1px -1px 3px rgba(0,0,0,0.1);
}
.scroll-blog:hover{ 
	background: #5AB45A;
}
.footer {
	background: #f5f5f5; 
	padding: 5px 0px 10px 0px;
}
.footer .social { 
	max-width: 350px; 
	margin: 20px auto;
    margin-bottom: 20px; 
	text-align: center;
}
.footer .social a i { 
	margin-left: 5px; 
	margin-right: 5px; 
    border-radius: 50px;
}
.social a i { 
	display: inline-block; 
	width: 40px; 
	height: 40px;
    font-size: 15px !important;
    line-height: 40px; 
	text-decoration: none; 
	text-align: center;
    color: #fff;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}
.fa { 
	display: inline-block;
    font-family: 'Poppins','Roboto', sans-serif;
    font-style: normal; font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social a:hover i {
    background: #000;
}
.social a, .social a:hover { 
    border: 0px; 
    text-decoration: none;
}
.social a.facebook i { 
    background: #7F98B9;
    border-radius: 3px;
}
.social a.twitter i { 
    background: #75D2F1;
    border-radius: 3px;
}
.social a.google-plus i { 
    background: #D97863;
    border-radius: 3px;
}
.social a.linkedin i { 
    background: #53A2CA;
    border-radius: 3px;
}
.footer .copy-right p { 
    font-size: 16px; 
    line-height: 22px; 
    color: #535A6C;
    text-align: center;
}
.sub_menu{ 
    background-color: #DA5451;
}
.lf_menu { 
    background-color: #222222;
    border-color: #080808; 
    width: 100%;
}
.lf_menu_item { 
    color:white; 
    font-size:24px;
}
.headline h2{ 
    display: inline-block; 
    color: #232323;
    padding-bottom: 5px; 
    font-size:30px;
    font-weight:300;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: lowercase;
}
.main_title { 
    font-size: 45px; 
    padding-left:30px; 
    color:#ffffff;
    line-height: 1.0;
    font-weight:500;
    letter-spacing: 0px; 
    padding-top:20px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
}
.main_title1 { 
    color: #ffffff;
    font-weight: 100 !important;
    font-family: 'Open Sans', sans-serif;
}
.main_title2 { 
    font-size: 40px;
    padding-left: 30px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 30px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.main_title3 { 
    font-size: 50px; 
    padding-left:30px; 
    color:#FFFFFF;
    line-height: 1;
    letter-spacing: -1px;
    font-family:'Poppins','Roboto', sans-serif;
}
.main_subtitle1 { 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 22px;
    line-height: 35px;
    font-weight: 200;
    color: #ffffff;
}
.main_text{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px; 
    padding-left:30px;
    font-size: 22px; 
    line-height: 35px;
    font-weight: 200;
    color: #5a5a5a;
}
.main_text_pro{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px; 
    padding-left:30px;
    font-size: 22px; 
    line-height: 35px;
    font-weight: 200;
    color: #7a7c7f;
}
.main_text_pro1{ 
    font-family: 'Poppins','Roboto', sans-serif;
    margin-bottom: 30px; 
    padding-left:30px;
    font-size: 19px; 
    line-height: 35px;
    font-weight: 200;
    color: #ffffff;
}
@media screen and (max-width: 767px)    
{ 
  .mobilehide
  {
    visibility:hidden;
    display:none;
  } 
}
.carrousel_title{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    font-size: 80px; 
    color: #DA5451;
}
.carrousel_title1{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 30px; 
    color: #DA5451;
}
.carrousel_title2{ 
    font-family: 'Poppins','Roboto', sans-serif;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 30px; 
    color: #DA5451;
}
.carrousel_title3{ 
    font-family: 'Poppins','Roboto', sans-serif; 
    text-align:left;
    padding-left:0px; 
    padding-top:30px; 
    font-size: 25px; 
    color: #DA5451;
}
.feature_title {
    text-align:center; 
    color:#555555;
    font-family: 'Poppins','Roboto', sans-serif;
}
.feature_title:hover{color:#d2322d;}
.feature_price{
    text-align:center;
    color:#d2322d; 
    font-weight:100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.new_title {
    text-align:left; 
    color:#e91b23;
    font-family: 'Poppins','Roboto', sans-serif;
}
.new_title:hover{
    color:#555555;
}
.new_subtitle {
     text-align:left; 
     color:#555555; 
     font-size:14px;
     font-family: 'Poppins','Roboto', sans-serif;
}
.privacy_title { 
    font-size: 45px;
    color: #232323;
    line-height: 54px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0px;
    font-weight: 400;
    text-transform: capitalize;
}
.contact_title { 
   	font-weight: 500;
   	font-size: 40px;
   	font-family: 'Poppins','Roboto', sans-serif;
   	text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: 0px; 
   	padding-bottom:10px; 
   	margin-top:10px;
   	padding-top:10px;
   	padding-left:0px;
}
.contact_subtitle{
	color:#232323;
  	line-height: 35px; 
  	font-size: 25px;
  	font-family: 'Poppins','Roboto', sans-serif; 
  	font-weight: 400; 
  	font-style: italic;
  	letter-spacing: 1px; 
  	padding-bottom:10px;
 	margin-bottom:10px;
  	text-transform: lowercase;
}
.contact_us_text{
  	font-family:'Poppins','Roboto', sans-serif; 
  	font-size: 17px; 
  	line-height: 35px; 
  	color: #232323;
  	font-weight: 100;
  	margin-bottom:20px;
}
.privacy_subtitle{
  	color:#232323;
  	line-height: 35px; 
  	font-size: 25px;
  	font-family: 'Poppins','Roboto', sans-serif; 
  	font-weight: 400;
  	letter-spacing: 1px; 
  	padding-bottom:10px;
  	margin-bottom:10px;
  	text-transform: lowercase;
}
.privacy_text{
  font-family:'Poppins','Roboto', sans-serif; 
  font-size: 17px; 
  line-height: 35px; 
  color: #232323;
  font-weight: 100;
}
.contact_text{
    font-family:'Poppins','Roboto', sans-serif; 
    text-align:center;
    font-size: 17px; 
    line-height: 35px; 
    color: #ffffff;
    font-weight: 100;
}
/************************************************************/
.bg_categories{
  width: 100%;
}
.shopping_card_categories {
    width: 250px;
}
.shopping_card_categories, .shopping_card_categories ul {
    margin: 0px; 
    padding: 0; 
    border: 0; 
    list-style-image: url("/assets/images/menus/icon.jpg");
    display: block; 
}
.shopping_card_categories li { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    display: block; 
    position: relative; 
    z-index: 5;
}
.shopping_card_categories li:hover {
    z-index: 10000;
    white-space: 100; 
}
.shopping_card_categories ul {
    visibility: hidden; 
    position: absolute;	
    z-index: 10; 
    left: 0; 
    top: 0;
}
.shopping_card_categories li:hover>ul {
    visibility: visible; 
    left: 100%; 
}
.shopping_card_categories:after, .shopping_card_categories ul:after {
	content: "."; height: 0; display: block; visibility: hidden; 
    overflow: hidden;clear: both; }
.shopping_card_categories, .shopping_card_categories ul {min-height: 0;}
.shopping_card_categories ul {}
.shopping_card_categories { vertical-align:middle; }
.shopping_card_categories, .shopping_card_categories ul li { 
    color: #232323;  
    font-size:13px; 
    font-weight:100;
    font-family: 'Poppins','Roboto', sans-serif; 
    line-height: 18px;
    text-decoration:none; 
    letter-spacing: 1px;
    list-style-image: url("/assets/images/menus/icon.jpg");  
}
.shopping_card_categories {width: 100%; }
.shopping_card_categories ul {}
.shopping_card_categories a { 
    text-decoration: none; 
    color: #232323;
    font-size:13px; 
    letter-spacing: 1px;
    padding: .4em 1em; 
    display: block;
    font-weight:500; 
    font-family: 'Poppins','Roboto', sans-serif;
    line-height: 18px;
    text-transform:capitalize;
    border-bottom: 1px solid #e0e0e0;
}
.shopping_card_categories a:hover, .shopping_card_categories li:hover>a { 
    color:#006f62;
    border-radius: 3px;
    text-decoration:none;
    background: #FFFFFF;
}
.shopping_card_categories li { 
    width:260px;
    padding: 0px; 
    margin-bottom:0px;
    border-radius: 3px;
    background: #FFFFFF;
}
.shopping_card_categories>li + li, .shopping_card_categories ul>li + li {
    border-top: 0; 
}
.shopping_card_categories li:hover>ul {	
    top: 5px;
    left: 90%;
}
.shopping_card_categories>li:first-child>a, .shopping_card_categories li + li + li li:first-child>a {  }
.shopping_card_categories li.flyout { 
    background-image:url('assets/images/btn/arrow.gif');
    background-repeat:no-repeat;
    background-position:right center;  
}
.shopping_card_path { 
    text-transform: capitalize; 
    font-size: 15px; 
    color:#006f62; 
    font-weight:300;
    margin: 5px;
    padding-top:5px;
    padding-left:5px; 
    padding-bottom:5px;
    font-family: 'Poppins','Roboto', sans-serif; 
}
.shopping_card_path a { 
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
}
.shopping_card_path a:hover { 
    color:#006f62;
}
.shopping_card_box { 
    display:inline-block; 
    text-align:center; 
    padding-left:10px; 
    padding-right:10px; 
    width:100%;
    padding-top:20px; 
    padding-bottom:20px;
    border:0px solid #f5f5f5;                     
}
.shopping_card_box_item { 
    display: inline-block;
    position: relative;
    padding:4px;
    float: left;
    margin: 5px; 
    height:375px;
    width: 250px; 
    line-height: 1.42857143;
    background-color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-bottom: 2px dotted #cccccc;
}
.shopping_card_box_title { 
     padding:5px; 
     width: 100%;
}
.shopping_card_box_title a { 
    text-transform: capitalize;
    text-decoration:none;
    font-size: 17px; 
    font-weight:500;
    line-height: 1.3;
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif; 
}
.shopping_card_box_title a:hover {
    color:#777777; 
    text-decoration:none;
}
.shopping_card_box_image a img { 
    border:0px; 
    height: 190px;
    width:190px;
}
.shoppind_card_box_image img {
    height: 190px;
    width:190px;
    vertical-align: middle;
}
.shopping_card_box_label_box {
     display:inline-block; 
     width:100%
}
.shopping_card_box_label_ref { 
     float:left; 
     font-size:11px; 
     font-weight:500; 
     padding: 5px;
     color: #777777; 
     font-family: 'Poppins','Roboto', sans-serif; 
}
.shopping_card_box_label_price { 
    float:right;    
    margin-bottom: 10px;
    padding: 9px 15px;
    border-radius: 50px;
    background-color: #fff6e3;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: 'Poppins','Roboto', sans-serif;
    line-height: 100%;
    text-transform: capitalize;
}
.shopping_card_box_more { 
    width:100%; 
    padding: 5px; 
    text-align:right;
    margin-bottom:10px;
}
.shopping_card_box_more a { 
     float:right; 
     text-decoration: none;
     font-size:15px; 
     font-weight: 500;
     text-align: center;
     vertical-align: middle; 
     color:#006f62; 
     margin-right:0px;
     padding-top:5px;
     padding-bottom:5px;
     font-family: 'Poppins','Roboto', sans-serif;
     cursor: pointer;
     opacity: 0.8; 
     border-radius: 3px;
     padding-right:10px;
     padding-left:10px;
     text-transform: lowercase;
     margin-bottom:10px;    
}
.shopping_card_box_more a:hover{ 
     text-decoration:underline;
     color:#006f62; 
}
.shopping_card_view_top { 
     display:inline-block; 
     width:100%; 
     padding-left:0px; 
     text-align:left; 
}
.shopping_card_view_labels { 
     float: left; 
     text-align:left; 
}
.shopping_card_view_title { 
     text-transform: capitalize;
     font-family: 'Poppins','Roboto', sans-serif; 
     text-decoration:none; 
     font-size: 30px; 
     font-weight:500; 
     color: #232323; 
     padding-left:0px; 
     text-align:left; 
}
.shopping_card_view_reference { 
     text-align:left; 
     font-size: 12px;  
     font-weight:normal; 
     color: #2E323C; 
     font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_view_product_link { 
     text-align:left; 
     font-size: 90%;  
     font-weight:normal;
     color: #000000; 
}
.shopping_card_view_product_link a { 
     text-decoration:underline; 
     color: #52b9e9; 
     font-size: 15px;
     font-family: 'Poppins','Roboto', sans-serif;  
}
.shopping_card_view_license { 
     padding:10px;
}
.shopping_card_view_license a { 
    text-decoration:underline; 
    color: red;  
}
.shopping_card_view_costs { 
    float: right; 
    text-align:right; 
}
.shopping_card_view_price { 
    text-align:right; 
    font-size: 45px; 
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif; 
    font-weight: 500; 
    text-transform: lowercase;
}
.shopping_card_view_oldprice {
    text-align:right; 
    font-size: 12px;  
    font-weight:500; 
    color: #777777; 
    text-decoration:line-through;
}
.shopping_card_view_setup_fee { 
    text-align:right; 
    font-size: 90%;  
    font-weight:normal;
    color: #313031;  
}
.shopping_card_view_cancellation_fee { 
    text-align:right; 
    font-size: 90%;  
    font-weight:normal; 
    color: #313031;  
}
.shopping_card_view_min_contract { 
    text-align:right; 
    font-size: 90%;
    font-weight:normal; 
    color: #313031;
}
.shopping_card_view_pictures { 
   display:inline-block; 
   width:100%;
   border-bottom: 2px dotted #cccccc;
   border-top: 2px dotted #cccccc;
   text-align: center;
}
.shopping_card_buy_1 { 
    display:inline-block; 
    width:98%; 
    text-align:right; 
    padding:10px 
}
.shopping_card_buy_2 { 
    display:inline-block; 
    width:98%; 
    text-align:right; 
    padding:10px 
}
.shopping_card_view_description { 
    display:inline-block; 
    width:95%;       
    padding:5px; 
    font-size: 15px; 
    font-weight: normal; 
    color: #232323; 
    text-align: left;
    line-height: 35px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_view_description p { 
    font-size: 15px; 
    font-weight: 100; 
    color: #232323; 
    text-align: left;
    line-height: 35px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_list {
    display:inline-block; 
    width:750px; 
    text-align:left; 
    padding-left:10px; 
    padding-right:10px; 
    background:#ffffff;
    padding-top:20px; 
    padding-bottom:20px;
    border:1px solid #e5e5e5;
    border-radius: 0px;
}
.shopping_card_list_top {
    display:inline-block; 
    width:100%; 
    border-bottom:1px solid #e5e5e5;
    font-size:40px;
    font-family:'Poppins','Roboto', sans-serif; 
    color:#232323;
    padding-bottom:10px;
    font-weight:500;
    text-transform: lowercase; 
}
.shopping_card_list_item {
    display:inline-block; 
    width:100%; 
    border-bottom:1px solid #dddddd;
}
.shopping_card_list_item_left { 
    float:left; 
    width:100px; 
}
.shopping_card_list_item_left_image {
    padding:5px; 
    margin:5px;
    background-color:#ffffff; 
    border-radius: 0px;
    border:1px solid #e5e5e5;  
}
.shopping_card_list_item_left_image a {border:0;}
.shopping_card_list_item_left_image a img {}
.shopping_card_list_item_left_reference { 
    font-size:15px;
    font-weight:500;
    font-family: 'Poppins','Roboto', sans-serif;
    color:#777777;
}
.shopping_card_list_item_center { 
    float:left; 
    box-sizing: border-box;
    margin-right: auto; 
    width:85%;
    margin-left: auto;
}
.shopping_card_list_item_center_title {
    font-size:18px; 
    font-weight:400;
    color:#20AA73;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom:10px;
    padding-top:5px;
}
.shopping_card_list_item_center_title a{
    font-size:18px; 
    font-weight:400;
    color:#006f62;
    font-family: 'Poppins','Roboto', sans-serif;
    text-decoration:none;
}
.shopping_card_list_item_center_title a:hover{ 
    color:#232323;
    text-decoration:none;
}
.shopping_card_list_item_center_short_description {
    font-size:14px; 
    color:#777777;
    padding-bottom:10px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    width:100%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
}
.shopping_card_list_item_center_short_description p{
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 15px;
    font-weight: 100;
    line-height: 1.3;
}
.shopping_card_list_item_center_license { 
    font-size:90%; 
    font-weight:100;
    width:380px; 
    padding:10px;
}
.shopping_card_list_item_center_license a { 
    font-size:90%; 
    font-weight:bold; 
    color:red; 
}
.shopping_card_list_item_right { 
    float:right; 
    margin:10px;
}
.shopping_card_list_item_right_price {
    background-color: #fff6e3;
    color: #232323; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 21px;
    font-weight: normal;
    padding: 9px 15px;
    margin-bottom:10px;
    border-radius: 50px;
    text-transform: lowercase;
}
.shopping_card_list_item_right_setup_fee {
    font-size:90%; 
    font-weight:bold;
    text-align:right;
}
.shopping_card_list_item_right_setup_quantity {
    font-size:90%; 
    font-weight:500;
    text-align:right; 
}
.shopping_card_list_update { 
    display:inline-block; 
    width:100%; 
    text-align:right;
    padding-top:10px; 
    padding-bottom:10px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_list_update a { 
    font-size:14px; 
    font-weight:normal; 
    color:#666666; 
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_list_update a:hover { 
    color:#e91b23; 
}
.shopping_card_list_subtotal {
    display:inline-block; 
    width:100%; 
    text-align:right;
}
.shopping_card_list_subtotal_price { 
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-transform: lowercase;
}
.shopping_card_list_checkout {
    display:inline-block; 
    width:100%; 
    text-align:right;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-top:10px; 
    padding-bottom:10px;
}
.shopping_card_list_empty {
    display:inline-block; 
    width:100%; 
    text-align:left; 
    font-size:100%; 
    font-weight:normal; 
    color:#313031;
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_card_checkout_box { 
    width:95%;
    background: #EAEAEA;
    text-align:left; 
    font-size:13px; 
    font-weight:normal;
    padding:10px;
    margin: 20px; 
    font-family: 'Poppins','Roboto', sans-serif;
    border:1px solid #D2D2D2; 
}
.shopping_card_checkout_title { 
    font-size:16px; 
    color: #E06655;
    font-family: 'Poppins','Roboto', sans-serif; 
    font-weight: 700;
    text-transform: lowercase;
}
.shopping_card_page_title { 
    width:100%; 
    font-size: 30px; 
    font-weight:normal;
    text-align:left; 
    padding: 15px; 
    color:#E06655; 
    text-transform: lowercase; 
    letter-spacing: 1px;
    font-family: 'Poppins','Roboto', sans-serif;
    line-height: 18px;
}
.shopping_card_page_title_sections {
    width:100%; 
    font-size: 15px; 
    font-weight:700;
    border-bottom:1px solid #dddddd;
    font-family: 'Poppins','Roboto', sans-serif; 
    color:#555555;
}
.shopping_card_page_section_sel { 
    float: left; 
    color: #777777; 
    padding: 15px; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:700; 
    font-size:14px;
    text-transform: lowercase;
    border-bottom:1px solid #dddddd;
}
.shopping_card_page_section { 
    float: left; 
    color: #777777; 
    padding: 15px; 
    border-bottom:1px solid #dddddd;
    font-family: 'Poppins','Roboto', sans-serif; 
    font-size:14px;
    text-transform: lowercase;  
}
.shopping_card_categories2 { 
    width:100%; 
    font-size:110%; 
    line-height:normal;
    margin:0; 
    padding-left:10px; 
    list-style:none; 
    display: block; 
}
.shopping_card_categories2 li { 
    margin:0; 
    padding:0; 
    width:100%; 
    float:left; 
}
.shopping_card_categories2 a { 
    float:left;
    display:block; 
    margin:0px; 
    color:#000000; 
    text-decoration:none;
    border-bottom:2px dotted #c1c1c1;
}
.shopping_card_categories2 a:hover { 
    text-decoration:none; 
    border-bottom:2px dotted  #000000;
}
.shop-card-pic-imgbox {
    max-width:500px; 
    display:inline-block; 
}
.shop-card-pic-img{ 
    width:261px; 
    padding:20px; 
    margin-bottom:10px;
    margin-top:10px; 
    text-align:left;
}
.shop-card-pic-listimg{ 
    width:82px; 
    height:102px;
    float:left;
    padding:20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px; 
    margin:10px;
}
.shop-card-pic-listimg:hover{ 
    background-color: #fff;
    border: 1px solid #42B4EB;
    border-radius: 3px;
}
.shop-card-pic-noticebox {
    display: inline-block; 
    width: 95%;
    padding: 10px; 
    font-size: 15px;
    font-weight: 100;
    color: #232323;
    text-align: center;
    font-family: 'Poppins','Roboto', sans-serif;
}
.shopping_trolley { 
    color: #ffffff; 
    width: 100%; 
    background: #009681;
    text-align:center; 
    border-radius: 0px;
    padding-top:0px; 
    padding-bottom:10px;
    box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
}
.shopping_trolley a { 
    text-decoration:none; 
    color: #ffffff; 
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 17px; 
    font-weight:300;
}
.shopping_trolley a:hover { 
    color: #ffffff;
    text-decoration:none;
}
.shopping_trolley .title { 
    font-size: 25px; 
    font-weight:600; 
    padding-bottom: 5px; 
    color: #ffffff;
    padding-top:5px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform:capitalize; 
}
.shopping_trolley .items { 
    font-size: 75%; 
    line-height: 1em; 
    padding: 4px; 
    text-align: center;
}
.shopping_trolley .items .item { 
    color:#006f62;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size:25px;  
}
.shopping_trolley .subtotal { 
    font-size: 75%; 
    line-height: 1em; 
    margin:3px;
    padding: 6px; 
    text-align: center;
}
.shopping_trolley .subtotal .price { 
    color:#006f62;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size:18px;
    font-weight:normal;  
}
.shopping_trolley .viewtrolley {  
    font-size: 75%; 
    line-height: 1em; 
    padding: 4px; 
    text-align: center;
    background: transparent url(/assets/ecommerce_electronics/trolley_bag.png) no-repeat 20px 5px;
    text-decoration: underline; 
    top: 80%;
    color:#006f62; 
}
.shopping_trolley .checkout { 
	clear: none;
    font-size: 75%; 
	line-height: 1em; 
    padding: 4px; 
	text-align: center;
    text-decoration: underline; 
	color:#006f62;
}
.paypal_image { 
	width:241px;
}
.shopping_promotions_1_box { 
	width: 100%; 
	text-align:center;
}
.shopping_promotions_1_box a {
	display: block;
}
.shopping_promotions_1_box a img {
    width:100%;
}
.shopping_promotions_2_box { 
	width:100%; 
	text-align:center; 
    display:block;
}
.shopping_promotions_2_item {
	width: 50%; 
	float:left;
	padding:2px;
    margin:0px; 
}
.shopping_promotions_2_item a {
	border:0px;
	padding:0px;
}
.shopping_promotions_2_item a img { 
	padding:0px;
}
.shopping_promotions_3_box { 
	width:900px;
}
.shopping_promotions_3_item {
	width: 224px; 
	float:left; 
	padding:2px;
    margin:5px; 
}
.shopping_promotions_3_item a {}
.shopping_promotions_3_item a img { 
	padding:3px;
	margin:3px; 
}
.shopping_promotions_5_box {
	width:690px; 
	text-align:center;
    display:inline-block; 
}
.shopping_promotions_5_item {
	width: 125px;
	float:left;
	padding:2px; 
}
.shopping_promotions_5_item a {
	border:0px;
	padding:2px; 
}
.shopping_promotions_5_item a img {
	border:0px;
	padding:2px; 
}
.login_text{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.login_text_01{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_fgt_title { 
  	font-size: 14px;
  	text-transform: capitalize;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 700;
}
.myaccount_fgt_title a{ 
  	font-size: 21px; 
    text-transform: capitalize;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.myaccount_fgt_title a:hover {
  	color:#232323; 
  	text-decoration:none;
}
.myaccount_fgt_label{
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_register_title { 
  	font-size: 21px;
  	text-transform: capitalize;
  	text-decoration: none;
  	text-align: left;
  	color: #232323;
  	font-family: 'Poppins','Roboto', sans-serif;
  	font-weight: 400;
}
.myaccount_register_label{ 
  	color: #232323; 
  	font-size: 15px;
  	font-weight: 100;
  	font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_login_box { 
	width: 500px; 
	text-align:left;
}
.myaccount_register_box { 
	width: 500px; 
	text-align:left;
}
.myaccount_fgt_box{ 
	width: 500px; 
	text-align:left;
}
.myaccount_login_title{ 
	font-size: 21px;
	text-transform: capitalize;
    text-decoration: none;
    text-align: left;
    color: #232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
.myaccount_login_label { 
	color: #232323; 
	font-size: 15px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_login_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_fgt_value { 
	color: #777777; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount_register_value { 
	color: #fffffff; 
	font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.error_message { 
	color: #d9534f; 
	font-size: 16px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.message{ 
	font-size: 16px;
    font-weight: 100;
    color: #535A6C;
    line-height: 35px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.show_ip { 
	color: #ffffff; 
	font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins','Roboto', sans-serif;
}
/***********************************/
ul#myaccount-tabs { 
	float: left; 
	position: relative; 
	z-index: 9;
    border-bottom: 3px solid #E06655; 
	padding-bottom: 0px;
    margin-bottom: 0px; 
	display: block; 
	width: 900px;
    list-style-type: none; 
	margin-top:25px;
    margin-left:25px;
}
ul#myaccount-tabs li { float: left;}
ul#myaccount-tabs li#active {  }
ul#myaccount-tabs li#active a { 
	background: #E06655;
	border: 1px solid #E06655;
    color: #ffffff;
    font-size: 17px;
    padding: 0 9px 9px 9px;
    margin: 5px 4px 0 0;
    border-bottom-color: transparent;
}
#myaccount-tabs a { 
	float: left; 
	display: block; 
	margin: 5px 4px 0 0;
    padding: 0 9px 9px 9px; 
	font-size: 17px;
    font-weight: normal; 
	text-align: center;
    text-decoration: none; 
	color: #666666;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: transparent;
    border-radius: 3px 3px 0px 0px;
    font-family: 'Poppins','Roboto', sans-serif;
}
#myaccount-tabs a:hover { 
	background: #E06655;
	border: 1px solid #E06655;
    color: #ffffff;
    font-size: 17px;
    padding: 0 9px 9px 9px;
    margin: 5px 4px 0 0;
    border-bottom-color: transparent;
}
/****************** TABS *******************************************/
.myaccount_mainbox { 
	padding: 10px; 
	width:1200px;
	margin-top:50px;
    border: 0px solid #4baad3; 
	border-radius: 4px;
    font-size: 90%; 
	padding-left:40px;
    font-weigth: normal; 
	margin-bottom:30px;
}
.myaccount_email_label{ 
	color: #20AA73; 
	font-weight: 700;
    text-decoration: none; 
	font-size:16px;
    font-family: 'Poppins','Roboto', sans-serif; 
	padding-bottom:20px;
}
.blog_articles_box { 
   width:100%; 
   padding:20px; 
   margin-bottom:20px;
}
.blog_articles_item_sn { 
   width:500px;
   display:inline-block; 
   vertical-align:middle;
   padding:20px;
}
.blog_articles_item { 
   margin-bottom:20px;
   padding-bottom:40px;
   border-bottom: 1px solid #e0e0e0;
}
.blog_article_item_title { 
   font-weight: 300; 
   font-size: 35px;
   font-family: 'Poppins','Roboto', sans-serif;
   text-transform: capitalize;
}
.blog_article_item_title a { 
  text-decoration:underline; 
  color:#232323;
  font-size: 35px;
  line-height: 100%; 
  font-weight: 300;
}
.blog_article_item_title a:hover { 
	text-decoration:underline;
}
.blog_article_item_created { 
   font-weight: 300;
   font-size: 13px; 
   color: #00A9FF;
   line-height: 25px; 
   padding-bottom:10px;
   padding-top:10px; 
   font-family: 'Poppins','Roboto', sans-serif;
}
.blog_article_item_short_article { 
  font-size:15px; 
  color: #232323;
  font-weight:100;
  line-height: 1.3;
  font-family: 'Poppins','Roboto', sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_short_article p{ 
  font-size:15px; 
  color: #232323;
  font-weight:300;
  line-height: 30px;
  font-family: 'Poppins','Roboto', sans-serif;
  letter-spacing: 1px;
}
.blog_article_item_article{ 
   font-size:15px; 
   color: #232323;
   font-weight:300;
   line-height: 30px;
   font-family: 'Poppins','Roboto', sans-serif;
   letter-spacing: 1px;
}
.blog_article_item_read_more { 
    float: right; 
    margin-bottom: 20px;
    color: #006f62;
}
.blog_article_item_read_more a { 
    font-weight: 500;
    margin-top: 14px;
    padding: 14px 22px;
    text-decoration: underline; 
    text-align: center;
    vertical-align: middle;
    color: #006f62;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Poppins','Roboto', sans-serif;
    cursor: pointer;
    opacity: 0.8;
    text-transform:capitalize;
    margin-bottom: 20px;
    font-size:15px;
}
.blog_article_item_read_more a:hover { 
	text-decoration:underline;
}
.blog_categories { 
	list-style-type:none; 
	width:100%; 
	text-align:left;
}
.blog_categories li {
   	width:100%; 
   	margin-top:5px; 
   	margin-bottom:5px;
   	border-bottom: 1px solid #e0e0e0;
}
.blog_categories li a { 
   	color: #232323; 
   	padding: .4em 1em;
   	font-size: 17px;                        
   	font-weight: 500;
   	font-family: 'Poppins','Roboto', sans-serif;
   	text-decoration: none;
   	display: block;
   	background-color:transparent;
   	line-height: 30px;
   	letter-spacing: 1px; 
    text-transform: capitalize;
}
.blog_categories li a:hover {
   	text-decoration: none; 
   	color:#00A9FF;
   	background-color:transparent;
}
/*************************************************************************/
.social-icons { 
	margin: 0; 
	padding: 0;
}
.social-icons li { 
	float: left; 
	display: inline; 
	list-style: none;
    margin-right: 5px; 
	margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons-color li a { 
	opacity: 0.7;
    background-position: 0 -38px !important;
}
.social-icons li a, a.social-icon { 
	width: 28px; 
	height: 28px; 
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.social_rss {
	background: url(/assets/ecommerce/rss01.png) no-repeat;
}
.social_facebook {
	background: url(/assets/ecommerce/facebook01.png) no-repeat;
}
.social_twitter {
	background: url(/assets/ecommerce/twitter01.png) no-repeat;
}
.social_vimeo {
	background: url(/assets/ecommerce/vimeo01.png) no-repeat;
}
.social_googleplus {
	background: url(/assets/ecommerce/googleplus01.png) no-repeat;
}
.social_pintrest {
	background: url(/assets/ecommerce/pintrest.png) no-repeat;
}
.social_linkedin {
	background: url(/assets/ecommerce/linkedin.png) no-repeat;
}
.social_dropbox {
	background: url(/assets/ecommerce/dropbox.png) no-repeat;
}
.social_picasa {
	background: url(/assets/ecommerce/picasa.png) no-repeat;
}
.social_spotify {
	background: url(/assets/ecommerce/spotify01.png) no-repeat;
}
.social_jolicloud {
	background: url(/assets/ecommerce/jolicloud.png) no-repeat;
}
.social_wordpress {
	background: url(/assets/ecommerce/wordpress.png) no-repeat;
}
.social_github {
	background: url(/assets/ecommerce/github.png) no-repeat;
}
.social_xing {
	background: url(/assets/ecommerce/xing.png) no-repeat;
}
.headline-md {
	margin-bottom: 15px;
}
/*************************************************************************/
.blog_articles_list_box {
	width:580px;
	display:inline-block;
    padding:10px 10px 30px 10px;
}
.blog_articles_list_item {
	padding-left:10px;
}
.blog_article_list_item_title { 
	font-size: 19px; 
	font-weight: normal;
    font-family: 'Poppins','Roboto', sans-serif;
	line-height: 22px; 
    color: #D9534F;
}
.blog_article_list_item_title a {
	font-family: 'Poppins','Roboto', sans-serif;
	font-size:19px;
    line-height: 22px;
    font-weight:normal; 
	color:#5CC9DF;
    text-decoration:underline;
}
.blog_article_list_item_title a:hover {
	text-decoration:underline;
    color:#777777;
}
.blog_articles_gallery_iii_box { 
	width:630px;
	display:inline-block;
}
.blog_articles_gallery_iii_item { 
	float:left; 
	width: 195px;
	height:185px;
    text-align:center; 
	padding:2px;
    margin: 4px;
	background: white;
    border: 1px solid #CCC;
}
.blog_article_gallery_iii_item_img { 
    width: 180px; 
    height: 140px; 
    padding:5px;
    text-align:center;
}
.blog_article_gallery_iii_item_img a {}
.blog_article_gallery_iii_item_img a img {
    width: 180px;
    height: 140px;
    border:0px;
}
.blog_article_gallery_iii_item_title { 
    width: 195px;
}
.blog_article_gallery_iii_item_title a { 
    font-size:11px;
    font-weight:100; 
    color:#232323;
    padding:5px;
    font-family: 'Poppins','Roboto', sans-serif;
}
.blog_article_gallery_iii_item_title a:hover {
	text-decoration:none;
    color: #7C3477;
}
.blog_articles_gallery_ii_box { 
    width:100%;
    display:inline-block;
    background-color:#ffffff; 
}
.blog_articles_gallery_ii_item { 
    width:100%;
    float:left;
    float:left;
    margin: 3px;
    text-align:center; 
    padding:2px;
}
.blog_article_gallery_ii_item_img { 
    float:left; 
    width: 100px;
    padding:10px;
}
.blog_article_gallery_ii_item_img a {}
.blog_article_gallery_ii_item_img a img {
    width: 100px; 
    height: 90px;
    border:0px;
}
.blog_article_gallery_ii_item_desc { 
    margin: 10px; 
}
.blog_article_gallery_ii_item_desc_title { 
    text-align:left; 
    display:block;
    font-family: 'Poppins','Roboto', sans-serif; 
    font-size:35px;
    font-weight:500; 
    color:#232323;
}
.blog_article_gallery_ii_item_desc_title a { 
    font-family: 'Poppins','Roboto', sans-serif;
    font-size:35px; 
    font-weight:500;
    text-decoration:none;
    color:#232323;
    display:block; 
}
.blog_article_gallery_ii_item_desc_title a:hover {text-decoration: none;}
.blog_article_gallery_ii_item_desc_article { 
    font-size:15px;
    color:#232323;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight:100;
    padding-top:2px;
    padding-bottom:2px;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more { 
    color:rgb(93, 183, 93);
    font-family: 'Poppins','Roboto', sans-serif;
    font-size:17px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more a { 
	color:rgb(93, 183, 93);
    font-family: 'Poppins','Roboto', sans-serif;
    font-size:17px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
}
.blog_article_gallery_ii_item_desc_read_more a:hover{
    text-decoration:underline;
}
.blog_articles_gallery_i_box { 
	width:635px;
	display:inline-block; 
}
.blog_articles_gallery_i_item { 
	float:left; 
	width: 630px;
    text-align:center; 
	padding:2px;
    margin: 3px;
	background: white;
    border: 1px solid #CCC;
}
.blog_article_gallery_i_item_img { 
	width: 628px; 
	height: 220px;
}
.blog_article_gallery_i_item_img a {}
.blog_article_gallery_i_item_img a img {
	width: 628px; 
	height: 220px;
    border:0px;
}
.blog_article_gallery_i_item_title { 
	width: 628px;
	padding-top:10px;
    background-color:#213C32;
	text-align:center;
    height: 60px;
	display:block;
	vertical-align:middle;
}
.blog_article_gallery_i_item_title a { 
	font-family: 'Poppins','Roboto', sans-serif;
    padding-top:10px;
	font-size:18px; 
    font-weight:bold;
	color: #ffffff;
    text-decoration:none;
}
.blog_article_gallery_i_item_title a:hover { 
	color:#000000; 
    text-decoration:underline;
}
.property_contact_label { 
	color: #999999; 
	border-radius: 5px;
    font-size: 17px;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: normal; 
	line-height: 22px;
    padding-bottom: 20px; 
	padding-top: 10px;
    padding-left: 0px;
}
.property_contact_value { 
	margin-left:10px; 
	border-radius: 5px;
    padding-left:20px; 
    font-size: 13px; 
	width: 700px;
    text-align: left;
    color: #444444; 
	border: 1px solid #E7E7E7;
    font-weight: normal;
    background: #E7E7E7;
    height: 20px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding: 20px;
}
.property_contact_value input{ 
	font-size: 13px; 
    text-align: left;
    color: #444444;
    font-weight: normal;
    background: #ffffff;
    height: 20px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding: 20px;
}
.input-text required-entry{ 
	width: 295px; 
	background: #fff;
    border: 1px solid #e5e5e5;
}
.contact_box { 
	display: block; 
	width: 90%;
    text-align:left;
    padding-bottom:20px; 
    padding: 20px; 
	margin-bottom:20px;
}
ul.social_networks { 
	width: 550px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    padding: 10px;
}
.myaccount_table_header { 
	font-weight:bold; 
	color:#404040; 
	font-size:16px;
    padding:5px; 
	font-family: 'Poppins','Roboto', sans-serif; 
	margin:5px;
    border-bottom:1px solid #dddddd; 
}
.myaccount_tabs { 
	color:#404040; 
	font-size:19px; 
	font-weight:light; 
    text-decoration:underline; 
	padding:20px;
}
.myaccount_tabs:hover { 
	color:#6BA218;
	text-decoration:underline; 
}
.myaccount_title { 
	font-size: 21px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Poppins','Roboto', sans-serif; 
	line-height: 30px;
    letter-spacing: 1px;
}
.myaccount_notes_title {
	text-align:left; 
    font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Poppins','Roboto', sans-serif;
}
.myaccount_notes_datetime { 
	font-size: 16px;
    font-weight: 700; 
	color:#E06655;
    font-family:'Poppins','Roboto', sans-serif;
}
.myaccount_notes_text {
	font-size:90%; 
	text-align:left; 
    font-weight:normal;
}
.shopping_card_view_price_options_box { }
.shopping_card_view_price_options_title { 
	text-align: left;
    color: #555555;
    padding-bottom: 5px;
    font-size: 23px;
    border-bottom: 2px solid #42B4EB;
    font-weight: normal;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform:uppercase;
}
.shopping_card_view_price_options_list{ 
	text-align: left; 
    font-weight: normal;
    font-family: 'Poppins','Roboto', sans-serif;
    padding:10px;
	font-size: 12px;
    color:#111111; 
	margin:5px;
    text-transform: uppercase;
}
.shopping_card_cross_sales_title { 
    text-align: left;
    color: #232323;
    padding-bottom: 5px;
    line-height: 1.9;
    font-size: 30px;
    border-bottom: 2px solid rgb(0, 204, 111);
    font-weight: 500;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform:lowercase;
    margin-bottom:20px;
}
.myaccount-settings-label{ 
    color: #111111;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
}
.myaccount-settings-value{ 
    color: #555555;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins','Roboto', sans-serif;
}
.table shop-product-optionsbox {}
.shop-product-optionsdescription{ 
    width: 550px; 
    text-align: left; 
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    padding:10px;
    font-size: 16px;
    color:#42B4EB; 
    margin:5px;
}
.shop-product-optionsbtn{ }
.shopping_card_list_item_right_priceoptiondesc { 
    margin-top:5px;
    font-weight: 100;
    font-family: 'Poppins','Roboto', sans-serif;
    padding:5px;
    font-size: 16px;
    color:#111111;
}
.myaccount_login_outerbox{ 
    height:250px;
    padding:10px; 
    margin:10px; 
    width:980px;
}
.section {
    padding: 0rem 0;
}
.title-contact {
    color: #232323;
    font-size: 28px;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Poppins','Roboto', sans-serif;
    padding-bottom: 20px;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10px;
}
.btn {
    font-weight: 300;
    text-transform:lowercase;
    border: none;
    border-radius: 2px;
    font-family: 'Poppins','Roboto', sans-serif;
    margin-right: 20px;
}
/****************** TABS *******************************************/
ul.tabs {
   float:left;
   position:relative; 
   z-index:9;
   border-bottom: 0px solid #e5e5e5; 
   padding-bottom:0px;
   margin-bottom:0px; 
   display:block; 
   width: 100%;
}
ul.tabs ul{
   margin:0;
   padding:0;
   -webkit-margin-before: 1em;
   -webkit-margin-after: 1em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 40px;
}
ul.tabs li{
   display: inline;
   position:relative;
}
ul.tabs li a{ 
   display:block;
   float:left;
   margin:3px 7px 0 0 ;
   padding:0 9px 5px 9px; 
   font-size:17px;
   font-weight:100;
   text-align:center;
   text-decoration:none;
   line-height:27px; 
   color: #232323;
   background-color: transparent;
   border-bottom-color: transparent;
   cursor: default;
   border-radius:0px;
   font-family: 'Poppins','Roboto', sans-serif;
   text-transform: capitalize;
}
ul.tabs li a:hover{
   text-decoration:none; 
   background-color: transparent;
   color:#006f62; 
}
ul.tabs li.active a { 
   background:transparent;
   color:#006f62;
   line-height:28px;
   border-radius:0px;
   font-size:20px;
   padding:0 9px 5px 9px;
   margin:3px 7px 0 0 ;
   border-bottom-color: transparent;
   text-transform: capitalize; 
   font-weight:500; 
}
.tab_container { 
   overflow: hidden;
   margin-right: auto;
   margin-left: auto; 
   background:#ffffff;
   box-shadow: 0px 2px 16px 0px rgba(195,195,195,0.5);
   padding-left: 15px;
   padding-right: 15px;
   clear: both; 
   float: left; 
   width: 100%;
   margin-bottom:30px;
 }
.tab_content { 
   font-size: 1.2em; 
   padding-left:15px; 
   padding-right:15px;
   margin-right: auto; 
   margin-left: auto;
}
/*************************************/
header.masthead {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/ecommerce17/bg_header.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead hr {
  	margin-top: 30px;
  	margin-bottom: 30px;
}
header.masthead h1 {
  	font-size: 2rem;
  	text-align:center;
  	line-height: 1.6;
  	font-family: 'Poppins', sans-serif;
  	font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
}
header.masthead p {
  	font-weight: 300;
  	line-height: 1.6;
  	font-family: 'Poppins', sans-serif;
  	padding-bottom: 20px;
  	text-align: center;
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 60vh;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 5.0rem;
  }
}
.header_sp {
    padding-top: 40px;
    padding-bottom: 40px;
}
header.masthead1 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/ecommerce15/bg_terms.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead1 hr {
  	margin-top: 30px;
  	margin-bottom: 30px;
}
header.masthead1 h1 {
  	font-size: 2rem;
  	text-align:center;
  	line-height: 1.6;
  	font-family: 'Poppins', sans-serif;
  	font-weight: 300;
	text-transform: lowercase;
}
header.masthead1 p {
  	font-weight: 300;
  	line-height: 1.6;
  	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	padding-bottom: 20px;
  	text-align: center;
}
@media (min-width: 768px) {
  header.masthead1 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead1 {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead1 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead1 h1 {
    font-size: 5.0rem;
  }
}
.header_sp {
    padding-top: 40px;
    padding-bottom: 40px;
}
.header_button{
    color: #000000;
    border: 1px solid #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    margin-top: 20px;
    text-decoration: none;
}
.header_button:hover{
    text-decoration: underline; 
    color:#000000;
    background-color: #ffffff;
}
.header_arrow_down  {
    font-size: 25px; 
    text-align: center; 
    padding-left:40px; 
    padding-top:40px;
}
header.masthead1 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead1 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 1px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead1 .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead1 .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: white;
    border: 1px solid white;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header.masthead01 {
  	padding-top: 10rem;
  	padding-bottom: calc(10rem - 56px);
  	background-image: url("/assets/portaldigital/templates/EN/ecommerce01/bg_terms.jpg");
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead01 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead01 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead01 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead01 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead01 {
    height: 70vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead01 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead01 h1 {
    font-size: 5.0rem;
  }
}
.header_arrow_down {
    font-size: 36px;
    text-align: left;
    padding-left: 40px;
    padding-top: 40px;
}
.header-logo2 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 120px;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
.header-logo1 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 120px;
    top: 17%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
header.masthead02 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 36px);
  	background-color: #000000;
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead02 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead02 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead02 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead02 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead02 {
    height: 10vh;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead02 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead02 h1 {
    font-size: 5.0rem;
  }
}
header.masthead03 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 36px);
  	background-color: #000000;
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
    border-bottom:1px solid #000000;
}
header.masthead03 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead03 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead03 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead03 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead03 {
    height: 10vh;
    min-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead03 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead03 h1 {
    font-size: 5.0rem;
  }
}
header.masthead04 {
  	padding-top: 3rem;
  	padding-bottom: calc(3rem - 36px);
  	background-color: #000000;
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
}
header.masthead04 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead04 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead04 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead04 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead04 {
    height: 10vh;
    min-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead03 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead04 h1 {
    font-size: 5.0rem;
  }
}
header.masthead05 {
  	padding-top: 5rem;
  	padding-bottom: calc(5rem - 36px);
  	background-color: #f5f5f5;
  	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	background-attachment: scroll;
  	background-attachment: fixed;
    border-bottom: 1px solid #d6d6d6;
}
header.masthead05 hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead05 h1 {
  font-size: 2rem; 
  text-align:center;
}
header.masthead05 p {
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  text-align: center;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  header.masthead05 p {
    font-size: 2.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead05 {
    height: 10vh;
    min-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead05 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead05 h1 {
    font-size: 5.0rem;
  }
}
/********************************/
.section_mainpanel{
    padding: 9rem 0;
}
.s-header_1c {
    width: 100%;
    height: 129px;
    background-color: #f7f7f7;
    border-bottom:1px solid #efefef;
    position: absolute;
    top: 0;
    z-index: 501;
}
/* ===================================================================
 * # header styles
 *
 * ------------------------------------------------------------------- */
.s-header {
    width: 100%;
    height: 96px;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 500;
}
/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header-logo {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 40px;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 501;
}
.header-logo a {
    display: block;
    margin: 9px 0 0 0;
    padding: 0;
    outline: 0;
    border: none;
    width: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}
.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}
.header-nav h3 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: lowercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: -0.9rem;
    color: #F05F40;
}
.header-nav p {
    margin-bottom: 2.7rem;
}
.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}
.header-nav__list {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none; 
    text-transform:capitalize; 
    font-weight:300;
}
.header-nav__list li {
    padding-left: 0;
    line-height: 2.5rem;
}
.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}
.header-nav__social {
    list-style: none;
    display: inline-block;
    margin:0px;
    font-size: 17px;
}
.header-nav__social li {
    margin-right: 0px;    
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 0 0;
    display: inline-block;
}
.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}
.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}
.header-nav__social li:last-child {
    margin: 0;
}
.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}
.header-nav__close span::before, 
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}
.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    text-transform: lowercase;
    letter-spacing: .3rem;
    color: #006f62;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-toggle.opaque {
    background-color: transparent;
}
.header-menu-toggle.opaque .header-menu-text {
    background-color: transparent;
}
.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}
.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}
.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #006f62;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-menu-icon::before {
    top: -9px;
}
.header-menu-icon::after {
    bottom: -9px;
}
/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .s-header {
        height: 90px;
    }
    .header-logo {
        left: 30px;
    }
    .header-menu-toggle {
        right: 25px;
    }
}
@media only screen and (max-width: 400px) {
    .header-menu-text {
        display: none;
    }
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}
.home-social {
    font-family: "montserrat-regular", sans-serif;
    list-style: none;
    margin: 0 10px 10px 0;
    position: absolute;
    top: 40%;
    right: 2.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%; 
	margin-bottom:20px;
	color:#FFFFFF;
}
.home-social i:hover {
    border: 2px solid #F05F40;
    color:#F05F40;
}
.btn-header {
    background-color: transparent;
    border-radius: 0px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 30px;
    text-decoration: none;
}
.btn-header:hover {
    background-color: #ffffff;
    border-radius: 0px;
    color: #000000;
    border: 1px solid #ffffff;
    text-decoration: none;
}
.bg_testimonials {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url(/assets/portaldigital/templates/EN/ecommerce17/bg_quote1.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    background-attachment: fixed;
}
.bg_terms {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #ffffff;
}
.btn-contact {
    color: #ffffff;
    border: 1px solid #006f62;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #006f62;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-top: 20px;
    text-decoration: none;
    width: 15%;
}
.btn-contact:hover {
    background-color: #006f62;
    color: #ffffff;
    border: 1px solid #006f62;
    text-decoration: none;
}
.bg_store {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 70px;
}
.bg_account {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.bg_c1 { 
	background-color:#ffffff;
    margin: 0px;
}
.bg_c2 { 
	background-color:#FF9D00;
}
.bg_c3 { 
	background-color:#0171B9;
}
.bg_c4 { 
	background-color:#FF9D00;
}
.bg_c5 { 
	background-color:#EC008C;
}
.bg_c6 { 
	background-color:#FF9D00;
}
.img-fluid {
    max-width: 100%;
    height: auto;
	text-align:center;
}
.product_subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #253746;
    text-align: center;
    text-transform: none;
	padding-bottom:10px;
    padding-top: 10px;
}
.product_subtitle a{
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #253746;
    text-align: center;
    text-transform: none;
	padding-bottom:10px;
    text-decoration: underline;
}
.product_subtitle a:hover {
    text-decoration: none;
    color:#006f62;
}
.product_price {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 55px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.button-prod{
	color: #00A99D;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod:hover{
	color: #00A99D;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button-prod1{
	color: #FF9D00;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod1:hover{
	color: #FF9D00;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button-prod2{
	color: #0171B9;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod2:hover{
	color: #0171B9;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.button-prod3{
	color: #EC008C;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0%;
}
.button-prod3:hover{
	color: #EC008C;
    border: 1px solid #ffffff;
    background: #ffffff;
}
.bg_container{ 
	background-color:#efefef;
}
header.masthead .scroll-down {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
header.masthead .scroll-down .btn {
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100% !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.action-box {
    padding: 50px 0;
    margin-top: 0px;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-image: url(/assets/portaldigital/templates/EN/ecommerce17/bg_quote1.jpg);
}
.action-box-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}
.gift-box {
    padding: 10px 0;
    margin-top: 0px;
    background-attachment: fixed;
    text-align: center;
    visibility: visible;
    animation-name: fadeIn;
    color: white;
    background-color: #4e1f49;
}
.gift-box-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
}
.video_button_s {
    padding-top: 50px;
    padding-bottom: 40px;
}
.gift_button_s {
    padding-top: 20px;
    padding-bottom: 30px;
}
.gift_button {
    color: #9b834f;
    border: 2px solid #9b834f;
    font-size: 21px;
    text-transform: lowercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
}
.gift_button:hover {
    text-decoration: underline;
    color: #9b834f;
}
.btn-default_action_box {
    color: #ffffff;
    border: 1px solid #000000;
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #000000;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 50px;
    margin-top: 20px;
    text-decoration: none;
}
.btn-default_action_box:hover{
    color: #ffffff;
    border: 1px solid #212529; 
    background-color:#212529;
    text-decoration: none; 
}
.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}
.portfolio-item .caption .caption-content h2 {
    font-size: 2.5rem;
    padding-left: 10px;
    color: #ffffff;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
}
.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.0rem;
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(12, 12, 12, 0.014);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}
#example1 {
  background-image: url(/assets/portaldigital/templates/EN/ecommerce17/p03.jpg);
  background-position: right bottom, left top;
  background-repeat: no-repeat, repeat;
  padding: 0px;
  height: 450px;
  width: 100%;
}
.title_example1 {
    font-size: 45px;
    padding-left: 10px;
    color: #b59d5f;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 20px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
}
.btn-example1 {
    background-color: #b59d5f;
    border-radius: 0px;
    color: #ffffff;
    border: 1px solid #b59d5f;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    text-decoration: none;
}
.btn-example1:hover {
    background-color: #b59d5f;
    color: #FFFFFF;
    border: 1px solid #b59d5f;
    text-decoration: underline;
}
#example2 {
  background-image: url(/assets/portaldigital/templates/EN/ecommerce17/p04.jpg);
  background-position: left bottom, left top;
  background-repeat: no-repeat, repeat;
  padding: 0px;
  height: 450px;
  width: 100%;
}
.title_example2 {
    font-size: 45px;
    padding-left: 10px;
    color: #ffffff;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 20px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
}
.btn-example2 {
    background-color: #ffffff;
    border-radius: 0px;
    color: #006f62;
    border: 1px solid #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    text-decoration: none;
}
.btn-example2:hover {
    background-color: #ffffff;
    color: #006f62;
    border: 1px solid #FFFFFF;
    text-decoration: underline;
}
.keyOptions {
    border-right: 2px dotted #CCC;
    padding:10px;
}
.title_keyOptions {
    font-size: 25px;
    padding-left: 0px;
    color: #253746;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: capitalize;
    text-decoration: none;
}
.text_keyOptions {
    font-size: 19px;
    padding-left: 0px;
    color: #253746;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: none;
    text-decoration: underline;
}
.text_keyOptions a{
    font-size: 19px;
    padding-left: 0px;
    color: #253746;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: none;
    text-decoration: underline;
}
.text_keyOptions a:hover {
    text-decoration:none;
    color:#006f62;
}
.text_keyOptions1 {
    font-size: 19px;
    padding-left: 0px;
    color: #253746;
    line-height: 1.0;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    font-family: 'Poppins','Roboto', sans-serif;
    text-transform: none;
    text-decoration: none;
}
/*************************************************************************/
@media screen and (max-width: 1199px) 
{
}
@media screen and (max-width: 991px) 
{
   .container {width:98%}
   .shopping_card_categories {width: 35%; }
   .shopping_card_categories li.flyout { width:80px;  }
   .shopping_card_box_item { width:100%; }
   .shopping_card_box_image a img {max-width:100%; height:100%;} 
   .shopping_card_box_title { width: 100%;}
   .shopping_card_box_title a { font-size:100%;}
   .shopping_card_view_top {width: 100%;}
   .shopping_card_view_pictures { width:100%;}
   .shopping_card_view_description { width:100%;}
   .shopping_card_list { width: 100%;} 
   .shopping_trolley { width:98%; }
   .shopping_trolley a { font-size: 15px; }
   .shopping_trolley .title { font-size:15px; }
   .shopping_trolley .items { font-size: 75%; }
   .shopping_trolley .items .item { font-size:14px;  }
   .shopping_trolley .subtotal { font-size: 75%; }
   .shopping_trolley .subtotal .price { font-size:14px; }
   .shopping_trolley .viewtrolley {  font-size: 75%; }
   .shopping_trolley .checkout { font-size: 75%; }
   .paypal_image { width:75%;}
   ul.tabs {width: 98%;}
   ul.tabs li.active a {font-size:20px; }
   .tab_container {width: 100%; }
   .tab_content { font-size: 12px;  }
   .myaccount_login_outerbox{ width:100%;} 
   .myaccount_login_box { width:20%;}
   .myaccount_login_title{ font-size: 14px;}
   .myaccount_login_label { font-size: 14px;}
   .myaccount_login_value { font-size: 14px;}
   .blog_categories { width:100%;}
   .blog_categories li {width:100%;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   .blog_article_item_title a{ width: 100%; font-size: 21px;}
   .shopping_card_list {width:98%;}
   .shopping_card_list_top { width:98%; font-size: 21px;}
   .shopping_card_list_item { width:98%;}
   .shopping_card_list_item_left { width:100px; }
   .shopping_card_list_item_center { width:98%; }
   .shopping_card_list_item_center_short_description {width:90%;}
   .shopping_card_list_item_center_license { width:98%;}
   .shopping_card_list_update {  width:98%;}
   .shopping_card_list_subtotal { width:98%;}
   .shopping_card_list_checkout { width:98%;}
   .shopping_card_list_empty { width:98%;}
   .shop-card-pic-imgbox { width:75%;}
   ul#myaccount-tabs { width: 98%;}
   .myaccount_mainbox { width:98%;}
   .property_contact_value { width: 98%;}
   .contact_box { width:98%;}
   ul.social_networks { width: 75%; }
   .shopping_promotions_1_box { width: 100%;}
   .shopping_promotions_2_box { width:100%;}
   .shopping_promotions_2_item {width: 100%;}
   .shopping_promotions_3_box { width:100%;}
   .shopping_promotions_3_item {width: 100%;}
   .shopping_promotions_5_box {width:100%;}
   .shopping_promotions_5_item {width: 100%; }
   .banner_map { width: 75%; } 
   .privacy_text{ width: 100%;} 
   .privacy_title { width: 100%;}
   .site-logo_01 { width: 100%; height: 100%; }
   .top_categories_title { font-size: 100%;}
   .top_categories_subtitle{ font-size: 100%;}
   .portfolio-item .caption{ width: 100%;}
   .banner_title{ font-size: 100%;}
   .banner_subtitle{ font-size: 100%;}
   .btn-default{ width: 100%;}
   .testimonials_author01 {font-size: 100%; }
   .testimonials_city01 {font-size: 100%;}
   .main_title{ font-size: 1.9rem; padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .main_title2 { font-size: 100%;}
   .btn-header { padding-left: 4%; padding-right: 4%; padding-top: 2%; padding-bottom: 2%; }
   .carousel_title01 { font-size: 1.9rem;}
   .contact_title { font-size: 23px;} 
   .contact_us_text{ font-size: 100%;}
   ul.tabs { width: 100%;}
   .shopping_promotions_1_box a img {width:100%;}
   .bg_terms { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .bg_store { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; } 
   .bg_account { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .shopping_card_view_price { font-size: 21px;}
   .shopping_card_cross_sales_title { font-size: 21px;}
}
@media screen and (max-width: 767px;) 
{
   .logo{ width:35%;}
   .container {width:98%}
   .shopping_trolley {width:98% }
   .shopping_card_box_item {width:100%;}
   .shopping_card_box_image a img {max-width:100%; height:100%;}
   .shopping_card_box_title { width: 100%;}
   .shopping_card_box_title a { font-size: 100%;}
   .shopping_promotions_1_box { width: 100%;}
   .shopping_card_view_pictures { width:100%;}
   .shopping_card_list { width: 100%;}
   .shopping_card_categories {width: 98%; }
   .shopping_card_categories li { width:58%; }
   .shopping_card_view_top {width: 90%;}
   .shopping_card_view_description { width:95%;}
   ul.tabs {width: 75%;}
   ul.tabs li.active a {font-size:12px; }
   .tab_container {width: 98%; }
   .tab_content { font-size: 12px; }
   .myaccount_login_title{ font-size: 14px;}
   .myaccount_login_outerbox{ width:98%;} 
   .myaccount_login_box { width: 75%;}
   .myaccount_login_title{ font-size: 12px;}
   .myaccount_login_label { font-size: 12px;}
   .myaccount_login_value { font-size: 12px;}
   .blog_categories { width:100%;}
   .blog_categories li {width:100%;}
   .blog_articles_box { width:100%;}
   .blog_articles_item_sn { width:100%;}
   .blog_article_item_title a{ width:100%; font-size: 21px;}
   .shopping_promotions_1_box { width:100%;}
   .shopping_promotions_2_box { width:100%;}
   .shopping_promotions_2_item {width:100%;}
   .shopping_promotions_3_box { width:100%;}
   .shopping_promotions_3_item {width:100%;}
   .shopping_promotions_5_box {width:100%;}
   .shopping_promotions_5_item {width:100%; }
   .shopping_card_list {width:98%;}
   .shopping_card_list_top { width:98%; font-size: 21px;}
   .shopping_card_list_item { width:98%;}
   .shopping_card_list_item_left { width:100px; }
   .shopping_card_list_item_center { width:98%; }
   .shopping_card_list_item_center_short_description {width:90%;}
   .shopping_card_list_item_center_license { width:98%;}
   .shopping_card_list_update {  width:98%;}
   .shopping_card_list_subtotal { width:98%;}
   .shopping_card_list_checkout { width:98%;}
   .shopping_card_list_empty { width:98%;}
   .shop-card-pic-imgbox { width:25%;}
   ul#myaccount-tabs { width: 98%;}
   .shopping_card_view_price { font-size: 21px;}
   .myaccount_mainbox { width:98%;}
   .property_contact_value { width: 50%;}
   .contact_box { width:98%;}
   ul.social_networks { width: 50% } 
   .banner_map { width: 50%; } 
   .privacy_text{ width: 100%; } 
   .privacy_title { width: 100%;}
   .site-logo_01 { width: 100%; height: 100%; }
   .top_categories_title { font-size: 100%;}
   .top_categories_subtitle{ font-size: 100%;}
   .portfolio-item .caption{ width: 100%;}
   .banner_title{ font-size: 100%;}
   .banner_subtitle{ font-size: 100%;}
   .btn-default{ width: 100%;}
   .testimonials_author01 {font-size: 100%;}
   .testimonials_city01 {font-size: 100%;}
   .main_title{ font-size: 1.9rem; padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .main_title2 { font-size: 100%;}
   .carousel_title01 { font-size: 1.9rem;}
   .contact_title { font-size: 23px;}
   .contact_us_text{ font-size: 100%;}
   .myaccount_login_outerbox { width: 100%;}
   ul.tabs { width: 100%;}
   .shopping_promotions_1_box a img {width:100%;}
   .shopping_card_cross_sales_title { font-size: 21px;}
   .bg_terms { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .bg_store { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
   .bg_account { padding-left: 0px; padding-right: 0px; padding-top: 2%; padding-bottom: 2%; }
}
.empty_9182 {}

