.content_scene_cat {
  overflow: hidden;
}
.content_scene_cat h1.category-name {
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.content_scene_cat .rte {
  margin: 0 0 20px;
}
.content_scene .rte {
  font-size: 16px;
  line-height: 20px;
  
}
#subcategories {
  margin-bottom: 30px;
}
#subcategories h3.subcategory-heading {
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
#subcategories .subcategories-box {
  padding: 5px;
  margin-bottom: 20px;
}
#subcategories .subcategories-box .subcategory-desc {
  font-size: 14px;
  min-height: 70px;
}
img.replace-2x {
  height: 260px;
}

#subcategories .subcategories-box h4.subcategory-name > a {
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
}
#subcategories li {
  
}
#subcategories li > .subcategory-image, #subcategories li > h5 {
  margin-bottom: 5px;
}
#cms h1.page-heading {
  border: none;
  padding: 0;
}
.about-wrap .row {
  margin-bottom: 30px;
}
.about-wrap .title-box {
  color: #545454;
  font-size: 30px;
  line-height: 32px;
  padding: 0 0 25px;
}
.about-wrap .title-box span {
  color: #d81f2a;
  font-weight: bold;
}
.about-wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
.about-wrap .q {
  font-style: italic;
  margin-top: 25px;
}
.about-wrap ul {
  padding-top: 25px;
}
.about-wrap ul li {
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding: 7px 15px;
}
.about-wrap ul li:before {
  content: "\f105";
  font-family: Fontawesome;
  font-size: 14px;
  top: 7px;
  left: 0;
  position: absolute;
}
.cms-header-image > img {
  width: 100%;
}
.faqs-item {
  margin-bottom: 40px;
}
.faqs-item .icon-show {
  cursor: pointer;
  border: solid 1px #e1e1e1;
  padding: 14px 50px;
  position: relative;
}
.faqs-item .icon-show:before {
  content: "-";
  color: #363636;
  height: 24px;
  width: 24px;
  border: solid 1px #363636;
  border-radius: 50%;
  display: block;
  font-size: 32px;
  position: absolute;
  top: 10px;
  left: 13px;
  text-align: center;
}
.faqs-item .icon-show.active:before {
  content: "+";
  font-size: 23px;
  line-height: 22px;
}
.faqs-item .icon-show h2 {
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.faqs-item .icon-show:hover:before {
  color: #d81f2a;
  border-color: #d81f2a;
}
.faqs-item .icon-show:hover h2 {
  color: #d81f2a;
}
.faqs-item.item2, .faqs-item.item4 {
  margin: 0;
}
.faqs-item .faqs-content {
  padding: 15px 0;
  line-height: 22px;
}
.typo {
  margin-bottom: 40px;
}
.typo h1, .typo h2, .typo h3, .typo h4 {
  color: #363636;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
}
.typo h1 {
  font-size: 24px;
}
.typo h2 {
  font-size: 20px;
}
.typo h3 {
  font-size: 16px;
}
.typo h4 {
  font-size: 14px;
}
.typo .text {
  line-height: 22px;
}
.typo.last {
  margin: 0;
}
.pricing {
  padding-top: 20px;
  
}
.pricing .title {
  text-align: center;
  margin-bottom: 40px;
}
.pricing .title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  position: relative;
  padding: 0 0 10px;
  margin: 0;
  display: inline-block;
}
.pricing .title h2:after {
  content: "";
  height: 1px;
  width: 50px;
  background: #dc2222;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.pricing .table-pricing {
  border: solid 5px #f4f3f3;
  border-radius: 10px;
}
.pricing .table-pricing .table-pricing-inner {
  border: solid 1px #cecece;
  border-radius: 7px;
  font-size: 0;
  padding: 10px 0;
}
.pricing .table-pricing .table-pricing-inner .pricing-item {
  padding: 0 10px;
  display: inline-block;
  width: 19%;
  font-size: 13px;
  border-left: solid 1px #ededed;
  border-right: solid 1px #f5f5f5;
  position: relative;
  color: #9d9d9d;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular {
  width: 24%;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .pricing-title {
  text-align: center;
  padding: 20px 0;
  border-bottom: solid 1px #ededed;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .pricing-title h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #686868;
  font-size: 24px;
  font-weight: 700;
}
.pricing .table-pricing .table-pricing-inner .pricing-item ul li {
  border-bottom: solid 1px #ededed;
  padding: 0 0 0 30px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item ul li a {
  position: relative;
  padding: 7px 0 7px 20px;
  display: block;
  color: #888;
}
.pricing .table-pricing .table-pricing-inner .pricing-item ul li a:before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 5px;
  background: #909090;
  position: absolute;
  left: 0;
  top: 12px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item ul li a:hover {
  color: #d81f2a;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom {
  text-align: center;
  padding: 25px 0 15px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a {
  text-transform: uppercase;
  color: #727272;
  display: inline-block;
  padding: 15px 20px;
  border: solid 1px #ccc;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:before {
  content: "\f054";
  font-family: Fontawesome;
  display: block;
  height: 24px;
  width: 24px;
  background: #7dacda;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 11px;
  left: -12px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:hover {
  color: #7dacda;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular {
  background: #2f2f2f;
  z-index: 2;
  border: none;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular:before {
  content: "";
  display: block;
  height: 69px;
  width: 69px;
  background: url(../img/icon/label_popular.png) no-repeat 0px 0px;
  position: absolute;
  top: -23px;
  right: -3px;
  z-index: 3;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular:after {
  content: "";
  background: #2f2f2f;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  bottom: -20px;
  border-radius: 7px;
  z-index: -1;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular .pricing-title {
  border-color: #3e3e3e;
  color: #bbb;
  font-size: 14px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular .pricing-title h3 {
  color: #e74847;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li {
  border-color: #3e3e3e;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a {
  color: #bbb;
  font-size: 13px;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a:before {
  background: #bbb;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular ul li a:hover {
  color: #e74847;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a {
  background: #fff;
  border-color: #fff;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a:before {
  background: #e74847;
}
.pricing .table-pricing .table-pricing-inner .pricing-item.popular .button-bottom a:hover {
  color: #e74847;
}
.rtl {
  
}
.rtl .faqs-item .icon-show:before {
  left: auto;
  right: 13px;
}
.rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li {
  padding: 0 30px 0 0;
}
.rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li a {
  padding: 7px 20px 7px 0;
}
.rtl .pricing .table-pricing .table-pricing-inner .pricing-item ul li a:before {
  left: auto;
  right: 0;
}
.rtl .pricing .table-pricing .table-pricing-inner .pricing-item .button-bottom a:before {
  left: auto;
  right: -12px;
  content: "\f053";
}
.rtl .pricing .table-pricing .table-pricing-inner .pricing-item.popular:before {
  left: -3px;
  right: auto;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.rtl .about-wrap ul li:before {
  left: auto;
  right: 0;
  content: "\f104";
}
@media (min-width: 992px) and (max-width: 1024px) {
  .pricing .table-pricing .table-pricing-inner .pricing-item ul li {
    padding: 0 !important;
  }
  .about-wrap .text {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .pricing .table-pricing .table-pricing-inner .pricing-item {
    width: 100%;
  }
  .pricing .table-pricing .table-pricing-inner .pricing-item.popular {
    width: 100%;
    margin: 30px 0;
  }
  .about-wrap .row {
    margin-bottom: 30px;
  }
  .about-wrap .row .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pagenotfound-wrap .pagenotfound-content h1 {
    font-size: 150px;
  }
  .pagenotfound-wrap .pagenotfound-content h3 {
    font-size: 18px;
  }
  .pagenotfound-wrap .pagenotfound-content p {
    padding: 0 20px;
  }
  .pagenotfound-wrap .pagenotfound-content .backtohome {
    font-size: 18px;
  }
  .about-wrap .image {
    display: none;
  }
  .about-wrap .row {
    margin-bottom: 0;
  }
  .about-wrap .title-box {
    padding: 25px 0 25px;
  }
}
.pb-left-column .addthis_native_toolbox {
  display: inline-block;
  margin-top: 30px;
}
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  
  background: #fff;
  float: left;
  width: 100%;
  border: none;
}
.pb-left-column #image-block a.zoomImg {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.pb-left-column #image-block a.zoomImg .fa {
  margin: 0px;
  line-height: 32px;
  font-size: 14px;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index : 8;
  float: none;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  text-align: center;
}
.pb-left-column #image-block #view_full_size > a > img {
  width: 100%;
}
#views_block {
  float: left;
  width: 75px;
  text-align: center;
}
#views_block .thumbnail_image {
  margin-bottom: 11px;
}
#views_block .thumbnail_image .fancybox {
  border: solid 1px transparent;
  display: block;
  background: #f4f4f4;
}
#views_block .thumbnail_image .fancybox.shown {
  border-color: #d81f2a;
}
#views_block .thumbnail_image:focus {
  outline: none;
}
#views_block .slick-list {
  margin-bottom: -18px;
}
#views_block .slick-arrow {
  height: 40px;
  width: 40px;
  font-size: 0;
  position: relative;
  color: transparent;
  z-index: 2;
  background: #d81f2a;
  opacity: 0.5;
  transition: 0.3s all ease 0s;
}
#views_block .slick-arrow:hover {
  opacity: 1;
}
#views_block .slick-arrow:after {
  font-size: 17px;
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#views_block .slick-arrow.slick-prev {
  margin-bottom: -10px;
}
#views_block .slick-arrow.slick-prev:after {
  content: "\f106";
}
#views_block .slick-arrow.slick-next:after {
  content: "\f107";
}
.pb-right-column h1 {
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #545454;
}
.pb-right-column .product-code {
  color: #545454;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
}
.pb-right-column .product-code label {
  font-weight: normal;
}
.pb-right-column ul.product_reference > li {
  display: inline-block;
}
.pb-right-column ul.product_reference > li .fa {
  margin: 0;
}
.pb-right-column ul.product_reference > li:after {
  content: "|";
}
.pb-right-column ul.product_reference > li:last-child:after {
  content: "";
}
.pb-right-column .comments_note {
  margin-bottom: 10px;
}
.pb-right-column .comments_note .star_content {
  display: inline-block;
}
.pb-right-column .comments_note .comments_advices {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
}
.pb-right-column .comments_note .comments_advices li {
  display: inline-block;
  position: relative;
}
.pb-right-column .comments_note .comments_advices li.nb-comments {
  padding: 0 10px;
  margin-right: 7px;
}
.pb-right-column .comments_note .comments_advices li.nb-comments:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 1px;
  background: #545454;
  position: absolute;
  right: 0;
  top: 4px;
}
.pb-right-column .comments_note .comments_advices li a {
  color: #545454;
  font-size: 13px;
  text-transform: uppercase;
}
.pb-right-column .comments_note .comments_advices li a:hover {
  color: #d81f2a;
}
.content_prices {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
.content_prices .our_price_display {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin: 0;
  color: #000;
}
.content_prices #old_price {
  text-decoration: line-through;
  display: inline-block;
  padding: 2px 10px 0;
  font-size: 15px;
  font-weight: 700;
  vertical-align: top;
  color: #9a9a9a;
}
#short_description_block {
  margin-bottom: 25px;
}
#short_description_block p {
  margin: 0;
  line-height: 22px;
  font-size: 18px;
  
  font-weight: 300;
}
#description_content {
  font-weight: 300;
  color: #545454;
}
#description_content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 24px;
}
#description_content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#buy_block {
  margin: 0 0;
}
#attributes fieldset {
  padding-bottom: 15px;
}
#attributes fieldset label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  text-transform: uppercase;
  width: 70px;
  vertical-align: top;
  padding-top: 3px;
  margin: 0;
  font-size: 15px;
}
#attributes .attribute_list {
  width: 200px;
  height: 42px;
  position: relative;
  background: #fff;
  padding: 0;
  display: inline-block;
  border: solid 1px #efefef;
}
#attributes .attribute_list div.selector {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100% !important;
  background: #fff;
}
#attributes .attribute_list span {
  padding: 0px 10px;
  background: #fff;
  color: #666;
  width: 100% !important;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  opacity: 1;
  height: 100%;
  left: 0;
  line-height: 38px;
  pointer-events: none;
}
#attributes .attribute_list select {
  padding: 5px 10px;
  width: 100%;
  position: absolute;
  opacity: 1;
  top: auto;
  left: 0px !important;
  height: 100%;
  border: none;
  box-shadow: none;
  color: #919191;
  font-size: 13px;
  text-transform: uppercase;
}
#attributes .attribute_list:after {
  content: "\f0d7";
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  z-index: 2;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  font-family: Fontawesome;
  line-height: 40px;
}
#attributes .attribute_list option {
  padding: 4px 13px;
}
#attributes .attribute_list.color {
  width: auto;
  height: auto;
  border: none;
}
#attributes .attribute_list.color:after {
  content: none;
}
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  clear: none;
  width: 26px;
  height: 26px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  height: 22px;
  width: 22px;
}
#availability_statut {
  display: inline-block;
  margin: 0;
  margin-bottom: 13px;
}
#availability_statut #availability_value {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
}
#availability_statut #availability_value:before {
  content: "\f046";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 12px;
  color: #518412;
  font-size: 14px;
}
#availability_statut #availability_value.warning_inline {
  color: #ff444e;
}
#availability_statut #availability_value.warning_inline:before {
  content: "\f00d";
  color: #ff444e;
  line-height: 20px;
}
#pQuantityAvailable {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#quantity_wanted_p {
  margin: 0 0 15px;
  display: block;
  float: left;
}
#quantity_wanted_p label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  
  text-transform: uppercase;
  width: 75px;
  vertical-align: top;
  padding-top: 12px;
  margin: 0;
  font-size: 15px;
}
#quantity_wanted_p .qty {
  height: 42px;
  width: 67px;
  position: relative;
  display: inline-block;
}
#quantity_wanted_p .qty input {
  width: 42px;
  height: 42px;
  border: solid 1px #efefef !important;
  padding: 0;
  line-height: 42px;
  text-align: center;
  float: left;
  color: #919191;
  font-size: 13px;
}
#quantity_wanted_p .qty .qty_buttons {
  float: right;
  height: 42px;
  width: 22px;
  border: solid 1px #efefef;
}
#quantity_wanted_p .qty .qty_buttons a {
  display: block;
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#quantity_wanted_p .qty .qty_buttons .button-plus {
  line-height: 23px;
}
#quantity_wanted_p .qty .qty_buttons .button-minus {
  line-height: 14px;
}
.box-cart-bottom {
  margin: 0;
  
  display: block;
  padding: 0 0 0 15px;
  float: left;
}
.box-cart-bottom .buttons_bottom_block {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.box-cart-bottom .buttons_bottom_block button {
  font-size: 14px;
  margin: 0;
  height: 42px;
  padding: 0 20px 0 53px;
  background: url(../img/icon/icon_cart.png) no-repeat 15px center #d81f2a;
  background-size: 25px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-cart-bottom .buttons_bottom_block button:hover {
  background: url(../img/icon/icon_cart.png) no-repeat 15px center #ab1921;
  background-size: 25px;
}
.box-cart-bottom .wishlist_button, .box-cart-bottom .compare {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.box-cart-bottom .wishlist_button a#wishlist_button, .box-cart-bottom .compare a#wishlist_button, .box-cart-bottom .wishlist_button .add_to_compare, .box-cart-bottom .compare .add_to_compare {
  padding: 0;
  border: solid 1px #dadada;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  color: #545454;
  font-size: 15px;
}
.box-cart-bottom .wishlist_button a#wishlist_button:hover, .box-cart-bottom .compare a#wishlist_button:hover, .box-cart-bottom .wishlist_button .add_to_compare:hover, .box-cart-bottom .compare .add_to_compare:hover {
  background: #d81f2a;
  border-color: #d81f2a;
  color: #fff;
}
.box-cart-bottom .wishlist_button a#wishlist_button.checked, .box-cart-bottom .compare a#wishlist_button.checked, .box-cart-bottom .wishlist_button .add_to_compare.checked, .box-cart-bottom .compare .add_to_compare.checked {
  color: #d81f2a;
}
.box-cart-bottom .wishlist_button a#wishlist_button.checked:hover, .box-cart-bottom .compare a#wishlist_button.checked:hover, .box-cart-bottom .wishlist_button .add_to_compare.checked:hover, .box-cart-bottom .compare .add_to_compare.checked:hover {
  color: #fff;
}
.box-cart-bottom .compare {
  margin: 0;
}
.box-cart-bottom .compare .add_to_compare {
  font-size: 17px;
}
.sharing-buttons label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  
  text-transform: uppercase;
  width: 75px;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 15px;
  margin: 0;
  font-size: 15px;
}
.sharing-buttons .buttons {
  display: inline-block;
  margin: 0 -3px;
  padding-left: 15px;
}
.sharing-buttons .buttons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border: solid 1px #efefef;
  background: #fff;
  color: #919191;
  font-size: 16px;
  margin: 0 4.4px;
}
.sharing-buttons .buttons a:hover {
  background: #d81f2a;
  border-color: #d81f2a;
  color: #fff;
}
div.moreinfo_block {
  margin: 70px 0 30px;
}
div.moreinfo_block ul.nav-tabs {
  border: none;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 20px;
}
div.moreinfo_block ul.nav-tabs > li {
  margin: 0 !important;
  position: relative;
}
div.moreinfo_block ul.nav-tabs > li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
div.moreinfo_block ul.nav-tabs > li.first:after {
  display: none;
}
div.moreinfo_block ul.nav-tabs > li:before {
  content: "";
  height: 1px;
  background: #d81f2a;
  position: absolute;
  bottom: -21px;
  transition: 0.3s all ease 0s;
  left: 50%;
  right: 50%;
  width: 0;
}
div.moreinfo_block ul.nav-tabs > li.active:before {
  left: 30px;
  right: 30px;
  width: auto;
}
div.moreinfo_block ul.nav-tabs > li:hover:before {
  left: 30px;
  right: 30px;
  width: auto;
}
div.moreinfo_block ul.nav-tabs > li:hover a {
  color: #d81f2a;
}
div.moreinfo_block ul.nav-tabs > li a {
  color: #1b1b1b;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  background: #fff;
  font-size: 16px;
  padding: 4px 30px;
  display: inline-block;
  border-radius: 0;
  margin: 0;
}
div.moreinfo_block ul.nav-tabs > li.active > a, div.moreinfo_block ul.nav-tabs > li.active > a:hover, div.moreinfo_block ul.nav-tabs > li.active > a:focus {
  border: none;
  color: #d81f2a;
}
div.moreinfo_block .tab-content {
  padding: 30px 0 0px;
  display: block;
  margin: 0;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}
