/* PRO-COLOR Theme 3.0 */


/* Body */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  /*
  background-image: url("/wa-data/public/shop/themes/procvet_dev/img/circles.png");
  background-repeat: repeat; */
}

a:not(.btn) {
  color: #333;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: underline;
}

a:not(.btn):hover, a:not(.btn):focus {
  outline: none;
  text-decoration: none;
  color: #337AB7;
}

b, strong {
  font-weight: 600;
}

p a:not(.btn) {
  text-decoration: underline;
}

h1 {
  font-size: 1.5em;
  font-weight: 300; 
}

h2 {
  font-size: 1.8em;
  font-weight: 600; 
}

h3 {
  font-size: 1.6em;
  font-weight: 300; 
}

h4 {
  font-size: 1.2em;
  font-weight: 400; 
}

h5 {
  font-size: 1em;
}

section {
  padding: 25px 0px;
}

.btn {
  border-radius: 0px;
}

.section-color{
  background-color: #ECF0F1;
}

.dotted-link {
  text-decoration: none !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

.form-control {
  font-size: 1em;
}

.alert {
  border-radius: 0px;
}

.nowrap {
  white-space: nowrap;
}

.search {
  padding: 0px 0px 25px 0px;
}

.modal-title {
  font-weight: 700;
}

.tooltip {
	font-family:'Open Sans';
	font-size: 12px;
	font-weight:400;
}

i.icon16 {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
}

.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  margin-right: 5px;
  padding-top: 10px;
}

.error-info {
  padding-top: 50px;
}

.paddingbottom5 {
  padding-bottom: 5px; 
}

.paddingbottom20 {
  padding-bottom: 20px; 
}

.margintop30 {
  margin-top: 30px; 
}

.compare-at-price{
  color: #AD221F;
  font-weight: 300;
  text-decoration: line-through;
}

.no-display {
  display: none;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 991px) {
  
}

@media (min-width: 768px) {
  
  .nowide {
    display: none;
  }  
  
  .tooltip {
    display: none;
  }    

}

@media (max-width: 767px) {
  
  body {
    font-size: 12px;
  }


  .nophone {
    display: none;
  }
  
}

.nophone h1 {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;	
	line-height: 1.42857143;	
}

.nowide h1 {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;	
	line-height: 1.42857143;	
}

.product-thumb img,
.product-list img,
.product-image {
  background-image: url(images/little_pluses.png);
  border: 1px solid #CCCCCC;
/*	background: #eee;*/
}

.fancybox-skin {
/*  background: #eee;*/
background-image: url(images/little_pluses.png);
}

/* BONUS */

#bonus.bonus {
  padding: 0px 0px;
  font-size: 1.15em;
  text-align: center;
  font-weight: 400;
  background-color: #337AB7;
  border: 0px;
}
#bonus.bonus strong {
  font-weight: 800;
}

#bonus .alert {
  margin-bottom: 0px;
  border: 0px;
  padding: 5px;
}

#bonus .alert-info {
  background-color: #337AB7;
  color: #eee;
}


/* HEADER */

#header-1 {
  background: #3A546E;
  font-size:0.9em;
  font-weight: 600;
  padding: 5px 0px;
  text-align: right;
  text-transform: uppercase;
  position: fixed;
  right: 0px;
  left: 0px;
  z-index: 1030;
  /* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6); */
}

.anchor {
  margin-top: -35px;
  display: inline-block;
  position: relative;
  height: 1px;
  width: 1px;
}

#header-1 .list-inline a.invert{
  color: #eee;
  text-decoration: none;
}

#header-1 button.fastcart-close {
  margin-top: -4px;
}

#header-1 a.invert:hover,
#header-1 a.invert:focus {
  color: #337AB7;
}

#header-1 ul.social-links,
#header-1 ul.list-inline {
  margin: 0px;
  display: inline-block;
}

#header-1 .list-inline > li{
  padding: 0px 0px 0px 15px;
}

#header-1 .label {
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.3em;
  line-height: 1.45;
  color: #FFF;
  text-align: center;
  padding: 8px;
  margin: 0px 0px 0px 5px;
  border-radius: 0;
  text-transform: lowercase;
}

#header-1 .dropdown-menu {
  padding: 15px;
  min-width: 200px;
  background-color: #3A546E;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 300;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  right: 0px;
  left: auto;
}

#header-1 .dropdown-menu.fastcart {
  padding:5px 15px;
  width: auto;
  min-width: 400px;
  background-color: #fff;
  margin-top: 15px;
  font-size: 1em;
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  right: 0px;
  left: auto;
  text-transform: none;
}

#header-1 .fastcart .title-info {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#header-1 .fastcart h4 {
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#header-1 .fastcart .product-info {
  color: #333;
}

#header-1 .fastcart .product-info p {
  margin: 0px;
}

#header-1 .fastcart .product-info p.product-name {

}

#header-1 .fastcart .product-info span.quantity-name {
  color: #999;
}

#header-1 .fastcart .product-info span.price-name {
  font-weight: 700;
}

#header-1 .fastcart .product-info p.service {
  margin-left: 10px;
  font-size: 80%;
}

#header-1 .fastcart .total-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

#header-1 .fastcart .total-info p.total-price {
  text-align: right;
}

#header-1 .fastcart .total-info span.discount {

}

#header-1 .fastcart .total-info span.price {
  font-weight: 700;
}

#header-2 {
  background: #fff;
  padding-top: 35px;
}

#header-2 .brand{
  margin-top: 10px;
}

#header-2 .brand h5{
  font-size: 1.1em;
  font-weight: 300;
  color: #555;
  margin-top: 5px;
}

#header-2 .week{
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
} 

#header-2 .week .work{
	width: 5%;
	display: inline-block;
	float: left;
	height: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: 20%;
}

#header-2 .week img.time{
	height: 13px;
	width: auto;
	max-width: 30%;
	display: inline-block;
	float: left;
	filter: alpha(Opacity=65); 
	opacity: 0.65;
}

#menu {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;  
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#menu ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

#menu .list-inline  li {
  padding: 1rem .5rem;
}

#menu a{
  color: #555;
  text-decoration: none;
}

#menu a:hover,
#menu a:focus {
  color: #337AB7;
}

