/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
.order-status,
.order-date {
  color: #fff;
}
/**
 * Home page
 */
/**
 * Set index full width
 */
body.cms-index-index .page-main {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
/**
 * Messages
 */
.cms-index-index .page.messages {
  text-align: center;
}
/**
 * Home page 1 style
 */
/**
 * Title page style 1
 */
.cms-home-demo-01 .column.main .block {
  margin-bottom: 70px;
}
.cms-home-demo-01 .column.main .block .block-title {
  margin-bottom: 50px !important;
  position: relative;
  text-align: center;
}
.cms-home-demo-01 .column.main .block .block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 20px;
  background: url("../images/icon-tite.png") no-repeat center center;
}
.cms-home-demo-01 .column.main .block .block-title strong {
  font-size: 214%;
  color: #222;
  font-weight: 600;
}
/*About Us*/
.cms-home-demo-01 .section2 {
  padding: 60px 0 0;
}
.cms-home-demo-01 .section2 .about-us {
  margin-top: 100px;
}
.cms-home-demo-01 .section2 .about-us .content {
  margin-top: 50px;
}
.cms-home-demo-01 .section2 .about-us .content ul li {
  display: flex;
  margin-bottom: 40px;
}
.cms-home-demo-01 .section2 .about-us .content ul li .image {
  flex-shrink: 0;
}
.cms-home-demo-01 .section2 .about-us .content ul li .info {
  padding-left: 30px;
}
.cms-home-demo-01 .section2 .about-us .content ul li .info h3 {
  font-size: 128%;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}
