/* CSS Document */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*# sourceMappingURL=theme.css.map*/

.category-top-menu>li:first-child {
  display: none;
}

.category-sub-menu {
  background-color: #fff9f4;
  border-top: 3px solid #f68b1e;
  border-bottom: 3px solid #f68b1e;
  margin-top: 0px;
}

h4.category-name {
  text-align: center;
  background-color: #f68b1e;
  color: white;
  display: block;
  padding: 5px;
}

h4.category-name:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(246, 139, 40, 0.5);
}

.cat-link img {
  width: 100%;
}

#header a,
.dropdown .expand-more {
  /* color: #000; */
  font-size: 14px;
}

div#contact-link>a>span,
.user-info>a>.material-icons,
.user-info>a>span,
.blockcart>.header .hidden-sm-down,
.blockcart>.header .material-icons,
.header-nav #search_widget button .material-icons {
  font-size: 0px;
  text-indent: -9999px;
  display: none;
  margin: 0px;
}

#header .header-nav .blockcart,
#header .header-nav .cart-preview.active {
  padding: 0px;
  height: auto;
  background: transparent;
  margin: 0px;
  cursor: pointer;
}

div#contact-link>a,
.user-info>a,
.blockcart>.header>a {
  display: block;
}

div#contact-link>a::before {
  display: block;
  background: transparent url(../img/sprite.png) no-repeat scroll -5px -168px;
  width: 40px;
  height: 40px;
  color: #000;
  content: '';
}

div#contact-link:hover>a::before {
  background-position: -310px -168px;
}

.user-info {
  position: relative;
}

.user-info>.user-icon {
  cursor: pointer;
}

.user-info>.user-icon::before {
  display: block;
  background: transparent url("../img/sprite.png") no-repeat scroll -18px -61px;
  width: 40px;
  height: 40px;
  color: #000;
  content: '';
}

.user-info:hover>.user-icon::before {
  background-position: -493px -61px;
}

ul.userinfo-toggle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  display: none;
  margin-bottom: 0;
  margin-top: 6px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 160px;
  z-index: 9;
}

.userinfo-toggle li {
  padding-bottom: 4px;
}

#header .header-nav .blockcart .header,
#header .header-nav #contact-link {
  margin: 0px;
}

.blockcart>.header::before {
  display: block;
  background: transparent url("../img/sprite.png") no-repeat scroll -14px -112px;
  width: 40px;
  height: 40px;
  color: #000;
  content: '';
}

.blockcart:hover>.header::before {
  background-position: -489px -112px;
}

.blockcart:hover>.header span.cart-products-count {
  background: #555;
}

.blockcart>.header span.cart-products-count {
  position: absolute;
  top: 2px;
  left: 30px;
  background: #000;
  font-size: 14px;
  padding: 0;
  border-radius: 15px;
  width: 16px;
  height: 16px;
  color: #fff;
  line-height: 15px;
}

.blockcart>.header span.value {
  color: #000;
}

span.no-item {
  padding: 11px;
  display: block;
  text-align: center;
}

.header-nav #search_widget.search-widget form input[type=text] {
  width: 0px;
  padding: 0px;
  min-width: initial;
  width: 40px;
  height: 40px;
  background: transparent;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  transition: 0.5s;
  -wenkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  border: 1px solid transparent;
  margin-top: 0px;
  outline: none;
}

.header-nav #search_widget.search-widget:hover form input[type=text],
.header-nav #search_widget.search-widget.inputfocus form input[type=text],
.header-nav #search_widget.search-widget:hover form input[type=text]:focus {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  width: 300px;
  background: #e0e0e0;
  border-color: #e0e0e0;
  padding: 0px 40px 0px 10px;
  outline: none;
}

.header-nav .search-widget form button[type=submit] {
  top: 0px;
  left: auto;
  right: 15px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}

.header-nav .search-widget {
  position: relative;
}

.header-nav #search_widget button::before {
  display: block;
  background: transparent url("../img/sprite.png") no-repeat scroll -15px -19px;
  width: 40px;
  height: 40px;
  color: #000;
  content: '';
}

.header-nav #search_widget:hover button::before,
.header-nav #search_widget.inputfocus button::before {
  background-position: -490px -19px;
}

.header-logo {
  text-align: left;
  display: block;
  margin: 0;
  padding-top: 10px;
}

.top-menu {
  margin: 0px;
}

#header .header-top a[data-depth="0"] {
  color: #000;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 15px;
  padding: 23px 20px;
  line-height: 1;
}

div#custom-bannerblock,
#featured-products,
#special-products {
  padding-bottom: 40px;
}

#index #wrapper {
  padding-top: 0;
}

#featured-products,
#special-products {
  padding-top: 0px;
}


/* 
h1.main-title::after {
    background: transparent url("../img/title.png") no-repeat scroll center center;
    color: #262626;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 30px;
    height: 18px;
    line-height: 0;
    margin: 10px auto 0;
    pointer-events: none;
}
 */

h1.main-title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  /*     text-transform: uppercase; */
}

div#_desktop_language_selector,
div#_desktop_currency_selector {
  display: inline-block;
  margin-top: 4px;
}

div#_desktop_contact_link,
div#_desktop_user_info,
div#_desktop_cart {
  padding: 0px 0px 0px 10px;
  margin-left: 10px;
  position: relative;
}

div#_desktop_contact_link::before,
div#_desktop_user_info::before,
div#_desktop_cart::before {
  background: #000 none repeat scroll 0 0;
  /*content: "";*/
  height: 16px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 1px;
}

.brandslider-inner .title a {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
}


/* footer start */

.footer-top .block_newsletter {
  margin: 0px;
}

.nwsletter-maintitle {
  font-size: 23px;
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
  color: #000;
}

.block_newsletter form input[type=text] {
  padding: 11px;
  width: 100%;
  background: #fff;
  color: #fff;
  height: 46px;
  border: 2px solid #e8e8e8;
}

.newstitle-inner {
  padding: 10px 0px 10px 80px;
  background: transparent url(../img/mail.png) no-repeat scroll 0px 4px;
}

.newsletter_inner {
  padding: 10px 0px;
}

.block_newsletter form input[type=text]:focus {
  border: 2px solid #e8e8e8;
  padding: 11px;
}

.block_newsletter form input {
  height: 46px;
}

.block_newsletter .btn-primary {
  background: #e8e8e8 none repeat scroll 0 0;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: #000;
}

.block_newsletter .btn-primary:hover {
  background: #000;
  color: #ffffff;
}

.nwsletter-subtitle {
  font-size: 14px;
  text-align: left;
  color: #000;
}

.footer_inner {
  padding: 30px 0px;
  overflow: hidden;
}

.footer-container {
  overflow: hidden;
}

.footer-container .title span.h3,
.footer-container h3.h3,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.linklist .blockcms-title a {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.footer_inner .links .collapse,
#footerbottomright-text .footer-toggle {
  margin-bottom: 0;
}

.footer-container li a,
.footer-container li,
.footer-container .block-contact {
  color: #555;
  line-height: 24px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  word-wrap: break-word;
}

.footer-container .links .collapse {
  display: inherit
}

div#footerbottom-text {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
  padding: 27px 0;
}

.bottom-link.bottom-left {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.bottom-payment.bottom-right {
  float: right;
}

.link-inner,
.payment-inner {
  margin: 0px;
  padding: 0px;
}

ul.payment-inner li a {
  padding: 0px 15px;
  display: block;
  position: relative;
}

ul.payment-inner li:last-child a {
  padding-right: 0px;
}

.link-inner li a {
  text-transform: capitalize;
  color: #555;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  padding: 0px 12px 0px 15px;
  position: relative;
}

.link-inner li:first-child a {
  padding-left: 0px;
}

.link-inner li:first-child a::before,
ul.payment-inner li:first-child a::before {
  display: none;
}

.link-inner li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  background: transparent;
  width: 1px;
  height: 14px;
  background: #555;
}

.link-inner li a:hover {
  color: #000;
}

.link-inner li,
.payment-inner li {
  display: inline-block;
}

.copyright {
  padding: 30px 0px;
  text-align: center;
}

.copyright a {
  color: #555;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}

.copyright a:hover,
.footer-container li a:hover {
  color: #000;
}


/*footer end */


/* CSS Document */

.subbannercms-outer {
  clear: both;
  overflow: hidden;
}

.subbanner-inner>a {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


/* parallax block start */

.parallax {
  padding: 0px;
}

.parallaxblock-outer {
  color: #000;
  font-family: "Open Sans";
  margin-bottom: 40px;
  padding: 0px 0;
}

.parallaxblock-inner {
  padding: 0px!important;
}

.parallax-text1 {
  color: white;
  font-size: 46px;
  /*   font-weight: bold; */
  line-height: 1.2;
  /*   text-transform: uppercase; */
  width: 100%;
  text-align: center;
}

.parallax-text3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  max-width: 600px;
  padding: 10px 0px 10px;
  color: white;
  display: inline-block;
}

.parallax-text4 a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 11px 23px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.parallax-text4 a:hover {
  background: #555;
  color: #ffffff;
}


/* parallax block end */


/* Home page Shipping End */

.shipping-inner {
  color: #000;
  overflow: hidden;
  padding: 0px 0px;
  cursor: pointer;
}

.subtitle-part {
  float: left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  position: relative;
  padding: 0px 0px;
  text-align: center;
}

.shipping-outer {
  padding: 50px 0 50px;
}

.subtitle-part1 {
  width: 31%;
}

.subtitle-part2 {
  width: 38%;
}

.subtitle-part3 {
  width: 31%;
}

.subtitle-part .subicon .hide {
  display: none;
}

.subtitle-part .subicon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 90px;
  height: 84px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
}

.subtitle-part.subtitle-part2:before {
  position: absolute;
  background: #555;
  content: "";
  width: 1px;
  height: 70px;
  left: 0px;
  top: 50px;
}

.subtitle-part.subtitle-part2:after {
  position: absolute;
  background: #555;
  content: "";
  width: 1px;
  height: 70px;
  right: 0px;
  top: 50px;
}

.subbanner-part-maininnner1 {
  float: left;
}

.subbanner-part-maininnner3 {
  float: right;
}

.subtitle-part .subicon {
  position: relative;
  width: 90px;
  height: 84px;
  margin: 0 auto;
}

.subtitle-part.subtitle-part1 .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 3px -221px;
}

.subtitle-part.subtitle-part2 .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 13px -301px;
}

.subtitle-part.subtitle-part3 .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 3px -411px;
}

.subtitle-part.subtitle-part1:hover .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 3px -221px;
}

.subtitle-part.subtitle-part2:hover .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 13px -301px;
}

.subtitle-part.subtitle-part3:hover .subicon::before {
  background: transparent url(../img/sprite.png) no-repeat scroll 3px -411px;
}

.subtitle-part .subtitile1 {
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}

.subtitle-part .subtitile2 {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.subtitle-part:hover .subtitile1,
.subtitle-part:hover .subtitile2 {
  color: #0f9aee;
}


/* Home page Shipping End */


/* Home page Testimonial Start */

.display-homebottom {
  clear: both;
}

.testimonial-parallax,
.brandslider-outer {
  margin-bottom: 40px;
}

.testimonial-parallax,
.brandslider-outer {
  margin-top: 40px;
}

#testimonial-slider.testimonial-carousel {
  max-width: 1200px;
  margin: 0 0 0 auto;
}

.testimonial-carousel.owl-carousel .owl-item img.img-testimonial {
  max-width: 130px;
  width: auto;
  border-radius: 50%;
}

.test_imag {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
  padding-top: 12px;
}

.owl-carousel {
  position: relative;
  width: 100%;
  z-index: 1;
}

.testimonial-carousel .prev-arrow {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
  height: 55px;
  margin-top: -20px;
  width: 55px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 30%;
}

.testimonial-carousel .prev-arrow:hover {
  background-position: -13px -592px;
}

.testimonial-carousel .next-arrow {
  background: transparent url(../img/sprite.png) no-repeat scroll -492px -678px;
  width: 55px;
  height: 55px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 30%;
}

.testimonial-carousel .next-arrow:hover {
  background-position: -492px -592px;
}

.testimonial_outer:hover .testimonial-carousel .owl-nav {
  opacity: 1;
}

.testimonial-carousel .owl-nav {
  margin-top: 0;
  z-index: 9999;
  opacity: 0;
}

.testimonial-carousel .test_desc {
  color: #555;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}

.testmonial-author {
  padding-top: 22px;
  font-style: normal;
  color: #000000;
  font-size: 16px;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
  margin-right: 25px;
}


/* Home page Testimonial End */

.brandslider-outer {
  display: inline-block;
  width: 100%;
}

#brand-carousel li.item {
  text-align: center;
  padding: 0px 16px;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
}

#brand-carousel li.item:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}

#products .product-miniature .thumbnail-container,
.featured-products .product-miniature .thumbnail-container,
.product-accessories .product-miniature .thumbnail-container,
.product-miniature .product-miniature .thumbnail-container,
#special-products .product-miniature .thumbnail-container {
  padding: 7px;
  border: 1px solid transparent;
  margin: 4px 4px 10px 4px;
}

#products .product-miniature:hover .thumbnail-container,
.featured-products .product-miniature:hover .thumbnail-container,
.product-accessories .product-miniature:hover .thumbnail-container,
.product-miniature .product-miniature:hover .thumbnail-container,
#special-products .product-miniature:hover .thumbnail-container {
  border-color: #e0e0e0;
}

.product-miniature.js-product-miniature.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-4 {
  padding-left: 0;
  padding-right: 0;
}

