/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
/**
 * Home page
 */
/**
 * Set index full width
 */
body.cms-index-index .page-main {
  padding: 0;
  width: 100%;
  max-width: none !important;
}
/**
 * Messages
 */
.cms-index-index .page.messages {
  text-align: center;
}
/**
 * Home page 1 style
 */
/**
 * Title page style 1
 */
.title-style-1 .block {
  margin-bottom: 50px;
}
.title-style-1 .block .block-title {
  padding-bottom: 0;
  margin-bottom: 15px !important;
  position: relative;
  overflow: hidden;
}
.title-style-1 .block .block-title strong {
  font-size: 185% !important;
  color: #222;
  font-weight: 600;
  background: #fff;
  padding-right: 30px;
  position: relative;
}
.title-style-1 .block .block-title strong:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
  background: #d9d9d9;
}
.title-style-1 .block .block-title strong:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #d9d9d9;
  z-index: -1;
  width: 1170px;
}
.title-style-1.block-filterproducts {
  margin: 0 0 35px !important;
}
.title-style-1 .slider-product-1 .block .block-title {
  position: relative;
  text-align: center;
  padding: 0px;
}
.title-style-1 .slider-product-1 .block .block-title:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  background: #d9d9d9;
  z-index: -1;
  width: 100%;
}
.title-style-1 .slider-product-1 .block .block-title strong {
  background: #fff;
  padding: 0 40px;
}
.title-style-1 .slider-product-1 .block .block-title strong:after,
.title-style-1 .slider-product-1 .block .block-title strong:before {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  z-index: 0;
  background: #d9d9d9;
}
.title-style-1 .slider-product-1 .block .block-title strong:after {
  right: 0;
  left: auto;
}
.title-style-1 .slider-product-1 .block .block-title strong:before {
  left: 0;
}
.title-style-1 .slider-product-2 .block .block-title strong {
  color: #de1f1f;
}
.title-style-1 .slider-product-2 .block .block-title:before {
  display: inline-block;
  content: "";
  background: url(../images/hot-deals.png) no-repeat left top;
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 15px;
}
.title-style-1 .slider-product-3.no-ratting .block {
  margin-bottom: 15px !important;
}
.box-banner {
  position: absolute;
  right: 30px;
  top: 50px;
  width: 52%;
}
.box-banner h2 {
  font-size: 157%;
}
.box-banner p {
  font-size: 100%;
}
.box-banner ul li {
  position: relative;
}
.box-banner ul li:before {
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  background: #222;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.box-banner ul li a {
  font-size: 114%;
}
.box-banner .button {
  background: #fff;
  padding: 5px 30px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  display: inline-block;
  margin-top: 10px;
}
.box-banner .button:after {
  content: '\f178';
  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;
  margin-left: 10px;
}
.box-banner.black-box {
  color: #222;
}
.box-banner.black-box p {
  color: #555555;
}
.box-banner.white-box {
  color: #fff;
}
.box-banner.white-box ul li a {
  color: #fff;
}
.box-banner.white-box ul li:before {
  background: #fff;
}
/*Category*/
.block-categories .block-content {
  margin: 35px 0 55px;
}
.block-categories .block-content .cat-wrap .item {
  width: 33.3333%;
}
.block-categories .block-content .cat-wrap .item .content-box {
  display: flex;
  position: relative;
}
.block-categories .block-content .cat-wrap .item .content-box:before {
  background-color: white;
  display: inline-block;
  content: "";
  height: calc(100% + 10px);
  position: absolute;
  left: -10px;
  top: -8px;
  z-index: -1;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  width: calc(100% + 10px);
  opacity: 0;
  right: -10px;
  bottom: -10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-categories .block-content .cat-wrap .item .content-box .image-cat {
  margin-bottom: 10px;
  width: 140px;
  margin-right: 20px;
}
.block-categories .block-content .cat-wrap .item .content-box .child-cat .cat-title {
  font-size: 115%;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 15px;
}
.block-categories .block-content .cat-wrap .item .content-box .child-cat ul.sub-cats li {
  margin-bottom: 8px;
}
.block-categories .block-content .cat-wrap .item .content-box .child-cat ul.sub-cats li a {
  color: #666;
}
.block-categories .block-content .cat-wrap .item .content-box:hover:before {
  opacity: 1;
}
.block .posttext {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1;
  background: #fff;
}
.block .posttext a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  border-radius: 25px;
  padding: 3px 16px;
  font-size: 86%;
  color: #999;
  background: #fff;
  margin-left: 15px;
}
.block .posttext a:after {
  content: '\f178';
  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: 10px;
  margin-left: 5px;
}
.block .posttext a:hover {
  color: #fff;
}
.block p.pretext {
  color: #999999;
  margin: 10px 0 0 !important;
}
.product-slider.nav-style-1 .owl-theme .owl-nav [class*="owl-"] {
  top: 40%;
  border: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 25px;
  height: 45px;
}
.product-slider.nav-style-1 .owl-theme .owl-nav [class*="owl-"].owl-prev {
  left: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.product-slider.nav-style-1 .owl-theme .owl-nav [class*="owl-"].owl-next {
  right: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.block.block-filterproducts .product-items {
  margin: 0px;
}
.block.block-filterproducts .product-items .product-item {
  margin: 0px 0 15px;
}
.block.block-filterproducts .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block.block-filterproducts .products-grid {
  margin: 0 -20px;
}
.block.block-filterproducts .products-grid .product-item-info {
  position: relative;
  margin-bottom: 10px;
}
.block.block-filterproducts .products-grid .product-item-info .image-product .deals-countdown {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  margin: 0;
  width: 100%;
  z-index: 3;
}
.no-ratting .block.block-filterproducts .products-grid .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.block.block-filterproducts .products-grid .product-item-info .product-item-details .product-price {
  position: relative;
}
.block.block-filterproducts .products-grid .product-item-info .product-item-details .product-price .price-box {
  display: inline-block;
}
.block.block-filterproducts .products-grid .product-item-info .product-item-details .product-price .label-product {
  display: inline-block;
  border: 1px solid #de1f1f;
  color: #de1f1f;
  font-size: 86%;
  padding: 1px 8px;
  margin-left: 5px;
}
/*block author*/
.block-author .inner-content {
  background: #f5f5f5;
  padding: 30px;
  display: flex;
}
.block-author .inner-content .images {
  flex-shrink: 0;
  margin-right: 30px;
}
.block-author .inner-content .info-author {
  color: #555;
}
.block-author .inner-content .info-author h3 {
  font-size: 157%;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}
.block-author .text-theme-color {
  display: block;
  margin-top: 20px;
}
.block-author .text-theme-color .fa {
  margin-left: 5px;
}
.block-author .text-theme-color:hover {
  text-decoration: underline;
}
.block.policy-shop {
  padding: 40px;
  border-top: 1px solid #dddddd;
}
.block.policy-shop ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block.policy-shop ul li {
  width: 25%;
  padding: 0 15px;
}
.block.policy-shop ul li .content {
  border-right: 1px solid #dddddd;
  padding: 10px;
}
.block.policy-shop ul li h5 {
  font-size: 114%;
  font-weight: bold;
  color: #222;
}
.block.policy-shop ul li p {
  color: #999;
  font-size: 92%;
}
.block.policy-shop ul li:before {
  display: inline-block;
  content: "";
  background: url(../images/icon-home.png) no-repeat;
  width: 50px;
  height: 40px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.block.policy-shop ul li.free:before {
  background-position: -143px -70px;
}
.block.policy-shop ul li.free:hover:before {
  background-position: -208px -10px;
}
.block.policy-shop ul li.support:before {
  background-position: -208px -70px;
}
.block.policy-shop ul li.support:hover:before {
  background-position: -10px -176px;
}
.block.policy-shop ul li.payment:before {
  background-position: -268px -10px;
}
.block.policy-shop ul li.payment:hover:before {
  background-position: -268px -71px;
}
.block.policy-shop ul li.saving:before {
  background-position: -143px -10px;
}
.block.policy-shop ul li.saving:hover:before {
  background-position: -69px -84px;
}
.block.policy-shop ul li:last-child .content {
  border: 0px;
}
/*Author*/
.title-style-1 .block-author {
  margin-bottom: 100px !important;
}
.title-style-1 .block-author .block-title {
  margin-bottom: 30px !important;
}
.title-style-1 .block-author .info-author {
  background: #f5f5f5;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.title-style-1 .block-author .info-author .info-image {
  width: 270px;
  margin-right: 30px;
}
.title-style-1 .block-author .info-author .info-description {
  width: calc(100% - 300px);
}
.title-style-1 .block-author .info-author .info-description h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  font-size: 157%;
  margin-bottom: 20px;
}
.title-style-1 .block-author .info-author .info-description .smatif-description > p:first-child {
  margin-bottom: 35px;
}
.title-style-1 .block-author .product-sidebar .block-list-products {
  margin-bottom: 20px;
}
.title-style-1 .block-author .product-sidebar .block-list-products .block-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
}
.title-style-1 .block-author .product-sidebar .block-list-products .block-title strong {
  font-size: 128% !important;
}
.title-style-1 .block-author .product-sidebar .block-list-products .product-type-list .product-item-info {
  border-bottom: 0px;
  padding-bottom: 0px;
}
/**
 * Responsive header 1
 */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-style-1 .box-banner {
    top: 30px;
  }
  .title-style-1 .box-banner h2 {
    font-size: 128%;
  }
  .title-style-1 .box-banner ul li {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-1 .block-cat-1 .block-categories .cat-wrap .item {
    width: 50%;
  }
  .title-style-1 .block.policy-shop ul li {
    width: 50%;
  }
  .title-style-1 .block.policy-shop ul li .content {
    border: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .title-style-1 .block-cat-1 .block-categories .cat-wrap .item {
    width: 50%;
  }
  .title-style-1 .block.policy-shop ul li {
    width: 50%;
  }
  .title-style-1 .block.policy-shop ul li .content {
    border: 0px;
  }
}
@media (max-width: 991px) {
  .title-style-1 .block-author .info-author {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .nav-style-3 .owl-theme .owl-nav {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .title-style-1 .block-cat-1 .block-categories .cat-wrap .item {
    width: 100%;
  }
  .title-style-1 .block.policy-shop ul li {
    width: 100%;
  }
  .title-style-1 .block.policy-shop ul li .content {
    border: 0px;
  }
  .title-style-1 .block-author .info-author .info-description {
    width: 100% !important;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .block .posttext {
    display: none !important;
  }
  .title-style-1 .block .block-title:after,
  .title-style-1 .block .block-title:before {
    display: none !important;
  }
  .title-style-1 .block .block-title strong {
    padding-right: 0px !important;
  }
  .title-style-1 .block .block-title strong:after,
  .title-style-1 .block .block-title strong:before {
    display: none !important;
  }
}
/**
 * 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
 */
.title-style-2 .block {
  margin: 0px;
}
.title-style-2 .block .block-title {
  padding-bottom: 0;
  margin-bottom: 15px !important;
  position: relative;
}
.title-style-2 .block .block-title strong {
  font-size: 164%;
  color: #222;
  font-weight: 600;
}
.title-style-2 .block .block-title:after {
  content: "";
  display: block;
  margin: 15px 0 0;
  background: #dddddd;
  width: 38px;
  height: 1px;
}
.title-style-2 .block.block-filterproducts.gird-product {
  margin: 0 0 65px !important;
}
.title-style-2 .block.block-filterproducts.gird-product .block-title {
  margin-bottom: 35px !important;
}
.title-style-2 .block-filterproducts {
  margin: 0 0 45px !important;
}
.title-style-2 .block-filterproducts.gird-product {
  margin: 0 0 45px !important;
}
.title-style-2 .block-filterproducts.block-group-product {
  margin: 0 0 100px !important;
}
.col-left {
  width: calc(100% - 300px);
  float: left;
}
.col-right {
  float: right;
  width: 270px;
}
.col-right .block-list-products {
  margin: 0px 0 75px;
}
.col-right .block-list-products .block-title {
  border: 0px;
  margin-bottom: 30px !important;
}
.cms-home-demo-02 .block-filterproducts .products.wrapper.products-grid {
  margin: 0px;
}
.cms-home-demo-02 .block-filterproducts .products.wrapper.products-grid .product-items {
  margin: 0 -15px;
}
/**
 * Group product slider style 1
 */
.block-group-product .products-grid .product-item {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  display: none;
}
.block-group-product .products-grid .product-item.active {
  display: block;
}
.block-group-product .block-content:after {
  content: "";
  display: block;
  clear: both;
}
.block-group-product .block-content .slider-thumbs {
  width: 120px;
  float: left;
  margin-top: 0;
  margin-right: 20px;
}
.block-group-product .block-content .slider-thumbs .item-thumb {
  padding: 10px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid transparent;
}
.block-group-product .block-content .slider-thumbs .slick-current .item-thumb {
  border-width: 1px;
  padding: 10px;
}
.block-group-product .block-content .slider-thumbs .slick-current .item-thumb .thumb-content {
  display: flex;
}
.block-group-product .block-content .filterproducts {
  float: left;
  margin: 0;
  width: calc(100% - 140px);
}
.block-group-product .block-content .products-grid {
  margin: 50px 0 0;
}
.block-group-product .block-content .products-grid .product-items .slick-list {
  overflow: inherit;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info {
  margin: 0;
  padding: 0 30px;
  max-width: 100% !important;
  display: flex;
  /*flex-wrap: wrap;*/
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info:before {
  display: none;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .image-product {
  width: 370px;
  margin-right: 30px;
  flex-shrink: 0;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-photo {
  border: none;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-photo .product-image-container {
  display: block;
  width: 100% !important;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-photo img {
  width: 100%;
  height: auto;
  max-height: unset;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details {
  padding-top: 0px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .deals-countdown {
  margin-bottom: 20px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .deals-countdown .deals-time {
  margin: 0 10px 0 0px;
  padding: 10px;
  line-height: 20px;
  min-width: 70px;
  border-width: 2px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .deals-countdown .deals-time .num-time {
  font-weight: 700;
  color: #de1f1f;
  font-size: 164%;
  margin-bottom: 5px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .deals-countdown .deals-time .title-time {
  font-size: 100%;
  color: #999;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .author {
  font-size: 114%;
  color: #999999;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-name a {
  font-size: 164%;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-reviews-summary {
  position: inherit;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .price-box {
  margin: 10px 0;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .price-box .price {
  font-size: 185%;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 128% !important;
  font-weight: bold !important;
  margin-top: 5px;
  display: inline-block;
  color: #555555;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .short_description {
  font-size: 114%;
  margin-bottom: 40px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .short_description .descrip-top {
  margin-bottom: 35px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions {
  visibility: visible;
  opacity: 1;
  position: static;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .actions-primary {
  vertical-align: top;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .actions-primary .tocart {
  height: 40px;
  padding: 0 30px;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 114%;
  position: relative;
  text-transform: uppercase;
  width: auto;
  margin: 0px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .actions-primary .tocart:before {
  display: none;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .actions-primary .tocart:hover {
  opacity: 0.8;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .actions-secondary {
  float: none !important;
  vertical-align: top;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action {
  background-color: #f5f5f5;
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #9c9c9c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: none !important;
  padding: 0px;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action:hover {
  color: #fff !important;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action.tocompare {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action.tocompare:after {
  content: '\f1de';
  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;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action.towishlist:after {
  content: '\f08a';
  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;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-item-details .product-item-info-bottom .product-item-actions .action.sm_quickview_handler {
  display: none !important;
}
.block-group-product .block-content .products-grid .product-items .slick-list .product-item-info:hover .product-reviews-summary {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.block-group-product .block-filterproducts {
  margin: 0;
}
.block-group-product .slick-vertical .slick-list {
  padding-bottom: 75px;
}
.block-group-product .slick-vertical .slick-list .slick-slide {
  padding: 0;
}
.block-group-product .slick-prev,
.block-group-product .slick-next {
  width: 30px;
  height: 30px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border: 0;
  z-index: 100;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.block-group-product .slick-prev:before,
.block-group-product .slick-next:before {
  color: inherit;
  line-height: unset;
  opacity: 1 !important;
}
.block-group-product .slick-prev span,
.block-group-product .slick-next span {
  display: none;
}
.block-group-product .slick-prev:hover,
.block-group-product .slick-next:hover {
  background: #000;
}
.block-group-product .slick-next:before {
  content: '\f107';
  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: 18px;
}
.block-group-product .slick-prev:before {
  content: '\f106';
  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: 18px;
}
.block-group-product .thumb-slider .slick-next {
  position: absolute;
  bottom: -23px;
  left: 48px;
  top: auto;
}
.block-group-product .thumb-slider .slick-prev {
  position: absolute;
  bottom: auto;
  left: 48px;
  top: 5px;
}
.block-group-product .slider-group .slick-prev,
.block-group-product .slider-group .slick-next {
  display: none !important;
}
.banner-center-home {
  position: relative;
  clear: both;
  margin-bottom: 90px;
}
.banner-center-home .info-banner {
  position: absolute;
  left: 18%;
  top: 100px;
  color: #fff;
}
.banner-center-home .info-banner h3 {
  font-size: 342%;
}
.banner-center-home .info-banner p {
  font-size: 157%;
  font-style: italic;
  font-weight: normal !important;
  margin: 20px 0 30px;
}
.banner-center-home .info-banner .buy-now {
  border: 2px solid #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  font-size: 128%;
}
/*Author*/
.title-style-2 .block-author {
  margin-bottom: 50px !important;
}
.title-style-2 .block-author .info-author {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.title-style-2 .block-author .info-author .info-image {
  width: 270px;
  margin-right: 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}
.title-style-2 .block-author .info-author .info-description {
  width: calc(100% - 300px);
}
.title-style-2 .block-author .info-author .info-description h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #222;
  font-size: 157%;
  margin-bottom: 20px;
}
.title-style-2 .block-author .info-author .info-description .smatif-description > p:first-child {
  margin-bottom: 35px;
}
.title-style-2 .block-author .block-filterproducts {
  margin-bottom: 0px !important;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid {
  padding-top: 20px;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item .product-item-info {
  margin-bottom: 0px;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item .product-item-info .price-box {
  display: none !important;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item:last-child {
  position: relative;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item:last-child a {
  color: #fff;
  display: inline-block;
  line-height: 35px;
  position: absolute;
  bottom: 70px;
  width: 100%;
  left: 0;
  text-align: center;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item:last-child a:before {
  content: "";
  display: block;
  height: 54px;
  width: 54px;
  margin: 0 auto;
  background: url('../images/icon-viewmore.png') no-repeat center center;
}
.title-style-2 .block-author .block-filterproducts .products.wrapper.products-grid .product-items .product-item:last-child a:hover {
  text-decoration: underline;
}
@media (min-width: 1681px) and (max-width: 1920px) {
  .block-filterproducts .products.wrapper.products-grid .product-items .product-item {
    width: 20% !important;
  }
  .block-filterproducts .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1) {
    clear: none !important;
  }
}
@media (min-width: 1580px) {
  .block-group-product .block-content .products-grid .product-items .slick-list .product-item-info:after {
    content: "";
    display: inline-block;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 310px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .block-group-product .block-content .products-grid .product-items .slick-list .product-item-info .product-reviews-summary {
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .title-style-2 .block-author .products.wrapper.products-grid .product-items .product-item {
    width: 25% !important;
  }
  .title-style-2 .block-author .products.wrapper.products-grid .product-items .product-item:nth-child(3n+1) {
    clear: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1680px) {
  .banner-center-home .info-banner {
    top: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-top .col-left {
    display: none;
  }
  .banner-center-home .info-banner {
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .block-group-product .block-content .slider-thumbs {
    display: none;
  }
  .block-group-product .block-content .filterproducts {
    width: 100% !important;
  }
  .block-group-product .block-content .filterproducts .product-item-info {
    padding: 0px !important;
  }
  .block-group-product .block-content .filterproducts .product-item-info .image-product {
    width: 250px !important;
  }
  .banner-center-home .info-banner {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .col-left {
    width: 100% !important;
  }
  .col-right {
    display: none !important;
  }
  .title-style-2 .block-author .products.wrapper.products-grid .product-items .product-item:last-child {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-2 .block-author .products.wrapper.products-grid .product-items .product-item {
    width: 33.333333333333% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .title-style-2 .block-author .products.wrapper.products-grid .product-items .product-item {
    width: 50% !important;
  }
}
@media (max-width: 575px) {
  .block-group-product .block-content .filterproducts {
    width: 100% !important;
  }
  .block-group-product .block-content .filterproducts .product-item-info {
    flex-wrap: wrap;
  }
  .block-group-product .block-content .filterproducts .product-item-info .image-product {
    width: 100% !important;
  }
  .block-group-product .block-content .filterproducts .product-item-info .product-item-details {
    margin-top: 30px !important;
  }
  .title-style-2 .block-author .info-author .info-description {
    width: 100% !important;
  }
}
/**
 * Listing page
 */
/**
 * Sidebar
 */
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .block {
  margin-bottom: 40px !important;
  /**
         * Block title
         */
  /**
         * Block content
         */
  /**
         * Filter block
         */
}
.sidebar .block .block-title {
  margin: 0;
  padding: 0px 0px 13px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sidebar .block .block-title strong {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 128.285%;
  color: #222;
}
.sidebar .block .block-title:after {
  display: block;
  content: "";
  height: 2px;
  width: 40px;
  margin: 15px 0 0px;
}
.sidebar .block .block-title .counter {
  display: none !important;
}
.sidebar .block .block-content,
.sidebar .block .empty {
  border: 0;
  border-top: none;
  padding: 20px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sidebar .block.filter .block-subtitle,
.sidebar .block.filter .block-title {
  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;
  font-size: 128%;
  margin-bottom: 30px;
}
.sidebar .block.filter .filter-options .filter-options-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px 0;
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding: 0 0px 20px;
  margin: 0 0px 30px;
  border-bottom: 0;
  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: 114%;
}
.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;
}
.authormana-index-index .category-view {
  display: flex;
}
.authormana-index-index .category-view .category-image {
  width: 370px;
  flex-shrink: 0;
  margin-right: 60px;
  display: block;
}
.authormana-index-index .category-view .category-description p {
  font-size: 114%;
  margin-bottom: 35px;
}
/**
 * Toolbar
 */
.toolbar {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  border: 0 !important;
  margin-right: 15px;
  padding: 15px 0 0 0;
}
.modes .modes-mode.mode-grid:after {
  content: '\f00a';
  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: 18px;
}
.modes .modes-mode.mode-list:after {
  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: 18px;
}
.modes .modes-mode:before,
.modes .modes-mode span {
  display: none;
}
.modes .modes-mode:hover {
  background: none !important;
}
select {
  background-color: #f5f5f5;
  border: 1px solid #222222;
}
.sorter {
  padding: 0;
}
.sorter .sorter-action {
  top: auto;
}
.sorter .sorter-action:before {
  line-height: 36px;
}
.limiter {
  float: right;
  display: inline-block !important;
}
.toolbar-amount {
  display: none;
}
.toolbar-amount,
.sorter-label,
.sorter-options,
.field.limiter .label,
.limiter-options,
.limiter-text {
  color: #555555;
  font-size: 100%;
}
.pages {
  line-height: 0;
}
.pages .pages-label {
  display: none;
}
.pages .items {
  font-weight: normal;
  font-size: unset;
}
.pages .item {
  float: left;
  margin: 0 10px 0 0;
  height: 38px;
  text-align: center;
  min-width: 38px;
  line-height: 38px;
  font-size: unset;
}
.pages .item .action.next span,
.pages .item .action.previous span,
.pages .item .label {
  display: none;
}
.pages .item:last-child {
  margin: 0;
}
.pages .item strong,
.pages .item a:hover {
  background-color: #f5f5f5;
  border: 1px solid #222 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #555555;
  font-size: 100% !important;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
}
.pages .item a {
  display: block !important;
  padding: 0;
  color: #555555;
  font-weight: normal;
  margin: 0 !important;
  border: 1px solid transparent !important;
  line-height: 38px;
}
.pages .item .action.next:before {
  content: '\f101';
  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;
  line-height: 38px;
}
.pages .item .action.previous:before {
  content: '\f100';
  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;
  line-height: 38px;
}
.pages .action {
  height: 38px;
  width: 38px;
  line-height: 38px !important;
}
.pages .action:before {
  display: block !important;
  margin: 0 !important;
  color: #555 !important;
}
.pages .action:hover {
  border: 1px solid #222 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #f5f5f5;
}
.products.wrapper ~ .toolbar {
  border: 0px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.products.wrapper ~ .toolbar .limiter {
  display: none !important;
}
.products.wrapper ~ .toolbar .modes {
  display: inline-block !important;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: inline-block;
  float: left;
  color: #222;
  padding: 10px 0 0;
}
.products.wrapper ~ .toolbar .pages {
  float: right !important;
  display: inline-block;
}
/**
 * Product label
 */
.product-label {
  display: inline-block;
  font-size: 86%;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 15px;
  z-index: 10;
}
.product-label.sale-label {
  left: -10px;
  padding: 2px 5px 2px 15px;
}
.product-label.sale-label:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid ;
  border-left: 10px solid transparent !important;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.product-label.sale-label span {
  display: inline-block;
}
.product-label.sale-label span:after,
.product-label.sale-label span:before {
  position: absolute;
  right: -10px;
  content: '';
  width: 0;
  height: 0;
  border-right: 10px solid transparent !important;
}
.product-label.sale-label span:after {
  border-bottom: 22px solid ;
  top: 0;
}
.product-label.sale-label span:before {
  border-top: 22px solid ;
  bottom: 0;
}
.product-label.new-label {
  background-color: #e33f26;
  right: -10px;
  padding: 2px 15px 2px 5px;
}
.product-label.new-label:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #e33f26;
  border-right: 10px solid transparent !important;
  position: absolute;
  right: 0;
  bottom: -8px;
}
.product-label.new-label span {
  display: inline-block;
}
.product-label.new-label span:after,
.product-label.new-label span:before {
  position: absolute;
  left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent !important;
}
.product-label.new-label span:after {
  border-bottom: 22px solid #e33f26;
  top: 0;
}
.product-label.new-label span:before {
  border-top: 22px solid #e33f26;
  bottom: 0;
}
/**
 * Product grid style
 */
.products.wrapper {
  margin: 0;
}
.products.wrapper.products-grid .product-items .product-item {
  margin-left: 0px !important;
}
/**
 * Product list style
 */
.products-list .product-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.products-list .product-item:last-child {
  border: 0px;
}
.products-list .product-item-info {
  width: unset !important;
  margin-bottom: 30px;
  display: block;
}
.products-list .product-item-info:after {
  content: "";
  display: block;
  clear: both;
}
.products-list .product-item-info .image-product {
  position: relative;
  width: 220px;
  float: left;
  text-align: center;
}
.products-list .product-item-info .author {
  color: #999;
  margin-bottom: 15px;
}
.products-list .product-item-info .product-item-photo {
  display: block;
  padding: 0;
  border-radius: 3px;
  line-height: 0;
  width: unset;
}
.products-list .product-item-info .product-item-details {
  margin-left: 260px;
  display: block;
}
.products-list .product-item-info .product-item-details .product-item-name {
  margin: 0 0 10px;
  font-size: 157%;
}
.products-list .product-item-info .product-item-details .product-item-name a {
  padding: 6px 0;
  font-weight: bold;
}
.products-list .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 40px !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 ;
}
.products-list .product-item-info .product-item-details .price-box .price {
  font-size: 128%;
}
.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;
  font-size: 114%;
}
.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 20px 0 50px;
  color: #999999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 100%;
  border: 1px solid #dddddd;
  background: #fff;
  position: relative;
  text-transform: uppercase;
  width: auto;
  margin: 0px;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart span {
  display: inline-block;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:before {
  background: url('../images/icon-header.png') no-repeat -4px -1px;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 12px;
  top: 1px;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover {
  color: #fff;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-primary .tocart:hover:before {
  background-position: -4px -37px;
}
.products-list .product-item-info .product-item-details .product-item-actions .action {
  background-color: #fff;
  display: inline-block;
  margin-left: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0px;
  border: 1px solid #dddddd;
}
.products-list .product-item-info .product-item-details .product-item-actions .action span {
  display: none;
}
.products-list .product-item-info .product-item-details .product-item-actions .action:before {
  display: none;
}
.products-list .product-item-info .product-item-details .product-item-actions .action.sm_quickview_handler span {
  display: none;
}
.products-list .product-item-info .product-item-details .product-item-actions .action.sm_quickview_handler:after {
  content: '\f002';
  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 .action.sm_quickview_handler:hover {
  opacity: 1 !important;
}
.products-list .product-item-info .product-item-details .product-item-actions .action.towishlist:after {
  content: '\f08a';
  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 .action.tocompare:after {
  content: '\f1de';
  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 .action:hover:after {
  color: #fff;
}
.products-list .product-item-info .product-item-details .product-item-actions .actions-secondary {
  vertical-align: top;
}
.products-list .product-item-info .product-item-details .swatch-option.color {
  margin: 0 10px 0 3px;
}
@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: 481px) and (max-width: 767px) {
  .products-list .product-item-info .image-product {
    width: 200px;
  }
  .products-list .product-item-info .product-item-details {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .toolbar-amount {
    display: none;
  }
  .authormana-index-index .category-view .category-image {
    width: 200px;
    flex-shrink: 0;
    margin-right: 30px;
    display: block;
  }
}
@media (max-width: 480px) {
  .products-list .product-item-info .image-product {
    width: 100%;
    float: none;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding-top: 15px;
  }
  .authormana-index-index .category-view {
    flex-wrap: wrap;
  }
  .authormana-index-index .category-view .category-image {
    width: 100%;
  }
}
/**
 * Detail page
 */
/**
 * Compare, wishlist, email to friend
 */
.product-info-main .product-options-wrapper .fieldset .label {
  color: #222;
  font-weight: normal;
  font-size: 114%;
}
.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: 12px;
  padding: 0;
  color: #999999 !important;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dddddd;
}
.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: '\f058';
  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: 28px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 10px;
  float: left;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  float: left;
  padding-top: 28px !important;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
/**
 * Table attributes product
 */
.default-style .resp-tabs-list li {
  /* float: left;*/
  display: inline-block;
  margin-right: 10px;
}
.default-style .attribute.description {
  text-align: center;
}
/**
 * Related upsell crossell product slider
 */
.bottom-product-slider .block-title {
  margin-bottom: 10px !important;
  position: relative;
}
.bottom-product-slider .block-title strong {
  font-size: 164%;
  color: #222;
  font-weight: 600;
}
.bottom-product-slider .products-grid {
  margin: 0 -20px;
}
.bottom-product-slider .products-grid .product-items {
  margin: 0;
}
.bottom-product-slider .products-grid .product-items .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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 (min-width: 768px) {
  .default-style .resp-tabs-list {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
  }
  .default-style .resp-tabs-list li {
    border-bottom: 0;
  }
}
@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;
  }
}
