@font-face {
  font-family: "fontawesome-webfont";
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@media (max-width: 767px) {
  input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #868687;
    vertical-align: middle;
    padding: 0 10px;
    background: #fff;
    height: 30px;
    color: #4f4f4f;
  }
  input[type="text"]::-ms-expand {
    display: none;
  }
  input[type="text"]::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  input[type="text"]:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  input[type="text"]::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
  }
  input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    opacity: 0;
  }
  input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    opacity: 0;
  }
  input[type="text"]:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  input.input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    border: 1px solid #868687;
    vertical-align: middle;
    padding: 0 10px;
    background: #fff;
    height: 30px;
    width: 100%;
    color: #4f4f4f;
  }
  input.input-text::-ms-expand {
    display: none;
  }
  input.input-text::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  input.input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  input.input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  input.input-text:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }

  input.checkbox, input[type="checkbox"] {
    position: relative;
    top: 1px;
    vertical-align: top;
  }

  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    height: 30px;
    border: 1px solid #868687;
    padding: 0 20px 0 5px;
    width: 100%;
    color: #4f4f4f;
    background: url(../images/bg-select.png) right center no-repeat;
  }
  select::-ms-expand {
    display: none;
  }
  select option {
    padding: 2px 5px;
  }

  textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-family: "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    border: 1px solid #868687;
    padding: 5px 10px;
    vertical-align: top;
    min-height: 100px;
    width: 100%;
  }
  textarea::-ms-expand {
    display: none;
  }

  a {
    color: #800001;
  }
  a:hover {
    color: #800001;
  }
}
/*---------
* header
----------*/
.header-container, #top_nav {
  width: 100%;
  max-width: 970px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.offer-strip {
  width: 100%;
  max-width: 950px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-container {
  max-width: 950px;
  width: 100%;
}

.footer {
  max-width: 950px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .col2-left-layout .col-main {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .col2-left-layout .col-left {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .col2-right-layout .col-main {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .col2-right-layout .col-right {
    width: 100%;
    float: none;
  }
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.focus-elem {
  color: #800001;
}

.remove-mobile {
  display: none;
}
@media (max-width: 767px) {
  .remove-mobile {
    display: inline-block;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .display_none {
    display: none;
  }
}
@media (max-width: 767px) {
  body {
    background: white;
  }

  .wrapper {
    width: 100%;
  }

  .main-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-title {
    margin: 0 0 15px;
  }

  button.button {
    width: 100%;
    background: #800001;
    color: #fff !important;
    border: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }
  button.button span {
    background: transparent;
    border: none !important;
    font-family: "Arial", "Verdana", "sans-serif";
    font-size: 14px;
  }

  button[type="submit"] {
    background: #800001;
    color: #fff;
    font-weight: bold;
  }

  .buttons-set {
    margin-top: 10px;
  }
  .buttons-set:after {
    content: '';
    display: table;
    clear: both;
  }
  .buttons-set .required {
    float: right;
  }
  .buttons-set .back-link {
    float: left;
  }
  .buttons-set button.button {
    margin: 0;
    margin-top: 5px;
    width: 100%;
  }

  p {
    margin: 0;
    line-height: 1;
  }

  a {
    text-decoration: none;
  }

  .col2-set:after {
    content: '';
    display: table;
    clear: both;
  }
  .col2-set .col-1 {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col2-set .col-2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .col2-set .content {
    min-height: 0;
  }
}
@media (max-width: 940px) and (min-width: 768px) {
  .wrapper {
    width: 100%;
  }

  .main-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col2-left-layout .col-left {
    float: left;
    width: 26.06952%;
  }
  .col2-left-layout .col-left img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .col2-left-layout .col-main {
    float: right;
    width: 72.59358%;
  }
}
@media (max-width: 767px) {
  .cms-page-view .col1-layout.main-container {
    padding: 0 10px;
  }
  .cms-page-view .col1-layout.main-container .main {
    padding: 0;
  }
  .cms-page-view .col1-layout.main-container .main .breadcrumbs {
    margin: 0 -10px;
  }

  .breadcrumbs {
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    width: auto;
    /*margin:-15px -10px 10px -10px;*/
  }
  .breadcrumbs ul {
    display: block;
  }
  .breadcrumbs ul li {
    color: #333333;
    float: left;
    padding: 0 3px;
  }
  .breadcrumbs ul li.home {
    padding-left: 0;
  }
  .breadcrumbs ul li.home a {
    font-size: 0px;
  }
  .breadcrumbs ul li.home a:after {
    font-family: "fontawesome-webfont";
    content: '\f015';
    font-size: 14px;
  }
  .breadcrumbs ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .breadcrumbs a {
    color: #333333;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .breadcrumbs {
    display: none;
  }
}
@media (min-width: 941px) {
  .contacts-index-index .breadcrumbs {
    display: none;
  }

  .aw-onestepcheckout-index-index .breadcrumbs {
    display: none;
  }

  .customer-account-index .breadcrumbs {
    display: none;
  }
}
@media (max-width: 945px) {
  body.open-menu {
    overflow: hidden;
  }
}
.form-list .bx-field {
  margin: 0;
}
.form-list .bx-field .field {
  margin: 0 0 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list .bx-field .field .input-box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list .bx-field .field .input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-list .bx-field .field .input-text::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
.form-list .bx-field .field .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4f4f;
  opacity: 0;
}
.form-list .bx-field .field .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4f4f;
  opacity: 0;
}
.form-list .bx-field .field .input-text:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
@media (max-width: 767px) {
  .form-list .bx-field .field .input-text::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .form-list .bx-field .field .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  .form-list .bx-field .field .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  .form-list .bx-field .field .input-text:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .form-list .bx-field .field label {
    display: none;
  }
}
.form-list .bx-field.bx-2col .field {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.form-list .bx-field.bx-2col .field:nth-child(2), .form-list .bx-field.bx-2col .field:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .form-list .bx-field.bx-2col .field {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .fieldset {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fieldset .legend {
    margin-left: 0;
  }

  .form-list .input-box {
    width: 100%;
  }
  .form-list input.input-text {
    width: 100%;
  }
  .form-list select {
    width: 100%;
  }
  .form-list .customer-name:after {
    content: '';
    display: table;
    clear: both;
  }
  .form-list .customer-name .field {
    margin: 0 0 10px;
  }
  .form-list .customer-name .field:last-child {
    margin-bottom: 0;
  }
  .form-list li.wide .input-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-list li.wide input.input-text {
    width: 100%;
  }
  .form-list .field {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-list .field .input-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sidebar p a {
  display: block;
}
.sidebar p a img {
  display: block;
  width: 100%;
}

.header-top, .nav-menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .validation-advice {
    font-size: 12px;
    color: red;
  }

  .header-container, #top_nav, .offer-strip, .magic-banner-header {
    display: none;
  }

  .header-top {
    display: block;
  }
  .header-top .top-banner {
    background: #800001;
    display: block;
    text-align: center;
    color: white;
  }
  .header-top .top-banner .top-banner-title {
    font-family: "Impact";
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #8d1a1b;
  }
  .header-top .top-banner .top-free-shipping {
    font-size: 12px;
    padding: 10px 0;
  }
  .header-top .top-banner .top-free-shipping span {
    font-size: 14px;
  }
  .header-top .logo-wrapper {
    min-height: 70px;
    background: #35251a;
  }
  .header-top .logo-wrapper .button-menu {
    float: left;
    width: 12.5%;
    text-align: center;
    height: 70px;
  }
  .header-top .logo-wrapper .button-menu img {
    margin: 0 auto;
    display: inline-block;
    margin-top: 26px;
  }
  .header-top .logo-wrapper .store-logo {
    width: 36.25%;
    height: 70px;
    float: left;
    text-align: left;
  }
  .header-top .logo-wrapper .store-logo .logo {
    margin-top: 10px;
    display: inline-block;
  }
  .header-top .logo-wrapper .store-logo .logo img {
    height: 50px;
  }
  .header-top .logo-wrapper .fb_block {
    float: right;
    margin-right: 11px;
    height: 70px;
    width: 39.375%;
  }
  .header-top .logo-wrapper .fb_block .fb_connect {
    background: transparent url(../images/btn_fb_login.jpg) no-repeat top left;
    height: 25px;
    display: inline-block;
    margin-top: 22.5px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .header-top .logo-wrapper .fb_block .fb_connect {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-top .top-search {
    padding: 10px;
    height: 51px;
    box-sizing: border-box;
    border-bottom: 1px solid #eae9e8;
  }
  .header-top .top-search .form-search {
    width: 100%;
    padding-right: 37px;
    box-sizing: border-box;
    position: relative;
  }
  .header-top .top-search .form-search #myInput-mobile {
    font-style: italic;
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    height: 31px;
    padding-left: 10px;
    font-size: 12px;
  }
  .header-top .top-search .form-search .button {
    width: 37px;
    height: 31px;
    float: right;
    background: #800001;
    border: none;
    font-weight: normal;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header-top .top-search .form-search .button .ic-search {
    background: none;
    border: 0;
  }
  .header-top .top-search .form-search .button .ic-search:before {
    font-family: "fontawesome-webfont";
    font-size: 18px;
    color: #fff;
    content: "\f002";
  }
  .header-top .user-access {
    height: 26px;
    padding: 16px 0 20px 10px;
    position: relative;
  }
  .header-top .user-access:after {
    content: '';
    display: table;
    clear: both;
  }
  .header-top .user-access #cart-sidebar {
    overflow: hidden;
  }
  .header-top .user-access .item {
    line-height: 1.3em;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .header-top .user-access .item:last-child {
    border-right: 0;
  }
  .header-top .user-access .item .ic-fa {
    display: block;
    position: relative;
    padding-left: 44px;
    text-align: left;
  }
  .header-top .user-access .item .ic-fa:before {
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "fontawesome-webfont";
    color: #000;
    font-size: 30px;
  }
  .header-top .user-access .item .ic-fa.ic-user:before {
    content: "\f007";
  }
  .header-top .user-access .item .ic-fa.ic-cart {
    padding-left: 50px;
  }
  .header-top .user-access .item .ic-fa.ic-cart:before {
    content: "\f07a";
    left: 10px;
  }
  .header-top .user-access .item .ic-fa.ic-cart .block-cart .empty {
    text-align: left;
  }
  .header-top .user-access .item label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
  .header-top .user-access .item span {
    font-size: 12px;
  }
  .header-top .user-access .top-popup {
    position: absolute;
    z-index: 101;
    background: white;
    top: 98%;
    width: 100%;
    max-width: 300px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
  }
  .header-top .user-access .top-popup p.empty {
    padding: 10px;
  }
  .header-top .user-access .top-popup .buttons {
    padding: 10px 10px 20px;
    overflow: hidden;
  }
  .header-top .user-access .top-popup .buttons .button {
    display: inline-block;
    float: right;
    width: 95px;
    margin-left: 10px;
    padding: 6px 0 5px;
  }
  .header-top .user-access .top-popup .buttons .button.button-shopping-cart {
    background: #35251a !important;
  }
  .header-top .user-access .top-popup #cart-sidebar {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
  }
  .header-top .user-access .top-popup #cart-sidebar .item {
    display: block;
    width: 100%;
    border: none;
    float: none;
    text-align: left;
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .header-top .user-access .top-popup #cart-sidebar .item:last-child {
    margin-bottom: 0;
  }
  .header-top .user-access .top-popup #cart-sidebar .item a.product-image {
    float: left;
    border: none;
    margin-right: 10px;
    width: 78px;
    margin-top: -1px;
  }
  .header-top .user-access .top-popup #cart-sidebar .item a.product-image span.product-image {
    width: 78px;
  }
  .header-top .user-access .top-popup #cart-sidebar .item .product-details {
    margin-left: 0;
  }
  .header-top .user-access .top-popup #cart-sidebar .item .btn-remove {
    display: inline-block;
    font-size: 12px;
    color: #333;
    background: #e7e7e9;
    padding: 5px 8px;
    width: auto;
    height: auto;
    line-height: 1;
    text-indent: 0;
    overflow: auto;
    text-decoration: none;
    margin-top: 5px;
  }
  .header-top .user-access .top-popup #cart-sidebar .item .product-name {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .header-top .user-access .top-popup #cart-sidebar .item .product-name a {
    color: #333;
  }
  .header-top .user-access .top-popup:before, .header-top .user-access .top-popup:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    /* arrow size */
  }
  .header-top .user-access .top-popup:before {
    border-bottom-color: #fff;
    /* arrow color */
    position: absolute;
    top: -19px;
    left: 73%;
    z-index: 2;
  }
  .header-top .user-access .top-popup:after {
    border-bottom-color: #999;
    position: absolute;
    top: -20px;
    left: 73%;
    z-index: 1;
  }
  .header-top .user-access .top-popup.loginpopup, .header-top .user-access .top-popup.registerpopup {
    padding: 15px 10px 20px 10px;
    box-sizing: border-box;
  }
  .header-top .user-access .top-popup.loginpopup:before, .header-top .user-access .top-popup.loginpopup:after, .header-top .user-access .top-popup.registerpopup:before, .header-top .user-access .top-popup.registerpopup:after {
    left: 20%;
  }
  .header-top .user-access .top-popup.loginpopup .mini-login .input-text, .header-top .user-access .top-popup.registerpopup .mini-login .input-text {
    border: 1px solid #919191;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 10px;
  }
  .header-top .user-access .top-popup.loginpopup .mini-login .form-button, .header-top .user-access .top-popup.registerpopup .mini-login .form-button {
    width: 100px;
    padding: 6px 0px;
    font-weight: normal;
    text-transform: none;
    float: right;
    margin-top: 10px;
  }
  .header-top .user-access .top-popup.loginpopup .mini-login .forgot-link, .header-top .user-access .top-popup.registerpopup .mini-login .forgot-link {
    margin-top: 17px;
    display: inline-block;
    font-size: 12px;
  }
  .header-top .user-access .top-popup.loginpopup .mini-login .forgot-link a, .header-top .user-access .top-popup.registerpopup .mini-login .forgot-link a {
    color: #333;
  }
  .header-top .header-slider {
    background: #1F3E6C;
    position: relative;
    height: 121px;
    overflow: hidden;
  }
  .header-top .header-slider img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease;
  }
  .header-top .header-slider .container {
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  .header-top .header-slider .container .custom-navigation {
    z-index: 100;
  }
  .header-top .header-slider .container .custom-navigation a {
    line-height: 120px;
    text-align: center;
  }
  .header-top .header-slider .container .custom-navigation a:before {
    font-family: "fontawesome-webfont";
    font-size: 18px;
    color: #fff;
    font-size: 48px;
  }
  .header-top .header-slider .container .custom-navigation .flex-prev {
    float: left;
    margin-left: 10px;
  }
  .header-top .header-slider .container .custom-navigation .flex-prev:before {
    content: "\f104";
  }
  .header-top .header-slider .container .custom-navigation .flex-next {
    float: right;
    margin-right: 10px;
  }
  .header-top .header-slider .container .custom-navigation .flex-next:before {
    content: "\f105";
  }
  .header-top .header-slider .slides {
    text-align: center;
  }
  .header-top .header-slider .flex-control-paging {
    display: none;
  }

  .header-slider .flex-control-paging {
    display: none;
  }
}
@media (max-width: 940px) {
  .header-nav {
    padding-bottom: 0;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
    /*dim the background*/
  }
  .nav-menu .nav-menu-content {
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 87.5%;
    background: #800001;
  }
  .nav-menu .nav-menu-content .top-navigation {
    padding: 10px 0;
  }
  .nav-menu .nav-menu-content .top-navigation:after {
    content: '';
    display: table;
    clear: both;
  }
  .nav-menu .nav-menu-content .top-navigation .item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    text-align: center;
  }
  .nav-menu .nav-menu-content .top-navigation .item:last-child {
    border-right: 0;
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa {
    display: block;
    position: relative;
    padding-left: 24px;
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa label {
    color: #fff;
    display: block;
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa:before {
    position: absolute;
    left: 10px;
    font-family: "fontawesome-webfont";
    color: #fff;
    font-size: 20px;
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa.ic-customer-service:before {
    content: "\f085";
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa.ic-customer-service label {
    padding-left: 13px;
    padding-right: 10px;
  }
  .nav-menu .nav-menu-content .top-navigation .item .ic-fa.ic-about-us:before {
    content: "\f129";
  }
  .nav-menu .nav-menu-content #category-menu {
    width: 100%;
    background: #fff;
  }
  .nav-menu .nav-menu-content #category-menu.active {
    display: block;
  }
  .nav-menu .nav-menu-content #category-menu.inactive {
    display: none;
  }
  .nav-menu .nav-menu-content #category-menu ul {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-menu .nav-menu-content #category-menu ul.active {
    display: block;
  }
  .nav-menu .nav-menu-content #category-menu ul li {
    border-bottom: 1px solid #d6d6d6;
  }
  .nav-menu .nav-menu-content #category-menu ul li.first {
    border-top: 1px solid #d6d6d6;
  }
  .nav-menu .nav-menu-content #category-menu ul li.last {
    border-bottom: none;
  }
  .nav-menu .nav-menu-content #category-menu ul li > a {
    padding: 10px 0 10px 10px;
  }
  .nav-menu .nav-menu-content #category-menu ul li a {
    display: inline-block;
  }
  .nav-menu .nav-menu-content #category-menu ul li ul {
    display: none;
  }
  .nav-menu .nav-menu-content #category-menu ul li:before {
    cursor: pointer;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent {
    background: #fff !important;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent:before {
    font-family: "fontawesome-webfont";
    content: "\f067";
    color: #787878;
    float: right;
    padding-right: 10px;
    position: relative;
    top: 10px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent li {
    background: #f5f5f5;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent li a {
    padding-left: 20px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent li.parent li a {
    padding-left: 30px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent li.parent li.parent li a {
    padding-left: 40px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.parent li.parent li.parent li.parent li a {
    padding-left: 50px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.activated:before {
    font-family: "fontawesome-webfont";
    content: "\f068";
    color: #787878;
    float: right;
    padding-right: 10px;
  }
  .nav-menu .nav-menu-content #category-menu ul li.activated > a {
    font-weight: bold;
  }
  .nav-menu .nav-menu-content #category-menu ul li ul.active {
    display: block;
  }
  .nav-menu .nav-menu-content #category-menu ul li ul.inactive {
    display: none;
  }
  .nav-menu .nav-menu-content #category-menu ul .level0 span {
    color: #333333;
  }
  .nav-menu .nav-menu-content #category-menu ul .level0 .level1.first {
    border-top: 1px solid #d6d6d6;
  }
  .nav-menu .nav-menu-content .bottom-navigation ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
    color: #fff;
  }
  .nav-menu .nav-menu-content .bottom-navigation ul li:last-child {
    border-bottom: none;
  }
  .nav-menu .nav-menu-content .bottom-navigation ul li a {
    color: white;
  }
  .nav-menu .close-btn {
    float: right;
    width: 12.5%;
    cursor: pointer;
    text-align: center;
  }
  .nav-menu .close-btn .fa-times {
    font-size: 30px;
    color: #fff;
    padding: 25%;
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu.inactive {
    display: none;
  }
}
.payment-icon img {
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .footer-container {
    background: #282828;
    color: #fff;
    height: 108px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .footer-container .footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .footer-container .footer p {
    display: none;
  }
  .footer-container .footer .footer-links1 {
    display: none;
  }
  .footer-container .footer .footer-links2 li:first-child {
    display: block;
    margin-bottom: 5px;
    background: none;
    padding: 0;
  }
  .footer-container .footer .footer-search {
    float: none;
  }
  .footer-container .footer .footer-search .form-search {
    float: none;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
  .footer-container .footer .footer-search .form-search .payment-icon {
    margin-top: 17px;
    display: inline-block;
  }
  .footer-container .footer .footer-search .form-search .payment-icon:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-container .footer .footer-search .form-search .payment-icon img {
    float: left;
    height: 23px;
    padding-left: 2px;
  }
  .footer-container .footer .footer-search .form-search .payment-icon img:first-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 945px) {
  .footer-container {
    background: #35251a;
  }
  .footer-container .footer {
    padding: 20px 10px;
  }
  .footer-container .footer .payment-icon:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-container .footer .payment-icon .pm-icon-inner {
    float: right;
  }
  .footer-container .footer .payment-icon .pm-icon-inner img {
    float: left;
    margin: 0;
    padding: 0;
    height: 23px;
  }
  .footer-container .form-search {
    width: 40%;
  }
  .footer-container .form-search:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-container .form-search .payment-icon {
    float: right;
  }
  .footer-container .form-search .payment-icon:after {
    content: '';
    display: table;
    clear: both;
  }
  .footer-container .form-search .payment-icon img {
    float: left;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 945px) {
  .footer-container .footer a {
    text-decoration: none;
  }
}
.phone-cart .fb_block {
  display: none;
}

@media (min-width: 768px) and (max-width: 940px) {
  #top_nav {
    display: none;
  }

  .header-top {
    display: block;
  }
  .header-top .top-banner, .header-top .store-logo, .header-top .fb_block, .header-top .top-search, .header-top .container, .header-top .header-slider {
    display: none;
  }
  .header-top .logo-wrapper .button-menu {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 999;
    display: block;
  }

  .header-container {
    padding: 0;
  }

  .header {
    padding: 0;
  }
  .header:after {
    content: '';
    display: table;
    clear: both;
  }
  .header h1.logo {
    padding-bottom: 36px;
  }
  .header .quick-access {
    float: none;
    padding: 0;
  }
  .header .quick-access:after {
    content: none;
  }
  .header .quick-access .shop-access {
    padding-right: 10px;
    padding-top: 11px;
  }
  .header .quick-access .shop-access .fb_block {
    display: none;
  }
  .header .quick-access .phone-cart {
    float: right;
    clear: none;
    padding-right: 10px;
  }
  .header .quick-access .phone-cart .header-contact-phone {
    margin-top: 5px;
    float: right;
  }
  .header .quick-access .phone-cart .fb_block {
    display: block;
    float: right;
    padding-right: 15px;
  }
  .header .quick-access .phone-cart .header-mini-cart {
    float: right;
    clear: right;
    margin-top: 10px;
    padding: 5px 20px;
  }
  .header .quick-access #search_mini_form {
    display: block;
    width: 100%;
    float: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .header .quick-access #search_mini_form .form-search {
    float: none;
    width: 100%;
    position: relative;
  }
  .header .quick-access #search_mini_form .form-search:after {
    content: '';
    display: table;
    clear: both;
  }
  .header .quick-access #search_mini_form .form-search label {
    display: none;
  }
  .header .quick-access #search_mini_form .form-search .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 0 40px 0 10px;
    border-color: #919191;
    font-size: 12px;
    color: #4f4f4f;
    font-style: italic;
    vertical-align: middle;
    margin: 0;
  }
  .header .quick-access #search_mini_form .form-search .input-text::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .header .quick-access #search_mini_form .form-search .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  .header .quick-access #search_mini_form .form-search .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  .header .quick-access #search_mini_form .form-search .input-text:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  .header .quick-access #search_mini_form .form-search .button {
    position: absolute;
    top: 0;
    right: 0;
    background: #800001;
    text-align: center;
    height: 30px;
    width: 37px;
    line-height: 30px;
    text-indent: 0;
    font-size: 0;
    color: transparent;
  }
  .header .quick-access #search_mini_form .form-search .button:before {
    font-family: "fontawesome-webfont";
    content: "\f002";
    color: #fff;
    font-size: 20px;
    font-weight: normal;
  }

  .magic-banner-header img {
    max-width: 100%;
  }

  .offer-strip {
    height: auto;
  }
  .offer-strip img {
    max-width: 100%;
  }
  .offer-strip .offer-strip-left, .offer-strip .offer-strip-right {
    display: none;
  }
}
.pager select {
  display: inline-block;
  width: auto;
}
.pager .limiter select {
  padding: 0 20px 0 5px;
}
.pager .amount {
  line-height: 30px;
}