h1.h6.active-filter-title {
  margin-bottom: 30px;
  color: #000;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 90px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border: none;
  text-indent: 100%;
  background: #000;
  z-index: 99;
}

#toTopHover {
  background: transparent;
  width: 36px;
  height: 36px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=1);
}

#toTopHover:before {
  color: #ffffff;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 24px;
  position: relative;
  right: 24px;
  text-align: center;
  top: 4px;
  vertical-align: middle;
}

.thumbnail-inner {
  position: relative;
  overflow: visible;
  text-align: center;
}

.sidebar-products .thumbnail-inner {
  overflow: hidden;
}

.thumbnail-inner .hover-addtocart {
  bottom: auto;
  left: -40px;
  position: absolute;
  top: 20px;
  transition: all 0.5s ease 0s;
}

.thumbnail-container:hover .thumbnail-inner .hover-addtocart {
  left: 10px;
}

.thumbnail-container .addtocart-button .btn-primary {
  position: relative;
}

.thumbnail-container .addtocart-button .btn-primary::before,
.product-actions .product-add-to-cart .btn-primary::before {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -28px -490px;
  color: #ffffff;
  content: "";
  height: 40px;
  left: 7px;
  position: absolute;
  text-align: center;
  top: 3px;
  vertical-align: middle;
  width: 40px;
}

.list .thumbnail-container .product-add-to-cart {
  position: relative;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  text-align: left;
}

#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.special-products .product-miniature .discount-percentage.discount-percentage,
.special-products .product-miniature .on-sale.discount-percentage,
.special-products .product-miniature .online-only.discount-percentage,
.special-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
  margin-top: 20px;
}

.quick-view .material-icons {
  font-size: 0;
  height: 40px;
  position: relative;
  width: 40px;
}

ul#homepage-carousel {
  margin-bottom: 30px;
}


/*ul#homepage-carousel .owl-nav .owl-prev {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -5px;
    margin-top: -33px;
    left: 30px;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 88px;
    width: 88px;
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -29px -179px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
ul#homepage-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -5px;
    margin-top: -33px;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 88px;
    width: 88px;
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -476px -179px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    left: auto;
    right: 30px;
}
.homeslider_nav:active {
    opacity: 1.0;
}
ul#homepage-carousel .owl-nav .owl-prev:hover {
    background-position: -29px -279px;
}
ul#homepage-carousel .owl-nav .owl-next:hover {
    background-position: -476px -279px;
}*/

#featured-products .owl-nav .owl-prev:hover {
  background-position: -13px -732px;
}

#special-products .owl-nav .owl-prev:hover {
  background-position: -13px -592px;
}

#featured-products .owl-nav .owl-next:hover {
  background-position: -492px -732px;
}

#special-products .owl-nav .owl-next:hover {
  background-position: -492px -592px;
}

#featured-products .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -817px;
  height: 70px;
  left: -45px;
  margin-top: 0px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 40%;
  width: 50px;
  z-index: 3;
}

#special-products .owl-nav .owl-prev {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: -33px;
  left: -39px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
}

#featured-products .owl-nav .owl-next {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: 0px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 70px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -492px -817px;
  left: auto;
  right: -39px;
}

#special-products .owl-nav .owl-next {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: -33px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -492px -678px;
  left: auto;
  right: -45px;
}

#featured-products .owl-nav .owl-prev,
#special-products .owl-nav .owl-prev {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
}

#featured-products .owl-nav .owl-next,
#special-products .owl-nav .owl-next {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
}

#featured-products:hover .owl-nav .owl-prev,
#special-products:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

#featured-products:hover .owl-nav .owl-next,
#special-products:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

.homeslider_nav:active {
  opacity: 1.0;
}

#special-products .owl-carousel .owl-nav.disabled {
  display: block;
}

.thumbnail-image-inner {
  border: 1px solid #e0e0e0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

#search_filters h4,
.leftsidebar .title {
  background-color: #fff;
  color: #000;
  font-size: 28px;
  padding: 0px 0 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.products-selection .products-sort-order .select-title {
  display: inline-block;
  width: 100%;
  color: #555;
  background: white;
  padding: 8px 10px 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

#custom-leftbannerblock img {
  width: 100%;
  height: auto;
}

.block-category .category-cover {
  margin-bottom: 20px;
  margin-top: 0px;
}

.category-cover img {
  width: 100%;
}

.page-index .breadcumb_outer {
  display: none;
}

.grid .product-desc,
.list .thumbnail-inner .product-description {
  display: none;
}

.list .thumbnail-inner+.product-description .highlighted-informations {
  display: inline-block;
}

.list .product-add-to-cart.addtocart-button {
  display: inline-block;
  vertical-align: middle;
}

.list .highlighted-informations.hidden-sm-down {
  display: inline-block;
  vertical-align: middle;
}

.list .highlighted-informations.hidden-sm-down {
  margin-top: 0;
  margin-left: 15px;
}

.products-selection .display {
  float: left;
  margin: 0 15px 0 0;
}

.products-selection .display li {
  float: left;
  text-align: center;
  padding: 0;
}

.products-selection .display li#grid {
  margin: 0px;
}

.products-selection .display li#list {
  margin-left: 10px;
}

.products-selection .display li a {
  color: #555;
  font-size: 0px;
  line-height: 14px;
  cursor: pointer;
}

.products-selection .display li#grid a {
  background: #e8e8e8 url(../img/sprite.png) no-repeat scroll -493px -382px;
  height: 41px;
  float: left;
  width: 41px;
}

.products-selection .display li#grid:hover a,
.products-selection .display li#grid.selected a {
  background-position: -18px -382px !important;
  background-color: #000;
}

.products-selection .display li#list a {
  background: #e8e8e8 url(../img/sprite.png) no-repeat scroll -497px -435px;
  height: 41px;
  width: 41px;
  float: right;
}

.products-selection .display li#list:hover a,
.products-selection .display li#list.selected a {
  background-position: -22px -435px;
  background-color: #000;
}

.products-selection .display li.selected a {
  cursor: default;
}

.products-selection h1 {
  padding-top: 0.625rem;
}

.products-sort-order {
  color: #555;
}

.products-sort-order .select-title {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 100%;
  color: #000000;
  background: #FFFFFF;
  padding: 5px 0.625rem;
  cursor: pointer;
}

.products-sort-order .select-list {
  display: block;
  color: #555;
  padding: 5px 15px;
}

.products-sort-order .select-list:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}

.products-sort-order .dropdown-menu {
  left: auto;
  width: 288px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 0;
}

#products .list .product-title,
#products .list .product-price-and-shipping,
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  text-align: left;
}

#products .list .product-title,
#products .product-title a {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
}

#products .list .product-price-and-shipping {
  padding-bottom: 15px;
}

.total-products P {
  margin: 5px 0px;
}

.list .thumbnail-container .addtocart-button {
  position: relative;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.product-toolbar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 15px;
}

.page-product .modal-body figure {
  max-width: 625px;
}

#checkout div#_desktop_language_selector,
#checkout div#_desktop_currency_selector {
  margin: 0px;
}

.sidebar-products .product-flags {
  display: none;
}

.sidebar-products .thumbnail-image-inner {
  float: left;
  margin-right: 15px;
  max-width: 85px;
}

.sidebar-products .product-miniature .product-title {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
}

.sidebar-products .thumbnail-sidebar-inner {
  text-align: left;
  float: left;
  max-width: 115px;
}

.sidebar-products .product-miniature .product-price-and-shipping {
  text-align: left;
}

.sidebar-products .thumbnail-container .addtocart-button {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transition: 0.5s;
  -wenkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  text-align: left;
}

.sidebar-products .thumbnail-container .addtocart-button .btn-primary::before {
  display: none;
}

.sidebar-products .addtocart-button .btn-primary:hover {
  color: #555;
}

.sidebar-products .addtocart-button .btn-primary {
  padding: 0px;
  background: transparent;
  color: #000;
  font-weight: 400;
  padding-top: 5px;
}

.sidebar-products #products .product-price-and-shipping,
.sidebar-products .featured-products .product-price-and-shipping,
.sidebar-products .product-accessories .product-price-and-shipping,
.sidebar-products .product-miniature .product-price-and-shipping {
  font-weight: 600;
}

.leftsidebar h1.title {
  margin: 0px 0px 20px;
}

div#_mobile_cart {
  position: relative;
  margin-right: 15px;
}

#products .grid .product-miniature {
  width: 33.333%;
}

.title .pull-xs-right,
.title .float-xs-right {
  display: none;
}

.flexcss .top-menu[data-depth="1"] {
  display: flex;
}

.products-selection .products-sort-order .select-title {
  text-align: left;
}

.product-quantity.clearfix {
  float: left;
}

@media (min-width: 992px) {
  ul.payment-inner li a {
    padding: 0px 5px;
  }
  .link-inner li a::before,
  ul.payment-inner li a::before {
    left: -3px;
  }
  .link-inner li a {
    padding: 0px 7px 0px 9px;
  }
  .nwsletter-maintitle {
    font-size: 26px;
    padding-bottom: 2px;
  }
  .parallaxblock-outer {
    padding: 200px 0px 0px 0px;
  }
  .parallax-text2 {
    font-size: 60px;
  }
  .subbannercms-bottom a img {
    width: 100%;
  }
  .subbannercms-bottom a img {
    width: 100%;
  }
}

.grid .thumbnail-container>.product-description {
  display: none;
}

#products .product-miniature:hover .product-title a,
#featured-products .product-miniature:hover .product-title a,
#special-products .product-miniature:hover .product-title a {
  color: #000;
}

.pagination .page-list {
  margin-bottom: 0;
  float: right;
}

.pagination a .material-icons {
  font-size: 28px;
}

.pagination a {
  height: 36px;
  margin: 0;
  padding: 7px 12px;
  width: 36px;
  color: #555;
  background: none;
  border: none;
  display: block;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}

.pagination .page-list li {
  background: #FFFFFF;
  display: block;
  float: left;
  margin: 0 0 0 5px;
  padding: 0px;
}

.pagination .current a,
.pagination a:hover {
  color: #FFFFFF;
  border-color: #000;
  background-color: #000;
  text-decoration: none;
}

.pagination .previous,
.pagination .next {
  font-size: 0px;
  padding: 3px;
}

#products .list .product-miniature .on-sale {
  right: 40px;
}

#leftsidebar {
  border: transparent;
  margin-bottom: 30px;
  padding: 0;
  background-color: #f6fbf6;
  border-top: 3px solid #49b848;
  border-bottom: 3px solid #49b848;
}

.sidebar-products.products {
  padding: 15px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}

.brandslider-inner.container #brand-carousel .owl-nav.disabled {
  opacity: 0;
}

.brandslider-inner.container #brand-carousel:hover .owl-nav.disabled {
  opacity: 1;
}

.brand-slidermain .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
  height: 60px;
  left: -15px;
  margin-top: -16px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 40%;
  width: 50px;
  z-index: 3;
}

.brand-slidermain .owl-prev:hover {
  background-position: -13px -592px;
}

.brand-slidermain .owl-next {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -492px -678px;
  height: 60px;
  left: auto;
  margin-top: -16px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: -3px;
  text-decoration: none;
  text-indent: -9999px;
  top: 40%;
  width: 50px;
  z-index: 3;
}

.brand-slidermain .owl-next:hover {
  background-position: -492px -592px;
}

.brand-slidermain .item>a {
  display: inline-block;
}

#custom-leftbannerblock {
  margin-bottom: 30px;
}

.pagination {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin: 1rem 0;
  padding: 1rem 0;
}

.pagination .col-md-4 {
  float: left;
  width: 50%;
}

.category-top-menu {
  margin: 0;
}

#cart .card.cart-container .cart-overview.js-cart {
  padding: 10px;
}

#cart .thumbnail-container {
  margin-bottom: 0;
}

.category-top-menu li .category-sub-menu li .category-sub-menu {
  padding-left: 10px;
}

#search_filters .facet .facet-label:hover a {
  color: #000;
}

.product-images.js-qv-product-images {
  text-align: center;
}

.dark {
  font-weight: 400;
}

#cms .page-heading.bottom-indent {
  padding-bottom: 10px;
}

.container-fluid .row.sitemap.col-xs-12 ul li ul li,
.nested a {
  padding-bottom: 5px;
}

.top-menu .arrow>.dropdown-item::before {
  background-color: rgba(0, 0, 0, 0);
  bottom: -20px;
  color: #e0e0e0;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  line-height: 12px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 20px;
}

.top-menu .arrow:hover>.dropdown-item::before {
  opacity: 1;
}

.brand-slidermain #brand-carousel {
  margin-bottom: 0;
}

.category-top-menu>li>ul {
  /*     margin-top: 15px; */
  padding: 20px;
}

#custom-leftbannerblock>p {
  margin-bottom: 0;
}

#order-confirmation #main .page-footer {
  margin-bottom: 0;
}

.block-categories .text-uppercase.h6:hover {
  color: #ffffff;
}

#header .header-nav .currency-selector::before {
  background-color: #000;
  content: "";
  height: 16px;
  position: absolute;
  width: 1px;
  left: 0px;
  top: 3px;
}

#header .header-top .menu {
  text-align: right;
}

#header .header-top #top-menu li:last-child>a {
  padding-right: 0;
}

#header .header-top {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-menu.hidden-sm-down {
  margin-top: 10px;
}

.subbanner-common.subbannerpart2 {
  margin-bottom: 30px;
}

.cmstext {
  margin-top: 15px;
}

.testimonial_outer {
  margin-bottom: 40px;
  margin-top: 0;
}

.parallax-text {
  text-align: center;
}

