.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link {
  color: #08c;
  text-decoration: none;
}
.link:hover {
  color: #666666;
}
.linkReverse {
  color: #666666;
}
.linkReverse:hover {
  color: #08c;
}
.linkGray {
  color: #686868;
}
.linkGray:hover {
  color: #08c;
}
.linkGraylighter {
  color: #909090;
}
.linkGraylighter:hover {
  color: #08c;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right;
  display: block;
}
.align-center {
  text-align: center;
}
.noitalic {
  font-style: normal !important;
}
.nobold {
  font-weight: normal !important;
}
.nomarginall {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nopaddingall {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.nomargintop {
  margin-top: 0 !important;
}
.poscenter {
  display: table;
  margin: 0 auto;
}
.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginleft {
  margin-left: 0 !important;
}
.nomarginright {
  margin-right: 0 !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.pull-left[class^="icon-"],
.pull-left[class*=" icon-"] {
  margin-right: 10px;
}
.smallFontSize {
  font-size: 85.7%;
}
.normalFontSize {
  font-size: 92.9%;
}
.largeFontSize {
  font-size: 114.3%;
}
.xlargeFontSize {
  font-size: 128.6%;
}
.thumbnail.pull-left {
  margin: 0 1em 10px 0;
}
.thumbnail.pull-right {
  margin: 0 0 1em 10px;
}
.thumbnail.clear {
  border: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.icon.pull-left {
  margin: 0 1em 0 0;
}
.icon.pull-right {
  margin: 0 0 0 1em;
}
.bgcolor2 {
  background: #ff6825;
}
.bgcolor5 {
  background: #8eb60b;
}
.img-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-effect img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.img-effect .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.img-effect .hoverLink {
  position: absolute;
  left: 50%;
  bottom: 50%;
  z-index: 15;
  margin: 0 0 -16px -16px;
}
.img-effect .hoverLink > i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.img-effect .hoverLink > i.icon-img {
  background: url(../images/arrow-right-img.png) no-repeat -54px center;
}
.img-effect:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.img-effect:hover .image-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-effect:hover .hoverLink:hover i {
  background-color: #666666;
}
#flip-scroll table {
  width: 100%;
  display: block;
}
#flip-scroll tr {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
}
#flip-scroll td,
#flip-scroll th {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 5px 8px;
}
.listinline {
  margin: 0;
}
.listinline li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listinline li.item {
  width: 32%;
  padding: 0;
}
.listLineSolid {
  margin: 0;
}
.listLineSolid li {
  display: inline-block;
  padding: 0;
  line-height: 20px;
  margin-bottom: 0;
}
.listLineSolid li:before {
  content: "|";
  margin: 0 10px;
  color: #909090;
  font-size: 12px;
}
.listLineSolid li:first-child:before {
  content: "";
}
.listLineSolid li a {
  color: #909090;
}
.listLineSolid li a:hover {
  color: #08c;
}
.listunderline {
  list-style: none;
  margin: 0;
}
.listunderline li {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
#filter .blur img {
  filter: url("../images/css_blur.svg#blur");
  -webkit-filter: blur(5px);
}
#filter .grayScale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: gray;
}
#filter .disgrayscale img {
  filter: url(../images/css_blur.svg#greyscale);
  -webkit-filter: grayscale(0%);
}
.transform-style {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.backface-visibility {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.effect-1 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.effect-1 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0 4px;
}
.effect-1 span:before {
  content: attr(data-hover);
  position: absolute;
  top: -105%;
  font-weight: bold;
}
.effect-1:hover span,
.effect-1:focus span {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.toRightFromLeft 49% {
  background-position: 50px 6px;
}
.toRightFromLeft 50% {
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: -50px 6px;
}
.toRightFromLeft 51% {
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes some-animation {
  49% {
    background-position: 50px 6px;
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: -50px 6px;
  }
  51% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.table_blank {
  background: transparent;
}
.table_blank h3.modtitle {
  background: none;
  border: none;
}
.table_blank .modcontent {
  background: none;
  border: none;
}
.table_clear {
  background: transparent;
}
.table_clear h3.modtitle {
  background: none;
  border: none;
}
.table_clear .modcontent {
  background: none;
  border: none;
}
.table_clear h3.modtitle {
  padding: 0;
  margin-bottom: 10px;
}
.table_clear .modcontent {
  padding: 0;
}
table.calendar {
  width: 100%;
}
table.calendar tr td {
  padding: 4px;
}
table.calendar tr td.calendarNavMonthPrev,
table.calendar tr td.calendarCurrentMonth,
table.calendar tr td.calendarNavMonthNext {
  background-color: #ffc117;
  border: none;
  color: #fff;
  text-align: center;
}
table.calendar tr td.calendarDayName {
  background: transparent;
  font-size: 14px;
}
table.calendar tr td.calendarCurrentMonth {
  font-size: 130%;
}
table.calendar tr td.calendarNavMonthPrev a,
table.calendar tr td.calendarNavMonthNext a {
  color: #fff;
}
table.calendar tr td.calendarToday {
  background: #ffc117;
}
.rtl .icon.pull-left {
  margin: 0 0 0 1em;
}
.rtl .icon.pull-right {
  margin: 0 1em 0 0;
}
.rtl .align-right {
  text-align: left;
}
.rtl .align-left {
  text-align: right;
}
.rtl .pull-left[class^="icon-"],
.rtl .pull-left[class*=" icon-"] {
  margin: 0 0 0 10px;
}
.rtl .thumbnail.pull-left {
  margin: 0 0 10px 1em;
}
.rtl .thumbnail.pull-right {
  margin: 0 1em 10px 0;
}
.rtl .borderRound {
  margin: 10px 0 10px 14px;
}
#bd {
  padding: 0;
}
@media (min-width: 1500px) {
  #bd .moduletabs .vp {
    height: 523px !important;
  }
  #bd .moduletable .sj-vm-container-slider .item {
    width: 33.333% !important;
  }
  #bd .layout-boxed {
    width: 1210px;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd .mvm-top,
  #bd #msearch {
    display: none;
  }
  #bd .blog .items-leading .item.span3 .item-image,
  #bd .blog .items-leading .item.span4 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-leading .item.span3 .item-image .img_caption,
  #bd .blog .items-leading .item.span4 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .article-text {
    margin: 2% !important;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image {
    display: block;
    width: 255px;
    min-width: 255px !important;
    min-height: 138px !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .article-text {
    margin: 0 !important;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image {
    display: block;
    width: 192px;
    min-width: 192px !important;
    min-height: 104px !important;
    float: none;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .language-top .mod-languages {
    height: 33px;
  }
  #bd .language-top .dropdown-toggle {
    padding-bottom: 9px;
  }
  #bd .language-top .dropdown-menu {
    margin-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1499px) {
  #bd .moduletable .sj-vm-container-slider .item {
    width: 33.333% !important;
  }
  #bd .moduletabs .sj-vm-container-slider .vp {
    height: 523px !important;
  }
  #bd .moduletabs .vp {
    height: 523px !important;
  }
  #bd .layout-boxed {
    width: 1210px;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  }
  #bd .layout-boxed #content .content-home $:before,
  #bd .layout-boxed #content .content-home:after {
    display: none !important;
  }
  #bd .language-top .mod-languages {
    height: 33px;
  }
  #bd .language-top .dropdown-toggle {
    padding-bottom: 9px;
  }
  #bd .language-top .dropdown-menu {
    margin-top: 0;
  }
  #bd .mvm-top,
  #bd #msearch {
    display: none;
  }
  #bd .blog .items-leading .item.span3 .item-image,
  #bd .blog .items-leading .item.span4 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-leading .item.span3 .item-image .img_caption,
  #bd .blog .items-leading .item.span4 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .article-text {
    margin: 2% !important;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image {
    display: block;
    width: 255px;
    min-width: 255px !important;
    min-height: 138px !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .article-text {
    margin: 0 !important;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image {
    display: block;
    width: 192px;
    min-width: 192px !important;
    min-height: 104px !important;
    float: none;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image .img_caption {
    width: auto !important;
  }
}
@media (min-width: 980px) and (max-width: 1024px) {
  #bd .mvm-top,
  #bd #msearch {
    display: none;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd .row-fluid .span3d {
    width: 22%;
  }
  #bd .row-fluid .span9d {
    width: 78%;
    margin: 0;
  }
  #bd #yt_top,
  #bd #content,
  #bd #yt_spotlight1,
  #bd #yt_spotlight3 {
    padding: 0 15px;
  }
  #bd #yt_footer {
    padding: 15px;
  }
  #bd .wrap-about .title-ourbrands {
    text-align: right;
    padding: 0px 5px 0px 70px !important;
  }
  #bd .wrap-about .nav-tabs {
    width: 200px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 3;
  }
  #bd .wrap-about .tab-content {
    position: relative;
    top: -10px;
  }
  #bd .wrap-about .tab-content .carousel,
  #bd .wrap-about .tab-content .carousel-inner,
  #bd .wrap-about .tab-content .item {
    width: 400px !important;
    margin: 0 auto 30px;
  }
  #bd .pickacategory li {
    width: 14%;
  }
  #bd .moduletabs .sj-vm-container-slider .vp {
    height: 565px !important;
  }
  #bd.layout_left-main-right .span3d,
  #bd.layout_left-right-main .span3d,
  #bd.layout_main-left-right .span3d {
    width: 18%;
  }
  #bd.layout_left-main-right .sj-maxtrix-slider .item-description,
  #bd.layout_left-right-main .sj-maxtrix-slider .item-description,
  #bd.layout_main-left-right .sj-maxtrix-slider .item-description {
    display: none;
  }
  #bd.layout_left-main-right .sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button,
  #bd.layout_left-right-main .sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button,
  #bd.layout_main-left-right .sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button {
    width: 38px;
    border-radius: 38px;
    text-indent: 100%;
    overflow: hidden;
    background-position: 9px center;
    padding: 0;
    white-space: nowrap;
  }
  #bd .yt-lightbox {
    display: block;
    background: transparent;
  }
  #bd select {
    width: auto;
  }
  #bd #yt_header {
    padding: 15px 10px;
  }
  #bd #yt_header .group-top {
    width: 59%;
    margin: 0;
    float: right;
  }
  #bd #yt_header .group-top #topmenu .search input.inputbox {
    width: 135px;
  }
  #bd .blog .items-leading .item.span3 .item-image,
  #bd .blog .items-leading .item.span4 .item-image {
    display: block;
    height: 100%;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #bd .blog .items-leading .item.span3 .item-image .img_caption,
  #bd .blog .items-leading .item.span4 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .article-text {
    margin: 2% !important;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image {
    display: block;
    width: 206px;
    min-width: 206px !important;
    min-height: 111px !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .article-text {
    margin: 0 !important;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image {
    display: block;
    width: 154px;
    min-width: 154px !important;
    min-height: 83px !important;
    float: none;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .banner-ad-top .ad-top-text {
    width: 70%;
  }
  #bd .content-home .moduletabs {
    margin: 0;
  }
  #bd .content-home .moduletabs .tabs-content-wrap {
    margin: 0 -1%;
    overflow: hidden !important;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider {
    margin: 0 !important;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item:hover .browseProductImagefront {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(0.115);
    -moz-transform: scale(0.115);
    -o-transform: scale(0.115);
    transform: scale(0.115);
    transform-origin: -2.67% 23.4%;
    -ms-transform-origin: -2.67% 23.4%;
    -webkit-transform-origin: -2.67% 23.4%;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item:hover .browseProductImage {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  #bd .language-top {
    line-height: normal;
  }
  #bd .language-top .dropdown-toggle {
    padding-bottom: 10px;
  }
  #bd .language-top .dropdown-menu {
    margin-top: -1px;
  }
  #bd .browse-view .spacer .product-content:hover .browseProductImagefront {
    -webkit-transform: scale(0.144);
    -moz-transform: scale(0.144);
    -o-transform: scale(0.144);
    transform: scale(0.144);
    transform-origin: 0% 30.1% 0px;
    -webkit-transform-origin: 0% 30.1% 0px;
    -moz-transform-origin: 0% 30.1% 0px;
    -o-transform-origin: 0% 30.1% 0px;
    -ms-transform-origin: 0% 30.1% 0px;
  }
  #bd .browse-view .spacer .product-content .product-content-inner .product-back .vote-rating {
    bottom: 10px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
    width: 100px;
    margin: 0;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel img {
    width: 95px;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
  #bd div.jwTinyLetterContainer form.jwTinyLetterForm input.inputbox {
    width: 94px;
  }
  #bd.rtl .sj-flat-menu > li {
    height: 35px;
  }
  #bd.rtl .sj-flat-menu > li > .fm-container.direction-left {
    top: -36px;
  }
  #bd.rtl .blog-featured .items-leading .item .item-image,
  #bd.rtl .blog-featured .items-row  .item .item-image {
    margin: 0 0 0 20px !important;
    float: right !important;
  }
}
@media (min-width: 767px) and (max-width: 979px) {
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd #msearch {
    display: block;
  }
  #bd #minicart {
    margin: 20px 0;
  }
  #bd .mmenu {
    display: inline-block;
    width: 105% !important;
    height: 49px;
    margin: 0px -15px !important;
    float: left;
  }
  #bd .mmenu .btn-navbar {
    background: #f7f7f7 !important;
    height: 49px;
    line-height: 50px;
    padding: 0 0 0 15px !important;
    color: #666666 !important;
    font-weight: 200 !important;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: none !important;
  }
  #bd .msearch {
    display: inline-block;
    width: 70% !important;
    margin-top: -50px;
    float: right;
    position: relative;
    z-index: 9;
  }
  #bd .msearch form {
    margin: 10px 0 0 0 !important;
    position: relative;
  }
  #bd .msearch form .inputbox {
    position: relative;
    z-index: 10;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    direction: ltr;
    visibility: hidden;
    margin-left: 100%;
    width: 0px !important;
  }
  #bd .msearch form .button {
    position: absolute;
    z-index: 15;
    right: -15px;
    box-shadow: none;
    background: none;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #666666 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    line-height: 18px !important;
  }
  #bd .msearch form :hover .inputbox,
  #bd .msearch form :hover .inputbox:focus {
    width: 100% !important;
    right: 10px;
    visibility: visible;
    margin-left: 0;
  }
  #bd select[multiple],
  #bd select[size] {
    height: 30px;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_sticky_left,
  #bd #yt_sticky_right,
  #bd #yt_tool_bottom {
    display: none;
  }
  #bd .container,
  #bd .navbar-static-top .container,
  #bd .navbar-fixed-top .container,
  #bd .navbar-fixed-bottom .container {
    width: auto;
  }
  #bd.view-contact #maintop,
  #bd .layout-variation #maintop {
    padding: 10px 10px 0;
  }
  #bd.view-contact #maintop .content-inner,
  #bd .layout-variation #maintop .content-inner {
    padding: 10px;
  }
  #bd #content #yt_component .component-inner {
    padding: 10px;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 .sj-responsive-listing .respl-wrap {
    margin: 0 -5px;
  }
  #bd #yt_header {
    padding: 15px 10px;
    background-size: auto 100%;
  }
  #bd #yt_header #yt_logoposition {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    width: auto;
    float: none;
  }
  #bd #yt_header .group-top {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  #bd #yt_header .group-top #topmenu {
    float: none;
    display: inline-block;
    width: auto;
    text-align: left;
  }
  #bd #yt_top,
  #bd #yt_spotlight1,
  #bd #yt_spotlight3 {
    padding: 0 15px;
  }
  #bd #yt_footer {
    padding: 15px;
  }
  #bd .pickacategory li {
    width: 12%;
  }
  #bd .wrap-about .title-ourbrands {
    text-align: right;
    padding: 0px 5px 0px 70px !important;
  }
  #bd .wrap-about .nav-tabs {
    width: 180px;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 3;
  }
  #bd .wrap-about .tab-content {
    position: relative;
    top: -10px;
  }
  #bd .wrap-about .tab-content .carousel,
  #bd .wrap-about .tab-content .carousel-inner,
  #bd .wrap-about .tab-content .item {
    width: 260px !important;
    margin: 0 auto 30px;
  }
  #bd .wrap-contact textarea.el-input {
    width: 70%;
  }
  #bd .wrap-contact label {
    width: 15%;
  }
  #bd .wrap-contact input#cainput_submit {
    margin-right: 2%;
  }
  #bd .content-home:before,
  #bd .content-home:after {
    display: none;
  }
  #bd .content-home .moduletabs .sj-vm-container-slider .vp {
    height: 620px !important;
  }
  #bd .content-home .moduletabs {
    margin: 0;
  }
  #bd .content-home .moduletabs .tabs-content-wrap {
    margin: 0 -1%;
    overflow: hidden !important;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider {
    margin: 0 !important;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item:hover .browseProductImagefront {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
    transform-origin: -3% 21.7%;
    -ms-transform-origin: -3% 21.7%;
    -webkit-transform-origin: -3% 21.7%;
  }
  #bd .content-home .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item:hover .browseProductImage {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  #bd .banner-ad-top .ad-top-text {
    width: 100%;
    bottom: 5%;
    padding: 20px;
  }
  #bd .banner-ad-top .ad-top-text .title {
    font-size: 160%;
  }
  #bd .dynamicslideshow .btn-shopnow {
    background: none;
  }
  #bd .browse-view .spacer:hover .product-content .browseProductImagefront {
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -o-transform: scale(0.0);
    transform: scale(0.0);
    transform-origin: 0% 30.1% 0px;
    -webkit-transform-origin: 0% 30.1% 0px;
    -moz-transform-origin: 0% 30.1% 0px;
    -o-transform-origin: 0% 30.1% 0px;
    -ms-transform-origin: 0% 30.1% 0px;
  }
  #bd #yt_menuposition {
    margin-top: 88px;
  }
  #bd #yt-responivemenu {
    display: inline-block;
    text-align: left;
  }
  #bd #meganavigator {
    display: none;
  }
  #bd #meganavigator > li.level1 > .item-link {
    font-size: 120%;
  }
  #bd.layout_left-main #left .module_menu,
  #bd.layout_left-main #left div.module {
    width: 46%;
    margin: 1% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd.layout_left-main #left > div {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  #bd.layout_left-main #left > div:nth-child(1) {
    float: right;
  }
  #bd.layout_left-main #left > div:nth-child(2) {
    float: left;
  }
  #bd.layout_left-main #left .border-bottom {
    border-bottom: none;
  }
  #bd.layout_left-main #left div.jwTinyLetterContainer form.jwTinyLetterForm {
    margin: 0;
  }
  #bd #yt_copyrightposition {
    border-top: 1px solid #EBEBEB;
  }
  #bd .blog .items-leading .item.span4 .item-image,
  #bd .blog .items-leading .item.span3 .item-image {
    display: block;
    min-width: inherit !important;
    min-height: inherit !important;
    float: none;
  }
  #bd .blog .items-leading .item.span4 .item-image .img_caption,
  #bd .blog .items-leading .item.span3 .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span4 .article-text {
    margin: 2% !important;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image {
    display: block;
    width: 206px;
    min-width: 206px !important;
    min-height: 111px !important;
    float: none;
  }
  #bd .blog .items-row .item.span4 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .blog .items-row .item.span3 .article-text {
    margin: 0 !important;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image {
    display: block;
    width: 154px;
    min-width: 154px !important;
    min-height: 83px !important;
    float: none;
  }
  #bd .blog .items-row .item.span3 .article-text .item-image .img_caption {
    width: auto !important;
  }
  #bd .item-page .img-fulltext {
    display: block;
  }
  #bd .archive .inputbox {
    margin-bottom: 10px;
  }
  #bd .category-view > h2 {
    margin: 0 0 1em;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
    width: 100px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel img {
    width: 95px;
  }
  #bd .productdetails-view .addtocart-area .product-field {
    width: 94%;
  }
  #bd .productdetails-view .addtocart-area .product-field .product-field-display select {
    width: 150px;
    padding-top: 7px;
    background-position: 109px 7px !important;
  }
  #bd.layout_left-main-right .productdetail-content .span5,
  #bd.layout_left-right-main .productdetail-content .span5,
  #bd.layout_main-left-right .productdetail-content .span5 {
    width: 40.4255%;
  }
  #bd .activeOrder {
    padding: 2px 18px 1px 12px !important;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
  #bd div.sj-maxtrix-slider .mts-control li.mts-addtocart input.addtocart-button {
    background-image: none;
    padding: 0 20px;
  }
  #bd .product-related-products span.addtocart-button {
    margin: 0;
  }
  #bd.rtl .blog-featured .items-leading .item .item-image,
  #bd.rtl .blog-featured .items-row  .item .item-image {
    margin: 0 0 0 20px !important;
    float: right !important;
  }
  #bd.rtl .banner-ad-top .ad-top-text {
    width: auto !important;
  }
  #bd.rtl .productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form span.addtocart-button:hover i {
    right: -100px;
  }
  #bd.rtl .productdetails-view .addtocart-area .product-field .product-field-display select {
    background-position: 28px 7px !important;
  }
}
@media (max-width: 766px) {
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd #yt_wrapper {
    font-size: 14px;
  }
  #bd .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  #bd select[multiple],
  #bd select[size] {
    width: 99%;
    height: 30px;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd .form-horizontal .controls input {
    width: 90%;
  }
  #bd select {
    width: 95%;
  }
  #bd #yt_wrapper {
    padding: 0;
  }
  #bd table table {
    width: 100%;
    display: block;
  }
  #bd table tr {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
  }
  #bd table td,
  #bd table th {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 5px 8px;
  }
  #bd .form-horizontal .controls,
  #bd dd {
    margin: 0;
  }
  #bd #recaptcha_response_field {
    width: auto !important;
  }
  #bd #recaptcha_area td {
    display: block !important;
    width: 224px !important;
  }
  #bd .recaptchatable #recaptcha_image {
    width: 100% !important;
  }
  #bd #cpanel_wrapper {
    display: none;
  }
  #bd #yt_header {
    padding: 15px 10px;
    background-size: auto 100%;
  }
  #bd #yt_header #yt_logoposition {
    text-align: center;
    width: auto;
    float: none;
	padding-bottom:15px;
  }
  #bd #yt_header .group-top {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  #bd #yt_header .group-top #yt_menuposition,
  #bd #yt_header .group-top #topmenu {
    float: none;
    display: inline-block;
    width: auto;
  }
  #bd #yt_header .group-top #yt_menuposition > *,
  #bd #yt_header .group-top #topmenu > * {
    margin: 0;
  }
  #bd #yt_header .group-top #yt_menuposition .yt-account,
  #bd #yt_header .group-top #topmenu .yt-account {
    display: none;
  }
  #bd #yt_header .mvm-top {
    margin: 15px auto;
    padding: 0;
    display: block;
    list-style: none;
    text-align: center;
  }
  #bd #yt_header .mvm-top li {
    display: inline-block;
    width: 25%;
    text-align: center;
  }
  #bd #yt_header .mvm-top li a {
    color: #666666;
  }
  #bd #yt_header #minicart {
    text-align: center;
  }
  #bd #yt_header #minicart .sj-minicart-pro {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
  #bd #yt_top {
    padding: 0 10px;
    margin-bottom: 0;
  }
  #bd #yt_top .currency-top {
    margin-left: -20px !important;
  }
  #bd #yt_top .currency-top .dropdown-toggle {
    padding: 0 5px 8px;
  }
  #bd #yt_top .currency-top .dropdown-toggle .filter-option {
    width: 50px;
    padding-right: 10px;
    text-overflow: ellipsis;
  }
  #bd #yt_top .language-top {
    float: right;
  }
  #bd #yt_top .language-top .dropdown-toggle {
    padding-bottom: 9px;
  }
  #bd #yt_top .language-top .dropdown-menu {
    left: -70px;
    margin-top: 0;
  }
  #bd #content .moduletabs .tabs-container {
    height: auto !important;
    margin-bottom: 20px !important;
  }
  #bd #content .moduletabs .tabs-container .tabs li .tab {
    font-size: 100%;
    height: 40px !important;
    line-height: 40px;
  }
  #bd #content .moduletabs .tabs-container .vp {
    height: 568px !important;
  }
  #bd #content .content-home:before,
  #bd #content .content-home:after {
    display: none;
  }
  #bd #content .content-home .pickacategory {
    margin: 20px 0;
  }
  #bd #content .content-home .pickacategory h3 {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 50px;
  }
  #bd #content .content-home .pickacategory ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 15px;
  }
  #bd #content .content-home .col-lg-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  #bd #content .content-home .col-lg-6 h3:before,
  #bd #content .content-home .col-lg-6 h3:after {
    display: none;
  }
  #bd #content .content-home .col-lg-6 .sj-vm-container-slider {
    border-top: none;
  }
  #bd #content .content-home .col-lg-6 .next {
    right: -30px !important;
  }
  #bd #content .content-home .col-lg-6 .preview {
    left: -30px !important;
  }
  #bd #yt_spotlight1 {
    margin-top: 0px !important;
  }
  #bd #yt_spotlight1 .acymailing_form tr {
    border: none !important;
  }
  #bd #yt_spotlight1 .acyfield_email {
    display: inline-block !important;
    width: 78%;
    float: left;
  }
  #bd #yt_spotlight1 .social-mod {
    margin: -20px 0px 10px;
  }
  #bd #yt_spotlight3 #bottom5 .module,
  #bd #yt_spotlight3 #bottom6 .module,
  #bd #yt_spotlight3 #bottom7 .module,
  #bd #yt_spotlight3 #bottom8 .module {
    padding: 0 15px !important;
  }
  #bd #left .module {
    padding: 0 15px !important;
  }
  #bd #yt_spotlight6 {
    margin-top: 30px;
    display: block;
  }
  #bd #yt_footer {
    padding: 15px !important;
  }
  #bd #yt_footer .footer1 {
    text-align: center;
  }
  #bd .row-fluid .span3d.order1 {
    margin: 0;
  }
  #bd .row-fluid .span6d.order2 {
    margin: 0;
  }
  #bd .hcontact {
    display: block;
    margin-bottom: 15px;
  }
  #bd .wrap-about .divleft,
  #bd .wrap-about .divright {
    width: 100%;
    display: block;
  }
  #bd .wrap-about .divleft {
    text-align: center;
  }
  #bd .wrap-about .divleft .nav-tabs {
    position: relative;
    z-index: 5;
    padding: 0 !important;
    margin: 0 auto !important;
    float: none;
  }
  #bd .wrap-about .divleft .title-ourbrands {
    padding: 0 !important;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
  }
  #bd .wrap-about .divleft .tab-content {
    position: relative;
    top: 20px;
  }
  #bd .wrap-about .divleft .tab-content .carousel,
  #bd .wrap-about .divleft .tab-content .carousel-inner,
  #bd .wrap-about .divleft .tab-content .item {
    width: 308px;
    margin: 0 auto 30px;
  }
  #bd .wrap-about .divright .gallery-title {
    text-align: center;
  }
  #bd .wrap-about .divright .gallery-list {
    width: 300px;
    margin: 0 auto;
  }
  #bd .mmenu {
    display: inline-block;
    width: 105% !important;
    height: 49px;
    margin: 0px -15px !important;
    float: left;
  }
  #bd .mmenu .btn-navbar {
    background: #f7f7f7 !important;
    height: 49px;
    line-height: 50px;
    padding: 0 0 0 15px !important;
    color: #666666 !important;
    font-weight: 200 !important;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: none !important;
  }
  #bd .msearch {
    display: inline-block;
    width: 70% !important;
    margin-top: -50px;
    float: right;
    position: relative;
    z-index: 9;
  }
  #bd .msearch form {
    margin: 10px 0 0 0 !important;
    position: relative;
  }
  #bd .msearch form .inputbox {
    position: relative;
    z-index: 10;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    direction: ltr;
    visibility: hidden;
    margin-left: 100%;
    width: 0px !important;
  }
  #bd .msearch form .button {
    position: absolute;
    z-index: 15;
    right: -5px;
    box-shadow: none;
    background: none;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #666666 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
  }
  #bd .msearch form :hover .inputbox,
  #bd .msearch form :hover .inputbox:focus {
    width: 100% !important;
    right: 10px;
    visibility: visible;
    margin-left: 0;
  }
  #bd .control-button {
    display: none !important;
  }
  #bd .moduletabs {
    margin: 0;
  }
  #bd .moduletabs .tabs-content-wrap {
    margin: 0 -1%;
    overflow: hidden !important;
  }
  #bd .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider {
    margin: 0 !important;
  }
  #bd .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item .product-back {
    display: none;
  }
  #bd .moduletabs .tabs-content-wrap .tabs-content .sj-vm-container-slider .item .browseProductImagefront {
    display: none;
  }
  #bd #moonavigator,
  #bd #basicnavigator,
  #bd #meganavigator {
    display: none;
  }
  #bd #yt-responivemenu {
    display: inline-block;
    text-align: left;
  }
  #bd #myLogin {
    width: 240px;
    padding: 15px 20px;
    margin: 0 auto;
    text-align: left;
    top: 30px;
  }
  #bd #myLogin h3.title {
    margin: -15px -20px 20px;
  }
  #bd #myLogin #form-login-submit {
    margin: 0;
  }
  #bd #myLogin #form-login-submit .button {
    display: block;
    margin: 0 0 10px;
  }
  #bd #bottom1 .module,
  #bd #bottom2 .module,
  #bd #bottom3 .module {
    padding: 0 15px;
    margin: 0;
  }
  #bd #bottom1 .module .modtitle,
  #bd #bottom2 .module .modtitle,
  #bd #bottom3 .module .modtitle {
    padding: 15px 0 5px;
  }
  #bd #topmenu {
    text-align: center;
  }
  #bd #topmenu ul.menu > li.yt-login:before {
    content: "";
    margin: 0;
    display: none;
  }
  #bd #topmenu .yt-loginform,
  #bd #topmenu .sj-minicart-pro,
  #bd #topmenu form {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  #bd div.yt-alert {
    height: auto;
  }
  #bd #content_main {
    min-height: 50px !important;
  }
  #bd.view-contact #maintop,
  #bd .layout-variation #maintop {
    padding: 10px 10px 0;
  }
  #bd.view-contact #maintop .content-inner,
  #bd .layout-variation #maintop .content-inner {
    padding: 10px;
  }
  #bd.homepage .content-main-inner {
    margin: 0;
  }
  #bd #content #yt_component .component-inner {
    padding: 10px;
  }
  #bd #content #yt_component .component-inner .component-inner2 {
    padding: 15px;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 {
    padding: 0;
  }
  #bd.homepage.view-article #content #yt_component .component-inner .component-inner2 .sj-responsive-listing .respl-wrap {
    margin: 0 -5px;
  }
  #bd.view-featured #content #yt_component .component-inner .component-inner2,
  #bd.view-category.com_content #content #yt_component .component-inner .component-inner2,
  #bd.com_virtuemart.view-category #content #yt_component .component-inner .component-inner2,
  #bd.view-virtuemart #content #yt_component .component-inner .component-inner2,
  #bd.view-productdetails #content #yt_component .component-inner .component-inner2 {
    padding: 0;
    background: transparent;
    border: none;
  }
  #bd .input-prepend.input-append .add-on:first-child,
  #bd .input-prepend.input-append .btn:first-child {
    float: left;
  }
  #bd .input-prepend.input-append input,
  #bd .input-prepend.input-append select,
  #bd .input-prepend.input-append .uneditable-input {
    float: left;
  }
  #bd .newsfeed-category select[multiple],
  #bd .newsfeed-category select[size],
  #bd .contact-category select[multiple],
  #bd .contact-category select[size] {
    width: auto;
  }
  #bd div.archive .filter-search {
    padding: 15px;
  }
  #bd .search #searchForm .phrases-box input,
  #bd .search #searchForm .only input {
    margin-top: 6px;
  }
  #bd form#contact-form textarea,
  #bd form#contact-form textarea:focus {
    width: 90%;
  }
  #bd .form-horizontal .control-label {
    float: none;
  }
  #bd #finder-search .inputbox {
    margin-bottom: 10px;
  }
  #bd div.contact textarea,
  #bd div.contact input {
    width: 90%;
  }
  #bd .filter-search select {
    margin-bottom: 1em;
  }
  #bd div.contact .contact-image {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #bd div.contact .panel-form {
    padding: 10px;
  }
  #bd .weblink-category table.category td.title span {
    display: none;
  }
  #bd div.contact .panel-form {
    padding: 0;
  }
  #bd .blog .items-leading .item .item-image,
  #bd .blog .items-row .item .item-image {
    float: none;
    display: inline-block;
    margin: 0 0 5px;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .blog .items-leading .item.span3,
  #bd .blog .items-leading .item.span4,
  #bd .blog .items-leading .item.span6,
  #bd .blog .items-row .item.span3,
  #bd .blog .items-row .item.span4,
  #bd .blog .items-row .item.span6 {
    width: 100% !important;
    display: block !important;
    border: 1px solid #EBEBEB !important;
    margin-bottom: -1px;
  }
  #bd .blog-featured .items-leading .item .item-image,
  #bd .blog-featured .items-row .item .item-image {
    margin: 0 0 10px !important;
    float: none;
    display: inline-block;
    min-height: inherit !important;
    min-width: inherit !important;
  }
  #bd .item-page > .img-fulltext {
    display: block;
    float: none;
  }
  #bd .contentpane {
    width: 98%;
    margin: 0;
  }
  #bd .newsfeed-category .category td a {
    display: block;
    white-space: pre-line;
    word-wrap: break-word;
    width: 250px;
  }
  #bd .category-view > h2,
  #bd .browse-view > h2 {
    margin: 10px 0;
  }
  #bd .category-view .display-number,
  #bd .browse-view .display-number {
    display: none;
  }
  #bd .category-view .category,
  #bd .category-view .product,
  #bd .browse-view .category,
  #bd .browse-view .product {
    margin-bottom: 1em;
  }
  #bd .category-view .horizontal-separator,
  #bd .browse-view .horizontal-separator {
    margin: 0;
  }
  #bd .category-view .spacer .product-header,
  #bd .browse-view .spacer .product-header {
    min-height: 43px;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .list_carousel {
    width: 100px;
  }
  #bd .productdetails-view .product-info {
    border: none !important;
  }
  #bd .productdetails-view .popup-btn {
    margin: 5px auto;
  }
  #bd .cart-view #com-form-login {
    padding: 15px;
  }
  #bd .cart-view .customer-comment textarea {
    width: 90%;
  }
  #bd .productdetails-view .productdetail-content .product-image .additional-images .jCarouselLite img {
    width: 85px;
  }
  #bd #facebox .content {
    width: 300px;
  }
  #bd #facebox .content iframe {
    width: 100%;
  }
  #bd #sbox-window {
    width: 280px !important;
    left: 10px !important;
  }
  #bd #sbox-window iframe {
    width: 100% !important;
  }
  #bd .ask-a-question-view .form-field textarea.field {
    width: 98%;
  }
  #bd .sj-minicart-pro {
    display: block;
    width: 100px;
    float: none;
    margin: 10px auto !important;
    border: 0 !important;
  }
  #bd .sj-minicart-pro .mc-header {
    margin: 0 auto;
  }
  #bd .sj-minicart-pro .mc-content {
    left: auto;
    right: -100%;
  }
  #bd .sj-minicart-pro .over .mc-header:before {
    display: none;
  }
  #bd .sj-responsive-listing .respl-wrap .grid .respl-item .item-inner .product-header .price > .PricesalesPrice {
    min-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bd .acount-view fieldset {
    overflow: hidden;
  }
  #bd .acount-view fieldset > * {
    width: 260px;
  }
  #bd .acount-view fieldset > * button {
    margin: 5px 0;
  }
  #bd #topmenu .search input.inputbox {
    width: 225px;
  }
  #bd .yt-socialNetworking {
    border-top: 1px solid #ddd;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content {
    width: 100%;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-content .product-img {
    text-align: center;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom {
    width: 100%;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom:before {
    content: "";
    display: none;
  }
  #bd .sj-responsive-listing .respl-wrap .list .respl-item .item-inner .product-bottom .item-readmore:before {
    left: -8px;
  }
  #bd .sj-maxtrix-slider .mts-wrap img {
    width: 100%;
    max-width: 100%;
  }
  #bd div.g-pageteam .ourteam-title span {
    padding: 0 10px;
    width: 120px;
  }
  #bd .imgHover .browseProductImagefront {
    left: 50%;
    margin-left: -125px;
  }
  #bd .imgHover:hover .browseProductImagefront {
    left: 0;
    margin-left: 0;
  }
  #bd .testimonial-author {
    width: 80%;
  }
  #bd .moduletable .sj-vm-container-slider .item {
    width: 33.333%;
  }
  #bd.rtl .sj-flat-menu.vertical li > .fm-container.direction-left {
    right: 0;
  }
  #bd.rtl .acyfield_email {
    float: right !important;
  }
  #bd.rtl .language-top {
    float: left !important;
  }
  #bd.rtl .language-top .dropdown-menu {
    left: 15px !important;
    top: 40px;
  }
  #bd.rtl .currency-top .dropdown-menu {
    left: -75px !important;
    top: 30px;
  }
  #bd.rtl .currency-top .btn {
    margin-top: 5px;
  }
  #bd.rtl .productdetails-view #yt_relate #yt_caroufredsel .item .spacer .addtocart-area form span.addtocart-button:hover i {
    right: -100px;
  }
  #bd.rtl .productdetails-view .productdetail-content .product-info .addtocart-bar {
    width: 99%;
  }
  #bd.rtl .component-inner .productdetails-view .productdetail-content .product-info .product-field-display {
    width: 50%;
    margin-left: -37px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd .moduletabs .vp {
    height: 373px !important;
  }
  #bd #bd .mmenu {
    margin-top: 50px !important;
  }
}
@media (max-width: 359px) {
  #bd .layout-boxed {
    background: #ffffff !important;
  }
  #bd .layout-boxed .content-home $:before,
  #bd .layout-boxed .content-home:after {
    display: none;
  }
  #bd .finder #search-form #finder-search .word .button {
    margin-top: 5px;
  }
  #bd .productdetails-view .productdetail-content .product-image .main-image > div {
    width: 215px !important;
  }
  #bd .moduletabs .tabs-container .tabs li {
    display: block !important;
    width: 100% !important;
  }
  #bd .acyfield_email {
    width: 65% !important;
  }
  #bd #bd .mmenu {
    margin-top: 50px !important;
  }
}
@media (max-width: 360px) {
  .moduletable .sj-vm-container-slider .item {
    width: 50% !important;
  }
  .contentpane .ask-a-question-view .form-field textarea.field {
    width: 90%;
  }
  .moduletabs .tabs-container .tabs li {
    display: block !important;
    width: 100% !important;
  }
  .acyfield_email {
    width: 70% !important;
  }
  #yt_caroufredsel .item {
    width: 259px !important;
  }
  .article-text .item-image {
    width: 244px !important;
    height: auto !important;
  }
  .vp {
    height: 352px !important;
  }
  .pro_relate .caroufredsel_wrapper {
    margin-left: -22px !important;
  }
  .wrap-about .nav-tabs {
    width: 250px !important;
  }
  .wrap-about .carousel,
  .wrap-about .item,
  .wrap-about .carousel-inner {
    width: 248px !important;
  }
  .wrap-about .carousel-caption {
    top: 160px !important;
  }
  .wrap-about .carousel-control {
    margin-top: 25px !important;
  }
  .wrap-about .gallery-list {
    width: 257px !important;
  }
  .wrap-about .divright {
    margin-top: -70px;
  }
  .ad-top-text .title {
    font-size: 200% !important;
  }
  .productdetail-content .product-image .popup-btn {
    margin: 15px auto !important;
  }
  .control-button {
    visibility: visible !important;
  }
  .mc-content {
    width: 300px !important;
    right: -93% !important;
  }
  .mc-content-inner {
    width: 300px !important;
  }
  .addtocart-area .product-field {
    width: 93% !important;
  }
  .addtocart-area .product-fields-title-wrapper {
    padding-left: 5px !important;
  }
  .addtocart-area .product-field-display select {
    margin: 0 !important;
    width: 110px !important;
    padding-top: 7px !important;
    background-position: 90px 7px !important;
  }
  .rtl .component-inner .productdetails-view .productdetail-content .product-info .product-field-display {
    width: 74% !important;
    margin-left: -15px !important;
  }
  .rtl .component-inner .productdetails-view .productdetail-content .product-info .product-field-display select {
    background-position: 0px 7px !important;
  }
}
