/*@import "../../../opencart/canvas-menu.less";*/
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}
body {
  background:url(/catalog/view/theme/pav_floral/image/bg/site_background.jpg) no-repeat;
  background-attachment:fixed;
  background-size:100% 100%;
  color: #555555;
  /*font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  height:100%;
  width:100%;
}
.offcanvas-pusher{
	padding-top:0px !important;

}

.fs9 {
  font-size: 11px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 13px;
}
.fs12 {
  font-size: 14px;
}
.fs13 {
  font-size: 15px;
}
.fs14 {
  font-size: 16px;
}
.fs15 {
  font-size: 17px;
}
.fs16 {
  font-size: 18px;
}
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.default-color {
  color: #a9d04a;
}
a {
  color: #F35C16;
  cursor: hand;
  cursor: pointer;
}
a img {
  border: none;
}
a:hover {
  text-decoration: none;
  color: #a9d04a;
}
a:focus {
  outline: none;
  color: #a9d04a;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: transparent;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 300px;
  height: 35px;
    border-radius: 4px;
    padding: 0 7px;
    border: 1px solid #ccc;
}
.ui-menu{
	overflow: scroll;
    height: 64%;
}
a.alignproduct{
	text-align:center;
	display:block;
	padding-top:10px;
	min-height:50px;
}
.tovar{
	z-index: 2;
    cursor: pointer;
    transition: 1s linear;
}
.tovar:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
	
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 150px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer;
}
.pagination {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.pagination .links {
  float: left;
  display:block;
}
.pagination .links a,
.pagination .links b {
  border: 1px solid #ddd;
}
.pagination .links a {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #A3A3A3;
}
.pagination .links a:hover {
  background-color: #a9d04a;
  color: #fff;
}
.pagination .links b {
  display: inline-block;
  border-left-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  background-color: #a9d04a;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}
input.button {
  margin: 0;
  border: 0;
  height: 24px;
  padding: 0px 12px 0px 12px;
}
button.button,
a.button,
input.button {
  cursor: pointer;
  color: #000;
  background: transparent;
  height: 32px;
  border: 2px solid #F35C16;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
button.button .icon,
a.button .icon,
input.button .icon {
  color: #999999;
}
button.button:hover,
a.button:hover,
input.button:hover {
  color: #F35C16;
  border: 2px solid #F35C16;
}
button.button:hover i,
button.button:hover .icon,
a.button:hover i,
a.button:hover .icon,
input.button:hover i,
input.button:hover .icon {
  color: #a9d04a;
}
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
  line-height: 16px;
}
.buttons {

  overflow: auto;
  padding: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons.novaP .right{
  float: none;
  text-align: center;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .center.to-chek{
	margin-bottom: 10px;
}
.buttons .right.cont{
	float:none;
	text-align:center;
}
.buttons .right.cont a:hover{
	background-color: #fff;
    color: #F35C16;
}
.buttons .center.to-chek a{
	text-transform: none;
    font-size: 14px;
}
.buttons .right.cont a{
	padding: 15px 40px 30px 40px;
    font-size: 20px;
    background-color: #F35C16;
    color: #fff;
    font-weight: bold;
}
.htabs {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #ededed;
}
.htabs a {
  background: #FFFFFF;
  padding: 7px 15px 6px 15px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  color: #333333;
  margin-right: 2px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #64B13A;
  color: #FFFFFF;
}
.tab-content {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
  color: #444;
}
ul.links {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.links li {
  display: inline-block !important;
  margin-left: 6px;
}
.carousel-control {
  cursor: pointer;
  line-height: 1em;
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 14px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
}
.welcome {
  color: #636E75;
  font: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
  background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
h1 {
	text-align:center;
  font-size: 24px;
  line-height: 34px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight:bold;
  color:#F35C16;
  padding: 10px 0 20px;
}
h1 small {
  font-size: 21px;
}
h2 {
  font-size: 21px;
}
h2 small {
  font-size: 14px;
}
h3 {
  font-size: 17px;
  line-height: 34px;
}
h3 small {
  font-size: 16px;
}
h4 {
  font-size: 16px;
  line-height: 34px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 15px;
  line-height: 34px;
}
h5 small {
  font-size: 12px;
}
h6 {
  font-size: 14px;
  line-height: 34px;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type='text'],
input[type='password'],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
  text-align:left;
}
#page {
  margin: 0 auto;
}
.header-wrap,
.wrap-logo,
#pav-mainnav,
#cart,
#header,
#topbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hide-bar {
  margin-top: -309px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.hide-bar #header-main {
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
.hide-bar #header-main .header-wrap {
  height: 66px;
}
.hide-bar #header-main .header-wrap .wrap-logo {
  padding: 0px;
}
.hide-bar #header-main .header-wrap #pav-mainnav {
  padding: 0px;
}
.hide-bar #header-main .header-wrap #cart {
  margin-top: 10px;
  height: 56px;
}
.hide-bar #header-main .header-wrap #cart .content {
  top: 55px;
}

.for-flex{
	display:flex;
}
.for-flex div{
	margin-right:50px;
}

#page {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
    min-height: 100%;
}
body.layout-boxed-md {
  background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-md #page {
  max-width: 980px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
body.layout-boxed-md .hidden-md {
  display: none !important;
}
body.layout-boxed-md .col-md-6 {
  width: 50%;
}
body.layout-boxed-md #header-main .header-wrap .wrap-logo {
  width: 150px;
  padding: 15px 0px;
}
body.layout-boxed-lg {
  background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
  max-width: 1180px;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
}
#topbar {
	margin-bottom: 100px;
}
#topbar .topbar {
  color: #999999;
  font-size: 14px;
  background-color:rgba(255,255,255,0.6);
}
#topbar .topbar ul li {
  
}
#topbar .topbar ul li a {
  font-size: 16px;
  color: #64B13A;
  font-family:"Times New Roman";
}
#topbar .topbar ul li span {
  margin-right: 5px;
}
#topbar .topbar ul li:hover a {
  color: #a9d04a;
}
#topbar .topbar .login,
#topbar .topbar .links {
  margin: 15px 0px;
}


.block-bottom{
	width:100%;
	display:block;
	height:50px;
	background-color:rgba(243, 92, 22, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#block-for-button{
	display:inline-block;
    margin-top: 13px;
}

.links{
	display:none;
}
#header-main {
  margin-bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99999;
	background: rgba(243, 92, 22, 0.59);
	height: 65px;
}
#header-main .header-wrap {
  height: 0px;
}
#header-main .header-wrap .wrap-logo {
  padding: 10px 0;
  width:100px;
}
#header-main .inner {
  display: table;
  position: relative;
  height: 100%;
}
#header-main .inner > * {
  display: table-cell;
  vertical-align: middle;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
  display:inline-block;
  width: 100%;
}
.lang{
	padding-top:5px;
	cursor:pointer;
	z-index:10;
}
.sidebar  [class*="col-"] {
  width: 100%;
}
#columns{
	padding-bottom: 90px;
}
#footer {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	height:50px;
	background-color:rgba(0,0,0,0.5);
}
p.copyright{
	color:white;
	position:relative;
	top:16px;
	text-align:center;
	
}
p.copyright a{
	color:#F35C16;
}
.navbar-inverse{
	background-color:transparent;
}
#powered {
  text-align: left;
  clear: both;
  color: #FFFFFF;
}
#powered .powered {
  background: url('../../image/green/powered.png');
  padding: 10px 20px;
  overflow: hidden;
}
#powered .powered a {
  color: #a9d04a;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
#breadcrumb .breadcrumb,
#content .breadcrumb {
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px dotted #999999;
}
#breadcrumb .breadcrumb li a,
#content .breadcrumb a {
  color: #222222;
}
#breadcrumb .breadcrumb li:last-child a,
#content .breadcrumb a:last-child{
  color: #999999;
}
#breadcrumb .breadcrumb li a:hover,
#content .breadcrumb a:hover{
  color: #a9d04a;
}
.mini-access > ul {
  margin: 0px;
  padding: 0px;
}
.mini-access > ul > li {
  width: 35px;
  height: 35px;
  border: 1px solid #DDD;
  text-align: center;
  display: inline-block;
  margin: 5px 10px;
  position: relative;
}
.mini-access > ul > li > a {
  line-height: 35px;
  font-size: 20px;
  text-decoration: none;
}
.mini-access > ul > li:hover {
  border-color: #a9d04a;
}
.mini-access > ul > li:hover >a {
  color: #a9d04a;
}
.mini-access > ul > li .dropdown-menu {
  right: -10px;
  left: auto;
  padding: 6px 15px;
  border-top: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  display: none;
}
.mini-access > ul > li.open .dropdown-menu {
  height: auto;
  opacity: 1;
  display: block;
}
.mini-access > ul > li.search .dropdown-menu {
  width: 250px;
}
.box {
  margin-bottom: 25px;
}
.box .box-heading {

  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
}
.box .box-heading span {
  /*background: #F35C16;*/
  height: 36px;
  padding: 0px 20px; 
  display: inline-block;
      box-shadow: -2px 0px 9px #a9581f;
}
.box .box-content {
  color: #999999;
  padding: 20px 0 0;
}
.box .box-content ul {
  padding: 0;
  list-style: none;
}
.box .box-content ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0px;
}
.box .box-content a {
  color: #999999;
}
.box .box-content a:hover {
  color: #a9d04a;
}
.box.pav-custom .box-content {
  padding: 0;
}
.box.productcarousel .box-heading {

}

