@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
body{
font-family: 'Poppins', sans-serif;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  position: relative;
}
@media only screen and (min-width: 1200px){
.container {
    padding-left: 0;
    padding-right: 0;
	
}}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


.fancybox-lock .fancybox-overlay {
	overflow: auto !important;
}
.fancybox-margin {
	margin-right:0 !important;
}
.fancybox-margin {
	margin-right: 17px;
}
.fancybox-lock body {
    overflow: auto !important;
}

/*----------------------------------------------------------*/
/* Owl Carousel
/* 	Core Owl Carousel CSS File
/*	v1.3.2
/*----------------------------------------------------------*/

.horizontal_mode, .vertical_mode{
    position: relative;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel *{
    direction: ltr !important;
}
.owl-carousel{
    display: none;
    /*position: relative;*/
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel.sdsblog-box-content .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-right: 3px;
    zoom: 1;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.Brands-block-slider{
	display: inline-block;
    width: 100%;
}
body:not(#index) .Brands-block-slider{background: #fff;}
body:not(#index) #footer{padding-top: 0;}
.Brands-block-slider .horizontal_mode .owl-carousel .owl-item .item{margin: 0;}
#fieldbrandslider{
	padding: 45px 0;
    margin: 0;
}
#fieldbrandslider .owl-wrapper-outer{overflow: hidden;}
#fieldbrandslider h4{display: none;}
#featured_products_block.horizontal_mode .owl-carousel .owl-item .item, #field_productcates .owl-carousel .owl-item .item{
	border-right: 1px solid #f3f3f3;
}
.horizontal_mode .owl-carousel .owl-item .item{
    padding: 0 15px;
    text-align: center;
	margin: 15px 0;
}

.horizontal_mode .owl-carousel .owl-item .item.sds_blog_post{margin: -4px 0 0 0;}
#left_column .horizontal_mode .special_products.owl-carousel .owl-item .item, #right_column .horizontal_mode .special_products.owl-carousel .owl-item .item{
    padding: 0;
}
.horizontal_mode .owl-carousel .owl-item .item .left-block{
    text-align: center;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-theme .owl-controls{
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{

}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #333333;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    background: url('../images/AjaxLoader.gif') no-repeat center center;
    min-height: 32px;
}

/* Field - Owl Carousel Style Overrides */
.owl-item img {
    max-width: 100%;
    height: auto;
}

.owl-controls {
    width: 100%;
}

/* Owl navigation buttons in carousels */
.owl-buttons{
    display: block;
    overflow: hidden;
    position: absolute;
    width: 56px;
    top: 13px;
    right: 15px;
}

.owl-buttons [class^="carousel-"] span{
    border: none;
    color: #444;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
	position:relative;
	background: #313131;
}
.owl-buttons [class^="carousel-"] span::before {
    left: 50%;
    position: absolute;
    top: 46%;
	color: #fff;
    font-size: 14px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.owl-buttons [class^="carousel-"] span:hover{
    background-color: #f16160;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s; 
    -ms-transition: all 0.3s ease-in-out 0s; 
}
.owl-buttons .carousel-previous {
    float: left;
    padding-right: 5px;
    cursor: pointer;
}
.owl-buttons .carousel-next {
    float: right;
    cursor: pointer;
}
.title_center .owl-buttons .owl-next{
    margin: 0 !important;
}
.title_center .owl-buttons .owl-prev{
    margin: 0 !important;
}

/* ------------------------------------------------------------- */
/*  Owl Carousel Responsive
/* ------------------------------------------------------------- */
@media only screen and (max-width: 767px)
{
    .owl-buttons{
        display: none;
    }
    .horizontal_mode .owl-carousel .owl-item .item{
        text-align: center;
    }
}
/* ------------------------------------------------------------- */
/**************************************Box-wide************************************/
.boxed main{
    max-width: 1200px; 
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); 
    margin: 0 auto;
} 
.boxed #header_menu.fieldmegamenu-sticky{
	max-width: 1200px; 
	margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .boxed main{
        max-width: 980px;
    }
	.boxed #header_menu.fieldmegamenu-sticky{
	max-width: 980px; 
}
}
@media only screen and (max-width: 991px){
    .boxed main{
        margin:0 auto;
        border-radius:0;
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff;
    }
	.boxed #header_menu.fieldmegamenu-sticky{
	margin: 0 auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .boxed main { max-width: 768px;}
	.boxed #header_menu.fieldmegamenu-sticky{
	max-width: 768px; 
}
}
@media only screen and (max-width: 767px){ 
    main { width:100%;}
	.boxed #header_menu.fieldmegamenu-sticky{
	max-width: 100%; 
}
    .header_bottom{text-align: center;}
}
/*-------------------------------------------------------------------------------*/
.modal-open{
	overflow:auto;
	padding-right:0 !important;	
}
/*-------------------------------------------------------------------------------*/
body{
	font-size:12px;
	color:#666;
	
}
#wrapper{
	background:none;
	padding:0;
	box-shadow:none;	
}
main{
	background:#fafafa;	
	overflow: hidden;
}
#header{
	color:inherit;
	background:none;	
}
a{
	color:#444;	
}
a:hover, a:focus{
	color: #f16160;	
}
a:focus{
	text-decoration:none;	
}
.form-control:focus{
	outline:none;	
}
	
