.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

.opt-button {
  background: white;
  text-align: center;
  padding: 20px; }
  .opt-button .modal {
    text-align: left; }

body > ul {
  padding-left: 10px;
  list-style-type: initial; }

.body > ol {
  padding-left: 10px;
  list-style-type: decimal; }

.content > ul {
  padding-left: 10px;
  list-style-type: initial; }

.content > ol {
  padding-left: 10px;
  list-style-type: decimal; }

.optovikam {
  margin: -20px 0px 12px 0px; }

.sprite {
  background: url("/image/css_sprites.png") no-repeat;
  display: inline-block;
  margin-bottom: 15px; }

.bg-delievery .sprite {
  width: 108px;
  height: 69px;
  background-position: -10px -343px; }

.bg-24_hours .sprite {
  width: 75px;
  height: 67px;
  background-position: -237px -343px; }

.bg-attention .sprite {
  width: 79px;
  height: 68px;
  background-position: -138px -343px; }

.bg-safety .sprite {
  width: 70px;
  height: 68px;
  background-position: -104px -432px; }

.bg-cart_icon .sprite {
  width: 74px;
  height: 69px;
  background-position: -10px -432px; }

.bg-map_k .sprite {
  width: 562px;
  height: 313px;
  background-position: -10px -10px; }