#menu .active > a{
  color: #337AB7;
}

#top-address {
  padding-top:15px;
  font-size:0.9em;
  color: #555;
}

#top-address a{
  color: #555;
}

#top-address a:hover,
#top-address a:focus {
  color: #337AB7;
}

#top-address .address-navigation {
  line-height: 1.7em;
  text-transform: uppercase;
}

#top-address .label {
    display: inline;
    padding: 0px 2px;
    font-size: 2px;
    font-weight: 300;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1px;
}

/* 
@media (min-width: 992px) {
  #top-address .col-md-3 { width: 20%; }
  #top-address { font-size:0.75em; }  
}

@media (min-width: 1200px) {
  #top-address .col-lg-3 { width: 20%; }
  #top-address { font-size:0.9em; }

}

*/

#top-slider .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: outside none none;
}

#top-slider ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

section#top-slider {
  padding-bottom: 0px;
}



@media (min-width: 768px) {

  #top-slider .carousel-indicators {
      bottom: 0px;
  }
  
  #header-2 .brand{
    padding: 0 auto;
    /* text-align:center; */
    margin-top: 5px;
  }  
  
  #header-2 .img-responsive{
    display: inline-block;
  }   

}  

@media (max-width: 767px) {
  
   
  #header-1 {
    font-weight: 600;
    padding: 0px 0px 2px 0px;
  }  
  
  #header-1 li.nophone {
    padding: 0px;
  }    
  
  #header-1 .nowide{
    font-size:1.5em;
  }  

  #header-1 .label{
    padding: 5px;
  }  
 
  #header-1 .dotted-link {
    text-decoration: none !important;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }  
  
  #header-2 .brand{
    padding: 0 auto;
    text-align:center;
    margin-top: 5px;
  }
  
  #header-2 .img-responsive{
    display: inline-block;
  }  
  
  #menu .list-inline  li {
  padding-top: 2px;
  padding-bottom: 2px;
  }

  #top-address {
    font-size:0.9em;
    padding-top:10px;
    text-align:center;
  }
  
  #top-slider {
    display:none;
  }  

}

/* BODY */

/* Home */

/* Top Construction */

#top-construction .tab-pane {
  background-color: #fff;
  padding: 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  
}

#top-construction .alert{
  /* margin-bottom: 0px; */
}

#top-construction .category-description h1 {
  font-size: 2em;
}

#top-construction h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#top-construction .category-description h2 {
  margin-top: 0px;
  margin-bottom: 10px;
	font-size: 1.5em;
}

#top-construction .category-description h3 {
  margin-top: 0px;
  margin-bottom: 10px;
	font-size: 1.2em;
}

#top-construction .back {
  background-color: RGBA(51, 122, 183, 1);
}

#top-construction .nav-tabs li {
  width: 50%;
  text-align: center;
}

#top-construction .nav-tabs li > a {
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0px;
  border-radius: 0px;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}

#top-construction .nav-tabs li > a:hover,
#top-construction .nav-tabs li > a:focus {
  color: #337AB7;
}

#top-construction .nav-tabs li.active > a{
  border-color: #ccc #ccc transparent;
  color: #333;
}

#calculate-order label {
  margin-top: -10px;
}

#calculate-order .maket {
  font-weight: 300;
  cursor: pointer;  
  padding-left:5px;
}

#calculate-order .files {
  font-weight: 300;
  padding-left:5px;
}

/* Category List */

#category-list {
  padding-bottom: 20px;
}
#category-list.short-view .short-name, 
#category-list.full-view .full-name {
  display: inline;
  opacity: 1;
}

#category-list .short-name, 
#category-list.short-view .full-name {
  display: none;
  opacity: 0;
}

#category-list .glyphicon {
  color: #ccc;
}

#category-list li {
  font-size: 1em;
}

#category-list li::before {
  position: relative;
  top: 1px;
  display: inline-block;  
  font-family: "Glyphicons Halflings";
  color: #ccc;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\e258";
  font-size: 85%;
}

.autocomplete-suggestions { 
  width: inherit!important; 
  border-top: 0px solid #ccc; 
  border-right: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  border-left: 1px solid #ccc; 
  background: #fff; 
  cursor: default; 
  overflow: auto; 
  text-decoration: none;
  border-radius: 0px 0px 4px 4px;
  padding: 12px;
  font-size: 1.1em;
  font-weight: 600;
}

.autocomplete-suggestion { 
  padding: 0px 0px 12px 0px; 
  overflow: hidden; 
}

.autocomplete-selected { 
  background: #fff; 
}

.autocomplete-suggestions span.highlight { 
  font-weight: 800;
}

.autocomplete-suggestion img { 
  float:left; 
  margin-right: 12px;
  margin-top: 2px;
  border-radius: 0px;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  text-decoration: none;
}

.autocomplete-info { 
  width: 100%;
}

.btn-search {
  margin-top: 6px;
  padding: 3px 6px;
  font-size: 1em;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* Product Style */

.subpage-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 10px;
}

.subpage-title .glyphicon{
  top: 0px;
}

.subpage-title .prev, .subpage-title .next {
    position: absolute;
    top: -5px;
    right: 30px;
    width: 25px;
    height: 25px;
    border: 1px solid #ecf0f1;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
}

.subpage-title .prev.disabled, .subpage-title .next.disabled,
.subpage-title .prev.disabled:hover, .subpage-title .next.disabled:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    border-color: #ecf0f1;
}

.subpage-title .prev:hover, .subpage-title .next:hover {
    border-color: #3498db;
}

.subpage-title .prev.black, .subpage-title .next.black {
    border-color: #bdc3c7;
}

.subpage-title .prev.black:hover, .subpage-title .next.black:hover {
    border-color: #3498db;
}

.subpage-title .prev.black.disabled:hover, .subpage-title .next.black.disabled:hover {
    border-color: #bdc3c7;
}

.subpage-title .next {
    right: 0;
}

.prev.black > span,
.next.black > span {
  color: #777;
}


.subpage-title h4{
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 0px;
  text-transform: uppercase;
}

.product{
  padding-bottom: 10px;
  padding-top: 10px;
}

.product .product-info {
  min-height: 45px;
}