.form-control{

	font-size:14px;	
}
/**************************************Footer************************************/
#back-top a{
    background: #f16160 none repeat scroll 0 0;
    bottom: 10px;
    color: #ffffff;
    font-size: 25px;
    height: 50px;
    padding: 12px 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 9999;
}
@media only screen and (max-width: 767px){
    #back-top a{
	font-size: 20px;
	height: 30px;
	padding: 4px 0;
	width: 30px;
    }
}
#back-top a:hover{
    opacity: 0.8;
}
.page-header h1{
	border-bottom: 1px solid #f3f3f3;
	color: #444;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;	
	position:relative;	
}
.card{
	position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-block{
	padding: 1rem;
}
.cart-grid-body .card .card-block h1{margin-bottom: 0;}
.text-xs-center .btn.disabled{
	background: #2f2f2f;
    padding: 5px;
    color: #fff;
    padding-right: 10px;
	opacity: 1;
}
.cart-grid-body a.label i{font-size: 20px;}
.cart-grid-body a.label i:hover, .cart-grid-body a.label:hover, .cart-grid-body a.label:hover, .text-xs-center .btn.disabled:hover{
	color: #009788;
}
.cart-grid-body a.label:hover, .cart-grid-body a.label:hover{
	background: none !important;
}
.cart-grid-body hr{margin: 0;}


.title_block{
	border-bottom: 1px solid #e2dfdf;
	color: #444;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;	
	position:relative;	
}

.title_block{
	text-align: left;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    line-height: 50px;
    padding: 0 15px;
    height: 50px;
    background: #fff;
    border-style: solid;
    border-color: #f3f3f3;
    border-width: 2px 1px 1px 1px;
    border-top-color: #f16160;
	font-weight: 700;
}
.title_center .title_block:before{
	display:none;
}

/*--------------------------------------------------------*/
#header a{
	color:#444;	
}

