/**
 * Fonts
 */
@font-face {
    font-family: BabelSans;
    src: url(/wp-content/themes/bretheon-child/fonts/BabelSans_0.woff),
         url(/wp-content/themes/bretheon-child/fonts/BabelSans_0.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Baskerville;
    src: url(/wp-content/themes/bretheon-child/fonts/baskvill_0.woff),
         url(/wp-content/themes/bretheon-child/fonts/baskvill_0.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Iskoola;
    src: url(/wp-content/themes/bretheon-child/fonts/iskpota.woff),
         url(/wp-content/themes/bretheon-child/fonts/iskpota.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Iskoola;
    src: url(/wp-content/themes/bretheon-child/fonts/iskpotab.woff),
         url(/wp-content/themes/bretheon-child/fonts/iskpotab.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Kalinga;
    src: url(/wp-content/themes/bretheon-child/fonts/kalinga_1.woff),
         url(/wp-content/themes/bretheon-child/fonts/kalinga_1.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Kalinga;
    src: url(/wp-content/themes/bretheon-child/fonts/kalingab_0.woff),
         url(/wp-content/themes/bretheon-child/fonts/kalingab_0.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Petita;
    src: url(/wp-content/themes/bretheon-child/fonts/PetitaLight.woff),
         url(/wp-content/themes/bretheon-child/fonts/PetitaLight.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Bookman;
    src: url(/wp-content/themes/bretheon-child/fonts/BOOKOS.woff),
         url(/wp-content/themes/bretheon-child/fonts/BOOKOS.ttf);
    font-weight: 400;
}

.babelsans {
  font-family: BabelSans;
}
.baskerville {
  font-family: Baskerville;
}
.iskoola {
  font-family: Iskoola;
}
.kalinga {
  font-family: Kalinga;
}
.petita {
  font-family: Petita;
}
.bookman {
  font-family: Bookman;
}
.bold {
  font-weight: 700;
}
.light {
  color: #878f96;
}
.lighter {
  color: #979fa6;
}
.dark {
  color: #676f76;
}
.darker {
  color: #474f56;
}
.smaller {
  font-size: .8em;
}
.bigger {
  font-size: 1.2em;
}
.narrow {
  display: inline-block;
  transform: scaleX(.75);
}
.narrower {
  display: inline-block;
  transform: scaleX(.65);
}
@media only screen and (min-width: 768px) {
  .tall {
    display: inline-block;
    transform: scaleY(1.25);
  }
  .taller {
    display: inline-block;
    transform: scaleY(1.618);
  }
  .tall.narrow {
    transform: scaleY(1.25) scaleX(.75);
  }
  .tall.narrower {
    transform: scaleY(1.25) scaleX(.65);
  }
  .tall.narrow {
    transform: scaleY(1.618) scaleX(.75);
  }
  .tall.narrower {
    transform: scaleY(1.618) scaleX(.65);
  }
}
.nobreak {
  display: inline-block;
}
.nomargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body {
  line-height: 1.8em;
  min-width: initial;
}
h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-top: .618em;
  margin-bottom: .382em;
}
h1, .h1 { 
  font-weight: 100;
  font-size: 50px;
  line-height: 50px;
}
h2, .h2 { 
  font-weight: 100;
  font-size: 42px;
  line-height: 42px;
}
h3, .h3 {
  font-weight: 100;
  font-size: 28px;
  line-height: 30px;
}
h4, .h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
}
h5, .h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
}
h6, .h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: inherit;
}
a:hover {
		color: #1B87B1;
}

p {
  margin: 1em 0 1em 0;
}
.woocommerce table p {
  margin: 0;
}

/**
 * Util
 */

/* Screen readers only */
.woocommerce .product_title,
.woocommerce .cart-collaterals .cart_totals h2,
.visually-hidden { /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
} 
body:hover .visually-hidden a,
body:hover .visually-hidden input,
body:hover .visually-hidden button {
  display: none !important;
} 

/**
 * Box sizing
 */
.woocommerce .variations .variations-section .variation,
.woocommerce .variations .variations-section .variation > .variation-label,
.woocommerce .variations .variations-section .variation > .variation-content,
#box-engrave label,
#box-engrave input,
.woocommerce div.product form.cart .variations_button .quantity input.qty,
.extra-product-info {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}


/**
 * Raise header in z-index. Above Revolution Slider's progress bar
 */
#Header {
  position: relative;
  z-index: 300;
}
#Header .addons,
#Header .addons p.phone,
#Header .addons div.social {
  background: none;
}

/**
 * No text wrap-around on images with .alignnone
 */
img.alignnone {
  display: block;
}

/**
 * Slider width
 */
.fullwidthbanner-container {
  max-width: 960px;
}
#mfn-rev-slider {
  margin-bottom: 40px;
}

