<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------

* -----------------------------------------------------------------*
*                         TABLE OF CONTENTS                        *
* -----------------------------------------------------------------*
*
* 01. Base Styles
* 02. Header
* 03. Navigation
* 04. Footer Styles
* 05. Responsive Styles
*

* -----------------------------------------------------------------*
*                        Color Codes                               *
* -----------------------------------------------------------------*

* $theme-color         : #fc854b;
* $text-color          : #787878;
* $text-color-dark     : #444444;
* $bg-color-light      : #FFFFFF;
* $bg-color-dark       : #f1f1f1;

-------------------------------------------------------------------*/
/**
* ---------------------------------------------------------------------------
* 01. Load Google Font Family
* ---------------------------------------------------------------------------
*/
/**
* ---------------------------------------------------------------------------
* 01. Load Google Font Color
* ---------------------------------------------------------------------------
*/
/**
* ---------------------------------------------------------------------------
* 01. Load Google Font
* ---------------------------------------------------------------------------
*/


/**
* ---------------------------------------------------------------------------
* 01. Base Style
* ---------------------------------------------------------------------------
*/
body {
  font-family: "Roboto", sans-serif;
  color: #646464;
  margin: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  outline: 0;
}
a:hover{
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  margin: 0; 
}

h1 {
  font-size: 50px;
}

h5 {
  font-size: 18px;
  font-weight: 900;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
}
/* Collum for min width 1360 */
@media (min-width: 1360px){
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/*
==========================
Global Class
==========================
*/
.p0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.m0 {
  margin: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.blurb-remove {
  color: #aba9a9;
}

.red-bg {
  background: #bf2228 !important;
}

.wd-opacity {
  opacity: 0;
}

.info-section {
  padding: 14px 20px;
  width: 50%;
  float: left;
}

.black-bg {
  background: #333333 !important;
}

.orange-bg {
  background: #f37020 !important;
}

.green-bg {
  background: #86b816 !important;
}

.blue-bg {
  background: #0065cd !important;
}

.green-color {
  color: #86b816 !important;
}

.red-color {
  color: #e57373 !important;
}

.black-color {
  color: #333333 !important;
}

.bold-font {
  font-weight: 900;
}

.error-notice {
  position: absolute;
  color: #dc4b3e;
  right: 0;
  top: 10px;
}
.field-desc {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #848484;
  font-size: 14px;
}

.wd-shop-btn {
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 21px;
  border: 1px solid;
  border-color: transparent;
  text-transform:uppercase;
  letter-spacing:1px;
}
.wd-shop-btn:hover {
  background: #fff;
  border-color: #ffffff;
}
.wd-shop-btn i {
  font-size: 15px;
  margin-left: 8px;
}

.is-sticky{z-index: 99999999999!important}
.is-sticky .sticker-nav {
  background: #ffffff;
}

.csb-inner ul li {
  padding: 6px 6px;
}

.reviews-load-more-full_grid,
.reviews-load-more {
  display: none;
}

.reviews-load-more-full_grid.display,
.reviews-load-more.display {
  display: inline-block;
}

.sticker-nav {
  z-index: 1025 !important;
}
.mob-sticky {
  z-index: 2025!important;
}
.modal-backdrop {
  z-index: 1000;
}



figcaption .featured-bg-color {
  background: #00cee8;
}

.bg-white {
  background: #fff;
}
.mata-info ul {
  margin: 0;
  padding: 0;
}
.mata-info li {
  display: inline-block;
  margin-right: 20px;
  color: #999;
  font-size: 14px;
}
.mata-info li:last-child {
  margin-right: 0;
}

.width-auto {
  width: auto !important;
}

.inline {
  display: inline-block;
}

.position-relative{
  position: relative;
}

.wd-btn-search {
  cursor: pointer;
}
.wd-btn-search i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-btn-search:hover i {
  color: #ff9800;
}

#scrollUp {
  bottom: 60px;
  right: 20px;
  line-height: 55px;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #544e70;
  color: #fff;
  border-radius: 100%;
}
#scrollUp i {
  font-size: 25px;
  margin-right: 0!important;
}
#scrollUp:hover {
  background: #ff9800;
}
.custom-select {
  display: inline-block;
  max-width: 100%;
  color: #777;
  vertical-align: middle;
  background: #fff;
  background-size: 8px 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 26px;
  font-size: 12px;
  padding-top: 4px;
  font-weight: 700;
  text-transform: capitalize;
}
.custom-select:focus {
  border-color: transparent;
}
.market-search-filter-wrap .custom-select {
  display: inline-block;
  max-width: 100%;
  color: #525252;
  height: 26px;
  font-size: 15px;
  padding-top: 4px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 40px 10px 30px;
}
.filter-select-field{
  position: relative;
  -webkit-box-shadow: 0px 9px 27px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 9px 27px -14px rgba(0,0,0,0.75);

}
.filter-select-field:after {
  display: block;
  content: '\f0d7';
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 25px;
  color: #909090;
}

@media (max-width: 767px) {
  #scrollUp {
    line-height: 47px;
    width: 45px;
    height: 45px;
  }
  #scrollUp i{
    font-size: 18px;
  }
}

/* ============================================ Default Blog Post saj ============================================ */
.single_post_content .has-background{
  color: #fff;
}
.blurb-post-container iframe{
  width: 100%;
}
.single_post_content ul,
.single_post_content ol,
.single_post_content dl {
  margin-left: 0;
  margin-top: -6px;

}
/* unity test css  */
.single_post_content ul li,
.single_post_content ol li,
.single_post_content dl li{
  font-size: 16px;
  line-height: 26px;
  color: #646464;
  padding-top: 7px;
}

.single_post_content li ul,
.single_post_content li ol,
.single_post_content li dl {
  margin-left: 10px;
}


.single_post_content iframe{
  width: 100%;
}
.blog-single blockquote{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  margin: 34px 0;
  padding-left: 00px;
  position: relative;
}

.blurb-page-container .blog-content ul,
.blurb-page-container .blog-content ol{
  margin: 0 0 18px 30px;
}
.blurb-page-container .blog-content ul li,
.blurb-page-container .blog-content ol li{
  margin-bottom: 8px;
}

/* unitest css */
.wp-caption-text{
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}
.gallery .gallery-item img{
  border: 0;
}

@media (min-width: 992px) and (max-width:1199px) {
  .single_post_content .gallery .gallery-item {
    max-width: 25%;
  }
}


/* New Responsive saj */
@media (max-width:991px) {
  /*  Blog */
  .blurb-page-container .blog-content p {
    font-size: 14px;
    line-height: 25px;
  }
  .blurb-page-container .blog-content blockquote {
    padding-left: 22px;
  }
  .blurb-page-container .blog-content blockquote p {
    font-size: 16px;
  }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer,
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer {
    font-size: 13px;
  }
  .blurb-page-container .comment-meta .comment-author &gt; .fn {
    padding-left: 0px;
  }
  .blurb-page-container .comment-meta {
    padding-top: 20px;
    margin-left: 44px;
  }
  .blurb-page-container .blog-content ul li,
  .blurb-page-container .blog-content ol li{
    font-size: 15px;
  }

  .blog-single blockquote {
    font-size: 20px;
  }
  .single_post_content .gallery .gallery-item {
    max-width: 33.3333%;
  }
}

@media (max-width:767px) {
  /*  Blog */
  .blurb-page-container .sidebar {
    margin-top: 30px;
  }
  .single_post_content p, .blog-content p, .comment-content p, .product-tab-content p {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width:575px) {
  /*  Blog */
  .blurb-page-container .comment-meta {
    padding-top: 20px;
    margin-left: 0px;
  }
  .blurb-page-container .comment-meta &gt; .comment-metadata &gt; a,
  .blurb-page-container .comment-meta .comment-author &gt; .fn {
    margin-left: 14px;
  }
  .single_post_content .gallery .gallery-item {
    max-width: 50%;
  }
}

@media (max-width:400px) {
  /*  Blog meta like */
    .blog-meta .blog-like {
    display: none;
}
}


/*
=================================
Preloder
=================================
*/
div.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  text-align: center;
  background-color: #fff;
  z-index: 9999999999999;
}

div.loading img {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
======================
Global Title Section
======================
*/
.section-title-center {
  margin-bottom: 50px;
  position: relative;
  margin-top: 35px;
}
.section-title-center:before {
  position: absolute;
  content: "";
  top: 150%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
}
.section-title-center .title {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 35px;
  font-size: 28px;
  font-weight: 700;
  background: #f5f5f5;
  color: #333333;
}
/* Section divider */
.blurb_el_heading.header_divider h2{
  position: relative;
  padding-bottom: 18px;
  font-weight: 700;
}
.blurb_el_heading.header_divider h2:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 44px;
  z-index: 3;
}
.blurb_el_heading.header_divider h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 170px;
  background: #bababa;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.blurb_el_heading.header_divider .text_left:after {
  left: 0%;
  -webkit-transform: none;
  transform: none;
}
.blurb_el_heading.header_divider .text_left:before {
  left: 0%;
  -webkit-transform: none;
  transform: none;
}
.blurb_el_heading.header_divider .text_right:after {
  right: 0%;
  -webkit-transform: none;
  transform: none;
  left: inherit;
}
.blurb_el_heading.header_divider .text_right:before {
  right: 0%;
  -webkit-transform: none;
  transform: none;
  left: inherit;
}
/*
======================
Global Box Section
======================
*/

.wd-nav-current .single-dropdown {
  display: block;
}

.product-box {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(110, 110, 110, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(110, 110, 110, 0.2);
}
.product-box img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
.product-box .price-start p {
  color: #666666;
}
.product-box:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
}
.product-box:hover .active-color {
  color: #ff9800 !important;
}
.product-box:hover .compare-btn a {
  border-color: #ff9800;
  background: #fff;
  color: #ff9800;
}
.product-box:hover .quick-view-btn {
  top: 30%;
  opacity: 1;
}
.product-box:hover img {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
.product-image-area &gt; a {
  overflow: hidden;
  min-height: 285px;
  background: #eaeaea;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-box .product-image-area {
  width: 100%;
  position: relative;
}
.product-box .product-image-area &gt; a{
  width: 100%;
}
.product-box .product-content-area {
  width: 100%;
}
.product-content-area .content-excerpt {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}
.content-excerpt.list-view-content {
  display: none;
}
.shop-list-view .content-excerpt.list-view-content {
  display: block;
}
.shop-list-view .content-excerpt.grid-view-content {
  display: none;
}
.product-content-area .star-rating {
  margin-top: 6px;
}
.recent-product-overlay,
.quick-view-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.quick-view-btn{
  top: 30%;
}
.recent-product-overlay .compare-btn button,
.quick-view-btn .compare-btn button {
  background: #fff;
  color: #ff9800;
  border-radius: 20px;
  border-color: transparent;
  cursor: pointer;
  line-height: 20px;
}
.quick-view-btn .compare-btn button {
  -webkit-box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4);
  box-shadow: 0px 17px 10px -10px rgba(0,0,0,0.4)
}
.compare-btn .fa-eye {
  margin-right: 6px;
}
.recent-product-overlay:hover .compare-btn button,
.quick-view-btn:hover .compare-btn button {
  background: #ff9800;
  color: #fff;
}
.figure {
  margin: 0;
}
.figure-caption {
  padding: 16px 15px 20px;
  border-top: 0;
  background: white;
}
.price-start {
  color: #999999;
}
.price-start strong {
  margin-left: 10px;
  display: inline-block;
}
.content-excerpt {
  color: #333333;
  margin-bottom: 10px;
  margin-top: 5px;
}
.content-excerpt a {
  color: #77828e;
  font-size: 14px;
  line-height: 24px;
}
.rating i {
  /*   color: #cecece; */
}
.compare-btn {
  margin-top: 10px;
  position:relative;
}
.compare-btn a {
  background: #ff9800;
  border-color: transparent;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 20px;
}
.compare-btn a:hover {
  background: white;
  color: #ff9800;
  border-color: #ff9800;
}
.wd-badge {
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ff4a4a;
}
.product-badges {
  position: absolute;
  top: 20px;
  left: 20px;
}
.product-badges a {
  color: #fff;
  padding: 1px 6px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 19px;
}
.wishlist {
  font-size: 25px;
  color: white;
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
}
.wishlist i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wishlist:hover i {
  color: #ff4a4a;
}

/*
======================
Product style 2
======================
*/




.rating-wishlist-view {
  overflow: hidden;
  background: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: -30px;
  z-index: 99995;
  position: relative;
  padding: 5px 5px;
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 13px;
}
.rating-wishlist-view .rating {
  float: left;
  font-size: 13px;
}
.product-meta .view-wishlist {
  float: right;
  padding-right: 4px;

}
.rating-wishlist-view .view-wishlist a {
  color: #d4d4d4;
  border-right: 1px solid #ddd;
  padding: 0px 8px;
}
.rating-wishlist-view .view-wishlist a:last-child {
  border-right: none;
  padding-right: 0;
}
.product-box.style-two .product-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 15px;
  text-align: left;
  text-transform: capitalize;
}
.product-box.style-two .price-start strong {
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
}
.product-box.style-two .content-excerpt {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 15px 0;
  text-align: left;
}

.product-box.style-two .sold-by-content {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 0;
  text-align: left;
  margin-top: 17px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-box.style-two .figure-caption {
  padding: 18px 0;
}
.product-box.style-two .price-start {
  text-align: left;
  padding: 0 15px;
}
.fa-store path {
  fill: #789bcf;
}
.fa-store {
  width: 15px;
  margin-right: 4px;
  margin-bottom: -1px;
}
.sold-by-content .left-content span {
  display: block;
  color: #888888;
  display:none;
}
.sold-by-content .left-content a{
  color: #464646;
}
.sold-by-content .right-content {
  padding-top: 4px;
}
.sold-by-content .right-content a {
  color: #fff;
  background: #ff6600;
  padding: 5px;
  font-size: 16px;
  border-radius: 2px;
}

.product-box.style-two .product-badges {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product-box.style-two .product-badges a {
  color: #ff4a4a;
  font-size: 11px;
  background: transparent;
  border-radius: 2px;
  border: 2px solid #ff4a4a;
  padding: 0 10px;
}
.rating-wishlist-view .star-rating {
  float: left;
  margin-left: 5px;
}

.rating-wishlist-view .post-views {
  position: absolute;
  right: 44px;
  color: #b6b6b6

    ;
}
.rating-wishlist-view .wishlist {
  top: 0px;
  right: 13px;
  color: #d4d4d4;
}
.rating-wishlist-view .wishlist a {
  font-size: 13px;
}

.sl-loader .loader {
  position: absolute;
  right: -9px;
  background: #f5f2ed;
  padding: 0px;
  width: 42px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 6px;
  top: -5px;
  border-radius: 4px;
}

.product-box.style-two .baide_compare{
  position:static;
}
.baide_compare {
  position: relative;
}
.recent-product-box .sl-loader .loader {
  position: absolute;
  left: 0;
  background: #f4f3f3;
  padding: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  top: -4px;
  border-radius: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.recent-product .recent-product-box .sl-loader .loader {
  top: 3px;
}
.baide_compare .liked .fa-balance-scale::before {
  content: "\f046";
}

.product-details-gallery .sl-loader .loader {
  background: #fff;
  right: 50px;
  top: 20px;
}
.product-details-gallery .compare-btn .liked .fa-balance-scale::before {
  content: "\f046";
  margin-right: 3px;
}
.style-two .compare-btn {
  margin-top: 0;
  position: relative;
}

.style-two .compare-btn a {
  font-size: 17px;
  border-radius: 5px;
  background: transparent;
  border-color: transparent;
  padding: 0;
  border-radius: 20px;
  background-color: transparent !important;
  color: #ff6600;
}
.style-two .compare-btn a:hover{
  color: #ff6600;
  border-color: transparent!important;
}
.rating-wishlist-view .post-views::after {
  content: '';
  position: absolute;
  right: -7px;
  background: #ddd;
  height: 15px;
  width: 1px;
  top: 2px;
}
.product-box.style-two:hover .compare-btn a{
  border-color: transparent!important;
  color: #ff6600;

}
.style-two .product-right-meta .compare-btn .liked .fa-balance-scale::before {
  content: "\f046";
  margin-right: 3px;
}
.product-box:hover .compare-btn .loader img {
  -webkit-transform: none;
  transform: none;
}


.shop-list-view .rating-wishlist-view {
  overflow: inherit;
  background: transparent;
  margin-top: 0;
  position: absolute;
  top: 27px;
  right: 59px;
}
.shop-list-view .product-box .rating-wishlist-view .star-rating {
  top: 5px;
  right: 40px;
}
.shop-list-view .rating-wishlist-view .post-views {
  position: absolute;
  right: 0;
}
.product-shop-page .shop-list-view .rating-wishlist-view .wishlist {
  top: 3px;
  right: -28px;
}

.product-shop-page .shop-grid-view .content-excerpt{
  padding: 15px;
}
.product-shop-page .shop-grid-view .content-excerpt a{
  padding: 0 0 0 10px
}
/*
======================
Product list view
======================
*/

.shop-list-view .product-box .product-image-area {
  width: 40%;
  float: left;
}

.shop-list-view .product-box .product-box-img {
  min-height: 100%;
  max-height: 100%;
}
.shop-list-view .product-box .product-left-meta {
  width: 30%;
  float: left;
}
.shop-list-view .product-box .product-right-meta {
  width: 70%;
  position: relative;
}
.shop-list-view .product-box .product-content-area {
  width: 60%;
  position: relative;
}

.shop-list-view .product-box .figure-caption {
  border: none;
  height: 100%;
  padding: 30px;
  padding-top: 65px;
}
.shop-list-view .product-box .star-rating {
  position: absolute;
  top: 30px;
  right: 30px;
}
.shop-list-view .product-box .text-center {
  text-align: inherit!important;
}
.product-box .raed-more {
  display: none;
}
.shop-list-view .product-box .price-start {
  position: absolute;
  top: 30px;
  font-size: 14px;
  left: 30px;
}
.shop-list-view .product-box.style-two .price-start{
  left: 15px;
  font-size: 16px;
}

.shop-list-view .product-box .price-start p {
  font-size: 18px;
}
.shop-list-view .product-box.style-two .price-start p {
  font-size: 15px;
}
.shop-list-view .product-box.style-two .price-start p strong{
  font-size: 15px;
}
.shop-list-view .product-box.style-two .content-excerpt{
  margin-bottom: 0;
}
.shop-list-view .product-box.style-two .content-excerpt p a{
  padding: 0 0 0 10px;
}
.shop-list-view .product-content-area .content-excerpt {
  padding-top: 0px;
}
.shop-list-view .product-box.style-two .product-title {
  padding: 0
}
.shop-list-view .product-box.style-two .sold-by-content {
  padding: 10px 0 0;
  margin-top: 0;
}
.shop-list-view .style-two .compare-btn a{
  padding: 0;
}
#related-product .owl-stage-outer article {
  margin-top: 2px; 
  margin-left: 1px;
  margin-right: 1px;
}
#related-product .owl-nav div {
  background: transparent !important;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 10px;
}
#related-product .owl-nav .owl-prev {
  padding-right: 22px;
}
#related-product .owl-prev:after{
  display: block;
  content: '';
  clear: both;
  border: 1px solid #bfbfb8;
  -webkit-transform: skew(20deg,120deg);
  transform: skew(20deg,120deg);
  position: absolute;
  top: 9px;
  right: -18px;
  width: 55%;
  height: 0;
}
#related-product .owl-next {
  margin-left: 20px;
  float: right;
}
#related-product .owl-nav i{
  font-size: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #df4d3e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#related-product.owl-theme .owl-nav {
  position: absolute;
  top: -66px;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  right: -5px;
  margin: 0;

}
@media (max-width: 1200px){
  #bobo .categories-info {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px){ 
  .col-md-6.shop-list-view {
    ms-flex: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shop-list-view .rating-wishlist-view {

    right: 50px;
  } 
  .shop-list-view .product-box.style-two .star-rating {
    left: 16px;
  }
}


@media (max-width: 767px){
  .shop-list-view .rating-wishlist-view {
    overflow: inherit;
    background: transparent;
    margin-top: 0;
    top: 0px;
    left: 0;
    right:110px;
    width: 60%;
    margin: 0 auto;
  }
  .shop-list-view .style-two .rating-wishlist-view {
    top: 26px;
    right: 63px;
    left: inherit;
  }
}

@media (max-width: 575px) {
  .shop-list-view .style-two .figure-caption{
    padding-top: 100px;
  }
  .shop-list-view .style-two .rating-wishlist-view {
    top: 56px;
    left: 32px;
    right: inherit;
  }
  .shop-list-view .product-box .rating-wishlist-view .star-rating {
    right: inherit;
    left: 0;
    margin-left: 0;
  }
}

/*
==================
Scroll Css
==================
*/

#wd-header ::-webkit-scrollbar {
  width: 5px;
}
#wd-header ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 16px #d9d7d7;
  border-radius: 0px;
}
#wd-header ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 16px #ff9800;
}
.wd-btn-group {
  margin-left: 10px;
}
.wd-btn-group input {
  border-color: #ebebeb;
  background: #f7f7f7;
  font-size: 14px;
  padding: 14px 18px;
  border-radius: 4px;
  color: #565656;
  letter-spacing: .1px;

}
.preloader {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}

/*
=============
Search Section STyle
=============
*/

.wd-btn-search {
  border-left: 1px solid;
  border-color: #ebebeb;
  background: #f7f7f7;
  color: #ff250d;
  padding: 14px 22px;
  cursor: pointer;
  font-size: 15px;
}
.wd-btn-search:hover {
  background: #ff9800;
  border-color: #ff9800;
}
.wd-btn-search:hover i {
  color: white;
}

/*
========================
Account Section STyle
========================
*/
.account-section .sign-out,
.account-section .sign-in {
  padding: 14px 18px;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}
.account-section .sign-in:focus {
  outline: none;
}

.account-text {
  font-size: 12px;
  margin-right: 5px;
}

.account-section .sign-in:hover,
.account-section .sign-out:hover {
  background: #f3f0f0;
  border-color: transparent;
}

/*
========================
Cart Section STyle
========================
*/
.header-cart {
  position: relative;
  float: right;
}
.account-section {
  display: inline-block;
}
.header-cart a {
  font-size: 16px;
  color: #333333;
  margin-right: 26px;
  position: relative;
}
.header-cart .header-wishlist{
  font-size: 17px
}
.header-cart a:last-child {
  margin-right: 10px;
}
.header-cart .compare-btn, .compare-cart {
  color: #333;
  font-size: 22px;
}
.header-cart.style-four .compare-btn {
  color: #fff;
}
.header-cart .coupon-save {
  font-size: 18px;
  position: relative;
  margin-right: 29px;
}
.acc-header-wraper {
  float: right;
  padding: 10px 0;
}
.header-cart .cart {
  display: inline-block;
}
.header-cart .count {
    position: absolute;
    top: -3px;
    right: -9px;
    width: 12px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 1px;
    border-radius: 10px;
    line-height: 12px;
}
.header-cart .coupon-save .count{
  top: -2px;
}
.header-wishlist span {
  margin-top: 0 !important;
}
.header-cart .wd-compare-btn {
  display: inline;
}
.header-cart .wd-compare-btn .compare-btn, .compare-cart {
  padding: 0;
  margin: 0;
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  position: relative;
}
.header-cart.style-four .wd-compare-btn .compare-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header-cart .wd-compare-btn .compare-btn:after {
  display: none;
}
.acc-header-wraper .btn span {
  font-size: 14px;
}
.header-cart .wd-compare-btn .dropdown-menu {
  width: 233px !important;
  border-radius: 0;
  padding: 0;
  border-color: #f3f3f3;
}
.header-cart .wd-compare-btn .dropdown-menu i {
  font-size: 12px;
}
.header-cart .wd-compare-btn .media {
  padding: 10px 10px;
  border-bottom: 1px solid #f3f3f3;
}
.header-cart .wd-compare-btn .media:last-child {
  border-bottom: 0;
}
.header-cart .wd-compare-btn .list-group-title {
  font-size: 14px;
  font-weight: 400;
}
.header-cart .wd-compare-btn .cart-price {
  font-size: 14px;
}
.header-cart .wd-compare-btn .go-compare-page {
  padding: 8px 33px;
  background: #4facfe;
  border-color: #4facfe;
  margin: 0 auto;
}
.header-cart .wd-compare-btn .go-compare-page i {
  font-size: 12px;
  margin-left: 3px;
}
.header-cart .wd-compare-btn .wd-item-list {
  height: 242px;
  overflow-x: hidden;
}
.product-slier-details .lslide {
  text-align: center;
}
.product-slier-details .lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid transparent;
  border-radius: 0 !important;
  line-height: 0;
}

.product-slier-details .lSAction a {
  opacity: 1;
}
.product-slier-details .lSAction a:after, .product-slier-details .lSAction a:before {
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  border: 1px solid #f1f1f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-slier-details .lSAction a:hover:after, .product-slier-details .lSAction a:hover:before {
  color: #fff;
}
.product-slier-details .lSAction a.lSPrev:before {
  content: "\f104";
  padding: 7px 19px;
}
.product-slier-details .lSAction a.lSNext:after {
  content: "\f105";
  padding: 7px 21px;
  -webkit-transform: translate(-10px);
  transform: translate(-10px);
}

.wd-header-nav .department img {
  margin-right: 5px !important;
}
.wd-header-nav {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}


@media (max-width: 575px) {
  .blurb_el_review_carousel .review-title {
    font-size: 14px !important;
  }
  .blurb_el_review_carousel .review-title span {
    font-size: 18px !important;
  }

  .recent-product .recent-product-title,
  .wd-news .news-title,
  .choose-category .choose-category-main-title {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }
  .choose-category {
    padding: 20px 0 !important;
  }
  .choose-category .choose-category-box {
    padding: 18px !important;
  }
  .choose-category .choose-category-title {
    font-size: 16px !important;
  }
  .choose-category .choose-category-content p {
    font-size: 12px !important;
  }
  .choose-category .choose-category-content {
    margin-bottom: 0 !important;
  }
  .recent-product .wd-amazon-product h4 {
    font-size: 17px !important;
    margin-bottom: 13px !important;
  }
  .recent-product a {
    padding: 10px 7px !important;
    font-size: 12px;

  }
  .recent-product-box .recent-product-img {
    text-align: center;
  }
  .recent-product-img{
    text-align: center;
    width: 100%;
  }

  .weekly-news .weekly-news-box .text-center {
    padding: 0 14px 7px;
  }
  .weekly-news .blog-meta-box a {
    font-size: 12px !important;
  }
  .weekly-news .weekly-news-title h4 {
    font-size: 18px !important;
  }

  .wd-news .figure-caption a {
    font-size: 15px !important;
  }

  .link-style-three .ls-limage {
    float: none !important;
    width: 100% !important;
    text-align: center!important;
  }
  .link-style-three {
    margin-top: 51px;
  }


}
.preloader-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
}

.preload {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -42px 0 0 -12px;
  background: #ff9800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
.recent-product-box .recent-product-img a {
  display: block;
}
@media (min-width: 1024px) {
  .display-none-xl {
    display: none;
  }
}
@media (max-width: 992px) {
  .display-none-md {
    display: none !important;
  }

  .section-title-center .title {
    font-size: 20px;
  }
  .filter-btn-area .custom-select {
    max-width: 50%;
  }
}

@media (max-width: 1025px) {
  .recent-product .recent-price {
    font-size: 16px !important;
  }
  .recent-product .wd-amazon-product h4 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 757px) {
  .header-cart .count {
    top: 12px;
    right: 6px;
  }
  .header-cart .coupon-save .count {
    top: 12px;
    right: 6px;
  }
}
@media (max-width: 575px) {
  #main-menu-2 .wd-ph-modal .modal-dialog,
  #main-menu .wd-ph-modal .modal-dialog {
    margin: 30% 0 !important;
  }

}

@media (min-width: 1025px) {
  .modal-dialog {
    margin: 101px auto !important;
  }
}
@media (max-width: 768px) {
  .recent-product .recent-product-info {
    padding: 20px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/*
====================
Main layout Section
====================
*/
/**
* ---------------------------------------------------------------------------
* 0?. Header Styles
* ---------------------------------------------------------------------------
*/
/* 
===============================
Header Top 
===============================
*/

/*.menu &gt; ul &gt; li:nth-last-child(2) &gt; ul.normal-sub ,.menu &gt; ul &gt; li:nth-last-child(1) &gt; ul.normal-sub,.menu &gt; ul &gt; li:nth-last-child(3) &gt; ul.normal-sub{
width: 268px;
left: -83px !important;
padding: 10px 20px;
}*/


#wd-header-top .topbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#wd-header-top .topbar-container &gt; div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
}
#wd-header-top .topbar-container .topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#wd-header-top .topbar-container .offer-text {
  text-align: center;
}
.wb-social-media a {
  display: inline-block;
  margin-right: 4px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
.footer-about .wb-social-media a {
  display: inline-block;
  margin-right: 4px;
  color: #fff !important;
  height: 27px;
  width: 27px;
  text-align: center;
  line-height: 26px;
  font-size: 16px !important;
  border-radius: 50px;
}
a.bh{background: #1769ff}
a.fb{background: #3b5998}
a.db{background: #00b6e3}
a.gp{background: #dd4b39}
a.vn{background: #00b488}
a.yt{background: #ff0000}
#wd-header-top .offer-text p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 23px;
  color: #d8d6d6;
}
#wd-header-top .wd-btn-country,
#wd-header-top .wd-btn-language {
  padding: 0px;
  background: transparent;
  border-color: transparent;
  font-size: 12px;
  margin-left: 10px;
  margin-top: 2px;
  cursor: pointer;
}
#wd-header-top .wd-btn-language::after{
  color: #bbbbbb;
}
#wd-header-top .wd-btn-language {
  margin: 17px 0 16px 34px;
  font-weight: 700;
  color: #fff;
}
.dropdown-menu {
  min-width: auto;
  border: none;
  border-radius: .25rem;
  -webkit-box-shadow: -0.489px 1.991px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -0.489px 1.991px 12px 0px rgba(0, 0, 0, 0.25);
  margin-top: 11px;
}
#wd-header-top .wd-btn-country-list {
  border-radius: 0;
  z-index: 999999;
}
#wd-header-top .wd-btn-country-list a {
  padding: 0 10px 4px;
}
#wd-header-top .wd-btn-language-list {
  border-radius: 0;
  z-index: 999999;
}
#wd-header-top .wd-btn-language-list a {
  padding: 2px 10px 2px;
  color: #333;
}
#wd-header-top .wd-btn-language-list .dropdown-item {
  font-size: 13px;
  font-weight: 500;
}
#wd-header-top .wd-btn-country-list a {
  font-size: 14px;
  font-weight: 500;
}
#wd-header-top .wd-btn-country-list .dropdown-item img {
  margin-right: 5px !important;
}
#wd-header-top .dropdown-item:hover {
  background: #f3f3f3;
}


/*
==================
Login &amp; Sing Up
================== 
*/
.account-section .modal-sign-in{
  z-index: 999999
}

.wd-modal-tab-menu {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 50%;
  background: #f4f4f4;
}
.wd-modal-tab-menu a {
  padding: 23px 0;
  font-size: 20px;
  color: #999999;
  width: 199px;
  text-transform: uppercase;
}

.wd-modal-tab-menu li a{
  color: #999999!important;
}
.wd-modal-tab-menu li a.active {
  color: #000000!important;;
}

.brand-description {
  position: absolute;
  top: 50%;
  color: white;
  padding: 0 30px 0 50px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brand-description h5{
  line-height: 25px;
}
.brand-description ul {
  margin: 0;
  padding-top: 15px;
}
.brand-description .brand-logo {
  padding-left: 0;
  margin-bottom: 50px;
}
.brand-description .list-unstyled {
  margin-top: 30px;
}
.brand-description-area img, .brand-login-section img{
  width: 100%;
}
.social-media i {
  font-size: 16px;
  margin-right: 16px;
}
.social-media a {
  color: #fff;
  display: inline-block;
  padding: 10px 26px;
  border-radius: 5px;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #1da1f2;
}

.google-bg {
  background: #ea4335;
}

.login-section {
  padding: 95px 49px 30px 30px;
}

.nav-tabs .nav-link.active {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-form {
  margin-top: 36px;
  color: #666666;
}
.login-form .form-control {
  border-radius: 0;
  padding: 16px;
  background: #f6f6f6;
  border-color: #ececec;
  font-size: 14px;
}
.login-form .wd-login-btn {
  width: 100%;
  padding: 13px;
  color: #fff ;
  font-size: 16px;
  margin-bottom: 17px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.login-form .wd-login-btn:hover {
  background: #262626;
  color: #fff;
  border-color: #262626;
}
.login-form .form-check {
  margin-bottom: 20px;
  font-weight: 300;
}
.form-check-input:only-child {
  position: static;
  margin-right: 9px;
}
.sign-up-section .login-form {
  margin-top: 67px;
}
.sign-up-section {
  padding: 50px 49px 30px 30px;
}
.sign-up-section .form-group {
  position: relative;
}

.sign-up-section .error-field {
  border: 1px solid #dc4b3e;
}
.sign-up-section .form-control {
  padding: 10px 16px;
  font-size: 14px;
}

.wd-policy {
  font-weight: 300;
}
.wd-policy p a{
  color: #646464!important;
}
.wd-modal-tabs {
  position: relative;
  overflow: hidden;
}
.brand-description-area img{
  width: 100%;
}

@media (max-width: 575px) {
  #wd-header-top .modal-dialog {
    margin: 15px!important;
    z-index: 9999
  }

}

/*
==================
Scroll Css
==================
*/

.style-fd.product-amazon .product-box {
  padding: 15px;
  margin-bottom: 50px;
}
.style-fd.product-amazon .product-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.style-fd.product-amazon .product-box:hover .figure-caption {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
}

#trending .owl-nav .owl-prev {
  left: -62px !important;
}
/*
==================
Second Home
==================
*/

.header-general #main-menu {
  min-height: 50px;
  border-top: 1px solid #f2f2f2 !important;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

#main-menu-2.no-border{border-bottom: 0px}
.my-account {
  font-size: 16px;
  color: #333333;
  background: transparent!important;
  border-color: transparent!important;
  cursor: pointer;
  padding: 0;
}
.my-account i {
  margin-right: 5px;
}

#wd-header .my-account,
#wd-header-2 .my-account {
  display: inline-block;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  float: right;
}
#wd-header .slider-search-section .wd-slider-search-btn,
#wd-header-2 .slider-search-section .wd-slider-search-btn {
  background: #f9f9f9;
  border-radius: 3px;
  border-color: #ececec;
  padding: 15px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
#wd-header .slider-search-section .input-search-box,
#wd-header-2 .slider-search-section .input-search-box {
  border-color: #ececec;
}
#wd-header-2 {
  padding: 10px 0;
}
#wd-header .wd-search-btn,
#wd-header-2 .wd-search-btn {
  padding: 15px 20px;
  background: #f7f7f7;
  border-color: #ececec;
  color: #a5a5a5;
  cursor: pointer;
}
#wd-header .wd-search-btn:hover,
#wd-header-2 .wd-search-btn:hover {
  color: #fff;
}

.slider-cat .slider-text {
  padding-left: 80px;
  color: #333333 !important;
}
.slider-cat .slider-text .highlights-text {
  font-weight: 800;
  color: #333333 !important;
}
.slider-cat .slider-text .slider-content {
  font-size: 18px;
  color: #666666;
}
.slider-cat .slider-text .slider-title {
  margin-bottom: 20px !important;
}
.slider-cat .slider-text .sub-title {
  font-size: 20px;
  font-weight: 500;
}
.slider-cat #main-slider-section .active .slider-title {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.main-menu-sh.main-menu-desktop {
  display: inline-block;
  border-bottom: 0 !important;
  margin-bottom: 0px;
  background: transparent !important;
  float: left;
}
.slider-cat .main-menu-desktop .wd-megamenu .menu &gt; ul &gt; li {
  background: transparent !important;
}

/*
==================
Third Home
==================
*/
.dark-header#wd-header {
  background: #232f3e;
}
.dark-header#wd-header .my-account {
  color: #fff;
  float: right;
}

/*
=============================
Custom Media Query
=============================
*/

@media (max-width: 768px) {
  #wd-header-top .offer-text p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .blrub-logo {
    text-align: center;
    margin: 20px 0;
  }
  .wb-social-media {
    text-align: left !important;
    margin-bottom: 0px !important;
    display: block;
    overflow: hidden;
  }
  #wd-header-top .language-and-currency-btn {
    margin-top: 0;
    text-align: right;
  }
}

@media (min-width: 1024px) {

  .social-media a {
    padding: 10px 20px;
  }
  .social-media a i {
    margin-right: 5px !important;
  }

}

@media (min-width: 1200px) {
  .coupon-page-search {
    padding: 0 60px;
  }

}



