@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype"), url("../font/Montserrat-Regular.woff2") format("woff2"), url("../font/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraLight.ttf") format("truetype"), url("../font/Montserrat-ExtraLight.woff2") format("woff2"), url("../font/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Thin.ttf") format("truetype"), url("../font/Montserrat-Thin.woff2") format("woff2"), url("../font/Montserrat-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype"), url("../font/Montserrat-Medium.woff2") format("woff2"), url("../font/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"), url("../font/Montserrat-SemiBold.woff2") format("woff2"), url("../font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype"), url("../font/Montserrat-ExtraBold.woff2") format("woff2"), url("../font/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Linearicons";
  src: url("../font/Linearicons.ttf") format("truetype"), url("../font/Linearicons.eot") format("eot"), url("../font/Linearicons.svg") format("svg"), url("../font/Linearicons.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BlackShopIcon";
  src: url("../font/BlackShopIcon.ttf") format("truetype"), url("../font/BlackShopIcon.eot") format("eot"), url("../font/BlackShopIcon.svg") format("svg"), url("../font/BlackShopIcon.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*********** CSS RESET **********/
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

button {
  border: none;
  outline: none;
}

a:active {
  outline: none;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border-radius: 0;
  font-family: "Montserrat";
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

.icon, [class^=bs-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "BlackShopIcon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bs-facebook:before {
  content: "";
}

.bs-rss:before {
  content: "";
}

.bs-twitter:before {
  content: "";
}

.bs-youtube:before {
  content: "";
}

/*********** STYLES **********/
.search-box input.search-box-text::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search-box input.search-box-text::-moz-placeholder {
  color: #b2b2b2;
}
.search-box input.search-box-text:-ms-input-placeholder {
  color: #b2b2b2;
}
.search-box input.search-box-text::-ms-input-placeholder {
  color: #b2b2b2;
}
.search-box input.search-box-text::placeholder {
  color: #b2b2b2;
}

.search-box input.search-box-text {
  padding-right: 40px;
}

.search-box .search-box-button .linearicons-magnifier {
  font-size: 18px;
}

.theme-custom .nivo-controlNav {
  position: absolute;
  top: 50%;
  left: calc(100% - 90px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: unset !important;
  padding: 0px !important;
  width: 60px !important;
}

.theme-custom .nivo-controlNav .nivo-control {
  margin: 10px 0px !important;
  position: relative;
}

.theme-custom .nivo-controlNav a {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  margin: 0 7px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 0;
  border-radius: 50%;
}

.theme-custom .nivo-controlNav .nivo-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #848484;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -2;
}

.theme-custom .nivo-controlNav .nivo-control::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #c8c8c8;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  z-index: -1;
}

.theme-custom .nivo-controlNav a.active {
  background-color: #000 !important;
}

section.bs_service_section {
  padding: 80px 70px 40px;
  background: #d6d6d6;
}

.bs_service_box {
  position: relative;
  width: calc(23.5% - 35px);
  margin-right: 2%;
  background: #fff;
  padding: 35px 35px 35px 60px;
  margin-left: 35px;
  border: 1px solid #fff;
  border-bottom-right-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bs_service_box:hover {
  border: 1px solid #222;
  background: transparent;
  -webkit-box-shadow: 2px 2px 14px #b1b1b1;
          box-shadow: 2px 2px 14px #b1b1b1;
}

.bs_service_box:first-child {
  margin-right: 2%;
}

.bs_service_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_service_box .l-icon {
  padding: 15px;
  background: #000;
  font-size: 40px;
  color: #fff;
  display: inline-block;
  border-top-left-radius: 20px;
  position: absolute;
  top: -35px;
  left: -35px;
}

.bs_service_world_delivery h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.bs_service_world_delivery p {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.category-grid.bs-home-page-category-grid {
  padding: 50px 70px;
}

.bs_home_category_slider .item-box {
  clear: none !important;
  margin-bottom: 0;
  padding: 0 15px;
}

.html-columns-two-page .nop-jcarousel.product-grid .item-grid .carousel-item {
  padding: 0 15px;
}

.category-item.bs_home_category_item .bs_categpory_pic {
  padding: 15px;
  border: 1px solid #cd212a;
}

.category-item.bs_home_category_item .bs_categpory_pic .picture {
  margin: 0;
}

.bs_home_category_item .title {
  margin-top: 0;
  background: #cd212a;
  border: 1px solid #cd212a;
  border-top: none;
}

.bs_home_category_item .title a {
  padding: 0 !important;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

.item-box:hover .bs_home_category_item .title {
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item-box:hover .bs_home_category_item .title a {
  color: #222;
  font-weight: bold;
}

.item-box:hover .bs_home_category_item .picture a img {
  opacity: 1;
}

.item-box:hover .bs_home_category_item .picture {
  -webkit-box-shadow: 2px 2px 14px #b1b1b1;
          box-shadow: 2px 2px 14px #b1b1b1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bs_category_home_main {
  width: calc(100% - 60px);
  margin: 0 auto;
  position: relative;
}

.nop-jcarousel {
  position: relative;
}

.jCarouselMainWrapper .nop-jcarousel .carousel-item {
  padding: 0 15px;
}

/*.html-home-page.html-columns-one-page .product-grid .item-grid {
	display: flex;
	flex-wrap: wrap;
}*/
/*.html-columns-one-page .product-grid .item-grid, .html-columns-one-page .product-list .item-grid {
	display: flex;
	flex-wrap: wrap;
}
.html-columns-two-page .product-grid .item-grid, .html-columns-two-page .product-list .item-grid {
	display: flex;
	flex-wrap: wrap;
}*/
.bs_edit_address .bs_register_form_field .bs_input_field.custom-attributes .option-list.bs_checkbox [type=checkbox] {
  display: block !important;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 14px;
  z-index: 99;
  height: 22px;
  cursor: pointer;
}

.bs_edit_address .bs_register_form_field .bs_input_area .option-list li {
  position: relative;
}

.bs_category_home_main .slick-prev:before, .jCarouselMainWrapper .slick-prev:before,
.bs_category_home_main .slick-next:before, .jCarouselMainWrapper .slick-next:before {
  font-family: "Linearicons";
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bs_category_home_main .slick-prev:before, .jCarouselMainWrapper .slick-prev:before {
  content: "";
}

.bs_category_home_main .slick-next:before, .jCarouselMainWrapper .slick-next:before {
  content: "";
}

.bs_category_home_main .slick-prev, .bs_category_home_main .slick-next {
  top: calc(50% - 22.5px);
  padding: 12px;
  background: #cd212a;
  color: white;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  height: auto;
  z-index: 9;
}

.bs_home_feature_product_section {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.2);
}

.bs_title_white h3 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 55px;
}

.bs_title_white {
  text-align: center;
  margin-bottom: 30px;
}

.bs_title_white h3:before {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 1px;
  content: "";
  background-color: #cd212a;
  z-index: 4;
}

.bs_title_white h3:after {
  position: absolute;
  /*width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: -5px; //0px
  content: '\e9a5';
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  z-index: 5;
  display: block;
  background-color: $accent-color;
  font-family: 'Linearicons';*/
}

.bs_home_feature_product_main .bs_home_products .item-box {
  position: relative;
  margin-bottom: 2%;
  background: #fff;
}

.item-box:first-child {
  margin-left: 0%;
}

.item-grid.bs_home_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-box .picture {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 15px;
  position: relative;
}

.item-box .picture a {
  display: block;
  position: relative;
}

.item-box .product-title a {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.item-box .product-title {
  margin-bottom: 10px;
  min-height: 45px;
}

.item-box .add-info .prices .price.actual-price {
  font-size: 18px;
  font-weight: bold;
}

.item-box .add-info .prices .price.old-price {
  text-decoration: line-through;
  font-size: 13px;
  color: #aaa;
}

.item-box .rating div {
  background: url(../images/img/bs-star.png) repeat-x;
  height: 20px;
  background-size: contain;
}

.item-box .rating {
  background: url(../images/img/bs-empty-star.png) repeat-x;
  height: 20px;
  background-size: contain;
  width: 100px;
}

.bs_group_price_ratingstar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
}

.bs_group_price_ratingstar .product-rating-box {
  /*margin-bottom: 10px;*/
}

.bs_group_price_ratingstar .prices {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-box .description {
  display: none;
}

.item-box .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item-box .picture a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.bs_item_box_buttons {
  background: rgba(214, 214, 214, 0.6);
  padding: 15px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: 350ms;
  transition: 350ms;
}

.item-box:hover .bs_item_box_buttons {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.item-box .details {
  padding: 0 15px 15px;
}

.bs_item_box_buttons .product-box-add-to-cart-button {
  padding: 10px;
  background: #222;
  border: 1px solid #fff;
  color: #fff;
}

.bs_item_box_buttons .product-box-add-to-cart-button:hover {
  background: #fff;
  border: 1px solid #959595;
  color: #222;
  z-index: 1;
}

.bs_item_box_buttons .add-to-compare-list-button:hover {
  background: #fff;
  border: 1px solid #959595;
  color: #222;
  z-index: 1;
}

.bs_item_box_buttons .add-to-wishlist-button:hover {
  background: #fff;
  border: 1px solid #959595;
  color: #222;
  z-index: 1;
}

.bs_item_box_buttons .l-icon {
  font-size: 16px;
}

.bs_item_box_buttons .product-box-add-to-cart-button .linearicons-bag {
  margin-right: 5px;
}

.bs_item_box_buttons .add-to-compare-list-button {
  padding: 10px;
  background: #222;
  border: 1px solid #fff;
  color: #fff;
  margin-left: -1px;
}

.bs_item_box_buttons .add-to-wishlist-button {
  padding: 10px;
  background: #222;
  border: 1px solid #fff;
  color: #fff;
  margin-left: -1px;
}

.bs_home_news_section {
  background: #d6d6d6;
  padding: 50px 70px;
}

.bs_home_news_section .news-list-homepage {
  position: relative;
  margin-bottom: 0;
}

.bs_title_black h3 {
  color: #222;
  font-weight: 300;
  font-size: 32px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 55px;
}

.bs_title_black h3:before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 1px;
  content: "";
  background-color: #cd212a;
  z-index: 4;
}

.bs_title_black h3:after {
  position: absolute;
  /* width: 40px;
   height: 40px;
   left: 50%;
   margin-left: -20px;
   bottom: 0px;
   content: '\e9a5';
   font-size: 20px;
   line-height: 40px;
   color: #222;
   font-weight: 400;
   z-index: 5;
   display: block;
   background-color: $accent-color !important;
   color: $accent-color-alt;
   font-family: 'Linearicons';*/
}

.bs_title_black {
  text-align: center;
  margin-bottom: 30px;
}

.bs_news_home_main_left {
  padding: 100px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bs_news_home_main_left::before {
  content: "";
  background: #222;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  display: block;
}

.bs_read_icon {
  color: #fff;
  font-size: 200px;
  padding: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.bs_news_home_main_right {
  display: block;
  background: #fff;
  width: calc(100% - 310px);
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;*/
  padding: 30px;
  z-index: 99;
  border: 4px solid #222;
  -webkit-box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.2);
}

.bs_news_item .bs_news_date_day, .bs_blog_post .bs_blogs_date_day {
  display: inline-block;
  padding: 5px 15px;
  background: #222;
  color: #fff;
  margin: 0 0 0 20px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.bs_news_item .bs_news_date_day span, .bs_blog_post .bs_blogs_date_day span {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
  font-size: 12px;
}

.bs_news_home_main_right .bs_news_item:first-child {
  margin-left: 0%;
}

.bs_news_home_main_right .bs_news_item {
  margin-bottom: 2%;
  padding: 15px;
}

.bs_news_home_main_right .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_news_item .news-head, .bs_blog_post .post-head {
  display: block;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
}

.bs_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bs_primary_button, .button-1 {
  display: inline-block;
  border: 1px solid #222;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  text-transform: capitalize;
  background: #fff;
  color: #222;
}

.bs_primary_button:hover, .button-1:hover {
  background: #cd212a;
  color: white;
}

.bs_news_home_main_right .view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.bs_remove_cart {
  font-size: 20px;
  color: #e4444c !important;
}

.bs_remove_cart:hover {
  text-decoration: none !important;
}

.bs_addto_cart_wish {
  font-size: 20px;
  color: #4cb17c !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bs_addto_cart_wish:hover {
  text-decoration: none !important;
}

.bs_cart_group_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.bs_secondary_button, .button-2 {
  display: inline-block;
  border: 1px solid #cd212a;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  text-transform: capitalize;
  background: #cd212a;
  color: white;
}

.swal2-title {
  font-size: 1.2em !important;
}

.html-search-page .swal2-popup {
  width: 28em !important;
  padding: 1em !important;
}

.order-details-page .section.products tbody tr td.quantity {
  text-align: center;
}

.bs_secondary_button:hover, .button-2:hover {
  background: #fff;
  color: #222;
}

.swal2-confirm.bs_secondary_button.swal2-styled {
  border: 1px solid #222 !important;
  padding: 8px 16px !important;
  font-weight: 600;
  font-size: 16px !important;
  min-width: 120px !important;
  text-align: center !important;
  -webkit-box-shadow: 4px 4px #d6d6d6 !important;
          box-shadow: 4px 4px #d6d6d6 !important;
  text-transform: capitalize;
  background: #222 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.swal2-confirm.bs_secondary_button.swal2-styled:hover {
  background: #fff !important;
  color: #222 !important;
}

.swal2-cancel.bs_secondary_button.swal2-styled {
  border: 1px solid #222 !important;
  padding: 8px 16px !important;
  font-weight: 600;
  font-size: 16px !important;
  min-width: 120px !important;
  text-align: center !important;
  -webkit-box-shadow: 4px 4px #d6d6d6 !important;
          box-shadow: 4px 4px #d6d6d6 !important;
  text-transform: capitalize;
  background: #222 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.swal2-cancel.bs_secondary_button.swal2-styled:hover {
  background: #fff !important;
  color: #222 !important;
}

.bs_news_home_main_right .view-all .bs_secondary_button {
  display: block;
  width: 100%;
}

.bs_home_poll_section {
  padding: 50px 0px;
}

.bs_title_black.title_bg_white h3::after {
  background-color: #fff;
}

.bs_poll_main {
  background: #222;
  padding: 50px 70px;
  position: relative;
}

.bs_poll_main::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 30px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d6d6d6;
  margin: 0 auto;
  display: block;
}

.bs_poll_main::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 30px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d6d6d6;
  margin: 0 auto;
  display: block;
}

.bs_poll_main {
  margin-top: 60px;
}

.bs_poll h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bs_poll_options {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.bs_poll_options li.answer {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}

.bs_poll_options li.answer label {
  text-transform: capitalize;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #222;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #222;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type=checkbox] {
  display: none !important;
}

[type=checkbox] + label {
  /*display: block;*/
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section.pickup-in-store label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.section.pickup-in-store label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.section.pickup-in-store [type=checkbox]:checked ~ label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bs_bg_black_checkbox [type=checkbox] + label:before {
  border: 1px solid #fff;
}

.bs_bg_black_checkbox [type=checkbox]:checked + label:before {
  border-top-color: transparent;
  border-left-color: transparent;
}

.bs_input_field.bs_news_letter label {
  line-height: 50px;
}

/*.bs_input_field.bs_news_letter [type="checkbox"] + label:before {
	top: 15px;	
}
.bs_input_field .option-list.bs_checkbox [type="checkbox"] + label:before {
	top: 15px;
}*/
.bs_buttons_poll {
  text-align: center;
  margin-bottom: 8px;
}

.bs_white_border_button {
  display: inline-block;
  border: 1px solid white;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
  text-align: center;
  text-transform: capitalize;
  background: white;
  color: #cd212a;
  width: 100%;
}

.bs_white_border_button:hover {
  background: #cd212a;
  color: white;
}

.bs_poll {
  margin-top: 25px;
  padding: 25px 0;
}

.bs_poll:first-child {
  margin-top: 0px;
}

.bs_poll:nth-of-type(even) {
  background: #d6d6d6;
}

/*-----use poll > 1 then on use odd style--------*/
/*.bs_poll:nth-of-type(odd) {	
	background: #fff;
}*/
.bs_poll:nth-of-type(even) h3.poll-display-text {
  color: #222;
}

/*.bs_poll:nth-of-type(odd) h3.poll-display-text {
	color:#222;
}*/
.bs_poll:nth-of-type(even) .bs_primary_button {
  color: #222;
  border: 1px solid #222;
  -webkit-box-shadow: 4px 4px #fff;
          box-shadow: 4px 4px #fff;
}

.bs_poll:nth-of-type(even) .bs_primary_button:hover {
  color: #fff;
  border: 1px solid #222;
  -webkit-box-shadow: 4px 4px #fff;
          box-shadow: 4px 4px #fff;
  background: #222;
}

.bs_poll:nth-of-type(even) .bs_poll_options li.answer {
  background: #222;
  color: #fff;
}

.bs_poll:nth-of-type(even) .bs_poll_options li.answer label {
  color: #fff;
}

.bs_footer_subscribe_box {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 30px;
}

.bs_footer_subscribe_box .bs_footer_logo a {
  display: inline-block;
  width: 270px;
}

.bs_footer_subscribe_box .bs_footer_logo a img {
  max-width: 100%;
}

.bs_footer_logo {
  margin-bottom: 30px;
}

.bs_newsletter_title {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  color: black;
}
.bs_newsletter_title h3 {
  color: black;
  font-weight: 300;
}

.bs_newsletter-subscribe-button {
  background: #222;
  color: #fff;
  height: 36px;
  padding: 0 10px;
}

.newsletter-email .options [type=radio]:checked + label, .newsletter-email .options [type=radio]:not(:checked) + label {
  color: black;
}

.bs_footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 0 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_footer_link .footer-block:last-child {
  margin-right: 0%;
  display: table;
}

.bs_footer_link .footer-block .list {
  color: #ddd;
}

.bs_footer_link .footer-block .list li a {
  color: #ddd;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  display: inline-block;
  -webkit-transition: 350ms;
  transition: 350ms;
  line-height: 22px;
}

.bs_footer_link .footer-block .list li a:hover {
  color: #fff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.bs_footer_link .footer-block .list .linearicons-flip-vertical {
  margin-right: 3px;
  line-height: 22px;
}

.footer-block.follow-us {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 15px;
}

.footer-block.follow-us .title {
  color: black;
  margin-bottom: 30px;
}

.footer-block.follow-us .networks li {
  padding: 10px;
  background: #222;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}

.footer-block.follow-us ul.networks {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-block .list li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bs_title_black.bs_text_left {
  text-align: left;
}

.bs_title_black h4:before {
  position: absolute;
  bottom: 20px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 1px;
  content: "";
  background-color: #cd212a;
  z-index: 4;
}

.bs_title_black h4:after {
  /*position: absolute;
  width: 24px;
  height: 16px;
  left: 50%;
  margin-left: -12px;
  bottom: 14px;
  content: '\e9a5';
  font-size: 16px;
  line-height: 16px;
  color: #222;
  text-align: center;
  font-weight: 400;
  z-index: 5;
  display: block;
  font-weight: bolder;
  background-color: #d6d6d6;
  font-family: 'Linearicons';*/
}

.bs_title_black.title_bg_white h4::after {
  background-color: #fff;
}

.bs_title_black h4 {
  color: #222;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 55px;
}

.bs_title_black.bs_margin_b_mid {
  margin-bottom: 15px;
}

.bs_sub_category_slider .slick-track {
  margin-left: 0;
}

.bs_sub_category_slider .picture {
  padding: 15px;
  border: 1px solid #cd212a;
}

.bs_sub_category_slider .picture a {
  display: block;
  position: relative;
}

.bs_sub_category_item .title {
  background: #cd212a;
  border: 1px solid #cd212a;
  border-top: none;
}

.bs_sub_category_item .title a {
  padding: 0 !important;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

.category-grid.sub-category-grid .bs_sub_category_slider .item-box {
  margin: 0px 20px;
  clear: none !important;
}

.category-grid.sub-category-grid {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0;
}

.bs_sub_category_slider .item-box:hover .bs_sub_category_item .title {
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bs_sub_category_slider .item-box:hover .bs_sub_category_item .title a {
  color: #222;
  font-weight: bold;
}

.bs_sub_category_slider .item-box:hover .bs_sub_category_item .picture a img {
  opacity: 1;
}

.bs_sub_category_slider .item-box:hover .bs_sub_category_item .picture img {
  -webkit-box-shadow: 2px 2px 14px #b1b1b1;
          box-shadow: 2px 2px 14px #b1b1b1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-selectors .product-sorting span.linearicons-menu3 {
  font-size: 20px;
}

.product-selectors .product-page-size span.linearicons-file-spreadsheet {
  font-size: 20px;
}

.product-selectors .select-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.product-selectors .select-wrapper::before {
  content: "";
  font-family: "Linearicons";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 32px;
}

.product-selectors .product-page-size .bs_per_page {
  font-size: 12px;
}

.product-selectors .product-page-size {
  padding-right: 10px;
}

.product-selectors .product-viewmode {
  background: none;
}

.product-selectors .product-viewmode a span {
  font-size: 20px;
  color: #222;
}

.product-selectors .product-viewmode a {
  padding: 4px;
}

.product-selectors .product-viewmode a.selected {
  background: #222;
}

.product-selectors .product-viewmode a.selected span {
  color: #fff;
}

.product-grid .item-box {
  border: 1px solid #cd212a;
}

.bs_best_sellers_section.product-grid .bs_best_sellers .item-box {
  border: none;
}

.bs_related_product_section.product-grid .bs_best_sellers .item-box {
  border: none;
}

.bs_best_sellers_section.product-grid .bs_best_sellers .item-box .details {
  padding: 0 0px 15px;
}

.bs_related_product_section.product-grid .bs_best_sellers .item-box .details {
  padding: 0 0px 15px;
}

.bs_related_product_section.product-grid .item-box .picture {
  background-color: transparent;
}

.item-grid.bs_category_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item-grid.bs_category_product .item-box {
  position: relative;
  margin-bottom: 2%;
  background: #fff;
}

.item-grid.bs_category_product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_category_product_list .item-box .picture {
  width: 30%;
  float: left;
  margin-bottom: 0;
}

.bs_category_product_list .item-box .details {
  width: 70%;
  float: right;
}

.bs_category_product_list .item-box {
  border: 1px solid #222;
  margin-bottom: 2%;
  position: relative;
  width: 100%;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.bs_category_product_list .item-box:hover {
  -webkit-box-shadow: 2px 2px 14px #b1b1b1;
          box-shadow: 2px 2px 14px #b1b1b1;
}

.bs_category_product_list .item-box .details {
  padding-top: 15px;
  margin-bottom: 60px;
}

.bs_category_product_list .item-box .bs_item_box_buttons {
  background: #d6d6d6;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: calc(70% - 15px);
  overflow: hidden;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 350ms;
  transition: 350ms;
}

.bs_category_product_list .item-box .description {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.bs_category_product_list .item-box .product-rating-box {
  margin-bottom: 10px;
}

/*.html-login-page .master-wrapper-content{
	margin:0;
}*/
.login-page {
  background: rgba(0, 0, 0, 0.2);
  padding: 60px 0;
}

.bs_title_white h4 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 55px;
}

.bs_title_white h4:before {
  position: absolute;
  bottom: 20px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  height: 2px;
  content: "";
  background-color: #fff;
  z-index: 4;
}

.bs_title_white h4:after {
  position: absolute;
  width: 24px;
  height: 16px;
  left: 50%;
  margin-left: -12px;
  bottom: 14px;
  content: "";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  z-index: 5;
  display: block;
  font-weight: bolder;
  background-color: #d6d6d6;
  font-family: "Linearicons";
}

.bs_title_white.title_bg_black h4::after {
  background-color: #222;
}

.bs_title_white.bs_margin_b_mid {
  margin-bottom: 15px;
}

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

.login-page .bs_title_white.bs_margin_b_mid {
  margin-top: 15px;
}

.registration-page {
  background: rgba(0, 0, 0, 0.2);
}

.bs_reg_login_section {
  padding: 80px 0 80px 50px;
  position: relative;
  max-width: 90%;
  margin: auto;
  z-index: 1;
}

.bs_reg_login_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: #cd212a;
  width: 80%;
  margin-left: 0;
}

.bs_reg_login_section p {
  color: #fff;
  text-align: center;
}

.bs_already_register span {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 80px;
  margin-bottom: 30px;
}

.bs_already_register {
  padding: 20px;
  float: left;
  width: 28%;
  z-index: 2;
  position: relative;
}

.bs_already_register p {
  margin-bottom: 30px;
}

.bs_register_main {
  width: 70%;
  margin-left: auto;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 10px 1px #b1b1b1;
          box-shadow: 1px 1px 10px 1px #b1b1b1;
}

.bs_required_info .required {
  position: inherit;
  right: inherit;
  top: inherit;
  display: inline-block;
  margin-right: 5px;
  font-size: 0 !important;
  vertical-align: middle;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
}

.bs_required_info span {
  color: #222;
}

.bs_required_info p {
  text-align: right;
  margin-bottom: 30px;
}

.bs_input_field .required {
  height: 0;
  width: 0;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
}

.bs_register_form_field {
  padding: 0 40px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_register_box {
  padding-bottom: 40px;
}

.bs_btn_register {
  text-align: center;
}

.gender .female [type=radio]:checked + label:before {
  border: none;
}

.gender .female [type=radio]:checked + label:after {
  content: "";
  background: none;
  top: -2px;
  left: 0px;
  font-size: 18px;
  font-family: "Linearicons" !important;
}

.gender .male [type=radio]:checked + label:before {
  border: none;
}

.gender .male [type=radio]:checked + label:after {
  content: "";
  background: none;
  top: -2px;
  left: 0px;
  font-size: 18px;
  font-family: "Linearicons" !important;
}

.bs_input_field {
  position: relative;
  margin-bottom: 20px;
}

.bs_input_area {
  position: relative;
}

.bs_required_info {
  width: 100%;
  padding: 0 40px 0px 40px;
}

.bs_input_area input[type=text],
.bs_input_area input[type=email],
.bs_input_area input[type=tel],
.bs_input_area input[type=password],
.bs_input_area textarea,
.bs_input_area select {
  height: 50px;
  border: 1px solid #d6d6d6;
  border-width: 0 0 1px 0;
  padding: 10px 20px;
  vertical-align: middle;
  color: #222;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.bs_input_area input[type=text]:focus,
.bs_input_area input[type=email]:focus,
.bs_input_area input[type=tel]:focus,
.bs_input_area input[type=password]:focus,
.bs_input_area textarea:focus,
.bs_input_area select:focus {
  border: 1px solid #222;
  border-width: 0 0 1px 0;
}

.bs_input_area input.input-validation-error[type=text] ~ .required,
.bs_input_area input.input-validation-error[type=email] ~ .required,
.bs_input_area input.input-validation-error[type=tel] ~ .required,
.bs_input_area input.input-validation-error[type=password] ~ .required,
.bs_input_area textarea.input-validation-error ~ .required,
.bs_input_area select.input-validation-error ~ .required {
  border-top: 10px solid #e4434b;
}

.bs_input_area ::-webkit-input-placeholder {
  color: #222;
}

.bs_input_area ::-moz-placeholder {
  color: #222;
}

.bs_input_area :-ms-input-placeholder {
  color: #222;
}

.bs_input_area ::-ms-input-placeholder {
  color: #222;
}

.bs_input_area ::placeholder {
  color: #222;
}

.bs_input_field.date-of-birth .bs_text_label {
  display: block !important;
}

.bs_input_field .bs_text_label {
  font-weight: 500;
  color: #222;
  padding: 5px 0 5px 0;
  display: inline-block;
}

.bs_input_field.date-of-birth .bs_input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.account-page.customer-info-page {
  padding-top: 15px;
}

.account-page.customer-info-page .bs_btn_register {
  padding-top: 25px;
}

.address-list .section.address-item {
  padding: 20px;
  background: #cd212a;
  border-top: 4px solid #cd212a;
  color: white;
}

.bs_adderess_info li.name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  width: calc(100% - 140px);
}

.address-list .section.address-item .bs_edit_remove_buttons {
  margin-bottom: 10px;
  background: #222;
  padding: 10px;
}

.address-list .section.address-item .bs_edit_remove_buttons {
  margin-bottom: 10px;
  background: #222;
  padding: 10px;
  position: absolute;
  top: 8px;
  right: -10px;
}

.address-list .section.address-item::before {
  border-top: 5px solid #222;
  border-left: 5px solid #222;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 45px;
  right: -10px;
  content: "";
  height: 10px;
  width: 10px;
}

.bs_edit_remove_buttons .bs-edit-address-button {
  background: transparent;
  color: #fff;
  margin-right: 10px;
}

.bs_edit_remove_buttons .bs-delete-address-button {
  background: transparent;
  color: #fff;
  margin-right: 10px;
}

.bs_each_address {
  padding-right: 15px;
}

.account-page.address-list-page .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_adderess_info label {
  font-weight: 500;
}

.bs_adderess_info li {
  margin-bottom: 5px;
}

.password-recovery-page .bs_change_password_box {
  padding-top: 20px;
}

.bs_input_area .option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*justify-content: center;*/
}

.bs_input_area .option-list li {
  margin-right: 15px;
}

.bs_product_name_breadcrumb .bs_product_breadcrumb {
  color: white;
  text-align: center;
  padding-top: 5px;
}

.bs_product_name_breadcrumb {
  background: #333;
  color: white;
  text-align: center;
}

.bs_product_name_detail_page h1 {
  color: white;
  margin-top: 20px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 100;
}

.bs_availability .bs_stock .label, .additional-details .bs_sku .label,
.additional-details .manufacturer-part-number .label, .additional-details .gtin .label,
.additional-details .product-vendor .label, .delivery .bs_free_shipping .label,
.overview .manufacturers .label {
  display: inline-block;
  text-align: center;
  color: #444;
  padding-bottom: 5px;
  font-weight: 600;
}

.bs_availability .bs_stock .value, .additional-details .bs_sku .value,
.additional-details .manufacturer-part-number .value, .additional-details .gtin .value,
.additional-details .product-vendor .value, .delivery .bs_free_shipping .value,
.overview .manufacturers .value {
  display: block;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.bs_availability .bs_stock, .additional-details .bs_sku,
.additional-details .manufacturer-part-number, .additional-details .gtin,
.additional-details .product-vendor, .delivery .bs_free_shipping {
  margin-bottom: 0;
  text-align: center;
}

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

.back-instock-subscribe-button {
  background: transparent;
  color: #222;
  text-decoration: underline;
}

.delivery .bs_free_shipping .label, .overview .download-sample span {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 5px;
  width: 100%;
}

.delivery .value.bs_delivery_date {
  display: block;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #ddd;
}

.delivery .bs_free_shipping .value {
  padding-bottom: 5px;
}

.overview .download-sample a {
  display: block;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #222;
  text-decoration: underline;
  font-style: italic;
}

.bs_procuct_each_attribute, .bs_checkout_each_attribute {
  position: relative;
  margin-bottom: 20px;
  /*overflow: hidden;*/
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.bs_procuct_each_attribute .bs_product_attrubute_label, .bs_checkout_each_attribute .bs_checkout_attrubute_label {
  display: block;
  text-align: center;
  color: #444;
  padding-bottom: 8px;
  font-weight: 600;
}

.bs_procuct_each_attribute .bs_product_attrubute_value, .bs_checkout_each_attribute .bs_checkout_attrubute_value {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.bs_procuct_each_attribute .bs_product_attrubute_value .select-wrapper, .bs_checkout_each_attribute .bs_checkout_attrubute_value .select-wrapper {
  position: relative;
  z-index: 1;
}

.bs_procuct_each_attribute .bs_product_attrubute_value .select-wrapper::before, .bs_checkout_each_attribute .bs_checkout_attrubute_value .select-wrapper::before {
  content: "";
  font-family: "Linearicons";
  display: block;
  position: absolute;
  right: 4px;
  top: 0;
  color: #222;
  line-height: 40px;
  font-size: 14px;
}

.bs_procuct_each_attribute .bs_product_attrubute_value .select-wrapper select, .bs_checkout_each_attribute .bs_checkout_attrubute_value .select-wrapper select {
  background: white;
  color: #222;
  height: 40px;
  font-size: 14px;
  border: none;
  /*text-align-last: right;*/
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 8px 30px 8px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.bs_procuct_each_attribute .bs_product_attrubute_label .required,
.bs_checkout_each_attribute .bs_checkout_attrubute_label .required,
.bs_rental_attributes.rental-attributes .attribute-item .attribute-label .required {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  font-size: 16px;
}

.bs_product_attrubute_value .bs_radio_btn_list li, .bs_checkout_attrubute_value .bs_radio_btn_list li {
  margin-bottom: 10px;
}

.bs_product_attrubute_value .bs_checkbox_btn_list li, .bs_checkout_attrubute_value .bs_checkbox_btn_list li {
  margin-bottom: 10px;
  line-height: 22px;
}

.bs_product_attrubute_value .option-list.color-squares li.selected-value, .bs_checkout_attrubute_value .option-list.color-squares li.selected-value {
  position: relative;
  z-index: 1;
}

.bs_product_attrubute_value .option-list.color-squares li.selected-value::before, .bs_checkout_attrubute_value .option-list.color-squares li.selected-value::before {
  content: "";
  font-family: "Linearicons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  display: block;
  z-index: 9;
  color: #fff;
}

.bs_product_attrubute_value .option-list.color-squares .attribute-square, .bs_checkout_attrubute_value .option-list.color-squares .attribute-square {
  border-radius: 50%;
}

.bs_product_attrubute_value .option-list.color-squares, .bs_checkout_attrubute_value .option-list.color-squares {
  text-align: center;
}

.bs_product_attrubute_value .bs_text_input input, .bs_checkout_attrubute_value .bs_text_input input {
  background: #d6d6d6;
  color: #222;
  height: 40px;
  font-size: 14px;
  border: none;
  padding: 8px;
  width: 100%;
}

.bs_product_attrubute_value .bs_text_input textarea, .bs_checkout_attrubute_value .bs_text_input textarea {
  background: #d6d6d6;
  color: #222;
  font-size: 14px;
  border: none;
  padding: 8px;
  width: 100%;
}

.bs_product_attrubute_value .bs_date_picker .date-picker-wrapper select, .bs_checkout_attrubute_value .bs_date_picker .date-picker-wrapper select {
  background: #d6d6d6;
  color: #222;
  padding: 8px 15px 8px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  width: calc(100% - 165px);
  margin-bottom: 5px;
}

.bs_product_attrubute_value .bs_date_picker .date-picker-wrapper, .bs_checkout_attrubute_value .bs_date_picker .date-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_product_attrubute_value .bs_date_picker .date-picker-wrapper select:first-child, .bs_checkout_attrubute_value .bs_date_picker .date-picker-wrapper select:first-child {
  width: 75px;
  margin-right: 5px;
}

.bs_product_attrubute_value .bs_date_picker .date-picker-wrapper select:nth-child(2), .bs_checkout_attrubute_value .bs_date_picker .date-picker-wrapper select:nth-child(2) {
  min-width: 120px;
  margin-right: 5px;
}

.bs_product_attrubute_value .bs_date_picker .date-picker-wrapper select:last-child, .bs_checkout_attrubute_value .bs_date_picker .date-picker-wrapper select:last-child {
  width: 80px;
}

.bs_product_attributes, .bs_checkout_attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_tier_prices {
  display: block;
  background: #fff;
}

.bs_tier_prices tr td:first-child {
  font-weight: 600;
}

.bs_tier_prices tr:first-child {
  font-weight: 600;
}

.bs_rental_attributes.rental-attributes .attribute-item {
  position: relative;
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.bs_rental_attributes.rental-attributes .attribute-item .attribute-label {
  display: block;
  text-align: center;
  color: #444;
  padding-bottom: 8px;
  font-weight: 600;
}

.bs_rental_attributes.rental-attributes .attribute-item .attribute-data {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.bs_rental_attributes.rental-attributes .attribute-item .attribute-data input {
  background: #d6d6d6;
  color: #222;
  height: 40px;
  font-size: 14px;
  border: none;
  padding: 8px;
  width: 100%;
}

.bs_shipping_popup {
  padding: 25px;
  border: 1px solid #ddd;
}

.bs_shipping_popup_main {
  padding: 5px;
  border: 1px solid #ddd;
}

.bs_shipping_popup .required {
  height: 0;
  width: 0;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
}

.bs_required_popup_info .required {
  position: inherit;
  right: inherit;
  top: inherit;
  display: inline-block;
  margin-right: 5px;
  font-size: 0 !important;
  vertical-align: middle;
  border-top: 10px solid #222;
  border-left: 10px solid transparent;
}

.bs_required_popup_info p {
  text-align: right;
}

.bs_required_popup_info {
  padding-bottom: 20px;
}

.estimate-shipping-row.shipping-address {
  border: none;
}

.estimate-shipping-row.shipping-address .estimate-shipping-row {
  border: none;
}

.bs_add_to_wishlist_button, .bs_email_a_friend_button, .bs_add_to_compare_list_button {
  margin-right: 0px;
  font-weight: normal;
  font-size: 14px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  color: #cd212a;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bs_add_to_wishlist_button .l-icon, .bs_email_a_friend_button .l-icon, .bs_add_to_compare_list_button .l-icon {
  margin-right: 8px;
  font-size: 20px;
}

.bs_product_share_buttons .addthis_toolbox a span {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  position: relative;
}

.bs_product_share_buttons .addthis_toolbox a span svg {
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-specs-box table tbody tr td:first-child {
  font-weight: 600;
}

.item-grid.bs_also_purchased .item-box {
  position: relative;
  margin-bottom: 2%;
  background: #fff;
}

.item-grid.bs_also_purchased {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.also-purchased-products-grid.bs_also_purchased_section {
  margin-bottom: 40px;
}

.related-products-grid.bs_related_product_section {
  padding: 40px 70px;
  background: #d6d6d6;
  margin-bottom: 40px;
}

.bestsellers.bs_best_sellers_section {
  padding: 40px 70px;
}

.bs_best_sellers .item-box {
  margin: 0 15px;
}

.bs_best_sellers .slick-prev:before,
.bs_best_sellers .slick-next:before {
  font-family: "Linearicons";
  font-size: 16px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.bs_best_sellers .slick-prev:before {
  content: "";
}

.bs_best_sellers .slick-next:before {
  content: "";
}

.bs_best_sellers .slick-prev,
.bs_best_sellers .slick-next {
  top: -52px;
  padding: 12px;
  background: #222;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  height: auto;
  z-index: 9;
}

.jCarouselMainWrapper .slick-prev, .jCarouselMainWrapper .slick-next {
  top: 50px;
  padding: 12px;
  background: #222;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  height: auto;
  z-index: 9;
}

.jCarouselMainWrapper .slick-prev {
  left: calc(100% - 140px);
}

.jCarouselMainWrapper .slick-next {
  right: 15px;
}

.bs_best_sellers .slick-prev {
  left: calc(50% - 140px);
}

.bs_best_sellers .slick-next {
  right: calc(50% - 140px);
}

.product-reviews-page {
  background: #d6d6d6;
  padding: 40px 0;
}

.bs_product_review_section .write-review .rating-wrapper.bs_input_area .rating-options input {
  position: unset;
  width: 22px;
  height: 16px;
}

.bs_product_review_section .write-review .rating-wrapper.bs_input_area .rating-options {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.bs_center_button {
  text-align: center;
}

.bs_product_review_section .product-review-list {
  max-width: 90%;
  padding: 50px;
  background: #fff;
  margin: 50px auto 0;
}

.bs_product_review_section .write-review .bs_title_white h3 {
  font-size: 24px;
}

.bs_product_review_section .write-review .bs_input_field .required {
  border-top: 10px solid #4cb17c;
}

.bs_product_review_section .bs_primary_button:hover {
  border-color: #fff;
}

.product-review-item .review-info {
  display: inline-block;
  padding: 5px 15px;
  background: #222;
  color: #fff;
  margin: 0 0 15px 5px;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.product-review-item .review-info label, .product-review-item .review-info label + * {
  vertical-align: top;
}

.product-review-item .review-info .user {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
  font-size: 12px;
}

.product-review-item .review-info .separator {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
  font-size: 12px;
}

.product-review-item .review-info .date {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
  font-size: 12px;
}

.product-review-list .product-review-item:first-child {
  margin-left: 0%;
}

.product-review-list .product-review-item {
  margin-bottom: 2%;
}

.bs_product_review_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*.product-review-helpfulness .vote.bs_vote_yes {
	color: #4cb17c;
}*/
.bs_product_review_section .bs_title_black h3 a {
  display: inline-block;
  font-weight: 700;
}

.product-review-helpfulness .vote.bs_vote_no {
  color: #e4444c;
}

.designby_nopcypher p {
  color: #ddd;
  font-size: 12px;
  margin-right: 10px;
  margin-top: 10px;
}

.designby_nopcypher p a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.bs_remove_compare {
  background: transparent;
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bs_remove_compare span {
  color: #222;
  font-size: 20px;
  margin-right: 7px;
}

.compare-products-table tbody tr td:first-child {
  font-weight: 600;
}

.wishlist-page, .shopping-cart-page {
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  min-height: calc(100vh - 660px);
}

.bs_wishlist_data, .bs_shopping_cart_data {
  max-width: 90%;
  margin: auto;
}

.wishlist-page .buttons .bs_primary_button, .wishlist-page .buttons .bs_secondary_button {
  margin: 1px;
}

.wishlist-page .buttons .bs_primary_button span, .wishlist-page .buttons .bs_secondary_button span {
  font-size: 20px;
}

.shopping-cart-page .common-buttons .bs_primary_button, .shopping-cart-page .common-buttons .bs_secondary_button {
  margin: 1px;
}

.shopping-cart-page .common-buttons .bs_primary_button span, .shopping-cart-page .common-buttons .bs_secondary_button span {
  font-size: 20px;
}

a.bs_file_download, a.bs_file_remove {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  color: #222;
  font-style: italic;
}

.bs_file_download_remove_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bs_file_download_section {
  margin-right: 10px;
}

.qq-upload-list li.qq-upload-success {
  font-size: 10px;
}

.qq-upload-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

/*.bs_selected_checkout_attribute {
	padding: 15px;
	border: 1px solid #222;
}*/
.bs_coupon_box .coupon-box, .bs_gift_card_box .giftcard-box {
  padding: 15px;
  border: 1px solid #cd212a;
}

.bs_remove_coupon_code, .bs_remove_gift_card_button {
  background: transparent;
  color: #e4444c;
  font-size: 12px;
}

.cart-collaterals .coupon-code {
  margin-bottom: 15px;
}

.bs_primary_button.apply-gift-card-coupon-code-button, .bs_primary_button.apply-discount-coupon-code-button {
  margin-bottom: 5px;
}

.cart-collaterals .deals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-footer .totals .terms-of-service [type=checkbox] + label:before {
  border: 1px solid #000;
  background: white;
}

.cart-footer .totals .terms-of-service [type=checkbox]:checked + label:before {
  border-top-color: transparent;
  border-left-color: transparent;
}

.cart-footer .totals .terms-of-service [type=checkbox] + label {
  display: inline;
}

.checkout-data .bs_register_box {
  padding-bottom: 0px;
}

.checkout-page .bs_primary_button {
  font-weight: 400;
}

.checkout-data .section.new-billing-address, .checkout-data .section.new-shipping-address {
  padding: 30px 0;
  border: 1px solid #ddd;
}

.checkout-data [type=radio]:checked, .checkout-data [type=radio]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  left: auto;
  opacity: 0;
  top: 17px;
  height: 18px;
  width: 100%;
  z-index: 9;
}

.bs_shipping_method_list, .bs_payment_method_list {
  padding: 15px;
  border: 1px solid #ddd;
}

.checkout-data .cart-footer {
  margin: 0px 0 50px;
}

.checkout-data .bs_billing_info_wrap, .checkout-data .bs_shipping_info_wrap,
.order-details-page .bs_billing_info_wrap, .order-details-page .bs_shipping_info_wrap {
  padding: 15px;
  border: 1px solid #222;
}

div#checkout-step-confirm-order {
  background: #d6d6d6;
}

.page.checkout-page.order-completed-page {
  padding: 50px 0;
}

.checkout-page.order-completed-page .linearicons-checkmark-circle {
  font-size: 100px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #4cb17c;
}

.order-completed .details a {
  color: #4cb17c;
}

.order-details-page {
  padding: 50px 0;
  background: #d6d6d6;
}

.bs_print_invoice_buttons {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.bs_print_invoice_buttons a {
  font-weight: normal;
}

.bs_order_detail_data {
  max-width: 90%;
  margin: auto;
}

.bs_order_detail_data .section {
  margin: 0;
}

.selected-checkout-attributes {
  display: inline-block;
}

.order-details-page .actions button {
  font-weight: normal;
}

.order-details-page .actions {
  text-align: right;
}

.bs_primary_button.return-items-button {
  margin-left: 5px;
}

.order-item .bs_order_number {
  padding: 2px 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: #222;
  color: #fff;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  display: inline-block;
  font-weight: 600;
}

.bs_order_number_sub {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
}

.order_buttons .bs_order_details_button {
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  min-width: unset;
  text-align: center;
  -webkit-box-shadow: 2px 2px #d6d6d6;
          box-shadow: 2px 2px #d6d6d6;
}

.order_buttons .bs_return_items_button {
  padding: 4px 8px;
  font-weight: 400;
  font-size: 12px;
  min-width: unset;
  text-align: center;
  -webkit-box-shadow: 2px 2px #d6d6d6;
          box-shadow: 2px 2px #d6d6d6;
}

.order_buttons {
  margin-top: 10px;
}

.order-list .bs_order_item {
  margin-bottom: 2%;
}

.order-list-page .order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.back-in-stock-subscription-list-page .data-table thead .select-boxes input {
  display: inherit !important;
  text-align: center;
  width: 100%;
  height: 20px;
  z-index: 2;
  left: 0px;
  top: 10px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.back-in-stock-subscription-list-page .data-table tbody .select-boxes input {
  display: inherit !important;
  text-align: center;
  width: 100%;
  height: 20px;
  z-index: 2;
  left: 0px;
  top: 20px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.back-in-stock-subscription-list-page .data-table thead th.select-boxes {
  position: relative;
}

.back-in-stock-subscription-list-page .data-table tbody .select-boxes {
  position: relative;
}

.back-in-stock-subscription-list-page .data-table tbody .select-boxes [type=checkbox]:checked + label:before {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  color: #e4444c;
}

.back-in-stock-subscription-list-page .data-table tbody .select-boxes [type=checkbox]:checked + label:after {
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  top: 5px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
}

.back-in-stock-subscription-list-page .data-table tbody .select-boxes [type=checkbox] + label:before {
  left: calc(50% - 10px);
  top: 0px;
  opacity: 1;
  border: none;
  content: "";
  font-family: Linearicons;
  font-size: 20px;
  width: 20px;
}

.bs_delete_selected_biss_button {
  font-weight: normal;
  font-size: 14px;
}

.bs_delete_selected_biss_button span {
  font-size: 16px;
}

.back-in-stock-subscription-list-page .description {
  color: #4cb17c;
}

/*.reward-points-overview .current-balance {
	color: #4cb17c;
}*/
.html-account-page .side-2 {
  background: #fff;
}

.html-account-page .side-2 .block .title {
  margin: 0;
  z-index: 50;
}

.html-account-page .block .list li:before {
  content: "";
  position: absolute;
  height: 100%;
  content: "";
  margin-left: -20px;
  top: -20px;
  z-index: 10;
  border-left: 1px solid #c1c1c1;
}

.html-account-page .block .list li:after {
  content: "";
  position: absolute;
  width: 20px;
  content: "";
  margin-left: 10px;
  top: 20px;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #c1c1c1;
}

.html-account-page .block .list li {
  margin: 0;
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.html-account-page .block .list a {
  margin: 6px 0;
  padding: 4px 10px;
  border: 1px solid #d6d6d6;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.html-account-page .block .list a span {
  display: inline-block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.html-account-page .block .list a:hover {
  color: #fff;
  font-weight: 400;
  background: #222;
}

.html-account-page .block .list .active > a {
  color: #fff;
  font-weight: 600;
  background: #222;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
}

.use-reward-points {
  position: relative;
}

.use-reward-points input {
  display: inherit !important;
  text-align: center;
  width: 100%;
  height: 20px;
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.use-reward-points label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.use-reward-points label:before {
  left: 0px;
  top: 0px;
  opacity: 1;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  position: absolute;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.use-reward-points [type=checkbox]:checked ~ label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-review-item .reply.bs_review_replay {
  background: #fff;
  padding: 15px;
  border-top: none;
  border-left: 4px solid #222;
}

.product-review-item .reply.bs_review_replay .reply-header {
  margin: 0 0 15px 0;
}

.bs_account_review_list_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_account_review_list_all .product-review-item {
  margin-bottom: 2%;
}

.bs_gift_card_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_gift_card_detail .bs_input_area input[type=text],
.bs_gift_card_detail .bs_input_area input[type=email],
.bs_gift_card_detail .bs_input_area input[type=tel],
.bs_gift_card_detail .bs_input_area input[type=password],
.bs_gift_card_detail .bs_input_area textarea,
.bs_gift_card_detail .bs_input_area select {
  background: #fff;
}

.product-variant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-variant-list .product-variant-line {
  margin-bottom: 2%;
}

.bs_news_list .bs_news_item, .bs_blogs_list .bs_blog_post {
  margin-bottom: 2%;
  padding: 15px;
  border: 1px solid #ddd;
}

.news-list-page .bs_news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_news_title, .bs_blogs_title {
  margin-bottom: 20px;
}

.bs_news_each_data .news-date, .bs_blogs_each_data .post-date {
  font-style: italic;
  font-weight: 500;
}

.bs_news_each_data .news-body {
  padding: 0;
}

.bs_news_comment_box .title h4, .bs_blogs_comment_box .title h4 {
  font-weight: 600;
}

.bs_news_comment:nth-child(odd) {
  margin-bottom: 2%;
  background: #d6d6d6;
  color: #222;
  padding: 15px;
}

.bs_news_comment:nth-child(even) {
  margin-bottom: 2%;
  background: #222;
  color: #fff;
  padding: 15px;
}

/*.bs_news_comment .user-info span{
	font-weight:600;
}*/
.bs_news_comment .user-info {
  margin-bottom: 15px;
  padding: 4px 10px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  display: inline-block;
}

.bs_news_comment span.username {
  display: inline-block;
  font-size: 12px;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  margin-right: 10px;
}

.bs_news_comment .comment-time {
  display: inline-block;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.bs_news_comment .comment-time label {
  vertical-align: top;
}

.bs_news_comment .comment-time label + * {
  vertical-align: top;
}

.bs_news_comment:nth-child(even) .user-info {
  border: 1px solid #fff;
}

.bs_news_comment:nth-child(odd) .user-info {
  border: 1px solid #222;
}

.bs_blogs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bs_vender_all_inputs {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bs_vender_all_inputs .bs_input_field.vendor-attributes .bs_text_label {
  display: block;
}

.bs_vender_all_inputs .bs_input_field.vendor-attributes .bs_input_area .option-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bs_input_field .bs_input_area .option-list.bs_checkbox input[disabled] + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-input .bs_input_area span.price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-input .bs_input_area span.price-range input {
  margin: 0;
}

.bs_contactus_box, .bs_email_box, .bs_return_box, .bs_serach_box {
  padding: 60px 0 60px 50px;
  position: relative;
  max-width: 90%;
  margin: auto;
  margin-bottom: 15px;
  z-index: 1;
}

.bs_email_box, .bs_return_box {
  padding: 30px 0 30px 50px;
}

.bs_serach_box {
  padding: 30px 0;
}

.bs_contactus_icon, .bs_email_icon, .bs_return_icon, .bs_search_icon {
  padding: 50px 20px;
  float: left;
  width: 30%;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cd212a;
  color: white;
  text-align: center;
  -webkit-box-shadow: 1px 1px 10px 1px #b1b1b1;
          box-shadow: 1px 1px 10px 1px #b1b1b1;
}

.bs_contactus_icon span, .bs_email_icon span, .bs_return_icon span, .bs_search_icon span {
  display: block;
  font-size: 100px;
}

.bs_contctus_input_box, .bs_email_input_box, .bs_return_input_box, .bs_search_input_box {
  width: 70%;
  margin-left: auto;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 40px;
  border: 1px solid #ddd;
}

.bs_contctus_input_box .bs_buttons, .bs_email_input_box .bs_buttons, .bs_return_input_box .bs_buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.email-a-friend-page .result {
  text-align: center;
  font-size: 16px;
}

.bs_text_normal {
  font-weight: normal;
}

.mini-shopping-cart .bs_buttons .bs_secondary_button {
  font-weight: 400;
  font-size: 14px;
}

.mini-shopping-cart .bs_buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini-shopping-cart .bs_buttons .bs_primary_button {
  font-weight: 400;
  font-size: 14px;
}

.account-page .bs_input_area .option-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.return-request-page .bs_title h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.return-request-page .qq-upload-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
}

.return-request-page .qq-upload-list li {
  padding: 5px;
}

.bs_font_weight_400 {
  font-weight: 400;
}

.bs_font_size_14 {
  font-size: 14px;
}

.return-request-page .result {
  text-align: center;
}

.page.return-request-page {
  background: #d6d6d6;
  padding: 40px 0;
}

.bs_return_all_data {
  max-width: 90%;
  margin: auto;
}

.bs_request_item {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
}

.bs_request_item_main {
  margin-bottom: 2%;
}

.bs_request_item .title {
  margin-bottom: 10px;
}

.bs_request_item .details li {
  padding: 5px 0;
}

.bs_request_item .title {
  padding: 8px 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  background: #222;
  color: #fff;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  display: inline-block;
  font-weight: 600;
}

.bs_request_item .title strong {
  -webkit-transform: skewX(25deg);
          transform: skewX(25deg);
  display: inline-block;
}

.bs_request_all_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slinky-menu li a {
  width: calc(100% - 60px);
  text-align: left;
}

.slinky-menu li a.sublist-toggle {
  width: auto;
}

.slinky-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-theme-default {
  background: #222;
}

.slinky-theme-default a:not(.back) {
  color: #fff;
}

.slinky-theme-default .next::after {
  background: none;
  content: "";
  font-family: "Linearicons";
  height: 1em;
  opacity: 0.8;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 1em;
}

.slinky-theme-default .back::before {
  background: none;
  content: "";
  font-family: "Linearicons";
  height: 1em;
  opacity: 0.8;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 1em;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
  color: #fff;
  display: inline-table;
}

.slinky-theme-default a:not(.back):active, .slinky-theme-default a:not(.back):hover {
  background: rgba(180, 180, 180, 0.5) !important;
}

.bs_search_bar {
  /*display:none;*/
  background-color: #fff;
  position: absolute;
  z-index: -1 !important;
  padding: 0;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.search-open.bs_search_bar {
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  z-index: 99 !important;
}

.bs_search_bar form {
  width: 100%;
}

.bs_search_bar input[type=text] {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  color: #222;
  border-bottom: 4px solid #222;
  line-height: 36px;
  padding: 10px 30px;
  padding-right: 60px;
  height: 50px;
}

.bs_search_box_main {
  padding: 10px 70px;
  height: 90px;
  background: #333333;
  border-bottom: solid 1px #333;
  padding-top: 20px;
}

span.search-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  font-size: 12px;
  width: 100%;
  color: #ffffff;
}

div#close {
  position: absolute;
  top: 18px;
  font-size: 30px;
  right: 130px;
}

.s-open {
  background: none;
}

.s-open .linearicons-magnifier::before {
  content: "";
  font-family: Linearicons;
  font-size: 28px;
}

.search-box-button-1 {
  font-size: 20px;
  background: none;
  padding: 10px;
}

.bs_checkout_shopping a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 40px;
}

.bs_checkout_address a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 36px;
}

.bs_checkout_shipping a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 32px;
}

.bs_checkout_payment a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 38px;
}

.bs_checkout_confirm a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 38px;
}

.bs_checkout_complete a::before {
  content: "";
  font-family: Linearicons;
  font-family: Linearicons;
  font-size: 22px;
  line-height: 38px;
}

.shipping-method .method-name {
  position: relative;
}

.shipping-method .method-list li label, .payment-method .method-list li label {
  z-index: 99;
}

.order-progress .active-step a {
  color: #4cb17c;
}

.order-progress .active-step a:before {
  border: 1px solid #4cb17c;
}

.bs_related_product_section .bs_title_black h3 {
  color: #222;
  font-weight: 300;
  font-size: 32px;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
  line-height: 55px;
}

.order-details-page .bs_order_detail_data .section.shipments {
  margin-bottom: 30px;
}

.shipment-details-page .shipment-details-area .order-info-wrap, .shipment-details-page .shipment-details-area .shipping-info-wrap {
  border: 1px solid #222;
  padding: 5px;
}

.shipment-details-page .shipment-details-area .order-info-wrap .bs_order_info_wrap,
.shipment-details-page .shipment-details-area .shipping-info-wrap .bs_shipping_info_wrap {
  border: 1px solid #222;
  padding: 15px;
}

.contact-page .result {
  text-align: center;
  color: #222;
  font-size: 18px;
}

.eu-cookie-bar-notification .bs_secondary_button {
  font-size: 14px;
  min-width: auto;
}

.theme-custom {
  margin: 0px !important;
}

.bar-notification-container {
  z-index: 1200;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100%;
  margin: auto;
  border-radius: 0;
  max-width: 320px;
}

.generalnote-main {
  overflow: hidden;
  background-color: #fff;
  color: #000;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  display: none;
}

.bar-notification.success::before {
  content: "";
  background: url(../images/img/checked.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 70px;
  height: 70px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.generalNote p {
  margin-bottom: 0;
  color: #222;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
}

.generalNote a {
  text-decoration: underline;
}

.checkout-page .terms-of-service a {
  color: #222;
}

.repost .re-order-button {
  margin-bottom: 10px;
}

.order-summary-content .cart .product .attributes {
  font-size: 12px;
}

.slick-track {
  margin-left: 0;
}

.bs_giftcard_info {
  max-width: 600px;
  margin: 30px auto 0;
}

.shipment-details-page {
  background: #d6d6d6;
  padding: 40px 0;
}

.shipment-details-page .bs_shipment_info_data {
  max-width: 90%;
  margin: 0 auto;
}

.page.password-recovery-page {
  padding: 40px 0;
}

.login-page .topic-block .bs_title_black.title_bg_white h3::after {
  background-color: #d6d6d6;
}

.login-page .topic-block {
  margin-top: 30px;
  padding: 30px;
}

.order-details-page .bs_order_detail_data .section.order-notes {
  margin-bottom: 30px;
}

.order-details-page .bs_order_detail_data .section.order-notes .download {
  margin-top: 10px;
}

.cart thead th.quantity, .cart thead th.unit-price, .cart thead th.subtotal, .cart thead th.product-picture, .cart thead th.sku {
  text-align: center;
}

.account-page.avatar-page .upload-avatar-button {
  margin-right: 15px;
  margin-bottom: 15px;
}

/*********** CSS RESET **********/
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

/*********** GLOBAL STYLES **********/
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: normal 14px Montserrat;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

a {
  color: inherit;
  cursor: pointer;
}

a img {
  opacity: 0.99;
  /*firefox scale bug fix*/
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea, select {
  height: 36px;
  /*safari padding fix*/
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

input, textarea, select, button {
  font-size: 14px;
  color: #777;
}

textarea {
  min-height: 120px;
}

select {
  min-width: 50px;
  height: 32px;
  /*safari padding fix*/
  padding: 6px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus, select:focus {
  border-color: #ccc;
  color: #444;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox] + *,
input[type=radio] + * {
  vertical-align: middle;
}

input[type=button], input[type=submit],
button, .button-1, .button-2 {
  cursor: pointer;
  font: normal 14px Montserrat;
}

label, label + * {
  vertical-align: middle;
}

.master-wrapper-content {
  position: relative;
  z-index: 0;
}

.html-home-page .master-wrapper-content {
  margin: 0;
}

.master-column-wrapper {
  position: relative;
  z-index: 0;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 {
  margin: 0 0 50px;
  min-height: calc(100vh - 660px);
}

.center-2, .side-2 {
  margin: 0 0 20px;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
}

.page-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}

.page-title h1 {
  font-size: 30px;
  font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 .page-title,
.center-1 .title {
  text-align: center;
}

.buttons {
  margin: 0 10px 30px 10px;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url("../images/rss.png") center no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
  margin: 12px 0;
  padding: 0 0 0 36px;
  list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
  margin: 10px 0;
  text-align: justify;
}

.flyout-cart {
  display: none;
}

/*********** GLOBAL FORMS ***********/
.fieldset, .section {
  position: relative;
  margin: 0 0 40px;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: #222;
}

.fieldset .title strong,
.section .title strong {
  font-weight: normal;
}

.form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap;
  /*fix for 'required' elements*/
  font-size: 0;
}

.inputs label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  /*reset zeroing*/
  color: #444;
}

.inputs input[type=text],
.inputs input[type=email],
.inputs input[type=tel],
.inputs input[type=password],
.inputs select, .inputs textarea {
  width: 400px;
  max-width: 100%;
  background-color: #fff;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  margin: 0 -8px 0 3px;
  /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  display: block;
  font-size: 13px;
  color: #e4434b;
  margin-top: 8px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0;
  /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}

/*********** GLOBAL TABLES ***********/
.table-wrapper {
  overflow-x: auto;
}

.data-table .hidden-row {
  height: 1px;
  border: none;
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}

.data-table tr.hidden-row th > span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #cd212a;
  padding: 10px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: white;
  padding: 20px;
  color: #333 !important;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.cart a,
.forum-table a {
  font-weight: normal;
  color: #fff;
}

.data-table a:hover {
  color: #d6d6d6;
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
  text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: 500;
  color: #fff;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
  color: #d6d6d6;
  text-decoration: none;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  display: inline-block;
  border: 1px solid #cd212a;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  background: white;
  color: #cd212a;
}

.cart .product .edit-item a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #222 !important;
  text-decoration: none !important;
}

.shopping-cart-page .cart .remove-from-cart input,
.shopping-cart-page .cart .add-to-cart input {
  text-align: center;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.wishlist-page .cart .remove-from-cart input {
  text-align: center;
  width: 20px;
  height: 20px;
  top: 10px;
  z-index: 2;
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.wishlist-page .cart .add-to-cart input {
  text-align: center;
  width: 20px;
  height: 20px;
  z-index: 2;
  left: 20px;
  top: 0px;
  position: relative;
  opacity: 0;
  cursor: pointer;
}

.shopping-cart-page .cart .remove-from-cart [type=checkbox] + label:before,
.shopping-cart-page .cart .add-to-cart [type=checkbox] + label:before {
  left: calc(50% - 10px);
  top: 8px;
  opacity: 0;
  border-color: #fff;
}

.wishlist-page .cart .remove-from-cart [type=checkbox] + label:before {
  left: calc(50% - 10px);
  top: 8px;
  opacity: 0;
  border-color: #fff;
}

.wishlist-page .cart .add-to-cart [type=checkbox] + label:before {
  left: calc(50% - 10px);
  top: 8px;
  opacity: 0;
  border-color: #fff;
}

.cart .remove-from-cart [type=checkbox]:checked + label:before,
.cart .add-to-cart [type=checkbox]:checked + label:before {
  /*opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);*/
}

.wishlist-page .cart .add-to-cart [type=checkbox]:checked + label:before {
  content: "";
  font-family: Linearicons;
  border: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 20px;
  width: 20px;
  color: #4cb17c;
}

.wishlist-page .cart .remove-from-cart [type=checkbox]:checked + label:before {
  content: "";
  font-family: Linearicons;
  border: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 20px;
  width: 20px;
  color: #e4444c;
}

.shopping-cart-page .cart .remove-from-cart [type=checkbox]:checked + label:before {
  content: "";
  font-family: Linearicons;
  border: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 20px;
  width: 20px;
  color: #e4444c;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
}

.cart td.quantity input {
  width: 50px;
  text-align: center;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: #fff;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #fff;
}

.data-table em a {
  font-weight: bold;
  color: #fff;
}

.data-table div.download {
  margin: 10px 0 0;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification.success .content {
  color: #222;
}

.bar-notification.error .content {
  color: #e4444c;
}

.bar-notification.warning .content {
  color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

.bar-notification .close::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  font-size: 15px;
  font-family: Linearicons;
  /*background: #fff url('../images/close.png') center no-repeat;*/
  cursor: pointer;
}

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba(75, 176, 122, 0.5) solid;
}

.popup-notification.error {
  border: 2px rgba(228, 68, 76, 0.5) solid;
}

.popup-notification.warning {
  border: 2px rgba(243, 156, 18, 0.5) solid;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/loading.gif") center no-repeat;
}

.please-wait {
  background: url("../images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 15px 15px #d6d6d6;
          box-shadow: 15px 15px #d6d6d6;
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("../images/close.png") center no-repeat !important;
  padding: 0 !important;
}

.ui-dialog-titlebar button span {
  display: none !important;
}

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

.ui-dialog-content .page {
  min-height: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
  border: none;
  background-color: #222;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
  background-color: #248ece;
}

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.eu-cookie-bar-notification .text {
  padding-left: 10px;
  line-height: 56px;
  text-align: left;
  float: left;
  color: #fff;
  width: 79%;
}
.eu-cookie-bar-notification .text a {
  margin-top: 13px;
  color: #cd212a;
}
.eu-cookie-bar-notification .text a:hover {
  color: #fff;
}
.eu-cookie-bar-notification .buttons-more {
  float: right;
  padding: 10px 0;
  width: 20%;
  text-align: right;
  padding-right: 10px;
}
.eu-cookie-bar-notification .buttons-more .bs_secondary_button {
  background-color: #fff;
  color: #222;
  -webkit-box-shadow: 4px 4px rgba(255, 255, 255, 0.3);
          box-shadow: 4px 4px rgba(255, 255, 255, 0.3);
}
.eu-cookie-bar-notification .buttons-more .bs_secondary_button:hover {
  background-color: #cd212a;
}

/*********** HEADER ***********/
.admin-header-links {
  background-color: #333;
  /*text-align: center;*/
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  /*font-weight: bold;*/
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

.header {
  position: relative;
  background-color: white;
  z-index: 10;
  width: 100%;
  margin: 0;
  text-align: center;
}
.header .header-upper {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 70px;
  background: #cd212a;
  border-bottom: 1px solid #dedede;
}
.header .header-lower {
  position: relative;
  z-index: 1;
  padding: 15px 70px 15px 70px;
}
.header .header-footer {
  height: 10px;
  background: #fff;
}
.header .header-footer .it-flag {
  height: 10px !important;
  text-align: left;
  position: relative;
  bottom: 0;
}
.header .header-footer .it-flag li {
  position: relative;
  bottom: 4px;
  display: inline-block;
  width: 33.333333333%;
  height: 5px;
}
.header .header-footer .it-flag li.sp1 {
  top: -4px;
  height: 10px;
  background-color: #008c45;
}
.header .header-footer .it-flag li.sp2 {
  top: 0;
  height: 10px;
  background-color: #ffffff;
}
.header .header-footer .it-flag li.sp2:before {
  position: relative;
  display: inline-block;
  top: -4px;
  width: 0;
  height: 0;
  border-top: solid #ffffff;
  border-left: solid #008c45;
  border-width: 10px;
  content: " ";
}
.header .header-footer .it-flag li.sp3 {
  top: 0;
  height: 10px;
  background-color: #cd212a;
}
.header .header-footer .it-flag li.sp3:before {
  position: relative;
  display: inline-block;
  top: -4px;
  width: 0;
  height: 0;
  border-bottom: solid #ffffff;
  border-right: solid #cd212a;
  border-width: 10px;
  content: " ";
}

.header-selectors-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 0px 0;
}

.header-selectors-wrapper > div {
  display: block;
  width: auto;
  min-width: 100px;
  margin: 0 12px 0 0;
  line-height: 43px;
  vertical-align: middle;
}

.header-selectors-wrapper select {
  width: 100%;
  -moz-text-align-last: right;
       text-align-last: right;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 4px 20px 4px 4px;
  position: relative;
  z-index: 2;
  color: #333;
  border: solid 1px #000000;
  background: #fff;
}

.header-selectors-wrapper .select-wrapper {
  position: relative;
  z-index: 1;
}

.header-selectors-wrapper .select-wrapper::before {
  content: "";
  font-family: "Linearicons";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #000000;
  z-index: 3;
}

.language-list {
  max-width: 100%;
  font-size: 0;
}

.language-list li {
  display: inline-block;
  margin: 0 1px;
  vertical-align: middle;
}

.language-list a {
  display: block;
  position: relative;
  width: 24px;
  height: 32px;
  line-height: 0;
}

.language-list img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header-links-wrapper {
  position: relative;
  padding: 20px 0;
}

.header-links ul {
  font-size: 0;
}

.header-links li {
  display: inline-block;
  margin: 0 10px;
}

.header-links span,
.header-links a {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
  line-height: 39px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  display: inline-block;
  -webkit-transition: 350ms;
  transition: 350ms;
  color: white;
}

.header-links span.l-icon {
  font-size: 20px;
}

.header-links a.ico-wishlist {
  position: relative;
}

.header-links a.ico-wishlist:hover .wishlist-label {
  color: black;
}

.header-links a.ico-cart:hover .cart-label {
  color: black;
}

.header-links a.ico-wishlist .wishlist-qty {
  position: absolute;
  top: 7px;
  left: 14px;
  background: white;
  border: none;
  color: black;
  font-size: 10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  padding: 0px;
}

.header-links a.ico-wishlist .wishlist-label {
  padding-left: 12px;
}

.header-links a.ico-cart {
  position: relative;
}

.header-links a.ico-cart .cart-qty {
  position: absolute;
  top: 7px;
  left: 14px;
  background: white;
  border: none;
  color: black;
  font-size: 10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  line-height: 16px;
  padding: 0px;
}

.header-links a.ico-cart .cart-label {
  padding-left: 12px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links a:hover {
  color: black;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#topcartlink {
  display: block;
  display: inline-block;
  margin: 0 10px;
  background-color: transparent;
  padding: 0 0px;
}

.header-logo {
  margin: 0 0 20px;
  text-align: center;
}

.header-logo a {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  /*firefox line-height bug fix*/
}

.header-logo a img {
  max-width: 100%;
  opacity: 1;
}

.search-box form {
  display: inline-block;
  position: relative;
}

.search-box form:after {
  content: "";
  display: block;
  clear: both;
}

.search-box input.search-box-text {
  float: left;
  width: 200px;
  height: 36px;
  margin: 0 0px 0 0;
  border: 1px solid #aaa;
}

.search-box .search-box-button {
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border: none;
  background-color: transparent;
  padding: 0 12px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.search-box .search-box-button:hover .linearicons-magnifier {
  font-weight: bold;
}

.search-box .ui-autocomplete-loading {
  background: #fff url("../images/ajax-loader-small.gif") right center no-repeat;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.ui-autocomplete {
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-autocomplete li {
  border-top: 1px solid #ddd;
}

.ui-autocomplete li:first-child {
  border-top: none;
}

.ui-autocomplete a {
  display: block;
  padding: 15px;
  font-size: 14px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 15px !important;
  line-height: normal !important;
  color: #777 !important;
}

.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
  background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
  display: none;
  min-width: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/*********** FOOTER ***********/
.footer {
  background-color: #333333;
  text-align: center;
}

.footer-upper {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #ddd;
  padding: 100px 70px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-block {
  text-align: left;
  font-size: 14px;
  /*reset zeroing*/
}

.footer-block .title {
  margin: 0 0px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
}
.footer-block .title strong {
  font-weight: 300;
}

.footer-block .list {
  display: none;
  margin: 0 0 20px;
  background-color: #fff;
  padding: 10px 15px;
}

.footer-block .list a {
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}

.footer-block .list a:hover {
  color: #fff;
}

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

.follow-us .title {
  margin: 0 0 10px;
  background: none;
  cursor: auto;
}

.follow-us .social li {
  display: inline-block;
}

.follow-us .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.follow-us .social .facebook a {
  background-position: 0 0;
  color: #1877F2;
}

.follow-us .social .twitter a {
  background-position: -38px 0;
  color: #1DA1F2;
}

.follow-us .social .rss a {
  background-position: -76px 0;
  color: #FFA500;
}

.follow-us .social .youtube a {
  background-position: -114px 0;
  color: #FF0000;
}

.follow-us .social .google-plus a {
  background-position: -152px 0;
}

.newsletter-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newsletter-email input[type=email] {
  float: left;
  width: 320px;
  height: 36px;
  margin: 0 -1px 0 0;
}

.newsletter-subscribe-button {
  float: left;
  height: 36px;
  border: none;
  background-color: #222;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-email .options {
  clear: both;
  padding: 10px 0 0;
  width: 100%;
}

.newsletter-email .options .subscribe {
  margin-right: 10px;
}

.newsletter-validation,
.newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

/*.newsletter-validation .please-wait {
	display: none !important; 
}*/
.footer-lower {
  margin: auto;
  overflow: hidden;
  padding: 15px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.5);
}

.footer-tax-shipping a {
  font-weight: bold;
  color: #fff;
}

.footer-tax-shipping a:hover {
  text-decoration: underline;
}

.footer-powered-by {
  color: #ddd;
  margin-top: 10px;
}

.footer-powered-by a {
  font-weight: normal;
  color: #fff;
}

.footer-powered-by-nc {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #333;
}
.footer-powered-by-nc a {
  color: #333;
}

.footer-info {
  color: #ddd;
  margin-top: 10px;
}

.footer-powered-by a:hover {
  text-decoration: underline;
}

.theme-selector {
  margin: 10px 0 0;
}

.theme-selector select {
  width: 170px;
}

/*********** SIDE COLUMN ***********/
.block {
  max-width: 600px;
  /*width limit in mobile*/
  margin: auto;
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0px;
  border-bottom: 1px solid #cd212a;
  background: #cd212a;
  padding: 10px 15px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
.block .title strong {
  font-weight: 300 !important;
}

.block .title strong {
  font-weight: bold;
}

.block .listbox {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.block .list li {
  padding: 0px;
}

.block .list a {
  display: block;
  position: relative;
  padding: 8px 5px;
  font-size: 14px;
  color: #222;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin: 2px 0;
}

.block .list .active > a {
  color: #222;
  font-weight: 600;
  background: #fff;
}

.block .list a:hover {
  color: #222;
  font-weight: 400;
  background: #fff;
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 0px 0px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.block .view-all a {
  display: inline-block;
  border: 1px solid #cd212a;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  background: white;
  color: #cd212a;
}

.bs_border_button {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  background: transparent;
  color: #fff;
}

.bs_border_button:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #222 !important;
  text-decoration: none !important;
}

.block .view-all a:hover {
  border: 1px solid white;
  background: #cd212a;
  color: white;
}

.block .tags {
  margin: 5px 0 10px;
}

.block .tags ul {
  font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  font-size: 16px !important;
  /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
  float: left;
  line-height: 30px;
  color: #222;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
  text-decoration: underline;
}

.poll strong {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #444;
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
  color: #fff;
}

.poll-options li,
.poll-results li {
  margin: 10px 0;
}

.poll-options li > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li > label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.poll .buttons input:hover {
  background-color: #bbb;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}

.bs_poll:nth-of-type(even) .poll-total-votes {
  color: #222;
}

.bs_poll:nth-of-type(even) .poll-options, .bs_poll:nth-of-type(even) .poll-results {
  color: #222;
}

.home-page-polls {
  text-align: center;
}

.home-page-polls .title {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.home-page-polls .title strong {
  font-weight: normal;
}

.home-page-polls li {
  display: inline-block;
  margin: 10px;
}

/********** CATEGORY PAGE **********/
.breadcrumb {
  margin: 0 0 0px;
  background-color: transparent;
  padding: 5px 10px 5px 0;
}

.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:first-child a {
  margin-left: 0;
}

.breadcrumb li * {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  line-height: 32px;
}

.bs_product_breadcrumb li * {
  display: inline-block;
  margin: 0 1px;
  font-size: 12px;
  font-weight: 100;
  line-height: 32px;
}

.breadcrumb strong {
  font-weight: normal;
}

.bs_product_breadcrumb strong.current-item {
  font-weight: 100;
}

.breadcrumb a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.breadcrumb a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 25px;
  line-height: 22px;
}

.contact-vendor {
  margin: 0 0 30px;
}

.product-selectors {
  margin: 0 0 20px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 2px 0;
}

.product-selectors:after {
  content: "";
  display: block;
  clear: both;
}

.product-selectors > div {
  display: inline-block;
  margin: 5px;
  background: #cd212a;
  color: white;
  padding: 0 0 0 10px;
}

.product-selectors span {
  vertical-align: middle;
  font-size: 16px;
}

.product-selectors select {
  margin: 0 0 0 8px;
  background: transparent;
  border: none;
  -moz-text-align-last: left;
       text-align-last: left;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  padding: 4px 20px 4px 4px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.product-selectors select option {
  color: #222;
}

.product-selectors .product-viewmode {
  display: none;
  font-size: 0;
}

.product-filters {
  width: 100%;
}

.product-filter .filter-title {
  margin: 0 0 10px;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 17px;
  color: #444;
}

.product-filter .filter-title strong {
  font-weight: normal;
}

.product-filter .filter-content {
  padding: 10px;
  color: #444;
}

.product-filter .available-items:after {
  content: "";
  display: block;
  clear: both;
}

.product-filter .group {
  margin: 0 0 10px;
}

.product-filter .group li {
  font-size: 14px;
}

.product-filter .group li a {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 250ms;
  transition: 250ms;
  margin: 2px 0;
}

.product-filter .group li a,
.product-filter .group li strong {
  display: block;
  padding: 5px;
}

.product-filter .group li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #fff;
}

.product-filter .group li.item {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0 0 0 15px;
}

.product-filter .group li.item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.product-filter .group li.color-item {
  padding: 0;
  display: inline-block;
}

.product-filter .group li.color-item a {
  padding: 0;
}

.product-filter .group li.color-item:before {
  display: none;
}

.filtered-items .title {
  margin: 0 0 5px;
  font-style: italic;
}

.filtered-items .item {
  color: #222;
  font-weight: bold;
  background: #fff;
  padding: 5px;
}

.remove-filter {
  margin: 15px 0;
}

.remove-filter a {
  display: inline-block;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.remove-filter a:hover {
  background-color: #999;
}

.item-grid:after {
  content: "";
  display: block;
  clear: both;
}

.bs-home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
  margin: 0 0 20px;
}

.bs-home-page-category-grid .title,
.sub-category-grid .title {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bs-home-page-category-grid .title a,
.sub-category-grid .title a {
  display: block;
  padding: 0 0 15px;
}

.bs-home-page-category-grid .picture,
.sub-category-grid .picture {
  margin: 0;
}

.bs-home-page-category-grid .item-box .picture a:before,
.sub-category-grid .item-box .picture a:before {
  padding-top: 65%;
}

.product-grid .title {
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  color: #444;
}

.product-grid .title strong {
  font-weight: normal;
}

.manufacturer-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.manufacturer-grid .title a:hover {
  color: #222;
}

.manufacturer-grid .picture {
  border: 1px solid #ddd;
}

.vendor-grid .title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 16px;
}

.vendor-grid .title a:hover {
  color: #222;
}

.vendor-grid .picture {
  border: 1px solid #ddd;
}

.pager {
  margin: 10px 0 20px;
  width: 100%;
}

.pager ul {
  text-align: right;
  font-size: 0;
}

.pager li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  position: relative;
  margin-bottom: 5px;
}

.pager li a,
.pager li span {
  display: block;
  min-width: 35px;
  height: 35px;
  border: 1px solid #222;
  background-color: #d6d6d6;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  /*reset zeroing*/
  cursor: pointer;
}

.pager li span {
  background-color: #222;
  color: #fff;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  color: #fff;
}

.pager li.previous-page a::before {
  content: "";
  font-family: "Linearicons";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #222;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-image: url('../images/prev.png');*/
}

.pager li.next-page a::before {
  content: "";
  font-family: "Linearicons";
  display: block;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #222;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*background-image: url('../images/next.png');*/
}

.pager li.first-page * {
  font-size: 12px;
  color: #222;
  /*background-image: url('../images/first.png');*/
}

.pager li.last-page * {
  font-size: 12px;
  color: #222;
  /*background-image: url('../images/last.png');*/
}

.pager li a:hover {
  background-color: #222;
  color: #fff;
}

.pager li a:hover::before {
  background-color: #222;
  color: #fff;
}

/********** PRODUCT PAGE **********/
.product-details-page {
  padding: 20px 0 0;
}

.product-essential {
  margin: 0 0 40px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.product-essential:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  margin: 0 auto 50px;
}

.gallery .picture-wrapper {
  margin: 0 0 10px;
}

.gallery .picture {
  position: relative;
  max-width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto auto;
}

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
}

.gallery .picture-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  width: calc(100% - 10px);
  height: 100px;
  margin: 0 5px 10px;
  overflow: hidden;
  cursor: pointer;
}

.overview {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 0 0 50px;
}

.overview .discontinued-product {
  background: #f3f3f3;
  margin: 0 0 20px;
}

.overview .discontinued-product h4 {
  display: inline-block;
  font-size: 14px;
  padding: 17px 17px 17px 40px;
  background: url("../images/discontinued-product-icon.png") no-repeat 13px center;
  color: #de444c;
}

.overview .product-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.overview .product-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.overview .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #222;
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0 0 25px;
  color: #444;
}

.bs_product_name_detail_page .product-reviews-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 15px;
  margin: 0;
  color: #fff;
}

.bs_product_name_detail_page .product-no-reviews {
  margin-left: 15px;
  margin-bottom: 0;
  font-weight: 100;
  color: #fff;
}

.bs_product_name_detail_page .product-reviews-overview .product-review-links {
  margin-left: 15px;
  font-weight: 100;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 8px;
}

.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url("../images/rating1.png") repeat-x;
}

.product-review-box .rating div {
  height: 14px;
  background: url("../images/rating2.png") repeat-x;
}

.product-review-links a:hover {
  color: #fff;
}

.overview .value,
.variant-overview .value {
  color: #222;
}

.overview .value a,
.variant-overview .value a {
  color: #222;
  text-decoration: underline;
  font-style: italic;
}

.overview .value a:hover,
.variant-overview .value a:hover {
  text-decoration: underline;
}

.overview-buttons {
  margin: 0 0 25px;
  font-size: 0;
}

.overview-buttons div {
  width: 80%;
  margin: 0 auto 3px;
}

.overview .manufacturers {
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.overview .availability,
.variant-overview .availability {
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
  display: inline-block;
  margin-top: 10px;
}

.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.overview .delivery,
.variant-overview .delivery {
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.overview .delivery-zorbz,
.variant-overview .delivery-zorbz {
  display: inline-block;
  padding: 10px;
}
.overview .delivery-zorbz .label,
.variant-overview .delivery-zorbz .label {
  font-size: 22px;
}

.overview .download-sample {
  margin: 0 20px 20px 0;
  overflow: hidden;
  display: inline-block;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 10px 0;
  background: url("../images/shipping.png") left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: bold;
  color: #444;
}

.overview .free-shipping.invisible,
.variant-overview .free-shipping.invisible {
  display: none;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
  margin: 0 0 20px;
  overflow: hidden;
}

.overview .prices > div > span,
.variant-overview .prices > div > span {
  vertical-align: middle;
}

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  display: inline-block;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #222;
}

.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
  text-decoration: underline;
}

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
}

.customer-entered-price .price-input label {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  color: #444;
}

.customer-entered-price .price-input input {
  width: 170px;
  text-align: center;
}

.customer-entered-price .price-range {
  margin: 5px 0 0;
  color: #777;
}

.tier-prices {
  margin: 0 0 20px;
}

.tier-prices .title {
  display: none;
}

.tier-prices table td {
  border: 1px solid #ddd;
  padding: 10px;
  color: #444;
}

.tier-prices .field-header {
  min-width: 80px;
}

.tier-prices .item-price {
  font-size: 16px;
  color: #459e31;
  font-weight: 700;
}

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative;
}

.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
  float: left;
}

.overview .qty-label,
.variant-overview .qty-label {
  display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
  width: 45px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: #444;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: #444;
}

.overview .bs_add_to_cart_button,
.variant-overview .bs_add_to_cart_button {
  height: 43px;
  border: none;
  background-color: #cd212a;
  padding: 0 24px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #cd212a;
  margin-left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.overview .bs_add_to_cart_button .linearicons-bag2,
.variant-overview .bs_add_to_cart_button .linearicons-bag2 {
  font-size: 20px;
  margin-right: 8px;
}

.overview .bs_add_to_cart_button:hover,
.variant-overview .bs_add_to_cart_button:hover {
  background-color: rgba(157, 162, 122, 0.5);
  color: white;
}

.product-share-button {
  display: inline-block;
  overflow: hidden;
}

.full-description {
  clear: both;
  line-height: 24px;
}

.product-collateral {
  margin: 0 0 50px;
}

.product-collateral .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #444;
}

.product-collateral .title strong {
  font-weight: normal;
}

.product-variant-line {
  margin: 0 0 30px;
  border: 1px solid #ddd;
  padding: 0 0 20px;
}

.product-variant-line:after {
  content: "";
  display: block;
  clear: both;
}

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.variant-overview {
  width: 100%;
}

.variant-overview .variant-name {
  margin: 0 0 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 22px;
}

.variant-overview .add-to-wishlist-button {
  display: inline-block;
  width: auto;
}

.variant-overview .add-to-cart {
  margin: 0 0 10px;
}

.product-specs-box td {
  border: 1px solid #ddd;
  padding: 10px;
}

.product-tags-list {
  font-size: 0;
}

.product-tags-list li {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
}

.product-tags-list li.separator {
  margin: 0 5px 0 3px;
}

.product-tags-list a {
  display: inline-block;
  line-height: 24px;
}

.product-tags-list a:hover {
  color: #444;
}

.attributes dl {
  overflow: hidden;
  padding: 0 2px;
  /* fix for Chrome in Mac, the checkboxes get cut off */
}

.attributes dd,
.attribute-data {
  margin: 0 0 10px;
}

.attributes li {
  margin: 8px 0 12px;
}

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%;
}

.attributes .option-list label {
  margin: 0 5px;
}

.attributes .datepicker {
  width: 280px;
  text-align: center;
  color: #444;
}

.attributes .qty-box input {
  width: 48px;
  height: 32px;
  text-align: center;
}

.ui-datepicker {
  width: 280px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #222;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal;
}

.ui-datepicker-header a {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  width: 32px !important;
  height: 32px !important;
  border: none !important;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("../images/calendar-prev.png") center no-repeat;
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("../images/calendar-next.png") center no-repeat;
}

.ui-datepicker-header a span {
  /*override jQuery UI styles, do not delete doubled properties*/
  display: none !important;
}

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important;
}

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ddd;
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0;
}

.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
  display: block;
  min-height: 32px;
  line-height: 32px;
  color: #444;
}

.ui-datepicker-calendar td a {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none !important;
  background: none !important;
  padding: 0;
  text-align: center;
  color: #444 !important;
}

.ui-datepicker-calendar .ui-state-active {
  outline: 2px solid #222;
  font-weight: bold;
  color: #222;
  /*override jQuery UI styles, do not delete doubled properties*/
  color: #222 !important;
}

.attribute-squares {
  font-size: 0;
}

.attribute-squares li {
  display: inline-block;
  margin: 0 5px 5px;
  text-align: center;
}

.attribute-squares .attribute-square-container {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1px;
}

.attribute-squares label {
  display: block;
  margin: 0 !important;
  overflow: hidden;
}

.attribute-squares .attribute-square {
  display: table !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #222;
  cursor: pointer;
}

.attribute-squares li input {
  position: relative;
  z-index: -1;
  margin: -32px 0 0;
}

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
}

.tooltip-container:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid #eeeeee;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-container:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #FFFFFF;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.attribute-squares li:hover .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999;
}

.tooltip-container .tooltip-header {
  background-color: #222;
  color: #fff;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 12px;
  border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
  margin: 5px;
}

.tooltip-container .tooltip-body img {
  border: 0px #FFF;
  width: 190px;
}

.giftcard {
  margin: 0 0 20px;
  overflow: hidden;
}

.giftcard label {
  display: block;
  margin: 0 auto 5px;
  font-weight: bold;
  color: #444;
}

.giftcard input,
.giftcard textarea {
  width: 350px;
  max-width: 100%;
}

.giftcard textarea {
  height: 150px;
}

/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
  color: #222;
}

.product-reviews-page .title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #444;
}

.product-reviews-page .title strong {
  font-weight: normal;
}

.write-review {
  padding: 50px;
  background: #222;
  max-width: 70%;
  margin: 0 auto;
}

.write-review .fieldset {
  margin: 0 0 30px;
}

.tooltip {
  position: initial;
  display: inline-block;
  color: #222;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background: #f0f0f0 no-repeat 100% 5%;
  border: #c0c0c0 1px dotted;
  text-align: Left;
  padding: 10px 10px 5px 5px;
  position: absolute;
  z-index: 1;
  left: 10%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: help;
}

.write-review .review-rating {
  text-align: left;
}

.write-review .review-rating label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  color: #444;
}

.write-review .review-rating div.first {
  color: #e4444c;
}

.write-review .review-rating div.rating-options {
  padding-top: 2px;
}

.write-review .review-rating div.rating-options input {
  vertical-align: baseline;
}

.write-review .review-rating div.last {
  color: #4cb17c;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  border: none;
  background-color: #222;
  padding: 10px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.write-review .button-1:hover {
  background-color: #248ece;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
  text-align: center;
  font-size: 18px;
}

/*.product-reviews-page .result {	
	color: #4cb17c;

}*/
.product-reviews-page .message-error {
  color: #e4444c;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
  background: #d6d6d6;
  padding: 20px;
}

.product-review-item .review-item-head {
  overflow: hidden;
  padding-bottom: 10px;
}

.product-review-item .review-title {
  line-height: 26px;
  font-size: 18px;
  color: #222;
}

.product-review-item .product-review-box {
  margin: 3px 0 0;
}

.product-review-item .review-text {
  margin: 15px 0;
  line-height: 22px;
  color: #222;
}

.product-review-item .avatar {
  margin: 0 0 10px;
}

.product-review-item .reply {
  margin: 15px 0;
  border-top: 1px solid #ddd;
}

.product-review-item .reply-header {
  margin: 15px 0;
  font-weight: bold;
}

.product-review-item .reply-text {
  line-height: 22px;
}

.product-review-item .review-info {
  margin: 0 0 5px;
}

.product-review-item .review-info label {
  font-weight: normal;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}

.product-review-item .review-info a {
  color: #fff;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-review-helpfulness > .result {
  font-size: 14px;
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

.product-review-item .review-type-rating-ext {
  overflow: hidden;
  margin: 0 0 20px;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-page .page-title {
  margin: 0 0 -1px;
}

.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: #222;
}

.wishlist-content .tax-shipping-info a:hover {
  text-decoration: underline;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  background-color: #222;
  text-transform: uppercase;
}

.wishlist-content .update-wishlist-button:hover,
.wishlist-content .wishlist-add-to-cart-button:hover {
  background-color: #248ece;
}

.wishlist-content .email-a-friend-wishlist-button {
  background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
  background-color: #999;
}

.wishlist-page .share-info {
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
  color: #444;
}

.wishlist-page .share-info a:hover {
  color: #222;
}

.wishlist-page .no-data {
  margin: 25px 0 0;
  text-align: center;
}

.compare-products-page {
  position: relative;
  overflow: hidden;
}

.compare-products-page .clear-list {
  display: inline-block;
  margin: 0 0 20px;
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px;
  /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  color: #222;
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url("../images/remove.png") left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #666;
}

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.compare-products-table .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare-products-table .product-name td {
  font-weight: bold;
}

.compare-products-table .product-name td a:hover {
  color: #222;
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}

/*********** TOPICS ***********/
.topic-block {
  margin: 0 0 25px;
}

.topic-block-title {
  min-height: 50px;
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

.topic-block-title h2 {
  font-size: 30px;
  font-weight: normal;
}

.topic-block-body {
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
}

.topic-page .page-body {
  text-align: justify;
  line-height: 22px;
}

.topic-block a,
.topic-page a {
  text-decoration: none;
  color: #cd212a;
}

.topic-block a:hover,
.topic-page a:hover {
  color: #000;
}

.topic-block strong,
.topic-page strong {
  color: #444;
}

.home-page .topic-block {
  padding: 40px 0;
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page p {
  margin: 30px 15px;
}

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

.enter-password-title {
  margin: 0 0 20px;
  color: #444;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type=password] {
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 -1px 0 0;
}

.enter-password-form input[type=submit] {
  float: left;
  width: auto;
  min-width: 86px;
  height: 40px;
  border: none;
  background-color: #222;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.enter-password-form input[type=submit]:hover {
  background-color: #248ece;
}

/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/
.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
  color: #222;
  text-decoration: underline;
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service > * {
  display: inline-block;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  color: #222;
  cursor: pointer;
}

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.date-of-birth select {
  width: 31%;
  /*always single line*/
  max-width: 150px;
}

.date-of-birth select + select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover {
  background-color: #999;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent > * {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: #222;
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.return-request-page h1 a {
  color: #222;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.registration-result-page .result, .apply-vendor-page .result {
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: #222;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

/*.login-page .customer-blocks {
	margin: 0 0 30px;
}*/
.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #fff;
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  border-top: none;
  background-color: #cd212a;
  padding: 30px;
  line-height: 22px;
  color: #fff;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .topic-block-body strong {
  color: #444;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.login-page .returning-wrapper {
  margin: 0;
}

.login-page .returning-wrapper .form-fields {
  overflow: hidden;
  padding: 30px 15px 0;
  background: #cd212a;
  color: white;
  border: none;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px;
  /*reset zeroing*/
  color: white;
}

.login-page .returning-wrapper .inputs.reversed a:hover {
  color: #fff;
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
  background-color: #cd212a;
  margin: 0 10px 30px 10px;
  border: solid 1px #000;
}

.external-authentication {
  /*margin: 0 0 50px;*/
  overflow: hidden;
  text-align: center;
}

.external-authentication .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association {
  color: #444;
}

.external-auth-association a {
  color: #222;
}

.external-auth-association a:hover {
  text-decoration: underline;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records {
  text-align: center;
}

.add-more-external-records a {
  color: #222;
}

.add-more-external-records a:hover {
  text-decoration: underline;
}

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px;
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 15px;
  line-height: 26px;
  color: #222;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #444;
}

.edit-address-button {
  background: url("../images/edit.png") left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
  background: url("../images/remove.png") left center no-repeat;
}

.retry-recurring-order-button {
  background: url("../images/retry.png") left center no-repeat;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .page-title {
  margin: 0 0 -1px;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: #222;
  font-weight: 600;
}

.return-request-list-page a:hover {
  text-decoration: underline;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
  color: #444;
}

.downloadable-products-page table td {
  color: #fff;
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td {
  color: #fff;
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover {
  background-color: #999;
}

.avatar-page .info {
  color: #444;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vendorinfo-page .button-2:hover {
  background-color: #999;
}

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

/********** SHOPPING CART **********/
.order-progress {
  margin: 0 0 50px;
  background-color: #222;
  padding: 15px 0;
  text-align: center;
}

.order-progress ul {
  font-size: 0;
}

.order-progress li {
  display: inline-block;
  margin: 10px;
}

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px;
  /*reset zeroing*/
  color: #fff;
}

.order-progress a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 1px solid #bbb;
}

.order-progress li.active-step a {
  cursor: pointer;
}

.order-progress li.inactive-step a {
  cursor: default;
}

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: #222;
}

.shopping-cart-page .checkout-attributes a:hover {
  text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
  color: #222;
}

.shopping-cart-page .tax-shipping-info a:hover {
  text-decoration: underline;
}

.shopping-cart-page .common-buttons {
  padding: 20px;
  font-size: 0;
}

.checkout-attributes {
  margin: -30px 0 30px;
  color: #444;
}

.checkout-attributes dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.checkout-attributes dd {
  margin: 0 0 20px;
}

.checkout-attributes input[type=text],
.checkout-attributes select {
  min-width: 170px;
}

.checkout-attributes ul {
  font-size: 0;
}

.checkout-attributes li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  /*reset zeroing*/
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.checkout-attributes li label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.selected-checkout-attributes {
  margin: 30px 0;
  color: #222;
  /*border: 1px solid #222;*/
  padding: 5px;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.cart-footer {
  margin: 30px 0 50px;
}

.cart-footer:after {
  content: "";
  display: block;
  clear: both;
}

.cart-footer .totals {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 50px;
  background-color: white;
  padding: 10px;
  color: #000;
}

.cart-footer .total-info {
  margin: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right;
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total .order-total {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.cart-total .earn-reward-points {
  font-style: italic;
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.terms-of-service {
  margin: 0 0 20px;
  padding: 0 15px;
}

.terms-of-service label {
  cursor: pointer;
}

.terms-of-service a {
  margin: 0 0 0 3px;
  color: #fff;
}
.terms-of-service a:hover {
  color: #cd212a;
}

.cart-footer .checkout-buttons {
  padding: 0 10px;
}

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 1px solid #c3891e;
  color: #fff;
  padding: 15px 50px;
}

.cart-footer .checkout-button {
  display: inline-block;
  min-width: 160px;
  border: none;
  background-color: #222;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.cart-footer .checkout-button:hover {
  background-color: #248ece;
}

.cart-footer .addon-buttons {
  margin: 20px 0 0;
  padding: 0 10px;
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 0px;
  padding: 0px 0 0;
}

.cart-collaterals > div {
  margin: 0 0 0px;
}

.cart-collaterals .title {
  margin: 0 0 15px;
  font-size: 18px;
  color: #222;
  font-weight: 700;
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals .deals > div {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
}

.cart-collaterals .coupon-code {
  overflow: hidden;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #e4434b;
}

.cart-collaterals .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: #4cb17c;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  color: #4cb17c;
  font-size: 12px;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
  margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
  display: block;
  margin: 0 0 5px;
  color: #444;
}

.shopping-cart-page .no-data {
  margin: 25px 0 0;
}

/*** ESTIMATE SHIPPING POPUP COMMON ***/
.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 15px 15px #d6d6d6;
          box-shadow: 15px 15px #d6d6d6;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /*align-items: center;*/
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.estimate-shipping-row.shipping-option {
  cursor: pointer;
}

.estimate-shipping-row.shipping-option.active {
  font-weight: 700;
}

.estimate-shipping-row-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.estimate-shipping-row-item.shipping-item {
  padding: 8px;
  overflow: hidden;
  overflow-wrap: break-word;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #ddd;
}

.estimate-shipping-row-item.shipping-header-item {
  padding: 8px;
  /*align-self: flex-end;*/
}

.estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
  padding-left: 15px;
}

.estimate-shipping-row-item + .estimate-shipping-row-item {
  padding-left: 10px;
}

.estimate-shipping-row-item-radio {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

.estimate-shipping-row-item-radio [type=radio]:checked + label:before, .estimate-shipping-row-item-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.estimate-shipping-row-item-radio [type=radio]:checked + label:after, .estimate-shipping-row-item-radio [type=radio]:not(:checked) + label:after {
  top: -6px;
  left: 12px;
}

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #222;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #ddd;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, #f2f2f2, rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

.shipping-options:before,
.shipping-options:after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  height: 30px;
  margin: 0 0 -30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(30%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
}

.shipping-options:after {
  margin: -30px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #FFF), to(#FFF));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
}

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 10px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}

/*** SHOPPING CART ESTIMATE SHIPPING ***/
/*** PRODUCT ESTIMATE SHIPPING ***/
.product-estimate-shipping {
  margin-bottom: 20px;
  display: inline-block;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.product-estimate-shipping .shipping-date {
  margin-top: 3px;
}

.product-estimate-shipping .shipping-title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-estimate-shipping .shipping-title .shipping-price {
  margin-left: 5px;
  vertical-align: middle;
}

.product-estimate-shipping .shipping-title .shipping-loading {
  margin-left: 5px;
  vertical-align: middle;
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 6px;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

/********** CHECKOUT **********/
.checkout-page .section {
  margin: 0 0 30px;
}

.checkout-page .section.order-summary {
  margin: 100px 0 30px;
}

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 5px 20px 10px;
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.checkout-page .address-item ul {
  margin: 0 0 15px;
  background-color: #f9f9f9;
  padding: 20px;
  color: #444;
}

.checkout-page .address-item li {
  padding: 5px 0;
}

.checkout-page .address-item li.name {
  font-size: 16px;
  font-weight: bold;
}

.enter-address .message-error {
  margin: 20px 0;
}

.enter-address .edit-address {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
  text-align: center;
}

.checkout-page .ship-to-same-address .selector {
  margin: 0 0 5px;
  font-weight: bold;
  color: #222;
}

.checkout-page .pickup-in-store {
  text-align: center;
}

.checkout-page .pickup-in-store .selector {
  margin: 0 0 5px;
  font-weight: bold;
  color: #444;
}

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 20px 0;
  font-size: 14px;
  /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 13px;
  font-weight: bold;
  color: #222;
}

.shipping-method .method-description {
  margin: 5px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
  color: #222;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.payment-info .info {
  padding: 30px 15px;
  color: #222;
}

.payment-info .info tr {
  display: block;
  margin: 0 0 15px;
  font-size: 0;
}

.payment-info .info td {
  display: inline-block;
  width: 100% !important;
  max-width: 400px !important;
  font-size: 14px;
  /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type=text] {
  width: 100% !important;
}

.payment-info .info td input[name=CardCode] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #d6d6d6;
  border: 1px solid #222;
  padding: 5px;
  color: #222;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
  font-weight: 700;
}

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
  margin-top: 20px;
}

.order-completed .details {
  margin: 0 0 30px;
  padding: 15px;
  text-align: center;
  color: #222;
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  font-weight: normal;
  text-transform: uppercase;
}

.order-completed .details a:hover {
  text-decoration: underline;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.opc .allow .step-title {
  background-color: #cd212a;
  cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .allow .step-title .number {
  background-color: #cd212a;
}

.opc .step {
  margin: 10px 0;
  padding: 20px 15px;
  text-align: center;
}

.opc .section {
  margin: 0 0 30px;
}

.opc .section > label {
  display: block;
  margin: 0 0 10px;
}

.opc input[type=text],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

.opc .back-link small {
  display: none;
}

.opc .back-link a {
  display: inline-block;
  color: #222;
}

.opc .back-link a:hover {
  color: #aaa;
}

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-details-page .page-title {
  border-bottom: none;
}

.order-details-page .page-title h1 {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.order-details-page .page-title a {
  display: inline-block;
  min-width: 180px;
  margin: 5px 0;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .page-title a:hover {
  background-color: #999;
}

.order-details-page .page-title a.print-order-button:hover {
  background-color: #248ece;
}

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #222;
}

.order-details-page .order-overview .order-number {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
  font-weight: normal;
  color: #222;
}

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: #222;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.order-details-page .repost .button-2:hover {
  background-color: #248ece;
}

.order-details-page .download a {
  font-weight: normal;
  color: #ddd;
}

.order-details-page .download a:hover {
  text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #222;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.user-agreement-page .button-1:hover {
  background-color: #248ece;
}

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
  color: #222;
}

.order-details-page .tax-shipping-info a:hover {
  text-decoration: underline;
}

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0;
}

.order-details-page .totals.section {
  width: 470px;
  padding: 0 0px;
  max-width: 100%;
  margin: 0 auto 0px;
}

.order-details-page .total-info {
  background-color: #222;
  padding: 15px 20px;
  color: #fff;
}

/****** SEARCH & SITEMAP ******/
.search-page .page-title {
  margin: 0 0 -1px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
}

.advanced-search {
  margin: 30px 0 0;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.search-results {
  margin: 30px 0 0;
}

.search-results .warning,
.search-results .no-result {
  margin: 10px 0;
  color: #e4434b;
}

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center;
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: center;
}

.sitemap-page .entity-title h2 {
  font-size: 20px;
  font-weight: normal;
  color: #444;
}

.sitemap-page .entity-body {
  background-color: #d6d6d6;
  color: #222;
  padding: 30px 15px;
  text-align: center;
}

.sitemap-page .entity ul {
  font-size: 0;
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px;
  /*reset zeroing*/
}

.sitemap-page .entity li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #777;
}

.sitemap-page .entity a:hover {
  text-decoration: underline;
}

.sitemap-page .entity a:empty {
  display: none;
}

/****** BLOG & NEWS ******/
.block-blog-archive .number {
  display: block;
  color: #444;
  cursor: auto;
}

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
  margin: 0;
}

.blog-page .post,
.news-items .news-item {
  margin: 0 0 30px;
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both;
}

.post-body,
.news-body {
  margin: 0 0 20px;
  padding: 0 10px;
  line-height: 22px;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: bold;
  color: #444;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  margin: 0 0 3px 3px;
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 14px;
  /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
  margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: block;
  color: #aaa;
}

.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
  text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
  margin: 0;
  padding: 0 10px;
}

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 15px;
  font-weight: 500;
  font-style: italic;
  color: #222;
}

.blog-posts .buttons .read-comments:hover {
  text-decoration: underline;
}

.new-comment {
  margin: 50px 0 60px;
}

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .result {
  color: #690;
}

.new-comment .form-fields {
  margin: 0 0 20px;
}

.comment-list {
  margin: 0 0 100px;
}

.comment-list .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

.comment-list .title strong {
  font-weight: normal;
}

.comment-list .comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  /*border: 1px solid #ddd;*/
  overflow: hidden;
}

.comment-info .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: none !important;
}

.comment-time {
  font-size: 12px;
}

.comment-title {
  margin: 0 0 8px;
  font-size: 16px;
}

.comment-body {
  line-height: 22px;
}

.news-list-homepage {
  margin: 0 0 75px;
}

.news-list-homepage .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  color: #222;
}

.news-list-homepage .title strong {
  font-weight: normal;
}

.news-list-homepage .view-all {
  text-align: center;
}

/*** FORUM & PROFILE ***/
.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center;
}

.forums-main-page .topic-block p {
  text-align: center;
}

.forums-main-page .pager {
  display: none;
}

.forum-breadcrumb {
  margin: 0 0 40px;
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
  color: #444;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  color: #222;
  text-decoration: underline;
}

.forum-search-page .page-title {
  margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b;
}

/* forum group */
.forums-table-section {
  margin: 0 0 60px;
}

.forums-table-section + .pager {
  margin: -30px 0 30px;
}

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 22px;
  font-weight: normal;
  color: #444;
}

.forums-table-section .image div {
  width: 38px;
  height: 32px;
  margin: auto;
  background: url("../images/topic-type1.png") center no-repeat;
}

.forums-table-section .image div.sticky {
  background: url("../images/topic-type2.png") center no-repeat;
}

.forums-table-section .image div.announcement {
  background: url("../images/topic-type3.png") center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.forums-table-section .topic-title span {
  display: block;
  color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
  margin: 5px 0;
}

.forums-table-section .latest-post {
  white-space: nowrap;
}

.forums-table-section .latest-post div {
  margin: 5px 0;
}

.forums-table-section .latest-post label {
  color: #777;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px;
}

.forums-table-section .view-all a {
  background-color: #222;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.forums-table-section .view-all a:hover {
  background-color: #248ece;
}

/* forum-page, topic page */
.forum-page .forum-info {
  margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  margin: 1px;
  padding: 10px 10px 10px 33px;
  font-size: 14px;
}

.forum-actions .actions .new-topic {
  background: #eee url("../images/new.png") left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
  background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
  display: none;
  margin: 0;
}

.topic-actions .reply-topic-button {
  background: #eee url("../images/reply.png") left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url("../images/move.png") left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url("../images/edit_.png") left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url("../images/remove_.png") left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */
.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px;
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
  color: #444;
}

.topic-post a.username:hover {
  color: #222;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
  color: #222;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-time span {
  color: #444;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url("../images/edit_.png") left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url("../images/remove_.png") left center no-repeat;
}

.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
  color: #222;
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
  color: #222;
}

.topic-post .post-actions .post-link-button:hover {
  text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
  background-color: #888;
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  color: #444;
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url("../images/vote-up.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url("../images/vote-up-selected.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url("../images/vote-down.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url("../images/vote-down-selected.png") no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}

/* forum edit & send message */
.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
  margin: 0 0 -1px;
}

.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px;
  /*reset zeroing*/
  font-weight: normal;
  color: #444;
  white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  width: auto;
  margin: 5px;
  font-size: 14px;
  /*reset zeroing*/
  white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: #cec6b5 1px solid;
  padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
  border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
  display: block;
  margin: auto;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
  min-width: 140px;
  border: none;
  background-color: #999;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
  background-color: #888;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
  background-color: #222;
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
  background-color: #248ece;
}

.private-message-send-page a {
  font-size: 14px;
  color: #222;
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */
.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
  color: #444;
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  color: #444;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #222;
  color: #fff;
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/* inbox & view message */
.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-messages-page th.select {
  text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  min-width: 150px;
}

.private-messages-page td.date {
  white-space: nowrap;
}

.private-messages-page td.subject a {
  color: #444;
}

.private-messages-page td.subject a.pm-unread {
  color: #222;
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  font-size: 15px;
  /*reset zeroing*/
}

.private-messages-page .no-items {
  padding: 20px;
  text-align: center;
}

.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px;
}

.private-message-view-page .message-head span {
  font-weight: bold;
  color: #444;
}

.private-message-view-page .message-body {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important;
}

/* profile page  */
.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.profile-info-box .user-details {
  margin: 0 0 30px;
}

.profile-info-box .avatar {
  margin: 0 auto 15px;
}

.profile-info-box .title {
  margin: 0 0 10px;
  font-size: 18px;
  color: #222;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
}

.latest-posts .topic-title a {
  font-weight: bold;
  color: #444;
}

.latest-posts .topic-title a:hover {
  color: #222;
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

.latest-posts .topic-data {
  color: #444;
}

/* BB codes */
pre {
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;
}

.csharpcode .rem {
  color: green;
}

.csharpcode .kwrd {
  color: #00f;
}

.csharpcode .str {
  color: #006080;
}

.csharpcode .op {
  color: #00c;
}

.csharpcode .preproc {
  color: #c63;
}

.csharpcode .asp {
  background-color: #ff0;
}

.csharpcode .html {
  color: maroon;
}

.csharpcode .attr {
  color: red;
}

.csharpcode .alt {
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}

.csharpcode .lnum {
  color: #666;
}

@media all and (max-width: 769px) {
  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block;
  }

  .write-review {
    max-width: 90%;
    padding: 40px;
  }

  .write-review .review-rating div {
    text-align: center;
    display: inline-block;
  }

  /*** ESTIMATE SHIPPING POPUP ***/
  .shipping-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .address-item {
    width: 100%;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 0px;
    padding-top: 8px;
  }
}
@media all and (max-width: 1024px) {
  /*** GLOBAL TABLES ***/
  .cart {
    display: block;
  }

  .cart colgroup,
.cart thead {
    display: none;
  }

  .cart tbody {
    display: block;
    overflow: hidden;
  }

  .cart tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }

  .cart td {
    display: block;
    border: none;
    padding: 10px;
    text-align: center;
  }

  .cart td.remove-from-cart {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    position: relative;
  }

  .cart td.product-picture {
    border-top: 1px solid #ddd;
    padding: 15px 10px 5px;
  }

  .cart td.product {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }

  .cart td.quantity {
    padding: 0 10px;
    vertical-align: middle;
  }

  .cart td.unit-price,
.cart td.subtotal {
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 18px;
  }

  .order-details-page .data-table {
    display: block;
  }

  .order-details-page .data-table colgroup,
.order-details-page .data-table thead {
    display: none;
  }

  .order-details-page .data-table tbody {
    display: block;
    overflow: hidden;
  }

  .order-details-page .data-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
    text-align: center;
  }

  .order-details-page .data-table td {
    display: block;
    border: none;
    padding: 10px;
  }

  .order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }

  /*** MOBILE NAVIGATION ***/
  .header-menu {
    z-index: 100;
  }

  .menu-toggle {
    background: #222 url("../images/menu-icon.png") right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }

  .top-menu {
    display: none;
  }

  .top-menu > li {
    position: relative;
    margin: 1px 0;
    background-color: #f6f6f6;
  }

  .top-menu > li > a {
    display: block;
    min-height: 42px;
    padding: 10px;
    font-size: 15px;
    color: #555;
  }

  .top-menu .sublist {
    display: none;
    background-color: #fff;
    padding: 5px 0;
  }

  .top-menu .sublist li {
    position: relative;
    margin: 1px 0 1px 20px;
  }

  .top-menu .sublist li a {
    display: block;
    padding: 10px 15px;
    font-size: 15px;
  }

  .sublist-toggle {
    padding: 0;
    right: 0;
    font-size: 14px;
    padding-right: 10px;
    position: absolute;
    height: 47px;
    margin-right: 2px;
  }

  .sublist-toggle span.linearicons-chevron-down {
    display: none;
  }

  .sublist .sublist-toggle {
    height: 47px;
  }

  .block-account-navigation {
    float: none;
    margin: auto !important;
  }

  .write-review .review-rating {
    text-align: center;
  }

  .write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
  }
}
@media all and (min-width: 481px) {
  /*** GLOBAL ***/
  /*** GLOBAL TABLES ***/
  .cart tr {
    width: 46%;
    margin: 40px 2% 0;
  }

  .cart tr:nth-child(2n+1) {
    clear: both;
  }

  .order-details-page .data-table tr {
    width: 46%;
    margin: 40px 2% 0;
  }

  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: both;
  }

  /*** HEADER ***/
  .header-selectors-wrapper > div {
    display: inline-block;
    margin: 0px auto;
  }

  .ui-autocomplete img {
    display: inline;
  }

  /*** FOOTER ***/
  /*** CATEGORY ***/
  .product-filter {
    vertical-align: top;
    text-align: left;
  }

  .product-filter .product-spec-group {
    float: left;
    margin: 0 25px 10px 0;
  }

  .product-filter .product-spec-group.product-spec-color {
    max-width: 190px;
  }

  .product-filter .group li.item {
    display: block;
    margin: 0;
  }

  .product-filter .group li.color-item {
    display: inline-block;
  }

  /*** PRODUCT PAGE ***/
  .overview-buttons div {
    display: inline-block;
    width: auto;
    margin: 0 1px 2px;
  }

  /*** WISHLIST ***/
  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 5px;
  }

  /*** TOPICS ***/
  .enter-password-form input[type=password] {
    width: 260px;
  }

  /*** FORUM & PROFILE ***/
  .forums-header {
    background-color: #f9f9f9;
    padding: 30px 20px 20px;
  }

  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 5px -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 5px -1px !important;
  }

  .private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: inline-block;
    width: auto;
    margin: 1px;
  }

  .topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left;
  }

  .forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
    display: table-cell;
  }

  .topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
    display: table-cell;
  }

  .forum-table td.image {
    max-width: 40px;
  }

  .forum-table td.image div {
    max-width: 100%;
    background-size: contain;
  }

  /*** ESTIMATE SHIPPING POPUP ***/
  .estimate-shipping-popup {
    padding: 30px;
  }

  .estimate-shipping-popup .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media all and (min-width: 769px) {
  /**** GLOBAL ***/
  .home-page-polls li {
    min-width: 100px;
  }

  /**** GLOBAL TABLES ***/
  .cart tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }

  .cart tr:nth-child(2n+1) {
    clear: none;
  }

  .cart tr:nth-child(3n+1) {
    clear: both;
  }

  .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }

  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: none;
  }

  .order-details-page .data-table tr:nth-child(3n+1) {
    clear: both;
  }

  /*** HEADER ***/
  /*** FOOTER ***/
  .footer-block {
    display: inline-block;
    vertical-align: top;
  }

  .footer-block .list a {
    display: inline;
    padding: 0;
  }

  /*** CATEGORY ***/
  .product-selectors {
    text-align: left;
  }

  .product-selectors .product-viewmode {
    display: inline-block;
    float: right;
  }

  .product-selectors .product-viewmode span.bs_view_title {
    display: none;
  }

  .product-selectors .product-viewmode a {
    display: inline-block;
    /*width: 24px;
    height: 32px;*/
    margin: 0 0 0 12px;
    background-position: center;
    background-repeat: no-repeat;
  }

  /*.product-selectors .product-viewmode a.grid {
  	background-image: url('../images/view-grid.png');
  }
  .product-selectors .product-viewmode a.list {
  	background-image: url('../images/view-list.png');
  }*/
  /*** PRODUCT PAGE ***/
  .gallery {
    width: 550px;
  }

  .variant-picture {
    float: left;
  }

  .variant-picture + .variant-overview {
    width: auto;
    margin: 0 0 0 240px;
  }

  .variant-overview {
    text-align: left;
  }

  /*** PRODUCT REVIEWS ***/
  .write-review .review-rating div {
    display: inline-block;
    margin: 0 0 0px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
  }

  /*** REGISTRATION, LOGIN, ACCOUNT ***/
  .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top;
  }

  .recurring-payments {
    width: 100% !important;
    margin: 20px 0 !important;
  }

  /*** SHOPPING CART ***/
  .order-progress {
    padding: 20px;
  }

  .order-progress li {
    margin: 0 10px;
  }

  .order-progress a {
    min-width: 80px;
  }

  .cart-options .common-buttons {
    text-align: right;
  }

  .cart-options .checkout-attributes {
    padding: 0 10px;
  }

  .cart-footer .totals {
    float: right;
    width: 45%;
    margin: 0 0 0 5%;
  }

  .cart-footer .terms-of-service {
    text-align: left;
  }

  .cart-footer .checkout-buttons,
.cart-footer .addon-buttons {
    text-align: right;
  }

  .cart-footer .cart-collaterals {
    float: left;
    width: 50%;
    margin: 0%;
  }

  .cart-footer .cart-collaterals div,
.cart-footer .cart-collaterals label {
    text-align: left;
  }

  .cart-footer .estimate-shipping label {
    display: block;
    margin: 0 0 10px;
  }

  .cart-footer .estimate-shipping .buttons {
    text-align: right;
  }

  /*** CHECKOUT ***/
  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right;
  }

  .checkout-page .cart-footer .totals {
    max-width: 450px;
    margin: 0;
  }

  .checkout-page .address-grid {
    overflow: hidden;
  }

  .checkout-page .address-item {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    width: 48%;
    margin: 0 1% 40px;
  }

  .shipping-method .method-list li,
.payment-method .method-list li {
    display: inline-block;
    width: 30%;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 20px 1%;
    vertical-align: top;
  }

  .shipping-method .method-name {
    padding: 10px;
  }

  .payment-method .payment-logo {
    display: block;
    padding: 10px;
  }

  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: center;
  }

  .payment-info .info {
    padding: 30px 75px;
  }

  .order-review-data,
.order-details-area,
.shipment-details-area {
    overflow: hidden;
  }

  .order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    float: left;
    width: 48%;
    margin: 0 1% 40px;
  }

  /*** ORDER DETAILS & SHIPPING DETAILS ***/
  .order-details-page .section.options {
    text-align: right;
  }

  .order-details-page .tax-shipping-info {
    text-align: right;
  }

  .order-details-page .totals {
    float: right;
    clear: both;
  }

  .shipment-details-page .tracking-number .tracking-url {
    color: #222;
  }

  /*** BLOG & NEWS ***/
  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right;
  }

  .blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left;
  }

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

  .new-comment .buttons {
    text-align: center;
  }

  .comment-info .avatar {
    border: none;
  }

  .comment-info .avatar img {
    max-width: 80%;
    max-height: 80%;
  }

  /*** FORUM & PROFILE ***/
  .forum-actions,