/**
 * IE8 fix
 */
.tp-bgimg {
  -ms-behavior: url(/backgroundsize.min.htc);
}

/**
 * Slider bullets
 */
.tp-bullets.hidebullets {
	opacity: 1;
}


/**
 * Rounded button w. gradient
 */
a.button-rounded {
  display: inline-block;
  min-width: 80px;
  line-height: 1.5;
  border: 1px solid #575f66;
  border-radius: 10px;
  padding: 2px 9px;
  padding-bottom: 0;
  color: white;
  font-family: kalinga;
  font-weight: bold;
  font-size: 12px;
  background: #878f96;
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .2);
}
a.button-rounded.blue {
  border-radius: 4px;
  background: #5476ba;
  box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .2);
}
a.button-rounded.blue.large {
  border: 0;
  border-radius: 1em;
  padding: 0 1.4em;
  background: #5c77a5;
  box-shadow: inset 0px 5px 1em #9bb9ee, inset 0px -5px 1em #22457c;
  line-height: 2;
  font-size: 19px;
  font-weight: 100;
}
a.button-rounded.grey {
  border: 0;
  border-radius: 20px;
  background: #9d9e9e;
  box-shadow: none;
  font-size: 15px;
  padding: 6px 14px;
  padding-bottom: 2px;
}

/**
 * Screenshots of external links
 */
img.skroty {
  width: 100%;
  max-width: 350px;
}
a.skroty {
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 4px;
  padding: 0px 8px;
  background: #86baf5;
  color: white;
  font-size: 1.2em;
}


/**
 * Horizontal rule
 */
hr.simple {
  height: 1px;
  margin: 3em auto;
  background: #d7dfe6;
}
hr.dark {
  background: #a7afb6;
}

/**
 * Lines from the sides of a centered text
 */
.side-lines {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
}
.side-lines span {
  display: inline-block;
  position: relative;  
}
.side-lines span:before,
.side-lines span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: .5em;
  border-bottom: 1px solid #979fa6;
}
.side-lines span:before {
  right: 100%;
  margin-right: 24px;
}
.side-lines span:after {
  left: 100%;
  margin-left: 24px;
}
.side-lines-short span:before,
.side-lines-short span:after {
  width: 200px;
  width: 15vw;
  max-width: 200px;
}

/**
 * Affiliate badges in footer
 */
.affiliates-wrapper {
    background: white;
//    border-bottom: 1px solid #676f76;
}
ul.affiliates li {
  display: block;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 1em;

}
ul.affiliates li img {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  ul.affiliates li {
    width: 16.65%;
  }
}

/**
 * Product box on general pages, gradient background
 */
 .product-category {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 15px;
  background: #a5a6a6;
  background: -moz-linear-gradient(top,  #a5a6a6 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5a6a6), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a5a6a6 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a5a6a6 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a5a6a6 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a5a6a6 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a6a6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  line-height: 1.1;
  color: white;
 }
@media only screen and (min-width: 768px) {
 .product-category {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
 }
}
 .product-category h4 {
  margin: 0;
 }
.product-category .left,
.product-category .center,
.product-category .right {
}
.product-category .left {
  font-size: 2.5em;
}
.product-category .right {
  font-size: 2em;
  line-height: .8;
  color: #676f76;
}
.product-category .right p {
  margin-top: 30px;
  font-family: kalinga;
  font-size: .5em;
  line-height: .9;
  transform: scaleX(.65);
  color: #676f76;
}
.product-category .right p .width {
  font-size: 2em;
}
@media only screen and (min-width: 768px) {
  .product-category .left {
    position: absolute;
    top: 15px; left: 15px;
  }
  .product-category .right {
    position: absolute;
    top: 30px; right: 15px;
    color: white;
  }
  .product-category .right a.button-rounded {
    position: relative;
    left: -33%;
    margin-top: 1em;
  }
}
.product-category .center img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 60%;
}