#header ul{
	margin:0;	
}
#header .dropdown-menu{
	font-size: 12px;
    padding:0;
    border: none;
    background: #313131;
	margin:0;
	top:100%;
	min-width:120px;
	left: -34px;
}
#header .dropdown-menu li.current,#header .dropdown-menu li:hover{
	background:#f16160;
}
#header .dropdown-menu li a{
	color:#fff;	
	padding:0;
}
#header .header-nav{
	border-bottom:none;
	padding:0;	
	margin:0;
	max-height:none;
	position:relative;
	background: #f3f3f3;
}
.header-nav .container > div {
	display: inline-block;
}
.header-nav .container > div.language-selector-wrapper{
	margin-left: 461px;
}
.lang-fr .header-nav .container > div.language-selector-wrapper{
	margin-left: 452px;
}
.lang-es .header-nav .container > div.language-selector-wrapper{
	margin-left: 456px;
}
.lang-it .header-nav .container > div.language-selector-wrapper{
	margin-left: 458px;
}
.block_newsletter{padding: 0;}
.smart-blog-categories{background: #fff;}
@media(max-width:1199px) and (min-width:992px){
	.header-nav .container > div.language-selector-wrapper{
		margin-left: 231px;
	}
	#header .header-top > .container{padding: 50px 15px !important;}
	
}
@media(max-width:1199px) and (min-width:768px){
	.product-images > li.thumb-container > .thumb{width: 70px;}
}
@media(max-width:991px) and (min-width:768px){
	.images-container ul.product-images{margin-left: 4px;}
	.images-container .product-images > li.thumb-container > .thumb{margin-right: 0;}
}
@media(max-width:1199px){
	
	.tab-category-container-slider .owl-buttons, 
	.tab-category-container-slider_2 .owl-buttons, 
	.tab-category-container-slider_3 .owl-buttons, 
	.tab-category-container-slider_4 .owl-buttons,
	.smart-blog-categories .owl-buttons{right: 30px;}
}

@media(max-width:991px){
	#header .header-top > .container{padding: 50px 15px !important;}
	
	.header-nav .container > div.language-selector-wrapper{
		margin-left: 11px;
	}
	.pagination .bottom-col{display: none;}
	.pagination .col-md-6{
		margin: 0;
		float: left;
	}
	.pagination > div:first-child{width: 50%;}
	.fancybox-lock .fancybox-overlay, .fieldpopupnewsletter{display: none !important;}
	.footer-top .footer-block{padding-bottom: 15px;}
}
@media(max-width:767px){
	#static_home_top .feature-col{
		margin-bottom: 30px;
		text-align: center;
	}
	#static_home_top .feature-col:last-child{margin-bottom: 0;}
	#static_home_top{margin-bottom: 0;}
	.coppyright-right ul li{float: none;}
	.footer-bottom .coppyright-left, .footer-bottom .coppyright-right{text-align: center;}
	#js-product-list .item{width: 50%;}
	#right-column p{text-align: center;}
	.product-images > li.thumb-container > .thumb{width: 75px;}
	.coppyright-left{height: 29px;}
}
#header .header-nav .language-selector,#header .header-nav .currency-selector{
	margin:0;
	line-height:35px;
	position:relative;
	font-size: 12px;
}
#header .header-nav .currency-selector li{
	padding:0 15px;
	line-height:35px;	
}
#header .header-nav .language-selector i,#header .header-nav .currency-selector i{
	position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}
#header .header-nav .language-selector:hover .expand-more,#header .header-nav .currency-selector:hover .expand-more{
	color: #f16160;
}

#header .header-nav .language-selector, #header .header-nav .currency-selector{
	margin-right: 16px;
    padding-right: 14px;
}
#header .header-nav .language-selector .expand-more{
	position:relative;
	padding-left: 0;
    padding-right: 16px;
}
#header .header-nav .currency-selector .expand-more{
	position:relative;
	padding-right:20px;
}
#header .header-nav .language-selector:before, #header .header-nav .currency-selector:before{
	content:"";
	position:absolute;
	height:11px;
	width:1px;
	background:#999;
	right:0;
	top:50%;
	margin-top:-7px;	
}
#header .header-nav .language-selector li{
    position: relative;
	line-height:35px;
	text-align: center;
}
#header .header-nav .language-selector img{
	position:absolute;
	left:0;
	margin-top:-5px;
	top:50%;
	display: none;
}
#header .header-nav .language-selector li img{
	left:15px;
}
@media (min-width: 992px) {
.welcome-text{
	width:auto !important;
}
}
.header-nav .container > div.welcome-text{
	text-align:center;
	float: left;
}
.header-nav .container > div.welcome-text .default-wc{
	float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #444;
    display: inline;
}
.header-nav .container > div.welcome-text .default-wc .text-wc{
	padding-right: 16px;
    line-height: 11px;
    border-right: 1px solid #999;
    margin-right: 16px;
}
.default-wc div{display: inline-block;}
.default-wc div span{
	color: #f16160;
    font-weight: bold;
}
.welcome-text p{
	margin:0;
	display: inline;
	height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #444;
	padding-right: 16px;
    border-right: 1px solid #999;
    margin-right: 16px;
}
#header_links{
	float:right;	
}
#header_links li{
	float:left;
	line-height:35px;
	padding:0 16px;
	position:relative;
	font-size: 12px;
}
#header_links li:not(:last-child):before{
	content:"";
	position:absolute;
	height:11px;
	width:1px;
	background:#999;
	right:0;
	top:50%;
	margin-top:-7px;		
}
#header_links li:last-child{
	padding-right:0;	
}
#header_links li:first-child{
	padding-left:0;	
}
#header_links li i{
	margin-right:5px;
	display: none;
}
#header_links li a:hover{
	color:#f2532f;
}