.topic-actions {
    overflow: hidden;
  }

  .forum-actions .actions,
.topic-actions .actions {
    float: left;
  }

  .forum-actions .pager,
.topic-actions .pager {
    float: right;
    max-width: 450px;
  }

  .forum-actions .pager li,
.topic-actions .pager li {
    margin: 2px 4px;
  }

  .forum-actions .pager.upper {
    display: block;
  }

  .topic-actions.lower .actions {
    display: block;
  }

  .topic-posts {
    margin: 0 0 30px;
  }

  .topic-post {
    display: table;
    width: 100%;
    margin: 0;
  }

  .topic-post .post-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top;
    text-align: left;
  }

  .topic-post .user-info {
    width: auto;
  }

  .topic-post .username {
    min-height: 40px;
    margin: 0;
    border: none;
    text-align: center;
  }

  .topic-post .avatar {
    margin: auto;
    border: none;
  }

  .topic-post .avatar img {
    max-width: 80%;
    max-height: 80%;
  }

  .topic-post .user-stats li {
    margin: 0;
  }

  .topic-post .send-pm {
    margin: 0 0 20px;
  }

  .topic-post .pm-button,
.profile-info-box .pm-button {
    padding: 8px 16px;
    font-size: 13px;
  }

  .topic-post .post-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
  }

  .topic-post .post-head {
    min-height: 40px;
    overflow: hidden;
    background-color: #f6f6f6;
  }

  .topic-post .post-time {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }

  .topic-post .post-actions {
    float: right;
    margin: 0;
  }

  .topic-post .post-actions a {
    margin: 0;
    line-height: 20px;
  }

  .topic-post .post-actions .quote-post a {
    min-width: 70px;
  }

  .topic-post .post-actions a.post-link-button {
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
    text-align: center;
  }

  .topic-post .post-text {
    padding: 20px 5px;
  }

  .topic-post .post-vote {
    padding: 20px 0 20px 15px;
  }

  .forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes {
    display: table-cell;
  }

  .forum-table td.image {
    max-width: none;
  }

  .forum-table td.image div {
    max-width: none;
    background-size: initial;
  }

  .ui-tabs-nav {
    text-align: left;
  }

  .ui-tabs-nav li {
    margin: 0 10px -1px 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 10px -1px 0 !important;
  }

  .profile-info-box .avatar {
    float: left;
    margin: 0 15px 15px 0;
  }

  .profile-info-box .profile-stats {
    float: left;
    text-align: left;
  }

  .profile-info-box .title {
    text-align: left;
  }

  .profile-info-box .send-pm {
    clear: both;
    text-align: left;
  }
}
@media all and (min-width: 1025px) {
  /*** GLOBAL STYLES ***/
  .center-2 {
    float: right;
    width: calc(100% - 300px);
    margin-left: 20px;
    margin-top: 20px;
  }

  .side-2 {
    float: left;
    width: 280px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }

  .page {
    text-align: left;
  }

  .inputs {
    text-align: left;
  }

  .inputs label {
    display: inline-block;
    width: 265px;
    margin: 0 10px 0 0;
    text-align: right;
  }

  .inputs input[type=text],
.inputs input[type=email],
.inputs input[type=tel],
.inputs input[type=password],
.inputs select {
    min-height: 40px;
  }

  .inputs .option-list li {
    margin: 0 10px 0 0;
  }

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

  .center-2 .inputs label {
    width: 136px;
  }

  .inputs.accept-consent label {
    width: auto;
  }

  .page-title a + h1 {
    float: left;
  }

  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
  }

  /*** GLOBAL TABLES ***/
  .cart tr {
    width: auto;
    margin: 0;
  }

  .cart label {
    /*display: none;*/
    font-size: 0;
  }

  .cart label.td-title {
    display: none;
  }

  .order-details-page .data-table tr {
    width: auto;
    margin: 0;
  }

  .order-details-page .data-table label {
    display: none;
  }

  /*** HEADER ***/
  .header-upper:after {
    content: "";
    display: block;
    clear: both;
  }

  .header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0;
  }

  .header-selectors-wrapper > div {
    width: auto;
    min-width: 100px;
    margin: 0 12px 0 0;
    line-height: 43px;
  }

  .language-list {
    text-align: left;
  }

  .header-links-wrapper {
    float: right;
    padding: 0;
  }

  .header-links a,