.parallax-inner.container-width {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.parallax-block {
  /*     float: right; */
  /*     padding-right: 6%; */
  background-color: rgba(246, 139, 30, 0.7);
}

.icon-wrapper li {
  display: inline-block;
  font-size: 18px;
  margin-left: 0;
}

.icon-wrapper li:first-child a::before {
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.icon-wrapper li a::before {
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 2px;
}

.icon-wrapper li a:first-of-type {
  padding-left: 0;
}

.icon-wrapper li a {
  padding: 0 12px 0 15px;
}

.icon-wrapper li a {
  position: relative;
}

.icon-wrapper {
  margin-bottom: 0;
}

.btn-wrapper {
  background-color: #000;
  color: #fff;
  padding: 7px 14px;
}

.btn-wrapper {
  background-color: #000000;
  color: #ffffff;
  padding: 7px 14px;
  display: inline-block;
  border: 1px solid transparent;
}

.btn-wrapper:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: 0.5s;
  -webkit-transition: all 0.5s;
}

.icon-wrapper li a i {
  color: #555;
}

.fa-facebook:hover {
  color: #3B5998;
}

.fa-google-plus:hover {
  color: #DD5347;
}

.fa-instagram:hover {
  color: #A03CAF;
}

.fa-twitter:hover {
  color: #0077B5;
}

.fa-twitter:hover {
  color: #1DA1F2;
}

.fa-linkedin:hover {
  color: #0077B5;
}

.block_newsletter {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 30px;
  padding-top: 30px;
}

.dropdown .expand-more::after {
  color: #000;
  content: "";
  font-family: "fontawesome";
  padding-left: 4px;
  font-size: 0;
}

.dropdown.open .expand-more::after {
  content: "";
  color: #555;
}

.home_blog_post {
  display: inline-block;
  margin: 40px 0;
  width: 100%;
}

.block-categories.hidden-sm-down>ul>li>a:hover {
  color: #000 !important;
}

.category-top-menu>li:first-child a {
  margin-bottom: 0;
  background-color: #ffffff;
  color: #000;
  font-size: 28px;
  padding: 0px 0 20px;
  text-transform: capitalize;
  width: 100%;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  border-bottom: 2px solid #000;
}

.block-categories a {
  color: #555;
}

.category-top-menu {
  margin-bottom: 30px;
}

.hidden-sm-down.clear-all-wrapper {
  padding: 20px 20px 0;
}

#search_filters .facet:last-child {
  border-bottom: medium none;
}

#search_filters .facet {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}

#search_filters .facet .facet-title {
  font-size: 16px;
  font-weight: normal;
}

#custom-leftbannerblock {
  margin-top: 30px;
}

.pagination .col-md-4 {
  padding-left: 0;
}

.pagination .col-md-6 {
  padding-right: 0;
}

.breadcrumb {
  text-align: left;
  padding: 10px;
  background-color: rgb(255, 249, 244);
  border-top: 1px solid rgb(246, 139, 30);
  border-bottom: 1px solid rgb(246, 139, 30);
}

.breadcumb_inner {
  /*     background: rgba(0, 0, 0, 0) url("../img/bradcome.jpg") repeat scroll 0 0; */
  /*     padding: 30px 105px; */
  width: 100%;
  /*     background-size: cover; */
}

.breadcrumb ol li a {
  color: #000;
}

.breadcumb_inner .breadcrumb ol>li:last-child>a>span,
.breadcumb_inner .breadcrumb ol>li:hover>a>span {
  color: #000;
}

.breadcrumb li::after {
  color: #000;
}

.list .thumbnail-image-inner .hover-addtocart {
  display: none;
}

#leftsidebar .product-title a:hover {
  color: #555;
}

.list .btn.btn-primary {
  font-size: 0;
}

.product-actions .product-add-to-cart .btn-primary {
  padding: 8px 13px 12px 42px;
  position: relative;
}

.list-1 {
  color: #555;
  font-size: 15px;
}

.cms-box .inner {
  color: #555;
  font-size: 15px;
}

.product-description p {
  color: #555;
  margin: 0;
}

#category .hover-addtocart {
  margin-top: 10px;
}

.page-header>h1 {
  color: #000;
}

.bottomcmscontactblock .text1,
.bottomcmscontactblock .contact-phone,
.bottomcmscontactblock .contact-mail {
  padding: 5px 0 5px 25px;
  position: relative;
}

.bottomcmscontactblock .contact-address {
  padding: 5px 0 0;
  position: relative;
}

.bottomcmscontactblock .contact-address::before,
.bottomcmscontactblock .contact-phone::before,
.bottomcmscontactblock .contact-mail::before {
  color: #000;
  font-family: "fontawesome";
  left: 0;
  position: absolute;
}

.bottomcmscontactblock .contact-address::before {
  content: "";
  font-size: 26px;
  top: 13px;
}

.bottomcmscontactblock .contact-phone::before {
  content: "";
  font-size: 20px;
  top: 6px;
}

.bottomcmscontactblock .contact-mail::before,
.header-left .contact-mail::before {
  content: "";
  font-size: 18px;
  top: 6px;
}

.prev-button.slick-arrow {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
}

.prev-button.slick-arrow:hover {
  background-position: -13px -592px;
}

.next-button.slick-arrow {
  background: transparent url("../img/sprite.png") no-repeat scroll -492px -678px;
}

.next-button.slick-arrow:hover {
  background-position: -492px -592px;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider:hover .next-button.slick-arrow,
.row.home_blog_post_inner.carousel.slick-initialized.slick-slider:hover .prev-button.slick-arrow {
  opacity: 1;
}

#checkout .h6 {
  color: #555;
}

#checkout .text-xs-right {
  padding-top: 15px;
  text-align: left;
}

#left-column #leftsidebar .sidebar-products.products ul {
  margin-bottom: 20;
}

#left-column #leftsidebar .sidebar-products.products ul li {
  margin-bottom: 15px;
}

#left-column #leftsidebar .sidebar-products.products ul li:last-child {
  margin-bottom: 0;
}

.product-line-grid-body.col-md-4.col-xs-8 .product-line-info .label:hover {
  background-color: transparent;
  color: #000;
}


/*subbanner-hover */

.subbanner1.subbanner-inner-text>span {
  display: inline-block;
  width: 100%;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.subbanner-common.subbannerpart1,
.subbanner-common.subbannerpart2,
.subbanner-common.subbannerpart3 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.subbanner3.subbanner-inner-text {
  position: absolute;
  right: 10%;
  text-align: center;
  top: 24%;
  cursor: pointer;
}

.subbanner2.subbanner-inner-text {
  top: 60px;
  padding: 35px 11px;
  position: absolute;
  right: 50px;
  text-align: center;
  cursor: pointer;
}

.subbanner1.subbanner-inner-text {
  text-align: center;
  position: absolute;
  top: 26%;
  left: 0;
  cursor: pointer;
}

.subbanner1.subbanner-inner-text h4 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.subbanner1.subbanner-inner,
.subbanner2.subbanner-inner,
.subbanner3.subbanner-inner {
  width: 100%;
  overflow: hidden;
}

.subbanner1.subbanner-inner img,
.subbanner2.subbanner-inner img,
.subbanner3.subbanner-inner img {
  width: 100%;
  height: 100%;
  background-position: center;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.subbanner-common:hover img {
  transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}

.subbanner2.subbanner-inner-text>span {
  color: #000000;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.subbanner2.subbanner-inner-text>p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
}

.subbanner3.subbanner-inner-text>h3 {
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.subbanner3.subbanner-inner-text>p {
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#footerbottomleft-text .title {
  display: none;
}

.title>h3 {
  margin-bottom: 0;
}

#product .btn.btn-primary.add-to-cart {
  padding: 10px 18px 12px 46px;
}

#product .btn.btn-primary.add-to-cart:before {
  background-position: -20px -490px !important;
}

#js-product-list .products.row.list .product-miniature.js-product-miniature.col-xs-12 {
  padding-bottom: 10px;
}


/*subbanner-hover-end */

@media screen and (max-width: 1280px) {
  .link-inner li a::before {
    top: 4px;
  }
  #special-products .owl-nav .owl-prev {
    left: 0;
  }
  #special-products .owl-nav .owl-next {
    right: -9px;
  }
  .cart-grid-body.col-xs-12.col-lg-8,
  .cart-grid-right.col-xs-12.col-lg-4 {
    max-width: 100%;
    width: 100%;
  }
  #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
    overflow: hidden;
  }
  .page-customer-account #content {
    overflow: scroll;
  }
  .latestnews-img>img {
    width: 100%;
  }
  .products-sort-order .dropdown-menu {
    width: 198px;
  }
  .products-sort-order .select-list {
    font-size: 15px;
  }
  .footer-top {
    margin-top: 0;
  }
  .category-cover>img {
    width: 100%;
  }
  .nwsletter-maintitle {
    font-size: 20px;
    padding-bottom: 0;
  }
  #search_filters h4,
  .leftsidebar .title {
    font-size: 22px;
  }
  .sidebar-products .thumbnail-sidebar-inner {
    max-width: 100px;
  }
  .sidebar-products .thumbnail-image-inner {
    margin-right: 10px;
    max-width: 80px;
  }
  .subbanner-inner img {
    max-width: 100%;
  }
  .latestnews-text h5 {
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .latestnews-text>p {
    font-size: 13px;
    padding-bottom: 8px;
  }
  .latestnews-text>a {
    font-size: 15px;
    margin-bottom: 0;
  }
  .subtitle-part .subtitile2 {
    font-size: 14px !important;
    padding-left: 0 !important;
  }
  .subtitle-part .subtitile1 {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
  }
  .products-selection .sort-by {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    white-space: normal;
  }
  #search_filters .facet {
    padding: 15px;
  }
  .sidebar-products .thumbnail-image-inner {
    margin-right: 0;
    max-width: 60px;
  }
  .cart-item {
    padding: 15px 10px;
  }
  .product-line-grid-body.col-md-4.col-xs-8 {
    padding-right: 0;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 50px;
    margin-bottom: 8px;
  }
  .subbanner1.subbanner-inner-text>span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .subbannercms-inner .btn-wrapper {
    font-size: 15px;
    padding: 6px 10px;
  }
  .subbanner1.subbanner-inner-text {
    left: -1%;
    position: absolute;
    text-align: center;
    top: 25%;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .subbanner2.subbanner-inner-text {
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 72px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 20px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 50px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .subbanner3.subbanner-inner-text {
    right: 8%;
    top: 20%;
  }
  .prev-button.slick-arrow {
    left: 0;
  }
  .next-button.slick-arrow {
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  ul.payment-inner li a {
    padding: 0 3px 0 1px;
  }
  #index #products img,
  #index.featured-products img,
  #index.product-accessories img,
  #index.product-miniature img {
    max-width: initial;
  }
  #index .thumbnail-image-inner {
    width: 100%;
  }
  #featuredproducts-carousel .owl-stage-outer .owl-item {
    width: 100%;
  }
  .prev-button.slick-arrow,
  .next-button.slick-arrow {
    top: 22%;
  }
  .home_blog_post .blog_post_content_bottom {
    padding: 14px 0 0;
  }
  .parallaxblock-outer {
    padding: 200px 0 0 0;
  }
  .testmonial-author {
    padding-top: 10px;
  }
  .page_title_area {
    padding-bottom: 15px;
  }
  .brand-slidermain {
    padding-top: 12px;
  }
  .footer_inner {
    padding: 40px 0;
  }
  h1.main-title {
    padding-bottom: 25px;
  }
  h1.main-title::after {
    height: 12px;
  }
  #featuredproducts-carousel .owl-item>ul {
    margin-bottom: 0;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 45px;
    margin-bottom: 6px;
  }
  .subbanner1.subbanner-inner-text {
    left: -5%;
    position: absolute;
    text-align: center;
    top: 28%;
  }
  .sidebar-products .thumbnail-sidebar-inner {
    max-width: 100px;
  }
  .subbanner-inner img {
    max-width: 100%;
  }
  #blockcart-modal .modal-title i.material-icons {
    margin-right: 0.475rem;
  }
  #product h1 {
    font-size: 18px;
  }
  .product-prices {
    margin-top: 0.65rem;
  }
  .product-prices div {
    margin-bottom: 0.225rem;
  }
}