.product .product-info h5{
  font-size: 1em;
  font-weight: 600;
}

.product-info h4 {
  font-weight: 600;
  font-size:1.2em;
}

.product .product-info h4 {
  font-weight: 600;
  font-size:1.2em;
}

.product .product-thumb {
  position: relative;
}

.product .product-image {
  position: relative;
}

.product .stick {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}

.product .stick.fo::after {
	content: "";
	height: 100%;
	min-width: 68px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00ff00;
	opacity: 0.2;
	filter: alpha(opacity=20);		
}

.product .stick.so::after {
	content: "";
	height: 100%;
	min-width: 68px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: radial-gradient(transparent, transparent, #333 );	*/
	background-color: #000000;
	opacity: 0.2;
	filter: alpha(opacity=20);		
}

.product .stick:hover,
.product .stick:focus {
	opacity: 0;
}

.product .product-thumb img {
  display: inline-block;
}

.product .product-list .product-thumb {
  margin-right: 20px;
  float: left;
}

.product .product-thumb a > img,
.product .product-list a > img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product .product-thumb a > img:hover,
.product .product-list a > img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.product-info-last {
  height: 80px;
  text-align: center;
}

.product-info-last h4 {
  font-weight: 700;
  font-size: 1em;
  text-align: center;
}

.product .product-list h4 {
  font-weight: 700;
  font-size:1.2em;
}

.product-button {
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
}

.product-list .product-button {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}

.product .price {
  font-weight: 600;
}

.product-decription {
  height: 50px;
  text-align: center;
  font-weight: 300;
}
.product-list .product-decription {
  height: auto;
  text-align: left;
  font-weight: 300;
}

.price-description {
  font-weight: 300;
}

/*
.panel-group {

}

.panel-group .panel{
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.panel-group .panel-heading {
  padding: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
}*/

.list-group-item {
  background-color: transparent;
  padding: 0px;
  margin-top: 20px;
  border: 0px;
}

.accessories_product .image {
  text-align: center;
}

.accessories_product .product {
  padding-bottom: 15px;
}

.accessories_product .price {
  text-align: right;
  padding-top: 5px;
}

.accessories_product table {
  border: 0px solid #fff;
  margin-bottom: 0px;
}

.accessories_product table > tbody > tr {
  border: 0px solid #fff;
}

.accessories_product table > tbody > tr > td {
  border: 0px solid #fff;
}

.accessories_product .description {
  font-weight: 300;
}

.accessories_product .description .title {
  font-weight: 600;
  padding-top: 10px;
}

.accessories_product .two-collapse {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.left-column-product {
  padding-right:30px;
}


@media (max-width: 767px) {
    
  .subpage-title h4{
    font-size: 0.9em;
  }

  .product .product-info h5 {
    font-size: 0.9em;
    font-weight: 600;
  }  

  .left-column-product {
    padding-right:15px;
  }  
  
  .accessories_product .price {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 20px;
  }  
  
  .accessories_product .name {
    margin-bottom: 20px;
  }    
  
}


/* Popular Products */

#popular-product .tab-pane {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
}


/* News */

#home-news .tab-pane {
  background-color: #fff;
  padding: 0px;
  border: 0px solid #ddd;
}

#home-news .news-text h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 0px;
}

#home-news .mailer {
  font-weight: 700;
}

@media (max-width: 767px) {
    
  #home-news .news-text {
    padding-top: 20px;
  }
  
}

@media (min-width: 768px) {

  #home-news .news-text {
    padding-top: 40px;
  }

}

@media (min-width: 992px) {

  #home-news .news-text {
    padding-top: 0px;
  }

}

/* Subscribe Mail */

#subscribe-mail .mailer > div {
  width: 100% !important;
  padding: 0px;
  min-height: 10px !important;
}
#subscribe-mail .wa-field {
  width: 100% !important;
  padding: 0px;
}

#subscribe-mail input[type="text"]{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#subscribe-mail input[type="text"].wa-error{
  background-color: #FCC;
}

#subscribe-mail div.wa-errormsg{
  height: 0px;
  width: 0px;
  display: none;
}



#subscribe-mail input[type="text"]:focus{
  border-color: #66AFE9;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

#subscribe-mail input[type="submit"]{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  width:100%;
  color: #FFF;
  background-color: #337AB7;
  border-color: #2E6DA4;  
}

#subscribe-mail  button:hover, 
#subscribe-mail  input[type=button]:hover, 
#subscribe-mail  input[type=reset]:hover, 
#subscribe-mail  input[type=submit]:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #122B40;
}

@media (max-width: 767px) {
    
  #subscribe-mail input[type="submit"]{
    width:100%;
  }

  #subscribe-mail input[type="text"]{
    width:100%;
  }  
  
}

@media (min-width: 768px) {

  #subscribe-mail input[type="submit"]{
    width:50%;
  }

  #subscribe-mail input[type="text"]{
    width:50%;
  }   

}

@media (min-width: 992px) {

  #subscribe-mail input[type="submit"]{
    width:100%;
  }
  
  #subscribe-mail input[type="text"]{
    width:100%;
  }   

}

@media (max-width: 767px) {
    
  #subscribe-mail h4{
    font-size: 0.9em;
  }  

}

/* Partner */
#home-partner .client-wrapper{
  padding-bottom: 10px;
  text-align: center;
  height:60px;
}

#home-partner .img-responsive{
  display: inline;
}

#home-partner .tab-pane {
  padding: 20px;
}

/* Info */

#home-info .tab-pane {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}
#home-info h3{
  margin-top: 5px;
  font-size: 1.4em;
  font-weight: 600;
}

/* Address */

#page-address {
  
}

#page-address h3{
  font-weight: 700;
}

#page-address li > h3{
  margin: 10px;
}

#page-address li > h4{
  margin: 5px;
}

#page-address .affix-top {
  z-index: 1000;
  top: 41px;
  padding-bottom: 20px;
  background-color: #fff;
}

#page-address .map {
  width: 100%; 
  height: 400px;
  border: 1px solid #ccc;
}

#page-address .map-contact .left {
  text-align: right; 
}

#page-address .map-contact .right {
  text-align: left; 
}   

#page-address .map-contact {
  padding-bottom: 30px; 
}