#mobile_links{
line-height: 40px;
    margin: 0;
    padding-right: 20px;
    position: relative;
}
#header .header-nav #mobile_links i.fa-caret-down{
	position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#header .header-nav #mobile_links i.fa-user{
	margin-right:5px;	
}
#header .header-nav #mobile_links:hover .expand-more{
	color:#f2532f;
}
#header .header-nav #mobile_links .expand-more[aria-expanded=true]{
	color:#f2532f;
}
#header .header-nav #mobile_links li{
	padding:0 15px;
	line-height:35px;	
}
#header .header-nav #mobile_links li i{
	margin-right:5px;
}	
#header #mobile_links .dropdown-menu{
	right:0;
	left:auto;	
}
#header .header-top > .container{
	padding: 38px 0;
    position: relative;
}

#header .logo{
	display:table;
    line-height: 65px;	
}
#cart_block_top{
	float: right;
}
#cart_block_top i{
	font-size: 18px;
    background: #f16160;
    width: 45px;
    float: left;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.sticky-fixed-top #cart_block_top{margin-top: 4px;}
.sticky-fixed-top #cart_block_top #cart_block_top{margin-top: 0px;}
.cart-grid.row{margin-top: 30px;}
.sticky-fixed-top #cart_block_top i{
	background: #313131;
}
.sticky-fixed-top #cart_block_top i:hover{ background: rgba(0,0,0,0.4);}
#cart_block_top i:hover{
	background: #313131;
}
#cart_block_top span{
	display: inline-block;
    zoom: 1;
    line-height: 40px;
    float: left;
    height: 40px;
    border: 1px solid #f3f3f3;
	padding-left: 18px;
	border-left: none;
    border-right: none;
	font-size: 11px;
	background: #fff;
}
.sticky-fixed-top #cart_block_top span{
	border: none;
    color: #444444;
	background: #f3f3f3;
}
@media(max-width:1199px){
	.sticky-fixed-top #cart_block_top span{margin-right: -1px;}
	.pagination .col-md-6{margin-right: 0;}
	#right-column .special_block_right .title_block{
		padding: 0;
		font-size: 12px;
		padding-left: 5px;
	}
	.scroll-box-arrows i{bottom: 19px;}
}
#cart_block_top span.cart-products-count{
	border-right: 1px solid #f3f3f3;
	padding-left: 0;
    padding-right: 18px;
}
.ui-widget-content{
	background:#f9f9f9;
	padding:0;
	border:none;
	border-radius:0;
	max-height:387px;
	overflow:auto;
	z-index:1032;
}
.ui-menu .ui-menu-item a{
    padding:15px;
    border: none;
	border-bottom:1px solid #ededed;
	display:table;
	width:100%;
	border-radius:0;
	cursor:pointer;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
	margin: 0px;
    font-weight: normal;
	background:#f4f4f4;
}
.ui-menu .ui-menu-item a.ui-state-focus .search-name-ajax, .ui-menu .ui-menu-item a.ui-state-active .search-name-ajax{
	color:#f2532f;
}
.left-search-ajax{
	float:left;
	margin-right:15px;
}
.search-name-ajax{
	display:table;	
	font-size:14px;
}
.price-ajax{
color:#f2532f;	
}
.price-regular-ajax{
color: #6f6f6f;
    margin-right: 5px;
    text-decoration: line-through;
}
price-search-ajax{
	font-size:14px;	
}

.header-top #sticky_top.sticky-fixed-top{
	position:fixed;
	z-index:1031;
	width:auto;
	top:0;
    margin-top: 0;
	margin-right: 0;	
}
.sticky-fixed-top #search_block_top{margin-left: 0; margin-right: 55px;}
#sticky_top.sticky-fixed-top #search_block_top .search_filter{display: none;}
.sticky-fixed-top #search_block_top .field-search{
	margin-top:4px;
}
#header .sticky-fixed-top a{
	color:#fff;
}
	

/*-------------------horizontal_mode-------------------------*/
.block{
	margin-bottom:30px;	
}
#js-product-list .left-product img{
	width: 268px;
    height: auto;
    margin: 0;
}
#js-product-list .item-inner{margin-bottom: 30px;}