.box.productcarousel .box-content .product-block {
  background: #FFFFFF;
  overflow: hidden;
}
#content .box-products.slide .product-block .name a {
	text-align: center;
}
.box.productcarousel .box-content .product-block .product-meta {
  padding: 8px 18px 20px;
}
.box.productcarousel.vertical .image {
  float: left;
  width: 47%;
  margin-right: 15px;
}
.box.productcarousel.orange .box-heading {
  border-color: #f89406;
}
.box.productcarousel.blue .box-heading {
  border-color: #049cdb;
}
.box.productcarousel.red .box-heading {
  border-color: #9d261d;
}
.box.productcarousel.yellow .box-heading {

  padding: 0px 0px 20px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
}
.box.productcarousel.pink .box-heading {

  margin-bottom:20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
}
.box.productcarousel.purple .box-heading {
  border-color: #9f3f80;
}
.box.productcarousel.white .box-heading {
  border-color: #FFFFFF;
}
.box.productcarousel.black .box-heading {
  border-color: #000000;
}
.box.productcarousel.cyan .box-heading {
  border-color: #3abec0;
}
.box.bloglatest {
  background: #FFFFFF;
}
.box.bloglatest .box-heading {
  padding: 0;
  border: none;
}
.box.bloglatest .box-content {
  padding: 18px;
}
.box.blue .box-heading span {
  background: #049cdb;
}
.box.bluedark .box-heading span {
  background: #0064cd;
}
.box.green .box-heading span {
  background: #46a546;
}
.box.red .box-heading span {
  background: #9d261d;
}
.box.yellow .box-heading span {
  background: #ffd20e;
}
.box.orange .box-heading span {
  background: #f89406;
}
.box.pink .box-heading span {
  background: #F35C16;
}
.box.black .box-heading span {
  background: #000000;
}
.box.purple .box-heading span {
  background: #9f3f80;
}
.box.white .box-heading span {
  background: #FFFFFF;
  color: #000000;
}
.box.cyan .box-heading span {
  background: #3abec0;
}
.box.cusblock {
  margin: 0;
  background: #a9d04a;
}
.box.cusblock .box-content {
  padding: 0;
}
#pav-slideshow .box-content {
  padding: 0;
}
#language {
  line-height: 10px;
  border: 2px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 5px 6px;
  margin: 10px 0px 10px 6px;
}
#language img {
  cursor: pointer;
  margin: 2px 3px 1px;
}
#currency {
  line-height: 10px;
  border: 2px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 5px 6px;
  margin: 10px 0px 10px 6px;
}
#currency a {
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
  cursor: pointer;
  color: #999999;
}
#currency a:hover {
  color: #a9d04a;
}
#currency a b {
  color: #a9d04a;
  text-decoration: none;
}
#header .cart-top {
  padding-left: 20px;
  margin-top:7px;
	display: inline-block;
}
.numbers-and-callme .numbers,
.numbers-and-callme .socialIcon{
	display:inline-block;
}
.phone2.socialIcon{
    position: relative;
    bottom: 15px;	
}
.numbers-and-callme .socialIcon ul li {
    display: inline-block;
}
.numbers-and-callme .socialIcon ul li img {
    width: 25px;
}
.wrap-logo{
	width: 200px;
	clear: both;
	margin:20px 0 20px 50px;
}
.numbers-and-callme{
	float: left;
	position: absolute;
	left: 40%;
	margin-top:15px;
}
.times{
	float: right;
    position: relative;
    right: 80px;
    top: 20px;
}
.times_text {
    color: #686666;
    font-weight: normal;
}
.company_open_hours{
	color: #999999;
    font-size: 14px;
    font-weight: bold;
}