#page-address .fulladdress,
#page-address .email {
  font-weight: 600; 
}

#page-address .description,
#page-address .gps {
  font-size: 1.1em; 
}

#page-address .fulldescription {
  font-weight: 300;
}

#page-address .qr-code {
  text-align: center; 
  margin-top: -85px;
}

#page-address .img-qr-code {
  width: 100%; 
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}

#home-address .tab-pane {
  background-color: #fff;
  padding: 0px;
  border: 0px solid #ddd;
}

#home-address h3{
  margin-top: 5px;  
  font-size: 1.4em;
  font-weight:600;
}

#home-address .map {
  width: 100%; 
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
    
  #home-address .tab-pane {
    margin-bottom: 20px;
  }

  #home-address h3{
    font-size: 1.4em;
  }    
  
  #page-address .map-contact .left {
    text-align: center; 
  }

  #page-address .map-contact .right {
    text-align: center; 
  }  
  
  #page-address .map-contact .right h3 {
    margin-top: 0px;
  }  
  
  #page-address .map {
    height: 250px;
  }  
  
}

@media (min-width: 768px) {

  #home-address .tab-pane {
    margin-bottom: 40px;
  }

  #home-address h3{
    font-size: 1.1em;
  }    
  
  #page-address .map {
    height: 250px;
  }   
  
}

@media (min-width: 992px) {

  #home-address .tab-pane {
    margin-bottom: 0px;
  }

  #home-address h3{
    font-size: 1.4em;
  }  

  #page-address .map {
    height: 400px;
  }    

}

/* PAGE */

/* Breadcrumbs */

#breadcrumbs {
  padding: 0px;
  margin: 0px;
  font-weight: 300;
}

.breadcrumb {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  list-style: outside none none;
  background-color: transparent;
  border-radius: 0px;
}

/* Text Page */

#page {
  font-size: 14.5px;
}

#page .table>tbody>tr>td, 
#page .table>tbody>tr>th, 
#page .table>tfoot>tr>td, 
#page .table>tfoot>tr>th, 
#page .table>thead>tr>td, 
#page .table>thead>tr>th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#page strong{
  font-weight: 700;
}

#page h2 {
  font-weight: 300;
}

#page h3 {
  font-weight: 400;
  margin-top: 30px;
}

#page h3 > a {
  color: #555;
}

#page h3 > a:focus,
#page h3 > a:hover
 {
  color: #337ab7;
}

#page #delivery-big h5 {
  font-weight: 400;
  color: #555;
  font-size: 1.2em;
  margin-top: 20px;
}

#page .tab-pane{
  background-color: #FFF;
  padding: 0px;
  padding-top: 10px;
  border-left: 0px solid #CCC;
  border-right: 0px solid #CCC;
  border-bottom: 0px solid #CCC;
  border-radius: 0px;
}

#page .list-inline {
  padding-bottom: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom: 1px solid #CCC;
}

#page .list-inline > li {
  font-size: 1em;
  color: #777;
  font-weight: 600;
}

#page .list-inline > li.active > a, 
#page .list-inline > li.active > a:focus, 
#page .list-inline > li.active > a:hover {
  text-decoration: none;
  /*color: #777;*/
  color: #E70E7B;
  color: #D9534F;
}

#page .list-inline > li.selected > a, 
#page .list-inline > li.selected > a:focus, 
#page .list-inline > li.selected > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #777;
  padding: 5px;
}

#page .badge {
  vertical-align: top;
  border-radius: 8px;
  margin-top: 4px;
  font-size: 0.5em;
  font-weight: 400;
}

#page .badge.danger {
  background-color: #D9534F;
}

#page .img-post {
  width: 100%;
  margin-top: 35px;
  background-position: center center;
  background-size: cover;
}

#page .blog .row.item {
	margin-top:30px
}

#page .blog h3 {
  margin-top: 10px;
}
#page .blog p + h3{
  margin-top: 30px;
}

#page .blog img {
    display: block;
    max-width: 100%;
    height: auto;
}

#page .blog p>img {
  margin: 20px 0px;
  }

#page .blog-stream {
  margin-bottom: 20px; 
}

#page .blog-list {
  margin-top: 45px;
  list-style: none;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 0.85em;
}

#page .blog-list > li {
  padding-bottom: 10px;
}

#page .blog-list > li.active {
  font-weight: 700;
  color: #555;
}

#page .blog-list > li > a > h4 {
  font-weight: 700;
  color: #555;
}

#page .blog-img {
  width: 100%;
  background-position: center center;
  background-size: cover;
}

#page .blog-img-info {
  width: 100%;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#page .blog-title {
  height: 50px;
}

#page .blog-title h4 {
  font-size: 1em;
  font-weight: 600;
}

#page .blog-thumb {
  margin-bottom: 20px;
}

#page .blog-date {
  height: 28px;
  font-weight: 300;
  font-size: 0.9em;
  color: #777;
}

#page .btn-social {
  font-weight: 300;
  font-size: 0.9em;
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: right;
}

#page .design-page {
  font-size: 0.9em;
}

#page .design-page .design-img {
  padding-right: 20px;
  padding-bottom: 30px;
  width: 25%;
  float: left;
}

#page .design-page .design-txt{
  text-align: left;
}

#page .reviews-title {
  font-weight:300;
  margin-top: 20px;
  text-transform: uppercase;
}

#page .reviews-img {
  width:16px;
  height:16px;
  float: left;
  margin-right: 9px;
  margin-top: 3px;
}

#page .reviews-text {
  font-weight:400;
  color: #666;
  font-style: italic;
  margin-left: 25px;
  padding-right:15%;
  text-align: justify;
}

#page .blog-related {
	margin: 2rem 0rem;
	padding: 2rem 0rem;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#page .blog-related .subpage-title {
	margin-bottom: .5rem;
}

#page .blog-related .subpage-title h4 {
	font-size: 1.2em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
}

#page .blog-related .product .product-thumb {
	margin: 0rem 2rem;
}

#page .blog-related .product .product-info .product-title {
	height: 7.5rem;
	overflow: hidden;
	position: relative;
}

#page .blog-related .product .product-info .transparent {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 60%, #fff 80%, #fff);
}