/*
=============================
Custom Media Query
=============================
*/
@media (max-width: 991px) {
  #main-menu-2 .account-section,
  #main-menu-2 .ph-search,
  #main-menu .account-section,
  #main-menu .ph-search {
    display: inline-block;
  }
  #main-menu-2 .account-section button,
  #main-menu-2 .ph-search button,
  #main-menu-2 .header-wishlist button,
  #main-menu .account-section button,
  #main-menu .ph-search button,
  #main-menu .header-wishlist button {
    padding: 0;
  }
  #main-menu-2 .account-section i,
  #main-menu-2 .ph-search i,
  #main-menu-2 .header-wishlist i,
  #main-menu .account-section i,
  #main-menu .ph-search i,
  #main-menu .header-wishlist i {
    font-size: 20px;
  }
  #main-menu-2 .header-wishlist,
  #main-menu .header-wishlist {
    font-size: 100%;
    margin-right: 5px;
  }
  #main-menu-2 .ph-search .btn-primary,
  #main-menu .ph-search .btn-primary {
    background: transparent;
    color: #333;
    border-color: transparent;
  }
  #main-menu-2 .account-section,
  #main-menu .account-section {
    padding: 0;
  }
  #main-menu-2 .wd-compare-btn img,
  #main-menu .wd-compare-btn img {
    width: 30px;
  }
  #main-menu-2 .header-cart,
  #main-menu-2 .account-and-search,
  #main-menu .account-and-search {
    position: absolute;
    top: 34%;
  }
  #main-menu-2 .account-and-search,
  #main-menu .account-and-search {
    right: 0;
  }
  #main-menu-2 .wd-btn-search,
  #main-menu .wd-btn-search {
    padding: 12px !important;
  }
  #main-menu-2 .header-search-option-ph,
  #main-menu .header-search-option-ph {
    padding: 0;
    margin: 0;
  }
  #main-menu-2 .wd-ph-modal,
  #main-menu .wd-ph-modal {
    padding: 50px;
  }
  #main-menu-2 .wd-ph-modal .modal-dialog,
  #main-menu .wd-ph-modal .modal-dialog {
    margin: 0;
  }
  #main-menu-2 .ph-social-media a,
  #main-menu .ph-social-media a {
    padding: 5px 7px;
    font-size: 12px;
  }
  #main-menu-2 .ph-social-media a i,
  #main-menu .ph-social-media a i {
    font-size: 12px;
    margin-right: 0;
  }
  #main-menu-2 .login-section, #main-menu-2 .sign-up-section,
  #main-menu .login-section,
  #main-menu .sign-up-section {
    padding: 20px 24px;
  }
  #main-menu-2 .wd-megamenu-ul,
  #main-menu .wd-megamenu-ul {
    position: absolute !important;
    width: 100% !important;
    background: #f7f7f7;
    z-index: 1024;
    border: 1px solid rgba(210, 210, 210, 0.78);
  }
  #main-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  #main-menu-2 .wd-megamenu .main-menu-list,
  #main-menu .wd-megamenu .main-menu-list {
    padding: 15px 5px;
    font-size: 12px;
  }
  #main-menu-2 .account-section,
  #main-menu-2 .ph-search,
  #main-menu .account-section,
  #main-menu .ph-search {
    display: inline-block;
  }
  #main-menu-2 .ph-search .btn-primary,
  #main-menu .ph-search .btn-primary {
    color: #333;
    background: transparent;
    border-color: transparent;
  }
  #main-menu-2 .header-cart,
  #main-menu .header-cart {
    top: 0 !important;
  }
  #main-menu-2 .header-wishlist i,
  #main-menu .header-wishlist i {
    font-size: 18px;
  }
  #main-menu-2 .compare-btn img,
  #main-menu .compare-btn img {
    width: 30px;
  }
  #main-menu-2 .account-section button,
  #main-menu .account-section button {
    margin-right: 5px;
  }
  #main-menu-2 .tab-pane,
  #main-menu .tab-pane {
    overflow: hidden;
  }
  #main-menu-2 .social-media a,
  #main-menu .social-media a {
    padding: 10px 18px;
  }


}
@media (max-width: 767px) {
  #main-menu-2 .wd-megamenu .menu &gt; ul &gt; li,
  #main-menu .wd-megamenu .menu &gt; ul &gt; li {
    background: #f7f7f7;
    width: 315px;
  }
  #main-menu-2 .wd-megamenu .menu-dropdown-icon:before,
  #main-menu .wd-megamenu .menu-dropdown-icon:before {
    right: -264px !important;
  }
  .link-style-two tr td {
    width: auto!important;
    height: 80px;
  }
  #related-product .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #main-menu-2 .wd-ph-modal .modal-dialog,
  #main-menu .wd-ph-modal .modal-dialog {
    margin: auto;
  }
}
@media (min-width: 992px) {
  #main-menu-2 .menu &gt; ul &gt; li &gt; .megamenu &gt; li,
  #main-menu .menu &gt; ul &gt; li &gt; .megamenu &gt; li {
    width: 25%;
  }

  #main-menu .menu &gt; ul &gt; li &gt; .megamenu &gt; li:not(:last-child){
    padding-right: 40px;
    padding-left: 0;
  } 

  .blrub-logo {
    margin: 0;
  }

  #main-menu-2 .wd-megamenu .main-menu-list,
  #main-menu .wd-megamenu .main-menu-list {
    font-size: 15px;
    padding: 15px;
  }
  .topbar-left .blrub-logo {
    display: none;
  }

}
.blrub-logo a {
  white-space: unset;
}
.blrub-logo h2 {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1200px) {
  .blrub-logo h2 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .blrub-logo {
    margin: 20px 0;
  }
}

@media (max-width: 991px) {
  .blrub-logo a {
    padding: 0;
  }
  .blrub-logo h2 {
    font-size: 25px;
  }
  .mob-logo h2 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .blrub-logo h2 {
    font-size: 20px;
  }
}
@media (max-width: 364px) {
  .blrub-logo h2 {
    font-size: 16px;
  }
}

/**
* ---------------------------------------------------------------------------
* 0?. Footer Styles
* ---------------------------------------------------------------------------
*/
.footer-widgets .widget_col .footer-widget:not(:first-child) .widget-title {
    margin-top: 50px;
    margin-bottom: 25px;
}

.footer-widgets {
  padding: 80px 0;
  color: #5f5a5a;
  font-size: 14px;
  font-weight: 400;
}
.footer-widgets a {
  color: #696565;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.footer-widget.widget_nav_menu .menu-testing-menu-container &gt; ul &gt; li &gt; a {
 margin-bottom: 7px;
}
.footer-widget.widget_rss ul li a {
    font-size: 16px;
}
.footer-widget.widget_rss ul li span.rss-date {
    font-size: 12px;
    color: #ff9800;
}

.footer-widgets .widget_rss li:not(:last-child){
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
}
.widget_nav_menu ul &gt; li &gt; ul &gt; li &gt; ul {
    margin-left: 10px;
}
.footer-widget.widget_nav_menu ul &gt; li &gt; ul &gt; li &gt; ul {
    margin-left: 10px;
}


.footer-widgets li {
  margin-bottom: 8px;
}
.footer-widgets li:not(:last-child){
  margin-bottom: 12px;
}
.footer-widgets .widget-title {
  color: #565151;
  margin-bottom: 45px;
  font-weight: 500;
    font-size: 16px;
  margin-top: 24px;
 font-family: 'Rubik', sans-serif;
  letter-spacing: 0.3px;
}

.footer-widgets .footer-description {
  color: #999;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 24px;
}

.footer-widgets .wb-social-media a {
  margin-right: 6px;
}

.footer-widgets .wb-social-media a:hover:before {
  width: 0;
}

.footer-widgets .stores-list {
  padding-left: 50px;
}

.footer-widgets .footer-about-logo:hover:before {
  background: transparent;
}


.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget select {
  overflow: scroll;
  padding: 8px 10px;
  border-radius: 0;
  apperance: none;
  -moz-appearance: none;
  -webkit-appearance:none;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
}
.footer_about{
	max-width: 318px;
}
.footer_about p {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 30px;
  margin-top: 30px;
}
.footer_about .footer_social_link{
  margin-top: 22px;
}
.footer_about .footer_social_link a{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #5d5d5d;
  font-size: 14px;
  margin-right: 6px;
  line-height: 41px;
  margin-bottom: 10px;
}
.blurb_footer .footer_about .footer_social_link a:hover{
  color: #ffffff;
}

.footer_about .footer_social_link a:hover{
  color: #ffffff;
}
.footer_about .footer_social_link a:before{
  display: none;
}


/* Footer Widget subcribe */
.newslatter_text {
  margin-bottom: 20px;
}
.footer-widgets #mc_embed_signup {
  background: transparent!important;
}
.footer-widgets #mc_embed_signup form{
  padding: 0!important;
  background: transparent;
}
.footer-widgets #mc_embed_signup .mc-field-group{
  width: 100%!important;
  padding-bottom: 0!important;
  min-height: auto!important;
  margin-bottom: 10px;
}
.footer-widgets #mc_embed_signup div.mce_inline_error {
  margin: 3px 0 7px!important;
  padding: 0!important;
  background-color: transparent!important;
  border-radius: 0px!important;
  color: #e85c41;
}
.footer-widgets #mc_embed_signup input[type=email] {
  font-size: 12px;
  line-height: 30px;
  color: #909090;
  background: #ffffff;
  width: 100%;
  border-radius: 0;
  height: 45px;
  padding: 0 17px;
  border: 1px solid;
}
.footer-widgets #mc_embed_signup input[type=submit] {
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  height: 45px;
  padding: inherit;
  border-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin: 0;
  border-radius: 3px;
}
.footer-widgets #mc_embed_signup input[type=submit]:hover{
  background: #b73023;
}

/* Footer Light */

/**
* ---------------------------------------------------------------------------
* 0?. Footer Copy Right
* ---------------------------------------------------------------------------
*/
.copyright {
  background: #282828;
  padding: 20px 0;
  color: #a9a9a9;
}
.copyright .brand-logo a {
  margin-left: 10px;
  height: 30px;
  display: inline-block;
}
.owl-carousel.brand-logo .owl-item img {
  width: auto;
  display: inline-block;
  height: 100%;
}
.copyright .created-by {
  margin-left: 5px;
  color: #fff;
}
.copyright p, .copyright a {
  display: inline-block;
  color: #9dbfb8;
  letter-spacing: 0.3px;
}
.copyright-text a::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}
.copyright a:hover::after {
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  right: 0;
}

.copyright a {
  position: relative;
  color: #fff;
}
.copyright .brand-logo {
  float: right;
  text-align: right !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright-text {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
	  .footer_combine .footer-widgets .widget_col:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	  }
	.footer_combine .footer_about {
		max-width: 65%;
		margin: auto;
	}
  .footer_about .footer_social_link a {
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .copyright-text {
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .footer_about .footer_social_link a {
    height: 35px;
    width: 35px;
    line-height: 40px;
    font-size: 13px;
    margin-right: 5px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .footer_combine .footer-widgets .widget_col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
	.footer_combine .footer_about {
		max-width: 65%;
		margin: auto;
	}
  .footer-widget {
    margin-bottom: 50px;
    text-align: center;
  }
  .footer-widgets .widget-title{
    text-align: center;
  }

  .footer_about p {
    line-height: 24px;
    margin-top: 20px;
  }
  .footer_about .footer_social_link {
    margin-top: 15px;
  }
  .footer-widgets .widget-title {
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .widget_col{
    text-align: center;
  }
  .footer-widgets .widget-title {
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .footer-widgets #mc_embed_signup form{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
  }
  .copyright-text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .copyright {
    text-align: center;
  }
  .copyright .brand-logo {
    text-align: center !important;
    padding: 0;
  }
  .footer_about {
    max-width: 100%
  }
}
@media (min-width: 375px) and (max-width: 736px) {
  .copyright .brand-logo {
    display: inline-block !important;
  }
}


@media (min-width: 1024px) {
  .copyright .brand-logo {
    float: right;
    text-align: right !important;
  }
}
/*
====================
Home page Section
====================
*/
/*
=================================
Home page Slider Section
=================================
*/
/*
=================================
Shop page Slider Section
=================================
*/
/* shop-slider-section Slider  */
.shop-slider-section .bc-slider-bg{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  height: auto;
  min-height: 40vh;
}
.shop-slider-section .slider-text .slider-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
}
.shop-slider-section .slider-text .sub_title{
  font-size: 26px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 18px;
  line-height: 25px;
}
.shop-slider-section .slider-text .sub_title:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background: #ffffff;
}
.shop-slider-section .slider-content{
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 15px;
  letter-spacing: 1px;
}

.shop-slider-section .slider-img{
  text-align: right;
}

.shop-slider-section .slider-btn{
  margin-top: 25px;
}
.shop-slider-section .slider-btn:hover{
  border-color: transparent;
}
/* Shop Slider Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-slider-section .slider-text .slider-title {
    font-size: 43px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .shop-slider-section .slider-text .slider-title {
    font-size: 30px;
    line-height: 40px;
  }
  .shop-slider-section .slider-text .sub_title {
    font-size: 19px;
    padding-bottom: 13px;
    margin-bottom: 11px;
    line-height: 25px;
  }
  .shop-slider-section .slider-content {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 20px;
    padding-top: 12px;
  }
}

@media (max-width: 767px) {
  .shop-slider-section .slider-content {
    margin-bottom: 25px;
  }
  .shop-slider-section .slider-text,
  .shop-slider-section .slider-img{
    text-align: center;
  }
  .shop-slider-section .slider-text .sub_title:before{
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}
/*
=================================
Home page Nav Section
=================================
*/
/*
=================================
Home page Service Section
=================================
*/
.wd-service .service-box {
  background: #fff;
  padding: 38px 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wd-service .service-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-service .service-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-service .service-box .hover-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.wd-service .service-box .hover-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-service .service-box:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.wd-service .service-box:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.wd-service .service-box:hover:before {
  width: 0;
}
.wd-service .service-box:hover:after {
  width: 100%;
}
.wd-service .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wd-service .box-text {
  margin-left: 15px;
}
.wd-service .row .col-6:nth-child(1) .service-box:before {
  background: #19b2f7;
}
.wd-service .row .col-6:nth-child(2) .service-box:before {
  background: #f7cf00;
}
.wd-service .row .col-6:nth-child(3) .service-box:before {
  background: #ff6969;
}
.wd-service .row .col-6:nth-child(4) .service-box:before {
  background: #00c9e2;
}
.wd-service .row .col-6:nth-child(1) .service-box:after {
  background: #19b2f7;
}
.wd-service .row .col-6:nth-child(2) .service-box:after {
  background: #f7cf00;
}
.wd-service .row .col-6:nth-child(3) .service-box:after {
  background: #ff6969;
}
.wd-service .row .col-6:nth-child(4) .service-box:after {
  background: #00c9e2;
}

@media (max-width:1199px) {
  .wd-service .container{
    padding: 0;
  }
}

/*
=================================
Home page Message Section
=================================
*/
.elementor-widget-message-content .elementor-widget-container{
  padding: 140px 0px;
}
.blurb_el_message  {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  z-index:1;
  padding: 0 15px;
}

.blurb_el_message .border-title {
  display: inline-block;
  color: white;
  position: relative;
  padding: 6px 0;
}

.blurb_el_message .description {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
.blurb_el_message h2{
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 70px;
}
.blurb_el_message a{
  margin-top: 40px;
  font-size: 14px;
  padding: 15px 23px;
  letter-spacing: 1px;
}
.blurb_el_message a i{
  font-size: 14px;
}

/* Style 1 */
.blurb_el_message.style_one .description{
  margin-bottom: 0px; 
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
}

@media (min-width:1200px) and (max-width: 1399px) {
  .blurb_el_message h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (min-width:992px) and (max-width: 1199px) {

  .elementor-widget-message-content .elementor-widget-container {
    padding: 100px 0px;
  }
  .blurb_el_message h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .elementor-widget-message-content .elementor-widget-container {
    padding: 100px 0px;
  }
  .blurb_el_message h2 {
    font-size: 28px;
    line-height: 45px;
  }
  .blurb_el_message a {
    margin-top: 35px;
    padding: 13px 20px;
  }
  .blurb_el_blog .blog-box {
    margin-bottom: 10px!important;
  }
}

@media (max-width: 767px) {
  .blurb_el_message{
    padding: 60px 0;
  }
  .blurb_el_message img {
    margin-bottom: 50px;
  }
  .blurb_el_message h2 {
    font-size: 28px;
    line-height: 42px;
  }

}
@media (max-width: 575px) {
  .blurb_el_message h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .blurb_el_message .description {
    font-size: 17px;
    line-height: 27px;
  }
  .blurb_el_message .border-title:before {
    height: 3px;
  }
  .blurb_el_message .border-title:after {
    height: 3px;
  }
  .blurb_el_message .description p {
    display: none;
  }
  .blurb_el_section_title h6 {
    font-size: 14px;
  }
}

.blurb_el_message .blurb_el_message_wrap {
  max-width: 1140px;
  margin: 0 auto;
}

/*
===========================================
Home page Call To Action Section
===========================================
*/

.blurb_el_call_to_action .call-to-action-message {
  color: #f7f7f7;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.blurb_el_call_to_action .call_to_action_wrap { 
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 65px;
  align-items: center;
}
.call_to_action_wrap .sub-action-title{
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #d7d6d6;
  margin-top: 15px;
  text-transform: capitalize;
}
.blurb_el_call_to_action {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

/* Call_action_inner page  */
footer .blurb_el_call_to_action .call_to_action_wrap {
  position: relative;
  padding: 62px 65px;
  border-width: 4px;
  border-style: solid;
}
footer .blurb_el_call_to_action {
  background-size: cover;
  padding: 35px 0;
}
footer .call_to_action_wrap .logo {
  position: absolute;
  left: 25px;
  top: 25px;
}

@media (max-width: 991px) {
  .call_to_action_f44bce8 .logo {
    left: 15px;
  }
  .blurb_el_call_to_action .call_to_action_wrap{
    padding: 0;
  }
  .blurb_el_call_to_action .call-to-action-message {
    font-size: 26px
  }
  .call_to_action_wrap .sub-action-title {
    font-size: 14px;
    margin-top: 11px;
  }
  .blurb_el_call_to_action .call-to-action-buy-now {
    margin-top: 4px;
  }
  .blurb_el_call_to_action .call-to-action-buy-now a{
    font-size: 15px;
  }
  /*  Call_action_inner */
  footer .blurb_el_call_to_action .call_to_action_wrap {
    padding: 62px 6px;

  }
} 

@media (max-width: 767px){
  .blurb_el_call_to_action .call-to-action-buy-now {
    margin-top: 25px;
  }
}
@media (max-width: 575px){
  .call_to_action_wrap .sub-action-title {
    margin-top: 16px;
  }
  .blurb_el_call_to_action .call-to-action-buy-now {
    margin-top: 28px;
  }
}

.blurb_el_im_call_to_action {
  padding: 35px 0;
}
.blurb_el_im_call_to_action .call_to_action_wrap {
    max-width: 1110px;
    margin: 0 auto;
    padding: 65px;
    border: 4px solid red;
}

@media (max-width: 1140px) {
  .blurb_el_im_call_to_action .call_to_action_wrap {
    margin: 0 15px;
  }
} 

@media (max-width: 991px) {
  .blurb_el_im_call_to_action .call_to_action_wrap {
    padding: 65px 15px;
  }
} 

/*
=================================
Home page Details Section
=================================
*/
footer .purchase_steps {
  padding: 80px 0;
}
.purchase_steps .purchase_steps_wrap,
.purchase_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.purchase_steps {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
}
.purchase_steps .purchase_step {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  position: relative;
  padding: 30px 20px 30px 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.purchase_steps .purchase_step:hover .step-img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;

}
.purchase_steps .purchase_step:first-child {
  padding-left: 18px;
}
.purchase_steps .purchase_step .step-img,
.purchase_steps .purchase_step .step-content {
  padding: 0;
  margin: 0;
}
.purchase_steps .purchase_step .step-img {
  max-width: 25%;
}
.purchase_steps .purchase_step .step-content {
  padding-left: 23px;
  max-width: 75%;
}
.purchase_steps .purchase_step h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #383737;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
}
.purchase_steps .purchase_step.step-active {
  background-size: cover;
  background-position: left;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.purchase_steps .purchase_step.step-active .step-content {
  padding: 0 10px 0 0;
  margin-right: auto;
}
.purchase_steps .purchase_step.step-active .step-img{
  margin-left: auto;
}
.purchase_steps .purchase_step.step-active h3 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding-left: 25px;
}
.arow {
  position: absolute;
  top: 0;
  right: -22px;
  height: 100%;
  z-index: 10;
}

.purchase_steps .arow img {
  height: 100%;
}

@media (max-width:991px) {
  .purchase_steps .purchase_step {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width:575px) {
  .purchase_steps .purchase_step {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .purchase_steps .purchase_step:not(:last-child) {
    margin-bottom: 15px;
  }
  .purchase_steps .purchase_step.step-active{
    background-color: transparent;
  }
  .purchase_steps .purchase_step:not(.step-active) {
    padding: 30px 15px 30px 15px;
  }
}
/*
=================================
Home page Subscribe Section
=================================
*/
#subscribe .subscribe-body {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 42px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 0px 42px 0px rgba(130, 156, 199, 0.2);
  -webkit-transform: translateY(37px);
  transform: translateY(37px);
  position: relative;
  z-index: 10;
}
#subscribe .wd-shop-btn {
  padding: 8px 21px;
}
#subscribe .subscribe-title {
  padding-top: 7px;
  font-weight: 300;
}
#subscribe .subscribe-btn {
  cursor: pointer;
}


/*
=================================
Home page Trending Section
=================================
*/
#trending {
  background: #f5f5f5;
  padding: 50px 0;
  /*
  ========================
  Slider Nav
  ========================
  */
}
#trending .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
#trending .owl-prev,
#trending .owl-next {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
#trending .owl-prev i,
#trending .owl-next i {
  color: #bfbfb8;
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#trending .owl-prev:hover i,
#trending .owl-next:hover i {
  color: #fff;
}
.tending .product-amazon .owl-nav {
  background: #f5f5f5;
}
.product-amazon .nav_separate .owl-prev {
  padding-left: 5px;
}
.blurb_el_product_slider .el_title {
  padding-bottom: 20px;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: .5px;
}
.blurb_el_product_slider.product-amazon .nav_separate .owl-nav {
  background: transparent;
  width: 100%;
}
.blurb_el_product_slider .nav_separate .el_title {
  padding-bottom: 80px;
}
.blurb_el_product_slider .nav_combine .owl-next:before {
  display: block;
  content: '';
  clear: both;
  border: 1px solid #df4d3e;
  position: relative;
  top: 42px;
  right: 7px;
  width: 31px;
  height: 0;

}
.blurb_el_product_slider .nav_combine .owl-prev:before {
  display: block;
  content: '';
  clear: both;
  border: 1px solid #bfbfb8;
  -webkit-transform: skew(5deg,125deg);
  transform: skew(5deg,125deg);
  position: relative;
  top: 10px;
  left: 32px;
  width: 70%;
  height: 0;
}
.blurb_el_product_slider .nav_combine .el_title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 15px;
  bottom: 41px;
  right: 15px;
  border-bottom: 1px solid #efefec;
}
.blurb_el_product_slider .nav_separate .el_title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 15px;
  bottom: 65px;
  right: 15px;
  border-bottom: 1px solid #efefec;
  top: 35px;

}
.blurb_el_product_slider .nav_separate .owl-prev:before {
  display: block;
  content: '';
  clear: both;
  border: 1px solid #df4d3e;
  position: relative;
  top: 40px;
  left: 5px;
  width: 31px;
  height: 0;
}


/*
=============================
Custom Media Query
=============================
*/

/* scetion title 2 */
.blurb_el_section_title .section_title{
  font-size: 33px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  text-align: center;
}
.blurb_el_section_title .section_subtitle h6 {
  color: #616161;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3px;
}

@media (min-width: 1200px) {
  #trending .owl-nav div {
    margin: 0;
  }
  #trending .owl-nav div.owl-next {
    right: -62px;
  }
}
@media (max-width: 991px){
  .blurb_el_product_slider .el_title {
    font-size: 29px;
  }
  .blurb_el_section_title .section_title{
    font-size: 29px;
  }
  .blurb_el_section_title .section_subtitle h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .blurb_el_product_slider .el_title {
    font-size: 24px;
  }
  .blurb_el_section_title .section_title{
    font-size: 24px;
  }
  .product-amazon .owl-prev i, .product-amazon .owl-next i {
    color: #bfbfb8;
    font-size: 16px;
  }
  .product-amazon .owl-prev i, .product-amazon .owl-next i {
    color: #bfbfb8;
    font-size: 16px !important;
  }
  @media (max-width: 575px) {
    .blurb_el_product_slider .el_title {
      font-size: 19px;
    }
    .blurb_el_section_title .section_title{
      font-size: 22px;
    }
    .blurb_el_product_slider.product-amazon .nav_separate .owl-nav{
      top: -120px;
    } 
    .blurb_el_product_slider.product-amazon .nav_separate .owl-nav {
      top: -96px;
    }
    .blurb_el_product_slider.product-amazon .nav_combine .owl-nav {
      top: -94px;
      padding: 0;
      margin: 0;
    }
  }


}
/*
=================================
Home page Trending Section
=================================
*/

.product-amazon .owl-nav {
  position: absolute;
  top: -108px;
  right: 0;
  background: #fff;
  padding: 0;
  display: block;
  margin: 3px;
}
.product-amazon .owl-stage-outer article {
  margin-top: 2px;
}
.product-amazon .owl-nav .owl-prev {
  float: left;
}
.product-amazon .owl-nav .owl-next {
  float: right;
}
.product-amazon .owl-nav .owl-prev,
.product-amazon .owl-nav .owl-next {
  background: none;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 0px;
  padding-left: 15px;
  padding-top: 15px;
}

.product-amazon .owl-nav .owl-prev i,
.product-amazon .owl-nav .owl-next i {
  color: #bfbfb8;
  font-size: 20px;
}
.product-amazon .owl-nav .owl-prev:hover,
.product-amazon .owl-nav .owl-next:hover {
  background: transparent;
  cursor: pointer;
}
.product-amazon .owl-nav .owl-prev:hover i,
.product-amazon .owl-nav .owl-next:hover i {
  color: #df4d3e !important;
}

#product-ebay {
  background: #fff;
  padding: 0;
  /*
  ========================
  Slider Nav
  ========================
  */
}
#product-ebay .section-title-center .title {
  background: white;
}
#product-ebay .owl-nav {
  position: absolute;
  top: -106px;
  right: 0;
  background: #fff;
  padding: 0 15px;
}
#product-ebay .owl-prev {
  float: left;
}
#product-ebay .owl-next {
  float: right;
}
#product-ebay .owl-prev,
#product-ebay .owl-next {
  background: #f4f4f4;
  padding: 8px 15px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#product-ebay .owl-prev i,
#product-ebay .owl-next i {
  color: #333333;
  font-size: 30px;
}
#product-ebay .owl-prev:hover,
#product-ebay .owl-next:hover {
  background: #000;
}
#product-ebay .owl-prev:hover i,
#product-ebay .owl-next:hover i {
  color: #fff;
}

.product-amazon .owl-carousel .owl-stage-outer,
#product-ebay .owl-carousel .owl-stage-outer,
#trending .owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}

.brand-logo {
  padding-left: 15px;
}


.modal-lg {
  /*   max-width: 1020px; */
}
.product-view-modal .modal-content {
  border: 5px solid #eaeaea;
  padding: 9px;
}
.product-view-modal .product-title {
  font-size: 25px !important;
}
.product-view-modal .product-store .price {
  margin: 15px 0;
  margin-left: 25px;
}
.product-view-modal .product-store .price p {
  font-size: 15px;
}
.product-view-modal .product-store .store-border-button {
  padding: 7px;
}
.product-view-modal .product-store .store-border-button a:hover {
  border-color: #ff9800 !important;
}
.product-view-modal .product-store .wd-badge {
  padding: 5px 3px;
  top: 15px;
}
.product-view-modal .product-view .owl-stage-outer {
  padding: 0 !important;
}
.product-view-modal .product-view .owl-dots {
  text-align: left;
  margin-top: 5px;
  padding: 0 5px;
}
.product-view-modal .product-view .owl-dot {
  width: 80px;
  height: 80px;
  margin-left: 5px;
  display: inline-block;
  margin-right: 0;
}
.product-view-modal .product-view .owl-dot span {
  display: none !important;
}


/*
==========================
Home 3 Fix home_two
==========================
*/
.recent-product .tab-inner-title {
  -webkit-transform: translateY(-52px);
  transform: translateY(-52px);
}

@media (max-width: 768px) {
  .recent-product .tab-inner-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}
#main-slider-section .container-fluid .slider-img {
  padding-right: 23.5%;
}
/*
=================================
Home page Review Section
=================================
*/
.blurb_el_review_slider {
  background: #ffffff;
  padding: 20px;
}
.blurb_el_review_slider .review_slider_wrap {
  position: relative;
}
.blurb_el_review_slider .slider_item_0 .img-link{
  display: block;
}
.blurb_el_review_slider .slider_item .content{
  color: #868e96;
  font-size: 16PX;
  margin-top: 10px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}
.blurb_el_review_slider .user_img img{
  border-radius: 50%;
  margin-right: 10px;
}
.blurb_el_review_slider .user_info{
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blurb_el_review_slider .user_name span{
  display: block;
}
.blurb_el_review_slider .user_name .name{
  font-size: 16px;
  color: #333333;
}
.blurb_el_review_slider .user_name .role{
  color: #868e96;
  font-size: 13px;
}
.blurb_el_review_slider .user_info .star-rating{
  margin-left: auto;
}

/* This Slider */
.review_slider_wrap .owl-nav {
  margin: 0;
}

.review_slider_wrap .owl-nav .owl-prev,
.review_slider_wrap .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  background: rgba(250, 250, 250, .6);
  height: 27px;
  width: 27px;
  line-height: 27px;
  text-align: center;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.review_slider_wrap .owl-nav .owl-prev:hover,
.review_slider_wrap .owl-nav .owl-next:hover {
  background: rgba(250, 250, 250, 1);
}
.review_slider_wrap .owl-nav .owl-prev i,
.review_slider_wrap .owl-nav .owl-next i{
  font-size: 20px;
  color: #000000;
  line-height: 27px;
}

.review_slider_wrap .owl-nav .owl-prev{
  left: 0;
}
.review_slider_wrap .owl-nav .owl-next{
  right: 0;
}

@media (min-width:992px) and (max-width:1199px) {
  .blurb_el_review_slider .user_info {
    margin-top: 16px;
  }
  .blurb_el_review_slider .slider_item .content{
    margin-bottom: 0;
  }

  .review_slider_wrap .owl-nav .owl-prev, 
  .review_slider_wrap .owl-nav .owl-next {
    top: 32%;
  }
}
@media (max-width:991px) {
  .review_slider_wrap .owl-nav .owl-prev, 
  .review_slider_wrap .owl-nav .owl-next {
    top: 26%;
  }
}
@media (max-width:767px) {
  .blurb_el_review_slider {
    margin-bottom: 30px;
  }
  .review_slider_wrap .owl-nav .owl-prev, 
  .review_slider_wrap .owl-nav .owl-next {
    top: 32%;
  }
}
@media (max-width:575px) {
  .blurb_el_review_slider {
    margin-bottom: 30px;
  }
  .review_slider_wrap .owl-nav .owl-prev, 
  .review_slider_wrap .owl-nav .owl-next {
    display: none
  }
}

/*
=========================
Video Seciont
=========================
*/
#video {
  position: relative;
  background: #000;
}

#video img,
#video iframe {
  display: block;
}

#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: auto, cover;
  background-repeat: no-repeat;
  z-index: 999;
}