#featured_products_block .item-countdown{
	display: none;
}
#wrapper .item-inner{
	position: relative;
    text-align: center;
    border: 1px solid #f3f3f3;
    margin-left: auto;
    margin-right: auto;
	background: #fff;
}
.horizontal_mode .item-inner .left-product{
	position: relative;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.item-inner .conditions-box > span{
	position: absolute;
    left: 10px;
    top: 10px;
    z-index: 12;
    color: #ffffff;
    padding: 0px 7px;
    display: block;
    line-height: 40px;
    border-radius: 50%;
	text-transform: none;
}
.item-inner .conditions-box > span.sale_product{
	left: auto;
    right: 10px;
    background-color: #f16160;
}
.item-inner .conditions-box > span.new_product{
	background-color: #313131;
}
.left-product .overlay:before{
	content: "";
    background-color: #90816e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.left-product:hover .overlay:before{
	opacity: .35;
    filter: alpha(opacity=35);
    visibility: visible;
}
.horizontal_mode .item-inner .right-product{
	text-align:center;
	position: relative;
    min-height: 104px;
}
#onecate_products_block .right-product{
	min-height: 77px;
}
.horizontal_mode .right-product .product_name a{
    display: block;
    padding: 19px 0 5px;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 17px;
}
.horizontal_mode .item-inner .left-product .hover_image{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	width: 100%;
}
.horizontal_mode .item-inner:hover .left-product .hover_image{
	opacity:1;
}
.quick-view-product{
	position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 11;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.quick-view-product a{
	background: #fff;
    border: 0;
    border-radius: 0;
    color: #444;
    font-size: 12px;
    height: 30px;
    display: inline-block;
    line-height: 31px;
    padding: 0 10px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.quick-view-product a:hover{
	background: #f16160;
    color: #fff;
}
.item-inner:hover .left-product .quick-view-product, .item-inner:focus .left-product .quick-view-product{
	visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.horizontal_mode .quick-view i{
	margin-right:5px;
	font-size:12px;	
}
.price{
	color:#f16160;
}
.regular-price{
	color: #6f6f6f;
	margin-left: 5px;
	text-decoration: line-through;
}
.discount-percentage{
	background: #f16160;
    color: #fff;
    padding: 0 2px;
}
/**********************Countdown timer************************/
.item-inner .item-countdown .bg_tranp{
    background: #555555;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    line-height: 13px;
    position: absolute;
    width: 100%;
    opacity:0.7;
    z-index: 1;
    transition:all 0.3s ease-in-out 0s;  -webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;
}
.item-inner .item-countdown{margin-top: -54px;}
#onecate_products .owl-item:first-child .countdown-timmer{
	display: block !important;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin-top: -1px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    background: #f16160;
    color: #fff;
	font-weight: 600;
}
.countdown-timmer .item-countdown-time .section_cout:before{
	content: ":";
	margin-right: 5px;
}
.countdown-timmer .item-countdown-time .section_cout:first-child:before{display: none;}
#onecate_products .countdown-timmer .text{display: none;}

.item-inner .item-countdown-time{
    position: relative;
    z-index: 9;
}
.item-inner:hover .item-countdown{
    display: none;
    opacity:0;
}
.item-inner .item-countdown .section_cout{
    color:#fff;
    width:25%;
    float:left;
    display:inline-block;
    padding: 8px 0;
    text-align:center;
    position: relative;
    z-index: 999;
}
.item-inner .item-countdown .section_cout span{
    display:block;
    float:none;
    width:100%;
    color:#fff;
    font-size:18px;
    line-height:1;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 0 0 0 1px;
    box-shadow: -1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 0 rgba(0, 0, 0, 0.3);
}
.item-inner .item-countdown .section_cout:first-child span.Days, .item-inner .item-countdown .section_cout:first-child span.text {
    border:0;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.item-inner .item-countdown .section_cout span.text{
    text-transform: uppercase;
    font-size:15px;
    padding-top:8px;
}
/*--------------------------vertical_mode--------------------------------*/
.horizontal_mode.clearfix .owl-wrapper-outer, .vertical_mode .owl-wrapper-outer, #field_productcates .owl-wrapper-outer{
	overflow: hidden;
	margin: 0;
    background: #fff;
    border-style: solid;
    border-color: #f3f3f3;
    border-width: 0 1px 1px 1px;
}
#best-sellers_block_right .item{
	margin: 14px 0;
}
#best-sellers_block_right .item-inner{
	display:table;
	padding:0 15px;
	width:100%;
	margin-bottom: 25px;
	position:relative;
}
#best-sellers_block_right .item-inner:last-child{
	margin-bottom:0;	
}
#best-sellers_block_right .left-product{
	float: left;
    border: 1px solid #f3f3f3;
    margin-right: 15px;
}
#best-sellers_block_right .left-product:hover .cover_image:before{
	opacity: .35;
    filter: alpha(opacity=35);
    visibility: visible;
}
#best-sellers_block_right .left-product .cover_image:before{
	content: "";
    background-color: #90816e;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    left: 16px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    width: 88px;
    height: 88px;
    z-index: 10;
}