.cms-home-demo-01 .section2 .block.block-filterproducts {
  margin: 70px 0 50px !important;
}
.block.video-testimonals {
  padding-bottom: 50px;
  margin-left: -30px;
  margin-right: -30px;
}
.block.video-testimonals .row {
  margin: 0px;
}
.block.video-testimonals .row [class*="col-"] {
  padding: 0px;
  /*testimonals*/
}
.block.video-testimonals .row [class*="col-"] .block-video img {
  position: relative;
  top: 0;
  right: -30px;
  z-index: 1;
}
.block.video-testimonals .row [class*="col-"] .fancybox-media {
  background: url("../images/icon-video.png") no-repeat;
  width: 130px;
  height: 130px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  font-size: 0px;
  z-index: 2;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals {
  color: #fff;
  text-align: left;
  position: absolute;
  left: 85px;
  top: 140px;
  width: 70%;
  z-index: 1;
}
.layout-boxed .block.video-testimonals .row [class*="col-"] .block-testimonals {
  top: 70px;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals + img {
  top: 50px;
  position: relative;
  left: -30px;
  z-index: 0;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .block-title {
  text-align: left;
  color: #fff;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .block-title strong {
  color: #fff;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .block-title:after {
  background-position: left bottom;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-say {
  margin-bottom: 35px;
  line-height: 25px;
}
.layout-boxed .block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-say {
  height: 100px;
  overflow: scroll;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-say:before {
  display: inline-block;
  content: "";
  background: url("../images/quote.png") no-repeat left top;
  width: 27px;
  height: 30px;
  margin-right: 15px;
  position: relative;
  top: 0;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-info {
  display: flex;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-info .images {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-info .name-job h3 {
  font-weight: bold;
  font-size: 128%;
  margin-top: 15px;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .owl-dots {
  position: absolute;
  left: 100%;
  top: 50px;
  transform: rotate(90deg);
  width: 200px;
  height: 10px;
}
.block.video-testimonals .row [class*="col-"] .block-testimonals .owl-dots span {
  width: 8px;
  height: 8px;
}
/*counter*/
.block-counter {
  background: url("../images/bg-counter.png") no-repeat center center;
  text-align: center;
  width: 65%;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.block-counter h4 {
  font-size: 143%;
  font-weight: bold;
  margin-bottom: 10px;
}
.block-counter h3 {
  font-size: 214%;
  font-weight: 300;
  color: #222;
  margin-bottom: 50px;
}
.block-counter .counter {
  display: flex;
  justify-content: space-around;
}
.block-counter .counter .item {
  line-height: 20px;
}
.block-counter .counter .item .count {
  font-size: 257%;
  font-weight: bold;
}
.block-counter .counter .item .count:after {
  content: "+";
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: -10px;
  font-weight: normal;
}
.block-counter .counter .item p {
  font-size: 114%;
  color: #222;
}
/*contact home*/
.contact-home {
  background: url("../images/bg-contacthome.jpg") no-repeat center center;
  padding: 65px 0;
}
.contact-home .inner-content {
  display: flex;
}
.contact-home .inner-content .info h5 {
  font-size: 114%;
}
.contact-home .inner-content .info h4 {
  font-size: 214%;
  color: #fff;
}
.contact-home .inner-content a.learnmore {
  color: #fff;
  font-size: 114%;
  text-transform: uppercase;
  padding: 0px 30px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  margin-top: 10px;
  white-space: nowrap;
}
.contact-home .inner-content a.learnmore:hover {
  opacity: 0.8;
}
/*blog*/
.cms-home-demo-01 .block.block-post {
  margin-bottom: 80px !important;
}
.block.block-post .image-post:hover {
  opacity: 0.8;
}
.block.block-post .info-post .post-date {
  font-size: 86%;
  margin: 20px 0 10px;
}
.block.block-post .info-post .post-title {
  font-size: 128%;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .slidershow-content .owl-carousel + .loading-content {
    min-height: 495px;
  }
}
@media (min-width: 1200px) and (max-width: 1681px) {
  .block.video-testimonals .row [class*="col-"] .block-testimonals {
    top: 50px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .block-title {
    margin-bottom: 20px !important;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-say {
    max-height: 115px;
    overflow: scroll;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .owl-dots {
    left: 85%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .block.video-testimonals .row [class*="col-"] .block-testimonals {
    top: 50px;
    left: 50px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .block-title {
    margin-bottom: 20px !important;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .item .client-say {
    max-height: 90px;
    overflow: scroll;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals .owl-dots {
    left: 85%;
  }
}
@media (max-width: 992px) {
  .cms-home-demo-01 .section2 .about-us {
    margin-top: 35px !important;
  }
  .cms-home-demo-01 .column.main .block,
  .cms-home-demo-01 .block.block-post {
    margin-bottom: 35px !important;
  }
  .cms-home-demo-01 .section2 .block.block-filterproducts {
    margin: 0px !important;
  }
}
@media (min-width: 667px) and (max-width: 991px) {
  .block.video-testimonals .row [class*="col-"] .block-video img {
    right: 0px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals {
    width: 100%;
    padding: 30px 60px;
    left: 0px;
    top: 30px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals + img {
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slidershow-content {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 666px) {
  .block.video-testimonals .row [class*="col-"] .block-video img {
    right: 0px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals {
    position: static;
    background: #000e29;
    width: 100%;
    padding: 30px 60px;
  }
  .block.video-testimonals .row [class*="col-"] .block-testimonals + img {
    display: none;
  }
}
@media (max-width: 767px) {
  .slidershow-content {
    width: 100%;
    float: none;
    padding: 0;
  }
  .products-grid .product-item {
    margin-bottom: 35px;
  }
  .block-counter {
    width: 100%;
  }
  .banner-1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .block.block-post .block-content .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .block-counter {
    padding: 0px !important;
  }
  .block-counter .counter {
    flex-wrap: wrap;
  }
  .block-counter .counter .item {
    margin: 10px;
  }
}
/**
 * Set index full width
 */
body.cms-index-index .page-main {
  padding: 0;
  width: 100%;
  max-width: unset;
}
/**
 * Messages
 */
.cms-index-index .page.messages {
  text-align: center;
}
/**
 * Home page 1 style
 */
/**
 * Title page style 1
 */
.cms-home-demo-02 .column.main .block {
  margin-bottom: 100px;
}
.cms-home-demo-02 .column.main .block .block-title {
  margin-bottom: 40px;
  position: relative;
}
.cms-home-demo-02 .column.main .block .block-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}
.cms-home-demo-02 .column.main .block .block-title strong {
  font-size: 214%;
  color: #222;
  font-weight: 600;
  margin-right: 0px;
}
ul.categories {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
ul.categories li.item {
  border: 1px solid #ddd;
  text-align: center;
  padding: 55px 15px;
  width: 205px;
  margin-bottom: 0px;
}
ul.categories li.item a {
  display: block;
}
ul.categories li.item h2 {
  font-size: 115%;
  font-weight: bold;
  margin-top: 25px;
}
.cms-home-demo-02 .block.sm-listing-tabs {
  margin-bottom: 35px !important;
}
.cms-home-demo-02 .block.sm-listing-tabs .block-title strong {
  margin-right: 30px;
}
.cms-home-demo-02 .block.sm-listing-tabs .ltabs-tabs-container {
  position: absolute;
  top: -90px;
  right: 0;
}
.cms-home-demo-02 .block.sm-listing-tabs .product-items {
  margin: 0px -15px !important;
}
.cms-home-demo-02 .block.block-filterproducts {
  margin-bottom: 70px !important;
}
.cms-home-demo-02 .block.block-filterproducts .block-title {
  display: inline-block;
}
.cms-home-demo-02 .block.block-filterproducts .deals-countdown {
  display: inline-flex;
  padding: 10px 20px;
  margin: 0px 0px 0px 30px;
}
.cms-home-demo-02 .block.block-filterproducts .deals-countdown .deals-time {
  display: flex;
  border: 0px;
  color: #fff;
  padding: 0px;
  font-size: 115%;
}
.cms-home-demo-02 .block.block-filterproducts .deals-countdown .deals-time .num-time {
  font-weight: normal;
  margin-right: 3px;
}
.cms-home-demo-02 .block.block-filterproducts .deals-countdown .deals-time:after {
  display: inline-block;
  content: ":";
  margin: 0 10px;
}
.cms-home-demo-02 .block.block-filterproducts .deals-countdown .deals-time:last-child:after {
  display: none;
}
.cms-home-demo-02 .block.block-filterproducts .product-items,
.cms-home-demo-02 .block.block-filterproducts .product-item {
  margin: 0px !important;
}
/*Video*/
.block.block-ptvideo ul li {
  display: flex;
  margin-bottom: 30px;
}
.block.block-ptvideo ul li:last-child {
  margin-bottom: 0px;
}
.block.block-ptvideo .item .images {
  width: 170px;
  margin-right: 30px;
  flex-shrink: 0;
  position: relative;
}
.block.block-ptvideo .item .images .fancybox-media {
  background: url("../images/icon-video21.png") no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 0px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.block.block-ptvideo .item .images:hover .fancybox-media {
  opacity: 1;
  visibility: visible;
}
.block.block-ptvideo .item .info h2 {
  font-size: 115%;
  font-weight: normal;
  padding: 10px 0;
}
.block.block-ptvideo .item .info .date-cate {
  display: flex;
  flex-wrap: wrap;
  color: #999999;
}
.block.block-ptvideo .item .info .date-cate .date {
  margin-right: 30px;
  white-space: nowrap;
}
.block.block-ptvideo .item .info .date-cate .date:before {
  content: '\f073';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
}
.block.block-ptvideo .item .info .date-cate .cate {
  white-space: nowrap;
}
.block.block-ptvideo .item .info .date-cate .cate:before {
  content: '\f115';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
}
.block.block-ptvideo .item.item-1 .images {
  width: 100%;
  position: relative;
}
.block.block-ptvideo .item.item-1 .images .fancybox-media {
  background: url("../images/icon-video2.png") no-repeat;
  width: 130px;
  height: 130px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  font-size: 0px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.block.block-ptvideo .item.item-1 .info {
  border: 1px solid #dddddd;
  border-top: 0px;
  padding: 15px 20px 20px;
}
.contact-home.bg-light {
  background: url("../images/bg-contacthome2.jpg") no-repeat center center;
  padding: 65px 0;
}
/*block-instagrams*/
.block-instagrams {
  margin-bottom: 70px !important;
}
.block-instagrams .item a {
  position: relative;
  display: inline-block;
}
.block-instagrams .item a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000e29;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  display: none;
}
.block-instagrams .item a:after {
  content: '\f16d';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-left: -10px;
  margin-top: -10px;
  display: none;
}
.block-instagrams .item a:hover:before,
.block-instagrams .item a:hover:after {
  display: block;
}
ul.social-bottom {
  display: flex;
  justify-content: center;
  margin: 55px 0 -15px;
  flex-wrap: wrap;
}
ul.social-bottom li {
  margin: 0 20px;
}
ul.social-bottom li .fa {
  font-size: 16px;
  color: #222;
  margin-right: 10px;
}
/*Newlester*/
.block.block-subscribe-footer {
  background: url("../images/bg-newlestter.jpg") no-repeat;
  padding: 55px 0;
  margin-bottom: 0px !important;
}
.block.block-subscribe-footer .content {
  background: rgba(255, 255, 255, 0.8);
  width: 695px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 60px 60px;
}
.block.block-subscribe-footer .content p {
  margin-bottom: 20px;
}
.block.block-subscribe-footer .content .block-title {
  margin-bottom: 30px !important;
}
.block.block-subscribe-footer .content .block-title:after {
  margin: 15px auto 0;
}
.block.block-subscribe-footer .form.subscribe .newsletter-content {
  position: relative;
}
.block.block-subscribe-footer .form.subscribe .newsletter-content .input-box {
  width: 100%;
  border: 1px solid #ccc;
}
.block.block-subscribe-footer .form.subscribe .newsletter-content .input-box #newsletter-footer {
  height: 38px;
  border: 0;
  border-radius: 0px;
}
.block.block-subscribe-footer .form.subscribe .newsletter-content .action-button {
  position: absolute;
  top: 0;
  right: 0;
}
.block.block-subscribe-footer .form.subscribe .newsletter-content .action-button button {
  background: transparent;
  color: #222;
}
@media (min-width: 1200px) {
  .block.block-ptvideo .block-title {
    margin-bottom: 83px !important;
    margin-top: -10px;
  }
  .block.block-ptvideo:before {
    display: inline-block;
    content: "";
    background: #f5f5f5;
    width: 100%;
    height: 190px;
    position: relative;
    top: 95px;
    margin-top: -95px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .block.block-ptvideo .item .images {
    width: 120px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    border-bottom: 0 !important;
    font-size: 115%;
    font-weight: normal;
    color: #666;
    position: relative;
    padding: 3px 15px;
  }
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    z-index: -2;
    display: none;
  }
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover {
    color: #fff;
  }
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:after,
  .block.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover:after {
    display: block;
  }
}
@media (max-width: 767px) {
  .cms-home-demo-02 .column.main .block {
    margin-bottom: 30px !important;
  }
  .block.block-ptvideo .item.item-1 {
    margin-bottom: 30px;
  }
  .block.block-filterproducts .deals-countdown {
    margin: 0px 0 30px !important;
  }
  .block.block-filterproducts .block-title {
    display: block;
  }
  .nav-style-2.product-slider .owl-theme .owl-nav {
    top: -80px;
  }
  ul.categories {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  ul.categories li.item {
    margin-bottom: 30px;
  }
  .block.block-subscribe-footer .content {
    padding: 30px;
    width: 90%;
  }
  ul.social-bottom {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  ul.categories li.item,
  .block.block-ptvideo .item .images {
    width: 100%;
  }
  .block.block-ptvideo ul li {
    flex-wrap: wrap;
  }
  .nav-style-2.product-slider .owl-theme .owl-nav {
    display: none;
  }
}
/**
 * Listing page
 */
/**
 * Sidebar
 */
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .block {
  margin-bottom: 30px !important;
  /**
         * Block title
         */
  /**
         * Block content
         */
  /**
         * Filter block
         */
}
.sidebar .block .block-title {
  margin: 0;
  padding: 10px 20px;
}
.sidebar .block .block-title strong {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 128%;
}
.sidebar .block .block-title .counter {
  display: none !important;
}
.sidebar .block .block-content,
.sidebar .block .empty {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.sidebar .block.filter .block-subtitle {
  display: none;
}
.sidebar .block.filter .filter-actions .action.clear {
  text-decoration: none;
  background-color: #444444;
  padding: 7px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.sidebar .block.filter .filter-actions .action.clear:hover {
  background-color: #333333;
}
.sidebar .block.filter .filter-current .action.remove {
  text-decoration: none;
}
.sidebar .block.filter .filter-current .action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .block.filter .filter-current .action.remove span {
  display: none;
}
.sidebar .block.filter .filter-options .filter-options-title {
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding: 0 20px 20px;
  margin: 0 -20px 30px;
  border-bottom: 1px solid #ddd;
  display: block !important;
}
.sidebar .block.filter .filter-options .filter-options-content ol li {
  margin: 5px 0;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a {
  display: table;
  padding: 3px 0;
  text-decoration: none;
  color: #666;
  font-size: 92.857%;
}
.sidebar .block.filter .filter-options .filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .swatch-attribute-options {
  margin-top: 20px;
}
.sidebar .swatch-option.color {
  margin-left: 4px;
  margin-right: 11px;
}
.sidebar .block-compare .product-item .product-item-name {
  margin: 0;
}
.sidebar .block-compare .action.delete {
  right: 0;
  left: auto;
}
.toolbar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.toolbar-bottom .toolbar {
  margin: 30px 0 0 ;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
.toolbar select {
  height: 30px;
}
.toolbar .modes {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  height: 35px;
  line-height: 35px;
  float: left;
}
.toolbar .modes .modes-label {
  display: inline-block;
  overflow: visible;
  height: auto;
  width: auto;
  color: #666;
  position: static;
  font-weight: normal;
  line-height: 35px;
  font-size: 93%;
  margin-right: 8px;
  float: left;
}
.toolbar .modes .modes-mode {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
  padding: 0px;
  border: 1px solid #ddd;
  text-align: center;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\f009';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.toolbar .modes .modes-mode.mode-grid:hover,
.toolbar .modes .modes-mode.mode-grid.active {
  border-color: #fff;
}
.toolbar .modes .modes-mode.mode-grid:hover:before,
.toolbar .modes .modes-mode.mode-grid.active:before {
  color: #fff;
}
.toolbar .modes .modes-mode.mode-list {
  margin-left: 5px;
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\f00b';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.toolbar .modes .modes-mode.mode-list:hover,
.toolbar .modes .modes-mode.mode-list.active {
  border-color: #fff;
}
.toolbar .modes .modes-mode.mode-list:hover:before,
.toolbar .modes .modes-mode.mode-list.active:before {
  color: #fff;
}
.toolbar .toolbar-amount {
  margin: 0;
}
.toolbar .toolbar-sorter {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding: 0px;
}
.toolbar .toolbar-sorter .sorter-label,
.toolbar .toolbar-sorter .sorter-options,
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 93%;
}
.toolbar .toolbar-sorter .sorter-label {
  line-height: 32px;
  margin: 0;
  font-size: 93%;
}
.toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  padding: 0 5px;
}
.toolbar .toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: '\f176';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\f175';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 13px;
}
.toolbar .limiter {
  display: inline-block;
  vertical-align: top;
}
.toolbar .limiter .label,
.toolbar .limiter .control,
.toolbar .limiter .limiter-text {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 93%;
}
.toolbar .limiter .label {
  line-height: 32px;
  margin: 0;
  font-size: 93%;
}
.toolbar .pages {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.toolbar .pages .pages-label {
  display: none;
}
.toolbar .pages .pages-items .item {
  display: inline-block;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 10px;
}
.toolbar .pages .pages-items .item:hover a {
  color: #fff;
}
.toolbar .pages .pages-items .item a {
  display: block;
  font-size: 116%;
  color: #666;
  font-weight: 500;
  background: none;
  margin: 0px;
  border: 0px;
  width: 100%;
}
.toolbar .pages .pages-items .item a .label {
  display: none;
}
.toolbar .pages .pages-items .item.current strong.page {
  color: #fff;
  font-size: 116%;
  font-weight: normal;
}
.toolbar .pages .pages-items .item.current .label {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-next {
  background: #000e29;
  border-color: #000e29;
}
.toolbar .pages .pages-items .item.pages-item-next a span {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-next a:before {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  margin: 0px;
}
.toolbar .pages .pages-items .item.pages-item-previous {
  background: #000e29;
  border-color: #000e29;
}
.toolbar .pages .pages-items .item.pages-item-previous a span {
  display: none;
}
.toolbar .pages .pages-items .item.pages-item-previous a:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  margin: 0px;
}
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
/**
 * Product label
 */
.product-labels .product-label {
  position: absolute;
  top: 13px;
  text-transform: uppercase;
  font-size: 93%;
  padding: 4px 12px;
  z-index: 100;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-labels .product-label.new-label {
  left: 10px;
  background-color: #000e29;
  color: #fff;
}
.product-labels .product-label.sale-label {
  right: 10px;
  color: #fff;
}
/**
 * Product grid style
 */
.products.wrapper {
  margin: 0;
}
.products.wrapper ~ .toolbar {
  border-bottom: 0px;
  margin: 0px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.products.wrapper ~ .toolbar .modes,
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.products.wrapper ~ .toolbar .pages {
  float: none;
  margin: 0 auto;
}
.products-grid:not(.wishlist) {
  position: relative;
  margin: 0;
}
.products-grid:not(.wishlist) div[class^="swatch-opt-"] {
  margin-bottom: 10px;
  padding-top: 10px;
}
.products-grid:not(.wishlist) .product-item .product-item-info {
  width: 100%;
}
.products-grid:not(.wishlist) .product-item .product-item-info .image-product {
  position: relative;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions {
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  margin: 0px;
  padding: 0px;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .actions-primary {
  display: block;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action {
  margin-bottom: 2px;
  height: 40px;
  width: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0 !important;
  text-align: left;
  background-color: #000e29;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  white-space: nowrap;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action span {
  font-weight: normal;
  font-size: 100%;
  padding-left: 10px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block !important;
  opacity: 0;
  position: static;
  width: auto !important;
  height: auto !important;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action:after {
  color: #fff !important;
  line-height: 40px !important;
  left: 12px;
  position: absolute;
  top: 0;
  width: 14px;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action:hover {
  width: auto;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action:hover span {
  display: inline-block !important;
  opacity: 1;
  width: auto !important;
  padding: 0 10px 0 35px !important;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.tocart:after {
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.sm_quickview_handler:after {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.sm_quickview_handler:hover {
  opacity: 1 !important;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.towishlist {
  display: block;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.towishlist span {
  position: static !important;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.towishlist:before {
  display: none !important;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.tocompare:before {
  display: none;
}
.products-grid:not(.wishlist) .product-item .product-item-info .product-item-actions .action.tocompare:after {
  content: '\f074';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-grid:not(.wishlist) .product-item .product-item-info:hover .product-item-actions {
  opacity: 1;
  visibility: visible;
}
.products-grid:not(.wishlist) .product-item-details {
  padding: 8px 20px 30px;
  position: relative;
  text-align: center;
}
.products-grid:not(.wishlist) .product-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  padding: 0;
  font-size: 114.67%;
  text-transform: capitalize;
  display: block;
  white-space: nowrap;
}
.products-grid:not(.wishlist) .product-reviews-summary {
  margin: 0 auto;
  display: none;
}
.products-grid:not(.wishlist) .product-reviews-summary .rating-summary {
  margin: 0;
  padding: 0;
}
.products-grid:not(.wishlist) .product-reviews-summary .reviews-actions {
  display: none;
}
.products-grid:not(.wishlist) .product-item-actions {
  clear: both;
  padding: 10px 0 0;
  display: inline-block;
}
.products-grid:not(.wishlist) .price-box {
  margin-bottom: 0px;
}
/**
 * Product list style
 */
.products-list .product-item-info {
  width: unset !important;
  margin-bottom: 40px;
  display: block;
}
.products-list .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.products-list .product-item-info .image-product-list {
  position: relative;
  width: 270px;
  float: left;
  text-align: center;
}
.products-list .product-item-info .image-product-list .quickview-handler {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background-color: #000e29;
  z-index: 120;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.products-list .product-item-info .image-product-list .quickview-handler span {
  display: none;
}
.products-list .product-item-info .image-product-list .quickview-handler:before {
  content: '\f06e';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-list .product-item-info .image-product-list:hover .product-item-photo {
  opacity: 0.7;
}
.products-list .product-item-info .image-product-list:hover .quickview-handler {
  display: block;
}
.products-list .product-item-info .product-item-photo {
  display: block;
  padding: 0px;
  line-height: 0;
  width: unset;
}
.products-list .product-item-info .product-item-details {
  margin-left: 300px;
  display: block;
}
.products-list .product-item-info .product-item-details .product-item-name {
  margin: 0 0 10px;
  font-size: 115%;
  font-weight: normal;
  text-transform: uppercase;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
}
.products-list .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 10px !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.products-list .product-item-info .product-item-details .product-reviews-summary .reviews-actions {
  display: none;
  font-size: unset;
  padding: 0 5px;
}
.products-list .product-item-info .product-item-details .price-box {
  margin: 5px 0 15px;
}
.products-list .product-item-info .product-item-details .price-box .price {
  font-size: 115%;
}
.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
  display: table;
  margin-bottom: 35px;
}
.products-list .product-item-info .product-item-details .product-item-description {
  margin: 15px 0 30px;
}
.products-list .product-item-info .product-item-details .product-item-description .action.more {
  display: none;
}
.products-list .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary {
  vertical-align: top;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
  height: 40px;
  padding: 0 15px;
  background-color: #000e29;
  color: #fff;
  text-transform: uppercase;
  font-size: 115%;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  content: '\f07a';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  margin-right: 5px;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary {
  vertical-align: top;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary .action {
  background-color: #000e29;
  display: block;
  float: left;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary .action:before {
  display: none;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:after {
  content: '\f004';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare:after {
  content: '\f074';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.products-list .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
.catalog-category-view.page-layout-3columns .toolbar .toolbar-sorter {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-primary .tocart {
    padding: 0 20px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .products-list .product-item-info .image-product-list {
    width: 200px;
  }
  .products-list .product-item-info .product-item-details {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .toolbar-amount,
  .toolbar .toolbar-sorter {
    display: none;
  }
}
@media (max-width: 499px) {
  .products-list .product-item-info .image-product-list {
    width: 100%;
    float: none;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding-top: 15px;
  }
}
/**
 * Detail page
 */
/**
 * Compare, wishlist, email to friend
 */
.product-info-main .product-options-wrapper .fieldset .label {
  color: #222;
}
.product-info-main .product-social-links .action,
.product-info-main .product-addto-links .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 10px;
  padding: 0;
  color: #fff !important;
  background-color: #000e29;
  border: none !important;
  text-align: center;
  line-height: 40px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.product-info-main .product-social-links .action span,
.product-info-main .product-addto-links .action span {
  display: none;
}
.product-info-main .stock.available:before {
  margin-right: 2px;
  vertical-align: middle;
  top: -1px;
  position: relative;
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-synthesis: weight style;
  font-stretch: normal;
  font-size-adjust: none;
  font-language-override: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 14px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  float: left;
  display: inline-block;
}
.product-info-main .product-social-links {
  float: left;
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-top: 0px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 10px;
  float: left;
  display: flex;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  line-height: 40px;
  margin-right: 10px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  float: left;
  padding-top: 0px !important;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
/**
 * Table attributes product
 */
.default-style .resp-tabs-list li {
  float: left;
  margin-right: 0px;
}
/**
 * Related upsell crossell product slider
 */
.bottom-product-slider {
  margin-bottom: 30px;
}
.bottom-product-slider:last-child {
  margin-bottom: 0px;
}
.bottom-product-slider .block-title {
  margin-bottom: 45px !important;
  position: relative;
  text-align: center;
}
.bottom-product-slider .block-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 20px;
  background: url("../images/icon-tite.png") no-repeat center center;
}
.bottom-product-slider .block-title strong {
  font-size: 214%;
  color: #222;
  font-weight: 600;
}
.bottom-product-slider .products-grid .product-item,
.bottom-product-slider .products-grid .product-item-info {
  margin-bottom: 0;
}
.bottom-product-slider .nav-style-1 .owl-theme .owl-nav [class*="owl-"] {
  top: 32%;
}
@media (max-width: 767px) {
  .default-style .resp-tabs-list li {
    float: none !important;
    margin: 0 0 15px !important;
  }
}
@media (max-width: 480px) {
  .product-info-main .product.attribute.overview {
    padding-top: 30px;
  }
}
@media (max-width: 375px) {
  .product-info-main .product-social-links {
    padding-top: 0;
    clear: both;
  }
  .product-info-main .product-social-links .action,
  .product-info-main .product-addto-links .action {
    margin-left: 0;
    margin-right: 5px;
  }
}