.header-links span {
    text-transform: none;
  }

  #topcartlink {
    display: inline-block;
    width: auto;
  }

  .flyout-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 400px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    background-color: #fff;
  }

  .flyout-cart.active {
    display: block;
  }

  .mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px;
  }

  .mini-shopping-cart .count {
    padding: 5px 0 15px;
    color: #444;
  }

  .mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
  }

  .mini-shopping-cart .items {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
  }

  .mini-shopping-cart .item {
    overflow: hidden;
    padding: 10px 0;
  }

  .mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
  }

  .mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mini-shopping-cart .picture a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
  }

  .mini-shopping-cart .picture + .product {
    margin: 0 0 0 80px;
  }

  .mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .mini-shopping-cart .name a {
    color: #222;
  }

  .mini-shopping-cart .name a:hover {
    text-decoration: underline;
  }

  .mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
  }

  .mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
    text-align: right;
  }

  .mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
  }

  .mini-shopping-cart .buttons {
    margin: 0 0 5px;
  }

  .mini-shopping-cart input[type=button] {
    display: inline-block;
    border: none;
    background-color: #222;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
  }

  .mini-shopping-cart input[type=button]:hover {
    background-color: #248ece;
  }

  .header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
  }

  .search-box {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }

  .search-box input.search-box-text,