div.moreinfo_block .tab-content .product-box {
  width: 261px !important;
}
div.moreinfo_block .tab-content .block_content {
  padding: 0px;
}
div.moreinfo_block .page-product-box {
  display: none;
}
div.moreinfo_block .page-product-box.active {
  display: block;
}
div.moreinfo_block .bx-viewport {
  min-height: 490px;
}
.table-data-sheet {
  border-bottom: solid 1px #ccc;
  width: 100%;
  margin: 0 0 20px;
}
.table-data-sheet tr {
  border-top: solid 1px #ccc;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
  border: solid 1px #e6e6e6;
}
.table-data-sheet tr td:first-child {
  width: 30%;
  font-weight: normal;
}
table.table-product-discounts {
  border: none;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width: 50%;
  margin: 0 0 20px;
}
table.table-product-discounts tr th {
  font-weight: 700;
  border: none;
}
table.table-product-discounts tr td, table.table-product-discounts tr th {
  border-left: solid 1px #ccc;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: solid 1px #ccc;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}
.moreinfo_block #product_comments_block_tab {
  margin: 0;
}
.moreinfo_block #product_comments_block_tab div.star, .moreinfo_block #product_comments_block_tab div.star_on {
  background: none;
}
.moreinfo_block #product_comments_block_tab div.comment {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.moreinfo_block #product_comments_block_tab div.comment div.comment_details, .moreinfo_block #product_comments_block_tab div.comment div.comment_author {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.moreinfo_block #product_comments_block_tab div.comment .star_content {
  margin: 0 0 5px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos {
  margin-bottom: 7px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos strong {
  display: block;
  margin-bottom: 5px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos em {
  font-style: italic;
  font-size: 11px;
}
.moreinfo_block #product_comments_block_tab div.comment .title_block {
  margin: 0 0 7px;
  text-transform: uppercase;
}
.moreinfo_block #product_comments_block_tab div.comment p {
  padding: 0;
  margin: 0;
}
.moreinfo_block #product_comments_block_tab div.comment ul {
  padding-top: 10px;
}
.moreinfo_block #product_comments_block_tab #new_comment_tab_btn {
  margin-top: 10px;
}
.moreinfo_block #product_comments_block_tab #new_comment_tab_btn:hover {
  text-decoration: none;
}
.moreinfo_block #product_comments_block_tab div.comment div.comment_author span, .moreinfo_block #product_comments_block_tab div.comment .star_content {
  float: none;
}
.moreinfo_block #product_comments_block_tab div.comment_details li {
  padding: 2px 0;
  background: none;
}
#new_comment_form h2 {
  margin: 0;
}
#new_comment_form .new_comment_form_content input, #new_comment_form .new_comment_form_content textarea {
  width: 100%;
}
#new_comment_form .new_comment_form_content #criterions_list label {
  display: inline-block;
  margin: 0;
  float: none;
}
#new_comment_form .new_comment_form_content #criterions_list .star_content {
  display: inline-block;
  margin: 0;
  float: none;
}
#new_comment_form .new_comment_form_content #criterions_list .star_content a {
  display: none;
}
.accessories-block {
  margin: 0px;
  position: relative;
}
.accessories-block .block_description {
  display: none;
}
.accessories-block .price {
  margin-bottom: 10px;
}
.accessories-block h5.product-name {
  margin-bottom: 5px;
}
.accessories-block .exclusive {
  padding: 5px 12px;
}
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .exclusive .fa {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 21px;
  margin-right: 10px;
  padding-right: 10px;
  width: 25px;
}
.accessories-block .bx-controls .bx-controls-direction a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  text-align: center;
  top: 45%;
}
.accessories-block .bx-controls .bx-controls-direction a:before {
  font-family: fontawesome;
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  line-height: 36px;
  font-size: 22px;
  height: 100%;
  width: 100%;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f104";
}
.accessories-block .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
.blockproductscategory.block {
  border: none;
}
.blockproductscategory.block h3.title_block {
  border: none;
  text-align: center;
  font-size: 28px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
.blockproductscategory.block h4.subtitle {
  text-transform: uppercase;
  text-align: center;
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 2px;
}
.blockproductscategory.block h4.subtitle span {
  width: 370px;
  position: relative;
  display: inline-block;
}
.blockproductscategory.block h4.subtitle span:after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 3px;
  z-index: 1;
  left: 0;
  content: "";
  display: block;
}
.blockproductscategory.block h4.subtitle span span {
  width: auto;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
}
.blockproductscategory.block h4.subtitle span span:after {
  display: none;
}
.blockproductscategory.block .related-product {
  margin: 20px 0 0;
  padding: 0px;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a {
  font-size: 17px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #d81f2a;
  margin: 0;
  opacity: 0.5;
  transition: 0.3s all ease 0s;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a:before {
  display: none;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.blockproductscategory.block:hover .bx-wrapper .bx-controls-direction a {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.blockproductscategory.block:hover .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
#product_right .pb-left-column, #product_left .pb-left-column {
  width: 55.333%;
}
#product_right .pb-right-column, #product_left .pb-right-column {
  width: 44.667%;
}
.content_sortPagiBar_top, .content_sortPagiBar_bottom {
  overflow: hidden;
  padding: 20px 0;
}
.content_sortPagiBar_top div.selector, .content_sortPagiBar_bottom div.selector {
  height: 30px;
  position: relative;
  background: #fff;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.content_sortPagiBar_top div.selector span, .content_sortPagiBar_bottom div.selector span {
  padding: 0px 10px;
  background: #fff;
  color: #4f4f4f;
  width: auto !important;
  text-shadow: none;
  position: absolute;
  height: 28px;
  z-index: 1;
  opacity: 1;
  top: 1px;
  bottom: 1px;
  display: block;
  z-index: 2;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  left: 1px;
  right: 1px;
}
.content_sortPagiBar_top div.selector select, .content_sortPagiBar_bottom div.selector select {
  padding: 5px 10px;
  width: 100%;
  position: absolute;
  opacity: 1;
  top: auto;
  left: 0px !important;
  height: 100%;
  border: solid 1px #efefef;
  box-shadow: none;
  color: #666;
  font-size: 12px;
  background: #fff;
  z-index: 1;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
.content_sortPagiBar_top div.selector:after, .content_sortPagiBar_bottom div.selector:after {
  content: "\f0d7";
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 28px;
  width: 30px;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  font-family: Fontawesome;
  z-index: 3;
  line-height: 30px;
  font-size: 12px;
}
.content_sortPagiBar_top div.selector#uniform-nb_item, .content_sortPagiBar_bottom div.selector#uniform-nb_item {
  width: 60px !important;
}
.content_sortPagiBar_top div.selector#uniform-selectProductSort, .content_sortPagiBar_bottom div.selector#uniform-selectProductSort {
  width: 170px !important;
}
.content_sortPagiBar_top label, .content_sortPagiBar_bottom label {
  color: #4f4f4f;
  padding: 7px 10px 0;
  vertical-align: top;
  font-weight: 300;
  font-size: 13px;
}
.content_sortPagiBar_top option, .content_sortPagiBar_bottom option {
  padding: 4px 10px;
}
.content_sortPagiBar_top .category-view-type, .content_sortPagiBar_bottom .category-view-type {
  float: left;
}
.content_sortPagiBar_top .category-view-type .category-view-type-selector, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector {
  float: left;
}
.content_sortPagiBar_top .category-view-type .category-view-type-selector a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector a {
  display: block;
  width: 31px;
  height: 30px;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center;
}
.content_sortPagiBar_top .category-view-type .category-view-type-selector#grid a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector#grid a {
  background-image: url(../img/icon/icon_grid.png);
}
.content_sortPagiBar_top .category-view-type .category-view-type-selector#list a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector#list a {
  background-image: url(../img/icon/icon_list.png);
}
.content_sortPagiBar_top .category-view-type .category-view-type-selector.selected a, .content_sortPagiBar_bottom .category-view-type .category-view-type-selector.selected a {
  background-color: #d81f2a;
}
.content_sortPagiBar_top .productsSortForm, .content_sortPagiBar_bottom .productsSortForm {
  float: right;
  margin: 0 0 0 40px;
}
.content_sortPagiBar_top .nbrItemPage, .content_sortPagiBar_bottom .nbrItemPage {
  float: right;
  margin: 0 0 0 40px;
}
.content_sortPagiBar_top {
  border-bottom: solid 1px #e6e6e6;
}
.content_sortPagiBar_bottom {
  border-top: solid 1px #e6e6e6;
  margin-top: 30px;
}
.fancybox-inner {
  text-align: center;
  background: #f4f4f4;
  
}
.fancybox-inner .compare_product_view {
  margin-bottom: 20px;
}
.product_list, .product_lists {
  margin-top: 5px;
  margin-bottom: 15px;
  
}
.product_list .product-container, .product_lists .product-container {
  margin: 15px 0;
}
.product_list .first-in-line, .product_lists .first-in-line {
  clear: both;
}
.product_list .product-image-container, .product_lists .product-image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product_list .product-image-container .product-image, .product_lists .product-image-container .product-image {
  position: relative;
  display: block;
}
.product_list .product-image-container .product-image .img_1, .product_lists .product-image-container .product-image .img_1 {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.product_list .product-image-container .product-image .img_0, .product_lists .product-image-container .product-image .img_0 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 0;
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  background: #f4f4f4;
}
.product_list h5.product-name, .product_lists h5.product-name {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 300;
  min-height: 2.5em;
}
.product_list h5.product-name a, .product_lists h5.product-name a {
  color: #545454;
  transition: 0.3s all ease 0s;
}
.product_list h5.product-name a:hover, .product_lists h5.product-name a:hover {
  color: #d81f2a;
}
.product_list .comments_note, .product_lists .comments_note {
  margin-bottom: 10px;
}
.product_list .comments_note .star_content, .product_lists .comments_note .star_content {
  display: inline-block;
}
.product_list .comments_note .nb-comments, .product_lists .comments_note .nb-comments {
  font-size: 13px;
  color: #545454;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 0 45px;
}
.product_list .price-box .price, .product_lists .price-box .price {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.product_list .price-box .old-price, .product_lists .price-box .old-price {
  text-decoration: line-through;
  color: #9a9a9a;
  font-size: 15px;
  font-weight: 700;
  padding: 0 4px;
}
.product_list .product-desc, .product_lists .product-desc {
  margin: 0 0 25px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
}
.product_list .color-list-container, .product_lists .color-list-container {
  margin-bottom: 10px;
}
.product_list .color-list-container .color_to_pick_list li, .product_lists .color-list-container .color_to_pick_list li {
  display: inline-block;
}
.product_list .color-list-container .color_to_pick_list li a, .product_lists .color-list-container .color_to_pick_list li a {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px white inset;
}
.product_list .button-container, .product_lists .button-container {
  display: inline-block;
  font-size: 0;
  transition: 0.2s all ease 0s;
}
.product_list .button-container .cart_button, .product_lists .button-container .cart_button, .product_list .button-container .addToWishlist, .product_lists .button-container .addToWishlist, .product_list .button-container .add_to_compare, .product_lists .button-container .add_to_compare, .product_list .button-container .quick-view, .product_lists .button-container .quick-view, .product_list .button-container .show-product, .product_lists .button-container .show-product {
  height: 50px;
  width: 57px;
  font-size: 17px;
  color: #f5f5f5;
  line-height: 50px;
  position: relative;
  background-color: #282828;
  border-left: solid 1px #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.product_list .button-container .cart_button:hover, .product_lists .button-container .cart_button:hover, .product_list .button-container .addToWishlist:hover, .product_lists .button-container .addToWishlist:hover, .product_list .button-container .add_to_compare:hover, .product_lists .button-container .add_to_compare:hover, .product_list .button-container .quick-view:hover, .product_lists .button-container .quick-view:hover, .product_list .button-container .show-product:hover, .product_lists .button-container .show-product:hover {
  background-color: #d81f2a;
}
.product_list .button-container .cart_button, .product_lists .button-container .cart_button {
  border: none;
  background-image: url(../img/icon/icon_cart.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
}
.product_list .button-container .popover-content, .product_lists .button-container .popover-content {
  padding: 0;
  margin-bottom: -15px;
}
.product_list .button-container .popover-content tr, .product_lists .button-container .popover-content tr {
  border-top: solid 1px #e1e1e1;
}
.product_list .button-container .popover-content tr:first-child, .product_lists .button-container .popover-content tr:first-child {
  border: none;
}
.product_list .button-container .popover-content tr td, .product_lists .button-container .popover-content tr td {
  cursor: pointer;
  font-size: 12px;
  border: none;
  padding: 10px 15px;
}
.product_list .button-container .popover-content tr td span, .product_lists .button-container .popover-content tr td span {
  color: #d81f2a;
  font-weight: bold;
}
.product_list .button-container .popover-content tr td:hover, .product_lists .button-container .popover-content tr td:hover {
  color: #d81f2a;
}
.product_list .add_to_compare.checked, .product_lists .add_to_compare.checked {
  background: #d81f2a;
}
.product_list .availabilityavailability, .product_lists .availabilityavailability {
  display: block;
  margin: 10px 0 20px;
}
.product_list .availability, .product_lists .availability {
  margin: 15px 0 0;
}
.product_list .product-container:hover .product-image-container .product-image .img_0, .product_lists .product-container:hover .product-image-container .product-image .img_0 {
  z-index: 2;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.product_list.grid, .product_lists.grid {
  margin-bottom: 0;
}
.product_list.grid .comments_note, .product_lists.grid .comments_note {
  display: none;
}
.product_list.grid .button-container, .product_lists.grid .button-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: -50px;
  display: none;
}
.product_list.grid .button-container .cart_button span, .product_lists.grid .button-container .cart_button span {
  display: none;
}
.product_list.grid .right-block, .product_lists.grid .right-block {
  padding: 15px 10px 15px;
}
.product_list.grid .right-block .button-container, .product_lists.grid .right-block .button-container {
  display: none;
}
.product_list.grid .product-container, .product_lists.grid .product-container {
  margin: 15px 0;
  text-align: center;
}
.product_list.grid .product-container:hover .button-container, .product_lists.grid .product-container:hover .button-container {
  bottom: 0;
}
#module-spsearchpro-catesearch, #search, #manufacturer {
  
}
#module-spsearchpro-catesearch .product_list.grid .product-desc, #search .product_list.grid .product-desc, #manufacturer .product_list.grid .product-desc, #module-spsearchpro-catesearch .product_lists.grid .product-desc, #search .product_lists.grid .product-desc, #manufacturer .product_lists.grid .product-desc, #module-spsearchpro-catesearch .product_list.grid .availability, #search .product_list.grid .availability, #manufacturer .product_list.grid .availability, #module-spsearchpro-catesearch .product_lists.grid .availability, #search .product_lists.grid .availability, #manufacturer .product_lists.grid .availability, #module-spsearchpro-catesearch .product_list.grid .comments_note, #search .product_list.grid .comments_note, #manufacturer .product_list.grid .comments_note, #module-spsearchpro-catesearch .product_lists.grid .comments_note, #search .product_lists.grid .comments_note, #manufacturer .product_lists.grid .comments_note {
  display: none;
}
.product_list.list {
  
}
.product_list.list h5.product-name {
  font-size: 18px;
  padding-top: 15px;
}
.product_list.list .price-box {
  margin-bottom: 12px;
}
.product_list.list .color-list-container {
  display: none;
}
.product_list.list .availability {
  display: none;
}
.product_list.list .price-box {
  margin-bottom: 30px;
}
.product_list.list .price-box .price {
  color: #000;
  font-weight: 700;
  font-size: 23px;
}
.product_list.list .price-box .old-price {
  text-decoration: line-through;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 700;
  padding: 0 4px;
}
.product_list.list .product-container .button-container {
  margin: 0;
}
.product_list.list .product-container .button-container .cart_button {
  width: auto;
  padding: 0 20px 0 53px;
  background-position: 20px center;
  height: 42px;
  background-color: #d81f2a;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
}
.product_list.list .product-container .button-container .addToWishlist, .product_list.list .product-container .button-container .add_to_compare, .product_list.list .product-container .button-container .quick-view, .product_list.list .product-container .button-container .show-product {
  width: 42px;
  height: 42px;
  border: solid 1px #dadada;
  color: #545454;
  background: #fff;
  text-align: center;
  line-height: 42px;
}
.product_list.list .product-container .button-container .addToWishlist:hover, .product_list.list .product-container .button-container .add_to_compare:hover, .product_list.list .product-container .button-container .quick-view:hover, .product_list.list .product-container .button-container .show-product:hover {
  border-color: #d81f2a;
  color: #fff;
  background: #d81f2a;
}
.product_list.list .product-container .button-container .addToWishlist {
  margin: 0 10px;
}
.product_list.list .product-container .button-container .quick-view {
  display: none;
  border-color: #d81f2a;
  color: #fff;
  background: #d81f2a;
}
.product_list.list .product-container .button-container .add_to_compare.checked {
  background: #d81f2a;
  color: #fff;
  border-color: #d81f2a;
}
.product_list.list .product-container .product-image-container .button-container {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  display: none;
}
.product_list.list .product-container .product-image-container .button-container .cart_button, .product_list.list .product-container .product-image-container .button-container .addToWishlist, .product_list.list .product-container .product-image-container .button-container .add_to_compare {
  display: none;
}
.product_list.list .product-container .product-image-container .button-container .quick-view {
  display: inline-block;
  transition: 0.3s all ease 0s;
  -ms-transition: 0.3s all ease 0s;
  -webkit-transition: 0.3s all ease 0s;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}