.bg-map_placeholder .sprite {
  width: 25px;
  height: 31px;
  background-position: -332px -343px; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border: 3px solid #ededed; }

::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*node*/
* {
  outline: none;
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

body {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #222;
  background-color: #f5f5f5; }

h1, h2, h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  color: #222; }

h3, footer h1, footer h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; }

h3 {
  color: #222; }

h4 {
  color: #444;
  font-size: 14px; }

h5 {
  color: #444;
  font-size: 12px; }

h6 {
  color: #444;
  font-size: 10.2px; }

.fa {
  font-size: 18px; }

.zmdi {
  font-size: 20px; }

legend {
  font-size: 18px;
  padding: 7px 0; }

label {
  font-weight: normal;
  margin-bottom: 10px; }

input:-webkit-autofill {
  background-color: #fff !important; }
  input:-webkit-autofill:focus {
    background-color: #fff !important; }

input[type="radio"] {
  vertical-align: -2px; }

input[type="checkbox"] {
  vertical-align: -2px; }

img {
  max-width: 100%; }

ul, ol {
  list-style-type: none;
  padding: 0; }

a {
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #222;
  cursor: pointer;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #f10;
    text-decoration: none; }

b {
  font-weight: bold; }

strong {
  font-weight: bold; }

.line {
  border-bottom: 1px solid #ebebeb; }

.split {
  display: inline-block;
  border-left: 1px solid #222;
  margin: 0px 5px;
  height: 12px;
  vertical-align: middle; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*alert*/
.alert {
  padding: 8px 14px;
  border-radius: 0;
  margin-top: 10px; }

.alert-danger {
  color: #dd5f65;
  background-color: #ffd1d1; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*error*/
.error-not_found {
  background-color: white; }

.error-block {
  background-color: white;
  text-align: center; }
  .error-block .error-page {
    display: block;
    margin: 0 auto; }
  .error-block p {
    text-align: center;
    font-size: 20px;
    color: #f10; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*back-top*/
#back-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  line-height: 45px;
  background: #fff;
  border: 1px solid #e0493e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
  z-index: 9998; }
  #back-top span {
    color: #e0493e;
    line-height: 1; }
    #back-top span:before {
      content: "\f106";
      font-size: 24px;
      font-family: 'FontAwesome';
      z-index: 2; }
  #back-top:hover {
    background: #f10;
    border-color: #fff; }
    #back-top:hover span {
      color: #fff; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*background*/
.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat-y; }

.cover-bg {
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center center; }

/*alpha*/
.alpha-1 {
  background: rgba(0, 0, 0, 0.1); }

.alpha-2 {
  background: rgba(0, 0, 0, 0.2); }

.alpha-3 {
  background: rgba(0, 0, 0, 0.3); }

.alpha-4 {
  background: rgba(0, 0, 0, 0.4); }

.alpha-5 {
  background: rgba(0, 0, 0, 0.5); }

.alpha-6 {
  background: rgba(0, 0, 0, 0.6); }

.alpha-7 {
  background: rgba(0, 0, 0, 0.7); }

.alpha-8 {
  background: rgba(0, 0, 0, 0.8); }

.alpha-9 {
  background: rgba(0, 0, 0, 0.9); }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*breadcrumb*/
.breadcrumb {
  font-size: 12px;
  background: none;
  border-radius: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }
  .breadcrumb > li {
    color: #9e9e9e; }
    .breadcrumb > li:after {
      padding: 0px;
      color: inherit;
      content: "/";
      font-size: 12px;
      margin-left: 3px; }
    .breadcrumb > li + li {
      margin: 0px; }
      .breadcrumb > li + li:before {
        display: none; }
    .breadcrumb > li a {
      color: #9e9e9e;
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: normal; }
      .breadcrumb > li:last-child a {
        color: #222;
        cursor: default; }
      .breadcrumb > li:last-child:after {
        display: none; }
    .breadcrumb > li:hover a {
      color: #f10; }
    .breadcrumb > li i {
      font-size: 14px; }

.bt-breadcrumb {
  margin: 20px 0px; }

/*----rtl----*/
[dir="rtl"] .breadcrumb > li:after {
  content: "\\";
  margin-left: 0px;
  margin-right: 3px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*button*/
.buttons {
  margin: 10px 0;
  overflow: hidden; }

.btn {
  display: inline-block;
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: baseline;
  line-height: 1;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .btn:hover, .btn:active, .btn:focus, .btn:active:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none; }

/*----Chrome----*/
/*----Safari----*/
/*----Firefore----*/
/*----Internet Explore 9+----*/
/*----Microsoft EDGE----*/
.btn-block {
  display: block;
  width: 100%; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 14px; }

.btn-primary {
  background-color: #e0493e;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary.active {
    background-color: #f10;
    color: #fff; }

.btn-default {
  padding: 10px 40px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #e0493e;
  border-color: #e0493e; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default.active {
    background-color: #f10;
    color: #fff;
    border-color: #f10; }

.btn-opt {
  padding: 1px 25px 6px 25px;
  border: 1px solid #939393;
  color: #fff;
  /*background: repeating-linear-gradient(-60deg, #82ddd7, #82ddd7 1%, #50c8c0 1%, #50c8c0 1.4%);*/
  background: repeating-linear-gradient(-45deg, #82ddd7, #82ddd7 1px, #50c8c0 1px, #50c8c0 2px);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  font-family: "Arial"; }
  .btn-opt .icon-wholesale {
    background: url('/image/catalog/bt_icon/wholesale.png') no-repeat center center;
    width: 20px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 7px;
    right: 10px; }

/*----Chrome----*/
/*----Safari----*/
/*----Firefore----*/
/*----Internet Explore 9+----*/
/*----Microsoft EDGE----*/
.btn-warning:hover {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning.active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }
.btn-warning.disabled {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success {
  color: #fff;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #5bb75b, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038; }

.btn-info {
  color: #666;
  background: none;
  padding: 0;
  height: auto;
  border: none !important;
  background: none !important; }
  .btn-info:hover {
    background: none;
    color: #000; }
  .btn-info:active {
    background: none;
    color: #000; }
  .btn-info:focus {
    background: none;
    color: #000; }
  .btn-info.active {
    background: none;
    color: #000; }
  .btn-info.disabled {
    background: none;
    color: #000; }

.btn-info[disabled] {
  background: none;
  color: #000; }

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000; }
  .btn-inverse:hover {
    background-color: #222;
    background-image: linear-gradient(to bottom, #2e2e2e, #111); }
  .btn-inverse:active {
    background-color: #222;
    background-image: linear-gradient(to bottom, #2e2e2e, #111); }
  .btn-inverse.active {
    background-color: #222;
    background-image: linear-gradient(to bottom, #2e2e2e, #111); }
  .btn-inverse.disabled {
    background-color: #222;
    background-image: linear-gradient(to bottom, #2e2e2e, #111); }

.btn-inverse[disabled] {
  background-color: #222;
  background-image: linear-gradient(to bottom, #2e2e2e, #111); }

.btn-quickshop {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  .btn-quickshop:focus, .btn-quickshop:active, .btn-quickshop.active, .btn-quickshop:focus:active {
    background: transparent;
    color: #fff; }
  .btn-quickshop:hover {
    background: #f10;
    color: #fff; }

.btn-view {
  background: transparent;
  padding: 0px 5px;
  border: none;
  outline: none;
  box-shadow: none;
  color: #a6a6a6;
  text-align: center;
  font-size: 14px; }
  .btn-view:hover, .btn-view:focus, .btn-view:active, .btn-view.active, .btn-view:focus:active {
    outline: none;
    box-shadow: none;
    color: #222;
    background: transparent; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*carousel*/
.carousel-caption {
  color: #fff;
  text-shadow: 0 1px 0 #000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: 'Poppins', sans-serif; }
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: 'Poppins', sans-serif; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*list*/
.list-group a {
  border: 1px solid #ddd;
  color: #888;
  padding: 8px 12px; }

.list-group-item.active {
  background-color: none;
  border: none; }
  .list-group-item.active:hover {
    background-color: none;
    border: none; }
  .list-group-item.active:focus {
    background-color: none;
    border: none; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*module*/
.box {
  margin-bottom: 30px; }
  .box .box-heading {
    text-transform: uppercase;
    width: 100%; }
  .box .box-content {
    width: 100%; }
    .box .box-content:before, .box .box-content:after {
      content: " ";
      display: block;
      clear: both; }
  .box.style-1 {
    margin-bottom: 30px; }
    .box.style-1 .box-heading {
      margin-bottom: 0px;
      border: 1px solid #000;
      border-width: 0px 0px 2px 0px; }
      .box.style-1 .box-heading h2 {
        padding: 17px 30px;
        margin-bottom: 0px;
        min-width: 20%;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1; }
        .box.style-1 .box-heading h2 i {
          font-size: inherit;
          margin-right: 15px;
          vertical-align: middle; }
        .box.style-1 .box-heading h2 img {
          margin-top: -5px;
          margin-right: 15px;
          max-height: 24px;
          vertical-align: bottom; }
    .box.style-1 .box-description {
      text-transform: none;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      margin-top: 20px;
      line-height: 1; }
      .box.style-1 .box-description a {
        text-decoration: underline;
        font-weight: bold; }
      .box.style-1 .box-description h1, .box.style-1 .box-description h2, .box.style-1 .box-description h3, .box.style-1 .box-description h4, .box.style-1 .box-description h5, .box.style-1 .box-description h6, .box.style-1 .box-description p {
        margin: 0px; }
  .box.style-2 {
    margin-bottom: 30px; }
    .box.style-2 .box-heading {
      margin-bottom: 20px; }
      .box.style-2 .box-heading h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-weight: 600;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .box.style-2 .box-heading h2 i {
          font-size: inherit;
          margin-right: 15px;
          vertical-align: middle; }
        .box.style-2 .box-heading h2 img {
          margin-top: -5px;
          margin-right: 15px;
          max-height: 24px;
          vertical-align: bottom; }
        .box.style-2 .box-heading h2:after {
          content: "";
          border-top: 1px solid #ebebeb;
          height: 1px;
          margin-left: 20px;
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .box.style-2 .box-description {
      text-transform: none;
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      margin-top: 20px;
      line-height: 1; }
      .box.style-2 .box-description a {
        text-decoration: underline;
        font-weight: bold; }
      .box.style-2 .box-description h1, .box.style-2 .box-description h2, .box.style-2 .box-description h3, .box.style-2 .box-description h4, .box.style-2 .box-description h5, .box.style-2 .box-description h6, .box.style-2 .box-description p {
        margin: 0px; }
  .box .product-layout {
    border: 1px solid #ebebeb;
    border-width: 1px 0px 0px 1px; }
    .box .product-layout.col-xs-1:nth-child(12n+1), .box .product-layout.col-xs-2:nth-child(6n+1), .box .product-layout.col-xs-3:nth-child(4n+1), .box .product-layout.col-xs-4:nth-child(3n+1), .box .product-layout.col-xs-6:nth-child(2n+1), .box .product-layout.col-xs-12:nth-child(n+1) {
      border-left: 0px; }
    .box .product-layout .product-thumb {
      border: 0px !important; }
      .box .product-layout.product-list .product-thumb {
        padding: 20px 0px;
        margin: 0px -10px; }
        .box .product-layout.product-list .product-thumb .image {
          width: 45%;
          padding: 0px 10px; }
        .box .product-layout.product-list .product-thumb .caption {
          padding: 10px 10px 0px 10px; }
          .box .product-layout.product-list .product-thumb .caption > * {
            margin-bottom: 7px; }
        .box .product-layout.product-list .product-thumb .name a {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 0px; }
        .box .product-layout.product-list .product-thumb .price {
          display: block; }
  .box.style-2 .product-layout {
    border: 0px; }

.common-home .box.style-1 .box-heading {
  border-width: 2px 0px 1px 0px;
  border-bottom-color: #ebebeb; }

[dir="rtl"] .box.style-1 .box-heading h2 i, [dir="rtl"] .box.style-1 .box-heading h2 img {
  margin-right: 0px;
  margin-left: 15px; }
[dir="rtl"] .box.style-2 .box-heading h2:after {
  margin-left: 0px;
  margin-right: 15px; }

@media {
  .box .box-heading h2 {
    border: none !important; }
  .box .product-layout.product-list .product-thumb .image {
    width: 100%; } }

@media (min-width: 768px) {
  .box .product-layout.col-sm-1:not(:nth-child(12n+1)), .box .product-layout.col-sm-2:not(:nth-child(6n+1)), .box .product-layout.col-sm-3:not(:nth-child(4n+1)), .box .product-layout.col-sm-4:not(:nth-child(3n+1)), .box .product-layout.col-sm-6:not(:nth-child(2n+1)), .box .product-layout.col-sm-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .box .product-layout.col-sm-1:nth-child(12n+1), .box .product-layout.col-sm-2:nth-child(6n+1), .box .product-layout.col-sm-3:nth-child(4n+1), .box .product-layout.col-sm-4:nth-child(3n+1), .box .product-layout.col-sm-6:nth-child(2n+1), .box .product-layout.col-sm-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 992px) {
  .box .product-layout.col-md-1:not(:nth-child(12n+1)), .box .product-layout.col-md-2:not(:nth-child(6n+1)), .box .product-layout.col-md-3:not(:nth-child(4n+1)), .box .product-layout.col-md-4:not(:nth-child(3n+1)), .box .product-layout.col-md-6:not(:nth-child(2n+1)), .box .product-layout.col-md-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .box .product-layout.col-md-1:nth-child(12n+1), .box .product-layout.col-md-2:nth-child(6n+1), .box .product-layout.col-md-3:nth-child(4n+1), .box .product-layout.col-md-4:nth-child(3n+1), .box .product-layout.col-md-6:nth-child(2n+1), .box .product-layout.col-md-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 1200px) {
  .box .product-layout.col-lg-1:not(:nth-child(12n+1)), .box .product-layout.col-lg-2:not(:nth-child(6n+1)), .box .product-layout.col-lg-3:not(:nth-child(4n+1)), .box .product-layout.col-lg-4:not(:nth-child(3n+1)), .box .product-layout.col-lg-6:not(:nth-child(2n+1)), .box .product-layout.col-lg-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .box .product-layout.col-lg-1:nth-child(12n+1), .box .product-layout.col-lg-2:nth-child(6n+1), .box .product-layout.col-lg-3:nth-child(4n+1), .box .product-layout.col-lg-4:nth-child(3n+1), .box .product-layout.col-lg-6:nth-child(2n+1), .box .product-layout.col-lg-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 768px) {
  [dir="rtl"] .box .product-layout {
    border-left: 0px !important; }
    [dir="rtl"] .box .product-layout.col-sm-1:not(:nth-child(12n+1)), [dir="rtl"] .box .product-layout.col-sm-2:not(:nth-child(6n+1)), [dir="rtl"] .box .product-layout.col-sm-3:not(:nth-child(4n+1)), [dir="rtl"] .box .product-layout.col-sm-4:not(:nth-child(3n+1)), [dir="rtl"] .box .product-layout.col-sm-6:not(:nth-child(2n+1)), [dir="rtl"] .box .product-layout.col-sm-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .box .product-layout.col-sm-1:nth-child(12n+1), [dir="rtl"] .box .product-layout.col-sm-2:nth-child(6n+1), [dir="rtl"] .box .product-layout.col-sm-3:nth-child(4n+1), [dir="rtl"] .box .product-layout.col-sm-4:nth-child(3n+1), [dir="rtl"] .box .product-layout.col-sm-6:nth-child(2n+1), [dir="rtl"] .box .product-layout.col-sm-12:nth-child(n+1) {
      border-right: 0px; } }

@media (min-width: 992px) {
  [dir="rtl"] .box .product-layout {
    border-left: 0px !important; }
    [dir="rtl"] .box .product-layout.col-md-1:not(:nth-child(12n+1)), [dir="rtl"] .box .product-layout.col-md-2:not(:nth-child(6n+1)), [dir="rtl"] .box .product-layout.col-md-3:not(:nth-child(4n+1)), [dir="rtl"] .box .product-layout.col-md-4:not(:nth-child(3n+1)), [dir="rtl"] .box .product-layout.col-md-6:not(:nth-child(2n+1)), [dir="rtl"] .box .product-layout.col-md-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .box .product-layout.col-md-1:nth-child(12n+1), [dir="rtl"] .box .product-layout.col-md-2:nth-child(6n+1), [dir="rtl"] .box .product-layout.col-md-3:nth-child(4n+1), [dir="rtl"] .box .product-layout.col-md-4:nth-child(3n+1), [dir="rtl"] .box .product-layout.col-md-6:nth-child(2n+1), [dir="rtl"] .box .product-layout.col-md-12:nth-child(n+1) {
      border-right: 0px; } }

@media (min-width: 1200px) {
  [dir="rtl"] .box .product-layout {
    border-left: 0px !important; }
    [dir="rtl"] .box .product-layout.col-lg-1:not(:nth-child(12n+1)), [dir="rtl"] .box .product-layout.col-lg-2:not(:nth-child(6n+1)), [dir="rtl"] .box .product-layout.col-lg-3:not(:nth-child(4n+1)), [dir="rtl"] .box .product-layout.col-lg-4:not(:nth-child(3n+1)), [dir="rtl"] .box .product-layout.col-lg-6:not(:nth-child(2n+1)), [dir="rtl"] .box .product-layout.col-lg-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .box .product-layout.col-lg-1:nth-child(12n+1), [dir="rtl"] .box .product-layout.col-lg-2:nth-child(6n+1), [dir="rtl"] .box .product-layout.col-lg-3:nth-child(4n+1), [dir="rtl"] .box .product-layout.col-lg-4:nth-child(3n+1), [dir="rtl"] .box .product-layout.col-lg-6:nth-child(2n+1), [dir="rtl"] .box .product-layout.col-lg-12:nth-child(n+1) {
      border-right: 0px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*navigation*/
.nav-tabs {
  margin-bottom: 15px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*pagination*/
.pagination {
  margin: 0;
  display: block;
  line-height: 1; }
  .pagination > li {
    float: left; }
    .pagination > li:first-child > a {
      border-radius: 0px; }
    .pagination > li:first-child > span {
      border-radius: 0px; }
  .pagination > li:last-child > a {
    border-radius: 0px; }
  .pagination > li:last-child > span {
    border-radius: 0px; }
  .pagination > li + li {
    margin-left: 5px; }
  .pagination > li > a, .pagination > li > span {
    color: #222;
    background: #fff;
    border-color: #ebebeb;
    padding: 4px 10px; }
    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
      color: #fff;
      background: #e0493e;
      border-color: #e0493e; }
.pagination > .active > a, .pagination > .active > span {
  color: #fff;
  background: #e0493e;
  border-color: #e0493e; }
  .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background: #e0493e;
    border-color: #e0493e; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*quickshop*/
.modal-header .close {
  margin-top: -10px; }

.product-info-qs.product-info {
  margin-bottom: 10px; }
  .product-info-qs.product-info .description, .product-info-qs.product-info .price_info {
    margin-bottom: 15px; }
  .product-info-qs.product-info .image-additional {
    padding: 0; }
    .product-info-qs.product-info .image-additional ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 10px; }
.product-info-qs .viewdetail {
  text-align: right;
  margin-bottom: 20px; }
  .product-info-qs .viewdetail a {
    color: #e0493e;
    font-size: 12px;
    font-weight: 700; }
    .product-info-qs .viewdetail a a:hover {
      text-decoration: underline; }
.product-info-qs .bt-product-zoom .image {
  margin-bottom: 20px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*table*/
.table-responsive {
  border: none;
  overflow-x: auto; }
  .table-responsive > .table-bordered {
    border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px; }

.table > tbody + tbody {
  border: none; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #f00;
  font-weight: bold; }

/* Override the bootstrap defaults */
@media (min-width: 1230px) {
  .container {
    width: 1200px; } }

.modal-dialog {
  max-width: 800px;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.bootstrap-datetimepicker-widget .timepicker a[data-action] {
  background: #ddd;
  border: none;
  color: #2e2e2e;
  height: auto;
  padding: 0; }
.bootstrap-datetimepicker-widget .timepicker button[data-action] {
  background: none;
  color: #2e2e2e;
  padding: 0;
  border: none; }
.bootstrap-datetimepicker-widget .timepicker td span {
  margin: 0;
  top: 0;
  border-radius: 0; }

.bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
  padding: 0; }

.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0px; }

.list-inline {
  margin: 0px; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row:before, .row:after {
    display: none; }

.col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-2-4, .col-sm-2-4, .col-md-2-4, .col-lg-2-4 {
  width: 100%;
  float: none !important; }

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-2-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

@media (min-width: 768px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-2-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; } }

@media (min-width: 992px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-2-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; } }

@media (min-width: 1200px) {
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; } }

.dropdown .dropdown-menu, .dropup .dropdown-menu {
  display: block;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0;
  min-width: 190px;
  padding: 10px;
  text-align: initial;
  border-radius: 0px;
  -webkit-transition: transform 0.25s, opacity 0.3s, visibility 0.15s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.3s, visibility 0.15s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 0;
  visibility: hidden; }

.dropdown .dropdown-menu {
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0; }
  .dropdown .dropdown-menu.dropdown-menu-right {
    -webkit-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    transform-origin: right top 0; }

.dropup .dropdown-menu {
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }
  .dropup .dropdown-menu.dropdown-menu-right {
    -webkit-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    transform-origin: right bottom 0; }

.open .dropdown-menu, .dropdown:hover .dropdown-menu, .dropup:hover .dropdown-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible; }

.modal-content {
  border-radius: 0px; }

.form-horizontal .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media {
  .dropdown {
    max-width: 1180px; } }

@media {
  .dropdown {
    max-width: 972px; } }

@media {
  .dropdown {
    max-width: 748px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

div.jGrowl {
  z-index: 9999;
  color: #e0493e;
  font-size: 12px;
  position: absolute; }
  div.jGrowl.top-left {
    left: 0;
    top: 0; }
  div.jGrowl.top-right {
    right: 0;
    top: 50px; }
  div.jGrowl.bottom-left {
    left: 0;
    bottom: 0; }
  div.jGrowl.bottom-right {
    right: 0;
    bottom: 0; }
  div.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%; }
    div.jGrowl div.jGrowl-notification {
      zoom: 1;
      width: 280px;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 1em;
      text-align: left;
      display: none;
      border: 1px solid #e1e1e1;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      margin: 10px;
      min-height: 40px; }
      div.jGrowl div.jGrowl-notification div.jGrowl-header {
        font-size: 14px;
        font-weight: normal;
        color: #e0493e;
        padding: 8px 15px;
        border-bottom: 1px solid #e5e5e5;
        text-transform: uppercase; }
        .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-header {
          text-align: right; }
      div.jGrowl div.jGrowl-notification div.jGrowl-message {
        padding: 15px;
        overflow: hidden; }
        .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-message {
          text-align: right; }
        div.jGrowl div.jGrowl-notification div.jGrowl-message img {
          float: left;
          margin-right: 15px; }
          .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-message img {
            float: right;
            margin-right: 0;
            margin-left: 15px; }
        div.jGrowl div.jGrowl-notification div.jGrowl-message h3 {
          font-size: 14px;
          font-weight: normal;
          line-height: 22px;
          text-transform: none;
          color: #666;
          margin: 0;
          overflow: hidden; }
          div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a {
            font-weight: normal;
            text-decoration: none;
            color: #e0493e; }
            div.jGrowl div.jGrowl-notification div.jGrowl-message h3 a:hover {
              text-decoration: underline; }
      div.jGrowl div.jGrowl-notification div.jGrowl-close {
        cursor: pointer;
        display: inline-block;
        float: right;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        height: 24px;
        width: 24px;
        z-index: 99;
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        background-color: #e0493e;
        border-radius: 50%;
        text-align: center; }
        div.jGrowl div.jGrowl-notification div.jGrowl-close:hover {
          background-color: #e0493e;
          color: #fff; }
        .right-to-left div.jGrowl div.jGrowl-notification div.jGrowl-close {
          left: 5px;
          right: auto; }
      div.jGrowl div.jGrowl-notification .jGrowl-button .buttons {
        margin: 0;
        background: #e0493e;
        padding: 15px; }
        div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn {
          background-color: transparent;
          border: 1px solid #fff;
          width: 48%;
          padding-left: 15px;
          padding-right: 15px;
          float: left;
          color: #fff;
          text-transform: uppercase; }
          div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn:hover {
            background-color: #fff;
            color: #e0493e;
            border-color: #fff; }
          div.jGrowl div.jGrowl-notification .jGrowl-button .buttons .btn + .btn {
            float: right; }
    div.jGrowl div.jGrowl-closer {
      zoom: 1;
      width: 280px;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 1em;
      text-align: left;
      display: none;
      border: 1px solid #e1e1e1;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.1);
      position: relative;
      margin: 10px;
      padding-top: 4px;
      padding-bottom: 4px;
      cursor: pointer;
      font-size: 0.9em;
      font-weight: bold;
      text-align: center;
      color: #222;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif, 'Montserrat', sans-serif; }
      div.jGrowl div.jGrowl-closer:hover {
        color: #e0493e; }
div.center div.jGrowl-notification {
  margin-left: auto;
  margin-right: auto; }
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto; }

@media print {
  div.jGrowl {
    display: none; } }

body > div.jGrowl {
  position: fixed; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*row-col*/
/*.row, .form-horizontal .form-group, .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
 margin-left: -10px;
 margin-right: -10px;
 }
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3,
 .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
 .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7,
 .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
 .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
 .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12   {
 padding-left: 10px;
 padding-right: 10px;
 }
 .container, .container-fluid {
 padding-left: 10px;
 padding-right: 10px;
 }*/
.bt-container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  .bt-container:before, .bt-container:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 768px) {
  .bt-container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .bt-container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .bt-container {
    max-width: 1170px; } }

.drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
  width: 1180px; }

.drop-grid-2-1 {
  width: 600px; }

.drop-grid-3-2 {
  width: 800px; }

.drop-grid-3-1 {
  width: 400px; }

.drop-grid-4-3 {
  width: 900px; }

.drop-grid-4-2 {
  width: 600px; }

.drop-grid-4-1 {
  width: 300px; }

.drop-grid-5-4 {
  width: 960px; }

.drop-grid-5-3 {
  width: 720px; }

.drop-grid-5-2 {
  width: 480px; }

.drop-grid-5-1 {
  width: 240px; }

.drop-grid-6-5 {
  width: 1000px; }

.drop-grid-6-4 {
  width: 800px; }

.drop-grid-6-3 {
  width: 600px; }

.drop-grid-6-2 {
  width: 400px; }

.drop-grid-6-1 {
  width: 200px; }

/*1 column*/
.row-col-1 .row-grid-1 {
  width: 100%; }

/*2 columns*/
.row-col-2 .row-grid-1 {
  width: 50%; }
  .row-col-2 .row-grid-1:nth-child(2n+1) {
    clear: left; }

/*3 columns*/
.row-col-3 .row-grid-1 {
  width: 33.3333333333%; }
  .row-col-3 .row-grid-1:nth-child(3n+1) {
    clear: left; }
.row-col-3 .row-grid-2 {
  width: 66.6666666667%; }

/*4 columns*/
.row-col-4 .row-grid-1 {
  width: 25%; }
  .row-col-4 .row-grid-1:nth-child(4n+1) {
    clear: left; }
.row-col-4 .row-grid-2 {
  width: 50%; }
  .row-col-4 .row-grid-2:nth-child(2n+1) {
    clear: left; }
.row-col-4 .row-grid-3 {
  width: 75%; }

/*5 columns*/
.row-col-5 .row-grid-1 {
  width: 20%; }
  .row-col-5 .row-grid-1:nth-child(5n+1) {
    clear: left; }
.row-col-5 .row-grid-2 {
  width: 40%; }
.row-col-5 .row-grid-3 {
  width: 60%; }
.row-col-5 .row-grid-4 {
  width: 80%; }

/*6 columns*/
.row-col-6 .row-grid-1 {
  width: 16.6666666667%; }
  .row-col-6 .row-grid-1:nth-child(6n+1) {
    clear: left; }
.row-col-6 .row-grid-2 {
  width: 33.3333333333%; }
  .row-col-6 .row-grid-2:nth-child(3n+1) {
    clear: left; }
.row-col-6 .row-grid-3 {
  width: 50%; }
  .row-col-6 .row-grid-3:nth-child(2n+1) {
    clear: left; }
.row-col-6 .row-grid-4 {
  width: 66.6666666667%; }
.row-col-6 .row-grid-5 {
  width: 83.3333333333%; }

/*Col-grid*/
.col-grid-1 {
  width: 100%; }

.col-grid-2 {
  width: 50%; }

.col-grid-3 {
  width: 33%; }

.col-grid-4 {
  width: 25%; }

.col-grid-5 {
  width: 20%; }

.col-grid-6 {
  width: 16.6666666667%; }

/*----responsive----*/
@media {
  .drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
    width: 1180px; } }

@media {
  .drop-grid-6-6, .drop-grid-5-5, .drop-grid-4-4, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
    width: 972px; } }

@media {
  .drop-grid-6-6, .drop-grid-6-5, .drop-grid-5-5, .drop-grid-5-4, .drop-grid-4-4, .drop-grid-4-3, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
    width: 748px; } }

@media {
  .drop-grid-6-6, .drop-grid-6-5, .drop-grid-5-5, .drop-grid-5-4, .drop-grid-4-4, .drop-grid-4-3, .drop-grid-3-3, .drop-grid-2-2, .drop-grid-1-1 {
    width: 100%; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*header*/
#top {
  position: relative;
  background: #fff;
  color: #555;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1;
  z-index: 1001; }
  #top .welcome {
    padding: 10px 0px; }
  #top i {
    font-size: 14px; }

#top-links, #custom-links {
  color: #555; }
  #top-links a, #custom-links a {
    color: #555; }
    #top-links a:hover, #custom-links a:hover {
      color: #f10; }
  #top-links > ul > li, #custom-links > ul > li {
    padding: 0px;
    margin-left: 15px; }
    #top-links > ul > li > a, #custom-links > ul > li > a {
      display: block;
      padding: 10px 0px;
      line-height: 1; }
#top-links .dropdown-menu li a, #custom-links .dropdown-menu li a {
  color: #222;
  padding: 10px;
  text-align: initial;
  font-weight: normal;
  border: none;
  text-transform: capitalize;
  background-color: transparent; }
  #top-links .dropdown-menu li a span, #custom-links .dropdown-menu li a span {
    float: left; }
    #top-links .dropdown-menu li a span + span, #custom-links .dropdown-menu li a span + span {
      float: right; }
  #top-links .dropdown-menu li a:hover, #custom-links .dropdown-menu li a:hover {
    background-color: transparent;
    color: #f10;
    text-decoration: none; }

header {
  position: relative;
  background-color: #fff;
  color: #555;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px; }
  header .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header .col-search {
    width: 100%;
    max-width: 570px; }
  header .navbar-header {
    position: static; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*logo*/
#logo {
  padding: 35px 0px 35px 0px; }
  #logo img {
    max-height: 51px;
    display: inline-block; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*search*/
#search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #search input, #search select {
    height: 50px;
    border-color: #ebebeb;
    padding: 9px 18px; }
    #search input:hover, #search select:hover {
      border-color: #ebebeb; }
  #search .input-search {
    width: 100%;
    max-width: 300px; }
  #search select {
    width: 100%;
    max-width: 216px;
    margin-left: -1px;
    padding-right: 40px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAGFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVXMIJ7GAAAACHRSTlMA7jOZIqqIZjPf1qQAAAAnSURBVAjXY2BnYGBSYHA0YFBMYGASZhJmYGBQDDQAkkAmCDgwMAAALPQCPZG7VKwAAAAASUVORK5CYII=');
    background-color: #fff;
    background-position: right 15px top 22px;
    background-repeat: no-repeat;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: initial; }
  #search button {
    width: 54px;
    height: 50px;
    padding: 13px 15px; }
    #search button i {
      font-size: 24px; }
  #search .dropdown-menu {
    width: 100%;
    min-width: 280px;
    border-radius: 0px; }
    #search .dropdown-menu li a {
      padding: 3px 10px;
      overflow: hidden;
      text-overflow: ellipsis; }

@media {
  #search input, #search select, #search button {
    height: 40px; }
    #search button i {
      font-size: 16px; }
  #search .input-search {
    max-width: initial; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*currency - language*/
#form-currency, #form-language {
  position: relative;
  margin-left: 15px; }
  #form-currency .btn-group > .btn-link, #form-language .btn-group > .btn-link {
    color: #555;
    font-weight: normal;
    border: none;
    padding: 10px 0px;
    background-color: transparent; }
    #form-currency .btn-group > .btn-link:hover, #form-language .btn-group > .btn-link:hover, #form-currency .btn-group > .btn-link:focus, #form-language .btn-group > .btn-link:focus {
      background-color: transparent;
      text-decoration: none;
      color: #f10; }
    #form-currency .btn-group > .btn-link i, #form-language .btn-group > .btn-link i {
      font-size: 13px;
      vertical-align: middle; }
  #form-currency .dropdown-menu, #form-language .dropdown-menu {
    border-radius: 0px; }
    #form-currency .dropdown-menu .btn, #form-language .dropdown-menu .btn {
      color: #222;
      padding: 10px;
      text-align: initial;
      font-weight: normal;
      border: none;
      text-transform: capitalize;
      background-color: transparent; }
      #form-currency .dropdown-menu .btn span, #form-language .dropdown-menu .btn span {
        float: left; }
        #form-currency .dropdown-menu .btn span + span, #form-language .dropdown-menu .btn span + span {
          float: right; }
      #form-currency .dropdown-menu .btn:hover, #form-language .dropdown-menu .btn:hover {
        background-color: transparent;
        color: #f10;
        text-decoration: none; }

#form-currency .btn strong {
  vertical-align: baseline; }

#form-language .btn img {
  vertical-align: baseline; }

[dir="rtl"] #form-currency, [dir="rtl"] #form-language {
  margin-left: 0px;
  margin-right: 15px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*cart*/
#cart {
  position: relative;
  width: auto;
  margin: 0px 30px; }
  #cart > .dropdown-toggle {
    display: block;
    color: #555; }
  #cart .dropdown-menu {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin: 0;
    width: 280px;
    padding: 30px 0 0;
    text-align: left;
    color: #222; }
    #cart .dropdown-menu li {
      border: none;
      padding: 0; }
      #cart .dropdown-menu li:first-child {
        padding: 0 30px; }
      #cart .dropdown-menu li p {
        margin-bottom: 26px;
        text-transform: none; }
      #cart .dropdown-menu li .table {
        margin-bottom: 15px; }
        #cart .dropdown-menu li .table tr:first-child td {
          padding-top: 0; }
        #cart .dropdown-menu li .table td {
          background: none;
          padding: 20px 0;
          border-top: none;
          border-bottom: 1px solid #ebebeb; }
          #cart .dropdown-menu li .table td.name a {
            margin-top: 5px;
            margin-bottom: 8px; }
          #cart .dropdown-menu li .table td .image {
            margin-right: 20px;
            position: relative;
            max-width: 120px;
            min-width: 70px;
            margin-bottom: 0; }
            #cart .dropdown-menu li .table td .image img {
              background: none;
              border: none;
              border-radius: 0;
              padding: 0; }
        #cart .dropdown-menu li .table .remove {
          position: absolute;
          top: 0;
          left: 0; }
          #cart .dropdown-menu li .table .remove .btn-danger {
            width: 18px;
            height: 18px;
            border: none;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            background-color: #e0493e;
            outline: none;
            padding: 0; }
            #cart .dropdown-menu li .table .remove .btn-danger .fa {
              font-size: 10px;
              vertical-align: top;
              line-height: 17px; }
    #cart .dropdown-menu .quantity-price {
      font-size: 14px;
      font-weight: normal; }
      #cart .dropdown-menu .cart-bottom table {
        width: 100%;
        margin-bottom: 15px; }
        #cart .dropdown-menu .cart-bottom table td {
          padding: 5px 26px;
          font-weight: normal; }
          #cart .dropdown-menu .cart-bottom table td.text-left {
            font-size: 13px;
            text-transform: uppercase; }
          #cart .dropdown-menu .cart-bottom table td.text-right {
            font-size: 14px;
            line-height: 20px; }
      #cart .dropdown-menu .cart-bottom .buttons {
        padding: 15px 30px;
        margin: 0;
        overflow: hidden; }
        #cart .dropdown-menu .cart-bottom .buttons .btn.btn-default {
          border: none; }