/**
 * Alternative product box on general pages, gradient background
 */
.product-category-alt {
  position: relative;
}
.product-category-alt .left,
.product-category-alt .right {
  display: inline-block;
}
.product-category-alt .left img {
  width: 60%;
  height: auto;
}
.product-category-alt .right img {
  width: 100%;
  height: auto;
}
.product-category-alt a {
  position: relative;
  bottom: 1.5em;
}
@media only screen and (min-width: 768px) {
  .product-category-alt .left {
    width: 31%;
    padding-right: 2em;
  }
  .product-category-alt .right {
    width: 54%;
    padding-left: 2em;
  }
  .product-category-alt .left img {
    width: 100%;
  }
  .product-category-alt a {
    position: absolute;
    bottom: 0; right: 8em;
  }
}
@media only screen and (min-width: 959px) {
  .product-category-alt a {
    position: absolute;
  }
}
/**
 * Features
 */
.features-intro {
  margin: .5em auto;
  font-size: 2em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .features-intro {
    display: inline-block;
    text-align: left;
  }
}
.features {
  margin-top: 1.382em;
}
.features ul {
  display: block;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.2; 
}
@media only screen and (min-width: 768px) {
  .features ul {
    display: inline-block;
    margin: 0 2em;
  }
}

/**
 * Image on page 45-reusable-s1
 */
.image-add-to-cart {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .image-add-to-cart a {
    position: absolute;
    left: auto;
    bottom: 3em; right: 3em;
    z-index: 1;
  }
  .image-add-to-cart.button-top a {
    position: absolute;
    left: auto;
    top: 0; bottom: auto; right: 2em;
    margin-left: -80px;
  }
}

/**
 * Specifications on page 45-reusable-s1
 */
.specifications .text,
.specifications .images {
  box-sizing: border-box;
}
.specifications .images {
  position: relative;
}
.specifications .images figure {
  display: inline-block;
  width: 49%;
}
.specifications .images figure img {
  width: 100%;
  max-width: 268px;
  height: auto;
  padding: .5em;
}
.specifications .images figure span {
  display: block;
  margin-top: -1.5em;
}
@media only screen and (min-width: 959px) {
  .specifications .images figure span {
    margin-top: -2em;
  }
}
@media only screen and (min-width: 768px) {
  .specifications .text {
    width: 37%;
    float: left;
    margin-top: 1em;
  }
  .specifications .images {
    width: 61%;
    float: right;
  }
}
@media only screen and (min-width: 959px) {
  .specifications .text {
    margin-top: 3em;
  }
}

/**
 * Annotations on page 45-reusable-s1
 */
.annotations {
  position: relative;
  margin-bottom: 4em; /* Make room for .links */
}
.annotations .text,
.annotations .images {
  box-sizing: border-box;
}
.annotations .images img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .annotations {
    margin-bottom: 7em; /* Make room for .links */
  }
  .annotations .text {
    float: right;
    width: 35%;
    margin-top: 1em;
  }
  .annotations .images {
    float: left;
    width: 63%;
  }
  .annotations .links {
    position: absolute;
    bottom: -35px; left: 0px;
  }
}
@media only screen and (min-width: 959px) {
  .annotations .images {
    padding-left: 80px;
  }
}

/**
 * Annotations on page 90-super-grip
 */
.annotations.annotations-left .links img {
  max-width: 150px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .annotations.annotations-left {
    margin-bottom: 0;
  }
  .annotations.annotations-left .text {
    float: left;
    margin-top: 2em;
  }
  .annotations.annotations-left .images {
    float: right;
    padding: 0;
  }
  .annotations.annotations-left .links {
    width: 35%;
    bottom: 0; left: 0;
  }
}