.product_list.list .product-container:hover .product-image-container .button-container .quick-view {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
div.star {
  display: inline-block;
}
div.star:after {
  content: "\f005";
  font-family: Fontawesome;
  display: inline-block;
  color: #545454;
  font-size: 13px;
}
div.star_on {
  
}
div.star_on:after {
  content: "\f005";
  font-family: Fontawesome;
  display: inline-block;
  color: #d81f2a;
  font-size: 13px;
}
ul.products {
  
}
ul.products li {
  overflow: hidden;
  margin-bottom: 20px;
}
ul.products li .products-block-image {
  display: block;
  float: left;
  margin-right: 15px;
  border: solid 1px #e1e1e1;
  padding: 1px;
}
ul.products li h5.product-name {
  margin: 0 0 5px;
}
ul.products li h5.product-name a {
  color: #333;
}
ul.products li h5.product-name a:hover {
  color: #d81f2a;
}
ul.products li .comments_note {
  display: inline-block;
}
ul.products li .comments_note .nb-comments {
  display: none;
}
ul.products li .price-box .price {
  font-size: 14px;
  font-weight: bold;
  color: #d81f2a;
}
.content_only .pb-left-column #image-block {
  width: 83%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .content_only .pb-left-column #image-block {
    width: 81%;
  }
}
.pb-left-column .addthis_native_toolbox {
  display: inline-block;
  margin-top: 30px;
}
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  
  background: #fff;
  float: left;
  width: 100%;
  border: none;
}
.pb-left-column #image-block a.zoomImg {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.pb-left-column #image-block a.zoomImg .fa {
  margin: 0px;
  line-height: 32px;
  font-size: 14px;
}
.pb-left-column #image-block a.jqzoom div div img {
  width: auto;
  max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
  border: none;
}
.pb-left-column #image-block .zoomPad {
  z-index : 8;
  float: none;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  text-align: center;
}
.pb-left-column #image-block #view_full_size > a > img {
  width: 100%;
}
#views_block {
  float: left;
  width: 75px;
  text-align: center;
}
#views_block .thumbnail_image {
  margin-bottom: 11px;
}
#views_block .thumbnail_image .fancybox {
  border: solid 1px transparent;
  display: block;
  background: #f4f4f4;
}
#views_block .thumbnail_image .fancybox.shown {
  border-color: #d81f2a;
}
#views_block .thumbnail_image:focus {
  outline: none;
}
#views_block .slick-list {
  margin-bottom: -18px;
}
#views_block .slick-arrow {
  height: 40px;
  width: 40px;
  font-size: 0;
  position: relative;
  color: transparent;
  z-index: 2;
  background: #d81f2a;
  opacity: 0.5;
  transition: 0.3s all ease 0s;
}
#views_block .slick-arrow:hover {
  opacity: 1;
}
#views_block .slick-arrow:after {
  font-size: 17px;
  font-family: Fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