#page .blog-related .product .product-info .product-title h5 {
	font-size: 1em;
	font-weight: 300;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

#page .blog-related .product .product-info h4.price {
	font-size: 1.4em;
	font-weight: 600;
	margin-top: 0rem;
	margin-bottom: 0rem;
}


/* Cabinet */

#cabinet {

}

#cabinet .list{
  margin-bottom:30px;
}

#cabinet .glyphicon{
  padding-right:15px;
  float: left;
  font-size: 2.9em;
}

#cabinet h3 {
  margin-bottom:30px;
}

#cabinet h4 {
  font-size: 1.3em;
  font-weight:700;
  margin-bottom:5px;
}

#cabinet .description{

}

#cabinet_order_no {
  
}

#cabinet_order_single {
  
}

#cabinet_profile {
  
}

#cabinet_profile .subscriber .alert {
  margin-bottom: 20px;
}

#cabinet_profile .value input[type="submit"]{
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  float: left;
}




#cabinet_favorites {
  
}

#cabinet_order .order {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
} 

#cabinet_order .order-number {
  font-size: 1.6em;
  font-weight: 300;
} 

#cabinet_order .order-date {
  font-size: 0.85em;
  font-weight: 300;
  color: #777;
} 

#cabinet_order .order-name {
  font-size: 1.1em;
  font-weight: 600;
  color: #777;
} 

#cabinet_order .order-name a{
  color: #777;
}

#cabinet_order .order-name-service {
  font-size: 1.1em;
  font-weight: 400;
} 

#cabinet_order .order-total {
  font-size: 1.4em;
  font-weight: 400;
} 

#cabinet_order .badge {
  font-size: 0.8em;
  vertical-align: top;
  border-radius: 8px;
  margin-top: 8px;
  font-weight: 400;
}

#cabinet_order .order-shipping-name {
  font-weight: 300;
} 

#cabinet_order .order-payment-name {
  font-weight: 300;
} 

#cabinet_order_single .pin {
  width: auto;
  max-width: 400px;
}

#cabinet_order_single h1 {
  font-weight: 300;
  font-size: 2.5em;
}

#cabinet_order_single h4 {
  margin-bottom: 10px;
  padding-top: 30px;
  font-weight: 600;
  color: #777;
  font-size: 1.2em;
}

#cabinet_order_single .order-number {
  margin-bottom: 5px;
}

#cabinet_order_single .badge {
  font-size: 0.5em;
  vertical-align: top;
  border-radius: 10px;
  margin-top: 2px;
  font-weight: 300;
}

#cabinet_order_single .order-date {
  font-weight: 300;
  color: #777;
  font-size: 0.7em;
}

#cabinet_order_single .product-table {
  margin-bottom: 20px;
  margin-top: 20px;
}

#cabinet_order_single .product-table .product-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

#cabinet_order_single .product-result {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#cabinet_order_single .product-name {
  font-weight: 600;
  font-size: 1.1em;
}

#cabinet_order_single .service-name {
  font-weight: 300;
  font-size: 1.1em;  
}

#cabinet_order_single .product-price {
  font-weight: 300;
  font-size: 1.1em;
}

#cabinet_order_single .product-total {
  font-weight: 400;
  font-size: 1.4em;
}

#cabinet_order_single .product-payment {
  font-weight: 600;
  font-size: 1em;
}

#cabinet_order_single .product-shipping {
  font-weight: 600;
  font-size: 1em;
}

#cabinet_order_single .product-shipping-title {
  font-weight: 300;
  font-size: 1em;
}

#cabinet_order_single .product-shipping-text {
  font-weight: 600;
  font-size: 1em;
}

#cabinet_order_single .product-files {
  padding-bottom: 10px;
}

#cabinet_order_single #attach_table {
  margin-top: 10px;
}

#cabinet_order_single #attach_table.table > tbody > tr > td {
  padding: 8px 0px;
}

#cabinet_order_single #attach_table.table > tbody > tr > td > a:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5CB85C;
  content: "\e013\00a0";
}



#cabinet_favorites .addtocart{
  display: none;
}

#cabinet-menu .list-inline{
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-left: 0px;
  border-bottom: 1px solid #CCC;
}

#cabinet-menu .list-inline > li{
  font-size: 1.1em;
  color: #337AB7;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 10px;
}


/* Profile form */

.wa-form .wa-field .wa-name {
	float: left;
	width: 155px;
	padding-top: 9px;
	padding-bottom: 10px;
  font-weight:600;
  font-size: 1em;
}

.wa-form .wa-field  .wa-submit input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.wa-form .wa-field  .wa-submit input[type="submit"]:hover,
.wa-form .wa-field  .wa-submit input[type="submit"]:focus,
.wa-form .wa-field  .wa-submit input[type="submit"]:active{
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.wa-field-address-region select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  
  border-width: 1px;
  /* border-radius: 0; */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cccccc;
    width: auto;
}


.wa-field-address .wa-value{
	display: block;
	float: left;
}
.wa-field-password .wa-value{
	display: block;
	float: left;
}

.wa-field-address:after {
	content:"";
	float: none;
	clear: both;
	display: block;
}

.wa-form .wa-field .wa-value {
	/*margin-left: 180px;*/
	margin-bottom: 12px;
	position: relative;
  min-width: 50%;
}

.wa-form .wa-field .wa-value p span {
	color: #777;
	font-size: .9em;
	display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}

.wa-form .wa-field  {
	display: block;
	float: none;
	clear: both;
}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="password"] {
  min-width:50%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wa-form .wa-field .wa-value input[type="text"]:focus,
.wa-form .wa-field .wa-value input[type="password"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.wa-form p {
	margin-bottom: 30px;
}


.wa-form .wa-field.wa-required .wa-name::after {
    content: " *";
    color: #D9534F;
}

.wa-form .wa-field .wa-value input.error,
.wa-form .wa-field .wa-value input.wa-error,
.wa-form .wa-field .wa-value select.error,
.wa-form .wa-field .wa-value select.wa-error	{
	display: block;
	border: 1px solid #d9534f;
	-webkit-box-shadow: inset 0 1px 1px rgba(217,83,79,.075);
	box-shadow: inset 0 1px 1px rgba(217,83,79,.075);		
}	

.wa-form .wa-field .wa-value .errormsg,
.wa-form .wa-field .wa-value .wa-error-msg	{
	color: #d9534f;
	font-size: 12px;
	font-style: normal;		
}	

.mfp .errormsg {
	display: none;
}
.mfp input.multiform-error-field, 
.mfp textarea.multiform-error-field,
.mfp select.multiform-error-field {
	border-color: #a94442;
}

/* PRODUCT */
/* Items */

#items {
  
}


/* Product List */

#product-list {
  
}