#best-sellers_block_right .right-product{
	text-align: left;
    min-height: 50px;
}
#best-sellers_block_right .right-product .product_name{
	font-size: 12px;
    padding-top: 15px;
	padding-bottom: 5px;
}
.product-price-and-shipping{
	position: relative;
    margin: 0;
    font-weight: 700;
}
#best-sellers_block_right .right-product .quick-view-product{display: none;}
.footer-container .footer-top li a:before{
	font-family: fontawesome;
	content: "\f0da";
	line-height: 24px;
	font-size: 10px;
	margin-right: 7px;
}
.header-nav1 img{
	height: auto;
    max-width: 100%;
}
#static_home_top{margin-bottom: 60px;}


.features-conten a:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.features-conten a:hover:before{
	right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.features-conten a:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.features-conten a:hover:after{
	top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}
.block_testimonials{display: none;}

/*************About us**************/

#cms .page-header{display: none;}
.page-content.page-cms h1{display: none;}
#cms #center_column h3{
    border-bottom: 1px solid #e2dfdf;
    margin-bottom: 20px;
    padding: 5px 0;
}
#cms #cms-about-us .page-subheading {
    background-color: #f16160;
    border: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}
#cms #cms-about-us img{
    margin: 0;
}
#cms #cms-about-us .our-team img {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#cms #cms-about-us .our-team img:hover {
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#cms #cms-about-us p {
    line-height: 22px;
    margin-bottom: 12px;
    margin: 0 0 10px;
    font-size: 12px;
	color: #666;
}
#cms #cms-about-us .cms-box.our-team {
    margin-top: 20px;
    text-align: center;
}
.cms-box.our-team [class*="col-"]{
    margin-top: 30px;
}
#cms #cms-about-us .our-team p {
    line-height: 1;
}
#cms #cms-about-us p.title_font {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
	
}
#cms #cms-about-us .cms-box-line{
    margin-bottom: 25px;
}
#cms #cms-about-us .cms-box-line > em{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
}
#cms #cms-about-us .cms-line{
    position: relative;
    display:block;
}
#cms #cms-about-us .cms-line {
    background: #dddddd none repeat scroll 0 0;
    margin-top: 5px;
    height: 8px;
    width: 100%;
}
#cms #cms-about-us .cms-line .cms-line-comp{
    position:absolute;
    display:block;
    height: 8px;
    width:0px;
    background: #f16160;
}
#cms #cms-about-us .cms-line .label em{
    display: none;
}
#cms #cms-about-us .cms-line .label{
    color: #1e1e21;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    right: 100%;
    top: -21px;
}
@media only screen and (max-width: 480px){
    .cms-box.our-team [class*="col-"]{
 width: 100%;
    }
}
@media(max-width:543px){
	#best-sellers_block_right{clear: both;}
}
@media(max-width:350px){
	#header .header-nav{display: none;}
	.product-media-img{width: 100%;}
	.product-info-main{width: 100%;padding: 20px 30px 0;}
	.footer-container .footer-bottom .coppyright-left p{font-size: 11px;}
	.product-images > li.thumb-container > .thumb{width: 104px;margin-right: 20px !Important;}
	.scroll-box-arrows i{bottom: 35px;}
	.tabs{padding: 0 15px;}
	.pagination{
		height: auto;
		padding-bottom: 15px;
	}
	.horizontal_mode .tab_2_cates, .horizontal_mode .tab_3_cates, .horizontal_mode .tab_4_cates, .horizontal_mode .tab_cates{display: none;}
	.quickview .mask{width: 130%;}
}
@media(max-width:767px){
	.image_holder_wrap{
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.right_blog_home{
		display: inline-block;
		text-align: center;
	}
	.footer-newsletter-title h4{    font-size: 28px;}
	.footer-newsletter-title{
		padding-left: 0;
		text-align: center;
	}
	ul.tab_2_cates, ul.tab_3_cates, ul.tab_4_cates, ul.tab_cates{
        display: none;
    }
}
@media(max-width:768px){
	#field_slideshow{margin-top: 30px;}
	.v-megamenu-container.block{
		margin: 0;
	}
	.bg_menu #header_mobile_menu .container{padding: 0;}
	.footer-newsletter-title p{    margin-bottom: 20px;}
}
@media(max-width:320px){
	.block_newsletter form input[type=text]{min-width: 234px;}
}
@media (max-width: 414px){
	.quickview .images-container{
		position: relative;
	}
	#testimonials_block_right .media-content{padding-right: 0;}
}
@media(max-width:479px){
	#js-product-list .item{width: 100%;}
}
@media(max-width:500px){
	.block_newsletter form{
		padding: 15px 15px 0;
	}
	.newsletter-back{text-align: center;}
	.block_newsletter button.subscribe{
		position: relative;
		display: inline-block;
		margin-top: 10px;
	}
}
#header_menu.fieldmegamenu-sticky, #pagination_cycle a:hover,.content_test_top i,#pagination_cycle a.activeSlide,.quick-view-product-list a:hover,#blockcart-modal .cart-content .btn:hover,.text-xs-center .btn.disabled:hover,.page-content.card-block .btn-primary:hover,.button_unique:hover, .scroll-box-arrows i:hover, .product-actions .add-to-cart:hover,.pagination .page-list li:first-child:hover, .pagination .page-list li:last-child:hover, .pagination .page-list li:hover, .pagination .page-list li.current,#commentInput div.submit input:hover,.right-block-cate  a.more-cate:hover,.sdsblog-box-content .sds_blog_post .right_blog_home .r_more:hover,#header .dropdown-menu li:hover,.outer-slide [data-u="navigator"] [data-u="prototype"]:hover, .outer-slide:hover [u="navigator"],.v-megamenu .more-vmegamenu a:hover,.owl-buttons [class^="carousel-"] span:hover,.bg_menu, #search_block_top .btn.button-search, #cart_block_top i,a.slide-button,.item-inner .conditions-box > span.sale_product,#onecate_products .owl-item:first-child .countdown-timmer,.quick-view-product a:hover,.discount-percentage,.one-categories, .block_newsletter .block_newsletter_item, .outer-slide [data-u="navigator"] [data-u="prototype"].av, .block_newsletter button.subscribe:before,.footer-container .footer-top h4.title_block:before,#back-top a,#header .dropdown-menu li.current, .tabs .nav-tabs li a.active:before,#cms #cms-about-us .page-subheading,#cms #cms-about-us .cms-line .cms-line-comp{background: #009788;}
#pagination_cycle a.activeSlide,#pagination_cycle a:hover,.fieldmegamenu .menu-items > li.customcontent p a,.active_grid .click-product-list-grid > div.click-product-grid,.active_list .click-product-list-grid > div.click-product-list,.click-product-list-grid > div:hover, #blockcart-modal .product-name,.has-discount.product-price, .has-discount p,#commentInput .required.form-group sup,.block-categories .category-sub-menu .category-sub-link:hover,.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, #module-smartblog-category .breadcrumb li a:hover, #module-smartblog-details .breadcrumb li a:hover,#product .breadcrumb li:last-child a, #cms .breadcrumb li:last-child a,#product .breadcrumb li a:hover,.footer-container .footer-bottom .coppyright-left p a:hover,.right-block-cate .item_title a:hover,.right_blog_home .content h3:hover a,#header .header-nav .language-selector:hover .expand-more, #header .header-nav .currency-selector:hover .expand-more, #header_links li a:hover,ul.tab_cates li:hover,.v-megamenu > ul > li:hover a.opener:before, .v-megamenu > ul > li:hover a.menu-item-title:hover,.fieldmegamenu .submenu .title:hover a,.default-wc div span, .price,.fieldmegamenu .menu-item.depth-1 > .title a,.v-megamenu > ul > li:hover a.menu-title,.smart-blog-home-post .title_block a, .tab-category-container-slider.block .title_block,ul.tab_cates li.active, #fieldblockcategories .title_block, .v-main-section-links > li > a,#search_block_top .field_search_tags label, .product-price,#module-smartblog-category .breadcrumb li:last-child a,.sdsbox-content .recentArticles li span,#module-smartblog-category .right_blog_cat  span > span,#module-smartblog-category .right_blog_cat  span > span a,#module-smartblog-details .breadcrumb li:last-child a,#sdsblogArticle .post-info span, #sdsblogArticle .post-info a,#respond .note,a:hover{color: #009788;}
.title_block{ border-top-color:#009788;}
.sdsblog-box-content .sds_blog_post .right_blog_home .r_more:hover, .product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover, .pagination .page-list li:first-child:hover, .pagination .page-list li:last-child:hover, .pagination .page-list li:hover, .pagination .page-list li.current{border-color: #009788;}


#box-product-grid,#box-product-list{
 width:100%;
 display:none;
 float:left;
} 
.active_grid #box-product-grid{
 display:block;
}
.active_list #box-product-list{
 display:block;
}
.click-product-list-grid{
 float: left;
    display: inline-block;
    margin-right: 10px;
    padding-top: 12px;
}
.click-product-list-grid > div{
 float: left;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
    color: #333333;
}
.click-product-list-grid > div:hover{
 color:#009788; 
}
.active_list .click-product-list-grid > div.click-product-list{
 color:#009788; 
}
.active_grid .click-product-list-grid > div.click-product-grid{
 color:#009788; 
}
#products img{
 margin:0; 
}
.item-product-list .left-product{
 position:relative; 
 display:table;
     float: left;
    margin-right: 30px;
}
.item-product-list .right-product{
	vertical-align: top;
    display: table-cell;
    text-align: left;
    position: relative;
    min-height: 104px;
}
.item-product-list .left-product .hover_image{
 position:absolute;
 left:0;
 top:0;
 opacity:0;
 transition: all 0.15s ease-in-out 0s; 
 -webkit-transition: all 0.15s ease-in-out 0s; 
 -ms-transition: all 0.15s ease-in-out 0s; 
 -moz-transition: all 0.15s ease-in-out 0s; 
 -o-transition: all 0.15s ease-in-out 0s; 
}
.item-product-list:hover .left-product .hover_image{
 opacity:1;
}
.item-product-list .left-product .new_product{
 position:absolute;
 top:10px;
 left:10px;
}
.item-product-list .left-product .sale_product{
 position:absolute;
 top:10px;
 right:10px;
} 
.item-product-list .right-product .product_name{
 margin-bottom:15px;
}
.item-product-list .right-product .product_name a{
 font-size:18px;
 margin-top: 25px;
 padding: 0;
 margin-bottom: 18px;
}