.tests {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 1em;
}
.tests.no-image {
  display: inline-block;
  position: relative;
}
.tests ul {
  box-sizing: border-box;
  margin-top: 2em;
  padding-left: 1em;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.2;
}
.tests ul li {
  margin-bottom: 10px;
}
.tests ul li::before {
  content: "-";
  position: absolute;
  left:  0;
}
@media only screen and (min-width: 768px) {
  .tests ul {
    float: left;
    width: 78%;
    margin: 0;
  }
  .tests.no-image ul {
    float: none;
    width: 100%;
  }
  .tests .images {
    float: right;
    width: 20%;
    height: auto;
  }
  .tests .images img {
    width: 100%;
    height: auto;
    max-width: 213px;
  }

  .tests.wide-right ul {
    float: left;
    width: 68%;
    margin: 0;
  }
  .tests.wide-right .images {
    float: right;
    width: 30%;
    height: auto;
  }
}

/**
 * Buttons
 */
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce input[type="submit"],
.woocommerce input[type="reset"],
.woocommerce input[type="button"] {
  background: #b2b3b3;
  border: 1px solid #a2a3a3;
  color: white;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}
.woocommerce a:hover.button,
.woocommerce-page a:hover.button,
.woocommerce button:hover.button,
.woocommerce-page button:hover.button,
.woocommerce input:hover.button,
.woocommerce-page input:hover.button,
.woocommerce #respond input:hover#submit,
.woocommerce-page #respond input:hover#submit,
.woocommerce #content input:hover.button,
.woocommerce-page #content input:hover.button,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="reset"]:hover,
.woocommerce input[type="button"]:hover {
  background: #b2b3b3;
  border: 1px solid #929393;
}
.woocommerce .cart-collaterals a.checkout-button,
.woocommerce .shipping_calculator .shipping-calculator-form p button.button,
.woocommerce div.product form.cart .button,
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce #payment #place_order,
.woocommerce .cart-empty .wc-backward {
  background: #5b5b5b;
  color: #fff;
  border: 1px solid #4b4b4b;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
.woocommerce .cart-collaterals a.checkout-button:hover,
.woocommerce .shipping_calculator .shipping-calculator-form p button.button:hover,
.woocommerce div.product form.cart .button,
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce #payment #place_order:hover,
.woocommerce .cart-empty .wc-backward:hover {
  background: #5b5b5b;
  color: #fff;
  border: 1px solid #2b2b2b;
}

/**
 * Single product content
 */

/* Layout image and summary */
@media (min-width: 768px) {
  .woocommerce #content div.product div.summary {
    width: 45%;
    float: left;
  }
  .woocommerce #content div.product div.images {
    width: 51%;
    float: right;
    margin-top: 15px;
  }
}

/* Price */
.woocommerce #content div.product .offers {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .woocommerce #content div.product .offers {
    position: relative;
    top: -42px;
    margin-bottom: -12px; /* Leave a 30px margin */
  }
}
.woocommerce #content div.product .offers .price {
  margin-bottom: 0;
  font-family: BabelSans, Arial, Tahoma, sans-serif;
  font-size: 52px;
  font-weight: normal;
  color: inherit;
}
.woocommerce #content div.product .offers .price .currency,
.woocommerce #content div.product .offers .price .value {
  color: inherit;
}
.woocommerce #content div.product .offers .price .currency {
  font-size: 28px;
}

/* Layout of variations & meta fields - 2 columns */
.woocommerce .variations .variations-section .variation {
  margin-bottom: 20px;
}
.woocommerce .variations .variations-section:last-of-type {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .woocommerce .variations .variations-section .variation {
    width: 48%;
  }
  .woocommerce .variations .variations-section .variation:nth-of-type(odd) {
    float: left;
  }
  .woocommerce .variations .variations-section .variation:nth-of-type(even) {
    float: right;
  }
}