#cart-total {
  position: absolute;
  display: block;
  top: -13px;
  left: 10px;
  background: #e0493e;
  border-radius: 50%;
  color: #fff;
  height: 16px;
  width: 16px;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  text-align: center;
  line-height: 16px; }

@media {
  #cart {
    margin: 0px; } }

[dir="rtl"] #cart-total {
  left: auto;
  right: 5px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*wishlist*/
.menu-wrap {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  background: #fff; }
  .menu-wrap.menu-stick {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
    z-index: 1000; }
    .menu-wrap.menu-stick .mega-menu > ul.nav > li > a {
      -webkit-transition: all 0s ease 0s;
      -ms-transition: all 0s ease 0s;
      transition: all 0s ease 0s; }
    .menu-wrap.menu-stick .col-cart {
      position: absolute;
      top: 17px;
      right: 5px;
      z-index: 99; }
      .menu-wrap.menu-stick .col-cart #cart {
        margin: 0px; }
        .menu-wrap.menu-stick .col-cart #cart .cart-title {
          display: none; }
        .menu-wrap.menu-stick .col-cart #cart > .dropdown-toggle {
          padding-bottom: 6px; }

[dir="rtl"] #top .navbar-header {
  left: auto;
  right: 15px; }
[dir="rtl"] #top-links > ul > li, [dir="rtl"] #custom-links > ul > li {
  margin-left: 0px;
  margin-right: 15px; }