#views_block .slick-arrow.slick-prev {
  margin-bottom: -10px;
}
#views_block .slick-arrow.slick-prev:after {
  content: "\f106";
}
#views_block .slick-arrow.slick-next:after {
  content: "\f107";
}
.pb-right-column h1 {
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #545454;
}
.pb-right-column .product-code {
  color: #545454;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
}
.pb-right-column .product-code label {
  font-weight: normal;
}
.pb-right-column ul.product_reference > li {
  display: inline-block;
}
.pb-right-column ul.product_reference > li .fa {
  margin: 0;
}
.pb-right-column ul.product_reference > li:after {
  content: "|";
}
.pb-right-column ul.product_reference > li:last-child:after {
  content: "";
}
.pb-right-column .comments_note {
  margin-bottom: 10px;
}
.pb-right-column .comments_note .star_content {
  display: inline-block;
}
.pb-right-column .comments_note .comments_advices {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
}
.pb-right-column .comments_note .comments_advices li {
  display: inline-block;
  position: relative;
}
.pb-right-column .comments_note .comments_advices li.nb-comments {
  padding: 0 10px;
  margin-right: 7px;
}
.pb-right-column .comments_note .comments_advices li.nb-comments:after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 1px;
  background: #545454;
  position: absolute;
  right: 0;
  top: 4px;
}
.pb-right-column .comments_note .comments_advices li a {
  color: #545454;
  font-size: 13px;
  text-transform: uppercase;
}
.pb-right-column .comments_note .comments_advices li a:hover {
  color: #d81f2a;
}
.content_prices {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
.content_prices .our_price_display {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin: 0;
  color: #000;
}
.content_prices #old_price {
  text-decoration: line-through;
  display: inline-block;
  padding: 2px 10px 0;
  font-size: 15px;
  font-weight: 700;
  vertical-align: top;
  color: #9a9a9a;
}
#short_description_block {
  margin-bottom: 25px;
}
#short_description_block p {
  margin: 0;
  line-height: 22px;
  font-size: 18px;
  
  font-weight: 300;
}
#description_content {
  font-weight: 300;
  color: #545454;
}
#description_content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 24px;
}
#description_content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
#buy_block {
  margin: 0 0;
}
#attributes fieldset {
  padding-bottom: 15px;
}
#attributes fieldset label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  text-transform: uppercase;
  width: 70px;
  vertical-align: top;
  padding-top: 3px;
  margin: 0;
  font-size: 15px;
}
#attributes .attribute_list {
  width: 200px;
  height: 42px;
  position: relative;
  background: #fff;
  padding: 0;
  display: inline-block;
  border: solid 1px #efefef;
}
#attributes .attribute_list div.selector {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100% !important;
  background: #fff;
}
#attributes .attribute_list span {
  padding: 0px 10px;
  background: #fff;
  color: #666;
  width: 100% !important;
  text-shadow: none;
  position: absolute;
  z-index: 1;
  opacity: 1;
  height: 100%;
  left: 0;
  line-height: 38px;
  pointer-events: none;
}
#attributes .attribute_list select {
  padding: 5px 10px;
  width: 100%;
  position: absolute;
  opacity: 1;
  top: auto;
  left: 0px !important;
  height: 100%;
  border: none;
  box-shadow: none;
  color: #919191;
  font-size: 13px;
  text-transform: uppercase;
}
#attributes .attribute_list:after {
  content: "\f0d7";
  background: #fff;
  color: #4f4f4f;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  z-index: 2;
  pointer-events: none;
  -ms-pointer-events: none;
  -webkit-pointer-events: none;
  font-family: Fontawesome;
  line-height: 40px;
}
#attributes .attribute_list option {
  padding: 4px 13px;
}
#attributes .attribute_list.color {
  width: auto;
  height: auto;
  border: none;
}
#attributes .attribute_list.color:after {
  content: none;
}
#attributes .attribute_list #color_to_pick_list {
  list-style-type: none;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  clear: none;
  width: 26px;
  height: 26px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  height: 22px;
  width: 22px;
}
#availability_statut {
  display: inline-block;
  margin: 0;
  margin-bottom: 13px;
}
#availability_statut #availability_value {
  background: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
}
#availability_statut #availability_value:before {
  content: "\f046";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 12px;
  color: #518412;
  font-size: 14px;
}
#availability_statut #availability_value.warning_inline {
  color: #ff444e;
}
#availability_statut #availability_value.warning_inline:before {
  content: "\f00d";
  color: #ff444e;
  line-height: 20px;
}
#pQuantityAvailable {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#quantity_wanted_p {
  margin: 0 0 15px;
  display: block;
  float: left;
}
#quantity_wanted_p label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  
  text-transform: uppercase;
  width: 75px;
  vertical-align: top;
  padding-top: 12px;
  margin: 0;
  font-size: 15px;
}
#quantity_wanted_p .qty {
  height: 42px;
  width: 67px;
  position: relative;
  display: inline-block;
}
#quantity_wanted_p .qty input {
  width: 42px;
  height: 42px;
  border: solid 1px #efefef !important;
  padding: 0;
  line-height: 42px;
  text-align: center;
  float: left;
  color: #919191;
  font-size: 13px;
}
#quantity_wanted_p .qty .qty_buttons {
  float: right;
  height: 42px;
  width: 22px;
  border: solid 1px #efefef;
}
#quantity_wanted_p .qty .qty_buttons a {
  display: block;
  height: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#quantity_wanted_p .qty .qty_buttons .button-plus {
  line-height: 23px;
}
#quantity_wanted_p .qty .qty_buttons .button-minus {
  line-height: 14px;
}
.box-cart-bottom {
  margin: 0;
  
  display: block;
  padding: 0 0 0 15px;
  float: left;
}
.box-cart-bottom .buttons_bottom_block {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.box-cart-bottom .buttons_bottom_block button {
  font-size: 14px;
  margin: 0;
  height: 42px;
  padding: 0 20px 0 53px;
  background: url(../img/icon/icon_cart.png) no-repeat 15px center #d81f2a;
  background-size: 25px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-cart-bottom .buttons_bottom_block button:hover {
  background: url(../img/icon/icon_cart.png) no-repeat 15px center #ab1921;
  background-size: 25px;
}
.box-cart-bottom .wishlist_button, .box-cart-bottom .compare {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.box-cart-bottom .wishlist_button a#wishlist_button, .box-cart-bottom .compare a#wishlist_button, .box-cart-bottom .wishlist_button .add_to_compare, .box-cart-bottom .compare .add_to_compare {
  padding: 0;
  border: solid 1px #dadada;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  background: #fff;
  color: #545454;
  font-size: 15px;
}
.box-cart-bottom .wishlist_button a#wishlist_button:hover, .box-cart-bottom .compare a#wishlist_button:hover, .box-cart-bottom .wishlist_button .add_to_compare:hover, .box-cart-bottom .compare .add_to_compare:hover {
  background: #d81f2a;
  border-color: #d81f2a;
  color: #fff;
}
.box-cart-bottom .wishlist_button a#wishlist_button.checked, .box-cart-bottom .compare a#wishlist_button.checked, .box-cart-bottom .wishlist_button .add_to_compare.checked, .box-cart-bottom .compare .add_to_compare.checked {
  color: #d81f2a;
}
.box-cart-bottom .wishlist_button a#wishlist_button.checked:hover, .box-cart-bottom .compare a#wishlist_button.checked:hover, .box-cart-bottom .wishlist_button .add_to_compare.checked:hover, .box-cart-bottom .compare .add_to_compare.checked:hover {
  color: #fff;
}
.box-cart-bottom .compare {
  margin: 0;
}
.box-cart-bottom .compare .add_to_compare {
  font-size: 17px;
}
.sharing-buttons label {
  display: inline-block;
  color: #545454;
  font-weight: 700;
  
  text-transform: uppercase;
  width: 75px;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 15px;
  margin: 0;
  font-size: 15px;
}
.sharing-buttons .buttons {
  display: inline-block;
  margin: 0 -3px;
  padding-left: 15px;
}
.sharing-buttons .buttons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border: solid 1px #efefef;
  background: #fff;
  color: #919191;
  font-size: 16px;
  margin: 0 4.4px;
}
.sharing-buttons .buttons a:hover {
  background: #d81f2a;
  border-color: #d81f2a;
  color: #fff;
}
div.moreinfo_block {
  margin: 70px 0 30px;
}
div.moreinfo_block ul.nav-tabs {
  border: none;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 20px;
}
div.moreinfo_block ul.nav-tabs > li {
  margin: 0 !important;
  position: relative;
}
div.moreinfo_block ul.nav-tabs > li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
div.moreinfo_block ul.nav-tabs > li.first:after {
  display: none;
}
div.moreinfo_block ul.nav-tabs > li:before {
  content: "";
  height: 1px;
  background: #d81f2a;
  position: absolute;
  bottom: -21px;
  transition: 0.3s all ease 0s;
  left: 50%;
  right: 50%;
  width: 0;
}
div.moreinfo_block ul.nav-tabs > li.active:before {
  left: 30px;
  right: 30px;
  width: auto;
}
div.moreinfo_block ul.nav-tabs > li:hover:before {
  left: 30px;
  right: 30px;
  width: auto;
}
div.moreinfo_block ul.nav-tabs > li:hover a {
  color: #d81f2a;
}
div.moreinfo_block ul.nav-tabs > li a {
  color: #1b1b1b;
  font-weight: normal;
  text-transform: uppercase;
  border: none;
  background: #fff;
  font-size: 16px;
  padding: 4px 30px;
  display: inline-block;
  border-radius: 0;
  margin: 0;
}
div.moreinfo_block ul.nav-tabs > li.active > a, div.moreinfo_block ul.nav-tabs > li.active > a:hover, div.moreinfo_block ul.nav-tabs > li.active > a:focus {
  border: none;
  color: #d81f2a;
}
div.moreinfo_block .tab-content {
  padding: 30px 0 0px;
  display: block;
  margin: 0;
  color: #545454;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8em;
}
div.moreinfo_block .tab-content .product-box {
  width: 261px !important;
}
div.moreinfo_block .tab-content .block_content {
  padding: 0px;
}
div.moreinfo_block .page-product-box {
  display: none;
}
div.moreinfo_block .page-product-box.active {
  display: block;
}
div.moreinfo_block .bx-viewport {
  min-height: 490px;
}
.table-data-sheet {
  border-bottom: solid 1px #ccc;
  width: 100%;
  margin: 0 0 20px;
}
.table-data-sheet tr {
  border-top: solid 1px #ccc;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
  border: solid 1px #e6e6e6;
}
.table-data-sheet tr td:first-child {
  width: 30%;
  font-weight: normal;
}
table.table-product-discounts {
  border: none;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  width: 50%;
  margin: 0 0 20px;
}
table.table-product-discounts tr th {
  font-weight: 700;
  border: none;
}
table.table-product-discounts tr td, table.table-product-discounts tr th {
  border-left: solid 1px #ccc;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: solid 1px #ccc;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}
.moreinfo_block #product_comments_block_tab {
  margin: 0;
}
.moreinfo_block #product_comments_block_tab div.star, .moreinfo_block #product_comments_block_tab div.star_on {
  background: none;
}
.moreinfo_block #product_comments_block_tab div.comment {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.moreinfo_block #product_comments_block_tab div.comment div.comment_details, .moreinfo_block #product_comments_block_tab div.comment div.comment_author {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.moreinfo_block #product_comments_block_tab div.comment .star_content {
  margin: 0 0 5px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos {
  margin-bottom: 7px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos strong {
  display: block;
  margin-bottom: 5px;
}
.moreinfo_block #product_comments_block_tab div.comment .comment_author_infos em {
  font-style: italic;
  font-size: 11px;
}
.moreinfo_block #product_comments_block_tab div.comment .title_block {
  margin: 0 0 7px;
  text-transform: uppercase;
}
.moreinfo_block #product_comments_block_tab div.comment p {
  padding: 0;
  margin: 0;
}
.moreinfo_block #product_comments_block_tab div.comment ul {
  padding-top: 10px;
}
.moreinfo_block #product_comments_block_tab #new_comment_tab_btn {
  margin-top: 10px;
}
.moreinfo_block #product_comments_block_tab #new_comment_tab_btn:hover {
  text-decoration: none;
}
.moreinfo_block #product_comments_block_tab div.comment div.comment_author span, .moreinfo_block #product_comments_block_tab div.comment .star_content {
  float: none;
}
.moreinfo_block #product_comments_block_tab div.comment_details li {
  padding: 2px 0;
  background: none;
}
#new_comment_form h2 {
  margin: 0;
}
#new_comment_form .new_comment_form_content input, #new_comment_form .new_comment_form_content textarea {
  width: 100%;
}
#new_comment_form .new_comment_form_content #criterions_list label {
  display: inline-block;
  margin: 0;
  float: none;
}
#new_comment_form .new_comment_form_content #criterions_list .star_content {
  display: inline-block;
  margin: 0;
  float: none;
}
#new_comment_form .new_comment_form_content #criterions_list .star_content a {
  display: none;
}
.accessories-block {
  margin: 0px;
  position: relative;
}
.accessories-block .block_description {
  display: none;
}
.accessories-block .price {
  margin-bottom: 10px;
}
.accessories-block h5.product-name {
  margin-bottom: 5px;
}
.accessories-block .exclusive {
  padding: 5px 12px;
}
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .exclusive .fa {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 21px;
  margin-right: 10px;
  padding-right: 10px;
  width: 25px;
}
.accessories-block .bx-controls .bx-controls-direction a {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #757575;
  position: absolute;
  text-align: center;
  top: 45%;
}
.accessories-block .bx-controls .bx-controls-direction a:before {
  font-family: fontawesome;
  display: inline-block;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  line-height: 36px;
  font-size: 22px;
  height: 100%;
  width: 100%;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-prev:before {
  content: "\f104";
}
.accessories-block .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
}
.accessories-block .bx-controls .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
.blockproductscategory.block {
  border: none;
}
.blockproductscategory.block h3.title_block {
  border: none;
  text-align: center;
  font-size: 28px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
.blockproductscategory.block h4.subtitle {
  text-transform: uppercase;
  text-align: center;
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 2px;
}
.blockproductscategory.block h4.subtitle span {
  width: 370px;
  position: relative;
  display: inline-block;
}
.blockproductscategory.block h4.subtitle span:after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 3px;
  z-index: 1;
  left: 0;
  content: "";
  display: block;
}
.blockproductscategory.block h4.subtitle span span {
  width: auto;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
}
.blockproductscategory.block h4.subtitle span span:after {
  display: none;
}
.blockproductscategory.block .related-product {
  margin: 20px 0 0;
  padding: 0px;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a {
  font-size: 17px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background: #d81f2a;
  margin: 0;
  opacity: 0.5;
  transition: 0.3s all ease 0s;
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a:before {
  display: none;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}
.blockproductscategory.block .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}
.blockproductscategory.block:hover .bx-wrapper .bx-controls-direction a {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
.blockproductscategory.block:hover .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
#product_right .pb-left-column, #product_left .pb-left-column {
  width: 55.333%;
}
#product_right .pb-right-column, #product_left .pb-right-column {
  width: 44.667%;
}
body {
  min-width: 320px;
  height: 100%;
  line-height: 18px;
  font-size: 12px;
  color: #545454;
  background: #fff;
  position: relative;
}
body.content_only {
  background: #fff;
  padding: 30px;
}
.index #columns {
  margin-bottom: -1px;
}
.block, .moduletable {
  margin-bottom: 30px;
  border: solid 1px #e9e9e9;
  padding: 14px;
}
.block .title_block, .moduletable .title_block {
  margin: 0 0 15px;
  color: #121212;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0 20px;
  border-bottom: solid 1px #d81f2a;
  letter-spacing: 1px;
}
a {
  color: #545454;
}
a:hover {
  color: #d81f2a;
  text-decoration: none;
  outline: none;
}
a:focus {
  color: #545454;
  text-decoration: none;
  outline: none;
}
.btn, button, .button, input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 7px 15px;
  border: none;
  color: #fff;
  font-size: 15px;
  background: #333;
  cursor: pointer;
  white-space: normal;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
}
*:first-child + html input.button_mini, *:first-child + html input.button_small, *:first-child + html input.button, *:first-child + html input.button_large, *:first-child + html input.button_mini_disabled, *:first-child + html input.button_small_disabled, *:first-child + html input.button_disabled, *:first-child + html input.button_large_disabled, *:first-child + html input.exclusive_mini, *:first-child + html input.exclusive_small, *:first-child + html input.exclusive, *:first-child + html input.exclusive_large, *:first-child + html input.exclusive_mini_disabled, *:first-child + html input.exclusive_small_disabled, *:first-child + html input.exclusive_disabled, *:first-child + html input.exclusive_large_disabled {
  border: none;
}
.btn:hover, button:hover, .button:hover, input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover {
  background: #d81f2a;
  color: #fff;
  outline: none;
}
.btn:focus, button:focus, .button:focus, input.button_mini:focus, input.button_small:focus, input.button:focus, input.button_large:focus, input.exclusive_mini:focus, input.exclusive_small:focus, input.exclusive:focus, input.exclusive_large:focus, a.button_mini:focus, a.button_small:focus, a.button:focus, a.button_large:focus, a.exclusive_mini:focus, a.exclusive_small:focus, a.exclusive:focus, a.exclusive_large:focus {
  background: #d81f2a;
  color: #fff;
  outline: none;
}
input.button_disabled, input.exclusive_disabled, span.exclusive {
  border: 1px solid #ccc;
  color: #999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #ccc;
  cursor: default;
}
.btn.disabled, .btn[disabled]:hover {
  opacity: 0.3;
}
.btn.button-plus, .btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  border-radius: 0;
}
.btn.button-plus span, .btn.button-minus span {
  display: block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fff), to(#fbfbfb));
  background-image: -webkit-linear-gradient(top, #fff, 0%, #fbfbfb, 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #fbfbfb 100%);
  background-image: linear-gradient(to bottom, #fff 0%, #fbfbfb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFFBFBFB', GradientType=0);
}
.btn.button-plus:hover span, .btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}
.button.exclusive-medium {
  font-size: 17px;
  padding: 0;
  line-height: 21px;
  font-weight: bold;
  border: 1px solid;
  border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
  text-shadow: 1px 1px #fff;
}
.button.exclusive-medium span {
  border: 1px solid;
  display: block;
  padding: 9px 10px 11px 10px;
  background: #f7f7f7;
}
@media (max-width: 480px) {
  .button.exclusive-medium span {
    font-size: 15px;
    padding-right: 7px;
    padding-left: 7px;
  }
}
.button.exclusive-medium span:hover {
  border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
}
div.pagination {
  float: right;
  border-radius: 0;
  margin: 0 0 0 40px;
  padding: 8px 0 0 0;
}
#pagination .label, #pagination_bottom .label {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px;
}
#pagination ul.pagination, #pagination_bottom ul.pagination {
  margin: 0;
  border-radius: 0;
}
#pagination ul.pagination li, #pagination_bottom ul.pagination li {
  display: inline-block;
}
#pagination ul.pagination li > span, #pagination_bottom ul.pagination li > span, #pagination ul.pagination li > a, #pagination_bottom ul.pagination li > a {
  border: none;
  border-radius: 0;
  display: block;
  margin: 0;
  color: #4f4f4f;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 300;
  background: transparent;
  line-height: 15px;
}
#pagination ul.pagination li.active > span, #pagination_bottom ul.pagination li.active > span, #pagination ul.pagination li.current > span, #pagination_bottom ul.pagination li.current > span, #pagination ul.pagination li:hover > span, #pagination_bottom ul.pagination li:hover > span, #pagination ul.pagination li.active > a, #pagination_bottom ul.pagination li.active > a, #pagination ul.pagination li.current > a, #pagination_bottom ul.pagination li.current > a, #pagination ul.pagination li:hover > a, #pagination_bottom ul.pagination li:hover > a {
  color: #d81f2a;
}
#pagination ul.pagination li.pagination_next a, #pagination_bottom ul.pagination li.pagination_next a, #pagination ul.pagination li.pagination_next a, #pagination_bottom ul.pagination li.pagination_next a {
  color: #4f4f4f;
  font-size: 13px;
}
#pagination ul.pagination li.pagination_next:hover a, #pagination_bottom ul.pagination li.pagination_next:hover a, #pagination ul.pagination li.pagination_next:hover a, #pagination_bottom ul.pagination li.pagination_next:hover a {
  color: #d81f2a;
}
.label-box {
  width: 65px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
}
.label-box .new-box, .label-box .sale-box {
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.label-box .new-box {
  background: #8bc34a;
}
.label-box .sale-box {
  background: #efc55f;
  margin: 0;
}
.simptip {
  position: relative;
  font-size: 13px;
}
.simptip:before, .simptip:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.simptip:before {
  content: '';
  border-color: #212121 transparent transparent;
  border-style: solid;
  border-width: 6px;
  margin-bottom: -15px;
}
.simptip:after {
  background-color: #212121;
  color: #f5f5f5;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: -3px;
  padding: 0 15px 2px;
  content: attr(data-tooltip);
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  text-transform: none;
}
.simptip:hover:before, .simptip:hover:after {
  opacity: 1;
  transform: translate(-50%, -15px);
  visibility: visible;
}
.add_to_compare.checked:after {
  content: attr(data-tooltip-remove);
}
.custom-header-area {
  color: #6d6d6d;
  font-weight: 300;
  line-height: 40px;
}
.header-top {
  background: #1e1e1e;
  height: 40px;
  font-size: 14px;
}
.header-center {
  padding: 30px 0;
}
.header-center #header_logo {
  text-align: center;
}
.header-center #header_logo .logo {
  display: inline-block;
}
.header-center #header_logo img {
  transition: 0.5s all ease 0s;
}
.header-menu {
  height: 60px;
}
.stick {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  box-shadow: 0 1px 2px #777;
}
.columns-container {
  padding: 30px 0 75px;
}
.index .columns-container {
  padding-top: 0;
}
.slider-container {
  overflow: hidden;
}
#block_right {
  position: inherit;
}
.header_v2 {
  
}
.header_v2 .header-center #header_logo {
  text-align: left;
}
.footer-container {
  background-color: #1e1e1e;
  padding-top: 90px;
  position: relative;
}
.footer-container h3.title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer-container #footer-bottom {
  border: solid 1px #333;
  border-left: none;
  border-right: none;
  position: relative;
  margin-top: 30px;
}
.footer-container #footer-bottom:before, .footer-container #footer-bottom:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #d81f2a;
  display: block;
  position: absolute;
  left: 0;
}
.footer-container #footer-bottom:before {
  top: 0;
}
.footer-container #footer-bottom:after {
  bottom: 0;
}
.footer-container #copyright {
  padding: 25px 0 40px 0;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300;
}
.footer-container #copyright .footer-payment {
  text-align: right;
}
.copyright {
  margin-top: 13px;
  margin-bottom: 13px;
}
.backtop {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -25px;
}
.backtop .backtotop {
  display: inline-block;
  transition: 0.3 all ease 0s;
}
.backtop .backtotop .icon {
  height: 50px;
  width: 50px;
  background: #d81f2a;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  display: inline-block;
  margin-bottom: 12px;
}
.backtop .backtotop .text {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.backtop .backtotop:hover .icon {
  background: #ab1921;
}
.backtop .backtotop:hover .text {
  color: #d81f2a;
}
.footer-social .socials {
  font-size: 0;
  padding-top: 10px;
  width: 60%;
}
.footer-social .socials a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #333;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  color: #898989;
  margin-bottom: 10px;
  margin-right: 10px;
}
.footer-social .socials a:hover {
  background: #d81f2a;
  color: #fff;
}
.contact-infos .logotext .logo_image {
  display: block;
  height: 85px;
  width: 257px;
  background: url(../img/icon/logo_img.png) no-repeat 0px 0px;
  margin-bottom: 25px;
}
.contact-infos .logotext .text {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  padding-right: 15px;
}
.contact-infos .logotext .text a {
  color: #d81f2a;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.contact-infos .logotext .text a:hover {
  color: #fff;
}
.contact-infos .contact ul.list-contact li {
  padding: 0 35px;
  position: relative;
  line-height: 22px;
  margin-bottom: 8px;
}
.contact-infos .contact ul.list-contact li .label {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  padding: 0;
  margin: 0;
}
.contact-infos .contact ul.list-contact li .label .fa-envelope {
  font-size: 15px;
}
.contact-infos .contact ul.list-contact li span {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 300;
}
.contact-infos .contact ul.list-contact li a {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 300;
}
.contact-infos .contact ul.list-contact li a:hover {
  color: #d81f2a;
}
.footer-links ul li a {
  color: #6d6d6d;
  font-size: 15px;
  font-weight: 300;
  display: block;
  padding: 7px 15px;
  position: relative;
  
}
.footer-links ul li a:before {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #6d6d6d;
  position: absolute;
  top: 15px;
  left: 0;
}
.footer-links ul li a:hover {
  color: #d81f2a;
}
.footer-links ul li a:hover:before {
  background: #d81f2a;
}
.breadcrumb-container {
  height: 200px;
  background: url(../img/icon/bg_breadcrumb.jpg) no-repeat center center;
  text-align: center;
  margin-bottom: 10px;
}
.breadcrumb {
  background: transparent;
  padding: 70px 0;
  border-radius: 0;
  border: none;
  margin: 0;
  color: #404040;
  font-size: 15px;
  text-transform: uppercase;
}
.breadcrumb .title-page {
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 24px;
  display: block;
  padding-bottom: 20px;
  font-weight: bold;
}
.breadcrumb .title-page a, .breadcrumb .title-page span {
  display: none;
}
.breadcrumb a:hover {
  color: #1e1e1e;
}
.breadcrumb .navigation-pipe {
  font-size: 0;
  display: inline-block;
  height: 16px;
  width: 20px;
  position: relative;
  vertical-align: top;
}
.breadcrumb .navigation-pipe:after {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
}
.breadcrumb > * {
  display: inline-block;
}
@media (min-width: 1200px) {
    .menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 90;
    top: 0;
    left: 0;
    background: #fff;
  }
  .menu-fixed .sp-megamenu .navbar-nav > li .dropdown-menu {
    display: none;
  }
  .menu-fixed .sp-megamenu .navbar-nav > li:hover .dropdown-menu {
    display: block;
  }
  .header-menu.menu-fixed {
    -webkit-animation: animate-translate-top 1s;
    -moz-animation: animate-translate-top 1s;
    animation: animate-translate-top 1s;
  }
  .header_v2 .menu-fixed {
    box-shadow: 0 0 3px #999;
    -ms-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    padding: 0;
  }
  .header_v2 .menu-fixed .logo {
    display: block;
    padding: 10px 0;
  }
  .header_v2 .menu-fixed .logo img {
    width: 100px !important;
    height: auto !important;
  }
  body.layout-boxed #wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 6px #777;
    overflow: hidden;
  }
  body.layout-framed #wrapper {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    overflow: hidden;
  }
  body.layout-rounded #wrapper {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px #777;
    border-radius: 15px;
    overflow: hidden;
  }
}
#stickyright {
  position: fixed;
  right: 0;
  top: 110px;
  z-index: 99;
}
.rightbar_wrap {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-bottom: 1px;
  position: relative;
}
.rightbar_wrap > a {
  display: block;
  width: 100%;
  height: 100%;
}
.rightbar_wrap > a#rightbar-shopping_cart {
  background: #81c683;
}
.rightbar_wrap > a#rightbar-product_compare {
  background: #80cbc4;
}
.rightbar_wrap .fa {
  display: block;
  color: #fff;
  line-height: 50px;
}
.rightbar_wrap .fa.fa-random {
  font-size: 14px;
}
.rightbar_wrap .icon_text {
  font-size: 11px;
}
.rightbar_wrap span.count {
  line-height: inherit;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
}
.footer-social li {
  margin: 0 5px;
  font-size: 18px;
  
}
.hide-title .product_list.grid h5, .hide-quickview .product_list.grid .quick-view, .hide-rating .product_list.grid .comments_note {
  display: none !important;
}
.hide-title .product_lists.grid h5, .hide-quickview .product_lists.grid .quick-view, .hide-rating .product_lists.grid .comments_note {
  display: none !important;
}
.hide-productdes .grid .product-desc, .hide-coloroption .grid .color-list-container, .hide-stockinfo .grid .availability {
  display: none !important;
}
div.img-pattern {
  
}
div.img-pattern.active, div.img-pattern.selected {
  border-color: #d81f2a;
}
@media (max-width: 991px) {
  #sp-cpanel_btn {
    display: none;
  }
  #stickyright {
    display: none;
  }
}
.rtl a.backtotop {
  right: auto;
  left: 10px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.a-hidden {
  opacity: 0;
}
.a-visible {
  opacity: 1;
}
div.lastestnews {
  border: none;
  padding: 0;
  margin-bottom: 80px;
  
}
div.lastestnews h3.title_block {
  font-size: 28px;
  border: none;
  padding: 0;
  text-align: center;
  letter-spacing: 3px;
}
div.lastestnews h4.subtitle {
  text-transform: uppercase;
  text-align: center;
  color: #9a9a9a;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
div.lastestnews h4.subtitle span {
  width: 370px;
  position: relative;
  display: inline-block;
}
div.lastestnews h4.subtitle span:after {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 3px;
  z-index: 1;
  left: 0;
  content: "";
  display: block;
}
div.lastestnews h4.subtitle span span {
  width: auto;
  padding: 0 20px;
  background: #fff;
  z-index: 2;
}
div.lastestnews h4.subtitle span span:after {
  display: none;
}
div.lastestnews .post .post_image {
  position: relative;
}
div.lastestnews .post .post_image a {
  position: relative;
  display: block;
}
div.lastestnews .post .post_image a:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
  transition: 0.3s all ease 0s;
}
div.lastestnews .post .post_image a:hover:after {
  opacity: 0.35;
  filter: "alpha(opacity=35)";
  -ms-filter: "alpha(opacity=35)";
}
div.lastestnews .post .post_image .date_added {
  display: block;
  height: 60px;
  width: 60px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
  padding: 10px 5px;
}
div.lastestnews .post .post_image .date_added .d {
  display: block;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
div.lastestnews .post .post_image .date_added .m {
  display: block;
  color: #9a9a9a;
  font-size: 14px;
  text-transform: uppercase;
}
div.lastestnews .post .post_content {
  border: solid 1px #e8e8e8;
  border-top: none;
  padding: 20px;
}
div.lastestnews .post .post_content .post_title {
  margin-bottom: 15px;
}
div.lastestnews .post .post_content .post_title a {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
div.lastestnews .post .post_content .post_title a:hover {
  color: #d81f2a;
}
div.lastestnews .post .post_content .post-info {
  margin-bottom: 20px;
}
div.lastestnews .post .post_content .post-info span {
  color: #1e1e1e;
  font-size: 12px;
  display: inline-block;
}
div.lastestnews .post .post_content .post-info span.view {
  padding: 0 20px;
}
div.lastestnews .post .post_content .post-info span .fa {
  margin-right: 5px;
  font-size: 14px;
}
div.lastestnews .post .post_content .desc {
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 17px;
}
div.lastestnews .post .post_content .readmore {
  color: #1e1e1e;
  font-size: 12px;
  text-transform: uppercase;
}
div.lastestnews .post .post_content .readmore .fa {
  margin: 0 5px;
  font-size: 14px;
}
div.lastestnews .post .post_content .readmore:hover {
  color: #d81f2a;
}
div.blogModule {
  padding-bottom: 0;
  
}
div.blogModule h3.title_block {
  margin: 0;
}
div.blogModule ul.list-link li {
  border-top: solid 1px #e6e6e6;
  padding: 0;
}
div.blogModule ul.list-link li:first-child {
  border: none;
}
div.blogModule ul.list-link li a {
  display: block;
  position: relative;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s all ease 0s;
}
div.blogModule ul.list-link li a:before {
  content: "";
  height: 12px;
  width: 12px;
  border: solid 1px #9e9e9e;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 18px;
  position: absolute;
}
div.blogModule ul.list-link li a:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #252525;
  border-radius: 50%;
  left: 4px;
  top: 22px;
  position: absolute;
  transition: 0.3 all ease 0s;
  opacity: 0;
}
div.blogModule ul.list-link li a:hover:after {
  opacity: 1;
}
ul.recentArticles {
  padding: 10px 0;
  
}
ul.recentArticles li {
  padding: 10px 0;
  overflow: hidden;
}
ul.recentArticles li .image {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
ul.recentArticles li .title {
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 5px;
  display: block;
}
ul.recentArticles li .info {
  color: #d81f2a;
}
p.error {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
#smartblogcat .sdsarticleCat {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
#smartblogcat .articleContent .imageFeaturedLink {
  display: block;
  position: relative;
}
#smartblogcat .articleContent .imageFeaturedLink img {
  max-width: 100%;
  padding: 0;
}
#smartblogcat .articleContent .imageFeaturedLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s all ease 0s;
}
#smartblogcat .articleContent .sdsarticle-info {
  margin-bottom: 20px;
}
#smartblogcat .articleContent .sdsarticle-info span {
  color: #737373;
  display: inline-block;
}
#smartblogcat .articleContent .sdsarticle-info a {
  color: #737373;
}
#smartblogcat .articleContent .sdsarticle-info a:hover {
  color: #d81f2a;
}
#smartblogcat .articleContent .sdsarticle-info .viewed {
  margin: 0 10px;
}
#smartblogcat .articleContent .sdsarticle-info .fa {
  margin-right: 5px;
}
#smartblogcat .articleContent .sdsarticle-info .fa-eye {
  font-size: 13px;
}
#smartblogcat .articleContent .sdsarticleHeader {
  margin: 0 0 15px;
}
#smartblogcat .articleContent .sdsarticleHeader .sdstitle_block {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
#smartblogcat .articleContent .sdsarticleHeader .sdstitle_block a {
  font-size: 18px;
  color: #1e1e1e;
  transition: 0.3s all ease 0s;
  text-transform: uppercase;
  font-weight: bold;
}
#smartblogcat .articleContent .sdsarticleHeader .sdstitle_block a:hover {
  color: #d81f2a;
}
#smartblogcat .articleContent .date_added {
  font-size: 12px;
  color: #909090;
}
#smartblogcat .articleContent .sdsarticle-des {
  margin: 0 0 35px;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
}
#smartblogcat .articleContent .more {
  font-size: 14px;
  text-transform: uppercase;
  color: #d81f2a;
}
#smartblogcat .articleContent .more .fa {
  padding: 0 5px;
  font-size: 16px;
}
#smartblogcat .articleContent:hover .imageFeaturedLink:after {
  opacity: 0.5;
}
#smartblogcat .large_image .articleContent .imageFeaturedLink {
  margin: 0 0 17px 0;
}
#smartblogcat .large_image .articleContent .imageFeaturedLink img {
  width: 100%;
}
#smartblogcat .small_image .articleContent .imageFeaturedLink {
  float: left;
  margin: 0 30px 0 0;
}
#smartblogcat .grid {
  
}
#smartblogcat .grid .sdsarticleCat {
  padding: 0 15px;
}
#smartblogcat .grid .sdsarticle-text {
  padding: 15px 20px 20px;
  border: solid 1px #e6e6e6;
}
div.post-page {
  text-align: right;
  border-top: solid 1px #e6e6e6;
  padding-top: 20px;
}
div.post-page label {
  font-weight: 300;
  font-size: 13px;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
div.post-page .pagination {
  margin: 0;
}
div.post-page .pagination li {
  display: inline-block;
}
div.post-page .pagination li a, div.post-page .pagination li span {
  color: #4f4f4f;
  display: block;
  padding: 0 5px;
  border-radius: 0;
  border: none;
  font-size: 13px;
  font-weight: 300;
}
div.post-page .pagination li .page-active {
  color: #fff;
}
div.post-page .pagination li .page-link:hover, div.post-page .pagination li .page-link:focus {
  color: #d81f2a;
  background: transparent;
}
div.post-page .pagination li .page-active {
  color: #d81f2a;
}
#sdsblogArticle {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#sdsblogArticle .articleContent {
  margin: 0 0 20px;
}
#sdsblogArticle .articleContent img {
  padding: 0;
  max-width: 100%;
}
#sdsblogArticle .article-info {
  margin-bottom: 20px;
}
#sdsblogArticle .article-info span {
  color: #737373;
  display: inline-block;
}
#sdsblogArticle .article-info a {
  color: #737373;
}
#sdsblogArticle .article-info a:hover {
  color: #d81f2a;
}
#sdsblogArticle .article-info .cat {
  margin: 0 10px;
}
#sdsblogArticle .article-info .fa {
  margin-right: 5px;
  font-size: 13px;
}
#sdsblogArticle .article-title {
  color: #1e1e1e;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px;
}
#sdsblogArticle .sdsarticle-des {
  margin: 0;
}
#sdsblogArticle .sdsarticle-des p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #545454;
  line-height: 24px;
}
#sdsblogArticle .sdsarticleBottom {
  margin: 0;
}
div#articleComments {
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}
div#articleComments h3 {
  margin: 0 0 30px;
  font-size: 18px;
  color: #121212;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#articleComments .commentList li {
  border-radius: 0;
  overflow: hidden;
  border: none;
  padding: 0 0 0 100px;
  margin: 0 0 40px;
}
div#articleComments .commentList li .avatar {
  border: none;
  padding: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 0;
}
div#articleComments .commentList li .text {
  background: #f9f9f9;
  padding: 22px 30px 30px;
}
div#articleComments .commentList li .text .name {
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
}
div#articleComments .commentList li .text .created {
  display: inline-block;
  margin: 0 30px;
  font-size: 12px;
  color: #545454;
}
div#articleComments .commentList li .text .reply {
  display: inline-block;
  font-size: 16px;
  float: none;
  height: auto;
  margin: 0;
}
div#articleComments .commentList li .text .reply a {
  color: #545454;
  background: transparent;
  padding: 0;
  font-size: 19px;
}
div#articleComments .commentList li .text .reply a:hover {
  color: #d81f2a;
}
div#articleComments .commentList li .text p {
  margin: 0;
  border-top: solid 1px #e6e6e6;
  padding-top: 15px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