@media (max-width: 991px) {
  #featured-products .owl-nav .owl-next:hover {
    background-position: -492px -592px;
  }
  #featured-products .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -492px -678px;
    height: 50px;
    left: auto;
    margin-top: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: -45px;
    text-decoration: none;
    text-indent: -9999px;
    top: 40%;
    width: 50px;
    z-index: 3;
  }
  #featured-products .owl-nav .owl-prev:hover {
    background-position: -13px -592px;
  }
  #featured-products .owl-nav .owl-prev {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
    height: 50px;
    left: -39px;
    margin-top: 0px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 40%;
    width: 50px;
    z-index: 3;
  }
  .post_content>p {
    margin-bottom: 10px;
  }
  #featured-products,
  #special-products {
    padding-top: 30px;
  }
  div#custom-bannerblock,
  #featured-products,
  #special-products {
    padding-bottom: 30px;
  }
  .testimonial_outer {
    margin-bottom: 30px;
  }
  .home_blog_post {
    margin: 30px 0;
  }
  .testimonial-parallax,
  .brandslider-outer {
    margin-top: 30px;
  }
  .testimonial-parallax,
  .brandslider-outer {
    margin-bottom: 30px;
  }
  .parallaxblock-outer {
    margin-bottom: 30px;
  }
  #footer {
    margin-top: 30px;
  }
  .prev-button.slick-arrow {
    top: 20%;
  }
  .next-button.slick-arrow {
    top: 20%;
  }
  .subbanner-common.subbannerpart2 {
    margin-bottom: 23px;
  }
  .top-menu .arrow>.dropdown-item::before {
    bottom: -12px;
  }
  .top-menu .sub-menu.collapse {
    margin-top: 12px;
  }
  #header .header-top a[data-depth="0"] {
    padding: 17px 20px;
  }
  #header .header-top {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer-container .title span.h3,
  .footer-container h3.h3,
  #block_myaccount_infos .myaccount-title a,
  .block-contact .block-contact-title,
  .linklist .blockcms-title a,
  #footerbottomright-text .contact-title {
    font-size: 19px;
  }
  .products-selection .total-products {
    padding: 0 5px;
  }
  #blockcart-modal .modal-body .divide-right span {
    font-size: 14px;
  }
  #blockcart-modal .product-name,
  #blockcart-modal .cart-products-count {
    font-size: 1.025rem;
  }
  #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
    float: left;
    max-width: 66.66%;
  }
  .products-selection .display {
    margin: 0 5px 0 0;
  }
  .parallaxblock-outer {
    padding: 70px 0;
  }
  .shipping-outer {
    padding: 30px 0;
  }
  .parallaxblock-outer {
    padding: 90px 0;
  }
  .footer_inner {
    overflow: hidden;
    padding: 45px 0 30px;
  }
  ul.payment-inner li:first-child a {
    padding-left: 0px;
  }
  .subbannercms-bottom a img {
    width: 100%;
  }
  .bottom-payment.bottom-right,
  .bottom-link.bottom-left,
  .bottom-link-icon-wrapper {
    float: none;
    display: inline-block;
    margin: 5px 0px;
  }
  .footerbottom-text-inner.container {
    text-align: center;
  }
  div#footerbottom-text,
  .copyright {
    padding: 20px 0px;
  }
  .nwsletter-maintitle {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .newstitle-inner {
    background: transparent url("../img/mail.png") no-repeat scroll 0 4px;
    padding: 10px 0 10px 70px;
  }
  .nwsletter-subtitle {
    font-size: 12px;
  }
  .brandslider-inner .title a {
    margin-bottom: 15px;
  }
  .brandslider-outer h1.main-title {
    padding-bottom: 20px;
  }
  .testimonial-carousel .test_desc {
    padding-top: 5px;
  }
  .parallax-text2 {
    font-size: 60px;
  }
  .sidebar-products .thumbnail-sidebar-inner {
    max-width: 130px;
  }
  #products .grid .product-miniature {
    width: 50%;
  }
  #featured-products .owl-nav .owl-prev,
  #special-products .owl-nav .owl-prev {
    left: -15px;
  }
  #featured-products .owl-nav .owl-next,
  #special-products .owl-nav .owl-next {
    right: -15px;
  }
  #featured-products .owl-nav .owl-prev,
  #special-products .owl-nav .owl-prev,
  #featured-products .owl-nav .owl-next,
  #special-products .owl-nav .owl-next {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
  }
}

@media screen and (max-width: 840px) {
  .footerbottom-text-inner>div {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .footerbottom-text-inner .col-md-3,
  .footerbottom-text-inner .col-md-6 {
    float: none;
    width: 100%;
  }
  #header .header-top a[data-depth="0"] {
    padding: 14px 20px;
  }
  .top-menu .sub-menu.collapse {
    margin-top: 10px;
  }
  .top-menu .arrow>.dropdown-item::before {
    bottom: -10px;
  }
  .subbanner1.subbanner-inner-text>span {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 40px;
    margin-bottom: 4px;
  }
  .subbannercms-inner .btn-wrapper {
    font-size: 14px;
    padding: 4px 7px;
  }
  .subbanner1.subbanner-inner-text {
    left: -10%;
    position: absolute;
    text-align: center;
    top: 25%;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 18px;
  }
  .subbanner2.subbanner-inner-text {
    right: 10px;
    top: 68px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 36px;
    font-weight: 500;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .subbanner3.subbanner-inner-text {
    right: 4%;
    top: 19%;
  }
}

@media screen and (max-width: 767px) {
  .currency-selector.dropdown.js-dropdown>span {
    float: left;
  }
  .js-top-menu-bottom>div {
    display: inline-block;
    width: 100%;
  }
  .language-selector-wrapper span.hidden-md-up {
    float: left;
  }
  .language-selector.dropdown.js-dropdown {
    float: left;
  }
  #header .header-top #top-menu li:last-child>a {
    padding-right: 0.625rem;
  }
  #header .sub-menu>.top-menu>.category>a {
    color: #000;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a:hover,
  .top-menu>li>.popover.sub-menu.js-sub-menu.collapse.in>ul>li>a>span>span>i:hover {
    color: #555;
  }
  .link-inner li a::before {
    top: 7px;
  }
  div#footerbottom-text {
    border-top: medium none transparent;
  }
  .sidebar-products .thumbnail-image-inner {
    margin-right: 10px;
  }
  .parallax-text1 {
    font-size: 55px;
  }
  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    margin: 10px 0;
  }
  h1.main-title {
    padding-bottom: 20px;
  }
  .prev-button.slick-arrow {
    top: 15%;
  }
  .next-button.slick-arrow {
    top: 15%;
  }
  .blog_post_content .post_title a {
    font-size: 16px;
  }
  #footerbottomleft-text .title {
    display: block;
  }
  .subbanner-common.subbannerpart2 {
    margin-bottom: 16px;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .subbanner1.subbanner-inner-text>span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .subbannercms-inner .btn-wrapper {
    font-size: 13px;
  }
  .subbanner1.subbanner-inner-text {
    left: -4%;
    position: absolute;
    text-align: center;
    top: 27%;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 17px;
    margin-bottom: 6px;
    letter-spacing: 1px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 16px;
  }
  .subbanner2.subbanner-inner-text {
    right: 18px;
    top: 60px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .subbanner3.subbanner-inner-text {
    right: 18%;
    top: 21%;
  }
  #homepage-carousel .owl-dots .owl-dot>span {
    background-color: rgba(85, 85, 85, 0.28);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
  }
  #homepage-carousel .owl-dots .owl-dot.active>span {
    background-color: #555 !important;
  }
  #homepage-carousel .owl-dots>div {
    padding-right: 5px;
  }
  #homepage-carousel .owl-dots {
    text-align: center;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  #homepage-carousel .owl-dots .owl-dot {
    display: inline;
  }
  #homepage-carousel .owl-nav {
    display: none;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
    color: #000;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul li {
    border-bottom: 1px solid #e0e0e0;
  }
  .top-menu .sub-menu.collapse {
    border-top: none;
    margin-top: 0px;
    padding: 20px;
  }
  #header .header-top {
    margin: 0px;
  }
  .breadcumb_outer {
    display: none;
  }
  #password .form-group.center-email-fields .btn-primary {
    display: flex;
    margin: 0 auto;
    margin-top: 10px;
  }
  .footer-toggle {
    display: none;
  }
  .title .pull-xs-right,
  .title .float-xs-right {
    display: block;
  }
  .footer-cms.active .navbar-toggler .material-icons.add,
  .footer-cms .navbar-toggler .material-icons.remove {
    display: none;
  }
  .footer-container .footer-cms.active .navbar-toggler .material-icons.remove {
    display: block;
  }
  #history #main .page-content,
  #main .page-header {
    margin-bottom: 10px;
  }
  div#_desktop_contact_link::before,
  div#_desktop_user_info::before,
  div#_desktop_cart::before {
    background: transparent;
  }
  #wrapper {
    padding-top: 10px;
  }
  #category #left-column #search_filters .facet {
    padding: 10px;
  }
  .footer-container .links ul>li>a:hover {
    color: #000;
  }
  #custom-leftbannerblock img {
    height: auto;
    width: auto;
  }
  #custom-leftbannerblock {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .brandslider-inner .title a {
    font-size: 25px;
  }
  #products .grid .product-miniature {
    width: 33.333%;
  }
  #brand-carousel li.item {
    padding: 0px 10px;
  }
  .brand-slidermain .owl-carousel.product-item.products-slider.owl-loaded.owl-drag .item {
    margin-left: 20px;
    margin-right: 20px;
  }
  #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
    float: left;
    max-width: 100% !important;
  }
  h1.main-title::after {
    display: none;
  }
  h1.main-title {
    font-size: 25px !important;
  }
  .brandslider-outer h1.main-title {
    padding-bottom: 0;
  }
  .parallaxblock-outer {
    padding: 70px 0;
  }
  .shipping-outer {
    padding: 20px 0;
  }
  .testmonial-author {
    font-size: 16px;
  }
  .testimonial-desc {
    font-size: 14px;
  }
  #header .header-top #search_widget button::before {
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -20px -18px;
    color: #262626;
    content: "";
    display: block;
    height: 33px;
    width: 33px;
  }
  .header-top .search-widget .material-icons.search {
    display: none;
  }
  #content-wrapper {
    max-width: 100%;
    display: inline-block;
    width: 100%;
  }
  .footer_inner {
    padding: 0px 15px;
  }
  .footer-container .wrapper {
    overflow: hidden;
  }
  .footer_inner .title .pull-xs-right,
  .footer_inner .title .float-xs-right {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .footer-container .title span.h3,
  .footer-container h3.h3,
  .footer-container .links .h3,
  #block_myaccount_infos .myaccount-title a,
  .block-contact .block-contact-title,
  .linklist .blockcms-title a {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
  }
  .newstitle-inner {
    background-position: 0px 0px;
    padding-left: 0px;
    background: transparent;
    padding: 0px;
  }
  .footer-top .block_newsletter,
  .newsletter_inner {
    margin: 0px;
  }
  .newsletter_inner {
    padding: 7px 0 0 0;
  }
  .block_newsletter {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #header .header-top a[data-depth="0"] {
    padding: 15px;
  }
  .top-menu .category .pull-xs-right,
  .top-menu .category .float-xs-right {
    margin-top: -5px;
  }
  .menu-bottom-banners {
    display: none;
  }
  .footer-container .links .collapse {
    display: none;
  }
  .parallax-text3 {
    padding: 10px 0px 20px;
    font-size: 14px;
  }
  .parallax-text2 {
    font-size: 40px;
  }
  .link-inner li a,
  ul.payment-inner li a {
    padding: 3px 12px 3px 15px;
    display: inline-block;
  }
  .nwsletter-maintitle {
    text-align: center;
  }
  .nwsletter-subtitle {
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
  }
  .block_newsletter form input[type=text],
  .block_newsletter form input {
    height: 42px;
  }
  .brandslider-inner .title a {
    margin-bottom: 0px;
  }
  h1.main-title::after {
    margin: 5px auto 0px;
  }
  .brandslider-inner .title a {
    padding-bottom: 10px;
  }
  .brandslider-outer {
    padding-bottom: 0px;
  }
  .userinfo-toggle .hidden-sm-down {
    display: block !important;
  }
  .header-logo {
    margin: 0px 0px 0px 0px;
  }
  #_mobile_contact_link {
    display: none;
  }
  #header {
    margin-bottom: 15px;
  }
  .page-index #header {
    margin-bottom: 0px;
  }
  #_mobile_cart,
  #_mobile_user_info {
    margin-top: 5px;
  }
  .product-toolbar {
    margin-top: 20px;
  }
  .footer-container .title span.h3,
  .footer-container h3.h3,
  .footer-container .links .h3,
  #block_myaccount_infos .myaccount-title a,
  .block-contact .block-contact-title,
  .linklist .blockcms-title a {
    font-size: 16px;
  }
  .flexcss .top-menu[data-depth="1"] {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .quickview .images-container .product-images>li.thumb-container>.thumb {
    width: 70px;
  }
  .prev-button.slick-arrow,
  .next-button.slick-arrow {
    top: 25%;
  }
  .subbannercms-inner .btn-wrapper {
    font-size: 13px;
    display: none;
  }
  .subbanner1.subbanner-inner-text {
    left: 10px;
    top: 27%;
  }
  .subbanner1.subbanner-inner-text>span {
    margin-bottom: 0;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 14px;
  }
  .subbanner2.subbanner-inner-text {
    right: 9px;
    top: 35px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 25px;
    margin-bottom: 3px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 15px;
    margin-bottom: 0;
  }
  .subbanner3.subbanner-inner-text {
    right: 11%;
    top: 31%;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .subbanner-common.subbannerpart1 {
    margin-bottom: 16px;
  }
  .pagination .col-md-4 {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .link-inner li a,
  ul.payment-inner li a {
    padding: 3px 6px 3px 7px;
    font-size: 15px;
  }
  .pagination .page-list {
    float: none;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    font-size: 14px;
  }
  #products .up .btn-secondary,
  #products .up .btn-tertiary {
    color: #265879;
    text-transform: inherit;
    padding: 7px 5px;
  }
  #products .grid .product-miniature {
    max-width: 50%;
    width: 50%;
  }
  .test_img_innar {
    display: inline-block;
  }
  .testimonial-carousel .test_desc {
    padding: 10px 0px 0px;
  }
  .testmonial-author {
    padding-bottom: 0px;
    text-align: center;
  }
  .testimonial-desc {
    text-align: center;
  }
  .test_imag {
    float: none;
    padding-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
  .testimonial-carousel .owl-nav {
    margin-top: 0;
    text-align: center;
  }
  .subtitle-part.subtitle-part2:before,
  .subtitle-part.subtitle-part2:after {
    display: none;
  }
  .subbanner-part-maininnner1,
  .subbanner-part-maininnner2,
  .subbanner-part-maininnner3 {
    display: inline-block;
    float: none;
  }
  .subtitle-part1,
  .subtitle-part2,
  .subtitle-part3 {
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .subtitle-part3 {
    padding-bottom: 0 !important;
  }
  .shipping-outer {
    padding: 10px 0px 0px;
  }
  .link-inner li a,
  ul.payment-inner li a {
    padding: 3px 9px 3px 8px;
  }
}

@media screen and (max-width: 543px) {
  .parallax-text4 a {
    padding: 8px 19px;
  }
  .testimonial_outer {
    margin-bottom: 20px;
  }
  #featured-products .owl-nav .owl-next {
    top: 44%;
  }
  #featured-products .owl-nav .owl-prev {
    top: 44%;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
  }
  .parallaxblock-outer {
    padding: 50px 0;
  }
  .parallax-text1 {
    font-size: 45px;
  }
  .subbanner1.subbanner-inner-text>span {
    display: inline-block;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 25px;
    width: 100%;
  }
  .subbanner1.subbanner-inner-text {
    left: 30px;
    position: absolute;
    text-align: center;
    top: 26%;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 24px;
    font-weight: 300;
  }
  .subbanner2.subbanner-inner-text {
    padding: 35px 11px;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 60px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    color: #000;
    font-size: 60px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  #search_filters .facet .facet-title {
    font-size: 14px;
  }
  #category #left-column #search_filters .facet {
    padding: 4px;
  }
  /* #category #left-column #search_filters .facet ul li {
        padding: 3px 1.325rem;
    } */
  #order-confirmation .thumbnail.product-thumbnail>img,
  #cart #specialproducts-carousel .thumbnail.product-thumbnail>img,
  #product .thumbnail.product-thumbnail>img {
    max-width: inherit;
  }
  #order-confirmation .thumbnail-image-inner,
  #cart #specialproducts-carousel .thumbnail-image-inner,
  #product .thumbnail-image-inner {
    width: 100%;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .subbanner1.subbanner-inner-text>span {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .subbanner1.subbanner-inner-text {
    left: 30px;
  }
  .subbanner2.subbanner-inner-text {
    padding: 0;
    right: 38px;
    text-align: center;
    top: 60px;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 18px;
  }
  .subbanner2.subbanner-inner-text {
    padding: 0;
    right: 40px;
    top: 80px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 40px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 20px;
    margin-bottom: 0;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 32px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 17px;
    margin-bottom: 0;
  }
  .subbanner3.subbanner-inner-text {
    right: 21%;
    top: 41%;
  }
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    padding: 0.5rem 1rem;
  }
  #header .header-nav .top-logo a img {
    max-height: 42px;
    max-width: 100%
  }
  .tabs {
    padding: 0;
  }
  .tabs .tab-pane {
    padding-top: 20px;
  }
  .social-sharing {
    margin-top: 0;
  }
  #block-reassurance {
    margin-top: 0.5rem;
  }
  .tabs {
    margin-top: 0.8rem;
  }
  div#footerbottom-text,
  .copyright {
    padding: 20px 0;
  }
  body#checkout section.checkout-step .step-number {
    padding: 0.625rem 0;
  }
  .form-control {
    line-height: 1.45;
  }
  #order-items {
    margin-bottom: 1rem;
  }
  .page-content.page-order-confirmation.card .h3,
  .page-content.page-order-confirmation.card .h4,
  .page-content.page-order-confirmation.card h3,
  .page-content.page-order-confirmation.card h4 {
    font-size: 0.925rem;
  }
  #content-hook_order_confirmation .h1,
  h1 {
    font-size: 1.075rem;
  }
  .cart-grid-body .card-block {
    padding: 0.5rem;
  }
  .cart-item {
    padding: 11px 0;
  }
  .cart-grid-body .card-block h1 {
    font-size: 18px;
  }
  .cart-overview.js-cart .product-line-grid-body {
    margin-bottom: 0;
  }
  .cart-summary-line .value {
    font-size: 15px;
  }
  body#checkout section.checkout-step .content ul li>a {
    font-size: 15px;
  }
  body#checkout section.checkout-step h1 {
    font-size: 16px;
    line-height: 0.2;
  }
  .form-control-valign {
    padding-top: 0;
  }
  .m-y-2 {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
  }
  body#checkout section.checkout-step .content {
    padding: 3.7px 0;
  }
  body#checkout section.checkout-step #customer-form {
    margin-left: 0.3125rem;
    margin-top: 1.063rem;
  }
  #customer-form .form-group.row .form-control-label {
    padding-top: 0;
  }
  .copyright a {
    font-size: 14px;
  }
  .footer-container .links ul>li a {
    font-size: 14px;
  }
  #featured-products,
  #special-products {
    padding-top: 20px;
  }
  div#custom-bannerblock,
  #featured-products,
  #special-products {
    padding-bottom: 20px;
  }
  .parallaxblock-outer {
    margin-bottom: 20px;
    padding: 40px 0;
  }
  .testimonial-parallax,
  .brandslider-outer {
    margin-top: 20px;
  }
  .testimonial-parallax,
  .brandslider-outer {
    margin-bottom: 20px;
  }
  #products .product-miniature .discount-percentage,
  #products .product-miniature .on-sale,
  #products .product-miniature .online-only,
  #products .product-miniature .product-flags .new,
  .featured-products .product-miniature .discount-percentage,
  .featured-products .product-miniature .on-sale,
  .featured-products .product-miniature .online-only,
  .featured-products .product-miniature .product-flags .new,
  .special-products .product-miniature .on-sale,
  .special-products .product-miniature .online-only,
  .special-products .product-miniature .product-flags .new,
  .special-products .product-miniature .discount-percentage,
  .product-accessories .product-miniature .discount-percentage,
  .product-accessories .product-miniature .on-sale,
  .product-accessories .product-miniature .online-only,
  .product-accessories .product-miniature .product-flags .new,
  .product-miniature .product-miniature .discount-percentage,
  .product-miniature .product-miniature .on-sale,
  .product-miniature .product-miniature .online-only,
  .product-miniature .product-miniature .product-flags .new {
    font-size: 13px;
  }
  #products .regular-price,
  .featured-products .regular-price,
  .product-accessories .regular-price,
  .product-miniature .regular-price {
    font-size: 14px;
  }
  #products .product-title a,
  .featured-products .product-title a,
  .product-accessories .product-title a,
  .product-miniature .product-title a {
    font-size: 14px;
  }
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    font-size: 13px;
  }
  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    margin: 0 0 3px;
  }
  .btn {
    font-size: 0.9rem;
  }
  .subtitle-part .subtitile1 {
    font-size: 16px;
  }
  .subtitle-part .subtitile2 {
    font-size: 14px;
  }
  .parallax-text2 {
    font-size: 24px;
  }
  .parallax-text3 {
    padding: 8px 0 18px;
  }
  .parallax-text1 {
    font-size: 28px;
  }
  #index #products .product-miniature,
  #index .featured-products .product-miniature,
  #index.product-accessories .product-miniature,
  #index .product-miniature .product-miniature,
  #index #special-products .product-miniature {
    padding: 0 8px 0px;
  }
  #index #featured-products {
    padding-bottom: 0;
  }
  h1.main-title {
    padding-bottom: 10px !important;
    font-size: 22px !important;
  }
  .brandslider-inner .title a {
    font-size: 22px !important;
  }
  h1.main-title::after {
    display: none;
  }
  .subbanner-common {
    width: 100%;
  }
  .subbanner-inner img {
    width: 100%;
  }
  .subbanner1.subbanner-inner,
  .subbanner2.subbanner-inner,
  .subbanner3.subbanner-inner {
    padding: 0px;
  }
  .subbannercms-inner {
    padding-bottom: 0;
  }
  #products .product-miniature .discount-percentage.on-sale,
  #products .product-miniature .on-sale.on-sale,
  #products .product-miniature .online-only.on-sale,
  #products .product-miniature .product-flags .new.on-sale,
  .featured-products .product-miniature .discount-percentage.on-sale,
  .featured-products .product-miniature .on-sale.on-sale,
  .featured-products .product-miniature .online-only.on-sale,
  .featured-products .product-miniature .product-flags .new.on-sale,
  .special-products .product-miniature .discount-percentage.on-sale,
  .special-products .product-miniature .on-sale.on-sale,
  .special-products .product-miniature .online-only.on-sale,
  .special-products .product-miniature .product-flags .new.on-sale,
  .product-accessories .product-miniature .discount-percentage.on-sale,
  .product-accessories .product-miniature .on-sale.on-sale,
  .product-accessories .product-miniature .online-only.on-sale,
  .product-accessories .product-miniature .product-flags .new.on-sale,
  .product-miniature .product-miniature .discount-percentage.on-sale,
  .product-miniature .product-miniature .on-sale.on-sale,
  .product-miniature .product-miniature .online-only.on-sale,
  .product-miniature .product-miniature .product-flags .new.on-sale {
    top: 0px;
    right: 5px;
  }
  ul#featuredproducts-carousel {
    margin-bottom: 0px;
  }
  .shipping-outer {
    padding: 0px 0px 0px;
  }
}