.category-info .image img{
	width:100%;
}

.underc{
	display:flex;
}
.underc .under-item1{
	display: flex;
    align-items: center;
}

.numbers ul.info_number{
	width: 200px;
	text-align: center;
	padding: 0;
}	
.numbers ul.info_number li{
	list-style-type:none;
	margin-left:0;
	font-weight: bold;
}
.numbers ul.info_number li img{
	padding-right:5px;
}
.head-button-callme a{
	display: block;
	width: 100%;
	padding: 5px 0;
	color: white;
	background: #F35C16;
	text-align: center;
	margin-bottom: 10px;
}
#header #cart {
  position: relative;
  top: 0px;
  z-index: 9999;
  min-width: 180px;
  margin-right:70px;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  top: 40px;
  right: 0px;
  padding: 8px;
  min-height: 150px;
  min-width: 280px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.176);
  box-shadow: 0 10px 12px rgba(0,0,0,0.176);
  background: #FFFFFF;
}
#header #cart > span.icon {
  float: left;
  text-align: center;
  line-height: 38px;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
	width: 50px;
    height: 38px;
}
#header #cart .heading {
  float: left;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 14px;
  position: relative;
  z-index: 1;
  text-align:center;
  padding-top: 4px;
}

#header #cart .heading a {
  text-decoration: none;
  color: #999999;
  line-height: 14px;
}
#header #cart .heading a span {
  /*background: url('../image/arrow-down.png') 100% 50% no-repeat transparent;*/
  padding-right: 10px;
}
#header #cart .heading a span.cart-qant{
    color: #fff;
    background-color: green;
    text-align: center;
    border-radius: 10px;
    padding: 1px 7px;
	position: relative;
    right: 10px;
    bottom: 20px;
}
#header #cart .heading a span.cart-qant2{
	color:#fff;
	font-weight: bold;
}
#header #cart .heading h4 {
  font-size: 14px;
  margin: 0px;
  color: #fff;
  line-height: 20px;
  padding-bottom: 3px;
}
#header #cart.active .content {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 50px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE;
  font-size:14px;
}
.mini-cart-info td a{
	
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}
#search {
  background: #FFFFFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 3px 1px;
  position:relative;
    width: 100%;
    display: inline-block;
    max-width: 493px;
    min-width: 200px;
	margin-top:17px;
}
#search .button-search{
	position: relative;
    top: 5px;
    right: 10px;
    cursor: pointer;	
}
#search input {
  border: none;
  background: none;
  width: 227px;
  outline: none;
}
#search .icon-search {
  color: #F35C16;
}
.sright select{
	width:100%;
}
.product-block {
  position: relative;
  margin-bottom: 20px;
  margin-top:20px;
}
.product-block .compare a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url('../image/add.png') left center no-repeat;
}
.product-block .wishlist a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url('../image/add.png') left center no-repeat;
}
.product-block a:hover {
  color: #a9d04a;
}
.product-block .price-old {
  color: #61F600;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 14px;
}
.product-block .rating {
  display: none;

}
.product-block .cart {
  margin-bottom: 3px;
  text-align: center;
}
.product-block .price-new {
  font-weight: bold;
}
.product-block .name {
  margin: 0;
  height: 100px;
}
.product-block .name a {
  color: #000;
  height:auto;
  font-weight: 600;
text-align:center;
  text-decoration: none;
  display: block;
  font-size:16px;
  overflow: hidden;
      min-height: 45px;
}
.product-block .name a:hover {
  color: #F35C16;
}
.product-block .description {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  display:none;
}
.product-block .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.product-block .image .product-label-special {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #D9534F;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #fff;
}
.product-block .image .product-zoom {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 10;
  width: 0px;
  background: #fff;
  font-size: 20px;
  border: 1px solid #555555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-block .image:hover .product-zoom {
  opacity: 1;
  width: 34px;
}
.product-block .image:after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999em;
  position: absolute;
  bottom: 0;
  left: 46%;
  border-left: 9px solid transparent;
  border-bottom: 8px solid #fff;
  border-right: 9px solid transparent;
  display:none;
}
.product-block .price {
  display: block;
  font-weight: bold;
  color: #F35C16;
  margin: 15px 0 15px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.product-block .price .price-tax {
  display: none;
}
.sidebar .box .box-heading span {
  background: #F35C16;
}
.sidebar .product-block {
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 12px;
  width: 40%;
}
.sidebar .product-block .image .label {
  display: none;
}
.sidebar .product-block .image:after {
  display: none;
}
.sidebar .product-block .name {
  line-height: 20px;
  height: 43px;
  overflow: hidden;
}
.sidebar .product-block .name a {
  font-size: 15px !important;
  height: 42px;
}
.sidebar .product-block .description {
	height: 32px;
    line-height: 15px;
	text-align:left;
}
.sidebar .product-block .price{
	text-align:left;
}
.sidebar .product-block .cart {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare {
  display: none;
}
.vertical .product-block .image:after,
.product-list .product-block .image:after {
  bottom: 45%;
  left: auto;
  right: 0;
  border-top: 9px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 9px solid transparent;
}
.vertical .product-block .price,
.product-list .product-block .price {
  margin: 6px 10px;
}
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display:inline-block;
}
.box.category{
	width:260px;
}
.box ul.box-category > li:first-child {
  padding: 0px 8px 8px 0px;
}
.box ul.box-category > li {
  padding: 8px 8px 8px 0px;
}
.box ul.box-category > li ul {
  display: none;
}
.box ul.box-category > li ul li {
  padding: 5px 0px 10px 22px;
  border: none;
}
.box ul.box-category > li ul li > a {
  text-decoration: none;
  display: block;
}
.box ul.box-category > li ul li > a.active {
  font-weight: bold;
}
.box ul.box-category > li > a {
  text-decoration: none;
  color: #999999;
}
.box ul.box-category > li > a > i {
  font-size: 10px;
  margin: 0px 6px;
  display:none;
}
.box ul.box-category > li a.active + ul {
  display: block;
}
.box ul.box-category li a {
  color: #444;
  font:bold 12px Arial;
}
.box ul.box-category li a:hover {
  color: #F35C16;
}
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #eeeeee !important;
}
.quickaccess {
  padding: 0 12px;
  color: #fff;
}
.quickaccess > div {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #c6e087;
}
.quickaccess > div:last-child {
  border: none;
}
.quickaccess .icon {
  font-size: 36px;
  float: left;
  margin: 25px 0 25px 15px;
}
.quickaccess h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 25px 0 0px !important;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
}
.quickaccess p {
  font-style: italic;
  margin-bottom: 25px;
}
.vertical .item .box-product:last-child .product-block {
  margin: 0 !important;
}
.horizontal .item .box-product .product-block:hover {
	position:relative;
	opacity:0.9;
	cursor:pointer;
	transition:1s;
	padding: 2px 0 2px 0;
	box-shadow:
   0 1px 4px rgba(0, 0, 0, .3),
   -23px 0 20px -23px rgba(0, 0, 0, .8),
   23px 0 20px -23px rgba(0, 0, 0, .8),
   0 0 40px rgba(0, 0, 0, .1) inset;
}
.box-product.pink.horizontal{
	/*position:absolute;*/
	margin-top:315px;
	/*width:850px;*/
}
.box.box-product.featured.highlight{
	margin-top:315px;
}
.box-product.yellow.horizontal.box.productcarousel{

}
#content .productcarousel {
  margin: 0;
}
.pav-blogs a:hover,
.pav-blogs .blog-title a:hover,
.pavcontentslider .pav-caption.title,
.pavblog-latest .blog-item .blog-title a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.pav-megamenu .mega-group > .dropdown-toggle {
  color: #a9d04a;
}
.box.productcarousel .carousel-controls a.carousel-control {
  background-image: url('../../image/green/carousel_control.png');
}
.newsletter_block .title_block {
  font-family: "Montserrat", sans-serif;
  text-align: right;
}
.newsletter_block .block_content .wrap-input {
  background: #FFFFFF;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 250px;
}
.newsletter_block .block_content .wrap-input input {
  font-size: 12px;
  color: #a0a0a0;
  border: none;
  width: 200px;
}
.newsletter_block .block_content .wrap-input i {
  color: #a9d04a;
  line-height: 26px;
}
.newsletter_block .block_content .wrap-input button {
  border: none;
  background: none;
}