.search-box .search-box-button {
    height: 40px;
  }

  /*** NAVIGATION ***/
  .header-menu {
    text-align: left;
  }

  .menu-toggle {
    display: none;
  }

  .sublist-toggle {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
  }

  .header-menu > ul {
    display: block !important;
    /* prevents toggle display:none on resize */
    font-size: 0;
  }

  .header-menu > ul.mobile {
    display: none !important;
  }

  .header-menu > ul > li:first-child {
    border-left: none;
  }

  .header-menu > ul > li > a {
    display: block;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 16px;
    /*reset zeroing*/
    color: #000;
    font-weight: 600;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    display: inline-block;
    -webkit-transition: 350ms;
    transition: 350ms;
    cursor: pointer;
  }

  .header-menu ul li .sublist-toggle {
    padding: 0 !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }

  .header-menu > ul > li > .sublist.first-level > li > .sublist-toggle {
    -webkit-transform: translateY(-50%) rotate(-90deg) !important;
            transform: translateY(-50%) rotate(-90deg) !important;
    right: 10px;
  }

  .header-menu > ul > li > .sublist > li > .sublist > li > .sublist-toggle {
    -webkit-transform: translateY(-50%) rotate(-90deg) !important;
            transform: translateY(-50%) rotate(-90deg) !important;
    right: 10px;
  }

  .header-menu > ul > li > a:hover {
    color: #000;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  .header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
    z-index: 100;
  }

  .header-menu .sublist li {
    position: relative;
  }

  .header-menu .sublist > li > a {
    display: block;
    position: relative;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    color: #444;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  /*.header-menu .sublist li a:before {
  	content: "";
  	position: absolute;
  	top: 17px;
  	left: 15px;
  	width: 5px;
  	height: 5px;
  	background-color: #ddd;
  }*/
  .header-menu .sublist li:hover > a {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .header-menu ul li:hover > .sublist {
    display: block;
  }

  .header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
  }

  /*** FOOTER ***/
  .footer-block .list {
    margin: 0;
  }

  .newsletter-email input[type=text] {
    width: 200px;
  }

  .newsletter-email .newsletter-subscribe-button {
    width: 100px;
    padding: 0 5px;
  }

  .newsletter-validation .field-validation-valid {
    text-align: left;
  }

  .footer-lower {
    position: relative;
  }

  /*** COLUMN ***/
  .block {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .block .title {
    border-bottom: none;
    cursor: auto;
    margin: 0;
    background: #cd212a;
  }

  .block .title strong {
    font-weight: bold;
  }

  .block .listbox {
    display: block;
    border-bottom: none;
  }

  .block a.product-picture {
    display: block;
    position: relative;
    margin: 0 0 0 0px;
    vertical-align: middle;
    padding-bottom: 0;
    text-align: center;
  }

  .block a.product-name {
    vertical-align: middle;
  }

  .block a.product-picture + a.product-name {
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
  }

  .block.block-recently-viewed-products .listbox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .block.block-recently-viewed-products .listbox .list li {
    width: 50%;
  }

  .block.block-recently-viewed-products .listbox .list li a.product-picture:hover {
    background: transparent;
  }

  .block.block-recently-viewed-products .listbox .list li:hover a.product-name {
    background: #fff;
  }

  .block a.product-picture + a.product-name:before {
    display: none;
  }

  /*** CATEGORY ***/
  .breadcrumb {
    margin: 0px 0 0px;
  }

  /*** PRODUCT PAGE ***/
  .gallery {
    float: left;
    width: 46%;
  }

  .gallery .picture {
    width: auto;
  }

  .overview {
    float: right;
    width: 52%;
  }

  .rental-attributes {
    overflow: hidden;
  }

  .rental-attributes .attribute-item {
    float: left;
  }

  .rental-attributes .datepicker {
    width: 160px;
    text-align: left;
  }

  .attribute-squares li {
    margin: 0 10px 10px 0;
  }

  .product-details-page .title {
    text-align: left;
  }

  /*** PRODUCT REVIEWS ***/
  .write-review .review-rating div.name-description {
    width: 265px;
    margin: 0 5px 0 0;
    text-align: right;
  }

  .product-review-item .review-text {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .product-review-item .avatar {
    display: table-cell;
    vertical-align: top;
    width: 120px;
  }

  .product-review-item .avatar img {
    max-width: 100%;
  }

  .product-review-item .text-body {
    display: table-cell;
    vertical-align: top;
  }

  .product-review-item .avatar + .text-body {
    padding: 0 0 0 20px;
  }

  /*** WISHLIST & COMPARE LIST ***/
  .compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    right: 0;
  }

  .compare-products-table .full-description td {
    display: table-cell;
  }

  .compare-products-table .full-description td p {
    margin-top: 0;
  }

  /*** TOPICS ***/
  .center-1 .topic-block-title {
    text-align: center;
  }

  .topic-page p {
    text-align: justify;
  }

  /*** REGISTRATION, LOGIN, ACCOUNT ***/
  .gender span {
    margin: 0 10px 0 0;
  }

  .gender span > * {
    margin: 0 5px 0 0;
  }

  .date-of-birth select + select {
    margin: 0 0 0 11px;
  }

  #check-availability-button {
    display: block;
    margin: 10px auto;
  }

  .login-page .customer-blocks {
    overflow: hidden;
    max-width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0;
    background: #cd212a;
  }

  .login-page .new-wrapper .text {
    /*min-height: 200px;*/
  }

  .login-page .returning-wrapper {
    float: right;
    width: 49%;
    background: #cd212a;
    margin-left: 2%;
  }

  .login-page .returning-wrapper .form-fields {
    padding: 30px;
  }

  .login-page .returning-wrapper .inputs label {
    width: 110px;
  }

  .address-list-page .section,