@media (min-width: 768px) {
  header #logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  #top .navbar-header, header .navbar-header {
    display: none !important; } }

@media {
  header .menu-wrap.menu-stick .mega-menu > ul.nav > li > a {
    padding: 13px; } }

@media {
  header .col-search {
    max-width: 280px; } }

@media (max-width: 800px) {
  .menu-wrap.menu-stick .col-cart {
    display: none; } }

@media {
  #top {
    width: 100%; }
    #top .navbar-header {
      display: block;
      top: 7px; }
  header {
    margin-bottom: 0px;
    width: 100%; }
    header .header-content {
      padding: 10px 0px; }
    header .col-search {
      margin-right: 10px;
      max-width: initial;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    header .navbar-header {
      margin-right: 10px; }
  .logo-mobile {
    padding: 15px;
    text-align: center; }
    .logo-mobile img {
      display: inline-block;
      max-height: 75px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*column-left*/
/*column-right*/
#column-left .col-xs-1, #column-right .col-xs-1, #column-left .col-sm-1, #column-right .col-sm-1, #column-left .col-md-1, #column-right .col-md-1, #column-left .col-lg-1, #column-right .col-lg-1, #column-left .col-xs-2, #column-right .col-xs-2, #column-left .col-sm-2, #column-right .col-sm-2, #column-left .col-md-2, #column-right .col-md-2, #column-left .col-lg-2, #column-right .col-lg-2, #column-left .col-xs-3, #column-right .col-xs-3, #column-left .col-sm-3, #column-right .col-sm-3, #column-left .col-md-3, #column-right .col-md-3, #column-left .col-lg-3, #column-right .col-lg-3, #column-left .col-xs-4, #column-right .col-xs-4, #column-left .col-sm-4, #column-right .col-sm-4, #column-left .col-md-4, #column-right .col-md-4, #column-left .col-lg-4, #column-right .col-lg-4, #column-left .col-xs-5, #column-right .col-xs-5, #column-left .col-sm-5, #column-right .col-sm-5, #column-left .col-md-5, #column-right .col-md-5, #column-left .col-lg-5, #column-right .col-lg-5, #column-left .col-xs-6, #column-right .col-xs-6, #column-left .col-sm-6, #column-right .col-sm-6, #column-left .col-md-6, #column-right .col-md-6, #column-left .col-lg-6, #column-right .col-lg-6, #column-left .col-xs-7, #column-right .col-xs-7, #column-left .col-sm-7, #column-right .col-sm-7, #column-left .col-md-7, #column-right .col-md-7, #column-left .col-lg-7, #column-right .col-lg-7, #column-left .col-xs-8, #column-right .col-xs-8, #column-left .col-sm-8, #column-right .col-sm-8, #column-left .col-md-8, #column-right .col-md-8, #column-left .col-lg-8, #column-right .col-lg-8, #column-left .col-xs-9, #column-right .col-xs-9, #column-left .col-sm-9, #column-right .col-sm-9, #column-left .col-md-9, #column-right .col-md-9, #column-left .col-lg-9, #column-right .col-lg-9, #column-left .col-xs-10, #column-right .col-xs-10, #column-left .col-sm-10, #column-right .col-sm-10, #column-left .col-md-10, #column-right .col-md-10, #column-left .col-lg-10, #column-right .col-lg-10, #column-left .col-xs-11, #column-right .col-xs-11, #column-left .col-sm-11, #column-right .col-sm-11, #column-left .col-md-11, #column-right .col-md-11, #column-left .col-lg-11, #column-right .col-lg-11, #column-left .col-xs-12, #column-right .col-xs-12, #column-left .col-sm-12, #column-right .col-sm-12, #column-left .col-md-12, #column-right .col-md-12, #column-left .col-lg-12, #column-right .col-lg-12 {
  width: 100%; }
#column-left .wrap, #column-right .wrap {
  background: #fff;
  padding: 25px 15px; }
  #column-left .wrap > div:last-child, #column-right .wrap > div:last-child {
    margin-bottom: 0px; }