.wrap-container {
  background-color:rgba(255,255,255,0.8);
  padding: 0 25px;
}
.page-home .wrap-container,
.page-common-home .wrap-container {
  padding: 0;
  background: transparent;
}
.category-list {
  margin-bottom: 20px;
}
.category-list ul {
  float: left;
}
.category-info {
  margin-bottom: 18px;
}
.category-info .image {
  margin-bottom: 12px;
  text-align:center;
}
.category-info p {
  margin: 0px;
}
.refine {
  margin-bottom: 20px;
}
.refine h4 {
  margin: 0px;
  border-bottom: 2px solid #eeeeee;
  padding: 0px 10px;
}
.refine .category-list {
  padding: 10px;
  margin: 0px;
}
.refine .category-list ul {
  float: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.refine .category-list ul li {
  float: left;
  width: 13%;
}
.refine .category-list ul li a {
  color: #999999;
}
.refine .category-list ul li a:hover {
  color: #a9d04a;
}
.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  margin-bottom: 20px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  border-bottom: 1px solid #ededed;
  border-top: 3px solid #ededed;
  padding: 3px 0px;
  line-height: 30px;
  margin-bottom: 18px;
  margin-top: 35px;
}
.product-filter .sort {
  float: right;
  color: #a0a0a0;
}
.product-filter .limit {
  margin-left: 15px;
  float: right;
  color: #a0a0a0;
}
.product-filter .display {
  margin-right: 15px;
  float: left;
  color: #a0a0a0;
}
.product-filter .display a {
  color: #dbdbdb;
  border: 1px solid #dbdbdb;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  margin: 0px 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active {
  color: #000;
}
.product-filter select {
  padding: 4px;
  border: 1px solid #dbdbdb;
}
.product-compare {
  float: right;
  line-height: 26px;
  padding: 0px 10px;
  background: #a9d04a;
  border: 2px solid #80a32a;
  margin-left: 8px;
}
.product-compare a {
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
}
.product-grid > div.products-block {width:100%;}
.product-grid > div {
	width: 260px;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	margin-right:18px;
}
.product-grid .image{
	width:85%;
	margin:0 auto;
}
.product-grid .name {
  text-align:center;
  height: 75px;
  padding-top: 15px;
}
.product-grid .name a {
  font-size: 16px;
  font-weight: bold;
  color:#444;
}
.product-grid .price, .product-list .price {
  border-bottom: none;
  padding: 0;
  margin-bottom: 5px;
}
.price-tax, .wishlist, .compare {
  display: none;
}
.product-list .col-fullwidth {
  width: 100%;
}
.product-list .product-block {
  overflow: hidden;
}
.product-list .wishlist-compare {
  margin-top: 10px;
  display:none;
}
.product-list .price-old {
  color: #FF303E;
  text-decoration: line-through;
  font-weight:normal;
}
.product-list .rating {
	display:none;
}
.product-grid .rating {
	display:none;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB;
  display:none;
}
.product-list .price-new {
  font-weight: bold;
  margin-right:25px;
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  font-weight: bold;
  text-decoration: none;
  color:#444;
  font-size:24px;
}
.product-list .name a:hover,.product-grid .name a :hover{
	color: #F35C16;
}
.product-list .image {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.product-list .price {
  float: left;
  margin: 3px 20px 0px 0;
  text-align: left;
  font-weight: bold;
  color: #FF303E;
  font-size: 18px;
}
.product-list .description {
  line-height: 18px;
  margin-bottom: 10px;
  color: #444;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list > div {
  margin-bottom: 70px;
}
.product-list > div + div {
  border-top: 1px solid #EEEEEE;
  padding-top: 16px;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
  margin-right: 10px;
  color: #555555;
  display:none;
}
.product-related,
.product-grid {
  position: relative;
}
.product-related .description,
.product-grid .description {
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  color: #444;
  margin-bottom:10px;
}
.product-related .wishlist-compare,
.product-grid .wishlist-compare {
  display: none;
}
.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
  display: none;
}
.zoomContainer {
  z-index: 9999;
}
.product-info {
  margin-bottom: 20px;
}
.product-info .price-old {
  color: #999999;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 18px;
}
.product-info .cart {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 20px;
  color: #4D4D4D;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  position: relative;
  margin-bottom: 4px;
}
.product-info .image .product-label-special {
  position: absolute;
  top: 20px;
  right: 110px;
  background: #D9534F;
  z-index: 50;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 3px solid #fff;
}
.product-info .price {
  border-bottom: 2px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #64B13A;
  font-family: "Montserrat", sans-serif;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D;
}
.product-info .description {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4D4D4D;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description span {
  font-weight: bold;
}
.product-info .image-additional {
  margin: 0 -1%;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  float: left;
  display: block;
  width: 23%;
  margin: 0 1%;
}
.product-info .image-additional a img {
  max-width: 100% !important;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  border-bottom: 1px solid #ededed;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .review {
  color: #4D4D4D;
  margin-bottom: 10px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 8px 0;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .quantity-adder {
  margin-top: 3px;
}
.product-info .quantity-adder input {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.product-info .quantity-adder .add-action {
  cursor: pointer;
}
.product-info .quantity-adder .wrap-qty {
  border: 1px solid #eeeeee;
  margin-left: 10px;
  display: inline-block;
}
.product-info .quantity-adder .wrap-qty span {
  padding: 2px 5px;
}
.product-info .quantity-adder .wrap-qty span.add-down {
  border-right: 1px solid #eeeeee;
}
.product-info .quantity-adder .wrap-qty span.add-up {
  border-left: 1px solid #eeeeee;
}
.product-info button.button {
  background: #64B13A;
  border: 2px solid #80a32a;
  color: #FFFFFF;
  width: 120px;
}
.product-info button.button .icon {
  color: #FFFFFF;
}
.product-info .compare-wish {
  margin: 6px 0;
}
.product-info .compare-wish a {
  margin-right: 10px;
  color: #555555;
}
.product-info .compare-wish a:hover {
  color: #a9d04a;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
  display:none;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.compare-info .price-old {
  font-weight: bold;
  color: #999999;
  text-decoration: line-through;
}
.product-grid .price-old{
	color:#FF303E;
	font-weight: normal;
}
.product-list .image {
  float: left;
  margin-right: 10px;
  width: 200px;
}
.compare-info .price-new {
  font-weight: bold;
}
.product-grid .price {
  float: left;
  margin: 3px 15px 0px 0;
  text-align: left;
  color: #FF303E;
  font-weight: bold;
  font-size: 18px;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
  color: #ddd;
  font-weight: bold;
  text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-detail {
  background: #EFEFEF;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
  float: left;
  width: 33.3%;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-info {
  text-align: right;
}
.return-product {
  margin-bottom: 20px;
  clear: both;
  overflow: auto;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input{
	text-align:center;
}
.cart-info thead .quantity{
	text-align:center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image']{
  position: relative;
  top: 4px;
  cursor: pointer;
}

.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody .image img {
  border: 1px solid #ddd;
  width: 100px;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.cart-total .total-p{
	font-size: 16px;
    font-weight: bold;
}
.checkout-heading {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 8px;
  font-weight: bold;
  font-size: 1;
  color: #4D4D4D;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.contact-info {
  overflow: auto;
}
.contact-info .left{
    font-size: 18px;
    margin-bottom: 50px;	
}
.contact-info .right{
    font-size: 18px;
}
span.reg-r,
span.reg-r1,
span.reg-r2{
	font-weight:bold;
	display:block;
}
.map{
	margin-bottom:30px;
}
.map-item1{
	display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: center;
}
.map-item2{
	display: inline-block;
    vertical-align: top;
    width: 59%;
    padding-left: 100px;
}
.map-item2 input[type='text']{
	width: 99%;
    height: 35px;
}
.cap1{
	display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 30px;	
}
.cap2{
	display: inline-block;
    vertical-align: top;
	width: 40%;
}
.cap2 .error{
	position:absolute;
}
.cap .buttons{
	display: inline-block;
    vertical-align: top;
	margin: 0;
    padding: 0;
}
.cap .buttons input.button{
	height:35px;
}

#pav-mainnav {
  padding: 10px 0px;
  width:100%;
}
#pav-mainnav .navbar {
  border-top: none;
  border-bottom: none;
  border-color: none;
  min-height: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
	color: white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
.navbar-nav > li {
	border-right: 1px solid #F72726;
}
.navbar-nav > li:hover{

}
#pav-mainnav .navbar .navbar-nav > li > a:hover{
	text-decoration: underline;
}

#pav-mainnav .navbar .navbar-nav > li > .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.176);
  box-shadow: 0 10px 12px rgba(0,0,0,0.176);
}
#pav-mainnav .navbar .navbar-nav .dropdown a:hover,
#pav-mainnav .navbar .navbar-nav .dropdown a:focus {
  background: none;
  color: #a9d04a;
}
#pav-mainnav .navbar .navbar-nav .dropdown a:hover .caret,
#pav-mainnav .navbar .navbar-nav .dropdown a:focus .caret {
  border-top-color: #a9d04a;
  border-bottom-color: #a9d04a;
}
#pav-mainnav .navbar .navbar-nav > .open > a:hover,
#pav-mainnav .navbar .navbar-nav > .open > a:focus {
  color: #a9d04a;
}
#pav-mainnav .navbar .navbar-nav > .open > a:hover .caret,
#pav-mainnav .navbar .navbar-nav > .open > a:focus .caret {
  border-top-color: #a9d04a;
  border-bottom-color: #a9d04a;
}
#pav-mainnav .navbar .dropdown-menu {
  border-top: none;
}
#pav-mainnav .navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
#pav-mainnav .navbar .dropdown:hover > a {
  color: #a9d04a;
}
#pav-mainnav .navbar .dropdown:hover > a .caret {
  border-top-color: #a9d04a;
  border-bottom-color: #a9d04a;
}