#play:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* 
===============================
Shop Section
===============================
*/
.blurb_el_blog {
  padding: 70px 0;
}
.blurb_el_blog a {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.blurb_el_blog i {
  font-size: 14px;
}
.blurb_el_blog .baide_like i {
  margin-right: 4px;
}
.blurb_el_blog i.fa-commenting {
  margin-right: 8px;
}
.blurb_el_blog .figure {
  background: white;
  margin: 0;

}
.blurb_el_blog .blog-title {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing:0.5px;
}
.elementor-element-94389c1 .blurb_el_blog .blog-title {
	padding-bottom: 20px;
}

.blurb_el_blog .blog-content {
  font-size: 14px;
  font-weight: 500;
  color: #616161;

}
.blurb_el_blog .mata-info a {
  color: #999999;
  font-size: 14px;
}
.blurb_el_blog .mata-info a:hover {
  color: #ff9800;
}
.blurb_el_blog .figure-caption {
  padding: 0 0;
}

.blurb_el_blog .blog-box:hover {

}
.raed-more {
  margin-top: 15px;
}
.raed-more a {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.raed-more i {
  margin-left: 4px;
  font-size: 17px;
}
.blurb_el_blog .figure:hover{

}

.blurb_el_blog article p::first-word {
  float: left;
  font-size: 300%;
  margin: 0 10px 10px 0;
}

/* 
===============================
News Section
===============================
*/
.wd-news {
  padding: 50px 0 120px;
}
.wd-news .figure-caption {
  background: transparent;
}
.news-title {
  font-weight: 700;
  font-size: 33px;
  color: #333333;
  margin-bottom: 60px;
}
.wd-news .wd-news-box {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wd-news .wd-news-box:hover .wd-news-more-btn,
.wd-news .wd-news-box:hover .figure-caption a,
.wd-news .wd-news-box:hover .wd-news-content {
  color: #333333;
}
.wd-news .wd-news-box:hover .figure-caption a:hover {
  color: #333;
}
.wd-news .wd-news-box:hover .wd-news-more-btn:hover {
  color: #333 !important;
}


.wd-news .figure-caption {
  padding: 0;
  font-weight: 700;
  border: 0;
  margin-bottom: 15px;
}
.wd-news .figure-caption a h4{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.wd-news .wd-news-content {
  color: #999999;
  line-height: 25px;
  margin-bottom: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  font-size: 14px;
}
.wd-news .wd-news-info {
  padding: 22px 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #f9f9f9;
}
.wd-news-box:hover .wd-news-info::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-news-box .wd-news-info::after {
  content: '';
  width: 100%;
  height: 30px;
  background: #fff;
  bottom: -29px;
  left: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 10%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 110% 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.wd-news .wd-news-more-btn {
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  font-weight: 400;
}
.wd-news .wd-news-more-btn:hover {
  color: #333;
}
.wd-news .wd-news-more-btn i {
  margin-left: 5px;
  font-size: 13px;
}

.angle-right-to-left {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 30px solid #fff;
  border-right: 380px solid transparent;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
}

.angle-left-to-right {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 30px solid #fff;
  border-left: 380px solid transparent;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.el_blog_style_1 .blog-box {
  border-radius: 5px;
  padding: 0px !important;
}
.el_blog_style_1 .figure-caption {
  background: #fff;
  border: 1px solid #f2f2f2;
}
.el_blog_style_1 .figure-caption:hover {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
}

.el_blog_style_1 .figure-caption {
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s
}
.el_blog_style_1 .figure-caption .mata-info {
  padding: 0 20px;
}

.el_blog_style_1 .figure-caption .mata-info li:first-child span{
  color: #e05547;
  letter-spacing: 0.5px;
}
.el_blog_style_1 .figure-caption .mata-info li span{
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.3px;
}

.el_blog_style_1 .mata-info a {
  color: #909090;
  font-size: 12px;
  font-weight: 500;
}
.el_blog_style_1 .mata-info li {
  display: inline-block;
  color: #999;
  font-size: 12px;
  border-right: 2px solid #aeaeae;
    padding-right: 15px;
    margin-right: 13px;
  line-height: 14px;
}
.el_blog_style_1 .mata-info li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.el_blog_style_1 .mata-info li:last-child{
  border-right: 2px solid transparent;
}
.el_blog_style_1 .mata-info {
  border-bottom: 1px solid #e9e9d3;
}
.el_blog_style_1 .blog-content,
.el_blog_style_1 .blog-content a{
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  line-height: 30px;
}
.el_blog_style_1 .blog-content{
  padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
.el_blog_style_1 .blog-title {
	color: #333333;
	line-height: 26px;
	font-weight: 700;
	margin: 20px 20px 0;
}
.el_blog_style_1 .mata-info ul{
    padding: 15px 0 17px;
}
/* =================================== Blog style 3 ===========================  */
.el_blog_style_3 .post_item figure{
  background: #f3f1f1;
  -webkit-transition: all .3s;
  transition: all .3s
}
.el_blog_style_3 .post_item figure:hover{
  -webkit-box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(130, 156, 199, 0.2);
}
.el_blog_style_3 .content_wrap{
  padding: 20px 20px;
}
.el_blog_style_3 .content_wrap p{
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  line-height: 27px;
  margin-top: 14px;
}
.el_blog_style_3 .content_wrap .wd-news-more-btn{
  background: transparent;
  margin-top: 16px;
  font-size: 14px;
}
.el_blog_style_3 .content_wrap .wd-news-more-btn i{
  margin-left: 5px;
  font-size: 14px;
}
.el_blog_style_3 .content_wrap a h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'Rubik', sans-serif;
  letter-spacing:0.2px;
  text-transform: capitalize;
}
.el_blog_style_3 .latest_post_meta{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  padding: 14px 20px;
}
.el_blog_style_3 .latest_post_meta .meta-item{
  color: #616161;
  font-size: 13px;
  padding: 3px 10px 3px 0px;
  margin-right: 12px;
  position: relative;
  font-weight: 400;
}
.el_blog_style_3 .latest_post_meta .meta-item:first-child {
  padding-left: 0
}
.el_blog_style_3 .latest_post_meta .meta-item:last-child {
  padding-right: 0
}
.el_blog_style_3 .latest_post_meta .meta-item:not(:last-child):after {
  content: '|';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.el_blog_style_3 .latest_post_meta .meta-item i{
  font-size: 12px;
  margin-right: 3px;
}
.el_blog_style_3 .latest_post_meta .meta-item a{
  font-size: 13px;
  color: #616161;
  font-weight: 400;
}

.el_blog_style_3 .latest_post_meta .meta-item &gt; span{
  color: #363636;
  font-weight: 500;
}
.el_blog_style_3 .latest_post_meta .meta-item .sl-count{
  color: #363636;
  font-size: 12px;
  font-weight: 500;
}
.el_blog_style_3 .latest_post_meta .meta-item .sl-count-text{
  color: #616161;
  font-size: 13px;
  font-weight: 400;
}
.el_blog_style_3 .latest_post_meta .meta-item .liked i{
  color: #e7c431;
  font-weight: 500;
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .el_blog_style_1 .mata-info ul {
    padding: 15px 0;
  }
  .el_blog_style_1 .blog-title {
    margin-top: 14px;
    font-size: 18px;
  }
  .el_blog_style_3 .content_wrap {
    padding: 22px 15px;
  }
  .el_blog_style_3 .latest_post_meta {
    padding: 14px 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
	.el_blog_style_1 .mata-info li {
		padding-right: 9px;
		margin-right: 7px;
	}
}
@media (max-width: 991px) {
  .el_blog_style_1 .blog-box {
    margin-bottom: 0px !important;
  }
  .el_blog_style_3 .latest_post_meta {
    padding: 14px 15px;
  }
}
@media (max-width: 767px) {
  .blurb_el_blog .blog-title {
    font-size: 18px;
  }

  .el_blog_style_1 .mata-info ul {
    padding: 10px 0;
  }
  .el_blog_style_1 .blog-title {
    margin-top: 10px;
    font-size: 17px;
  }

  .el_blog_style_3 .content_wrap {
    padding: 22px 15px;
  }
}
@media (max-width: 575px) {
  .el_blog_style_1 .blog-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blurb_el_blog .blog-title {
    font-size: 16px;
  }
  .el_blog_style_1 .blog-content {
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    line-height: 24px;
  }
	.el_blog_style_1 .mata-info li {
		padding-right: 7px;
		margin-right: 7px;
	}
	
}


.blurb_el_blog .post_item{
  margin-bottom: 40px;
}


/*
=========================
Fix Style
=========================
*/
.blurb_el_blog {
  padding: 60px 0 70px;
}
.blurb_el_blog .section-title-center {
  margin-bottom: 50px;
  margin-top: 0
}
.blurb_el_blog .title{
  background: none;
}
.blurb_el_blog .blog-box {
  border-radius: 5px;
  padding: 20px;
}

/* 
===============================
Shop Section
===============================
*/

.product-box .product-left-meta {
  width: 100%;
}
.product-box .product-right-meta {
  width: 100%;
}
.product-box .product-box-img {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px;
  overflow: hidden;
  -webkit-transition: 0s;
  transition: 0s;
}
.product-shop-page .wd-badge {
  left: 20px;
}
.product-grid {
  padding-bottom: 70px;
}
.product-grid .wd-shop-btn {
  background: #cecece;
}
.product-grid .wd-shop-btn:hover {
  background: #fff;
}

.product-shop-full-grid .product-box:hover .figure-caption {
  background: #f5f2ed;
}
.product-shop-full-grid .product-box:hover .content-excerpt,
.product-shop-full-grid .product-box:hover .price-start,
.product-shop-full-grid .product-box:hover .active-color,
.product-shop-full-grid .product-box:hover .product-content,
.product-shop-full-grid .product-box:hover .rating i {
  color: #666666 !important;
}
.product-shop-full-grid .product-box:hover .rating i,
.product-shop-full-grid .product-box:hover .active-color {
  color: #ff9800 !important;
}
.product-shop-full-grid .figure-caption {
  height: 100%;
  padding: 22px 20px;
}
.product-shop-full-grid .figure-caption .rating {
  border-left: 1px solid;
  border-color: #dbdbdb;
  padding: 0 0 0 15px;
  -webkit-transform: translate(-15px, 3px);
  transform: translate(-15px, 3px);
}
.product-shop-full-grid .product-box-img img {
  width: 100%;
}
.product-shop-full-grid .price-start {
  font-size: 18px;
}
.product-box .product-title {
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
  line-height: 22px;
}
.product-right-meta .figure-caption &gt; a {
  display: block;
}
.product-box .product-content {
  color: #666666;
}
.filter-btn-area .custom-select {
  margin-top: 5px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
  border-color: #ececec;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.product-shop-page .content-excerpt { display: none; }

@media (max-width: 1199px) { 

  .product-box .product-box-img {
    min-height: 230px;
  }

}

/* 
===============================
Side Bar Section
===============================
*/

.filter {
  background: #fff;
  padding: 9px 6px 6px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.filter .result,
.filter button,
.filter p {
  font-size: 13px;
}
.filter p {
  color: #666666;
  padding-top: 5px;
}
.filter .sorting {
  font-size: 25px;
  padding-left: 0;
}
.filter .sorting a {
  margin-right: 8px;
  color: #333333;
  display: inline-block;
}
.filter .sorting a:last-child {
  margin-right: 0;
}
.filter .show &gt; .btn-secondary.dropdown-toggle {
  background: #f7f7f7;
  border-color: #ececec;
}

.filter .dropdown-menu {
  border-radius: 0;
  font-size: 12px;
  padding: 0;
}
.filter .result {
  font-weight: 300;
  padding-top: 11px;
  font-style: italic;
}
.filter .filter-btn {
  padding: 6px 10px;
  border-radius: 0;
  margin-left: 10px;
  background: #f7f7f7;
  border: 1px solid #ececec;
  color: #666666;
}

.sidebar-search {
  margin-bottom: 20px;
  border: 1px solid #ececec;
  background: #fff;
}
.sidebar-search .wd-btn-group {
  margin-left: 0;
}
.sidebar-search input,
.sidebar-search button {
  border: 0;
  padding: 13px 20px;
  border-radius: 0;
}
.sidebar-search input {
  color: #a5a5a5;
  background: #fff;
}
.sidebar-search input:focus {
  color: #a5a5a5;
}
.sidebar-search .btn-secondary {
  background: white;
  color: #a5a5a5;
}
.sidebar-review-box .item{
  padding-bottom: 0px;
}
.sidebar-review-box .item a{
  color: #333333;
}

.sidebar-review-box p {
  font-size: 14px;
  padding-top: 8px;
}
.sidebar-review-box .product-price {
  font-size: 18px;
  padding: 18px 0 3px;
}
.sidebar-review-box .rating {
  margin-top: 8px;
}
.sidebar-review-box .owl-item.active{
  background: #ffffff;
}

.sidebar-review-box .owl-stage-outer {
  padding-bottom: 0 !important;
}
.sidebar-review-box .owl-nav{
  margin: 0;
}
.sidebar-review-box .owl-prev,
.sidebar-review-box .owl-next {
  position: absolute;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  height: 35px;
  width: 39px;
  line-height: 36px;
  text-align: center;
  background: white !important;
  -webkit-box-shadow: 0 1px 6px 1px rgba(130, 156, 199, 0.2);
  box-shadow: 0 1px 6px 1px rgba(130, 156, 199, 0.2);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sidebar-review-box .owl-prev i,
.sidebar-review-box .owl-next i {
  font-size: 18px;
  color: #333333;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.sidebar-review-box .owl-prev:hover i,
.sidebar-review-box .owl-next:hover i {
  color: #ffffff;
}

.sidebar-review-box .owl-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sidebar-review-box .owl-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.category &gt; a:hover i {
  margin-right: 10px;
}
.category li {
  margin-bottom: 12px;
}
.category li:last-child {
  margin-bottom: 0;
}
.category i {
  margin-right: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.category .dropdown-sub-menu {
  padding: 8px 0 0 17px;
  cursor: pointer;
}
.category .sidebar-dropdown p {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.check-box a {
  color: #666666;
}
.check-box i {
  margin-right: 5px;
}
.check-box li {
  margin-bottom: 8px;
}

.color-box a {
  color: #666666;
}

.color-box i {
  margin-right: 5px;
}
.color-box li {
  margin-bottom: 8px;
}
.color-box .color-black {
  color: #000000;
}
.color-box .color-red {
  color: #f44336;
}
.color-box .color-purple {
  color: #673ab7;
}
.color-box .color-cyan {
  color: #00bcd4;
}
.tags-box a {
  background: #f1f1f1;
  padding: 3px 8px;
  font-size: 11px;
  margin-bottom: 2px;
  display: inline-block;
}
.tags-box li {
  display: inline-block;
}

/* 
===============================
Breadcrumb
===============================
*/
.blurb_breadcrumbs {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding-top: 30px;
  width: 100%;

}
.blurb_breadcrumbs span,
.blurb_breadcrumbs a{
  color: #999999;
}

.blurb_breadcrumbs span.crnt {
  font-size: 13px;
}
.blurb_breadcrumbs span.sep {
  padding: 0 5px;
}
.wd-slider-section .blurb_breadcrumbs {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 27px;
  padding-left: 75px;
  position: relative;
  display: inline-block;
}
.wd-slider-section .blurb_breadcrumbs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 60px;
  height: 100%;
  border-top-width: 1px;
  border-top-color: #fff;
  border-top-style: solid;
}
.wd-slider-section .banner-content.text-center .blurb_breadcrumbs{
  padding-left: 0;
}
.wd-slider-section .banner-content.text-center .blurb_breadcrumbs:after{
  display: none;
}
.wd-slider-section .banner-content.text-right .blurb_breadcrumbs{
  padding-left: 0;
  padding-right: 75px;
}
.wd-slider-section .banner-content.text-right .blurb_breadcrumbs:after{
  left: inherit;
  right: 0;
}

.wd-slider-section .blurb_breadcrumbs span.crnt {
  font-size: 16px;
  color: #ffffff;
}
.wd-slider-section .blurb_breadcrumbs span.sep {
  color: #ffffff;
}

.single-blurb_product .breadcrumb-section{
  background: #f5f5f5;
}
.single-blurb_product .breadcrumb-section,
.single.single-blurb_product_review .breadcrumb-section{
  background-color: #f9f9f9;
}
/* 
===============================
Client Img Section
===============================
*/
.client-img {
  background: #fff;
}


/* 
==============================================
Fix0 Style shop-left-sidebar-full-grid
==============================================
*/
.shop-left-sidebar-full-grid-page .product-shop-page .product-box {
  margin-bottom: 30px !important;
}
.shop-left-sidebar-full-grid-page .product-shop-page .product-box .product-box-img {
  padding: 10px;
  background: #fff;
}
.shop-left-sidebar-full-grid-page .product-shop-page .product-box .figure-caption {
  border: 0;
}
.shop-left-sidebar-full-grid-page .wd-shop-btn {
  text-transform: uppercase;
}

.shop-right-sidebar-page .price-start {
  font-size: 13px;
  font-weight: 500;
}

.recent-product-box .product-img img{

}
/*
=============================
Custom Media Query
=============================
*/
@media (max-width: 768px) {
  .filter-btn-area {
    display: none;
  }
  .related-product .related-product-title {
    font-size: 20px !important;
  }
  #related-product .owl-next {
    margin-left: 20px;
    float: right;
  }
}
@media (min-width: 768px) {
  .filter-btn-area {
    display: block;
  }

}
@media (max-width: 991px) {
  .filter-btn-area label {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  #related-product .owl-next {
    margin-left: 30px;
    float: right;
  }

}

@media (max-width: 575px){
  .related-product .related-product-title {
    font-size: 16px !important;
  }
  #related-product .owl-nav i {
    font-size: 20px;
  }
  .related-product {
    background: white;
    margin: 65px 0px 0 0 !important;
    overflow: hidden;
  }
  .single-blurb_product .related-product {
    margin: 0!important;
  }
  #related-product .owl-prev:after{
    left: 23px;
  }
  #related-product .owl-prev:after{
    top: 4px;
  }

}


/*
=============================
Product Details page Section
=============================
*/
/*
===========================================
Product Details Page Style
===========================================
*/
.product-details {
  background: #f9f9f9;
  padding-bottom: 50px;
}
.product-details .page-location {
  padding: 15px 0;
}
.product-details .choose-markets .select-market-btn {
  background: transparent;
  border-color: #ececec;
  color: #333333;
}
.product-details .choose-markets .select-market-btn:hover {
  color: #fff;
}
.product-details .choose-markets .select-market-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.related-product .related-product-title:after{
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  width: 100%;
  top: 73px;
  right: 15px;
  border-bottom: 1px solid #efefec;
}
.related-product .related-product-title:before{
  display: block;
  content: '';
  clear: both;
  border: 1px solid #df4d3e;
  position: absolute;
  top: 71px;
  right: 0;
  width: 31px;
  height: 0;
}

.market-compare-container .related-product {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 70px;
  margin-bottom: -30px;
}

.related-product {
  background: white;
  overflow:hidden;
  margin: 0 15px;
  padding: 0 30px;
  max-width: 100%;
  min-height: 1px;
  width: 100%;
  position: relative;
}
.related-product .related-product-title {
  padding: 26px 0 30px 0;
  font-size: 26px;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 1px;
}
.related-product .owl-carousel .owl-stage-outer {
  padding-bottom: 0 !important;
}

.product-gallery-slider {
  border: 1px solid #ececec;
  border-bottom-color: transparent;
}

.multiple-product-slider {
  border-left: 1px solid #ececec;
}
.multiple-product-slider .item {
  padding: 2px 0 3px;
  border: 1px solid #ececec;
  border-left-color: transparent;
}
.multiple-product-slider .owl-stage-outer {
  padding-bottom: 0 !important;
}

.product-details-section {
  background: #fff;
  padding: 15px;
}

.product-details-gallery {
  margin-top: 30px;
}
.product-details-gallery .star-rating {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
  float: left;
}
.product-details-gallery .notic {
  display: inline-block;
}
.product-details-gallery .wishlist {
  font-size: 22px;
  position: inherit;
  text-align: center;
  display: inline-block;
}
.product-details-gallery .product-meta-right .compare-btn a {
  background: transparent;
  border-color: transparent;
  font-size: 21px;
  padding: 0;
  border-radius: 0;
  color: #bdbdbd;
  margin-bottom: 6px;
}
.product-details-gallery .product-meta-right .compare-btn {
  margin-top: 0;
  text-align: center;
  display: inline-block;
}

.product-details-gallery  .media-left.media-middle {
  width: 100%;
}
.product-details-gallery .product-ratings-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
.product-details-gallery .product-title {
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 10px;
}
.product-details-gallery .rating {
  padding-right: 7px;
  border-right: 1px solid #c3c3c3;
  margin-right: 7px;
}
.product-meta-right div {
  width: 33px;
}
.product-meta-right .post-views {
  font-size: 11px;
  font-weight: 500;
  color: #bdbdbd;
  text-align: center;
  line-height: 10px;
  padding-top: 5px;
  display: inline-block;
}
.product-meta-right .view-number {
  display: block;
}
.product-details-gallery .rating i {
  font-size: 20px;
}
.product-details-gallery .list-group {
  padding-bottom: 22px;
  border-bottom: 1px solid;
  border-color: #c3c3c3;
}
.product-details-gallery .list-group:last-child {
  border-bottom: 0;
  display: inline-block;
  margin-top: 16px;
  width: 100%;
}
.product-details-gallery .media-body {
  font-size: 20px;
  line-height: 1;
}
.product-details-gallery .content-list {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #666666;
  border-top: 1px solid #c3c3c3;
  margin-top: 16px;
}
.product-details-gallery .content-list i {
  margin-right: 5px;
  color: #c8c8c8;
}
.product-details-gallery .content-list p {
  font-weight: 300;
}
.product-details-gallery .rating-property-title {
  width: auto;
  margin-right: 25px;
}
.product-meta-left .post-author a {
  margin-left: 17px;
  color: #86b816;
}
.product-details-gallery .product-meta-left {
  width: 68%;
  overflow: hidden;
  float: left;
}
.product-details-gallery .product-meta-right {
  width: 32%;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  float: right;
  text-align: right;
}


.product-store-box:last-child .store-border-price,
.product-store-box:last-child .store-border-button {
  border-bottom: 1px solid #ececec;
}
.product-store-box:last-child .store-border-img {
  border-bottom: 1px solid #ececec;
}

.product-store {
  padding: 0 15px;
}
.product-store .store-border-img,
.product-store .store-border-price,
.product-store .store-border-button {
  border: 1px solid #ececec;
}
.product-store .store-border-price,
.product-store .store-border-button {
  border-left: 0;
  border-bottom: 0;
}
.product-store .store-border-img {
  border-bottom: 0;
}
.product-store .store-border-price {
  font-size: 20px;
  font-weight: 300;
  border-right: 0;
}
.product-store .price {
  margin-top: 16px;
  margin-left: 55px;
}
.product-store .store-border-button {
  padding-top: 12px;
  padding-bottom: 11px;
}
.product-store .store-border-button a {
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  min-width: 115px;
  border: none;
}
.product-store .store-border-button a:hover {
  color: #2e3f07;
}
.product-store .wd-badge {
  padding: 5px 15px;
}

.wd-tab-section {
  background: #fff;
  margin-top: 30px;
}
.product-store .store-border-img {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wd-tab-section .wd-tab-menu {
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.wd-tab-section .wd-tab-menu a {
  border-radius: 0;
  padding: 18px 0;
  color: #333333;
}
.wd-tab-section .wd-tab-menu .nav-item {
  padding: 0;
}
#lightSlider {
  list-style: none;
}
.wd-tab-section .wd-tab-menu a:hover {
  color: #fff !important;
}
.wd-tab-section .wd-tab-menu .active {
  color: #fff;
}
.wd-tab-section .tab-pane {
  padding: 30px;
}
.wd-tab-section .description-title ,.review-content-wrap .description-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.wd-tab-section .description-subtitle,.review-content-wrap .description-subtitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.wd-tab-section .description-subtitle,.review-content-wrap .description-subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.wd-tab-section .description-subcontent,.review-content-wrap .description-subcontent {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.highlights-text {
  color: #0072ff;
}

.tab-gallery {
  margin-bottom: 30px;
  color: #666666;
}
.description-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.description-list i {
  margin-right: 5px;
}
.description-list li {
  color: #666666;
  margin-bottom: 5px;
}

.wd-info-section .info-section p {
  color: #666666;
}
.wd-info-section .list-group-item:first-child,
.wd-info-section .list-group-item:last-child {
  border-radius: 0;
}

.video-info {
  padding-top: 20px;
}
.video-info p {
  margin-bottom: 10px;
  color: #666666;
  display: inline-block;
}

.video-info-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.video-info-content {
  margin-top: 20px;
}

.product-tab-content {
  margin-bottom: 30px;
}

.tab-video-area {
  padding-top: 30px;
}

.video-info-subtitle {
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
}


.specifiction-section .specifiction-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.specifiction-section .specifiction-list {
  padding: 0;
  margin: 0;
}
.specifiction-section .list-group-item:first-child,
.specifiction-section .list-group-item:last-child {
  border-radius: 0;
}
.specifiction-section .specifiction-list li {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 300;
  background: #f7f7f7;
  border-color: #ececec;
  color: #666666;
}
.specifiction-section .specifiction-list span {
  color: #333333;
  font-weight: 400;
}

.price-history-section .price-history-title {
  font-size: 20px;
  display: block;
  padding-bottom: 35px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #383636;
  font-family: 'Rubik', sans-serif;
}
.price-history-section .price-history-subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.price-history-section .price-box {
  padding: 25px 45px;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(149, 161, 167, 0.2);
  box-shadow: 0px 0px 17px 3px rgba(149, 161, 167, 0.2);
}
.price-history-section .main-price {
  color: #006cff;
  margin-top: 20px;
}
.price-history-section .main-price .strong {
  font-size: 16px;
  padding-top: 10px;
  display: inline-block;
  color: #0065cd;
  font-weight: 600;
}
.price-history-section .since-price {
  font-size: 12px;
  color: #999999;
  font-weight: 500;
}
.price-history-section .price-history-box {
  margin: 15px 0;
}
.price-history-section .price-history-box:first-child {
  margin-top: 0;
}
.price-history-section .price-history-box:last-child {
  margin-bottom: 0;
}
.price-history-section .total-price {
  position: absolute;
  top: 4px;
  left: 33px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-size: 18px;
  color: #0065cd;
  font-weight: 300;
}

.price-history-area .price-history-box {
  padding: 0 15px;
}
.price-history-area .tab-chart-bord {
  border: 0;
}
.progress-bar {
  position: relative;
  height: 65px;
  width: 65px;
  background: transparent;
}

.progress-bar div {
  position: absolute;
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  height: 55px;
  width: 55px;
  left: 5px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #666;
  font-size: 17px;
  line-height: 55px;
  font-weight: 600;
}

.progress-bar .background { background-color: #b3cef6; }

.progress-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: #4b86db;
}

.progress-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.progress-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
.im-bd-tab-item h3{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #504a4a;
  font-family: 'Rubik', sans-serif;
}

.tab-chart-bord {
  background: #fff;
  min-height: 450px;
  padding-left: 50px;
}
.tab-chart-bord i {
  font-size: 11px;
  color: #d8d8d8;
  position: absolute;
  top: 18px;
  left: 0;
  display: none;
}

.tab-chart-bord ul {
  margin: 0;
}
.tab-chart-bord .nav-item {
  /*padding: 10px 25px 10px 12px;*/
  width: 20%;
  padding-bottom: 10px;
  position: relative;
}
.tab-chart-bord .nav-item a {
  padding: 10px;
  border: 1px dashed #f0f0f0;
}
.tab-chart-bord .nav-item a.active{
  border-style: solid;
}

.tab-chart-bord .nav {
  margin-left: 0px;
}
.tab-chart-bord .tab-pane {
  padding: 0;
}
.tab-chart-bord .tab-chart-bord-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}


.wd-info-section {
  margin: 0;
  margin-top: 40px;
}
.related-articles {
  margin-top: 50px;
}
.related-articles .related-articles-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #242424;
}
.related-articles li.media {
  margin-bottom: 1.5rem;
  align-items: center;
}
.related-articles .articles-title {
  color: #242424;
  font-weight: 500;
  padding-top: 0px;
  font-size: 15px;
  margin-bottom: 15px;
}

.related-articles a {
  padding: 0;
}

.related-articles img {
  margin-right: 20px;
  border-radius: 5px;
}

.related-articles .articles-content {
  font-size: 14px;
  color: #616161;
  padding: 0;
  line-height: 24px;
}

.reviews-title h3 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  font-family: 'Rubik', sans-serif;
  letter-spacing:0.5px;

}
.price-history-section .tab-chart-bord .tab-pane {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}
.canvasjs-chart-credit{
  display: none!important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-history-section .price-box {
    padding: 15px 15px;
  }
}
@media (max-width: 991px) {
  .tab-chart-bord{
    margin-top: 40px;
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .price-history-section .price-box {
    padding: 20px 20px;
  }
  .tab-chart-bord .nav-item {
    width: 50%;
  }
}
/*
======================
======================
*/
.wd-tab-section .wd-tab-menu .active a {
  color: #fff;
}

.wd-tab-section .reviews-section {
  padding-top: 0px;
}

.wd-bg-green {
  background: #388e3c;
}

.wd-bg-red {
  background: #ff6161;
}

.wd-progress {
  height: 5px;
}
.five-star-bar{
  width: 100%;
} 
.four-star-bar{
  width: 80%;
}
.three-star-bar{
  width: 60%;
}
.two-star-bar{
  width: 40%;
}
.one-star-bar{
  width: 20%;
}
.total_review_wrap{
  position: relative;
  display: inline-block;
}
.review-rating-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #383636;
  font-family: 'Rubik', sans-serif;
}

.review-rating {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review-rating .rating {
  color: #388e3c;
}
.review-rating p {
  color: #666666;
  font-size: 14px;
}

.star-rating p {
  font-size: 20px;
  font-weight: 500;
}

.tab-rating-bar-section {
  padding-bottom: 32px;  
  margin: 0 0 32px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-star-area {
  font-size: 18px;
  margin-top: 2px;
}

.rating-bar {
  margin-left: 20px;
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
}

.wd-star-market-badge {
  padding: 5px 9px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.star-view-market .wd-star-market-badge {
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  margin-left: 20px;
  position: absolute;
  right: 68px;
  top: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .review-rating .rating{
    font-size: 40px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .total_review_wrap{
    display: block;
    text-align: center;
  }
  .review-rating .rating{
    font-size: 40px;
    margin-bottom: 4px;
  }
}

/*
=============================
=============================
*/
.star-rating {
  position: relative;
  line-height: 22px;
}
.rating-view-wrap .star-rating {
  line-height: 26px;
}
.star-view-market {
  padding-bottom: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.star-view-market img {
    margin-left: -15px;
    transform: scale(.8);
}
.reviewer-img {
  border-radius: 50%;
  margin-right: 5px;
}

.media-middle.mr-3 .reviewer-img {
  border-radius: 50%;
  border: 8px solid #fff;
  max-height: 110px;
  max-width: 110px;
}

.add-review-btn {
  background: #e2e2e2;
  border-color: #e2e2e2;
  color: #666666;
  padding: 8px 20px;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: -15px;
  font-weight: 500;
}
.star-view-market .market-img{
  width: 100px;
  display: block;
  height: auto;
  margin-bottom: 0px;
}
.star-view-market .viewers-count {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}
.market_total_rating {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
}
.market-thumb-wrap {
  min-height: 90px;
}
.star-view-market .rating-market-section {
  margin-top: 0px;
}

.star-view-market .rating-properties-title {
  font-size: 20px;
  display: block;
  padding-bottom: 28px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  color: #383636;
  letter-spacing: 0.5px;
  font-family: 'Rubik', sans-serif;
}
.rating-property-title {
  font-size: 14px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0px;
  float: left;
  font-weight: 500;
  margin-right: 20px;
}


ul.check-list.icon-red {
  /*     margin-left: -45px !important; */
}
.star-view-market .rating-property-markets {
  font-size: 20px;
  min-height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-after: 28px;
  padding-block-end: 28px;
  font-weight: 500;
}
.star-view-market .rating-property-title {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.star-view-market .star-rating {
  border-bottom: 1px solid #ebebeb;
  min-height: 68px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.star-view-market .rating-property-title:last-child, .star-view-market .star-rating:last-child{
  border-bottom: 1px solid transparent;
}
.star-view-market .star-rating i {
  font-size: 14px;
  margin-right: 4px;
}
.reviews-market .blurb-paginate{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.review-meta {
  margin-bottom: 60px;
}
.review-rating-meta {
  margin-bottom: 28px;
  background: #fff;
  padding: 0 25px 25px 25px;
}
.review-rating-meta .star-rating {
  border-bottom: 1px solid #ebebeb;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-rating-meta .star-rating i {
  font-size: 14px;
  margin-right: 2px;
}
.star-rating i.full-star, .star-rating i.half-star,  .star-rating i.fa-star-o {
  margin-right: 4px;

}
.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-rating-meta .media {
  margin-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
}
.review-our-product-area {
  background: #f7f7f7;
  padding: 40px;
  margin: 30px 0;
  border: 1px solid rgb(247, 244, 244);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(59, 69, 85, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(59, 69, 85, 0.05);
}
.client-review-list .rating-markets-subtitle {
  margin-bottom: 11px;
}
.review-our-product {
  margin: 0 0px;
}
.rating-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}
.rating-title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 5px;
}
.rating-title small {
  color: #666666;
  font-size: 14px;
  text-transform: capitalize;

}
.rating-on-market, .rating-on-product {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 500;
}
.rating-desc {
  padding-top: 30px;
  color: #616161;
  font-size: 14px;
  line-height: 30px;
}

.review-date-time {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.review-date {
  color: #df4d3e;
  font-size: 16px;
  font-weight: 500;
}

.review-time {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}
.rating-markets-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #929292;
  margin-bottom: 10px;
}
.rating-markets-subtitle h6{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.5px;
}
.reviews-title {
  padding: 0;
}
.rating-markets-subtitle &gt; *:not(:first-child) {
  margin-left: 10px;
}

.client-review-list .media-heading {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  padding: 12px 15px;
  display: inline-block;
}
.check-list i {
  color: #ff4a4a;
  margin-right: 5px;
}
.review-rating-meta .star-rating:last-child, .check-list li:last-child{
  border-bottom: 1px solid transparent;
}
.review_pros_list, .review_cnos_list {
  padding-left: 35px;
}
.check-list li {
  border-bottom: 1px solid #ebebeb;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #7f7f7f;
}
.icon-red i {
  color: #7f7f7f;
}
.review_pros_list h6{
  color:#ff4a4a;
}

.leave-opinion {
  margin-bottom: 20px;
}
#blurb-rating-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.posting-loader {
  display: inline-block;
  margin-left: 20px;
}
#blurb-rating-form .product-rating-list .error-notice {
  position: relative;
}
.review-comment-section input,
.review-comment-section textarea {
  background: #fff;
}
.review-comment-section input:focus,
.review-comment-section textarea:focus {
  background: #fff;
  border-color: transparent;
}
.review-comment-section textarea {
  width: 100%;
}
.review-comment-section select {
  background-color: #fff;
  display: block;
  width: 100%;
}
.review-comment-section label {
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
}
.review-comment-section .rating-area {
  margin-bottom: 38px;
  font-weight: 400;
}
.review-comment-section .rating-area p{
  font-size: 16px;
  font-weight: 400;
}
.review-comment-section .rating-area .rating-slider-1,
.review-comment-section .rating-area .rating-slider-2,
.review-comment-section .rating-area .rating-slider-3,
.review-comment-section .rating-area .rating-slider-4,
.review-comment-section .rating-area .rating-slider-5 {
  margin-top: 12px;
}
.review-comment-section .product-rating-area {
  position: relative;
  margin: 40px 0 30px;
}
.review-comment-section .product-rating-list {
  top: 78px;
  width: 100%;
}
.review-comment-section .review-comment {
  cursor: pointer;
}

.color-black {
  color: #666666;
}

.color-green {
  color: #2fd388;
}

.color-red {
  color: #ff4a4a;
}

.review-comment {
  padding: 13px 70px;
  background: #f0f0f0;
  border-color: #e6e6e6;
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.review-comment-section .field-desc {
  margin-bottom: 2.2rem;
  margin-top: 10px;
}
.review-comment i {
  margin-right: 5px;
}
.rating-area .rating i {
  color: #cecece;
  margin-right: 5px;
}
.review-comment-section{
  margin: 50px 0 0;
}
.rating-form-subtitle {
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: 500; 
  text-transform: capitalize;
  letter-spacing:1px;
  font-family: 'Rubik', sans-serif;
  color: #000;
}
.review-fields-wrap {
  background: #f8f8f8;
  padding: 35px 25px 35px 25px;
  margin: 0 0;

}

/*  Global Load more btn */
.product-reviews-page .load_more_btn{
  margin-top: 0;
}
.btn_load_more{
  background: #4b4b4b;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 20px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  border-radius: 3px;
  text-transform: uppercase;
}
.btn_load_more:hover{
  color: #ffffff;
}
/*
=================================
Review page  Section saj
=================================
*/
.product-reviews-page .filter {
  background: #ffffff;
}
.product-reviews-page .review-box{
  border: 4px solid #ebebeb;
  margin-bottom: 65px;
}
/* review item grid view */

.product-reviews-page .review-content{
  padding: 25px 15px;
}
.product-reviews-page .review-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #222222;
  letter-spacing:0.5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
}
.product-reviews-page .review_meta{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 15px;
  border-bottom: 1px solid #efefef;
}
.product-reviews-page .review_meta span{
  font-size: 12px;
  font-weight: 500;
  padding-top: 2px;
  padding-left: 3px
}
.product-reviews-page .review_meta .star-rating {
    margin-left: auto;
    transform: translateY(-2px);
}
.product-reviews-page .review_meta .star-rating i {
  margin-right: 3px;
  font-size: 12px;
  color: #ffa200 !important;
}
.product-reviews-page .reviewer_avatar {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: #6e6d6d;
  opacity: .9;
}
.product-reviews-page .review_ref {
  font-size: 13px;
  font-weight: 400;
  color: #6e6d6d;
  margin-top: 15px;
  opacity: .9;
}
.product-reviews-page .review_ref a {
  font-size: 13px;
  font-weight: 500;
}

.product-reviews-page .reviewer_avatar .url {
  font-size: 13px;
  color: #3f3f3f;
  font-weight: 700;
}

.product-reviews-page .content-excerpt{
  font-size: 14px;
  line-height: 24px;
  color: #5a5858;
  margin: 13px 0 0;
}
.product-reviews-page .review-btn{
  font-size: 14px;
  letter-spacing:0.5px;
  display: inline-block;
  margin-top: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #363636;
  position: relative;
}
.product-reviews-page .review-btn:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: .3s linear;
  transition: .3s linear
}
.product-reviews-page .review-btn:hover:after{
  width: 100%;
}
.testimonial-content {
  position: relative;
}

/* Review list view */
.product-reviews-page .shop-list-view .review-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-reviews-page .shop-list-view .review-content {
  padding: 32px 30px;
}
.product-reviews-page .shop-list-view .review-box .review-img{
  width: 100%;
  max-width: 35%;
}
.product-reviews-page .shop-list-view .review-box .review-content{
  width: 100%;
  max-width: 65%;
}

@media (max-width: 1199px) {
  .product-reviews-page .shop-list-view .review-content {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .product-reviews-page .shop-list-view .review-box .review-img {
    max-width: 100%;
  }
  .product-reviews-page .shop-list-view .review-box .review-content {
    max-width: 100%;
  }
}

/* Review Breadcrumb  */
.review-slider-section {
  position: relative;
  z-index: 9;
}
.main-slider-section.review-slider-section {
  background: #ddd;
  padding: 86px 0 106px;
  background-size: cover!important;
}
.review-slider-section .review-search-slider-section {
  text-align: center;
  color: #fff;
}
.review-slider-section .review-search-slider-section .blurb-search {
  color: #949494;
  font-size: 14px;
  line-height: 25px;
}
.review-slider-section .review-search-slider-section .form-control,
.review-slider-section .review-search-slider-section .wd-slider-search-btn {
  border: 0;
  cursor: pointer;
  height: 53px;
}
.review-slider-section .slider-search-section {
  margin: 0 auto;
}
.review-slider-section .slider-search-section input {
  padding: 0 20px;
}
.review-slider-section .slider-search-section button {
  cursor: pointer;
}
.review-slider-section .review-slider-title {
  margin-bottom: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;

}
.review-slider-section .review-slider-subtitle {
  color: #e1e1e1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 27px;
}
/* saj */
.review-slider-section .review-search-slider-section .search-cat-btn{
  border-right: 1px solid;
  border-color: #c3c3c3;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  padding: 8px 17px 8px 26px;
  color: #525252;
  border-radius: 2px 0 0 2px;
  font-family: "Roboto", sans-serif;
  letter-spacing: .5px
}
.review-slider-section .review-search-slider-section .search-cat-btn &gt; i{
  font-size: 19px;
  color: #909090;
  vertical-align: middle;
  margin-left: 2px;
}

/*======================================
Wd DropDown manu
====================================== */
.wd-dropdown-menu {
  min-width: 275px;
  margin-left: -8px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-top: 5px;
  box-shadow: 0px 0px 18px 0px rgba(72, 72, 72, 0.07);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(72, 72, 72, 0.07);
}
.search-form .wd-dropdown-menu {
  width: 480px;
  -webkit-box-shadow: -0.489px 1.991px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -0.489px 1.991px 6px 0px rgba(0, 0, 0, 0.25);
  margin-left: 0;
}
.blurb-search-form .dropdown-menu {
  margin-left: 0;
  cursor: pointer;
}
.search-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-category ul li{
  font-size: 14px;
  padding: 8px 20px;

}

.wd-slider-search-btn {
  background: #fff;
  color: #333333;
  border-radius: 0;
  position: relative;
  z-index: 10;
}
.wd-slider-search-btn:hover {
  background: #fff;
  color: #333333;
}
.wd-slider-search-btn:active {
  background: #fff;
  color: #333333;
}
.wd-slider-search-btn:focus {
  -webkit-box-shadow: 0px 0px 0px 0px white !important;
  box-shadow: 0px 0px 0px 0px white !important;
  background: #fff;
  color: #333333;
}

.wd-search-btn {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.wd-search-btn:hover {
  background: white;
}
.search-category a {
  font-size: 13px;
  display: inline-block;
  font-weight: 300;
  color: #666666;
}
.search-category i {
  margin-right: 5px;
}

.search-category-title {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
}

/* Search collapse */
.blurb-search-collapse .review-search-slider-section .blurb-search{
  border-radius: 0 2px 2px 0!important;
}

.review-slider-section .review-search-slider-section .collapse_search_btn{
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 20px;
  padding: 0 36px;
  border: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.review-slider-section .review-search-slider-section .collapse_search_btn:hover{
  color: #333333;
  background: #ffffff;
}
/* blurb-search-large */
.blurb-search-large .blurb-search-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
.blurb-search-large .wd-btn-search{
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #c3c3c3;
}
.blurb-search-large .review-search-slider-section .blurb-search{
  border-radius: 2px 0 0 2px;
}
.blurb-search-large .review-search-slider-section .large_search_btn{
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #333333;
  padding: 0 36px;
  border: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
}
.blurb-search-large .review-search-slider-section .search-cat-btn{
  height: 53px;
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  background: #ff9800;
  margin-right: 10px;
  cursor: pointer;
}
.blurb-search-large .review-search-slider-section .search-cat-btn:hover{
  color: #333333;
  background: #ffffff
}
.blurb-search-large .review-search-slider-section .search-cat-btn i{
  color: #ffffff;
}
.blurb-search-large .review-search-slider-section .search-cat-btn:hover i{
  color: #333333;
}

/*
==========================
Amazon Review Section
==========================
*/
.amazon-review .amazon-review-title:before {
  display: block;
  content: '';
  clear: both;
  border: 1px solid #df4d3e;
  width: 30px;
  position: absolute;
  top: 88px;
}
.amazon-review .amazon-review-title:after {
  display: block;
  content: '';
  clear: both;
  border-bottom: 1px solid #ececec;
  top: 20px;
  left: 30px;
  position: relative;
  width: 98%;
}
.amazon-review .amazon-review-box:last-child .media {
  border-right: 1px solid transparent;
}
.amazon-review .amazon-review-box:last-child .amazon-review-box-content {
  border-right: 1px solid transparent;
}
.amazon-review-border {
  border-right: 1px solid #ececec;  
}
.amazon-review .amazon-review-box-content {
  padding-right: 30px;
  padding-left: 30px;
}
.amazon-review .media {
  background: #fff;
  padding: 30px 20px 35px 20px;
  display: block;
}
.amazon-review .amazon-review-box-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}
.amazon-review .rating i {
  font-size: 16px;
}
.amazon-review .rating .active-color {
  color: #ffc400 !important;
}
.amazon-review .amazon-review-content {
  color: #999999;
  /*   margin-bottom: 10px; */
}
.amazon-review .amazon-details {
  padding: 6px 18px;
  background: transparent;
  border-color: #ff9800;
  color: #ff9800;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.amazon-review .amazon-details i {
  font-size: 12px;
  margin-left: 5px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.amazon-review .amazon-details:hover {
  background: #df4d3e !important;
  color: #fff !important;
}
.amazon-review .price {
  color: #ff9800;
}
.aff-buynow:hover{
  color: #222;
}
/*
==========================
Third Review Section
==========================
*/
.bg-image.blurb_el_review_carousel {
  background-size: cover;
  background-position: 100% 100%;
  padding: 100px 0;
}
.blurb_el_review_carousel .review-title {
  margin-bottom: 17px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.blurb_el_review_carousel .review-title span {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.blurb_el_review_carousel .review-list .media-body {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.blurb_el_review_carousel .review-list .media-body .active-color,.blurb_el_review_carousel .review-list .media-body i {
  font-size: 16px;
  color: #fff !important;
}
.blurb_el_review_carousel .review-list .media-body .fa-quote-left {
  margin-right: 10px;
}
.blurb_el_review_carousel .review-list .media-body .fa-quote-right {
  margin-left: 10px;
}
.blurb_el_review_carousel .review-list .media-body .review-content {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

/*
==========================
Fix Style Review
==========================
*/

.review-page .product-review {
  padding-top: 30px;
}
.review-page .wd-shop-btn {
  text-transform: uppercase;
}

/*
=============================
Custom Media Query
=============================
*/
@media (max-width: 1024px) {
  .amazon-review {
    padding: 30px 0;
  }
  .review-slider-section .review-search-slider-section .form-control,
  .review-slider-section .review-search-slider-section .wd-slider-search-btn {
    height: 50px;
  }
  .blurb-search-large .review-search-slider-section .search-cat-btn {
    height: 50px;
    border-radius: 2px;
    color: #ffffff;
    border: 0;
  }
  .review-slider-section .review-slider-title {
    font-size: 35px;
    line-height: 40px;
  }
  .review-page .review-slider-section .review-slider-subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
  .review-page .review-search-slider-section .input-group {
    padding: 0;
  }

  .blurb-search-large .blurb-search-form {
    max-width: 100%;
  }
  .review-page .wd-slider-search-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .review-page .wd-slider-search-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

}
@media (max-width: 575px) {
  .review-slider-section .review-slider-title {
    font-size: 26px;
    line-height: 34px;
  }
  .review-slider-section .input-group{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .review-slider-section .review-search-slider-section .form-control, 
  .review-slider-section .review-search-slider-section .wd-slider-search-btn {
    height: 40px;
  }
  .review-slider-section .review-search-slider-section .search-cat-btn{
    border-radius: 2px;
  }
  /* Search Collapse   */
  .blurb-search-collapse .review-search-slider-section .blurb-search {
    width: 100%;
    margin: 15px 0;
    border-radius: 2px!important;
  }
  .review-slider-section .review-search-slider-section .collapse_search_btn{
    height: 40px;
    margin-left: 0
  }
  /* Search Large  */
  .blurb-search-large .review-search-slider-section .large_search_btn {
    padding: 0 20px;
  }
  .blurb-search-large .review-search-slider-section .search-cat-btn{
    height: 40px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0;
  }
  .blurb-search-large .blurb-search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* review  Section */
  .review-page .review-slider-section {
    height: 200px;
  }
  .review-page .review-slider-section img {
    height: 200px;
  }
  .review-page .thumbnail-img img {
    width: 100%;
  }
  .review-page .testimonial-content {
    text-align: left;
  }

  .review-page #cat-search-ph {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .review-page #cat-search-ph .wd-search-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .review-page .product-reviews-page {
    margin-bottom: 0;
  }
  .review-page .product-amazon {
    padding: 20px 0;
  }
  .review-page .product-amazon .wd-shop-btn {
    font-size: 14px;
    padding: 11px 20px;
  }
  .review-page .product-amazon .sidebar-review-box .owl-nav {
    top: 50% !important;
  }

  #cat-search-ph {
    display: block;
  }
  .wd-star-market-badge {
    padding: 3px;
    font-size: 12px;
    font-weight: 400;
    margin-left: 0;
  }
  .rating-heading {;
    font-size: 14px;
  }

  /*
  ===============================
  Second Home Page
  ===============================
  */
  .amazon-review-box-area {
    text-align: center;
  }
  .amazon-review-box-area .media {
    padding: 20px 0 !important;
  }
  #categories .categories-small-box {
    padding: 15px 0;
  }
  #big-message .message-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .amazon-review .amazon-review-box-content {
    padding-right: 0px!important;
  }
  .coupon-content {
    padding: 0 6px !important;
  }

}
@media (min-width: 576px) {
  #cat-search-ph {
    display: none;
  }

}
@media (max-width: 767px) {
  .review-page .filter-btn-area {
    display: none;
  }
  .review_pros_list, .review_cnos_list {
    padding-left: 15px;

  }

  .rating-market-section, .client-review-list{
    margin-bottom: 30px;
  }
  .product-review-desktop-right-sidebar {
    display: none;
  }

  .product-review-ph-right-sidebar {
    display: block;
  }
  .product-reviews-page .shop-list-view .review-img {
    width: 100%;
  }
  .product-reviews-page .shop-list-view .review-content {
    width: 100%;
  }

}
@media (max-width: 768px) {
  .review-page .review-sidebar-img {
    width: 100%;
  }
  .thumbnail-img img {
    width: 100%;
  }

  #categories .categories-info .categories-name {
    font-size: 15px!important;
  }
  #categories .categories-info .categories-content {
    font-size: 14px!important;
  }


  .blurb_el_review_carousel .review-list img {
    width: 80px;
  }
  .blurb_el_review_carousel .review-list .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /*-----------------*/
}
@media (min-width: 768px) {
  .review-page .filter-btn-area {
    display: block;
  }

  .thumbnail-img img {
    width: 100%;
  }

  .product-review-desktop-right-sidebar {
    display: none;
  }

  .product-review-ph-right-sidebar {
    display: block;
  }
}
@media (max-width: 991px) {
  .filter {
    padding: 10px;
  }
  .product-reviews-page .shop-list-view {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .product-reviews-page .review-content .star-rating i.full-star,
  .product-reviews-page .review-content .star-rating i.half-star,
  .product-reviews-page .review-content .star-rating i.fa-star-o.empty-star
  {
    margin-right: 4px;
    padding: 3px;
    font-size: 12px;
  }
  .product-reviews-page .shop-list-view .review-box .star-rating {
    left: 0;
  }
  #wd-header {
    border-bottom: 2px solid #ff9800;
    padding-bottom: 8px;
  }

}
@media (min-width: 1024px) {
  .product-review-ph-sidebar {
    display: none;
  }
}
@media (max-width: 364px) {
  .product-reviews-page .reviewer_avatar .author_pre_text {
    display: none;
  }
  .product-reviews-page .reviewer_avatar span {
    text-transform: capitalize;
  }
}
/*
=============================
Compare Products page Section
=============================
*/
/*
===========================================
Compare Products Section
===========================================
*/
.compare-folding-section {
  padding-top: 75px;
  padding-bottom: 25px;
}
.compare-folding-section .compare-folding-title {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 5px;
}

.compare-products .panel-heading {
  padding: 13px 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
}
.compare-products .table td, .compare-products .table th {
  border-color: #ececec;
}
.compare-products .table {
  margin: 0;
  background: #fff;
  border: 1px solid #ececec;
}
.compare-products td {
  border-right: 1px solid;
  border-color: #ececec !important;
  width: 190px;
}
.compare-products td:last-child {
  border-right: 0;
}

.compare-products .table .product-ratings-text{
  font-size: 13px;
}
.compare-products .compare-details-section {
  padding-left: 0;
  padding-right: 0;
}
.compare-products .compare-details-section .compare-details-btn {
  width: 100%;
  background: #fff;
  border-color: #ececec;
  color: #333333;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 9px;
  border-radius: 3px;
  margin-bottom: -1px;
}
.compare-products .compare-details-section .compare-details-btn:hover {
  color: #fff;
}
.compare-products .compare-details-section .compare-details-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.compare-products .compare-details-title {
  font-size: 14px;
  font-weight: 400;
  padding: 11px 0;
  border-top: 1px solid #ececec;
}
.compare-products .compare-product-add {
  padding: 50px 0;
}
.compare-products .compare-product-add i {
  margin-bottom: 6px;
}
.compare-products .compare-product-add i, .compare-products .compare-product-add p {
  font-size: 16px;
}
.compare-products .compare-product-add .compare-product-tile {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 2px;
}
.compare-products .compare-product-add p {
  color: #999999;
}
.compare-products .compare-details-price {
  padding: 0 10px;
}

.select-market-btn {
  background: #fff;
  padding: 0 14px;
  color: #333333;
  font-size: 12px;
  border-color: #ececec;
  line-height: 2.8;
  font-weight: 700;
}
.select-market-btn i {
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 6px;
}
.select-market-btn:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: .3s;
  transition: .3s;
}
.select-market-btn:hover .fa-angle-right::before {
  content: "\f101";
  -webkit-transition: .3s;
  transition: .3s;
}
.select-market-btn span {
  padding-left: 13px;
  display: inline-block;
  border-left: 1px solid #ececec;
  margin-left: 10px;
}
.choose-market {
  padding-top: 70px;
}
.choose-market .dropdown-toggle {
  background: #f9f9f9;
  color: #333;
  border-color: #ececec;
  padding: 5px 19px;
  margin-top: 15px;
  margin-bottom: 8px;
}
.choose-market .show &gt; .btn-secondary.dropdown-toggle {
  background: #fff;
}
.choose-market .dropdown-menu.show {
  margin: 0;
  border-radius: 0;
}
.choose-market p {
  font-weight: 300;
}

.single-compare-product-img p {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.compare-products-single-table tbody + tbody {
  border: 0;
}

.product-info .single-compare-product-img {
  padding-top: 15px;
  border-right: 1px solid #ececec;
}
.product-info .brand-logos li {
  float: left;
  width: 20%;
}
.product-info .review-content li {
  float: none;
  width: 100%;
}

.product-description {
  padding: 20px 30px;
  color: #999999;
}
.product-description i {
  margin-right: 5px;
}
.product-description li {
  margin-bottom: 5px;
}

.search-product {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.search-product .search-product-title {
  font-size: 20px;
  font-weight: 300;
  padding-top: 14px;
}

.product-search-input input, .product-search-input .wd-btn-search {
  padding: 14px 29px;
}
.product-search-input input {
  background: #f8f8f8;
  border-color: #ececec;
}
.product-search-input .wd-btn-search {
  color: #fff;
}
.product-search-input .wd-btn-search:hover {
  background: #fff;
  border-left-width: 1px;
  border-left-style: solid;
}

/*
===========================================
fix Style
===========================================
*/
.select-market-btn {
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  padding: 9px 16px;
  line-height: 0px;
}
.select-market-btn:hover {
  color: #fff !important;
}
.select-market-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
=============================
Custom Media Query
=============================
*/
@media (min-width: 1025px) {
  .product-details .compare-products table tbody td.compare-details-section {
    width: 17%;
  }

  .compare-products .compare-product-add {
    padding: 0;
  }

  .compare-products-single-table {
    display: block;
  }

  .product-info .review-content {
    display: none;
  }
}
@media (max-width: 1024px) {
  .compare-folding-section .compare-folding-title {
    font-size: 20px;
  }
  .compare-folding-section .page-location li {
    padding: 0 0 !important;
  }

  .compare-products .compare-product-add {
    padding: 10px 0 23px;
  }

  .product-details .wd-accordion {
    display: none;
  }

  .compare-products-single-table {
    display: none;
  }

  .product-info .single-compare-product-img {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .product-info .single-compare-product-img {
    padding: 20px;
  }
  .product-info .brand-logos {
    text-align: center;
  }
  .product-info .brand-logos img {
    margin-bottom: 10px !important;
  }
  .product-info .brand-logos li {
    width: 50%;
  }
  .product-info .review-content li {
    width: 100%;
  }

  .search-product .search-product-title {
    padding-bottom: 14px;
  }
}
@media (max-width: 400px) {
  .product-info .brand-logos img {
    width: 50%;
  }
  .product-info .brand-logos li {
    width: 100%;
  }
  .product-info .review-content li {
    width: 100%;
  }

  .search-product {
    padding: 10px;
  }
  .search-product .product-search-input input {
    padding: 10px;
  }
  .search-product .product-search-input .wd-btn-search {
    padding: 14px 15px;
  }
  .search-product .search-product-title {
    font-size: 14px;
  }
}
/*
=============================
Contact Us page Section
=============================
*/
/*
=================================
Home page Details Section
=================================
*/
#contact-body {
  background: #f5f5f5;
}
#contact-us {
  background: #f5f5f5;
  padding-bottom: 10px;
}
#contact-body .product-review {
  margin-bottom: 0;
}

#contact-us .page-location {
  font-size: 16px;
  padding: 20px 15px;
}
#contact-us .contact-us-content {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
#contact-us .contact-from {
  padding: 0 15px;
}
#contact-us .contact-description-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
#contact-us .contact-description-content {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 12px;
}
#contact-us .col-form-label {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
#contact-us .form-control {
  border-radius: 0;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
#contact-us .form-group {
  margin-bottom: 11px;
}
#contact-us textarea {
  height: 148px;
}
#contact-us .wd-contact-btn {
  padding: 15px 60px;
  background: #333333;
  border-color: #333333;
  border-radius: 0;
  margin-top: 30px;
  cursor: pointer;
}
#map {
  margin-bottom: 45px;
  width: 100%;
  height: 450px;
}

.contact-address-area .contact-address-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-address-area .contact-address-content {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.contact-address-area .contact-address {
  margin-top: 20px;
}
.contact-address-area .radius-content {
  padding-left: 20px;
  color: #666666;
  font-size: 14px;
}
.contact-address-area a {
  color: #666666;
}
.radius-icon-area {
  margin-bottom: 20px;
}
.radius-icon-area:hover .radius-icon {
  color: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
}
.radius-icon-area:hover .radius-icon:before {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radius-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.radius-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.radius-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
}

@media (max-width: 992px) {
  #map {
    height: 200px;
    margin-bottom: 15px;
  }

  #contact-us .contact-address-area {
    margin-top: 20px;
  }
  #contact-us .contact-from {
    padding: 0;
  }
  #contact-us .wd-contact-btn {
    margin-top: 10px;
    padding: 10px 25px;
  }
}
/*
=============================
Wishlist page Section
=============================
*/
/*
=================================
Wishlist Section
=================================
*/
.compare-products td {
  position: relative;
  vertical-align: middle;
}
.compare-products .wishlist-table-title th {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background: #f8f8f8;
  padding: 17px 0;
  border-right: 1px solid;
  border-color: #ececec !important;
}
.compare-products .vertical-center {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.compare-products .close-icon {
  font-size: 20px;
}

.compare-products .wishlist-price {
  font-size: 14px;
}
.compare-products .select-market-btn {
  color: #fff;
  border-radius: 4px;
}
.wishlist-ratings {
  font-size: 20px;
  font-weight: 700;
}

.wishlist-table {
  padding-top: 30px;
}

.wd-slider-section {
  padding: 100px 0;
}
.wd-slider-section a {
  color: #fff;
}
.page-location a {
  color: #333333;
}
.blog-slider-tow-grid .page-location a {
  color: #fff;
} 
.wishlist-slider-section .page-location a {
  color: #000;
} 
.wishlist-slider-section .wishlist-slider-title {
  color: #000;
}
.wishlist-compare-products {
  background: #fff;
}

.wishlist-compare-products td {
  position: relative;
}
.wishlist-compare-products .wishlist-table-title th {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  background: #f8f8f8;
  padding: 17px 0;
  border-right: 1px solid;
  border-color: #ececec !important;
}
.wishlist-compare-products .close-icon {
  font-size: 20px;
}

.wishlist-compare-products .wishlist-price {
  font-size: 16px;
}
.wishlist-compare-products .select-market-btn {
  background: #1f91f1;
  border-color: #1f91f1;
  color: #fff;
}

@media (min-width: 1025px) {
  .wishlist-compare-products {
    display: none;
  }
}
@media (max-width: 1024px) {
  .wishlist-table .compare-products {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-products thead{
    display: none;
  }
  .compare-products tr {
    display: inline-block;
    float: left;
    margin-bottom: 50px;
    width: 33.3333%;
  }
  .compare-products .remove-icon {
    display: none;
  }
  .compare-products td {
    display: inline-block;
    width: 100%;
  } 
}

@media (max-width: 767px) {
  .compare-products th {
    display: none;
  }
  .compare-products tr {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
    background: #fff;
  }
  .compare-products .table {
    background: transparent;
  }
  .compare-products thead tr {
    margin-bottom: 0;
  }

  .compare-products td {
    display: inline-block;
    width: 100%;
  }
  .compare-products .remove-icon {
    display: none;
  }
  .compare-products .display-none-wishlist-title {
    display: none;
  }
  .compare-products td .vertical-center {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
  }
  .compare-products .table td img {
    max-height: 140px;
    width: auto;
  }
  .compare-products .table td:nth-child(3) {
    min-height: 80px;
  }
}

@media (max-width: 575px) {
	.wd-slider-section {
		padding: 70px 0;
	}
	.main-slider-section.review-slider-section {
		padding: 80px 0 86px
	}
  .compare-products tr {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .compare-products .table td:nth-child(3) {
    min-height: auto;
  }

}


/*
=================================
Weekly News
=================================
*/
.weekly-news {
  padding: 80px 0;
  width: 1600px;
  margin: 0 auto;
  border-radius: 5px
}
.weekly-news .weekly-news-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.weekly-news .weekly-news-box img {
  border-radius: 0 !important;
  width: 100%;
  height: auto;
}
.weekly-news .weekly-news-box .figure {
  z-index: 10;
  position: relative;
}
.weekly-news .weekly-news-box .figure-caption {
  padding: 0 0 20px;
  z-index: 10;
  border: 0;
  position: relative;
}
.weekly-news .weekly-news-box .text-center {
  padding: 20px;
  color: #666666;
}
.weekly-news .weekly-news-box .wd-news-more-btn {
  font-size: 13px;
  background: transparent;
  text-transform: uppercase;
  color: #ff9800;
  font-weight: 400;
}
.weekly-news .weekly-news-box .weekly-news-shape {
  /*   transition: 0.5s; */
}
.weekly-news .weekly-news-box:hover {
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-box-shadow: 5px 5px 0px 0px #bfbfb8;
  box-shadow: 5px 5px 0px 0px #bfbfb8;
}
.weekly-news .weekly-news-box:hover .text-center {
  color: #666666;
}
.weekly-news .weekly-news-box:hover .figure-caption {

  color: #333;
}
.weekly-news .weekly-news-box:hover .wd-news-more-btn {
  color: #ff9800;
}
.weekly-news .weekly-news-box:hover .blog-meta-box a {
  color: #fff;
}
.weekly-news .weekly-news-box:hover .blog-meta-box a:hover {
  color: #333;
}
.weekly-news .weekly-news-box:hover .weekly-news-shape {
  background: #ff9800;
}
.weekly-news .blog-meta-box {
  padding: 0;
  text-align: center;
}
.weekly-news .blog-meta-box a {
  font-size: 14px;
  padding: 10px 0;
  color: #999999;
  font-weight: 300;
  display: block;
}
.weekly-news .blog-meta-box a:hover {
  background: #ff9800;
  color: #fff;
}
.weekly-news .blog-meta-box i {
  margin-right: 5px;
}
.weekly-news .weekly-news-shape {
  display: inline-block;
  width: 100%;
  height: 77px;
  background: #ffffff;
  border-radius: 232px / 30px;
  position: absolute;
  left: 0;
  bottom: -28px;
  display: none;
}
.weekly-news .weekly-news-img {
  position: relative;
}
.weekly-news .weekly-news-title {
  position: absolute;
  bottom: 0;
  background-position: left bottom;
  -webkit-box-shadow: inset 0px -127px 116px -61px rgba(0,0,0,0.78);
  box-shadow: inset 0px -127px 116px -61px rgba(0,0,0,0.78);
  height: 100%;
  padding-top: 55%;
  padding-left: 15px;
  width: 100%;
}
.weekly-news .weekly-news-title h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}
/*
=================================
Blog Section
=================================
*/
.dropdown-sub-menu {
  display: none;
}

.sidebar-dropdown-active {
  display: block;
}

.blog-section {
  padding: 100px 0;
  min-height: 500px;
}
.blog-section.inner-breadcrumb, .blog-section.blurb-markets-slider {
  padding-top: 28px;
}
.blog-section .blog-img img {
  margin-bottom: 0;
}
.blog-section .blog-img:before{
  content: none;
}

.blog-section .blog-date {
  width: 70px;
  height: 70px;
  background: #ffc107;
  border-radius: 5px;
  color: white;
  padding: 14px 0px;
  position: absolute;
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}
.blog-section .blog-date .date {
  font-size: 25px;
}
.blog-section .blog-date .monthe {
  font-size: 14px;
}
.blurb-blog-container .blog-box,
.blurb-home-container .blog-box,
.blurb-archive-container .blog-box,
.blurb-search-container .blog-box {
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 40px;
  position: relative;
  border: 3px solid #f1f1f1;
}
.blurb-blog-container .sticky  .blog-box,
.blurb-home-container .sticky .blog-box,
.blurb-archive-container .sticky .blog-box,
.blurb-search-container .sticky .blog-box {
  border-style: solid;
  border-color: #ff9800;
}
.blog-section .blog-box .content_wrap{
  text-align: left;
  padding: 30px 30px 0;
}
.blog-section .blog-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-wrap: break-word; 
  word-break: break-all;
  color: #333333;
  letter-spacing: 1px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
}
/*.blog-section .blog-title::before {
position: absolute;
content: '';
bottom: 0;
left: 50%;
height: 1px;
width: 165px;
transform: translatex(-50%);
-webkit-transform: translatex(-50%);
background: #dfdede;
}
.blog-section .blog-title::after {  
content: '';
border-radius: 50%;
background-color: rgb(77, 77, 77);
position: absolute;
bottom: -2px;
left: 50%;
transform: translatex(-50%);
width: 6px;
height: 6px;
}*/
.blog-section .title_area {
  padding-bottom: 20px;
}
.blog-section .title_area .post_date {
  font-size: 14px;
  color: #555353;
  padding: 0 17px;
  margin-top: 7px;
}
.blog-section .title_area .post_date span {
  position: relative;
  padding: 0 10px;
}
.blog-section .title_area .post_date span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
}
.blog-section .post-list-view .title_area .post_date span {
  padding-left: 0;
}
.blog-section .post-list-view .title_area .post_date span:before {
  content: none
}
.blog-section .title_area .post_date span:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
}
/*Unitest page padding */
.blurb-page-container .blog-content {
	padding-bottom: 25px;
}

.blog-section .blog-content {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-bottom: 26px;
  word-wrap: break-word;
  letter-spacing:0.3px;
}
.blog-section.blurb-page-container .blog-content {
  margin-bottom: 0px;
}
.blog-section .blog-content p a{
  padding: 0;
  margin: 0 0 0 2px;
  color: #787878;
}

.blog-section .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f1f1f1;
  padding: 21px 0;
}
.blog-meta .meta-item {
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 500;
}
.blog-meta .blog-like {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.blog-meta .blog-like:after {
  position: absolute;
  content: '|';
  top: 50%;
  left: -3px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.blog-meta .post-author i,
.blog-meta .comment i{
  margin-right: 5px;
}
.blog-meta .comment i{
  font-size: 14px;
}
.blog-meta .post-author span,
.blog-meta .comment span{
  color: #333333;
}

.blog-meta .comment{
  margin-left: auto;
  padding-left: 10px;
  position: relative;
  text-transform: capitalize;
}

.blog-meta .blog-like a .sl-count{
  color: #333333;
  font-size: 12px;
  font-weight: 500;
}
.blog-meta .blog-like a .sl-count .sl-count-text {
  color: #9b9b9b;
}

.blog-meta .blog-like i{
  /*  color: #f4c50b; */
  margin-right: 5px;
}
.blog-section .blog-meta .meta-item a {
  color: #999999;
  padding-left: 5px;
}

.blog-section .raed-more {
  margin-top: 30px;
}


.blog-section .wd-btn-group {
  margin: 0;
}
.blog-section .wd-btn-group input {
  background: #fff;
}
.blog-section .recent-post {
  background: #fff;
  margin-bottom: 20px;
}
.blog-section .recent-post .product-review-title {
  padding: 16px;
}
.blog-section .recent-post .list-group-item {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  margin-bottom: 0;
}
.blog-section .recent-post .testimonial-content {
  font-size: 12px;
  font-weight: 300;
}
.blog-section .archive-option p {
  margin-bottom: 5px;
}
.blog-section .archive-option a {
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.blog-section .archive-option a i {
  margin-left: 4px;
}
.blog-section .archive-option a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-section .archive-option a:hover:before {
  width: 100%;
}
.blog-section .archive-option .archive-review-title {
  margin-bottom: 9px;
}
.blog-section .instagram-option .instagram-review-title {
  margin-bottom: 12px;
}
.blog-section .instagram-option a {
  margin-bottom: 3px;
  display: inline-block;
}
.blog-section .sheare-option {
  padding-right: 15px;
}
.blog-section .sheare-option .sheare-title {
  margin-bottom: 12px;
}
.blog-section .sheare-option a {
  position: relative;
}
.blog-section .sheare-option .sheare-box {
  width: 40px;
  height: 40px;
  border: 2px solid;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 9px;
  font-size: 20px;
  position: relative;
  margin-right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-section .sheare-option .sheare-box:hover {
  -webkit-box-shadow: inset 0px 0px 0px 3px white;
  box-shadow: inset 0px 0px 0px 3px white;
}
.blog-section .sheare-option .sheare-box:hover i {
  color: #fff;
}
.blog-section .sheare-option .share-facebook {
  border-color: #3a5897;
}
.blog-section .sheare-option .share-facebook i {
  color: #fff;
}
.blog-section .sheare-option .share-facebook:hover {
  background: #3a5897;
}
.blog-section .sheare-option .share-twitter {
  border-color: #49c9f2;
}
.blog-section .sheare-option .share-twitter i {
  color: #fff;
}
.blog-section .sheare-option .share-twitter:hover {
  background: #49c9f2;
}
.blog-section .sheare-option .share-pinterest {
  border-color: #cd2129;
}
.blog-section .sheare-option .share-pinterest i {
  color: #fff;
}
.blog-section .sheare-option .share-pinterest:hover {
  background: #cd2129;
}
.blog-section .sheare-option .share-behance {
  border-color: #0683f0;
  background: #0683f0;
}
.blog-section .sheare-option .share-behance i {
  color: #fff;
}
.blog-section .sheare-option .share-skype {
  border-color: #03aceb;
  background: #03aceb;
}
.blog-section .sheare-option .share-skype i {
  color: #fff;
}
.blog-section .sheare-option .share-instagram {
  border-color: #3b749f;
  background: #3b749f;
}
.blog-section .sheare-option .share-instagram i {
  color: #fff;
}
.blog-section .sheare-option .share-linkedin {
  border-color: #0775b7;
  background: #0775b7;
}
.blog-section .sheare-option .share-linkedin i {
  color: #fff;
}
.blog-section .sheare-option .share-google {
  border-color: #d13e2c;
  background: #d13e2c;
}
.blog-section .sheare-option .share-google i {
  color: #fff;
}
.blog-section .sheare-option i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-section .tow-grid .blog-title,
.blog-section .three-grid .blog-title {
  font-size: 20px;
  font-weight: 400;
}
.blog-section .four-grid .blog-meta a:last-child {
  margin-right: 0;
}
.blog-section .four-grid .blog-date {
  display: none;
}
.blog-section .four-grid .blog-box {
  padding: 10px 10px 20px;
  border-radius: 5px;
}
.blog-section .four-grid .blog-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 9px;
}
.blog-section .four-grid .raed-more {
  margin-top: 13px;
}
.blog-section .four-grid .raed-more a {
  font-size: 14px;
}
.blog-section .four-grid .raed-more a:hover {
  color: #666666;
}

/* BLog List View */
.blurb-home-container .post-list-view .blog-box,
.blurb-archive-container .post-list-view .blog-box,
.blurb-search-container .post-list-view .blog-box,
.blurb-blog-container .post-list-view .blog-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-section .post-list-view .blog-box .blog-img{
  max-width: 36%;
  width: 100%
}

.blog-section .post-list-view .blog-box .content_wrap{
  text-align: left;
  width: 100%;
}
.blog-section .post-list-view .blog-title{
  line-height: 32px;
}
.blog-section .post-list-view .blog-title::after{
  left: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.blog-section .post-list-view .blog-title::before{
  left: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.blog-section .post-list-view .blog-img img {
  max-width: 100%;
  margin-bottom: 0;
}
.post-list-view .blog-meta .comment{
  margin-left: 10px;
  padding-left: 10px;
}

.post-list-view .blog-meta .comment:before {
  position: absolute;
  content: '|';
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.blog-section .post-list-view .post_date{
  padding: 0;
}

/* ============ Blog 3 Grid ============== */
.blog-section .post-three-grid .content_wrap{
  padding: 20px 15px 0;
  text-align: left;
}

.blog-section .post-three-grid .blog-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.blog-section .post-three-grid .blog-title::before{
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.blog-section .post-three-grid .blog-title::after{
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.post-three-grid .blog-meta .comment{
  margin-left: 0px;
  padding-left: 10px
}

.post-three-grid .blog-meta .post-author{
  margin-right: 10px;
}
.post-three-grid .blog-meta .comment:before{
  position: absolute;
  content: '|';
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

.blog-section .post-three-grid .blog-content p {
  line-height: 24px;
}

/* ============ Blog 2 Grid ============== */
.blog-section .post-two-grid .blog-box .content_wrap {
  text-align: center;
}
.post-two-grid .blog-meta .comment{
  margin-left: 0;
}
.post-two-grid .blog-meta .post-author{
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
.post-two-grid .blog-meta .post-author:after {
  position: absolute;
  content: '|';
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
/* ================= Blog list Pagination ==================== */
.blurb-paginate {
  padding-top: 8px;
}

.blurb-paginate ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blurb-paginate a {
  position: relative;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  border: 1px solid #f5f5f5;
  padding: .5rem .75rem;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
}
.blurb-paginate li.dot a{
  pointer-events: none;
  cursor: default;
}
.blurb-paginate mark{
  background: transparent;
  padding: 0;
}
.blurb-paginate a:hover {
  color: #fff;
}

.blurb-paginate ul li:last-child a,
.blurb-paginate ul li:first-child a {
  background: #666666;
  color: #fff;
}

.blurb-paginate ul li:last-child a {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.blurb-paginate ul li:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}


.blurb-paginate ul li.active a {
  color: #fff;
}

.blurb-paginate li.disabled a {
  color: #868e96;
  background-color: #fff;
  pointer-events: none;
  cursor: default;
}

/*  ===================== Paginaion ==================== */


.blurb-paginate .post_paginate{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  border: 4px solid #f1f1f1;
  padding: 20px 25px;
}
.blurb-paginate .post_paginate li a{
  padding: 0;
  display: inline-block;
}
.blurb-paginate .post_paginate li.dot a{
  pointer-events: none;
  cursor: default;
}

.blurb-paginate .post_paginate .prev_nav a,
.blurb-paginate .post_paginate .next_nav a{
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #9b9b9b;
  background: transparent;
  border: 0;
}

.blurb-paginate .post_paginate .prev_nav a:hover,
.blurb-paginate .post_paginate .next_nav a:hover{
  color: #333333;
  background: transparent;
}
.blurb-paginate .post_paginate .prev_nav {
  margin-right: auto;
}
.blurb-paginate .post_paginate .prev_nav i{
  margin-right: 12px;
}
.blurb-paginate .post_paginate .next_nav {
  margin-left: auto;
}
.blurb-paginate .post_paginate .next_nav i{
  margin-left: 12px;
}
.blurb-paginate .post_paginate li:not(:first-child):not(:last-child) a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  color: #333333;
  background: transparent;
  margin: 0 2px;
  border-color: transparent;
}
.blurb-paginate .post_paginate li.active:not(:first-child):not(:last-child) a,
.blurb-paginate .post_paginate li:not(:first-child):not(:last-child) a:hover{
  background: #515151;
  color: #ffffff;
}


/* ============================ saj lg Responsive ============================ */
@media (min-width: 992px) and (max-width: 1199px) {
  /* ------------ blog List view ---------------- */
  .blog-section .post-list-view .blog-title{
    font-size: 20px;
  }
  .blog-section .post-list-view .blog-box .content_wrap {
    padding: 20px 30px 0;
  }

  .blog-section .post-list-view  .blog-meta {
    padding: 15px 0;
  }
  .blog-section .post-list-view .blog-content p {
    line-height: 24px;
  }


  /* ============ BLog two Grid ============== */
  .blog-section .post-two-grid .content_wrap {
    text-align: center;
    padding: 26px 15px 0;
  }
  .blog-section .post-two-grid .blog-title {
    font-size: 20px;
    line-height: 30px;
  }
  .post-three-grid .blog-meta .comment:after{
    position: absolute;
    content: '|';
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
}

@media (max-width: 991px) {

  /*  Blog Default */
  .blog-section .blog-box .content_wrap {
    padding: 20px 20px 0;
  }
  .blog-section .blog-title {
    line-height: 37px;
  }

  /* ------------ blog List view ---------------- */
  .blog-section .post-list-view .blog-box{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-section .post-list-view .blog-box .blog-img{
    max-width: 100%;
  }
  .blog-section .post-list-view .blog-title{
    font-size: 20px;
  }
  .blog-section .post-list-view .blog-box .content_wrap {
    padding: 20px 30px 0;
    max-width: 100%;
  }

  .blog-section .post-list-view  .blog-meta {
    padding: 15px 0;
  }
  .blog-section .post-list-view .blog-content p {
    line-height: 24px;
  }

  /* ============ BLog 3 Grid ============== */
  .blog-section .post-two-grid .content_wrap {
    text-align: center;
    padding: 26px 15px 0;
  }
  /*  Blog 2 Grid */
  .blog-section .post-two-grid .blog-title {
    line-height: 29px;
    font-size: 18px;
  }
}


@media (max-width: 757px) {
  .blurb-paginate {
    margin-bottom: 50px;
  }

}
@media (max-width: 575px) {
  .blog-section {
    padding: 80px 0 60px;
  }

  /*  default */
  .blog-section .blog-title {
    font-size: 18px;
    line-height: 30px;
  }

  /*  blog list view   */
  .blog-section .post-list-view .blog-box .content_wrap {
    padding: 20px 20px 0;
    text-align: center
  }

  /*  Post pagination  */
  .blurb-paginate {
    margin-bottom: 35px;
  }
  .blurb-paginate .post_paginate .prev_nav a mark,
  .blurb-paginate .post_paginate .next_nav a mark{
    display: none;
  }
  .blurb-paginate .post_paginate {
    padding: 20px 20px;
  }
}

/*
=============================
single Blog page Section
=============================
*/
.blurb-post-container .blog-box{
  border: 0;
}
/*image border removed for uni test*/
.blurb-post-container .blog-box .blog-img,
.blurb-page-container .blog-box .blog-img{
  margin-bottom: 25px;
}

/*unity test padding */

.blurb-post-container .blog-box .single_post_title h2,
.blurb-page-container .blog-box .single_post_title h2{
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  color: #444444;
  padding-bottom: 20px;
  font-family: 'Rubik', sans-serif;
  text-transform:capitalize;
}
.single_post_content {
  padding-bottom: 10px;
}

/*unity test padding */
.blurb-post-container .single_post_top_meta{
  padding: 0 0 5px;
  margin-top: -12px;
}

/*unity test css */
.blurb-post-container .single_post_top_meta .meta-item{
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  color: #7886a0;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
.blurb-post-container .single_post_top_meta .meta-item:first-child{
  padding-left: 0;
}
.blurb-post-container .single_post_top_meta .meta-item:after{
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  color: #9b9b9b;
}
.blurb-post-container .single_post_top_meta .meta-item:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.blurb-post-container .single_post_top_meta .meta-item:last-child::after{
  display: none;
}


/*unity test css */
.blurb-post-container .single_post_top_meta .meta-item a{
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  color: #777d89;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.blurb-post-container .single_post_top_meta .meta-item i{
  margin-right: 4px;
}
.blurb-post-container .single_post_top_meta .meta-item span{
  color: #000000;
}
.blurb-post-container .single_post_top_meta .meta-item span .sl-count-text{
  color: #9b9b9b;
}
/* blog-details footer Meta */
.single_post_bottom_meta {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
  clear: both;
}
.single_post_bottom_meta .post-tags strong{
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  color: #464545;
  margin-right: 10px;
}
.single_post_bottom_meta .post-tags a{
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: #727272;
  margin-right: 20px;
}

/* blog details Social Share */
.blurb-post-container .single_post_share{
  margin-bottom: 30px;
}
.blurb-post-container .single_post_share strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  margin-right: 16px;
}

.blurb-post-container .single_post_share a{
  margin-left: 5px;
  border: 1px solid;
  border-color: #ede6e6;
  border-radius: 4px;
  margin-bottom: 15px;
}
.blurb-post-container .single_post_share a span{
  font-size: 13px;
  line-height: 24px;
  padding: 5px 12px;
  color: #464545;
  background: transparent;
  font-weight: 500;
}
.blurb-post-container .single_post_share a span i{
  border: 1px solid;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  margin-right: 5px;
  font-size: 12px;
}
.blurb-post-container .single_post_share a:hover{

}
.blurb-post-container .single_post_share a:hover span{
  color: #ffffff;
}
/* author */
.author_bio {
  border: 4px solid rgb(235, 235, 235);
  padding: 35px;
  margin-top: 50px;
}
.author_bio:after{
  content: '';
  clear: both;
  display: block;
}
.author_bio .author_avatar{
  width: 100%;
  max-width: 140px;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 3px 5.16px 0.84px rgba(34, 34, 34, 0.13);
  box-shadow: 0px 3px 5.16px 0.84px rgba(34, 34, 34, 0.13);
  border-radius: 50%;
  float: left;
  margin: 0 30px 0px 0;
}
.author_bio .author_avatar img{
  width: 100%;
  border-radius: 50%;
}

.author_bio .author_meta_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.author_bio .author_profile{
  margin-left: auto;
}
.author_bio .author_name a{
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  color: #464545;
  transition: .3s linear;
  -webkit-transition: .3s linear;
}
.author_bio .author_name .roles{
  font-size: 13px;
  display: inline-block;
  margin-left: 9px;
}
.author_bio .author_name .roles::first-letter{
  text-transform: uppercase;
}
.blurb-post-container .author_bio .user-social-links li{
  display: inline-block;
}
.author_bio .user-social-links li a{
  color: #464545;
  height: auto;
  width: auto;
}
.author_bio .user-social-links li:not(:first-child) a{
  margin-left: 15px;
}
.author_bio .user-social-links li a i{
  font-size: 14px;
  line-height: 24px;
}
.author_bio .author_meta_buttom {
  font-size: 15px;
  line-height: 33px;
  color: #646464;
  padding-top: 11px;
}
.author_bio .author_meta_buttom ul{
  margin: 10px 0 0;
}
.blurb-post-container .blog-single{
  margin-bottom: 30px;
}
/* saj blog details responsive  */
@media (max-width: 1199px) {
  .blurb_content .content_video i {
    font-size: 75px;
  }
  .author_bio .author_meta_buttom {
    font-size: 16px;
    line-height: 31px;
    padding-top: 11px;
  }
}

@media (max-width: 991px) {
  .blurb-post-container .single_post_top_meta .meta-item a{
    line-height: 30px;
  }
  .blurb-post-container .single_post_top_meta .meta-item{
    line-height: 30px;
  }

  .author_bio{
    padding: 25px 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 35px;
  }
  .author_bio .author_meta_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .author_bio .author_name{
    width: 100%;
    max-width: 100%;
  }
  .author_bio .author_profile {
    width: 100%;
    max-width: 100%;
    padding-top: 11px;
    font-size: 15px;
    line-height: 24px;
  }
  .author_bio .author_meta_buttom {
    font-size: 15px;
    line-height: 29px;
  }
}
@media (max-width: 757px) {
  .single_post_bottom_meta {
    padding: 5px 0 20px;
  }
}
@media (max-width: 575px) {
  .blurb-post-container .blog-box .single_post_title h2 {
    font-size: 22px;
    line-height: 32px;

  }
  .single_post_bottom_meta .post-tags a {
    line-height: 30px;
  }
  .author_bio{
    text-align: center;
  }
  .author_bio .author_avatar {
    margin: 0 auto 20px;
    float: none;
  }
  .author_bio .author_meta_wrap {
    margin-left: 0;
    max-width: 100%;
  }
  .author_bio .author_meta_buttom ul{
    text-align: left;
  }
}
/*
=============================
service Section
=============================
*/
.blurb_el_service .service_wrap {
  position: relative;
  padding-right: 63px;
}
.blurb_el_service .service_wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-top: 35px solid transparent;
  border-left: 30px solid;
  border-left-color: #f6f5f5;
  border-bottom: 35px solid transparent;
  z-index: 4;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.blurb_el_service .service_wrap:hover:after{
  border-left-color: #df4d3e;
}
.blurb_el_service .service_wrap .media{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blurb_el_service .service_wrap h3{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-family: 'Rubik', sans-serif;
} 
.blurb_el_service .service_wrap .service_content {
  font-size: 14px;
  font-weight: 400;
  color: #4c4949;
  letter-spacing: 0.3px;
}
.blurb_el_service img {
  margin-right: 30px;
  margin-top: 2px;
  width: 80px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .blurb_el_service .service_wrap:after {
    right: 10px;
  }
}

@media (max-width: 991px) {
  .blurb_el_service .service_wrap {
    padding-right: 15px;
  }
  .blurb_el_service .service_wrap:after{
    display: none;
  }
  .blurb_el_service img, .blurb_el_service i {
    margin-right: 10px;
  }
  .blurb_el_service .service_wrap h3 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .blurb_el_service .service_wrap {
    padding-right: 40px;
  }
  .blurb_el_service .service_wrap:after{
    display: inherit;
  }
  .blurb_el_service img,
  .blurb_el_service i {
    margin-right: 15px;
  }
}
/*
===========================================
Service Section
===========================================
*/
.wd-service .list-unstyled {
  background: #fff;
  padding: 20px;
}
.wd-service .media-body {
  padding-left: 10px;
}
.wd-service .media {
  padding: 30px;
  border: 2px dashed #f0f0f0;
  font-weight: 300;
  position: relative;
}
.wd-service .media p {
  color: #999999;
  font-size: 14px;
}
.wd-service .media .wd-service-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px !important;
}
.wd-service .media:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  border: 2px solid #ff9800;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 0;
  border-right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-service .media:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0%;
  border: 2px solid #ff9800;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 0;
  border-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wd-service .media:hover {
  border-color: transparent;
}
.wd-service .media:hover:before {
  left: 0;
  width: 105%;
  -webkit-transform: translateX(-2.5%);
  transform: translateX(-2.5%);
}
.wd-service .media:hover:after {
  top: 0;
  height: 120%;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
}

/*
=============================
categories Section
=============================
*/
/*
=================================
Categories  Section
=================================
*/
#categories {
  padding: 50px 0;
  background: #f5f5f5;
}
#categories .categories-big-box,
#categories .categories-small-box {
  padding: 20px;
  background: #fff;
}
#categories .categories-small-box {
  margin-bottom: 15px;
}
#categories .categories-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 38px;
}
#categories .categories-info .categories-name {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 10px;
}
#categories .categories-info .categories-content {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}
#categories .wd-shop-btn {
  font-weight: 400;
  font-size: 14px;
}
#categories .wd-shop-btn:hover {
  border: 1px solid #ff9800;
}
#categories .featured-info {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
#categories .featured-info .featured-product-title {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 400;
}
#categories .featured-info .rating {
  padding-bottom: 10px;
}
#categories .featured-info .rating i {
  font-size: 20px;
}
.categories-small-box .categories-info{
  width: 60%;
  float: right;
}
.categories-info .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #aeb0b1;
  letter-spacing: 1px;
  font-weight: 400;

}
.blurb_el_mini_slider a.im-link {
  display: block;

}
.blurb_el .image-stretch img{
  width: 100% !important;
}
.categories-small-box .categories-img {
  width: 40%;
}

.blurb_el_mini_slider h3{
  color: #333333;
  font-size:18px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;

}
.blurb_el_mini_slider h3:before{
  display: block;
  content: '';
  clear: both;
  border: 1px solid #df4d3e;
  width: 30px;
  position: absolute;
  top: 36px;
  left: 0;
}
.blurb_el_mini_slider h3:after{
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 95%;
  top: 38px;
  right: 0;
  border-bottom: 1px solid #efefec;
}
.blurb_el_mini_slider .owl-nav .owl-prev:after{
  display: block;
  content: '';
  clear: both;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 17px;
  left: 16px;
  width: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blurb_el_mini_slider strong.highlights-text{
  color: #df4d3e;
  text-transform: uppercase;
}
.blurb_el_mini_slider .owl-nav {
  position: absolute;
  top: -73px;
  right: 0px;
  margin: 0;
}
.blurb_el_mini_slider .owl-nav .owl-prev {
  margin-right: 15px;
}
.blurb_el_mini_slider .owl-nav .owl-prev, .blurb_el_mini_slider .owl-nav .owl-next{
  background: transparent;
  color: #222;
  font-size: 16px;
  padding: 0;

}
.blurb_el_mini_slider .owl-nav .owl-prev:hover, .blurb_el_mini_slider .owl-nav .owl-next:hover{
  background: transparent;
  color: #222;
  font-size: 16px;
  padding: 0;

}
#bobo .categories-info {
  padding-left: 78px;

}
@media (max-width: 1024px) {

  .blurb_el_content_box .align-items-center{
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
  }

  .choose-category-area-box {
    padding: 0 15px;
  }
}

@media (max-width:575px){
  .blurb_el_mini_slider .owl-nav{
    position: relative;
    top: inherit;
    right: 0px;
    margin: 15px 0 0;
  }
  .blurb_el_mini_slider .owl-nav .owl-prev:after{
    display: none;
  }
  .categories-small-box .categories-info{
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
  .categories-small-box .categories-img{
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}
/*
=============================
big-message Section
=============================
*/
/*
=================================
Big Message Section
=================================
*/
#big-message {
  padding-top: 80px;
}
#big-message .message-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 10px;
}

#big-message .message-bar-chart {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
#big-message .big-message-img {
  position: absolute;
  bottom: 0;
  right: 23%;
}