@media screen and (max-width: 370px) {
  #header .header-nav .top-logo {
    width: 167px;
  }
  body#checkout section.checkout-step h1 {
    font-size: 16px;
    line-height: 1.1;
  }
  .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px;
  }
  #header .header-nav .top-logo {
    float: left;
    margin-left: 32px;
  }
  .subbanner1.subbanner-inner-text h4 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .subbanner1.subbanner-inner-text>span {
    font-size: 18px;
  }
  .subbanner2.subbanner-inner-text>span {
    font-size: 17px;
    margin-bottom: 9px;
  }
  .subbanner2.subbanner-inner-text>p {
    font-size: 16px;
  }
  .subbanner2.subbanner-inner-text {
    padding: 0;
    right: 20px;
    top: 60px;
  }
  .subbanner3.subbanner-inner-text>h3 {
    font-size: 26px;
  }
  .subbanner3.subbanner-inner-text>p {
    font-size: 16px;
  }
  .subbanner3.subbanner-inner-text {
    right: 10%;
    top: 39%;
  }
}

.parallax-text1 a,
.parallax-text3 a {
  color: white;
}

.products .owl-item {
  min-height: 350px;
}

.thumbnail-image-inner {
  height: 250px;
}

#newproducts-grid .thumbnail-image-inner {
  height: auto;
  max-width: 1000px!important;
  width: 40%!important;
}

.sidebar-products .thumbnail-sidebar-inner {
  max-width: 1000px!important;
}

.sidebar-products .thumbnail-sidebar-inner {
  width: 52%!important;
}

#newproducts-grid .thumbnail-image-inner img {
  width: 100%;
}

.thumbnail-image-inner {
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#featuredproducts-carousel .owl-item {
  width: 100%;
}


/* .hidden-sm-down>.top-menu>.category {
    display: none!important;
} */

.contact-rich a {
  font-size: 0.95em;
}

.contact-top {
  line-height: 40px!important;
}

.text-center {
  text-align: center;
}

.btn.btn-special-products {
  background-color: #49b848;
  color: #fff;
  border-color: transparent;
}

.btn.btn-featured-products {
  background-color: #f68b1e;
  color: #fff;
  border-color: transparent;
}


/*ZIPCODEMODULE*/

#location_path {
  text-align: left;
}

.kpz_block {
  float: none;
  margin-left: 0;
}

#zip_code_fullcontainer {
  border: 1px solid #49b848;
  padding: 15px;
  margin-top: 30px;
}

.pacbz_div {
  margin-top: 0;
}

.pacbz_btn {
  background-color: #f68b1e;
  font-size: 0.95rem!important;
}

.pacbz_btn:hover span {
  color: #eee;
}

.location_block {
  padding: 0;
}

#type_zipcode {
  font-size: 0.9rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.location_input_field {
  margin-top: 5px;
}

#message_123 p {
  color: #666;
}


/*SUBCATEGORIES*/

#subcategories .cat-link {
  margin-bottom: 30px;
  position: relative;
}

.cat-link .subcategory-name {
  text-align: center;
  background-color: #f68b1e;
  color: white;
  display: block;
  padding: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media(max-width: 768px) {
  .cat-link .subcategory-name {
    font-size: 13px;
    line-height: 15px;
    opacity: 0.9;
  }
}

.subcategory-image img {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  height: auto;
}


/*ORDERCUSTOMER*/


/* #checkout-personal-information-step .nav.nav-inline.my-2 {
    padding: 30px 15px;
    background-color: rgba(220, 220, 220, 0.5);
} */

#checkout-personal-information-step .nav.nav-inline .nav-item {
  width: 48%;
}

#checkout-personal-information-step .nav.nav-inline .btn {
  background-color: rgb(73, 184, 72, 0.8);
  color: #fff;
  width: 100%;
  padding: 8px;
}

@media(max-width:375px) {
  #checkout-personal-information-step .nav.nav-inline .btn {
    background-color: rgb(73, 184, 72, 0.8);
    color: #fff;
    width: 100%;
    padding: 8px;
    font-size: 11px;
  }
}

#checkout-personal-information-step .nav.nav-inline .btn.active {
  background-color: rgb(73, 184, 72, 1);
}

#checkout-personal-information-step .nav-inline .nav-item+.nav-item {
  margin-left: 0;
}

.product-flag.online-only {
  display: none;
}

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

.mt-15 {
  margin-top: 15px;
}


/*BRANDSPRODUCTS*/

#manufacturer .product-miniature .thumbnail-container {
  padding: 7px;
  border: 1px solid transparent;
  margin: 4px 4px 10px 4px;
}

