@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);

@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
/* Variabili */
/* LOADING */
#page-loading {
  width: 350px;
}
#page-loading #fountainTextG {
  width: 349px;
}
#page-loading .fountainTextG {
  font-family: 'Dancing Script';
}
/* GENERALI */
section .caption > span.cap {
  text-transform: none;
  color: #664b3d;
  font-size: 5em;
}
* {
  text-transform: none !important;
}
article ul li,
article ol li {
  color: #4d4d4d;
}
/* Scroll Down */.scroll-arrow {
  display: block;
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  z-index: 10;
  height: 30px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}
.scroll-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: ">";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.scroll-arrow:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.scroll-arrow:before {
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
.scroll-arrow span {
  display: none;
  font-family: "Open sans" !important;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
}
.scroll-arrow:hover span {
  display: block;
}
.scroll-arrow:hover:before {
  display: none;
}
/* MENU */
#menu-wrap div {
  margin: 0 auto;
}
#menu-wrap ul,
#menu-wrap ul a {
  background: transparent !important;
  border: none;
}
#menu-wrap ul a {
  line-height: 66px !important;
  padding: 0;
}
#menu-wrap a:hover {
  background: transparent !important;
}
#main-menu {
  background-color: rgba(233, 233, 233, 0.7) !important;
}
#main-menu ul li {
  font-size: 1.5em !important;
}
#main-menu ul li a {
  color: #664b3d !important;
}
#main-menu ul li.current-menu-item > a {
  color: #664b3d !important;
}
#main-menu ul li:hover > a {
  color: #AE766C !important;
}
#main-menu .logo {
  margin-top: -10px;
}
/***** Language Selector - BANDIERE *****/
#lang_sel {
  float: right;
  margin: 22px 80px 0 0 !important;
  /* Lingua selezionata */

}
#lang_sel img.iclflag {
  display: none;
}
#lang_sel a {
  background: transparent none !important;
  border: none;
  float: left;
  display: block;
  padding: 5px;
}
#lang_sel a img {
  display: block !important;
  border: 1px solid #FFF;
}
/* HOME SLIDER */
#home-slider .slides li .caption {
  color: #FFF !important;
  font-size: 5em !important;
}
/* HOMEPAGE */
.our-works #filters,
.our-works .view {
  display: none;
}
/* SERVIZI */
section.our-service .icons {
  margin-top: 10px;
}
section.our-service .icons .icon > div {
  position: relative;
  width: 164px;
  height: 164px;
  left: 4px;
  top: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #664b3d !important;
  border-color: #664b3d !important;
  cursor: default;
}
section.our-service .icons .icon > div:hover {
  background-position: 50% 200px;
}
section.our-service .icons .icon > div > div {
  position: absolute;
  width: 164px;
  height: 164px;
  background-repeat: no-repeat;
  background-position: 50% -200px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
section.our-service .icons .icon > div > div:hover {
  background-position: 50% 50%;
}
section.our-service .icons .caption {
  font-size: 25px;
  width: 95%;
  margin: 28px auto 25px;
}
/* CHI SIAMO blocco */

.home section.about-us .text span {
  font-size: 2.5em;
}
.home section.about-us .text p,
.home section.about-us cite {
  text-align: left;
}
.home section.about-us cite {
  font-size: .85em;
  display: block;
  text-align: left;
}
.home section.about-us .peoples {
  display: none;
  /* nascono il blocco dello staff in homepage */

  margin-top: 90px;
}
.home section.about-us .peoples .col-2 {
  text-align: center;
  width: 20%;
}
.home section.about-us .peoples .col-2 span {
  display: block;
  margin-top: 25px;
  color: #FFF;
  font-size: 1.65em;
  font-family: Dancing Script;
}
.home section.about-us .peoples .col-2 p {
  text-align: center;
  font-size: .9em;
  font-style: italic;
  margin-top: 0;
  color: #FFF;
}
.home section.about-us .peoples .people {
  visibility: visible;
  /* Hack per eliminare il fade in iniziale, commentato anche nei 2JS dentro alla cartella js/lib */

  margin: 0 auto;
  width: 165px;
  height: 165px;
  overflow: hidden;
}
.home section.about-us .peoples .people img {
  width: 165px;
}
.home section.about-us .peoples .people p {
  text-align: center;
  padding: 220px 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
}
/* YOUTUBE responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CONTATTI hp dettaglio */
.home .contact-us {
  overflow: auto;
}
.home .contact-us .col-12 {
  background: transparent url(images/marker-icon-headquarter.svg) no-repeat 4% 0;
  margin-bottom: 105px;
}
.home .contact-us .col-12 h2 {
  font-size: 1.75em;
  margin-bottom: 5px;
}
.home .contact-us .col-12 h2,
.home .contact-us .col-12 ul {
  margin-left: 75px;
}
.home .contact-us .col-4 {
  background: transparent url(images/marker-icon.svg) no-repeat top left;
  margin-bottom: 55px;
}
.home .contact-us .col-4 h3 {
  margin-bottom: 5px;
}
.home .contact-us .col-4 h3,
.home .contact-us .col-4 p {
  text-align: left;
  margin-left: 55px;
  margin-right: 20px;
}
.home .contact-us .col-4 p {
  font-size: .85em !important;
  line-height: 1.3em;
}
/* GALLERIA Archivio */
.our-works .gallery .col-3 a:hover .mask {
  background: rgba(102, 75, 61, 0.65) !important;
}
.our-works .gallery .triangle {
  display: none;
}
/* GALLERIA dettaglio */
.single-gallery .description,
.rel-projects {
  display: none;
}
section.portfolio .scrollable a {
  z-index: 2;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  border: 3px solid #664b3d;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent !important;
}
section.portfolio .scrollable a:hover {
  border-color: #FFF;
}
section.portfolio .head-line span {
  font-size: 3em;
  color: #664b3d;
}
/* CHI SIAMO pagina dettaglio */
.ale-team .testititle {
  color: #664b3d !important;
  font-size: 1.6em;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  max-width: 100%;
  height: auto;
}
/* GALLERIE EVENTI pagina */
.post-type-archive-gallery .post {
  margin-bottom: 55px;
}
/* BLOG */
section.blog {
  /* SIDEBAR blog */

}
section.blog .caption .line { width: 2%; }
section.blog .content div.caption {
  font-size: 2em !important;
  color: #664b3d !important;
  line-height: .85em;
  margin-bottom: 10px;
}
section.blog .content .date {
  font-family: "Open sans" !important;
}
section.blog .content .href {
  font-family: "Open Sans" !important;
}
section.blog .content .href:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #664b3d !important;
}
section.blog .content a > .mask {
  background-color: #664b3d !important;
}
section.blog .content .related-posts .caption a {
  font-size: .70em !important;
  color: #664b3d !important;
  line-height: .65em;
  margin-bottom: 10px;
}
section.blog .right-side .widget {
  margin-bottom: 10px;
}
section.blog .right-side .widget .widgettitle {
  font-size: 1.5em !important;
  text-align: left;
}
section.blog .right-side .widget ul li {
  font-family: "Open Sans" !important;
  font-size: .9em;
  background-position: 0 0;
  line-height: 1.2em;
  min-height: 20px;
  margin: 3px 0;
  padding: 5px 0;
}
section.blog .right-side .widget ul li:before {
  margin: 0 0 0 10px;
  min-height: 20px;
}
section.blog .right-side .widget ul li a {
  display: block;
  margin: 0 20px !important;
}
section.blog .right-side .widget input#searchsubmit {
  background-color: #664b3d !important;
  font-family: "Open Sans" !important;
  margin-bottom: 15px;
}
section.blog .right-side input.searchinput {
  font-family: "Open Sans" !important;
}
section.blog .pagination {
  margin-bottom: 25px;
  clear: both;
}
section.blog .pagination .current {
  background-color: #DDD !important;
}
section.blog ul.info li {
  font-family: "Open Sans" !important;
}
section.blog .right-side .ale_mostcommented_widget ul {
  margin: 10px 0 20px 0;
  background: #f5f5f5;
  padding: 15px 0;
}
section.blog .right-side .ale_mostcommented_widget ul li:before {
  margin: 0 0 0 10px;
  min-height: 20px;
  content: "";
  float: left;
  width: 4px;
  background: url("/wp-content/themes/blume/css/images/shop-strelko.png") no-repeat center;
}
section.blog .right-side .ale_mostcommented_widget ul li:hover {
  background-color: #664b3d;
}
section.blog .right-side .ale_mostcommented_widget ul a {
  text-align: left;
}
section.blog .right-side .ale_mostcommented_widget ul a:hover {
  color: #FFF;
}
/* CHI SIAMO pagina*/
.ale-team .prof {
  font-family: "Open Sans" !important;
  text-align: center;
  font-size: .9em;
  font-style: italic;
}
/* CORSI */
.page-id-82 article h2 {
  text-align: center;
  font-size: 2em;
}
.page-id-82 .background {
  background-image: url('/wp-content/uploads/2014/01/bck-colorato1.jpg');
}
.page-id-82 .background h3 {
  color: #FFF;
  font-size: 2em;
  text-align: center;
  padding-top: 10px;
}
.page-id-82 .background p {
  color: #FFF;
}
.page-id-82 .background form {
  /* FIX per immagine loading */

}
.page-id-82 .background form input,
.page-id-82 .background form textarea {
  font-family: "Open Sans" !important;
  margin-left: 25px;
  font-size: 16px;
  width: 82%;
}
.page-id-82 .background form select {
  height: 40px;
  font-size: 16px;
  padding-left: 15px;
  width: 50%;
  margin-left: 25px;
}
.page-id-82 .background form label {
  text-align: left;
  color: #FFF;
  margin-left: 25px;
  display: block;
}
.page-id-82 .background form .messaggio {
  clear: both;
  display: block;
}
.page-id-82 .background form .messaggio textarea {
  height: 100px;
  width: 90%;
  clear: both;
}
.page-id-82 .background form .captcha {
  display: block;
  clear: both;
  overflow: auto;
  margin-left: 25px;
}
.page-id-82 .background form .captcha label {
  margin-left: 0;
}
.page-id-82 .background form .captcha input {
  float: right;
  margin-right: 30px;
  width: 145px;
  padding: 0 5px;
  height: 30px;
}
.page-id-82 .background form p {
  text-align: left;
  margin-bottom: 0;
}
.page-id-82 .background form .wpcf7-submit {
  margin-left: 0;
}
.page-id-82 .background form input[type=submit] {
  background-color: #664b3d !important;
  box-shadow: none;
  color: #FFF;
  width: 90%;
  clear: both;
  display: block;
  margin: 0 auto;
}
.page-id-82 .background form img {
  width: auto;
  height: auto;
}
.page-id-82 .background .privacy {
  float: left;
  margin-right: 20px;
}
/* POST singolo */
.single-post section.blog .content {
  /* Social */

  /* Commenti */

}
.single-post section.blog .content .info {
  font-family: "Open Sans" !important;
  color: #FFF;
}
.single-post section.blog .content .caption {
  text-align: center;
  font-size: 2.5em;
}
.single-post section.blog .content .related-posts span,
.single-post section.blog .content .comments span {
  font-size: 2em;
}
.single-post section.blog .content .related-posts .caption,
.single-post section.blog .content .related-posts .caption a {
  text-align: left;
  font-family: "Open Sans" !important;
  font-size: 1em !important;
  line-height: 1.1em;
}
.single-post section.blog .content .soc {
  background-image: none;
  background-color: #f5f5f5;
}
.single-post section.blog .content .comments .comment {
  clear: both;
}
.single-post section.blog .content .comments .comment .comm {
  background-image: none;
  background-color: #CCC;
  border-top: 1px dashed #FFF;
}
.single-post section.blog .content .comments .comment .name {
  font-family: "Open Sans" !important;
  font-size: .85em;
  font-style: italic;
}
.single-post section.blog .content .comments .comment img {
  width: auto !important;
  height: auto !important;
  float: none;
}
.single-post section.blog .content .reply > span,
.single-post section.blog .content .reply form > input,
.single-post section.blog .content .reply form > textarea {
  font-family: "Open Sans" !important;
}
.single-post div.text.pagecontent a {
  color: #664b3d;
}
.single-post input.submit {
  background-color: #664b3d !important;
  font-family: "Open Sans" !important;
  margin-bottom: 15px;
}
.single-post ul.info li {
  font-family: "Open Sans" !important;
}
/* CONTATTI pagina */
.page-template-template-contact-php .contacts-map {
  margin-bottom: 0px;
}
.page-template-template-contact-php .contacts-map .get-in-touch .background {
  padding-bottom: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch .get-in-caption span {
  color: #FFF;
  font-size: 3em;
  margin-bottom: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form {
  /* FIX per immagine loading */

}
.page-template-template-contact-php .contacts-map .get-in-touch form input,
.page-template-template-contact-php .contacts-map .get-in-touch form textarea {
  font-family: "Open Sans" !important;
}
.page-template-template-contact-php .contacts-map .get-in-touch form textarea {
  height: 120px;
  margin-bottom: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form select {
  height: 40px;
  font-size: 16px;
  padding-top: 6px;
  padding-left: 15px;
  width: 50%;
}
.page-template-template-contact-php .contacts-map .get-in-touch form label {
  text-align: left;
  color: #FFF;
  margin-left: 25px;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .zone label,
.page-template-template-contact-php .contacts-map .get-in-touch form .messaggio label {
  margin-left: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form p {
  text-align: left;
  margin-bottom: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .wpcf7-submit {
  margin-left: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .zone {
  width: 65%;
  margin: 0 auto 25px auto;
  clear: both;
  text-align: center;
  display: block;
}
.page-template-template-contact-php .contacts-map .get-in-touch form input[type=submit] {
  background-color: #664b3d !important;
  font-size: 0;
  box-shadow: none;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .captcha {
  display: block;
  clear: both;
  overflow: auto;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .captcha label {
  margin-left: 0;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .captcha input {
  float: right;
  margin-right: 37px;
  width: 145px;
  padding: 0 5px;
  height: 30px;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .messaggio textarea {
  height: 70px;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .privacy {
  color: #FFF;
  margin-bottom: 10px;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .privacy span {
  float: left;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .privacy a {
  color: #FFF;
}
.page-template-template-contact-php .contacts-map .get-in-touch form .privacy input {
  margin: 0 10px 0 0;
  height: auto;
  width: auto;
  box-shadow: none;
}
.page-template-template-contact-php .contacts-map .get-in-touch form img {
  width: auto;
  height: auto;
}
.page-template-template-contact-php .contact-us .col-3 h3 {
  margin: 0 10px;
}
/* Stili CF7 */
.wpcf7-response-output {
  text-align: center;
  display: block;
  clear: both;
  padding: 5px;
  border: 1px solid transparent;
  font-family: "Open Sans" !important;
}
.wpcf7-validation-errors {
  background-color: #f2dede;
  border-color: #a94442 !important;
  color: #a94442;
}
.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.wpcf7-not-valid {
  border: 1px solid #a94442 !important;
  box-shadow: none !important;
  color: #8a6d3b;
}
.wpcf7-not-valid-tip {
  background-color: #f2dede;
  border: 1px solid #a94442;
  color: #a94442 !important;
  padding: 5px;
  font-family: "Open Sans" !important;
  font-size: 14px !important;
}
.wpcf7-display-none {
  display: none;
}
/* FOOTER */
footer {
  clear: both;
  margin-top: 0;
}
footer .line-1 span {
  font-size: 1.7em;
  padding: 15px 0;
}
footer .line-2 {
  background-color: #cfc7b4 !important;
}
footer .line-2 p,
footer .line-2 li,
footer .line-2 a,
footer .line-2 span {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
footer .line-2 .map span {
  font-weight: bold;
  font-size: .9em;
}
footer .line-3 {
  background-color: #664b3d;
}
footer .line-3 p {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}
footer .line-3 p a:link,
footer .line-3 p a:visited {
  color: #b5b5b5;
}
footer .line-3 p a:hover,
footer .line-3 p a:focus {
  color: #cfc7b4;
}
footer .line-3 .FBlike {
  width: 110px !important;
}
footer .line-3 li {
  margin-right: 5px !important;
}
footer .line-3 li a {
  width: auto;
}
footer .line-3 li.ebay {
  display: inline-block;
  overflow: hidden;
  width: 75px !important;
  height: 30px !important;
  margin-right: 0 !important;
  background: transparent url(images/ebay-button.png) no-repeat left top;
}
footer .line-3 li .fb_iframe_widget {
  margin-top: 5px;
}
/* Responsive */
/* Portrait layout */
@media (max-width: 1010px) and (min-width: 631px) {
  .home .contact-us .col-12 {
    background-position: 15% 0;
  }
  footer .col-4 {
    width: 30%;
  }
  footer .col-8 {
    width: 70%;
  }
  footer .col-8 p {
    line-height: 1.2em;
  }
}
@media (max-width: 830px) {
  .home .contact-us .col-12 {
    background-position: top left;
    margin-bottom: 50px;
  }
  .home .contact-us .col-4 {
    width: 100%;
    margin: 0;
    clear: both;
  }
}
@media (max-width: 630px) {
  #main-menu .logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  }
  #menu-wrap {
    height: 90px;
  }
  #lang_sel {
    margin-right: 20px !important;
  }
  section .caption > span.cap {
    line-height: 1.2em;
  }
  section .ale-one-half {
    width: 100%;
    margin: 0;
    clear: both;
  }
  form .col-6 {
    width: 100%;
    margin: 0;
    clear: both;
  }
  form textarea {
    width: 82% !important;
  }
  .contacts-map iframe {
    height: 250px;
  }
  .page-template-template-contact-php .contacts-map {
    margin-bottom: 5px;
  }
  .page-template-template-contact-php .wpcf7-submit,
  .page-template-template-contact-php .messaggio {
    margin-left: 25px !important;
  }
  section.blog .content2 .info {
    width: 100px !important;
  }
  footer .col-4,
  footer .col-8 {
    float: none;
    display: block;
    clear: both;
    width: 100%;
  }
  footer .line-3 {
    height: auto;
  }
  footer .line-3 p {
    display: block;
    line-height: 1.5em;
  }
}
.home #home-slider .slides li.backgroundslider {
	background-attachment:scroll;
}


section .caption span,section.our-service .text a,section.about-us .text span,section.about-us .peoples .col-3 span,
        .some-facts .content .chart span,.our-works .menu a:hover,.our-works .menu a.active,.our-works .view a,
        div.text.pagecontent a,#menu-wrap-bottom .is-page a,section.blog .content-opened .related-posts .caption a:hover,
        .rel-projects .projects .col-3 .info:hover, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price,
        .woocommerce ul.cart_list li a:hover, .woocommerce-page ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover, .woocommerce-page ul.product_list_widget li a:hover,
        .woocommerce div.product div.summary .pricebox p ins, .woocommerce-page div.product div.summary .pricebox p ins, .woocommerce #content div.product div.summary .pricebox p ins, .woocommerce-page #content div.product div.summary .pricebox p ins,
        .woocommerce table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove,
        .why-choose-us .caption p, .why-choose-us .news .items .item .caption:hover {
    color: #664b3d !important;
}