/*
=================================
Recent Product Section
=================================
*/
.recent-product {
}
.recent-product .recent-product-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 90px;
  margin-top: 25px;
  color: #333333;
  position: relative;
  padding-bottom: 24px;
}
.recent-product .recent-product-title:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  max-width: 170px;
  background: #bababa;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.recent-product .recent-product-title:after{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  max-width: 44px;
  z-index: 3
}
.recent-product .recent-product-box {
  background: #fff;
  margin-bottom: 80px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgb(241, 240, 240);
}
.recent-product .recent-product-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.recent-product .recent-product-box:hover .recente-product-categories,
.recent-product .recent-product-box:hover .recente-product-content,
.recent-product .recent-product-box:hover .recent-price {
  color: #333;
}
.recent-product .recent-product-box:hover .recente-product-content a {
  color: #333;
}
.recent-product .recent-product-box:hover .recente-product-content a:hover {
  color: #333;
}
.recent-product .recent-price {
  color: #ff9800;
}
.recent-product .recent-product-info {
  padding: 23px 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recent-product .recent-price {
  font-size: 14px;
}
.recent-product .recent-product-info &gt; a{
  margin: 15px 0 30px 0;
}
.recent-product .recent-product-info &gt; a:hover h2{
  color: #09013c;
}

.recent-product .recent-product-info h2 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
  color: #454545;
  line-height: 25px;
}
.recent-product .recent-product-rating,
.recent-product .recente-product-compare,
.recent-product .recente-product-comments {
  background: #f4f3f3;
  color: white;
}
.recent-product .recent-product-rating a {
  color: #ff9800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.recent-product .recente-product-comments {
  border-bottom: 1px solid #f4f3f3;
}
.recent-product .recente-product-content a {
  color: #333333;
}
.recent-product .recent-product-meta-link a {
  position: relative;
  background: #f4f3f3;
  color: #999999;
  display: inline-block;
  border-right: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
.recent-product .recent-product-meta-link a:hover {
  background: #1f91f1;
  color: #fff;
}
.recent-product .recent-product-meta-link a:hover .compare-white {
  opacity: 1;
}
.recent-product .recent-product-meta-link a:hover i {
  color: #fff !important;
}
.recent-product-info .fa.fa-balance-scale {
    line-height: 24px;
}
.recent-product .recent-product-meta-link a i {
  margin-right: 5px;
}
.recent-product .compare-white {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-product .recente-product-categories {
  font-size: 12px;
  color: #999999;
  font-weight: 300;
}

.recent-pro-2.recent-product .recent-product-meta-link a {
  display: inline-block;
  padding: 7px 0px;
  border-right: 0;
  font-size: 14px;
  min-width: 82px;
  text-align: center;
}
.recent-pro-2.recent-product .recent-product-meta-link a[data-type=compare] {
  padding: 9px 0px;
}
@media (min-width: 1200px) and (max-width: 1399px){
  .recent-pro-2.recent-product .recent-product-meta-link a {
    min-width: 72px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .recent-pro-2.recent-product .recent-product-meta-link a {
    min-width: 58px;
  }    
  .recent-product .recent-price {
    width: 100%;
  }
}
@media (max-width: 757px){
  .recent-pro-2.recent-product .recent-product-meta-link a {
    min-width: 68px;
  }
}
@media (max-width: 575px) {


  .recent-pro-2.recent-product .recent-product-meta-link a {
    min-width: 80px;
  }
  .recent-product .recente-product-categories {
    font-size: 12px;
    color: #999999;
    font-weight: 300;
  }
  .recent-product .recent-product-img &gt; a {
    padding: 20px 15px 0!important;
  }
  .recent-pro-2.recent-product .recent-product-img &gt; a{
    padding: 0!important;
  }
  .recent-product .nav-tabs .nav-item {

    margin-bottom: 10px !important;
  }
  .recent-product .recente-product-categories a {
    padding: 0!important;
  }
}

@media (max-width: 1024px) {

  .recent-pro-2.recent-product .tab-pane {
    padding: 0 20px;
  }

}

.recent-pro-2.recent-product .col-xl-2 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.recent-product .recent-product-box:hover .recent-product-info .recent-price .active-color {
  color: #fff;
}

.recent-product .recente-product-categories a{
  color: #454545;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.recent-product .recente-product-categories a:hover{
  color: #09013c;
}
.recent-product-info strong u{
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.recent-product-info .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.recent-product-info .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.amazon-review-box-area {
  margin-right: -5px;
  margin-left: -5px;
}

.amazon-review-box-area .amazon-review-title h6{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}

.recent-product-info .btn-group-sm&gt;.btn, .btn-sm {
  border-radius: 0;
}

.recent-product-meta-link .btn {
  border: none;

}

.recent-product-meta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*
=============================
Top Amazon product class = blurb_el_product_filter 
=============================
*/

@media (min-width:1200px) {
  .blurb_el_product_filter .col-xl-2{
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.blurb_el_product_filter .wd-amazon-product h4{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color : #333333
}

/* tab */
.blurb_el_product_filter .wd-amazon-product-tabs{
  border: none;
  margin: 0
}
.blurb_el_product_filter .wd-amazon-product-tabs a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #5f5e5e;
  padding: 0 0 4px;
  border: 0;
  position: relative;
  margin: 0 20px;
}
.blurb_el_product_filter .wd-amazon-product-tabs li:first-child a {
  margin-left: 0;
} 
.blurb_el_product_filter .wd-amazon-product-tabs li:last-child a{
  margin-right: 0;
}

.blurb_el_product_filter .wd-amazon-product-tabs a:after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.blurb_el_product_filter .wd-amazon-product-tabs a.active{
  background: transparent;
}
.blurb_el_product_filter .wd-amazon-product-tabs a.active:after,
.blurb_el_product_filter .wd-amazon-product-tabs a:hover:after {
  width: 100%;
}
.blurb_el_product_filter .recent-product-box{
  margin-top: 50px
}

.blurb_el_product_filter .product-img{
  text-align: center;
}

.blurb_el_product_filter .recent-product-info{
  background: #ffffff;
  padding: 25px 15px;
  border: 1px solid #f2f1f1;
  border-top: 0;
}
.blurb_el_product_filter .recent-price {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.blurb_el_product_filter .recente-product-categories {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 24px;
  -webkit-transform: none;
  transform: none;
  text-transform: uppercase;
}
.blurb_el_product_filter .recente-product-content a {
  font-size: 16px;
  color: #272727;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin: 20px 0px 26px;
  text-align: center;
  display: block;
  letter-spacing:0.5px;
  text-align:left;
}

.blurb_el_product_filter .recent-product-meta-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}
.blurb_el_product_filter .recent-product-meta-link &gt; a,
.blurb_el_product_filter .recent-product-meta-link .baide_compare{
  width: 100%;
  max-width: calc(33.33% - 6.66px);
  background: #f5f5f5;
  color: #828181;
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
}
.blurb_el_product_filter .recent-product-meta-link &gt; a{
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.blurb_el_product_filter .recent-product-meta-link .baide_compare{
  margin: 0 10px;
}
.blurb_el_product_filter .recent-product-meta-link .baide_compare a{
  width: 100%;
  padding: 0;
  color: #828181;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
@media (min-width:1200px) and (max-width: 1399px) { 
  .blurb_el_product_filter .recent-product-info {
    padding: 18px 15px;
  }
  .blurb_el_product_filter .recente-product-content a {
    font-size: 15px;
    line-height: 23px;
    margin: 14px 0px 17px;
  }
  .blurb_el_product_filter .recent-price {
    font-size: 13px;
  }
  .blurb_el_product_filter .recente-product-categories {
    font-size: 11px;
  }
}

@media (min-width:992px) and (max-width: 1199px) {
  .blurb_el_product_filter .wd-amazon-product-tabs a {
    margin: 0 15px;
  }
  /*  recent-product   */
  .recent-product .recent-product-box {
    margin-bottom: 40px;
  }
  .recent-product .recente-product-content {
    margin: 10px 0 25px 0;
  }
}

@media (max-width: 991px) {
  .blurb_el_product_filter .wd-amazon-product h4{
    text-align: center;
    margin-bottom: 30px
  }
  .blurb_el_product_filter .recent-product-box {
    margin-top: 30px;
  }
  .blurb_el_product_filter .wd-amazon-product-tabs a {
    font-size: 15px;
    line-height: 22px;
    margin: 10px 13px 0;
    padding: 0 0 1px;
  }
  /*  recent-product   */
  .recent-product .recent-product-box {
    margin-bottom: 40px;
  }
  .recent-product .recente-product-content {
    margin: 15px 0 20px 0;
  }
}
@media (max-width: 575px) {
  .blurb_el_product_filter .wd-amazon-product-tabs a {
    padding: 0 0 2px;
    font-size: 14px;
  }
  /*  .blurb_el_product_filter .wd-amazon-product h4 {
  margin-bottom: 20px;
} */
}

/*
=============================
offer-time Section
=============================
*/
/*
=================================
Offer Time Section
=================================
*/
.offer-time {
  padding-bottom: 50px;
  background: #f5f5f5;
}
.offer-time .offer-time-box {
  background: #fff;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.offer-time .offer-brand-name {
  font-size: 16px;
  color: #019c04;
  font-weight: 300;
}
.offer-time .offer-title {
  font-size: 40px;
  font-weight: 800;
  color: #333333;
  margin-top: 5px;
}
.offer-time .offer-title span {
  color: #ff9800;
  font-weight: 400;
  font-style: italic;
}
.offer-time .offer-price {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 30px;
}
.offer-time .offer-btn {
  padding-top: 30px;
}
.offer-time .offer-btn a {
  font-size: 16px;
  font-weight: 500;
  padding: 2px 2px 2px 15px;
}
.offer-time .offer-btn img {
  margin-left: 10px !important;
  min-height: 39px;
  max-width: 95px;
}
.offer-time .offer-btn .green-btn {
  background: #86b816;
  border-color: #86b816;
}
.offer-time .offer-btn .green-btn:hover {
  background: #fff;
  color: #86b816;
}
.offer-time .offer-btn-primary a:hover {
  border: 1px solid #ff9800;
}

/*
========================
Time Counter Edit
========================
*/
.countdown {
  text-transform: uppercase;
  display: inline;
}

.countdown &gt; div {
  display: inline-block;
}

.countdown &gt; div &gt; span {
  display: block;
  text-align: center;
}

.countdown-container {
  margin: 0 3px;
}

.countdown-container .countdown-heading {
  font-size: 11px;
  margin: 3px;
  color: #666666;
}

.countdown-container .countdown-value {
  font-size: 18px;
  background: #000000;
  padding: 10px;
  color: #fff;
}

.countdown {
  text-align: center;
}

@media (max-width: 575px) {
  .offer-time {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .offer-time .offer-time-box {
    padding-bottom: 20px;
  }
  .offer-time .offer-img {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .offer-time .offer-content {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .offer-time .offer-title {
    font-size: 25px;
  }
  .offer-time .offer-price {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .offer-time {
    padding: 30px 0;
  }
  .offer-time .offer-time-box {
    margin-bottom: 20px;
  }
  .offer-time .offer-title {
    font-size: 35px;
  }
}

/*
=============================
offer-time Section
=============================
*/
/*
=============================
categories Section
=============================
*/
.choose-category {
  background: #f5f5f5;
  /*   padding: 65px 0; */
}
.choose-category .choose-category-main-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.choose-category .choose-category-box {
  background: #fff;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.choose-category .choose-category-box:hover {
  -webkit-box-shadow: 0 0 30px rgba(156, 164, 179, 0.3);
  box-shadow: 0 0 30px rgba(156, 164, 179, 0.3);
  position: relative;
  z-index: 10;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.choose-category .choose-category-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.choose-category .choose-category-content {
  margin-bottom: 16px;
}
.choose-category .choose-category-link {
  font-size: 12px;
  font-weight: 500;
  color: #3cc4f1;
  background: transparent;
}
.choose-category .wd-border-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}

/*
=============================
offer-time Section
=============================
*/
/*
===========================================
Product Details Page Style
===========================================
*/

.best-rated .best-rated-title {
  margin-bottom: 45px;
}
.best-rated .best-rated-title h4 {
  font-size: 30px;
  font-weight: 700;
}
.best-rated .bast-rated-box {
  background: #fff;
  padding: 20px;
  border-right: 1px dashed #e9e9e9;
  border-bottom: 1px dashed #e0dede;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.best-rated .star-rating i{
  font-size: 12px;
}
.best-rated .rated-content {
  font-size: 16px;
  color: #454545;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .5px;
}
.best-rated .price {
  font-size: 16px;
  color: #ff9800;
  font-weight: 500;
  line-height: 24px;
}

.blurb-price-color {
  display: block;
}
.bast-rated-box .media {
  align-items: center; 
}
.best-rated .media .media-body{
  padding: 0px 0 0 24px;
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .best-rated .bast-rated-box {
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) { 
  .best-rated .bast-rated-box {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) { 
  .best-rated .best-rated-title {
    margin-bottom: 40px;
  }
  .best-rated .media .media-body {
    padding: 0px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .best-rated .best-rated-title {
    margin-bottom: 30px;
  }
  .best-rated .best-rated-title h4 {
    font-size: 27px;
  }
  .best-rated .bast-rated-box {
    height: 100%;
  }
  .best-rated .media{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .best-rated .media .media-body{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0 0px;
    text-align: center;
  }
  .best-rated .rated-content {
    font-size: 15px;
  }
  .best-rated .price {
    font-size: 15px;
  }
}
/*
=============================
offer-time Section
=============================
*/

.wd-counter {
  background-size: 100% 100%;
}
.wd-counter {
  background-size: cover;
  background-position: center;
  color: #000;
}
.wd-counter p {
  font-size: 18px;
  font-weight: 400;
}
.wd-counter p span {
  font-weight: 700;
}
.wd-counter-box{
  margin-bottom: 30px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .wd-counter p {
    font-size: 15px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .wd-counter p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wd-counter p {
    font-size: 16px;
  }
}
/*
=================
responsive Section
=================
*/
/**
* ---------------------------------------------------------------------------
* 0?. Responsive Styles
* ---------------------------------------------------------------------------
*/
@media (max-width: 991px) {

  /* Header Section */
  .account-section {
    padding: 0 15px;
  }

  .account-section {
    float: left;
    padding-right: 7px;
  }

  /* User Account Section */
  .wd-modal-tab-menu {
    position: static;
    right: auto;
    width: 100%;
  }
  .wd-modal-tab-menu a {
    padding: 10px 0;
    width: 100px;
    font-size: 14px;
  }

  .sign-up-section .login-form {
    margin: 0;
  }

  .login-section,
  .sign-up-section {
    padding: 20px 30px;
  }

  .social-media a {
    padding: 7px 10px;
  }
  .social-media a i {
    font-size: 12px;
  }

  .login-form {
    margin-top: 15px;
  }
  .login-form .form-control {
    padding: 8px;
  }
  .login-form .wd-login-btn {
    padding: 5px !important;
  }
  .login-form .form-check {
    margin-bottom: 5px;
  }

  .brand-description-area,
  .brand-login-section {
    display: none;
  }

  .header-search-area {
    position: relative;
  }
  .header-search-area .header-search-option {
    position: absolute;
    left: 50%;
  }

  /* Main Menu Section */
  #main-menu-2 .angle-down,
  #main-menu .angle-down {
    display: none;
  }
  #main-menu-2 .wd-megamenu,
  #main-menu .wd-megamenu {
    background: transparent;
  }
  #main-menu-2 .wd-megamenu .wd-megamenu-ul,
  #main-menu .wd-megamenu .wd-megamenu-ul {
    width: 100% !important;
  }
  #main-menu-2 .wd-megamenu .menu-dropdown-icon:before,
  #main-menu .wd-megamenu .menu-dropdown-icon:before {
    position: absolute;
    right: 0;
  }
  #main-menu-2 .menu-mobile i,
  #main-menu .menu-mobile i {
    font-size: 25px;
    color: #333;
  }
  #main-menu-2 .wd-megamenu .menu &gt; ul &gt; li &gt; ul &gt; li,
  #main-menu .wd-megamenu .menu &gt; ul &gt; li &gt; ul &gt; li {
    width: 100%;
  }

  /* Service  Section */
  .wd-service .service-box {
    margin-bottom: 20px;
    height: 120px;
  }

  /* trending Section */
  #trending .owl-nav div {
    margin: 0;
  }

  /* details Section */
  .purchase_steps .arow {
    display: none;
  }

  /* message Section */

  /* Product Section */
  .product-amazon .section-title-center {
    margin-bottom: 20px;
  }
  .product-amazon .section-title-center .title {
    font-size: 18px;
  }

  /*   .product-amazon .owl-nav {
  top: -72px;;
} */

  /* Product Section */
  #product-ebay .section-title-center {
    margin-bottom: 20px;
  }
  #product-ebay .section-title-center .title {
    font-size: 18px;
  }
  #product-ebay .owl-nav {
    top: -62px;
  }

  /* Review Section */
  .blurb_el_review_carousel .wd-item {
    padding: 10px;
  }
  .blurb_el_review_carousel .client-rating {
    margin-top: 10px;
    text-align: left !important;
  }
  .blurb_el_review_carousel .client-rating i {
    font-size: 14px;
  }
  .blurb_el_review_carousel .description {
    padding: 0 15px;
    font-size: 14px;
  }
  .blurb_el_review_carousel #video img {
    width: 100%;
  }


  /*  news title */
  .col-md-12.section_title .news-title:before {
    width: 36% !important;
  }
  .col-md-12.section_title .news-title:after {
    width: 36% !important;
  }
  .news-title {
    font-size: 18px;
  }

  /* Details Section */
  .purchase_steps .step-content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .purchase_steps .step-active {
    background-size: 120%;
    background-position: 100%;
  }
  .purchase_steps .hover-icon {
    top: 0px;
  }
  .purchase_steps .hover-icon-user {
    top: 35px;
  }
  .purchase_steps .hover-icon-vendor {
    top: 44px;
  }

  /* Subscribe Section */
  #subscribe {
    padding-bottom: 50px;
  }
  #subscribe .subscribe-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .footer-widgets {
    padding: 50px 0 70px;
    color: #999;
  }
  .footer-widgets .footer-about {
    text-align: center;
    margin-bottom: 50px;
  }
  .footer-widgets .stores-list {
    padding: 0;
  }
  .footer-widgets .footer-nav {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .copyright .brand-logo {
    margin-top: 20px;
    text-align: center !important;
  }
  .acc-header-wraper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .blurb_social_icon_widget .wb-social-media {
    display: block;
  }
  .footer-widget {
    margin-bottom: 50px !important;
  }

  .footer-widgets {
    padding: 50px 0 0;
    color: #999;
  }

}
@media (max-width: 575px) {
  /* Header Top Section */

  #wd-header-top .language-and-currency-btn {
    margin-top: 0;
    text-align: right;
  }
  #wd-header-top .offer-text p {
    font-size: 11px;
  }


  #wd-header-top .topbar-container .offer-text {
    display: none;
  }

  .blrub-logo {
    margin: 0px 0;
  }
  .wb-social-media a {
    margin-right: 4px;
    height: 19px;
    width: 19px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    margin-right: 2px;
  }
  #wd-header-top .wb-social-media img {
    width: 16px;
  }

  /* Header Section */
  #wd-header .blrub-logo {
    text-align: center;
    margin: 14px 0;
  }
  #wd-header .header-search-option {
    padding: 0;
    margin: 0 0 20px;
  }
  .purchase_steps .hover-icon {
    top: 40px;
  }
  .purchase_steps .details-box .main-icon {

    top: 40px;
  }
  .col-md-12.section_title .news-title:before {
    display: none;
  }
  .col-md-12.section_title .news-title:after {
    display: none;
  }
  .details .details-active-title {

    font-size: 20px;

  }


  /* Slider Section */
  .slider-cat .slider-text .slider-title {
    margin-bottom: 10px !important;
  }
  .slider-cat .slider-text .slider-title {
    margin-bottom: 10px !important;
  }

  /* Service Section */
  .wd-service .service-box {
    padding: 0;
    height: 150px;
    padding: 20px 15px;
    text-align: center;
    display: block;
  }
  .wd-service .box-text {
    margin: 15px 0 0;
    display: block !important;
  }
  .wd-service .box-text h5 {
    font-size: 14px;
  }

  /* trending Section */
  #trending .owl-nav {
    padding: 0 20px;
  }
  #trending .owl-nav div {
    margin: 0;
  }

  /* Review Section */
  .blurb_el_review_carousel .owl-nav {
    top: 12%;
  }


  /* Details Section */
  .purchase_steps {
    padding: 30px 15px;
  }
  .purchase_steps .details-box {
    text-align: center;
  }
  .purchase_steps .details-title {
    margin-bottom: 5px;
    text-align: left;
  }
  .purchase_steps .step-content {
    margin-top: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-left: 70px;
    text-align: left;
  }
  #subscribe .subscribe-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #subscribe .subscribe-btn {
    margin-top: 10px;
  }
  #subscribe .subscribe-body {
    padding: 20px 0;
  }

  .copyright .brand-logo a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