#pav-paneltool .pn-action {
  background: green !important;
}

.box-category .icon-asterisk{
	display:none;
}
.icon-asterisk:before {
    content: "\f069"; 
    font-size: 6px;
    vertical-align: super;
}

/**/
.box.category {
	
	max-width: 100%;
	width: 274px;
	position: relative;
    
}
.category .box-heading {
	width: 100%;
	padding: 0;
	cursor: pointer;
    min-width:145px;
}
.category .box-heading span {
	width: 100%;
}
.category .box-heading span .butter {
    width: 22px;
    height: 22px;
    background: url(/catalog/view/theme/pav_floral/img/glyphicons-halflings-white.png);
    background-position-x: 213px;
    display: inline-block;
    background-position-y: 9px;
    background-repeat: repeat-x;
}
.category .box-content {
	padding: 10px 0;
	background: #f59b66;
	position: absolute;
	z-index: 1000;
	margin-top: 14px;
	display: none;
}
.category ul.box-category > li {
	padding: 0px;
	border-bottom: none;
}
.category ul.box-category > li:first-child {
	padding: 0px;
}

.category ul.box-category > li.haschild > a {
	background: #ffffff;
    margin: 10px;
    box-shadow: -2px 0px 9px #d0d0d0;
}
.category .box-content.big-screen ul.box-category > li.haschild > a::after {
	display: block;
	position: absolute;
	content: ">";
	right: 22px;
	top: 10px;
	color: #444444;
	text-shadow: 1px 1px 2px #555;
	transition: all 0.3s ease 0s;
}
 