@media (max-width: 767px) {
  .data-table colgroup {
    display: none;
  }
  .data-table thead {
    display: none;
  }
  .data-table tbody tr {
    display: block;
  }
  .data-table tbody tr td {
    display: block;
  }
  .data-table tbody tr td[data-rwd-label]:before {
    content: attr(data-rwd-label);
    float: left;
    width: 30%;
    font-weight: bold;
  }
}
iframe[name="google_conversion_frame"] {
  height: 0 !important;
  overflow: hidden;
}

.bx-copy-feat:after {
  content: '';
  display: table;
  clear: both;
}
.bx-copy-feat img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.home-banner img {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (max-width: 945px) {
  .fb-social-box {
    margin: 0 -10px;
  }
}
.fb-social-box img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.fb-social-box .desktop-img {
  display: block;
}
@media (max-width: 767px) {
  .fb-social-box .desktop-img {
    display: none;
  }
}
.fb-social-box .mobile-img {
  display: none;
}
@media (max-width: 767px) {
  .fb-social-box .mobile-img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .cms-home .main-container {
    padding: 20px 0;
  }
  .cms-home .main {
    overflow: visible;
  }

  .home-content-hero-banner {
    width: 100%;
  }

  .home-banner {
    width: 100%;
  }
  .home-banner table {
    width: 100%;
    display: block;
  }
  .home-banner table tbody, .home-banner table tr, .home-banner table td {
    display: block;
  }
  .home-banner table img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .BannerControl {
    display: none;
  }

  #panelContainer {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  #panelContainer {
    height: 295px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  #panelContainer {
    height: 250px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  #panelContainer {
    height: 180px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #panelContainer {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  #panelContainer .tab_content {
    width: 100%;
    height: auto;
  }

  #signup_2 {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 62px;
    background: #e7e7e9;
  }
  #signup_2 h4 {
    color: #333;
    text-transform: uppercase;
    text-align: center;
  }
  #signup_2 p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 0 10px;
  }
  #signup_2 label {
    display: none;
  }
  #signup_2 input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #868687;
    vertical-align: middle;
    padding: 0 10px;
    background: #fff;
    height: 30px;
    color: #4f4f4f;
    font-size: 14px;
  }
  #signup_2 input::-ms-expand {
    display: none;
  }
  #signup_2 input::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  #signup_2 input:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  #signup_2 input::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  #signup_2 input:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  #signup_2 .button {
    width: 100%;
    background: #800001;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    margin: 0;
  }
  #signup_2 .button span {
    background: none;
    float: none;
    width: auto;
    text-indent: 0;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
  }

  .home_cat_spot h2 {
    color: #800001;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #eae9e8;
    padding: 15px 10px 0;
  }
  .home_cat_spot ul {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home_cat_spot ul li {
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .home_cat_spot ul li a {
    display: block;
  }
  .home_cat_spot ul li img {
    display: inline-block;
    width: 100%;
    height: auto;
  }

  .featured-slider {
    padding: 10px 0;
  }
  .featured-slider .scroller-heading {
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #800001;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .featured-slider .jcarousel-skin-tango {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .featured-slider .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 10px;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .featured-slider .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .featured-slider .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .featured-slider .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal ul li {
    height: auto;
  }

  #main .hero-banner {
    border-bottom: 1px solid #eae9e8;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .hero-banner .hero-banner-slider img {
    max-height: 160px !important;
  }
  #main .hero-banner .hero-banner-slider .flex-control-paging {
    display: none;
  }
  #main .hero-banner .hero-banner-slider .slides {
    text-align: center;
  }
  #main .category-spotlight {
    content: '';
    display: table;
    clear: both;
  }
  #main .category-spotlight span {
    font-size: 16px;
    color: #800001;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 54px;
  }
  #main .category-spotlight .list-image {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #main .category-spotlight .list-image:after {
    content: '';
    display: table;
    clear: both;
  }
  #main .category-spotlight .list-image ul li {
    float: left;
    padding-bottom: 10px;
    padding-right: 5px;
  }
  #main .category-spotlight .list-image ul li img {
    width: 300px !important;
    display: block;
  }
  #main .facebook-link {
    background: #33518f;
  }
  #main .facebook-link a {
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 10px;
  }
  #main .facebook-link a label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 17px;
  }
  #main .facebook-link a p {
    font-size: 14px;
  }
  #main .facebook-link a img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
  }
  #main .list-products {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 22px;
  }
  #main .list-products.hot-new-products {
    padding-bottom: 0;
  }
  #main .list-products .title {
    font-size: 16px;
    color: #800001;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 54px;
  }
  #main .list-products .home-featured-products .products-grid {
    margin-bottom: 20px;
  }
  #main .list-products .home-featured-products .products-grid:last-child {
    margin-bottom: 0;
  }
  #main .list-products .home-featured-products .products-grid:after {
    content: '';
    display: table;
    clear: both;
  }
  #main .list-products .home-featured-products .products-grid li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 48.33333%;
    margin-right: 3.33333%;
    margin-bottom: 10px;
    float: left;
  }
  #main .list-products .home-featured-products .products-grid li .product-image {
    text-align: center;
    display: block;
  }
  #main .list-products .home-featured-products .products-grid li .product-image img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  #main .list-products .home-featured-products .products-grid li:nth-child(2n) {
    margin-right: 0;
  }
  #main .list-products .home-featured-products .products-grid li .product-name {
    font-size: 14px;
    color: #6a4a34;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
  #main .list-products .home-featured-products .products-grid li .product-specials {
    font-size: 14px;
    font-weight: bold;
    color: #6a4a34;
    text-align: center;
  }
  #main .news-letter-form {
    background-color: #e7e7e9;
    height: 227px;
    text-align: center;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .news-letter-form p {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    color: #333333;
    padding-bottom: 12px;
  }
  #main .news-letter-form p.ab_2 {
    font-weight: normal;
  }
  #main .news-letter-form input {
    width: 100%;
    height: 28px;
    border: 1px solid #868687;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  #main .news-letter-form ::-webkit-input-placeholder {
    color: #4f4f4f;
  }
  #main .news-letter-form :-moz-placeholder {
    /* FF 4-18 */
    color: #4f4f4f;
  }
  #main .news-letter-form ::-moz-placeholder {
    /* FF 19+ */
    color: #4f4f4f;
  }
  #main .news-letter-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #4f4f4f;
  }
  #main .homepage_feat_brands p {
    font-size: 14px !important;
    padding: 0 10px 10px 10px;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .homepage_feat_brands p:first-child {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #main .homepage_feat_brands p:last-child {
    padding-bottom: 0px;
  }
  #main .homepage_feat_brands p span {
    font-size: inherit !important;
  }
  #main .brand-logos span {
    font-size: 16px;
    color: #800001;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 54px;
  }
  #main .brand-logos .brand-content {
    background: #e7e7e9;
    padding-top: 10px;
    width: 100%;
  }
  #main .brand-logos .brand-content .featured-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .brand-logos .brand-content .featured-slider .flex-control-nav,
  #main .brand-logos .brand-content .featured-slider .flex-direction-nav {
    display: none;
  }

  .full_block .bx-copy-feat h1, .full_block .bx-copy-feat h2, .full_block .bx-copy-feat h3, .full_block .bx-copy-feat h4, .full_block .bx-copy-feat h5, .full_block .bx-copy-feat h6 {
    padding: 0 10px;
  }
  .full_block .bx-copy-feat .left {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .full_block .bx-copy-feat .left img {
    max-width: 100%;
    height: auto;
  }
  .full_block .bx-copy-feat .left p {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  .full_block .bx-copy-feat .left p:first-child {
    padding: 0;
    margin: 0 0 10px;
  }
  .full_block .bx-copy-feat .left p a img {
    width: 100%;
  }
  .full_block .bx-copy-feat .feat_brands {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .full_block .bx-copy-feat .feat_brands h2 a img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .bx-products-item {
    padding: 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bx-products-item:after {
    content: '';
    display: table;
    clear: both;
  }
  .bx-products-item .full_block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bx-products-item .full_block:last-child {
    margin-bottom: 0;
  }
  .bx-products-item .full_block img {
    max-width: 100%;
  }
  .bx-products-item .home-featured-products {
    margin: 0;
  }
  .bx-products-item h2 {
    font-size: 14px;
    color: #800001;
    font-weight: bold;
    text-transform: uppercase;
  }
  .bx-products-item .products-grid {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .bx-products-item .products-grid:after {
    content: '';
    display: table;
    clear: both;
  }
  .bx-products-item .products-grid > li {
    float: left;
    width: 48.33333%;
    margin-right: 3.33333%;
    margin-bottom: 10px;
  }
  .bx-products-item .products-grid > li:nth-child(2n) {
    margin-right: 0;
  }
  .bx-products-item .products-grid > li:nth-child(2n+1) {
    clear: left;
  }
  .bx-products-item .products-grid .product-image {
    display: block;
  }
  .bx-products-item .products-grid .product-image img {
    max-width: 100%;
  }
  .bx-products-item .products-grid .product-name {
    overflow: hidden;
  }
  .bx-products-item .products-grid .product-specials .price-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .bx-products-item .products-grid .product-specials .price-box p {
    float: none;
  }
  .bx-products-item .products-grid .product-specials .price-box .old-price {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .cms-home .main-container {
    padding-bottom: 0;
  }
  .cms-home .col-main .home-content-hero-banner {
    float: left;
    width: 78.20856%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-home .col-main .home-content-hero-banner img {
    max-width: 100%;
  }
  .cms-home .col-main .home-content-hero-banner .home-banner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-home .col-main .home-content-hero-banner .home-banner table {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .cms-home .col-main .home-content-hero-banner .home-banner table tbody, .cms-home .col-main .home-content-hero-banner .home-banner table tr, .cms-home .col-main .home-content-hero-banner .home-banner table td {
    display: block;
  }
  .cms-home .col-main .home-content-hero-banner #panelContainer .tab_content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-home .col-main #signup_2 {
    float: right;
    width: 21.79144%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-home .col-main #signup_2 input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-home .col-main #signup_2 .button {
    width: 100%;
  }
  .cms-home .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    height: auto;
  }
  .cms-home .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .cms-home .jcarousel-skin-tango .jcarousel-container-horizontal .jcarousel-clip-horizontal ul li {
    height: auto;
  }
  .cms-home .bx-copy-feat .feat_brands {
    width: 50%;
  }
  .cms-home .bx-copy-feat .feat_brands img {
    max-width: 100%;
  }
  .cms-home .bx-copy-feat .left {
    width: 50%;
  }

  .home-featured-products .products-grid {
    margin-bottom: 0;
  }
  .home-featured-products .products-grid li.item {
    float: left;
    width: 23.5%;
    margin-right: 2%;
  }
  .home-featured-products .products-grid li.item:nth-child(4n), .home-featured-products .products-grid li.item:last-child {
    margin-right: 0;
  }
  .home-featured-products .products-grid li.item .product-name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .main-container {
    padding: 0;
  }
  .catalog-category-view .main-container .main {
    padding: 0;
  }
  .catalog-category-view .main-container .main .col-main {
    padding: 0 10px;
  }

  #category_content .category-title {
    font-size: 16px;
    font-weight: bold;
    color: #800001;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    letter-spacing: 0.2px;
  }
  #category_content.has-sub-cat .category-title {
    font-size: 24px;
    color: #333333;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
  }
  #category_content .category-description {
    color: #333333;
    margin: 0;
  }

  .category-products .toolbar {
    margin: 20px 0;
  }
  .category-products .pager {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    background: none;
  }
  .category-products .pager:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .pager .amount {
    display: none;
  }
  .category-products .pager .pages {
    float: left;
    margin: 0;
    position: relative;
    top: 0;
  }
  .category-products .pager .pages strong {
    display: none;
  }
  .category-products .pager .pages ol {
    list-style: none;
  }
  .category-products .pager .pages ol:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .pager .pages ol li {
    min-width: 29px;
    float: left;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    margin-right: 2px;
  }
  .category-products .pager .pages ol li.current {
    background: #f8f8f8;
  }
  .category-products .pager .pages ol li a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
  }
  .category-products .pager .pages ol li a:after {
    font-family: "fontawesome-webfont";
    font-size: 12px;
  }
  .category-products .pager .pages ol li a.next img {
    display: none;
  }
  .category-products .pager .pages ol li a.next:after {
    content: '\f101';
  }
  .category-products .pager .pages ol li a.previous img {
    display: none;
  }
  .category-products .pager .pages ol li a.previous:after {
    content: '\f100';
  }
  .category-products .pager .pages ol li:last-child {
    margin-right: 0;
  }
  .category-products .pager .limiter {
    float: right;
    position: relative;
    font-size: 0;
    color: transparent;
  }
  .category-products .pager .limiter select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #f3f3f3;
    background: #fff url(../images/bg-select.png) right center no-repeat;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    height: 30px;
    vertical-align: middle;
    padding: 0 20px 0 5px;
  }
  .category-products .pager .limiter select::-ms-expand {
    display: none;
  }
  .category-products .pager .limiter select option {
    padding: 2px 5px;
    color: #282828;
  }
  .category-products .pager .limiter label {
    display: none;
  }
  .category-products .products-grid {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-products .products-grid:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .products-grid li {
    float: left;
    width: 45.3125%;
    margin-right: 3.125%;
    margin-bottom: 10px;
  }
  .category-products .products-grid li:nth-child(2n) {
    margin-right: 0;
  }
  .category-products .products-grid li:nth-child(2n+1) {
    clear: left;
  }
  .category-products .products-grid li .product-image {
    display: block;
    margin: 0;
    padding: 0;
  }
  .category-products .products-grid li .product-image img {
    max-width: 100%;
    /*height:auto;*/
  }
  .category-products .products-grid li .product-name {
    display: block;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 0 0;
  }
  .category-products .products-grid li .price-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .products-grid li .price-box p {
    float: none;
  }
  .category-products .products-grid li .price-box .price {
    font-size: 14px;
    font-weight: bold;
    color: #6a4a34;
    text-align: center;
    padding-bottom: 10px;
  }
  .category-products .products-grid li .price-box .order-promotion {
    font-size: 10px;
    text-align: center;
    color: #800001;
    padding-top: 10px;
  }
  .category-products .products-grid li .price-box .old-price {
    margin-left: 0;
  }
  .category-products .products-grid li .price-box .old-price .price {
    font-weight: normal;
    font-size: 12px;
  }
  .category-products .products-grid li .add-to-cart-grid {
    text-align: center;
    margin: 10px 0;
  }
  .category-products .products-grid li .add-to-cart-grid .button {
    min-width: 110px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    background: #800001;
    color: #fff;
    display: inline-block !important;
    margin: 0;
    text-indent: 0;
  }
  .category-products .products-grid li .phonenumber {
    font-size: 10px;
    color: #800001;
    font-weight: normal;
  }
  .category-products .products-grid li .description {
    display: none;
  }

  .category-sub-cat h2 {
    font-size: 16px;
    color: #800001;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
    letter-spacing: 0.2px;
  }
  .category-sub-cat ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .category-sub-cat ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-sub-cat ul .subcat {
    display: block;
    float: left;
    width: 48.33333%;
    margin-right: 3.33333%;
    margin-bottom: 10px;
  }
  .category-sub-cat ul .subcat:nth-child(2n) {
    margin-right: 0;
  }
  .category-sub-cat ul .subcat:nth-child(2n+1) {
    clear: left;
  }
  .category-sub-cat ul .subcat a {
    display: block;
  }
  .category-sub-cat ul .subcat a .bx-image {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333333;
  }
  .category-sub-cat ul .subcat a img {
    max-width: 100%;
  }
  .category-sub-cat ul .subcat a .title {
    color: #6a4a34;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }
  .category-sub-cat ul .subcat a:hover, .category-sub-cat ul .subcat a:focus {
    background: none;
  }
  .category-sub-cat ul .subcat a:hover .title, .category-sub-cat ul .subcat a:focus .title {
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 945px) {
  .category-sub-cat h2 {
    font-size: 16px;
    color: #800001;
    font-weight: bold;
    text-transform: uppercase;
  }
  .category-sub-cat .subcat {
    width: 23.79679%;
    margin-right: 1.47059%;
  }
  .category-sub-cat .subcat a {
    display: block;
  }
  .category-sub-cat .subcat a img {
    max-width: 100%;
  }
  .category-sub-cat .subcat a .title {
    color: #6a4a34;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }

  #category_content .category-title {
    font-size: 24px;
    font-weight: normal;
  }

  .breadcrumbs {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
  }
  .breadcrumbs ul {
    display: block;
  }
  .breadcrumbs ul li {
    color: #333333;
    float: left;
    padding: 0 3px;
  }
  .breadcrumbs ul li.home {
    padding-left: 0;
  }
  .breadcrumbs ul li.home a {
    font-size: 0px;
  }
  .breadcrumbs ul li.home a:after {
    font-family: "fontawesome-webfont";
    content: '\f015';
    font-size: 14px;
  }
  .breadcrumbs ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .breadcrumbs a {
    color: #333333;
    text-decoration: none;
  }

  .category-products .products-grid {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .category-products .products-grid:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .products-grid li {
    float: left;
    width: 23.79679%;
    margin-right: 1.47059%;
    margin-bottom: 10px;
  }
  .category-products .products-grid li .product-image {
    display: block;
    margin: 0;
    padding: 0;
  }
  .category-products .products-grid li .product-image img {
    max-width: 100%;
    /*height: auto;*/
  }
  .category-products .products-grid li .product-name {
    display: block;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 0 0;
  }
  .category-products .products-grid li .price-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-products .products-grid li .price-box p {
    float: none;
  }
  .category-products .products-grid li .price-box .price {
    font-size: 14px;
    font-weight: bold;
    color: #6a4a34;
    text-align: center;
    padding-bottom: 10px;
  }
  .category-products .products-grid li .price-box .order-promotion {
    font-size: 10px;
    text-align: center;
    color: #800001;
    padding-top: 10px;
  }
  .category-products .products-grid li .price-box .old-price {
    margin-left: 0;
  }
  .category-products .products-grid li .price-box .old-price .price {
    font-weight: normal;
    font-size: 12px;
  }
  .category-products .products-grid li .add-to-cart-grid {
    text-align: center;
    margin: 10px 0;
  }
  .category-products .products-grid li .add-to-cart-grid .button {
    min-width: 110px;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    background: #800001;
    color: #fff;
    display: inline-block !important;
    margin: 0;
    text-indent: 0;
  }
  .category-products .products-grid li .phonenumber {
    font-size: 10px;
    color: #800001;
    font-weight: normal;
  }
  .category-products .products-grid li .description {
    display: none;
  }
}
.products-grid li.item .product-name {
  min-height: 36px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 945px) {
  .products-grid li.item .product-name {
    height: 46px;
  }
}
@media (max-width: 479px) {
  .products-grid li.item .product-name {
    height: 46px;
  }
}

.search-empty p {
  margin: 0 0 15px;
}

/*
.sli-search-search-template{
    .col1-layout{
        .col-left{
            @media(max-width:767px){
                width:100% !important;
            }
        }
        .col-main{
            @media(max-width:767px){
                width:100% !important;
            }
        }
    }
}*/
#contactForm .form-list .input-text::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
#contactForm .form-list .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4f4f;
  opacity: 0;
}
#contactForm .form-list .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4f4f;
  opacity: 0;
}
#contactForm .form-list .input-text:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
@media (max-width: 767px) {
  #contactForm .form-list .input-text::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  #contactForm .form-list .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  #contactForm .form-list .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  #contactForm .form-list .input-text:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .contacts-index-index .main-container {
    padding: 0 10px;
  }
  .contacts-index-index .main-container .main {
    overflow: visible;
    padding: 0;
    /*#signup_2 {
        width: auto;
        height: 215px;
        padding: 5px 10px 0;
        margin-left: -10px;
        margin-right: -10px;
        float: none;
    }*/
  }
  .contacts-index-index .main-container .main .breadcrumbs {
    display: inherit !important;
    margin: 0 -10px;
  }
  .contacts-index-index .main-container .main .breadcrumbs strong {
    font-weight: normal;
  }
  .contacts-index-index .main-container .main .col-main {
    margin: 0;
  }
  .contacts-index-index .main-container .main .col-main .page-title {
    margin: 0 0 10px;
  }
  .contacts-index-index .main-container .main .col-main .page-title h1 {
    font-size: 24px;
    color: #272727;
    font-weight: normal;
  }
  .contacts-index-index .main-container .main .col-main p {
    line-height: 15px;
    font-size: 14px;
    padding: 0 0 20px;
  }
  .contacts-index-index .main-container .main .col-main p a {
    color: #8a2627;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .fieldset {
    margin: 0 -10px;
    padding: 20px 10px 1px 10px;
    border: none;
    background: #e7e7e9;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .fieldset h2.legend {
    visibility: hidden;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .fieldset label {
    text-indent: -9999px;
    height: 0px;
    padding-top: 0px;
  }
  .contacts-index-index .main-container .main .col-main #contactForm input {
    width: 100%;
    height: 30px;
    border: 1px solid #868687;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    background: #fff;
  }
  .contacts-index-index .main-container .main .col-main #contactForm textarea {
    width: 100%;
    border: 1px solid #868687;
    padding: 10px;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .buttons-set {
    background-color: #e7e7e9;
    margin: 0 -10px;
    padding: 0 10px 20px;
    border-top: none;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .buttons-set .required {
    color: #800001;
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: normal;
    float: left;
  }
  .contacts-index-index .main-container .main .col-main #contactForm .buttons-set .button span span {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
  }
  .contacts-index-index .main-container .main .col-main iframe {
    height: 0 !important;
  }
  .contacts-index-index .main-container .main .header-nav-container p a img {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .contacts-index-index .main .breadcrumbs {
    display: inherit !important;
  }
  .contacts-index-index .main .breadcrumbs strong {
    font-weight: normal;
  }
  .contacts-index-index .main .col-main .page-title {
    margin: 0 0 10px;
  }
  .contacts-index-index .main .col-main p a {
    color: #656565;
  }
  .contacts-index-index .main .col-left .header-nav {
    background: none;
    padding-bottom: 10px;
  }
  .contacts-index-index .main .col-left .header-nav #signup_2 {
    float: none;
  }
  .contacts-index-index .main .col-left img {
    display: inherit;
    margin: inherit;
  }
}
@media (max-width: 767px) {
  .zoomtracker {
    display: none !important;
  }
}

.phonenumberCart {
  margin: 0;
}
.phonenumberCart img {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .phonenumberCart .order-by-phone, .phonenumberCart .storenumber {
    display: none;
  }
}
.phonenumberCart .image-phone-detail .desktop-image {
  display: block;
}
@media (max-width: 767px) {
  .phonenumberCart .image-phone-detail .desktop-image {
    display: none;
  }
}
.phonenumberCart .image-phone-detail .mobile-image {
  display: none;
}
@media (max-width: 767px) {
  .phonenumberCart .image-phone-detail .mobile-image {
    display: block;
  }
}

.shop-infos:after {
  content: '';
  display: table;
  clear: both;
}
.shop-infos .shop-info-left {
  float: left;
  width: 50%;
}
@media (max-width: 767px) {
  .shop-infos .shop-info-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.shop-infos .shop-info-right {
  float: right;
  width: 50%;
}
@media (max-width: 767px) {
  .shop-infos .shop-info-right {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
  }
}

/*.shop-info-left{
    .fb_like_btn{
        display:block;
        @media(max-width:767px){
            display:none;
        }
    }
}*/
.qty-cart-shop:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .qty-cart-shop {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.qty-cart-shop .qty-box {
  float: left;
  width: 50px;
}
@media (min-width: 768px) and (max-width: 945px) {
  .qty-cart-shop .qty-box {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .qty-cart-shop .qty-box {
    float: none;
  }
  .qty-cart-shop .qty-box:after {
    content: '';
    display: table;
    clear: both;
  }
}
.qty-cart-shop .qty-box label {
  display: block;
}
@media (min-width: 768px) and (max-width: 945px) {
  .qty-cart-shop .qty-box label {
    font-size: 10px;
  }
}
.qty-cart-shop .qty-box .input-text {
  float: none;
  width: 100% !important;
  height: 35px;
  border: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 945px) {
  .qty-cart-shop .qty-box .input-text {
    height: 25px;
  }
}
.qty-cart-shop .fb_like_btn {
  display: none;
  text-align: left;
}
@media (max-width: 767px) {
  .qty-cart-shop .fb_like_btn {
    display: block;
    margin-top: 10px;
  }
}
.qty-cart-shop .bx-btn {
  margin-left: 60px;
  padding-top: 20px;
}
.qty-cart-shop .bx-btn:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 945px) {
  .qty-cart-shop .bx-btn {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .qty-cart-shop .bx-btn {
    margin-left: 0;
    padding-top: 10px;
  }
}
.qty-cart-shop .bx-btn .btn-cart {
  width: 100%;
  min-height: 45px;
}
@media (min-width: 768px) and (max-width: 945px) {
  .qty-cart-shop .bx-btn .btn-cart {
    min-height: 35px;
  }
}
@media (max-width: 767px) {
  .qty-cart-shop .bx-btn .btn-cart {
    min-height: 0;
  }
}

.sales_area {
  background-color: #e6e6e6;
  border-top: 4px solid #cfcfcf;
  padding: 25px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -4px;
  overflow: hidden;
}
.sales_area .heavy img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sales_area .heavy {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sales_area {
    margin-top: 0;
    border-top: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
  }
  .sales_area .qty-box {
    width: 120px;
    margin-top: -45px;
  }
  .sales_area .qty-box:after {
    content: '';
    display: table;
    clear: both;
  }
  .sales_area .qty-box label {
    float: left;
    margin: 0 !important;
    padding: 0 10px 0 0;
    line-height: 33px;
  }
  .sales_area .qty-box .input-text {
    float: left;
    width: 48px !important;
    height: 33px;
  }
}
.sales_area .availability {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .sales_area .availability {
    margin-top: 0 !important;
    padding: 8px 10px 8px 5px !important;
  }
}
@media (max-width: 945px) {
  .sales_area .price-box .price-label {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sales_area .price-box {
    text-align: right;
  }
  .sales_area .price-box .price {
    font-size: 24px;
    color: #35251a;
  }
  .sales_area .price-box .regular-price .price {
    font-size: 24px;
    color: #35251a;
  }
}

@media (max-width: 767px) {
  .add-to-box #zipmoney-widget-general-addtocart {
    padding-top: 0;
    text-align: center;
  }
}
.add-to-box #zipmoney-widget-general-addtocart .zip-hover {
  display: block;
}
.add-to-box #zipmoney-widget-general-addtocart .zip-hover img {
  max-width: none;
  margin: auto;
  width: 100%;
}
.add-to-box .add-to-cart .paypal-logo {
  display: none;
}
@media (max-width: 767px) {
  .add-to-box .add-to-cart {
    margin: 0;
  }
}
.add-to-box .cta_copy {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 768px) and (max-width: 945px) {
  .add-to-box .cta_copy {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .add-to-box .cta_copy {
    text-align: right;
  }
}

#product_addtocart_form {
  display: block;
}
#product_addtocart_form:after {
  content: '';
  display: table;
  clear: both;
}
#product_addtocart_form .product-img-box1 {
  float: left;
  width: 300px;
}
#product_addtocart_form .product-img-box1 .product-img-box {
  width: 100%;
}
#product_addtocart_form .product-img-box1 .product-image img {
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 945px) {
  #product_addtocart_form .product-img-box1 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  #product_addtocart_form .product-img-box1 {
    margin: 0;
    float: none;
    width: 100%;
  }
  #product_addtocart_form .product-img-box1 .media-product {
    max-width: 300px;
    margin: 0 auto;
  }
}
#product_addtocart_form .product-shop {
  float: none;
  margin-left: 320px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 945px) {
  #product_addtocart_form .product-shop {
    margin-left: 270px;
  }
}
@media (max-width: 767px) {
  #product_addtocart_form .product-shop {
    margin-left: 0;
  }
}