#manufacturer .product-miniature:hover .thumbnail-container {
  border-color: #e0e0e0;
}

#manufacturer .owl-nav .owl-prev:hover {
  background-position: -13px -732px;
}


/*#manufacturer .owl-nav .owl-prev:hover {
    background-position: -13px -592px;
}*/

#manufacturer .owl-nav .owl-next:hover {
  background-position: -492px -732px;
}


/*#manufacturer .owl-nav .owl-next:hover {
    background-position: -492px -592px;
}*/

#manufacturer .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -817px;
  height: 70px;
  /*left: -45px;*/
  margin-top: 0px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 40%;
  width: 50px;
  z-index: 3;
}

#manufacturer .owl-nav .owl-next {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: 0px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 70px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -492px -817px;
  left: auto;
  /*right: -39px;*/
  right: 0;
}

#manufacturer .owl-nav .owl-prev {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
}

#manufacturer .owl-nav .owl-next {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
}

#manufacturer .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

#manufacturer .owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

#manufacturer .discount-percentage.discount-product {
  z-index: 2;
  background: #f1f1f1;
  color: #555;
  left: 0px;
  top: 0px;
  padding: 3px 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

#manufacturer .brand:last-of-type hr {
  display: none;
}

.brandDescription img {
  width: 100%;
  height: auto;
}

.pl-5 {
  padding-left: 5px!important;
}

.pr-5 {
  padding-right: 5px!important;
}

.img-footer {
  max-width: 100%;
}


/*CUSTOMERSIGNIN*/

.left-nav-btn {
  border-top-left-radius: 900px;
  border-bottom-left-radius: 900px;
  border-left: 0;
  border-right: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.right-nav-btn {
  border-top-right-radius: 900px;
  border-bottom-right-radius: 900px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nav-btns-group {
  border-radius: 100px;
  border: 1px solid #fff;
  display: none;
}
.nav-btns-group>a{
	background: #f68b1e;
	color: #fff!important;
}

@media(min-width: 1240px) {
  .nav-btns-group {
    display: block;
  }
  .user-info {
    display: none;
  }
}

.header-nav #search_widget.search-widget:hover form input[type=text] {
  width: 245px;
}

@media(max-width: 768px) {
  .header-logo {
    padding-top: 0;
  }
}

@media(max-width: 1240px) {
  .header-top .col-md-9 img.hidden-sm-down {
    width: calc(100% - 315px);
    ;
  }
}


/*FILTERS*/

#search_filters_wrapper {
  margin-bottom: 15px;
}

#search_filters {
  background-color: #fff9f4;
  border-top: 3px solid #f68b1e;
  border-bottom: 3px solid #f68b1e;
}

#search_filters>p {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#search_filters .facet {
  /*border-bottom: none;*/
  padding-top: 5px;
  padding-bottom: 5px;
}

#search_filters .facet .collapse {
  margin-bottom: 5px;
}

@media screen and (max-width: 370px) {
  #header .header-nav .top-logo {
    margin-left: 5px;
  }
}

.ml-15 {
  margin-left: 15px;
}


/*BLOG*/

#comments.comments_area,
.home_blog_post p.page_subtitle {
  display: none!important;
}

.post_content {
  padding-top: 0px;
}

.content_more {
  margin-right: 15px;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  font-weight: 100;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .content_more .read_more {
  text-transform: none;
  font-weight: 100;
}


/*.bottom-pagination-content.clearfix{
    display: none;
}*/

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_content {
  margin-bottom: 15px;
}

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  text-transform: none;
}

.home_blog_post_inner h3.post_title,
.kr_blog_post_inner h3.post_title {
  font-size: 1.2rem!important;
  line-height: 1.1;
  height: 40px;
  font-weight: 100;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
  margin-top: 0;
  padding-top: 0;
}

body#module-xipblog-archive .homeslider-container,
body#module-xipblog-single .homeslider-container {
  display: none!important;
}

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

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

body#module-xipblog-archive #main .page-content {
  margin-bottom: 0;
}

.display-flex {
  display: flex;
}

.direction-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.text-right {
  text-align: right;
}

@media(max-width: 768px) {
  .blog-categories-btns a {
    width: 100%;
  }
}

#newproducts-grid .thumbnail-image-inner {
  margin-right: 5px;
}

.card-custom {
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.home_blog_post_area.displayLeftColumn {
  border-top: 3px solid #f68b1e;
  border-bottom: 3px solid #f68b1e;
  padding: 10px 15px;
  background: #f5f5f5 none repeat scroll 0 0;
}

@media(min-width: 768px) {
  #header .header-top a[data-depth="0"] {
    padding: 23px 10px;
    font-weight: bold;
  }
  #header .header-top a[data-depth="0"].featured{
  	color: #f68b1e!important;
  }
}

.kr_blog_post_area.single .post_content img {
  max-width: 100%;
  height: auto!important;
}

.home_blog_post .home_blog_post_inner h3.post_title {
  height: auto;
}

.flex-news-col {
  flex-wrap: wrap;
}

body#module-xipblog-archive .kr_blog_post_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.float-none {
  float: none;
}

.block-promo .promo-code {
  background: #fff;
  padding-top: 0;
  height: 3.6rem;
}

.block-promo .promo-input {
  float: left;
}

.block-promo .promo-input+button {
  margin-top: 0px;
  max-height: 2.5em;
}

.mb-0 {
  margin-bottom: 0;
}

#pdinvoicebillpro fieldset input.pd_ibp_radio {
  display: inline-block;
}

#homepage-carousel .prev-arrow {
  width: 40px;
  height: 40px;
  background-color: #222;
  opacity: 0.5;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
  text-align: center;
}

#homepage-carousel .prev-arrow i {
  color: #fff;
  vertical-align: inherit;
  line-height: 38px;
}

#homepage-carousel .next-arrow {
  width: 40px;
  height: 40px;
  background-color: #222;
  opacity: 0.5;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
  text-align: center;
}

#homepage-carousel .next-arrow i {
  color: #fff;
  vertical-align: inherit;
  line-height: 38px;
}

#footer-images-row img {
  width: 100%;
}

@media(max-width: 768px) {
  #footer-images-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@font-face {
  font-family: AvantGrande;
  src: url(../fonts/avantgrande.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@media(min-width: 768px) {
  #header .header-logo {
    padding-top: 0;
  }
  #header .logo {
    width: calc(100% - 15px);
  }
  #_desktop_logo::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -7.5px;
    background: #231f20;
  }
  .top-additional {
    float: left;
    text-align: left;
    padding-left: 22.5px;
    text-transform: uppercase;
    font-family: AvantGrande;
    letter-spacing: 2px;
  }
  .top-additional a {
    font-size: 17px!important;
  }
  #header .menu {
    width: auto!important;
    /* float: right!important; */
  }
}

.product-description p {
  margin-bottom: 15px;
}

.product-description ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-bottom: 15px;
}

.product-description h2,
.product-description h3 {
  margin-bottom: 15px;
}

#category-description img {
  max-width: 100%;
  height: auto;
}

#category-description .owl-carousel .prev-arrow {
  width: 40px;
  height: 40px;
  background-color: #222;
  opacity: 0.5;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
  text-align: center;
}

#category-description .owl-carousel .prev-arrow i {
  color: #fff;
  vertical-align: inherit;
  line-height: 38px;
}

#category-description .owl-carousel .next-arrow {
  width: 40px;
  height: 40px;
  background-color: #222;
  opacity: 0.5;
  font-size: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
  text-align: center;
}

#category-description .owl-carousel .next-arrow i {
  color: #fff;
  vertical-align: inherit;
  line-height: 38px;
}

.mr-0 {
  margin-right: 0;
}

.w-100p {
  width: 100%;
}

.ml-15 {
  margin-left: 15px;
}

.buy_now_button {
  padding: 10px 18px 12px 46px!important;
}

.thumbnail-image-inner.thumb-no-image {
  height: 40px!important;
  border: none!important;
}

.products-sort-order.dropdown button.btn-unstyle.select-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(min-width: 992px) {
  body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}

@media(max-width: 766px) {
  .top-additional-menu-links {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page-content.page-cms ul {
  padding-left: 15px;
  list-style-type: disc;
}

@media(min-width: 768px) {
  .header-nav #search_widget.search-widget form input[type=text] {
    /*width: 245px!important;*/
    width: 563px!important;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    background: #e0e0e0;
    border-color: #e0e0e0;
    padding: 0px 40px 0px 30px;
    outline: none;
    border-radius: 100px;
  }
  #search_widget{
    min-width: 65%;
    border-radius: 100px;
  }
  .header-nav #search_widget.search-widget:hover form input[type=text], .header-nav #search_widget.search-widget.inputfocus form input[type=text], .header-nav #search_widget.search-widget:hover form input[type=text]:focus{
    width: 563px!important;
  }
}

.cart-hover-content {
  font-size: 14px;
  background-color: #ffffff;
  color: #000;
  right: -17px;
  padding: 10px;
  position: absolute;
  top: 36px;
  z-index: 999;
  width: 280px;
  left: auto;
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.cart-hover-content li {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 0 16px 0;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.minicart-img {
  float: left;
  margin-right: 10px;
  border: 1px solid #ededed;
  width: 60px;
}

.minicart-img img {
  width: 100%;
  height: auto;
}

.ax_cart.cart-hover-content {
  width: 320px;
}

.cart-hover-content .product-name {
  display: block;
  text-align: left;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-hover-content .product-price {
  float: left;
  margin-top: 10px;
}

.cart-hover-content .delete-from-cart {
  font-size: 14px;
  color: #000000;
}


/* 
.cart-hover-content .cart-subtotals {
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
} */


/* .cart-subtotals .value {
    float: right;
} */

.cart-hover-content .cart-total {
  margin: 0 0 15px;
  padding: 10px 0 0;
}

.cart-hover-content .cart-total .value {
  float: right;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.cart-hover-content .cart-total .label {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.cart-subtotals .label,
.cart-subtotals .value {
  font-weight: 400;
}

.cart-hover-content .cart-wishlist-action a {
  color: #fff!important;
  padding: 10px 20px;
  width: -webkit-fill-available;
}

.cart-hover-content .delete-from-cart {
  display: none;
}

@media(max-424px) {
  .ax_cart.cart-hover-content {
    width: 300px;
  }
}

#_desktop_cart:hover .cart-hover-content,
#_mobile_cart:hover .cart-hover-content {
  display: block!important;
}

.block-reassurance-anchor {
  background-color: #49b848;
  display: inline-block;
  text-align: center;
  padding: 1px;
  color: white!important;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 400;
}

.reassurance-box {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  padding: 10px 10px 3px 10px;
  border: 1px solid #a2e070;
  left: 0;
  top: 40px;
  width: 485px;
  max-width: 93vw;
  z-index: 100;
}

.block-reassurance-item:hover {
  cursor: help;
}

ul.block-reassurance-list {
  display: flex;
}

.block-reassurance-item {
  position: relative;
  padding: 1rem 1.5rem 1rem 0!important;
}

#block-reassurance img {
  display: none;
}

#block-reassurance li,
#block-reassurance {
  border: unset!important;
  margin-top: unset;
}

.reass-delivery-time-generic,
.reass-delivery-time {
  color: #000;
}


/*** Flip card ***/

@media(max-width: 991px) {
  .thumbnail-back {
    display: none;
  }
}

@media(min-width: 992px) {
  .product-miniature {
    position: relative;
  }
  .thumbnail-back,
  .thumbnail-front {
    overflow: hidden;
    perspective: 0;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    position: absolute;
    transition: transform .3s linear;
    width: 93%;
    box-sizing: border-box;
  }
  .thumbnail-front {
    transform: perspective(600px) rotateY(0deg);
  }
  .thumbnail-back {
    transform: perspective(600px) rotateY(180deg);
  }
  .product-miniature:hover .thumbnail-front {
    transform: perspective(500px) rotateY(-180deg);
  }
  .product-miniature:hover .thumbnail-back {
    transform: perspective(500px) rotateY(0deg);
  }
  #js-product-list .products .product-miniature .thumbnail-image-inner {
    border: none
  }
  .thumbnail-back a {
    overflow: hidden;
    display: block;
  }
  .thumbnail-back-desc {
    height: 250px;
  }
}

#checkout #checkout-guest-form,
#checkout #checkout-login-form {
  display: none;
}

#checkout #checkout-login-form.active,
#checkout #checkout-guest-form.active {
  display: block;
}

.reassurance-box p {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}

.reassurance-box ul {
  list-style: disc;
  list-style-position: inside;
}


/* End */


/* START
Author: MSZ New Aste
Date: 10:3 9/3/2021
Task: 
Comment: 
*/

.carousels-pack,
.carousels-pack-action {
  overflow: unset;
}

.featured-products.container {
  padding-bottom: 40px;
  padding-left: 11px;
  padding-right: 0;
}

.featured-products.container .owl-nav .owl-prev:hover {
  background-position: -13px -592px;
}

.featured-products.container .owl-nav .owl-next:hover {
  background-position: -492px -592px
}

.featured-products.container .owl-nav .owl-prev {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: -33px;
  left: -39px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url(../img/sprite.png) no-repeat scroll -13px -678px
}

.featured-products.container .owl-nav .owl-next {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 40%;
  margin-top: -33px;
  opacity: 1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0) url(../img/sprite.png) no-repeat scroll -492px -678px;
  left: auto;
  right: -45px;
}

.featured-products.container .owl-nav .owl-prev {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0
}

.featured-products.container .owl-nav .owl-next {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0
}

.featured-products.container:hover .owl-nav .owl-prev {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1
}