/* Variation style */
.woocommerce .variations .variation > .variation-label,
#box-engrave label {
  float: left;
  width: 32%;
	-webkit-border-radius: 0 20px 20px 0;
	   -moz-border-radius: 0 20px 20px 0;
	        border-radius: 0 20px 20px 0;
}
.woocommerce .variations .variation > .variation-content,
#box-engrave input {
  float: right;
  width: 66%;
	-webkit-border-radius: 0 20px 20px 0;
	   -moz-border-radius: 0 20px 20px 0;
	        border-radius: 0 20px 20px 0;
}
.woocommerce .variations .variation,
#box-engrave {
  border: 1px solid #e0e0e0;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
  background: #eaeaea;
  overflow: hidden;
}
.woocommerce .variations .variation > .variation-label,
#box-engrave label {
  line-height: 37px;
  padding-left: 20px;
  background: #5b5b5b;
  color: white;
}
.woocommerce .variations .variation > .variation-content select,
#box-engrave input {
  height: 37px;
  line-height: 33px;
  margin: 0;
  border: 0;
	-webkit-border-radius: 0 20px 20px 0;
	   -moz-border-radius: 0 20px 20px 0;
	        border-radius: 0 20px 20px 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #eaeaea;
  color: black;
  overflow: hidden;
}

/* Color variation layout & style override */
.woocommerce .variations .variations-section .variation-pa_color > .variation-label,
.woocommerce .variations .variations-section .variation-pa_color #pa_color_label {
  display: none;
}
.woocommerce .variations .variations-section .variation-pa_color > .variation-content {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .variations .variations-section .variation-pa_color {
    width: 100%;
    float: none;
  }
  .woocommerce .variations .variations-section .variation-pa_color > .variation-label {
    display: block;
    width: 15.36%;
    line-height: 48px;
    background: #b2b3b3;
    color: #b2b3b3;
  }
  .woocommerce .variations .variations-section .variation-pa_color > .variation-content {
    width: 82.64%;
  }
}


/* Color swatch */
.woocommerce div.swatch-wrapper {
  position: relative;
  overflow: hidden;
  margin: 10px;
}
@media (min-width: 768px) {
  .woocommerce div.swatch-wrapper {
    margin: 10px 5px;
  }
  .woocommerce div.swatch-wrapper:first-of-type {
      margin-left: 0;
  }
}
.woocommerce div.swatch-wrapper,
.woocommerce div.swatch-wrapper:after,
.woocommerce div.swatch-wrapper.selected,
.woocommerce div.swatch-wrapper .swatch-anchor {
  border: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
  padding: 0;
}

/* Color swatch selection marker */
.woocommerce div.swatch-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
}
.woocommerce div.swatch-wrapper:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease;
      -ms-transition: all .25s ease;
          transition: all .25s ease;
}
.woocommerce div.swatch-wrapper.selected:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Layout for engravement meta field(s), some styles are applied above with the variation-styles */
#box-engrave { 
  margin-right: 0 !important;
}
#box-engrave label span,
#box-engrave br,
#box-engrave .errors {
  display: none;
}
#box-engrave label {
  display: block;
  float: left;
  width: 32%;
  font-weight: bold;
}
#box-engrave input {
  display: block;
  float: right;
  width: 66% !important;
}
@media (min-width: 768px) {
  #box-engrave label {
    width: 15.36%;
  }
  #box-engrave input {
    width: 82.64% !important;
  }
}

/* Add-to-cart */
.woocommerce #content div.product form.cart {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .single_variation_wrap {
  clear: both;
  text-align: center;
}
.woocommerce div.product form.cart .variations_button {
  display: inline-block;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty {
  margin: 0; /* Fix quantity-input internal positioning */
}
.woocommerce div.product form.cart .variations_button .quantity input.qty {
	-webkit-border-radius: 20px 0 0 20px !important;
	   -moz-border-radius: 20px 0 0 20px !important;
	        border-radius: 20px 0 0 20px !important;
  height: 37px !important;
}
.woocommerce div.product form.cart .variations_button .quantity input.plus, 
.woocommerce div.product form.cart .variations_button .quantity input.minus {
  height: 20px !important;
}

.woocommerce div.product form.cart .variations_button button {
  height: 37px;
	-webkit-border-radius: 0 20px 20px 0;
	   -moz-border-radius: 0 20px 20px 0;
	        border-radius: 0 20px 20px 0;
  border: 1px solid #245D85;
  background: #326E9B;
  background: -moz-linear-gradient(top,  rgba(84,125,153,0.75) 0%, rgba(50,110,155,1) 50%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,125,153,0.75)), color-stop(50%,rgba(50,110,155,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(84,125,153,0.75) 0%,rgba(50,110,155,1) 50%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(84,125,153,0.75) 0%,rgba(50,110,155,1) 50%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(84,125,153,0.75) 0%,rgba(50,110,155,1) 50%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(84,125,153,0.75) 0%,rgba(50,110,155,1) 50%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf547d99', endColorstr='#326e9b',GradientType=0 ); /* IE6-9 */
}
.woocommerce div.product form.cart .variations_button button:hover {
  border: 1px solid #144D75;
}
/* Stock */
.woocommerce div.product p.out-of-stock {
  font-size: 1.3em;
}
/**
 * Extra product info
 */
.extra-product-info.right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .extra-product-info {
    width: 48%;
  }
  .extra-product-info.left {
    float: left;
  }
  .extra-product-info.right {
    float: right;
    margin-top: 0;
  }
}
.extra-product-info img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/**
 * Checkout progress
 */
.woocommerce .progress {
  margin-left: -45px;
  padding-bottom: 5px;
  text-align: center;
}
.woocommerce .progress-item {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 35px;
  padding: 8px 15px;
  font-size: 15px;
  line-height: 15px;
  background: #c4c6c5;
  color: white;
}
.woocommerce .progress-item.active {
  background: #71716f;
}
.woocommerce .progress-item:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 15px solid #c4c6c5;
}
.woocommerce .progress-item.active:after {
  border-left-color: #71716f;
}