.return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 30px;
  }

  .avatar-page .message-error,
.avatar-page .buttons {
    text-align: left;
  }

  .registration-page .vat-note {
    margin-left: 275px;
  }

  .customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
  }

  .customer-info-page .vat-status {
    display: inline-block;
  }

  /*** SHOPPING CART ***/
  .shopping-cart-page .cart-options {
    overflow: hidden;
  }

  .shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 565px;
    margin: -30px 0 15px;
  }

  .shopping-cart-page .checkout-attributes li {
    margin: 5px 10px 5px 0;
  }

  .shopping-cart-page .selected-checkout-attributes {
    margin: 15px 0;
    float: right;
  }

  /*** CHECKOUT ***/
  .order-progress {
    margin: 30px 0 50px;
  }

  .checkout-page .address-item {
    width: 31.33333%;
  }

  .checkout-page .terms-of-service {
    text-align: center;
  }

  .payment-info .info {
    padding: 30px 15px;
  }

  .payment-info .info td:first-child {
    width: 265px !important;
    margin: 0 10px 0 0;
    text-align: right;
  }

  .payment-info .info td:only-child {
    width: 100% !important;
  }

  .order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    text-align: left;
  }

  .opc .order-review-data ul {
    text-align: left;
  }

  /*** BLOG & NEWS ***/
  .comment-list {
    margin: 0 0 50px;
  }

  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: left;
  }

  .news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px;
  }

  .news-list-homepage .news-item:nth-child(3n+1) {
    clear: both;
  }

  .news-list-homepage .news-item:only-child {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

  /*** FORUM & PROFILE ***/
  .forum-breadcrumb {
    margin: -30px 0 30px;
  }

  .current-time {
    float: right;
  }

  .forum-search-box {
    float: left;
  }

  .forum-search-box .advanced {
    text-align: left;
  }

  .forum-search-box .advanced a {
    line-height: normal;
  }

  .forums-table-section td {
    min-width: 150px;
  }

  .forums-table-section td:first-child {
    min-width: 90px;
  }

  .forums-table-section .view-all {
    text-align: right;
  }

  .topic-actions .pager.upper {
    display: block;
    max-width: 400px;
  }

  .forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
  }

  .forum-table td {
    padding: 20px;
  }

  .forum-edit-page textarea,