.featured-products.container:hover .owl-nav .owl-next {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1
}

@media screen and (max-width: 1280px) {
  .featured-products.container .owl-nav .owl-next {
    right: -9px;
  }
  .featured-products.container .owl-nav .owl-prev {
    left: 0;
  }
}

@media (max-width: 991px) {
  .featured-products.container .owl-nav .owl-next {
    right: -8px;
  }
  #index .row {
    margin-left: -15px;
    margin-right: -5px;
  }
  .featured-products.container .owl-nav .owl-prev,
  .featured-products.container .owl-nav .owl-next {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1.main-title {
    font-size: 25px!important;
  }
}

.popover .category a[data-depth="1"] {
  color: #555!important;
  font-weight: 600!important;
}

.popover.sub-menu.js-sub-menu.collapse {
  top: 30px!important;
  left: -250%;
}

.top-menu .arrow>.dropdown-item::before {
  bottom: 15px!important;
  margin-top: 20px;
}

@media (max-width: 543px) {
  #products .owl-item .product-miniature {
    width: 100%;
  }
}


/* STOP */

.reassurance-box.reassurance-box-3 {
  left: -220px;
  max-width: 266px;
}

.reassurance-box.reassurance-box-2 {
  left: -106px;
  max-width: 266px;
}

.reassurance-box.reassurance-box-1 {
  left: -6px;
  max-width: 266px;
}

@media screen and (max-width: 1280px) {
  #cart #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
    overflow: unset;
  }
}

.cart-grid-body a.label.continue_shopping_btn {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  display: block;
  float: left;
  padding: 10px 25px;
  border: 1px solid #49b848;
}

.cart-grid-body a.label.continue_shopping_btn:hover {
  color: #fff;
  background-color: #555;
  border-color: transparent;
}

.selected-shipping-anchor {
  background-color: #49b848;
  display: inline-block;
  text-align: center;
  position: relative;
  color: white!important;
  width: 16px;
  height: 16px;
  border-radius: 23px;
  font-size: 14px;
  font-weight: 400;
  cursor: help;
  line-height: 1.3;
}

.selected-shipping-anchor:hover .reassurance-box {
  display: block!important;
  left: -212px!important;
  top: 22px!important;
}

@media(max-width:424px) {
  .selected-shipping-anchor:hover .reassurance-box {
    display: block!important;
    left: -122px!important;
    top: 22px!important;
  }
  .blockcart>.header span.cart-products-count {
    left: 27px;
  }
}

@media screen and (max-width: 320px) {
  #header .header-nav .top-logo {
    width: unset;
  }
}

@media(min-width:991px) {
  .header-nav .hidden-sm-down .col-md-3.col-xs-12,
  .header-nav .hidden-sm-down .right-nav #search_widget,
  .header-nav .hidden-sm-down .right-nav #_desktop_user_info {
    margin-top: 10px;
  }
}


/* START
Author: MSZ New Aste
Date: 18/3/2021
Task: https://app.asana.com/0/1160687167108489/1199974937434430/f
Comment: One Page Checkout
*/

#steco_login_form .steco_btn,
.steco_address_btn {
  border: 1px solid #49b848;
}

.steco_payment_option_title {
  font-weight: unset!important;
}

#steco_login_form .steco_btn:hover,
.steco_address_btn:hover {
  background-color: #555;
  ;
  border: 1px solid #555;
  color: #fff;
}

.steco_logout:hover,
.js-terms a:hover,
#module-steasycheckout-default .forgot-password:hover {
  color: #49b848;
}

#module-steasycheckout-default .checkout-summary-block {
  max-height: 350px;
  overflow-x: auto;
}

#module-steasycheckout-default #wrapper .steco_column h1 {
  font-size: 30px;
  font-weight: bolder;
}

#module-steasycheckout-default #wrapper {
  background-image: unset!important;
}

.pd_ibp_radio:hover {
  cursor: pointer;
}

.steco_divider {
  position: relative;
  display: inline-block;
}

#module-steasycheckout-default .selected-shipping-anchor {
  position: absolute;
  top: 11px;
  right: -9px;
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
  padding: 0px 6px;
  z-index: 99;
}

#module-steasycheckout-default .carrier-delay {
  position: relative;
}

#module-steasycheckout-default .carrier-delay:hover {
  cursor: help;
}

#module-steasycheckout-default .carrier-delay:hover .reassurance-box {
  display: block!important;
  left: -212px!important;
  top: 22px!important;
}

#module-steasycheckout-default #wrapper .steco_column h1 {
  font-size: 24px;
  font-weight: bolder;
  color: #000;
}

#module-steasycheckout-default #wrapper .steco_column .steco_heading {
  background-color: unset;
  color: #000;
  font-size: 18px;
  font-size: 20px;
}

#steco_pi_forms .card .card-header .collapsed {
  background: #fff !important;
  color: #000;
}

#steco_pi_forms .card .card-header div {
  background-color: #49b848!important;
  color: #fff;
  border: 1px solid #d7d7d7;
}

#module-steasycheckout-default .form-control {
  color: #000;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .25);
}

#module-steasycheckout-default .input-group .input-group-btn>.btn[data-action=show-password] {
  background: #7a7a7a;
  padding: .78rem 1rem;
}

#module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .steco-delivery-option {
  border-radius: unset;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

#module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .steco-delivery-option {
  border-top: unset;
}

#module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .deliver-option-container:first-child .steco-delivery-option {
  border-top: 1px solid #d7d7d7;
}

.steco_selected {
  background-color: #49b848 !important;
}

#module-steasycheckout-default #wrapper .steco_column #st-checkout-payment-step .payment-option .steco_flex_container {
  height: 54px;
  border-radius: unset;
  margin-bottom: 0;
  border: 1px solid #d7d7d7;
  border-top: unset;
  background-color: #ffffff;
}

#module-steasycheckout-default #wrapper .steco_column #st-checkout-payment-step .payment-option:first-child .steco_flex_container {
  border-top: 1px solid #d7d7d7;
}

.steco_fouth_column {
  margin: 0;
  display: block;
  position: sticky;
  top: 30px;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}

#module-steasycheckout-default #wrapper .steco_fouth_column {
  box-shadow: none;
  border: 0px;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_heading {
  display: none;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart {
  border: 1px solid #eeeeee;
  padding: 0;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .checkout-summary-block {
  padding: 10px;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .cart-summary-container {
  border: 1px solid #d7d7d7;
  border-left: 0px;
  border-right: 0px;
  padding: 10px;
  font-size: 16px;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .cart-total {
  font-size: 16px;
  padding: 10px;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .cart-total .label {
  font-size: 16px;
  font-weight: 600;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .steco-cart-voucher {
  padding: 10px;
}

#module-steasycheckout-default .form-control {
  color: #000;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .steco-cart-voucher .btn {
  background-color: #49b848;
  padding: .76rem 1rem;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .steco-cart-voucher .btn:hover {
  background-color: #555;
  ;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart #steco-conditions-to-approve {
  padding: 10px;
}

.steco-custom-input {
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
}

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart #payment-confirmation {
  padding: 10px;
}

.steco-delivery-option label {
  display: flex!important;
  align-items: center;
}

.steco-delivery-option>.steco-custom-input-box {
  position: absolute;
  left: 12px;
  top: 25px;
}

@media (max-width: 991px) {
  #module-steasycheckout-default .container {
    max-width: 100%;
  }
}

@media(max-width:525px) {
  #module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .steco-delivery-option .steco-custom-input-box {
    margin-left: 6px;
  }
  #module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .steco-delivery-option label {
    margin-right: 0px;
    margin-left: 40px;
    text-align: left;
  }
  .steco_divider .col-lg-8,
  .steco_col,
  .steco_block {
    padding-right: 0!important;
    padding-left: 0!important;
  }
  #module-steasycheckout-default #wrapper .steco_column #st-checkout-payment-step .payment-option .steco_flex_container .steco-custom-input-item {
    margin-left: 0;
  }
  #module-steasycheckout-default #wrapper .steco_column #st-checkout-delivery-step .steco-delivery-option label img,
  #module-steasycheckout-default #wrapper .steco_column #st-checkout-payment-step .payment-option .steco_flex_container .img-fluid {
    max-width: 60px;
  }
  .steco-delivery-option>.steco-custom-input-box {
    position: absolute;
    left: 12px;
    top: 27px;
  }
  .steco-delivery-option div {
    padding-right: 5px;
    padding-left: 5px;
  }
  #module-steasycheckout-default .selected-shipping-anchor {
    display: none;
  }
}

#module-steasycheckout-default #page {
  overflow: visible;
}

.line_item .small_cart_info .input-group {
  width: 35%;
}

.line_item .small_cart_info .input-group .form-control {
  line-height: unset!important;
  padding: .5rem 0.75rem!important;
}

#module-steasycheckout-default #header .header-nav {
  max-height: none;
  padding: 5rem 0 .9375rem;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

#module-steasycheckout-default #header .header-nav .logo {
  max-height: 4.375rem;
  width: auto;
}

@media (max-width: 767px) {
  #module-steasycheckout-default #header .header-nav {
    max-height: none;
    padding: 15px 0;
    background-color: #fff;
  }
  #module-steasycheckout-default #header .header-nav .logo {
    max-height: 42px;
  }
}

@media (max-width: 420px) {
  #module-steasycheckout-default #header .header-nav .logo {
    max-height: 35px;
  }
}


/* STOP */


/* START
Author: MSZ New Aste
Date: 9:51 8/4/2021
Task: https://app.asana.com/0/1160709592916020/1199948577027278/f
Comment: 
*/

#search_filters .facet {
  padding-top: 10px;
  padding-bottom: 10px;
}

#js-active-search-filters {
  background-color: rgb(255, 249, 244);
  border-top: 1px solid rgb(246, 139, 30);
  border-bottom: 1px solid rgb(246, 139, 30);
}

.active_filters .active-filter-title {
  font-weight: normal;
}

@media (max-width: 600px) {
  .products-selection .products-sort-order .select-title {
    padding: 5px 8px 4px;
  }
  .products-selection .sort-by-row {
    align-items: flex-end;
  }
  .products-selection .filter-button .btn-secondary,
  .products-selection .filter-button .btn-tertiary {
    padding: 8px;
  }
  .product-toolbar .sort-order,
  .product-toolbar .resultsPerPage {
    padding: 3px;
  }
  .product-toolbar .sort-order .text-right,
  .product-toolbar .resultsPerPage .text-right {
    text-align: left;
  }
  .product-toolbar .filter-button {
    margin-bottom: 3px;
  }
}

@media (max-width: 414px) {
  .product-toolbar .sort-order button,
  .product-toolbar .resultsPerPage a,
  .product-toolbar .filter-button button {
    font-size: 12px;
  }
  .product-toolbar .filter-button {
    margin-bottom: 5px;
  }
}


/* STOP */


/* START
Author: Czestkom
Date: 15:25 08/4/2021
Comment: 
*/

.floating-phone-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #f68b1e;
  color: #fff!important;
  border-radius: 50px;
  text-align: center;
  box-shadow: 1px 1px 2px #aaa;
  line-height: 60px;
  font-size: 33px;
  z-index: 9999;
}

.floating-phone-btn-label-container {
  position: fixed;
  bottom: 48px;
  left: 105px;
  visibility: hidden;
  z-index: 9999;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.floating-phone-btn-label-container .label-text {
  color: #FFF;
  background: #f68b1e;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  border-radius: 3px;
}

.floating-phone-btn-label-container .label-arrow {
  display: table-cell;
  vertical-align: middle;
  color: #f68b1e;
}

a.floating-phone-btn+div.floating-phone-btn-label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.floating-phone-btn:hover+div.floating-phone-btn-label-container {
  visibility: visible;
  opacity: 1;
}

@media(max-width: 992px) {
  .floating-phone-btn {
    bottom: 10px;
    left: 10px;
  }
  .floating-phone-btn-label-container {
    bottom: 18px;
    left: 75px;
  }
}

#accessories-carousel .prev-arrow {
  background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -13px -678px;
  height: 55px;
  margin-top: -20px;
  width: 55px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 30%;
}

#accessories-carousel .prev-arrow:hover {
  background-position: -13px -592px;
}

#accessories-carousel .next-arrow {
  background: transparent url(../img/sprite.png) no-repeat scroll -492px -678px;
  width: 55px;
  height: 55px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 30%;
}

#accessories-carousel .next-arrow:hover {
  background-position: -492px -592px;
}

#accessories-carousel:hover .testimonial-carousel .owl-nav {
  opacity: 1;
}

#accessories-carousel .owl-nav {
  margin-top: 0;
  z-index: 9999;
}


/* STOP */


/* START
Author: MSZ New Aste
Date: 9:43 16/4/2021
Task: https://app.asana.com/0/1160709592916017/1200117758294526/f
Comment: 
*/

#cart .featured-products.container {
  padding-left: 0;
  padding-right: 0;
}


/* STOP */


/* START
Author: WZ NewAste
Date: 12:38 7/5/2021
Task: https://app.asana.com/0/1160709592916017/1200029139609725/f
Comment: 
*/

.product-additional-info .tabs {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  border: 1px solid #e0e0e0;
}


/* STOP */


/* START
Author: MC New-Aste
Date: 9:44 19/5/2021
Task: https://app.asana.com/0/1160687167108492/1200339054584968/f
Comment: 
*/

.kr_blog_post_area .blog_post .blog_post_content .blog_post_content_bottom .post_title {
  font-weight: 800;
  font-size: 1.5rem!important;
  margin-bottom: 24px;
  height: auto;
}