#show-column-left, #show-column-right {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  border-color: #ebebeb;
  color: #222;
  text-transform: none;
  text-align: initial; }
  #show-column-left:after, #show-column-right:after {
    content: "\f107";
    font-family: FontAwesome;
    float: right; }
    #show-column-left.active:after, #show-column-right.active:after {
      content: "\f106"; }
  #show-column-left:hover, #show-column-right:hover, #show-column-left.active, #show-column-right.active {
    background: #fff;
    border-color: #e0493e;
    color: #e0493e; }

#show-column-left {
  margin-bottom: 20px; }

#show-column-right {
  margin: 0px 15px 20px 15px; }

[dir="rtl"] #show-column-left:after, [dir="rtl"] #show-column-right:after {
  float: left; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*content*/
#content * + .product-filter, #content * + .article-filter {
  margin-top: 0px; }
#content > .content {
  background: #fff;
  padding: 15px; }

.bt-breadcrumb + .container {
  margin-bottom: 20px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*form*/
.form-control {
  background-color: #fff;
  border-color: #ebebeb;
  background-image: none;
  border-radius: 0px;
  color: #222;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: initial;
  height: auto;
  margin: 0px;
  padding: 10px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:hover, .form-control:active, .form-control:focus {
    border-color: #e0493e;
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-group .control-label {
  margin-bottom: 10px;
  font-weight: bold; }

.input-group .form-control {
  border-color: #ebebeb;
  border-radius: 0px;
  font-weight: normal; }
.input-group .input-group-addon {
  border-color: #ebebeb;
  color: #222;
  border-radius: 0px; }
  .input-group .input-group-addon i {
    font-size: 14px; }
.input-group .input-group-addon + .form-control {
  margin-top: 0px; }
  .input-group .input-group-btn .btn, .input-group .input-group-btn button {
    margin-left: -1px;
    padding: 10px 15px; }
    .input-group .input-group-btn .btn.btn-default, .input-group .input-group-btn button.btn-default {
      border-width: 1px;
      border-color: #ebebeb; }
    .input-group .input-group-btn .btn i, .input-group .input-group-btn button i {
      font-size: 14px; }
.input-group .form-control, .input-group .input-group-addon, .input-group .input-group-btn .btn {
  height: 38px; }

.radio {
  margin-top: 0px;
  margin-bottom: 10px; }
  .radio label {
    padding-left: 0;
    font-size: 13px; }
  .radio + .radio {
    margin-top: 0px;
    margin-bottom: 10px; }

.radio-inline {
  padding-left: 0; }

.checkbox {
  margin-top: 0px;
  margin-bottom: 10px; }
  .checkbox label {
    padding-left: 0;
    font-size: 13px; }
  .checkbox + .checkbox {
    margin-top: 0px;
    margin-bottom: 10px; }

.checkbox-inline {
  padding-left: 0; }

select.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAGFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVXMIJ7GAAAACHRSTlMA7jOZIqqIZjPf1qQAAAAnSURBVAjXY2BnYGBSYHA0YFBMYGASZhJmYGBQDDQAkkAmCDgwMAAALPQCPZG7VKwAAAAASUVORK5CYII=");
  background-color: #fff;
  background-position: right 10px top 16px;
  background-repeat: no-repeat; }

input.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*footer*/
footer {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background: #fff;
  color: #555;
  border-top: 1px solid #e8e8e8; }
  footer .content {
    padding-top: 40px;
    background: #fff; }
    footer .content > .line {
      margin: 40px 0px; }
    footer .content .information, footer .content .service, footer .content .extras, footer .content .account {
      padding-bottom: 15px; }
  footer .cl-h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1;
    display: block; }
  footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1; }
  footer a {
    color: #555; }
    footer a:hover {
      color: #e0493e; }
  footer ul {
    margin: 0; }
    footer ul li {
      margin: 0;
      padding-left: 0; }
  footer .footer-contact {
    margin-bottom: 15px; }
  footer .footer-bottom {
    padding-bottom: 35px; }
  footer .powered {
    background: transparent;
    color: #555;
    line-height: 24px; }
    footer .powered .powered-link a {
      padding: 0px 3px; }
    footer .powered .powered-link + #powered {
      margin-top: 10px; }
    footer .powered p {
      margin: 0; }
  footer .footer-about p {
    margin: 0; }
    footer .society cl-h3 {
      margin-bottom: 19px; }
    footer .society ul {
      margin: 0px -3px; }
      footer .society ul li {
        margin-bottom: 0px;
        padding: 0px 3px; }
        footer .society ul li a {
          display: block;
          background: #f5f5f5;
          height: 38px;
          width: 38px;
          padding: 10px;
          text-align: center; }
          footer .society ul li a i {
            font-size: 14px; }
          footer .society ul li a:hover {
            background: #f10;
            color: #fff; }
  footer .list-unstyled li + li {
    margin-top: 8px; }
footer .footer-link ul:before {
  content: " ";
  display: block;
  clear: both; }
footer .footer-link ul:after {
  content: " ";
  display: block;
  clear: both; }
footer .footer-link ul li {
  width: 50%;
  float: left; }
footer .payment ul li {
  padding-left: 5px;
  padding-right: 5px; }
footer .links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 5px; }
  footer .links li a {
    text-transform: uppercase; }
footer .box.bt-newsletter {
  margin: 0px; }
  footer .box.bt-newsletter .box-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-transform: none;
    margin-bottom: 27px;
    line-height: 1; }
    footer .box.bt-newsletter .box-heading h2:after {
      display: none; }
footer .box.bt-newsletter .input-group .form-control {
  border-color: #f5f5f5;
  background: #f5f5f5; }
  footer .box.bt-newsletter .input-group .form-control::placeholder {
    color: #555; }

@media (min-width: 768px) {
  footer {
    text-align: center; }
    footer .row > div + div {
      margin-top: 0px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*my account*/
.account-login #content > .row > .col-sm-6 {
  margin-bottom: 20px; }
  .account-login #content > .row > .col-sm-6 .well {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 15px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*brand page*/
.manufacturer-list {
  border-top: 3px solid #e0493e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 20px; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*shopping-cart*/
.checkout-cart table {
  background: #fff; }
.checkout-cart .table-responsive {
  background: #fff;
  margin-bottom: 20px; }
  .checkout-cart .table-responsive table {
    margin-bottom: 0px; }
.checkout-cart #accordion .panel-body {
  border: 1px solid #ebebeb;
  border-top: 0px; }

.cart-total {
  overflow: hidden; }
  .cart-total table {
    float: right;
    width: auto;
    max-width: 100%; }
    .cart-total table tr td {
      line-height: 36px;
      font-size: 16px; }
      .cart-total table tr td.text-left {
        padding-right: 20px; }
    .cart-total table tr:last-child td {
      font-weight: 700; }
  .cart-total + .buttons {
    overflow: hidden;
    margin-top: 40px; }
    .cart-total + .buttons .btn.btn-red {
      padding: 12px 60px; }

@media (min-width: 768px) {
  #collapse-coupon > .panel-body, #collapse-voucher > .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #collapse-coupon > .panel-body .control-label, #collapse-voucher > .panel-body .control-label {
      margin-bottom: 0px; }
  #collapse-shipping .control-label {
    padding-top: 13px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*category page*/
.category-h1 {
  background: #fff;
  margin-bottom: -20px;
  padding: 20px;
  font-size: 12px; }
  .category-h1 h1 {
    font-size: 18px; }

.cl-h4 {
  color: #444;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1; }

.category-descr {
  background: #fff;
  margin-bottom: -10px;
  padding: 5px;
  font-size: 14px;
  font-family: 'Arial';
  color: #555; }

.product-filter {
  background: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-filter:before, .product-filter:after {
    content: " ";
    display: block;
    clear: both; }
  .product-filter .col-left, .product-filter .col-right {
    margin: 0px -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-filter .col-left > div, .product-filter .col-right > div {
      position: relative;
      padding: 0px 15px; }
      .product-filter .col-left > div + div:before, .product-filter .col-right > div + div:before {
        content: "";
        position: absolute;
        display: block;
        top: calc(50% - 7px);
        left: 0px;
        height: 14px;
        border-left: 1px solid #adadad; }
    .product-filter .col-left .button-group, .product-filter .col-right .button-group {
      margin: 0px -5px; }
  .product-filter .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    display: inline-flex; }
  .product-filter .col-right {
    float: right;
    display: inline-flex; }
  .product-filter select {
    padding: 6px 10px;
    cursor: pointer; }
    .product-filter .input-group .input-group-addon, .product-filter .input-group .form-control {
      height: 30px; }
    .product-filter .input-group .input-group-addon {
      background: transparent;
      border-color: transparent;
      font-weight: normal;
      padding: 0px 10px 0px 0px; }
    .product-filter .input-group .form-control {
      border: none;
      outline: none;
      box-shadow: none;
      color: #222;
      -webkit-appearance: none !important;
      -moz-appearance: none !important;
      appearance: none !important;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGBAMAAADj6an2AAAAGFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVXMIJ7GAAAACHRSTlMA7jOZIqqIZjPf1qQAAAAnSURBVAjXY2BnYGBSYHA0YFBMYGASZhJmYGBQDDQAkkAmCDgwMAAALPQCPZG7VKwAAAAASUVORK5CYII=");
      background-color: #fff;
      background-position: right 0px top 12px;
      background-repeat: no-repeat; }
    .product-filter .input-group .input-group-addon, .product-filter .input-group .input-group-btn, .product-filter .input-group .form-control {
      width: auto;
      font-size: 12px; }

.products-category {
  overflow: hidden; }
  .products-category .product-wrap {
    margin-top: -1px; }

.pagination-result {
  background: #fff;
  padding: 15px 20px;
  margin-top: 10px; }
  .pagination-result:before, .pagination-result:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 768px) {
  .pagination-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pagination-result > div:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.product-layout {
  position: relative;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  z-index: 1; }

.rating .fa-stack {
  font-size: 8px; }
.rating .fa-star-o {
  color: #f2c201;
  font-size: 14px; }
.rating .fa-star {
  color: #fc0;
  font-size: 14px; }
  .rating .fa-star + .fa-star-o {
    color: #f2c201; }

.product-thumb {
  position: relative;
  height: 100%;
  text-align: initial;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0px; }
  .product-thumb:before, .product-thumb:after {
    content: " ";
    display: block;
    clear: both; }
  .product-thumb .name {
    margin-top: 0px; }
    .product-thumb .name a {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      color: #222;
      font-weight: 600;
      max-height: 29px;
      overflow: hidden; }
      .product-thumb .name a:hover {
        color: #f10; }
  .product-thumb .image {
    position: relative;
    overflow: hidden; }
    .product-thumb .image > a {
      display: block;
      position: relative; }
    .product-thumb .image img {
      -webkit-transition: -webkit-transform 0.25s linear 0s;
      transition: transform 0.25s linear 0s; }
  .product-thumb .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px; }
  .product-thumb .price-new {
    color: #222; }
  .product-thumb .price-old {
    color: #555;
    text-decoration: line-through;
    float: right; }
  .product-thumb .price-tax {
    display: block;
    margin-top: 15px;
    color: #555;
    clear: both; }
  .product-thumb .b-filter {
    line-height: 12px; }
    .product-thumb .b-filter > * {
      display: inline-block;
      vertical-align: middle;
      font-size: 10px;
      text-transform: uppercase; }
    .product-thumb .b-filter img {
      height: 12px;
      width: 12px;
      margin-right: 3px;
      border: 1px solid #ebebeb;
      border-radius: 50%; }
  .product-thumb .save-off {
    background: #e0493e;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 5px 2px 5px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    z-index: 99; }
    .product-thumb .caption > * {
      margin-bottom: 7px; }
      .product-thumb .caption > *:last-child {
        margin-bottom: 0px; }
  .product-thumb:hover .image img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }

/*----Chrome----*/
/*----Safari----*/
/*----Firefore----*/
/*----Internet Explore 9+----*/
/*----Microsoft EDGE----*/
.product-list {
  background: #fff; }
  .product-list + .product-list .product-thumb {
    border-top: 1px solid #ebebeb; }
  .product-list .product-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-list .product-thumb .image {
      margin-bottom: 0px;
      width: 25%; }
      .product-list .product-thumb .image a {
        display: block; }
    .product-list .product-thumb .caption {
      padding: 35px 15px 15px 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .product-list .product-thumb .caption > * {
        margin-bottom: 15px; }
    .product-list .product-thumb .caption-list {
      padding: 35px 15px 15px 15px;
      width: 20%; }
      .product-list .product-thumb .name a {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px; }
    .product-list .product-thumb .price {
      display: none; }
    .product-list .product-thumb .price-old {
      float: none; }
    .product-list .product-thumb .price-list {
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      font-weight: 600; }
      .product-list .product-thumb .price-list .price-new {
        display: block; }
    .product-list .product-thumb .button-group {
      display: none; }
    .product-list .product-thumb .button-list {
      display: inline-block;
      white-space: nowrap; }
      .product-list .product-thumb .button-list button {
        padding: 10px; }
        .product-list .product-thumb .button-list button i {
          font-size: 16px; }
    .product-list .product-thumb .btn-cart {
      opacity: 1;
      margin-bottom: 15px; }

.product-related, .product-grid {
  background: #fff;
  border: 1px solid #ebebeb;
  border-width: 1px 0px 0px 1px;
  z-index: 9; }
  .product-related.col-xs-1:nth-child(12n+1), .product-grid.col-xs-1:nth-child(12n+1), .product-related.col-xs-2:nth-child(6n+1), .product-grid.col-xs-2:nth-child(6n+1), .product-related.col-xs-3:nth-child(4n+1), .product-grid.col-xs-3:nth-child(4n+1), .product-related.col-xs-4:nth-child(3n+1), .product-grid.col-xs-4:nth-child(3n+1), .product-related.col-xs-6:nth-child(2n+1), .product-grid.col-xs-6:nth-child(2n+1), .product-related.col-xs-12:nth-child(n+1), .product-grid.col-xs-12:nth-child(n+1) {
    border-left: 0px; }
  .product-related:hover, .product-grid:hover {
    z-index: 99; }
    .product-related:hover .name a, .product-grid:hover .name a {
      color: #f10; }
    .product-related:hover .price, .product-grid:hover .price, .product-related:hover .price-new, .product-grid:hover .price-new {
      color: #f10; }
  .product-related .product-thumb, .product-grid .product-thumb {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    .product-related .product-thumb .image, .product-grid .product-thumb .image {
      position: relative;
      margin-bottom: 15px; }
      .product-related .product-thumb .image img, .product-grid .product-thumb .image img {
        width: 100%; }
      .product-related .product-thumb .image a, .product-grid .product-thumb .image a {
        display: block; }
    .product-related .product-thumb .caption, .product-grid .product-thumb .caption {
      padding: 0px 15px;
      margin-bottom: 15px; }
    .product-related .product-thumb .caption-list, .product-grid .product-thumb .caption-list {
      display: none; }
    .product-related .product-thumb .description, .product-grid .product-thumb .description {
      display: none; }
    .product-related .product-thumb .button-group, .product-grid .product-thumb .button-group {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 99; }
      .product-related .product-thumb .button-group i, .product-grid .product-thumb .button-group i {
        font-size: 14px; }
      .product-related .product-thumb .button-group button, .product-grid .product-thumb .button-group button {
        border: none;
        outline: none;
        padding: 12px 0px;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        line-height: 1;
        margin-right: -45px;
        text-transform: uppercase;
        text-align: center;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        -webkit-transform-origin: right top 0;
        -ms-transform-origin: right top 0;
        transform-origin: right top 0;
        transition-timing-function: ease-out;
        opacity: 0;
        visibility: hidden;
        background-color: #e0493e;
        color: #fff; }
        .product-related .product-thumb .button-group button:hover, .product-grid .product-thumb .button-group button:hover, .product-related .product-thumb .button-group button:focus, .product-grid .product-thumb .button-group button:focus, .product-related .product-thumb .button-group button:active, .product-grid .product-thumb .button-group button:active, .product-related .product-thumb .button-group button:active:focus, .product-grid .product-thumb .button-group button:active:focus, .product-related .product-thumb .button-group button.active, .product-grid .product-thumb .button-group button.active {
          background-color: #f10;
          color: #fff; }
      .product-related .product-thumb .button-group button:nth-child(5), .product-grid .product-thumb .button-group button:nth-child(5) {
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .product-related .product-thumb .button-group button:nth-child(4), .product-grid .product-thumb .button-group button:nth-child(4) {
        -webkit-transition: all 0.3s ease 0.05s;
        -ms-transition: all 0.3s ease 0.1s;
        transition: all 0.3s ease 0.1s; }
      .product-related .product-thumb .button-group button:nth-child(3), .product-grid .product-thumb .button-group button:nth-child(3) {
        -webkit-transition: all 0.3s ease 0.1s;
        -ms-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.2s; }
      .product-related .product-thumb .button-group button:nth-child(2), .product-grid .product-thumb .button-group button:nth-child(2) {
        -webkit-transition: all 0.3s ease 0.15s;
        -ms-transition: all 0.3s ease 0.3s;
        transition: all 0.3s ease 0.3s; }
      .product-related .product-thumb .button-group button:nth-child(1), .product-grid .product-thumb .button-group button:nth-child(1) {
        -webkit-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.4s;
        transition: all 0.3s ease 0.4s; }
    .product-related .product-thumb .button-list, .product-grid .product-thumb .button-list {
      display: none; }
      .product-related .product-thumb:hover .image a:before, .product-grid .product-thumb:hover .image a:before {
        width: 100%;
        visibility: visible; }
    .product-related .product-thumb:hover .button-group button, .product-grid .product-thumb:hover .button-group button {
      margin-right: 0px;
      opacity: 1;
      visibility: visible;
      transition-timing-function: ease-in; }
    .product-related .product-thumb:hover .button-group button:nth-child(1), .product-grid .product-thumb:hover .button-group button:nth-child(1) {
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .product-related .product-thumb:hover .button-group button:nth-child(2), .product-grid .product-thumb:hover .button-group button:nth-child(2) {
      -webkit-transition: all 0.3s ease 0.05s;
      -ms-transition: all 0.3s ease 0.1s;
      transition: all 0.3s ease 0.1s; }
    .product-related .product-thumb:hover .button-group button:nth-child(3), .product-grid .product-thumb:hover .button-group button:nth-child(3) {
      -webkit-transition: all 0.3s ease 0.1s;
      -ms-transition: all 0.3s ease 0.2s;
      transition: all 0.3s ease 0.2s; }
    .product-related .product-thumb:hover .button-group button:nth-child(4), .product-grid .product-thumb:hover .button-group button:nth-child(4) {
      -webkit-transition: all 0.3s ease 0.15s;
      -ms-transition: all 0.3s ease 0.3s;
      transition: all 0.3s ease 0.3s; }
    .product-related .product-thumb:hover .button-group button:nth-child(5), .product-grid .product-thumb:hover .button-group button:nth-child(5) {
      -webkit-transition: all 0.3s ease 0.2s;
      -ms-transition: all 0.3s ease 0.4s;
      transition: all 0.3s ease 0.4s; }

@media (min-width: 768px) {
  .product-related.col-sm-1:not(:nth-child(12n+1)), .product-grid.col-sm-1:not(:nth-child(12n+1)), .product-related.col-sm-2:not(:nth-child(6n+1)), .product-grid.col-sm-2:not(:nth-child(6n+1)), .product-related.col-sm-3:not(:nth-child(4n+1)), .product-grid.col-sm-3:not(:nth-child(4n+1)), .product-related.col-sm-4:not(:nth-child(3n+1)), .product-grid.col-sm-4:not(:nth-child(3n+1)), .product-related.col-sm-6:not(:nth-child(2n+1)), .product-grid.col-sm-6:not(:nth-child(2n+1)), .product-related.col-sm-12:not(:nth-child(n+1)), .product-grid.col-sm-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .product-related.col-sm-1:nth-child(12n+1), .product-grid.col-sm-1:nth-child(12n+1), .product-related.col-sm-2:nth-child(6n+1), .product-grid.col-sm-2:nth-child(6n+1), .product-related.col-sm-3:nth-child(4n+1), .product-grid.col-sm-3:nth-child(4n+1), .product-related.col-sm-4:nth-child(3n+1), .product-grid.col-sm-4:nth-child(3n+1), .product-related.col-sm-6:nth-child(2n+1), .product-grid.col-sm-6:nth-child(2n+1), .product-related.col-sm-12:nth-child(n+1), .product-grid.col-sm-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 992px) {
  .product-related.col-md-1:not(:nth-child(12n+1)), .product-grid.col-md-1:not(:nth-child(12n+1)), .product-related.col-md-2:not(:nth-child(6n+1)), .product-grid.col-md-2:not(:nth-child(6n+1)), .product-related.col-md-3:not(:nth-child(4n+1)), .product-grid.col-md-3:not(:nth-child(4n+1)), .product-related.col-md-4:not(:nth-child(3n+1)), .product-grid.col-md-4:not(:nth-child(3n+1)), .product-related.col-md-6:not(:nth-child(2n+1)), .product-grid.col-md-6:not(:nth-child(2n+1)), .product-related.col-md-12:not(:nth-child(n+1)), .product-grid.col-md-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .product-related.col-md-1:nth-child(12n+1), .product-grid.col-md-1:nth-child(12n+1), .product-related.col-md-2:nth-child(6n+1), .product-grid.col-md-2:nth-child(6n+1), .product-related.col-md-3:nth-child(4n+1), .product-grid.col-md-3:nth-child(4n+1), .product-related.col-md-4:nth-child(3n+1), .product-grid.col-md-4:nth-child(3n+1), .product-related.col-md-6:nth-child(2n+1), .product-grid.col-md-6:nth-child(2n+1), .product-related.col-md-12:nth-child(n+1), .product-grid.col-md-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 1200px) {
  .product-related.col-lg-1:not(:nth-child(12n+1)), .product-grid.col-lg-1:not(:nth-child(12n+1)), .product-related.col-lg-2:not(:nth-child(6n+1)), .product-grid.col-lg-2:not(:nth-child(6n+1)), .product-related.col-lg-3:not(:nth-child(4n+1)), .product-grid.col-lg-3:not(:nth-child(4n+1)), .product-related.col-lg-4:not(:nth-child(3n+1)), .product-grid.col-lg-4:not(:nth-child(3n+1)), .product-related.col-lg-6:not(:nth-child(2n+1)), .product-grid.col-lg-6:not(:nth-child(2n+1)), .product-related.col-lg-12:not(:nth-child(n+1)), .product-grid.col-lg-12:not(:nth-child(n+1)) {
    border-left: 1px solid #ebebeb; }
  .product-related.col-lg-1:nth-child(12n+1), .product-grid.col-lg-1:nth-child(12n+1), .product-related.col-lg-2:nth-child(6n+1), .product-grid.col-lg-2:nth-child(6n+1), .product-related.col-lg-3:nth-child(4n+1), .product-grid.col-lg-3:nth-child(4n+1), .product-related.col-lg-4:nth-child(3n+1), .product-grid.col-lg-4:nth-child(3n+1), .product-related.col-lg-6:nth-child(2n+1), .product-grid.col-lg-6:nth-child(2n+1), .product-related.col-lg-12:nth-child(n+1), .product-grid.col-lg-12:nth-child(n+1) {
    border-left: 0px; } }

@media (min-width: 992px) {
  .product-filter .sort .form-control {
    max-width: 120px; }
  .product-list .product-thumb .caption-list {
    width: 25%; } }

@media (min-width: 768px) {
  .product-filter {
    display: block; }
    .product-filter .product-compare, .product-filter .button-group {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .product-filter .col-left > div + div:before, .product-filter .col-right > div + div:before {
        display: none; }
  .pagination-result > div {
    float: none !important;
    text-align: center; }
  .pagination-result .pagination {
    display: inline-block; }
  .qty .form-control {
    margin-bottom: 15px; } }

@media (min-width: 475px) {
  .product-list .product-thumb .save-off {
    display: none; } }

/*----rtl----*/
[dir="rtl"] .product-filter .col-left > div + div:before, [dir="rtl"] .product-filter .col-right > div + div:before {
  left: auto;
  right: 0px; }
[dir="rtl"] .product-filter .input-group .form-control {
  background-position: left 0px top 11px; }
[dir="rtl"] .product-thumb .save-off {
  left: auto;
  right: 10px; }
[dir="rtl"] .product-thumb .price-old {
  float: left; }
[dir="rtl"] .product-related, [dir="rtl"] .product-grid {
  border-width: 1px 1px 0px 0px; }
  [dir="rtl"] .product-related.col-xs-1:nth-child(12n+1), [dir="rtl"] .product-grid.col-xs-1:nth-child(12n+1), [dir="rtl"] .product-related.col-xs-2:nth-child(6n+1), [dir="rtl"] .product-grid.col-xs-2:nth-child(6n+1), [dir="rtl"] .product-related.col-xs-3:nth-child(4n+1), [dir="rtl"] .product-grid.col-xs-3:nth-child(4n+1), [dir="rtl"] .product-related.col-xs-4:nth-child(3n+1), [dir="rtl"] .product-grid.col-xs-4:nth-child(3n+1), [dir="rtl"] .product-related.col-xs-6:nth-child(2n+1), [dir="rtl"] .product-grid.col-xs-6:nth-child(2n+1), [dir="rtl"] .product-related.col-xs-12:nth-child(n+1), [dir="rtl"] .product-grid.col-xs-12:nth-child(n+1) {
    border-right: 0px; }

@media (min-width: 768px) {
  [dir="rtl"] .product-related, [dir="rtl"] .product-grid {
    border-left: 0px !important; }
    [dir="rtl"] .product-related.col-sm-1:not(:nth-child(12n+1)), [dir="rtl"] .product-grid.col-sm-1:not(:nth-child(12n+1)), [dir="rtl"] .product-related.col-sm-2:not(:nth-child(6n+1)), [dir="rtl"] .product-grid.col-sm-2:not(:nth-child(6n+1)), [dir="rtl"] .product-related.col-sm-3:not(:nth-child(4n+1)), [dir="rtl"] .product-grid.col-sm-3:not(:nth-child(4n+1)), [dir="rtl"] .product-related.col-sm-4:not(:nth-child(3n+1)), [dir="rtl"] .product-grid.col-sm-4:not(:nth-child(3n+1)), [dir="rtl"] .product-related.col-sm-6:not(:nth-child(2n+1)), [dir="rtl"] .product-grid.col-sm-6:not(:nth-child(2n+1)), [dir="rtl"] .product-related.col-sm-12:not(:nth-child(n+1)), [dir="rtl"] .product-grid.col-sm-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .product-related.col-sm-1:nth-child(12n+1), [dir="rtl"] .product-grid.col-sm-1:nth-child(12n+1), [dir="rtl"] .product-related.col-sm-2:nth-child(6n+1), [dir="rtl"] .product-grid.col-sm-2:nth-child(6n+1), [dir="rtl"] .product-related.col-sm-3:nth-child(4n+1), [dir="rtl"] .product-grid.col-sm-3:nth-child(4n+1), [dir="rtl"] .product-related.col-sm-4:nth-child(3n+1), [dir="rtl"] .product-grid.col-sm-4:nth-child(3n+1), [dir="rtl"] .product-related.col-sm-6:nth-child(2n+1), [dir="rtl"] .product-grid.col-sm-6:nth-child(2n+1), [dir="rtl"] .product-related.col-sm-12:nth-child(n+1), [dir="rtl"] .product-grid.col-sm-12:nth-child(n+1) {
      border-right: 0px; } }

@media (min-width: 992px) {
  [dir="rtl"] .product-related, [dir="rtl"] .product-grid {
    border-left: 0px !important; }
    [dir="rtl"] .product-related.col-md-1:not(:nth-child(12n+1)), [dir="rtl"] .product-grid.col-md-1:not(:nth-child(12n+1)), [dir="rtl"] .product-related.col-md-2:not(:nth-child(6n+1)), [dir="rtl"] .product-grid.col-md-2:not(:nth-child(6n+1)), [dir="rtl"] .product-related.col-md-3:not(:nth-child(4n+1)), [dir="rtl"] .product-grid.col-md-3:not(:nth-child(4n+1)), [dir="rtl"] .product-related.col-md-4:not(:nth-child(3n+1)), [dir="rtl"] .product-grid.col-md-4:not(:nth-child(3n+1)), [dir="rtl"] .product-related.col-md-6:not(:nth-child(2n+1)), [dir="rtl"] .product-grid.col-md-6:not(:nth-child(2n+1)), [dir="rtl"] .product-related.col-md-12:not(:nth-child(n+1)), [dir="rtl"] .product-grid.col-md-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .product-related.col-md-1:nth-child(12n+1), [dir="rtl"] .product-grid.col-md-1:nth-child(12n+1), [dir="rtl"] .product-related.col-md-2:nth-child(6n+1), [dir="rtl"] .product-grid.col-md-2:nth-child(6n+1), [dir="rtl"] .product-related.col-md-3:nth-child(4n+1), [dir="rtl"] .product-grid.col-md-3:nth-child(4n+1), [dir="rtl"] .product-related.col-md-4:nth-child(3n+1), [dir="rtl"] .product-grid.col-md-4:nth-child(3n+1), [dir="rtl"] .product-related.col-md-6:nth-child(2n+1), [dir="rtl"] .product-grid.col-md-6:nth-child(2n+1), [dir="rtl"] .product-related.col-md-12:nth-child(n+1), [dir="rtl"] .product-grid.col-md-12:nth-child(n+1) {
      border-right: 0px; } }

@media (min-width: 1200px) {
  [dir="rtl"] .product-related, [dir="rtl"] .product-grid {
    border-left: 0px !important; }
    [dir="rtl"] .product-related.col-lg-1:not(:nth-child(12n+1)), [dir="rtl"] .product-grid.col-lg-1:not(:nth-child(12n+1)), [dir="rtl"] .product-related.col-lg-2:not(:nth-child(6n+1)), [dir="rtl"] .product-grid.col-lg-2:not(:nth-child(6n+1)), [dir="rtl"] .product-related.col-lg-3:not(:nth-child(4n+1)), [dir="rtl"] .product-grid.col-lg-3:not(:nth-child(4n+1)), [dir="rtl"] .product-related.col-lg-4:not(:nth-child(3n+1)), [dir="rtl"] .product-grid.col-lg-4:not(:nth-child(3n+1)), [dir="rtl"] .product-related.col-lg-6:not(:nth-child(2n+1)), [dir="rtl"] .product-grid.col-lg-6:not(:nth-child(2n+1)), [dir="rtl"] .product-related.col-lg-12:not(:nth-child(n+1)), [dir="rtl"] .product-grid.col-lg-12:not(:nth-child(n+1)) {
      border-right: 1px solid #ebebeb; }
    [dir="rtl"] .product-related.col-lg-1:nth-child(12n+1), [dir="rtl"] .product-grid.col-lg-1:nth-child(12n+1), [dir="rtl"] .product-related.col-lg-2:nth-child(6n+1), [dir="rtl"] .product-grid.col-lg-2:nth-child(6n+1), [dir="rtl"] .product-related.col-lg-3:nth-child(4n+1), [dir="rtl"] .product-grid.col-lg-3:nth-child(4n+1), [dir="rtl"] .product-related.col-lg-4:nth-child(3n+1), [dir="rtl"] .product-grid.col-lg-4:nth-child(3n+1), [dir="rtl"] .product-related.col-lg-6:nth-child(2n+1), [dir="rtl"] .product-grid.col-lg-6:nth-child(2n+1), [dir="rtl"] .product-related.col-lg-12:nth-child(n+1), [dir="rtl"] .product-grid.col-lg-12:nth-child(n+1) {
      border-right: 0px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*checkout*/
.checkout-checkout h2 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px; }
  .checkout-checkout #content #accordion input[type="button"], .checkout-checkout #content #accordion button {
    margin-top: 10px; }
.checkout-checkout #accordion .panel-body {
  border: 1px solid #ebebeb;
  border-top: 0px; }

@media {
  .checkout-checkout .row > div + div {
    margin-top: 30px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*compare*/
.product-compare .btn-remove .fa {
  font-size: 14px; }
.product-compare .image {
  margin-bottom: 20px; }
.product-compare .name {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px; }
.product-compare .price {
  color: #e0493e;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px; }
  .product-compare .price .price-old {
    color: #555;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 18px; }
.product-compare .rating {
  margin-bottom: 10px;
  position: initial;
  display: inline-block; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

.common-home .menu-wrap {
  margin-bottom: 25px; }
  .common-home .main-slide .header_slider {
    margin-bottom: 30px; }
.common-home .box.style-1 .box-heading h2 {
  display: inline-block;
  border-right: 1px solid #ebebeb; }
.common-home .featured-product {
  margin: 0px -15px; }
  .common-home .featured-product .box.style-2 {
    margin-bottom: 30px; }
    .common-home .featured-product .box.style-2 .box-heading {
      margin-bottom: 0px; }
      .common-home .featured-product .box.style-2 .box-heading h2 {
        display: inline-block;
        padding: 17px 5px;
        margin-bottom: 0px;
        border-right: 1px solid #ebebeb;
        min-width: calc(50% + 1px);
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1; }
        .common-home .featured-product .box.style-2 .box-heading h2 i, .common-home .featured-product .box.style-2 .box-heading h2 img {
          margin: 0px;
          padding: 0px 15px; }

[dir="rtl"] .common-home .box.style-1 .box-heading h2 {
  border-right: none;
  border-left: 1px solid #ebebeb; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*product detail*/
.product-product #content .product-wrap {
  background: #fff;
  padding: 50px 30px 30px 30px; }

.tag {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #aaa; }
  .tag a {
    float: left;
    width: auto;
    height: 20px;
    padding: 0px 10px 0px 10px;
    margin: 0px 20px 10px 0px;
    border: 1px solid #bac1c6;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    color: #2c3e50;
    overflow: visible; }
  .tag a::after {
    display: block;
    float: right;
    content: '';
    width: 15px;
    height: 20px;
    margin: -1px -20px 0 0;
    background: #fff url('/image/catalog/bt_icon/bg_hashtag.png') no-repeat center center / contain; }
  .tag .tag-heading {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    float: left;
    padding-right: 10px; }

.product-info {
  position: relative;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1; }
  .product-info h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 30px; }
  .product-info .info {
    margin: 20px 0px; }
    .product-info .info li + li {
      margin-top: 15px; }
    .product-info .info li strong {
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 600; }
  .product-info .product-option {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    font-size: 13px; }
    .product-info .product-option > h3 {
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      margin-bottom: 15px; }
    .product-info .product-option .control-label {
      font-family: 'Montserrat', sans-serif;
      font-size: 13px;
      font-weight: 600; }
  .product-info .image {
    position: relative;
    text-align: center; }
    .product-info .image .img-responsive {
      width: 100%; }
  .product-info .radio.has-image input, .product-info .checkbox.has-image input, .product-info .radio.has-image span, .product-info .checkbox.has-image span {
    display: none; }
  .product-info .img-option {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    overflow: hidden;
    width: 28px;
    height: auto; }
    .product-info .img-option.active {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15); }
  .product-info .price-box {
    margin-bottom: 20px; }
    .product-info .price-box li + li {
      margin-top: 15px; }
  .product-info .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 500; }
  .product-info .price-old {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #9e9e9e;
    text-decoration: line-through;
    font-weight: 600; }
  .product-info .reward-point {
    text-transform: uppercase;
    font-weight: 600; }
    .product-info .reward-point .price-reward {
      color: #0f9e00; }
  .product-info .review-rating {
    margin-bottom: 20px;
    text-transform: uppercase; }
    .product-info .review-rating .rating {
      margin-right: 10px; }
    .product-info .review-rating a {
      color: #e0493e; }
      .product-info .review-rating a:hover {
        color: #f10; }
  .product-info .image-additional .image-item img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .product-info .btn-group {
    display: block; }
    .product-info .btn-group:before, .product-info .btn-group:after {
      content: " ";
      display: block;
      clear: both; }
      .product-info .btn-group .btn i {
        font-size: 13px; }
  .product-info .add-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin: 0px -5px 20px -5px; }
    .product-info .add-cart > div, .product-info .add-cart > button {
      margin: 0px 5px; }
    .product-info .add-cart input, .product-info .add-cart button {
      padding: 10px 15px;
      font-size: 13px;
      height: 42px; }
      .product-info .add-cart .qty .form-control {
        margin-top: 0px;
        width: 120px; }
  .product-info .swiper-slider.nav-middle .swiper-nav div {
    height: 58px;
    width: 58px;
    padding: 19px 0px;
    background: #f5f5f5;
    border-color: #f5f5f5; }
    .product-info .swiper-slider.nav-middle .swiper-nav div:hover {
      background: #e0493e;
      border-color: #e0493e; }
  .product-info.product-info-qs {
    line-height: initial; }
    .product-info.product-info-qs .image-additional img {
      width: 75px;
      height: auto;
      display: block;
      margin-right: 10px;
      opacity: 0.75;
      cursor: pointer; }
      .product-info.product-info-qs .image-additional img:hover {
        opacity: 1; }
    .product-info.product-info-qs .image-additional .slick-current img {
      opacity: 1; }
    .product-info.product-info-qs .image-thumb {
      margin-bottom: 10px; }
    .product-info.product-info-qs .btn {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 20px; }

.addthis_toolbox {
  display: table;
  width: 100%; }

#product-description {
  margin-bottom: 45px; }
  #product-description .nav-tabs {
    margin-bottom: 0px;
    border: 1px solid #ebebeb; }
    #product-description .nav-tabs > li {
      position: relative;
      z-index: 9; }
      #product-description .nav-tabs > li > a {
        border-top: none;
        border-radius: 0px;
        margin: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px; }
        #product-description .nav-tabs > li:first-child > a {
          border-left: none; }
  #product-description .tab-content {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 40px 20px; }

#accordion .panel-default {
  border-radius: 0px;
  border: none;
  box-shadow: none; }
#accordion .panel-heading {
  padding: 0px;
  background: #fff; }
  #accordion .panel-heading h4 {
    border: 1px solid #ebebeb;
    margin: 0px;
    padding: 16px 25px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600; }
    #accordion .panel-heading h4 a {
      display: block; }
      #accordion .panel-heading h4 a:after {
        content: "\f068";
        font-family: FontAwesome;
        font-size: 10px;
        font-weight: 400;
        float: right;
        margin-top: 2px; }
        #accordion .panel-heading h4 a.collapsed:after {
          content: "\f067"; }
#accordion .panel-body {
  border-top: 0px;
  padding: 25px; }

.related-title {
  border-bottom: 2px solid #515151; }
  .related-title h2 {
    padding: 17px 30px;
    margin-bottom: 0px;
    min-width: 20%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1; }
    .related-title h2 i {
      font-size: inherit;
      margin-right: 15px;
      vertical-align: middle; }
    .related-title h2 img {
      margin-top: -5px;
      margin-right: 15px;
      max-height: 24px;
      vertical-align: bottom; }

#product-related {
  margin-top: 20px;
  background: #fff; }
  #product-related .swiper-slider .swiper-wrapper {
    margin-left: -1px; }
    #product-related .swiper-slider.nav-top > .swiper-nav div, #product-related .swiper-slider.nav-top-left > .swiper-nav div, #product-related .swiper-slider.nav-top-right > .swiper-nav div {
      top: -56px; }
  #product-related .swiper-slide {
    border-left: 1px solid #ebebeb; }
    #product-related .swiper-slide .product-related, #product-related .swiper-slide .product-grid {
      border-left: none !important; }
      #product-related .swiper-slide .product-related .product-thumb, #product-related .swiper-slide .product-grid .product-thumb {
        margin: 0px; }

#review .fa-stack {
  color: #f8c53c; }

/*----rtl----*/
[dir="rtl"] #product-description .nav-tabs > li:first-child > a {
  border-left: 1px solid #ebebeb;
  border-right: none; }
[dir="rtl"] #product-related .swiper-slider .swiper-wrapper {
  margin-left: 0px;
  margin-right: -1px; }
[dir="rtl"] #product-related .swiper-slide {
  border-left: 0px;
  border-right: 1px solid #ebebeb; }
  [dir="rtl"] #product-related .swiper-slide .product-related, [dir="rtl"] #product-related .swiper-slide .product-grid {
    border-right: none !important; }
[dir="rtl"] #accordion .panel-heading h4 a:after {
  float: left; }

@media {
  .product-product #content .product-wrap {
    padding: 30px 15px; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

.product-search .search-box {
  width: 50%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product-search .search-box .form-control {
    padding: 10px;
    height: 44px; }

@media {
  .product-search .search-box {
    width: 100%; } }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/*my account*/
.information-contact .map {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border: 0px; }
.information-contact .image {
  margin-bottom: 20px; }
  .information-contact .location + .location {
    margin-top: 20px; }
    .information-contact .location .text strong:after {
      content: ": "; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

.information-sitemap #content div ul {
  padding-left: 40px;
  list-style-type: disc; }
  .information-sitemap #content div ul li ul {
    list-style-type: circle; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: static;
  margin: 4px 5px 0 0;
  vertical-align: -2px; }

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
  background: #f0f0f0; }

/* custom */
.loading {
  position: fixed;
  background: url('../image/progress.gif') no-repeat center center;
  background-size: 34px;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000; }

#bt-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  left: 0;
  top: 0; }
  #bt-loading .bt-loading {
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    z-index: 9999; }
    #bt-loading .bt-loading .sk-fading-circle {
      margin: auto;
      width: 100px;
      height: 100px;
      position: relative; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle:before {
          content: '';
          display: block;
          margin: 0 auto;
          width: 15%;
          height: 15%;
          background-color: #e0493e;
          border-radius: 100%;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle2 {
        transform: rotate(30deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle2:before {
          animation-delay: -1.1s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle3 {
        transform: rotate(60deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle3:before {
          animation-delay: -1s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle4 {
        transform: rotate(90deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle4:before {
          animation-delay: -0.9s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle5 {
        transform: rotate(120deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle5:before {
          animation-delay: -0.8s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle6 {
        transform: rotate(150deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle6:before {
          animation-delay: -0.7s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle7 {
        transform: rotate(180deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle7:before {
          animation-delay: -0.6s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle8 {
        transform: rotate(210deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle8:before {
          animation-delay: -0.5s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle9 {
        transform: rotate(240deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle9:before {
          animation-delay: -0.4s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle10 {
        transform: rotate(270deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle10:before {
          animation-delay: -0.3s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle11 {
        transform: rotate(300deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle11:before {
          animation-delay: -0.2s; }
      #bt-loading .bt-loading .sk-fading-circle .sk-circle12 {
        transform: rotate(330deg); }
        #bt-loading .bt-loading .sk-fading-circle .sk-circle12:before {
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0% {
    opacity: 0; }
  39% {
    opacity: 0; }
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
@keyframes sk-circleFadeDelay {
  0% {
    opacity: 0; }
  39% {
    opacity: 0; }
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