/*
===========================================
Custom Media Query
===========================================


/*----------------------------------------*/
/*  11.  Magazine page
/*----------------------------------------*/

.style-four .menu &gt; ul &gt; li:nth-last-child(2) &gt; ul.normal-sub, .style-four .menu &gt; ul &gt; li:nth-last-child(1) &gt; ul.normal-sub, .menu &gt; ul &gt; li:nth-last-child(3) &gt; ul.normal-sub {
  width: 268px;
  left: auto !important;
  padding: 10px 20px;
}
.header-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100px;
  text-align: center;
  padding-right: 40px;
}
.style-four .wd-megamenu .main-menu-list {
  padding: 15px 13px!important;
}
.angle::after {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #000;
  right: -50px;
}
.double-bg::after {
  content: "";
  width: 50%;
  background: #0072ff;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  left: 0;
}
.double-bg::before {
  content: "";
  width: 50%;
  background: #000;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
}
.angle{position: relative}
.angle::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 56px solid transparent;
  border-left: 22px solid #0072ff;
  right: -22px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.style-four .coupon-save {
  font-size: 22px;
  color: #fff;
}
.cus-wd-l {
  width: 50%;
}
.cus-wd-r {
  width: 50%;
}
.style-four .wd-megamenu .main-menu-list {
  color: #fff!important;
}
.style-four .account-section button {
  color: #fff!important;
}
.style-four .header-cart .header-wishlist, .style-four .header-cart .compare-cart,.style-four .account-section .sign-out{
  color: #fff!important;
}
.style-four .my-account {
  color: #fff;
  float: right;
}
.sin-big-offer img {
  max-width: inherit !important;
}
.magazine-top {
  padding: 20px 0 50px;
  background: #e4f9fe;
}
.mr-meta a:last-child {
  float: right!important;
  padding-right: 19px;
}
.holiday-deals{}
.holiday-deals h6 {
  color: #dc4b3e;
  font-size: 18px;
  font-weight: 400;
}
.hc-l {
  float: left;
  margin-top: 10px;
  width: 50%;
  float: left;
}
.hc-l p {
  line-height: 16px;
}
.hc-l p:last-child{color: #ff9800;font-size: 12px;}
.hc-l p span {
  text-decoration: line-through;
  margin-top: 5px;
}
.holiday-deals {
  background: #fff;
  padding: 2px 30px 0;
  min-height: 76px;
}
.notice-board {
  text-align: right;
  margin-top: -25px;
}
.holiday-carousel.owl-carousel .owl-item img {
  width: auto;
}
.hc-r {
  width: 50%;
  float: right;
}
.sin-hol-car a {
  color: #444444;
}

.big-offer {
  width: 100%;
  overflow: hidden;
  margin: 10px 0 25px;
}
.sin-big-offer {
  width: 33.33%;
  display: block;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sin-big-offer.mar-left {
  margin-left: -70px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.sin-big-offer:hover {
  -webkit-transform: translate(-5px,0px);
  transform: translate(-9px,0px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pos-1 {
  position: absolute;
  top: 28px;
  left: 57%;
}

/*count down*/
.count-down .time-count {
  float: left;
  display: inline;
  font-size: 40px;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 20px;
  position: relative;
  background: #f99d00;
  color: #fff;
  padding: 5px 0px;
  margin-bottom: 3px;
  line-height: 29px !important;
}
.count-down .separator::after {
  content: ":";
  top: -12px;
  right: 0;
  position: absolute;
  font-size: 46px;
}
.count-down .separator::after {
  content: ":";
  top: 8px;
  right: 0;
  position: absolute;
  font-size: 30px;
  display: none;
}
.count-down .cdown {
  width: auto;
  text-transform: uppercase;
  width: 35px;
  float: left;
  margin: 0 4px;
  text-align: center;
}
.cdown p {
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 13px;
  text-transform: capitalize;
  color: #442626;
}
.count-down {
  text-align: center;
  margin: 0 auto;
  width: 206px;
  position: absolute;
  top: 117px;
  left: 86px;
}
.magazine-top .wd-service {
  background: #f5f5f5;
  padding: 0px;
  background: none;
}
.magazine-top .wd-service .media {
  padding: 15px;
}
.mag-left-banner {
  overflow: hidden;
}
.mag-left-banner .wd-shop-btn {
  position: absolute;
  bottom: 65px;
  padding: 8px 15px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
}
.sin-fw-carousel {
  position: relative;
  overflow: hidden;
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
}
.sin-fw-carousel img{
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
}
.sin-fw-carousel:hover img{
  -webkit-transition:all 0.5s;
  transition:all 0.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sin-fw-carousel .top-content {
  position: absolute;
  top: 0;
  color: #fff;
  left: 30px;
  top: 30px;
}
.sin-fw-carousel .top-content h6 {
  font-size: 20px;
  margin-bottom: 3px;
}
.top-content rating{}
.sin-fw-carousel .bot-cont {
  position: absolute;
  bottom: 75px;
  left: 30px;
  color: #fff;
}
.bot-cont h2{font-size: 30px}
.bot-cont a {
  color: #fff;
  font-size: 16px;
}
.bottom-line a{font-size: 20px;color: #fff;}
.bottom-line {
  background: #353535;
  text-align: center;
  padding-bottom: 11px;
  z-index: 99;
  position: relative;
}
/*Magazine tab area */
.magazine-sin {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  display: inline-block;
}
.magazine-tab-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 60px 0px 0px 40px;
}
.magazine-tab-con h2 span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.magazine-tab-con h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.magazine-tab-con p {
  font-size: 25px;
  font-weight: 700;
}
.magazine-tab-con p span{text-decoration: line-through}
.magazine-tab-con h3 a {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  float: left;
  width: 65%;
  line-height: 35px;
}
.tab-bottom{margin-top: 70px;}
.tab-rating {
  float: right;
  margin-right: 50px;
}
.tab-rating p{font-size: 30px;color: #ff9800}
.tab-bottom .tab-rating a{font-size: 18px}
.sin-tab-pro {
  display: inline-block;
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
}
.st-img {
  float: left;
}
.tp-content {
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.tp-content &gt; a{font-size: 18px;color: #444}
.tp-content p {
  font-size: 12px;
  color: #888888;
  padding-top: 8px;
}
.tab-magazine {
  background: #f5f5f5;
  padding-top: 25px;
}
/*Magazine blog area */
.full-carousel {
  background: #f5f5f5;
}
.mag-sin-blog{-webkit-transition: all 0.5s;transition: all 0.5s;}

.mag-sin-blog:hover {
  -webkit-box-shadow: 5px 5px 0px 0px #00cee8;
  box-shadow: 5px 5px 0px 0px #00cee8;
}
.maz-blog {
  background: #f5f5f5;
  padding-top: 15px;
}

.mag-sinb-img {
  position: relative;
  overflow: hidden;
}
.mag-blog-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mag-blog-tag a {
  font-size: 14px;
  color: #fff;
  background-color: #ff8000;
  padding: 4px 15px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 4px;
}
.mag-blog-content {
  background: #fff;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 30px;
  background: #fff;
}
.mag-blog-tag a:nth-child(2){background-color: #0096ff;} 
.mag-blog-tag a:nth-child(3){background-color: #ff3e55;} 
.mag-blog-content p {
  color: #888;
  text-transform: capitalize;
}
.mag-blog-con {
  padding-top: 12px;
  padding-bottom: 22px;
  line-height: 24px;
}
.mag-blog-content a{font-size: 20px;color: #444444}
.mag-blog-content .readmore {
  background: #f5f5f5;
  padding: 9px 21px;
  display: inline-block;
  font-size: 14px;
}
.mag-sinb-img::before {

  background: rgba(255,255,255,0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(135,135,135,0)), color-stop(100%, rgba(0,0,0,0.24)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(47%, rgba(135,135,135,0)), to(rgba(0,0,0,0.24)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(135,135,135,0) 47%, rgba(0,0,0,0.24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-right-sin {
  position: relative;
  overflow: hidden;
}
.blog-right-sin:before{
  background: rgba(255,255,255,0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(135,135,135,0)), color-stop(100%, rgba(0,0,0,0.24)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(47%, rgba(135,135,135,0)), to(rgba(0,0,0,0.70)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(135,135,135,0) 47%, rgba(0,0,0,0.70) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

}
.maz-blog {
  padding-bottom: 30px;
}
.mag-blog-content h2 {
  line-height: 20px;
  font-weight: 500;
}
.blog-right-sin-con {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.mag-add {
  overflow: hidden;
}
.blog-right-sin-con a{font-size: 20px;color: #fff;font-weight: 700}
.blog-right-sin-con p{font-size: 14px;color: #fff}
.blog-right-sin:first-child {
  margin-bottom: 25px;
}
.Pro-and-banner h1 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}
.sin-pro-ban {
  overflow: hidden;
}
.pro-ban-con {
  background: #5fc1ee;
  width: 100%;
  color: #fff;
  padding: 30px 0px 30px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sin-pro-ban:hover .pro-ban-con {
  background: #2f9ed1;
}
.pro-ban-con a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.Pro-and-banner {
  background: #f5f5f5;
}
.Pro-and-banner.mar-top-minus {
  margin-top: -24px;
}
.pad-top-30{padding-top: 30px;}
/*Progress bar*/

.sin-mag-rev .progress {
  width: 130px;
  height: 130px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-top: 50px;
  margin-bottom: 24px;
}
.sin-mag-rev .progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sin-mag-rev .progress &gt; span{
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sin-mag-rev .progress .progress-left{
  left: 0;
}
.sin-mag-rev .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  position: absolute;
  top: 0;
}
.sin-mag-rev .progress .progress-left .progress-bar{
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.sin-mag-rev .progress .progress-right{
  right: 0;
}
.sin-mag-rev .progress .progress-right .progress-bar{
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
  animation: loading-1 1.8s linear forwards;
}
.sin-mag-rev .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #444444;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 5%;
  font-weight: 900;
}
.sin-mag-rev .progress .progress-bar {
  border-color: #ffc107;
}
.sin-mag-rev .progress.blue .progress-left .progress-bar{
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
  animation: loading-2 1.5s linear forwards 1.8s;
}

@-webkit-keyframes loading-1{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes loading-2{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-2{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@-webkit-keyframes loading-3{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-3{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes loading-4{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-4{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@-webkit-keyframes loading-5{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@keyframes loading-5{
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px){
  .sin-mag-rev .progress{ margin-bottom: 20px; }
}
.sin-mag-rev {
  padding: 30px 20px 35px;
  background: #fff;
}
.mag-review {
  background: #f5f5f5;
  padding-top: 65px;
  padding-bottom: 50px;
}
.mag-review h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 300;
  margin-bottom: 30px;
}
.inner-rev .rating {
  float: right;
  margin-top: 5px;
  margin-right: 24px;
}
.inner-rev .rating a {
  font-size: 15px;
}
.inner-rev .rating a .active-color {
  color: #ffc107 !important;
}
.rating.pro-bar .active-color {
  color: #ffc107 !important;
}
.mr-img {
  text-align: center;
  padding-bottom: 45px;
}
.mr-meta a {
  font-size: 14px;
  color: #888888;
  margin-right: 10px;
  display: inline-block;
}
.mr-meta a i{margin-right: 3px}
.mag-rev-con h3 a {
  font-size: 18px;
  color: #444444;
  font-weight: 400;
}
.mag-rev-con h3 {
  margin-bottom: 10px;
  margin-top: 8px;
}
.inner-rev {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
}
.inner-rev span {
  font-size: 15px;
  float: left;
}
.pr-btn{background: #f5f5f5;color: #888;text-transform: capitalize;padding: 5px 10px}
.pr-btn {
  background: #f5f5f5;
  color: #888;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 5px;
}
.rev-readmore{text-align: center}
.sin-pc a {
  font-size: 14px;
  color: #444444;
  margin-top: 15px;
  display: block;
}
.rev-readmore a:hover{color: #444444;}
.pro-carousel {
  padding: 40px 0px;
  background: #ffffff;
}
.sin-pc {
  padding: 0 10px;
}
.sin-fw-social a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 15px 0px;
}
.sin-fw-social a i{margin-right: 5px;}
.sin-fw-social {
  text-align: center;
  border-radius: 7px;
}
.footer-full-social {
  background: #f5f5f5;
  padding: 60px 0px;
}
.rating.pro-bar {
  text-align: center;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.rating.pro-bar a {
  font-size: 20px;
}
.fb-fw {background: #3b5999;}
.sin-fw-social.fb-fw:hover {
  background: #304b84;
}
.tw-fw{background: #55acee;}
.sin-fw-social.tw-fw:hover {
  background: #60b5f5;
}
.ins-fw{background: #e4405f;}
.sin-fw-social.ins-fw:hover {
  background: #c83b55;
}
.lin-fw{background: #0077b5;}
.sin-fw-social.lin-fw:hover {
  background: #0b5b86;
}
.tum-fw{background: #34465d;}
.sin-fw-social.tum-fw:hover {
  background: #25364b;
}
.red-fw{background: #ff5700;}
.sin-fw-social.red-fw:hover {
  background: #dd520b;
}
/*----------------------------------------*/
/*  12.  Coupon page
/*----------------------------------------*/

.slider-bg3 {
  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.bc-slider-bg {
  position: relative;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-color: #666666;
}
.slider-cd-relative {
  position: absolute;
  top: 90px;
  left: 80px;
}
.slider-cd-relative .count-down .cdown {
  width: 50px;
}
.slider-cd-relative .count-down .time-count {
  padding: 10px 0px;
  border-radius: 5px;
}
.slider-cd-relative .cdown p {
  font-size: 15px;
  color: #fff;
}
.sin-logo {
  background: #fff;
  padding: 10px;
	text-align: center;
}
.logo-sliderc {
  background: #f9f9f9;
  padding: 50px 0px 25px;
}

.coupon-content h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 10px 0 12px 0px;
  line-height: 24px;
}
.coupon-content p {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 5px;
}
.coupon-content .rating a {
  color: #ffc400;
  font-size: 16px;
}
.getcode {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.coupon-hcode {
  height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 195px;
  border: 2px solid #ff9800;
  border-radius: 6px;
  padding: 1px 0 0 25px;
  position: relative;
  margin-top: 16px;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.coupon-code p {
  color: #909090;
  font-weight: 400;
  padding-right: 0;
  margin-top: 10px;
  font-size: 12px;
  padding-right: 15px;
}


.sav-coupon {
  color: #ff9800;
  font-size: 25px;
  text-align: right;
  font-size: 24px;
  margin-right: 10px;
  display: inline;
}
.sav-coupon:hover{
  color: #ff9800;
}
.coupon-code {
  text-align: right;
}
.sav-coupon-wrap {
  width: 100%;
}
.coupon-hcode::after {
  content: "";
  width: 100%;
  height: 46px;
  background: url(../image/coupon-box.png) no-repeat left top;
  top: -1px;
  left: 0;
  position: absolute;
}
.save_coupon_details{
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #ececec;
  padding: 2px 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.save_coupon_details:hover{
  color: #ffffff;
}
.hcode {
  float: right;
  color: #727272;
  padding-right: 26px;
}
.coupon-modal-body .smile-wrapper .smile {
  margin: 0;
  padding: 0;
}
.blurb_share.coupon-soc {
  margin: 0;
  padding: 0;
}
.hcode{float: right;color: #727272}
span.price {
  font-size: 20px;
  font-weight: 900;
}
.sin-coupon {
  border: 1px solid #ececec;
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.coupon-content::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  height: 80px;
  width: 2px;
  background: transparent;
  margin-top: -40px;
  border: 1px dashed #ddd;
}
.coupon-image {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 170px;
  overflow: hidden;
  min-height: 170px;
}
.blurb-badges.coupon-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;

}
.blurb-badges.coupon-badges a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #1f91f1;
  padding: 1px 6px;
  border-radius: 5px;
}

.coupon-content::after {
  right: 16px;
}
.coupon-hcode {
  font-size: 14px;
  width: 180px;
}
.coupon-content {
  padding: 0 30px;
}
.coupon-area {
  background: #fcfcfc;
  padding: 30px 0 20px 0px;
}
span.new {
  background: #1f91f1;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.coupon-img a {
  position: absolute;
  right: 13px;
  top: 10px;
  color: #eaf0f2;
  font-size: 30px;
}
.slider-countdown{

  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;

}
.slider-countdown .count-down {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  overflow: hidden;
  margin-bottom: 30px;
}
.slider-countdown h1{font-size: 40px;color: #fff;display: block}
.slider-countdown h6{font-size: 25px;color: #fff;display: block}
.coupon-sin-sidebar {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
  padding: 40px;
  margin-bottom: 30px;
}
.csb-inner input[type="checkbox"] {
  margin-right: 10px;
}
.csb-inner input[type="text"] {
  width: 100%;
  background: #f6f6f6;
  border: none;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.csb-inner p{font-size: 14px;
  margin-bottom: 10px;color: #a4a3a3}
.csb-inner input[type="submit"] {
  width: 100%;
  background: #ff9800;
  border: none;
  height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
}
.csb-inner ul li span.pcn {
  float: right;
  margin-right: 17px;
}
.csb-inner ul li span{font-size: 15px;color: #4e4e4e}
.coupon-sin-sidebar h2 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: 700;
  position: relative;
  margin-bottom: 34px;
}
.coupon-sin-sidebar h2::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #ff9800;
  left: 0;
  bottom: -12px;
}


.coupon-code p {
  padding-right: 0;
  font-size: 12px;
  text-align: right;
}
.coupon-content span.product-ratings-text {
  font-size: 13px;
}

.coupon-code .sav-coupon {
  color: #ff9800;
  font-size: 25px;
  text-align: right;
  font-size: 24px;
  margin-right: 0px;
  display: inline;
}



.coupon-content h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin: 10px 0;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.5px;
}

.coupon-content p {
  font-size: 13px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: lowercase;
}
.coupon-content .price{
  font-size: 16px;
  font-weight: 700;
}

.custom-width .coupon-content h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 10px 0 12px 0px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .coupon-code {
    text-align: left;
    margin-top: 30px;
  }
  .coupon-hcode{
    margin-top: 0;
  }
  .coupon-code p{
    text-align: left;
    margin-left: 17px;
    display: inline;
  }
  .coupon-code .sav-coupon-wrap {
    width: auto;
    float: right;
  }
  .coupon-content {
    padding: 0 0 0 30px;
  }
  .coupon-content::after {
    right: 0;
  }
  .coupon-content::after{
    display:none;
  }
}
@media (max-width: 575px) {
  .coupon-code p{
    margin-left: 0;
    display: block;
  }
}
/*----------Coupon modal css-----------*/

.coupon-modal.modal-dialog {
  max-width: 960px;
  margin: 0 auto!important;
  margin-top: 159px!important;
}
.coupon-modal .modal-header {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(210, 210, 210, 0.3);
  border-bottom: none;
  padding: 25px 40px;
}
.coupon-modal-body {
  padding: 50px 130px;
}
.coupon-show {
  background: url(../image/coupon-codebg.png) no-repeat center;
  text-align: center;
  padding-top: 31px;
  background-repeat: repeat;
  padding-bottom: 33px;
  word-break: break-all;
}
.coupon-show p {
  font-size: 18px;
  color: #3d3d3d;
  background: #fff;
  width: 322px;
  height: 52px;
  line-height: 49px;
  margin: 0 auto;
}
.coupon-show a {
  color: #3c3c3c;
  font-size: 16px;
  background: #fff;
  height: 37px;
  line-height: 33px;
  margin: 0 auto;
  display: inline-table;
  margin: 11px 15px 0;
  padding: 10px;
}
.smile li {
  display: inline-block;
  margin-right: 4px;
}
.smile li a {
  color: #808080;
  font-size: 20px;
  border: 1px solid #c5c5c5;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
}
.smile li a.liked{
  color: #ff9800;
}
.smile .baide_like .sl-button {
  padding: 0 10px;
  font-size: 18px;
}
.coupon-feedback {
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}
.smile-wrapper {
  width: 40%;
  float: left;
  text-align: left;
}
.coupon-feedback a.mod-store-btn {
  float: right;
  background: #ff9800;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
}
.deal-activity {
  font-size: 14px;
  color: #777675;
  margin-bottom: 40px;
  text-align: left;
}
.coupon-feedback p {
  font-size: 14px;
  margin-top: 12px;
  color: #808080;
  text-transform: uppercase;
}
.coupon-accordion .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
.coupon-accordion .card-body {
  padding: 0px;
  margin-top: 20px;
}
.coupon-accordion .card-header {
  padding: 0px;
  border-bottom: none;
}
.coupon-card-btn {
  font-size: 18px;
  color: #444343;
  background: transparent;
  border: navajowhite;
  padding: 0;
}
.coupon-card-btn {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 19px;
  font-weight: 600;
}
.coupon-accordion{margin-top: -19px;}
.coupon-accordion .card {
  border: none;
  background-color: transparent;
}
.coupon-card-body h6{font-size: 18px;font-weight: 700;}

.coupon-card-body p {
  font-size: 15px;
  color: #808080;
  padding: 10px 0px;
}
.coupon-card-body span {
  display: block;
  font-size: 15px;
  color: #444343;
  font-weight: 700;
  padding-bottom: 4px;
}
.modal-content .modal-footer {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  display: block;
  background: #f3f3f3;
  border-top: navajowhite;
  padding: 25px 40px;
}
.coupon-soc li {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #444343;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  margin: 0 5px;
}
.coupon-soc li:hover{background: #ff9800;}
.coupon-soc li a{color: #fff;font-size: 15px;display: block}
.mf-left {
  display: inline-block;
  float: left;
  color: #777675;
  margin-top: 10px;
}

.coupon-save {
  font-size: 30px;
  color: #333;
  position: relative;
  margin-right: 15px;
}


.mf-left .fa {
  color: #fe9e0f;
  margin-right: 5px;
}
.mf-right {
  float: right;
}
.coupon-accordion .card .coupon-card-btn::after {
  content: '\f106';
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
}
.coupon-accordion .card h5 .coupon-card-btn.collapsed::after {
  content: '\f107';
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'FontAwesome';
}

/*----------------------------------------*/
/*  11.  Mobile accordion menu start-
/*----------------------------------------*/

.mobile-open {
  position: relative;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #333;
  float: left;
}
.mob-logo {
  width: 100%;
  padding-left: 22px;
  text-align: center;
}
.mobile-open:hover,.mobile-open:focus{color: #f44336}

.accordion .top-contact-btn {
  margin-left: 42px;
  margin-top: 24px;
  float: left;
}
.submenu li h4 {
  color: #ffa725;
  margin-left: 40px;
  padding: 8px 0px;
  font-size: 17px;
  font-family: 'Museo-500';
}
.accordion .out-link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Museo-500';
}
.accordion a {
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Roboto';
  color: #505050;
}
/*Mobile Menu css end*/
#trending #product-trending-two .owl-nav div.owl-next {
  right: 0px;
}
#trending #product-trending-two .owl-nav .owl-prev {
  left: 0px !important;
}


.slider-bg {

  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.slider-bg1 {
  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.slider-bg2 {
  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
}
.form-control:focus {
  background-color: whitesmoke;
  border-color: #ececec;

}
.ph-search{display: none}

.footer-about-logo::before {
  display: none
}
.mobile-search-wrap {
  display: none;
}

#wd-header {
  padding: 30px 0;
  background: #fff;
}

.mobile-search-wrap form {
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  border-radius: 0px;
  z-index: 18;
  width: 323px;
  right: 0;
  top: 26px;
}
.mobile-search-wrap form.active {
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
#main-slider-section .owl-theme .owl-nav {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  width: 100%;
}
#main-slider-section .owl-theme .owl-nav .owl-next {
  position: absolute!important;
  right: 10px!important;
}
#main-slider-section .owl-theme .owl-nav .owl-prev {
  position: absolute!important;
  left: 10px!important;
}

@media (min-width: 1200px) and (max-width: 1300px) {

  #trending .owl-nav .owl-next {right: -2px !important;}
  #trending .owl-nav .owl-prev {left: -2px !important;}

}
@media (min-width: 992px) and (max-width: 1199px) {

  .blrub-logo {
    margin: 0px 0;
  }
  .account-and-search, .header-cart {
    top: 10px !important;
    text-align: right;
    margin-right: 5px;
  }
  .account-section button:first-child {
    margin-right: 0px;
  }
  #main-menu .wd-megamenu .main-menu-list {
    padding: 15px 10px;
    font-size: 15px;
  }
  #main-menu .wd-megamenu .menu &gt; ul &gt; li &gt; .single-dropdown.megamenu &gt; li {
    width: 25%;
  }
  .header-cart img {
    width: 31px;
  }
  #wd-header-top .offer-text p {
    font-size: 14px;
  }
  #trending .owl-nav .owl-next {
    right: -62px !important;
    position: absolute;
  }
  #trending .owl-nav .owl-next {
    right: -2px !important;
  }
  #trending .owl-nav .owl-prev {
    left: -2px !important;
  }
  .header-cart.style-four {
    margin-top: 9px;
    margin-right: 10px;
  }
  .style-four .account-section span {
    font-size: 13px;
  }
  .holiday-deals {
    padding: 15px 30px 15px;
  }
  .holiday-deals h6 {
    margin-bottom: 12px;
  }
  .magazine-sin img {
    width: 100%;
  }
  .magazine-tab-con {
    padding: 20px 0px 0px 20px;
  }
  .magazine-tab-con h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .magazine-tab-con p {
    font-size: 18px;
  }
  .magazine-tab-con h3 a {
    font-size: 17px;
    line-height: 25px;
  }
  .tab-bottom .tab-rating a {
    font-size: 13px;
  }
  .st-img img {
    width: 94px;
  }
  .st-img {
    margin-top: 13px;
  }
  .coupon-img {
    height: 213px;
    padding-top: 57px;
  }
  .coupon-page-search {
    padding: 0;
  }
  .footer-widgets .wb-social-media a {
    margin-right: 4px;
  }


}
@media (min-width: 768px) and (max-width: 991px) {

  .header-compare .blrub-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
  }
  .header-compare #wd-header {
    padding: 0;
  }
  .mobile-open {
    margin-top: 1px;
  }
  .blog-meta .meta-item {
    padding: 7px 10px 7px 0;
  } 

}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-widgets .footer-view-controller {
    width: 50%;
  }
  .blrub-logo {
    margin: 0;
  }

  #wd-header {
    padding: 0;
  }


  .line-rating {
    width: 50% !important;
  }
  .urr-con .circle-rating {
    text-align: center;
    width: 25%;
  }
  .holiday-deals {
    padding: 10px 30px 15px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-widgets .footer-about {
    text-align: left;
  }
  .footer-widgets .wb-social-media a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .blrub-logo {
    margin: 10px 0;
  }
  .topbar-left .blrub-logo {
    display: none;
  }
  #wd-header {
    padding: 10px 0;
  }
  .header-cart {
    top: 0px !important;
  }
  .header-cart {
    text-align: right;
  }

  .choose-category .choose-category-box {
    padding: 20px;
  }
  .review-page .review-slider-section.blurb-search-large .review-slider-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .blog-box .mata-info li {
    margin-right: 10px;
  }
  .footer-widgets .newsletter-btn {
    width: 130px;
    margin-left: 15px;
    height: 41px;
    margin-top: 0px;
  }
  .coupon-btn {
    float: none;
    width: 180px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .coupon-content::after {
    display: none;
  }
  .product-view-modal {
    width: 93%;
    height: 510px;
    overflow: scroll;
  }

}
@media (max-width: 991px) {

  .compare-btn img {
    width: 28px;
  }

  .header-cart .header-wishlist {
    font-size: 20px;
  }
  .header-cart a, .compare-cart {
    font-size: 20px;
  }
  .account-section span {
    display: none;
  }
  .account-section button:first-child {
    font-size: 14px;
  }
  .blrub-logo img {
    width: 72px;
  }
  .search a {
    color: #333;
    font-size: 17px;
  }


  .ph-search{display: block}
  #wd-header-top .offer-text p {
    font-size: 10px;
    margin-top: 7px;
  }
  .account-section i {
    font-size: 20px;
  }  
  .mobile-search-wrap {
    display: inline;
    float: left;
    position: relative;
    padding: 11px 0 11px;
  }
  .purchase_steps .details-box {
    margin-bottom: 15px;
  }
  #main-menu-sticky-wrapper {
    display: none;
  }
  #trending .owl-nav .owl-next {
    right: 0px !important;
  }
  #trending .owl-nav .owl-prev {
    left: 0px !important;
  }
  .account-section button:first-child {
    margin-right: 0px;
  }
  .double-bg::before {
    display: none;
  }
  .double-bg::after {
    display: none;
  }
  .account-section .sign-out, .account-section .sign-in {
    margin-right: 0px;
  }
  .mobile-search-wrap a {
    color: #bbbbbb
  }
  .header-magazine .mobile-open {
    color: #fff;
  }
  .coupon-modal-body {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {    



  #subscribe {
    text-align: center;
  }
  #subscribe .subscribe-btn {
    margin-top: 15px;
  }
  .copyright {
    text-align: center;
  }
  .language-and-currency-btn {
    float: right;
  }
  .offer-time .offer-btn {
    padding-top: 0px;
  }
  .offer-time .offer-price {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .offer-time .offer-content {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .wd-news .figure-caption a {

    font-size: 16px;
  }
  .wd-news .wd-news-content {
    font-size: 14px;
  }
  .coupon-btn {
    float: none;

  }

  .header-cart .wd-compare-btn .compare-btn {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .coupon-save::after {
    font-size: 11px;
    left: 15px;
    width: 15px;
    height: 15px;
    line-height: 17px;
  }

  .product-details .page-location li {
    display: inline !important;
  }
  .blog-section .single-blog-share-section a {
    margin-right: 6px;
    margin-bottom: 16px;
    display: inline-block;
    float: right;
  }
  #wd-header-top .wd-btn-language {
    margin: 17px 0 16px 3px;
  }
  #cat-search-ph {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .review-content li{position: relative}
  .review-content li:nth-child(1)::after {
    content: 'Price';
    position: absolute;
    left: 5px;
    top: 6px!important;
    font-size: 12px;
  }
  .review-content li:nth-child(2)::after {
    content: 'Review';
    position: absolute;
    left: 5px;
    top: 8px!important;
    font-size: 12px;
  }
  .review-content li:nth-child(3)::after {
    content: 'Average Review';
    position: absolute;
    left: 5px;
    top: 6px!important;
    font-size: 12px;
  }
  .review-content li:nth-child(4)::after {
    content: 'Warranty';
    position: absolute;
    left: 5px;
    top: 6px!important;
    font-size: 12px;
  }
  .review-content li:nth-child(5)::after {
    content: 'Availability';
    position: absolute;
    left: 5px;
    top: 6px!important;
    font-size: 12px;
  }
  .pro-plan-img {
    text-align: center;
    margin-bottom: 10px;
  }
  .pro-plan-con h2 {
    font-size: 16px;
    line-height: 25px;
  }
  .one-3 a, .one-3 p {
    font-size: 12px;
  }
  .one-3 {
    height: 78px;
  }
  .f1 {
    width: 15%!important;
  }
  .f2 {
    width: 55%!important;
  }
  .compare-container .compare-details-section .full-specifiction {
    width: 332px;
  }
  .related-product .owl-prev {
    left: 10px;
    float: left
  }
  .related-product .owl-next {
    right: 10px;
    float: right
  }
  .header-cart .header-wishlist, .header-cart .compare-cart, .header-cart .coupon-save {
    font-size: 16px;
    margin-right: 0;
    border-left: 1px solid #ddd;
    padding: 16px 12px 12px;
  }
  .header-cart a:last-child {
    margin-right: 0px;
  }
  .product-view-modal {
    width: 500px;
    height: 400px;
    overflow: scroll;
  }

  /*-----------------------*/
}
@media (max-width: 575px) {

  .mobile-search-wrap form {
    right: 10px;
    left: 10px;
    top: 102px;
    width: auto;
    z-index: 999999;
  }


  #wd-header {
    padding: 0;
    position: relative;
  }
  .language-and-currency-btn img {
    display: none;
  }

  .coupon-modal-body {
    padding: 16px 0px;
  }

  .smile li {margin-right: 0px;}
  .modal-content {
    padding: 15px;
  }
  .coupon-modal .deal-activity {
    margin-left: 0px;
    font-size: 13px;
    margin-bottom: 13px;
  }
  .coupon-show a {
    font-size: 14px;
  }
  .coupon-feedback a.mod-store-btn {
    padding: 7px 22px;
    font-size: 16px;
  }
  .mf-right {
    float: none;
    margin-top: 13px;
    text-align: center;
  }
  .mf-left {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
  .coupon-modal .modal-header {
    padding: 10px 15px;
  }
  .acc-header-wraper {
    padding: 0px;
    margin-right: -11px;
  }
  .sin-big-offer img {
    width: 100%;
  }
  .sin-big-offer {
    width: 100%!important;
    margin-bottom: 18px;
    height: auto;
    margin-bottom: 51px!important;
  }
  .btn.btn-primary.wd-shop-btn.pos-2 {
    bottom: 84px;
  }
  .cdown p {
    color: #fff;
  }
  .hc-r {
    width: auto;
    float: right;
  }
  .urr-con .circle-rating {
    text-align: center;
    width: 100% !important;
  }
  .line-rating {
    width: 100% !important;
  }

  .link-style-four .f1, .link-style-four .f2, .link-style-four .f3 {
    width: 100% !important;
    display: block !important;
    float: none !important;
    overflow: hidden;
    padding: 0 13px;
    text-align: center;
    margin-bottom: 20px;
  }
  .wd-news .news-title{
    margin-bottom: 40px !important;
  }
  #categories .categories-title {
    font-size: 17px;
  }
  .full-specifiction p {
    padding: 7px 0;
    font-size: 13px;
  }
  .compare-container .compare-details-section .full-specifiction {
    width: 245px;
  }
  .product-view-modal {
    width: 350px;
    height: 300px;
    overflow: scroll;
  }

  /*----------------------------*/   
}

@media (max-width: 374px) {
  
  
    .mobile-open {
      font-size: 17px;
    }
  #wd-header .blrub-logo {
      margin: 12px 0;
  }
  .header-cart .header-wishlist, .header-cart .compare-cart, .header-cart .coupon-save {
      font-size: 14px;
      padding: 14px 11px 12px;
  }

}

/*Home page two*/
@media (min-width: 1200px) and (max-width: 1500px) {
  #dropdownMenuheadercart2 img {
    width: 27px;
  }

  .review-page .header-cart .coupon-save {
    font-size: 20px;
    color: #333;
    margin-right: 10px;
  }

  .main-menu-sh#main-menu-2 .wd-megamenu .main-menu-list {
    font-size: 14px;
    padding: 15px 6px;
  }
  #wd-header-2-sticky-wrapper .header-cart {
    margin-top: 17px;
  }
  .header-cart {
    margin-top: 9px;
  }


  .amazon-review .amazon-review-box-content {

    padding: 15px 12px;
  }

  .cus-wd-l {
    width: 75%!important;
  }
  .cus-wd-r {
    width: 25%!important;
  }
  .double-bg::before {
    width: 25%!important;
    left: 75%!important;
  }
  .double-bg::after {
    width: 75%!important;
  }
  .angle::after {
    right: -30px!important;
  }
  .account-section {
    margin-right: 2px;
  }
  .acc-header-wraper {
    padding-top: 0px;
  }
  .magazine-tab-con {
    padding: 20px 0px 0px 20px;
  }
  .magazine-tab-con h2 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .magazine-tab-con p {
    font-size: 18px;
    font-weight: 500;
  }
  .magazine-tab-con h3 a {
    font-size: 16px;
    line-height: 26px;
  }
  .tab-rating p {
    font-size: 18px;
  }
  .tab-bottom .tab-rating a {
    font-size: 14px;
  }
  .magazine-tab-con h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .magazine-tab-con h2 span {
    font-size: 20px;
    margin-top: 0px;
  }
  .tab-bottom {
    margin-top: 60px;
  }

  .tp-content {
    padding-top: 15px;
  }
  .tp-content &gt; a {
    font-size: 14px;
  }
  .st-img {
    width: 28%;
  }
  .Pro-and-banner.mar-top-minus {
    margin-top: 0;
    padding-top: 30px;
  }
  .mr-meta a {
    font-size: 13px;
    margin-right: 8px;
  }
  .mag-rev-con h3 a {
    font-size: 16px;
  }
  .inner-rev span {
    font-size: 16px;
  }
  .inner-rev .rating a {
    font-size: 15px;
  }
  .inner-rev .rating {
    margin-top: 1px;
    margin-right: 14px;
  }
  .sin-mag-rev .progress {
    margin-top: 30px;
  }
  .pro-ban-con a {
    font-size: 17px;
  }
  .blog-right-sin-con a {
    font-size: 15px;
  }
  .bot-cont h2 {
    font-size: 25px;
  }
  .sin-fw-carousel .bot-cont {
    bottom: 60px;
    left: 15px;
  }
  .mag-blog-tag a {
    padding: 4px 12px;
  }
  .mag-blog-tag {
    bottom: 16px;
    left: 7px;
  }
  .pro-ban-con {
    padding: 15px 0px 15px 15px;
  }
  .coupon-page-search {
    padding: 0 0;
  }
  .coupon-hcode {
    font-size: 11px;
    padding: 1px 0 0 10px;
    height: 38px;
    width: 148px;
  }
  .coupon-hcode::after {
    background-size: 117px;
  }
  .coupon-code p {
    padding-right: 20px;
  }
  .hcode {
    padding-right: 13px;
  }
  .review-search-slider-section .coupon-page-search .input-group {
    width: 74%;
  }
  .coupon-sin-sidebar {
    padding: 20px;
  }
  .coupon-sin-sidebar {
    padding: 15px;
  }


}


@media (min-width: 1501px) and (max-width: 1700px){ 

  .cus-wd-l {
    width: 60%!important;
  }
  .cus-wd-r {
    width: 40%!important;
  }
  .double-bg::before {
    width: 40%!important;
    left: 60%!important;
  }
  .double-bg::after {
    width: 60%!important;
  }
  .angle::after {
    right: -23px!important;
  }


}
@media (min-width: 992px) and (max-width: 1199px) {
  #main-menu-2 .wd-megamenu .main-menu-list {
    padding: 15px 11px;
    font-size: 15px;
  }
  .second-home-main-logo {
    text-align: left !important;
  }

  #main-menu-2 .wd-megamenu .menu &gt; ul &gt; li &gt; .single-dropdown.megamenu &gt; li{
    width: 25%;
  }


  .brand-logo {
    float: right;
  }

  .recent-pro-2 .wd-amazon-product-tabs a {
    padding: 10px 25px !important;
  }
  #wd-counter {
    background-size: auto;
    padding: 35px 0;
  }
  .amazon-review .amazon-review-box-content {
    padding: 10px;
  }
  .weekly-news .weekly-news-box img {
    width: 100%;
  }
  .weekly-news .weekly-news-box {
    margin-bottom: 50px;
  }
  .wd-modal-tab-menu a {
    width: 190px;
  }
  .social-media a {
    padding: 10px 14px;
  }
  .cus-wd-l {
    width: 70%!important;
  }
  .cus-wd-r {
    width: 30%!important;
  }
  .double-bg::before {
    width: 30%!important;
    left: 70%!important;
  }
  .double-bg::after {
    width: 70%!important;
  }
  .style-four .wd-megamenu .main-menu-list {
    padding: 15px 8px !important;
  }
  .style-four .wd-megamenu .main-menu-list {
    font-size: 12px!important;
  }

  .style-four .wd-megamenu-ul {
    float: left!important;
  }
  .tp-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sin-tab-pro {
    margin-bottom: 16px;
  }
  .tp-content &gt; a {
    font-size: 15px;
  }
  .magazine-top .wd-service .media .wd-service-title {
    font-size: 14px;
  }
  .magazine-top .wd-service .media {
    padding: 9px;
  }
  .blog-right-sin {
    float: left;
    margin-top: 30px;
  }
  .blog-right-sin img {
    width: 100%;
  }
  .blog-right-sin:first-child {
    width: 49%;
    margin-right: 1%;
  }
  .blog-right-sin:last-child {
    width: 49%;
    margin-left: 1%;
  }
  .Pro-and-banner.mar-top-minus {
    margin-top: 0;
    padding-top: 30px;
  }
  .pro-ban-con {
    padding: 15px 10px 15px 10px;
  }
  .pro-ban-con a {
    font-size: 16px;
  }
  .sin-mag-rev {
    margin-bottom: 30px;
  }
  .sin-fw-social {
    margin-bottom: 30px;
  }
  .angle::after {
    right: -18px !important;
  }
  .maz-blog {
    padding-bottom: 0px;
  }
  .mag-review {
    padding-top: 20px;
  }
  .mag-review h1 {
    margin-bottom: 20px;
  }
  #wd-header-2-sticky-wrapper .header-cart {
    margin-top: 4px;
  }
  .review-search-slider-section .coupon-page-search .input-group {
    width: 70%;
  }
  .coupon-sin-sidebar {
    padding: 15px;
  }
  .review-page .review-slider-section.blurb-search-large .review-slider-title {
    font-size: 35px;
    line-height: 1.5;
  }
  .acc-header-wraper {
    padding-top: 0px;
    padding-right: 9px;
  }
  /*-----------------------------------*/

}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-mobile {
    display: none;
  }
  #wd-header-2 .mobile-search-wrap {
    margin-top: 5px;
    margin-right: 12px;
  }
  #wd-header-2 .account-section {
    margin-top: 5px;
  }
  .mobile-open {
    font-size: 24px;
  }

  .form-group {
    width: 100%;
    float: left;
  }

  .pos-1 {
    top: 69%;
    left: 12%;
  }
  .magazine-top .wd-service .list-unstyled {
    margin-bottom: 15px;
  }
  .magazine-top {
    padding: 20px 0 15px;
  }
  .magazine-tab-con {
    padding: 30px 0px 0px 30px;
  }
  .blog-right-sin:first-child {
    width: 49%;
    margin-right: 1%;
  }
  .blog-right-sin:last-child {
    width: 49%;
    margin-left: 1%;
  }
  .blog-right-sin {
    float: left;
    margin-top: 30px;
  }
  .Pro-and-banner.mar-top-minus {
    margin-top: 0;
    padding-top: 30px;
  }
  .pro-ban-con {
    padding: 10px 0px 15px 15px;
  }
  .pro-ban-con a {
    font-size: 15px;
    line-height: 20px;
  }
  .sin-mag-rev {
    margin-bottom: 30px;
  }
  .mag-review {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sin-fw-social {
    margin-bottom: 30px;
  }
  .mag-blog-tag {
    bottom: 10px;
    left: 10px;
  }
  .mag-blog-tag a {
    font-size: 12px;
    padding: 4px 8px;
  }
  .header-banner {
    display: none !important;
  }
  .style-four .search a {
    color: #fff;
  }
  .style-four .account-section button {
    color: #fff;
  }
  .header-cart .coupon-save {
    font-size: 20px;
  }
  .review-search-slider-section .coupon-page-search .input-group {
    width: 100%;
  }
  .acc-header-wraper {
    float: right;
    padding: 0px;
  }
  .acc-header-wraper {

  }
  .coupon-save::after {
    font-size: 11px;
    width: 14px;
    height: 14px;
    line-height: 15px;

  }
  .pro-plan-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog .figure {
    padding: 0px;
  }


  /*-----------------------------------------------*/
}
@media (max-width: 768px) {
  #wd-header-2 .mobile-search-wrap {
    margin-top: 3px;
    margin-right: 10px;
  }
  #wd-header-2 .account-section {
    margin-top: 3px;
  }
  .amazon-review .amazon-review-box-content {
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  #categories .categories-small-box {
    padding: 13px;
    background: #fff;
  }
  .recent-pro-2 .wd-amazon-product-tabs a {

  }
  .header-banner {
    display: none !important;
  }
  .style-four .search a {
    color: #fff;
  }
  .mag-left-banner {
    display: none!important;
  }
  .notice-board {
    margin-top: -50px;
  }
  .sin-big-offer {
    width: 60%;
    margin-bottom: 18px;
  }
  .sin-big-offer.mar-left.n2 {
    margin-top: -70px;
    margin-left: 5px;
  }
  .sin-big-offer.n3 {
    margin-top: -58px;
  }

  .tab-maga-wrapper {
    margin-bottom: 10px;
  }
  .tab-magazine .mag-add {
    text-align: center;
    height: 330px;
  }
  .mag-add {
    text-align: center;
  }
  .mag-sin-blog {
    margin-bottom: 30px;
  }

  .Pro-and-banner.mar-top-minus {
    margin-top: 0;
  }
  .pro-ban-con {
    padding: 15px 0px 15px 15px;
  }
  .pro-ban-con a {
    font-size: 16px;
  }
  .sin-pro-ban {
    margin-bottom: 30px;
  }

  .sin-mag-rev {
    margin-bottom: 30px;
  }
  .sin-fw-social {
    margin-bottom: 30px;
  }
  .magazine-tab-con h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .tab-bottom {
    margin-top: 35px;
  }
  .magazine-tab-con p {
    font-size: 20px;
  }
  .magazine-tab-con h3 a {
    font-size: 18px;
    line-height: 28px;
  }
  .magazine-tab-con {
    padding: 30px 0px 0px 30px;
  }
  .sin-mag-rev .progress .progress-bar {
    border-width: 10px;

  }
  .rating.pro-bar a {
    font-size: 20px;
  }
  .mr-meta a {
    font-size: 13px;
  }
  .mag-details .wd-service .list-unstyled {
    margin-bottom: 15px;
  }
  .review-page .review-slider-section.blurb-search-large .review-slider-title {
    font-size: 24px;
  }
  .product-details .page-location li {
    display: inline-block !important;
  }
  .page-location li {
    display: inline-block!important;

  }
  .holiday-deals h6 {
    font-size: 14px;
    text-align: center;
  }
  .hc-l p {
    font-size: 12px;
  }
  .hc-l p span {
    font-size: 12px;
  }
  /*---------------------------*/
}

@media (max-width: 575px) {

  #main-slider-section .owl-theme .owl-nav [class*="owl-"] {
    font-size: 20px;
    padding: 0px 7px;
    line-height: 35px;
  }

  .owl-prev,
  .owl-next {
    padding: 4px 11px!important;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    font-size: 14px;
    padding: 4px 7px;
  }
  .brand-logo img {
    width: 50px;
  }
  .slider-img{text-align: center}
  .slider-img img {
    width: 75% !important;
    display: inherit;
    margin:0 auto !important;
  }
  .wishlist-compare-products tr {
    width: 100%;
  }
  .notice-board {
    margin-top: 0px;
    text-align: center;
  }

  .mag-sinb-img img {
    width: 100% !important;
  }
  .blog-right-sin img {
    width: 100%;
  }
  .sin-pro-ban img {
    width: 100%;
  }
  .Pro-and-banner .mag-add {
    margin-bottom: 30px;
  }
  .tab-magazine .wd-amazon-product-tabs a {
    padding: 10px 15px !important;
  }
  .magazine-tab-con {
    padding: 15px 0px 0px 15px;
  }
  .magazine-tab-con h2 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .magazine-tab-con h2 span {
    font-size: 14px;
    margin-top: 5px;
  }
  .magazine-tab-con p {
    font-size: 14px;
  }
  .tab-bottom {
    margin-top: 0;
  }
  .magazine-tab-con h3 a {
    font-size: 12px;
    line-height: 17px;
  }
  .tab-bottom .tab-rating a {
    font-size: 12px;
  }
  .tab-rating {
    margin-right: 10px;
  }
  .tp-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .st-img {
    width: 84px;
  }
  .blog-right-sin-con a {
    font-size: 14px;
  }
  .coupon-hcode {
    margin-top: 0px;
  }



  /*27-01-18*/
  #wd-header .account-section,
  #wd-header .header-cart {
    padding: 0 8px;
  }


  .search a {
    color: #333;
    font-size: 14px;
  }
  #wd-header .account-section {
    top: 13px;
    text-align: left;
  }
  .account-section i {
    font-size: 17px;
    margin-right: 2px;
  }
  .header-cart .compare-btn, .compare-cart {
    font-size: 16px;
  }


  .mobile-search-wrap {
    position: inherit;
  }
  .position-remove {
    position: inherit;
  }
  .wd-compare-btn .count {
    top: -3px;
  }
  #scrollUp {
    bottom: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 42px;
  }

  .slider-cat .slider-text {
    padding-left: 0px;
  }
  .notice-board {
    display: none;
  }
  .holiday-deals {padding: 10px 30px 10px;}
  /*------------------------------------*/

}

/*------------Shortcode css ------------------*/


/*------------------Progress bar for shortcode----------------------*/
.urr-con .progressbar {
  display: inline-block;
  padding: -5px 15px 15px !important;
}
.urr-con .circle {
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}


.urr-con .circle canvas {
  vertical-align: left;
  border-radius: 50%;
  width: 125px;
}

.urr-con .circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -86px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 31px;

}
.urr-con .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.urr-con .circle span {
  display: block;
  color: white;
  margin-top: 12px;
}

.progressbar span {
  color: #000 !important;
  font-size: 33px;
  position: absolute;
  top: 21%;
  text-align: center;
  left: 31%;
}
.urr-con &gt; div {
  width: 33.33%;
  float: left;
}
.urr-con .circle-rating {
  text-align: center;
}
.circle-rating p {
  font-size: 18px;
  font-weight: 500;
}
.urr-head {
  border-bottom: 1px solid #ddd;
  padding: 20px 16px;
}
.user-rev-rating {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 35px;
}
.line-rating {
  padding: 25px 22px;
  padding-top: 7px;
}
.urr-con {
  padding-top: 34px;
}
.line-rating p {
  width: 79px;
  text-align: right;
}
.line-rating &gt; p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 1px;
}
.pro-plan-sin-5 {
  border: 1px solid #ddd;
  padding: 10px;
}
.pro-plan-con h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 13px;
  text-align: left;
}
.one-3 {
  width: 33.33%;
  float: left;
  border: 1px solid #ddd;
  display: inline-block;
  height: 53px;
  text-align: center;
  padding-top: 16px;
}
.one-3:nth-child(2){padding-top: 4px;}
.one-3 .rating-bar {
  margin-left: 0;
  -webkit-transform: translateY(11px);
  transform: translateY(11px);
  margin: 0 15px;
}
.one-3 a,.one-3 p {
  font-size: 15px;
  color: #555;
  /* margin-top: 13px; */
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.pro-plan-con &gt; a {
  background: #ff9800;
  color: #fff;
  padding: 7px 57px;
  display: inline-block;
  text-align: center;
  border-radius: 23px;
  /* margin: 0 auto; */
  margin-top: 20px;
}
.pro-plan-con {
  text-align: center;
}
.pro-plan-sin-5 {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 100px;
}
.sc-header h2 {
  font-size: 26px;
  text-align: center;
  padding: 85px 0;
  letter-spacing: 3px;
  font-weight: 400;
}
.sc-header.heding-sc {
  padding: 160px;
}


@media 
  only screen and (max-width: 500px) {

    /* Force table to not be like tables anymore */
    .link-style-one table, .link-style-one thead, .link-style-one tbody, .link-style-one th, .link-style-one td, .link-style-one tr { 
      display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .link-style-one thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .link-style-one tr { border: 1px solid #ccc; }
    .link-style-one td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: center;
    }


    .link-style-one tbody {
      border: 0px solid #ddd;
    }
    .aff-logo a:first-child {
      height: 40px;
      display: block;
    }
    .blurb-search-large .input-group-btn &gt; .btn {
      width: 110px;

    }



}

@media 
  only screen and (max-width: 550px){


    /* Force table to not be like tables anymore */
    .link-style-two table, .link-style-two thead, .link-style-two tbody, .link-style-two th, .link-style-two td, .link-style-two tr { 
      display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .link-style-two thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

    .link-style-two tr {
      border: 1px solid #ccc;
      padding: 10px 0px;
    }
    .link-style-two td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: center;
    }


    .link-style-two tbody {
      border: 0px solid #ddd;
    }
    .link-style-two tr td {
      width: auto;
      height: 52px;
      padding: 0;
    }

}
.product-details .user-rev-rating {
  margin-bottom: 100px;
  margin-top: 50px;
}

.product-details .proplan-five {
  margin-bottom: 10px;
  margin-top: 50px;
}

.product-details .pro-plan-sin-5 {
  margin-bottom: 0px;
}

.product-details .link-style-two {
  margin-bottom: 50px;
  margin-top: 50px;
}
.video-info.mn{padding-top: 0px}
.product-details .link-style-one {
  margin: 50px 0px;
}
.department-list.dn{display: none}


/*----------------------------------------*/
/*  14.  Coming soon page
/*----------------------------------------*/


.coming-soon{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  text-align: center;
}
.coming-soon .count-down {
  position: relative;
  /* left: auto; */
  top: 0;
  width: 600px;
  overflow: hidden;
  display: block;
}
.coming-soon-logo {
  padding: 60px 0px 130px;
}
.coming-soon .count-down .time-count {
  width: 100%;
  font-size: 30px;
  position: relative;
  background: #fff;
  color: #333333;
  padding: 5px 0px;
  margin-bottom: 3px;
  line-height: 65px !important;
  height: 100%;
  border-radius: 9px;
  border-bottom: 11px solid #fdb813;
  font-weight: 300;
  -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.1);
  box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.1);
}
.coming-soon .count-down .cdown {
  text-transform: uppercase;
  width: 100px;
  float: left;
  margin: 0 4px;
  text-align: center;
  height: 100px;
  position: relative;
}
.coming-soon-text h1 {
  font-size: 80px;
  font-weight: 400;
  padding-bottom: 15px;
}
.coming-soon-text {
  padding-bottom: 40px;
}
.coming-soon-text h3{font-size: 70px;font-weight: 300}
.coming-soon  .cdown p {
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 20px;
  text-transform: capitalize;
  color: #666666;
  margin-top: -5px;
  position: absolute;
  left: 32px;
  top: 51px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.coming-soon-sub {
  width: 100%;
  display: block;
  height: 103px;
  padding-top: 55px;
}
.coming-soon-sub input {
  -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.15);
  box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.15);
  background-color: rgb(255, 255, 255);
  padding: 10px 0px;
  width: 310px;
  border: none;
  height: 50px;
  margin-right: 15px;
  border-radius: 5px 0px 0px 5px;
  padding-left: 10px;
}
.coming-soon-sub button {
  background: #fdb813;
  color: #fff;
  height: 50px;
  width: 150px;
  border: none;
  -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.15);
  box-shadow: 2.5px 4.33px 20px 0px rgba(63, 71, 93, 0.15);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
.coming-soon .wb-social-media {
  float: right;
  margin-top: 175px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .coming-soon-text h1 {font-size: 50px;}
  .coming-soon-text h3 {font-size: 50px!important;}
  .coming-soon .count-down {width: 564px;}
  .coming-soon-logo {
    padding: 60px 0px 50px;
  }
  .coming-soon .wb-social-media {
    margin-top: 110px;
  }

}
@media (min-width: 576px) and (max-width: 767px) {

  .coming-soon-logo {
    padding: 30px 0px 50px;
  }
  .coming-soon-text h3,.coming-soon-text h1 {
    font-size: 40px;
  }
  .coming-soon .count-down {
    width: 435px;
    left: 0;
  }
}
@media (max-width: 575px) {

  .coming-soon-logo {
    padding: 30px 0px 50px;
  }
  .coming-soon-text h3,.coming-soon-text h1 {
    font-size: 40px;
  }
  .coming-soon .count-down {
    width: 300px;
    left: 0;
  }
  .coming-soon .count-down .cdown {
    width: 65px;
    height: 99px;
  }
  .coming-soon-sub input {
    width: 285px;
  }
  .coming-soon-sub button {

    margin-top: 10px;
  }

}
/*----------------------------------------*/
/*  14.  404 page
/*----------------------------------------*/

.blurb-error404{
  background-color: #f7f7f7;
  padding: 145px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.four-0-inner {
  color: #222;
  padding-top: 34px;
  padding-left: 45px;
}
.four-0-inner h3 {
  font-size: 65px;
  padding-bottom: 6px;
  color: #5d5c5c;
}
.four-0-inner h3 i {
  margin-right: 10px;
}
.four-0-inner h6 {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 28px;
}
.four-0-inner p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 35px;
}
button.go-back {
  background: #ff9800;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 33px;
  border-radius: 5px;
  cursor: pointer;    
  display: inline-block;
  border: 0;
}
button.go-back i{margin-right: 5px}
button.go-back:hover{
  background: #fff;
  color: #ff9800;
  border-color: #ff9800;
}
#subscribe.four-zero-page .subscribe-body {
  -webkit-transform: translateY(-38px);
  transform: translateY(-38px);
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {

  .four-0-inner {
    padding-top: 0px;
    padding-left: 0px;
  }
  .four-0-inner p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  button.go-back {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
  }
  .blurb-error404 {
    padding: 60px 0;
  }

}

@media (min-width: 576px) and (max-width: 767px) { 

  .four-0-inner {
    padding-top: 0px;
    padding-left: 0px;
  }
  .four-0-inner h3 {
    font-size: 40px;
  }
  .four-0-inner p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .four-0-inner h6 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  button.go-back {
    font-size: 15px;
    padding: 10px 25px;
  }

  .blurb-error404 {
    padding: 70px 0;
  }


}

@media (max-width: 575px) { 

  .four-0-inner {
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .four-0-inner h3 {
    font-size: 31px;
  }
  .four-0-inner p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .four-0-inner h6 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  button.go-back {
    font-size: 15px;
    padding: 10px 25px;
  }
  .blurb-error404 {
    padding: 30px 0;
  }
  #subscribe.four-zero-page .subscribe-body {
    -webkit-transform: translateY(42px);
    transform: translateY(42px);
  }
  .container .sin-coupon .coupon-image {

    max-height: 100% !important;
    min-height: 100% !important;
  }


}

/*----------------------------------------*/
/*  08-29-2018 finishing css start by TUSHAR
/*----------------------------------------*/



.comments-area {
  background: #fff;
  padding: 25px 15px;
  width: 100%;
  overflow: hidden;
}
.blurb-page-container .comments-area {
  margin: 0 15px;
}
.comment-list {
  list-style: none;
  padding-left: 80px;
  margin-bottom: 54px;
  margin-left: 0px;
}
.comment-list .children{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.comment-list &gt; .comment &gt; .children {
  margin-left: 30px;
}
.comment-list &gt; .comment &gt; .children &gt; .comment &gt; .children {
  margin-left: 30px;
}
.comment-list &gt; .comment &gt; .children &gt; .comment &gt; .children .comment &gt; .children {
  margin-left: 30px;
}
.comment-list li {
  position: relative;
  padding-top: 5px;
}
.comment-author img {
  border-radius: 50%;
  position: absolute;
  left: -83px;
  top: 39px;
  z-index: 999;
}
.comment-body {
  background: #f7f7f7;
  margin-bottom: 25px;
  padding: 20px 30px;
}
.comment-author a {
  font-size: 14px;
  font-weight: 400;
}
.comment-author {
  float: left;
}
.comment-meta .comment-author &gt; .fn {
  padding-left: 28px;
}
.comment-meta .comment-author &gt; .fn,
.comment-meta .comment-author a {
  font-weight: 500;
  font-size: 16px;
}
.comment-meta .comment-author &gt; .fn a {
    color: #333;
}
.comment-metadata time {
    color: #e38803;
    font-size: 14px;
    font-weight: 400;
}
.comment-meta .comment-author .says{
  font-size: 14px;
  margin-left: 5px;
  display: none;
}
.comment-meta .comment-metadata a {
  font-size: 12px;
  color: #666666;
  margin-left: 4px;
}
.comment-metadata .comment-edit-link{
  font-weight: 700;

}

.blog-section .comment-content {
  padding: 12px 0;
  word-break: break-word;
}
.comment-list .reply {
  position: absolute;
  top: 21px;
  right: 50px;
  font-size: 14px;
  color: #666;
}
.comment-list .reply a{
  color: #666;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.comment-content p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.comments-title {
    font-size: 20px !important;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: normal;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #333;
}
.comment-list .reply a::after {
  content: '\f064';
  position: absolute;
  font-family: FontAwesome;
  color: #333;
  right: -22px;
  top: 1px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#reply-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 11px;
  font-family: 'Rubik', sans-serif;
  line-height: normal;
  color: #333;
}
.logged-in-as {
  margin-bottom: 0px;
}
#commentform #submit {
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 400;
  background: #333333;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  margin: 15px 0;
  width: auto;
}
.comment-respond a {
  color: #cd2129;
  font-size: 14px;
  font-weight: 400;
}
.comment-respond a:hover{
  color: #ff9800
}
.comment-form label {
  display: block;
  color: #666;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}
.comment-form-author {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.comment-form-email {
  width: 50%;
  float: left;
}
.comment-form input {
  background: #f6f6f6;
  border-radius: 0;
  border: 1px solid #f6f6f6;
  padding: 13px;
  font-size: 14px;
  color: #666666;
  width: 100%;
}
.comment-form textarea {
  width: 100%;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.comment-body::after {
  content: '';
  position: absolute;
  left: -27px;
  top: 48px;
  width: 50px;
  height: 50px;
  background: url(../image/comment-angle.png);
  z-index: 1;
}
.pingback .comment-body::after {
  display: none;
}
.pingback .comment-body {
  background: none;
}
.pingback a {
  display: inline;
}
.comment-list .pingback {
  border-top: 1px solid #d1d1d1;
  padding: 24px 0 0px;
  margin-left: -80px
}
/*unity test css */
.comment-list .pingback a {
    color: #3c3a3a;
    font-weight: 500;
}
.comment-list .pingback a:hover {
    color: #e48e10;
}
.post-password-form input[type="password"] {
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 2px;
  margin-right: 0px;
  margin-left: 10px;
  padding-left: 10px;
}
.post-password-form input[type="submit"] {
  border: 1px solid #ddd;
  height: 36px;
  border-radius: 2px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 25px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
}
@media(max-width: 575px) {
  .post-password-form input{
    margin-left: 0!important;
    display: block;
  }
}

.header-cart.style-four {
  margin-top: 2px;
}
/*----------------------------------------*/
/*  Not found page css
/*----------------------------------------*/
.not-found .page-header {
  text-align: center;
  margin-bottom: 25px;
}
.not-found .page-header h1 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  color: #474545; 
}
.not-found .page-content p {
  text-align: center;
  margin-bottom: 25px;
  color: #5f5d5d;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.no-results.not-found {
  background: #fff;
  padding: 31px 67px;
  height: 100%; 
  border: 1px solid #f2f2f2;
  margin-bottom: 100px;
  
}
.product-box {
  margin-bottom: 30px;
}
/*----------------------------------------*/
/*  Compare page css
/*----------------------------------------*/

.compare-products .chart_col_specifications .chart_row {
  text-align: center;

}
.compare-products .chart_col_specifications .chart_row i{
  color: #ffaf27;
}
.compare-products .chart_col_specifications .chart_row .count_product h6{
  color: #ffaf27;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.compare-products .chart_col_specifications .chart_row .count_product p {
  color: #999;
  text-decoration: underline;
  font-weight: 300;
  margin-bottom: 8px;
}
.compare-products .chart_col_wrap .chart_item .blurb-remove {
  position: absolute;
  right: 14px;
  top: 6px;
  color: #b3afaf;
  z-index: 99;
  font-size: 20px;
}
.compare-products .chart_col_wrap .chart_item h2 {
  font-size: 14px;
  font-weight: 400;
  padding: 11px 0;
}
.compare-products .chart_col_wrap .chart_item .product_img {
  min-height: 150px;
  max-height: 150px;
  text-align: center;
  margin-top: 23px;
}
.compare-products .best_market_price {
  width: auto;
  margin: 0 auto;
  border: 1px solid #ddd;
  text-align: center;
  padding: 0 11px;
  border-radius: 7px;
  color: #333;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding-left: 0;
  overflow: hidden;
}
.compare-products .best_market {
  text-align: center;
}
.compare-products .best_market .best_market_price a {
  border-right: 1px solid #ddd;
  padding: 7px 0;
  padding-right: 11px;
  color: #333;
  margin-right: 10px;
  padding-left: 10px;
}
.compare-products .best_market .best_market_price a:hover {
  background: #ff3a41;
  color: #fff;
}
.compare-products .best_market img {
  width: auto;
  margin-bottom: 13px;
  max-height: 36px;
}
.compare-products .owl-carousel .owl-item .product_img img {
  max-height: 150px;
  width: auto;
}
.chart_row_0,.chart_row_2, .chart_row_6 {
  background: #fff;
}
.compare-products .chart_col_wrap .chart_item .single_compare_link a {
  color: #000;
}
.compare-products .chart_row.chart_row_heading {
  background: transparent;
}
.compare-products .chart_col_wrap .chart_item .wishlist {
  font-size: 20px;
  top: 9px;
  left: 22px;
}
.compare-products .chart_row {
  background: #fff;
  text-align: left;
}
.compare-products .chart_col_specifications .count_product {
  margin-top: 65px;
}
.compare-products .custom-select:focus {
  border-color: #ddd
}

.compare-products .chart_table .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  padding: 0 15px;
}
.compare-products .chart_table .owl-prev,.compare-products .chart_table .owl-next {
  background: #f4f4f4;
  padding: 8px 15px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.compare-products .chart_table .owl-prev i,.compare-products .chart_table .owl-next i {
  color: #333333;
  font-size: 30px;
}

.compare-products ul{
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 2px;
}
.compare-products .chart_table .owl-prev, .compare-products .chart_table .owl-next {
  background: #dedede;
  padding: 0px 7px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.compare-products .chart_table .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #000;
}
.compare-products .chart_table .owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #FFF;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;

}

/*----------------------------------------*/
/*  Footer Widget css(sonia shurmi)
/*----------------------------------------*/
.footer-widget #archives-dropdown--1,
.footer-widget #categories-dropdown--1 {
  width: 100%;
  width: 100%;
  overflow: scroll;
  padding: 8px 10px;
  border-radius: 0;
}
.footer-widget .wp-caption.alignnone {
  margin: 0;
  padding:0;
  max-width: 100%;
  border:1px solid #f0f0f0;
}
.footer-widget .textwidget p strong {
  margin-bottom: 20px;
  display: inline-block;
}
.footer-widget .textwidget p img {
  margin-bottom: 20px;
}
.footer-widget .wp-caption.alignnone {
  margin-bottom: 20px;
}
.footer-widget .search-form {
  border: 1px solid #ececec;
}
.footer-widget.widget_search {
  margin-bottom: 20px;
  border: 0px solid #ececec !important; 
}
.footer-widget.widget_rss {
  margin-bottom: 50px;
}
.footer-widget .rssSummary {
  font-weight: 300;
}
.footer-widget .widget_text select {
  width: 100%;
  padding: 8px 10px;
}
.footer-widget .widget_archive li a {
  float: left;
}
.footer-widget .widget_archive li {
  text-align: right;
  font-weight: 300;
}
/*
=================================
footer widget
=================================
*/
.footer-widget li {
  margin-bottom: 0;
}

.footer-widget.widget_text select {
  width: 100%;
  padding: 8px 10px;
}


.footer-widget.widget_categories li {
  width: 100%;
  font-weight: 300;
}

.footer-widget.widget_recent_comments li {
  font-weight: 300;
}
.footer-widget.widget_rss li span {
  font-size: 14px;
  display: block;
}
.footer-widget.widget_rss li cite {
  font-size: 14px;
}

.footer-widget.widget_text select {
  width: 100%;
  padding: 8px 10px;
}
.footer-widget.widget_categories li {
  width: 100%;
  font-weight: 300;
  text-transform: capitalize;
}
.footer-widget.widget_recent_comments li {
  font-weight: 300;
}
.footer-widget.widget_rss li span {
  font-size: 14px;
  display: block;
}
.footer-widget.widget_rss li cite {
  font-size: 14px;
}
.footer-widget.widget_tag_cloud a:hover::before {
  display: none;
}
.comment-form textarea {
  padding-left: 15px;
  padding-top: 15px;
}
.widget.widget_archive ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
.widget.widget_archive ul li,
.widget.widget_categories ul,
.widget .widget_nav_menu {
  list-style: none;
}
.widget .product-review {
  background: #fff;
}

.blurb_post_widget .product-review {
  margin-bottom: 0;
  padding: 8px 0;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blurb_post_widget .product-review .owl-nav [class*=owl-]{
  opacity: 0
}
.blurb_post_widget .product-review:hover .owl-nav [class*=owl-]{
  opacity: 1
}

/*
=================================
post paginate
=================================
*/
#gallery-1 .gallery-item {
  margin: 0 0 20px;
}

.blog-content iframe {
  max-width: 100%;
}
/*
=================================
post nested and mixed 
=================================
*/
.category-content.category-lists .blog-content-box .blog-content h3 {
  font-weight: 500;
  color: #333;
}

.category-content.category-lists .blog-content-box .blog-content ol,
.category-content.category-lists .blog-content-box .blog-content ul {
  margin: 0;
}
.category-content.category-lists .blog-content-box .blog-content &gt; ol,
.category-content.category-lists .blog-content-box .blog-content &gt; ul {
  margin-bottom: 50px;
}
/*
=================================
post markup
=================================
*/

/* unity test css  */
.single_post_content blockquote,
.blog-content blockquote {
  border-left: 3px solid #ff250d;
  background-color: #f5f5f5;
  padding: 20px 20px 20px 40px;
  margin-bottom: 30px;
}

/* unity test css  */
.single_post_content table tr th,
.blog-content table tr th {
  width: auto;
  border: 1px solid #ddd;
  padding: 12px 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: normal;
}

/* unity test css  */
.single_post_content table tr td,
.blog-content table tr td {
  width: auto;
  border: 1px solid #ddd;
  padding: 12px 12px;
  letter-spacing: 0.3px;
  line-height: normal;
}
.single_post_content table tr td a,
.blog-content  table tr td a {
  border-bottom: 1px solid;
  text-transform: capitalize;
}
.single_post_content blockquote p,
.blog-content blockquote p{
  font-weight: 500;
  font-style: italic;
  font-size: 19px;
  margin-bottom: 0px;
}
/*
=================================
post comment
=================================
*/
.single_post_content blockquote p cite,
.comment-content blockquote p cite{
  font-weight: 400;
  font-style: normal;
  font-size: .82rem;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 50px;
}
.comment-content h1{
  font-size: 33px;
}
.comment-content blockquote {
  margin: 0;
  padding-left: 30px;
  border-left: 3px solid #666;
}
.comment-content table tr th {
  width: auto;
  border: 1px solid #ddd;
  padding: 12px 12px;
}
.comment-content table tr td {
  width: auto;
  border: 1px solid #ddd;
  padding: 12px 12px;
}
.comment-content  table tr td a {
  color: #e48e10;
}
.comment-content blockquote p {
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    padding: 0px 20px 0px 5px;
    margin-bottom: 30px;
}

.comment-content blockquote p cite{
  font-weight:400;
  font-style: normal;
}
.comment-content &gt; ol,
.comment-content &gt; ul {
  margin-left: 0;
  margin-bottom: 40px;
}
.blog-content-box .page-links {
    clear: both;
}
.page-links {
  margin-bottom: 30px;
}
.page-links .page-links-title {
padding: 0 20px 0 0;
border: none;
}
.page-links span {
padding: 2px 8px;
color: #444;
border-radius: 3px;
margin: 0 3px;
border: 2px solid #e02c2e;
}
.page-links a span {
border-color: #ddd;
}
.page-links a span:hover {
border: 2px solid #ff9800;
}
.comment-body {
  padding: 0;
}
.comment-meta {
  padding-top: 20px;
}
.comment-meta .comment-metadata a {

}

.blog-content li {
  margin-bottom: 15px;
}

.blurb-archive-container .blurb_product .product-box,
.product-shop-page .blurb_product .product-box{
  background-color: #f9f9f9;
}




/*
=================================
post comment responsive
=================================
*/
@media (min-width: 320px) and (max-width: 1024px) { 
.comment-content table tr th {
width: 33%;
}
}
@media (max-width: 991px) {
  .comment-list {
    padding-left: 45px;
  }
  .comment-list .pingback { 
    margin-left: -45px;
  }
  .comment-author img {
    left: 0;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .comment-body {
    position: relative;
  }
  .comment-body:after{
    display: none;
  }
  .blog-section .comment-content {
    padding: 14px 20px 48px 46px!important;
  }
  .comment-list .reply {
    top: inherit;
    right: 55px;
    bottom: 13px!important;
  }
  .comment-list .reply::after{

  }
  .comment-list &gt; .comment &gt; .children {
    margin-left: 15px;
  }
  .comment-list &gt; .comment &gt; .children &gt; .comment &gt; .children {
    margin-left: 13px;
  }
  .comment-list &gt; .comment &gt; .children &gt; .comment &gt; .children .comment &gt; .children {
    margin-left: 13px;
  }
  .comment-meta .comment-author &gt; .fn {
    padding-left: 45px;
  }
}
@media (max-width: 575px) {
  .comment-list {
    padding-left: 0px;
  }
  .comment-list .pingback { 
    margin-left: 0px;
  }
  .comment-author{
    float: inherit;
  }
  .comment-author img {
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 999;
    -webkit-transform: inherit;
    transform: inherit;
    margin: 0px 20px 20px 20px;
    display: block;
  }
  .blog-section .comment-content {
    padding: 14px 15px 48px 15px!important;
  }
  .comment-list .reply {
    top: inherit;
    left: 20px;
    bottom: 17px!important;
  }
  .comment-list .reply a::after {
    top: 5px;
    left: 40px;
    font-size: 12px;
}
  .comment-content table tr td {
    font-size: 14px;
    line-height: 21px;
  }
  .comment-metadata {
    padding-left: 13px;
  }
  .comment-meta .comment-author &gt; .fn {
    padding-left: 17px;
  }
  
}

@media (min-width: 992px) and (max-width: 1199px){
  .shop-list-view .product-box .star-rating::after {
    display: none;
  }
  .shop-list-view .product-box .price-start p {
    font-size: 14px;
  }
  .shop-list-view .product-box .product-image-area &gt; a {
    min-height: 246px;
    max-height: 246px;
  }

}
@media (min-width: 768px) and (max-width: 991px){

  .shop-list-view .product-box .star-rating {
    top: 5px;
    right: 83px;
  }
  .shop-list-view .product-box .figure-caption {
    padding: 86px 27px 22px;
  }
  .shop-list-view .rating-wishlist-view {
    right: 49px;
    top: 44px;
  }
  .shop-list-view .product-box .price-start {
    top: 20px;
  }
  .shop-list-view .product-box .star-rating {
    top: 37px;
    left: 28px;
  }
  .shop-list-view .product-box.style-two .star-rating{
    margin-left: 0;
  }
  .shop-list-view .product-box .star-rating::after {
    display: none;
  }
  .compare-products td.remove-icon {
    width: 90px;
  }
  .compare-products .table  .star-rating i.fa-star-o {
    margin-right: 3px;
    font-size: 14px;
  }
  .compare-products td p {
    font-size: 13px;
  }
  .compare-products td {
    font-size: 14px;
  }
  .compare-products td .select-market-btn {
    padding: 14px 6px;

  }
  .compare-products td .select-market-btn i {
    display: none;
  }
  .compare-products .wishlist-table-title th {
    font-size: 14px;
  }

}

.blurb-svg {

  height: 23px;
} 

/* Magazine menu 20 september */
#main-menu  .magazine-header {
  /* overflow: hidden; */
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main-menu  .magazine-header .menu-container {
  width: auto;
  background: #0072ff;
  margin: 0;
  position: relative;
}

#main-menu .magazine-header .menu-container::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 18px solid #0072ff;
  right: -18px;
  position: absolute;
  top: 0px;
}
#main-menu .magazine-header .header-cart {
  top: 0 !important;
  width: 140px;
  float: right;
  text-align: right;
}
.product-view-modal.container.im-product-gallery-wrapper {
  padding: 21px;
  min-height: 750px;
}
.product-view-modal .qv-cross {
  position: absolute;
  left: 10px;
  top: 5px;
}
.product-view-modal h2.im-product-name {
  font-size: 26px;
}

#ajax-modal-awating-req {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#ajax-modal-awating-req img {
  height: 50px;
  width: 50px;
}
@media (max-width: 767px) { 
  .product-view-modal h2.im-product-name {
    font-size: 20px;
    line-height: 30px;
  }
}


/* ---------------------------Typographe---------------- */

/* ---main menu--- */

/* Page title */
.wishlist-slider-title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 1px;
  font-family: 'Rubik', sans-serif;
  text-transform: capitalize;
}

/* Blog Read more */
.blog-section .raed-more a {
  font-size: 16px;
}

/*  -----Shop page -----  */

/*   Product title*/
.product-box .product-title {
  font-size: 16px;
}
/*   Product price */
.product-box .price-start p {
  font-size: 14px;
}
/*  -----Product review -----  */
@media (max-width: 1199px) { 
  /*  BreadCrumb Title  */
  .wishlist-slider-title{
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) { 
  /*  BreadCrumb Title  */
  .wishlist-slider-title{
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) { 
  /*  BreadCrumb Title  */
  .wishlist-slider-title{
    font-size: 25px;
    line-height: 32px;
  }
  .wd-slider-section .blurb_breadcrumbs{
    padding-left: 0;
    margin-top: 17px;
  }
  .wd-slider-section .blurb_breadcrumbs:after{
    display: none;
  }
  .wd-slider-section .banner-content.text-right .blurb_breadcrumbs{
    padding-right: 0;
  }
}


/* Color css 
========================================================================== */
/* Main color*/
.blurb-remove:hover{
  color: #ff9800;
}
/* Third color*/
.product-badges a:nth-child(even) {
  background: #00cee8;
}


/*  -----Header -----  */

/* Short code
========================================================================== */



.link-style-one table thead tr th {
  padding: 30px 15px;
  width: 18%;
  text-align: left;
}

.coupon-bc {
  height: 300px;
}
.coupon-bc .input-group-btn &gt; .btn {
  position: relative;
  width: 143px;
}

.link-style-one td p {
  margin-bottom: 0;
  font-size: 16px !important;
}

.aff-logo a {
  height: 40px;
  display: block;
  text-align: center;
}
.aff-logo a:last-child {
  margin-top: 10px;
  text-transform: capitalize;
}
.aff-logo a img {
  height: 40px;
}
.link-style-one tr td {
  padding: 12px 0px;
}
.aff-buynow {
  padding: 7px 20px;
  border-radius: 6px;
  color: #fff;
}
.link-style-one tbody tr td {
  padding-left: 13px;
}
.link-style-one tbody tr {
  padding: 15px 0px;
  border: 1px solid #ddd;
  text-align: center;
}
.link-style-one tbody .aff-logo {
  padding-top: 34px;
  text-align: center;
}
.link-style-one tbody {
  padding-left: 10px;
}

.review-quation{
  background: #ff9800;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;

}
.review-quation p {
  font-size: 27px;
  color: #fff;
  margin-bottom: 10px !important;
}


.link-style-three .ls-limage {
  float: left;
  display: block;
  width: 103px;
  padding-top: 7px;
  margin: 0 20px;
  min-height: 150px;
}

.link-style-three .title-price {
  height: 68px;
  padding-top: 7px;
}
.link-style-three .ls-rcon {
  display: inline-block;
  height: 104px;
}
.link-style-3wrapper {
  margin: 0 auto;
  margin-bottom: 9px;
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-left: 10px;
}
.buy-now a:first-child {
  float: right;
}
.link-style-3wrapper .buy-now {
  width: 100%;
  overflow: hidden;
}
.link-style-3wrapper .aff-buynow {
  float: left;
}
.link-style-three .ls-rcon {
  display: inline-block;
  width: 86%;
  min-height: 150px;
}
.link-style-3wrapper p {
  margin-bottom: 6px;
}

/*Element section title*/

.col-md-12.section_title .news-title:before {
  position: absolute;
  content: "";
  left: 0px;
}

.col-md-12.section_title .news-title:after {
  position: absolute;
  content: "";
  right: 0;
}
.col-md-12.section_title .news-title {
  position: relative;
}

/*You need to chenage this css class of propertices*/
.choose-category{
  background:none;
}

.filter-btn-area label {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 9px;
  margin-left: 58px;
  font-size: 13px;
}
.filter .result {
  padding-top: 13px;
}
.filter-btn-area .custom-select {
  margin-top: 2px;
}
.filter-btn-area .custom-select{
  background-color: #f7f7f7;

}

.blog-section .raed-more a {
  font-size: 14px;
  font-weight: 400;
}
.blog-section .raed-more a {
  font-size: 14px;
  font-weight: 400;
}

.no-gutters .slider-text .slider-title {
  font-weight: 300!important;

}

.box-text h5{
  font-weight: 600;
  color: #000;
  font-size: 16px;
  letter-spacing: .25px;
}

.single_post_content h6, .blog-content h6 {
  color: #999999;
  font-weight: 300;
  font-size: 14px;
}

.blog-content table tr th {
  width: auto;
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-weight: 600;
  font-size: 14px;
}

.blog-content table tr td {
  width: auto;
  border: 1px solid #ddd;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}

.blog-content li {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}


.container .coupon-content .star-rating {
  position: relative;
  width: 100px;
  display: inline-block;
}

.container .sin-coupon .coupon-image {

  text-align: center;
  display: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100%;
  overflow: hidden;
  min-height: 100%;
}

.container .sin-coupon .blurb-badges.coupon-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
}

.page-content {
  padding-bottom: 15px;
}

.amazon-review-box-content .price u{
  text-decoration: none;
}

.wd-news .wd-news-box:hover .angle-right-to-left,
.wd-news .wd-news-box:hover .angle-left-to-right {
  border-top-width: 30px;
  border-top-style: solid;
}

.sorting a.shop-filter-item i{
  font-weight: 400;
  font-family: 'FontAwesome';
  -webkit-text-stroke: 1px white;
  font-size: 22px;
}

.choose-category-content .category {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.aux-icon-list-items .media p.review-content i{
  margin-right: 10px;
}

.aux-icon-list-items .media p.review-content {
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
}
.aux-icon-list-items .media .media-body {
  margin-top:15px;
}
.blog-meta.container .post-author.meta-item a{
  color: #333;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}


.blog-meta.container .post-author.meta-item i, .blog-meta.container .comment.meta-item i, .blog-like.meta-item .baide_like a{
  color: #999;
  font-size: 14px;
  font-weight: 300;
}


.figure-caption .blog-meta {
  border-bottom: 1px solid #ececec;

}

.weekly-news-box:hover .figure-caption .blog-meta{

}


.weekly-news .weekly-news-box .figure-caption .meta-item a{
  color: #999;
}

.category-info .badge {
  padding: 0;
}


.category-info .badge-light[href]:hover {
  color: #f68b1f;
  text-decoration: none;
  background-color: transparent;
}
.weekly-news .weekly-news-box:hover .weekly-news-shape{
  background: none !important;
}


.review-title {
  font-weight:900;
  font-size: 60px;
}


.post-author:hover a, .post-author:hover i{
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.figure-caption .blog-like:hover{
  color:#fff;
}

.choose-category-area-box .choose-category-box:nth-child(1) .wd-border-bottom{
  background: #ff8a80 !important;
}
.choose-category-area-box .choose-category-box:nth-child(2) .wd-border-bottom{
  background: #8899f9 !important;
}
.choose-category-area-box .choose-category-box:nth-child(3) .wd-border-bottom{
  background: #84ffff !important;
}
.choose-category-area-box .choose-category-box:nth-child(4) .wd-border-bottom{
  background: #ff9e80 !important;
}

.choose-category-area-box .choose-category-box:nth-child(5) .wd-border-bottom{
  background: #ea80fc !important;
}
.choose-category-area-box .choose-category-box:nth-child(6) .wd-border-bottom{
  background: #84ffff !important;
}
.choose-category-area-box .choose-category-box:nth-child(7) .wd-border-bottom{
  background: #ffd740 !important;
}
.choose-category-area-box .choose-category-box:nth-child(8) .wd-border-bottom{
  background: #a788ff !important;
}
.choose-category-area-box .choose-category-box:nth-child(9) .wd-border-bottom{
  background: #ff8a80 !important;
}
.choose-category-area-box .choose-category-box:nth-child(10) .wd-border-bottom{
  background: #8c9eff !important;
}
.choose-category-area-box .choose-category-box:nth-child(11) .wd-border-bottom{
  background: #84ffff !important;
}
.choose-category-area-box .choose-category-box:nth-child(12) .wd-border-bottom{
  background: #ff9e80 !important;
}
.choose-category-area-box .choose-category-box:nth-child(13) .wd-border-bottom{
  background: #ea80fc !important;
}
.choose-category-area-box .choose-category-box:nth-child(14) .wd-border-bottom{
  background: #90a4ae !important;
}
.choose-category-area-box .choose-category-box:nth-child(15) .wd-border-bottom{
  background: #98e389 !important;
}
.choose-category-area-box .choose-category-box:nth-child(16) .wd-border-bottom{
  background: #a788ff !important;
}

.shop-filter-item i{
  margin-top:10px;
}


/* **********************************
* Media Query 1360
*  ******************************* */
@media only screen and (min-width: 1025px) {
  .custom-width {
    max-width: 1650px; 
  }
  .container-1360{
    max-width: 1360px;
  }
}

/* **********************************
* Blurb Statistic
*  ******************************* */

.blurb_el_statistic .canvasjs-chart-credit {
  display: none;
}

.blurb_el_statistic .section-title {
  font-size: 30px;
  line-height: 45px;
  font-weight: 900;
  color: #fff;
  max-width: 606px;
}

.blurb_el_statistic .staticstic-by-market .title {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  max-width: 620px;
  margin-top: 20px;
  letter-spacing: .19px;
  margin-bottom: 48px;
}

.blurb_el_statistic .staticstic-by-market .market-chart {
  height: 300px;
}

.blurb_el_statistic .staticstic-by-product {
  padding: 20px 0 0 83px;
}

.blurb_el_statistic .staticstic-by-product .title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #f0efef;
  margin-bottom: 30px;
	letter-spacing:1px
}

.blurb_el_statistic .staticstic-by-product ul {
  padding: 0;
  margin: 0;
}

.blurb_el_statistic .staticstic-by-product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid;
  border-bottom-color: rgba(245, 245, 245, 0.14);
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75%;
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .name-first-letter {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin-right: 14px;
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper a {
  display: inline-block;
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper a:first-child {
  display: block;
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #ededed;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.5px;
}

.blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .author {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #d9dadc;
  margin-top: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blurb_el_statistic .staticstic-by-product ul li .price-product-chart {
  height: 60px;
  margin: auto;
  width: 100%;
  max-width: 44%;
}

.blurb_el_statistic .staticstic-by-product ul li .price-wrapper {
  margin-left: auto;
}

.blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #ededed;
  letter-spacing:0.5px;
}

.blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price-updown {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #d9dadc;
  margin-top: 15px;
}

.blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price-updown i {
  margin-left: 6px;
}

.blurb_el_statistic .staticstic-by-product ul li:nth-child(2) .name-first-letter {
  background: #fa6f3f;
}

.blurb_el_statistic .staticstic-by-product ul li:last-child .name-first-letter {
  background: #68b000;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blurb_el_statistic .staticstic-by-market .title {
    line-height: 26px;
  }

  .blurb_el_statistic .staticstic-by-product {
    padding-left: 15px;
  }

  .blurb_el_statistic .staticstic-by-product .title {
    margin-bottom: 74px;
  }

  .blurb_el_statistic .staticstic-by-product ul li {
    padding: 17px 0;
  } 

  /* staticstic-by-product   */
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .name-first-letter {
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-right: 12px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper h2 {
    font-size: 18px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .author {
    margin-top: 13px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price {
    font-size: 18px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price-updown {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 991px) {

  .blurb_el_statistic .staticstic-by-market .title {
    line-height: 26px;
    margin-bottom: 30px;
  }

  .blurb_el_statistic .staticstic-by-product {
    padding-left: 0px;
    margin-top: 50px;
  }

  .blurb_el_statistic .staticstic-by-product .title {
    margin-bottom: 20px;
  }

  .blurb_el_statistic .staticstic-by-product ul li {
    padding: 17px 0;
  }

  .blurb_el_statistic .section-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 21px;
  }


  /* staticstic-by-product   */
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .name-first-letter {
    height: 22px;
    width: 22px;
    line-height: 22px;
    margin-right: 12px;
    margin-top: 3px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper h2 {
    font-size: 16px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .author {
    margin-top: 12px;
    font-size: 13px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price {
    font-size: 16px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .price-wrapper .price-updown {
    margin-top: 12px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper{
    width: 100%;
    max-width: 65%;
  }
  .blurb_el_statistic .staticstic-by-product ul li .price-wrapper{
    width: 100%;
    max-width: 35%;
    text-align: right;
    padding-left: 5px;
  }
  .blurb_el_statistic .staticstic-by-product ul li .product-name-wrapper .name-first-letter {
    margin-right: 10px;
  }
}
/* **********************************
* Blurb Special Offer
*  ******************************* */

.blurb_el_special_offer .coupon-sale-item {
  padding: 151px 30px 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blurb_el_special_offer .coupon-sale-item .img {
  width: 100%;
  max-width: 50%;
  text-align: right;
}

.blurb_el_special_offer .coupon-sale-item .img img {
  max-width: 100%;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper {
  width: 100%;
  max-width: 50%;
  padding-left: 80px;
  padding-top: 48px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .name {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .offer-rate {
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  color: #333333;
  margin-top: 10px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .offer-rate mark {
  background: transparent;
  padding: 0;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .offer-rate mark span {
  font-size: 15px;
  vertical-align: middle;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .price-wrapper {
  font-size: 16px;
  text-transform: uppercase;
  color: #686868;
  font-weight: 500;
  margin-top: 7px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown {
  margin-top: 23px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown .count-field {
  display: inline-block;
  position: relative;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown .count-field:not(:last-child) {
  padding-right: 6px;
  margin-right: 15px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown .count-field:not(:last-child):after {
  content: ':';
  position: absolute;
  top: -11px;
  right: -6px;
  color: #d3d3d3;
  font-size: 26px;
  font-weight: 900;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown h6 {
  font-size: 26px;
  color: #4a4a4a;
  font-weight: 900;
  margin-bottom: 3px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown span {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 24px;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .product-in-market {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 70px;
}
.blurb_el_special_offer .coupon-sale-item .market-img {
  height: 64px;
}
.blurb_el_special_offer .coupon-sale-item .market-img img {
  max-height: 100%;
}

.blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .product-in-market a {
  display: inline-block;
  margin-left: 17px;
}

.blurb_el_special_offer .coupon-sale-item-1 {
  background: #eeeeee;
}

.blurb_el_special_offer .coupon-sale-item-2 {
  background: #e9e9e9;
}

@media (min-width: 1360px) and (max-width: 1680px) {
  .blurb_el_special_offer .coupon-sale-item .img {
    max-width: 47%;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper {
    max-width: 53%;
    padding-left: 25px;
    padding-top: 26px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .product-in-market {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .blurb_el_special_offer .coupon-sale-item {
    padding: 110px 30px 110px;
  }

  .blurb_el_special_offer .coupon-sale-item .img {
    max-width: 45%;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper {
    max-width: 55%;
    padding-left: 25px;
    padding-top: 0px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .name {
    font-size: 23px;
    line-height: 40px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .product-in-market {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .blurb_el_special_offer .coupon-sale-item {
    padding: 80px 30px 80px;
  }

  .blurb_el_special_offer .coupon-sale-item .img {
    max-width: 100%;
    text-align: center;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper {
    max-width: 100%;
    padding: 40px 0 0 0;
    text-align: center;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .name {
    line-height: 40px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .product-in-market {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .blurb_el_special_offer .coupon-sale-item .img {
    padding: 0 30px;
  }
  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .offer-rate {
    margin-top: 15px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .blurb_el_special_offer .coupon-sale-item {
    padding: 80px 20px 80px;
  }

  .blurb_el_special_offer .coupon-sale-item .img {
    padding: 0;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .name {
    font-size: 20px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .offer-rate {
    font-size: 35px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .price-wrapper {
    font-size: 15px;
    margin-top: 4px;
  }

  .blurb_el_special_offer .coupon-sale-item .product-countdown-wrapper .special-offer-countdown {
    margin-top: 30px;
  }
}


/* ================================= saj Slider  ======================= */
.blurb_el_main_slider .slider_wrap {
  position: relative;
}

.blurb_el_main_slider .slider_wrap .slider_item {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blurb_el_main_slider .slider_wrap .slider_item .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*   padding: 140px 0; */
  min-height: 72vh;

}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap {
  width: 100%;
  max-width: 50%;
  padding: 0 30px 0 0px;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 11px 9px rgba(69, 13, 4, 0.07);
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 span {
  display: block;
  font-size: 30px;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 span mark {
  background: transparent;
  color: #333333;
  padding: 0;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 100px;
  color: #ffffff;
  margin-top: 42px;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 85px;
  height: 2px;
  background: #ffffff;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .im-link {
  background: whitesmoke;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 25px;
  display: inline-block;
  margin-top: 45px;
  -webkit-box-shadow: 0px 11px 9px 0px rgba(69, 13, 4, 0.07);
  box-shadow: 0px 11px 9px 0px rgba(69, 13, 4, 0.07);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  letter-spacing: 1px;
  border-radius: 4px;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .im-link:hover {
  background: #333333;
  color: #ffffff;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_img {
  width: 100%;
  max-width: 50%;
}

.blurb_el_main_slider .slider_wrap .slider_item .slider_img img {
  max-width: 100%;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.blurb_el_main_slider .slider_wrap .owl-nav {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-prev,
.blurb_el_main_slider .slider_wrap .owl-nav .owl-next {
  font-size: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: #ffffff;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-prev:hover .sldier_arrow_path,
.blurb_el_main_slider .slider_wrap .owl-nav .owl-next:hover .sldier_arrow_path{
  opacity: 1;
  fill: #ffdb84;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-prev:focus,
.blurb_el_main_slider .slider_wrap .owl-nav .owl-next:focus {
  outline: 0;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-prev i,
.blurb_el_main_slider .slider_wrap .owl-nav .owl-next i {
  font-weight: 300;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-prev {
  left: 40px;
}

.blurb_el_main_slider .slider_wrap .owl-nav .owl-next {
  right: 40px;
}

.blurb_el_main_slider .slider_wrap:hover .owl-nav {
  opacity: 1;
}

/* ========== Slider 2 ========= */
.blurb_el_main_slider .slider_box .item_wrap {
  width: 100%;
}

.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap h1 {
  color: #434343;
  font-size: 50px;
  text-shadow: none;
}

.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap h1 span {
  font-size: inherit;
}

.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap .slider_content {
  font-size: 16px;
  line-height: 24px;
  color: #746f6f;
  padding: 0;
  max-width: 505px;
  font-weight: 400;
}
.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap .slider_content span{
  font-weight: 700;
}
.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap .slider_content:after {
  display: none;
}

.blurb_el_main_slider .slider_box .item_wrap .slider_item_wrap .im-link {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blurb_el_main_slider .slider_box .owl-nav .owl-prev,
.blurb_el_main_slider .slider_box .owl-nav .owl-next {
  color: #333333;
}

.blurb_el_main_slider .slider_box .owl-nav .owl-prev {
  left: -60px;
}

.blurb_el_main_slider .slider_box .owl-nav .owl-next {
  right: -60px;
}

/* =================================== SLider 3 ================================== */
.blurb_el_main_slider .slider_full .item_wrap {
  width: 100%;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_img {
  max-width: 50%;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap {
  max-width: 50%;
  padding-right: 30px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap h1 {
  color: #27282a;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap h1 span {
  font-size: 26px;
  font-weight: 400;
  position: relative;
  padding-bottom: 3px;
  color: #ffffff;
  margin-bottom: 19px;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap .slider_content {
  color: #5d5e5e;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .4px;
  padding-left: 0;
  max-width: 505px;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap .slider_content::after {
  display: none;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap .slider_content span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 17px;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap .slider_content mark {
  background: transparent;
  padding: 0;
  margin: 0;
}

.blurb_el_main_slider .slider_full .item_wrap .slider_item_wrap .im-link {
  color: #ffffff;
}

.blurb_el_main_slider .slider_full .owl-nav .owl-prev,
.blurb_el_main_slider .slider_full .owl-nav .owl-next {
  color: #333333;
}

.blurb_el_main_slider .slideLessInRight {
  -webkit-animation-name: slideLessInRight;
  animation-name: slideLessInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blurb_el_main_slider .slideLessInLeft {
  -webkit-animation-name: slideLessInLeft;
  animation-name: slideLessInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*  Blog Animation */
@-webkit-keyframes slideLessInRight {
  from {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideLessInLeft {
  from {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Slider Arrow */
.slider_wrap .sldier_arrow_path{
  fill: #f5f5f5;
}
.slider_full .sldier_arrow_path,
.slider_box .sldier_arrow_path {
  fill: #7a7777;
  fill-rule: evenodd;
}
@media only screen and (max-width: 1700px) {
  .blurb_el_main_slider .slider_box .owl-nav .owl-prev {
    display: none;
    left: 30px;
  }

  .blurb_el_main_slider .slider_box .owl-nav .owl-next {
    right: 30px;
    display: none;
  }
  /* ================ SLider 3 =================== */
  .blurb_el_main_slider .slider_full .owl-nav {
    display: none;
  }

  .blurb_el_main_slider .slider_full .owl-nav .owl-prev {
    left: 30px;
  }

  .blurb_el_main_slider .slider_full .owl-nav .owl-next {
    right: 30px;
  }

}

@media only screen and (max-width: 1199px) {
  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 {
    font-size: 65px;
    line-height: 60px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 span {
    font-size: 28px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content {
    margin-top: 30px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .im-link {
    margin-top: 35px;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap h1 {
    font-size: 38px;
    line-height: 45px;
  }
  /* ================ SLider 3 =================== */
  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap h1 span {
    font-size: 22px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap .slider_content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .blurb_el_main_slider .slider_wrap .slider_item .item_wrap {
    padding: 120px 0;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 span {
    font-size: 24px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content {
    margin-top: 30px;
    padding: 0 15px 0 90px;
    font-size: 21px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content:after {
    width: 65px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .im-link {
    margin-top: 35px;
  }

  .blurb_el_main_slider .slider_wrap .slider_wrap .owl-nav .owl-prev,
  .blurb_el_main_slider .slider_wrap .slider_wrap .owl-nav .owl-next {
    font-size: 20px;
  }

  .blurb_el_main_slider .slider_wrap .slider_wrap .owl-nav .owl-prev {
    left: 20px;
  }

  .blurb_el_main_slider .slider_wrap .slider_wrap .owl-nav .owl-next {
    right: 20px;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap h1 {
    font-size: 38px;
    line-height: 45px;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap h1 span {
    font-size: inherit;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap .slider_content {
    padding: 0 15px 0 0;
    font-size: 15px;
  }
  /* ================ SLider 3 =================== */
  .blurb_el_main_slider .slider_full .slider_item .item_wrap {
    padding: 80px 0;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap h1 span {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap .slider_content {
    padding-left: 0;
    padding: 0;
    font-size: 14px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap .slider_content span {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .blurb_el_main_slider .slider_full .slider_item .slider_item_wrap .im-link {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blurb_el_main_slider .slider_wrap .slider_item .item_wrap {
    padding: 80px 0;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap,
  .blurb_el_main_slider .slider_wrap .slider_item .slider_img {
    padding: 0 20px 0 0px;
  }
  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap h1 span {
    font-size: 21px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content {
    margin-top: 29px;
    padding: 0 15px 0 0;
    font-size: 20px;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content:after {
    display: none;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .im-link {
    margin-top: 23px;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap h1 {
    font-size: 27px;
    line-height: 33px;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap h1 span {
    font-size: inherit;
  }

  .blurb_el_main_slider .slider_box .slider_item .slider_item_wrap .slider_content {
    margin-top: 24px;
    font-size: 14px;
  }
  
  .blurb_el_main_slider .slider_wrap .owl-nav{
    display: none;
  }
  /* =========================== Slider 3 ======================== */
  .blurb_el_main_slider .slider_full .slider_item .item_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_img {
    max-width: 100%;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap {
    max-width: 100%;
    padding-right: 0;
    margin-top: 30px;
    text-align: center;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap h1 span {
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap h1 span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap .slider_content {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap .slider_content span {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .blurb_el_main_slider .slider_full .slider_item .item_wrap .slider_item_wrap .im-link {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .blurb_el_main_slider .slider_wrap .slider_item .item_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .blurb_el_main_slider .slider_wrap .slider_item .slider_img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .blurb_el_main_slider .slider_wrap .slider_item .item_wrap {
    padding: 80px 15px;
  }
  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap,
  .blurb_el_main_slider .slider_wrap .slider_item .slider_img {
    padding: 0px;
  }
  .blurb_el_main_slider .slider_wrap .slider_item .slider_item_wrap .slider_content{
    padding: 0;
  }
}

/*  ===================================== Blurb Content HTML Blog ================================== */

.blurb_content&gt;p {
  font-size: 16px;
  line-height: 36px;
  color: #646464;
  margin-bottom: 22px;
  font-weight: 400;
}

.blurb_content h3 {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: .3px;
  color: #333333;
  margin-bottom: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: normal;
}

.blurb_content blockquote {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  margin: 34px 0;
  padding-left: 40px;
  padding-bottom: 26px;

  position: relative;
  border-left: 0;
}

.blurb_content blockquote:after {
  content: "\f10d";
  font-family: 'fontawesome';
  position: absolute;
  font-size: 20px;
  left: 12px;
  top: 5px;
}

.blurb_content .content_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 0;
}

.blurb_content .content_gallery .content_img {
  width: 100%;
  max-width: 50%;
}

.blurb_content .content_gallery .content_img img {
  width: 100%;
}

.blurb_content .content_list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 0;
}

.blurb_content .content_list li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #646464;
  padding: 5px 0 5px 22px;
}

.blurb_content .content_list li span {
  color: #000000;
}

.blurb_content .content_list li:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #818181;
}

.blurb_content .content_video {
  position: relative;
  padding: 19px 0 29px;
}

.blurb_content .content_video #play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: 9999;
  cursor: pointer;
}

.blurb_content .content_video iframe {
  z-index: 6;
  position: relative;
}

.blurb_content .content_video img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blurb_content .content_video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #c62624;
  font-size: 95px;
}

.blurb_content .content_video a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.blurb_content .content-product {
  padding: 10px 0 32px;
}

.blurb_content .content-product-item {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 110px;
}

.blurb_content .content-product-item:not(:last-child) {
  margin-bottom: 17px;
}

.blurb_content .content-product-item .p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #484848;
  display: inline-block;
  margin-left: auto;
}

.blurb_content .content-product-item .p span {
  display: block;
}

.blurb_content .content-product-item .price {
  margin: 0 auto;
}

.blurb_content .content-product-item .price span {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.blurb_content .buy-btn {
  border-left: 1px solid #e3e1e1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.blurb_content .buy-btn a {
  padding: 16px 55px 16px 100px;
  border-left: 1px solid #f3f2f2;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 24px;
  color: #ffffff;
  display: inline-block;
  border-radius: 2px;
  display: inline-block;
  margin: 23px 26px 23px 55px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blurb_content .buy-btn a:hover {
  background: #333333 !important;
}

.blurb_content .content-item-img {
  background-color: #efefef;
}

@media only screen and (max-width: 991px) {
  .blurb_content&gt;p {
    font-size: 16px;
    line-height: 34px;
  }

  .blurb_content blockquote {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    font-style: italic;
    margin: 34px 0;
    padding-left: 40px;
    position: relative;
  }

  .blurb_content .content_video i {
    font-size: 70px;
  }

  .blurb_content .content-item-img {
    width: 100%;
    max-width: 26%;
  }

  .blurb_content .content-item-img img {
    max-width: 100%;
  }

  .blurb_content .content-product-item {
    min-height: 100px;
  }

  .blurb_content .content-product-item .p {
    font-size: 13px;
  }

  .blurb_content .content-product-item .price span {
    font-size: 15px;
    line-height: 22px;
  }

  .blurb_content .content-product-item .buy-btn a {
    font-size: 13px;
    padding: 9px 14px;
    margin: 23px 15px 23px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .blurb_content&gt;.p {
    font-size: 15px;
    line-height: 27px;
  }

  .blurb_content h3 {
    font-size: 18px;
    line-height: 35px;
  }

  .blurb_content .content_gallery .content_img {
    max-width: 100%;
  }

  .blurb_content .content_gallery .content_img:first-child {
    margin-bottom: 15px;
  }

  .blurb_content .content_video i {
    font-size: 50px;
  }

  .blurb_content .content_list li {
    font-size: 15px;
    line-height: 25px;
  }

  .blurb_content .content-item-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }

  .blurb_content .content-item-img img {
    max-width: 100%;
  }

  .blurb_content .content-product-item {
    min-height: 100px;
  }

  .blurb_content .content-product-item .p {
    font-size: 14px;
  }

  .blurb_content .content-product-item .able,
  .blurb_content .content-product-item .price {
    max-width: 50%;
  }

  .blurb_content .content-product-item .buy-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border: 0;
  }
  .blurb_content .content-product-item .buy-btn a {
    padding: 9px 35px;
  }
}

/* ================================== Blurb el Categories ========================  */
.blurb_el_categories .title h2{
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center
}
.blurb_el_categories .categories_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -5px;
}
.blurb_el_categories .categories_wrap .cat_tiem {
  width: 100%;
  max-width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  background: #ffffff;
  margin: 0 5px 10px;
  border: 1px dashed #f0eeee;
  position: relative;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.blurb_el_categories .categories_wrap .cat_tiem:hover{
  -webkit-box-shadow: 0px 4px 9px 0px rgba(232, 232, 232, 0.04);
  box-shadow: 0px 4px 9px 0px rgba(232, 232, 232, 0.04);
}
.blurb_el_categories .categories_wrap .cat_tiem:after{
  position: absolute;
  content: '';
  left: 50%;
  bottom: -1px;
  width: 0%;
  height: 2px;
  opacity: .5;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.blurb_el_categories .categories_wrap .cat_tiem:hover:after{
  width: 100%
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_content {
  width: 100%;
  max-width: 67%;
  padding: 0 10px;
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_img {
  width: 100%;
  max-width: 33%
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_content h3{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_content p{
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_content .read_more{
  font-size: 14px;
  line-height: 18px;
  color: #386cd2;
  font-weight: 400;
  letter-spacing:0.5px;
  text-transform: capitalize;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.blurb_el_categories .categories_wrap .cat_tiem .cat_content .read_more:hover{
  color: #09013c;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .blurb_el_categories .categories_wrap .cat_tiem {
    max-width: calc(33.33% - 10px);
  }
}
@media (min-width: 920px) and (max-width: 1199px) {
  .blurb_el_categories .categories_wrap .cat_tiem {
    max-width: calc(33.33% - 10px);
  }
  .blurb_el_categories .categories_wrap .cat_tiem .cat_content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .blurb_el_categories .title h2 {
    margin-bottom: 40px;
  }
  .blurb_el_categories .categories_wrap .cat_tiem {
    max-width: calc(50% - 10px);
  }
  .blurb_el_categories .categories_wrap .cat_tiem .cat_content {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .blurb_el_categories .categories_wrap{
    margin: 0;
  }
  .blurb_el_categories .categories_wrap .cat_tiem {
    max-width: 100%;
    margin: 0 0 10px; 
  }
}
/* blurb_el_best_review_product */


.blurb_el_best_review_product .best_review_product_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blurb_el_best_review_product .best_review_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: calc(33.33% - 20px);
  margin-top: 29px;
}


.blurb_el_best_review_product .best_review_item .best_review_img {
  width: 100%;
  max-width: 41%;
}
.blurb_el_best_review_product .best_review_item .best_review_content{
  width: 100%;
  max-width: 59%;
  padding: 0 20px 0px 29px;
}

.blurb_el_best_review_product .best_review_item:not(:last-child) {
  margin-right: 30px;
}
.blurb_el_best_review_product .best_review_item .star-rating{
  margin-bottom: 6px;
}
.blurb_el_best_review_product .best_review_item .star-rating i{
  color: #ffc400;
}
.blurb_el_best_review_product .best_review_item a{
  display:inline-block
}
.blurb_el_best_review_product .best_review_item a h3{
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #404040;
}
.blurb_el_best_review_product .best_review_item .best_review_content &gt; p{
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  margin-top: 15px;
}
.blurb_el_best_review_product .best_review_item .price p{
  margin-top: 12px;
}
.blurb_el_best_review_product .best_review_item .best_review_btn{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 2px;
}
.blurb_el_best_review_product .best_review_item .best_review_btn:hover{
  color: #ffffff;
}

@media (min-width:1200px) and (max-width:1399px) {
  .blurb_el_best_review_product .best_review_item {
    max-width: calc(33.33% - 10px);
  }
  .blurb_el_best_review_product .best_review_item:not(:last-child) {
    margin-right: 15px;
  }
  .blurb_el_best_review_product .best_review_item .best_review_content {
    padding: 0 15px 0px 15px;
  }
  .blurb_el_best_review_product .best_review_item .best_review_content &gt; p{
    font-size: 15px;
  }
}

@media (max-width:1199px) {
  .blurb_el_best_review_product .best_review_item{
    text-align: center;
    max-width: calc(33.33%);
  }
  .blurb_el_best_review_product .best_review_item:not(:last-child) {
    margin-right: 0px;
  }
  .blurb_el_best_review_product .best_review_item .best_review_img{
    max-width: 100%;
  }
  .blurb_el_best_review_product .best_review_item .best_review_content {
    max-width: 100%;
    padding: 15px 15px 0;
  }
}

@media (max-width: 991px) {
  .blurb_el_best_review_product .best_review_item .best_review_content &gt; p {
    font-size: 14px;
    line-height: 23px;
  }
  .blurb_el_best_review_product .best_review_item .best_review_btn {
    font-size: 15px;
    padding: 3px 19px;
  }
}
@media (max-width: 757px) {
  .blurb_el_best_review_product .best_review_item .best_review_content &gt; p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media (max-width: 575px) {
  .blurb_el_best_review_product .best_review_item {
    max-width: 100%;
  }
  .blurb_el_best_review_product .best_review_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 40px;
  }
  .blurb_el_best_review_product .best_review_item:not(:first-child) {
    margin-top: 40px;
  }
}

/* blurb_el_rating_list */
.blurb_el_rating_list {
  max-width: 590px;
}
.blurb_el_rating_list &gt; h2{
  color: #f7f7f7;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 40px;
}

.blurb_el_rating_list .rating_list_item{
  padding: 0;
  margin: 0;
}
.blurb_el_rating_list .rating_list_item li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blurb_el_rating_list .rating_list_item li:not(:last-child) {
  margin-bottom: 20px;
}
.blurb_el_rating_list .rating_list_item .item_img{  
  border: 5px solid;
  border-color: rgba(250,250,250, .9);
  border-radius: 50%;
  margin-right: 14px;
  height: 60px;
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.blurb_el_rating_list .rating_list_item .item_img img{
  border-radius: 50%;
  width: 100%;
}
.blurb_el_rating_list .rating_list_item .item_content p{
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blurb_el_rating_list {
    max-width: 540px;
  }
  .blurb_el_rating_list &gt; h2{
    font-size: 28px;
    line-height: 37px;
  }
}

@media (max-width: 991px) {
  .blurb_el_rating_list {
    max-width: 515px;
  }
  .blurb_el_rating_list &gt; h2{
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .blurb_el_rating_list &gt; h2{
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .blurb_el_rating_list &gt; h2{
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 28px;
  }

  .blurb_el_rating_list .rating_list_item .item_content p {
    font-size: 14px;
  }
}

.blurb_el_rating_list_section {
  padding: 86px 15px 92px 15px;

}
.blurb_el_rating_list_section .blurb_el_rating_wrap {
    max-width: 1620px;
    margin: 0 auto;
}

/* blurb_el_sec_product_review */
.elementor-widget-im-sec-product-and-review .elementor-widget-container{
  margin-bottom: 70px;
}
.elementor-widget-im-sec-product-and-review .section_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.elementor-widget-im-sec-product-and-review .section_item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: calc(33.3333% - 30px);
  background: #f6f5f5;
  margin: 0 15px;
}
/*  ----------------- first */
.elementor-widget-im-sec-product-and-review .product_slider_wrap{
  padding: 30px;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .title_wrap{
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .title_wrap:before {
  display: block;
  content: '';
  height: 3px;
  width: 30px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #df4d3e;
  z-index: 3;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .title_wrap:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  height: 1px;
  background: #efefec;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap h2{
  color: #333333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  letter-spacing:1px;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_navs{
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_navs:after{
  background: #dddddd;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: 15px;
  width: 1px;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_prev,
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_next{
  font-size: 16px;
  color: #c1c1c1;
  margin: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_next:hover,
.elementor-widget-im-sec-product-and-review .product_slider_wrap .product_slider_wrap_prev:hover{
  color: #737373;
}

/* ----------------- Middle  */
.elementor-widget-im-sec-product-and-review .products_wrap{
  background: #ffffff;
}
.elementor-widget-im-sec-product-and-review .product_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f5f5;
  padding: 32px;
}
.elementor-widget-im-sec-product-and-review .product_wrap .img{
  width: 100%;
  max-width: 45%;
  text-align: right;
}
.elementor-widget-im-sec-product-and-review .product_wrap:first-child {
  margin-bottom: 30px;
}
.elementor-widget-im-sec-product-and-review .product_wrap .content{
  width: 100%;
  max-width: 55%;
  padding-right: 15px;
}
.elementor-widget-im-sec-product-and-review .product_wrap h3{
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #899296;
  letter-spacing: 1px;
  font-weight: 500;
}
.elementor-widget-im-sec-product-and-review .product_wrap h2{
  color: #3f3f3f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
}
.elementor-widget-im-sec-product-and-review .product_wrap p{
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.elementor-widget-im-sec-product-and-review .product_wrap a{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 4px 15px 4px 15px;
  color: #ffffff;
  margin-top: 25px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.elementor-widget-im-sec-product-and-review .product_wrap a:hover{
  background: transparent;
}
/* ---------------------- Third  */
.elementor-widget-im-sec-product-and-review .review_wrap{
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-im-sec-product-and-review .review_wrap .img{

}
.elementor-widget-im-sec-product-and-review .review_wrap a{
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-top: 16px;
}
.elementor-widget-im-sec-product-and-review .review_wrap h2{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.elementor-widget-im-sec-product-and-review .review_wrap .star-rating{
  margin-top: 10px;
}
.elementor-widget-im-sec-product-and-review .review_wrap .star-rating i{
  font-size: 15px;
}

@media (min-width: 1200px) and (max-width:1399px) {
  /*  First */
  .elementor-widget-im-sec-product-and-review .product_slider_wrap {
    padding: 25px;
  }
  /*  Middle */
  .elementor-widget-im-sec-product-and-review .product_wrap .content {
    max-width: 60%;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap .img {
    max-width: 40%;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap {
    padding: 25px 25px 25px 25px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 15px;
  }
}

@media (max-width:1199px) {
  .elementor-widget-im-sec-product-and-review .section_item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
  }

  /*  middle */
  .elementor-widget-im-sec-product-and-review .products_wrap{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap{
    width: 100%;
    max-width: calc(50% - 15px);
  }
  .elementor-widget-im-sec-product-and-review .product_wrap:first-child {
    margin-bottom: 0px;
    margin-right: 30px;
  }
}

@media (max-width:991px) { 
  /*  Middle */
  .elementor-widget-im-sec-product-and-review .product_wrap {
    padding: 25px 25px 25px 25px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap p {
    font-size: 15px;
    line-height: 23px;
    margin-top: 15px;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap a {
    font-size: 15px;
    padding: 4px 15px 4px 15px;
    margin-top: 19px;
  }
}

@media (max-width:767px) { 
  /*  First */
  .elementor-widget-im-sec-product-and-review .product_slider_wrap {
    padding: 25px;
  }
  .elementor-widget-im-sec-product-and-review .review_wrap h2 {
    font-size: 16px;
    line-height: 26px;
  }
  /*  Middle */
  .elementor-widget-im-sec-product-and-review .product_wrap .img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap .content {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
    padding-right: 0px;
  }
}

@media (max-width:575px) {
  .elementor-widget-im-sec-product-and-review .section_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
  }
  /*  first */
  .elementor-widget-im-sec-product-and-review .product_slider_wrap{
    margin-bottom: 30px;
  }
  /*  Middle */
  .elementor-widget-im-sec-product-and-review .product_wrap {
    max-width: 100%;
  }
  .elementor-widget-im-sec-product-and-review .product_wrap:first-child {
    margin-bottom: 30px;
    margin-right: 0px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  
.elementor-widget-im-sec-product-and-review .product_slider_wrap h2 {
    font-size: 16px;
  }
.elementor-widget-im-sec-product-and-review .product_wrap h2 {
    font-size: 16px;
}
}

/* =================================  Contact  ======================= */
.blurb_el_contact{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
.blurb_el_contact .contact_form_wrap{
  width: 100%;
  max-width: 70%;
  padding-right: 50px;
}
/* .blurb_el_contact #mc_embed_signup form{
padding: 0;
} */
.blurb_el_contact .contact_form_wrap h2{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  margin-top: 0;
  text-transform:capitalize;
}
.blurb_el_contact .contact_form_wrap p{
  font-size: 14px;
  font-weight: 300;
}


.blurb_el_contact .required-fields{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px -15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blurb_el_contact .required-fields .field-group{
  padding: 0 15px 25px;
  width: 100%;
  max-width: 50%;
}
.blurb_el_contact .required-fields input:not([type=submit]){
  width: 100%;
  padding: 8px 8px;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #ABB0B2;

}
.blurb_el_contact .contact_form_wrap input:hover[type=submit]{
  background: red
}
.blurb_el_contact .required-fields input:focus:not([type=submit]) {
  border-color: #000;
}
.blurb_el_contact .field-group label{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.blurb_el_contact .field-group label span{
  color: #e85c41;
}
.blurb_el_contact .contact_form_wrap input[type=submit]{
  padding: 12px 33px;
  background: #333333;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .5px;
  border-radius: 4px;
}

.blurb_el_contact .field-group span[role='alert']{
  font-size: 14px;
}

.blurb_el_contact .field-group textarea{
  width: 100%;
  padding: 8px 8px;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #ABB0B2;
}
.blurb_el_contact .field-group textarea:focus {
  border-color: #000;
}


/* Quicek contact */
.blurb_el_contact .info_wrap{
  width: 100%;
  max-width: 30%;
}
.blurb_el_contact .info_wrap h2{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}
.blurb_el_contact .info_wrap .content{
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.blurb_el_contact .info_wrap .info_items .item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.blurb_el_contact .info_wrap .info_items .item:not(:last-child) {
  margin-bottom: 30px;
}
.blurb_el_contact .info_wrap .info_items .item_icon {
  height: 45px;
  width: 45px;
  line-height: 40px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
}
.blurb_el_contact .info_wrap .info_items{
  margin-top: 29px;
}

.blurb_el_contact .info_wrap .info_items .item_content{
  padding-left: 15px;
  width: 100%;
  max-width: calc(100% - 45px);
}
.blurb_el_contact .info_wrap .info_items .item_content span {
    font-weight: 500;
    letter-spacing: 1px;
    color: #606060;
}
.blurb_el_contact .info_wrap .info_items .item p{
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 0;
}
.blurb_el_contact .info_wrap .info_items .item p a{
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .blurb_el_contact .contact_form_wrap {
    max-width: 55%;
  }
  .blurb_el_contact .info_wrap {
    max-width: 45%;
  }
  .blurb_el_contact .required-fields .field-group{
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blurb_el_contact .contact_form_wrap {
    max-width: 100%;
    padding-right: 0px;
  }
  .blurb_el_contact .info_wrap {
    max-width: 100%;
    margin-top: 45px;
  }
}

@media (max-width: 575px) {
  .blurb_el_contact .required_fields .mc-field-group{
    max-width: 50%;
  }
}



/* ======================== Review Comment Rating Star  ======================== */
.review-comment-section input[type=range] {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #d8d8d8;
}

.review-comment-section input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  border: 4px solid;
  border-color: red;
}
.review-comment-section input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  border: 4px solid;
  border-color: red;
}

.review-comment-section input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-transition: .15s ease-in-out;
  border: 4px solid;
  border-color: red;
}
section .elementor-widget-im-rating-list .star-rating i {
  font-family: FontAwesome;
}</pre></body></html>