.private-message-send-page textarea {
    width: 600px;
    height: 250px;
  }

  .private-message-send-page .bb-code-editor-wrapper {
    display: inline-block;
    width: 400px;
    margin: 10px 0;
    vertical-align: middle;
  }
}
@media all and (min-width: 1367px) {
  /*** GLOBAL STYLES ***/
  .inputs label {
    width: 375px;
  }

  .center-2 .inputs label {
    width: 213px;
  }

  .inputs.accept-consent label {
    width: auto;
  }

  /*** NAVIGATION ***/
  /*** PRODUCT REVIEWS ***/
  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    min-width: 375px;
  }

  /*** REGISTRATION, LOGIN, ACCOUNT ***/
  .registration-page .vat-note {
    margin-left: 385px;
  }

  .customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    margin-left: 225px;
  }

  /*** SHOPPING CART ***/
  .cart-footer .estimate-shipping .inputs label {
    display: inline-block;
    width: 35%;
  }

  .cart-footer .estimate-shipping .inputs input,
.cart-footer .estimate-shipping .inputs select {
    width: 65%;
  }

  /*** CHECKOUT ***/
  .shipping-method .method-list li,
.payment-method .method-list li {
    margin: 20px 1%;
  }

  .payment-info .info td:first-child {
    width: 375px !important;
  }

  .payment-info .info td:only-child {
    width: 100% !important;
  }

  /*** FORUM & PROFILE ***/
  .forum-actions .pager,