div#articleComments .commentList li .comment {
  padding-top: 40px;
}
div#articleComments .commentList li .comment li {
  margin: 0;
}
div#respond {
  border: none !important;
  
}
div#respond .error {
  margin: 0;
}
div#respond .comment-reply-title {
  margin: 0;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #121212;
  border-top: solid 1px #e6e6e6;
  letter-spacing: 1px;
}
div#respond #commentform {
  margin: 0;
}
div#respond #commentform .input {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
div#respond #commentform .input.fl {
  text-align: left;
}
div#respond #commentform .input.fr {
  text-align: right;
}
div#respond #commentform .input.fr .error {
  float: left;
  margin: 0 3%;
}
div#respond #commentform input[type="text"] {
  width: 97%;
  height: 40px;
  border: solid 1px #e6e6e6;
  color: #4f4f4f;
  padding: 5px 20px;
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}
div#respond #commentform input[type="text"].smartblogcaptcha {
  width: 220px;
  margin: 0 20px;
  float: left;
}
div#respond #commentform input[type="text"]:focus {
  border-color: #d81f2a;
}
div#respond #commentform .content {
  margin-bottom: 20px;
}
div#respond #commentform .inputContent {
  border: solid 1px #e6e6e6;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: 300;
  width: 100%;
  border-radius: 0;
  background: #fff;
  margin: 0;
  padding: 10px 20px;
}
div#respond #commentform .inputContent:focus {
  border-color: #d81f2a;
}
div#respond #commentform .capcha {
  overflow: hidden;
}
div#respond #commentform .capcha img {
  float: left;
}
div#respond #commentform #submitComment {
  text-transform: uppercase;
  color: #fff;
  padding: 11px 50px;
  background: #d81f2a;
  font-size: 14px;
  font-weight: bold;
}
div#respond #commentform #submitComment:hover {
  background: #ab1921;
}
div.lastestnews.layout2 {
  margin-bottom: 50px;
  
}
div.lastestnews.layout2 h3.title_block {
  letter-spacing: normal;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
}
div.lastestnews.layout2 h4 {
  display: inline-block;
  float: right;
  margin: 0;
}
div.lastestnews.layout2 h4 .view-all {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 14px;
  padding-top: 15px;
  display: inline-block;
}
div.lastestnews.layout2 h4 .view-all:hover {
  color: #d81f2a;
}
div.lastestnews.layout2 h4 .fa {
  margin-left: 5px;
}
.rtl {
  
}
.rtl div.lastestnews .post .post_image .date_added {
  left: auto;
  right: 20px;
}
.rtl div.lastestnews .post .post_content .post-info span .fa {
  margin: 0 0 0 5px;
}
.rtl div.lastestnews .post .fa-angle-right:before {
  content: "\f104";
}
.rtl div.lastestnews.layout2 h4 {
  float: left;
}
.rtl div.lastestnews.layout2 h4 .fa {
  margin-left: 0;
  margin-right: 5px;
}
.rtl div.lastestnews.layout2 h4 .fa-angle-right:before {
  content: "\f104";
}
.rtl ul.recentArticles li .image {
  float: right;
  margin: 0 0 0 15px;
}
.rtl div.blogModule ul.list-link li a:before {
  left: auto;
  right: 0;
}
.rtl div.blogModule ul.list-link li a:after {
  left: auto;
  right: 4px;
}
.rtl #smartblogcat .articleContent .sdsarticle-info .fa {
  margin: 0 0 0 5px;
}
.rtl #smartblogcat .articleContent .more .fa-angle-right:before {
  content: "\f104";
}
.rtl #smartblogcat .small_image .articleContent .imageFeaturedLink {
  float: right;
  margin: 0 0 0 30px;
}
.rtl #sdsblogArticle .article-info .fa {
  margin-left: 5px;
  margin-right: 0;
}
.rtl div#respond #commentform .input {
  float: right;
}
.rtl div#respond #commentform .input.fl {
  text-align: right;
}
.rtl div#respond #commentform .input.fr {
  text-align: left;
}
.rtl div#respond #commentform .input.fr .error {
  float: right;
}
.rtl div#respond .comment-reply-title small {
  float: left !important;
}
.rtl div#articleComments h3 {
  direction: ltr;
  text-align: right;
}
.rtl div#articleComments .commentList li {
  padding: 0 100px 0 0;
}
.rtl div#articleComments .commentList li .avatar {
  left: auto;
  right: 0;
}
.rtl div.post-page {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.lastestnews .post .post_content .post_title a {
    font-size: 15px;
  }
  div.lastestnews .post .post_content .post-info span {
    font-size: 11px;
  }
  div.lastestnews .post .post_content .post-info span.view {
    padding: 0 10px;
  }
  div.lastestnews .post .post_content .post-info span .fa {
    font-size: 13px;
  }
  #smartblogcat .small_image .articleContent .imageFeaturedLink {
    width: 270px;
  }
  #smartblogcat .articleContent .sdsarticle-info .viewed {
    margin: 0 4px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  div.lastestnews .post .post-inner {
    border: solid 1px #e8e8e8;
    margin-bottom: 25px;
    overflow: hidden;
  }
  div.lastestnews .post .post-inner .post_image {
    float: left;
    margin: 0 30px 0 0;
  }
  div.lastestnews .post .post-inner .post_content {
    border: none;
  }
  #smartblogcat .small_image .articleContent .imageFeaturedLink {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  #smartblogcat .grid .articleContent .sdsarticle-info span {
    display: block;
  }
  #smartblogcat .grid .articleContent .sdsarticle-info span.viewed {
    margin: 5px 0;
  }
  div#articleComments .commentList li .text .name {
    display: block;
    margin: 0 0 10px 0;
  }
  div#articleComments .commentList li .text .created {
    margin: 0 20px 0 0;
  }
  .rtl #smartblogcat .small_image .articleContent .imageFeaturedLink {
    float: none;
    margin: 0 0 20px 0;
  }
  .rtl div#articleComments .commentList li .text .created {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  div.lastestnews .post .post-inner {
    border: solid 1px #e8e8e8;
    margin-bottom: 25px;
    overflow: hidden;
  }
  div.lastestnews .post .post-inner .post_image img {
    width: 100%;
  }
  div.lastestnews .post .post-inner .post_content {
    border: none;
  }
  #smartblogcat .small_image .articleContent .imageFeaturedLink {
    float: none;
    display: inline-block;
    margin: 0 0 20px 0;
  }
  div#articleComments .commentList li .text .name {
    display: block;
    margin: 0 0 10px 0;
  }
  div#articleComments .commentList li .text .created {
    margin: 0 20px 0 0;
  }
  .rtl #smartblogcat .small_image .articleContent .imageFeaturedLink {
    float: none;
    margin: 0 0 20px 0;
  }
  .rtl div#articleComments .commentList li .text .created {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 479px) {
  div.lastestnews .post .post_content .post-info span {
    font-size: 11px;
  }
  div.lastestnews .post .post_content .post-info span.view {
    padding: 0 5px;
  }
  div.lastestnews .post .post_content .post-info span .fa {
    font-size: 12px;
  }
  div.lastestnews h4.subtitle span {
    width: 100%;
    font-size: 12px;
  }
  div.lastestnews h4.subtitle span span {
    width: auto;
    padding: 0 10px;
  }
  div.lastestnews.layout2 h4 .view-all {
    font-size: 12px;
    padding-top: 12px;
  }
  #smartblogcat .small_image .articleContent .imageFeaturedLink {
    display: block;
  }
  div#respond #commentform input[type="text"] {
    width: 100%;
  }
  div#respond #commentform .input {
    width: 100%;
  }
  div#respond #commentform .input.fl, div#respond #commentform .input.fr {
    text-align: left;
  }
  .rtl div#respond #commentform .input.fl, .rtl div#respond #commentform .input.fr {
    text-align: right;
  }
}
#pagenotfound .columns-container {
  background: transparent;
  background-size: 100% 100%;
  text-align: center;
  padding: 0;
  padding: 80px 0 100px;
}
#pagenotfound .columns-container #columns {
  width: 100%;
}
#pagenotfound .columns-container h1 {
  color: #414b56;
  font-size: 100px;
  margin: 0;
  margin: 0 0 15px;
}
#pagenotfound .columns-container h1 span {
  color: #d81f2a;
  font-weight: bold;
}
#pagenotfound .columns-container label {
  margin: 0 0 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}