.product-img-box1 .name-des-mobile {
  display: none;
}
@media (max-width: 767px) {
  .product-img-box1 .name-des-mobile {
    display: block;
    margin: 15px 0;
  }
  .product-img-box1 .name-des-mobile .product-name .h1 {
    font-size: 24px;
    color: #666;
    line-height: 1.2em;
  }
  .product-img-box1 .name-des-mobile .short_desc {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 1.2em;
    margin: 7px 0 0;
  }
}

.product-shop .product-name {
  display: block;
}
@media (max-width: 767px) {
  .product-shop .product-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-shop .short_desc {
    display: none;
  }
}

@media (max-width: 767px) {
  .product-collateral {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .product-tabs #productTabContainer {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-tabs #productPanelContainer {
    min-height: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  .product-tabs #productPanelContainer .tab_content {
    padding: 10px;
  }
}

.wp-tab-content .title-tab-mobile {
  display: none;
}
@media (max-width: 767px) {
  .wp-tab-content .title-tab-mobile {
    display: block;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .wp-tab-content .title-tab-mobile span {
    height: 40px;
    line-height: 40px;
    background-color: #35251a;
    padding-left: 7px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .wp-tab-content .title-tab-mobile span:before {
    font-family: "fontawesome-webfont";
    color: #fff;
    content: "\f067";
    float: right;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .wp-tab-content .tab_content {
    display: none;
  }
  .wp-tab-content .tab_content iframe {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .wp-tab-content .tab_content h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .wp-tab-content .tab_content .aw-pq2-question-title .button {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wp-tab-content.active .title-tab-mobile span:before {
    content: "\f068";
  }
  .wp-tab-content.active .tab_content {
    display: block !important;
  }
}

.product-view:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .catalog-product-view .main-container {
    padding: 0;
  }
  .catalog-product-view .main-container .main {
    padding: 0;
  }
  .catalog-product-view .main-container .col-main {
    padding: 0 10px;
  }

  .product-shop .product-name h1 {
    font-size: 24px;
    line-height: 28px;
    color: #666;
    font-weight: normal;
  }
  .product-shop .short_desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
  }
  .product-shop .product-img-boxmedia .product-image a {
    display: block;
    background: #fefefe;
    border: 1px solid #333333;
    text-align: center;
  }
  .product-shop .prod_actions {
    padding: 15px 0 !important;
  }
  .product-shop .prod_actions:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-shop .prod_actions .no-rating:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-shop .prod_actions .productquestions-summary:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-shop .prod_actions .email-friend:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-shop .add-to-cart {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
  }
  .product-shop .add-to-cart .btn-cart {
    clear: left;
    width: 100% !important;
    float: left !important;
    margin-left: 0;
    background: url(../images/bg-btn-cart.png) left center repeat-x;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 39px;
    line-height: 37px;
    border: 1px solid #4a7816;
    padding: 0;
  }
  .product-shop .add-to-cart .btn-cart span {
    display: block;
  }
  .product-shop .add-to-cart input {
    clear: none !important;
  }

  .bx-price-qty:after {
    content: '';
    display: table;
    clear: both;
  }
  .bx-price-qty .price-box {
    float: right;
    clear: left;
  }
  .bx-price-qty .price-box .price {
    line-height: 1;
    font-size: 25px;
    color: #35251a;
    text-align: right;
    /*margin-right: 27px;*/
  }
  .bx-price-qty .price-box p {
    display: inline;
  }
  .bx-price-qty .price-box .old-price .price-label, .bx-price-qty .price-box .special-price .price-label {
    width: auto;
  }
  .bx-price-qty .price-box .old-price {
    display: none;
  }
  .bx-price-qty .box-quantity {
    float: left;
  }

  .product-collateral-mobile h5 {
    margin-bottom: 1px;
  }
  .product-collateral-mobile h5 a {
    height: 40px;
    line-height: 40px;
    background-color: #35251a;
    padding-left: 7px;
    display: block;
    font-size: 15px;
    color: #fff;
  }
  .product-collateral-mobile h5 a:hover {
    text-decoration: none;
  }
  .product-collateral-mobile h5 a:before {
    font-family: "fontawesome-webfont";
    color: #fff;
    content: "\f067";
    float: right;
    padding-right: 10px;
  }
  .product-collateral-mobile h5 a.activated:before {
    content: "\f068";
  }
  .product-collateral-mobile .mobile_tab_content {
    width: 100%;
    display: none;
    color: #333;
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-collateral-mobile .mobile_tab_content h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }

  #product-options-wrapper {
    width: 100% !important;
  }
  #product-options-wrapper select {
    width: 100%;
  }

  .product-view .aw-arp-block {
    width: 100%;
  }
  .product-view .aw-arp-block .block-title {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
  .product-view .aw-arp-block .block-title strong {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    text-transform: none;
  }
  .product-view .aw-arp-block-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .product-view .aw-arp-block-content ul {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-view .aw-arp-block-content ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item {
    float: left !important;
    width: 48.33333% !important;
    margin-right: 3.33333%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item:nth-child(2n) {
    margin-right: 0;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item:nth-child(2n+1) {
    clear: left;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item a {
    color: #6a4a34;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: center;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .product-view .aw-arp-block-content ul .aw-arp-item .price-box {
    margin: 0 !important;
  }

  #product-review-table {
    display: block;
  }
  #product-review-table:after {
    content: '';
    display: table;
    clear: both;
  }
  #product-review-table thead {
    display: block;
    float: left;
    width: 50%;
  }
  #product-review-table thead th {
    display: block;
  }
  #product-review-table tbody {
    display: block;
    float: left;
    width: 50%;
  }
  #product-review-table tbody tr td {
    text-align: left;
    padding: 2px 8px;
  }

  .product-view .box-reviews .form-add .form-list .input-box {
    width: 100%;
  }
  .product-view .box-reviews .form-add .form-list .input-box .input-text {
    width: 100%;
  }
  .product-view .box-reviews .form-add .form-list .input-box textarea {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 945px) {
  .product-collateral {
    width: 64.17112%;
  }

  .aw-arp-block {
    width: 32.08556%;
    float: right;
    margin-left: 3.34225%;
  }
  .aw-arp-block .block-title {
    float: right;
  }

  .aw-arp-item {
    float: right !important;
  }
  .aw-arp-item a {
    float: right;
  }

  .product-collateral #productTabContainer {
    padding: 0 0 0 15px;
  }
  .product-collateral #productTabContainer li a {
    padding-left: 25px;
  }
  .product-collateral #productTabContainer li a.tabs_off {
    padding-left: 25px;
  }
  .product-collateral #productTabContainer li a span {
    padding-right: 25px;
    font-size: 14px;
  }

  .col1-layout .product-view #product-options-wrapper {
    width: auto;
  }
}
@media (max-width: 900px) {
  .product-collateral #productTabContainer {
    padding: 0 0 0 15px;
  }
  .product-collateral #productTabContainer li a {
    padding-left: 20px;
  }
  .product-collateral #productTabContainer li a.tabs_off {
    padding-left: 20px;
  }
  .product-collateral #productTabContainer li a span {
    padding-right: 20px;
    font-size: 14px;
  }
}
@media (max-width: 870px) {
  .product-collateral #productTabContainer {
    padding: 0 0 0 15px;
  }
  .product-collateral #productTabContainer li a {
    padding-left: 15px;
  }
  .product-collateral #productTabContainer li a.tabs_off {
    padding-left: 15px;
  }
  .product-collateral #productTabContainer li a span {
    padding-right: 15px;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .product-collateral #productTabContainer li a {
    padding-left: 10px;
  }
  .product-collateral #productTabContainer li a.tabs_off {
    padding-left: 10px;
  }
  .product-collateral #productTabContainer li a span {
    padding-right: 10px;
    font-size: 13px;
  }
}
@media (max-width: 639px) {
  .aw-pq2-form__field-wrapper .aw-pq2-form__field {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .aw-pq2-form__field-wrapper .aw-pq2-form__field.aw-pq2-form__field_position_right {
    margin-bottom: 0;
  }
  .aw-pq2-form__field-wrapper .aw-pq2-form__field .aw-pq2-form__input-box_offset_right {
    padding-right: 0;
  }
  .aw-pq2-form__field-wrapper .aw-pq2-form__field .aw-pq2-form__label-box {
    display: block;
  }
  .aw-pq2-form__field-wrapper .aw-pq2-form__field .aw-pq2-form__input-box {
    display: block;
  }
}

.box-up-sell ul li.item:after {
  content: '';
  display: table;
  clear: both;
}
.box-up-sell ul li.item .bx-btn {
  display: none;
}

@media (max-width: 767px) {
  .block-related-product {
    margin: 0 0 10px;
  }
}
.block-related-product ul li.aw-arp-item {
  text-align: center;
}
.block-related-product ul li.aw-arp-item:after {
  content: '';
  display: table;
  clear: both;
}
.block-related-product ul li.aw-arp-item .product-image {
  display: block;
}
.block-related-product ul li.aw-arp-item .product-detail {
  display: block;
}
@media (max-width: 767px) {
  .block-related-product ul li.aw-arp-item .product-detail {
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .block-related-product ul li.aw-arp-item .price-box .price {
    color: #6a4a34;
  }
}
.block-related-product ul li.aw-arp-item .bx-btn {
  display: none;
  text-align: center;
}
@media (max-width: 767px) {
  .block-related-product ul li.aw-arp-item .bx-btn {
    display: block;
    margin-top: 10px;
  }
}
.block-related-product ul li.aw-arp-item .button {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  min-width: 0;
  width: auto;
}
.block-related-product ul li.aw-arp-item .button span {
  font-weight: normal;
  padding: 0;
}

.fb_like_btn {
  overflow: hidden;
}

.category-description img {
  max-width: 100% !important;
}

.cart .page-title {
  position: relative;
}
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .cart .page-title {
    padding-top: 45px;
  }
}
.cart .page-title h1 {
  float: left;
}
@media (max-width: 767px) {
  .cart .page-title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
  }
}
.cart .page-title .checkout-types {
  float: right;
}
@media (max-width: 767px) {
  .cart .page-title .checkout-types {
    float: none;
  }
  .cart .page-title .checkout-types .paypal-logo {
    float: right;
  }
  .cart .page-title .checkout-types .paypal-logo .paypal-or {
    display: none;
  }
  .cart .page-title .checkout-types .btn-checkout {
    width: 100%;
    float: left;
    background: #800001;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  .cart .page-title .checkout-types .btn-checkout span {
    padding: 0 !important;
  }
  .cart .page-title .checkout-types .btn-checkout span span {
    padding: 0 !important;
  }
}
.cart .page-title .payment-icon {
  float: none;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 945px) {
  .cart .page-title .payment-icon {
    padding-right: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 400px;
  }
}
@media (max-width: 767px) {
  .cart .page-title .payment-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px;
  }
  .cart .page-title .payment-icon .pm-icon-inner {
    display: inline-block;
  }
  .cart .page-title .payment-icon img {
    height: 23px;
  }
}
@media (max-width: 359px) {
  .cart .page-title .payment-icon img {
    height: 22px;
  }
}

