/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
@import url('style-fix.css');
/* Custom */

*{
	font-family: 'QuicksandBook-Regular';
}
.wrapper .qbutton:hover, 
.wrapper .load_more a:hover, 
.wrapper .blog_load_more_button a:hover, 
.wrapper #submit_comment:hover, 
.wrapper .drop_down .wide .second ul li .qbutton:hover, 
.wrapper .drop_down .wide .second ul li ul li .qbutton:hover {
  color: #ABCB60;
}

/* Hiden Menu */
header nav.main_menu.drop_down{
	left: 100%;
	margin-top: 0;
  display: none;
}
/* Logo */
div.q_logo a{
	float: left;
}
div.tex-beside-logo{
	left: 182px;
    position: relative;
    top: -6px;
}
.spector{
	background: url("img/logo-divider.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 61px;
    left: 0;
    position: absolute;
    top: -22px;
    vertical-align: middle;
    width: 3px;
}
div.tex-beside-logo p{
	font-family: 'QuicksandLight-Regular';
	font-size: 14.76px;
	font-weight: 300;
	line-height: 20px;
	max-width: 60%;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 20px;
}


/* MEnu */
section.side_menu .widget li a{
    font-family: 'QuicksandBook-Regular';
    
    -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 0.8;
  font-weight: 600;
  height: 0.8em;
  font-style: normal;

}
section.side_menu li a{
    font-family: 'QuicksandBook-Regular';
    -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  color: #ABCB60;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  height: 1em;
  font-style: normal;

}
section.side_menu li{
  list-style: none;
  padding-bottom: 7px;
}
section.side_menu .widget li a span {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  display: inline-block;
  color: #fff;
}
section.side_menu .widget li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section.side_menu .widget li a.active span,
section.side_menu .widget li a:focus span {
  color: #bbbbbb;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
section.side_menu  li a span {
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: normal;
}
section.side_menu  li a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
section.side_menu  li a.active span,
section.side_menu  li a:focus span {
  color: #bbbbbb;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

section.side_menu .widget li a:hover span {
  color: #ABCB60;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
section.side_menu li a:hover span {
  color: #ABCB60;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
section.side_menu li.current-menu-item a span:hover {
  color: #ABCB60;
}

div.side_menu_button span {
  position: absolute;
  background: url("img/line-menu.png") center center no-repeat;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 2px;
  margin-top: -2px;
  margin-left: -15px;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

div.side_menu_button > a {
    display: block;
    height: 104px;
    text-align: center;
    transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 120px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    z-index: 1030;
}
div.side_menu_button > a span:before {
  -webkit-transform: translateY(-450%);
  -moz-transform: translateY(-450%);
  -ms-transform: translateY(-450%);
  -o-transform: translateY(-450%);
  transform: translateY(-450%);
}
div.side_menu_button span:after {
  -webkit-transform: translateY(450%);
  -moz-transform: translateY(450%);
  -ms-transform: translateY(450%);
  -o-transform: translateY(450%);
  transform: translateY(450%);
}
.side_menu_button_link span:before,
.side_menu_button_link span:after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
 background: url("img/line-menu.png") center center no-repeat;
  content: '';
  padding-bottom: 2px;
}
.side_menu_button_link:hover span:before {
  -webkit-transform: translateY(0) rotate(90deg);
  -moz-transform: translateY(0) rotate(90deg);
  -ms-transform: translateY(0) rotate(90deg);
  -o-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}
.side_menu_button_link:hover span:after {
  -webkit-transform: translateY(0) rotate(-90deg);
  -moz-transform: translateY(0) rotate(-90deg);
  -ms-transform: translateY(0) rotate(-90deg);
  -o-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
}
/* End menu icon */

.title_outer span.top-title-home{
	 color: #ABCB60;
    font-family: "QuicksandBook-Regular";
    font-size: 95px;
    font-style: normal;
    line-height: 95px;
    max-width: 54%;
    text-transform: uppercase;
    position: relative;
    top: -170px

}
/* Fix page-template-page-masonry-php */
.page-template-page-masonry-php footer{
  clear: both;
}

div.awesome-weather-wrap{
	height: 345px;
	display: block;
}
.header_bottom .side_menu_button_link i{
	display: none;
}

.circle-info {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 160px;
  text-align: center;
  z-index: 9;
  width: 1px;
}
.circle-info.circle-info-bottom {
    position: absolute;
    z-index: 9999;
    bottom: 269px;
    right: 145px;
}

.circle-info a:after {
  filter: alpha(opacity=100);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.15);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
  -moz-transition: -moz-transform 0.2s, opacity 0.4s;
  -ms-transition: -ms-transform 0.2s, opacity 0.4s;
  -o-transition: -o-transform 0.2s, opacity 0.4s;
  transition: transform 0.2s, opacity 0.4s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.circle-info a:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.circle-info a {
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.87);
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
}
.circle-info.circle-info-bottom a {
  margin-top: 15px;
}
.trigger {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  z-index: 1030;
}

.centered-translate {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trigger span {
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-top: -2px;
  margin-left: -15px;
  background-color: transparent;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.trigger span:before
{
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  position: absolute;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("img/down-left.png") center center no-repeat;
  content: '';
}
.trigger span:after {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
  position: absolute;
  left: 0;
  width: 33px;
  height: 33px;
  background: url("img/down-right.png") center center no-repeat;
  content: '';
}
.trigger-arrow {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.trigger-arrow span {
    margin-left: -11px;
    margin-top: 0;
    width: 24px;
}
.trigger-arrow.trigger-arrow-down span:before {
  left: -20px;
}
.trigger-arrow.trigger-arrow-down span:after {
  left: 10px;
}

.circle-info a:hover {
  background: rgba(0, 0, 0, 1);
}
.circle-info a:hover:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.trigger-arrow-down:hover span:before {
  -webkit-transform: translateY(0) rotate(-180deg);
  -moz-transform: translateY(0) rotate(-180deg);
  -ms-transform: translateY(0) rotate(-180deg);
  -o-transform: translateY(0) rotate(-180deg);
  transform: translateY(0) rotate(-180deg);
  left: -20px;

}
.trigger-arrow-down:hover span:after {
  -webkit-transform: translateY(0) rotate(180deg);
  -moz-transform: translateY(0) rotate(180deg);
  -ms-transform: translateY(0) rotate(180deg);
  -o-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
  left: 10px;

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
  .woocommerce div.price-add-cart .quantity .minus, .woocommerce div.price-add-cart .quantity .plus{
        line-height: 44px !important;
  }
}

div.row-2-home .vc_col-sm-3 {
    cursor: pointer;
    height: 345px;
    overflow: hidden;
    padding: 0;
    width: 25%;
}


div.row-2-home img.vc_box_border_grey {
  cursor: pointer;
  display: block;
  height: 345px !important;
  position: absolute;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

div.row-2-home .vc_col-sm-3 h2 {
  position: absolute;
  width: 100%;
  line-height: 345px;
  text-align:center; 
  z-index: 11;
  font-size: 40px;
  color: #fff;
  font-family: 'QuicksandBold-Regular';
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  -o-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
  display: block;
}
div.row-2-home .vc_col-sm-3 h2 a {
  color: #fff;
  font-family: 'QuicksandBold-Regular';
}
div.row-2-home .vc_col-sm-3:hover img{
	 -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
div.row-2-home .vc_col-sm-3:hover h2{
	-webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);

}
div.simple_tweet_widget{
	padding-top: 30px;
}
div.simple_tweet_widget p:first-child{
	text-align: center;
}
div.simple_tweet_widget a{
	display: block;
    padding: 23px 0 0 60px;
    color: #353738;
    font-size: 18px;
    font-family: 'quicksandbold' !important;
}
.twt-text .twt-time .0_tweet_date {
  font-family: 'quicksandbold' !important;
  color: #353738;
}
.twt-text{
	padding: 0 15px;
  right: 80px;
}
.twitter-icon{
	height: 32px;
	width: 32px;
	background: url("img/twitter-icon.png") no-repeat;
	display: inline-block;
}
.twt-text p{
	color: #626262;
	font-family: "QuicksandBookOblique-Regular";
	font-size: 16px;
	text-align: justify;
	margin-top: 20px;
}
.twt-time{
	position: absolute;
	font-family: 'quicksandbold' !important;
	font-size: 18px;
	color: #000000;
	top: 88px;
	right: 60px;
  font-weight: bold;
}

.we-plant .effect_box_scale, .from-moment .effect_box_scale{
  padding: 30px 25px 0 24px !important;
  height: 345px;
  background: #000;
}
.twitter-home .effect_box_scale{
  height: 345px;
  background: #56c7ee;
}



div.we-plant p{
	font-family: 'QuicksandBook-Regular';
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
}

div.from-moment p{
	font-family: 'QuicksandBook-Regular';
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
}
a.qbutton {
	font-family: 'QuicksandBookOblique-Regular';
	font-size: 21px;
	background: none;
	border: none;
	text-transform: uppercase;
	line-height: 20px;
	color: #787878;
	text-align: left;
	margin-top: 10px;
	padding: 0;
}
/* Contact Row */
div.contact-row{
	max-width: 820px;
	margin: 0 auto;
}
div.contact-row .vc_col-sm-12{
	padding: 0;
}
div.bg-contact div.contact-row  .wpcf7-form input{
	max-width: 577px;
	padding: 15px 17px;
	font-family: "QuicksandBookOblique-Regular";
	font-size: 22px;
	color: #5e5e5e;
	height: 0px;
	border: none;
	margin: 0 0 22px;
}
div.bg-contact {
	padding: 90px 0;
	background-color: #5e5e5e !important;
}

.contact-row span.wpcf7-not-valid-tip{
	position: relative;
	top: -14px;
}
.contact-row .your-email span.wpcf7-not-valid-tip{
	position: absolute;
	top: 90px;
}
.contact-row div.wpcf7-response-output.wpcf7-validation-errors{
	background: #000;
}
div.bg-contact div.contact-row .wpcf7-form  input.wpcf7-form-control.wpcf7-submit{
	font-family: "QuicksandBold-Regular";
	font-size: 24px;
	color: #fff;
	padding: 0px;
	height: 60px;
	text-transform: inherit;
	border: none;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	background: url("img/subcribe.png") center center no-repeat #000;

}
.wpcf7-form h2{
	text-align: left;
	font-family: 'QuicksandBook-Regular';
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	text-transform: inherit;
	margin-bottom: 20px;
	color: #fff;
}

.woocommerce ul.products li.product:hover .image-wrapper img{
	opacity: 1 !important;
}
body.woocommerce .title .title_overlay {
  background-size: cover;
}
div.shop-desciption h4{
	color: #fff;
    font-family: "QuicksandBook-Regular";
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 60%;
    text-transform: inherit;
    text-align: center;
    padding-top: 27px;
    padding-bottom: 27px;
}
div.shop-desciption{
	background: #000;
	min-height: 115px;
}

div.img-product{
	background: none repeat scroll 0 0 #fff;
    float: left;
    margin-right: 40px;
    width: 300px;
}
div.img-product img{
	display: block;
	margin: 0 auto !important;
	width: auto !important;
	max-width: 25%;
    padding-top: 35px;
}
.woocommerce ul.products li.product button.add_to_cart_button, p.return-to-shop a.button.tiny{
    border: medium none !important;
    line-height: 60px;
    color: #fff !important;
    font-size: 20px !important;
    height: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 223px !important;
    font-family: 'quicksandbold' !important;
    background: url("img/add-cart-bg.png") no-repeat scroll center center / 212px 50px #000;
}
.woocommerce ul.products li.product .added_to_cart{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 212px 50px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 56px !important;
    width: 223px !important;
    font-family: 'quicksandbold' !important;
}
.woocommerce.single-product button.single_add_to_cart_button{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 212px 50px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 56px !important;
    width: 223px !important;
    font-family: 'quicksandbold' !important;
}
.woocommerce ul.products li.product .price-add-cart .price, .woocommerce ul.products li.product .price-add-cart .amount, .awspn_price_note{
    color: #000 !important;
    font-size: 20px;
    font-family: 'quicksandbold';
    font-style: normal;
}
.woocommerce .price-add-cart .quantity {
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .price-add-cart .quantity .minus, .woocommerce .price-add-cart .quantity .plus{
	background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    line-height: 42px !important;
    text-shadow: none;
}
.woocommerce .price-add-cart .quantity input.qty{
	height: 44px !important;
	width: 46px !important;
	background: #fff;
	color: #000;
	font-family: 'quicksandbold';
	font-size: 18px;
	text-shadow: none;
	font-style: normal;
}
span.qty-cs{
	font-size: 20px;
	font-family: 'quicksandbold';
	float: left;
	line-height: 40px;
	color: #000;
	margin-right: 30px;
	font-style: normal;
}
div.product_info_box .product-des a, div.product_info_box .short-des a{
	font-family: 'QuicksandBookOblique-Regular';
	text-decoration: underline;
	color: #000000;
}
.woocommerce ul.products li.product .quantity.buttons_added{
    margin: 10px 0;
}
div.product-des{
	width: 32%;
	margin-right: 45px;
	float: left;
}
div.price-add-cart{
	float: left;
	margin-left: 50px;
}
.woocommerce ul.products li.product span.product-title{
	width: 30% !important;
	letter-spacing: 5px !important;
	display: block;
	font-family: 'quicksandbold';
	color: #000 !important;
  font-size: 24px;
}
div.short-des{
	width: 32%;
	float: left;
}
div.product-des p{
	
}
.woocommerce-page ul.products li.product .product_info_box, 
.woocommerce ul.products li.product .product_info_box{
	overflow: hidden;
    padding: 30px 0 45px 40px !important;
}

/* category page and shop page */
.archive.tax-product_cat .title_outer span.top-title-home, 
.post-type-archive-product .title_outer span.top-title-home,
.single-product .title_outer span.top-title-home {
    color: #fff;
    font-family: "QuicksandBook-Regular";
    font-size: 95px;
    font-style: normal;
    left: 100px;
    left: 8vw;
    letter-spacing: 0;
    line-height: 94px;
    max-width: 70%;
    position: relative;
    text-transform: uppercase;
    top: -18vh !important
}
::selection {

  background:#ABCB60 !important;

  color:#fff;

}

::-moz-selection {

  background:#ABCB60 !important;

  color:#fff;

}
.archive.tax-product_cat ul.products li, 
.post-type-archive-product ul.products li {
  width: 100% !important;
  margin: 0 !important;
  display: table;
}
.post-type-archive-product ul.products li a {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 600px) {
  .post-type-archive-product ul.products li a {
    display: block!important;
  }
}
.archive.tax-product_cat ul.products li:nth-child(2n+2) .product_info_box,
.post-type-archive-product ul.products li:nth-child(2n+2) .product_info_box{
    background: #adadad !important;
}
.archive.tax-product_cat ul.products li .product_info_box, 
.post-type-archive-product ul.products li .product_info_box{
    background: #d8d8d8 !important;
    margin: 0 !important;
}
.archive.tax-product_cat ul.products li .image-wrapper img, 
.post-type-archive-product ul.products li .image-wrapper img{
    width: auto;
}
.archive.tax-product_cat ul.products,
.post-type-archive-product ul.products{
    max-width: 1600px;
    margin: 0 auto !important;
}

.archive.tax-product_cat .woocommerce-ordering, 
.archive.tax-product_cat .woocommerce-result-count{
    display: none !important;
}
.post-type-archive-product .woocommerce-ordering, 
.post-type-archive-product .woocommerce-result-count{
    display: none !important;
}
.archive.tax-product_cat div.container div.container_inner,
.post-type-archive-product div.container div.container_inner{
    width: 100%;
    padding-top: 0 !important;
    background: #fff
}
.archive.tax-product_cat div.bg-none-effective div.container_inner, 
.post-type-archive-product div.bg-none-effective div.container_inner{
    background: transparent !important
}
.archive.tax-product_cat ul.products li p, 
.post-type-archive-product ul.products li p{
    font-size: 20px;
    color: #000;
    line-height: 25px;
    font-family: 'QuicksandBook-Regular';
}


/* Related product */
.related.products .product-des, .related.products .short-des{
	display: none;
}
.related.products div.price-add-cart{
	margin-left: 0;
}
.related.products div.img-product{
	background: transparent;
}
.related.products div.img-product img{
	display: block;
    margin: 0;
    max-width: inherit;
    padding-top: 35px;
    width: auto !important;
}
.woocommerce-page .related.products ul.products li.product  .product_info_box, 
.woocommerce .related.products ul.products li.product .product_info_box{
	padding: 0 !important;
	background: transparent;
}
.woocommerce .related.products ul.products li.product button.add_to_cart_button,
.woocommerce .related.products ul.products li.product .added_to_cart
{
	margin-top: 20px;
}

.related.products h5.related-products-title{
    font-family: "quicksandbold";
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
}
.woocommerce .related.products span.qty-cs{
	line-height: 55px;
}
/* Single */
.single.woocommerce .product h2.product_title{
    font-family: "quicksandbold";
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
}
.single.woocommerce .woocommerce-tabs p{
    font-family: "QuicksandBook-Regular";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
}
.single.woocommerce .woocommerce-tabs #tab-reviews textarea#comment{
    border: 1px solid #5e5e5e;
}
.single.woocommerce .q_tabs .tabs-nav li a{
    color: #000;
    display: block;
    font-family: 'quicksandbold';
    font-size: 18px;
}
.single.woocommerce .product_meta span{
    font-family: "quicksandbold";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
}
.single.woocommerce div.product div[itemprop="description"]{
    margin-top: 15px;
}
.single.woocommerce div.product div[itemprop="description"] p{
    font-family: "QuicksandBook-Regular";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000;
}
.woocommerce .entry-summary .quantity .minus, 
.woocommerce .entry-summary .quantity .plus,
.woocommerce .product-quantity .quantity .minus, 
.woocommerce .product-quantity .quantity .plus {
    background: none repeat scroll 0 0 #fff;
    box-shadow: none;
    color: #000;
    font-weight: 600;
    line-height: 42px !important;
    text-shadow: none;
}
.woocommerce div.product .cart .quantity.buttons_added{
	margin-top: -16px;
}

.woocommerce .entry-summary .quantity input.qty,
.woocommerce .product-quantity .quantity input.qty {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    font-family: "quicksandbold";
    font-size: 18px;
    font-style: normal;
    height: 44px !important;
    text-shadow: none;
    width: 46px !important;
}
/* Cart */
.woocommerce-cart .woocommerce table.cart tbody tr td img{
    width: auto ;
}
/*.woocommerce-cart .product-quantity .quantity{
    margin-top: -10px;
}*/
.woocommerce-cart .quantity{
    margin-left: 20px;
    padding-bottom: 15px;
}
/* Check out */
/*Fix thumbnail size*/ 
.woocommerce table.cart img { 
  width: auto;
  max-width: 31px;
  height: auto;
  max-height: 90px; 
}
select#calc_shipping_state{
    height: 40px;
    padding-left: 10px;
}
select#calc_shipping_state option{
    padding: 5px 0 5px 10px;
} 
/*.woocommerce .shop_table.cart .product-name{
	font-size: 20px;
}*/
/*.woocommerce .shop_table.cart thead th{
	font-size: 24px;
}*/
.woocommerce table.cart div.coupon .input-text, 
.woocommerce-page table.cart div.coupon .input-text,
.woocommerce input#calc_shipping_postcode, 
.woocommerce-billing-fields input, .checkout_coupon #coupon_code,
.woocommerce-shipping-fields input, .woocommerce-shipping-fields #order_comments
{
	color: #000 !important;
	font-weight: 600 !important;
}
#order_review .shop_table th, .cart_item .product-name,
#shipping_method li, .payment_box.payment_method_bacs p
{
	font-size: 20px !important;
}
.chosen-container-single .chosen-single span{
	font-weight: 600;
	color: #000;
}
.woocommerce-checkout .woocommerce-info{
	display: none !important;
}
.woocommerce-checkout #order_review_heading{
	font-size: 25px;
}
.woocommerce p.checkout-opener-text{
	background: #000;
}
.woocommerce .checkout_coupon input[type="submit"]{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 190px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 205px !important;
}

/* SElect */
div.select2-drop{
	background: #fff;
}
.woocommerce .select2-results .select2-result-label, .woocommerce-page .select2-results .select2-result-label{
	font-size: 18px !important;
	color: #000 !important;
}
.select2-container .select2-choice > .select2-chosen{
	font-size: 18px !important;
	color: #000 !important;
}
.woocommerce div.cart-collaterals div.cart_totals, 
.woocommerce-page .div.cart-collaterals div.cart_totals{
    /*width: 44% !important*/
    width: 26.1%;
}
.woocommerce tr.shipping td {
  padding: 5px 0;
}
.woocommerce div.cart-collaterals .shipping_calculator, 
.woocommerce-page .div.cart-collaterals .shipping_calculator {
  margin-bottom: 0!important;
  float: none!important;
  width: 100%!important;
  overflow: unset!important;
}
.cart_totals h2,
.calculated_shipping .shipping_calculator h2 {
  font-size: 19px!important;
}
select#calc_shipping_state, select#calc_shipping_state option {
  width: 100%!important;
}
.woocommerce .cart-collaterals table th{
    font-size: 18px;
}
.woocommerce .cart-collaterals ul li{
    list-style: none;
    font-size: 17px;
}
/* Order */
.woocommerce-checkout .wpcf7-form h2{
	font-size: 28px;
}
#order_review ul li{
	list-style: none;
}
div.woocommerce button#place_order{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 245px 50px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-size: 20px !important;
    height: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: 56px !important;
    width: 250px !important;
    font-family: 'quicksandbold' !important;
}
.woocommerce-message a.button.wc-forward{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 200px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 20px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 212px !important;
}
#commentform .form-submit input[type="submit"]{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 180px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 20px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 195px !important;
}
.woocommerce table.cart td.actions button[type="submit"], .woocommerce .button.wc-backward{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 190px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 205px !important;
}
@media screen and (max-width: 600px) {
  .woocommerce table.cart td.actions button[type="submit"], .woocommerce .button.wc-backward{
    float: left;
    margin-bottom: 10px;
}
}
.woocommerce table.cart td.actions input[type="submit"].checkout-button{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 278px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 290px !important;
}

.woocommerce .shipping-calculator-form button{
	background: url("img/add-cart-bg.png") no-repeat scroll center center / 190px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 205px !important;
}

/* Footer */
footer{
	/*max-width: 1600px;*/
	margin: 0 auto;
}
footer.footer_border_columns .footer_bottom{
	padding: 40px 0 45px 0;
	height: auto; 
}
footer.footer_border_columns .footer_bottom .textwidget{
	
}
.footer_inner_contact_bg {
  background-color: #000000;
}
.footer_bottom p{
	margin: 0 auto;
	text-align: center;
	font-family: 'QuicksandBook-Regular';
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.footer_bottom .textwidget p:first-child{
	margin-bottom: 27px;
}
div.footer_top_holder{
	min-height: 277px;
}
div.footer_top{
	padding: 106px 0;
}
div.footer_top p a{
	color: #fff;
  height: 65px;
  display: block;
}
div.footer_top p{
	text-align: center;
	font-family: 'QuicksandBook-Regular';
	font-size: 16.24px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}
div.footer_top .textwidget{
	max-width: 813px;
	margin: 0 auto;
}
div.footer_top p.emai-footer{
	width: 355px;
	float: left;
	background: url('css/img/titch.png') no-repeat;
	margin-right: 100px;
	height: 65px;
	line-height: 65px;
}
div.footer_top p.phone-footer{
	width: 355px;
	float: left;
	background: url('css/img/titch.png') no-repeat;
	height: 65px;
	line-height: 65px;
}

/* Custom footer */
/* Fix Home */
div.row-2-home{
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
section.side_menu  li.current-menu-item a span {
  color: #fff;
}

.side_menu_button_link.normal.opened span,
.side_menu_button_link.normal.opened span:before,
.side_menu_button_link.normal.opened span:after {
  background: none;
}

.side_menu_button_link.normal.opened span {
  background: url("img/menu-fix-1.PNG") center center no-repeat !important;
  background-size: 30px 30px;
  display: block;
  height: 100%;
  top: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.side_menu_button_link.normal.opened:hover span {
  background: url("img/line-menu.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}

div.we-plant a, div.from-moment a{
  display: block;
}
/* Add social */
.twitter-menu a, .facebook-menu a, .instagram-menu a {
  opacity: 0.7
}
.twitter-menu, .facebook-menu, .instagram-menu {
  float: left;
  margin-right: 10px;
}
.twitter-menu:hover a , .facebook-menu:hover a, .instagram-menu:hover a {
  opacity: 1
}
.twitter-menu a span, .facebook-menu a span, .instagram-menu a span {
  text-indent: -999999px;
}
.twitter-menu a{
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("img/twitter-menu.png") center center no-repeat;
  margin-top: 15px;
}
.facebook-menu a{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("img/facebook-menu.png") center center no-repeat;
    margin-top: 15px;
}
.instagram-menu a{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("img/instagram-menu.png") center center no-repeat;
    margin-top: 15px;
}
.footer_top a:hover{ 
  color: #ABCB60 !important;
}
.slide-menu .group i:hover{
  color: #ABCB60 !important;
  cursor: pointer;
}
/* Fix return cart */
.button.wc-backward{
  margin: 20px 0 !important;
}
/* Login btn woo */
.login.check-login input.button, .woocommerce input[type="submit"] {
    background: url("img/add-cart-bg.png") no-repeat scroll center center / 190px 40px #000 !important;
    border: medium none !important;
    color: #fff !important;
    font-family: "quicksandbold" !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 199px !important;
}
.woocommerce form.check-login a.lost_password{
  margin: 7px 0 0 0;
}
input#coupon_code{
  height: 50px;
  float: left;
}
/* Custom menu */
.side_menu .group i {
    color: #ABCB60 !important;
    cursor: pointer;
    font-size: 14px;
    font-family: "Acaslon","Times New Roman",Times,serif;
    -webkit-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateY(-600px);
  -moz-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  -o-transform: translateY(-600px);
  transform: translateY(-600px);
}
.side_menu .group hr {
    border-color: #ABCB60 !important;
    display: block;
    margin-bottom: 18px;
    margin-left: 0;
    margin-top: 18px;
    width: 18px;
    -webkit-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -o-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
  -webkit-transform: translateX(-600px);
  -moz-transform: translateX(-600px);
  -ms-transform: translateX(-600px);
  -o-transform: translateX(-600px);
  transform: translateX(-600px);
}

/*run time */
.right_side_menu_opened .side_menu .group i {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.right_side_menu_opened .side_menu .group hr {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}


/* Fix menu */
body.right_side_menu_opened div.wrapper {
  left: -80%;
}
section.side_menu{
  background: #000;
  padding: 163px 10px 0 40px;
  width: 100%;
  right: 0;
}
div.mn-right-cs{
  margin-left: 35%;
  margin-top: 5%;
}
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover{
  background: #ABCB60 !important;
  border-color: #ABCB60 !important;
} 
/* Form Contact ST */
.form-contact-st .textwidget h2 {
  text-align: left;
  font-family: 'QuicksandBook-Regular';
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  text-transform: inherit;
  margin-bottom: 20px;
  color: #fff;
}
.form-contact-st .textwidget form input[type="email"],
.form-contact-st .textwidget form input[type="text"] {
  color: #5e5e5e !important;
  border: 1px solid #d3d7d9 !important;
  font-family: 'QuicksandBookOblique-Regular' !important;
  padding: 18px!important;
  font-style: italic;
  margin: 0 0 25px 0;
  height: 60px;
  font-size: 20px;
  max-width: 577px;
  width: 100%;

}
.form-contact-st .textwidget form input::-webkit-input-placeholder {
   color: #5e5e5e !important;
   font-family: 'QuicksandBookOblique-Regular' !important;
}

.form-contact-st .textwidget form input:-moz-placeholder { /* Firefox 18- */
   color: #5e5e5e !important;
   font-family: 'QuicksandBookOblique-Regular' !important;
}

.form-contact-st .textwidget form input::-moz-placeholder {  /* Firefox 19+ */
   color: #5e5e5e !important;
   font-family: 'QuicksandBookOblique-Regular' !important;
}

.form-contact-st .textwidget form input:-ms-input-placeholder {  
   color: #5e5e5e !important;
   font-family: 'QuicksandBookOblique-Regular' !important;
}
.form-contact-st .textwidget form button[type="submit"] {
  border: none;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  background: url("img/subcribe.png") center center no-repeat #000 !important;
  float: right;
  padding: 0px;
  height: 60px;
  font-family: "QuicksandBold-Regular";
  font-size: 24px;
  color: #fff;
  margin: -85px 0 22px 0;
  max-width: 577px;
  position: relative;
}
.form-contact-st .textwidget form button[type="submit"]:hover {
  color: #ABCB60 !important;
}
.widget_tp_widget_recent_tweets h2 {
  font-size: 19px;
  color: #000!important;
  padding-top: 26%;
  font-family:"QuicksandBook-Regular";
  text-transform: lowercase;
}
/* End Form Contact ST */
@media only screen and (min-width: 1460px) {
  div.img-product img {
    padding: 0;
  }
  .woocommerce-page ul.products li.product .product_info_box, 
  .woocommerce ul.products li.product .product_info_box {
  	padding: 30px 0 55px 40px !important
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .woocommerce div.cart-collaterals div.cart_totals, 
  .woocommerce-page .div.cart-collaterals div.cart_totals {
    width: 30.3%!important;
  }
}
/* Fix responsive */
@media only screen and (max-width: 1024px) {
  /* Home Page */
  div.row-2-home div.vc_col-sm-3 {
      height: 280px;
  }
  div.row-2-home div.vc_col-sm-3 h2 {
    line-height: 280px;
  }
  .twitter-home div.simple_tweet_widget a{
      font-size: 17px;
      padding: 23px 0 0 30px;
  }
  span.twt-time{
    font-size: 15px;
    right: 40px;
    top: 90px;
  }
  div.twt-text p{
    font-size: 16px !important; 
  }
}
@media only screen and (max-width: 1000px) { 
  .woocommerce div.cart-collaterals div.cart_totals, 
  .woocommerce-page .div.cart-collaterals div.cart_totals {
    width: 37.5%!important;
  }
}
@media only screen and (max-width: 800px) {
  .woocommerce div.cart-collaterals div.cart_totals, 
  .woocommerce-page .div.cart-collaterals div.cart_totals {
    margin-right: 20px;
  }
  /* Home Page */
  section.side_menu{
    padding: 68px 30px;
  }
  /* About page */
  div.blog-masonry-fix #content .grid .item .item-text h2{
  	padding-top: 0 !important;
  }
  a.is-about-4, a.is-about-5, a.is-about-8{
  	display: none;
  }
  a.is-about-7{
  	padding-bottom: 75% !important;
  }

}
@media only screen and (max-width: 768px) {
  .coupon input.button {
    margin-right: 15px!important;
  }
  .woocommerce div.cart-collaterals div.cart_totals, 
  .woocommerce-page .div.cart-collaterals div.cart_totals {
    margin-right: 50px;
  }
   .woocommerce-page header.dark .q_logo img.normal {
    margin-top: 30px !important;
  }
  .woocommerce-page div.tex-beside-logo,
  .woocommerce div.tex-beside-logo {
      left: 18px;
  }
  .woocommerce-page .spector,
  .woocommerce .spector {
      top: 36px;
  }
  .woocommerce-page div.bg-contact,
  .woocommerce div.bg-contact {
    padding: 35px 0 90px 0!important;
    width: 100%;
    clear: both;
  }
  .woocommerce-page .form-contact-st .textwidget form button[type="submit"],
  .woocommerce .form-contact-st .textwidget form button[type="submit"] {
    float: left;
    margin: 0;
  }
  .woocommerce-page footer .container_inner,
  .woocommerce footer .container_inner {
    width: 100%;
  }
  .woocommerce-page div.footer_top .textwidget,
  .woocommerce div.footer_top .textwidget {
    display: block;
    float: none;
    width: 90%;
  }
  .woocommerce-page div.footer_top p.emai-footer,
  .woocommerce div.footer_top p.emai-footer {
    margin-right: 4%;
    width: 47%;
    background-size: 100% 100%;
  }
  .woocommerce-page div.footer_top p.phone-footer,
  .woocommerce div.footer_top p.phone-footer {
    width: 47%;
    float: right;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 640px) { 
  th.product-thumbnail, td.product-thumbnail {
    display: none;
  }
  .woocommerce-cart .woocommerce form {
    overflow: auto;
  }
}
@media only screen and (max-width: 568px) {

  /* About page */
  a.is-about-7{
  	padding-bottom: 90% !important;
  }

}
@media only screen and (max-width: 480px) {

  /* About page */
  a.is-about-7{
  	padding-bottom: 130% !important;
  }

}
@media only screen and (max-width: 414px) {
  
  /* About page */
  a.is-about-2, a.is-about-3{
  	padding-bottom: 50% !important;
  }
  /*a.is-about-3{
  	padding-bottom: 50% !important;
  }*/
  .woocommerce-page header.dark .q_logo img.normal {
    width: 140px !important;
  }
  .woocommerce-page footer .container_inner, 
  .woocommerce footer .container_inner {
    padding: 0;
  }

}
@media only screen and (max-width: 320px) {
  .woocommerce-page div.tex-beside-logo,
  .woocommerce div.tex-beside-logo {
    left: 4px;
  }
  .woocommerce-cart.woocommerce-page header.dark .q_logo img.normal {
    width: 125px !important;
  }
  .woocommerce-page div.tex-beside-logo p,
  .woocommerce div.tex-beside-logo p {
    font-size: 14px !important;
  }
}

/* Hidden img paypal */
li.payment_method_paypal label img{
  display: none !important;
}
/* Fix font shop */
.woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3, .woocommerce-page h4, .woocommerce-page h5, .woocommerce-page h6{
  font-family: "QuicksandBook-Regular" !important;
}
.woocommerce form.checkout h3, .woocommerce-page form.checkout h3{
   font-family: "QuicksandBook-Regular" !important;
}
.form-contact-st form{
  position: relative;
}
.form-contact-st form img{
  position: absolute;
  right: 60px;
  width: 140px;
  height: 145px;
  top: -70px;
}
a.checkout-button {
  display: none!important;
}
.twitter-menu a, .facebook-menu a, .instagram-menu a {
  min-height: 34px;
}

i {
  font-style: normal;
}

body.single-product.woocommerce div.product .cart .quantity.buttons_added {
  margin-top: 0;
}

body.single-product.woocommerce div.product .cart .quantity, body.single-product.woocommerce-cart .quantity {
  height: auto;
  background-color: #a6a6a6;
  display: inline-block;
  line-height: 28px;
  margin: 10px auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

input[type='number'] {
  -moz-appearance:textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wc-add-to-cart-message {
  float: right;
  font-size: 15px;
  margin: 12px 31px 0 0;
  min-width: 203px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: -15px;
  padding: 8px 10px;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.woocommerce-page .title_outer .has_background.title .title_holder {
  display: none;
}

.woocommerce table.cart td.actions input[name="update_cart"],
.woocommerce table.cart td.actions input[name="proceed"] {
  float: left;
  margin-left: 0;;
  margin-right: 20px;
}

.woocommerce ul.products li.product .add_to_cart_button {
  margin-bottom: 8px;
  display: block;
}

.hidden {
    display: none !important;
}

#additional-social-menu {
    display: block;
    top: 0;
    position: absolute;
    right: 140px;
    padding-right: 20px;
    z-index: 999999;
    height: 76px;
    padding-top: 27px;
    font-size: 16px;
    
}

#additional-social-menu div {
    margin-left: 4px;
    margin-bottom: 4px;
    display: none;
}

#additional-social-menu ul {
    margin: 0;
    padding: 0;
    display: block;
}

#additional-social-menu ul li {
    display: none;
    margin: 0;
    padding: 0;
}

#additional-social-menu ul li.twitter-menu a {
    background: url("img/twitter-menu.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
}

#additional-social-menu ul li.facebook-menu a {
    background: url("img/facebook-menu.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
}

#additional-social-menu ul li.instagram-menu a {
    background: url("img/instagram-menu.png") no-repeat scroll center center / contain rgba(0, 0, 0, 0);
}

#additional-social-menu ul li.facebook-menu a,
#additional-social-menu ul li.twitter-menu a,
#additional-social-menu ul li.instagram-menu a {
    margin: 0 4px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    text-indent: -999999%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .woocommerce table.cart td.actions input[name="update_cart"],
    .woocommerce table.cart td.actions input[name="proceed"] {
    float: none;
    margin-left: 20px;
    margin-right: 0;
    }
    .archive.tax-product_cat .title_outer span.top-title-home, .post-type-archive-product .title_outer span.top-title-home, .single-product .title_outer span.top-title-home {
    left: 8vw;
    }

    .archive.tax-product_cat .title_outer span.top-title-home,
    .post-type-archive-product .title_outer span.top-title-home,
    .single-product .title_outer span.top-title-home {
        max-width: 64%;
        top: -25vh !important
    }

    #additional-social-menu div,
    #additional-social-menu ul li.facebook-menu,
    #additional-social-menu ul li.twitter-menu,
    #additional-social-menu ul li.instagram-menu {
        display: block;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .archive.tax-product_cat .title_outer span.top-title-home, .post-type-archive-product .title_outer span.top-title-home, .single-product .title_outer span.top-title-home {
    left: 4vw;
    padding-top: 250px;
  }
}
@media (max-width: 992px) {
  .archive.tax-product_cat .title_outer span.top-title-home, .post-type-archive-product .title_outer span.top-title-home, .single-product .title_outer span.top-title-home {
    left: 4vw;
    padding-top: 250px;
  }
}

/* START Make the cart table responsive */
/* http://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {

/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    border: 1px solid #d2d3d3;
    position: relative;
    padding-left: 30% !important;
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
}

/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "Remove";
    font-size: 20px;
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "Product";
    font-size: 20px;
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "Subtotal";
    font-size: 20px;
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "Quantity";
    font-size: 20px;
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "Price";
    font-size: 20px;
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}

.woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
}

/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

}
/* END Make the cart table responsive */
@media only screen and (max-width: 600px) {
  .woocommerce table.cart tbody tr span.amount, .woocommerce-page table.cart tbody span.amount {
  padding-left: 2px;
}
}
.woocommerce p.form-row, .woocommerce-account .woocommerce form, .select2-results li {
  font-size: 16px;
}

/*@media only screen and (max-width: 480px) {
  .woocommerce .checkout table.shop_table thead tr th, .woocommerce-page .checkout table.shop_table thead tr th, .woocommerce table.cart thead tr th, .woocommerce-page table.cart thead tr th, .woocommerce-account table.my_account_orders thead tr th, .woocommerce-page table.my_account_orders thead tr th, .woocommerce-cart table.cart tbody tr td, .woocommerce-checkout .checkout table tbody tr td {
  padding: 20px 3px !important;
} 
}*/
/* New Changes 16 October */
.woocommerce {
  padding-top: 0 !important;
}
.woocommerce div.product .images img {
  width: auto !important;
}