.kr_blog_post_area .blog_post .blog_post_content a {
  color: #00aeef;
  text-decoration: underline;
}


/* STOP */


/* START
Author: MU New-Aste
Date: 8:29 27/5/2021
Task: https://app.asana.com/0/1199671308639106/1200377686337811/f
Comment: 
*/

.contact-rich .block .data {
  font-size: 14px!important;
}

.contact-rich .block .data small {
  font-size: 14px!important;
}

.contact-rich .block .data a {
  font-size: 14px!important;
}

.contact-rich .block a {
  font-size: 14px!important;
}


/* STOP */


/* START
Author: MU New-Aste
Date: 13:43 27/5/2021
Task: https://app.asana.com/0/1160687167108495/1200385112034739/f
Comment: 
*/

#module-steasycheckout-default #_desktop_logo::before {
  display: none;
}

#module-steasycheckout-default .selected-shipping-anchor {
  padding: 0 4px!important;
  z-index: auto!important;
}

@media (max-width: 525px) {
  #payment-option-3-container label div img {
    margin-left: -75px;
  }
  #payment-option-1-container label div img {
    margin-left: -1px;
  }
  #payment-option-5-container label div img {
    margin-left: -69px;
  }
}

@media (min-width: 526px) {
  #payment-option-3-container label div img {
    margin-left: 10px;
    max-width: 70px;
  }
  #payment-option-4-container label div img {
    max-width: 70px;
  }
  #payment-option-1-container label div img {
    margin-left: -1px;
  }
  #payment-option-5-container label div img {
    margin-right: 18px;
  }
}

@media (min-width: 544px) {
  #payment-option-3-container label div img {
    margin-left: -9px;
  }
  #payment-option-1-container label div img {
    margin-left: -1px;
  }
  #payment-option-5-container label div img {
    margin-left: 0px;
  }
}

@media (min-width: 992px) {
  #payment-option-3-container label div img {
    margin-left: -10px;
  }
  #payment-option-1-container label div img {
    margin-left: -1px;
  }
}

@media (min-width: 1240px) {
  #payment-option-3-container label div img {
    margin-left: -15px;
  }
  #payment-option-1-container label div img {
    margin-left: -1px;
  }
}


/* STOP */


/* START
Author: MC New-Aste
Date: 10:5 25/6/2021
Task: https://app.asana.com/0/1160709592916020/1200390058608825/f
Comment: 
*/

#productCommentsBlock .tabs .clearfix.pull-right {
  margin-top: -91px;
}

#productCommentsBlock .tabs .comment_author_infos strong {
  display: none;
}

#new_comment_form #criterions_list label {
  margin: 0px 10px 0 60px;
}

#new_comment_form div.star {
  height: 20px;
}

.new_comment_form_content h2 {
  margin-bottom: 20px;
}

#new_comment_form {
  max-width: 100%;
}

#new_comment_form #criterions_list li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#new_comment_form #criterions_list label {
  margin: 0 10px 0 0;
  width: fit-content;
  min-width: fit-content;
}

#new_comment_form .product .product_desc {
  max-width: 100%;
}

#new_comment_form .product .product_desc {
  margin-left: 0;
}

#product .comments_note {
  float: left;
  width: fit-content;
  display: flex;
  margin: unset;
  cursor: pointer;
}

#products .comments_note,
.featured-products .comments_note,
.product-accessories .comments_note,
.product-miniature .comments_note {
  display: none;
}

.product-miniature.js-product-miniature .comments_note {
  display: none!important;
}

#product #main .row .col-md-6:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.comments_note .grade-count {
  margin-left: -8px;
}

#product .col-md-6 .product-prices {
  margin-top: .75rem;
}

@media (max-width: 1239px) {
  #product_comments_block_tab .comment_author_infos {
    padding-top: 0px;
  }
  .comments_note div.star,
  #productCommentsBlock div.star {
    height: 20px;
  }
  #product_comments_block_tab div.comment {
    display: flex;
    flex-direction: column;
  }
  #product_comments_block_tab div.comment div.comment_details {
    max-width: 100%;
  }
  #product .col-md-6 .comments_note {
    margin-bottom: 12px;
  }
}

@media (max-width: 479px) {
  #productCommentsBlock .tabs .clearfix.pull-right {
    margin-top: -43px;
    margin-bottom: 0;
    height: fit-content;
  }
  #productCommentsBlock .tabs .clearfix.pull-right .open-comment-form {
    margin-bottom: 0;
  }
}

@media (max-width: 368px) {
  #product .nav-tabs .nav-link {
    padding: .5em .5em;
  }
}

@media (max-width: 350px) {
  #productCommentsBlock .tabs .clearfix.pull-right .open-comment-form {
    padding: .5rem .5rem;
  }
  #productCommentsBlock h2.h1 {
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  #product .nav-item .nav-link,
  .nav-item .nav-separtor {
    font-size: 14px;
  }
}


/* STOP */

#order-confirmation .header-top .row .col-xs-12 {
  display: none;
}


/* START
Author: MU New Aste
Date: 20.07.2021
Task: https://app.asana.com/0/1160687167108489/1200595783376441/f
Comment: */

@media (min-width: 992px) {
  #module-steasycheckout-default .steco_password_guest_note {
    text-align: end;
  }
}

@media (min-width: 1240px) {
  #module-steasycheckout-default .steco_password_guest_note {
    padding-right: 65px;
  }
}


/* STOP */

@media (min-width: 917px) and (max-width: 1239px) {
  #header .header-top a[data-depth="0"] {
    padding: 23px 6px;
  }
}

@media (min-width: 768px) and (max-width: 917px) {
  #header .header-top a[data-depth="0"] {
    padding: 23px 1px;
  }
}


/* START 
Author: MU New Aste
Date: 2021/08/02
Task: https://app.asana.com/0/1160709592916020/1200561040073979/f
Comment:
*/

div.product-price-and-shipping>span:nth-child(odd) {
  color: #49b848;
}

#product .product-price.h5.has-discount {
  font-weight: bold;
  color: #49b848
}


/* STOP */


/* START
Author: MU New Aste
Date: 2021/08/05
Task: https://app.asana.com/0/1160687167108489/1200595783376436/f
Comment: zmiana koloru przycisków po najechaniu
*/

#module-steasycheckout-default #wrapper .steco_fouth_column .steco_cart .steco_cart_summay_box .steco_cart_summay_item .steco-cart-voucher .btn:hover {
  background-color: #186e17;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #186e17;
}

.cart-grid-body a.label:hover {
  background: #186e17 none repeat scroll 0 0;
}

.cart-grid-body a.label.continue_shopping_btn:hover {
  color: #000;
  background-color: #ddd;
  border-color: #49b848;
}


/* STOP */

.owl-carousel .owl-item,
.owl-carousel .owl-item>li.item,
article.product-miniature {
  display: -ms-grid;
  display: grid
}

.add-to-cart-container button,
.add-to-cart-container form,
.add-to-cart-container>div {
  margin: auto;
  max-width: 241px;
  width: 100%;
  padding: 0
}

.add-to-cart-container button {
  height: 2.75em;
  padding: 0 1em;
  display: -ms-inline-grid;
  display: inline-grid;
  align-items: center;
  -ms-grid-columns: 1.125em 0.625em auto;
  grid-template-columns: 1.125em auto;
  justify-content: center;
  grid-gap: 0.625em
}

.add-to-cart-container {
  display: -ms-grid;
  display: grid;
  align-content: center;
  z-index: 1;
  position: relative;
  padding: 0 1em;
  -ms-grid-row-align: end;
  align-self: end
}

#products .product-title,
#products .product-title>a {
  margin: auto
}

@media (max-width:375px) {
  .add-to-cart-container,
  .add-to-cart-container button {
    padding: 0 .5em
  }
}

@media (max-width:320px) {
  .add-to-cart-container,
  .add-to-cart-container button {
    font-size: 12px
  }
}

.owl-carousel .owl-stage {
  display: flex
}

.homepage-products {
  margin: 1em auto
}

.italian-quality {
  display: -ms-grid;
  display: grid;
  margin: 3.8em auto auto
}

.italian-quality>img {
  max-width: 100%;
  height: auto;
  max-width: 160px
}

@media (max-width:47.9375em) {
  .italian-quality {
    margin: 2.0667em auto 1em;
    justify-content: center
  }
}


/* CTA na SG */

#index .btn.btn-special-products {
  background-color: #f68b1e;
}

#blockcart-modal,
.modal {
  z-index: 10001
}

@media (max-width:25em) {
  #blockcart-modal .cart-content-btn {
    display: flex;
    flex-direction: column-reverse
  }
  #blockcart-modal .cart-content-btn>.btn-secondary {
    margin: 1em 0 auto
  }
}
/*FIX LONG TEXT (BUTTON CLIENT NAME)*/
@media(min-width: 768px) {
  #_desktop_user_info .btn.btn-default.pr-5.left-nav-btn{
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

#messenger {
  position: fixed;
  z-index: 1;
  bottom: 1.5em;
  right: 1.5em;
  height: 3.75em
}
/* START
Author: MC New-Aste
Date: 11:29 15/9/2021
Task: https://app.asana.com/0/1160687167108489/1200564713187727/f
Comment:
*/
@media (min-width: 768px) {
  #left-column {
    padding-left: 0;
  }

  #left-column .category-top-menu>li:first-child {
    display: flex;
    width: 100%;
    align-items: center;
    height: 50px;
    padding: 0 25px;
    background: #f68b1e;
  }
  #left-column .category-top-menu>li:first-child .h6 {
    font-size: 18px;
    margin: 0;
    color: #fff;
  }
  #left-column .block-categories a {
    color: #000;
  }
  #left-column .category-sub-menu {
    border: none;
  }
  #left-column  .category-top-menu>li>ul {
    padding: 25px;
  }
  #left-column #search_filters {
    border: none;
  }
  #left-column #search_filters>p {
    padding: 0 0 0 25px;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    background: #f68b1e;
    color: #fff;
    text-transform: inherit;
    font-size: 18px;
  }
  #left-column #search_filters .facet {
    padding: 0;
    margin: 25px;
  }
  #left-column #search_filters .facet:last-child {
    padding-bottom: 25px!important;
  }
  #left-column #search_filters .facet .facet-label a {
    color: #000;
  }


}
@media (max-width: 767px) {
  #category #left-column #search_filters {
    padding: 0;
    border: 0;
  }
  #category #left-column #search_filters .facet .title {
    height: 50px;
    align-items: center;
    padding-left: 25px;
    background: #f68b1e;
    color: #fff;
  }
  #category #left-column #search_filters .facet {
    padding: 0;
  }
  #category #left-column #search_filters .facet .title .h6 {
    color: #fff;
  }
  #category #left-column #search_filters .facet ul {
    padding: 25px;
  }
  #category #left-column #search_filters_wrapper {
    margin-bottom: 20px;
  }
}
#left-column .sidebar-products.products, #left-column .home_blog_post_area.displayLeftColumn {
  padding: 25px;
}

#left-column #leftsidebar {
  border: none;
}
#left-column .title.h6.new-products {
  padding: 0 0 0 25px;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  background: #49b848;
  color: #fff;
  text-transform: inherit;
  font-size: 18px;
}
#left-column .left-column-blog {
  padding: 0 0 0 25px;
  height: 50px;
  margin: 0;
  display: flex;
  align-items: center;
  background: #555555;
  color: #fff;
  text-transform: inherit;
  font-size: 18px;
}
#left-column .title.mini-blog {
  margin: 0;
}
#left-column .home_blog_post_area.general.displayLeftColumn {
  border: 0;
}
/* STOP */
@media (min-width: 1240px) {
  .right-nav .nav-btns-group {
    display: flex!important;
    flex-direction: row;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  #_desktop_user_info, #_desktop_cart {
    margin-left: 0!important;
  }
 .header-nav #search_widget  #search-text {
   max-width: 100%;
 }
 .header-nav .col-md-3.col-xs-12 {
   display: flex;
   align-items: baseline;
   flex-wrap: wrap;
 }
  .header-nav .col-md-3.col-xs-12 .contact-top:last-child {
    line-height: 8px!important;
  }
  .header-nav #_desktop_cart {
    margin-top: 3px;
  }
  .header-nav .col-md-9.right-nav {
    align-items: center;
  }
  .header-nav .container .hidden-sm-down:first-child {
    display: flex;
    align-items: center;
  }
}
/*CZESTKOM*/
p.main-title {
    color: #000;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.footer-container .title span.h3,
.footer-container p.h3{
    font-family: 'Roboto',sans-serif;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
    display: block;
}
#left-column .title.mini-blog {
    color: #fff;
    font-size: 1.125rem;
}

.home_blog_post .home_blog_post_inner p.post_title {
    height: auto;
}
.home_blog_post_inner p.post_title, .kr_blog_post_inner p.post_title {
    font-size: 1.2rem!important;
    line-height: 1.1;
    height: 40px;
    font-weight: 100;
}


/*New Aste */
#module-steasycheckout-default .steco_fouth_column .show_incomplete_message .alert-danger.terms_conditions_message{
  color: #721c24;
  background-color: #edaab0;
  border-color: #f5c6cb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

#module-steasycheckout-default #st-checkout-personal-information-step .steco_incomplete_message.alert,
#module-steasycheckout-default #st-checkout-addresses-step .steco_incomplete_message.alert{
  display:none;
}

#module-steasycheckout-default .form-group.st-has-error .form-control{
    border: 1px solid red;
}

#module-steasycheckout-default .form-group.st-has-error .alert-danger{
  display: block;
}

#module-steasycheckout-default #delivery_message_box textarea{
  border: 1px solid;
}