#product-list.product-list-table.list-view{
  display: none;
}

#product-list.product-list-list.table-view{
  display: none;
}

#product-list .product{
  padding-bottom: 25px;
  padding-top: 15px;
}

/* Catalog view switch */

.change-view .glyphicon{
  font-size: 21px;
	cursor: pointer;
	color: #999;
}

.change-view .glyphicon:hover{
	color: #337AB7;
}

.change-view.table-view  #table-view.glyphicon ,
.change-view.list-view  #list-view.glyphicon {
	color: #337AB7;
}



/* Product */

#product .shop_favorites {
  font-size: 13px;
  font-weight: 300;
}

#product .shop_favorites a{
  line-height: 2;
}

#product .shop_favorites a.add {
  text-decoration: none !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#product .shop_favorites a.add:hover,
#product .shop_favorites a.add:focus {
  border-bottom-width: 0px;
}

#product .shop_favorites a.del {
  text-decoration: none !important;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-left: 10px;
}

#product .shop_favorites a.del:hover,
#product .shop_favorites a.del:focus {
  border-bottom-width: 0px;
}

#product .shop_favorites .favorites.add{

}

#product .shop_favorites a.favorites.in{
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#product .shop_favorites a.favorites.in:hover,
#product .shop_favorites a.favorites.in:focus {
  border-bottom-width: 0px;
}

#product .shop_favorites .favorites.del{

}

#product {
  
}

#product .carousel-control.left {
  background-image: none;
  background-repeat: repeat-x;
}

#product .carousel-control.right {
  left: auto;
  right: 0px;
  background-repeat: repeat-x;
  background-image: none;
}

#product .product-image {
  margin-bottom: 20px;
}

#product .product-sku {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

#product .product-price {
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 0px;
}

#product .added-info .glyphicon {
  color: #ccc;
}

#product .added-info li {
  font-size: 1em;
}

#product .added-info li::before {
  position: relative;
  top: 1px;
  display: inline-block;  
  font-family: "Glyphicons Halflings";
  color: #ccc;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\e258";
  font-size: 85%;
  padding-right:3px;
}

#product .history-info li {
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  list-style: outside none none;
}

#product .history-info img.img-thumbnail {
  float: left;
  padding: 0px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 0px;
  border: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
  vertical-align: middle;
}

#product .history-info img.img-thumbnail:hover {
  opacity: 0.65;
  filter: alpha(opacity=65); 
}

#product .product-info h1 {
  font-size: 2.2em;
  font-weight: 300;
  margin-top: 0px;
}

#product .product-info h2 {
  font-size: 2.2em;
  font-weight: 300;
  margin-top: 0px;
}

#product .product_quantity {
  font-size: 1.5em;
  text-align: center;
  width: 120px;
  margin: 0px auto 20px auto;
}

#product #product-skus {
  font-weight: 600;
}

#product #product-skus .form-control{
  color: #000;
}

#product .services {
  padding-top: 21px;
  margin-left: 25px;
}

#product .services label{
  font-weight: 400;
  width: 100%;
}

#product .services label>input{
  margin-right: 7px;
}

#product .services label>input[type="checkbox"]{
  float: left;
  margin-top: 7px;
}

#product .services .form-control{
  padding: 2px;
  height: auto;
  font-weight: 300;
}

#product .services>div {
  padding-bottom: 5px;
  padding-top: 5px;
}

#product .service-name {
  line-height: 2em;
}
#product .service-price {
  line-height: 2em;
}

#product h4.add2cart {
  font-size: 2em;
  margin: 0px;
  padding-bottom: 20px;
  display: inline-block;
  color: #059805;
  font-weight: 700;
}

#product h4.add2cart> .compare-at-price{
  font-size: 0.8em;
  margin: 0px;
  display: inline-block;
}



#product .subpage-title {
    margin-top: 20px; 
}

#product .product-text {
  margin-bottom: 20px;
  color: #555;
}

#product .product-features .name {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 0px;
  text-transform: uppercase;
}

#product .product-features .features {
  margin-top: 5px;
}

#product .related-crossselling {
  margin-bottom: 20px; 
  margin-top: 20px;  
}

@media (max-width: 767px) {
  
  #product .product-price {
    padding-left: 0px;
  } 

}

/* Forms */

#forgot .wa-submit {
  margin-left: 155px;
}

#forgot .wa-name {

}

/* Cart */

.btn-cart-back {
  margin-top:25px;
  text-align: right;
}

@media (max-width: 767px) {
  
  .btn-cart-back {
    margin-top:10px;
    margin-bottom:20px;
    text-align: center;
    
  }

}

#cart-page form {
  margin-top:20px;
}

#cart-page .table {
  width: 100%
}

#cart-page .table > tbody > tr > td, 
#cart-page .table > tbody > tr > th, 
#cart-page .table > tfoot > tr > td, 
#cart-page .table > tfoot > tr > th, 
#cart-page .table > thead > tr > td, 
#cart-page .table > thead > tr > th {
  padding: 20px 0px 10px 0px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

#cart-page .alert h4 {
  margin-bottom:0px;
  font-weight: 600;
}

#cart-page .product-info {
  padding-bottom: 10px;
}

#cart-page .product-info .product-name {
  font-weight: 600;
  font-size: 1.2em;
  padding-top: 3px;
}

#cart-page .product-info .sku-name {
  font-weight: 400;
}

#cart-page .item-total {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.2;
}

#cart-page .item-delete {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2;
  text-decoration: none !important;
  color: #D9534F;
}

#cart-page .bonus .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

#cart-page .c-total .row {
  padding-top: 15px;
  padding-bottom: 15px;
}

#cart-page .cart-total.total {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 2;
  margin: 0px;
}