.category .big-screen ul.box-category > li.haschild > ul i::before {
	display: block;
	position: absolute;
	content: ">";
	right: 15px;
	top: 10px;
	color: #444444;
	text-shadow: 1px 1px 2px #555;
	transition: all 0.3s ease 0s;
}
.category .big-screen ul.box-category > li.haschild > a:hover::after {
	right: 14px;
}

.category ul.box-category > li > a {
	display: block;
	padding: 10px 12px;
    transition: all 0.3s ease 0s;
    display:block;
	background: #ffffff;
    margin: 10px;
    box-shadow: -2px 0px 9px #d0d0d0;
}
.category .box-content.big-screen  ul.box-category > li:hover > a {
	background: #e6ecdd54 !important;
	color: #fff;
}
.category .box-content.big-screen  ul.box-category i {
	pointer-events: none !important;
}

.category .box-content.big-screen ul.box-category > li a.active + ul {
	/*display: none;*/
}
.category ul.box-category > li.haschild > a.active {

}

.category ul.box-category > li.haschild {
	position: relative;
}
.category .box-content.big-screen  ul.box-category > li.haschild > ul {
/*    display:block !important;*/
	display: block;
    left:-1000px;
   	top: -10px;
   	position: absolute;
   	width: 350px;
	padding: 0;
	margin: 0;
	background: #f59b66;
	border-left: none;
	box-shadow: 2px 2px 3px #555;    
	transition: left 0.2s ease 0s, opacity 0.5s ease-in 0s;
    opacity:0;
    overflow:  auto;
}
.button-close-menu{
	display:none;
}

/*
.category ul.box-category > li.haschild > a {
	position: relative;
}
.category ul.box-category > li.haschild > a:before  {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	width: 10px;
	height: 100%;
}
*/


/*.category .box-content.big-screen ul.box-category > li.haschild:hover > a + ul {
    left: 100%;
    opacity: 1;
}*/
.category .big-screen ul.box-category > li.haschild li {
	position: relative;
}
.category .big-screen ul.box-category > li.haschild li:hover > ul {
	position: absolute;
	display: block;
    left: 100%;
	width: 350px;
	top: -11px;
	background: #f59b66;
	padding: 0;
	margin: 0;
	transition: left 0.2s ease 0s, opacity 0.5s ease-in 0s;
	border-left: none;
	box-shadow: 2px 2px 3px #555;
    opacity: 1;
}
.category .big-screen ul.box-category > li.haschild:hover > ul li{
	padding:0;
}
.category .box-content.big-screen ul.box-category > li.haschild:hover > ul a{
	padding: 10px;
    transition: all 0.3s ease 0s;
    display:block;
	background: #ffffff;
    margin: 10px;
    box-shadow: -2px 0px 9px #d0d0d0;	
}
#column-left {
	display: flex;
	flex-wrap: wrap;
}
#column-left > * {
	width: 100%;
}
#column-left .box.category {
	order: -1;
}
#column-left .box.category .box-content {
	position: relative;
	display: block;
}
#column-left .box.category .box-content.big-screen { 
	display:none;
}
#column-left #category-butter {
	display: none;
	pointer-events: none;
}
  .mini-access{
	  display:none !important;
  }

.box.category {
	display: none;
}
.block-bottom .box.category {
	display: block;
}
body[home="home"] .box.category {
	display: block;
}

.small-screen > ul.box-category {
	width: 100%;
    max-height:calc(100% - 40px);
}
.category .small-screen ul.box-category > li {
	position: relative;
}
.category .small-screen ul.box-category > li > a {
	padding-right: 40px;
}
.box-content.small-screen {
	overflow: auto;
}
.cat-dropdown {
	position: absolute;
    display: block;
    font-size: 21px;
    width: 22px;
    height: 21px;
    top: 6px;
    right: 17px;
    line-height: 0px;
    padding: 10px 0px 10px 1px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    background: #f7bf8f;
    border-radius: 50%;
    color: #a93b3bc4;
}
.cat-dropdown:hover {
	transform: rotate(360deg);
}
.haschild.active .cat-dropdown {
	height: 22px;
    font-size: 20px;
	padding-left: 0;
}
.haschild.active .sister .cat-dropdown {
    height: 20px;
    padding-left: 0;
}
.haschild.active .sister.active .cat-dropdown {
    height: 22px;
    padding-left: 0;
}

.category .small-screen ul.box-category > li.haschild > ul {
	opacity: 1;
}
.category .box-content.small-screen ul.box-category > li.haschild.active > ul {
    display:block;
    padding-left:20px;
}
.category .box-content.small-screen ul.box-category > li.haschild.active > ul a{
	padding: 10px;
    transition: all 0.3s ease 0s;
    display:flex;
	background: #ffffff;
    margin: 10px;
    box-shadow: -2px 0px 9px #d0d0d0;	
}
.category .box-content.small-screen ul.box-category > li.haschild.active > ul a span.badge {
	/*font-size:11px;*/
}
.box.category .box-content.small-screen ul.box-category > li ul li {padding: 0;}
.box.category .box-content.small-screen ul.box-category > li ul li.sister {
	position:relative;
}
.box.category .box-content.small-screen ul.box-category > li ul li.sister a {
	padding-right: 40px !important;
}
.box.category .box-content.small-screen ul.box-category > li ul li.sister ul {
	padding-left: 20px !important;
}
.box.category .box-content.small-screen ul.box-category > li ul li.sister.active ul {
	display:block;
}