#shopping-cart-table .td-product-image .remove-mobile {
  margin-top: 5px;
}
#shopping-cart-table .qty-price-mobile {
  display: none;
}
@media (max-width: 767px) {
  #shopping-cart-table .qty-price-mobile {
    display: block;
    text-align: left;
    margin-top: 10px;
  }
  #shopping-cart-table .qty-price-mobile .item {
    display: inline-block;
    margin-right: 20px;
  }
  #shopping-cart-table .qty-price-mobile .item:last-child {
    margin-right: 0;
  }
  #shopping-cart-table .qty-price-mobile .item.price-bx {
    line-height: 30px;
  }
}

.zip-hover img {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 945px) {
  .cart .cart-collaterals .col2-set {
    width: 59.35829%;
  }
  .cart .totals {
    width: 39.30481%;
  }
}
@media (max-width: 767px) {
  .cart .cart-collaterals {
    padding-top: 10px;
  }
  .cart .cart-collaterals .col2-set {
    width: 100%;
  }
  .cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2 {
    width: 100%;
  }
  .cart .cart-collaterals .discount, .cart .cart-collaterals .shipping {
    border: none;
    padding: 0;
    margin: 0;
  }
  .cart .cart-collaterals .discount h2, .cart .cart-collaterals .shipping h2 {
    height: 40px;
    line-height: 40px;
    background: #35251a;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    border: 0;
    margin-bottom: 1px;
    cursor: pointer;
  }
  .cart .cart-collaterals .discount h2:before, .cart .cart-collaterals .shipping h2:before {
    font-family: "fontawesome-webfont";
    color: #fff;
    content: "\f067";
    float: right;
    padding-right: 10px;
  }
  .cart .cart-collaterals .discount h2.activated:before, .cart .cart-collaterals .shipping h2.activated:before {
    font-family: "fontawesome-webfont";
    content: "\f068";
    color: #fff;
    float: right;
    padding-right: 10px;
  }
  .cart .cart-collaterals .discount .discount-form, .cart .cart-collaterals .discount .shipping-form, .cart .cart-collaterals .shipping .discount-form, .cart .cart-collaterals .shipping .shipping-form {
    display: none;
  }
  .cart .cart-collaterals .discount .discount-form .input-box, .cart .cart-collaterals .discount .discount-form .input-text, .cart .cart-collaterals .discount .shipping-form .input-box, .cart .cart-collaterals .discount .shipping-form .input-text, .cart .cart-collaterals .shipping .discount-form .input-box, .cart .cart-collaterals .shipping .discount-form .input-text, .cart .cart-collaterals .shipping .shipping-form .input-box, .cart .cart-collaterals .shipping .shipping-form .input-text {
    width: 100%;
    box-sizing: border-box;
  }
  .cart .cart-collaterals .discount .discount-form {
    padding: 10px;
  }
  .cart .cart-collaterals .discount .discount-form label {
    display: block;
    color: #333;
    font-size: 14px;
    margin: 0 0 15px;
  }
  .cart .cart-collaterals .discount .discount-form .input-box .input-text {
    height: 30px;
    border: 1px solid #919191;
    padding: 0 10px;
  }
  .cart .cart-collaterals .discount .buttons-set:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart .cart-collaterals .discount .buttons-set .button {
    display: inline-block;
    background: #800001;
    padding: 0;
    height: 25px;
    line-height: 25px;
    min-width: 140px;
    text-align: center;
    width: auto;
  }
  .cart .cart-collaterals .discount .buttons-set .button span {
    padding: 0;
    background: #800001;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  .cart .cart-collaterals .shipping .shipping-form {
    padding: 10px;
  }
  .cart .cart-collaterals .shipping .shipping-form .form-list li label {
    display: block;
    color: #333;
    font-size: 14px;
    margin: 0 0 3px;
    font-weight: normal;
  }
  .cart .cart-collaterals .shipping .shipping-form .form-list li .input-box .input-text {
    height: 30px;
    border: 1px solid #919191;
    padding: 0 10px;
  }
  .cart .cart-collaterals .shipping .shipping-form .form-list li .input-box select {
    height: 30px;
    border: 1px solid #919191;
    padding: 0 20px 0 5px;
    width: 100%;
    background: url(../images/bg-select.png) right center no-repeat;
  }
  .cart .cart-collaterals .shipping .shipping-form .form-list li .input-box select option {
    padding: 2px 5px;
  }
  .cart .cart-collaterals .shipping .buttons-set:after {
    content: '';
    display: table;
    clear: both;
  }
  .cart .cart-collaterals .shipping .buttons-set .button {
    display: inline-block;
    background: #800001;
    padding: 0;
    height: 25px;
    line-height: 25px;
    min-width: 140px;
    text-align: center;
    width: auto;
  }
  .cart .cart-collaterals .shipping .buttons-set .button span {
    padding: 0;
    background: #800001;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }

  #shopping-cart-table {
    display: block;
    width: 100%;
  }
  #shopping-cart-table colgroup {
    display: none;
  }
  #shopping-cart-table tbody {
    display: block;
  }
  #shopping-cart-table tbody tr {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  #shopping-cart-table tbody tr:after {
    content: '';
    display: table;
    clear: both;
  }
  #shopping-cart-table tbody tr:last-child {
    border-bottom: 0;
  }
  #shopping-cart-table tbody tr td {
    display: block;
    padding: 10px 0;
  }
  #shopping-cart-table tbody tr td.td-product-image {
    float: left;
    width: 25%;
    text-align: center;
  }
  #shopping-cart-table tbody tr td.td-product-info {
    float: right;
    width: 71.66667%;
  }
  #shopping-cart-table tbody tr td .wp-image {
    display: block;
  }
  #shopping-cart-table tbody tr td .wp-image img {
    max-width: 100%;
    border: 1px solid #333;
  }
  #shopping-cart-table tbody tr td .btn-remove2 {
    background: none;
    text-decoration: none;
  }
  #shopping-cart-table tbody tr td .btn-remove2:hover {
    text-decoration: none;
  }
  #shopping-cart-table tbody tr td .btn-remove2:before {
    font-family: "fontawesome-webfont";
    text-indent: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #800001;
    content: "\f00d";
  }
  #shopping-cart-table tbody tr td .product-name a {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
  }
  #shopping-cart-table tbody tr td input.qty {
    height: 30px;
    vertical-align: middle;
    width: 46px !important;
    text-align: center;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
  }
  #shopping-cart-table tbody tr td .cart-price .price {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
  }
  #shopping-cart-table .hide-on-mobile, #shopping-cart-table tfoot, #shopping-cart-table thead {
    display: none;
  }
  #shopping-cart-table .odd, #shopping-cart-table .even, #shopping-cart-table td {
    background: none;
  }
  #shopping-cart-table .on-mobile {
    display: inline-block;
    font-weight: bold;
  }

  #shopping-cart-totals-table {
    width: 100%;
  }
  #shopping-cart-totals-table tr td:first-child {
    text-align: right !important;
    padding-right: 20px;
    width: 50%;
  }
  #shopping-cart-totals-table tr td:last-child {
    text-align: left !important;
    padding-left: 20px;
    width: 50%;
  }

  .totals .checkout-types {
    width: 100%;
    text-align: center !important;
    padding: 0 0 15px !important;
  }
  .totals .checkout-types .btn-checkout {
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .totals .checkout-types .btn-checkout span {
    padding: 0 !important;
    font-weight: bold;
  }
  .totals .checkout-types .btn-checkout span span {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .main-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .main {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .col-main {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .breadcrumbs {
    margin: 0 -10px;
  }
}

.aw-onestepcheckout-general-form-field:after {
  content: '';
  display: table;
  clear: both;
}

#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block:last-child {
  padding-top: 18px;
}
@media (max-width: 767px) {
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block:last-child {
    padding-top: 0;
  }
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .button {
  margin-top: 0 !important;
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block #aw-onestepcheckout-login-forgot-link {
  margin-top: 0 !important;
}
@media (max-width: 945px) {
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block {
    min-height: 0;
  }
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text::-webkit-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #4f4f4f;
  opacity: 0;
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f4f4f;
  opacity: 0;
}
#aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text:-ms-input-placeholder {
  color: #4f4f4f;
  opacity: 0;
}
@media (max-width: 767px) {
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text::-webkit-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text:-moz-placeholder {
    /* Firefox 18- */
    color: #4f4f4f;
    opacity: 1;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #4f4f4f;
    opacity: 1;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block .input-text:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
  }
}

#aw-onestepcheckout-place-order .aw-onestepcheckout-place-order-please-wait {
  display: none;
}

#aw-onestepcheckout-general-form {
  display: block;
}
#aw-onestepcheckout-general-form:after {
  content: '';
  display: table;
  clear: both;
}