#cart-page .discount {
  padding-top: 10px;
}

#cart-page .bonus-add {
  font-weight: 300;
  font-size: 1em;
}

#cart-page .services {
  padding-top: 5px;
  margin-left: 0px;
}

#cart-page .services label{
  font-weight: 400;
  width: 100%;
}

#cart-page .services label>input{
  margin-right: 7px;
}

#cart-page .services label>input[type="checkbox"]{
  float: left;
  margin-top: 7px;
}

#cart-page .services .form-control{
  padding: 2px;
  height: auto;
  font-weight: 300;
}

#cart-page .services>div {
  padding-bottom: 2px;
  padding-top: 2px;
}

#cart-page .service-name {
  line-height: 2em;
}

#cart-page .service-price {
  line-height: 2em;
}

#cart-page h2.success {
  color: #5CB85C;
}

#cart-page h2.error {
  color: #D9534F;
}

#cart-page .success span.badge{
  background-color: #5CB85C;
  font-size: 1em;
}

#cart-page .checkout-step h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
}

#cart-page .checkout-step h4 {
  font-weight: 600;
}

#cart-page .checkout-step span.rate {
  font-weight: 300;
}

#cart-page .checkout-step-content.auth .row {
  padding: 0px 0px 20px 0px;
}

#cart-page .checkout-step-content.auth label{
  font-weight: 400;
}

#cart-page .checkout-options li{
  margin-bottom: 25px;
}

#cart-page .checkout-options img{
  display: block;
  max-width: 3em;
  height: auto;
}

#cart-page .checkout-options .form-control{
  padding: 2px;
  height: auto;
  font-weight: 300;
  width: auto;
  max-width: 100%;
}

#cart-page textarea.form-control{
  margin-bottom: 20px;
}

#cart-page .shipping-rates {
  margin-bottom: 10px;
}

#cart-page .confirmation {
  margin-bottom: 20px;
}

.step-confirmation .checkout-content .list-product {
  margin-top: 20px;
  margin-bottom: 10px;
}

.step-confirmation .checkout-content .list-product .product-name {
  font-weight: 600;
}

.step-confirmation .checkout-content  .list-product .product-name .service {
  font-weight: 400;
  padding-left: 18px;
}

.step-confirmation .checkout-content .list-product hr {
    margin-top: 5px;
    margin-bottom: 11px;
}

.list-total .total{
    font-weight: 600;
    font-size: 1.4em;
    line-height: 2;
    margin: 0px;
}


#cart-page  .panel-heading .current-value {
	font-size: 14px;
	    font-weight: normal;
}

.checkout-options li label input,
.checkout-options li label{
	    cursor: pointer;
}

/* Services */

#page .services-item h2 {
	font-size: 1.1em;
	margin-top: 10px;
}

#services {
	font-size: 13.5px;
}

#services h1{
	font-size: 2em;
}

#services h2 {
  margin-top: 20px;
  margin-bottom: 10px;
	font-weight: 400;	
	font-size: 1.5em;
}

#services .product .product-info h5 {
    font-size: 0.9em;
    font-weight: 400;
}

.services-block {
	margin-bottom: 30px;
}

.services-item .services-thumb{
	padding: 15px;
	background: radial-gradient(circle, #eee, #bbb );	
	border-radius: 15px;
}

.services-item .services-thumb.image-full {
	padding: 0px;
}

.services-item .services-thumb a > img,
.services-item .services-thumb a > img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.services-item .services-thumb a > img:hover,
.services-item .services-thumb a > img:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.services-item .services-thumb.image-full a > img {
	border-radius: 15px;
}

.services-item .services-info{
	min-height: 90px;
}

.services-item .services-info h3{
	font-size: 1em;
	font-weight: 300;
}

.services-text {
	margin-top: 15px;
}

.services-text h2 {
	margin-top: 15px;
}

.reviews-block {
	margin: 50px 0px;
}

#page .reviews-item h5,
.reviews-item h5 {
	font-size: 1em;
	font-weight: 400;
}

.reviews-item {
	font-size: .95em;
	font-weight: 300;
	font-style: italic;
}

.reviews-item img.reviews-img {
	width: 1.3em;
	height: 1.3em;
	margin-right: .5em;
}

#page .product .product-info h5 {
    font-size: .9em;
    font-weight: 400;
}




/* FOOTER */

#footer-1 {
  padding: 20px 0px 20px 0px;
  background-color: #34495E;
  position: relative;  
}

#footer-1::before {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-color: #ECF0F1 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    top: 0px;
    left: 50%;
    content: "";
    margin-left: -5px;
}

#footer-1 p {
  color: #ddd;
}

#footer-1 a {
    color: #ddd;
}

#footer-1 a:hover {
    color: #337AB7;
}

.footer-brand {
  font-size:1.3em;
  font-weight: 400;
  color: #ddd;
  text-transform: none;
  display: block;
  line-height: 20px;
  padding-bottom: 12px;
  margin: 0px;    
}

#footer-2 {
  background-color: #2c3e50;
  padding: 25px 0;
  color: #ecf0f1;
  font-size: 11px;
  font-weight: 700;
}

#footer-2 p {
  margin: 0px;
}

#footer-2 .img-payment {
  padding: 5px;
}

#footer-3 {
  background-color: #2c3e50;
  padding: 0px 0px 25px 0px;
  color: #ecf0f1;
}

@media (max-width: 767px) {
    
  #footer-1 {
    font-size:0.9em;
  }  

}


/* Up button */

.b-up {
	width: 40px;
	height: 40px;
	opacity: 0;
	background: url('/wa-data/public/site/themes/pc3/img/b-up.png') no-repeat;
	position: absolute;
	z-index:9999;
	right: -40px;
	top: 40px;
	cursor: pointer;
}

.b-up:hover {
	background: url('/wa-data/public/site/themes/pc3/img/b-up.png') no-repeat 100%;
}

/* Social Links
 * -------------------------- */

 
.social-links {
    padding-left: 0;
    list-style: none;
    font-size: 1em;
    margin: 0;
    display: inline-block;
}

.social-links > li {
    display: inline-block;
    padding: 3px 5px 3px 0px;
}