::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}
::-webkit-scrollbar-button {
    /*background-color: #fff;*/
}
::-webkit-scrollbar-corner {
    background-color: #FB6F58;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #FB6F58;
    border-radius: 3px;
}
::-webkit-scrollbar-track {
    background-color: ;
    border: 1px solid #fb6f5847;
}
/**/

@media only screen and (max-width: 1200px){
	.box-product.pink.horizontal{
		/*width: 708px;*/
	}
	#pav-mainnav .navbar .navbar-nav > li{
		width:156px;
    }
	#pav-mainnav .navbar .navbar-nav > li > a{
		font-size:13px;
	}
	.carousel.slide.pavcontentslider{
		right:10px;
	}
	.box.category{
		width:auto;
	}
		.hide-bar{
		    margin-top: -364px;
	}
}
@media only screen and (max-width: 990px){
	.numbers-and-callme{
		left: 20%;
		width:40%;
	}
		.wrap-logo{
		width:100px;
		margin:0;
	}
	.times{
		top:0;
	}
	.pull-left.wrap-menu{
		display:none;
	}
	#header-main{
		height:0;
	}
	.lang{
		position: relative;
		display: block;
		top: 45px;
		width: 70px;
		right: 10px;		
	}
	.phone2.socialIcon ul{
		padding:0;
	}
			.box .box-heading{
		font-size:15px;
	}
	.hide-bar {
    margin-top: -216px;
}
.product-block .name a{
	height: 56px;
	font-size: 10px;
}
.product-block .price{
	font-size:14px;
}
button.button{
	height:32px;
	    font-size: 12px;
}
.sidebar .product-block .name a {
    font-size: 10px !important;
    height: 37px;
    line-height: 12px;
}
	

}

