@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|Arimo|Merriweather:400,400italic|Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300|Roboto:400,700,400italic,500,300italic,300|Lato:400,700|Libre+Baskerville);
@import url(bootstrap.css);
@import url(responsive.css);
@import url(owl.carousel.css);
@import url(font-awesome.css);
@import url(animate.css);
@import url(chosen.css);
@import url(../js/fancybox/source/jquery.fancybox.css);
@import url(../js/fancybox/source/helpers/jquery.fancybox-thumbs.css);
@import url(../js/arcticmodal/jquery.arcticmodal.css);

body {
    max-width: 1920px;
    margin: auto;
    font-size: 14px;
    font-family: "Open Sans", Arial, serif;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    overflow-x: hidden;
}
a {
    color: #333333;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #ffa200;
}
img {
    max-width: 100%;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    list-style: none;
}
.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}
.audio-responsive iframe {
    width: 100%;
    height: 126px;
}
/*==========================================================

        3. ELEMENTS

==========================================================*/
.pagination {
    text-align: center;
    display: block;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 7px;
    vertical-align: top;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    color: #333333;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
    color: #ffa200;
    border-color: #dfdfdf;
}
.pagination .action > a,
.pagination .action > span {
    color: #888888;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
    background-color: #fff;
    color: #ffa200;
    border-color: #dfdfdf;
}
.pager > li > a,
.pager > li > span {
    color: #a9a9a9;
    border-color: #dcdcdc;
    line-height: 37px;
    min-width: 39px;
    text-align: center;
    padding: 0 25px;
    border-radius: 40px;
}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.breadcrumb {
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 20px;
}
.breadcrumb li {
    color: #333;
    line-height: 25px;
}
.breadcrumb li + li:before {
    color: #999999;
    content: " / ";
    margin: 0 2px;
}
.breadcrumb li a {
    color: #333;
}
.breadcrumb li a:hover {
    color: #ffa200;
}
.breadcrumb .active {
    color: #999999;
}
.breadcrumb .active a {
    color: #999999;
}
.dropdown-menu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #333333;
    padding: 6px 12px;
}
.dropdown-menu > li > a:hover {
    background-color: #ffa200;
    color: #fff;
}
.dropdown-menu .dropdown-header {
    color: #777;
    padding: 6px 12px;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    height: 39px;
    padding: 0 35px;
    font-family: "Open Sans";
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.form-control-feedback {
    border: none;
    pointer-events: auto;
}
.btn:focus,
.btn.focus {
    outline: none;
    outline-style: none;
}
.btn:hover,
.btn:focus {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-style: none;
}
.btn-lg {
    height: 60px;
    font-size: 18px;
}
.btn-sm {
    height: 28px;
    font-size: 12px;
}
a.btn {
    height: auto;
    line-height: 37px;
}
a.btn-lg {
    height: auto;
    line-height: 60px;
}
a.btn-sm {
    height: auto;
    line-height: 28px;
}
.btn-default {
    color: #6b6b6b;
    background-color: transparent;
    border-color: #e3e3e3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #ffffff;
    background-color: #ffa200;
    border-color: #e3e3e3;
}
.open .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #ffa200;
    border-color: #e3e3e3;
}
.btn-default:active,
.btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #e3e3e3;
}
.btn-default .badge {
    color: transparent;
    background-color: #6b6b6b;
}
.btn-inline {
    color: #ffffff;
    background-color: #ffa200;
    border-color: #ffa200;
}
.btn-inline:hover,
.btn-inline:focus,
.btn-inline.focus,
.btn-inline:active,
.btn-inline.active {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.open .btn-inline.dropdown-toggle {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.btn-inline:active,
.btn-inline.active {
    background-image: none;
}
.open .btn-inline.dropdown-toggle {
    background-image: none;
}
.btn-inline.disabled,
.btn-inline[disabled],
fieldset[disabled] .btn-inline,
.btn-inline.disabled:hover,
.btn-inline[disabled]:hover,
fieldset[disabled] .btn-inline:hover,
.btn-inline.disabled:focus,
.btn-inline[disabled]:focus,
fieldset[disabled] .btn-inline:focus,
.btn-inline.disabled:active,
.btn-inline[disabled]:active,
fieldset[disabled] .btn-inline:active,
.btn-inline.disabled.active,
.btn-inline[disabled].active,
fieldset[disabled] .btn-inline.active {
    background-color: #ffa200;
    border-color: #ffa200;
}
.btn-inline .badge {
    color: #ffa200;
    background-color: #ffffff;
}
.btn-inline-sub {
    color: #ffffff;
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}
.btn-inline-sub:hover,
.btn-inline-sub:focus,
.btn-inline-sub.focus,
.btn-inline-sub:active,
.btn-inline-sub.active {
    color: #ffffff;
    background-color: #ffa200;
    border-color: #ffa200;
}
.open .btn-inline-sub.dropdown-toggle {
    color: #ffffff;
    background-color: #ffa200;
    border-color: #ffa200;
}
.btn-inline-sub:active,
.btn-inline-sub.active {
    background-image: none;
}
.open .btn-inline-sub.dropdown-toggle {
    background-image: none;
}
.btn-inline-sub.disabled,
.btn-inline-sub[disabled],
fieldset[disabled] .btn-inline-sub,
.btn-inline-sub.disabled:hover,
.btn-inline-sub[disabled]:hover,
fieldset[disabled] .btn-inline-sub:hover,
.btn-inline-sub.disabled:focus,
.btn-inline-sub[disabled]:focus,
fieldset[disabled] .btn-inline-sub:focus,
.btn-inline-sub.disabled:active,
.btn-inline-sub[disabled]:active,
fieldset[disabled] .btn-inline-sub:active,
.btn-inline-sub.disabled.active,
.btn-inline-sub[disabled].active,
fieldset[disabled] .btn-inline-sub.active {
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}
.btn-inline-sub .badge {
    color: #9a9a9a;
    background-color: #ffffff;
}
.hp1-btn {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 38px;
}
.hp1-btn:hover,
.hp1-btn:focus,
.hp1-btn.focus,
.hp1-btn:active,
.hp1-btn.active {
    color: #ffffff;
    background-color: #3f5266;
    border-color: #3f5266;
}
.open .hp1-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #3f5266;
    border-color: #3f5266;
}
.hp1-btn:active,
.hp1-btn.active {
    background-image: none;
}
.open .hp1-btn.dropdown-toggle {
    background-image: none;
}
.hp1-btn.disabled,
.hp1-btn[disabled],
fieldset[disabled] .hp1-btn,
.hp1-btn.disabled:hover,
.hp1-btn[disabled]:hover,
fieldset[disabled] .hp1-btn:hover,
.hp1-btn.disabled:focus,
.hp1-btn[disabled]:focus,
fieldset[disabled] .hp1-btn:focus,
.hp1-btn.disabled:active,
.hp1-btn[disabled]:active,
fieldset[disabled] .hp1-btn:active,
.hp1-btn.disabled.active,
.hp1-btn[disabled].active,
fieldset[disabled] .hp1-btn.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.hp1-btn .badge {
    color: #ffffff;
    background-color: #000000;
}
a.hp1-btn {
    line-height: 38px;
    height: auto;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ececec;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:hover,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ececec;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select.png);
    padding-right: 22px;
}
.input-group-addon {
    border-radius: 0;
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #ddd #ddd transparent;
    background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffa200;
}
.nav-pills {
    margin-bottom: 15px;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}
.owl-carousel .owl-item img {
    width: auto;
}
/*==========================================================

        4. HEADER

==========================================================*/
.block-search .block-title {
    display: none;
    width: 60px;
    height: 49px;
    padding: 0;
    background-color: #ffa200;
    color: #fff;
    text-align: center;
    line-height: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/search.png);
}
.block-search .block-title span {
    display: none;
}
.block-search .block-content:before,
.block-search .block-content:after {
    content: "";
    display: table;
}
.block-search .block-content:after {
    clear: both;
}
.block-search .categori-search {
    width: 200px;
    float: left;
    margin-right: -1px;
}
.block-search .categori-search .dropdown-toggle {
    display: block;
    line-height: 47px;
    height: 49px;
    border: 1px solid #aaaaaa;
    padding-left: 15px;
    padding-right: 28px;
    position: relative;
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    background-color: #fff;
}
.block-search .categori-search .dropdown-toggle .caret {
    border: none;
    width: auto;
    height: auto;
    color: #888888;
    position: absolute;
    top: 0;
    right: 28px;
}
.block-search .categori-search .dropdown-toggle .caret:before {
    content: "\f107";
    font-family: 'FontAwesome';
}
.block-search .categori-search .dropdown-menu {
    padding: 10px;
    height: 350px;
    overflow-y: auto;
    left: 0;
    width: 250px;
}
.block-search .categori-search .dropdown-menu ul {
    padding-left: 15px;
    font-size: 13px;
}
.block-search .categori-search .dropdown-menu ul li {
    display: block;
    margin-bottom: 5px;
}
.block-search .categori-search .dropdown-menu ul li a {
    display: block;
}
.block-search .categori-search .dropdown-menu ul li a:hover {
    color: #ffa200;
}
.block-search .categori-search .chosen-container {
    width: 100% !important;
}
.block-search .categori-search .chosen-container .chosen-single {
    line-height: 47px;
    height: 49px;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 28px;
    position: relative;
    /*text-transform: capitalize;*/
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.block-search .categori-search .chosen-container .chosen-single span {
    margin: 0;
}
.block-search .categori-search .chosen-container .chosen-single div {
    width: 28px;
    text-align: left;
}
.block-search .categori-search .chosen-container .chosen-single div b {
    font-size: 14px;
    color: #888888;
    background-image: none;
    font-weight: normal;
}
.block-search .categori-search .chosen-container .chosen-single div b:before {
    content: "\f107";
    font-family: 'FontAwesome';
}
.block-search .categori-search .chosen-container .chosen-drop {
    border-radius: 0;
}
.block-search .categori-search .chosen-container .chosen-results li {
    line-height: 22px;
}
.block-search .form-search {
    width: 340px;
    float: left;
}
.block-search .form-search .box-group {
    position: relative;
}
.block-search .box-group {
    width:190%;
}
.block-search .form-search .form-control {
    height: 49px;
    border: 1px solid #aaaaaa;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    color: #888888;
}
.block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-search .form-search .btn-search {
    width: 60px;
    padding: 0;
    background-color: #354D8D;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/search.png);
}
.block-search .form-search .btn-search span {
    display: none;
}
.block-search .form-search .btn-search:before {
    /*content: "\f002";
                                  font-family: 'FontAwesome';*/
}
.block-search .form-search .btn-search:hover {
    background-color: #fb8e0a;
}
.block-minicart {
    position: relative;
    /*> .dropdown-toggle {
                  width: 118px;
                  line-height: 47px;
                  height: 49px;
                  display: block;
                  position: relative;
                  color: #fff;
                  background-color: @color-font_theme_skin1;
  
                  .clearfix();
                  &:hover {
                          background-color: darken( @color-font_theme_skin1, 10%);
                  }
                  .cart-icon {
                          width: 38px;
                          display: block;
                          height: 49px;
                          float: left;
                          background-repeat: no-repeat;
                          background-position: center;
                          background-image: url(../images/icon/index1/minicart.png);
                  }
                  .text,
                  .cart-text {
                          display: none;
                  }
                  .counter-title {
                          display: none;
                  }
                  .counter {
                          float: left;
                          text-align: center;
                          width: 80px;
                  }
                  .counter-number {
                          width: 20px;
                          line-height: 20px;
                          background-color: #312e42;
                          border-radius: 100%;
                          color: #fff;
                          text-align: center;
                          position: absolute;
                          top: 6px;
                          left: 17px;
                          font-size: 14px;
                  }
                  .counter-label {
                          display: none;
                  }
                  .counter-price {
                          font-size: 17px;
                  }
                  .minicart-opt-3& { 
                          background-color: #fff;
                          padding: 0;
                          color: #888888;
                          line-height: 1;
                          .cart-icon {
                                  width: 70px;
                                  float: right;
                                  background-color: @color-font_theme_skin1;
                                  margin: 0;
                          }
                          .counter {
                                  float: left;
                                  border: 1px solid #aaaaaa;
                                  border-right: none;
                                  height: 49px;
                                  padding-left: 37px;
                                  padding-right: 5px;
                                  padding-top: 3px;
                                  width: 200px;
                          }
                          .counter-number {
                                  right: 19px;
                                  left: auto;
                          }
                          .counter-title {
                                  text-transform: uppercase;
                                  color: @color-font_theme_skin1;
                                  display: block;
                                  font-size: 16px;
                                  font-weight: 600;
                                  padding: 0;
                                  margin-bottom: 5px;
                          }
                          .counter-label {
                                  &:after {
                                          content: "-";
                                          padding-left: 3px;
                                  }
                          }
                          .counter-label,
                          .counter-price {
                                  display: inline-block;
                                  font-size: 14px;
                                  vertical-align: top;
                                  
                          }
                  }
                  .minicart-opt-4& { 
                          background-color: #fff;
                          padding: 0;
                          color: #000000;
                          line-height: 1;
                          height: 40px;
                          .cart-icon {
                                  width: 47px;
                                  height: 40px;
                                  float: right;
                                  background-color: @color-font_theme_skin6;
                                  margin: 0;
                                  background-image: url(../images/icon/index6/minicart.png);
                          }
                          .counter {
                                  float: left;
                                  border: 1px solid #eeeeee;
                                  border-right: none;
                                  height: 40px;
                                  padding-left: 17px;
                                  padding-right: 5px;
                                  padding-top: 4px;
                                  width: 156px;
                          }
                          .counter-number {
                                  right: 29px;
                                  left: auto;
                                  background-color: #009966;
                                  line-height: 18px;
                                  text-align: center;
                                  font-size: 13px;
                                  font-weight: bold;
                                  width: 33px;
                                  padding: 0;
                                  border-radius: 20px;
                                  top: -10px;
                                  &:before {
                                          content: "";
                                          width: 0;
                                          height: 0;
                                          border-style: solid;
                                          border-width: 0 6px 4px 0;
                                          border-color: transparent #009966 transparent transparent;
                                          position: absolute;
                                          bottom: -4px;
                                          left: 17px;
  
                                  }
                          }
                          .counter-title {
                                  text-transform: uppercase;
                                  color: #333333;
                                  display: block;
                                  font-size: 14px;
                                  font-weight: 700;
                                  padding: 0;
                                  margin-bottom: 3px;
                          }
                          .counter-label {
                                  &:after {
                                          content: "-";
                                          padding-left: 3px;
                                  }
                          }
                          .counter-label,
                          .counter-price {
                                  display: inline-block;
                                  font-size: 14px;
                                  vertical-align: top;
                                  
                          }
                  }
                  .minicart-opt-2& {
                          padding: 0;
                          line-height: 30px;
                          height: auto;
                          background-color: transparent;
                          .cart-icon {
                                  height: 30px;
                                  margin-right: 5px;
                                  background-image: url(../images/icon/index9/cart.png);
                          }
                          .counter-price {
                                  display: none;
                          }
                          .cart-text {
                                  display: inline-block;
                                  color: #333;
                                  font-size: 16px;
                                  &:after {
                                          content: "\f0d7";
                                          font-family: "FontAwesome";
                                          margin-left: 5px;
                                  }
                          }
                          .counter-number {
                                  background-color: @color-font_theme_skin9;
                                  width: 24px;
                                  line-height: 22px;
                                  top: -10px;
                                  left: 16px;
  
                          }
                          &:hover {
                                  color: @color-font_theme_skin9;
                                  .cart-text {
                                          color: @color-font_theme_skin9;
                                  }
                          }
                  }
          }*/
}
.block-minicart:hover > .dropdown-menu,
.block-minicart.open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-minicart > .dropdown-menu {
    padding: 20px;
    margin: 0;
    right: 0;
    left: auto;
    width: 375px;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-minicart .subtitle {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
.block-minicart .subtotal {
    margin-bottom: 34px;
}
.block-minicart .subtotal:before,
.block-minicart .subtotal:after {
    content: "";
    display: table;
}
.block-minicart .subtotal:after {
    clear: both;
}
.block-minicart .subtotal .label {
    font-style: italic;
    padding: 0;
    line-height: 15px;
    font-weight: normal;
    font-size: 16px;
    float: left;
    color: #888888;
    display: block;
}
.block-minicart .subtotal .price {
    float: right;
    font-size: 16px;
    line-height: 15px;
    display: block;
    color: #333;
}
.block-minicart .actions:before,
.block-minicart .actions:after {
    content: "";
    display: table;
}
.block-minicart .actions:after {
    clear: both;
}
.block-minicart .actions .btn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    border: none;
    background-color: #cdccd1;
    width: calc((100% - 12px)/ 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 600;
}
@media (max-width: 479px) {
    .block-minicart .actions .btn {
        font-size: 13px;
    }
}
.block-minicart .actions .btn:hover,
.block-minicart .actions .btn:focus {
    background-color: #ffa200;
    color: #fff;
}
.block-minicart .actions .btn-viewcart {
    float: left;
}
.block-minicart .actions .btn-checkout {
    float: right;
}
.block-minicart .minicart-items .product-item {
    border-bottom: 1px solid #cdccd1;
    padding: 0 0 26px;
    margin-bottom: 15px;
}
.block-minicart .minicart-items .product-item:before,
.block-minicart .minicart-items .product-item:after {
    content: "";
    display: table;
}
.block-minicart .minicart-items .product-item:after {
    clear: both;
}
.block-minicart .minicart-items .product-item .product-item-photo {
    display: block;
    float: left;
    margin-right: 10px;
    width: 96px;
    padding-top: 7px;
}
.block-minicart .minicart-items .product-item .product-item-details {
    overflow: hidden;
    position: relative;
    padding-top: 7px;
}
.block-minicart .minicart-items .product-item .product-item-name {
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.block-minicart .minicart-items .product-item .product-item-name a {
    color: #333;
}
.block-minicart .minicart-items .product-item .product-item-name a:hover {
    color: #ffa200;
}
.block-minicart .minicart-items .product-item .product-item-qty {
    margin-bottom: 2px;
}
.block-minicart .minicart-items .product-item .product-item-qty .label {
    color: #888888;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
.block-minicart .minicart-items .product-item .product-item-price {
    font-size: 14px;
    color: #333;
    display: block;
}
.block-minicart .minicart-items .product-item .action.delete {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/remove-cart.png);
}
.block-minicart .minicart-items .product-item .action.delete:hover,
.block-minicart .minicart-items .product-item .action.delete:focus {
    color: #ffa200;
}
.block-minicart .minicart-items .product-item .action.delete span {
    display: none;
}
.block-nav-categori {
    width: 270px;
    /*    width: 300px;*/
    position: relative;
}
.block-nav-categori .block-title {
    cursor: pointer;
    line-height: 57px;
    background-color: #ffa200;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 44px 0 25px;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(../images/icon/index1/menu-cat.png);
    letter-spacing: 1px;
}
.block-nav-categori .block-content {
    position: absolute;
    top: 100%;
    z-index: 300;
    background-color: #fff;
    left: 0;
    width: 270px;
    /*width: 300px;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.block-nav-categori.has-open .block-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori {
    padding-top: 17px;
    padding-bottom: 13px;
}
.block-nav-categori .ui-categori .toggle-submenu {
    display: none;
}
.block-nav-categori .ui-categori > li {
    display: block;
}
.block-nav-categori .ui-categori > li > a {
    display: block;
    padding: 0 40px 0 25px;
    position: relative;
    text-transform: capitalize;
    line-height: 51px;
}
.block-nav-categori .ui-categori > li > a .icon {
    width: 40px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.block-nav-categori .ui-categori > li > a:hover {
    color: #888888;
}
.block-nav-categori .ui-categori > li.parent {
    position: relative;
}
.block-nav-categori .ui-categori > li.parent > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 50px;
    top: 0;
    right: 0;
    width: 40px;
    text-align: left;
    font-size: 16px;
}
.block-nav-categori .ui-categori > li.parent:hover > a {
    color: #888888;
}
.block-nav-categori .ui-categori > li.parent:hover > a:after {
    content: "\f105";
}
.block-nav-categori .ui-categori > li.parent:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-left: 0px;
}
.block-nav-categori .ui-categori > li.cat-link-orther {
    display: none;
}
.block-nav-categori .ui-categori .submenu {
    position: absolute;
    top: -17px;
    width: 870px;
    left: 300px;
    margin-left: 20px;
    padding: 10px 10px 20px;
    background-color: #fff;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-position: top right;
    background-repeat: no-repeat;
}
.block-nav-categori .ui-categori .submenu .categori-img {
    display: block;
    margin-bottom: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img img {
    width: 100%;
}
.block-nav-categori .ui-categori .submenu .categori-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-nav-categori .ui-categori .submenu .categori-img a:before,
.block-nav-categori .ui-categori .submenu .categori-img a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.block-nav-categori .ui-categori .submenu .categori-img a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img a:hover:before,
.block-nav-categori .ui-categori .submenu .categori-img a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-categori .ui-categori .submenu .categori-img a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori .submenu .categori-img a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori .submenu .categori-list {
    margin: 0;
    padding-bottom: 43px;
}
.block-nav-categori .ui-categori .submenu .categori-list:before,
.block-nav-categori .ui-categori .submenu .categori-list:after {
    content: "";
    display: table;
}
.block-nav-categori .ui-categori .submenu .categori-list:after {
    clear: both;
}
.block-nav-categori .ui-categori .submenu .categori-list .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    display: block;
    margin-bottom: 11px;
    margin-top: 15px;
    font-size: 16px;
}
.block-nav-categori .ui-categori .submenu .categori-list .title a {
    color: #444444;
    text-transform: uppercase;
}
.block-nav-categori .ui-categori .submenu .categori-list .title a:hover {
    color: #ffa200;
}
.block-nav-categori .ui-categori .submenu .categori-list > li {
    padding: 0 20px;
}
.block-nav-categori .ui-categori .submenu .categori-list li a {
    color: #888888;
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-transform: none;
}
.block-nav-categori .ui-categori .submenu .categori-list li a:hover {
    color: #ffa200;
}
.block-nav-categori .ui-categori .submenu .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 18px;
}
.block-nav-categori .ui-categori .submenu .subtitle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    border-top: 1px solid #dfdfdf;
    margin-left: 8px;
}
.block-nav-categori .ui-categori .submenu .product-item-opt-1 .product-item-price {
    color: #333333;
    font-size: 16px;
}
.block-nav-categori .view-all-categori .btn-view-all,
.block-nav-categori .view-all-categori a {
    display: block;
    text-transform: capitalize;
    padding: 0 65px;
    line-height: 55px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}
.block-nav-categori .view-all-categori .btn-view-all:after,
.block-nav-categori .view-all-categori a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    font-size: 18px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-nav-categori .view-all-categori .btn-view-all:hover,
.block-nav-categori .view-all-categori a:hover {
    background-color: #ffa200;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sticky-wrapper:not(.is-sticky) .block-nav-categori.has-open .block-content .ui-categori,
.sticky-wrapper:not(.is-sticky) .block-nav-categori.has-open .block-content .view-all-categori {
    display: block !important;
}
.block-nav-menu {
    background: #2F2F2F;
    border-radius: 8px;
    margin-bottom:10px;
}
.block-nav-menu a {
    color:#ffffff;
}
.block-nav-menu .ui-menu {
    padding-left: 17px;
}
.block-nav-menu .ui-menu:before,
.block-nav-menu .ui-menu:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu:after {
    clear: both;
}
.block-nav-menu .ui-menu .toggle-submenu {
    display: none;
}
.block-nav-menu .ui-menu > li {
    float: left;
    position: relative;
}
.block-nav-menu .ui-menu > li > a {
    /*text-transform: uppercase;*/
    display: block;
    padding: 0 23px;
    line-height: 50px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #ffffff;
}
.block-nav-menu .ui-menu > li > a:hover,
.block-nav-menu .ui-menu > li > a:focus {
    color: #ffa200;
}
.block-nav-menu .ui-menu > li .label-menu {
    position: absolute;
    top: -7px;
    line-height: 20px;
    color: #fff;
    background-color: #009966;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    min-width: 33px;
    padding: 0 2px;
    border-radius: 10px;
    font-family: Arial;
    right: 35px;
}
.block-nav-menu .ui-menu > li .label-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #009966 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.block-nav-menu .ui-menu > li:hover > a {
    color: #ffa200;
}
.block-nav-menu .ui-menu > li.parent > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 9px;
    position: absolute;
    right: 0;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
}
.block-nav-menu .ui-menu .parent:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-menu .ui-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 900;
    white-space: nowrap;
}
.block-nav-menu .ui-menu .submenu > li {
    display: block;
}
.block-nav-menu .ui-menu .submenu > li > a {
    display: block;
    line-height: 34px;
    padding: 0 12px;
    padding-left: 25px;
    padding-right: 25px;
    color: #888888;
}
.block-nav-menu .ui-menu .submenu > li > a:hover,
.block-nav-menu .ui-menu .submenu > li > a:focus {
    color: #ffa200;
}
.block-nav-menu .ui-menu .parent-megamenu {
    position: static;
}
.block-nav-menu .ui-menu .parent-megamenu:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-top: 0px;
}
.block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    margin-top: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 900;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
        width: 100%;
        display: none;
        visibility: visible;
        margin: 0;
        opacity: 1;
        box-shadow: none;
        position: static;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .parent-megamenu.open-submenu > .megamenu {
        display: block;
    }
}
.block-nav-menu .ui-menu .parent-megamenu > a {
    position: relative;
}
.block-nav-menu .ui-menu .horizontal-menu {
    width: 870px;
    padding: 30px 15px ;
}
@media (max-width: 1199px) {
    .block-nav-menu .ui-menu .horizontal-menu {
        width: 940px;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .horizontal-menu {
        width: 100%;
    }
}
.block-nav-menu .ui-menu .horizontal-menu > ul:before,
.block-nav-menu .ui-menu .horizontal-menu > ul:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu .horizontal-menu > ul:after {
    clear: both;
}
.block-nav-menu .ui-menu .horizontal-menu .title {
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    margin-top: 0;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori {
    margin-bottom: 15px;
    position: relative;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori img {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a {
    position: relative;
    display: block;
    overflow: hidden;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:before,
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:before {
    top: 20px;
    bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:after {
    left: 20px;
    right: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:hover:before,
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu li {
    padding-bottom: 10px;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu a {
    display: block;
    color: #888888;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu a:hover {
    color: #ffa200;
}
.block-nav-menu .ui-menu .vertical-menu {
    width: 1170px;
    padding: 30px 15px ;
}
@media (max-width: 1199px) {
    .block-nav-menu .ui-menu .vertical-menu {
        width: 940px;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu {
        width: 100%;
        display: block;
    }
}
.block-nav-menu .ui-menu .vertical-menu:before,
.block-nav-menu .ui-menu .vertical-menu:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu .vertical-menu:after {
    clear: both;
}
.block-nav-menu .ui-menu .vertical-menu .col-left {
    width: 245px;
    float: left;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu .col-left {
        width: 100%;
        float: none;
    }
}
.block-nav-menu .ui-menu .vertical-menu .col-left .title {
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #444444;
    padding: 0 15px;
    position: relative;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li {
    position: static;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li > a {
    line-height: 30px;
    display: block;
    text-transform: none;
    color: #888888;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li > a:hover {
    color: #ffa200;
}
.block-nav-menu .ui-menu .vertical-menu .col-right {
    overflow: hidden;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu .col-right {
        width: 100%;
        float: none;
    }
}
.block-nav-menu .ui-menu .vertical-menu .col-right a {
    position: relative;
    display: block;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:before,
.block-nav-menu .ui-menu .vertical-menu .col-right a:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:before {
    top: 20px;
    bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:after {
    left: 20px;
    right: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:hover:before,
.block-nav-menu .ui-menu .vertical-menu .col-right a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav {
    background-color: #fff;
    position: relative;
}
.header-nav:before,
.header-nav:after {
    content: "";
    display: table;
}
.header-nav:after {
    clear: both;
}
.header-nav .container {
    position: relative;
}
.header-nav .container:before,
.header-nav .container:after {
    content: "";
    display: table;
}
.header-nav .container:after {
    clear: both;
}
.header-nav .box-header-nav {
    position: relative;
}
.header-nav .box-header-nav:before,
.header-nav .box-header-nav:after {
    content: "";
    display: table;
}
.header-nav .box-header-nav:after {
    clear: both;
}
.header-nav .block-nav-categori {
    float: left;
}
.header-nav .block-nav-menu {
    float: left;
}
.header-nav .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    background-color: #ffa200;
}
.header-nav .block-minicart > .dropdown-toggle:before,
.header-nav .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-nav .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-nav .block-minicart > .dropdown-toggle .cart-icon {
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-nav .nav-toggle-cat {
    display: block;
    float: left;
    width: 50px;
    padding: 0;
}
.nav-toggle-menu {
    display: none;
}
.site-header .switcher .dropdown-toggle {
    display: block;
}
.site-header .switcher .dropdown-toggle i {
    margin-right: 0;
}
@media (min-width: 768px) {
    .site-header .switcher:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .switcher .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.site-header .switcher .switcher-options .switcher-flag {
    margin-right: 10px;
}
.site-header .switcher .switcher-options .fa {
    margin-right: 10px;
}
.site-header .switcher-language .dropdown-toggle .switcher-flag {
    margin-right: 6px;
}
.site-header .switcher-language .switcher-options .switcher-flag {
    margin-right: 10px;
}
.site-header .switcher-language .switcher-options .fa {
    margin-right: 10px;
}
.site-header .setting .dropdown-menu {
    background-color: #fff;
    width: 273px;
    padding: 20px 22px;
    margin: 0;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    color: #333;
    font-size: 12px;
}
.site-header .setting .dropdown-menu a {
    color: #333;
}
@media (max-width: 600px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: auto;
    }
}
@media (max-width: 479px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: 0;
    }
}
@media (max-width: 479px) {
    .site-header .setting {
        position: static ;
    }
    .site-header .setting .dropdown-menu {
        top: 50px;
    }
}
@media (min-width: 768px) {
    .site-header .setting:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .setting .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.site-header .setting .switcher {
    margin-bottom: 13px;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 8px;
}
.site-header .setting .switcher .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.site-header .setting .switcher ul:before,
.site-header .setting .switcher ul:after {
    content: "";
    display: table;
}
.site-header .setting .switcher ul:after {
    clear: both;
}
.site-header .setting .switcher li {
    display: block;
    margin-right: 8px;
    margin-bottom: 10px;
    float: left;
}
.site-header .setting .switcher li a {
    display: block;
}
.site-header .setting .switcher li img {
    display: block;
}
.site-header .setting .switcher .switcher-options .switcher-flag {
    margin: 0;
}
.site-header .setting .switcher-language .switcher-active {
    outline: 1px solid #ededed;
}
.site-header .setting .switcher-currency a {
    display: block;
    width: 32px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    font-size: 12px;
    color: #333333;
}
.site-header .setting .switcher-currency .switcher-active {
    background-color: #4f4f4f;
    color: #fff;
}
.site-header .setting .switcher-currency .switcher-active a {
    color: #fff;
    background-color: #4f4f4f;
}
.site-header .setting .account {
    padding-left: 15px;
}
.site-header .setting .account li {
    display: list-item;
    text-transform: capitalize;
    line-height: 30px;
    list-style: disc;
    list-style-position: outside;
    color: #aaaaaa;
}
.site-header .setting .account li a {
    color: #333;
    font-size: 14px;
}
.site-header .setting .account li a:hover {
    color: #ffa200;
}
.site-header .nav-toggle-menu {
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffa200;
    color: #fff;
    display: none;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 57px;
    padding: 0 44px 0 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(../images/icon/index1/menu-cat.png);
}
.site-header .nav-toggle-menu span {
    margin-right: 10px;
}
.site-header .nav-toggle-menu .fa {
    font-size: 24px;
    vertical-align: middle;
    display: none;
}
.site-header .nav-toggle-menu.active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}
@media (max-width: 991px) {
    .site-header .block-nav-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -110%;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
    }
    .site-header .block-nav-menu.has-open {
        right: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .block-nav-menu .ui-menu {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site-header .block-nav-menu .ui-menu > li {
        float: none;
        display: block;
    }
    .site-header .block-nav-menu .ui-menu > li > a {
        padding: 0 15px;
        line-height: 46px;
    }
    .site-header .block-nav-menu .ui-menu li {
        position: relative;
    }
    .site-header .block-nav-menu .ui-menu li.parent > a:after {
        line-height: 46px;
        top: 0;
        margin: 0;
        width: 20px;
        content: none;
    }
    .site-header .block-nav-menu .ui-menu li a {
        display: inline-block;
        position: relative;
        z-index: 20;
        margin-right: 30px;
    }
    .site-header .block-nav-menu .ui-menu .open-submenu > a {
        color: #ffa200;
    }
    .site-header .block-nav-menu .ui-menu .open-submenu > .submenu {
        display: block;
    }
    .site-header .block-nav-menu .ui-menu .open-submenu > .toggle-submenu:before {
        content: "\f107";
    }
    .site-header .block-nav-menu .ui-menu .submenu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        padding-left: 20px;
    }
    .site-header .block-nav-menu .ui-menu .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        padding-right: 15px;
        line-height: 46px;
    }
    .site-header .block-nav-menu .ui-menu .toggle-submenu:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 18px;
    }
    .site-header .block-nav-categori {
        width: 200px;
    }
    .site-header .block-nav-categori .block-title {
        cursor: pointer;
    }
    .site-header .block-nav-categori .block-title.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
    }
    .site-header .block-nav-categori.has-open .block-content {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .block-nav-categori .block-content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        right: auto;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
    }
    .site-header .block-nav-categori .ui-categori {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site-header .block-nav-categori .ui-categori > li {
        float: none;
        display: block;
    }
    .site-header .block-nav-categori .ui-categori > li > a {
        padding: 0 15px;
        line-height: 46px;
    }
    .site-header .block-nav-categori .ui-categori li {
        position: relative;
    }
    .site-header .block-nav-categori .ui-categori li.parent > a:after {
        line-height: 46px;
        top: 0;
        margin: 0;
        width: 20px;
        content: none;
    }
    .site-header .block-nav-categori .ui-categori li a {
        display: inline-block;
        position: relative;
        z-index: 20;
        margin-right: 30px;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > a {
        color: #ffa200;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > .submenu {
        display: block;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > .toggle-submenu:before {
        content: "\f107";
    }
    .site-header .block-nav-categori .ui-categori .submenu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .site-header .block-nav-categori .ui-categori .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        padding-right: 15px;
        line-height: 46px;
    }
    .site-header .block-nav-categori .ui-categori .toggle-submenu:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 18px;
    }
    .site-header .block-nav-categori .ui-categori .categori-list li {
        display: block;
        float: none;
        width: 100%;
    }
    .site-header .nav-toggle-menu {
        line-height: 49px;
        padding: 0 20px;
        text-transform: uppercase;
        text-align: center;
        background-color: #ffa200;
        color: #fff;
        display: block;
        float: right;
        font-size: 15px;
        font-weight: 600;
        line-height: 57px;
        padding: 0 44px 0 25px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-image: url(../images/icon/index1/menu-cat.png);
    }
    .site-header .nav-toggle-menu span {
        margin-right: 10px;
    }
    .site-header .nav-toggle-menu .fa {
        font-size: 24px;
        vertical-align: middle;
        display: none;
    }
    .site-header .nav-toggle-menu.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
    }
    body.categori-open,
    body.menu-open {
        overflow: hidden;
    }
}
@media (max-width: 479px) {
    .site-header .header-content .nav-right {
        position: static;
    }
    .site-header .header-content .block-minicart {
        position: static;
    }
    .site-header .header-content .block-minicart .dropdown-menu {
        left: 15px;
        right: 15px;
        width: auto;
    }
}
.header-opt-1 .header-top {
    background-color: #ffa200;
    padding: 0;
}
.header-opt-1 .header-top .container:before,
.header-opt-1 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-1 .header-top .container:after {
    clear: both;
}
.header-opt-1 .hotline {
    float: left;
    color: #fff;
}
.header-opt-1 .hotline:before,
.header-opt-1 .hotline:after {
    content: "";
    display: table;
}
.header-opt-1 .hotline:after {
    clear: both;
}
.header-opt-1 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-1 .hotline > li > span {
    line-height: 50px;
}
.header-opt-1 .hotline > li > a {
    line-height: 50px;
}
.header-opt-1 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-1 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-1 .hotline > li:first-child:before {
    content: none;
}
.header-opt-1 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-1 .hotline > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-1 .hotline > li:before {
        display: none;
    }
}
.header-opt-1 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-1 .links:before,
.header-opt-1 .links:after {
    content: "";
    display: table;
}
.header-opt-1 .links:after {
    clear: both;
}
.header-opt-1 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-1 .links > li > a,
.header-opt-1 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-1 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-1 .links > li:last-child {
    padding-right: 0;
}
.header-opt-1 .links > li:last-child:before {
    content: none;
}
.header-opt-1 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-1 .links > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-1 .links > li:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .header-opt-1 .links .setting {
        position: static ;
    }
    .header-opt-1 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-1 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 47px;
}
.header-opt-1 .header-content .logo {
    display: block;
    padding-top: 10px;
}
.header-opt-1 .header-content .block-search {
    float: right;
    position: relative;
}
@media (max-width: 1199px) {
    .header-opt-1 .header-content .block-search .categori-search {
        display: none;
    }
}
.header-opt-1 .header-content .block-minicart {
    float: right;
}
.header-opt-1 .header-content .block-minicart:hover > .dropdown-toggle,
.header-opt-1 .header-content .block-minicart.open > .dropdown-toggle {
    background-color: #fb8e0a;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle {
    width: 118px;
    line-height: 47px;
    height: 49px;
    display: block;
    position: relative;
    color: #fff;
    background-color: #ffa200;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-1 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .text,
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: none;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter {
    float: left;
    text-align: center;
    width: 80px;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-price {
    font-size: 17px;
}
.header-opt-1 .header-content .link-wishlist {
    line-height: 49px;
    height: 49px;
    background-color: #ffa200;
    color: #fff;
    text-align: center;
    float: right;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/wishlist.png);
}
.header-opt-1 .header-content .link-wishlist span {
    display: none;
}
.header-opt-1 .header-content .link-wishlist:hover {
    background-color: #fb8e0a;
}
@media (max-width: 1199px) {
    .site-header .block-nav-menu .ui-menu {
        padding-left: 10px;
    }
    .site-header .block-nav-menu .ui-menu > li > a {
        padding: 0 13px;
    }
    .site-header .block-nav-categori .ui-categori .submenu {
        width: 640px;
    }
}
@media (max-width: 991px) {
    .site-header .block-nav-categori .ui-categori .submenu {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .header-opt-1 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-1 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-1 .header-content .nav-mind {
        float: left;
    }
    .header-opt-1 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .site-header .header-content .container {
        position: relative;
    }
    .site-header .header-content .nav-mind {
        position: static;
    }
    .site-header .header-content .block-search {
        position: static;
        width: auto;
    }
    .site-header .header-content .block-search .block-title {
        display: block;
        cursor: pointer;
    }
    .site-header .header-content .block-search .block-content {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 30px 20px;
        background-color: #fff;
        z-index: 666;
        margin-top: 5px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
    }
    .site-header .header-content .block-search .block-content .form-search {
        width: 100%;
    }
    .site-header .header-content .block-search.active .block-content {
        display: block;
    }
}
@media (max-width: 479px) {
    .site-header .block-nav-categori {
        width: 49% !important;
    }
    .site-header .block-nav-categori .block-title {
        padding-left: 15px;
        padding-right: 40px;
        background-position: right 12px center;
        line-height: 42px;
        font-size: 13px;
    }
    .site-header .nav-toggle-menu {
        line-height: 42px;
        padding: 0 20px;
        width: 49%;
        font-size: 13px;
    }
}
.header-opt-2 .header-top {
    background-color: #0164c9;
    padding: 0;
}
.header-opt-2 .header-top .container:before,
.header-opt-2 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-2 .header-top .container:after {
    clear: both;
}
.header-opt-2 .hotline {
    float: left;
    color: #fff;
}
.header-opt-2 .hotline:before,
.header-opt-2 .hotline:after {
    content: "";
    display: table;
}
.header-opt-2 .hotline:after {
    clear: both;
}
.header-opt-2 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-2 .hotline > li > span {
    line-height: 50px;
}
.header-opt-2 .hotline > li > a {
    line-height: 50px;
}
.header-opt-2 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-2 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-2 .hotline > li:first-child:before {
    content: none;
}
.header-opt-2 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-2 .hotline > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-2 .hotline > li:before {
        display: none;
    }
}
.header-opt-2 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-2 .links:before,
.header-opt-2 .links:after {
    content: "";
    display: table;
}
.header-opt-2 .links:after {
    clear: both;
}
.header-opt-2 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-2 .links > li > a,
.header-opt-2 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-2 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-2 .links > li:last-child {
    padding-right: 0;
}
.header-opt-2 .links > li:last-child:before {
    content: none;
}
.header-opt-2 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-2 .links > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-2 .links > li:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .header-opt-2 .links .setting {
        position: static ;
    }
    .header-opt-2 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-2 .setting .account li a:hover,
.header-opt-2 .setting .account li a:focus {
    color: #0164c9;
}
.header-opt-2 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 47px;
}
.header-opt-2 .header-content .logo {
    padding-top: 10px;
}
.header-opt-2 .header-content .block-search {
    float: right;
    position: relative;
    width: 100%;
    max-width: 533px;
}
.header-opt-2 .header-content .block-search .block-title {
    background-color: #0164c9;
}
.header-opt-2 .header-content .block-search .form-search {
    width: 100%;
}
.header-opt-2 .header-content .block-search .form-search .form-control {
    padding-left: 64px;
}
.header-opt-2 .header-content .block-search .form-search .btn-search {
    background-color: #0164c9;
}
.header-opt-2 .header-content .block-search .form-search .btn-search:hover {
    background-color: #014b96;
}
.header-opt-2 .header-content .block-minicart {
    float: right;
}
.header-opt-2 .header-content .block-minicart:hover > .dropdown-toggle,
.header-opt-2 .header-content .block-minicart.open > .dropdown-toggle {
    background-color: #014b96;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle {
    width: 190px;
    line-height: 47px;
    height: 49px;
    display: block;
    position: relative;
    color: #fff;
    background-color: #0164c9;
    padding-left: 13px;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-2 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 9px;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .counter {
    float: left;
    text-align: center;
    width: 80px;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 30px;
    font-size: 14px;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-2 .header-content .block-minicart > .dropdown-toggle .counter-price {
    font-size: 16px;
    font-weight: 600;
    display: block;
    float: left;
    padding-left: 5px;
}
.header-opt-2 .block-minicart .actions .btn:hover,
.header-opt-2 .block-minicart .actions .btn:focus {
    background-color: #0164c9;
}
.header-opt-2 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-2 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #0164c9;
}
.header-opt-2 .block-nav-categori .block-title {
    background-color: #0164c9;
    cursor: pointer;
}
.header-opt-2 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-2 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-2 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-2 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #0164c9;
}
.header-opt-2 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-2 .block-nav-categori .view-all-categori a {
    background-color: #E1E1E1;
}
.header-opt-2 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-2 .block-nav-categori .view-all-categori a:hover {
    background-color: #0164c9;
}
.header-opt-2 .block-nav-menu .ui-menu > li:hover > a {
    color: #0164c9;
}
.header-opt-2 .block-nav-menu .ui-menu > li a:hover {
    color: #0164c9;
}
@media (min-width: 992px) {
    .header-opt-2 .block-nav-menu .ui-menu > li ul a:hover,
    .header-opt-2 .block-nav-menu .ui-menu > li ul a:focus {
        color: #0164c9 !important;
    }
}
.header-opt-2 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-2 .nav-toggle-menu {
    background-color: #0164c9;
}
.header-opt-2 .header-nav {
    background-color: #F5F5F5;
}
.header-opt-2 .header-nav .box-header-nav {
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header-opt-2 .block-nav-menu .ui-menu > li > a {
        padding: 0 12px;
    }
}
@media (max-width: 991px) {
    .header-opt-2 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-2 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-2 .header-content .nav-mind {
        float: left;
    }
    .header-opt-2 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-2 .header-content .container {
        position: relative;
    }
    .header-opt-2 .header-content .nav-mind {
        position: static;
    }
    .header-opt-2 .header-content .block-search {
        position: static;
    }
    .header-opt-2 .header-content .block-search .block-title {
        display: block;
        cursor: pointer;
    }
    .header-opt-2 .header-content .block-search .block-content {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 30px 20px;
        background-color: #fff;
        z-index: 666;
        margin-top: 5px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
    }
    .header-opt-2 .header-content .block-search .block-content .form-search {
        width: 100%;
    }
    .header-opt-2 .header-content .block-search.active .block-content {
        display: block;
    }
}
@media (max-width: 479px) {
    .header-opt-2 .block-nav-categori {
        width: 49%;
    }
    .header-opt-2 .block-nav-categori .block-title {
        padding-left: 15px;
        padding-right: 40px;
        background-position: right 12px center;
        line-height: 42px;
        font-size: 13px;
    }
    .header-opt-2 .nav-toggle-menu {
        line-height: 42px;
        padding: 0 20px;
        width: 49%;
        font-size: 13px;
    }
}
.header-opt-3 .header-top {
    background-color: #e5343e;
    padding: 0;
}
.header-opt-3 .header-top .container:before,
.header-opt-3 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-3 .header-top .container:after {
    clear: both;
}
.header-opt-3 .hotline {
    float: left;
    color: #fff;
}
.header-opt-3 .hotline:before,
.header-opt-3 .hotline:after {
    content: "";
    display: table;
}
.header-opt-3 .hotline:after {
    clear: both;
}
.header-opt-3 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-3 .hotline > li > span {
    line-height: 50px;
}
.header-opt-3 .hotline > li > a {
    line-height: 50px;
}
.header-opt-3 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-3 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-3 .hotline > li:first-child:before {
    content: none;
}
.header-opt-3 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-3 .hotline > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-3 .hotline > li:before {
        display: none;
    }
}
.header-opt-3 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-3 .links:before,
.header-opt-3 .links:after {
    content: "";
    display: table;
}
.header-opt-3 .links:after {
    clear: both;
}
.header-opt-3 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-3 .links > li > a,
.header-opt-3 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-3 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-3 .links > li:last-child {
    padding-right: 0;
}
.header-opt-3 .links > li:last-child:before {
    content: none;
}
.header-opt-3 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-3 .links > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-3 .links > li:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .header-opt-3 .links .setting {
        position: static ;
    }
    .header-opt-3 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-3 .setting .account li a:hover,
.header-opt-3 .setting .account li a:focus {
    color: #e5343e;
}
.header-opt-3 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 53px;
}
.header-opt-3 .header-content .logo {
    padding-top: 10px;
    text-align: center;
    display: block;
}
.header-opt-3 .header-content .block-search {
    float: left;
    position: relative;
    width: 100%;
    max-width: 359px;
}
.header-opt-3 .header-content .block-search .block-title {
    background-color: #e5343e;
}
.header-opt-3 .header-content .block-search .form-search {
    width: 100%;
}
.header-opt-3 .header-content .block-search .form-search .form-control {
    padding-left: 20px;
}
.header-opt-3 .header-content .block-search .form-search .btn-search {
    background-color: #e5343e;
}
.header-opt-3 .header-content .block-search .form-search .btn-search:hover {
    background-color: #cc1a24;
}
.header-opt-3 .header-content .block-minicart {
    float: right;
}
.header-opt-3 .header-content .block-minicart:hover > .dropdown-toggle .cart-icon,
.header-opt-3 .header-content .block-minicart.open > .dropdown-toggle .cart-icon {
    background-color: #cc1a24;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle {
    height: 49px;
    display: block;
    position: relative;
    color: #fff;
    padding-left: 13px;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-3 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 70px;
    display: block;
    height: 49px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
    background-color: #e5343e;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 19px;
    font-size: 14px;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter {
    float: left;
    text-align: left;
    width: 200px;
    padding-left: 39px;
    border: 1px solid #999999;
    height: 49px;
    background-color: #fff;
    border-right: none;
    color: #888888;
    font-size: 14px;
    font-weight: normal;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e5353d;
    padding-top: 7px;
    line-height: 1;
    margin-bottom: 1px;
}
.header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter-label:after {
    content: "-";
    padding-left: 3px;
}
.header-opt-3 .block-minicart .actions .btn:hover,
.header-opt-3 .block-minicart .actions .btn:focus {
    background-color: #e5343e;
}
.header-opt-3 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-3 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #e5343e;
}
.header-opt-3 .block-nav-categori .block-title {
    background-color: #e5343e;
    cursor: pointer;
}
.header-opt-3 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-3 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-3 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-3 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #e5343e;
}
.header-opt-3 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-3 .block-nav-categori .view-all-categori a {
    background-color: #F9F9F9;
}
.header-opt-3 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-3 .block-nav-categori .view-all-categori a:hover {
    background-color: #e5343e;
}
.header-opt-3 .block-nav-menu .ui-menu > li a:hover {
    color: #e5343e !important;
}
.header-opt-3 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-3 .block-nav-menu .ui-menu > li.open-submenu > a {
    color: #e5343e !important;
}
.header-opt-3 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-3 .nav-toggle-menu {
    background-color: #e5343e;
}
.header-opt-3 .header-nav {
    background-color: #fff;
}
.header-opt-3 .header-nav .box-header-nav {
    background-color: #fff;
}
@media (max-width: 991px) {
    .header-opt-3 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-3 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-3 .header-content .nav-mind {
        float: left;
        padding-right: 0;
    }
    .header-opt-3 .header-content .nav-right {
        float: right;
        padding-left: 0;
    }
}
@media (max-width: 600px) {
    .header-opt-3 .header-content .container {
        position: relative;
    }
    .header-opt-3 .header-content .nav-mind {
        position: static;
    }
    .header-opt-3 .header-content .block-search {
        position: static;
    }
    .header-opt-3 .header-content .block-search .block-title {
        display: block;
        cursor: pointer;
    }
    .header-opt-3 .header-content .block-search .block-content {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 30px 20px;
        background-color: #fff;
        z-index: 666;
        margin-top: 5px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
    }
    .header-opt-3 .header-content .block-search .block-content .form-search {
        width: 100%;
    }
    .header-opt-3 .header-content .block-search.active .block-content {
        display: block;
    }
}
@media (max-width: 600px) {
    .header-opt-3 .header-content .block-minicart > .dropdown-toggle {
        padding: 0;
    }
    .header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter {
        width: auto;
        padding: 0;
        margin: 0;
        border: none;
        background-color: transparent;
    }
    .header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter .cart-text,
    .header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter .counter-label,
    .header-opt-3 .header-content .block-minicart > .dropdown-toggle .counter .counter-price {
        display: none;
    }
}
.header-opt-4 .header-top {
    background-color: #fff;
    padding: 0;
    box-shadow: 0px 0px 20px -5px #A0A0A0;
    /*border: 1px solid red;*/
    position: relative;
}
.header-opt-4 .header-top .container:before,
.header-opt-4 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-4 .header-top .container:after {
    clear: both;
}
.header-opt-4 .hotline {
    float: left;
    color: #333333;
}
.header-opt-4 .hotline:before,
.header-opt-4 .hotline:after {
    content: "";
    display: table;
}
.header-opt-4 .hotline:after {
    clear: both;
}
.header-opt-4 .hotline > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-4 .hotline > li > span {
    line-height: 48px;
}
.header-opt-4 .hotline > li > a {
    line-height: 48px;
    color: #333333;
}
.header-opt-4 .hotline > li > a:hover,
.header-opt-4 .hotline > li > a:focus {
    color: #486393;
}
.header-opt-4 .hotline > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-4 .hotline > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-4 .hotline > li:before {
        display: none;
    }
}
.header-opt-4 .switcher .dropdown-toggle .fa {
    margin-left: 6px;
    font-size: 14px;
    color: #888;
}
.header-opt-4 .links {
    float: right;
    color: #333;
    position: relative;
    margin-top: 14px;
}
.header-opt-4 .links:before,
.header-opt-4 .links:after {
    content: "";
    display: table;
}
.header-opt-4 .links:after {
    clear: both;
}
.header-opt-4 .links > li {
    position: relative;
    padding: 0 8px;
    float: left;
}
.header-opt-4 .links > li > a,
.header-opt-4 .links > li > span {
    color: #333;
    display: block;
    border-right: 1px solid #ccc;
    padding-right: 18px;
}
.header-opt-4 .links > li > a:hover,
.header-opt-4 .links > li > span:hover,
.header-opt-4 .links > li > a:focus,
.header-opt-4 .links > li > span:focus {
    color: #486393;
}
.header-opt-4 .links > li:last-child {
    padding-right: 0;
}
.header-opt-4 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-4 .links > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-4 .links > li:before {
        display: none;
    }
}
.header-opt-4 .setting .account li a:hover,
.header-opt-4 .setting .account li a:focus {
    color: #486393;
}
.header-opt-4 .header-content {
    background-color: #fff;
    background-image:url("/images/backHeader.jpg");
    padding: 18px;
}
.header-opt-4 .header-content .nav-right {
    padding-left: 0;
}
.header-opt-4 .header-content .logo {
    padding-top: 6px;
    text-align: center;
    display: block;
}
.header-opt-4 .header-content .block-search {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-left: 27px;
}
.header-opt-4 .header-content .block-search .block-title {
    background-color: #486393;
}
.header-opt-4 .header-content .block-search .form-search {
    width: 100%;
    max-width: 282px;
}
.header-opt-4 .header-content .block-search .form-search .form-control {
    padding-left: 18px;
}
.header-opt-4 .header-content .block-search .form-search .btn-search {
    background-color: #E80909;
}
.header-opt-4 .header-content .block-search .form-search .btn-search:hover {
    background-color: #374c71;
}
.header-opt-4 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-right: none;
    margin-right: -1px;
    z-index: 10;
    position: relative;
}
.header-opt-4 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.header-opt-4 .header-content .custom-link {
    display: block;
}
@media (max-width: 991px) {
    .header-opt-4 .header-content .custom-link {
        display: none;
    }
}
.header-opt-4 .header-content .custom-link:before,
.header-opt-4 .header-content .custom-link:after {
    content: "";
    display: table;
}
.header-opt-4 .header-content .custom-link:after {
    clear: both;
}
.header-opt-4 .header-content .custom-link .link {
    float: left;
    left: 25%;
    margin-left: 43px;
    position: relative;
    max-width: 540px;
}
@media (max-width: 1199px) {
    .header-opt-4 .header-content .custom-link .link {
        left: 0;
        margin-left: 0;
    }
}
.header-opt-4 .header-content .custom-link .link li {
    display: inline-block;
    line-height: 12px;
    border-right: 1px solid #9b9b9b;
    font-size: 13px;
    color: #888888;
    padding: 0 8px 0 4px;
}
.header-opt-4 .header-content .custom-link .link li a {
    color: #888888;
}
.header-opt-4 .header-content .custom-link .link li a:hover {
    color: #486393;
}
.header-opt-4 .header-content .custom-link .link li:last-child {
    border-right: none;
}
.header-opt-4 .header-content .custom-link .text-free {
    float: right;
    font-size: 13px;
    color: #888888;
}
.header-opt-4 .header-content .custom-link .text-free img {
    margin-right: 5px;
}
.header-opt-4 .header-content .custom-link .text-free a {
    color: #888888;
}
.header-opt-4 .header-content .custom-link .text-free a:hover {
    color: #486393;
}
.header-opt-4 .header-content .link-wishlist,
.header-opt-4 .header-content .link-login {
    width: auto;
    float: right;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-top: 12px;
    margin-left: 12px;
}
.header-opt-4 .header-content .link-wishlist:hover,
.header-opt-4 .header-content .link-login:hover {
    color: #486393;
}
.header-opt-4 .header-content .link-wishlist:before,
.header-opt-4 .header-content .link-login:before {
    content: "";
    width: 34px;
    height: 48px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index4/wislist.png);
    margin-right: 3px;
}
.header-opt-4 .header-content .link-wishlist span,
.header-opt-4 .header-content .link-login span {
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 479px) {
    .header-opt-4 .header-content .link-wishlist,
    .header-opt-4 .header-content .link-login {
        margin-right: 0;
    }
    .header-opt-4 .header-content .link-wishlist span,
    .header-opt-4 .header-content .link-login span {
        display: none;
    }
}
.header-opt-4 .header-content .link-wishlist {
    margin-left: 0;
}
.header-opt-4 .header-content .link-login:before {
    background-image: url(../images/icon/index4/user.png);
}
.header-opt-4 .header-content .block-minicart {
    float: right;
    margin-left: 9px;
}
.header-opt-4 .header-content .block-minicart:hover > .dropdown-toggle .counter,
.header-opt-4 .header-content .block-minicart.open > .dropdown-toggle .counter {
    color: #486393;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    margin-top: 12px;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-4 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 40px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index4/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .counter {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .counter-number {
    color: #486393;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-4 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-4 .block-minicart .actions .btn:hover,
.header-opt-4 .block-minicart .actions .btn:focus {
    background-color: #486393;
}
.header-opt-4 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-4 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #486393;
}
.header-opt-4 .block-nav-categori .block-title {
    background-color: #2F2F2F;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
}
.header-opt-4 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-4 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-4 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-4 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #486393;
}
.header-opt-4 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-4 .block-nav-categori .view-all-categori a {
    background-color: #E1E1E1;
}
.header-opt-4 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-4 .block-nav-categori .view-all-categori a:hover {
    background-color: #486393;
}
.header-opt-4 .block-nav-menu .ui-menu {
    padding-left: 0;
}
.header-opt-4 .block-nav-menu .ui-menu > li a:hover {
    color: #486393 !important;
}
@media (min-width: 992px) {
    .header-opt-4 .block-nav-menu .ui-menu > li:hover > a {
        color: #ffa200 !important;
    }
}
.header-opt-4 .block-nav-menu .ui-menu > li > a {
    line-height: 50px;
}
@media (min-width: 992px) {
    .header-opt-4 .block-nav-menu .ui-menu > li > a {
        color: #fff;
    }
}
.header-opt-4 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-4 .nav-toggle-menu {
    background-color: #2f4060;
    line-height: 50px;
}
.header-opt-4 .header-nav {
    background-color: #0C4170;
}
.header-opt-4 .header-nav .box-header-nav {
    background-color: #0C4170;
}
.header-opt-4 .header-nav .custom-link {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    line-height: 49px;
}
.header-opt-4 .header-nav .custom-link i {
    font-size: 16px;
    margin-right: 5px;
}
.header-opt-4 .header-nav .custom-link a {
    color: #fff;
}
@media (max-width: 1199px) {
    .header-opt-4 .header-nav .custom-link {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 1199px) {
    .header-opt-4 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-4 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-4 .header-content .nav-mind {
        float: left;
    }
    .header-opt-4 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 275px;
    }
    .header-opt-4 .header-content .nav-right {
        float: right;
    }
    .header-opt-4 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 600px) {
    .header-opt-4 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-5 .header-top {
    background-color: #f6f6f6;
    padding: 0;
}
.header-opt-5 .header-top .container:before,
.header-opt-5 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-5 .header-top .container:after {
    clear: both;
}
.header-opt-5 .hotline {
    float: left;
    color: #333333;
}
.header-opt-5 .hotline:before,
.header-opt-5 .hotline:after {
    content: "";
    display: table;
}
.header-opt-5 .hotline:after {
    clear: both;
}
.header-opt-5 .hotline > li {
    position: relative;
    padding: 0 20px;
    padding-left: 0;
    margin-right: 20px;
    float: left;
}
.header-opt-5 .hotline > li > a,
.header-opt-5 .hotline > li > span {
    line-height: 50px;
    color: #333333;
}
.header-opt-5 .hotline > li > a:hover {
    color: #3266cc;
}
.header-opt-5 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #888888;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -20px;
}
@media (max-width: 600px) {
    .header-opt-5 .hotline > li:before {
        display: none;
    }
}
.header-opt-5 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-5 .hotline > li:first-child:before {
    content: none;
}
.header-opt-5 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-5 .links {
    float: right;
    color: #333;
    position: relative;
}
.header-opt-5 .links:before,
.header-opt-5 .links:after {
    content: "";
    display: table;
}
.header-opt-5 .links:after {
    clear: both;
}
.header-opt-5 .links > li {
    position: relative;
    padding: 0 15px;
    padding-left: 0;
    margin-right: 15px;
    float: left;
}
.header-opt-5 .links > li > a,
.header-opt-5 .links > li > span {
    color: #333;
    display: block;
    line-height: 50px;
}
.header-opt-5 .links > li > a:hover {
    color: #3266cc;
}
.header-opt-5 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -15px;
}
@media (max-width: 600px) {
    .header-opt-5 .links > li:before {
        display: none;
    }
}
.header-opt-5 .links > li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-opt-5 .links > li:first-child {
    padding-left: 0;
}
.header-opt-5 .links > li:first-child:before {
    content: none;
}
@media (max-width: 479px) {
    .header-opt-5 .links .setting {
        position: static ;
    }
    .header-opt-5 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-5 .links .setting .account li a:hover {
    color: #3266cc;
}
.header-opt-5 .setting .account li a:hover,
.header-opt-5 .setting .account li a:focus {
    color: #3266cc;
}
.header-opt-5 .header-content {
    background-color: #fff;
    padding: 55px 0 52px;
}
.header-opt-5 .header-content .logo {
    display: block;
    padding-top: 10px;
}
.header-opt-5 .header-content .block-search {
    float: right;
    position: relative;
}
.header-opt-5 .header-content .block-search .block-title {
    background-color: #3266cc;
}
.header-opt-5 .header-content .block-search .form-search {
    width: 350px;
}
.header-opt-5 .header-content .block-search .form-search .form-control {
    padding-left: 20px;
}
.header-opt-5 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-right: 1px solid #dfdfdf;
    z-index: 10;
}
.header-opt-5 .header-content .block-search .btn-search {
    background-color: #3266cc;
}
.header-opt-5 .header-content .block-search .btn-search:hover {
    background-color: #2852a3;
}
.header-opt-5 .header-content .block-minicart {
    float: right;
    margin-right: 9px;
}
.header-opt-5 .header-content .block-minicart:hover > .dropdown-toggle .cart-icon,
.header-opt-5 .header-content .block-minicart.open > .dropdown-toggle .cart-icon {
    border-color: #ffa200;
    background-image: url(../images/icon/index5/cart-hover.png);
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle {
    position: relative;
    display: block;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-5 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #3266cc;
    border-radius: 100%;
    display: block;
    float: right;
    background-image: url(../images/icon/index5/cart.png);
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .cart-icon:hover {
    border-color: #ffa200;
    background-image: url(../images/icon/index5/cart-hover.png);
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .text,
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: none;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-number {
    background-color: #3266cc;
    color: #fff;
    display: block;
    width: 32px;
    line-height: 18px;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    border-radius: 20px;
    top: -9px;
    left: 50%;
    font-family: Arial;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #3266cc transparent transparent transparent;
    position: absolute;
    left: 10px;
    bottom: -4px;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-5 .header-content .link-wishlist,
.header-opt-5 .header-content .link-compare {
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #3266cc;
    border-radius: 100%;
    display: block;
    float: right;
    margin-right: 20px;
}
.header-opt-5 .header-content .link-wishlist span,
.header-opt-5 .header-content .link-compare span {
    display: none;
}
.header-opt-5 .header-content .link-wishlist:hover,
.header-opt-5 .header-content .link-compare:hover {
    border-color: #ffa200;
}
.header-opt-5 .header-content .link-wishlist {
    background-image: url(../images/icon/index5/wishlist.png);
}
.header-opt-5 .header-content .link-wishlist:hover {
    background-image: url(../images/icon/index5/wishlist-hover.png);
}
.header-opt-5 .header-content .link-compare {
    background-image: url(../images/icon/index5/compare.png);
}
.header-opt-5 .header-content .link-compare:hover {
    background-image: url(../images/icon/index5/compare-hover.png);
}
.header-opt-5 .block-minicart .actions .btn:hover,
.header-opt-5 .block-minicart .actions .btn:focus {
    background-color: #3266cc;
}
.header-opt-5 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-5 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #3266cc;
}
.header-opt-5 .block-nav-categori .block-title {
    background-color: #3266cc;
    cursor: pointer;
    line-height: 52px;
}
.header-opt-5 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-5 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-5 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-5 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #3266cc;
}
.header-opt-5 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-5 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.header-opt-5 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-5 .block-nav-categori .view-all-categori a:hover {
    background-color: #3266cc;
}
.header-opt-5 .block-nav-menu .ui-menu > li a:hover {
    color: #3266cc !important;
}
@media (min-width: 992px) {
    .header-opt-5 .block-nav-menu .ui-menu > li:hover > a {
        color: #ffa200 !important;
    }
}
.header-opt-5 .block-nav-menu .ui-menu > li > a {
    line-height: 52px;
}
@media (min-width: 992px) {
    .header-opt-5 .block-nav-menu .ui-menu > li > a {
        color: #fff;
    }
}
.header-opt-5 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-5 .nav-toggle-menu {
    background-color: #3266cc;
    line-height: 52px;
}
.header-opt-5 .header-nav {
    background-color: #fff;
}
.header-opt-5 .header-nav .box-header-nav {
    background-color: #668fe0;
}
@media (max-width: 1199px) {
    .header-opt-5 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-5 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-5 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-5 .header-content .nav-mind {
        float: left;
    }
    .header-opt-5 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 275px;
    }
    .header-opt-5 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-5 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-6 .nav-toggle-menu {
    line-height: 50px;
    background-color: #000000;
}
.header-opt-6 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #f6f6f6;
}
.header-opt-6 .header-top .hotline {
    float: left;
    color: #000000;
}
.header-opt-6 .header-top .hotline:before,
.header-opt-6 .header-top .hotline:after {
    content: "";
    display: table;
}
.header-opt-6 .header-top .hotline:after {
    clear: both;
}
.header-opt-6 .header-top .hotline > li {
    position: relative;
    padding: 0 18px;
    float: left;
}
.header-opt-6 .header-top .hotline > li > span {
    color: #000000;
    line-height: 36px;
}
.header-opt-6 .header-top .hotline > li > a {
    color: #000000;
    line-height: 36px;
}
.header-opt-6 .header-top .hotline > li > a:hover {
    color: #ff3366;
}
.header-opt-6 .header-top .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-6 .header-top .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-6 .header-top .hotline > li:first-child:before {
    content: none;
}
.header-opt-6 .header-top .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .hotline > li:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .header-opt-6 .header-top .hotline > li {
        padding-left: 0;
    }
    .header-opt-6 .header-top .hotline > li:before {
        display: none;
    }
}
.header-opt-6 .header-top .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-6 .header-top .links:before,
.header-opt-6 .header-top .links:after {
    content: "";
    display: table;
}
.header-opt-6 .header-top .links:after {
    clear: both;
}
.header-opt-6 .header-top .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-6 .header-top .links > li > a,
.header-opt-6 .header-top .links > li > span {
    color: #000000;
    display: block;
    line-height: 36px;
}
.header-opt-6 .header-top .links > li > a {
    color: #000000;
    line-height: 36px;
}
.header-opt-6 .header-top .links > li > a:hover {
    color: #ff3366;
}
.header-opt-6 .header-top .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-6 .header-top .links > li:last-child {
    padding-right: 0;
}
.header-opt-6 .header-top .links > li:last-child:before {
    content: none;
}
.header-opt-6 .header-top .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .links > li:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .header-opt-6 .header-top .links > li {
        padding-left: 0;
    }
    .header-opt-6 .header-top .links > li:before {
        display: none;
    }
}
.header-opt-6 .header-top .links .setting .dropdown-menu {
    width: 185px;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .links .setting {
        position: static ;
    }
    .header-opt-6 .header-top .links .setting .dropdown-menu {
        top: 100%;
    }
}
.header-opt-6 .header-top .setting .account li a:hover,
.header-opt-6 .header-top .setting .account li a:focus {
    color: #ff3366;
}
.header-opt-6 .header-content {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 35px;
}
.header-opt-6 .header-content .logo {
    display: block;
}
.header-opt-6 .header-content .nav-mind {
    float: right;
}
.header-opt-6 .header-content .nav-right {
    float: right;
    padding-right: 15px;
}
.header-opt-6 .header-content .block-search {
    float: right;
    margin-top: 18px;
}
.header-opt-6 .header-content .block-search .block-title {
    line-height: 40px;
    height: 40px;
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #ff3366;
}
.header-opt-6 .header-content .block-search .block-title:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-6 .header-content .block-search .categori-search {
    width: 153px;
}
.header-opt-6 .header-content .block-search .categori-search .dropdown-toggle {
    background-color: #f6f6f6;
    border-color: #eeeeee;
    line-height: 38px;
    height: 40px;
}
.header-opt-6 .header-content .block-search .categori-search .chosen-container .chosen-single {
    background-color: #f6f6f6;
    border-color: #eeeeee;
    line-height: 38px;
    height: 40px;
}
.header-opt-6 .header-content .block-search .form-search {
    width: 415px;
}
@media (max-width: 1199px) {
    .header-opt-6 .header-content .block-search .form-search {
        width: 260px;
    }
}
@media (max-width: 767px) {
    .header-opt-6 .header-content .block-search .form-search {
        width: 100%;
    }
}
.header-opt-6 .header-content .block-search .form-search .form-control {
    border-color: #eeeeee;
    height: 40px;
    padding-left: 17px;
    padding-right: 45px;
    font-size: 14px;
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.header-opt-6 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .btn-search {
    width: 45px;
    background-color: #ff3366;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
}
.header-opt-6 .header-content .block-search .form-search .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-6 .header-content .block-search .form-search .btn-search:hover {
    background-color: #ff0040;
}
.header-opt-6 .header-content .block-minicart {
    float: right;
    margin-top: 18px;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .header-opt-6 .header-content .block-minicart {
        margin-top: 10px;
        margin-left: 20px;
    }
}
.header-opt-6 .header-content .block-minicart:hover > .dropdown-toggle .cart-icon,
.header-opt-6 .header-content .block-minicart.open > .dropdown-toggle .cart-icon {
    background-color: #ff0040;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle {
    height: 41px;
    display: block;
    position: relative;
    color: #fff;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-6 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 41px;
    display: block;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index6/minicart.png);
    background-color: #ff3366;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .counter-number {
    position: absolute;
    right: 25px;
    left: auto;
    background-color: #009966;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 33px;
    padding: 0;
    border-radius: 20px;
    top: -7px;
    color: #fff;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 4px 0;
    border-color: transparent #009966 transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 17px;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .counter {
    float: left;
    border: 1px solid #eeeeee;
    border-right: none;
    height: 40px;
    padding-left: 17px;
    width: 156px;
    color: #666;
    line-height: 1;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding-top: 5px;
    line-height: 1;
    margin-bottom: 1px;
}
.header-opt-6 .header-content .block-minicart > .dropdown-toggle .counter-label:after {
    content: "-";
    padding-left: 3px;
}
.header-opt-6 .block-minicart .actions .btn:hover,
.header-opt-6 .block-minicart .actions .btn:focus {
    background-color: #ff3366;
}
.header-opt-6 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-6 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #ff3366;
}
.header-opt-6 .block-nav-categori {
    width: 270px;
}
.header-opt-6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-categori .block-content {
        width: 270px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori {
        padding-bottom: 21px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori > li > a {
        line-height: 36px;
        padding-right: 20px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 36px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori .submenu {
        left: 270px;
        width: 670px;
    }
}
@media (min-width: 1199px) {
    .header-opt-6 .block-nav-categori .block-content .ui-categori .submenu {
        width: 900px;
    }
}
.header-opt-6 .block-nav-categori .ui-categori {
    margin-bottom: 7px;
}
@media (min-width: 1200px) {
    .header-opt-6 .block-nav-categori .ui-categori > li > a {
        padding-left: 17px;
        line-height: 37px;
    }
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-categori .ui-categori > li ul a:hover,
    .header-opt-6 .block-nav-categori .ui-categori > li ul a:focus {
        color: #ff3366 !important;
    }
}
.header-opt-6 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
    line-height: 46px;
}
.header-opt-6 .block-nav-categori .view-all-categori a:hover {
    background-color: #ff3366;
}
.header-opt-6 .block-nav-categori .block-title {
    background-color: #000000;
    line-height: 50px;
    background-position: right 25px top 17px;
}
@media (max-width: 479px) {
    .header-opt-6 .block-nav-categori .block-title {
        background-position: right 12px center;
    }
}
.header-opt-6 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-6 .block-nav-menu .ui-menu > li > a:focus {
    color: #ff3366;
}
.header-opt-6 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-6 .block-nav-menu .ui-menu > li:focus > a {
    color: #ff3366;
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-menu .ui-menu > li ul a:hover,
    .header-opt-6 .block-nav-menu .ui-menu > li ul a:focus {
        color: #ff3366 !important;
    }
}
.header-opt-6 .block-nav-menu .ui-menu > li ul a:hover,
.header-opt-6 .block-nav-menu .ui-menu > li ul a:focus {
    color: #ff3366;
}
@media (min-width: 1200px) {
    .header-opt-6 .block-nav-menu .ui-menu .horizontal-menu {
        width: 900px;
    }
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-menu .ui-menu {
        padding: 0;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a {
        line-height: 50px;
        padding: 0 12px;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        position: relative;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a:after {
        position: static;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a:before {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #d6d6d6;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: -1px;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li.active > a {
        background-color: #ff3366;
        color: #fff;
        z-index: 10;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li.active > a:before {
        content: none;
    }
}
@media (min-width: 1200px) {
    .header-opt-6 .block-nav-menu .ui-menu > li > a {
        padding: 0 28px;
    }
}
.header-opt-6 .header-nav {
    background-color: #eeeeee;
}
@media (max-width: 991px) {
    .header-opt-6 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }
    .header-opt-6 .header-content .nav-mind {
        float: left;
        padding-left: 15px;
    }
    .header-opt-6 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
    .header-opt-6 .header-content .nav-right {
        float: right;
    }
    .header-opt-6 .header-content .block-minicart {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header-opt-6 .header-content .block-search .categori-search {
        display: none;
    }
    .header-opt-6 .header-content .nav-right {
        float: right;
    }
}
.header-opt-7 .header-top {
    background-color: #d5d5d5;
}
.header-opt-7 .header-top .container:before,
.header-opt-7 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-7 .header-top .container:after {
    clear: both;
}
.header-opt-7 .hotline {
    float: left;
    color: #333333;
    font-size: 13px;
}
.header-opt-7 .hotline:before,
.header-opt-7 .hotline:after {
    content: "";
    display: table;
}
.header-opt-7 .hotline:after {
    clear: both;
}
.header-opt-7 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-7 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-7 .hotline > li > a {
    line-height: 38px;
}
.header-opt-7 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-7 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-7 .hotline > li .wellcome a {
    color: #ffa200;
}
.header-opt-7 .hotline > li .wellcome a:hover {
    color: #0f5194;
}
.header-opt-7 .hotline > li .wellcome span {
    color: #fff;
}
.header-opt-7 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-7 .links:before,
.header-opt-7 .links:after {
    content: "";
    display: table;
}
.header-opt-7 .links:after {
    clear: both;
}
.header-opt-7 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-7 .links > li > a,
.header-opt-7 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}
.header-opt-7 .links > li > a:hover,
.header-opt-7 .links > li > span:hover {
    color: #0f5194;
}
.header-opt-7 .links > li:last-child {
    padding-right: 0;
}
.header-opt-7 .links .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
.header-opt-7 .links .link-account img,
.header-opt-7 .links .link-wishlist img,
.header-opt-7 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.header-opt-7 .setting .account li a:hover,
.header-opt-7 .setting .account li a:focus {
    color: #0f5194;
}
.header-opt-7 .header-content {
    background-color: #fff;
    padding: 45px 0 45px;
}
.header-opt-7 .header-content .logo {
    display: block;
}
.header-opt-7 .header-content .block-search {
    float: right;
    position: relative;
    margin-top: 5px;
    margin-right: 17px;
}
.header-opt-7 .header-content .block-search .block-title {
    background-color: #ff8c00;
}
.header-opt-7 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-color: #e0e0e0;
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px;
    height: 40px;
}
.header-opt-7 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-7 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-7 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    border-color: #e0e0e0;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-7 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-7 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-7 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-7 .header-content .block-search .form-search .btn-search {
    background-color: #ff8c00;
    width: 40px;
}
.header-opt-7 .header-content .block-search .form-search .btn-search:hover {
    background-color: #cc7000;
}
.header-opt-7 .header-content .link-wishlist,
.header-opt-7 .header-content .link-login,
.header-opt-7 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-top: 5px;
    margin-right: 11px;
}
.header-opt-7 .header-content .link-wishlist:hover,
.header-opt-7 .header-content .link-login:hover,
.header-opt-7 .header-content .link-favorites:hover {
    color: #486393;
}
.header-opt-7 .header-content .link-wishlist:before,
.header-opt-7 .header-content .link-login:before,
.header-opt-7 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 3px;
}
.header-opt-7 .header-content .link-wishlist span,
.header-opt-7 .header-content .link-login span,
.header-opt-7 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 479px) {
    .header-opt-7 .header-content .link-wishlist,
    .header-opt-7 .header-content .link-login,
    .header-opt-7 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-7 .header-content .link-wishlist span,
    .header-opt-7 .header-content .link-login span,
    .header-opt-7 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-7 .header-content .link-login {
    margin-left: 0;
}
.header-opt-7 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-7 .header-content .block-minicart {
    float: right;
}
.header-opt-7 .header-content .block-minicart:hover > .dropdown-toggle .counter,
.header-opt-7 .header-content .block-minicart.open > .dropdown-toggle .counter {
    color: #486393;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    margin-top: 5px;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-7 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .counter {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #ff8c00;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-7 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-7 .block-minicart .actions .btn:hover,
.header-opt-7 .block-minicart .actions .btn:focus {
    background-color: #0f5194;
}
.header-opt-7 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-7 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #0f5194;
}
.header-opt-7 .block-nav-categori {
    width: 200px;
}
.header-opt-7 .block-nav-categori .block-title {
    background-color: #0f5194;
    cursor: pointer;
    line-height: 47px;
    height: 47px;
}
.header-opt-7 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-7 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-7 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-7 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #0f5194;
}
.header-opt-7 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-7 .block-nav-categori .view-all-categori a {
    background-color: #333333;
    color: #fff;
}
.header-opt-7 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-7 .block-nav-categori .view-all-categori a:hover {
    background-color: #0f5194;
}
@media (min-width: 992px) {
    .header-opt-7 .block-nav-categori .block-content {
        width: 200px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li {
        margin-bottom: 10px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li > a {
        font-size: 14px;
        padding-right: 15px;
        line-height: 28px;
        padding-left: 5px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .header-opt-7 .block-nav-categori .view-all-categori a {
        line-height: 46px;
        background-color: #333333;
        color: #fff;
        font-size: 16px;
        padding-right: 16px;
        padding-left: 30px;
        font-weight: normal;
    }
    .header-opt-7 .block-nav-categori .view-all-categori a:hover,
    .header-opt-7 .block-nav-categori .view-all-categori a:focus {
        background-color: #0f5194;
    }
}
@media (min-width: 1200px) {
    .header-opt-7 .block-nav-categori .ui-categori > li > .submenu {
        width: 970px;
    }
}
.header-opt-7 .block-nav-menu .ui-menu > li a:hover {
    color: #0f5194 !important;
}
.header-opt-7 .block-nav-menu .ui-menu > li:hover > a {
    color: #0f5194 !important;
}
@media (min-width: 992px) {
    .header-opt-7 .block-nav-menu .ui-menu > li:hover > a {
        color: #ffa200 !important;
    }
}
.header-opt-7 .block-nav-menu .ui-menu > li > a {
    line-height: 47px;
    font-weight: normal;
}
@media (min-width: 992px) {
    .header-opt-7 .block-nav-menu .ui-menu > li > a {
        color: #fff;
    }
}
@media (min-width: 1200px) {
    .header-opt-7 .block-nav-menu .ui-menu .horizontal-menu {
        width: 970px;
    }
}
.header-opt-7 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-7 .nav-toggle-menu {
    background-color: #0f5194;
}
.header-opt-7 .nav-toggle-menu {
    line-height: 47px;
    background-color: #0f5194;
    text-align: center;
}
.header-opt-7 .header-nav {
    background-color: #d5d5d5;
}
.header-opt-7 .header-nav .box-header-nav {
    background-color: #1369c0;
}
@media (max-width: 1199px) {
    .header-opt-7 .header-content .block-search {
        float: right;
        margin-right: 0;
    }
    .header-opt-7 .header-content .block-search .form-search {
        width: 275px;
    }
    .header-opt-7 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-7 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-7 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-7 .header-content .nav-mind {
        float: left;
    }
    .header-opt-7 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-7 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-7 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-8 .header-top {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
}
.header-opt-8 .header-top .container:before,
.header-opt-8 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-8 .header-top .container:after {
    clear: both;
}
.header-opt-8 .hotline {
    float: left;
    color: #333333;
    font-size: 13px;
}
.header-opt-8 .hotline:before,
.header-opt-8 .hotline:after {
    content: "";
    display: table;
}
.header-opt-8 .hotline:after {
    clear: both;
}
.header-opt-8 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-8 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-8 .hotline > li > a {
    line-height: 38px;
}
.header-opt-8 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-8 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-8 .hotline > li .wellcome a {
    color: #ffa200;
}
.header-opt-8 .hotline > li .wellcome a:hover {
    color: #0f5194;
}
.header-opt-8 .hotline > li .wellcome span {
    color: #919191;
}
.header-opt-8 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-8 .links:before,
.header-opt-8 .links:after {
    content: "";
    display: table;
}
.header-opt-8 .links:after {
    clear: both;
}
.header-opt-8 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-8 .links > li > a,
.header-opt-8 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}
.header-opt-8 .links > li > a:hover,
.header-opt-8 .links > li > span:hover {
    color: #0f5194;
}
.header-opt-8 .links > li:last-child {
    padding-right: 0;
}
.header-opt-8 .links .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
.header-opt-8 .links .link-account img,
.header-opt-8 .links .link-wishlist img,
.header-opt-8 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.header-opt-8 .setting .account li a:hover,
.header-opt-8 .setting .account li a:focus {
    color: #0f5194;
}
.header-opt-8 .header-content {
    background-color: #f2f2f2;
    padding: 30px 0 30px;
}
.header-opt-8 .header-content .logo {
    padding-top: 5px;
    display: block;
}
.header-opt-8 .header-content .block-search {
    float: right;
    position: relative;
    margin-right: 17px;
}
.header-opt-8 .header-content .block-search .block-title {
    background-color: #ff8c00;
}
.header-opt-8 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-color: #e0e0e0;
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px;
    height: 40px;
}
.header-opt-8 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-8 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-8 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    border-color: #e0e0e0;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-8 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-8 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-8 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-8 .header-content .block-search .form-search .btn-search {
    background-color: #ff8c00;
    width: 40px;
}
.header-opt-8 .header-content .block-search .form-search .btn-search:hover {
    background-color: #cc7000;
}
.header-opt-8 .header-content .link-wishlist,
.header-opt-8 .header-content .link-login,
.header-opt-8 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-right: 15px;
}
.header-opt-8 .header-content .link-wishlist:hover,
.header-opt-8 .header-content .link-login:hover,
.header-opt-8 .header-content .link-favorites:hover {
    color: #ffa200;
}
.header-opt-8 .header-content .link-wishlist:before,
.header-opt-8 .header-content .link-login:before,
.header-opt-8 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 10px;
}
.header-opt-8 .header-content .link-wishlist span,
.header-opt-8 .header-content .link-login span,
.header-opt-8 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 7px;
}
@media (max-width: 479px) {
    .header-opt-8 .header-content .link-wishlist,
    .header-opt-8 .header-content .link-login,
    .header-opt-8 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-8 .header-content .link-wishlist span,
    .header-opt-8 .header-content .link-login span,
    .header-opt-8 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-8 .header-content .link-login {
    margin-left: 0;
}
.header-opt-8 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-8 .header-content .block-minicart {
    float: right;
}
.header-opt-8 .header-content .block-minicart:hover > .dropdown-toggle .counter,
.header-opt-8 .header-content .block-minicart.open > .dropdown-toggle .counter {
    color: #ffa200;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #333333;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-8 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .counter {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding-bottom: 7px;
    padding-left: 5px;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #ff8c00;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-8 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-8 .block-minicart .actions .btn:hover,
.header-opt-8 .block-minicart .actions .btn:focus {
    background-color: #ffa200;
}
.header-opt-8 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-8 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #ffa200;
}
.header-opt-8 .block-nav-categori {
    width: 200px;
}
.header-opt-8 .block-nav-categori .block-title {
    background-color: #333333;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
}
.header-opt-8 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-8 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-8 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-8 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #ffa200;
}
.header-opt-8 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-8 .block-nav-categori .view-all-categori a {
    background-color: #7E7E7E;
    color: #fff;
}
.header-opt-8 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-8 .block-nav-categori .view-all-categori a:hover {
    background-color: #ff8307;
}
.header-opt-8 .block-nav-categori .block-content {
    width: 200px;
}
.header-opt-8 .block-nav-categori .block-content .icon {
    display: none;
}
@media (min-width: 992px) {
    .header-opt-8 .block-nav-categori .block-content .ui-categori {
        margin-bottom: 3px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li {
        margin-bottom: 10px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li > a {
        font-size: 14px;
        line-height: 28px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .header-opt-8 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #7e7e7e;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-right: 16px;
        font-weight: normal;
    }
    .header-opt-8 .block-nav-categori .block-content .view-all-categori a:hover,
    .header-opt-8 .block-nav-categori .block-content .view-all-categori a:focus {
        background-color: #656565;
    }
}
@media (min-width: 1200px) {
    .header-opt-8 .block-nav-categori .block-content {
        border: 1px solid #dfdfdf;
        border-top: none;
        margin-top: 1px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .header-opt-8 .block-nav-menu .ui-menu .horizontal-menu {
        width: 970px;
    }
}
.header-opt-8 .block-nav-menu .ui-menu > li a:hover {
    color: #ffa200 !important;
}
.header-opt-8 .block-nav-menu .ui-menu > li:hover > a {
    color: #ffa200 !important;
}
@media (min-width: 992px) {
    .header-opt-8 .block-nav-menu .ui-menu > li:hover > a {
        color: #ffa200 !important;
    }
}
.header-opt-8 .block-nav-menu .ui-menu > li > a {
    line-height: 45px;
    font-weight: normal;
}
@media (min-width: 992px) {
    .header-opt-8 .block-nav-menu .ui-menu > li > a {
        color: #fff;
    }
}
.header-opt-8 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-8 .nav-toggle-menu {
    line-height: 45px;
    background-color: #333333;
    text-align: center;
}
.header-opt-8 .header-nav {
    background-color: #000000;
}
.header-opt-8 .header-nav .box-header-nav {
    background-color: #000000;
}
@media (max-width: 1199px) {
    .header-opt-8 .header-content .block-search {
        float: right;
        margin-right: 0;
    }
    .header-opt-8 .header-content .block-search .form-search {
        width: 275px;
    }
    .header-opt-8 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-8 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-8 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-8 .header-content .nav-mind {
        float: left;
    }
    .header-opt-8 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-8 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-8 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-9 .header-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dfdfdf;
}
.header-opt-9 .header-top .container:before,
.header-opt-9 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-9 .header-top .container:after {
    clear: both;
}
.header-opt-9 .hotline {
    float: left;
    color: #333333;
    font-size: 13px;
}
.header-opt-9 .hotline:before,
.header-opt-9 .hotline:after {
    content: "";
    display: table;
}
.header-opt-9 .hotline:after {
    clear: both;
}
.header-opt-9 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-9 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-9 .hotline > li > a {
    line-height: 38px;
}
.header-opt-9 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-9 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-9 .hotline > li .wellcome a {
    color: #ffa200;
}
.header-opt-9 .hotline > li .wellcome a:hover {
    color: #333;
}
.header-opt-9 .hotline > li .wellcome span {
    color: #919191;
}
.header-opt-9 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-9 .links:before,
.header-opt-9 .links:after {
    content: "";
    display: table;
}
.header-opt-9 .links:after {
    clear: both;
}
.header-opt-9 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-9 .links > li > a,
.header-opt-9 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}
.header-opt-9 .links > li > a:hover,
.header-opt-9 .links > li > span:hover {
    color: #ff7f00;
}
.header-opt-9 .links > li:last-child {
    padding-right: 0;
}
.header-opt-9 .links .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
.header-opt-9 .links .link-account img,
.header-opt-9 .links .link-wishlist img,
.header-opt-9 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.header-opt-9 .setting .account li a:hover,
.header-opt-9 .setting .account li a:focus {
    color: #ff7f00;
}
.header-opt-9 .header-content {
    background-color: #fff;
    padding: 30px 0 30px;
}
.header-opt-9 .header-content .logo {
    padding-top: 5px;
    display: block;
}
.header-opt-9 .header-content .block-search {
    float: right;
    position: relative;
    margin-right: 17px;
}
.header-opt-9 .header-content .block-search .block-title {
    background-color: #ff7f00;
}
.header-opt-9 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-color: #ff7f00;
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px;
    height: 40px;
}
.header-opt-9 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-9 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-9 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    border-color: #ff7f00;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-9 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-9 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-9 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-9 .header-content .block-search .form-search .btn-search {
    background-color: #ff8c00;
    width: 40px;
}
.header-opt-9 .header-content .block-search .form-search .btn-search:hover {
    background-color: #cc6600;
}
.header-opt-9 .header-content .link-wishlist,
.header-opt-9 .header-content .link-login,
.header-opt-9 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-right: 15px;
}
.header-opt-9 .header-content .link-wishlist:hover,
.header-opt-9 .header-content .link-login:hover,
.header-opt-9 .header-content .link-favorites:hover {
    color: #ffa200;
}
.header-opt-9 .header-content .link-wishlist:before,
.header-opt-9 .header-content .link-login:before,
.header-opt-9 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 10px;
}
.header-opt-9 .header-content .link-wishlist span,
.header-opt-9 .header-content .link-login span,
.header-opt-9 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 7px;
}
@media (max-width: 479px) {
    .header-opt-9 .header-content .link-wishlist,
    .header-opt-9 .header-content .link-login,
    .header-opt-9 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-9 .header-content .link-wishlist span,
    .header-opt-9 .header-content .link-login span,
    .header-opt-9 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-9 .header-content .link-login {
    margin-left: 0;
}
.header-opt-9 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-9 .header-content .block-minicart {
    float: right;
}
.header-opt-9 .header-content .block-minicart:hover > .dropdown-toggle .counter,
.header-opt-9 .header-content .block-minicart.open > .dropdown-toggle .counter {
    color: #ff7f00;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle {
    display: block;
    position: relative;
    color: #333333;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-9 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .counter {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding-bottom: 7px;
    padding-left: 5px;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #ff8c00;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-9 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-9 .block-minicart .actions .btn:hover,
.header-opt-9 .block-minicart .actions .btn:focus {
    background-color: #ff7f00;
}
.header-opt-9 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-9 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #ff7f00;
}
.header-opt-9 .block-nav-categori {
    width: 200px;
}
.header-opt-9 .block-nav-categori .block-title {
    background-color: #cc5200;
    cursor: pointer;
    line-height: 45px;
    height: 45px;
}
.header-opt-9 .block-nav-categori .block-content {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-9 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-9 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-9 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #ff7f00;
}
.header-opt-9 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-9 .block-nav-categori .view-all-categori a {
    background-color: #FF7F00;
    color: #fff;
}
.header-opt-9 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-9 .block-nav-categori .view-all-categori a:hover {
    background-color: #ff7f00;
}
.header-opt-9 .block-nav-categori .block-content .icon {
    display: none;
}
@media (min-width: 992px) {
    .header-opt-9 .block-nav-categori .block-content {
        width: 200px;
        border: 1px solid #ff7f00;
        border-top: none;
    }
    .header-opt-9 .block-nav-categori .block-content .ui-categori > li > a {
        font-size: 14px;
        line-height: 28px;
    }
    .header-opt-9 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-9 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 200px;
        width: 740px;
    }
    .header-opt-9 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #ff7f00;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-right: 16px;
        font-weight: normal;
    }
    .header-opt-9 .block-nav-categori .block-content .view-all-categori a:hover,
    .header-opt-9 .block-nav-categori .block-content .view-all-categori a:focus {
        background-color: #cc6600;
    }
}
@media (min-width: 1200px) {
    .header-opt-9 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .header-opt-9 .block-nav-menu .ui-menu .horizontal-menu {
        width: 970px;
    }
}
.header-opt-9 .block-nav-menu .ui-menu > li a:hover {
    color: #ffa200 !important;
}
.header-opt-9 .block-nav-menu .ui-menu > li:hover > a {
    color: #ffa200 !important;
}
@media (min-width: 992px) {
    .header-opt-9 .block-nav-menu .ui-menu > li:hover > a {
        color: #333 !important;
    }
}
.header-opt-9 .block-nav-menu .ui-menu > li > a {
    line-height: 45px;
    font-weight: normal;
}
@media (min-width: 992px) {
    .header-opt-9 .block-nav-menu .ui-menu > li > a {
        color: #fff;
    }
}
.header-opt-9 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-9 .nav-toggle-menu {
    line-height: 45px;
    background-color: #cc5200;
    text-align: center;
}
.header-opt-9 .header-nav {
    background-color: #ff7f00;
}
.header-opt-9 .header-nav .box-header-nav {
    background-color: #ff7f00;
}
@media (max-width: 1199px) {
    .header-opt-9 .header-content .block-search {
        float: right;
        margin-right: 0;
    }
    .header-opt-9 .header-content .block-search .form-search {
        width: 275px;
    }
    .header-opt-9 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-9 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-9 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-9 .header-content .nav-mind {
        float: left;
    }
    .header-opt-9 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-9 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-9 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-10 .nav-toggle-menu {
    line-height: 51px;
    background-color: #28a152;
}
.header-opt-10 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #28a152;
}
.header-opt-10 .header-top .hotline {
    float: left;
    color: #000000;
}
.header-opt-10 .header-top .hotline:before,
.header-opt-10 .header-top .hotline:after {
    content: "";
    display: table;
}
.header-opt-10 .header-top .hotline:after {
    clear: both;
}
.header-opt-10 .header-top .hotline > li {
    position: relative;
    padding: 0 18px;
    float: left;
}
.header-opt-10 .header-top .hotline > li > span {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .hotline > li > a {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .hotline > li > a:hover {
    color: #fe5654;
}
.header-opt-10 .header-top .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-10 .header-top .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-10 .header-top .hotline > li:first-child:before {
    content: none;
}
.header-opt-10 .header-top .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 600px) {
    .header-opt-10 .header-top .hotline > li {
        padding-left: 0;
    }
    .header-opt-10 .header-top .hotline > li:before {
        display: none;
    }
}
.header-opt-10 .header-top .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-10 .header-top .links:before,
.header-opt-10 .header-top .links:after {
    content: "";
    display: table;
}
.header-opt-10 .header-top .links:after {
    clear: both;
}
.header-opt-10 .header-top .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-10 .header-top .links > li > a,
.header-opt-10 .header-top .links > li > span {
    color: #fff;
    display: block;
    line-height: 36px;
}
.header-opt-10 .header-top .links > li > a {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .links > li > a:hover {
    color: #fe5654;
}
.header-opt-10 .header-top .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-10 .header-top .links > li:last-child {
    padding-right: 0;
}
.header-opt-10 .header-top .links > li:last-child:before {
    content: none;
}
.header-opt-10 .header-top .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 600px) {
    .header-opt-10 .header-top .links > li {
        padding-left: 0;
    }
    .header-opt-10 .header-top .links > li:before {
        display: none;
    }
}
.header-opt-10 .header-top .links .setting .dropdown-menu {
    width: 175px;
}
@media (max-width: 479px) {
    .header-opt-10 .header-top .links .setting {
        position: static ;
    }
    .header-opt-10 .header-top .links .setting .dropdown-menu {
        top: 100%;
        width: 175px;
    }
}
.header-opt-10 .header-top .setting .account li a:hover,
.header-opt-10 .header-top .setting .account li a:focus {
    color: #28a152;
}
.header-opt-10 .header-content {
    background-color: #53b475;
    padding-top: 35px;
    padding-bottom: 35px;
}
.header-opt-10 .header-content .logo {
    padding-top: 9px;
    display: block;
}
.header-opt-10 .header-content .nav-mind {
    float: right;
}
.header-opt-10 .header-content .nav-right {
    float: right;
    padding-right: 15px;
}
.header-opt-10 .header-content .block-search {
    float: right;
}
.header-opt-10 .header-content .block-search .block-title {
    line-height: 40px;
    height: 40px;
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #28a152;
}
.header-opt-10 .header-content .block-search .block-title:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-10 .header-content .block-search .categori-search {
    width: 153px;
}
.header-opt-10 .header-content .block-search .categori-search .chosen-container .chosen-single {
    background-color: #28a152;
    border-color: #28a152;
    line-height: 38px;
    height: 40px;
    border-right: 1px solid #fff;
    z-index: 10;
    color: #fff;
}
.header-opt-10 .header-content .block-search .categori-search .chosen-container .chosen-single div b {
    color: #fff;
}
.header-opt-10 .header-content .block-search .form-search {
    width: 415px;
}
@media (max-width: 1199px) {
    .header-opt-10 .header-content .block-search .form-search {
        width: 260px;
    }
}
@media (max-width: 767px) {
    .header-opt-10 .header-content .block-search .form-search {
        width: 100%;
    }
}
.header-opt-10 .header-content .block-search .form-search .form-control {
    border-color: #28a152;
    height: 40px;
    padding-left: 17px;
    padding-right: 45px;
    font-size: 14px;
    color: #e0e0e0;
    background-color: #28a152;
}
.header-opt-10 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}
.header-opt-10 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #e0e0e0;
}
.header-opt-10 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #e0e0e0;
}
.header-opt-10 .header-content .block-search .form-search .btn-search {
    width: 45px;
    background-color: #28a152;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    border-left: 1px solid #fff;
}
.header-opt-10 .header-content .block-search .form-search .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-10 .header-content .block-search .form-search .btn-search:hover {
    background-color: #1e783d;
}
.header-opt-10 .header-content .block-minicart {
    float: right;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .header-opt-10 .header-content .block-minicart {
        margin-top: 10px;
        margin-left: 20px;
    }
}
.header-opt-10 .header-content .block-minicart:hover > .dropdown-toggle,
.header-opt-10 .header-content .block-minicart.open > .dropdown-toggle {
    background-color: #1e783d;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle {
    height: 41px;
    display: block;
    position: relative;
    color: #fff;
    background-color: #28a152;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-10 .header-content .block-minicart > .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle:after {
    clear: both;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .cart-icon {
    width: 41px;
    display: block;
    height: 41px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index6/minicart.png);
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .counter-number {
    position: absolute;
    right: 25px;
    left: auto;
    background-color: #fe5654;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 33px;
    padding: 0;
    border-radius: 20px;
    top: -7px;
    color: #fff;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 4px 0;
    border-color: transparent #fe5654 transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 17px;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .counter {
    float: left;
    border: 1px solid #28a152;
    border-right: none;
    height: 41px;
    padding-left: 17px;
    width: 156px;
    color: #fff;
    line-height: 1;
    border-right: 1px solid #fff;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .cart-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
    line-height: 1;
    margin-bottom: 1px;
}
.header-opt-10 .header-content .block-minicart > .dropdown-toggle .counter-label:after {
    content: "-";
    padding-left: 3px;
}
.header-opt-10 .block-minicart .actions .btn:hover,
.header-opt-10 .block-minicart .actions .btn:focus {
    background-color: #28a152;
}
.header-opt-10 .block-minicart .minicart-items .product-item .product-item-name a:hover,
.header-opt-10 .block-minicart .minicart-items .product-item .product-item-name a:focus {
    color: #28a152;
}
.header-opt-10 .block-nav-categori {
    width: 270px;
}
.header-opt-10 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    .header-opt-10 .block-nav-categori .block-content {
        width: 270px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori {
        padding-bottom: 21px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori > li > a {
        line-height: 36px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 36px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori .submenu {
        left: 270px;
        width: 670px;
    }
}
@media (min-width: 1199px) {
    .header-opt-10 .block-nav-categori .block-content .ui-categori .submenu {
        width: 900px;
    }
}
.header-opt-10 .block-nav-categori .ui-categori {
    margin-bottom: 7px;
}
@media (min-width: 1200px) {
    .header-opt-10 .block-nav-categori .ui-categori > li > a {
        padding-left: 17px;
        line-height: 37px;
    }
}
.header-opt-10 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
    line-height: 46px;
}
.header-opt-10 .block-nav-categori .view-all-categori a:hover {
    background-color: #28a152;
}
.header-opt-10 .block-nav-categori .block-title {
    background-color: #28a152;
    line-height: 50px;
}
.header-opt-10 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-10 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.header-opt-10 .block-nav-categori .view-all-categori .btn-view-all:hover,
.header-opt-10 .block-nav-categori .view-all-categori a:hover {
    background-color: #28a152;
}
.header-opt-10 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-10 .block-nav-menu .ui-menu > li > a:focus {
    color: #ff3366;
}
.header-opt-10 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-10 .block-nav-menu .ui-menu > li:focus > a {
    color: #ff3366;
}
.header-opt-10 .block-nav-menu .ui-menu > li ul a:hover,
.header-opt-10 .block-nav-menu .ui-menu > li ul a:focus {
    color: #ff3366;
}
@media (min-width: 992px) {
    .header-opt-10 .block-nav-menu .ui-menu > li ul a:hover,
    .header-opt-10 .block-nav-menu .ui-menu > li ul a:focus {
        color: #ff3366 !important;
    }
}
.header-opt-10 .block-nav-menu .ui-menu > li .label-menu {
    background-color: #fe5654;
}
.header-opt-10 .block-nav-menu .ui-menu > li .label-menu:before {
    border-color: #fe5654 transparent transparent;
}
@media (min-width: 1200px) {
    .header-opt-10 .block-nav-menu .ui-menu .horizontal-menu {
        width: 900px;
    }
}
@media (min-width: 992px) {
    .header-opt-10 .block-nav-menu .ui-menu {
        padding: 0;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a {
        line-height: 50px;
        padding: 0 12px;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        position: relative;
        color: #fff;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a:after {
        position: static;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a:before {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #d6d6d6;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: -1px;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li.active > a {
        background-color: #333333;
        color: #fff;
        z-index: 10;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li.active > a:before {
        content: none;
    }
}
@media (min-width: 1200px) {
    .header-opt-10 .block-nav-menu .ui-menu > li > a {
        padding: 0 28px;
    }
}
.header-opt-10 .header-nav {
    background-color: #53b475;
}
.header-opt-10 .header-nav .box-header-nav {
    background-color: #28a152;
}
@media (max-width: 991px) {
    .header-opt-10 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-10 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-10 .header-content .nav-left .logo {
        padding-top: 0;
    }
    .header-opt-10 .header-content .nav-mind {
        float: left;
        padding-left: 15px;
    }
    .header-opt-10 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
    .header-opt-10 .header-content .nav-right {
        float: right;
    }
    .header-opt-10 .header-content .block-minicart {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header-opt-10 .header-content .block-search .categori-search {
        display: none;
    }
    .header-opt-10 .header-content .nav-right {
        float: right;
    }
}
/*==========================================================

        5. SIDEBAR

==========================================================*/
.slider-range {
    margin-bottom: 20px;
    padding-top: 2px;
}
.slider-range:before,
.slider-range:after {
    content: "";
    display: table;
}
.slider-range:after {
    clear: both;
}
.catalog-view_op1 .slider-range {
    margin-bottom: 5px;
}
.slider-range .ui-slider {
    position: relative;
    height: 3px;
    background-color: #888888;
    border-radius: 0px;
    margin: 5px 0 ;
}
.catalog-view_op1 .slider-range .ui-slider {
    height: 7px;
    background-color: #ff3366;
}
.slider-range .ui-slider-range {
    height: 3px;
    background-color: #00a1d0;
    position: absolute;
    top: 0;
}
.catalog-view_op1 .slider-range .ui-slider-range {
    height: 7px;
    background-color: #ccc;
}
.slider-range .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #888888;
    display: block;
    position: absolute;
    top: -5px;
}
.catalog-view_op1 .slider-range .ui-slider-handle {
    background-color: transparent;
    width: 13px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/slider-range.png);
}
.slider-range .action:before,
.slider-range .action:after {
    content: "";
    display: table;
}
.slider-range .action:after {
    clear: both;
}
.slider-range .action .price {
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
}
.catalog-view_op1 .slider-range .action .price {
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.slider-range .action .price > span {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    text-align: center;
    width: 65px;
    display: block;
    float: left;
    font-size: 14px;
    color: #000000;
    margin: 0 10px 0 0;
}
.catalog-view_op1 .slider-range .action .price > span {
    float: none;
    display: inline;
    border: none;
    font-size: 14px;
    color: #000000;
    width: auto;
    margin: 0;
}
.slider-range .action .btn {
    height: 32px;
    width: 65px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background-color: #ffa200;
    float: left;
    margin-bottom: 15px;
}
.slider-range .action .btn:hover,
.slider-range .action .btn:focus {
    background-color: #171717;
}
.slider-range .amount-min,
.slider-range .amount-max {
    display: block;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #888888;
}
.slider-range .amount-min .catalog-view_op1,
.slider-range .amount-max .catalog-view_op1 {
    display: none;
}
.slider-range .amount-max {
    float: right;
}
.block-sidebar {
    margin-bottom: 20px;
}
.block-sidebar .block-title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.block-sidebar .block-title strong {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    display: block;
    line-height: 30px;
}
.block-sidebar .block-content {
    font-size: 13px;
    color: #5b5b5b;
}
.block-filter .close-filter-products {
    width: 50px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.block-filter .block-title {
    margin-bottom: 38px;
}
.block-filter .block-content {
    background-color: #fff;
    padding: 20px 20px 15px;
    border: 1px solid #dfdfdf;
}
.block-filter .filter-options-item {
    margin-bottom: 15px;
}
.catalog-view_op1 .block-filter .filter-options-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.catalog-view_op1_style2.catalog-view_op1 .block-filter .filter-options-item {
    margin-bottom: 20px;
}
.catalog-view_op1 .block-filter .filter-options-item .filter-options-content {
    padding-bottom: 0;
}
.catalog-view_op1 .block-filter .filter-options-item:last-child {
    border-bottom: none;
}
.block-filter .filter-options-title {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 25px;
    display: block;
}
.catalog-view_op1 .block-filter .filter-options-title {
    margin-bottom: 5px;
}
.block-filter .filter-options-content {
    padding-bottom: 0;
}
.block-filter .filter-options-content .item {
    text-transform: capitalize;
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
}
.catalog-view_op1 .block-filter .filter-options-content .item {
    line-height: 1;
}
.block-filter .filter-options-content .item label {
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    cursor: pointer;
    color: #888888;
}
.block-filter .filter-options-content .item label:before,
.block-filter .filter-options-content .item label:after {
    content: "";
    display: table;
}
.block-filter .filter-options-content .item label:after {
    clear: both;
}
.catalog-view_op1 .block-filter .filter-options-content .item label {
    line-height: 25px;
    margin: 0;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span:before {
    top: 7px;
}
.block-filter .filter-options-content .item label:hover {
    color: #ffa200;
}
.block-filter .filter-options-content .item label > span {
    display: block;
    position: relative;
    padding-left: 27px;
}
.block-filter .filter-options-content .item label > span:before {
    content: '';
    width: 15px;
    height: 14px;
    background-color: #888888;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.block-filter .filter-options-content .item label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}
.block-filter .filter-options-content .item label input[type=checkbox]:checked + span {
    color: #ffa200;
}
.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked + span {
    color: #ff3366;
}
.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ff3366;
    border-color: #ff3366;
}
.block-filter .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ffa200;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.block-filter .filter-options-content .item a {
    display: block;
    color: #000000;
}
.block-filter .filter-options-content .item a:before,
.block-filter .filter-options-content .item a:after {
    content: "";
    display: table;
}
.block-filter .filter-options-content .item a:after {
    clear: both;
}
.block-filter .filter-options-content .item a:hover {
    color: #ff3366;
}
.block-filter .filter-options-content .item .count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    line-height: 1;
}
.block-filter .filter-options-categori,
.block-filter .filter-options-price {
    border-bottom: 1px dashed  #dfdfdf;
    margin-bottom: 22px;
}
.block-filter .filter-options-categori .filter-options-content,
.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 18px;
}
.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 0px;
}
.block-filter .filter-options-color .filter-options-content .items:before,
.block-filter .filter-options-color .filter-options-content .items:after {
    content: "";
    display: table;
}
.block-filter .filter-options-color .filter-options-content .items:after {
    clear: both;
}
.block-filter .filter-options-color .filter-options-content .item {
    padding: 0;
    width: 50%;
    float: left;
    line-height: 31px;
}
.block-filter .filter-options-color .filter-options-content .item:before {
    content: none;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item {
    display: block;
    width: auto;
    margin: 0 10px 10px 0;
    line-height: 1;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label {
    margin: 0;
}
.block-filter .filter-options-color .filter-options-content .item .img {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 6px;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item .img {
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    display: block;
}
.block-filter .filter-options-color .filter-options-content .item .text {
    display: inline-block;
    line-height: 19px;
    vertical-align: middle;
    padding: 0 6px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.block-filter .filter-options-color .filter-options-content .item label > span {
    padding-left: 0;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span {
    padding-left: 0;
    position: relative;
    height: 20px;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span .count {
    display: none;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span .img {
    display: block;
    margin: 0;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span:before {
    width: 13px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    border: none;
}
.block-filter .filter-options-color .filter-options-content .item label > span:before {
    top: 16px;
    background-color: transparent;
}
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ffa200;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .img,
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .text {
    border: 1px solid #ffa200;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .img {
    border: 1px solid #ff3366;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ff3366;
}
@media (max-width: 991px) {
    .block-filter {
        position: fixed;
        top: 0;
        left: -110%;
        bottom: 0;
        width: 300px;
        background-color: #fff;
        z-index: 888;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
        margin: 0;
        -webkit-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.23);
        box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.23);
    }
    .block-filter.active {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .block-filter .close-filter-products {
        display: block;
    }
    .block-filter .block-title {
        padding: 0 20px;
    }
    .block-filter .block-title strong {
        line-height: 50px;
        font-weight: bold;
        font-size: 20px;
    }
    .block-filter .block-content {
        padding: 0;
        border: none;
    }
    .block-filter .block-content .filter-options-item {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 20px;
    }
    .block-filter .block-content .filter-options-item.active .filter-options-content {
        display: block;
    }
    .block-filter .block-content .filter-options-title {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }
    .block-filter .block-content .filter-options-title:after {
        content: "\f105";
        font-family: "FontAwesome";
        display: block;
        line-height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        font-weight: normal;
    }
    .block-filter .block-content .filter-options-title.active {
        color: #ffa200;
    }
    .block-filter .block-content .filter-options-title.active:after {
        content: "\f107";
    }
    .block-filter .block-content .filter-options-content {
        display: none;
        border: none;
        padding-bottom: 20px;
    }
}
.catalog-view_op1 .block-sidebar {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.catalog-view_op1_style2.catalog-view_op1 .block-sidebar {
    border: none;
    margin-bottom: 20px;
}
.catalog-view_op1 .block-sidebar .block-title {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 	27px;
    text-transform: uppercase;
}
.catalog-view_op1 .block-sidebar .block-title strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
    color: #333;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-title strong {
        font-weight: 600;
        color: #333;
        line-height: 32px;
    }
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-title {
        padding-left: 0;
        margin-right: 24px;
    }
}
.catalog-view_op1 .block-sidebar .block-content {
    border: none;
    padding-left: 27px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-content {
        padding-left: 20px;
        padding-bottom: 0;
    }
}
.catalog-view_op1 .block-filter {
    border: 1px solid #f1f1f1;
}
.catalog-view_op1_style2.catalog-view_op1 .block-filter {
    border: none;
}
.catalog-view_op1 .block-filter .block-title {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 	27px;
    text-transform: uppercase;
}
.catalog-view_op1 .block-filter .block-title strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
}
.catalog-view_op1 .block-filter .block-content {
    border: none;
    padding-left: 27px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 0px;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-filter .block-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
    }
}
@media (max-width: 991px) {
    .catalog-view_op1 .block-filter .block-content {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-view_op1 .block-filter .block-content .filter-options-item {
        padding-bottom: 10px;
    }
}
.catalog-view_op1 .block-filter .filter-options-title {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
}
.catalog-view_op1 .block-filter .filter-options-content .item label {
    color: #666;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span {
    padding-left: 24px;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span:before {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content {
    max-height: 150px;
    overflow-y: auto;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content .item {
    width: 50%;
    float: left;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content .item:nth-child(2n+1) {
    clear: both;
}
.block-sidebar-compare .block-content {
    padding: 20px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 13px;
    color: #888888;
}
.block-sidebar-tags .block-content {
    padding-top: 8px;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content {
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 0;
}
.block-sidebar-tags .block-content:before,
.block-sidebar-tags .block-content:after {
    content: "";
    display: table;
}
.block-sidebar-tags .block-content:after {
    clear: both;
}
.block-sidebar-tags .block-content ul:before,
.block-sidebar-tags .block-content ul:after {
    content: "";
    display: table;
}
.block-sidebar-tags .block-content ul:after {
    clear: both;
}
.block-sidebar-tags .block-content li {
    float: left;
}
.catalog-view_op1 .block-sidebar-tags .block-content li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.block-sidebar-tags .block-content a {
    display: block;
    line-height: 31px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 0 13px;
    color: #888888;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 9px;
    float: left;
}
.block-sidebar-tags .block-content a:hover {
    color: #ffa200;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content a {
    line-height: 33px;
    font-size: 14px;
    font-style: italic;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 5px;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content a:hover {
    color: #ff3366;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a {
    color: #000000;
    margin-right: 22px;
    padding: 0;
    line-height: 1;
    border: none;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a:hover {
    color: #ff3366;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv1 {
    font-size: 12px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv2 {
    font-size: 16px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv3 {
    font-size: 18px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv4 {
    font-size: 20px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv5 {
    font-size: 24px;
}
.block-sidebar-tags .block-content .view-all {
    color: #333333;
    text-transform: capitalize;
}
.block-sidebar-tags .block-content .view-all .fa {
    margin-left: 15px;
}
.catalog-view_op1 .block-sidebar-products .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-info {
    margin-bottom: 10px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-info:before,
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-info:after {
    content: "";
    display: table;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-info:after {
    clear: both;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-photo {
    float: left;
    margin-right: 10px;
    width: 110px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-detail {
    overflow: hidden;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-name {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    display: block;
    margin-top: 53px;
    margin-bottom: 3px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-name a {
    color: #888888;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-name a:hover {
    color: #ffa200;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-price {
    font-size: 16px;
    color: #333333;
}
.block-sidebar-products .product-item:not(.product-item-opt-2) .product-item-price .old-price {
    text-decoration: line-through;
    margin-left: 6px;
}
.block-sidebar-products .product-item-opt-2 {
    margin-bottom: 10px;
}
.block-sidebar-products .product-item-opt-2 .product-item-info:before,
.block-sidebar-products .product-item-opt-2 .product-item-info:after {
    content: "";
    display: table;
}
.block-sidebar-products .product-item-opt-2 .product-item-info:after {
    clear: both;
}
.block-sidebar-products .product-item-opt-2 .product-item-photo {
    padding: 0;
    width: 80px;
    margin-right: 10px;
    float: left;
}
.block-sidebar-products .product-item-opt-2 .product-item-detail {
    padding: 0;
    overflow: hidden;
}
.block-sidebar-products .product-item-opt-2 .product-item-name {
    white-space: normal;
    margin: 0;
}
.block-sidebar-products .product-item-opt-2 .product-item-price,
.block-sidebar-products .product-item-opt-2 .product-reviews-summary {
    float: none;
    width: 100%;
}
.block-sidebar-products .all-products {
    line-height: 29px;
    background-color: #fafafa;
    height: auto;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    color: #ff3366;
    font-size: 13px;
    text-transform: none;
}
.block-sidebar-products .all-products:hover {
    background-color: #ff3366;
    color: #fff;
    border-color: #fafafa;
}
.block-sidebar-products .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-products .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-products .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-products .owl-carousel .product-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
    padding-top: 4px;
}
.block-sidebar-products .owl-carousel .product-item:last-child {
    border-bottom: none;
}
.block-sidebar-products-opt2 .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.catalog-view_op1 .block-sidebar-products-opt2 .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.block-sidebar-products-opt2 .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-products-opt2 .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-products-opt2 .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-products-opt2 .product-item-opt-2 {
    margin-bottom: 15px;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info {
    position: relative;
    padding-bottom: 40px;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .product-item-photo {
    position: static;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    height: 36px !important;
    line-height: 34px !important;
    background-color: #ff3366 !important;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    right: auto;
    padding: 0;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart:before {
    background-image: url(../images/icon/cart-catalog-op1.png);
    margin: 0;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #cc0033 !important;
}
.block-banner-sidebar .owl-carousel .owl-item img {
    width: 100%;
}
.block-banner-sidebar .owl-dots {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    text-align: center;
}
.block-banner-sidebar .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
}
.block-banner-sidebar .owl-dots .owl-dot.active {
    width: 14px;
    height: 14px;
    background-color: #ff3366;
}
.block-sidebar-categorie .items a {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    line-height: 26px;
    margin-left: 17px;
    position: relative;
}
.block-sidebar-categorie .items a:hover {
    color: #ff3366;
}
.block-sidebar-categorie .items a:hover:before {
    color: #ff3366;
}
.block-sidebar-categorie .items a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -17px;
    color: #cccccc;
    font-size: 13px;
}
.block-sidebar-categorie .items li.active > ul,
.block-sidebar-categorie .items li:hover > ul {
    height: auto;
    display: block;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-sidebar-categorie .items > li > a:before {
    content: "\f105";
    font-size: 14px;
    font-weight: bold;
}
.block-sidebar-categorie .items > li:hover > a {
    color: #ff3366;
}
.block-sidebar-categorie .items > li:hover > a:before {
    color: #ff3366;
}
.block-sidebar-categorie .items > li ul {
    padding-left: 17px;
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-sidebar-categorie .items > li ul li {
    border-bottom: 1px dotted #eeeeee;
}
.block-sidebar-categorie .items > li ul li:last-child {
    border-bottom: none;
}
.block-sidebar-testimonials .item {
    margin-bottom: 10px;
}
.block-sidebar-testimonials .item .name {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.block-sidebar-testimonials .item .avata {
    text-align: center;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #eeeeee;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
.block-sidebar-testimonials .item .avata img {
    display: block;
}
.block-sidebar-testimonials .item .des {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.block-sidebar-testimonials .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-testimonials .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-testimonials .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-testimonials2 .block-content {
    background-color: #f6f6f6;
    text-align: center;
}
.catalog-view_op1_style2 .block-sidebar-testimonials2 .block-content {
    padding-bottom: 15px ;
}
.block-sidebar-testimonials2 .block-content .item {
    padding-bottom: 5px;
}
.block-sidebar-testimonials2 .block-content .img {
    margin-bottom: 10px;
}
.block-sidebar-testimonials2 .block-content .img img {
    margin: auto;
}
.block-sidebar-testimonials2 .block-content .title {
    color: #ff3366;
    font-size: 16px;
    font-family: Arial;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}
.block-sidebar-testimonials2 .block-content .des {
    font-size: 14px;
    color: #000000;
    font-family: Arial;
    margin-bottom: 12px;
}
.block-sidebar-testimonials2 .block-content .btn {
    line-height: 29px;
    height: auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 0 9px;
    color: #333333;
    font-family: Arial;
    text-transform: none;
}
.block-sidebar-testimonials2 .block-content .btn:hover {
    background-color: #ff3366;
    color: #fff;
}
/*==========================================================

        6. FOOTER

==========================================================*/
.block-newletter {
    margin-bottom: 25px;
}
.block-newletter .block-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 55px;
    line-height: 1.1;
}
.block-newletter .form-control {
    height: 52px;
    border: 1px solid #aaaaaa;
    padding-left: 14px;
    font-size: 14px;
    color: #aaaaaa;
}
.block-newletter .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.block-newletter .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.block-newletter .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.block-newletter .btn-subcribe {
    z-index: 20;
    padding: 0 15px;
    height: 52px;
    background-color: #3e3e3e;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.block-newletter .btn-subcribe:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-newletter .btn-subcribe:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.site-footer {
    background-color: #fff;
    padding-top: 80px;
}
.site-footer .footer-column {
    padding-bottom: 62px;
}
.site-footer .footer-column .logo-footer {
    margin-bottom: 35px;
    display: block;
}
.site-footer .footer-column .address {
    font-size: 14px;
    color: #888888;
    margin-bottom: 42px;
}
.site-footer .footer-column .address td {
    padding-bottom: 8px;
    vertical-align: top;
}
.site-footer .footer-column .address b {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-right: 15px;
}
.site-footer .footer-column .links {
    font-size: 14px;
}
.site-footer .footer-column .links h3.title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 55px;
}
.site-footer .footer-column .links a {
    color: #888888;
}
.site-footer .footer-column .links a:hover {
    color: #333;
}
.site-footer .footer-column .links li {
    margin-bottom: 7px;
}
.site-footer .footer-column .block-social .block-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 25px;
}
.site-footer .footer-column .block-social .block-content:before,
.site-footer .footer-column .block-social .block-content:after {
    content: "";
    display: table;
}
.site-footer .footer-column .block-social .block-content:after {
    clear: both;
}
.site-footer .footer-column .block-social .block-content a {
    width: 32px;
    line-height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}
.site-footer .footer-column .block-social .block-content a:last-child {
    margin-right: 0;
}
.site-footer .footer-column .block-social .block-content a:hover {
    color: #fff;
    background-color: #ffa200;
    border-color: #ffa200;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.site-footer .footer-bottom {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 40px;
    padding-top: 32px;
}
.site-footer .footer-bottom .links {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.site-footer .footer-bottom .links ul {
    margin-bottom: 5px;
}
.site-footer .footer-bottom .links li {
    display: inline-block;
}
.site-footer .footer-bottom .links li:last-child a:after {
    content: none;
}
.site-footer .footer-bottom .links a {
    color: #333;
    display: block;
    line-height: 24px;
    position: relative;
    padding-right: 9px;
    padding-left: 6px;
}
.site-footer .footer-bottom .links a:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
}
.site-footer .footer-bottom .links a:hover {
    color: #ffa200;
}
.site-footer .payment {
    margin-bottom: 20px;
}
.site-footer .payment img {
    margin-right: 6px;
    cursor: pointer;
}
.site-footer .copyright {
    font-size: 14px;
    color: #333333;
    padding-bottom: 40px;
    text-align: center;
}
.site-footer .footer-tag {
    margin-bottom: 30px;
}
.site-footer .footer-tag .title {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.site-footer .footer-tag li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-bottom: 5px;
    margin-right: 6px;
}
.site-footer .footer-tag li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #000000;
}
.site-footer .footer-tag li:last-child:after {
    content: none;
}
.site-footer .footer-tag a {
    font-size: 14px;
    color: #000000;
}
.site-footer .footer-tag a:hover {
    color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .site-footer:not(.footer-opt-6) .footer-column .block-newletter .input-group {
        display: block;
    }
    .site-footer:not(.footer-opt-6) .footer-column .block-newletter .form-control {
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .site-footer:not(.footer-opt-6) .footer-column .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
.back-to-top {
    display: block;
    border: 2px solid #ffa200;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    float: right;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
    top: auto !important;
    display:none !important;
}
.back-to-top .fa {
    line-height: 36px;
    width: 36px;
    border-radius: 100%;
    background-color: #ffa200;
    font-size: 22px;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
    background-color: #ffa200;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-opt-2 {
    padding-top: 50px;
}
.footer-opt-2 .footer-column .block-social .block-content a:hover,
.footer-opt-2 .footer-column .block-social .block-content a:focus {
    background-color: #0164c9;
    border-color: #0164c9;
}
.footer-opt-2 .copyright {
    text-align: left;
}
.footer-opt-3 .footer-column .block-social .block-content a:hover,
.footer-opt-3 .footer-column .block-social .block-content a:focus {
    background-color: #e5343e;
    border-color: #e5343e;
}
.footer-opt-3 .copyright {
    text-align: left;
    float: left;
    padding-bottom: 20px;
}
.footer-opt-3 .payment {
    float: right;
}
.footer-opt-3 .footer-bottom {
    padding-bottom: 50px;
}
.footer-opt-3 .footer-bottom .links a:hover,
.footer-opt-3 .footer-bottom .links a:focus {
    color: #e5343e;
}
.footer-opt-4 .copyright {
    text-align: left;
    color: #666;
}
.footer-opt-4 .footer-column {
    padding-bottom: 32px;
}
.footer-opt-4 .footer-column .block-social .block-content a:hover,
.footer-opt-4 .footer-column .block-social .block-content a:focus {
    background-color: #486393;
    border-color: #486393;
}
.footer-opt-4 .footer-column .links h3.title {
    margin-bottom: 35px;
}
.footer-opt-4 .block-newletter .block-title {
    margin-bottom: 40px;
}
.footer-opt-5 .copyright {
    float: left;
}
.footer-opt-5 .payment {
    float: right;
}
.footer-opt-5 .footer-column {
    padding-bottom: 28px;
}
.footer-opt-5 .footer-column .block-social .block-content a:hover,
.footer-opt-5 .footer-column .block-social .block-content a:focus {
    background-color: #3266cc;
    border-color: #3266cc;
}
.footer-opt-5 .footer-column .links h3.title {
    margin-bottom: 35px;
}
.footer-opt-5 .block-newletter {
    margin-bottom: 33px;
}
.footer-opt-5 .block-newletter .block-title {
    margin-bottom: 38px;
}
.footer-opt-5 .footer-bottom {
    padding-top: 40px;
    padding-bottom: 48px;
}
.footer-opt-5 .copyright {
    padding-bottom: 30px;
}
.footer-opt-5 .footer-bottom .links a:hover {
    color: #3266cc;
}
.footer-opt-6 {
    background-color: #eeeeee;
    padding-top: 24px;
}
.footer-opt-6 .footer-column {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .footer-opt-6 .footer-column .col:nth-child(3n+1) {
        clear: both;
    }
}
.footer-opt-6 .footer-column .links {
    margin-bottom: 15px;
}
.footer-opt-6 .footer-column .links h3.title {
    margin-bottom: 15px;
}
.footer-opt-6 .footer-column .links ul {
    padding-left: 12px;
}
.footer-opt-6 .footer-column .links li {
    list-style: disc;
    list-style-position: outside;
    font-size: 10px;
}
.footer-opt-6 .footer-column .links li:hover {
    color: #ff3366;
}
.footer-opt-6 .footer-column .links li a {
    font-size: 14px;
    color: #000000;
}
.footer-opt-6 .footer-column .links li a:hover {
    color: #ff3366;
}
.footer-opt-6 .footer-column .logo-footer {
    margin-bottom: 10px;
}
.footer-opt-6 .footer-column .address {
    color: #333333;
    margin-bottom: 28px;
}
.footer-opt-6 .footer-column .address b {
    font-size: 14px;
}
.footer-opt-6 .footer-column .block-social .block-title {
    margin-bottom: 10px;
}
.footer-opt-6 .footer-column .block-social .block-content a {
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #415a99;
}
.footer-opt-6 .footer-column .block-social .block-content .sh-pinterest {
    background-color: #cb222a;
}
.footer-opt-6 .footer-column .block-social .block-content .sh-vk {
    background-color: #5b7fa6;
}
.footer-opt-6 .footer-column .block-social .block-content .sh-twitter {
    background-color: #00caff;
}
.footer-opt-6 .footer-column .block-social .block-content .sh-google {
    background-color: #da4735;
}
.footer-opt-6 .block-newletter {
    margin-bottom: 20px;
}
.footer-opt-6 .block-newletter .block-title {
    margin-bottom: 19px;
}
.footer-opt-6 .block-newletter .btn-subcribe {
    background-color: #ff3366;
    color: #fff;
    height: 30px;
}
.footer-opt-6 .block-newletter .form-control {
    height: 30px;
    font-size: 13px;
    color: #999999;
    text-align: center;
    padding: 0 6px;
    border: none;
}
.footer-opt-6 .block-newletter .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.footer-opt-6 .block-newletter .form-control:-ms-input-placeholder {
    color: #999999;
}
.footer-opt-6 .block-newletter .form-control::-webkit-input-placeholder {
    color: #999999;
}
.footer-opt-6 .payment-methods {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.footer-opt-6 .payment-methods:before,
.footer-opt-6 .payment-methods:after {
    content: "";
    display: table;
}
.footer-opt-6 .payment-methods:after {
    clear: both;
}
.footer-opt-6 .payment-methods .block-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 220px;
    float: left;
    line-height: 46px;
}
.footer-opt-6 .payment-methods .block-content {
    float: left;
    width: calc(100% -  220px);
    width: -moz-calc(100% -  220px);
    width: -webkit-calc(100% -  220px);
    width: -o-calc(100% -  220px);
}
.footer-opt-6 .payment-methods .block-content .owl-carousel img {
    width: auto;
    height: 46px;
}
@media (max-width: 767px) {
    .footer-opt-6 .payment-methods .block-title,
    .footer-opt-6 .payment-methods .block-content {
        float: none;
        display: block;
        width: 100%;
    }
}
.footer-opt-6 .footer-links {
    padding: 26px 0 26px;
}
.footer-opt-6 .footer-links .title {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-opt-6 .footer-links .links {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.footer-opt-6 .footer-links .links:before,
.footer-opt-6 .footer-links .links:after {
    content: "";
    display: table;
}
.footer-opt-6 .footer-links .links:after {
    clear: both;
}
.footer-opt-6 .footer-links .links li {
    display: inline-block;
}
.footer-opt-6 .footer-links .links li:last-child a:after {
    content: none;
}
.footer-opt-6 .footer-links .links a {
    color: #000000;
    display: block;
    line-height: 24px;
    position: relative;
    padding-right: 9px;
    padding-left: 6px;
}
.footer-opt-6 .footer-links .links a:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}
.footer-opt-6 .footer-links .links a:hover {
    color: #ff3366;
}
.footer-opt-6 .footer-bottom {
    padding-top: 10px;
    padding-bottom: 3px;
}
.footer-opt-6 .footer-bottom .links {
    font-size: 13px;
}
.footer-opt-6 .footer-bottom .links ul {
    margin-bottom: 0;
}
.footer-opt-6 .footer-bottom .links a {
    color: #0066cc;
}
.footer-opt-6 .footer-bottom .links a:after {
    background-color: #0066cc;
    height: 13px;
    margin-top: -6px;
}
.footer-opt-6 .footer-bottom .links a:hover {
    color: #ff3366;
}
.footer-opt-6 .copyright {
    padding-bottom: 18px;
    font-size: 13px;
}
.footer-opt-7 {
    padding-top: 40px;
}
.footer-opt-7 .footer-column {
    padding-bottom: 25px;
}
.footer-opt-7 .footer-bottom {
    padding-bottom: 25px;
}
.footer-opt-7 .footer-bottom .links a:hover {
    color: #0f5194;
}
.footer-opt-7 .footer-column .block-social .block-content a:hover {
    background-color: #ffa200;
    border-color: #ffa200;
}
.footer-opt-8 {
    padding-top: 45px;
}
.footer-opt-8 .footer-column {
    padding-bottom: 20px;
}
.footer-opt-8 .footer-column .links h3.title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
.footer-opt-8 .footer-column .links a {
    color: #666;
}
.footer-opt-8 .footer-column .links a:hover {
    color: #ffa200;
}
.footer-opt-8 .footer-column .block-social {
    margin-bottom: 42px;
}
@media (min-width: 1200px) {
    .footer-opt-8 .footer-column .block-social {
        padding-left: 50px;
    }
}
.footer-opt-8 .footer-column .block-social .block-title {
    line-height: 1.1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-opt-8 .footer-column .block-social a {
    color: #999999;
    border-color: #999999;
    margin-right: 19px;
}
.footer-opt-8 .footer-column .block-social a:hover {
    color: #fff;
    border-color: #ffa200;
    background-color: #ffa200;
}
.footer-opt-8 .footer-column .block-social a:last-child {
    margin-right: 0;
}
.footer-opt-8 .block-newletter {
    max-width: 420px;
}
@media (min-width: 1200px) {
    .footer-opt-8 .block-newletter {
        padding-left: 50px;
    }
}
.footer-opt-8 .block-newletter .input-group {
    display: table;
}
.footer-opt-8 .block-newletter .block-title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-opt-8 .block-newletter .form-control {
    height: 40px;
    margin: 0;
}
.footer-opt-8 .block-newletter .btn-subcribe {
    height: 40px;
    background-color: #ff8c00;
}
.footer-opt-8 .footer-bottom {
    padding-bottom: 17px;
}
.footer-opt-8 .footer-bottom .links ul {
    margin-bottom: 0;
}
.footer-opt-8 .footer-bottom .links a {
    color: #999999;
    font-size: 13px;
}
.footer-opt-8 .footer-bottom .links a:after {
    background-color: #999;
    height: 12px;
    margin-top: -6px;
}
.footer-opt-8 .footer-bottom .links a:hover {
    color: #ffa200;
}
.footer-opt-8 .copyright {
    font-size: 13px;
}
.footer-opt-8 .payment-methods {
    text-align: center;
    border-top: 1px solid #A5A5A5;
    padding: 10px 0;
}
.footer-opt-9 {
    padding-top: 0px;
}
.footer-opt-9 .line {
    display: block;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 26px;
}
.footer-opt-9 .about {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-bottom: 35px;
}
.footer-opt-9 .about h3.title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0 0 15px;
}
.footer-opt-9 .block-newletter {
    margin-bottom: 15px;
    max-width: 303px;
}
.footer-opt-9 .block-newletter .block-title {
    display: none;
}
.footer-opt-9 .block-newletter .form-control {
    height: 36px;
}
.footer-opt-9 .block-newletter .btn-subcribe {
    height: 36px;
    font-size: 14px;
    font-weight: 600;
}
.footer-opt-9 .footer-column {
    margin-bottom: 33px;
    padding-bottom: 0;
}
.footer-opt-9 .footer-column .address {
    margin-bottom: 0;
    max-width: 303px;
}
.footer-opt-9 .footer-column .address td {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-opt-9 .footer-column .address b {
    font-size: 14px;
}
.footer-opt-9 .footer-column .links h3.title {
    margin: 15px 0 13px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .footer-opt-9 .footer-column .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .footer-opt-9 .footer-column .col-sm-6:nth-child(4) {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .footer-opt-9 .col-left {
        border-right: 1px solid #dfdfdf;
        min-height: 183px;
    }
}
.footer-opt-9 .footer-tag {
    border-top: 1px solid #dfdfdf;
    padding-top: 23px;
    margin-bottom: 35px;
}
.footer-opt-9 .footer-tag .title {
    margin-bottom: 12px;
}
.footer-opt-9 .copyright {
    float: left;
    padding-bottom: 30px;
}
.footer-opt-9 .payment {
    float: right;
}
.index-opt-10 .footer-opt-6 .block-newletter .btn-subcribe {
    background-color: #28a152;
}
.index-opt-10 .footer-opt-6 .footer-column .links li:hover {
    color: #28a152;
}
.index-opt-10 .footer-opt-6 .footer-column .links li a:hover {
    color: #28a152;
}
.index-opt-10 .footer-opt-6 .footer-links .links a:hover {
    color: #28a152;
}
.index-opt-10 .footer-opt-6 .footer-bottom .links a:hover {
    color: #28a152;
}
.index-opt-10 .footer-opt-6 .logo-footer {
    margin-bottom: 30px;
}
/*==========================================================

        7. Blog

==========================================================*/
.post-grid .post-items {
    margin-bottom: 34px;
}
.post-list .post-items {
    margin-bottom: 25px;
}
.post-grid .post-items .post-item {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.post-grid .post-items .post-item:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 360px) {
    .post-grid .post-items .post-item {
        width: 100%;
    }
}
.post-list .post-items .post-item {
    margin-bottom: 30px;
}
.post-list .post-items .post-item .post-item-info {
    border: 1px solid #f0f0f0;
}
.post-list .post-items .post-item .post-item-info:before,
.post-list .post-items .post-item .post-item-info:after {
    content: "";
    display: table;
}
.post-list .post-items .post-item .post-item-info:after {
    clear: both;
}
.post-list .post-items .post-item .post-item-photo {
    width: 48%;
    float: left;
    margin: 0;
}
@media (max-width: 479px) {
    .post-list .post-items .post-item .post-item-photo {
        width: 100%;
        float: none;
    }
}
.post-list .post-items .post-item .post-item-detail {
    overflow: hidden;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.post-list .post-items .post-item .post-item-name {
    font-size: 16px;
    margin-top: 30px;
}
@media (max-width: 1199px) {
    .post-list .post-items .post-item .post-item-name {
        margin-top: 5px;
    }
}
.post-items .post-item .post-item-des {
    font-size: 13px;
    color: #888888;
    margin: 22px 0 25px;
    line-height: 20px;
    max-height: 61px;
    overflow: hidden;
}
.post-items .post-item .post-item-actions {
    margin-top: 15px;
}
.post-items .post-item .post-item-actions .btn {
    color: #000000;
    font-size: 13px;
    display: inline-block;
    line-height: 36px;
    padding: 0 22px;
    text-transform: none;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 100px;
}
.post-items .post-item .post-item-actions .btn:hover {
    background-color: #ffa200;
    color: #fff;
}
.post-items .post-item .post-item-photo {
    display: block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.post-items .post-item .post-item-photo a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 165, 60, 0.5);
    opacity: 0;
    display: block;
    z-index: 5;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo:hover a:before {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-name {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
}
.post-items .post-item .post-item-name a {
    color: #333333;
}
.post-items .post-item .post-item-name a:hover {
    color: #ffa200;
}
.post-items .post-item .post-item-athur {
    color: #aaaaaa;
    font-size: 11px;
    display: block;
}
.cms-blog .pagination {
    margin-bottom: 70px;
}
.sidebar-blog .block {
    margin-bottom: 30px;
}
.sidebar-blog .block .block-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 5px;
}
.sidebar-blog .block-categori-blog .block-title {
    margin-bottom: 26px;
}
.sidebar-blog .block-categori-blog li {
    font-size: 14px;
    color: #000000;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
    padding: 10px 0;
}
.sidebar-blog .block-categori-blog li:last-child {
    border-bottom: none;
}
.sidebar-blog .block-categori-blog li:before,
.sidebar-blog .block-categori-blog li:after {
    content: "";
    display: table;
}
.sidebar-blog .block-categori-blog li:after {
    clear: both;
}
.sidebar-blog .block-categori-blog li a {
    color: #000000;
    display: block;
}
.sidebar-blog .block-categori-blog li a:hover {
    color: #ffa200;
}
.sidebar-blog .block-categori-blog li a:hover .count {
    color: #ffa200;
}
.sidebar-blog .block-categori-blog li .count {
    float: right;
    font-style: italic;
    color: #aaa;
    margin-left: 5px;
}
.sidebar-blog .block-recent-post li {
    margin-bottom: 20px;
}
.sidebar-blog .block-recent-post li:hover .item-photo img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.sidebar-blog .block-recent-post .item-photo {
    float: left;
    width: 32.6%;
    max-width: 90px;
    margin-right: 15px;
    display: block;
    overflow: hidden;
}
.sidebar-blog .block-recent-post .item-photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.sidebar-blog .block-recent-post .item-detail {
    overflow: hidden;
    color: #aaaaaa;
    font-size: 10px;
}
.sidebar-blog .block-recent-post .item-name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.sidebar-blog .block-tag-blog .block-content a {
    display: inline-block;
    line-height: 34px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0 23px;
    color: #000000;
    font-size: 12px;
    font-style: italic;
    font-family: "Merriweather";
    margin-bottom: 5px;
    margin-right: 1px;
}
.sidebar-blog .block-tag-blog .block-content a:hover {
    color: #ffa200;
}
.post-detail .post-item-info .post-item-photo {
    display: block;
}
.post-detail .post-item-info .post-item-photo img {
    width: 100%;
    display: block;
}
.post-detail .post-item-info .post-item-name {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 24px 0 15px;
    display: block;
}
.post-detail .post-item-info .post-item-athur {
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 18px;
}
.post-detail .post-item-info .post-item-des {
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.post-detail .post-item-info .post-item-des:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-detail .post-item-info .post-item-des blockquote {
    font-size: 14px;
    color: #333333;
    font-family: "Merriweather";
    border-left: 3px solid #e9c77b;
    padding-left: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-detail .post-item-info .post-item-tag {
    font-size: 13px;
    color: #888888;
    float: left;
    line-height: 28px;
    margin-bottom: 23px;
}
.post-detail .post-item-info .post-item-tag a {
    color: #888888;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-tag a:hover {
    color: #ffa200;
}
.post-detail .post-item-info .post-item-tag label {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    font-weight: normal;
    margin-right: 3px;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-share {
    font-size: 18px;
    color: #333;
    float: right;
    line-height: 28px;
    margin-bottom: 23px;
}
.post-detail .post-item-info .post-item-share a {
    color: #333;
    margin-left: 5px;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-share a:hover {
    color: #ffa200;
}
.post-detail .post-item-info .post-item-share label {
    font-size: 13px;
    text-transform: none;
    color: #000000;
    padding: 0;
    font-weight: normal;
    margin-right: 3px;
    font-family: "Merriweather";
    font-style: italic;
    line-height: 28px;
}
.post-detail .post-arthur {
    background-color: #f2ddb0;
    margin-bottom: 25px;
    padding: 27px 35px  33px 53px;
}
.post-detail .post-arthur:before,
.post-detail .post-arthur:after {
    content: "";
    display: table;
}
.post-detail .post-arthur:after {
    clear: both;
}
@media (max-width: 479px) {
    .post-detail .post-arthur {
        padding: 25px 20px;
    }
}
.post-detail .post-arthur .avata {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}
.post-detail .post-arthur .avata img {
    display: block;
}
.post-detail .post-arthur .des {
    overflow: hidden;
    font-size: 12px;
    color: #555555;
    font-family: "Merriweather";
    font-style: italic;
    padding-top: 20px;
}
.post-detail .post-arthur .des .name {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    margin-bottom: 8px;
}
.block-comment-blog .list-commnet {
    margin-bottom: 35px;
}
.block-comment-blog .list-commnet .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}
.block-comment-blog .list-commnet .block-title:before,
.block-comment-blog .list-commnet .block-title:after {
    content: "";
    display: table;
}
.block-comment-blog .list-commnet .block-title:after {
    clear: both;
}
.block-comment-blog .list-commnet .block-title .leaver-comment {
    float: right;
    font-size: 12px;
    color: #888888;
    font-family: "Merriweather";
    font-style: italic;
    font-weight: normal;
}
.block-comment-blog .list-commnet .item {
    border: 1px solid #ececec;
    padding: 22px 29px 28px;
    margin-bottom: 10px;
}
.block-comment-blog .list-commnet .item .user {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    margin-right: 25px;
}
.block-comment-blog .list-commnet .item .date {
    color: #aaaaaa;
    font-size: 13px;
}
.block-comment-blog .list-commnet .item .des {
    font-size: 12px;
    font-family: "Merriweather";
    font-style: italic;
    margin-top: 12px;
    margin-bottom: 15px;
    color: #000000;
}
.block-comment-blog .list-commnet .item .actions {
    text-align: right;
    font-size: 12px;
    color: #333333;
    font-family: "Merriweather";
    font-style: italic;
    margin-top: 45px;
}
.block-comment-blog .list-commnet .item .actions .fa {
    color: #8b8b8b;
    font-size: 11px;
    margin-left: 5px;
}
.block-comment-blog .list-commnet .item .actions .reply:hover {
    color: #ffa200;
}
.block-comment-blog .list-commnet .item .actions .reply:hover .fa {
    color: #ffa200;
}
.block-comment-blog .block-leave-reply {
    margin-bottom: 70px;
}
.block-comment-blog .block-leave-reply .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.block-comment-blog .block-leave-reply .form-group {
    margin-bottom: 10px;
}
.block-comment-blog .block-leave-reply .form-control {
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #888888;
    max-width: 295px;
}
.block-comment-blog .block-leave-reply .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-comment-blog .block-leave-reply .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-comment-blog .block-leave-reply .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-comment-blog .block-leave-reply textarea,
.block-comment-blog .block-leave-reply textarea.form-control {
    height: 190px;
    max-width: 510px;
}
.block-comment-blog .block-leave-reply .btn {
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px;
}
/*==========================================================

        8. SHOP

==========================================================*/
.product-reviews-summary .rating-result {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.product-reviews-summary .rating-result,
.product-reviews-summary .rating-result > span {
    color: #ccc;
    white-space: nowrap;
}
.product-reviews-summary .rating-result:before,
.product-reviews-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
}
.product-reviews-summary .rating-result > span {
    color: #ff9900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.product-reviews-summary .rating-result > span span {
    display: none;
}
.product-item-opt-1 {
    padding: 10px 22px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.product-item-opt-1:hover .product-item-actions .btn {
    /*.translate(0;0px);
                                          opacity: 1;
                                          visibility: visible;
                                          .transition(0.4s);*/
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-1 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top:5px;
}
.product-item-opt-1 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-1 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item-opt-1 .product-item-name a {
    color: #333333;
}
.product-item-opt-1 .product-item-name a:hover {
    color: #ffa200;
}
.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: #ffa200;
    margin-bottom: 2px;
}
.product-item-opt-1 .product-item-price .old-price {
    color: #666;
    text-decoration: line-through;
}
.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-item-opt-1 .product-item-actions .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #aaaaaa;
    color: #333;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    /*.translate(0;10px);
                                  opacity: 0;
                                  visibility: hidden;*/
    /*.transition(0.4s);*/
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.product-item-opt-1 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-1 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ffa200;
}
.product-item-opt-1 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-1 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-1 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-1 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-1 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-1 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.product-item-opt-0 .product-item-info {
    padding: 10px 22px 30px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
}
.product-item-opt-0 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-0 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-item-opt-0 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-0 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}
.product-item-opt-0 .product-item-name a {
    color: #888888;
}
.product-item-opt-0 .product-item-name a:hover {
    color: #ffa200;
}
.product-item-opt-0 .product-item-price {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.product-item-opt-0 .product-item-price .old-price {
    color: #666;
    text-decoration: line-through;
}
.product-item-opt-0 .product-item-actions:before,
.product-item-opt-0 .product-item-actions:after {
    content: "";
    display: table;
}
.product-item-opt-0 .product-item-actions:after {
    clear: both;
}
.product-item-opt-0 .product-item-actions .btn {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
}
.product-item-opt-0 .product-item-actions .btn:last-child {
    margin-right: 0;
}
.product-item-opt-0 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-0 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ffa200;
    border-color: #ffa200;
}
.product-item-opt-0 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-0 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-0 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-0 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-0 .product-item-actions .btn-cart {
    padding-left: 40px;
    background-position: center left 12px;
    background-position-x: 1%;
    background-position-y: 50%;
    width: auto;
    padding-right: 10px;
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-0 .product-item-actions .btn-cart span {
    display: block;
}
.product-item-opt-0 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.product-item-opt-0 .product-item-review .action {
    font-size: 13px;
    color: #888888;
    line-height: 34px;
}
.product-item-opt-0 .product-item-review .action:hover {
    color: #ffa200;
}
.product-item-opt-0 .product-item-des {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    max-height: 73px;
}
.product-item-opt-2 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.product-item-opt-2:hover .product-item-actions .btn {
    /*.scale(1);
                                          opacity: 1;
                                          visibility: visible;
                                          .transition(0.35s);*/
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-2 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-2 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.product-item-opt-2 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
}
.product-item-opt-2 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #ff3366;
}
.product-item-opt-2 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 2px;
}
.product-item-opt-2 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
.product-item-opt-2 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-2 .product-item-detail {
    padding: 0 15px 10px;
}
.product-item-opt-2 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.product-item-opt-2 .product-item-name a {
    color: #000000;
}
.product-item-opt-2 .product-item-name a:hover {
    color: #ff3366;
}
.product-item-opt-2 .product-item-price {
    font-size: 16px;
    color: #ff3366;
    font-weight: 600;
    margin-bottom: 2px;
    float: left;
    width: calc(100% -  85px);
    width: -moz-calc(100% -  85px);
    width: -webkit-calc(100% -  85px);
    width: -o-calc(100% -  85px);
}
.product-item-opt-2 .product-item-price .price {
    margin-right: 3px;
}
.product-item-opt-2 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
}
.product-item-opt-2 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 23px;
    top: 80px;
}
@media (max-width: 1199px) {
    .product-item-opt-2 .product-item-actions {
        top: 55px;
    }
}
.product-item-opt-2 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #000000;
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    /*.scale(0.1);
                                  opacity: 0;
                                  visibility: hidden;
                                  .transition(0.35s);*/
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-2 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.product-item-opt-2 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.product-item-opt-2 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.product-item-opt-2 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.product-item-opt-2 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-2 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ff3366;
}
.product-item-opt-2 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index6/btn-wishlist.png);
}
.product-item-opt-2 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index6/btn-compare.png);
}
.product-item-opt-2 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index6/btn-quickview.png);
}
.product-item-opt-2 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}
.product-item-opt-2 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent;
}
.product-item-opt-2 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent  #3395ff  transparent;
}
.product-item-opt-2 .product-item-label.label-sale {
    background-color: #ff9c33;
}
.product-item-opt-2 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent;
}
.product-item-opt-2 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33 transparent;
}
.product-item-opt-2 .product-item-label.label-price {
    background-color: #ff6600;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 36px;
    right: 10px;
    top: 3px;
    line-height: 1;
    font-size: 11px;
    padding-top: 7px;
}
.product-item-opt-2 .product-item-label.label-price span {
    display: block;
}
.product-item-opt-2 .product-item-label.label-price:before,
.product-item-opt-2 .product-item-label.label-price:after {
    content: none;
}
.product-item-opt-3 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.product-item-opt-3 .product-item-info {
    border: 1px solid #dfdfdf;
    padding: 15px 28px;
}
.product-item-opt-3 .product-item-info:hover .product-item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-3 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.product-item-opt-3 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-3 .product-item-detail {
    text-align: center;
    padding: 0;
}
.product-item-opt-3 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    text-transform: uppercase;
}
.product-item-opt-3 .product-item-name a {
    color: #333;
}
.product-item-opt-3 .product-item-name a:hover {
    color: #ffa200;
}
.product-item-opt-3 .product-item-actions .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    background-color: #dddddd;
    color: #333;
    margin-bottom: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 19px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
    font-size: 12px;
}
.product-item-opt-3 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ffa200;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-item-opt-4 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.product-item-opt-4:hover .product-item-actions .btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4:hover .product-item-info .btn-quickview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-info {
    padding: 20px 0 13px;
}
.product-item-opt-4 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-info .btn-quickview {
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: #ff8c00;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/quickview.png);
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-info .btn-quickview:hover {
    background-color: #cc7000;
}
.product-item-opt-4 .product-item-info .btn-quickview span {
    display: none;
}
.product-item-opt-4 .product-item-info .product-reviews-summary {
    float: right;
}
.product-item-opt-4 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 27px;
}
.product-item-opt-4 .product-item-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.product-item-opt-4 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-detail {
    padding: 0 27px ;
}
.product-item-opt-4 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.product-item-opt-4 .product-item-name a {
    color: #333;
}
.product-item-opt-4 .product-item-name a:hover {
    color: #ffa200;
}
.product-item-opt-4 .product-item-price {
    font-size: 14px;
    color: #b40000;
    font-weight: 400;
    margin-bottom: 2px;
}
.product-item-opt-4 .product-item-price .price {
    margin-right: 3px;
}
.product-item-opt-4 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
}
.product-item-opt-4 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 7px;
    bottom: 1px;
}
.product-item-opt-4 .product-item-actions .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #fff;
    margin-top: 5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-4 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.product-item-opt-4 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-4 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-4 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-4 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-4 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-4 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.product-item-opt-4 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}
.product-item-opt-4 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent;
}
.product-item-opt-4 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent  #3395ff  transparent;
}
.product-item-opt-4 .product-item-label.label-sale {
    background-color: #ff9c33;
}
.product-item-opt-4 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent;
}
.product-item-opt-4 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33 transparent;
}
@media (max-width: 991px) {
    body.filter-active {
        overflow: hidden;
        height: 0;
    }
    .catalog-category-view .col-sidebar > *:not(.no-hide) {
        display: none;
    }
}
.toolbar-products {
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 0 0px;
}
.toolbar-products.toolbar-top {
    margin-top: 40px;
    margin-bottom: 45px;
}
.toolbar-products.toolbar-bottom {
    margin-top: 20px;
    margin-bottom: 65px;
}
.toolbar-products .btn-filter-products {
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    color: #000000;
    background-color: #fff;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.toolbar-products .btn-filter-products:hover {
    color: #ffa200;
}
.toolbar-products .modes .label {
    display: none;
}
.toolbar-products .toolbar-option .label {
    color: #000000;
    display: inline-block;
    line-height: 34px;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}
.toolbar-products .form-control {
    height: 34px;
    border: 1px solid #dfdfdf;
    color: #000000;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 19px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/arrow-select.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toolbar-products .modes {
    font-size: 13px;
    margin-bottom: 7px;
}
.toolbar-products .modes .modes-mode {
    margin-top: 2px;
    width: 29px;
    height: 27px;
    text-align: center;
    background-color: #dddddd;
    color: #bcbcbc;
    display: inline-block;
    margin-right: 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.toolbar-products .modes .modes-mode span {
    display: none;
}
.toolbar-products .modes .modes-mode.active,
.toolbar-products .modes .modes-mode:hover {
    color: #fff;
    background-color: #ffa200;
}
.toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/index1/grid.png);
}
.toolbar-products .modes .mode-grid.active,
.toolbar-products .modes .mode-grid:hover {
    background-image: url(../images/icon/index1/grid-active.png);
}
.toolbar-products .modes .mode-list {
    background-image: url(../images/icon/index1/list.png);
}
.toolbar-products .modes .mode-list.active,
.toolbar-products .modes .mode-list:hover {
    background-image: url(../images/icon/index1/list-active.png);
}
.toolbar-products .toolbar-sorter,
.toolbar-products .toolbar-limiter {
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
    margin-bottom: 7px;
}
.toolbar-products .toolbar-sorter .form-control {
    padding-left: 12px;
    width: 105px;
}
.toolbar-products .toolbar-limiter .form-control {
    text-align-last: center;
    text-align: center;
    width: 54px;
    padding-left: 2px;
}
@media (max-width: 991px) {
    .toolbar-products .modes {
        display: none;
    }
    .toolbar-products .btn-filter-products {
        display: block;
    }
    .toolbar-products .btn-filter-products.active:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 333;
    }
}
@media (max-width: 767px) {
    .toolbar-products .modes,
    .toolbar-products .toolbar-limiter {
        display: none;
    }
    .toolbar-products .toolbar-sorter {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .toolbar-products.toolbar-top .pagination {
        display: none;
    }
    .toolbar-products.toolbar-bottom .toolbar-option,
    .toolbar-products.toolbar-bottom .btn-filter-products {
        display: none;
    }
}
.category-view {
    margin-top: 30px;
}
.category-view .category-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.category-view .category-image:before,
.category-view .category-image:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.category-view .category-image:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.category-view .category-image:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.category-view .category-image:hover:before,
.category-view .category-image:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view .category-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.category-view .category-image img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.category-view .category-image img {
    display: block;
    width: 100%;
}
.catalog-view_op1 .category-view {
    margin-top: 0;
}
.owl-prev {
    /*border:1px solid red;*/
    width:50px;
    height:50px;
}
.owl-nav {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: -40px;
}
.owl-next {
    /*border:1px solid red;*/
    background-color:#606062;
    background-image:url("/images/icon/arrowRight.png");
    background-repeat:no-repeat;
    background-position:center center;
    width:40px;
    height:30px;
    margin-left:2px;
}
.owl-prev {
    /*border:1px solid red;*/
    background-color:#606062;
    background-image:url("/images/icon/arrowLeft.png");
    background-repeat:no-repeat;
    background-position:center center;
    width:40px;
    height:30px;
}
.category-view:hover .owl-nav .owl-prev,
.category-view:hover .owl-nav .owl-next {
    /*opacity: 1;*/
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view:hover .owl-nav .owl-prev {
    left: 0;
}
.category-view:hover .owl-nav .owl-next {
    right: 0;
}
.category-view .owl-nav .owl-prev,
.category-view .owl-nav .owl-next {
    width: 40px;
    line-height: 40px;
    background-color: #a1a19c;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.category-view .owl-nav .owl-prev:hover,
.category-view .owl-nav .owl-next:hover {
    background-color: #ff3366;
    color: #fff;
}
.category-view .owl-nav .owl-prev:before,
.category-view .owl-nav .owl-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view .owl-nav .owl-prev {
    left: 15px;
}
.category-view .owl-nav .owl-prev:before {
    content: "\f104";
}
.category-view .owl-nav .owl-next {
    right: 15px;
}
.products.products-grid {
    padding-top: 5px;
}
.products.products-grid .product-items .col-sm-4:nth-child(3n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .products.products-grid .product-items .col-sm-4 {
        float: left;
        width: 50%;
    }
    .products.products-grid .product-items .col-sm-4:nth-child(3n+1) {
        clear: none;
    }
    .products.products-grid .product-items .col-sm-4:nth-child(2n+1) {
        clear: both;
    }
}
.products.products-grid .product-items .col-sm-3:nth-child(4n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .products.products-grid .product-items .col-sm-3 {
        float: left;
        width: 50%;
    }
    .products.products-grid .product-items .col-sm-3:nth-child(4n+1) {
        clear: none;
    }
    .products.products-grid .product-items .col-sm-3:nth-child(2n+1) {
        clear: both;
    }
}
.products.products-grid .product-items .col-sm-6:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .products.products-grid .product-items .col-sm-6 {
        float: left;
        width: 50%;
    }
    .products.products-grid .product-items .col-sm-6:nth-child(2n+1) {
        clear: none;
    }
    .products.products-grid .product-items .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
.products.products-grid .product-items .product-item {
    margin-bottom: 19px;
}
@media (max-width: 479px) {
    .products.products-grid .product-items .product-item {
        width: 100%;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        display: block;
    }
}
.products.products-grid .product-items .product-item-opt-2 {
    border: 1px solid #eeeeee;
}
.catalog-view_op1 .products.products-grid .product-items .product-item {
    margin-bottom: 30px;
}
.products.products-list .product-items .product-item {
    margin-bottom: 19px;
}
.products.products-list .product-items .product-item .product-item-info {
    background-color: transparent;
    border: none;
    padding: 0;
}
.products.products-list .product-items .product-item .product-item-info:before,
.products.products-list .product-items .product-item .product-item-info:after {
    content: "";
    display: table;
}
.products.products-list .product-items .product-item .product-item-info:after {
    clear: both;
}
.products.products-list .product-items .product-item .product-item-photo {
    float: left;
    width: 31%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 30px 25px;
}
.products.products-list .product-items .product-item .product-item-detail {
    float: right;
    width: 69%;
    padding-left: 20px;
}
.products.products-list .product-items .product-item .product-item-name {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-top: 38px;
}
@media (max-width: 1199px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 0px;
    }
}
.products.products-list .product-items .product-item .product-item-name a {
    color: #333333;
}
.products.products-list .product-items .product-item .product-item-name a:hover,
.products.products-list .product-items .product-item .product-item-name a:focus {
    color: #ffa200;
}
@media (max-width: 680px) {
    .products.products-list .product-items .product-item .product-item-des {
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .products.products-list .product-items .product-item .product-item-photo {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .products.products-list .product-items .product-item .product-item-detail {
        float: none;
        width: 100%;
    }
}
.products.products-list .product-items .product-item-opt-2 {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-photo {
    border: none;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .product-reviews-summary,
.products.products-list .product-items .product-item-opt-2 .product-item-info .product-item-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart,
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    float: left;
    margin: 0 6px;
    background-color: #999999;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:hover,
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn:hover {
    background-color: #ff3366;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart {
    width: auto;
    border-radius: 0;
    padding: 0 10px;
    height: 36px;
    margin: 0;
    margin-bottom: 15px;
    float: none;
    clear: both;
    background-color: #ff3366;
    line-height: 1;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #cc0033;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:before {
    display: inline-block;
    background-image: url(../images/icon/cart-catalog-op1.png);
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart span {
    display: inline-block;
}
.products.products-list .product-items .product-item-opt-2 .product-item-detail {
    padding-right: 20px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions:before,
.products.products-list .product-items .product-item-opt-2 .product-item-actions:after {
    content: "";
    display: table;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions:after {
    clear: both;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions .btn {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
@media (max-width: 600px) {
    .products.products-list .product-items .product-item-opt-2 .product-item-actions {
        position: static;
        margin-top: 10px;
    }
}
.products.products-list .product-items .product-item-opt-2 .product-item-name {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    white-space: normal;
    margin-top: 20px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-name a {
    color: #000000;
}
.products.products-list .product-items .product-item-opt-2 .product-item-name a:hover {
    color: #ff3366;
}
.products.products-list .product-items .product-item-opt-2 .product-item-label.label-price {
    top: 9px;
}
.products.products-list .product-items .product-item-opt-2 .product-info-des {
    position: relative;
    padding-right: 150px;
    min-height: 102px;
}
@media (max-width: 600px) {
    .products.products-list .product-items .product-item-opt-2 .product-info-des {
        padding-right: 0;
        min-height: 0;
    }
}
.products.products-list .product-items .product-item-opt-2 .product-item-code {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-stock {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6bb898;
}
.products.products-list .product-items .product-item-opt-2 .product-item-stock .title {
    color: #000000;
}
.products.products-list .product-items .product-item-opt-2 .product-item-des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.page-no-bg {
    background-color: #fff !important;
}
.page-no-bg .site-header {
    background-color: #fff !important;
}
.page-no-bg .site-header .header-content {
    background-color: #fff;
}
.page-no-bg .site-header .header-nav {
    background-color: #EBEBEB;
}
.catalog-view_op1 .toolbar-products {
    padding: 0;
    border: none;
}
.catalog-view_op1 .toolbar-products .cate-title {
    margin: 0;
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 12px;
    line-height: 32px;
    border-bottom: 3px solid #ff3366;
}
.catalog-view_op1 .toolbar-products.toolbar-top {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    margin-top: 20px;
}
.catalog-view_op1 .toolbar-products.toolbar-top .toolbar-option,
.catalog-view_op1 .toolbar-products.toolbar-top .pagination {
    display: none;
}
.catalog-view_op1 .toolbar-products.toolbar-bottom {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 40px;
}
.catalog-view_op1 .toolbar-products.toolbar-bottom .modes {
    display: none;
}
.catalog-view_op1 .toolbar-products .btn-filter-products {
    margin-bottom: 0px;
    line-height: 28px;
}
.catalog-view_op1 .toolbar-products .btn-filter-products:hover {
    color: #ff3366;
}
.catalog-view_op1 .toolbar-products .modes {
    margin: 0;
}
.catalog-view_op1 .toolbar-products .modes:before,
.catalog-view_op1 .toolbar-products .modes:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .modes:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .modes .modes-mode {
    background-color: #fafafa;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    margin: 0;
    margin-left: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .toolbar-products .modes .modes-mode.active,
.catalog-view_op1 .toolbar-products .modes .modes-mode:hover {
    background-color: #ff3366;
    border-color: #ff3366;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .toolbar-products .modes .mode-list {
    background-image: url(../images/icon/list-view-bg.png);
    background-position: top left;
}
.catalog-view_op1 .toolbar-products .modes .mode-list.active,
.catalog-view_op1 .toolbar-products .modes .mode-list:hover {
    background-position: bottom left;
}
.catalog-view_op1 .toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/grid-view-bg.png);
    background-position: top left;
}
.catalog-view_op1 .toolbar-products .modes .mode-grid.active,
.catalog-view_op1 .toolbar-products .modes .mode-grid:hover {
    background-position: bottom left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter,
.catalog-view_op1 .toolbar-products .toolbar-limiter {
    margin: 0;
    margin-right: 25px;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .label,
.catalog-view_op1 .toolbar-products .toolbar-limiter .label {
    display: none;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options,
.catalog-view_op1 .toolbar-products .toolbar-limiter .sorter-options,
.catalog-view_op1 .toolbar-products .toolbar-sorter .limiter-options,
.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options {
    height: 31px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    padding-left: 5px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #000000;
    background-image: url(../images/icon/select.png);
    background-position: center right 5px;
    font-weight: normal;
}
.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options {
    width: 95px;
    text-align: left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter:before,
.catalog-view_op1 .toolbar-products .toolbar-sorter:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options {
    width: 110px;
    float: left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action {
    display: block;
    line-height: 29px;
    border: 1px solid #e8e8e8;
    width: 37px;
    text-align: center;
    background-color: #fafafa;
    color: #000000;
    float: left;
    margin-left: -1px;
    height: 31px;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action:before {
    content: "\f15d";
    font-family: 'FontAwesome';
}
.catalog-view_op1 .toolbar-products .pagination:before,
.catalog-view_op1 .toolbar-products .pagination:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .pagination:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .pagination > li {
    margin: 0;
    display: block;
    float: left;
}
.catalog-view_op1 .toolbar-products .pagination > li > a,
.catalog-view_op1 .toolbar-products .pagination > li > span {
    line-height: 29px;
    min-width: 34px;
    background-color: #fafafa;
    font-size: 13px;
    color: #000000;
    font-weight: normal;
}
.catalog-view_op1 .toolbar-products .pagination > li.active > a,
.catalog-view_op1 .toolbar-products .pagination > li.active > span {
    background-color: #ff3366;
    color: #fff;
    border-color: #ff3366;
}
.catalog-view_op1 .toolbar-products .pagination > li.action > a,
.catalog-view_op1 .toolbar-products .pagination > li.action > span {
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-view_op1 .toolbar-products .pagination > li.action > a span,
.catalog-view_op1 .toolbar-products .pagination > li.action > span span {
    font-size: 16px;
    line-height: 29px;
    vertical-align: top;
}
.catalog-view_op1 .toolbar-products .pagination > li .action-next > a span,
.catalog-view_op1 .toolbar-products .pagination > li .action-next > span span {
    margin-left: 4px;
}
.catalog-view_op1 .toolbar-products .pagination > li .action-prew > a span,
.catalog-view_op1 .toolbar-products .pagination > li .action-prew > span span {
    margin-right: 4px;
}
.catalog-view_op1 .category-view {
    margin-bottom: 33px;
}
.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart {
    background-color: rgba(51, 51, 51, 0.5);
    height: 45px;
    line-height: 43px;
}
.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #ff3366;
}
.catalog-view_op1 .product-item-opt-2 .product-item-actions {
    right: 15px;
}
.catalog-view_op1 .breadcrumb {
    margin: 13px 0;
}
.catalog-view_op1 .breadcrumb li + li:before {
    content: ">";
    color: #333333;
    font-family: 'Libre Baskerville', serif;
}
.catalog-view_op1 .breadcrumb li a:hover {
    color: #ff3366;
}
.catalog-view_op1 .breadcrumb .active {
    color: #333333;
}
.category-links {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.category-links:before,
.category-links:after {
    content: "";
    display: table;
}
.category-links:after {
    clear: both;
}
.category-links > li {
    float: left;
}
.category-links > li > a {
    display: block;
    line-height: 34px;
    font-size: 13px;
    color: #000000;
    text-transform: capitalize;
    padding: 0 32px;
    position: relative;
}
@media (max-width: 1199px) {
    .category-links > li > a {
        padding: 0 22px;
    }
}
.category-links > li > a:hover {
    background-color: #f2f2f2;
}
@media (max-width: 479px) {
    .category-links > li {
        float: none;
        display: block;
    }
}
.category-links > li.current-cate > a {
    background-color: #000000;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.category-links > li.current-cate > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -5px;
    z-index: 10;
}
@media (max-width: 479px) {
    .category-links > li.current-cate > a:before {
        border-width: 4px 3px 0 3px;
        border-color: #000000 transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -4px;
        left: 20px;
        right: auto;
    }
}
.catalog-product-view.catalog-view_op1 .columns {
    padding-bottom: 12px;
}
.catalog-product-view .site-main .block-service {
    margin-top: 77px;
}
.breadcrumb-page .breadcrumb {
    margin-top: 27px;
    margin-bottom: 42px;
    text-transform: capitalize;
}
.breadcrumb-page .breadcrumb li a {
    color: #999999;
}
.breadcrumb-page .breadcrumb li a:hover {
    color: #ffa200;
}
.breadcrumb-page .breadcrumb li.active {
    color: #333;
}
.breadcrumb-page .breadcrumb li.active a {
    color: #333;
}
.catalog-view_default .product-media {
    margin-bottom: 35px;
}
.catalog-view_default .product-media .images-large {
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 33px;
    text-align: center;
    padding: 70px 58px;
}
.catalog-view_default .product-media .images-large .btn-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #8f8f8f;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    z-index: 1000;
    line-height: 34px;
    width: 34px;
    text-align: center;
    font-size: 24px;
    padding: 0;
}
.catalog-view_default .product-media .images-large .btn-zoom:before {
    content: "\f0b2";
    font-family: "FontAwesome";
}
.catalog-view_default .product-media .images-large .btn-zoom:hover,
.catalog-view_default .product-media .images-large .btn-zoom:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.catalog-view_default .product-media .images-large .btn-zoom span {
    display: none;
}
.catalog-view_default .product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
}
.catalog-view_default .product-media .images-small a.active {
    border: 1px solid #ffa200;
}
.catalog-view_default .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%;
}
.catalog-view_default .product-media .images-small .owl-prev,
.catalog-view_default .product-media .images-small .owl-next {
    width: 18px;
    text-align: center;
    line-height: 30px;
    color: #888888;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 25px;
}
.catalog-view_default .product-media .images-small .owl-prev:hover,
.catalog-view_default .product-media .images-small .owl-next:hover {
    color: #ffa200;
}
.catalog-view_default .product-media .images-small .owl-prev:before,
.catalog-view_default .product-media .images-small .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.catalog-view_default .product-media .images-small .owl-prev {
    text-align: left;
    left: 0 ;
}
.catalog-view_default .product-media .images-small .owl-prev:before {
    content: "\f104";
}
.catalog-view_default .product-media .images-small .owl-next {
    right: 0 ;
    text-align: right;
}
.catalog-view_default .product-media .images-small .owl-next:before {
    content: "\f105";
}
.catalog-view_default .product-info-main {
    /*margin-bottom: 60px;*/
}
.catalog-view_default .product-info-main .page-title {
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
}
.descriptionProducto {
    font-size: 15px;
    font-weight: bolder;
}
.block-title-producto {
    font-size:18px; font-weight:700; margin-bottom:20px; color:#ffffff !important; padding:10px;
    background:#354D8D;
}
.catalog-view_default .product-info-main .product-reviews-summary {
    /*margin-bottom: 15px;*/
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-summary,
.catalog-view_default .product-info-main .product-reviews-summary .rating-action {
    display: inline-block;
    vertical-align: middle;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-summary {
    margin-right: 5px;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action {
    color: #888888;
    font-size: 14px;
    text-transform: capitalize;
    font-weight:700;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action a {
    color: #888888;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action a:hover {
    color: #ffa200;
}
.catalog-view_default .product-info-main .product-info-price {
    margin-bottom: 25px;
}
.catalog-view_default .product-info-main .product-info-price:before,
.catalog-view_default .product-info-main .product-info-price:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .product-info-price:after {
    clear: both;
}
.catalog-view_default .product-info-main .price-box {
    float: left;
    margin-right: 120px;
}
.catalog-view_default .product-info-main .price-box .price {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.catalog-view_default .product-info-main .price-box .old-price .price {
    text-decoration: line-through;
}
.catalog-view_default .product-info-main .product-info-stock-sku {
    float: left;
    color: #354D8D;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    font-weight:700;
}
.catalog-view_default .product-info-main .product-info-stock-sku .label {
    color: #333;
    font-weight: normal;
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
}
.catalog-view_default .product-info-main .product-overview {
    color: #888888;
    font-size: 14px;
    margin-bottom: 25px;
}
.catalog-view_default .product-info-main .product-overview .overview-label {
    text-transform: uppercase;
    display: block;
    color: #333333;
    margin-bottom: 5px;
}
.catalog-view_default .product-info-main .product-overview .overview-content {
    overflow: hidden;
    max-height: 75px;
    line-height: 24px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper {
    margin-bottom: 45px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    max-width: 485px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label {
    display: block;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label sup {
    color: #ffa200;
    font-size: 15px;
    top: 0px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .control {
    display: block;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .form-control {
    height: 39px;
    width: 100%;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 14px;
    color: #888888;
}
.catalog-view_default .product-info-main .product-add-form .share {
    margin-bottom: 36px;
}
.catalog-view_default .product-info-main .product-add-form .share:before,
.catalog-view_default .product-info-main .product-add-form .share:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .product-add-form .share:after {
    clear: both;
}
.catalog-view_default .product-info-main .product-add-form .form-qty {
    height: 43px;
    background-color: #dedede;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 28px;
    float: left;
}
.catalog-view_default .product-info-main .product-add-form .form-qty label {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin: 0;
    vertical-align: top;
    margin-right: 15px;
    font-weight: normal;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .control {
    padding-right: 16px;
    position: relative;
    width: 49px;
    display: inline-block;
    vertical-align: top;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .input-qty {
    text-align: center;
    height: 33px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    width: 33px;
    padding: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number {
    background-color: #333333;
    cursor: pointer;
    line-height: 17px;
    width: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
    color: #fff;
    border: none;
    padding: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:hover,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.active,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.disabled,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:disabled {
    background-color: #333333;
    color: #fff;
    outline: none;
    outline-style: none;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .qtyminus {
    bottom: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .qtyplus {
    top: 0;
}
.catalog-view_default .product-info-main .actions {
    float: left;
    margin-bottom: 15px;
}
.catalog-view_default .product-info-main .actions:before,
.catalog-view_default .product-info-main .actions:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .actions:after {
    clear: both;
}
.catalog-view_default .product-info-main .actions .action {
    width: 41px;
    height: 43px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
}
.catalog-view_default .product-info-main .actions .action:last-child {
    margin-right: 0;
}
.catalog-view_default .product-info-main .actions .action span {
    display: none;
}
.catalog-view_default .product-info-main .actions .action:hover {
    color: #fff;
    background-color: #ffa200;
    border-color: #ffa200;
    cursor:pointer;
}
.catalog-view_default .product-info-main .actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.catalog-view_default .product-info-main .actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.catalog-view_default .product-info-main .actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.catalog-view_default .product-info-main .actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.catalog-view_default .product-info-main .actions .btn-cart {
    padding-left: 35px;
    background-position: center left 11px;
    width: auto;
    padding-right: 15px;
    background-image: url(../images/icon/index1/btn-cart.png);
}
.catalog-view_default .product-info-main .actions .btn-cart span {
    display: block;
}
.catalog-view_default .product-info-main .actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.catalog-view_default .product-info-detailed {
    margin-bottom: 37px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
    /*display: table;*/
    /*height: 370px;*/
}
.catalog-view_default .product-info-detailed > .nav {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    min-width: 170px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid  #dfdfdf;
}
.catalog-view_default .product-info-detailed > .nav li {
    float: none;
    display: block;
    margin: 0;
}
.catalog-view_default .product-info-detailed > .nav li a {
    line-height: 43px;
    padding: 0 10px 0 27px;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    white-space: nowrap;
}
.catalog-view_default .product-info-detailed > .nav li.active a,
.catalog-view_default .product-info-detailed > .nav li:hover a {
    color: #fff;
    background-color: #ffa200;
}
.catalog-view_default .product-info-detailed > .tab-content {
    display: table-cell;
    vertical-align: top;
    padding: 40px 20px;
    font-size: 14px;
    color: #888888;
    overflow: hidden;
}
.catalog-view_default .product-info-detailed > .tab-content .block-title {
    display: none;
}
@media (max-width: 767px) {
    .catalog-view_default .product-info-detailed {
        display: block;
        height: auto;
    }
    .catalog-view_default .product-info-detailed > .nav {
        display: none;
    }
    .catalog-view_default .product-info-detailed > .tab-content {
        display: block;
    }
    .catalog-view_default .product-info-detailed > .tab-content .block-title {
        display: block;
        line-height: 43px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }
    .catalog-view_default .product-info-detailed > .tab-content .block-content {
        display: none;
        margin-top: 20px;
        border-bottom: 1px solid #dfdfdf;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane {
        position: static;
        opacity: 1;
        visibility: visible;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane {
        display: block;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane.has-active .block-content {
        display: block;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane.has-active .block-title {
        color: #ffa200;
    }
}
.block-upsell,
.block-related {
    margin-bottom: 37px;
}
.block-upsell .block-title,
.block-related .block-title {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.block-upsell .block-title .title,
.block-related .block-title .title {
    font-weight: 600;
    display: block;
    margin: 0;
    line-height: 36px;
}
.catalog-view_op1 .block-upsell,
.catalog-view_op1 .block-related {
    margin-bottom: 17px;
}
.catalog-view_op1 .block-upsell .block-title,
.catalog-view_op1 .block-related .block-title {
    margin-bottom: 8px;
    border-bottom: none;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.block-upsell .owl-nav,
.block-related .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}
.block-upsell .owl-nav:before,
.block-related .owl-nav:before,
.block-upsell .owl-nav:after,
.block-related .owl-nav:after {
    content: "";
    display: table;
}
.block-upsell .owl-nav:after,
.block-related .owl-nav:after {
    clear: both;
}
.catalog-view_op1 .block-upsell .owl-nav,
.catalog-view_op1 .block-related .owl-nav {
    top: -40px;
}
.block-upsell .owl-nav .owl-next,
.block-related .owl-nav .owl-next,
.block-upsell .owl-nav .owl-prev,
.block-related .owl-nav .owl-prev {
    width: 33px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    float: left;
    margin-left: 10px;
}
.catalog-view_op1 .block-upsell .owl-nav .owl-next,
.catalog-view_op1 .block-related .owl-nav .owl-next,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev,
.catalog-view_op1 .block-related .owl-nav .owl-prev {
    width: 24px;
    line-height: 24px;
    background-color: #aaaaaa;
    border: none;
    color: #fff;
    font-size: 16px;
}
.catalog-view_op1 .block-upsell .owl-nav .owl-next:hover,
.catalog-view_op1 .block-related .owl-nav .owl-next:hover,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev:hover,
.catalog-view_op1 .block-related .owl-nav .owl-prev:hover {
    background-color: #ff3366;
}
.block-upsell .owl-nav .owl-next:before,
.block-related .owl-nav .owl-next:before,
.block-upsell .owl-nav .owl-prev:before,
.block-related .owl-nav .owl-prev:before {
    content: "";
    font-family: "FontAwesome";
}
.block-upsell .owl-nav .owl-next:hover,
.block-related .owl-nav .owl-next:hover,
.block-upsell .owl-nav .owl-prev:hover,
.block-related .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ffa200;
    border-color: #ffa200;
}
.block-upsell .owl-nav .owl-next:before,
.block-related .owl-nav .owl-next:before {
    content: "\f105";
}
.block-upsell .owl-nav .owl-prev:before,
.block-related .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-upsell .owl-item,
.block-related .owl-item {
    padding-bottom: 1px;
}
.catalog-view_op1 .block-upsell .product-item,
.catalog-view_op1 .block-related .product-item {
    border: 1px solid #eeeeee;
}
.catalog-view_op1 .product-media {
    margin-bottom: 50px;
}
@media (min-width: 767px) {
    .catalog-view_op1 .product-media {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .catalog-view_op1 .product-media {
        padding-right: 30px;
    }
}
.catalog-view_op1 .product-media .images-large {
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #fff;
    margin-bottom: 25px;
    text-align: center;
    padding: 30px;
}
.catalog-view_op1 .product-media .images-large .btn-zoom {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.catalog-view_op1 .product-media .images-small {
    padding: 0 35px;
}
.catalog-view_op1 .product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    background-color: #fff;
    text-align: center;
    padding: 0;
}
.catalog-view_op1 .product-media .images-small a.active {
    border: 1px solid #ff3366;
}
.catalog-view_op1 .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%;
}
.catalog-view_op1 .product-media .images-small .owl-item {
    padding-bottom: 1px;
}
.catalog-view_op1 .product-media .images-small .owl-prev,
.catalog-view_op1 .product-media .images-small .owl-next {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #aaaaaa;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 16px;
}
.catalog-view_op1 .product-media .images-small .owl-prev:hover,
.catalog-view_op1 .product-media .images-small .owl-next:hover {
    background-color: #ff3366;
}
.catalog-view_op1 .product-media .images-small .owl-prev:before,
.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.catalog-view_op1 .product-media .images-small .owl-prev {
    left: -35px;
}
.catalog-view_op1 .product-media .images-small .owl-prev:before {
    content: "\f104";
}
.catalog-view_op1 .product-media .images-small .owl-next {
    right: -35px;
}
.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "\f105";
}
.catalog-view_op1 .product-info-main {
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .catalog-view_op1 .product-info-main {
        margin-left: -15px;
    }
}
.catalog-view_op1 .product-info-main .page-title {
    font-size: 24px;
    color: #000000;
    text-transform: capitalize;
    display: block;
    margin: 0 0 12px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary {
    margin-bottom: 6px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: top;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000000;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a {
    color: #000000;
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action {
    border-right: 1px solid #A5A5A5;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action:last-child {
    border-right: none;
}
.catalog-view_op1 .product-info-main .product-info-price {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-info-main .product-info-price .price {
    font-weight: bold;
    color: #ff3366;
    font-size: 18px;
}
.catalog-view_op1 .product-info-main .product-info-price .old-price {
    font-size: 14px;
    color: #000000;
    text-decoration: line-through;
    margin-left: 12px;
}
.catalog-view_op1 .product-info-main .product-info-price .label-sale {
    display: inline-block;
    line-height: 23px;
    background-color: #ff9900;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    margin-left: 12px;
}
.catalog-view_op1 .product-info-main .product-info-stock {
    color: #009966;
    font-size: 14px;
    margin-bottom: 7px;
}
.catalog-view_op1 .product-info-main .product-info-stock .label {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.catalog-view_op1 .product-info-main .product-code,
.catalog-view_op1 .product-info-main .product-condition {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
}
.catalog-view_op1 .product-info-main .product-overview {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog-view_op1 .product-info-detailed {
    margin-bottom: 38px;
}
.catalog-view_op1 .product-info-detailed .nav {
    margin: 0;
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .nav {
        display: none;
    }
}
.catalog-view_op1 .product-info-detailed .nav > li + li {
    margin-left: 6px;
}
.catalog-view_op1 .product-info-detailed .nav > li > a {
    display: block;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    background-color: #e2e2e2;
}
@media (max-width: 1199px) {
    .catalog-view_op1 .product-info-detailed .nav > li > a {
        padding: 0 15px;
    }
}
.catalog-view_op1 .product-info-detailed .nav > li.active > a {
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #eeeeee;
    border-bottom: none;
}
.catalog-view_op1 .product-info-detailed .tab-content {
    border: 1px solid #eeeeee;
    padding: 30px 15px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}
.catalog-view_op1 .product-info-detailed .tab-content .block-title {
    display: none;
    line-height: 30px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: -1px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}
.catalog-view_op1 .product-info-detailed .tab-content .block-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 20px;
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content .block-title {
        display: block;
    }
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content {
        padding: 0;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
        display: block;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-content {
        display: block;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title {
        background-color: #e2e2e2;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title:after {
        content: "\f106";
        font-family: "FontAwesome";
    }
    .catalog-view_op1 .product-info-detailed .tab-content .block-content {
        display: none;
        padding: 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
        visibility: visible;
        opacity: 1;
        position: static;
    }
}
.catalog-view_op1 .product-add-form {
    padding-top: 5px;
    border-top: 1px solid #eeeeee;
}
.catalog-view_op1 .product-options-wrapper .form-qty {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .label {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}
.catalog-view_op1 .product-options-wrapper .form-qty .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .input-qty {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #000000;
    padding-left: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number {
    color: #000000;
    width: 10px;
    padding: 0;
    text-align: center;
    line-height: 6px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 7px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number span {
    display: none;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:before {
    font-family: 'FontAwesome';
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus {
    top: 50%;
    margin-top: 2px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus:before {
    content: "\f0d7";
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus {
    bottom: 50%;
    margin-bottom: 2px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus:before {
    content: "\f0d8";
}
.catalog-view_op1 .product-options-wrapper .form-configurable {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .label {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95px;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .form-control {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #000000;
    padding-left: 10px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
}
.catalog-view_op1 .product-options-wrapper .form-configurable select {
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/select.png);
}
.catalog-view_op1 .product-options-wrapper .form-configurable .size-chart {
    color: #ff3366;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    margin-left: 6px;
}
.catalog-view_op1 .product-options-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
}
.catalog-view_op1 .product-options-bottom .btn-cart {
    height: 36px;
    background-color: #ff3366;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border: none;
    box-shadow: none;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-bottom .btn-cart:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/cart-catalog-op1.png);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.catalog-view_op1 .product-options-bottom .btn-cart:hover {
    background-color: #cc0033;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #000000;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:before {
    content: "";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    background-color: #999999;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover:before {
    background-color: #ff3366;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .btn-wishlist:before {
    content: "\f08a";
}
.catalog-view_op1 .product-options-bottom .product-addto-links .btn-compare:before {
    content: "\f012";
}
.catalog-view_op1 .product-addto-links-second {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.catalog-view_op1 .product-addto-links-second .action {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #000000;
    padding-left: 26px;
    margin-right: 15px;
}
.catalog-view_op1 .product-addto-links-second .action:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-addto-links-second .action-print {
    background-image: url(../images/icon/action-print.png);
}
.catalog-view_op1 .product-addto-links-second .action-friend {
    background-image: url(../images/icon/action-friend.png);
}
.swatch-opt .swatch-attribute .swatch-attribute-label {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    min-width: 45px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options {
    display: inline-block;
    vertical-align: top;
}
.swatch-opt .swatch-attribute .swatch-attribute-options:before,
.swatch-opt .swatch-attribute .swatch-attribute-options:after {
    content: "";
    display: table;
}
.swatch-opt .swatch-attribute .swatch-attribute-options:after {
    clear: both;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
    width: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    cursor: pointer;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
    outline: 1px solid #ff3366;
}
.fancybox-overlay {
    z-index: 9999;
}
/*==========================================================

        9. PAGES

==========================================================*/
.page-title-base .title-base {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
}
.cms-page .breadcrumb-page .breadcrumb {
    margin-bottom: 19px;
}
.block-about-us {
    margin-bottom: 40px;
}
.block-about-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}
.block-about-us .block-content {
    padding-top: 2px;
}
.block-about-us .img {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 20px;
}
.block-about-us .img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-about-us .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-about-us .text {
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}
/*block-why-choos-us*/
.block-why-choos-us {
    margin-bottom: 60px;
}
.block-why-choos-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}
.block-why-choos-us ul li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #000000;
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-image: url(../images/icon/index1/check.png);
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.block-why-choos-us ul li:last-child {
    border-bottom: none;
}
.block-why-choos-us ul li a {
    color: #000000;
}
.block-why-choos-us ul li a:hover {
    color: #ffa200;
}
.block-why-choos-us ul li:hover {
    color: #ffa200;
    background-image: url(../images/icon/index1/check-hover.png);
}
/*block-our-menber*/
.block-our-member {
    margin-bottom: 57px;
}
.block-our-member .block-title {
    font-size: 14px;
    color: #888888;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 84px;
    line-height: 24px;
}
.block-our-member .block-title .title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.block-our-member .item .item-photo img {
    width: 100%;
    display: block;
}
.block-our-member .item .name {
    display: block;
    font-size: 14px;
    color: #157ed2;
    text-transform: capitalize;
    margin-top: 3px;
}
.block-our-member .item .team {
    display: block;
    text-transform: capitalize;
}
.block-our-member .item .des {
    color: #888888;
    display: block;
    font-size: 13px;
    line-height: 24px;
    margin-top: 12px;
}
.block-our-member .owl-dots {
    text-align: center;
    top: -60px;
    left: 0;
    right: 0;
    position: absolute;
}
.block-our-member .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #bbbbbb;
    margin-right: 5px;
}
.block-our-member .owl-dots .owl-dot.active {
    width: 19px;
    height: 19px;
    background-color: #ffa200;
}
.block-googlemap {
    margin-bottom: 20px;
}
.block-contact-us,
.block-address {
    margin-bottom: 70px;
}
.block-contact-us .block-title,
.block-address .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.block-contact-us .row {
    margin: 0 -5px;
}
.block-contact-us .col-md-5,
.block-contact-us .col-md-6,
.block-contact-us .col-md-7,
.block-contact-us .col-md-4 {
    padding: 0 5px;
}
.block-contact-us .form-control {
    border: 1px solid #A5A5A5;
    font-size: 13px;
    color: #888888;
    padding-left: 25px;
}
.block-contact-us .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-contact-us .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-contact-us .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-contact-us .form-control:not(textarea) {
    height: 56px;
}
.block-contact-us textarea {
    height: 185px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.block-contact-us .form-group {
    margin-bottom: 8px;
}
.block-contact-us .btn {
    height: 43px;
    margin-top: 12px;
    font-size: 14px;
    padding: 0 22px;
    text-transform: uppercase;
}
.block-address .block-content {
    font-size: 14px;
    color: #000000;
    margin-top: -6px;
}
.block-address .block-content .title {
    font-weight: 600;
    display: block;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.block-address .block-content p {
    margin-bottom: 26px;
}
.block-form-login {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #000000;
    margin-top: 17px;
}
.block-form-login .block-form-create,
.block-form-login .block-form-registered {
    display: table-cell;
    border: 1px solid #ececec;
    width: 50%;
}
.block-form-login .block-form-create .block-title,
.block-form-login .block-form-registered .block-title {
    font-size: 16px;
    font-family: "Montserrat";
    display: block;
    margin-bottom: 37px;
}
.block-form-login .form-control {
    height: 40px;
    border: 1px solid #A5A5A5;
    padding-left: 24px;
    font-size: 13px;
    color: #2a2a2a;
    max-width: 320px;
}
.block-form-login .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.block-form-login .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.block-form-login .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.block-form-login .form-group {
    margin-bottom: 20px;
}
.block-form-login p {
    margin-bottom: 15px;
}
.block-form-login .btn {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
}
.block-form-login .block-form-create {
    padding: 45px 60px 60px;
    background-color: #fafafa;
}
@media (max-width: 991px) {
    .block-form-login .block-form-create {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.block-form-login .block-form-registered {
    padding: 45px 70px 60px 74px;
}
@media (max-width: 991px) {
    .block-form-login .block-form-registered {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.block-form-login .checkbox {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}
.block-form-login .checkbox label {
    padding-left: 0;
}
.block-form-login .checkbox label > span {
    display: block;
    position: relative;
    padding-left: 27px;
}
.block-form-login .checkbox label > span:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    color: #ffa200;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
}
.block-form-login .checkbox input[type=checkbox] {
    visibility: hidden;
}
.block-form-login .checkbox input[type=checkbox]:checked + span:before {
    border-color: #ffa200;
    content: "\f00c";
    font-family: "FontAwesome";
}
@media (max-width: 639px) {
    .block-form-login {
        display: block;
    }
    .block-form-login .block-form-create,
    .block-form-login .block-form-registered {
        display: block;
        width: 100%;
    }
}
.block-forgot-pass {
    display: block;
    border: 1px solid #ececec;
    text-align: center;
    border-top: none;
    font-size: 14px;
    padding: 25px 15px;
    margin-bottom: 72px;
}
.block-forgot-pass a {
    color: #7dc7d1;
    text-decoration: underline;
}
.form-cart {
    margin-bottom: 70px;
}
.form-cart .table-cart-wrapper {
    border: 1px solid #ececec;
    padding: 9px;
    margin: 0;
}
.form-cart table {
    margin: 0;
}
.form-cart table thead tr td,
.form-cart table tbody tr td,
.form-cart table thead tr th,
.form-cart table tbody tr th {
    /*    padding-left: 30px;
        padding-right: 30px;*/
    /*padding: 20px 30px;*/
}
.form-cart table thead tr td,
.form-cart table thead tr th {
    background-color: #ebebeb;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-cart table thead .tb-available {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.form-cart table tbody tr th,
.form-cart table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #efefef;
}
.form-cart table .tb-product {
    text-align: left;
}
.form-cart table .tb-product .item:before,
.form-cart table .tb-product .item:after {
    content: "";
    display: table;
}
.form-cart table .tb-product .item:after {
    clear: both;
}
.form-cart table .tb-product .item-photo {
    float: left;
    width: 100px;
    border: 1px solid #e9e9e9;
    display: block;
    padding: 12px 2px 6px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.form-cart table .tb-product .item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.form-cart table .tb-product .item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.form-cart table .tb-product .item-detail {
    /*overflow: hidden;*/
    white-space: normal;
    padding-top: 20px;
}
.form-cart table .tb-product .item-name {
    display: block;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    margin-bottom: 7px;
}
.form-cart table .tb-product .item-name a {
    color: #000000;
}
.form-cart table .tb-product .item-name a:hover {
    color: #ffa200;
}
.form-cart table .tb-available {
    font-size: 13px;
    color: #87af66;
    font-style: italic;
}
@media (min-width: 1199px) {
    .form-cart table .tb-available {
        width: 198px;
    }
}
.form-cart table .tb-available .value {
    padding-top: 6px;
    display: block;
}
@media (min-width: 1199px) {
    .form-cart table .tb-qty {
        width: 160px;
    }
}
.form-cart table .tb-qty .input-qty {
    height: 35px;
    width: 60px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #555555;
    font-family: "Arimo";
    padding: 0;
    margin: auto;
}
.form-cart table .tb-total {
    font-size: 14px;
    font-weight: 600;
}
@media (min-width: 1199px) {
    .form-cart table .tb-total {
        width: 220px;
    }
}
.form-cart table .tb-total .amount {
    padding-top: 7px;
    display: block;
}
@media (min-width: 1199px) {
    .form-cart table .tb-remove {
        width: 120px;
    }
}
.form-cart table .tb-remove .action-remove {
    color: #cccccc;
    display: inline-block;
    padding-top: 6px;
}
.form-cart table .tb-remove .action-remove:hover {
    color: #ffa200;
}
.form-cart table .tb-remove .action-remove span {
    display: none;
}
.form-cart table .tb-remove .action-remove:before {
    content: "\f00d";
    font-family: "FontAwesome";
}
.form-cart table .tb-subtotal {
    border: none;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    text-align: right;
    padding-right: 140px;
    padding-top: 32px;
    padding-bottom: 23px;
}
.form-cart table .tb-subtotal .label {
    font-size: 16px;
    display: inline-block;
    color: #444444;
    margin-right: 12px;
    font-weight: 600;
}
.form-cart .cart-actions {
    border: 1px solid #ececec;
    padding: 28px 40px 13px;
    background-color: #fafafa;
    /*border-top: none;*/
}
@media (max-width: 600px) {
    .form-cart .cart-actions {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.form-cart .cart-actions:before,
.form-cart .cart-actions:after {
    content: "";
    display: table;
}
.form-cart .cart-actions:after {
    clear: both;
}
.form-cart .cart-actions .action {
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #ececec;
    height: 40px;
    box-shadow: none;
    padding: 0 24px;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.form-cart .cart-actions .action:hover {
    background-color: #000000;
    color: #fff;
    border-color: #ffa200;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.form-cart .cart-actions .action.update {
    float: left;
}
.form-cart .cart-actions .action.checkout {
    float: right;
    background: #354D8D;
    color: #ffffff;
    line-height: 40px;
    border: 0px;
    font-weight: 500;
    cursor:pointer;
}
@media (max-width: 479px) {
    .form-cart .cart-actions .action {
        display: block;
        float: none;
        width: 100%;
    }
}
#popup-newsletter .close {
    width: 16px;
    height: 16px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/close.png);
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 14px;
}
#popup-newsletter .close span {
    display: none;
}
#popup-newsletter .modal-dialog {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
#popup-newsletter .modal-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/media/index1/Popup_Newsletter.jpg);
    height: 390px;
    border-radius: 0;
    border: none;
    padding: 20px;
    color: #fff;
    padding-top: 43px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 770px;
}
#popup-newsletter .block-newletter {
    font-size: 14px;
    max-width: 375px;
}
#popup-newsletter .block-newletter .block-title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
#popup-newsletter .block-newletter .text-des {
    margin-bottom: 30px;
}
#popup-newsletter .block-newletter .form-control {
    height: 40px;
    border: none;
    background-color: #dbdbdb;
    color: #888888;
    font-style: italic;
    font-size: 14px;
}
#popup-newsletter .block-newletter .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
#popup-newsletter .block-newletter .form-control:-ms-input-placeholder {
    color: #888888;
}
#popup-newsletter .block-newletter .form-control::-webkit-input-placeholder {
    color: #888888;
}
#popup-newsletter .block-newletter .btn-subcribe {
    height: 40px;
}
#popup-newsletter .block-social .block-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
#popup-newsletter .block-social .block-content {
    font-size: 18px;
}
#popup-newsletter .block-social .block-content a {
    margin-right: 13px;
    color: #fff;
}
#popup-newsletter .btn-checkbox {
    position: absolute;
    bottom: 6px;
    left: 20px;
}
#popup-newsletter .btn-checkbox label {
    cursor: pointer;
}
.cms-page {
    background-color: #fff;
}
.cms-page .site-main {
    background-color: #fff;
}
.cms-page.index-opt-1 {
    background-color: #fff;
}
.cms-page.index-opt-1 .header-content {
    background-color: #fff;
}
.cms-page.index-opt-1 .header-nav {
    background-color: #ebebeb;
}
/*==========================================================

        10. HOME PAGE

==========================================================*/
.effect-border {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-border:before,
.effect-border:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.effect-border:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.effect-border:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.effect-border:hover:before,
.effect-border:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.effect-border:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-border img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-bg {
    position: relative;
    display: block;
}
.effect-bg:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-bg img {
    display: block;
    width: 100%;
}
.effect-bg:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-banner1 .box-img {
    position: relative;
    display: block;
}
.effect-banner1 .box-img:before,
.effect-banner1 .box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner1 .box-img:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img img {
    display: block;
    width: 100%;
}
.effect-banner2 .box-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-banner2 .box-img:before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    visibility: hidden;
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner2 .box-img:hover:before {
    opacity: 1;
    visibility: initial;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner2 img {
    display: block;
    width: 100%;
}
.effect-banner3 .box-img,
.effect-banner3 .img-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:before,
.effect-banner3 .box-img:after,
.effect-banner3 .img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background-color: rgba(254, 86, 84, 0.3);
}
.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:before {
    left: 0;
    width: 0;
}
.effect-banner3 .box-img:after,
.effect-banner3 .img-banner:after {
    right: 0;
    width: 0;
}
.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:before,
.effect-banner3 .box-img:hover:after,
.effect-banner3 .img-banner:hover:after {
    opacity: 1;
    background-color: rgba(254, 86, 84, 0.3);
}
.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:before {
    left: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.effect-banner3 .box-img:hover:after,
.effect-banner3 .img-banner:hover:after {
    right: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.effect-banner3 img {
    display: block;
    width: 100%;
}
.block-slide-main .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-slide-main .item .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.block-slide-main .item .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.block-slide-main .item .des {
    display: block;
}
.block-slide-main .item .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
}
.block-slide-main .item .btn:hover {
    background-color: #ffa200;
}
.block-slide-main .owl-item {
    /*&:hover {
                          .item {
                                  .title {
                                          .animation(fadeOutUp 0.6s ease-in-out 0.8s both);
                                  }
                                  .subtitle {
                                          .animation(fadeOutLeft 0.6s ease-in-out 0.8s both);
                                  }
                                  .des {
                                          .animation(fadeOutDown 0.6s ease-in-out 0.8s both);
                                  }
                                  .btn {
                                          .animation(fadeOutRight 0.6s ease-in-out 0.8s both);
                                  }
                          }
                  }*/
}
.block-slide-main .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.block-slide-main .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #fff;
    display: inline-block;
    margin: 0 3px;
    border-radius: 60px;
}
.block-slide-main .owl-dots .owl-dot.active {
    background-color: #ffa200;
}
.block-slide-main .dotsData .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: auto;
    right: 257px;
}
@media (max-width: 640px) {
    .block-slide-main .dotsData .owl-dots {
        right: 30px;
    }
}
.block-slide-main .dotsData .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #000000;
}
.block-slide-main .dotsData .owl-dots .owl-dot.active {
    background-color: #28a152;
    color: #fff;
}
.block-slide-main:hover .owl-nav .owl-next,
.block-slide-main:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-slide-main:hover .owl-nav .owl-prev {
    left: 15px;
}
.block-slide-main:hover .owl-nav .owl-next {
    right: 15px;
}
.block-slide-main .owl-nav .owl-next,
.block-slide-main .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-slide-main .owl-nav .owl-next:hover,
.block-slide-main .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-slide-main .owl-nav .owl-next:before,
.block-slide-main .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-slide-main .owl-nav .owl-prev {
    left: 25px;
}
.block-slide-main .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-slide-main .owl-nav .owl-next {
    right: 25px;
}
.block-slide-main .owl-nav .owl-next:before {
    content: "\f105";
}
.block-slide-main .active .item .title {
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.block-slide-main .active .item .subtitle {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .des {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .btn {
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.block-slide-main .active .item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.block-slide-main .active .item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
.slide-opt-1 .item {
    height: 595px;
    color: #fff;
    font-size: 18px;
}
@media (max-width: 479px) {
    .slide-opt-1 .item {
        background-position: center right;
    }
}
.slide-opt-1 .item a {
    color: #fff;
}
.slide-opt-1 .item .description {
    position: relative;
    left: 300px;
    padding-top: 180px;
    max-width: 500px;
}
.slide-opt-1 .item1 .description {
    padding-left: 55px;
    padding-top: 194px;
    max-width: 530px;
}
.slide-opt-1 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 10px;
    line-height: 1;
}
.slide-opt-1 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 15px;
}
.slide-opt-1 .item1 .des {
    margin-bottom: 14px;
    display: block;
    margin-bottom: 25px;
    max-width: 345px;
    line-height: 24px;
}
.slide-opt-1 .item1 .btn {
    line-height: 55px;
    background-color: #f5bc9e;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 23px;
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
}
.slide-opt-1 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-1 .item2 .description {
    margin-left: 260px;
    padding-top: 255px;
    max-width: 500px;
}
.slide-opt-1 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 5px;
    line-height: 1;
}
.slide-opt-1 .item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 8px;
}
.slide-opt-1 .item2 .des {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 7px;
    max-width: 345px;
    line-height: 1;
}
.slide-opt-1 .item2 .btn {
    line-height: 55px;
    background-color: #b22c2d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-1 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-1 .item3 .description {
    margin-left: 475px;
    padding-top: 130px;
    max-width: 450px;
    float: left;
}
.slide-opt-1 .item3 .title {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
}
.slide-opt-1 .item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1;
}
.slide-opt-1 .item3 .des {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 38px;
    text-align: right;
}
.slide-opt-1 .item3 .btn {
    line-height: 55px;
    background-color: #9941ef;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-1 .item3 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-1 .active .item .title {
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .subtitle {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .des {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .btn {
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
@media (max-width: 1199px) {
    .slide-opt-1 .item {
        height: 470px;
    }
    .slide-opt-1 .item .description {
        left: 20px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 110px;
    }
}
@media (max-width: 600px) {
    .slide-opt-1 .item {
        height: 400px;
    }
    .slide-opt-1 .item:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .slide-opt-1 .item .description {
        left: 0;
        right: 0;
        margin: 0;
        padding: 40px 15px 15px;
        top: 0;
        bottom: 0;
    }
    .slide-opt-1 .item3 .des {
        text-align: left;
    }
}
@media (max-width: 479px) {
    .slide-opt-1 .item {
        height: 360px;
        font-size: 13px;
    }
    .slide-opt-1 .item .btn {
        line-height: 34px;
        font-size: 14px;
        margin-top: 10px;
    }
    .slide-opt-1 .item1 .title {
        font-size: 24px;
    }
    .slide-opt-1 .item1 .subtitle {
        font-size: 14px;
    }
    .slide-opt-1 .item2 .title {
        font-size: 24px;
    }
    .slide-opt-1 .item2 .subtitle {
        font-size: 14px;
    }
    .slide-opt-1 .item3 .title {
        font-size: 14px;
    }
    .slide-opt-1 .item3 .subtitle {
        font-size: 24px;
    }
}
.slide-opt-2 .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 593px;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 991px) {
    .slide-opt-2 .item {
        height: 400px;
    }
}
.slide-opt-2 .item a {
    color: #fff;
}
.slide-opt-2 .item .description {
    position: relative;
    padding-top: 180px;
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description {
        font-size: 14px;
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description .title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description .subtitle {
        font-size: 20px;
    }
}
.slide-opt-2 .item1 .description {
    margin-left: 465px;
    padding-top: 128px;
}
@media (max-width: 991px) {
    .slide-opt-2 .item1 .description {
        margin-left: 200px;
        padding-top: 80px;
    }
}
.slide-opt-2 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 12px;
    color: #333;
    line-height: 1;
}
.slide-opt-2 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 12px;
    color: #333;
}
.slide-opt-2 .item1 .des {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 5px;
    color: #f3a829;
}
.slide-opt-2 .item1 .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-2 .item2 .description {
    margin-left: 615px;
    padding-top: 147px;
}
@media (max-width: 1199px) {
    .slide-opt-2 .item2 .description {
        margin-left: 400px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-2 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 1;
}
.slide-opt-2 .item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}
.slide-opt-2 .item2 .des {
    display: block;
    margin-bottom: 15px;
    line-height: 24px;
}
.slide-opt-2 .item2 .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item2 .btn:hover {
    background-color: #fff;
    color: #333;
}
.slide-opt-2 .item3 .description {
    margin-left: 55px;
    padding-top: 80px;
}
.slide-opt-2 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 12px;
    line-height: 1;
    color: #333;
}
.slide-opt-2 .item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 12px;
    color: #333;
}
.slide-opt-2 .item3 .des {
    display: block;
    margin-bottom: 0px;
    line-height: 24px;
    color: #000000;
}
.slide-opt-2 .item3 .btn {
    line-height: 50px;
    background-color: #c59313;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 991px) {
    .slide-opt-2 .item {
        height: 400px;
    }
    .slide-opt-2 .item .description {
        font-size: 14px;
        padding-top: 40px;
    }
    .slide-opt-2 .item .description .title {
        font-size: 40px;
    }
    .slide-opt-2 .item .description .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-2 .item {
        height: 300px;
    }
    .slide-opt-2 .item .description {
        font-size: 13px;
        padding-top: 40px;
        margin-left: 20px;
    }
    .slide-opt-2 .item .description .title {
        font-size: 30px;
    }
    .slide-opt-2 .item .description .subtitle {
        font-size: 16px;
    }
    .slide-opt-2 .item .description .des {
        margin-bottom: 0;
    }
    .slide-opt-2 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-2 .item {
        height: 300px;
    }
    .slide-opt-2 .item .description {
        font-size: 13px;
        padding-top: 40px;
        margin-left: 20px;
    }
    .slide-opt-2 .item .description .title {
        font-size: 20px;
    }
    .slide-opt-2 .item .description .subtitle {
        font-size: 16px;
    }
    .slide-opt-2 .item .description .des {
        margin-bottom: 0;
    }
    .slide-opt-2 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-2 .active .item .title {
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .subtitle {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .des {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .btn {
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.slide-opt-2 .active .item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.slide-opt-2 .active .item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
.slide-opt-3 .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 595px;
    color: #fff;
    font-size: 18px;
}
.slide-opt-3 .item a {
    color: #fff;
}
.slide-opt-3 .item .description {
    position: relative;
    padding-top: 180px;
}
.slide-opt-3 .item1 .description {
    margin-left: 358px;
    padding-top: 103px;
}
@media (max-width: 991px) {
    .slide-opt-3 .item1 .description {
        margin-left: 200px;
        padding-top: 80px;
    }
}
.slide-opt-3 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 0px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .title {
        font-size: 30px;
    }
}
.slide-opt-3 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 8px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-3 .item1 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .des {
        font-size: 13px;
    }
}
.slide-opt-3 .item1 .btn {
    line-height: 55px;
    background-color: #0a193a;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-3 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-3 .item2 .description {
    margin-left: 315px;
    padding-top: 115px;
}
@media (max-width: 991px) {
    .slide-opt-3 .item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-3 .item2 .title {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 0px;
    line-height: 1;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .title {
        font-size: 30px;
    }
}
.slide-opt-3 .item2 .subtitle {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 12px;
    line-height: 1;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-3 .item2 .des {
    margin-bottom: 16px;
    font-size: 18px;
    color: #888888;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .des {
        font-size: 14px;
    }
}
.slide-opt-3 .item2 .btn {
    line-height: 55px;
    background-color: #37321b;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-3 .item2 .btn:hover {
    background-color: #fff;
    color: #333;
}
.slide-opt-3 .item3 .description {
    padding-top: 190px;
    float: right;
}
.slide-opt-3 .item3 .title {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    text-transform: none;
}
.slide-opt-3 .item3 .subtitle {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item3 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-3 .item3 .des {
    margin-bottom: 50px;
    color: #fff;
    text-align: right;
}
@media (max-width: 639px) {
    .slide-opt-3 .item3 .des {
        margin-bottom: 30px;
    }
}
.slide-opt-3 .item3 .btn {
    line-height: 55px;
    background-color: #304d88;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-3 .item3 .btn:hover {
    background-color: #fff;
    color: #333;
}
@media (max-width: 991px) {
    .slide-opt-3 .item {
        height: 400px;
    }
    .slide-opt-3 .item .description {
        font-size: 14px;
        padding-top: 40px;
        margin-left: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-3 .item {
        height: 300px;
    }
    .slide-opt-3 .item .description {
        font-size: 13px;
    }
    .slide-opt-3 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-3 .item {
        height: 300px;
    }
    .slide-opt-3 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-3 .active .item .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item1 .title {
    -webkit-animation: zoomInLeft 1s ease-in-out 0.5s both;
    -o-animation: zoomInLeft 1s ease-in-out 0.5s both;
    animation: zoomInLeft 1s ease-in-out 0.5s both;
}
.slide-opt-3 .active .item1 .subtitle {
    -webkit-animation: zoomInLeft 1s ease-in-out 1s both;
    -o-animation: zoomInLeft 1s ease-in-out 1s both;
    animation: zoomInLeft 1s ease-in-out 1s both;
}
.slide-opt-3 .active .item1 .des {
    -webkit-animation: zoomInLeft 1.5s ease-in-out 1s both;
    -o-animation: zoomInLeft 1.5s ease-in-out 1s both;
    animation: zoomInLeft 1.5s ease-in-out 1s both;
}
.slide-opt-3 .active .item1 .btn {
    -webkit-animation: zoomInLeft 1.7s ease-in-out 1s both;
    -o-animation: zoomInLeft 1.7s ease-in-out 1s both;
    animation: zoomInLeft 1.7s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
.block-banner-main a {
    display: block;
    margin-bottom: 30px;
}
.img-banner {
    margin-bottom: 30px;
    /*.effect-bg();*/
}
.img-banner img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item {
    position: relative;
    margin-bottom: 22px;
}
.blog-item:hover .blog-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item .blog-photo {
    position: relative;
    overflow: hidden;
}
.blog-item .blog-photo img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item .blog-date {
    display: block;
    line-height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bf2025;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 18px;
    text-align: center;
}
.blog-item .blog-name {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    display: block;
    margin: 12px 0 15px;
    text-transform: uppercase;
}
.blog-item .blog-name a {
    color: #333333;
}
.blog-item .blog-name a:hover {
    color: #ffa200;
}
.blog-item .blog-des {
    font-size: 14px;
    color: #888888;
    display: block;
    margin-bottom: 15px;
    line-height: 20px;
}
.blog-item .blog-actions .action {
    color: #888888;
    font-size: 14px;
}
.blog-item .blog-actions .action:after {
    content: "\f0a9";
    font-family: 'FontAwesome';
    margin-left: 27px;
    font-size: 15px;
    vertical-align: middle;
}
.blog-item .blog-actions .action:hover {
    color: #ffa200;
}
.block-brand {
    margin-bottom: 38px;
}
.block-brand img {
    /*border: 1px solid #ebebeb;*/
}
.block-brand img:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand:hover .owl-nav .owl-prev,
.block-brand:hover .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand:hover .owl-nav .owl-prev {
    left: 0;
}
.block-brand:hover .owl-nav .owl-next {
    right: 0;
}
.block-brand .owl-nav .owl-prev,
.block-brand .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand .owl-nav .owl-prev:hover,
.block-brand .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-brand .owl-nav .owl-prev:before,
.block-brand .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-brand .owl-nav .owl-prev {
    left: 10px;
}
.block-brand .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-brand .owl-nav .owl-next {
    right: 10px;
}
.block-brand .owl-nav .owl-next:before {
    content: "\f105";
}
.block-service {
    background-color: #ebebeb;
    padding: 52px 0 15px;
}
.block-service .item {
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    min-height: 85px;
}
.block-service .item:hover .icon {
    -webkit-animation: bounce 0.7s ease-in-out 0.3s both;
    -o-animation: bounce 0.7s ease-in-out 0.3s both;
    animation: bounce 0.7s ease-in-out 0.3s both;
}
.block-service .item:before,
.block-service .item:after {
    content: "";
    display: table;
}
.block-service .item:after {
    clear: both;
}
.block-service .item .icon {
    width: 84px;
    text-align: center;
    line-height: 80px;
    height: 84px;
    background-color: #ffa200;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.block-service .item .icon img {
    display: inline;
}
.block-service .item .title {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 12px;
}
@media (max-width: 767px) {
    .block-service .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.block-service-opt2 {
    margin-bottom: 30px;
}
.block-service-opt2 .item {
    padding-left: 82px;
}
.block-service-opt2 .item .title {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-service-opt2 .item .title {
        font-size: 15px;
    }
}
.block-service-opt2 .item .icon {
    width: 66px;
    height: 66px;
    line-height: 62px;
}
@media (max-width: 767px) {
    .block-service-opt2 .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-service .item {
        padding-left: 50px;
    }
    .block-service .item .icon {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    .block-service .item .icon img {
        max-width: 20px;
    }
    .block-service .item .title {
        margin-top: 0;
        font-size: 16px;
    }
}
.header-nav .setting {
    position: relative;
}
.header-nav .setting .dropdown-toggle {
    display: block;
    cursor: pointer;
    line-height: 57px ;
    height: 57px;
    width: 50px;
    font-size: 24px;
    color: #fff;
    background-color: #ffa200;
    text-align: center;
}
.header-nav .setting .dropdown-toggle span {
    display: none;
}
.header-opt-4 .header-nav .setting .dropdown-toggle,
.header-opt-6 .header-nav .setting .dropdown-toggle,
.header-opt-10 .header-nav .setting .dropdown-toggle {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .setting .dropdown-toggle {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .setting .dropdown-toggle,
.header-opt-8 .header-nav .setting .dropdown-toggle {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .setting .dropdown-toggle {
    line-height: 47px;
    height: 47px ;
}
.header-opt-1 .header-nav .setting .dropdown-toggle {
    background-color: #ffa200;
}
.header-opt-2 .header-nav .setting .dropdown-toggle {
    background-color: #0164c9;
}
.header-opt-3 .header-nav .setting .dropdown-toggle {
    background-color: #e5343e;
}
.header-opt-4 .header-nav .setting .dropdown-toggle {
    background-color: #486393;
}
.header-opt-5 .header-nav .setting .dropdown-toggle {
    background-color: #3266cc;
}
.header-opt-6 .header-nav .setting .dropdown-toggle {
    background-color: #ff3366;
}
.header-opt-7 .header-nav .setting .dropdown-toggle {
    background-color: #0f5194;
}
.header-opt-8 .header-nav .setting .dropdown-toggle {
    background-color: #333333;
}
.header-opt-9 .header-nav .setting .dropdown-toggle {
    background-color: #ff7f00;
}
.header-opt-10 .header-nav .setting .dropdown-toggle {
    background-color: #28A152;
}
.header-nav .setting.open .dropdown-menu,
.header-nav .setting:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.header-nav .setting .dropdown-menu {
    right: 0;
    left: auto;
}
.header-nav .block-minicart {
    margin: 0 0 0 10px ;
}
.header-nav .block-minicart .dropdown-toggle {
    line-height: 57px;
    height: 57px ;
    padding: 0;
    margin: 0;
}
.header-opt-9 .header-nav .block-minicart .dropdown-toggle,
.header-opt-8 .header-nav .block-minicart .dropdown-toggle {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-minicart .dropdown-toggle {
    line-height: 47px;
    height: 47px ;
}
.header-opt-5 .header-nav .block-minicart .dropdown-toggle {
    line-height: 52px;
    height: 52px ;
}
.header-opt-4 .header-nav .block-minicart .dropdown-toggle,
.header-opt-6 .header-nav .block-minicart .dropdown-toggle,
.header-opt-10 .header-nav .block-minicart .dropdown-toggle {
    line-height: 50px;
    height: 50px ;
}
.header-nav .block-minicart .dropdown-toggle .cart-icon {
    height: 57px ;
    padding: 0;
    margin: 0;
    width: 50px;
}
.header-opt-4 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-6 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-10 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-8 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 47px;
    height: 47px ;
}
.header-opt-1 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #ffa200;
}
.header-opt-2 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #0164c9;
}
.header-opt-3 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #e5343e;
}
.header-opt-4 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #486393;
}
.header-opt-5 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #3266cc;
}
.header-opt-6 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #ff3366;
}
.header-opt-7 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #0f5194;
}
.header-opt-8 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #333333;
}
.header-opt-9 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #ff7f00;
}
.header-opt-10 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    background-color: #28A152;
}
.header-opt-1 .header-nav .block-minicart .actions .btn:hover,
.header-opt-1 .header-nav .block-minicart .actions .btn:focus {
    background-color: #ffa200;
}
.header-opt-2 .header-nav .block-minicart .actions .btn:hover,
.header-opt-2 .header-nav .block-minicart .actions .btn:focus {
    background-color: #0164c9;
}
.header-opt-3 .header-nav .block-minicart .actions .btn:hover,
.header-opt-3 .header-nav .block-minicart .actions .btn:focus {
    background-color: #e5343e;
}
.header-opt-4 .header-nav .block-minicart .actions .btn:hover,
.header-opt-4 .header-nav .block-minicart .actions .btn:focus {
    background-color: #486393;
}
.header-opt-5 .header-nav .block-minicart .actions .btn:hover,
.header-opt-5 .header-nav .block-minicart .actions .btn:focus {
    background-color: #3266cc;
}
.header-opt-6 .header-nav .block-minicart .actions .btn:hover,
.header-opt-6 .header-nav .block-minicart .actions .btn:focus {
    background-color: #ff3366;
}
.header-opt-7 .header-nav .block-minicart .actions .btn:hover,
.header-opt-7 .header-nav .block-minicart .actions .btn:focus {
    background-color: #0f5194;
}
.header-opt-8 .header-nav .block-minicart .actions .btn:hover,
.header-opt-8 .header-nav .block-minicart .actions .btn:focus {
    background-color: #333333;
}
.header-opt-9 .header-nav .block-minicart .actions .btn:hover,
.header-opt-9 .header-nav .block-minicart .actions .btn:focus {
    background-color: #ff7f00;
}
.header-opt-10 .header-nav .block-minicart .actions .btn:hover,
.header-opt-10 .header-nav .block-minicart .actions .btn:focus {
    background-color: #28A152;
}
.header-nav .block-search {
    margin: 0 0 0 10px ;
}
.header-nav .block-search .block-title {
    display: block;
    cursor: pointer;
    line-height: 57px ;
    height: 57px;
    width: 50px;
}
.header-opt-4 .header-nav .block-search .block-title,
.header-opt-6 .header-nav .block-search .block-title,
.header-opt-10 .header-nav .block-search .block-title {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .block-search .block-title {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .block-search .block-title,
.header-opt-8 .header-nav .block-search .block-title {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-search .block-title {
    line-height: 47px;
    height: 47px ;
}
.header-opt-1 .header-nav .block-search .block-title {
    background-color: #ffa200;
}
.header-opt-2 .header-nav .block-search .block-title {
    background-color: #0164c9;
}
.header-opt-3 .header-nav .block-search .block-title {
    background-color: #e5343e;
}
.header-opt-4 .header-nav .block-search .block-title {
    background-color: #486393;
}
.header-opt-5 .header-nav .block-search .block-title {
    background-color: #3266cc;
}
.header-opt-6 .header-nav .block-search .block-title {
    background-color: #ff3366;
}
.header-opt-7 .header-nav .block-search .block-title {
    background-color: #0f5194;
}
.header-opt-8 .header-nav .block-search .block-title {
    background-color: #333333;
}
.header-opt-9 .header-nav .block-search .block-title {
    background-color: #ff7f00;
}
.header-opt-10 .header-nav .block-search .block-title {
    background-color: #28A152;
}
.header-nav .block-search .block-content {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.header-nav .block-search.active .block-content,
.header-nav .block-search:hover .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.header-nav .block-search .form-search .form-control {
    padding-left: 15px;
}
.header-opt-1 .header-nav .block-search .form-search .btn-search {
    background-color: #ffa200;
}
.header-opt-1 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-1 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #cf7303;
}
.header-opt-2 .header-nav .block-search .form-search .btn-search {
    background-color: #0164c9;
}
.header-opt-2 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-2 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #003264;
}
.header-opt-3 .header-nav .block-search .form-search .btn-search {
    background-color: #e5343e;
}
.header-opt-3 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-3 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #9f141c;
}
.header-opt-4 .header-nav .block-search .form-search .btn-search {
    background-color: #486393;
}
.header-opt-4 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-4 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #26354f;
}
.header-opt-5 .header-nav .block-search .form-search .btn-search {
    background-color: #3266cc;
}
.header-opt-5 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-5 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #1e3d7a;
}
.header-opt-6 .header-nav .block-search .form-search .btn-search {
    background-color: #ff3366;
}
.header-opt-6 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-6 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #cc0033;
}
.header-opt-7 .header-nav .block-search .form-search .btn-search {
    background-color: #0f5194;
}
.header-opt-7 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-7 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #061e37;
}
.header-opt-8 .header-nav .block-search .form-search .btn-search {
    background-color: #ff8307;
}
.header-opt-8 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-8 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #a05000;
}
.header-opt-9 .header-nav .block-search .form-search .btn-search {
    background-color: #ff7f00;
}
.header-opt-9 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-9 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #994c00;
}
.header-opt-10 .header-nav .block-search .form-search .btn-search {
    background-color: #28A152;
}
.header-opt-10 .header-nav .block-search .form-search .btn-search:hover,
.header-opt-10 .header-nav .block-search .form-search .btn-search:focus {
    background-color: #144f28;
}
.header-nav .setting,
.header-nav .block-minicart,
.header-nav .block-search {
    float: right;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    right: 0;
}
.header-nav .block-search {
    right: 51px;
}
.header-nav .setting {
    right: 102px;
}
@media (max-width: 991px) {
    .header-nav .nav-toggle-cat {
        display: none !important;
    }
    .header-nav .block-nav-categori .block-content .ui-categori,
    .header-nav .block-nav-categori .block-content .view-all-categori {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .sticky-wrapper .mid-header .block-nav-categori {
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.sticky-wrapper.is-sticky .mid-header {
    z-index: 9999;
    -webkit-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
}
.sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li .label-menu {
    top: 1px;
    line-height: 13px;
    font-size: 8px;
}
.sticky-wrapper.is-sticky .mid-header .block-nav-categori {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
}
.sticky-wrapper.is-sticky .mid-header .custom-link {
    display: none;
}
@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
        width: 0px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title {
        background-position: center;
        padding: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title span {
        visibility: hidden;
        opacity: 0;
        text-indent: -1000px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-content {
        visibility: visible;
        opacity: 1;
        left: -50px;
        margin: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-content .ui-categori,
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-content .view-all-categori {
        display: none;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu {
        padding-left: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li > a {
        padding: 0 18px;
        font-size: 13px;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
        right: 0;
        left: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu .horizontal-menu,
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu .vertical-menu {
        width: 100%;
    }
    .sticky-wrapper.is-sticky .mid-header .block-minicart,
    .sticky-wrapper.is-sticky .mid-header .block-search,
    .sticky-wrapper.is-sticky .mid-header .setting {
        visibility: visible;
        opacity: 1;
        display: block;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}
@media (max-width: 991px) {
    .sticky-wrapper.is-sticky .mid-header {
        position: relative !important;
    }
}
.sticky-wrapper.is-sticky .mid-header .nav-toggle-cat {
    display: block;
    float: left;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    background-position: center;
}
.block-section-top {
    position: relative;
}
@media (max-width: 1199px) {
    .block-section-top {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top {
        padding-right: 0;
    }
}
.block-section-top .block-nav-categori {
    /*float: none;
                          position: absolute;
                          top: 0;
                          left: 0;*/
    position: relative;
    float: none;
    width: 100%;
    z-index: 100;
}
.block-section-top .block-nav-categori .block-title {
    display: none;
}
.block-section-top .block-nav-categori .block-content {
    background-color: #f7f7f7;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block-section-top6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
.block-section-top7 .block-banner-main a,
.block-section-top7 .block-banner-main a,
.block-section-top7 .block-banner-main a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.block-section-top7 .block-banner-main a:before,
.block-section-top7 .block-banner-main a:before,
.block-section-top7 .block-banner-main a:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top7 .block-banner-main a img,
.block-section-top7 .block-banner-main a img,
.block-section-top7 .block-banner-main a img {
    display: block;
    width: 100%;
}
.block-section-top7 .block-banner-main a:hover:before,
.block-section-top7 .block-banner-main a:hover:before,
.block-section-top7 .block-banner-main a:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block .box-img {
    display: block;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .block-section-top1 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-1 {
    background-color: #f5f5f5;
}
.index-opt-1 .block-slide-main {
    margin-bottom: 40px;
}
.index-opt-1 .block-the-blog .block-title {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .index-opt-1 .block-service {
        text-align: center;
    }
    .index-opt-1 .block-service .row {
        display: inline-block;
        text-align: left;
    }
}
.block-hot-categori {
    margin-bottom: 30px;
}
.block-hot-categori .block-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 30px;
}
.block-hot-categori .block-content {
    margin: 0 -5px;
}
.block-hot-categori .item {
    padding: 0 5px;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
}
.block-hot-categori .item:hover .title img {
    -webkit-animation: bounce 1.1s ease-in-out 0.3s both infinite;
    -o-animation: bounce 1.1s ease-in-out 0.3s both infinite;
    animation: bounce 1.1s ease-in-out 0.3s both infinite;
}
.block-hot-categori .item .item-info {
    background-color: #fff;
}
.block-hot-categori .item .title {
    background-color: #ffa200;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
}
.block-hot-categori .item .title a {
    color: #fff;
}
.block-hot-categori .item .title img {
    vertical-align: middle;
    margin-right: 5px;
}
.block-hot-categori .item .title > span {
    vertical-align: middle;
}
.block-hot-categori .item ul {
    padding: 0px 17px;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.block-hot-categori .item ul li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    min-height: 208px;
}
.index-opt-1 .block-hot-categori .item ul li {
    min-height: 213px;
}
.block-hot-categori .item ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.block-hot-categori .item ul a {
    color: #333333;
    display: block;
}
.block-hot-categori .item ul a > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-hot-categori .item ul a:hover {
    color: #ffa200;
}
.block-hot-categori .item ul a:hover img {
    -webkit-filter: opacity(20%);
    filter: opacity(20%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-hot-categori .item ul img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .block-hot-categori .item {
        width: 33.33333333%;
    }
    .block-hot-categori .item:nth-child(3n+1) {
        clear: both;
    }
}
@media (max-width: 600px) {
    .block-hot-categori .item {
        width: 50%;
    }
    .block-hot-categori .item:nth-child(3n+1) {
        clear: none;
    }
    .block-hot-categori .item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 420px) {
    .block-hot-categori .item {
        width: 100%;
    }
}
.heading-opt-1 {
    background-color: #fff;
    margin-bottom: 1px;
    padding-right: 50px;
    position: relative;
    /*outline: 1px solid #eaeaea;*/
    border-bottom: 0px;
}
.heading-opt-1:before,
.heading-opt-1:after {
    content: "";
    display: table;
}
.heading-opt-1:after {
    clear: both;
}
.heading-opt-1 .title {
    font-size: 14px;
    color: #0C4170;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 50px;
    text-align: left;
}
.heading-opt-1 .title img {
    margin-right: 13px;
    vertical-align: text-top;
}
.heading-opt-1 .links {
    float: right;
}
.heading-opt-1 .links:before,
.heading-opt-1 .links:after {
    content: "";
    display: table;
}
.heading-opt-1 .links:after {
    clear: both;
}
.heading-opt-1 .links li {
    float: left;
}
.heading-opt-1 .links li.active > a {
    color: #ffa200;
}
.heading-opt-1 .links a {
    display: block;
    line-height: 62px;
    color: #333333;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
}
.heading-opt-1 .links a:hover {
    color: #ffa200;
}
.heading-opt-1 .actions {
    position: absolute;
    right: 18px;
    top: 11px;
}
.heading-opt-1 .actions .action {
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #cccccc;
    font-size: 18px;
}
.heading-opt-1 .actions .action:hover {
    color: #ffa200;
}
.tab-content,
.col-products {
    position: relative;
}
.tab-content > .tab-pane,
.col-products > .tab-pane,
.tab-content > .box-tab,
.col-products > .box-tab {
    width: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}
.tab-content > .tab-pane.active,
.col-products > .tab-pane.active,
.tab-content > .box-tab.active,
.col-products > .box-tab.active {
    position: relative;
    opacity: 1;
    z-index: 20;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}
.tab-content > .tab-pane.active .product-item,
.col-products > .tab-pane.active .product-item,
.tab-content > .box-tab.active .product-item,
.col-products > .box-tab.active .product-item {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tab-content > .tab-pane.active .product-item:nth-child(1),
.col-products > .tab-pane.active .product-item:nth-child(1),
.tab-content > .box-tab.active .product-item:nth-child(1),
.col-products > .box-tab.active .product-item:nth-child(1) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.tab-content > .tab-pane.active .product-item:nth-child(2),
.col-products > .tab-pane.active .product-item:nth-child(2),
.tab-content > .box-tab.active .product-item:nth-child(2),
.col-products > .box-tab.active .product-item:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.tab-content > .tab-pane.active .product-item:nth-child(3),
.col-products > .tab-pane.active .product-item:nth-child(3),
.tab-content > .box-tab.active .product-item:nth-child(3),
.col-products > .box-tab.active .product-item:nth-child(3) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.tab-content > .tab-pane.active .product-item:nth-child(4),
.col-products > .tab-pane.active .product-item:nth-child(4),
.tab-content > .box-tab.active .product-item:nth-child(4),
.col-products > .box-tab.active .product-item:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.tab-content > .tab-pane.active .product-item:nth-child(5),
.col-products > .tab-pane.active .product-item:nth-child(5),
.tab-content > .box-tab.active .product-item:nth-child(5),
.col-products > .box-tab.active .product-item:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.tab-content > .tab-pane.active .product-item:nth-child(6),
.col-products > .tab-pane.active .product-item:nth-child(6),
.tab-content > .box-tab.active .product-item:nth-child(6),
.col-products > .box-tab.active .product-item:nth-child(6) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.tab-content > .tab-pane.active .product-item:nth-child(7),
.col-products > .tab-pane.active .product-item:nth-child(7),
.tab-content > .box-tab.active .product-item:nth-child(7),
.col-products > .box-tab.active .product-item:nth-child(7) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.tab-content > .tab-pane.active .product-item:nth-child(8),
.col-products > .tab-pane.active .product-item:nth-child(8),
.tab-content > .box-tab.active .product-item:nth-child(8),
.col-products > .box-tab.active .product-item:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.tab-content > .tab-pane.active .product-item:nth-child(9),
.col-products > .tab-pane.active .product-item:nth-child(9),
.tab-content > .box-tab.active .product-item:nth-child(9),
.col-products > .box-tab.active .product-item:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.tab-content > .tab-pane.active .product-item:nth-child(10),
.col-products > .tab-pane.active .product-item:nth-child(10),
.tab-content > .box-tab.active .product-item:nth-child(10),
.col-products > .box-tab.active .product-item:nth-child(10) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(1) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(1) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(1) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(1) .product-item {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(2) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(2) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(2) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(2) .product-item {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(3) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(3) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(3) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(3) .product-item {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(4) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(4) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(4) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(4) .product-item {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(5) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(5) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(5) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(5) .product-item {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(6) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(6) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(6) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(6) .product-item {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.tab-content > .tab-pane.active .owl-item.active:nth-child(7) .product-item,
.col-products > .tab-pane.active .owl-item.active:nth-child(7) .product-item,
.tab-content > .box-tab.active .owl-item.active:nth-child(7) .product-item,
.col-products > .box-tab.active .owl-item.active:nth-child(7) .product-item {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.block-floor-products {
    margin-bottom: 30px;
    /*margin-left: 20px;*/
    /*.col-banner,
          .col-featured {
                  display: none;
          }
          .col-products {
                  overflow: hidden;
                  float: none;
          }
          .col-products1  {
                  width: 100% !important;
                  img {
                          
                  }
          }*/
}
.block-floor-products .block-content:before,
.block-floor-products .block-content:after {
    content: "";
    display: table;
}
.block-floor-products .block-content:after {
    clear: both;
}
.block-floor-products .col-banner {
    width: 20%;
    float: left;
    position: relative;
    height: 570px;
}
@media (max-width: 1190px) {
    .block-floor-products .col-banner {
        height: 458px;
    }
}
.block-floor-products .col-banner img {
    width: 100%;
    display: block;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-banner .img {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-floor-products .col-banner .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 49, 0.5);
    padding: 15px ;
    padding-right: 5px;
    padding-bottom: 24px;
    min-height: 170px;
    z-index: 10;
    overflow: hidden;
}
.block-floor-2.block-floor-products .col-banner .description {
    background-color: rgba(0, 0, 0, 0.56);
}
.block-floor-3.block-floor-products .col-banner .description {
    background-color: rgba(186, 150, 115, 0.5);
}
.block-floor-products .col-banner .title {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 10px;
}
.block-floor-3.block-floor-products .col-banner .title {
    font-size: 16px;
    color: #333;
}
.block-floor-2.block-floor-products .col-banner .title {
    font-size: 30px;
}
.block-floor-products .col-banner .des {
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 7px;
}
.block-floor-3.block-floor-products .col-banner .des {
    color: #888888;
}
.block-floor-2.block-floor-products .col-banner .des {
    color: #aaaaaa;
    text-transform: uppercase;
}
.block-floor-products .col-banner .btn {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 0 17px;
    line-height: 40px;
    text-transform: capitalize;
    border: none;
}
.block-floor-products .col-banner .btn:hover {
    background-color: #ffa200;
    color: #fff;
}
.block-floor-3.block-floor-products .col-banner .btn {
    background-color: #373543;
    color: #fff;
}
.block-floor-3.block-floor-products .col-banner .btn:hover {
    background-color: #ffa200;
    color: #fff;
}
.block-floor-2.block-floor-products .col-banner .btn {
    background-color: #da9248;
    color: #fff;
}
.block-floor-2.block-floor-products .col-banner .btn:hover {
    background-color: #ffa200;
    color: #fff;
}
.block-floor-products .col-banner:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.block-floor-products .col-banner:hover .title,
.block-floor-products .col-banner:hover .des,
.block-floor-products .col-banner:hover .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.index-opt-2 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-2 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-2 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-3 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.index-opt-3 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-3 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.index-opt-4 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-4 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-4 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-5 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
.index-opt-5 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.index-opt-5 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.index-opt-7 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
.index-opt-7 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index-opt-7 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.block-floor-products .col-featured {
    width: 20%;
    float: left;
    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .block-floor-products .col-featured {
        display: none;
    }
}
.block-floor-products .col-featured .label-featured {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.block-floor-products .col-featured .item {
    overflow: hidden;
}
.block-floor-products .col-featured .product-item {
    margin-top: -1px;
}
.block-floor-products .col-featured .product-item-opt-1 {
    padding-bottom: 5px;
}
@media (max-width: 1199px) {
    .block-floor-products .col-featured .product-item-opt-1 {
        padding-bottom: 3px;
    }
}
@media (max-width: 992px) {
    .block-floor-products .col-featured .product-item-opt-1 {
        padding-bottom: 5px;
    }
}
.block-floor-products .col-featured:hover .owl-nav {
    left: 5px;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-featured .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: -100%;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-featured .owl-prev,
.block-floor-products .col-featured .owl-next {
    width: 35px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    text-align: center;
    color: #888888;
    font-size: 20px;
    margin-bottom: 11px;
    display: block;
    background-color: #fff;
}
.block-floor-products .col-featured .owl-prev:hover,
.block-floor-products .col-featured .owl-next:hover,
.block-floor-products .col-featured .owl-prev:focus,
.block-floor-products .col-featured .owl-next:focus {
    background-color: #ffa200;
    border-color: #ffa200;
    color: #fff;
}
.block-floor-products .col-featured .owl-prev:before,
.block-floor-products .col-featured .owl-next:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products .col-featured .owl-prev:before {
    content: "\f104";
}
.block-floor-products .col-featured .owl-next:before {
    content: "\f105";
}
.block-floor-products .col-products {
    width: 60%;
    float: left;
    background-color: #fff;
    /*overflow: hidden;*/
}
.block-floor-products .col-products .product-item {
    margin-top: -1px;
}
.block-floor-products-opt1.block-floor-products .col-products .product-item {
    height: 286px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt1.block-floor-products .col-products .product-item {
        height: 230px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt1.block-floor-products .col-products .product-item {
        height: 226px;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt1.block-floor-products .col-products .product-item {
        height: 300px;
    }
}
@media (max-width: 599px) {
    .block-floor-products-opt1.block-floor-products .col-products .product-item {
        height: 290px;
    }
}
@media (max-width: 379px) {
    .block-floor-products .col-products .product-item {
        height: auto;
    }
}
@media (max-width: 767px) {
    .block-floor-products .col-products .product-item-lag {
        width: 100% !important;
    }
}
.block-floor-products .product-item {
    border: 1px solid #eaeaea;
    border-bottom: none;
    border-right: none;
}
.block-floor-products .product-item-lag {
    padding: 0;
    position: relative;
}
.block-floor-products .product-item-lag .product-item-info {
    height: 100%;
    display: table;
}
@media (max-width: 379px) {
    .block-floor-products .product-item-lag .product-item-info {
        height: 230px;
    }
}
.block-floor-products .product-item-lag .product-item-photo {
    position: absolute;
    top: 10px;
    right: 23px;
}
.block-floor-products .product-item-lag .product-item-photo img {
    width: auto;
}
.block-floor-products .product-item-lag .product-item-detail {
    padding-left: 15px;
    position: relative;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
}
.block-floor-products .product-item-lag .product-item-name {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
}
.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #ffa200 !important;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name a {
    color: #4457b5;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #333;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name:hover a {
    color: #333;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name {
    color: #fe822c;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name a {
    color: #fe822c;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #ffa200;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name {
    color: #564e4b;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name a {
    color: #564e4b;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #ffa200;
}
.block-floor-products .product-item-lag .product-item-des {
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
}
.block-floor-products .product-item-lag .view-more {
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    position: relative;
    z-index: 10;
}
.block-floor-products .product-item-lag .view-more:after {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: 10px;
}
.block-floor-products .product-item-lag .view-more:hover {
    color: #0164c9;
}
@media (max-width: 1199px) {
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: 90px;
    }
}
@media (max-width: 991px) {
    .block-floor-products .col-banner {
        display: none;
    }
    .block-floor-products .col-featured {
        width: 25%;
    }
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: 85px;
    }
    .block-floor-products .col-products {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .block-floor-products .col-banner {
        display: none;
    }
    .block-floor-products .col-featured {
        display: none;
    }
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: auto;
    }
    .block-floor-products .col-products {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .block-floor-products .col-featured {
        width: 100%;
    }
    .block-floor-products .col-products {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 379px) {
    .block-floor-products .col-products {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .block-floor-products .block-title {
        padding-right: 0;
    }
    .block-floor-products .block-title .links {
        text-align: center;
        float: none;
        clear: both;
    }
    .block-floor-products .block-title .links li {
        display: inline-block;
        float: none;
    }
}
.block-floor-products-opt1 .col-products .item:first-child .product-item {
    margin-left: -1px;
}
@media (min-width: 1200px) {
    .block-floor-products-opt1 .col-featured .product-item {
        height: 191px;
    }
}
.block-floor-products-opt2 .col-products {
    width: 100%;
}
@media (max-width: 991px) {
    .block-floor-products-opt2 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt2 .col-products .product-item {
    height: 286px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt2 .col-products .product-item {
        height: 231px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt2 .col-products .product-item {
        height: 286px;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt2 .col-products .product-item {
        height: 286px;
    }
}
@media (max-width: 600px) {
    .block-floor-products-opt2 .col-products .product-item {
        height: 285px;
    }
}
@media (max-width: 380px) {
    .block-floor-products-opt2 .col-products .product-item {
        height: auto;
    }
}
.block-floor-products-opt2 .col-banner {
    height: 570px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt2 .col-banner {
        height: 460px;
    }
}
.block-floor-products-opt3 .block-title .title {
    background-color: #3266cc;
    width: 237px;
    color: #fff;
}
.block-floor-products-opt3 .block-content {
    position: relative;
    padding-left: 235px;
}
.block-floor-products-opt3 .col-categori {
    width: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    padding-top: 21px;
    padding: 21px 10px 5px 30px;
}
.block-floor-products-opt3 .col-categori li {
    display: block;
}
.block-floor-products-opt3 .col-categori a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 34px;
    text-transform: capitalize;
}
.block-floor-products-opt3 .col-categori a:hover {
    color: #ffa200;
}
.block-floor-products-opt3 .col-products {
    width: 50%;
}
.block-floor-products-opt3 .col-products .product-item {
    margin-left: -1px;
    height: 286px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-products .product-item {
        height: 229px;
    }
}
@media (max-width: 992px) {
    .block-floor-products-opt3 .col-products .product-item {
        height: auto;
    }
}
.block-floor-products-opt3 .col-featured {
    width: 25%;
}
.block-floor-products-opt3 .col-featured .product-item {
    height: 191px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-featured .product-item {
        height: 153px;
    }
}
.block-floor-products-opt3 .col-banner {
    width: 25%;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-banner {
        height: 457px;
    }
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .block-title .title {
        width: 191px;
    }
    .block-floor-products-opt3 .block-content {
        padding-left: 190px;
    }
    .block-floor-products-opt3 .col-categori {
        width: 190px;
        padding-left: 20px;
    }
    .block-floor-products-opt3 .col-featured .product-item-opt-1 {
        padding-top: 8px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt3 .col-products {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured {
        display: none;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt3 .block-title .title {
        width: auto;
        padding-right: 15px;
    }
    .block-floor-products-opt3 .col-categori {
        display: none;
    }
    .block-floor-products-opt3 .block-content {
        padding-left: 0;
    }
}
@media (max-width: 639px) {
    .block-floor-products-opt3 .col-products .product-item {
        width: 100%;
        float: none;
    }
}
@media (max-width: 599px) {
    .block-floor-products-opt3 .col-products {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured .product-item {
        min-height: 0px;
    }
}
@media (max-width: 360px) {
    .block-floor-products-opt3 .col-products .product-item {
        width: 100%;
    }
}
.block-the-blog {
    margin-bottom: 30px;
}
.block-the-blog .block-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 35px;
    padding-top: 30px;
}
.banner-opt1 .description {
    min-height: 165px;
    padding: 15px;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    display: none;
    margin-bottom: 30px;
}
.banner-opt1 .description1 {
    background-color: #dbdbdb;
}
.banner-opt1 .description1 .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    line-height: 1;
}
.banner-opt1 .description1 .subtitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
}
.banner-opt1 .description1 .des {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    margin-bottom: 7px;
}
.banner-opt1 .description1 .btn {
    background-color: #3266cc;
    text-transform: capitalize;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border: none;
}
.banner-opt1 .description1 .btn:hover,
.banner-opt1 .description1 .btn:focus {
    background-color: #ffa200;
    color: #fff;
}
.banner-opt1 .description2 {
    background-color: #dbdbdb;
    padding-top: 35px;
    padding-bottom: 0;
}
.banner-opt1 .description2 .title {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    line-height: 20px;
    margin-bottom: 5px;
}
.banner-opt1 .description2 .subtitle {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
}
.banner-opt1 .description2 .des {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
    margin-bottom: 35px;
}
.banner-opt1 .description2 .btn {
    background-color: #bf2025;
    display: block;
    margin: 0 -15px 0 -20px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-left: 50px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    font-weight: normal;
    color: #fff;
    border: none;
}
.banner-opt1 .description2 .btn:hover,
.banner-opt1 .description2 .btn:focus {
    background-color: #ffa200;
    color: #fff;
}
@media (max-width: 479px) {
    .banner-opt1 .box-img {
        display: none;
    }
    .banner-opt1 .description {
        display: block;
    }
}
.index-opt-2 {
    background-color: #F5F5F5;
}
.index-opt-2 .back-to-top {
    border-color: #0164c9;
}
.index-opt-2 .back-to-top .fa {
    background-color: #0164c9;
}
.index-opt-2 .back-to-top:hover {
    background-color: #0164c9;
}
.index-opt-2 .product-item-opt-1 .product-item-name a:hover,
.index-opt-2 .product-item-opt-1 .product-item-name a:focus {
    color: #0164c9;
}
.index-opt-2 .block-nav-categori .view-all-categori .btn-view-all:hover,
.index-opt-2 .block-nav-categori .view-all-categori a:hover {
    background-color: #0164c9;
}
.index-opt-2 .block-hot-categori {
    top: -10px;
    position: relative;
    margin-bottom: 10px;
}
.index-opt-2 .block-hot-categori .item .title {
    background-color: #0164c9;
}
.index-opt-2 .block-hot-categori .item ul a:hover {
    color: #0164c9;
}
.index-opt-2 .block-hot-categori .item ul {
    padding: 0 18px;
}
.index-opt-2 .block-hot-categori .item ul li {
    margin-bottom: 20px;
    padding: 0;
}
.index-opt-2 .block-hot-categori .item ul li:last-child {
    margin-bottom: 0;
}
.index-opt-2 .block-hot-categori .item ul li img {
    margin-bottom: 8px;
}
.index-opt-2 .blog-item .blog-date {
    background-color: #F4B206;
}
.index-opt-2 .blog-item .blog-name a,
.index-opt-2 .blog-item .blog-actions .action {
    color: #333;
    font-size: 14px;
}
.index-opt-2 .blog-item .blog-name a:hover,
.index-opt-2 .blog-item .blog-actions .action:hover,
.index-opt-2 .blog-item .blog-name a:focus,
.index-opt-2 .blog-item .blog-actions .action:focus {
    color: #0164c9;
}
.index-opt-2 .block-service .item .icon {
    background-color: #0164c9;
}
.index-opt-2 .block-banner-main {
    margin-bottom: 10px;
}
.block-deals-of {
    margin-bottom: 30px;
    margin-top:20px;
    /*background-color: #fff;*/
    /*margin-left:30px;*/
    /*padding-top:20px;*/
}
.block-deals-of .block-title {
    padding: 20px 0;
}
.block-deals-of .deals-of-countdown {
    margin-left: 40px;
}
@media (max-width: 479px) {
    .block-deals-of .deals-of-countdown {
        margin-left: 10px;
    }
}
.block-deals-of .count-down-time:before,
.block-deals-of .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of .count-down-time:after {
    clear: both;
}
.block-deals-of .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.block-deals-of .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of .count-down-time .box-count .number {
    width: 39px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    background-color: #0164c9;
    color: #fff;
}
.block-deals-of .count-down-time .box-count .text {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.block-deals-of .product-item-opt-1 {
    padding: 0 0 15px;
}
.block-deals-of .product-item-opt-1 .product-item-price {
    color: #333333;
    font-size: 16px;
}
.block-deals-of .product-item-opt-1 .product-item-detail {
    padding-top:5px;
    padding-left: 5px;
    padding-right: 5px;
    /*padding: 10px;*/
}
.block-deals-of .product-item-opt-1 .product-item-name {
    margin-bottom: 4px;
}
.block-deals-of .owl-nav {
    position: absolute;
    right: 1px;
    top: 106px;
}

.owl-prev, owl-next {
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.owl-prev:hover, .owl-next:hover {
    background-color:red;
    color: transparent !important;
}
.block-deals-of .owl-nav .owl-prev,
.block-deals-of .owl-nav .owl-next {
    width: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: transparent;
}
.block-deals-of .owl-nav .owl-prev:before,
.block-deals-of .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-deals-of .owl-nav .owl-prev:hover,
.block-deals-of .owl-nav .owl-next:hover {
    color: #ffa200;
}
.block-deals-of .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-deals-of .owl-nav .owl-next:before {
    content: "\f105";
}



.block-section-top3 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top3 .block-nav-categori .view-all-categori a {
    background-color: #F9F9F9;
}
.block-section-top3 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top3 .block-nav-categori .view-all-categori a:hover {
    background-color: #e5343e;
}
@media (max-width: 991px) {
    .block-section-top3 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-3 {
    background-color: #F5F5F5;
}
.index-opt-3 .back-to-top {
    border-color: #e5343e;
}
.index-opt-3 .back-to-top .fa {
    background-color: #e5343e;
}
.index-opt-3 .back-to-top:hover {
    background-color: #e5343e;
}
.index-opt-3 .block-banner-main {
    margin-bottom: 10px;
}
.index-opt-3 .product-item-opt-1 .product-item-name a:hover,
.index-opt-3 .product-item-opt-1 .product-item-name a:focus {
    color: #e5343e;
}
.index-opt-3 .block-floor-products2 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .index-opt-3 .block-floor-products2 .col-products {
        width: 100%;
    }
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .des {
    color: #fff;
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .btn {
    background-color: #320101;
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .btn:hover {
    background-color: #ffa200;
}
.index-opt-3 .block-floor-2.block-floor-products .col-banner .btn {
    background-color: #e04f22;
}
.index-opt-3 .block-floor-2.block-floor-products .col-banner .btn:hover {
    color: #e5343e;
}
.index-opt-3 .block-hot-categori .item .title {
    background-color: #e5343e;
}
.index-opt-3 .block-hot-categori .item ul a:hover {
    color: #e5343e;
}
.index-opt-3 .block-hot-categori .item ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
    /*min-height: 208px;*/
}
.index-opt-3 .block-hot-categori .item ul li:last-child {
    margin-bottom: 0;
}
.index-opt-3 .block-service {
    padding-top: 35px;
    padding-bottom: 0px;
}
.index-opt-3 .block-service .item {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .index-opt-3 .block-service {
        text-align: center;
    }
    .index-opt-3 .block-service .row {
        display: inline-block;
        text-align: left;
    }
}
.index-opt-3 .block-the-blog {
    position: relative;
    top: -10px;
    margin-bottom: 0;
}
.index-opt-3 .block-brand {
    margin-bottom: 100px;
}
.index-opt-3 .blog-item .blog-date {
    background-color: #E5343E;
}
.index-opt-3 .blog-item .blog-name a:hover,
.index-opt-3 .blog-item .blog-actions .action:hover,
.index-opt-3 .blog-item .blog-name a:focus,
.index-opt-3 .blog-item .blog-actions .action:focus {
    color: #e5343e;
}
.index-opt-3 .block-service .item .icon {
    background-color: #e5343e;
}
.slide-opt-4 {
    background-color: #f6f6f6;
}
.slide-opt-4 .container {
    position: relative;
}
.slide-opt-4 .item {
    height: 344px;
}
@media (max-width: 640px) {
    .slide-opt-4 .item {
        height: 300px;
    }
    .slide-opt-4 .item .description {
        max-width: 100% !important;
        padding-top: 30px !important;
    }
}
.slide-opt-4 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-4 .item1 .description {
    float: right;
    padding-right: 24px;
    padding-top: 135px;
    max-width: 290px;
    text-align: left;
}
.slide-opt-4 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 34px;
    color: #333333;
}
.slide-opt-4 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 8px;
    color: #333333;
}
.slide-opt-4 .item1 .des {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.slide-opt-4 .item1 .btn {
    line-height: 43px;
    background-color: #0a193a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}
.slide-opt-4 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-4 .item2 .description {
    float: right;
    padding-right: 16px;
    padding-top: 175px;
    max-width: 290px;
    text-align: center;
}
.slide-opt-4 .item2 .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.slide-opt-4 .item2 .title span {
    font-weight: 700;
    font-size: 24px;
}
.slide-opt-4 .item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 7px;
    color: #fff;
}
.slide-opt-4 .item2 .btn {
    line-height: 36px;
    background-color: #01639a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.slide-opt-4 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-4 .item3 .description {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 153px;
    max-width: 350px;
}
.slide-opt-4 .item3 .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}
.slide-opt-4 .item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 5px;
    color: #333;
    line-height: 1;
}
.slide-opt-4 .item3 .des {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.slide-opt-4 .item3 .btn {
    line-height: 36px;
    background-color: #937637;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 23px;
}
.slide-opt-4 .item3 .btn:hover {
    background-color: #ffa200;
}
.block-trending .block-title {
    background-color: #fed700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.block-section-top4 {
    position: relative;
    background-color: #F6F6F6;
    margin-bottom: 30px;
}
.block-section-top4 .container {
    position: relative;
}
.block-section-top4 .block-slide-main {
    padding-left: 270px;
    /*padding-left: 300px;*/
    /*    padding-right: 200px;*/
}
@media (max-width: 1199px) {
    .block-section-top4 .block-slide-main {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top4 .block-slide-main {
        padding-right: 0;
    }
}
.block-section-top4 .block-trending {
    position: absolute;
    top: 0;
    right: 15px;
    width: 200px;
    z-index: 44;
    background-color: #fff;
}
@media (max-width: 991px) {
    .block-section-top4 .block-trending {
        display: none;
    }
}
.block-section-top4 .block-trending .product-item-opt-1 {
    padding: 0 30px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.block-section-top4 .block-trending .product-item-opt-1:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.block-section-top4 .block-trending .product-item-opt-1 .product-item-price {
    font-size: 14px;
    color: #333;
}
.block-section-top4 .block-trending:hover .owl-prev,
.block-section-top4 .block-trending:hover .owl-next {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top4 .block-trending:hover .owl-prev {
    left: 5px;
}
.block-section-top4 .block-trending:hover .owl-next {
    right: 5px;
}
.block-section-top4 .block-trending .owl-prev,
.block-section-top4 .block-trending .owl-next {
    width: 35px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    text-align: center;
    color: #888888;
    font-size: 20px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top4 .block-trending .owl-prev:hover,
.block-section-top4 .block-trending .owl-next:hover,
.block-section-top4 .block-trending .owl-prev:focus,
.block-section-top4 .block-trending .owl-next:focus {
    background-color: #ffa200;
    border-color: #ffa200;
    color: #fff;
}
.block-section-top4 .block-trending .owl-prev:before,
.block-section-top4 .block-trending .owl-next:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-section-top4 .block-trending .owl-prev {
    left: 10px;
}
.block-section-top4 .block-trending .owl-prev:before {
    content: "\f104";
}
.block-section-top4 .block-trending .owl-next {
    right: 10px;
}
.block-section-top4 .block-trending .owl-next:before {
    content: "\f105";
}
.block-section-top4 .block-nav-categori .ui-categori {
    padding-bottom: 21px;
}
.block-section-top4 .block-nav-categori .ui-categori > li > a {
    line-height: 40px;
}
.block-section-top4 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top4 .block-nav-categori .view-all-categori a {
    background-color: #E1E1E1;
}
.block-section-top4 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top4 .block-nav-categori .view-all-categori a:hover {
    background-color: #486393;
}
@media (max-width: 1199px) {
    .block-section-top4 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-4 {
    background-color: #eaeaea;
}
.index-opt-4 .back-to-top {
    border-color: #486393;
}
.index-opt-4 .back-to-top .fa {
    background-color: #486393;
}
.index-opt-4 .back-to-top:hover {
    background-color: #486393;
}
.index-opt-4 .block-deals-of .product-item-opt-1 .product-item-price {
    color: #ffa200;
}
.index-opt-4 .block-deals-of .count-down-time .box-count .number {
    background-color: #486393;
}
.index-opt-4 .blog-item .blog-date {
    background-color: #f4b106;
}
.index-opt-4 .block-banner-main {
    margin-bottom: 10px;
}
.index-opt-4 .heading-opt-1 .links li > a {
    border-top: 1px solid transparent;
    padding: 0 3px;
    margin: 0 7px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index-opt-4 .heading-opt-1 .links li > a:hover {
    color: #486393;
}
.index-opt-4 .heading-opt-1 .links li.active > a,
.index-opt-4 .heading-opt-1 .links li:hover > a {
    color: #486393;
    border-top: 1px solid #486393;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index-opt-4 .product-item-opt-1 .product-item-name a:hover {
    color: #486393;
}
.index-opt-4 .block-hot-categori {
    position: relative;
    top: -10px;
    margin-bottom: 10px;
}
.index-opt-4 .block-hot-categori .item .title {
    background-color: #486393;
}
.index-opt-4 .block-hot-categori .item ul a:hover {
    color: #486393;
}
.index-opt-4 .blog-item .blog-name a:hover {
    color: #486393;
}
.index-opt-4 .blog-item .blog-actions .action:hover {
    color: #486393;
}
.index-opt-4 .block-brand {
    margin-bottom: 50px;
}
.index-opt-4 .block-service {
    background-color: #f1f1f1;
}
.index-opt-4 .block-service .item .icon {
    background-color: #486393;
}
@media (min-width: 1200px) {
    .index-opt-4 .block-service .item .title {
        font-size: 18px;
    }
}
.index-opt-4 .block-floor-2.block-floor-products .col-banner .description {
    padding-top: 0;
}
.index-opt-4 .block-floor-3.block-floor-products .col-banner .description:before {
    content: "";
    background-color: #ba8d56;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.index-opt-4 .block-floor-3.block-floor-products .col-banner .des {
    color: #fff;
}
.index-opt-4 .block-floor-3.block-floor-products .col-banner .title {
    color: #fff;
}
.index-opt-4 .block-floor-2.block-floor-products .col-banner .description:before {
    content: "";
    background-color: #613124;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.index-opt-4 .block-floor-1.block-floor-products .col-banner .description:before {
    content: "";
    background-color: #2e487e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.slide-opt-5 {
    margin-bottom: 13px;
    position: relative;
}
.slide-opt-5 .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 495px;
    color: #fff;
    font-size: 18px;
}
.slide-opt-5 .item a {
    color: #fff;
}
.slide-opt-5 .item .description {
    position: relative;
    padding-top: 180px;
}
.slide-opt-5 .item1 .description {
    margin-left: 321px;
    padding-top: 50px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item1 .description {
        margin-left: 200px;
        padding-top: 50px;
    }
}
.slide-opt-5 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 13px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item1 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item1 .btn {
    line-height: 55px;
    background-color: #3266cc;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-5 .item2 .description {
    margin-left: 326px;
    padding-top: 60px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-5 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 7px;
    color: #333;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 18px;
    color: #333;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item2 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #888;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item2 .btn {
    line-height: 55px;
    background-color: #24252a;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-5 .item3 .description {
    margin-left: 320px;
    padding-top: 63px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item3 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-5 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 7px;
    color: #333;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 5px;
    color: #333;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item3 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 36px;
    color: #888;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item3 .btn {
    line-height: 55px;
    background-color: #95a630;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 991px) {
    .slide-opt-5 .item {
        height: 400px;
    }
    .slide-opt-5 .item .description {
        font-size: 14px;
        padding-top: 40px;
        margin-left: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-5 .item {
        height: 300px;
    }
    .slide-opt-5 .item .description {
        font-size: 13px;
    }
    .slide-opt-5 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-5 .item {
        height: 300px;
    }
    .slide-opt-5 .item .description .btn {
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-5 .banner-slide {
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 385px;
    z-index: 55;
}
@media (max-width: 1199px) {
    .slide-opt-5 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.slide-opt-5 .banner-slide a {
    margin-top: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.slide-opt-5 .banner-slide a:before,
.slide-opt-5 .banner-slide a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.slide-opt-5 .banner-slide a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.slide-opt-5 .banner-slide a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.slide-opt-5 .banner-slide a:hover:before,
.slide-opt-5 .banner-slide a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-opt-5 .banner-slide a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.slide-opt-5 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.hot-sale-product {
    margin-bottom: 40px;
}
.hot-sale-product .block-title {
    background-color: transparent;
    margin-bottom: 5px;
}
.hot-sale-product .block-title .title {
    padding: 0;
}
@media (max-width: 600px) {
    .hot-sale-product .block-title {
        padding-right: 0;
    }
    .hot-sale-product .block-title .links {
        float: none;
        clear: both;
        display: block;
        text-align: center;
    }
    .hot-sale-product .block-title .links li {
        float: none;
        display: inline-block;
    }
}
.hot-sale-product .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.hot-sale-product .product-item-opt-1 {
    padding: 0;
}
.hot-sale-product .product-item-opt-1 .product-item-detail {
    padding: 0 15px;
}
.hot-sale-product:hover .owl-nav .owl-prev,
.hot-sale-product:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.hot-sale-product:hover .owl-nav .owl-prev {
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product:hover .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav {
    position: static;
}
.hot-sale-product .owl-nav .owl-prev,
.hot-sale-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    display: block;
    float: left;
    width: 30px;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    font-size: 24px;
    color: #fff;
    margin-top: -25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav .owl-prev:hover,
.hot-sale-product .owl-nav .owl-next:hover {
    background-color: #3266cc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav .owl-prev:before,
.hot-sale-product .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.hot-sale-product .owl-nav .owl-prev {
    left: 15px;
}
.hot-sale-product .owl-nav .owl-prev:before {
    content: "\f104";
}
.hot-sale-product .owl-nav .owl-next {
    right: 15px;
}
.hot-sale-product .owl-nav .owl-next:before {
    content: "\f105";
}
.block-section-top5 .block-banner-main {
    margin-bottom: 10px;
}
.block-section-top5 .block-nav-categori .ui-categori {
    padding-bottom: 23px;
}
.block-section-top5 .block-nav-categori .ui-categori > li > a {
    line-height: 40px;
}
.block-section-top5 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top5 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.block-section-top5 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top5 .block-nav-categori .view-all-categori a:hover {
    background-color: #3266cc;
}
@media (max-width: 1199px) {
    .block-section-top5 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-5 {
    background-color: #eaeaea;
}
.index-opt-5 .back-to-top {
    border-color: #3266cc;
}
.index-opt-5 .back-to-top .fa {
    background-color: #3266cc;
}
.index-opt-5 .back-to-top:hover {
    background-color: #3266cc;
}
.index-opt-5 .block-brand {
    margin-bottom: 70px;
}
.index-opt-5 .block-deals-of {
    background-color: transparent;
    margin-bottom: 15px;
}
.index-opt-5 .block-deals-of .product-item-opt-1 .product-item-price {
    color: #ffa200;
}
.index-opt-5 .block-deals-of .product-item {
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.index-opt-5 .block-deals-of:hover .owl-nav .owl-prev {
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of:hover .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev,
.index-opt-5 .block-deals-of .owl-nav .owl-next {
    width: 30px;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    font-size: 24px;
    color: #fff;
    margin-top: -25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev:hover,
.index-opt-5 .block-deals-of .owl-nav .owl-next:hover {
    background-color: #3266cc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev {
    left: 15px;
}
.index-opt-5 .block-deals-of .owl-nav .owl-next {
    right: 15px;
}
.index-opt-5 .block-the-blog .blog-item .blog-date {
    background-color: #f4b106;
}
.index-opt-5 .block-the-blog .block-title {
    padding-top: 20px;
}
.block-floor-products-opt7 .block-title .title {
    background-color: #3266cc;
    width: 237px;
    color: #fff;
}
.block-floor-products-opt7 .block-content {
    position: relative;
    padding-left: 235px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-top: none;
}
.block-floor-products-opt7.block-floor-1 .col-banner .btn {
    background-color: #3266cc;
    color: #fff;
}
.block-floor-products-opt7.block-floor-1 .col-banner .btn:hover {
    background-color: #ffa200;
}
.block-floor-products-opt7.block-floor-2 .col-banner .btn {
    background-color: #e04f22;
    color: #fff;
}
.block-floor-products-opt7.block-floor-2 .col-banner .btn:hover {
    background-color: #ff9956;
}
.block-floor-products-opt7.block-floor-2 .col-banner .des {
    color: #333;
    font-weight: 600;
}
.block-floor-products-opt7.block-floor-3 .col-banner .btn {
    background-color: #320101;
    color: #fff;
}
.block-floor-products-opt7.block-floor-3 .col-banner .btn:hover {
    background-color: #b6988e;
}
.block-floor-products-opt7 .col-categori {
    width: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-top: 21px;
    padding: 21px 10px 5px 30px;
}
.block-floor-products-opt7 .col-categori li {
    display: block;
}
.block-floor-products-opt7 .col-categori a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 34px;
    text-transform: capitalize;
}
.block-floor-products-opt7 .col-categori a:hover {
    color: #ffa200;
}
.block-floor-products-opt7 .col-products {
    width: 75%;
}
@media (max-width: 991px) {
    .block-floor-products-opt7 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt7 .col-banner {
    width: 25%;
    border-left: 1px solid #dfdfdf;
}
.block-floor-products-opt7 .col-banner .description {
    background-color: transparent !important;
}
.block-floor-products-opt7 .col-banner .title {
    color: #000;
}
@media (max-width: 1199px) {
    .block-floor-products-opt7 .block-title .title {
        width: 191px;
    }
    .block-floor-products-opt7 .block-content {
        padding-left: 190px;
    }
    .block-floor-products-opt7 .col-categori {
        width: 190px;
        padding-left: 20px;
        padding-top: 5px;
    }
    .block-floor-products-opt7 .col-featured .product-item-opt-1 {
        padding-top: 8px;
    }
    .block-floor-products-opt7 .col-banner {
        height: 457px;
    }
    .block-floor-products-opt7 .col-products .product-item {
        height: 229px;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt7 .block-title .title {
        width: auto;
        padding-right: 15px;
    }
    .block-floor-products-opt7 .col-categori {
        display: none;
    }
    .block-floor-products-opt7 .block-content {
        padding-left: 0;
    }
    .block-floor-products-opt7 .col-products {
        margin-bottom: 0;
    }
    .block-floor-products-opt7 .col-products .product-item {
        height: auto;
    }
    .block-floor-products-opt7 .block-content {
        border-left: none;
    }
}
@media (max-width: 599px) {
    .block-floor-products-opt7 .col-products {
        width: 100%;
    }
}
.block-deals-of-opt3 .block-title {
    padding-bottom: 30px;
}
.block-deals-of-opt3 .block-title:before,
.block-deals-of-opt3 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt3 .block-title:after {
    clear: both;
}
.block-deals-of-opt3 .block-title > .title {
    float: left;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0px;
    text-transform: uppercase;
}
@media (max-width: 639px) {
    .block-deals-of-opt3 .block-title > .title {
        float: none;
    }
}
.block-deals-of-opt3 .deals-of-countdown {
    float: right;
}
@media (max-width: 639px) {
    .block-deals-of-opt3 .deals-of-countdown {
        width: 100%;
        clear: both;
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
}
.block-deals-of-opt3 .deals-of-countdown .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    padding-left: 34px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/icon-deals-of.png);
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.block-deals-of-opt3 .count-down-time {
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt3 .count-down-time:before,
.block-deals-of-opt3 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt3 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt3 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #6e90b6;
    background-color: #fff;
    font-size: 14px;
    color: #05113b;
    padding: 0 7px;
    position: relative;
}
.block-deals-of-opt3 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    top: 0;
    right: -7px;
}
.block-deals-of-opt3 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt3 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt3 .count-down-time .box-count .number {
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    background-color: transparent;
    color: #05113b;
    margin-right: 4px;
}
.block-deals-of-opt3 .count-down-time .box-count .text {
    display: inline-block;
    font-size: 14px;
    color: #05113b;
    line-height: 1;
}
@media (max-width: 479px) {
    .block-deals-of-opt3 .count-down-time .box-count {
        padding: 0 3px;
        margin-top: 5px;
    }
}
.block-deals-of-opt3:hover .owl-nav .owl-prev,
.block-deals-of-opt3:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.block-deals-of-opt3 .owl-nav {
    position: static;
}
.block-deals-of-opt3 .owl-nav .owl-prev,
.block-deals-of-opt3 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    visibility: hidden;
}
.block-deals-of-opt3 .owl-nav .owl-prev {
    left: 0;
}
.block-deals-of-opt3 .owl-nav .owl-next {
    right: 0;
}
.qc-top-site {
    background-repeat: no-repeat;
}
.qc-top-site.close-bn {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    /*.transition(0.35s);
                  opacity: 0;
                  visibility: hidden;*/
}
.qc-top-site1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #310000;
    min-height: 150px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.qc-top-site1 .container {
    position: relative;
}
.qc-top-site1 .close {
    background-color: #4c2222;
    width: 24px;
    height: 24px;
    border: none;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/close-top.png);
    position: absolute;
    top: 0;
    right: 15px;
    opacity: 0.5;
}
.qc-top-site1 .close span {
    display: none;
}
.qc-top-site1 .close:hover {
    background-color: #53B475;
}
.qc-top-site1 .description {
    max-width: 640px;
    padding-top: 33px;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
}
.qc-top-site1 .description .title {
    display: block;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: bold;
    color: #ff3366;
    font-family: Arial;
    line-height: 1;
    margin-bottom: 0px;
}
@media (max-width: 600px) {
    .qc-top-site1 .description .title {
        font-size: 24px;
    }
}
.qc-top-site1 .description .subtitle {
    text-transform: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    font-family: Arial;
}
.qc-top-site1 .description .des {
    color: #999999;
    display: block;
    font-family: Arial;
    font-size: 12px;
}
.qc-top-site1 .description .btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 9px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}
.qc-top-site1 .description .btn:hover,
.qc-top-site1 .description .btn:focus {
    background-color: #ffa200;
}
.block-section-top6 {
    position: relative;
    padding-left: 270px;
    padding-right: 234px;
    margin-bottom: 20px;
    background-color: #dfdfdf;
}
@media (max-width: 1199px) {
    .block-section-top6 {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top6 {
        padding-right: 0;
    }
}
.block-section-top6 .banner-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 234px;
}
.block-section-top6 .banner-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}
.block-section-top6 .banner-slide a:before,
.block-section-top6 .banner-slide a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.block-section-top6 .banner-slide a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-section-top6 .banner-slide a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-section-top6 .banner-slide a:hover:before,
.block-section-top6 .banner-slide a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-section-top6 .banner-slide a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top6 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (max-width: 991px) {
    .block-section-top6 .banner-slide {
        display: none;
    }
}
.block-section-top6 .block-nav-categori {
    float: none;
    position: absolute !important;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    .block-section-top6 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.block-section-top6 .block-nav-categori .block-title {
    display: none;
}
.block-section-top6 .block-nav-categori .ui-categori {
    padding-bottom: 21px;
}
.block-section-top6 .block-nav-categori .ui-categori > li > a {
    line-height: 36px;
    padding-left: 20px;
}
.block-section-top6 .block-nav-categori .ui-categori > li.parent > a:after {
    line-height: 36px;
}
.block-section-top6 .block-nav-categori .ui-categori .submenu {
    left: 270px;
    width: 900px;
}
.block-section-top6 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top6 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.block-section-top6 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top6 .block-nav-categori .view-all-categori a:hover {
    background-color: #ff3366;
}
.block-section-top6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 270px;
}
.index-opt-6 .back-to-top {
    border-color: #ff3366;
}
.index-opt-6 .back-to-top .fa {
    background-color: #ff3366;
}
.index-opt-6 .back-to-top:hover {
    background-color: #ff3366;
}
.index-opt-6 .block-service-opt3 {
    padding-top: 23px;
}
.index-opt-6 .block-service-opt3 .item .title {
    line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index-opt-6 .block-service-opt3 .item {
        padding-left: 47px;
    }
    .index-opt-6 .block-service-opt3 .item .icon {
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .index-opt-6 .block-service-opt3 .item {
        margin-left: 45px;
    }
}
@media (max-width: 767px) {
    .index-opt-6 .block-service-opt3 {
        text-align: center;
    }
    .index-opt-6 .block-service-opt3 > .clearfix {
        display: inline-block;
        text-align: left;
    }
}
.slide-opt-6 .item {
    height: 453px;
}
@media (max-width: 640px) {
    .slide-opt-6 .item {
        height: 300px;
    }
    .slide-opt-6 .item .description {
        max-width: 100% !important;
    }
}
.slide-opt-6 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-6 .item1 .description {
    float: right;
    padding-right: 64px;
    padding-top: 50px;
    max-width: 250px;
    text-align: center;
}
.slide-opt-6 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333333;
}
.slide-opt-6 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 27px;
    color: #fff;
    line-height: 1.12;
}
.slide-opt-6 .item1 .btn {
    line-height: 36px;
    background-color: #e1195f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-6 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-6 .item2 {
    font-family: 'Roboto', sans-serif;
}
.slide-opt-6 .item2 .description {
    margin-left: 26px;
    padding-top: 70px;
    text-align: center;
    float: left;
    max-width: 290px;
}
.slide-opt-6 .item2 .title {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    letter-spacing: 6px;
}
.slide-opt-6 .item2 .subtitle {
    font-weight: bold;
    display: block;
    border: 2px solid #333;
    font-size: 48px;
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 8px;
}
@media (max-width: 640px) {
    .slide-opt-6 .item2 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-6 .item2 .des {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.slide-opt-6 .item2 .btn {
    background-color: transparent;
    color: #fff;
    line-height: 24px;
    padding: 0  15px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    border: 3px solid #333333;
    color: #333333;
    margin-top: 70px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-opt-6 .item2 .btn:hover {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 640px) {
    .slide-opt-6 .item2 .btn {
        margin-top: 10px;
    }
}
.slide-opt-6 .item3 .description {
    margin-right: 30px;
    padding-top: 70px;
    text-align: center;
    float: right;
    max-width: 270px;
}
.slide-opt-6 .item3 .title {
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-opt-6 .item3 .subtitle {
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.slide-opt-6 .item3 .btn {
    background-color: #849dc5;
    color: #fff;
    line-height: 36px;
    padding: 0  19px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-6 .item3 .btn:hover {
    background-color: #333333;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.heading-opt-2 {
    background-color: #fff;
    margin-bottom: 0px;
    padding-right: 50px;
    position: relative;
    background-position: top 15px right 43px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/actions-floor.png);
    border-bottom: 3px solid #ff3366;
}
.floor_color1 .heading-opt-2 {
    border-bottom-color: #f18da5;
}
.floor_color2 .heading-opt-2 {
    border-bottom-color: #fdc113;
}
.floor_color3 .heading-opt-2 {
    border-bottom-color: #20254b;
}
.floor_color4 .heading-opt-2 {
    border-bottom-color: #3366cc;
}
.floor_color5 .heading-opt-2 {
    border-bottom-color: #669900;
}
.floor_color6 .heading-opt-2 {
    border-bottom-color: #6c6856;
}
.floor_color7 .heading-opt-2 {
    border-bottom-color: #ff6634;
}
.floor_color8 .heading-opt-2 {
    border-bottom-color: #1946bb;
}
.floor_color9 .heading-opt-2 {
    border-bottom-color: #00c0e3;
}
.floor_color10 .heading-opt-2 {
    border-bottom-color: #71cf2c;
}
.floor_color11 .heading-opt-2 {
    border-bottom-color: #9b26af;
}
.heading-opt-2:before,
.heading-opt-2:after {
    content: "";
    display: table;
}
.heading-opt-2:after {
    clear: both;
}
.heading-opt-2 .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 12px;
    display: block;
    line-height: 50px;
    float: left;
    background-color: #000;
    min-width: 235px;
}
.heading-opt-2 .title img {
    margin-right: 13px;
    vertical-align: text-top;
}
.heading-opt-2 .links {
    float: left;
}
.heading-opt-2 .links:before,
.heading-opt-2 .links:after {
    content: "";
    display: table;
}
.heading-opt-2 .links:after {
    clear: both;
}
.heading-opt-2 .links .dropdown-toggle {
    width: 40px;
    border: none ;
    background-color: transparent;
    padding: 0;
    height: 50px;
    font-size: 18px;
    display: none;
}
@media (min-width: 992px) {
    .heading-opt-2 .links .dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }
}
.heading-opt-2 .links li {
    float: left;
}
.heading-opt-2 .links li.active > a {
    color: #fff;
    background-color: #ff3366;
    z-index: 5;
}
.heading-opt-2 .links li.active > a:before {
    content: none;
}
.floor_color1 .heading-opt-2 .links li.active > a {
    background-color: #f18da5;
}
.floor_color2 .heading-opt-2 .links li.active > a {
    background-color: #fdc113;
}
.floor_color3 .heading-opt-2 .links li.active > a {
    background-color: #20254b;
}
.floor_color4 .heading-opt-2 .links li.active > a {
    background-color: #3366cc;
}
.floor_color5 .heading-opt-2 .links li.active > a {
    background-color: #669900;
}
.floor_color6 .heading-opt-2 .links li.active > a {
    background-color: #6c6856;
}
.floor_color7 .heading-opt-2 .links li.active > a {
    background-color: #ff6634;
}
.floor_color8 .heading-opt-2 .links li.active > a {
    background-color: #1946bb;
}
.floor_color9 .heading-opt-2 .links li.active > a {
    background-color: #00c0e3;
}
.floor_color10 .heading-opt-2 .links li.active > a {
    background-color: #71cf2c;
}
.floor_color11 .heading-opt-2 .links li.active > a {
    background-color: #9b26af;
}
.heading-opt-2 .links li:last-child > a:before {
    content: none;
}
.heading-opt-2 .links a {
    display: block;
    line-height: 50px;
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 25px;
    position: relative;
}
.heading-opt-2 .links a:hover {
    color: #ffa200;
    background-color: transparent;
}
.heading-opt-2 .links a:before {
    content: "";
    height: 21px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -1px;
}
.heading-opt-2 .links .label-cat {
    position: absolute;
    top: -6px;
    right: 0;
    line-height: 18px;
    color: #fff;
    background-color: #009966;
    display: block;
    border-radius: 30px;
    width: 32px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.heading-opt-2 .links .label-cat:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #009966 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.heading-opt-2 .actions {
    position: absolute;
    right: 18px;
    top: 4px;
}
.heading-opt-2 .actions .action {
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #cccccc;
    font-size: 18px;
}
.heading-opt-2 .actions .action:hover {
    color: #999999;
}
@media (max-width: 991px) {
    .heading-opt-2 {
        padding-right: 0;
        background-position: top 15px right 80px;
    }
    .heading-opt-2 .links {
        float: right;
    }
    .block-floor-products-opt4 .block-title.heading-opt-2 .links {
        float: right;
        clear: none;
    }
    .heading-opt-2 .links .dropdown-toggle {
        display: block;
    }
    .heading-opt-2 .links .dropdown-menu {
        left: auto;
        right: 0;
        width: 300px;
        margin: 0;
        padding: 0;
    }
    .heading-opt-2 .links .dropdown-menu li {
        float: none;
        display: block;
        z-index: 30;
    }
    .heading-opt-2 .links .dropdown-menu li a {
        z-index: 40;
        border-bottom: 1px solid #dedede;
    }
    .heading-opt-2 .links .dropdown-menu li:last-child a {
        border-bottom: none;
    }
    .heading-opt-2 .actions {
        right: 48px;
    }
}
@media (max-width: 479px) {
    .heading-opt-2 {
        padding-right: 0;
        background-position: top 65px right 40px;
    }
    .heading-opt-2 .title {
        display: block;
        width: 100%;
    }
    .heading-opt-2 .links {
        float: left;
        position: static;
    }
    .block-floor-products-opt4 .block-title.heading-opt-2 .links {
        float: left;
        clear: none;
    }
    .heading-opt-2 .links .dropdown-menu {
        left: 0;
        width: auto;
        right: 0;
    }
    .heading-opt-2 .actions {
        top: 55px;
        right: 10px;
    }
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img,
.index-opt-10 .block-floor-products .block-banner-floor .box-img,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-6 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background-color: rgba(254, 86, 84, 0.3);
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:before {
    left: 0;
    width: 0;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:after {
    right: 0;
    width: 0;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:after {
    opacity: 1;
    background-color: rgba(254, 86, 84, 0.3);
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:before {
    left: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:after {
    right: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.index-opt-6 .block-floor-products .block-banner-floor img,
.index-opt-10 .block-floor-products .block-banner-floor img {
    display: block;
    width: 100%;
}
.block-floor-products-opt4 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.block-floor-products-opt4 .block-banner-floor:before,
.block-floor-products-opt4 .block-banner-floor:after {
    content: "";
    display: table;
}
.block-floor-products-opt4 .block-banner-floor:after {
    clear: both;
}
.block-floor-products-opt4 .block-banner-floor .col-sm-6 {
    padding: 0;
}
.block-floor-products-opt4 .block-banner-floor .img-banner,
.block-floor-products-opt4 .block-banner-floor .box-img {
    display: block;
    margin-bottom: 10px;
}
.block-floor-products-opt4 .col-banner {
    width: 20%;
    position: relative;
    height: 350px;
}
.block-floor-products-opt4 .col-banner:before,
.block-floor-products-opt4 .col-banner:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.block-floor-products-opt4 .col-banner:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-floor-products-opt4 .col-banner:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-floor-products-opt4 .col-banner:hover:before,
.block-floor-products-opt4 .col-banner:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt4 .col-banner:hover a:before {
    opacity: 0.3;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (max-width: 1199px) {
    .block-floor-products-opt4 .col-banner {
        height: 310px;
    }
}
.block-floor-products-opt4 .col-banner a {
    z-index: 100;
    display: block;
}
.block-floor-products-opt4 .col-banner a:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt4 .col-banner a img {
    width: 100%;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.block-floor-products-opt4 .col-banner .label-featured {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
}
.block-floor-products-opt4 .col-banner .label-featured img {
    width: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block-floor-products-opt4 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .block-floor-products-opt4 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt4 .col-products .product-item {
    height: auto;
    width: 100%;
}
.block-floor-products-opt4 .col-products .product-item .product-item-photo {
    border: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-floor-products-opt4 .col-products .product-item {
        height: 310px;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt4 .col-products .product-item {
        min-height: 350px;
    }
}
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-next,
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-next {
    right: 0px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:hover,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:before,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev {
    left: 25px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next {
    right: 25px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-floor-products-opt4 .product-item-opt-2 .product-item-detail {
    padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-floor-products-opt4 .col-banner {
        width: 22%;
    }
    .block-floor-products-opt4 .col-products {
        width: 78%;
    }
    .block-floor-products-opt4 .product-item-opt-2 .product-item-detail {
        padding-bottom: 22px;
    }
    .block-floor-products-opt4 .heading-opt-2 .title {
        min-width: 209px;
    }
    .block-floor-products-opt4 .heading-opt-2 .links a {
        padding: 0 12px;
    }
}
.block-tab-products {
    margin-bottom: 15px;
    padding-top: 15px;
}
.block-tab-products .block-title {
    margin-bottom: 30px;
}
@media (max-width: 479px) {
    .block-tab-products .block-title {
        margin-bottom: 35px;
    }
}
.block-tab-products .nav {
    border-bottom: 1px solid #eeeeee;
    padding-right: 56px;
}
.block-tab-products .nav > li {
    float: left;
    margin-right: 3px;
}
.block-tab-products .nav > li > a {
    display: block;
    text-transform: uppercase;
    line-height: 38px;
    color: #999;
    margin-bottom: -1px;
    border-bottom: 3px solid #ccc;
    padding: 0 25px 0 10px;
    font-size: 16px;
    font-weight: 600;
}
.block-tab-products .nav > li > a:hover,
.block-tab-products .nav > li > a:focus {
    background-color: transparent;
    color: #333;
}
.block-tab-products .nav > li.active > a {
    color: #333;
    border-bottom: 3px solid #ff3366;
}
.block-tab-products .nav > li.active > a:hover,
.block-tab-products .nav > li.active > a:focus {
    background-color: transparent;
    color: #333;
}
@media (max-width: 600px) {
    .block-tab-products .nav > li > a {
        padding: 0 10px;
    }
}
@media (max-width: 479px) {
    .block-tab-products .nav {
        padding-right: 0;
    }
    .block-tab-products .nav > li {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}
.block-tab-products .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
}
.block-tab-products .owl-nav:before,
.block-tab-products .owl-nav:after {
    content: "";
    display: table;
}
.block-tab-products .owl-nav:after {
    clear: both;
}
@media (max-width: 479px) {
    .block-tab-products .owl-nav {
        top: -30px;
    }
}
.block-tab-products .owl-nav .owl-prev,
.block-tab-products .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #eeeeee;
    color: #cccccc;
}
.block-tab-products .owl-nav .owl-prev:hover,
.block-tab-products .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-tab-products .owl-nav .owl-prev:before,
.block-tab-products .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-tab-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-tab-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-tab-products .product-item-opt-2 .product-item-photo {
    border: 1px solid #e0e0e0;
}
.block-deals-of-opt2 {
    background-color: transparent;
    margin-bottom: 27px;
}
.block-deals-of-opt2 .block-title {
    padding: 0;
}
.block-deals-of-opt2 .block-content {
    border: 3px solid #ff3366;
    background-color: #fff;
}
.block-deals-of-opt2 .block-content .heading-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.block-deals-of-opt2 .deals-of-countdown {
    margin: 0;
    padding-top: 10px;
}
.block-deals-of-opt2 .deals-of-countdown:before,
.block-deals-of-opt2 .deals-of-countdown:after {
    content: "";
    display: table;
}
.block-deals-of-opt2 .deals-of-countdown:after {
    clear: both;
}
.block-deals-of-opt2 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/icon-deals-of.png);
    width: 44px;
    height: 44px;
    background-color: #ff3366;
    position: relative;
    float: left;
    margin-right: 8px;
}
.block-deals-of-opt2 .deals-of-countdown .icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 7px 22px;
    border-color: transparent transparent #ff3366 transparent;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
}
.block-deals-of-opt2 .count-down-time {
    position: relative;
    float: left;
    padding-top: 14px;
}
.block-deals-of-opt2 .count-down-time:before,
.block-deals-of-opt2 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt2 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt2 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt2 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt2 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt2 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt2 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    position: relative;
    letter-spacing: 15px;
    text-align: center;
    text-indent: 8px;
}
.block-deals-of-opt2 .count-down-time .box-count .number:before,
.block-deals-of-opt2 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-deals-of-opt2 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt2 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt2 .count-down-time .box-days {
    display: none;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-photo {
    padding: 10px 15px;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-name {
    margin-top: 0;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-detail {
    padding-left: 35px;
}
.heading-opt-6 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.heading-opt-6 .title {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 24px 0 12px;
    border-bottom: 3px solid #ff3366;
    font-size: 16px;
}
@media (max-width: 991px) {
    .block-hot-categories-opt2 .col-sm-6 {
        float: left;
        width: 50%;
    }
    .block-hot-categories-opt2 .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 639px) {
    .block-hot-categories-opt2 .col-sm-6 {
        width: 100%;
    }
}
.block-hot-categories-opt2 .item {
    margin-bottom: 30px;
}
.block-hot-categories-opt2 .item li {
    display: block;
}
.block-hot-categories-opt2 .item li > a {
    display: block;
    position: relative;
    padding: 0 12px;
    padding-left: 26px;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-hot-categories-opt2 .item li > a {
        font-size: 12px;
    }
}
.block-hot-categories-opt2 .item li > a:hover {
    color: #ff3366;
}
.block-hot-categories-opt2 .item li > a:hover:after {
    color: #ff3366;
}
.block-hot-categories-opt2 .item li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 10px;
    color: #cccccc;
}
.block-hot-categories-opt2 .item .description {
    margin-bottom: 5px;
    background-position: center right 20px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    min-height: 110px;
    padding-left: 24px;
}
.block-hot-categories-opt2 .item .description .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: table;
    height: 73px;
}
.block-hot-categories-opt2 .item .description .title > span {
    display: table-cell;
    vertical-align: middle;
}
.block-hot-categories-opt2 .item .description .btn {
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    background-color: #999999;
    text-transform: uppercase;
    font-size: 10px;
    border: none;
}
.block-hot-categories-opt2 .item .description .btn:after {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 5px;
}
.block-hot-categories-opt2 .item .description .btn:hover {
    background-color: #ff3366;
}
.block-showcase {
    margin-bottom: 28px;
}
.block-showcase .block-title {
    margin-bottom: 0;
}
.block-showcase .col-title {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .block-showcase .col-title {
        margin-bottom: 60px;
    }
}
.block-showcase .col-title .logo-showcase {
    margin-bottom: 15px;
    padding-top: 15px;
}
.block-showcase .col-title .des {
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 32px;
}
.block-showcase .col-title .actions {
    border-top: 1px dotted #ccc;
    padding-top: 23px;
}
.block-showcase .col-title .btn {
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    border-color: #cccccc;
    color: #333;
    font-family: Arial;
}
.block-showcase .col-title .btn i {
    margin-left: 15px;
}
.block-showcase .col-title .btn:hover {
    background-color: #ff3366;
    border-color: #ff3366;
    color: #fff;
}
.block-showcase .block-content {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 22px 0;
}
.block-showcase .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}
.block-showcase .owl-nav:before,
.block-showcase .owl-nav:after {
    content: "";
    display: table;
}
.block-showcase .owl-nav:after {
    clear: both;
}
@media (max-width: 991px) {
    .block-showcase .owl-nav {
        right: 15px;
    }
}
.block-showcase .owl-nav .owl-prev,
.block-showcase .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5;
}
.block-showcase .owl-nav .owl-prev:hover,
.block-showcase .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-showcase .owl-nav .owl-prev:before,
.block-showcase .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-showcase .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-showcase .owl-nav .owl-next:before {
    content: "\f105";
}
.block-showcase .product-item {
    margin-bottom: 10px;
}
.block-showcase .product-item:last-child {
    margin-bottom: 0;
}
.block-showcase .product-item-opt-2 .product-item-info:before,
.block-showcase .product-item-opt-2 .product-item-info:after {
    content: "";
    display: table;
}
.block-showcase .product-item-opt-2 .product-item-info:after {
    clear: both;
}
.block-showcase .product-item-opt-2 .product-item-photo {
    float: left;
    padding: 0;
}
.block-showcase .product-item-opt-2 .product-item-detail {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 5px;
}
.block-showcase .product-item-opt-2 .product-item-price,
.block-showcase .product-item-opt-2 .product-reviews-summary {
    float: none;
}
.block-showcase .product-item-opt-2 .product-item-name {
    white-space: normal;
}
.index-opt-6 .block-brand {
    padding-top: 40px;
    margin-bottom: 30px;
}
.block-service-opt3 {
    margin-bottom: 35px;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 0;
}
.index-opt-6 .block-service-opt3 {
    margin-bottom: 25px;
}
.block-service-opt3 .item {
    font-size: 12px;
    border-right: 1px solid #e1e1e1;
    min-height: 40px;
    padding-left: 70px;
    margin-bottom: 20px;
    color: #000000;
}
.block-service-opt3 .item .title {
    font-size: 18px;
    margin: 0;
}
.block-service-opt3 .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 15px;
    background-color: transparent;
}
@media (max-width: 767px) {
    .block-service-opt3 .item {
        border-right: none;
    }
}
.block-service-opt3 .col-md-3:last-child .item {
    border-right: none;
}
@media (max-width: 991px) {
    .block-service-opt3 .col-md-3:nth-child(2n) .item {
        border-right: none;
    }
}
.slide-opt-7 .item {
    height: 345px;
}
@media (max-width: 640px) {
    .slide-opt-7 .item {
        height: 300px;
    }
    .slide-opt-7 .item .description {
        max-width: 100% !important;
    }
}
.slide-opt-7 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-7 .item1 .description {
    padding-left: 70px;
    padding-top: 26px;
    max-width: 350px;
}
.slide-opt-7 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 20px;
    color: #000000;
}
.slide-opt-7 .item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
    color: #555555;
    line-height: 24px;
}
.slide-opt-7 .item1 .btn {
    line-height: 40px;
    background-color: #2896b5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 13px;
    font-size: 14px;
    font-weight: normal;
}
.slide-opt-7 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-7 .item2 .description {
    padding-left: 54px;
    padding-top: 160px;
    max-width: 350px;
}
.slide-opt-7 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 21px;
    color: #555555;
    line-height: 24px;
}
.slide-opt-7 .item2 .btn {
    line-height: 40px;
    background-color: #1369c0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-7 .item3 .description {
    padding-left: 54px;
    padding-top: 80px;
    max-width: 350px;
}
.slide-opt-7 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #555555;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .btn {
    line-height: 40px;
    background-color: #ff8c00;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 767px) {
    .slide-opt-7 .item .description {
        padding-top: 80px;
        padding-left: 40px;
    }
}
@media (max-width: 640px) {
    .slide-opt-7 .item .description {
        padding-top: 40px;
        padding-left: 40px;
    }
}
.block-section-top7 {
    position: relative;
    padding-left: 200px;
}
.block-section-top7 .block-nav-categori {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 200px;
}
.block-section-top7 .block-nav-categori .ui-categori {
    min-height: 551px;
}
.block-section-top7 .block-nav-categori .block-content {
    width: 200px;
}
@media (min-width: 992px) {
    .block-section-top7 .block-nav-categori .ui-categori > li {
        margin-bottom: 10px;
    }
    .block-section-top7 .block-nav-categori .ui-categori > li > a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 28px;
        padding-right: 5px;
    }
    .block-section-top7 .block-nav-categori .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .block-section-top7 .block-nav-categori .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .block-section-top7 .block-nav-categori .view-all-categori a {
        line-height: 46px;
        background-color: #333333;
        color: #fff;
        font-size: 16px;
        padding-left: 16px;
        padding-right: 30px;
        font-weight: normal;
    }
    .block-section-top7 .block-nav-categori .view-all-categori a:hover,
    .block-section-top7 .block-nav-categori .view-all-categori a:focus {
        background-color: #0f5194;
    }
}
@media (min-width: 1200px) {
    .block-section-top7 .block-nav-categori {
        /*visibility: visible;
                            opacity: 1;*/
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #dfdfdf;
        border-top: none;
    }
    .block-section-top7 .block-nav-categori .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (max-width: 1199px) {
    .block-section-top7 .block-nav-categori {
        display: none;
    }
}
.block-section-top7 .block-slide-main {
    padding-right: 370px;
    margin-bottom: 6px;
}
@media (max-width: 1199px) {
    .block-section-top7 {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top7 {
        padding-left: 0;
    }
    .block-section-top7 .block-slide-main {
        padding-right: 0px;
    }
}
.block-section-top7 .banner-slide {
    position: absolute;
    right: 0;
    top: 0px;
}
.block-section-top7 .banner-slide .box-img {
    position: relative;
    display: block;
}
.block-section-top7 .banner-slide .box-img:before,
.block-section-top7 .banner-slide .box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.block-section-top7 .banner-slide .box-img:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.block-section-top7 .banner-slide .box-img:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.block-section-top7 .banner-slide .box-img img {
    display: block;
    width: 100%;
}
@media (max-width: 1199px) {
    .block-section-top7 .banner-slide {
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .block-section-top7 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.block-section-top7 .banner-slide a {
    margin-bottom: 1px;
    display: block;
}
.block-section-top7 .block-slide-main .owl-dots .owl-dot {
    background-color: #333333;
}
.block-section-top7 .block-slide-main .owl-dots .owl-dot.active {
    background-color: #ffa200;
}
.block-section-top7 .block-slide-main:hover .owl-nav .owl-next {
    right: 5px;
}
.block-section-top7 .block-slide-main:hover .owl-nav .owl-prev {
    left: 5px;
}
.block-section-top7 .block-deals-of {
    padding-left: 5px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .block-section-top7 .block-deals-of {
        padding-left: 0;
    }
}
.block-section-top7 .block-deals-of .block-title {
    display: none;
    visibility: hidden;
}
.block-section-top7 .block-deals-of .owl-nav .owl-prev,
.block-section-top7 .block-deals-of .owl-nav .owl-next {
    width: 30px;
    line-height: 50px;
    margin-top: -25px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 24px;
}
.block-section-top7 .block-deals-of .owl-nav .owl-prev:hover,
.block-section-top7 .block-deals-of .owl-nav .owl-next:hover {
    border-color: #ff7f00;
}
.block-section-top7 .block-deals-of:hover .owl-nav .owl-prev {
    left: 6px;
}
.block-section-top7 .block-deals-of:hover .owl-nav .owl-next {
    right: 6px;
}
.block-section-top7 .block-deals-of .product-item-opt-3 .product-item-info {
    padding-bottom: 8px;
}
.block-newletter-banner {
    background-color: transparent;
    padding-left: 18px;
    padding-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    padding-top: 24px;
    position: relative;
    display: block;
    /*&:before {
                  content: "";
                  position: absolute;
                  top: 0;
                  left: 0px;
                  right: 0px;
                  bottom: 0;
                  background-color: rgba(131, 155, 152, 0.23);
                  .transition(0.35s);
                  z-index: 10;
          }
          &:hover {
                  &:before {
                          background-color: rgba(131, 155, 152, 0.5);
                          .transition(0.35s);
                  }
          }*/
}
.block-newletter-banner:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-newletter-banner img {
    display: block;
    width: 100%;
}
.block-newletter-banner:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner {
        padding-top: 10px;
        height: 232px;
    }
}
.block-newletter-banner .block-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 26px;
    position: relative;
    z-index: 20;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner .block-title {
        margin-bottom: 15px;
    }
}
.block-newletter-banner .block-content {
    max-width: 270px;
    position: relative;
    z-index: 20;
}
.block-newletter-banner .input-group {
    max-width: 230px;
}
.block-newletter-banner .form-control {
    height: 45px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    padding-left: 12px;
}
.block-newletter-banner .btn-subcribe {
    height: 45px;
    background-color: #ff8c00;
    width: 49px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/subcribe.png);
}
.block-newletter-banner .btn-subcribe span {
    display: none;
}
.block-newletter-banner .note {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    max-height: 82px;
    overflow: hidden;
    display: block;
    margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner .note {
        margin-bottom: 15px;
    }
}
.index-opt-7 {
    background-color: #f5f5f5;
}
.index-opt-7 .back-to-top {
    border-color: #0f5194;
}
.index-opt-7 .back-to-top .fa {
    background-color: #0f5194;
}
.index-opt-7 .back-to-top:hover {
    background-color: #0f5194;
}
.index-opt-7 .block-service-opt2 {
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 45px;
    padding-bottom: 0;
}
.index-opt-7 .block-service-opt2 .item {
    border: 1px solid #dfdfdf;
    padding-left: 87px;
    padding-top: 24px;
    padding-bottom: 10px;
    min-height: 120px;
    padding-right: 3px;
    margin-bottom: 15px;
    background-color: #fff;
}
.index-opt-7 .block-service-opt2 .item .title {
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index-opt-7 .block-service-opt2 .item .title {
        font-size: 14px;
    }
}
.index-opt-7 .block-service-opt2 .item .icon {
    left: 10px;
    top: 24px;
    background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .index-opt-7 .block-service-opt2 .item .icon {
        width: 40px;
        height: 40px;
        left: 30px;
    }
    .index-opt-7 .block-service-opt2 .item .icon img {
        max-width: 100%;
    }
}
.index-opt-7 .block-banner-main {
    margin-bottom: 0;
}
.index-opt-7 .block-banner-main a {
    margin-bottom: 10px;
}
.index-opt-7 .block-banner-main .col-center .row {
    margin: 0 -5px;
}
.index-opt-7 .block-banner-main .col-center .col {
    padding: 0 5px;
}
.index-opt-7 .block-banner-main .box-img {
    position: relative;
    display: block;
}
.index-opt-7 .block-banner-main .box-img:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.index-opt-7 .block-banner-main .box-img img {
    display: block;
    width: 100%;
}
.index-opt-7 .block-banner-main .box-img:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.index-opt-7 .block-brand {
    padding: 15px 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.index-opt-7 .block-the-blog {
    margin-bottom: 12px;
}
.index-opt-7 .block-the-blog .block-title {
    margin-bottom: 12px;
    padding-top: 18px;
}
.index-opt-7 .block-the-blog .blog-item .blog-date {
    background-color: #ff7f00;
}
.block-floor-products-opt6 {
    padding-top: 5px;
    margin-bottom: 30px;
}
.block-floor-products-opt6 .block-title {
    margin-bottom: 20px;
}
.block-floor-products-opt6 .block-title .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    border-left: 4px solid #00a2d1;
    padding-left: 14px;
}
.block-floor-2.block-floor-products-opt6 .block-title .title {
    border-left: 4px solid #ffa340;
}
.block-floor-products-opt6 .col-banner {
    width: 16.67%;
    height: 492px;
    overflow: hidden;
}
.block-floor-products-opt6 .col-banner .description {
    min-height: 126px;
    background-color: #be8255;
}
.block-floor-2.block-floor-products-opt6 .col-banner .description {
    background-color: #afa3b5;
}
.block-floor-products-opt6 .col-banner .description .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
}
.block-floor-products-opt6 .col-banner .description .des {
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}
.block-floor-products-opt6 .col-banner .description .btn {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: normal;
}
.block-floor-products-opt6 .col-banner .description .btn:hover {
    background-color: #ffa200;
    color: #fff;
}
@media (max-width: 1199px) {
    .block-floor-products-opt6 .col-banner {
        height: 395px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-banner {
        display: none;
    }
}
.block-floor-products-opt6 .col-banner img {
    display: block;
    width: 100%;
}
.block-floor-products-opt6 .col-products {
    width: 83.33%;
    float: left;
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-products {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .block-floor-products-opt6 .col-products .clearfix:before,
    .block-floor-products-opt6 .col-products .clearfix:after {
        clear: none;
    }
}
.block-floor-products-opt6 .col-products .product-item {
    height: auto !important;
    float: left;
    width: 20%;
    border: none;
    margin: 0;
}
.block-floor-products-opt6 .col-products .product-item .product-item-info {
    height: 248px;
    border: 1px solid #eaeaea;
    margin: -1px;
    display: block;
}
@media (max-width: 1199px) {
    .block-floor-products-opt6 .col-products .product-item .product-item-info {
        height: 199px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-products .product-item .product-item-info {
        height: 300px;
    }
}
@media (max-width: 660px) {
    .block-floor-products-opt6 .col-products .product-item .product-item-info {
        height: auto;
    }
}
@media (max-width: 420px) {
    .block-floor-products-opt6 .col-products .product-item .product-item-info {
        height: auto;
    }
}
.block-floor-products-opt6 .col-products .product-item.product-item-lag {
    width: 40%;
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-products .product-item {
        width: 33.33%;
    }
    .block-floor-products-opt6 .col-products .product-item.product-item-lag {
        display: none;
    }
}
@media (max-width: 600px) {
    .block-floor-products-opt6 .col-products .product-item {
        width: 50%;
        float: left;
    }
    .block-floor-products-opt6 .col-products .product-item .product-item-detail {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (max-width: 379px) {
    .block-floor-products-opt6 .col-products .product-item {
        width: 100%;
    }
}
.block-floor-products-opt6 .col-products .product-item .product-item-info {
    /*padding: 20px 0 13px;
                                  padding-top: 17px;
                                  padding-bottom: 20px;*/
    padding-top: 17px;
}
.block-floor-products-opt6 .col-products .product-item-lag {
    position: relative;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-photo {
    position: static;
    padding: 0;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(182, 128, 72, 0.5);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail .product-item-name {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail .product-item-name a {
    color: #fff;
}
.block-floor-2.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail {
    background-color: rgba(97, 73, 109, 0.5);
    top: auto;
    bottom: 0;
}
.block-floor-2.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail .product-item-name {
    margin: 10px 0;
    font-weight: normal;
}
.block-floor-2.block-floor-products-opt6 .col-products .product-item-lag .product-item-detail .product-item-name b {
    font-weight: bold;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-info {
    padding: 0;
}
.block-floor-products-opt6 .block-content {
    border-top: 1px solid  #eaeaea;
    border-right: 1px solid  #eaeaea;
    border-bottom: 3px solid #ff9310;
}
.block-floor-products-opt6 .block-footer {
    background-color: #fff;
    padding: 21px 20px 28px ;
    border: 1px solid #eaeaea;
}
.block-floor-products-opt6 .block-footer .heading {
    margin-bottom: 25px;
}
.block-floor-products-opt6 .block-footer .heading:before,
.block-floor-products-opt6 .block-footer .heading:after {
    content: "";
    display: table;
}
.block-floor-products-opt6 .block-footer .heading:after {
    clear: both;
}
.block-floor-products-opt6 .block-footer .heading > .title {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    float: left;
    line-height: 30px;
}
.block-floor-products-opt6 .block-footer .heading > ul {
    float: right;
}
.block-floor-products-opt6 .block-footer .heading > ul > li {
    float: left;
}
.block-floor-products-opt6 .block-footer .heading > ul > li > a {
    line-height: 30px;
    padding: 0 12px;
    display: block;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.block-floor-products-opt6 .block-footer .heading > ul > li.active > a {
    background-color: #ff8c00;
    color: #fff;
}
.block-floor-products-opt6 .block-footer .product-item {
    border: none;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info {
    padding: 0;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info:before,
.block-floor-products-opt6 .block-footer .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info:after {
    clear: both;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-photo {
    padding: 0;
    float: left;
    width: 93px;
    margin-right: 5px;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-detail {
    overflow: hidden;
    padding: 0;
    padding-top: 20px;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-name {
    white-space: normal;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-next,
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-prev {
    left: -15px;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-next {
    right: -15px;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev {
    width: 32px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f6;
    color: #333;
    font-size: 24px;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:hover,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:hover {
    color: #fff;
    border-color: #ff8c00;
    background-color: #ff8c00;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:before,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:before {
    content: "";
    font-family: "FontAwesome";
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next {
    right: 0;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:before {
    content: "\f105";
}
.block-bestseller-op2 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.block-bestseller-op2 .block-title {
    margin-bottom: 20px;
}
.block-bestseller-op2 .block-title .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    border-left: 4px solid #ff1877;
    padding-left: 14px;
}
.block-bestseller-op2 .row {
    margin: 0;
}
.block-bestseller-op2 .col {
    padding: 0;
}
.block-bestseller-op2 .box-categories {
    background-color: #fff;
    padding: 25px 15px 10px;
    border: 1px solid #dfdfdf;
    margin: -1px;
}
.block-bestseller-op2 .box-categories > .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    margin-bottom: 30px;
}
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-photo,
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-detail,
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-info {
    padding: 0;
}
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-info {
    padding-top: 8px;
    padding-bottom: 10px;
}
.slide-opt-8 .item {
    height: 440px;
}
@media (max-width: 640px) {
    .slide-opt-8 .item {
        height: 300px;
    }
    .slide-opt-8 .item .description {
        max-width: 100% !important;
    }
}
.slide-opt-8 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-8 .item1 .description {
    padding-right: 25px;
    padding-top: 102px;
    max-width: 400px;
    float: right;
}
.slide-opt-8 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 25px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 28px;
    color: #555555;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .btn {
    line-height: 43px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 13px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-8 .item2 .description {
    padding-left: 40px;
    padding-top: 140px;
    max-width: 412px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 25px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 27px;
    color: #555555;
    line-height: 20px;
}
.slide-opt-8 .item2 .btn {
    line-height: 43px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-8 .item3 .description {
    padding-left: 362px;
    padding-top: 139px;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 25px;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #888888;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .btn {
    line-height: 40px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 640px) {
    .slide-opt-8 .item .description {
        padding-top: 40px;
        padding-left: 40px;
    }
}
.block-section-top8 {
    position: relative;
    padding-left: 209px;
    padding-top: 10px;
    margin-bottom: 25px;
}
.block-section-top8 .block-nav-categori {
    position: absolute !important;
    top: 0;
    left: 0;
}
.block-section-top8 .block-nav-categori .block-content {
    width: 200px;
}
.block-section-top8 .block-nav-categori .block-content .icon {
    display: none;
}
@media (min-width: 992px) {
    .block-section-top8 .block-nav-categori .block-content .ui-categori {
        margin-bottom: 3px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li {
        margin-bottom: 10px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 28px;
        padding-right: 5px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #7e7e7e;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-left: 16px;
        padding-right: 30px;
        font-weight: normal;
    }
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a:hover,
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a:focus {
        background-color: #656565;
    }
}
@media (min-width: 1200px) {
    .block-section-top8 .block-nav-categori .block-content {
        /*visibility: visible;
                                    opacity: 1;
        */
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #dfdfdf;
        border-top: none;
        margin-top: 1px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (max-width: 1199px) {
    .block-section-top8 .block-nav-categori {
        display: none;
        visibility: hidden;
    }
}
.block-section-top8 .block-slide-main {
    padding-right: 230px;
    margin-bottom: 6px;
}
@media (max-width: 1199px) {
    .block-section-top8 {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top8 {
        padding-left: 0;
    }
    .block-section-top8 .block-slide-main {
        padding-right: 0px;
    }
}
.block-section-top8 .banner-slide {
    position: absolute;
    right: 0;
    top: 0px;
    width: 220px;
}
@media (max-width: 1199px) {
    .block-section-top8 .banner-slide {
        width: 215px;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .block-section-top8 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.block-section-top8 .banner-slide a {
    margin-top: 10px;
    display: block;
    position: relative;
    margin-bottom: 11px;
}
@media (max-width: 1199px) {
    .block-section-top8 .banner-slide a {
        margin-bottom: 15px;
    }
}
.block-section-top8 .banner-slide a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top8 .banner-slide a img {
    display: block;
    width: 100%;
}
.block-section-top8 .banner-slide a:hover:before {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.index-opt-8 {
    background-color: #f5f5f5;
}
.index-opt-8 .back-to-top {
    border-color: #ff8307;
}
.index-opt-8 .back-to-top .fa {
    background-color: #ff8307;
}
.index-opt-8 .back-to-top:hover {
    background-color: #ff8307;
}
.index-opt-8 .block-banner-main .row {
    margin: 0 -5px;
}
.index-opt-8 .block-banner-main .col-sm-6,
.index-opt-8 .block-banner-main .col-md-6 {
    padding: 0 5px;
}
.index-opt-8 .block-banner-main a {
    margin-bottom: 25px;
}
.heading-opt2 .title {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-bottom: 17px;
}
.block-featured-opt8 {
    margin-bottom: 30px;
}
.block-featured-opt8 .block-content {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 10px 10px 25px;
}
.block-featured-opt8 .product-item .product-item-info,
.block-featured-opt8 .product-item .product-item-photo,
.block-featured-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-bestseller-opt8 {
    margin-bottom: 23px;
}
.block-bestseller-opt8 .product-item {
    margin-bottom: 1px;
}
.block-bestseller-opt8 .product-item .product-item-info,
.block-bestseller-opt8 .product-item .product-item-photo {
    padding: 0;
}
.block-bestseller-opt8 .product-item .product-item-detail {
    padding: 0 10px;
}
.block-bestseller-opt8 .product-item .product-item-info {
    border: 1px solid #dfdfdf;
    padding-bottom: 23px;
}
.block-arrival-opt8 {
    margin-bottom: 23px;
}
.block-arrival-opt8 .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 8px;
}
.block-arrival-opt8 .block-content:before,
.block-arrival-opt8 .block-content:after {
    content: "";
    display: table;
}
.block-arrival-opt8 .block-content:after {
    clear: both;
}
.block-arrival-opt8 .col-banner {
    width: 29%;
    float: left;
    position: relative;
    border: 10px solid #f2f2f2;
    min-height: 530px;
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-banner {
        min-height: 550px;
    }
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-banner {
        display: none;
    }
}
.block-arrival-opt8 .col-banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 5;
}
.block-arrival-opt8 .col-banner .img {
    display: block;
    overflow: hidden;
}
.block-arrival-opt8 .col-banner:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner:hover .img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner .des {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    padding-bottom: 23px;
    font-size: 14px;
    color: #000000;
    z-index: 10;
}
.block-arrival-opt8 .col-banner .des p {
    margin-bottom: 2px;
    display: block;
}
.block-arrival-opt8 .col-banner .des .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.block-arrival-opt8 .col-products {
    width: 71%;
    float: left;
    padding: 10px 10px 0px 20px;
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-products {
        width: 100%;
    }
}
.block-arrival-opt8 .product-item {
    margin-bottom: 12px;
}
.block-arrival-opt8 .product-item .product-item-info,
.block-arrival-opt8 .product-item .product-item-photo,
.block-arrival-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-hot-categori-opt8 {
    margin-bottom: 23px;
}
.block-hot-categori-opt8 .block-content {
    padding: 10px;
    background-color: #fff;
}
.block-hot-categori-opt8 .product-item {
    padding-bottom: 1px;
}
.block-hot-categori-opt8 .product-item:hover .product-item-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-hot-categori-opt8 .product-item-info {
    border: 1px solid #dfdfdf;
}
.block-hot-categori-opt8 .product-item-photo {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}
.block-hot-categori-opt8 .product-item-photo img {
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-hot-categori-opt8 .product-item-detail {
    padding: 0 7px;
    padding-right: 4px;
    min-height: 61px;
}
.block-hot-categori-opt8 .product-item-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    margin-top: 12px;
}
.block-hot-categori-opt8 .product-item-name a {
    color: #333;
}
.block-hot-categori-opt8 .product-item-name a:hover {
    color: #ffa200;
}
.block-hot-categori-opt8 .btn {
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 20px;
    border: none;
    background-color: transparent;
    padding: 0;
}
.block-hot-categori-opt8 .btn:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-left: 4px;
}
.block-hot-categori-opt8 .btn:hover {
    color: #ff8c00;
}
.block-featured-brand-opt8 {
    margin-bottom: 40px;
}
.block-featured-brand-opt8 .block-content {
    padding-top: 60px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .block-content {
        padding-top: 20px;
    }
}
.block-featured-brand-opt8 .footer-page {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    height: 60px;
    color: #999;
}
.block-featured-brand-opt8 .footer-page .cus {
    color: #333;
}
.block-featured-brand-opt8 .product-item {
    margin-bottom: 8px;
}
.block-featured-brand-opt8 .product-item-info:before,
.block-featured-brand-opt8 .product-item-info:after {
    content: "";
    display: table;
}
.block-featured-brand-opt8 .product-item-info:after {
    clear: both;
}
.block-featured-brand-opt8 .product-item-detail {
    width: 55%;
    float: left;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .product-item-detail {
        width: 100%;
    }
}
.block-featured-brand-opt8 .product-item-photo {
    float: right;
    width: 34%;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .product-item-photo {
        width: 100%;
        margin-bottom: 20px;
    }
}
.block-featured-brand-opt8 .product-item-name {
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}
.block-featured-brand-opt8 .product-item-subname {
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #999;
    margin-bottom: 20px;
    display: block;
}
.block-featured-brand-opt8 .product-item-subname a {
    color: #999;
}
.block-featured-brand-opt8 .product-item-des {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 35px;
}
.block-featured-brand-opt8 .btn {
    line-height: 34px;
    border: none;
    padding: 0 10px;
    text-transform: capitalize;
    color: #fff;
    background-color: #ff8c00;
    font-size: 14px;
}
.block-featured-brand-opt8 .btn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
}
.block-featured-brand-opt8 .btn:hover {
    background-color: #cc7000;
}
.block-featured-brand-opt8 .owl-carousel {
    padding-right: 80px;
    padding-left: 100px;
}
@media (max-width: 600px) {
    .block-featured-brand-opt8 .owl-carousel {
        padding: 0 20px;
    }
}
.block-featured-brand-opt8:hover .owl-nav .owl-prev,
.block-featured-brand-opt8:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-featured-brand-opt8:hover .owl-nav .owl-prev {
    left: 15px;
}
.block-featured-brand-opt8:hover .owl-nav .owl-next {
    right: 15px;
}
.block-featured-brand-opt8 .owl-nav .owl-prev,
.block-featured-brand-opt8 .owl-nav .owl-next {
    width: 30px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-featured-brand-opt8 .owl-nav .owl-prev:before,
.block-featured-brand-opt8 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-featured-brand-opt8 .owl-nav .owl-prev:hover,
.block-featured-brand-opt8 .owl-nav .owl-next:hover {
    background-color: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
}
.block-featured-brand-opt8 .owl-nav .owl-prev {
    left: 25px;
}
.block-featured-brand-opt8 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-featured-brand-opt8 .owl-nav .owl-next {
    right: 25px;
}
.block-featured-brand-opt8 .owl-nav .owl-next:before {
    content: "\f105";
}
.block-product-sidebar-opt8 {
    margin-bottom: 23px;
}
.block-product-sidebar-opt8 .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 6px;
}
.block-product-sidebar-opt8 .product-item {
    margin-bottom: 14px;
}
.block-product-sidebar-opt8 .product-item .product-item-info,
.block-product-sidebar-opt8 .product-item .product-item-photo,
.block-product-sidebar-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-product-sidebar-opt8 .product-item .product-item-info:before,
.block-product-sidebar-opt8 .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-product-sidebar-opt8 .product-item .product-item-info:after {
    clear: both;
}
.block-product-sidebar-opt8 .product-item .product-item-photo {
    float: left;
    margin-right: 10px;
    width: 40%;
    max-width: 100px;
}
.block-product-sidebar-opt8 .product-item .product-item-detail {
    overflow: hidden;
}
.block-product-sidebar-opt8 .product-item .product-item-name {
    margin-top: 5px;
    white-space: normal;
}
.block-product-sidebar-opt8 .block-footer {
    border: 1px solid #dfdfdf;
    margin-top: -1px;
    background-color: #fff;
    padding: 0 10px;
    line-height: 40px;
    min-height: 40px;
}
.block-product-sidebar-opt8 .block-footer .page {
    display: block;
    text-align: right;
    padding-right: 73px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #999;
}
.block-product-sidebar-opt8 .block-footer .page .cus {
    color: #333;
}
.block-product-sidebar-opt8 .owl-nav {
    position: absolute;
    bottom: -40px;
    right: 0px;
}
.block-product-sidebar-opt8 .owl-nav.disabled {
    /*pointer-events: none;*/
}
.block-product-sidebar-opt8 .owl-nav:before,
.block-product-sidebar-opt8 .owl-nav:after {
    content: "";
    display: table;
}
.block-product-sidebar-opt8 .owl-nav:after {
    clear: both;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev,
.block-product-sidebar-opt8 .owl-nav .owl-next {
    width: 24px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    border-radius: 1px;
    float: left;
    margin-left: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:before,
.block-product-sidebar-opt8 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:hover,
.block-product-sidebar-opt8 .owl-nav .owl-next:hover {
    background-color: #ff8c00;
    color: #fff;
    border-color: #ff8c00;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-product-sidebar-opt8 .owl-nav .owl-next:before {
    content: "\f105";
}
.block-service-opt8 {
    margin-bottom: 30px;
}
.block-service-opt8 .item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px 0;
    margin-bottom: 10px;
}
.block-service-opt8 .item .detail {
    padding-left: 50px;
    padding-right: 20px;
}
@media (max-width: 1199px) {
    .block-service-opt8 .item .detail {
        padding-left: 20px;
    }
}
.block-service-opt8 .item .icon {
    width: 80px;
    line-height: 80px;
    display: block;
    border-radius: 100%;
    background-color: #000000;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
}
.block-service-opt8 .item .icon img {
    margin-left: 4px;
}
.block-service-opt8 .item .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .block-service-opt8 .item .title {
        font-size: 14px;
    }
}
.block-service-opt8 .item .des {
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    height: 83px;
    line-height: 20px;
    margin-bottom: 8px;
}
.block-service-opt8 .item .des p {
    margin-bottom: 2px;
}
.block-service-opt8 .item .btn {
    color: #ff8c00;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    line-height: 20px;
    border: none;
}
.block-service-opt8 .item .btn:hover {
    color: #cc7000;
}
.block-product-sidebar-opt8 .heading-opt2 .title {
    margin-bottom: 13px;
}
.block-deals-of-opt4 {
    background-color: transparent;
}
.block-deals-of-opt4 .block-title {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
.block-deals-of-opt4 .block-title:before,
.block-deals-of-opt4 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt4 .block-title:after {
    clear: both;
}
.block-deals-of-opt4 .block-title .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    display: block;
}
.block-deals-of-opt4 .deals-of-countdown {
    padding-top: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media (max-width: 600px) {
    .block-deals-of-opt4 .deals-of-countdown {
        text-align: right;
    }
}
.block-deals-of-opt4 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/media/index10/icon-deals-of.png);
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt4 .count-down-time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt4 .count-down-time:before,
.block-deals-of-opt4 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt4 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt4 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt4 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt4 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt4 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt4 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    position: relative;
    letter-spacing: 15px;
    text-align: center;
    text-indent: 8px;
}
.block-deals-of-opt4 .count-down-time .box-count .number:before,
.block-deals-of-opt4 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-deals-of-opt4 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt4 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt4 .count-down-time .box-days {
    display: none;
}
.block-deals-of-opt4:hover .owl-nav .owl-prev,
.block-deals-of-opt4:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.block-deals-of-opt4:hover .owl-nav .owl-prev {
    left: 0px;
}
.block-deals-of-opt4:hover .owl-nav .owl-next {
    right: 0px;
}
.block-deals-of-opt4 .owl-nav {
    position: static;
}
.block-deals-of-opt4 .owl-nav .owl-prev,
.block-deals-of-opt4 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 27px;
    line-height: 40px;
    background-color: transparent;
    color: #333;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.block-deals-of-opt4 .owl-nav .owl-prev:hover,
.block-deals-of-opt4 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #ff7f00;
}
.block-deals-of-opt4 .owl-nav .owl-prev {
    left: 20px;
}
.block-deals-of-opt4 .owl-nav .owl-next {
    right: 20px;
}
.block-service-opt4 {
    margin-bottom: 30px;
}
.block-service-opt4 .item {
    padding-left: 82px;
}
.block-service-opt4 .item .title {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-service-opt4 .item .title {
        font-size: 15px;
    }
}
.block-service-opt4 .item .icon {
    width: 66px;
    height: 66px;
    line-height: 62px;
}
@media (max-width: 767px) {
    .block-service-opt4 .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.block-service-opt4 {
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.block-service-opt4 .item {
    border: 1px solid #dfdfdf;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 24px;
    padding-bottom: 10px;
    min-height: 120px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.block-service-opt4 .item .icon {
    left: 10px;
    top: 24px;
    background-color: #ff7f00;
    display: inline-block;
    vertical-align: top;
    position: static;
}
.block-service-opt4 .item .des {
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .block-service-opt4 .item {
        font-size: 12px;
    }
    .block-service-opt4 .item .icon {
        width: 50px;
        line-height: 50px;
        height: 50px;
        margin-top: 10px;
    }
    .block-service-opt4 .item .icon img {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .block-service-opt4 .item {
        text-align: left;
        padding-left: 15px;
    }
}
.slide-opt-9 {
    padding-top: 10px;
    margin-bottom: 7px;
}
.slide-opt-9 .item {
    height: 287px;
}
@media (max-width: 640px) {
    .slide-opt-9 .item {
        height: 287px;
    }
    .slide-opt-9 .item .description {
        max-width: 100% !important;
    }
}
.slide-opt-9 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-9 .item1 .description {
    padding-right: 15px;
    padding-top: 102px;
    max-width: 270px;
    float: right;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 1199px) {
    .slide-opt-9 .item1 .description {
        margin-right: 30px;
    }
}
.slide-opt-9 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 18px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .des {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    color: #10286c;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-9 .item2 .description {
    padding-left: 40px;
    padding-top: 67px;
    max-width: 412px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    color: #888888;
    line-height: 20px;
}
.slide-opt-9 .item2 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-9 .item3 .description {
    margin-right: 20px;
    padding-top: 64px;
    max-width: 255px;
    font-family: 'Lato', sans-serif;
    float: right;
    width: 100%;
}
.slide-opt-9 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #888888;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 640px) {
    .slide-opt-9 .item .description {
        padding-top: 40px;
        padding-left: 40px;
        float: none;
        margin: 0;
    }
}
.block-section-top9 {
    position: relative;
    padding-left: 212px;
    padding-right: 210px;
}
.block-section-top9 .block-nav-categori {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 200px;
}
.block-section-top9 .block-nav-categori .ui-categori {
    min-height: 506px;
}
@media (min-width: 992px) {
    .block-section-top9 .block-nav-categori {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
.block-section-top9 .block-nav-categori .block-content .icon {
    display: none;
}
@media (min-width: 992px) {
    .block-section-top9 .block-nav-categori .block-content {
        /*visibility: visible;
                                    opacity: 1;*/
        width: 200px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ff7f00;
        border-top: none;
    }
    .block-section-top9 .block-nav-categori .block-content .ui-categori > li > a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 28px;
        padding-right: 5px;
    }
    .block-section-top9 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .block-section-top9 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 200px;
        width: 740px;
    }
    .block-section-top9 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #ff7f00;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-left: 16px;
        padding-right: 30px;
        font-weight: normal;
    }
    .block-section-top9 .block-nav-categori .block-content .view-all-categori a:hover,
    .block-section-top9 .block-nav-categori .block-content .view-all-categori a:focus {
        background-color: #cc6600;
    }
}
@media (min-width: 1200px) {
    .block-section-top9 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (max-width: 991px) {
    .block-section-top9 .block-nav-categori {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 1199px) {
    .block-section-top9 {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top9 {
        padding-left: 0;
    }
}
.block-section-top9 .banner-slide {
    position: absolute;
    right: 0;
    top: 10px;
}
@media (max-width: 1199px) {
    .block-section-top9 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.block-section-top9 .banner-slide a {
    margin-bottom: 1px;
    display: block;
    position: relative;
    overflow: hidden;
}
.block-section-top9 .banner-slide a:before,
.block-section-top9 .banner-slide a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.block-section-top9 .banner-slide a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-section-top9 .banner-slide a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-section-top9 .banner-slide a:hover:before,
.block-section-top9 .banner-slide a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-section-top9 .banner-slide a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top9 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top9 .banner-slide a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block-section-top9 .block-deals-of {
    margin-bottom: 36px;
}
.block-section-top9 .block-deals-of .product-item-opt-1 {
    padding-bottom: 0;
}
.block-section-top9 .block-deals-of .product-item-opt-1 .product-item-detail {
    padding: 0;
}
.block-section-top9 .block-deals-of .product-item-opt-1 .product-item-price {
    font-size: 14px;
    color: #000;
}
.block-section-top9 .block-deals-of .product-item-opt-1 .product-item-name {
    margin-top: 6px;
    margin-bottom: 2px;
    color: #000;
}
.block-section-top9 .block-deals-of .product-item-opt-1 .product-item-name a {
    color: #000;
}
.block-section-top9 .block-deals-of .product-item-opt-1 .product-item-name a:hover {
    color: #ffa200;
}
.block-section-top9 .block-deals-of .deals-of-countdown .icon {
    background-image: url(../images/icon/index9/icon-deals-of.png);
}
.index-opt-9 .back-to-top {
    border-color: #ff7f00;
}
.index-opt-9 .back-to-top .fa {
    background-color: #ff7f00;
}
.index-opt-9 .back-to-top:hover {
    background-color: #ff7f00;
}
.index-opt-9 .block-banner-main {
    margin-bottom: 0;
}
.index-opt-9 .block-banner-main a {
    margin-bottom: 0;
}
.index-opt-9 .block-banner-main .col {
    padding: 0;
}
.index-opt-9 .block-banner-main .row {
    margin: 0;
}
.index-opt-9 .block-brand {
    padding: 15px 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
}
.index-opt-9 .block-brand img {
    border: none;
}
.index-opt-9 .block-the-blog {
    margin-bottom: 12px;
}
.index-opt-9 .block-the-blog .block-title {
    margin-bottom: 12px;
    padding-top: 18px;
}
.index-opt-9 .block-the-blog .blog-item .blog-date {
    background-color: #ff7f00;
}
.index-opt-9 .block-the-blog .blog-item .blog-actions .action {
    color: #333;
}
.index-opt-9 .block-the-blog .blog-item .blog-actions .action:hover {
    color: #ff7f00;
}
.block-floor-products-opt5 {
    margin-bottom: 30px;
}
.floor_color2.block-floor-products-opt5 {
    margin-bottom: 35px;
}
.block-floor-products-opt5 .block-title {
    background-image: none;
    border: none;
    padding-right: 64px;
}
.floor_color1.block-floor-products-opt5 .block-title {
    background-color: #3cb3b5;
}
.floor_color2.block-floor-products-opt5 .block-title {
    background-color: #01b908;
}
.floor_color3.block-floor-products-opt5 .block-title {
    background-color: #cc453c;
}
.floor_color4.block-floor-products-opt5 .block-title {
    background-color: #ed8c23;
}
.block-floor-products-opt5 .block-title > .title {
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}
.block-floor-products-opt5 .block-title .links {
    float: right;
    clear: none;
}
@media (min-width: 992px) {
    .block-floor-products-opt5 .block-title .links .dropdown-menu {
        background-color: transparent;
    }
}
.block-floor-products-opt5 .block-title .links li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 17px;
    line-height: 46px;
}
.block-floor-products-opt5 .block-title .links li a:before {
    content: none;
}
@media (min-width: 992px) {
    .block-floor-products-opt5 .block-title .links li a {
        color: #fff;
    }
    .block-floor-products-opt5 .block-title .links li a:hover {
        color: #333;
    }
}
.block-floor-products-opt5 .block-title .links li.active a {
    color: #333;
    background-color: transparent;
}
@media (max-width: 991px) {
    .block-floor-products-opt5 .block-title .links li.active a {
        color: #ffa200;
    }
}
.block-floor-products-opt5 .block-title > .title {
    background-color: transparent;
    border-right: 1px solid #eaeaea;
}
@media (max-width: 479px) {
    .block-floor-products-opt5 .block-title {
        padding-right: 0;
    }
    .block-floor-products-opt5 .block-title > .title {
        border-right: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .block-floor-products-opt5 .block-title .links {
        float: left;
    }
}
.block-floor-products-opt5 .col-products {
    width: 100%;
    /*border-left: 1px solid #eaeaea;
                  border-right: 1px solid #eaeaea;*/
    border-right: 1px solid #eaeaea;
    overflow: visible;
}
.block-floor-products-opt5 .col-products .product-item {
    height: auto;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    /*border: 1px solid #eaeaea;
                          
                          margin-left: -1px;
                          margin-right: -1px;*/
    margin-top: 0;
    width: auto;
    float: none;
    margin-bottom: 1px;
}
.floor_color2.block-floor-products-opt5 .col-products .product-item {
    padding-bottom: 15px;
}
.block-floor-products-opt5 .col-products .product-item .product-item-price {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.block-floor-products-opt5 .owl-nav {
    position: absolute;
    right: 15px;
    top: -40px;
}
.block-floor-products-opt5 .owl-nav .owl-prev,
.block-floor-products-opt5 .owl-nav .owl-next {
    width: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 25px;
    color: #333;
    float: left;
    margin-left: 7px;
}
.block-floor-products-opt5 .owl-nav .owl-prev:before,
.block-floor-products-opt5 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-floor-products-opt5 .owl-nav .owl-prev:hover,
.block-floor-products-opt5 .owl-nav .owl-next:hover {
    background-color: #000000;
    color: #fff;
}
.block-floor-products-opt5 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt5 .owl-nav .owl-next:before {
    content: "\f105";
}
.column-featured-products {
    background-color: #f5f5f5;
    padding-top: 20px;
}
@media (max-width: 991px) {
    .column-featured-products .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .column-featured-products .col-sm-6 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 479px) {
    .column-featured-products .col-sm-6 {
        width: 100%;
    }
}
.block-col-featured {
    margin-bottom: 35px;
}
.block-col-featured .block-title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}
.block-col-featured .product-item {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.block-col-featured .product-item:hover .product-item-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-col-featured .product-item:hover .product-item-name {
    color: #ffa200;
}
.block-col-featured .product-item:hover .product-item-name a {
    color: #ffa200;
}
.block-col-featured .product-item .product-item-info:before,
.block-col-featured .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-col-featured .product-item .product-item-info:after {
    clear: both;
}
.block-col-featured .product-item .product-item-photo {
    float: left;
    width: 100%;
    max-width: 120px;
    position: relative;
    overflow: hidden;
    display: block;
}
.block-col-featured .product-item .product-item-photo a {
    display: block;
}
.block-col-featured .product-item .product-item-photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-col-featured .product-item .product-item-detail {
    overflow: hidden;
    padding-top: 21px;
    padding-left: 8px;
}
.block-col-featured .product-item .product-item-name {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    display: block;
}
.block-col-featured .product-item .product-item-name a {
    color: #333;
}
.block-col-featured .product-item .product-item-name a:hover {
    color: #ffa200;
}
.qc-top-site10 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.qc-top-site10 .container {
    position: relative;
}
.qc-top-site10 .close {
    background-color: #28a152;
    width: 24px;
    height: 24px;
    border: none;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/close-top.png);
    position: absolute;
    top: 0;
    right: 15px;
}
.qc-top-site10 .close span {
    display: none;
}
.qc-top-site10 .close:hover {
    background-color: #53B475;
}
.qc-top-site10 .description {
    max-width: 485px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
}
.qc-top-site10 .description .title {
    display: block;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: bold;
    color: #fe5654;
    font-family: Arial;
    line-height: 1;
}
@media (max-width: 600px) {
    .qc-top-site10 .description .title {
        font-size: 24px;
    }
}
.qc-top-site10 .description .subtitle {
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: block;
    font-family: Arial;
}
.qc-top-site10 .description .des {
    color: #999999;
    display: block;
    font-family: Arial;
}
.qc-top-site10 .description .btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 9px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}
.qc-top-site10 .description .btn:hover,
.qc-top-site10 .description .btn:focus {
    background-color: #ffa200;
}
.slide-opt-10 {
    margin-bottom: 20px;
}
.slide-opt-10 .item {
    height: 450px;
}
@media (max-width: 640px) {
    .slide-opt-10 .item {
        height: 300px;
    }
    .slide-opt-10 .item .description {
        max-width: 100% !important;
    }
}
.slide-opt-10 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-10 .item1 .description {
    padding-left: 0;
    margin-left: 220px;
    padding-top: 38px;
    max-width: 400px;
}
.slide-opt-10 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 12px;
    font-size: 25px;
    color: #333333;
    line-height: 31px;
}
.slide-opt-10 .item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 25px;
    color: #555555;
    line-height: 20px;
}
.slide-opt-10 .item1 .btn {
    line-height: 36px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item1 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-10 .item2 .description {
    padding-left: 0;
    margin-left: 198px;
    padding-top: 143px;
    max-width: 400px;
}
.slide-opt-10 .item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px;
    font-size: 30px;
    color: #333333;
    line-height: 1px;
}
.slide-opt-10 .item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 35px;
    color: #000000;
    line-height: 20px;
}
.slide-opt-10 .item2 .btn {
    line-height: 36px;
    background-color: #dc0012;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item2 .btn:hover {
    background-color: #ffa200;
}
.slide-opt-10 .item3 .description {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 173px;
    max-width: 400px;
    text-align: center;
    padding-left: 16px;
}
.slide-opt-10 .item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 30px;
    color: #333333;
    line-height: 31px;
}
.slide-opt-10 .item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 43px;
    color: #444444;
    line-height: 20px;
}
.slide-opt-10 .item3 .btn {
    line-height: 36px;
    background-color: #1946bb;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 34px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item3 .btn:hover {
    background-color: #ffa200;
}
@media (max-width: 640px) {
    .slide-opt-10 .item .description {
        padding-top: 40px;
        padding-left: 40px;
        margin: 0;
    }
}
.block-deals-of-opt5 {
    background-color: transparent;
    margin-bottom: 27px;
}
.block-deals-of-opt5 .block-title {
    padding: 0;
}
.block-deals-of-opt5 .block-content {
    border: 3px solid #ff3366;
    background-color: #fff;
}
.block-deals-of-opt5 .block-content .heading-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.block-deals-of-opt5 .deals-of-countdown {
    margin: 0;
    padding-top: 10px;
}
.block-deals-of-opt5 .deals-of-countdown:before,
.block-deals-of-opt5 .deals-of-countdown:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .deals-of-countdown:after {
    clear: both;
}
.block-deals-of-opt5 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/icon-deals-of.png);
    width: 44px;
    height: 44px;
    background-color: #ff3366;
    position: relative;
    float: left;
    margin-right: 8px;
}
.block-deals-of-opt5 .deals-of-countdown .icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 7px 22px;
    border-color: transparent transparent #ff3366 transparent;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
}
.block-deals-of-opt5 .count-down-time {
    position: relative;
    float: left;
    padding-top: 14px;
}
.block-deals-of-opt5 .count-down-time:before,
.block-deals-of-opt5 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt5 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt5 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt5 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt5 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt5 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    position: relative;
    letter-spacing: 15px;
    text-align: center;
    text-indent: 8px;
}
.block-deals-of-opt5 .count-down-time .box-count .number:before,
.block-deals-of-opt5 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-deals-of-opt5 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt5 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt5 .count-down-time .box-days {
    display: none;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-photo {
    padding: 10px 15px;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-name {
    margin-top: 0;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-detail {
    padding-left: 35px;
}
.block-deals-of-opt5 {
    margin-bottom: 7px;
}
.block-deals-of-opt5 .block-content {
    border: none;
}
.block-deals-of-opt5 .block-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 23px;
    padding-bottom: 10px;
    padding-right: 100px;
}
.block-deals-of-opt5 .block-title:before,
.block-deals-of-opt5 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .block-title:after {
    clear: both;
}
.block-deals-of-opt5 .block-title .deals-of-countdown {
    padding-top: 0;
    float: right;
}
.block-deals-of-opt5 .block-title .deals-of-countdown .icon {
    background-image: url(../images/media/index10/icon-deals-of.png);
    background-color: transparent;
}
.block-deals-of-opt5 .block-title .deals-of-countdown .icon:before {
    content: none;
}
.block-deals-of-opt5 .block-title .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-top: 17px;
}
.block-deals-of-opt5 .product-item .product-item-photo {
    border: 1px solid #dfdfdf;
}
.block-deals-of-opt5 .product-item .product-item-name {
    margin-top: 10px;
}
.block-deals-of-opt5 .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
}
.block-deals-of-opt5 .owl-nav .owl-prev,
.block-deals-of-opt5 .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: #eeeeee;
    color: #cccccc;
    float: left;
    margin-left: 5px;
    text-align: center;
}
.block-deals-of-opt5 .owl-nav .owl-prev:hover,
.block-deals-of-opt5 .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-deals-of-opt5 .owl-nav .owl-prev:before,
.block-deals-of-opt5 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-deals-of-opt5 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-deals-of-opt5 .owl-nav .owl-next:before {
    content: "\f105";
}
.index-opt-10 .block-nav-categori .view-all-categori .btn-view-all:hover,
.index-opt-10 .block-nav-categori .view-all-categori a:hover {
    background-color: #28a152;
}
.index-opt-10 .back-to-top {
    border-color: #28a152;
}
.index-opt-10 .back-to-top .fa {
    background-color: #28a152;
}
.index-opt-10 .back-to-top:hover {
    background-color: #28a152;
}
.index-opt-10 .block-service {
    margin-bottom: 17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index-opt-10 .block-service .item .title {
        font-size: 14px;
    }
}
.index-opt-10 .block-service .item .title {
    line-height: 1;
}
.index-opt-10 .heading-opt-6 .title {
    border-bottom: 3px solid #28a152;
}
.index-opt-10 .block-brand {
    margin-bottom: 30px;
    padding-top: 0px;
    background-color: #EEEEEE;
    padding-bottom: 40px;
}
.index-opt-10 .block-showcase {
    margin-top: 30px;
}
.index-opt-10 .block .box-img {
    margin-bottom: 35px;
}
.index-opt-10 .block-hot-categories-opt2 .item .description .btn:hover {
    background-color: #28a152;
}
.index-opt-10 .block-hot-categories-opt2 .item li a:hover {
    color: #28a152;
}
.index-opt-10 .block-hot-categories-opt2 .item li a:hover:after {
    color: #28a152;
}
.index-opt-10 .block-showcase .col-title .btn:hover {
    background-color: #28a152;
    border-color: #28a152;
    color: #fff;
}
.block-floor-products-opt10 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.block-floor-products-opt10 .block-banner-floor:before,
.block-floor-products-opt10 .block-banner-floor:after {
    content: "";
    display: table;
}
.block-floor-products-opt10 .block-banner-floor:after {
    clear: both;
}
.block-floor-products-opt10 .block-banner-floor .col-sm-6 {
    padding: 0;
}
.block-floor-products-opt10 .block-banner-floor .img-banner,
.block-floor-products-opt10 .block-banner-floor .box-img {
    display: block;
    margin-bottom: 10px;
}
.block-floor-products-opt10 .col-banner {
    width: 20%;
    position: relative;
    height: 350px;
}
.block-floor-products-opt10 .col-banner:before,
.block-floor-products-opt10 .col-banner:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.block-floor-products-opt10 .col-banner:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-floor-products-opt10 .col-banner:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-floor-products-opt10 .col-banner:hover:before,
.block-floor-products-opt10 .col-banner:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt10 .col-banner:hover a:before {
    opacity: 0.3;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        height: 310px;
    }
}
.block-floor-products-opt10 .col-banner a {
    z-index: 100;
    display: block;
}
.block-floor-products-opt10 .col-banner a:before {
    content: "";
    background-color: #ffa200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt10 .col-banner a img {
    width: 100%;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.block-floor-products-opt10 .col-banner .label-featured {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
}
.block-floor-products-opt10 .col-banner .label-featured img {
    width: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block-floor-products-opt10 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt10 .col-products .product-item {
    height: auto;
    width: 100%;
}
.block-floor-products-opt10 .col-products .product-item .product-item-photo {
    border: none;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-next,
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-next {
    right: 0px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:hover,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:before,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev {
    left: 25px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next {
    right: 25px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-floor-products-opt10 .product-item-opt-2 .product-item-detail {
    padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        width: 22%;
    }
    .block-floor-products-opt10 .col-products {
        width: 78%;
    }
    .block-floor-products-opt10 .product-item-opt-2 .product-item-detail {
        padding-bottom: 22px;
    }
    .block-floor-products-opt10 .heading-opt-2 .title {
        min-width: 209px;
    }
    .block-floor-products-opt10 .heading-opt-2 .links a {
        padding: 0 12px;
    }
}
.block-floor-products-opt10 .block-content {
    padding-left: 20%;
    position: relative;
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .block-content {
        padding-left: 0;
    }
}
.block-floor-products-opt10 .col-categori {
    width: 20%;
    border: 1px solid #dfdfdf;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
}
.block-floor-products-opt10 .col-categori.open {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    z-index: 100;
}
@media (min-width: 992px) {
    .block-floor-products-opt10 .col-categori {
        min-height: 349px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-categori {
        display: none;
    }
}
.block-floor-products-opt10 .col-categori a {
    font-size: 14px;
    color: #333333;
    padding-left: 18px;
    padding-right: 10px;
    line-height: 50px;
    border-top: 1px solid #dfdfdf;
    display: block;
}
.block-floor-products-opt10 .col-categori a:hover {
    color: #28a152;
}
.block-floor-products-opt10 .col-categori ul {
    padding: 5px  0 13px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-categori ul {
        padding-bottom: 11px;
    }
}
.block-floor-products-opt10 .col-categori ul a {
    line-height: 40px;
    border: none;
}
.block-floor-products-opt10 .col-categori ul .cat-orther {
    display: none;
}
.block-floor-products-opt10 .col-categori .btn-cat,
.block-floor-products-opt10 .col-categori .btn-close-cat {
    cursor: pointer;
}
.block-floor-products-opt10 .col-categori .btn-cat .fa,
.block-floor-products-opt10 .col-categori .btn-close-cat .fa {
    margin-left: 20px;
}
.block-floor-products-opt10 .col-banner {
    width: 25%;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        display: none;
    }
}
.block-floor-products-opt10 .col-products {
    width: 75%;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt10.floor_color2 .col-categori ul a:hover {
    color: #FDC113;
}
.block-floor-products-opt10.floor_color7 .col-categori ul a:hover {
    color: #FF6634;
}
.block-floor-products-opt10.floor_color8 .col-categori ul a:hover {
    color: #1946bb;
}
.block-floor-products-opt10.floor_color9 .col-categori ul a:hover {
    color: #00c0e3;
}
.block-floor-products-opt10.floor_color10 .col-categori ul a:hover {
    color: #71cf2c;
}
.block-floor-products-opt10.floor_color11 .col-categori ul a:hover {
    color: #9b26af;
}

.CheckOut {
    background: #2F2F2F;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    line-height: 22px;
    position: absolute;
    width: 80px;
    right: 0;
    text-align: center;
    z-index:100;
}
.CheckOut span {
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-size: 13px;
}
.cusIconShop {
    color: #ffffff !important;
    text-align: center;
    display: block;
    font-size: 38px;
}
.hiddenCheck {
    width:70px;
}
.custLinkRedes {
    margin-top:10px;
}
.linkCusRedes {
    float:left;
    margin-right:10px;
}
.linkCusRedes:last-child {
    margin-right:0px;
}
.goog-te-gadget-simple {
    border:none !important;
}
.header-top i {
    color:#E80909 !important;
}
.header-top a {
    color:#606062 !important;
}
.txtproducto {
    text-align:center;
    font-weight:bolder;
    display:block;
}
.iconNext {
    background: #4d4d4d;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
}
.block-deals-of .owl-item {
    border:1px solid #cccccc;
    padding:10px;
}

.customGrid .col-md-3 {
    width:26%;
    margin-right:0px;
    padding-right:0px;
}
.customGrid .col-md-9 {
    width:74%;

}
.boxLeft{
    margin-bottom: 50px;
}
.titleLeft {
    background: #354D8D;
    padding: 15px 20px;
    color: #ffffff;
    border-radius: 7px 7px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}
.wrapperLeft {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    padding-bottom: 30px;
    border: 1px solid #eaeaea;
    min-height: 380px;
}
.subTitleLeft {
    color: #354D8D;
    font-weight: 700;
    /*border-bottom: 1px solid #cccccc;*/
    display: block;
    /*padding-bottom: 10px;*/
}
.descriptionLeft {
    margin-top: 10px;
    display: block;
    color: #606062;
    font-size: 12px;
    margin-bottom: 10px;
}
.precioLeft {
    display: block;
    font-weight: 700;
    color: #606062;
    padding: 0px !important;
}
.btnCenter {
    margin-top: 13px;
    margin-bottom: 12px;
    display: block;
}
.LinkCheckOut {
    background:#354D8D;
    color:#ffffff;
    padding:8px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-right:2px;
    cursor:pointer;
}
.logoLeft {
    padding-top:10px;
}
.LinkCheckOut:hover {
    color:#ffffff;
    background:#8C0303;
}
.LinkVerMas {
    background:#606062;
    color:#ffffff;
    padding:8px 20px;
}
.LinkVerMas:hover {
    background:#043057;
    color:#ffffff;
}
.ranking {
    margin-bottom:10px;
    display:block;
}
.ranking i {
    color:#FFCC29;
}

.productosDestacados .wrapperLeft{
    margin-right:10px;
    margin-bottom:10px;
}
.productosDestacados {
    margin-right: -10px;
}
.page_navigation {
    height: 36px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 14px;
}

.first_link {
    /*    color:#E80909;
        border:1px solid #cccccc;
        padding:10px;
        background:#ffffff;
        border-radius:5px;*/
    background:#ffffff;
    color:#354D8D;
    border:1px solid #cccccc;
    padding:10px 15px;
    border-radius:5px;
}
.last_link {
    background:#ffffff;
    color:#354D8D;
    border:1px solid #cccccc;
    padding:10px 15px;
    border-radius:5px;
}
.page_link {
    background:#ffffff;
    color:#354D8D;
    border:1px solid #cccccc;
    padding:10px 15px;
    border-radius:5px;
}
.previous_link {
    background:#ffffff;
    color:#354D8D;
    border:1px solid #cccccc;
    padding:10px 15px;
    border-radius:5px;
}
.next_link {
    background:#ffffff;
    color:#354D8D;
    border:1px solid #cccccc;
    padding:10px 15px;
    border-radius:5px;
}
footer {
    background: #354D8D;
    padding-top: 10px;
    /*box-shadow: 5px 5px 35px -5px #A0A0A0;*/
    color:#ffffff;
    font-weight:500;
}
.webtext {
    background: #ffffff;
    color: #354D8D;
    text-align: center;
    display: block;
    padding: 5px;
    margin-top: 20px;
}
.backFooter {
    background: #F5F5F5;
    padding-top: 10px;
}
.txtH4 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}
.txtH3 {
    color:#ffffff;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}
.ulFooter li{
    display: inline-block;
    margin-right: 20px;
}
.ulFooter {
    margin-top: 10px;
    margin-bottom: 0px;
}
.ulFooter img {
    /*margin-top:5px;*/
}
.goog-te-gadget-simple {
    padding:10px !important;
}
.marks {
    background: #ffffff;
    padding: 46px;
    margin-top: -10px;
}
.marks .owl-nav {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 110%;
    left: -30px;
}
.marks .owl-prev {
    left:0px !important;
}
#temporal {
    display:none;
}
.marks .owl-next {
    right:10px !important;
    position:absolute;
}
.buscarMarca {
    padding: 10px;
    width: 240px;
}
.goog-te-gadget-simple {
    padding:0px !important;
}
.minHeightCustom{
    /*min-height: 925px;*/
    background: #ffffff;
    /*margin-top: 51px;*/
}
.site-main {
    background: #ffffff;
    position: relative;
    z-index: 10;
    padding-right: 20px;
}
.customSearchTop {
    background: #BDBFC1;
    padding: 10px;
    margin-bottom: 10px;
}
.slide-opt-4 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display:block !important;
}
.custImgTop {
    text-align:left; 
    font-weight:700
}
.price {
    background: #049F00;
    color: #ffffff;
    text-align: left !important;
    font-size: 14px;
    padding: 3px 13px;
    display: inline !important;
}
.titleCustom .subtitle {
    border-bottom:1px solid #354D8D;
    width:100%;
    position:absolute;
    bottom:24px;
}
.titleBox {
    background:#ffffff;
    padding-right:20px;
    position:relative;
    z-index:10;
}
.paddingFooter {
    padding-top:10px;
    padding-bottom:18px;
}
.panel-group .panel + .panel {
    margin-top: -1px !important;
}
.panel-group .panel {
    border-radius: 0px !important;
}
.panel-default > .panel-heading {
    text-align:left;
    text-transform: uppercase;
}
.panel-title {
    color:#606062;
    font-size: 15px;
    font-weight: 500;
}

.panel-body {
    padding: 0px;
}
.panel-default {
    /*    background:#F2F2F2;
        font-weight:700;*/
}
/*.panel-title h4 {
    background:#F2F2F2;
    font-weight:700;
}*/
.backLeft a{
    background:#F2F2F2;
    font-weight:700;
}
.UlLeftBox li{
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
    font-weight: 500;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

/* ----- v CAN BE DELETED v ----- */
body {
    background-color: #26a69a;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}

.TopDestacados .owl-prev, .TopDestacados .owl-next{
    display:none;
}

.telf3 {
    position: absolute;
    right: 25px;
    bottom: 0px;
    font-size: 23px;
    font-weight: bolder;
    color: #606062;
}
.ProductosLeft button{
    width:100%;
    border:0px;
    text-align: left;
    border-bottom:1px solid #eaeaea;
    padding:0px;
}
.BoxCarrito {
    position:fixed;
    top:-100px;
    right:100px;
    z-index:50;
    width:200px;
    padding:20px;
    text-align:center;
    background-color: #354D8D; 
    opacity: 0.2;
    color:#ffffff;

}
.eliminar {
    background: red;
    color: #ffffff;
    padding: 7px 13px;
    border-radius: 60px;
    cursor:pointer;
    /*display:block;*/
}
.seguirComprar {
    background-color: #000000 !important;
    float: left;
    color: #ffffff !important;
    line-height: 40px;
    border: 0px;
    font-weight: 500;
    cursor: pointer;
    border: 0px !important;
}
.number1 {
    font-weight:bolder; 
    font-size:25px; 
    color:#606062
}
.number2 {
    font-weight:bolder; 
    font-size:25px; 
    color:#606062
}
/*.customMinHeight .wrapperLeft {
    min-height: auto !important;
}*/
.grabarCantidad {
    cursor:pointer;
}
.wysiwyg-color-red {
    color:red;
}
.wysiwyg-color-blue {
    color:blue;
}
.wysiwyg-color-orange {
    color:orange;
}
.wysiwyg-color-navy {
    color:navy;
}
.wysiwyg-color-olive {
    color:olive
}
.wysiwyg-color-green {
    color:green;
}
.wysiwyg-color-maroon{
    color:maroon;
}
.wysiwyg-color-gray {
    color:gray;
}
.wysiwyg-color-silver {
    color:silver;
}



table, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:none !important
}
.owl-item:hover{
    background:#354D8D;
    color:#ffffff;
}
.owl-item:hover .custImgTop{
    color:#ffffff;
}
.owl-item:hover .custImgTop span{
    color:#ffffff !important;
}
.owl-item:hover .price{
    color:#000000 !important;
    background:#ffffff;
}
.boxContact {
    border: 1px solid #0C4170;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top:20px;
}
#temporal, #codeSID {
    display:none;
}
.product-item-img {
    margin-bottom:10px;
    display:block;
}
.paddingFooter a {
    color:#ffffff;
}

.customBoxNumero1 .text-right {
    float: right;
    margin-right: 20px;
}
.jxPOhn {
    bottom: 80px;
}