.aw-onestepcheckout-index-index .breadcrumbs {
  display: none;
}
@media (max-width: 767px) {
  .aw-onestepcheckout-index-index .breadcrumbs {
    display: block;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .aw-onestepcheckout-index-index .main-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aw-onestepcheckout-index-index .main {
    padding-top: 0;
  }
  .aw-onestepcheckout-index-index .main .col-main {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media (max-width: 945px) {
  #aw-onestepcheckout-title h1 {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #aw-onestepcheckout-title h1 {
    font-weight: normal;
    color: #333333;
  }
}
@media (max-width: 945px) {
  #aw-onestepcheckout-title #aw-onestepcheckout-title-description {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  #aw-onestepcheckout-title #aw-onestepcheckout-title-description {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
  }
}

@media (max-width: 767px) {
  .main .cart-collaterals, .main .totals, .main .data-table {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .data-table {
    border: none;
  }
  .main .data-table td {
    border: none;
  }
  .main #discount-giftcard-form .input-box {
    display: inline-block;
  }
  .main #aw-onestepcheckout-container {
    overflow: hidden;
    background: white;
    padding: 0;
    border: 0;
  }
  .main #aw-onestepcheckout-container .for_mobile {
    display: inline-block;
  }
  .main #aw-onestepcheckout-container .for_mobile em {
    margin-left: 5px;
  }
  .main #aw-onestepcheckout-container .form-list .input-box {
    width: 100%;
  }
  .main #aw-onestepcheckout-container .form-list .input-box .input-text {
    width: 100%;
  }
  .main #aw-onestepcheckout-container .form-list .field {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main #aw-onestepcheckout-container .form-list .customer-name .field {
    margin: 0 0 10px !important;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row .aw-onestepchekocut-column {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row .aw-onestepchekocut-column .form-list {
    padding: 0 !important;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row .aw-onestepcheckout-general-form-field {
    float: none;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row #aw-onestepcheckout-title {
    margin-bottom: 15px;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row #aw-onestepcheckout-title h1 {
    font-size: 24px;
    text-transform: none;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row #aw-onestepcheckout-title #aw-onestepcheckout-title-description {
    font-size: 14px;
  }
  .main #aw-onestepcheckout-container .aw-onestepcheckout-row #aw-onestepcheckout-payment-method .sp-methods ul {
    padding: 0;
  }

  #aw-onestepcheckout-payment-method-wrapper .sp-methods {
    padding: 0;
    border: 0;
  }
  #aw-onestepcheckout-payment-method-wrapper .sp-methods dl dt {
    margin: 0 0 10px;
  }
  #aw-onestepcheckout-payment-method-wrapper .sp-methods dl dd {
    margin: 0;
  }

  /*#aw-onestepcheckout-payment-method #checkout-payment-method-load {
      margin-left: 10px;
  }*/
  #aw-onestepcheckout-review-coupon .input-box input {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block {
    margin: 0 0 10px !important;
    width: 100%;
    float: none;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block:after {
    content: '';
    display: table;
    clear: both;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block #aw-onestepcheckout-login-submit-btn {
    height: 25px;
    line-height: 25px;
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block #aw-onestepcheckout-login-submit-btn span {
    padding: 0;
    font-weight: normal;
  }
  #aw-onestepcheckout-login-form .aw-onestepcheckout-auth-form-block #aw-onestepcheckout-login-forgot-link {
    float: left !important;
    padding-left: 10px;
    line-height: 25px;
    color: #800001;
    font-size: 14px;
    margin: 0;
  }

  .sp-methods label {
    padding-left: 0;
  }
  .sp-methods .price {
    position: static;
    padding-right: 3px;
  }
  .sp-methods dt {
    margin: 0 0 10px;
  }
  .sp-methods dt input[type="radio"],
  .sp-methods dt input.radio {
    float: none;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }

  .aw-onestepcheckout-number {
    padding: 10px 0 0 !important;
    margin: 0 0 10px;
    background: none !important;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
  }
  .aw-onestepcheckout-number:before {
    width: 22px;
    height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    border: 1px solid #800001;
    text-align: center;
    float: left;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-right: 6px;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-1:before {
    content: '1';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-2 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-2:before {
    content: '2';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-3 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-3:before {
    content: '3';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-4 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-4:before {
    content: '4';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-5 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-5:before {
    content: '5';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-6 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-6:before {
    content: '6';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-7 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-7:before {
    content: '7';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-8 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-8:before {
    content: '8';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-9 {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-9:before {
    content: '9';
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-v {
    border-top: 1px solid #E5E5E5;
  }
  .aw-onestepcheckout-number.aw-onestepcheckout-number-v:before {
    font-family: "fontawesome-webfont";
    content: "\f00c";
    color: #800001;
  }

  #aw-onestepcheckout-place-order {
    width: 100% !important;
  }
  #aw-onestepcheckout-place-order #aw-onestepcheckout-place-order-button {
    background: #800001;
    text-align: center;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
    color: #fff;
  }
  #aw-onestepcheckout-place-order #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-label {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px;
  }
  #aw-onestepcheckout-place-order #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-grand-total .aw-onestepcheckout-place-order-amount {
    font-size: 16px;
    font-weight: bold;
  }
  #aw-onestepcheckout-place-order #aw-onestepcheckout-place-order-button .aw-onestepcheckout-place-order-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aw-onestepcheckout-row .aw-onestepchekocut-column-left, .aw-onestepcheckout-row .aw-onestepchekocut-column-middle, .aw-onestepcheckout-row .aw-onestepchekocut-column-right {
    width: 31% !important;
    padding-left: 24px !important;
  }
  .aw-onestepcheckout-row .aw-onestepchekocut-column-right, .aw-onestepcheckout-row .aw-onestepchekocut-column-left {
    background: none !important;
  }
  .aw-onestepcheckout-row .aw-onestepchekocut-column-left {
    padding-left: 0 !important;
  }

  .form-list .input-box {
    width: auto;
  }

  #billing-address-select, #shipping-address-select, select, input, textarea, .input-text {
    box-sizing: border-box;
    width: auto;
  }

  #aw-onestepcheckout-review-coupon .input-box input {
    width: 100% !important;
  }

  #login-password::-moz-placeholder {
    color: transparent;
    opacity: 0;
  }

  #aw-onestepcheckout-payment-method .form-list select.month {
    width: 109px !important;
  }

  .form-list label {
    width: -moz-max-content !important;
  }

  div #aw-onestepcheckout-place-order {
    width: 100% !important;
    box-sizing: border-box;
  }

  #aw-onestepcheckout-place-order-button, #aw-onestepcheckout-place-order-button:visited {
    width: 100% !important;
  }

  .aw-onestepcheckout-number-2, .aw-onestepcheckout-number-3, .aw-onestepcheckout-number-4, .aw-onestepcheckout-number-5, .aw-onestepcheckout-number-6, .aw-onestepcheckout-number-7, .aw-onestepcheckout-number-8, .aw-onestepcheckout-number-9, .aw-onestepcheckout-number-v {
    border: none !important;
  }

  #aw-onestepcheckout-container {
    border: none !important;
    background: none !important;
    padding: 0 !important;
  }

  #aw-onestepcheckout-address .customer-name .field:nth-child(2n+1) {
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  .aw-onestepcheckout-cart-table thead tr th {
    border-top: 0;
    border-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    color: #4f4f4f;
    padding: 5px;
  }
  .aw-onestepcheckout-cart-table tbody tr td {
    border-top: 0;
    border-bottom: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #4f4f4f;
  }
  .aw-onestepcheckout-cart-table tfoot tr td {
    border-top: 0;
    border-bottom: 0;
    padding: 5px;
    font-size: 14px;
    color: #4f4f4f;
  }
  .aw-onestepcheckout-cart-table tfoot tr:first-child td {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
  .aw-onestepcheckout-cart-table tfoot tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }

  #aw-onestepcheckout-order-review #aw-onestepcheckout-review-coupon {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dashboard .welcome-msg {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .dashboard .box-info h4 {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
  }
}