/**
 * Empty cart
 */
.woocommerce .cart-empty {
  text-align: center;
}
.woocommerce .cart-empty p.cart-empty {
  font-size: 26px;
  line-height: 26px;
}

/**
 * Cart
 */
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border-left: 0;
  border-right: 0;
  border-width: 2px;
  border-color: #c4c6c5;
  border-bottom: 0;
}
.woocommerce table.shop_table td {
  border-width: 2px;
  border-color: #c4c6c5;
}
/* Increase size of image and price */
.woocommerce-cart table.cart img {
  width: 170px;
}
.woocommerce .cart_item,
.woocommerce .cart-subtotal .amount,
.woocommerce .order-total .amount {
  font-size: 18px;
}
.woocommerce .cart_item input,
.woocommerce .shipping input,
.woocommerce .shipping label,
.woocommerce .cart_item .product-name dl.variation {
  font-size: 15px;
}
.woocommerce table.cart td.actions {
  text-align: center;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce td.actions input.button,
.woocommerce .cart-collaterals a.checkout-button {
  box-sizing: border-box;
  min-width: 140px;
  text-align: center;
}
.woocommerce td.actions input.button { /* Update cart */
  float: right;
}
.woocommerce .cart-collaterals a.checkout-button { /* Checkout */
  float: right;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
  text-align: center;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .checkout .shop_table th,
.woocommerce .checkout .shop_table td {
  width: 50%;
  border-bottom: 2px solid #c4c6c5;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  border-bottom: 5px double #c4c6c5;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .checkout .shop_table > tfoot > tr > th {
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .checkout .shop_table .product-total,
.woocommerce .checkout .shop_table > tfoot > tr > td {
  text-align: right;
}
.woocommerce .cart-collaterals .shipping_calculator {
  width: 100%;
  float: none;
  text-align: right;
}
@media (min-width: 768px) {
  .woocommerce .cart-collaterals .shipping_calculator {
    width: 48%;
    float: right;
  }
}
.woocommerce .cart-collaterals .shipping_calculator h2 {
  font-size: 120%;
}

/**
 * Change product layout on cart page
 */
.buy-more {
  margin-top: 30px;
}
.buy-more h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #b2b3b3;
  font-weight: bolder;
  font-size: 32px;
  line-height: 42px;
}
.buy-more div.product form.cart {
  margin-bottom: 0px;
}
.buy-more div.product .summary {
  display: none;
}
.buy-more div.product .variations .variations-section {
  margin-bottom: 0;
}
.buy-more div.product .offers {
  clear: both;
  margin-bottom: 220px;
  text-align: center;
}
.buy-more div.product div.images {
  width: 80%;
  float: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .buy-more .woocommerce {
    width: 48%;
  }
  .buy-more > .woocommerce {
    float: left;
  }
  .buy-more > .woocommerce + .woocommerce {
    float: right;
  }
  .buy-more div.product .variations .variations-section .variation {
    width: 100%;
  }
}