@media only screen and (max-width: 980px){
	.box-product.pink.horizontal{
		position:none;
	}
	.box.box-product.featured.highlight{
		margin-top:0;
		width: 300px;
		position: relative;
		right: 280px;
	}
	.box-product.yellow.horizontal.box.productcarousel{
		width: 730px;
		position: relative;
		right: 551px;
		top: -85px;
	}


	
}
@media only screen and (max-width: 770px){
	.box-product.pink.horizontal{
		position:none;
	}
	.box.box-product.featured.highlight{
		top: -748px;
		left: 340px;
		position: relative;
		right: 280px;
	}
	.box-product.yellow.horizontal.box.productcarousel{
		width: 730px;
		position: relative;
		top: -830px;
		left: 0;
	}

}
@media only screen and (min-width: 980px) {
  #menu-offcanvas {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  #header-main .header-wrap .wrap-logo {
    width: 150px;
    padding: 20px 0;
  }
  #header-main .header-wrap .wrap-menu .nav > li > a {
    padding: 22px 10px;
  }
  .box.productcarousel.vertical .box-content .product-block {
    margin-bottom: 16px;
  }
  .box.productcarousel.vertical .box-content .image {
    width: 52%;
  }
  .box.productcarousel.vertical .box-content .product-meta {
    padding: 5px 18px 8px;
  }
  .product-block .price {
    margin-bottom: 21px;
  }
  .carousel.pavtestimonial {
    padding: 4px 12px;
  }
  .pav-caption {
    display: none;
  }
  #pav-slideshow .pavcontentslider .carousel-indicators {
    bottom: 50px;
  }
  #image-additional {
    margin: 0 -5px;
  }
  #image-additional .carousel-inner .item img {
    max-width: 79px !important;
  }
}
@media only screen and (max-width: 990px) {
  #header-main .header-wrap .wrap-logo {
    display: inline-block;
    float: none !important;
    margin-left: 20px;
    border-left: 1px solid #eeeeee;
    padding: 10px 0 10px 20px;
    width: auto;
  }
  #header-main .header-wrap #pav-mainnav {
    border-left: none;
  }
  .box.productcarousel .product-block .description {
    display: none;
  }
  .pavtestimonial .testimonial > div {
    height: 90px;
  }
  .quickaccess > div {
    border-right: none;
    border-bottom: 1px solid #c6e087;
  }
  .quickaccess .icon {
    margin: 0;
  }
  .product-block .image .product-zoom {
    display: none !important;
  }
  #image-additional {
    margin: 0 -8px;
  }
  #image-additional .carousel-inner .item img {
    max-width: 81px !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-inverse .navbar-toggle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {


  .wrap-logo{
	      width: 100%;
    margin: 0;
  }
  #logo{
	width: 150px;
    margin: 0 auto;
}
#column-left{
	display:none;
}
.slideshow{
	display:none;
}
  .numbers-and-callme {
    left: auto;
    width: 100%;
    position: relative;
    text-align: center;
}
.head-button-callme a{
	width:260px;
	margin: 0 auto;
}
.times {
    width: 100%;
    text-align: center;
    right: 0;
    margin-top: 10px;
	margin-bottom: 10px;
}
.hide-bar {
    margin-top: -406px;
}
.box .box-heading {
    font-size: 14px;
}

  #page {
    padding-top: 0 !important;
  }
  #header-main {
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
  }
  #header-main .header-wrap {
    height: 66px;
  }
  #header-main .header-wrap .wrap-logo {
    padding: 0px;
  }
  #header-main .header-wrap #pav-mainnav {
    padding: 0px;
  }
  #header-main .header-wrap #cart {
    margin-top: 10px;
    height: 56px;
  }
  #header-main .header-wrap #cart .content {
    top: 55px;
  }
  #topbar {

  }
  #topbar #search {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #topbar #search input {
    width: 250px;
  }
  #topbar.topshow {
    top: 0px;
    z-index: 99999;
  }
  #header-main .header-wrap .wrap-logo {
    display: block;
    margin: 0px;
    border-left: none;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
  }
  #header-main .header-wrap .wrap-logo a {
    display: inline-block;
    width: 150px;
  }
  #header-main .header-wrap .cart-top {
    border: none;
  }

  .navbar .navbar-inverse .navbar-toggle {
    margin: 5px 10px;
  }
  .product-filter .sort {
    float: left;
  }
  .product-filter .display {
    display: none;
  }
  .product-info .image-container {
    margin-bottom: 20px;
  }
  .box.productcarousel.box-product .box-content .product-block {
    margin-bottom: 20px;
  }
  .box.productcarousel.box-product .box-content .product-block .image {
    width: 48%;
    float: left;
    margin-right: 10px;
  }
  .box.productcarousel.box-product .box-content .product-block .image:after {
    bottom: 40%;
    left: auto;
    right: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 9px solid transparent;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta {
    padding-bottom: 0px;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta .description {
    display: block;
  }
  .pavtestimonial {
    margin-bottom: 20px;
  }
  .zoomContainer {
    display: none;
  }
  .newsletter_block .title_block {
    text-align: center;
  }
  .newsletter_block .block_content .wrap-input {
    width: 250px;
    margin: 0 auto;
  }
  .blog-meta ul {
    text-align: left;
  }
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
  table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
  }
  table.pav-shop-cart tr td {
    text-align: right;
    display: block;
    min-height: 20px;
    border-left: none;
    background: none;
  }
}
@media only screen and (max-width: 599px) {
  .product-filter .limit {
    margin: 0px;
    float: left;
  }
  .product-filter .sort {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
  }
  .product-filter .display {
    display: none;
  }

  .productcarousel .product-block .cart {
    display: none;
  }
  .underc{
	display:block;
}
.underc .under-item1{
	display: block;
    align-items: center;
}
  .for-flex {
    display: block;
  }

} 
@media only screen and (max-width: 479px) {
  .mini-access > ul >li {
    margin: 5px 3px;
  }
  .product-filter .sort {
    margin-left: 0px;
    margin-top: 10px;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta .description {
    display: none;
  }
  .box.productcarousel.box-product .box-content .product-block {
    margin-bottom: 20px;
  }
  .box.productcarousel.box-product .box-content .product-block .image {
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .box.productcarousel.box-product .box-content .product-block .image:after {
    bottom: 0;
    left: 46%;
    right: auto;
    border-left: 9px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 9px solid transparent;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta {
    padding-bottom: 10px;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta .description {
    display: block;
  }
  .box.productcarousel.box-product .box-content .product-block .description,
  .box.productcarousel.box-product .box-content .product-block .cart {
    display: block;
  }
    .searchh{
	  display:none;
  }  
  .cartt{
	  float: right;
    width: 55%;
  }
  .cart-top{
	  padding:0;
  }
  #block-for-button{
	  width:152px;
  }
  .product-block .name a {
    height: 44px;
    font-size: 16px;

}
  .simplecheckout-cart td.quantity input[type=text]{
	  width:16px !important;
  }
  .category ul.box-category > li.haschild:hover > a + ul{
	  width:200px;
  }

}
@media only screen and (max-width: 319px) {
  .box.productcarousel.box-product .box-content .product-block .product-meta .description {
    display: none;
  }
  .box.productcarousel.box-product .box-content .product-block {
    margin-bottom: 20px;
  }
  .box.productcarousel.box-product .box-content .product-block .image {
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .box.productcarousel.box-product .box-content .product-block .image:after {
    bottom: 0;
    left: 46%;
    right: auto;
    border-left: 9px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 9px solid transparent;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta {
    padding-bottom: 10px;
  }
  .box.productcarousel.box-product .box-content .product-block .product-meta .description {
    display: block;
  }
  .box.productcarousel.box-product .box-content .product-block .description,
  .box.productcarousel.box-product .box-content .product-block .cart {
    display: block;
  }
}
/*---------NEW STYLE------*/
.page-home .description, .page-category .description {
    display: none;
}
.page-category h3.name {
    line-height: 20px;
    margin: 10px 0px;
}
#topbar .topbar .numbers ul li a {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
}
.product-related.box .box-heading span {
    box-shadow: none;
    color: #F35C16;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 28px;
    margin: 10px 0px;
}

.buyinoneclick-product .buyinoneclick-plabel, .buyinoneclick-product .price_gs, .buyinoneclick-product .currency, .buyinoneclick-product .quantity_gs, .buyinoneclick-product .total_gs {
    display: none!important;
}
.buyinoneclick-product h2 {
    margin-top: 0;
    margin-bottom: 0px;
}
.buyinoneclick-product {
    padding-top: 0;
    padding-bottom: 0;
}
.product-info .description .red_stock {
    font-weight: 400;
    color: red;
}
.product-info .description .green_stock {
    font-weight: 400;
    color: green;
}
.button.buyinoneclick-open {
    display: inline-block;
    float: left;
    margin-top: 10px;
}
@media only screen and (min-width : 320px) and (max-width : 767px) {
#header .container {
    padding: 0;
    margin: 0;
    width: 100%;
}
#header .row {
    margin: 0;
}
#header-main {
    margin: 0;
}
#topbar .pull-left.wrap-logo {
    float: left;
    width: 25%;
    margin-top: 5px;
}
#topbar .pull-left.wrap-logo #logo {
    width: 100%;
}
#topbar .numbers-and-callme {
    float: left;
    width: 55%;
    margin-top: 0;
}
#header #language {
    margin: 0;
    border: none;
    padding: 0;
    position: relative;
    top: -15px;
    left: 20px;
    width: 48px;
}
#topbar .times {
    display: none;
}
#topbar .phone2.socialIcon {
    position: relative;
    bottom: 0px;
}
#topbar .head-button-callme {
    margin-bottom: 15px;
    margin-top: 5px;
}
#topbar .head-button-callme .callme.cboxElement {
    width: 100%;
}
#topbar {
    margin-bottom: 80px;
}
.block-bottom.navbar.navbar-fixed-top .cartt {
    float: right;
    width: 40%;
    padding: 0;
}
.block-bottom.navbar.navbar-fixed-top .box .box-heading span {
    padding: 0px 10px;
}
.block-bottom.navbar.navbar-fixed-top .category .box-heading {
    min-width: 132px;
}
.block-bottom.navbar.navbar-fixed-top #block-for-button {
    width: 132px;
}
/*-------SEARCH--------*/
.block-bottom.navbar.navbar-fixed-top .searchh {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 99999;
    background: rgba(243, 92, 22, 1);
    padding-left: 35px;
}
.block-bottom.navbar.navbar-fixed-top #search .button-search {
    top: 2px;
}
.search_click_icon {
    position: absolute;
    left: 48%;
    top: 13px;
    display: block!important;
}
.search_click_icon svg {
    width: 35px;
    height: 35px;
}
.search_click_icon svg path {
    fill: #fff;
}
.show_search .searchh {
    display: block!important;
}
.show_search .searchh .close_search {
    display: block!important;
    position: absolute;
    left: -28px;
    top: 3px;
}
.show_search .searchh .close_search svg path {
    fill: #fff;
}
}