#products .item-product-list .right-product .product-price-and-shipping{
 font-weight:600;
 text-align:left;
 font-size:18px;
 line-height:20px;
 margin-bottom:25px;
}
#products .item-product-list .right-product .product-price-and-shipping
#products .item-product-list .right-product .regular-price{
 font-size:14px;
} 
#products .item-product-list .right-product .discount-percentage-product{
 background:#ee5561;
 color:#fff; 
 padding:0 6px;
 font-size:12px;
 vertical-align:2px;
}
#products .item-product-list .right-product .decriptions-short p{
 font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: justify;
    padding-right: 30px;
	color: #666666;
}

.quick-view-product-list a{
	background: #313131;
	color: #fff;
	padding: 7px 15px;
    height: 35px;
    font-size: 13px;
}
.quick-view-product-list a:hover{
	background: #009788;
}
.product-availability-list{
 font-size:13px;
 padding-left:30px;
 line-height:20px;
 position:relative;
 margin-bottom:15px;
}
.product-availability-list i{
 position:absolute;
 left:0;
 top:0;
 font-size:18px;
}
.product-availability-list i.fa-check{
 color:#32cd32; 
}
.product-availability-list i.fa-warning{
 color:#ff8c00;
}
.product-availability-list i.fa-ban{
 color:#ff0000;
}
.item-product-list{
    border: 1px solid #f2f2f2;
    background: #fff;
    padding-bottom: 0;
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.products-selection .total-products, .products-selection h1{
 padding:0; 
}
.products-selection .total-products p{
 margin:5px 0; 
}
.contact-form .form-group .form-control-comment {    display: none;}.contact-form .form-group .col-md-6 {    width: 75%;}.country-us .bg_menu {    margin-bottom: 30px;}