.social-links > li a {
    width: 1.6em;
    height: 1.6em;
    display: block;
    text-align: center;
    line-height: 1.6em;
    border-radius: 100%;
    color: #3A546E;
    background-color: #ddd;
}

/* Bounce */
#bounceModal .modal-dialog {

}

#bounceModal .modal-content {

}

#bounceModal .attention {
  font-weight: 700;
}

#bounceModal .before.mailer > div {
  width: 100% !important;
  padding: 10px 30px;
  min-height: 10px !important;
}

#bounceModal .wa-field {
  width: 100% !important;
  padding: 0px;
}

#bounceModal input[type="text"]{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#bounceModal input[type="text"]:focus{
  border-color: #66AFE9;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

#bounceModal input[type="submit"]{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  width:100%;
  color: #FFF;
  background-color: #337AB7;
  border-color: #2E6DA4;  
}

#bounceModal  button:hover, 
#bounceModal  input[type=button]:hover, 
#bounceModal  input[type=reset]:hover, 
#bounceModal  input[type=submit]:hover {
  color: #FFF;
  background-color: #286090;
  border-color: #122B40;
}

@media (max-width: 767px) {
    
  #bounceModal input[type="submit"]{
    width:100%;
  }

  #bounceModal input[type="text"]{
    width:100%;
  }  
  
}

@media (min-width: 768px) {

  #bounceModal input[type="submit"]{
    width:50%;
  }

  #bounceModal input[type="text"]{
    width:50%;
  }   

}

@media (min-width: 992px) {

  #bounceModal input[type="submit"]{
    width:100%;
  }
  
  #bounceModal input[type="text"]{
    width:100%;
  }   

}

@media (max-width: 767px) {
    
  #bounceModal h4{
    font-size: 0.9em;
  }  

}


/* Photo Album */

.album-description {
  margin-bottom:30px;
}

/* Gift Pages */

#gift-construction {

}

#gift-construction .alert-shadow {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#gift-construction .alert-shadow h3{
  margin-top: 0px;
}

.gift-background {
  background: url("/wa-data/public/site/themes/pc3/img/gift.png") 45%;
}

#gift-construction .gift-content{
  background-color: RGBA(255,255,255,1);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#gift-construction .gift-description{
  background-color: #337ab7;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#gift-construction .gift-content h3{
  margin-top: 0px;
}

#gift-construction .gift-title h1{
  font-size: 3.5em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;  
  margin-top: 40px;  
  text-shadow: 0px 0px 5px white;
}

#gift-construction img.gift-x-image {
  width: auto;
  height: 36px;
  margin: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;    
}

#gift-construction img.gift-x-image:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* Delivery Page */
#delivery-big {
  
}


#footer-3 .delivery-big {
  color: #ddd;
  font-weight: 400;
}

#footer-3 .delivery-big a{
  color: #ddd;
}

#footer-3 .delivery-big a {
    color: #ddd;
}

.delivery-big a{
  font-weight: 700;
}

#delivery-big h5{
  font-weight: 300;
}

#delivery-other {
  
}

#delivery-other-all .list-inline{
  border:0px;
}

#footer-3  .delivery-other,
#footer-3  .delivery-small {
  color: #aaa;
  margin: 0px 30px;
}

#footer-3  .delivery-other a,
#footer-3  .delivery-small a{
  color: #aaa;
}

.delivery-other a{
  font-weight: 400;  
}

#top-construction .alert.added{
	margin-bottom: 20px;
}


.table.cart .row{
	margin-bottom: 20px;
}

.services .service-info-icon {
  float: right; 
  padding: 3px 6px;
  margin-left: 3px;
  border-radius: 4px;
  color: #777;
}

.tip-without-discount{
	display: block;
	    font-size: 12px;
    font-style: italic;
    color: #b9b9b9;
}

.cart-total-tip{
	display: block;
		display: block;
	    font-size: 12px;
    font-style: italic;
    color: #b9b9b9;
}

.clearfix.height0{
	height: 0;
}

/* Addon Product Descriptions */

.panel-body .color{
	display: inline-block;
	width: 70px;
	height: 50px;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #ccc;
}

.panel-body .color>div{
	position: relative;
	width: 10px;
	height: 49px;
	left:20px;
}

.panel-body .color-description{
}

.immortal-background {
	background-color: #f1e3cb;
  background: url("/wa-data/public/site/themes/pc3/img/immortal.png") 50% 0%;
}


/* Confidentiality */

.confidentiality {
	font-weight: normal;
}

.wa-subscribe-form .confidentiality {
	text-align: center;
}

.checkout-step.step-shipping .confidentiality,
.checkout-step.step-payment .confidentiality,
.table.cart .confidentiality,
#login .confidentiality,
#forgot .confidentiality {
	display: none;
}

/* File Loader */

.loadfiles img.load-wait {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: .5rem;
	margin-top: -.5rem;
}

.file-load .subpage-title {
	margin-top: 20px;
}

.file-load .alert {
	padding: 5px;
}

.multiform-submit-button-text {
	display:none;
}
/* multiform unset styles 

div.multiform-body {
	padding: unset !important;
}

.multiform-wrap {
    overflow-x: unset !important;
    overflow-y: unset !important;
    font-size: unset !important;
    border: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.multiform-wrap *::after, .multiform-wrap * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.multiform-gap-fields {
    padding: unset !important;
}

.multiform-gap-field {
    line-height: unset !important;
    padding: unset !important;
    margin-bottom: unset !important;
}


.multiform-gap-name {
    float: unset !important;
    width: unset !important;
    word-wrap: unset !important;
    font-weight: unset !important;
}

.multiform-wrap .multiform-gap-value {
    margin-left: unset !important;
    overflow: unset !important;
    clear: unset !important;
}

.multiform-gap-field.pos-top .multiform-gap-name {
    margin-bottom: unset !important;
    width: unset !important;
    float: unset !important;
}

.multiform-gap-field.size-medium input, .multiform-gap-field.size-medium textarea, .multiform-gap-field.size-medium select, .multiform-gap-value input, .multiform-gap-value textarea, .multiform-gap-value select, .multiform-gap-field.size-medium .multiform-formula, .multiform-gap-field .multiform-formula {
    width:  100%  !important;
    max-width: 100%  !important;
}

*/