.topic-actions .pager {
    max-width: 600px !important;
  }

  .topic-post .post-text {
    width: 930px;
    max-width: 100%;
  }
}
/*---------- Black shop responsive ----------*/
@media only screen and (min-width: 1025px) {
  #mySidenav {
    display: none;
  }

  .header-upper {
    z-index: 1;
  }

  .header-menu .linearicons-menu {
    display: none;
  }

  .header-links li {
    position: relative;
    margin: 0 15px;
  }

  .header-links li:last-child {
    margin-right: 0px !important;
  }

  #topcartlink {
    display: inline-block;
    margin: 0 25px;
  }

  /*.header-links li:before {
      content: '';
      position: absolute;
      top: 50%;
      transform:translateY(-50%);
      right: -32px;
      background-image: linear-gradient(to right, #000 50%, rgba(255, 255, 255, 0) 0%);
      background-position: top;
      background-size: 10px 1px;
      background-repeat: repeat-x;
      width: 20px;
      height: 1px;
  }*/
  .bs_news_comment_box, .bs_blogs_comment_box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-links li:last-child:before {
    display: none;
  }

  .header-logo {
    width: 270px;
  }

  .header-lower {
    display: table;
    width: 100%;
  }

  .header-menu {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-menu > ul > li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    position: relative;
  }

  .header-menu > ul > li > a {
    position: relative;
  }

  .search-box input.search-box-text {
    width: 100%;
  }

  /*.header-menu > ul > li > a::before {
      content: '\e9a5';
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      font-family: 'Linearicons';
  }*/
  .registration-page .bs_register_form_field label.bs_text_label {
    display: none;
  }

  .account-page.customer-info-page .bs_register_form_field label.bs_text_label {
    display: none;
  }

  .account-page.address-edit-page .bs_register_form_field label.bs_text_label {
    display: none;
  }

  .registration-page .bs_register_box label.bs_text_label {
    display: none;
  }

  .bs_gift_card_detail .bs_input_field label.bs_text_label {
    display: none;
  }

  .coupon-code .bs_text_label {
    display: none;
  }

  .bs_blogs_comment_box .bs_input_field label.bs_text_label {
    display: none;
  }

  .bs_vender_all_inputs .bs_input_field .bs_text_label {
    display: none;
  }

  .bs_contactus_inputs .bs_input_field .bs_text_label {
    display: none;
  }

  .bs_email_inputs .bs_input_field .bs_text_label {
    display: none;
  }

  .bs_product_review_section .write-review label.bs_text_label {
    display: none;
  }

  .bs_news_comment_input label.bs_text_label {
    display: none;
  }

  .account-page.customer-info-page .bs_register_box label.bs_text_label {
    display: none;
  }

  .account-page.customer-info-page .bs_register_box .bs_input_field.custom-attributes label.bs_text_label {
    display: block;
  }

  .registration-page .bs_register_box .bs_input_field.custom-attributes label.bs_text_label {
    display: block;
  }

  .registration-page .bs_register_box .bs_input_field.custom-attributes .bs_input_area .option-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .checkout-data .bs_edit_address .bs_input_field.custom-attributes label.bs_text_label {
    display: block;
  }

  .checkout-data .bs_edit_address .bs_input_field label.bs_text_label {
    display: none;
  }

  .account-page .bs_register_box .bs_input_field.custom-attributes label.bs_text_label {
    display: block;
  }

  .account-page.change-password-page .bs_change_password_box label.bs_text_label {
    display: none;
  }

  .account-page.check-gift-card-balance-page label.bs_text_label {
    display: none;
  }

  .password-recovery-page .bs_change_password_box label.bs_text_label {
    display: none;
  }

  .bs_register_form_field .bs_input_field {
    width: 49%;
    margin-left: 2%;
  }

  .bs_register_form_field .bs_input_field:first-child {
    margin-left: 0%;
  }

  .bs_register_form_field .bs_input_field:nth-child(2n+1) {
    margin-left: 0%;
  }

  .address-list .bs_each_address {
    width: 49%;
    margin-left: 2%;
  }

  .address-list .bs_each_address:first-child {
    margin-left: 0%;
  }

  .address-list .bs_each_address:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_input_field .field-validation-error {
    text-align: left;
  }

  .account-page.change-password-page .bs_change_password_box {
    max-width: 600px;
    margin: auto;
  }

  .password-recovery-page .bs_change_password_box {
    max-width: 600px;
    margin: auto;
  }

  .search-input .bs_input_area span.price-range input {
    width: calc(50% - 10px);
  }

  .search-input .bs_input_area span.price-range input:last-child {
    margin-left: 20px;
  }

  .bs_request_item_main {
    width: 49%;
    margin-left: 2%;
  }

  .bs_request_item_main:nth-child(2n+1) {
    margin-left: 0%;
  }
}
/*---------- Black shop responsive ----------*/
@media only screen and (min-width: 1381px) {
  .home-page .topic-block {
    margin: 0 70px;
  }

  .bs_home_feature_product_main .bs_home_products .item-box {
    margin-left: 2%;
    width: 18.4%;
  }

  .bs_category_product .item-box {
    margin-left: 2%;
    width: 23.5%;
  }

  .bs_category_product .item-box:nth-child(4n+1) {
    margin-left: 0%;
  }

  .bs_category_product_list .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .bs_category_product_list .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_gift_card_detail .bs_input_field {
    width: 49%;
    margin-left: 2%;
  }

  .bs_gift_card_detail .bs_input_field:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_account_review_list_all .product-review-item {
    margin-left: 2%;
    width: 49%;
  }

  .bs_account_review_list_all .product-review-item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .product-variant-list .product-variant-line {
    margin-left: 2%;
    width: 49%;
  }

  .product-variant-list .product-variant-line:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_blogs_list .bs_blog_post {
    margin-left: 2%;
    width: 49%;
  }

  .bs_blogs_list .bs_blog_post:nth-child(2n+1) {
    margin-left: 0%;
  }

  .news-list-page .bs_news_list .bs_news_item {
    margin-left: 2%;
    width: 32%;
  }

  .news-list-page .bs_news_list .bs_news_item:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_product_attributes .bs_procuct_each_attribute {
    margin-left: 2%;
    width: 32%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute:nth-child(4n+1) {
    margin-left: 0%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute {
    margin-left: 2%;
    width: 23.5%;
  }

  .bs_product_attributes .bs_procuct_each_attribute:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box:nth-child(5n+1) {
    margin-left: 0%;
  }

  .item-grid.bs_also_purchased .item-box {
    margin-left: 2%;
    width: 18.4%;
  }

  .item-grid.bs_also_purchased .item-box:nth-child(5n+1) {
    margin-left: 0%;
  }

  .bs_news_home_main_right .bs_news_item {
    margin-left: 2%;
    width: 32%;
  }

  .order-list .bs_order_item:nth-child(3n+1) {
    margin-left: 0%;
  }

  .order-list .bs_order_item {
    margin-left: 2%;
    width: 32%;
  }

  .product-review-list .product-review-item {
    margin-left: 2%;
    width: 32%;
  }

  .product-review-list .product-review-item:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_news_home_main_right .bs_news_item:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_footer_link .footer-block {
    width: 23.5%;
    margin-right: 2%;
  }

  .footer-block .title {
    margin: 0 0 15px;
    background: none;
    padding: 0;
    cursor: auto;
  }

  .footer-block .list {
    display: block !important;
    /* prevents toggle display:none on resize */
    background: none;
    padding: 0;
  }

  .master-wrapper-content {
    margin: 0 70px;
  }

  .bs_home_feature_product_section .bs_home_feature_product_main {
    padding: 0 70px;
  }

  .html-columns-one-page .jCarouselMainWrapper {
    padding: 40px 70px;
  }

  .bs_product_breadcrumb {
    padding: 0 70px;
  }

  .login-page .returning-wrapper input[type=text],
.login-page .returning-wrapper input[type=email],
.login-page .returning-wrapper input[type=password] {
    width: 100%;
  }

  .gallery {
    width: 34%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .overview {
    width: 64%;
  }

  .gallery .picture {
    width: 78%;
    margin-right: 0;
  }

  .gallery .picture-thumbs {
    width: 20%;
  }

  .cart-collaterals .deals > div {
    width: 49%;
  }

  .bs_gift_card_box {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 1281px) {
  .bs_service_box:nth-child(3n+1) {
    margin-right: 0px;
  }

  .bs_service_box:first-child {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1380px) and (min-width: 1025px) {
  .bs_footer_link .footer-block {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }

  .news-list-page .bs_news_list .bs_news_item {
    margin-left: 2%;
    width: 49%;
  }

  .news-list-page .bs_news_list .bs_news_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .order-list .bs_order_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_gift_card_detail .bs_input_field {
    width: 100%;
    margin-left: 0%;
  }

  .product-variant-list .product-variant-line {
    margin-left: 0%;
    width: 100%;
  }

  .gallery {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .overview {
    width: 53%;
  }

  .gallery .picture-thumbs {
    width: 20%;
  }

  .gallery .picture {
    width: 78%;
    margin-right: 0;
  }

  .order-list .bs_order_item {
    margin-left: 2%;
    width: 49%;
  }

  .cart-collaterals .deals > div {
    width: 100%;
  }

  .bs_gift_card_box {
    margin-left: 0%;
  }

  .bs_product_attributes .bs_procuct_each_attribute {
    margin-left: 2%;
    width: 49%;
  }

  .bs_product_attributes .bs_procuct_each_attribute:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute {
    margin-left: 2%;
    width: 32%;
  }

  .bs_category_product .item-box {
    margin-left: 2%;
    width: 32%;
  }

  .bs_category_product .item-box:nth-child(3n+1) {
    margin-left: 0%;
  }

  .footer {
    margin-left: 0;
  }

  .footer-upper {
    padding: 50px 40px 0px 0;
  }

  .bs_poll_main {
    padding: 50px 40px;
  }

  .home-page .topic-block {
    margin: 0 40px;
  }

  .bs_footer_link .footer-block:nth-child(2n+1) {
    margin-left: 0%;
  }

  .item-grid.bs_also_purchased .item-box {
    margin-left: 2%;
    width: 23.5%;
  }

  .item-grid.bs_also_purchased .item-box:nth-child(4n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box {
    margin-left: 2%;
    width: 23.5%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box:nth-child(4n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main {
    padding: 0 40px;
  }

  .html-columns-one-page .jCarouselMainWrapper {
    padding: 40px 40px;
  }

  .category-grid.bs-home-page-category-grid {
    padding: 50px 40px;
  }

  section.bs_service_section {
    padding: 80px 40px 40px;
  }

  .header-lower {
    padding: 15px 40px;
  }

  .bs_search_box_main {
    padding: 10px 40px;
  }

  .header-upper {
    padding: 0 40px;
  }

  .bs_home_news_section {
    padding: 50px 40px;
  }

  .related-products-grid.bs_related_product_section {
    padding: 40px;
  }

  .bestsellers.bs_best_sellers_section {
    padding: 40px 40px;
  }

  .bs_news_home_main_right .bs_news_item {
    margin-left: 2%;
    width: 49%;
  }

  .bs_news_home_main_right .bs_news_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .product-review-list .product-review-item {
    margin-left: 2%;
    width: 49%;
  }

  .product-review-list .product-review-item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_read_icon {
    font-size: 160px;
    padding: 35px;
  }

  .bs_news_home_main_right {
    width: calc(100% - 230px);
  }

  .footer-block .title {
    margin: 0 0 15px;
    background: none;
    padding: 0;
    cursor: auto;
  }

  .footer-block .list {
    display: block !important;
    /* prevents toggle display:none on resize */
    background: none;
    padding: 0;
  }

  .master-wrapper-content {
    margin: 0 40px;
  }

  .login-page .returning-wrapper input[type=text],
.login-page .returning-wrapper input[type=email],
.login-page .returning-wrapper input[type=password] {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .address-list .bs_each_address {
    width: 49%;
    margin-left: 2%;
  }

  .order-list .bs_order_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .news-list-page .bs_news_list .bs_news_item {
    margin-left: 2%;
    width: 49%;
  }

  .news-list-page .bs_news_list .bs_news_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_product_attributes .bs_procuct_each_attribute {
    margin-left: 2%;
    width: 49%;
  }

  .order-list .bs_order_item:nth-child(2n+1) {
    margin-left: 0%;
  }

  .order-list .bs_order_item {
    margin-left: 2%;
    width: 49%;
  }

  .bs_product_attributes .bs_procuct_each_attribute:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute {
    margin-left: 2%;
    width: 49%;
  }

  .address-list .bs_each_address:first-child {
    margin-left: 0%;
  }

  .address-list .bs_each_address:nth-child(2n+1) {
    margin-left: 0%;
  }

  .footer-upper {
    padding: 80px 40px 0px 0;
  }

  .item-grid.bs_also_purchased .item-box {
    margin-left: 2%;
    width: 32%;
  }

  .item-grid.bs_also_purchased .item-box:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box {
    margin-left: 2%;
    width: 32%;
  }

  .bs_category_product .item-box {
    margin-left: 2%;
    width: 32%;
  }

  .bs_category_product .item-box:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box:nth-child(3n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main {
    padding: 0 40px;
  }

  .html-columns-one-page .jCarouselMainWrapper {
    padding: 40px 40px;
  }

  .category-grid.bs-home-page-category-grid {
    padding: 50px 40px;
  }

  section.bs_service_section {
    padding: 80px 40px 40px;
  }

  .bs_search_box_main {
    padding: 10px 40px;
  }

  .home-page .topic-block {
    margin: 0 40px;
  }

  .header-lower {
    padding: 15px 40px;
  }

  .related-products-grid.bs_related_product_section {
    padding: 40px;
  }

  .bestsellers.bs_best_sellers_section {
    padding: 40px 40px;
  }

  .header-upper {
    padding: 0 40px;
  }

  .bs_home_news_section {
    padding: 50px 40px;
  }

  .bs_poll_main {
    padding: 50px 40px;
  }

  .bs_footer_subscribe_box {
    margin-left: -120px;
  }

  .footer {
    margin-left: 0;
  }

  .header-menu .linearicons-menu {
    left: 40px;
  }

  .master-wrapper-content {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .bs_home_feature_product_main .bs_home_products .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .item-grid.bs_also_purchased .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .item-grid.bs_also_purchased .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_category_product .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .bs_category_product .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_home_feature_product_main {
    padding: 0 30px;
  }

  .html-columns-one-page .jCarouselMainWrapper {
    padding: 40px 30px;
  }

  .home-page .topic-block {
    margin: 0 30px;
  }

  .category-grid.bs-home-page-category-grid {
    padding: 50px 30px;
  }

  section.bs_service_section {
    padding: 80px 30px 40px;
  }

  .bs_search_box_main {
    padding: 10px 30px;
  }

  .header-lower {
    padding: 15px 30px;
  }

  .header-menu .linearicons-menu {
    left: 30px;
  }

  .header-upper {
    padding: 0 30px;
  }

  .bs_home_news_section {
    padding: 50px 30px;
  }

  .related-products-grid.bs_related_product_section {
    padding: 40px 30px;
  }

  .bestsellers.bs_best_sellers_section {
    padding: 40px 30px;
  }

  .bs_poll_main {
    padding: 30px;
  }

  .master-wrapper-content {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .bs_service_box:nth-child(2n) {
    margin-right: 0px;
  }

  .bs_service_box {
    width: calc(49% - 35px);
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery .picture:before {
    padding-top: 500px;
  }

  .gallery .picture-thumbs .thumb-item {
    width: 100px;
  }

  .wishlist-page .cart .remove-from-cart [type=checkbox] + label:before {
    left: -20px;
    top: 0;
    opacity: 0;
    border-color: #fff;
  }

  .wishlist-page .cart .add-to-cart [type=checkbox] + label:before {
    left: -20px;
    top: 0;
    opacity: 0;
    border-color: #fff;
  }

  .wishlist-page .cart .add-to-cart input {
    width: 100%;
    top: 0;
    left: 0;
  }

  .wishlist-page .cart .remove-from-cart input {
    width: 100%;
    top: 0;
    left: 0;
  }

  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #222;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 40px;
    text-align: center;
    max-width: 300px;
  }

  a.closebtn {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 4px;
    padding: 10px;
    display: block;
    height: 40px;
    width: 40px;
  }

  .wishlist-page .cart .remove-from-cart label, .wishlist-page .cart .add-to-cart label,
.shopping-cart-page .cart .remove-from-cart label, .shopping-cart-page .cart .add-to-cart label {
    padding: 0;
    position: absolute;
    top: 10px;
    left: calc(50% + 10px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0;
  }

  .bs_request_item_main {
    width: 100%;
    margin-left: 0%;
  }

  .bs_gift_card_detail .bs_input_field {
    width: 100%;
    margin-left: 0;
  }

  .product-variant-list .product-variant-line {
    margin-left: 0%;
    width: 100%;
  }

  .my-product-reviews-list-page .bs_account_review_list_all .product-review-item {
    width: 100%;
  }

  .cart-collaterals .deals > div {
    width: 100%;
  }

  .bs_gift_card_box {
    margin-left: 0%;
  }

  .shopping-cart-page .cart .remove-from-cart [type=checkbox] + label:before, .shopping-cart-page .cart .add-to-cart [type=checkbox] + label:before {
    left: -23px;
    top: 0;
  }

  .shopping-cart-page .common-buttons {
    text-align: center;
  }

  .cart td.add-to-cart {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    position: relative;
  }

  .wishlist-content .buttons {
    text-align: center;
  }

  .cart .remove-from-cart input, .cart .add-to-cart input {
    width: 100%;
  }

  .product-review-list .product-review-item {
    margin-left: 0%;
    width: 100%;
  }

  .write-review .bs_input_field .bs_text_label {
    color: #fff;
    text-align: center;
    display: block;
  }

  .account-page.change-password-page .bs_change_password_box {
    max-width: 600px;
    margin: auto;
  }

  .password-recovery-page .bs_change_password_box {
    max-width: 600px;
    margin: auto;
  }

  .bs_register_form_field .bs_input_field {
    width: 100%;
    margin-left: 0%;
  }

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

  .bs_register_main {
    width: 100%;
  }

  .bs_already_register {
    float: none;
    width: 80%;
  }

  .bs_reg_login_section {
    padding: 50px 0 50px 50px;
  }

  .login-page .new-wrapper {
    background: #cd212a;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
  }

  .login-page .returning-wrapper {
    background: #cd212a;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 30px;
  }

  .login-page .new-wrapper .text {
    padding: 15px 30px;
  }

  .login-page .buttons {
    text-align: center;
  }

  .side-2 {
    margin-top: 20px;
  }

  .block {
    width: 100%;
    margin-bottom: 5px;
  }

  .breadcrumb ul {
    text-align: center;
  }

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

  .block .title::before {
    content: "";
    font-family: "Linearicons";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    display: block;
  }

  .block .listbox {
    background: #d6d6d6;
  }

  .html-account-page .side-2 .block .listbox {
    background: #fff;
  }

  .header-links-wrapper {
    padding: 5px 0;
  }

  .header-links span, .header-links a {
    font-size: 0px;
  }

  .header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-selectors-wrapper {
    float: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-links-wrapper {
    float: right;
    padding: 0;
  }

  .footer-block .title {
    font-size: 16px;
    color: #222;
    position: relative;
  }

  .bs_footer_subscribe_box {
    padding: 30px;
  }

  .bs_footer_link .footer-block .list li a:hover {
    color: #222;
  }

  .footer-block .title::before {
    content: "";
    font-family: "Linearicons";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    display: block;
  }

  .footer-block.follow-us .title::before {
    display: none;
  }

  .bs_footer_link .footer-block .list {
    color: #222;
  }

  .bs_footer_link .footer-block .list li a {
    color: #222;
    padding: 0;
  }

  .footer-block.follow-us {
    padding: 15px 15px;
  }

  .footer-block {
    width: 100%;
    margin-bottom: 5px;
  }

  .footer-block.follow-us .title {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .newsletter-email input[type=email] {
    width: calc(100% - 34px);
  }

  .bs_news_home_main_left {
    padding: 0px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bs_news_home_main_left::before {
    background: transparent;
    position: unset;
    width: 100%;
  }

  .bs_news_home_main_right {
    width: calc(100% - 0px);
  }

  .bs_read_icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    padding: 30px;
  }

  .header-logo {
    width: 270px;
    margin-left: 60px;
    margin-bottom: 0;
  }

  .header-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .search-box.store-search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-menu .linearicons-menu {
    position: absolute;
    top: 18px;
    font-size: 36px;
    display: inline-block;
  }

  .search-box form {
    width: 100%;
  }

  .search-box input.search-box-text {
    width: 100%;
  }

  .search-input .bs_input_area span.price-range input {
    width: calc(50% - 10px);
  }

  .search-input .bs_input_area span.price-range input:last-child {
    margin-left: 20px;
  }

  .bs_contactus_box {
    padding: 80px 0 80px 0px;
  }

  .bs_email_box {
    padding: 30px 0 30px 0px;
  }

  .bs_return_box {
    padding: 30px 0 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .address-list .bs_each_address {
    width: 100%;
    margin-left: 0%;
  }

  .variant-overview {
    padding: 15px 15px 0 15px;
    text-align: center;
  }

  .news-list-page .bs_news_list .bs_news_item {
    margin-left: 0%;
    width: 100%;
  }

  .bs_contactus_icon, .bs_email_icon {
    position: unset;
    float: none;
    margin: 0px auto;
    width: 50%;
    -webkit-transform: none;
            transform: none;
  }

  .bs_contactus_box::before {
    content: none;
    position: unset;
    width: 100%;
  }

  .bs_contctus_input_box, .bs_email_input_box {
    width: 100%;
  }

  .bs_contactus_box, .bs_email_box {
    max-width: 100%;
  }

  .bs_contactus_box {
    padding: 40px 0 40px 0px;
  }

  .bs_email_box {
    padding: 30px 0 30px 0px;
  }

  .variant-overview .add-to-wishlist .bs_add_to_wishlist_button {
    margin: auto;
  }

  .order-list .bs_order_item {
    margin-left: 0%;
    width: 100%;
  }

  .cart-footer .totals {
    width: 500px;
  }

  .bs_product_attributes .bs_procuct_each_attribute {
    margin-left: 0%;
    width: 100%;
  }

  .bs_checkout_attributes .bs_checkout_each_attribute {
    margin-left: 0%;
    width: 100%;
  }

  .footer {
    margin-left: 0;
  }

  .footer-upper {
    width: 100%;
    padding: 60px 0px 30px 0;
    display: block;
  }

  .bs_footer_subscribe_box {
    padding: 30px;
    margin-left: 0px;
    margin: 0 40px 40px;
  }

  .bs_footer_link {
    padding: 0 40px;
  }

  .newsletter-email input[type=email] {
    width: calc(100% - 36px);
  }

  .bs_service_box {
    padding: 35px 15px 15px 40px;
  }

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

  .bs_category_product_list .item-box .picture {
    width: 100%;
    float: none;
    margin-bottom: 0px;
  }

  .bs_category_product_list .item-box .details {
    width: 100%;
    float: none;
  }

  .bs_category_product_list .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .bs_category_product_list .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_category_product_list .item-box .bs_item_box_buttons {
    width: 100%;
    left: 0px;
  }

  .bs_return_input_box, .bs_search_input_box {
    padding: 20px;
    width: 100%;
  }

  .bs_return_icon {
    position: unset;
    float: none;
    margin: 0px auto;
    width: 50%;
    -webkit-transform: none;
            transform: none;
  }

  .bs_search_icon {
    position: unset;
    float: none;
    margin: 0px auto;
    width: 50%;
    -webkit-transform: none;
            transform: none;
  }

  .bs_return_box, .bs_serach_box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .bs_service_box {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0px;
  }

  .bs_service_box:first-child {
    margin-right: 0%;
  }

  .bs_news_home_main_right .view-all {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .product-selectors .product-sorting {
    width: 45%;
  }
  .product-selectors .product-page-size {
    width: 45%;
  }

  .bs_reg_login_section::before {
    width: 100%;
  }

  .bs_product_review_section .product-review-list {
    padding: 20px;
  }

  .bs_already_register {
    width: 100%;
  }

  .bs_reg_login_section {
    padding: 50px 0 50px 0px;
  }

  .bs_required_info {
    padding: 0 15px;
  }

  .bs_register_form_field {
    padding: 0 15px;
  }

  .item-grid.bs_also_purchased .item-box {
    margin-left: 0%;
    width: 100%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box {
    margin-left: 2%;
    width: 49%;
  }

  .bs_home_feature_product_main .bs_home_products .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_category_product .item-box {
    margin-left: 0%;
    width: 100%;
  }

  .bs_home_feature_product_main {
    padding: 0 15px;
  }

  .html-columns-one-page .jCarouselMainWrapper {
    padding: 40px 15px;
  }

  .category-grid.bs-home-page-category-grid {
    padding: 50px 15px;
  }

  .bs_search_box_main {
    padding: 10px 15px;
  }

  section.bs_service_section {
    padding: 80px 15px 40px;
  }

  .header-lower {
    padding: 15px 15px !important;
  }

  .header-upper {
    padding: 0 15px !important;
  }

  .bs_news_home_main_right {
    padding: 10px;
  }

  .bs_home_news_section {
    padding: 50px 15px;
  }

  .bs_poll_main {
    padding: 50px 15px;
  }

  .home-page .topic-block {
    margin: 0 15px;
  }

  .related-products-grid.bs_related_product_section {
    padding: 40px 15px;
  }

  .bestsellers.bs_best_sellers_section {
    padding: 40px 15px;
  }

  .footer {
    margin-left: 0;
  }

  .bs_footer_subscribe_box {
    padding: 15px;
    margin: 0 15px 20px;
  }

  .bs_footer_link {
    padding: 0 15px;
  }

  .bs_footer_subscribe_box .bs_footer_logo a {
    width: 240px;
  }

  .bs_category_home_main .slick-prev {
    left: -50px;
  }

  .bs_category_home_main .slick-next {
    right: -50px;
  }

  .bs_category_home_main {
    width: calc(100% - 100px);
  }

  .bs_home_category_item .title {
    max-width: 100%;
    margin: 0;
  }

  .header-menu .linearicons-menu {
    left: 15px;
  }

  .master-wrapper-content {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 480px) {
  .bs_category_product_list .item-box {
    margin-left: 0%;
    width: 100%;
  }

  .gallery .picture:before {
    padding-top: 100%;
  }

  .estimate-shipping-popup .mfp-close {
    width: 30px !important;
    height: 30px !important;
    line-height: 32px !important;
    right: -3px !important;
    top: -3px !important;
  }
}
@media only screen and (max-width: 440px) {
  .bs_search_bar input[type=text] {
    font-size: 17px;
  }

  .bs_shipping_popup {
    padding: 15px;
  }

  .s-open .linearicons-magnifier::before {
    font-size: 20px;
  }

  .bs_add_to_wishlist_button, .bs_email_a_friend_button, .bs_add_to_compare_list_button {
    width: 100%;
  }

  .header-selectors-wrapper, .header-links-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .date-of-birth .date-picker-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .date-of-birth .date-picker-wrapper select {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
    margin-left: 0;
  }

  .header-logo {
    width: 220px;
  }

  .write-review {
    padding: 20px;
  }

  .overview {
    padding: 15px;
  }

  .overview-buttons div {
    width: 100%;
    margin: 0 auto 3px;
  }

  .bs_contactus_icon, .bs_email_icon, .bs_return_icon, .bs_search_icon {
    width: 80%;
  }

  .bs_contctus_input_box, .bs_email_input_box {
    padding: 20px;
  }

  .footer-lower {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer-lower > div {
    width: 100%;
  }
}
.admin-header-links {
  text-align: right;
}

.bs_footer_link .linearicons-chevron-right {
  padding-top: 2px !important;
}

.eu-cookie-bar-notification .text a {
  margin-top: 13px;
  color: #cd212a;
}

.footer-powered-by {
  color: #ddd;
  margin-top: 10px;
}

.footer-powered-by-nc {
  background: rgba(0, 0, 0, 0.5);
}

.bs_home_feature_product_section .bs_title_white h3 {
  color: #000;
}

@media only screen and (max-width: 960px) {
  .eu-cookie-bar-notification .text {
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .block {
    margin: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .bs_category_product .item-box:nth-child(2n+1) {
    margin-left: 0%;
  }

  .bs_category_product .item-box {
    margin-left: 1%;
    width: 49%;
  }
}