.customer-account .main {
  padding-top: 0;
}
@media (max-width: 767px) {
  .customer-account .breadcrumbs {
    margin: 0 -10px 10px;
  }
}

@media (max-width: 767px) {
  .block-account {
    border: 0;
  }
  .block-account .block-title {
    background: #35251a;
    padding: 0 10px;
  }
  .block-account .block-title strong {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    line-height: 40px;
    text-transform: capitalize;
  }
  .block-account .block-content {
    padding: 0;
    background: none;
  }
  .block-account .block-content ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
  }
  .block-account .block-content ul li a:hover {
    font-weight: bold;
    color: #333;
  }
  .block-account .block-content ul li.current strong {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-weight: bold;
  }

  .customer-account .col-main {
    margin: 0;
  }
  .customer-account .sidebar {
    margin-top: 20px;
  }
  .customer-account .sidebar p a img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .customer-account .page-title {
    margin: 0 0 15px;
  }
  .customer-account .page-title h1 {
    font-size: 24px;
    color: #333;
    text-transform: capitalize;
  }

  .my-account .page-title.title-buttons:after {
    content: '';
    display: table;
    clear: both;
  }
  .my-account .page-title.title-buttons h1 {
    float: left;
    line-height: 40px;
    font-size: 18px;
  }
  .my-account .page-title.title-buttons .button {
    float: right;
    width: auto;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    min-width: 0;
  }
  .my-account h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background: none;
    padding: 0;
  }
  .my-account h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
  }
  .my-account h4 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 20px;
  }
  .my-account .dashboard {
    margin: 0;
  }
  .my-account .dashboard p {
    margin: 0 0 20px;
  }
  .my-account .box-account {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
  }
  .my-account .box-account .box-head {
    border-bottom: 0;
    border-top: 1px solid #eae9e8;
    padding: 10px 0 0;
    margin: 20px 0 15px;
  }
  .my-account .box-account .box-head h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background: none;
    padding: 0;
  }
  .my-account .box-account .box-title {
    border-bottom: 1px dotted #eae9e8;
    padding-bottom: 5px;
    margin: 0 0 15px;
  }
  .my-account .box-account .box-title h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
  }
  .my-account .box-account .box-title a {
    color: #800001;
    font-weight: normal;
  }
  .my-account .box-account .col2-set {
    margin: 0;
  }
  .my-account .box-account .col2-set .col-1 {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }
  .my-account .box-account .col2-set .col-2 {
    width: 100%;
    margin: 0;
    display: block;
    margin: 0 0 20px;
  }
  .my-account .box-account .box-content p {
    line-height: 1.28em;
    margin: 0;
  }

  #helpdesk-ticket-form .input-text, #helpdesk-ticket-form select, #helpdesk-ticket-form .input-file, #helpdesk-ticket-form textarea {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #helpdesk-ticket-form .button-set {
    margin: 10px 0 20px;
  }
  #helpdesk-ticket-form .button-set:after {
    content: '';
    display: table;
    clear: both;
  }
  #helpdesk-ticket-form .button-set .left {
    display: none;
  }

  .aw-pq2-customer-index .my-account form ul li {
    margin: 0 0 5px;
  }
  .aw-pq2-customer-index .my-account form .button {
    margin-top: 15px;
  }

  .customer-account-giftcard .balance:after {
    content: '';
    display: table;
    clear: both;
  }
  .customer-account-giftcard .balance .amount .regular-price {
    display: block;
  }
  .customer-account-giftcard .balance .amount .addredeem {
    margin-top: 10px;
    float: right !important;
    width: auto;
    padding: 0 10px;
  }
  .customer-account-giftcard .balance .view-detail {
    background: none !important;
    float: none;
  }
  .customer-account-giftcard .balance .view-detail:after {
    content: '';
    display: table;
    clear: both;
  }
  .customer-account-giftcard .balance .view-detail .left {
    color: #800001 !important;
    padding: 0 !important;
    line-height: 40px;
  }
  .customer-account-giftcard .giftvoucher-search-button {
    border-bottom: 0;
    padding: 0 0 10px;
  }
  .customer-account-giftcard .giftvoucher-search-button:after {
    content: '';
    display: table;
    clear: both;
  }
  .customer-account-giftcard .giftvoucher-search-button .button {
    float: left;
    width: 48%;
    padding: 0 10px;
  }
  .customer-account-giftcard .giftvoucher-search-button .button:last-child {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  #giftvoucher_grid {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #giftvoucher_grid thead {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #giftvoucher_grid thead:after {
    content: '';
    display: table;
    clear: both;
  }
  #giftvoucher_grid .giftvoucher-grid-search {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #giftvoucher_grid .giftvoucher-grid-search:after {
    content: '';
    display: table;
    clear: both;
  }
  #giftvoucher_grid .giftvoucher-grid-search th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #giftvoucher_grid .giftvoucher-grid-search th:after {
    content: '';
    display: table;
    clear: both;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-title-hidden {
    float: left;
    width: 35%;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail {
    float: left;
    width: 65%;
    margin: 0 !important;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail:after {
    content: '';
    display: table;
    clear: both;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail .giftvoucher-grid-search-item select {
    width: 170px !important;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail .giftvoucher-grid-search-item:after {
    content: '';
    display: table;
    clear: both;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail .giftvoucher-grid-search-item .to-date img {
    padding-top: 0 !important;
  }
  #giftvoucher_grid .giftvoucher-grid-search th .giftvoucher-grid-detail .giftvoucher-grid-search-item .from-price input.range-text {
    margin-left: 17px;
  }
}
@media (max-width: 767px) {
  .registered-users .buttons-set .f-left {
    float: left;
    line-height: 40px;
  }
  .registered-users .buttons-set .button {
    float: right;
    width: auto;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .customer-service-nav {
    width: 100%;
    background: none;
    padding-bottom: 0;
  }
  .customer-service-nav h4 {
    background: #35251a;
    color: white;
    padding: 10px 0 10px 10px;
  }
  .customer-service-nav .nav {
    background: none;
  }
  .customer-service-nav .nav li {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
  }
  .customer-service-nav .nav li.current {
    font-weight: bold;
  }
  .customer-service-nav .nav li:last-child {
    border-bottom: none;
  }
  .customer-service-nav .nav li a {
    display: block;
    color: #333;
  }
}
.sidebar #signup_2 {
  float: none;
  margin: 0 0 20px;
}
.sidebar #signup_2:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .header-top .header-slider {
    overflow: hidden;
  }

  .cms-about-us .main {
    max-width: 100%;
    overflow: visible;
    padding: 0;
  }
  .cms-about-us .main .breadcrumbs {
    margin: 0 -10px;
  }
  .cms-about-us .main .breadcrumbs ul li.home {
    font: normal normal normal 14px/1 FontAwesome;
  }
  .cms-about-us .main .breadcrumbs ul li.cms_page strong {
    font-weight: normal;
  }
  .cms-about-us .main .breadcrumbs ul li.cms_page strong:after {
    content: " - The Farm Store";
  }
  .cms-about-us .main .col-main {
    width: 100%;
  }
  .cms-about-us .main .col-main h1 {
    font-size: 24px;
    /*margin-top: -40px;*/
    font-weight: normal;
    color: #35251a;
  }
  .cms-about-us .main .col-main .about-us-img-right {
    text-align: center;
  }
  .cms-about-us .main .col-main .about-us-img-right img {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .cms-about-us .main .col-main p {
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .cms-about-us .main .col-main p a {
    text-decoration: none !important;
    color: #000000 !important;
  }
  .cms-about-us .col-left {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .cms-about-us .main .breadcrumbs ul li.cms_page strong:after {
    content: " - The Farm Store";
  }
  .cms-about-us .main .breadcrumbs ul li.cms_page strong {
    font-weight: normal;
  }
  .cms-about-us .main .col-main h1 {
    margin-top: -30px;
  }
  .cms-about-us .main .col-main p a {
    text-decoration: none !important;
  }
  .cms-about-us .main .col-left .header-nav {
    padding-bottom: 10px;
  }
  .cms-about-us .main .col-left .header-nav #signup_2 {
    float: none;
  }
  .cms-about-us .main .col-left img {
    display: inherit;
    margin: inherit;
  }
}
@media (max-width: 650px) {
  .send-friend .form-list {
    width: 100%;
  }
  .send-friend .form-list li {
    margin-right: 0px;
  }
  .send-friend .form-list .field {
    width: 100%;
  }
  .send-friend .form-list li.wide .input-box {
    width: 100%;
  }
  .send-friend .form-list li.wide textarea {
    width: 100%;
  }
  .send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width: 100%;
  }
}