#pagenotfound .columns-container p {
  margin: 0 0 30px;
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 300;
}
#pagenotfound .columns-container p strong {
  color: #fff;
}
#pagenotfound .columns-container form {
  font-size: 0;
  margin: 0 0 30px;
}
#pagenotfound .columns-container form #search_query {
  height: 40px;
  width: 340px;
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 300;
  background: #fff;
  border: solid 1px #d7d7d7;
  display: inline-block;
  text-align: center;
}
#pagenotfound .columns-container form #search_query:focus {
  border-color: #fff;
}
#pagenotfound .columns-container form button {
  height: 40px;
  display: inline-block;
  padding: 0 17px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}
#pagenotfound .columns-container .backtohome {
  text-transform: uppercase;
  font-size: 14px;
  color: #414b56;
  display: inline-block;
}
#pagenotfound .columns-container .backtohome .fa {
  margin: 0 5px;
}
#pagenotfound .columns-container .backtohome:hover {
  color: #d81f2a;
}
#pagenotfound.content-v2 .columns-container {
  background: #fff;
}
#pagenotfound.content-v2 .columns-container h1 {
  color: #000;
}
#pagenotfound.content-v2 .columns-container h1 span {
  color: #d81f2a;
}
#pagenotfound.content-v2 .columns-container label {
  color: #545454;
}
#pagenotfound.content-v2 .columns-container p {
  color: #545454;
}
#pagenotfound.content-v2 .columns-container p strong {
  color: #545454;
}
#pagenotfound.content-v2 .columns-container .backtohome:hover {
  color: #000;
}
#pagenotfound.rtl .columns-container .backtohome .fa:before {
  content: "\f104";
}
@media (min-width: 1400px) {
  #pagenotfound .columns-container {
    padding: 150px 0 180px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #pagenotfound .columns-container {
    padding: 50px 0 80px;
  }
}
@media (max-width: 767px) {
  #pagenotfound .columns-container {
    padding: 20px 0 50px;
  }
  #pagenotfound .columns-container h1 {
    font-size: 60px;
  }
  #pagenotfound .columns-container label {
    font-size: 13px;
  }
  #pagenotfound .columns-container p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #pagenotfound .columns-container h1 {
    font-size: 40px;
  }
  #pagenotfound .columns-container form #search_query {
    width: 200px;
  }
}
#contact .socials a:hover {
  border-color: #d81f2a;
  background: #d81f2a;
}
#contact .socials a:hover .fa {
  color: #fff;
}
#contact .contact-form-box #submitMessage:hover {
  background: #d81f2a;
}
.sphomepage-slider .owl-nav .owl-prev, .sphomepage-slider .owl-nav .owl-next {
  background: #d81f2a;
}
.sphomepage-slider .item .sphomeslider-description .shopnow {
  background: #d81f2a;
}
.header_v2 .sphomepage-slider .owl-dots .owl-dot.active, .header_v2 .sphomepage-slider .owl-dots .owl-dot:hover {
  border-color: #d81f2a !important;
  background: #d81f2a !important;
}
.header-menu {
  background: #fff;
}
.sp-megamenu .navbar-nav > li.mega_type1 .dropdown-menu ul li > a:hover, .sp-megamenu .navbar-nav > li.mega_type2 .dropdown-menu ul li > a:hover {
  color: #d81f2a;
}
.header_v2 .sp-megamenu .home:hover > a {
  color: #d81f2a;
}
.header_v2 .sp-megamenu .navbar-nav > li:hover > a {
  color: #d81f2a;
}
.header_v2 .sp-megamenu .navbar-nav > li.active > a {
  color: #d81f2a;
}
#index .header_v2 .sp-megamenu .home > a {
  color: #d81f2a;
}
#contact .header_v2 .sp-megamenu .navbar-nav > li.contact > a {
  color: #d81f2a;
}
#module-smartblog-category .header_v2 .sp-megamenu .navbar-nav > li.blog > a {
  color: #d81f2a;
}
.sp_searchpro:hover .icon-search .fa {
  color: #d81f2a;
}
.sp_searchpro .icon-search.active .fa {
  color: #d81f2a;
}
.sp_searchpro .sprsearch-form {
  border-bottom: solid 2px #d81f2a;
}
.sp_searchpro .spr-container .spr-search-button:hover {
  color: #d81f2a;
}
.header_v2 .sp_searchpro:hover .icon-search .fa {
  color: #d81f2a;
}
.shopping_cart > a:first-child span.ajax_cart_quantity {
  background: #d81f2a;
}
.shopping_cart > a:first-child span.ajax_cart_empty {
  background: #d81f2a;
}
.shopping_cart .cart_block .cart_block_list .remove_link a:hover, .shopping_cart .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
  color: #d81f2a;
}
.cart_block .price-total span.price {
  color: #d81f2a;
}
.cart_block .cart-info .product-name a:hover {
  color: #d81f2a;
}
.shopping_cart .cart_block .block_content .recent_items span {
  color: #d81f2a;
}
.cart_block .buttons a#button_order_cart {
  background: #d81f2a;
}
.cart_block .buttons a#button_order_cart:hover {
  background: #ab1921;
}
.slideshow_container .homeslider-description .shopnow a:after {
  background: #d81f2a;
}
.slideshow_container .callbacks_nav:hover {
  background: #d81f2a;
}
.slideshow_container .callbacks_tabs li:hover, .slideshow_container .callbacks_tabs li.callbacks_here {
  background: #d81f2a;
}
div.explore_more .explore .item .text .title a:hover {
  color: #d81f2a;
}
div.explore_more .explore .item .text .more:hover {
  color: #d81f2a;
  border-color: #d81f2a;
}
div.promotion-block .item .text h2 a:hover {
  color: #d81f2a;
}
.sp-extraslider .owl-controls .owl-prev, .sp-extraslider .owl-controls .owl-next {
  background: #d81f2a;
}
div.sp-deal .control-button .next, div.sp-deal .control-button .preview {
  background: #d81f2a;
}
div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .owl-controls .owl-prev, div.sp_supercategory div.sp-sp-cat .spcat-wrap .spcat-items-container .owl-controls .owl-next {
  background: #d81f2a;
}
div.sp-manu-slider .page-button .control-button .preview, div.sp-manu-slider .page-button .control-button .next {
  background: #d81f2a;
}
div.sp-manu-slider .slider .vpo-wrap .vp .item .item-wrap .item-img:hover {
  border-color: #d81f2a;
}
#newsletter_block_home .form-group .button {
  background: #d81f2a;
}
#newsletter_block_home .form-group .button:hover {
  background: #ab1921;
}
#newsletter_block_popup .close {
  background-color: #d81f2a;
}
#newsletter_block_popup .close:hover {
  background-color: #ab1921;
}
#newsletter_block_popup .block_content .content-inner .form-group .button {
  background: #d81f2a;
}
#newsletter_block_popup .block_content .content-inner .form-group .button:hover {
  background: #ab1921;
}
#categories_block_left ul li a.selected {
  color: #d81f2a;
}
#layered_block_left #layered_form span.layered_subtitle {
  color: #d81f2a;
}
#layered_block_left #layered_form #enabled_filters ul li {
  color: #d81f2a;
}
#layered_block_left #layered_form .layered_filter_ul li:hover div.checker span {
  background: #d81f2a;
}
#layered_block_left #layered_form .layered_filter_ul li:hover a {
  color: #d81f2a;
}
#layered_block_left #layered_form ul li input.checkbox {
  opacity: 0;
}
#layered_block_left #layered_form div.checker .checked {
  background: #d81f2a;
}
#layered_block_left #layered_form .ui-widget-header {
  background: #d81f2a;
}
#sp-cpanel label:hover {
  color: #d81f2a;
}
@media (max-width: 992px) {
  .navbar #sp-megamenu .navbar-nav li a:hover, .navbar #sp-megamenu .navbar-nav li span.menu-title:hover {
    color: #d81f2a !important;
  }
  .navbar #sp-megamenu .navbar-nav li.active > a, .navbar #sp-megamenu .navbar-nav li.active > span.menu-title {
    color: #d81f2a !important;
  }
  #index .navbar #sp-megamenu .navbar-nav .home > a {
    color: #d81f2a !important;
  }
  #contact .navbar #sp-megamenu .navbar-nav li.contact > a {
    color: #d81f2a !important;
  }
  #module-smartblog-category .navbar #sp-megamenu .navbar-nav li.blog > a {
    color: #d81f2a !important;
  }
}
@media (max-width: 480px) {
  .navbar .navbar-button .navbar-toggle {
    background: #d81f2a !important;
  }
}
#product_comparison .prices-container .price {
  color: #d81f2a;
}
#product_comparison .prices-container .price-percent-reduction {
  background: #d81f2a;
}
#order #order-detail-content .product-name a:hover {
  color: #d81f2a;
}
.cart_delete a.cart_quantity_delete:hover, a.price_discount_delete:hover {
  color: #d81f2a;
}
#contact .contact-form-box #submitMessage, #contact .contact-form-box .form-group div.uploader span.action {
  background: #d81f2a;
}
#contact .contact-form-box #submitMessage:hover, #contact .contact-form-box .form-group div.uploader span.action:hover {
  background: #ab1921;
}
#order-opc, #products-comparison {
  font-size: 14px;
}
#cart_summary tbody td {
  border-left: none;
  border-right: none;
  display: table-cell;
  vertical-align: middle;
}
#cart_summary tbody td.cart_avail span {
  font-size: 13px;
}
/*body.lang_en #sticky, body.lang_it #sticky, body.lang_de #sticky, body.lang_es #sticky {
  display: none;
}
body.lang_en .slider-container, body.lang_it .slider-container, body.lang_de .slider-container, body.lang_es .slider-container {
  display: none;
}
body.lang_en .row .spcustom_html, body.lang_it .row .spcustom_html, body.lang_de .row .spcustom_html, body.lang_es .row .spcustom_html {
  display: none;
}
body.lang_en .contact, body.lang_it .contact, body.lang_de .contact, body.lang_es .contact {
  display: none;
}
body.lang_en .text a, body.lang_it .text a, body.lang_de .text a, body.lang_es .text a {
  display: none;
}*/
