/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*******************************************************
  Style Color
********************************************************/
/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*IMG EFFECT*/
.img-1 {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center; }
  .img-1:hover a:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.2); }
  .img-1:hover a:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.2); }
  .img-1 a {
    position: relative;
    display: block;
    overflow: hidden; }
    .img-1 a:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: rgba(67, 69, 113, 0.1);
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out; }
    .img-1 a:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(67, 69, 113, 0.1);
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out; }

/*EFFECT 2*/
.img-ef4 {
  display: block;
  position: relative;
  overflow: hidden; }
  .img-ef4 img {
    width: 100%; }
  .img-ef4:before {
    background: rgba(0, 0, 0, 0.3);
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .img-ef4:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: 600ms ease-in-out 0s normal none 1 running rollIn; }

.banner-sns:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.img-effect {
  position: relative;
  display: block; }
  .img-effect:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../images/plus.png") no-repeat scroll center center #222222;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s; }
  .img-effect:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/*EFFECT BUTTON*/
.btn-continue {
  webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1e1e1e; }
  .btn-continue:before {
    width: 0;
    height: 100%;
    border-width: 1px;
    top: -1px;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    content: "";
    position: absolute;
    box-sizing: content-box;
    z-index: 5;
    border-style: solid;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: transparent;
    left: -1px; }
  .btn-continue:after {
    width: 100%;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    border-width: 1px;
    top: -1px;
    left: -1px;
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    box-sizing: content-box;
    border-color: transparent; }
  .btn-continue:hover {
    color: #fe6500 !important; }
    .btn-continue:hover:before {
      width: 100%;
      border-color: #fe6500 transparent; }
    .btn-continue:hover:after {
      border-color: transparent #fe6500;
      height: 100%; }

/*BLOCK*/
.block-boder {
  border: 1px solid #ddd !important;
  padding: 20px;
  border-radius: 0;
  box-shadow: none; }

/*OWL2*/
.owl2-controls .owl2-nav div {
  position: absolute;
  top: 50%;
  overflow: visible;
  display: inline-block;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
  background-color: #fe6500 !important; }
  .owl2-controls .owl2-nav div:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

/*END*/
/* ************************************************************************************************
GENERAL STYLE
************************************************************************************************ */
body {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  overflow-x: hidden; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

/* default font size */
/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

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

option {
  padding: 2px 5px;
  border-width: 1px; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

html {
  width: 100%;
  outline: 0 !important; }

img {
  max-width: 100%; }

.align-center {
  display: table;
  margin: 0 auto; }

.text-danger {
  color: #fff;
  display: inline-block;
  background-color: #fe6500;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }

a {
  color: #545454; }
  a:hover {
    color: #fe6500; }

a, a:visited, a:active, a:link, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.btn.active, .btn:active {
  box-shadow: none !important; }

.input-group-btn > .btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0 0 0 15px; }

sup {
  color: #F00;
  font-size: 100%;
  top: -4px; }

div.tooltip.top {
  margin-top: -5px;
  top: -80px; }
div.tooltip .tooltip-inner {
  border-radius: 0; }

em {
  font-style: normal; }

.fancybox-outer, .fancybox-inner {
  text-align: center; }
  .fancybox-outer .wishlist_product_view, .fancybox-inner .wishlist_product_view {
    margin-bottom: 15px; }

.list-inline {
  display: inline-block; }

.zoomContainer {
  overflow: hidden; }

/* ************************************************************************************************
MAIN STYLE STORE
************************************************************************************************ */
.img-thumbnail.pull-left {
  margin-right: 30px; }
.img-thumbnail.pull-right {
  margin-left: 30px; }

.selector {
  display: inline-block;
  position: relative;
  height: 30px;
  padding-right: 30px; }
  .selector span {
    display: none; }
  .selector select {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    top: 0px;
    left: 0px;
    font-size: 13px;
    color: #999;
    padding: 5px 7px;
    border: solid 1px #e6e6e6; }
    .selector select:focus {
      box-shadow: none;
      outline: none;
      border-color: #e6e6e6; }
  .selector:after {
    content: "\f0d7";
    margin: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    color: #666;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    pointer-events: none;
    line-height: 25px;
    font-size: 12px; }

/* ************************************************************************************************
	BUTTONS
************************************************************************************************ */
.margin-zero {
  margin: 0; }

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

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
/* ************************************************************************************************
	FORM
************************************************************************************************ */
legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0; }

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px; }

.dropdown-menu {
  font-size: inherit; }

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background: #fe6500;
  border-color: #fe6500; }

.btn-primary,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #fe6500;
  border-color: #fe6500; }
  .btn-primary:hover,
  .btn-primary.active:hover,
  .btn-primary.focus:hover,
  .btn-primary:active:hover,
  .btn-primary:focus:hover,
  .btn-primary:hover:hover,
  .open > .dropdown-toggle.btn-primary:hover {
    background-color: #444;
    border-color: #444; }

.submit {
  margin: 1em 0; }

select, textarea {
  color: #666; }

textarea {
  height: auto;
  resize: none; }

.alert-danger,
.alert-success {
  display: inline-block;
  width: 100%;
  border-radius: 0; }

.filter_group input {
  display: none; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.filter_group [type=checkbox] + span:before {
  content: "\f00c";
  font-family: FontAwesome;
  width: 18px;
  padding-left: 2px;
  line-height: 16px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #ffffff; }

.filter_group [type=checkbox]:checked + span:before {
  color: #333333; }

/* ************************************************************************************************
TABLE
************************************************************************************************ */
.table thead > tr > th {
  background: #eee; }

table.std th, table.std td {
  vertical-align: middle;
  border: #ccc;
  padding: 10px;
  text-align: center; }

table.std th {
  white-space: nowrap;
  background: #f5f5f5; }

table.std tfoot td {
  color: #333;
  text-align: right;
  white-space: nowrap; }

table.std {
  background: #fdfdfd;
  border-spacing: 0;
  vertical-align: middle;
  border: #ccc;
  width: 100%; }

table th {
  border: #ccc;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase; }

.delivery_option table td {
  text-align: center; }

table tfoot td {
  text-align: right; }

table.table-bordered thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }

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

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #fe6500;
  background-color: transparent;
  text-shadow: none; }

.no-margin {
  margin: 0 !important; }

.sidebar-menu .box-category-menu {
  z-index: 2; }

.label-mega {
  background: #ee3b27; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.img-responsive, .thumbnail a > img, .thumbnail > img {
  margin: 0 auto; }

#button-review {
  margin-top: 12px;
  padding: 7px 12px;
  margin-right: 10px;
  background: gray;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: gray; }
  #button-review:hover {
    background: #fe6500;
    border-color: #fe6500; }

.product-search .checkbox-inline {
  display: block; }

/*RTL ONLY*/
.rtl .about-us-new .page-content li .fa-angle-right,
.rtl .footer-top .box-newletter .form-group .box-email .action > .button .fa-angle-right {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  float: none; }
.rtl .slider-deals .item-time {
  right: 55px;
  left: auto !important; }
.rtl .container-slider.categories-df .box-label {
  right: 30px !important; }
.rtl .container-slider.categories-df .page-title-categoryslider .show-sn i.fa {
  float: left !important;
  padding: 0 0 0 10px !important;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }
.rtl .so-spotlight3 .so-latest-blog .view-text:before {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }
.rtl .so-deal .item-timer .time-item {
  float: right !important; }
.rtl .so-spotlight3 .so-latest-blog .caption .readmore a:after {
  float: left;
  ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  float: left;
  left: -5px;
  top: 4px; }
.rtl #product-quick .product-view .content-product-right .box-info-product .add-to-links ul li.compare a .fa-chevron-right {
  ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }
.rtl .blog-listitem .blog-item .itemBlogContent .see-more .fa-angle-right {
  ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  top: 2px;
  position: relative;
  padding-right: 5px; }
.rtl .submenu3.with-sub-menu.hover .sub-menu .see-all i.fa {
  ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  margin-right: 10px; }
.rtl #remove-megamenu {
  text-align: left; }

.container-slider .item-sub-cat ul li a {
  float: left !important; }

/* Overlay pattern */
body.no-bgbody {
  background-image: none; }

.pattern-1 {
  background-image: url(../images/patterns/1.png); }

.pattern-2 {
  background-image: url(../images/patterns/2.png); }

.pattern-3 {
  background-image: url(../images/patterns/3.png); }

.pattern-4 {
  background-image: url(../images/patterns/4.png); }

.pattern-5 {
  background-image: url(../images/patterns/5.png); }

.pattern-6 {
  background-image: url(../images/patterns/6.png); }

.pattern-7 {
  background-image: url(../images/patterns/7.png); }

.pattern-8 {
  background-image: url(../images/patterns/8.png); }

.pattern-9 {
  background-image: url(../images/patterns/9.png); }

.pattern-10 {
  background-image: url(../images/patterns/10.png); }

.pattern-11 {
  background-image: url(../images/patterns/11.png); }

.pattern-12 {
  background-image: url(../images/patterns/12.png); }

.pattern-13 {
  background-image: url(../images/patterns/13.png); }

.pattern-14 {
  background-image: url(../images/patterns/14.png); }

.pattern-15 {
  background-image: url(../images/patterns/15.png); }

.pattern-16 {
  background-image: url(../images/patterns/16.png); }

.pattern-17 {
  background-image: url(../images/patterns/17.png); }

.pattern-18 {
  background-image: url(../images/patterns/18.png); }

.pattern-19 {
  background-image: url(../images/patterns/19.png); }

.pattern-20 {
  background-image: url(../images/patterns/20.png); }

.pattern-21 {
  background-image: url(../images/patterns/21.png); }

.pattern-22 {
  background-image: url(../images/patterns/22.png); }

.pattern-23 {
  background-image: url(../images/patterns/23.png); }

.pattern-24 {
  background-image: url(../images/patterns/24.png); }

.pattern-25 {
  background-image: url(../images/patterns/25.png); }

.pattern-26 {
  background-image: url(../images/patterns/26.png); }

.pattern-27 {
  background-image: url(../images/patterns/27.png); }

.pattern-28 {
  background-image: url(../images/patterns/28.png); }

.pattern-29 {
  background-image: url(../images/patterns/29.png); }

.pattern-30 {
  background-image: url(../images/patterns/30.png); }

.pattern-31 {
  background-image: url(../images/patterns/31.png); }

.pattern-32 {
  background-image: url(../images/patterns/32.png); }

.pattern-33 {
  background-image: url(../images/patterns/33.png); }

.pattern-34 {
  background-image: url(../images/patterns/34.png); }

.pattern-35 {
  background-image: url(../images/patterns/35.png); }

.pattern-36 {
  background-image: url(../images/patterns/36.png); }

.pattern-37 {
  background-image: url(../images/patterns/37.png); }

.pattern-38 {
  background-image: url(../images/patterns/38.png); }

.pattern-39 {
  background-image: url(../images/patterns/39.png); }

.pattern-40 {
  background-image: url(../images/patterns/40.png); }

.pattern-41 {
  background-image: url(../images/patterns/41.png); }

.pattern-42 {
  background-image: url(../images/patterns/42.png); }

.pattern-43 {
  background-image: url(../images/patterns/43.png); }

.pattern-44 {
  background-image: url(../images/patterns/44.png); }

.pattern-45 {
  background-image: url(../images/patterns/45.png); }

/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*   1.Back To Top
 *   2.cookieMessage
 */
/* 1.Back To Top
----------------------------------------------------- */
.back-to-top {
  cursor: pointer;
  background-color: #777;
  width: 45px;
  bottom: 20px;
  right: 10px;
  min-height: 42px;
  overflow: hidden;
  z-index: 40;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 3px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .back-to-top:hover {
    background-color: #fe6500; }
  .back-to-top i {
    font-size: 36px;
    margin: 1px 0 0 0 !important;
    color: #fff;
    display: inline-block; }

/* 2.SOCIAL ACCOUNTS (RIGHT FIXED PANEL)
----------------------------------------------------- */
.social-widgets {
  position: fixed;
  z-index: 999;
  top: 45%;
  height: 0;
  width: 0;
  right: 0; }

.social-widgets .item, .social-widgets .items {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.social-widgets .items {
  top: -100px;
  position: relative; }

.social-widgets .item {
  position: absolute;
  top: 0;
  left: 120px; }

.social-widgets .active {
  z-index: 100;
  left: -310px; }

.social-widgets .item-01, .social-widgets .item-02, .social-widgets .item-03, .social-widgets .item-04, .social-widgets .item-05, .social-widgets .item-06, .social-widgets .item-07, .social-widgets .item-08, .social-widgets .item-09 {
  left: 0; }

.social-widgets .item-01 {
  top: 0;
  z-index: 99; }

.social-widgets .item-02 {
  top: 45px;
  z-index: 98; }

.social-widgets .item-03 {
  top: 90px;
  z-index: 97; }

.social-widgets .item-04 {
  top: 150px;
  z-index: 96; }

.social-widgets .item-05 {
  top: 200px;
  z-index: 95; }

.social-widgets .tab-icon .fa {
  font-size: 18px; }

.social-widgets .tab-icon {
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
  width: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 1.54em;
  line-height: 45px; }

.social-widgets .tab-icon:hover {
  text-decoration: none; }

.social-widgets .active .tab-icon {
  border-color: #E9E9E9;
  background: #fff; }

.social-widgets .facebook .tab-icon {
  background: #3b5998;
  background-clip: content-box;
  color: white; }

.social-widgets .twitter .tab-icon {
  background: #07779a;
  background-clip: content-box;
  color: white; }

.social-widgets .youtube .tab-icon {
  background: #DA2723;
  background-clip: content-box;
  color: white; }

.social-widgets .tab-content {
  background: #fff;
  width: 310px;
  padding: 10px; }

.social-widgets .active .tab-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

.social-widgets .title {
  margin: -10px -10px 10px;
  padding: 0px 10px;
  background-color: #ccc;
  text-transform: uppercase;
  line-height: 45px;
  color: #000;
  font-weight: bold; }
  .social-widgets .title h5 {
    line-height: 45px; }

.social-widgets .facebook.active {
  left: -260px; }

.social-widgets .facebook .tab-content {
  width: 260px; }

.social-widgets .twitter.active {
  left: -300px; }

.social-widgets .twitter .tab-content {
  width: 300px; }

.social-widgets .twitter-widget {
  padding-top: 10px; }

.social-widgets .youtube.active {
  left: -450px; }

.social-widgets .youtube .tab-content {
  width: 450px; }

.social-widgets .loading {
  min-height: 200px;
  position: relative;
  z-index: 1000; }

.social-widgets .loading img.ajaxloader {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 32px;
  height: 32px; }

/* CSS animation magnific-popup*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/* 3.TOP PANEL (RIGHT FIXED PANEL)
----------------------------------------------------- */
header.navbar-compact {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

.navbar-compact .header-center {
  padding: 10px 0; }

.navbar-compact .header-bottom {
  margin: 0; }

.navbar-compact .so-megamenu ul.megamenu > li > a {
  color: #333; }

.navbar-switcher {
  text-align: center;
  float: right;
  display: none;
  width: 45px;
  height: 45px;
  margin-bottom: -47px;
  background: #fe6500 !important;
  padding: 6px 7px;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  color: #fff; }

.navbar-switcher.active {
  background: #333 !important; }

.navbar-switcher .i-active, .navbar-switcher.active .i-inactive {
  display: none; }

.navbar-switcher.active .i-active,
.navbar-switcher .fa-caret-down {
  display: inline;
  font-size: 1.8em;
  line-height: 1.5em; }

.navbar-compact .so-megamenu ul.megamenu > li > a:hover,
.navbar-compact .so-megamenu ul.megamenu > li.active > a,
.navbar-compact .so-megamenu ul.megamenu > li.home > a,
.navbar-compact .so-megamenu ul.megamenu > li:hover > a {
  background: #E0E0E0; }

/* 4.LARY LOADER
----------------------------------------------------- */
.lazy {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url(../images/lazy-loader.gif) no-repeat center center; }

.lazy.lazy-loaded {
  background: none;
  height: auto; }

.lazy img {
  transition: 1s all ease;
  opacity: 0;
  -webkit-backface-visibility: hidden; }

.lazy.lazy-loaded img {
  opacity: 1; }

button:focus {
  outline: none; }

/********** Menu **********/
.responsive .navbar-default {
  background: none; }

div.megamenu-wrapper {
  background: none; }
  div.megamenu-wrapper ul.megamenu > li {
    float: none;
    display: inline-block;
    text-align: left; }
    @media (min-width: 1200px) {
      div.megamenu-wrapper ul.megamenu > li.submenu-deal {
        float: right; } }
    @media (min-width: 1200px) {
      div.megamenu-wrapper ul.megamenu > li > a {
        padding: 0 35px; } }
    @media (min-width: 1600px) {
      div.megamenu-wrapper ul.megamenu > li > a {
        padding: 0 50px; } }
  div.megamenu-wrapper ul.megamenu > li > a {
    position: relative;
    display: block;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1E1E1E;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    @media (min-width: 1200px) {
      div.megamenu-wrapper ul.megamenu > li > a {
        font-size: 16px; } }
    div.megamenu-wrapper ul.megamenu > li > a .caret {
      display: none; }
    div.megamenu-wrapper ul.megamenu > li > a strong {
      font-weight: 700; }
  div.megamenu-wrapper ul.megamenu > li.active_menuHome a.clearfix {
    color: #fe6500; }
  div.megamenu-wrapper ul.megamenu > li.active > a:before {
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fe6500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  div.megamenu-wrapper ul.megamenu > li:hover a.clearfix {
    color: #fe6500; }
  div.megamenu-wrapper ul.megamenu > li > a:hover, div.megamenu-wrapper ul.megamenu > li.active > a, div.megamenu-wrapper ul.megamenu > li.home > a, div.megamenu-wrapper ul.megamenu > li:hover > a {
    background: transparent; }

@media (min-width: 992px) {
  ul.megamenu > li:first-child {
    padding-left: 13px; } }

#sosearchpro .dropdown-menu .media-left {
  float: left !important; }

.common-home ul.megamenu > li.home > a strong {
  color: #fe6500; }

div.megamenuToogle-wrapper {
  background: #444; }

div.vertical #menuHeading {
  margin: 0; }

ul.megamenu h3.title-submenu {
  margin: 0;
  color: #333; }

div.vertical ul.megamenu > li > a {
  font-size: 13px;
  padding: 10px; }

/* 2.Medium devices Desktops 
================================================== */
@media (max-width: 991px) {
  div.megamenu-wrapper {
    background: #444;
    border: none; }
    div.megamenu-wrapper ul.megamenu > li {
      border-color: #555; }

  .header-bottom .so-vertical-menu .vertical-wrapper {
    position: fixed;
    width: auto; } }
/* 3.Extra small devices Phones
================================================== */
.simple-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.bold-list > li > a {
  font-weight: 700;
  text-transform: uppercase; }

.simple-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  bottom: -0.8em; }

.simple-list li {
  margin: 0;
  padding: 0 0 12px; }

.simple-list .checkbox {
  padding-left: 0; }

.simple-list .checkbox input[type=checkbox] {
  margin-right: 10px; }

.simple-list .icon {
  margin-right: 9px; }

.arrow-list li {
  padding-left: 12px;
  position: relative; }

.arrow-list li:before {
  margin-right: 10px;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f105"; }

/*CONTACT*/
#map-canvas {
  height: 300px;
  width: 100%;
  margin: 0px 0 10px;
  border: 5px solid #f3f3f3; }

.info-contact {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #ddd; }
  .info-contact .name-store h3 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700; }
  .info-contact .icon {
    float: left; }
  .info-contact .phone,
  .info-contact .address {
    font-size: 14px; }
  .info-contact .text {
    padding-left: 30px; }
  .info-contact .comment {
    padding-bottom: 15px;
    margin-bottom: 25px;
    padding-left: 5px;
    color: #999; }

.contact-form {
  font-size: 14px;
  margin-bottom: 15px; }
  .contact-form legend {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #545454;
    text-transform: uppercase;
    font-weight: 600; }
  .contact-form label.control-label {
    font-size: 14px;
    text-align: left; }
  .contact-form .buttons button {
    background: #222222;
    padding: 8px 30px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 30px; }
    .contact-form .buttons button:hover {
      background: #fe6500; }

/*--------------------Login ---------------------*/
.page-login .headtitle-login {
  font-size: 18px;
  margin: 0 0 6px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
.page-login .well {
  background: #fff;
  min-height: 274px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0; }
  .page-login .well h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
  .page-login .well p {
    padding-top: 15px; }
.page-login .new-customer h2:before {
  content: "\f016";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  color: #aaa;
  bottom: 9px; }
.page-login .new-customer .bottom-form {
  background: #f5f5f5;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-top: 0; }
  .page-login .new-customer .bottom-form a {
    float: right;
    margin-top: 12px;
    padding: 7px 12px;
    margin-right: 10px;
    background: gray;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: gray; }
    .page-login .new-customer .bottom-form a:hover {
      background: #fe6500;
      border-color: #fe6500; }
.page-login .customer-login h2:before {
  content: "\f0f6";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  color: #aaa;
  bottom: 9px; }
.page-login .customer-login .form-group label {
  padding-left: 0; }
.page-login .customer-login .form-group input {
  border-radius: 0; }
.page-login .customer-login .bottom-form {
  background: #f5f5f5;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-top: 0; }
  .page-login .customer-login .bottom-form a {
    padding-left: 16px;
    line-height: 60px;
    color: #545454; }
    .page-login .customer-login .bottom-form a:hover {
      color: #fe6500; }
  .page-login .customer-login .bottom-form input {
    float: right;
    margin-top: 12px;
    padding: 7px 12px;
    margin-right: 10px;
    background: gray;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: gray; }
    .page-login .customer-login .bottom-form input:hover {
      background: #fe6500;
      border-color: #fe6500; }

.page-affiliate h1 {
  font-size: 18px;
  margin: 0 0 6px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
.page-affiliate .well {
  background: #fff;
  min-height: 274px;
  border: 1px solid #e7e7e7;
  margin: 0;
  line-height: 23px;
  border-radius: 0; }
  .page-affiliate .well h2 {
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    position: relative; }
  .page-affiliate .well p {
    padding-top: 15px; }
.page-affiliate .new-affiliate h2:before {
  content: "\f016";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  color: #aaa;
  bottom: 9px; }
.page-affiliate .new-affiliate .bottom-form {
  background: #f5f5f5;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-top: 0; }
  .page-affiliate .new-affiliate .bottom-form a {
    float: right;
    margin-top: 12px;
    padding: 7px 12px;
    margin-right: 10px;
    background: gray;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: gray; }
    .page-affiliate .new-affiliate .bottom-form a:hover {
      background: #fe6500;
      border-color: #fe6500; }
.page-affiliate .return-affiliate h2:before {
  content: "\f0f6";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  left: 0;
  color: #aaa;
  bottom: 9px; }
.page-affiliate .return-affiliate .form-group label {
  padding-left: 0; }
.page-affiliate .return-affiliate .form-group input {
  border-radius: 0; }
.page-affiliate .return-affiliate .bottom-form {
  background: #f5f5f5;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-top: 0; }
  .page-affiliate .return-affiliate .bottom-form a {
    padding-left: 16px;
    line-height: 60px;
    color: #545454; }
    .page-affiliate .return-affiliate .bottom-form a:hover {
      color: #fe6500; }
  .page-affiliate .return-affiliate .bottom-form input {
    float: right;
    margin-top: 12px;
    padding: 7px 12px;
    margin-right: 10px;
    background: gray;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: gray; }
    .page-affiliate .return-affiliate .bottom-form input:hover {
      background: #fe6500;
      border-color: #fe6500; }

input, .btn {
  border-radius: 0 !important; }

/*-------------REGISTER -------------*/
.account-register .form-group input {
  border-radius: 0; }
.account-register .buttons input.btn {
  float: right;
  margin-top: -7px;
  padding: 7px 12px;
  margin-right: 10px;
  background: #fe6500;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: #fe6500; }
  .account-register .buttons input.btn:hover {
    background: #444;
    border-color: #444; }
.account-register .buttons .box-checkbox {
  position: relative;
  top: 3px; }

/*--------------------LIST ITEM ACCOUNT ----*/
.list-item-account .list-group {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 20px; }
  .list-item-account .list-group li {
    border: 0; }
    .list-item-account .list-group li a {
      padding: 0;
      border: 0;
      border-bottom: 1px dotted #E4E4E4;
      margin: 0 10px;
      color: #545454;
      display: block;
      padding-bottom: 10px; }
      .list-item-account .list-group li a:hover {
        color: #fe6500; }
    .list-item-account .list-group li:last-child a {
      border-bottom: 0;
      padding-bottom: 0; }

.list-unstyled {
  margin-bottom: 30px; }

/*----------------------WISHLIST -------------------*/
.wishlist-page {
  margin-bottom: 30px; }
  .wishlist-page table {
    width: 100%; }

/*-------------------------CHECKOUT -------------------------*/
.checkout-cart #accordion input {
  height: 34px !important;
  border-radius: 0; }
.checkout-cart #accordion select {
  border-radius: 0; }
.checkout-cart .buttons a.btn-default {
  background: #fe6500;
  border-color: #fe6500;
  color: #fff; }
  .checkout-cart .buttons a.btn-default:hover {
    background: #444;
    border-color: #444; }

/*-------------------------PAGE 404 -------------------------*/
.bg-page-404 {
  background: url("../images/bg-404.jpg") no-repeat top center; }
  @media (min-width: 992px) {
    .bg-page-404 {
      min-height: 600px; } }
  .bg-page-404 .wrapper_404page {
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    width: 100%; }
    .bg-page-404 .wrapper_404page .content-404page {
      margin-top: 40px;
      text-align: center; }
      @media (min-width: 1200px) {
        .bg-page-404 .wrapper_404page .content-404page {
          margin-top: 170px; } }
      .bg-page-404 .wrapper_404page .content-404page .top-text,
      .bg-page-404 .wrapper_404page .content-404page .bottom-text {
        font-size: 16px;
        color: #fff;
        padding-top: 10px; }
      .bg-page-404 .wrapper_404page .content-404page span {
        font-size: 14px;
        color: #fff;
        padding-top: 34px;
        display: block; }
        .bg-page-404 .wrapper_404page .content-404page span strong {
          text-transform: uppercase;
          font-weight: 400; }
      .bg-page-404 .wrapper_404page .content-404page .img-404 {
        margin: 30px 0 11px; }
      .bg-page-404 .wrapper_404page .content-404page .button-404 {
        padding-top: 40px; }
        .bg-page-404 .wrapper_404page .content-404page .button-404 .btn-404 {
          border-radius: 3px;
          color: #fff;
          display: inline-block;
          height: 38px;
          line-height: 38px;
          margin: 0 4px 10px;
          padding: 0 20px;
          text-transform: uppercase;
          transition: all 0.3s ease 0s; }
          .bg-page-404 .wrapper_404page .content-404page .button-404 .btn-404.prev-page-btn {
            background-color: #ff6500; }
          .bg-page-404 .wrapper_404page .content-404page .button-404 .btn-404.back2home {
            background-color: #ff6500; }
    .bg-page-404 .wrapper_404page .img-right-404 {
      margin-top: 60px; }

/*-------------------PAGE CHECKOUT ---------------------------*/
.checkout-cart .panel-group .panel, .checkout-checkout .panel-group .panel {
  border-radius: 0; }

.table-responsive .table thead > * {
  background-color: rgba(51, 51, 51, 0.1);
  font-weight: bold; }
.table-responsive .table tbody td.text-left a {
  font-weight: bold;
  color: #545454; }
.table-responsive .table tbody td.text-left:hover a {
  color: #fe6500; }

.product-search .products-list.grid .description {
  display: none; }

/*PAGE COMMING SOON*/
.bg-comingoon {
  background: url("../images/bg-soon.jpg") no-repeat center center; }
  @media (min-width: 1200px) {
    .bg-comingoon {
      min-height: 810px; } }
  .bg-comingoon .page-comingoon {
    padding-top: 50px;
    text-align: center; }
    @media (min-width: 992px) {
      .bg-comingoon .page-comingoon {
        min-height: 750px;
        padding-top: 300px; } }
    .bg-comingoon .page-comingoon .title-coming h2 {
      font-size: 28px;
      text-transform: uppercase;
      color: #fe6500; }
      @media (min-width: 992px) {
        .bg-comingoon .page-comingoon .title-coming h2 {
          font-size: 50px; } }
    .bg-comingoon .page-comingoon p {
      font-size: 16px;
      color: #fff;
      letter-spacing: 1px; }
    .bg-comingoon .page-comingoon .content-countdown {
      padding-top: 50px;
      padding-bottom: 40px; }
      .bg-comingoon .page-comingoon .content-countdown .time-item {
        display: inline-block;
        width: 80px;
        margin: 0 15px; }
        @media (min-width: 1200px) {
          .bg-comingoon .page-comingoon .content-countdown .time-item {
            width: 120px; } }
        .bg-comingoon .page-comingoon .content-countdown .time-item .num-time {
          width: 80px;
          height: 80px;
          border: 2px solid #b9b9bb;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          font-size: 28px;
          color: #fe6500;
          line-height: 80px;
          text-align: center;
          background: rgba(255, 255, 255, 0.05); }
          @media (min-width: 1200px) {
            .bg-comingoon .page-comingoon .content-countdown .time-item .num-time {
              width: 120px;
              height: 120px;
              border: 3px solid #b9b9bb;
              font-size: 34px;
              line-height: 120px; } }
        .bg-comingoon .page-comingoon .content-countdown .time-item .name-time {
          font-size: 14px;
          text-transform: uppercase;
          color: #fff;
          padding-top: 10px; }

/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
  .no-res {
    width: 1190px; } }
.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.wrapper-iframed {
  margin: 20px auto; }

.wrapper-rounded {
  margin: 20px auto;
  border-radius: 10px;
  overflow: hidden; }

/************************************************************************************************* */
/* left blocks */
.product_page .breadcrumb {
  margin-bottom: 13px; }

.block_filter input[type=checkbox] {
  margin: 0; }

/* Large devices Desktops Fix If chose no responsive
================================================== */
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .common-home .header-bottom .so-vertical-menu .container-megamenu .vertical-wrapper {
    display: block; } }
/* ************************************************************************************************
	PAGINATION
************************************************************************************************ */
.pagination > li {
  display: inline-block; }
  .pagination > li span, .pagination > li a {
    padding: 6px 8px; }
  .pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #333;
    border-color: #333; }
  .pagination > li.active, .pagination > li:hover {
    background: #333;
    border-color: #333; }
    .pagination > li.active span, .pagination > li:hover span {
      color: #fff;
      background: transparent;
      border-color: #333; }
      .pagination > li.active span:hover, .pagination > li:hover span:hover {
        background: #333;
        border-color: #333; }
  .pagination > li:last-child {
    margin-right: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0; }

.pagination > li > a, .pagination > li > span {
  color: #666; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

/*---------------------------BLOCK HEADER BOTTOM -----------------------*/
.sidebar-menu {
  position: relative;
  z-index: 99; }

.today_deals .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

/*HOME STYLE BLOG*/
.blog-check-home1.so-latest-blog .blog-external-simple .media-left {
  padding: 0;
  float: none; }
.blog-check-home1.so-latest-blog .blog-external-simple .media-bodys {
  padding: 45px 45px 44px 30px; }
.blog-check-home1.so-latest-blog .item.item-c .media-bodys:before {
  bottom: -15px;
  top: auto;
  border-bottom: none;
  border-top: 15px solid #fff; }
.blog-check-home1.so-latest-blog .item .media-date-added {
  color: #777777 !important;
  font-size: 16px;
  margin-bottom: 20px; }
  .blog-check-home1.so-latest-blog .item .media-date-added span {
    font-size: 16px;
    color: #777777; }
    .blog-check-home1.so-latest-blog .item .media-date-added span.day {
      font-size: 20px; }
      @media (min-width: 992px) {
        .blog-check-home1.so-latest-blog .item .media-date-added span.day {
          font-size: 34px;
          color: #fe6500;
          font-weight: 600; } }
.blog-check-home1.so-latest-blog .item .media-heading {
  font-size: 26px; }
  .blog-check-home1.so-latest-blog .item .media-heading a {
    font-size: 20px;
    color: #111111; }
    .blog-check-home1.so-latest-blog .item .media-heading a:hover {
      color: #fe6500; }
    @media (min-width: 992px) {
      .blog-check-home1.so-latest-blog .item .media-heading a {
        font-size: 26px !important; } }
.blog-check-home1.so-latest-blog .item .description {
  font-size: 15px;
  color: #999; }
.blog-check-home1.so-latest-blog .item .media-content .readmore {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  padding: 0;
  margin-top: 16px; }
  .blog-check-home1.so-latest-blog .item .media-content .readmore .fa {
    font-size: 13px;
    padding-right: 10px; }
  .blog-check-home1.so-latest-blog .item .media-content .readmore:hover {
    color: #fe6500; }
.blog-check-home1.so-latest-blog .item .media-bodys {
  overflow: visible;
  position: relative;
  z-index: 900;
  display: inline-block; }
  .blog-check-home1.so-latest-blog .item .media-bodys:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -8px;
    z-index: 9; }

/* ************************************************************************************************
CMS Pages Styles
************************************************************************************************ */
/*==========================SMART BLOG =======================*/
div.blog-item .itemBlogContent {
  display: block;
  overflow: hidden; }
  div.blog-item .itemBlogContent h4.blog-title {
    font-size: 18px;
    margin: 0px 0px 8px; }
    div.blog-item .itemBlogContent h4.blog-title a {
      color: #444; }
      div.blog-item .itemBlogContent h4.blog-title a:hover {
        color: #fe6500; }
  div.blog-item .itemBlogContent .blog-header .created {
    height: auto;
    background: transparent;
    color: #999;
    padding: 0; }
    div.blog-item .itemBlogContent .blog-header .created i {
      margin-right: 5px; }

.blog-header {
  display: none; }

.blog-listitem .filters-panel.product-filter-bottom {
  margin-top: 0; }
.blog-listitem .product-filter-bottom.filters-panel {
  padding-top: 5px;
  border: none;
  margin-bottom: 0; }

.blog-listitem .blog-item .itemBlogContent .article-description {
  display: block !important; }

.itemBlog-header {
  margin-bottom: 38px; }
  .itemBlog-header .blog-meta {
    border: 0;
    color: #999; }
    .itemBlog-header .blog-meta > span {
      padding: 0 11px;
      line-height: 14px; }
      .itemBlog-header .blog-meta > span.created {
        padding-left: 0; }

/*==================Blog category ==================*/
.blog-category h2.box-heading {
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 6px;
  padding: 9px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative; }
  .blog-category h2.box-heading:after {
    content: " ";
    width: 50%;
    height: 1px;
    background: #fe6500;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }

/*=======================BLOG LATEST ===================*/
.blog-listitem.list .itemBlogImg.left-block {
  padding-right: 30px; }

.article-info .article-image {
  margin: 0; }
.article-info .article-box {
  background: #fff;
  padding: 25px 0px 20px; }
  .article-info .article-box .article-sub-title .article-date {
    font-size: 12px;
    color: #999;
    line-height: 11px;
    padding: 0;
    font-weight: normal !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 12px;
    direction: ltr; }
  .article-info .article-box .article-sub-title .article-comment {
    color: #999;
    font-weight: 500 !important;
    text-transform: uppercase;
    direction: ltr; }
  .article-info .article-box .article-sub-title .article-mon {
    font-size: 30px;
    color: #fe6500;
    font-weight: 700 !important;
    vertical-align: top;
    position: relative;
    top: -4px;
    padding-right: 5px; }
  .article-info .article-box .article-sub-title span {
    padding: 0; }
  .article-info .article-box .article-sub-title span.article-comment {
    float: right; }

/*SO LATSET*/
.so-latest-blog {
  border: 1px solid #ddd !important;
  padding: 15px 20px 8px;
  border-radius: 0;
  background: #fff; }
  .so-latest-blog > h3 {
    font-size: 14px;
    margin: 0 0 15px;
    padding: 5px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #121212; }
  .so-latest-blog.latest-detail .blog-external-simple .media-left {
    position: relative;
    float: none;
    padding-right: 0px; }
    .so-latest-blog.latest-detail .blog-external-simple .media-left .date-blog {
      position: absolute;
      top: 10px;
      background: rgba(148, 195, 0, 0.8);
      color: #fff;
      z-index: 1;
      text-align: center;
      left: 10px;
      padding: 15px 10px 10px; }
      .so-latest-blog.latest-detail .blog-external-simple .media-left .date-blog .date-day {
        font-size: 18px;
        margin: 0; }
      .so-latest-blog.latest-detail .blog-external-simple .media-left .date-blog .date-mon {
        font-size: 14px;
        margin: 0; }
  .so-latest-blog.latest-detail .media-body {
    padding: 10px 0 15px; }
    .so-latest-blog.latest-detail .media-body .media-heading {
      padding-top: 3px; }
    .so-latest-blog.latest-detail .media-body .media-comment {
      float: left; }
    .so-latest-blog.latest-detail .media-body .media-view {
      float: right; }
    .so-latest-blog.latest-detail .media-body .media-comment,
    .so-latest-blog.latest-detail .media-body .media-view {
      font-size: 13px;
      padding: 0; }
      .so-latest-blog.latest-detail .media-body .media-comment i.fa,
      .so-latest-blog.latest-detail .media-body .media-view i.fa {
        color: #555;
        padding-right: 5px; }
  .so-latest-blog .cat-wrap {
    display: inline-block;
    width: 100%; }
  .so-latest-blog .blog-external-simple {
    /*display: inline-block;*/ }
    .so-latest-blog .blog-external-simple .media-left {
      display: block;
      float: left;
      padding-right: 20px; }
    .so-latest-blog .blog-external-simple .media-body {
      padding-top: 7px; }
      .so-latest-blog .blog-external-simple .media-body .media-heading a {
        font-size: 18px;
        font-weight: 600;
        color: #111;
        text-transform: capitalize; }
        .so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
          color: #fe6500; }
      .so-latest-blog .blog-external-simple .media-body .media-date-added {
        font-size: 12px;
        color: #fe6500; }

/*===================PAV PAGINATION =============*/
.filters-panel .pagination {
  margin: 0px; }

/*---------------------- SIMPLE BLOG --------------------------*/
.blog-header {
  margin-bottom: 10px; }
  .blog-header h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }

.blog-listitem.list .left-block,
.blog-listitem.list .right-block {
  padding: 0; }

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0; }

.blog-listitem {
  margin: 0 -15px; }
  .blog-listitem .blog-item {
    padding: 0;
    margin-bottom: 30px; }
    .blog-listitem .blog-item .itemBlogImg .article-image {
      position: relative;
      z-index: 1;
      margin-bottom: 0; }
    .blog-listitem .blog-item .itemBlogImg img {
      border: 0;
      padding: 0;
      border-radius: 0;
      width: 100%; }
    .blog-listitem .blog-item .itemBlogContent .content-border {
      border: 1px solid #ddd;
      border-top: none; }
    .blog-listitem .blog-item .itemBlogContent .article-title {
      padding: 16px 30px 0; }
      .blog-listitem .blog-item .itemBlogContent .article-title h4 {
        margin: 0px 0px 8px; }
        .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
          font-size: 20px;
          color: #111;
          font-weight: bold; }
          .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
            color: #fe6500; }
    .blog-listitem .blog-item .itemBlogContent .see-more {
      font-size: 15px;
      display: block;
      text-align: center;
      border-top: 1px solid #ddd;
      line-height: 55px;
      text-transform: capitalize;
      color: #111; }
      .blog-listitem .blog-item .itemBlogContent .see-more b {
        font-weight: 600; }
      .blog-listitem .blog-item .itemBlogContent .see-more:hover {
        color: #fe6500; }
      .blog-listitem .blog-item .itemBlogContent .see-more i.fa {
        float: none;
        padding-right: 8px;
        font-size: 12px; }
    .blog-listitem .blog-item .itemBlogContent .article-sub-title {
      border: 0;
      margin-bottom: 0;
      display: inline; }
      .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
        font-size: 11px;
        color: #999; }
        .blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
          margin-right: 5px; }
    .blog-listitem .blog-item .itemBlogContent .article-description {
      padding: 15px 30px 42px;
      font-size: 14px;
      text-align: justify;
      color: #999;
      font-weight: 400;
      line-height: 20px; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta {
      display: block;
      line-height: 10px;
      padding: 10px 0 31px; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta i {
        padding-right: 5px; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
        padding-right: 20px;
        line-height: 15px;
        font-weight: normal;
        font-size: 13px;
        color: #737373;
        float: left; }
        .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
          padding-left: 0;
          color: #737373; }
          .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
            color: #737373;
            font-size: 13px; }
            .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
              color: #linkColor; }

/*--------------BLOG CATEGORY ---------------------*/
.blog-category.module h3.modtitle {
  margin: 0;
  font-size: 14px;
  border-bottom: 0;
  padding: 7px 0 12px 0; }
.blog-category .box-content {
  padding-bottom: 0 !important; }
  .blog-category .box-content ul {
    margin-bottom: 0; }
    .blog-category .box-content ul i.fa {
      float: left;
      display: inline-block;
      padding-right: 20px;
      margin-top: 4px; }
.blog-category ul li.list-group-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 0;
  line-height: 44px; }
  .blog-category ul li.list-group-item:last-child {
    border: none;
    padding-bottom: 0; }
  .blog-category ul li.list-group-item a {
    border-radius: 0;
    border: 0;
    padding: 0;
    color: #555555;
    position: relative;
    background: transparent;
    padding-left: 15px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-category ul li.list-group-item a:after {
      content: "";
      position: absolute;
      height: 4px;
      width: 4px;
      left: 0;
      top: 50%;
      border-radius: 100%;
      display: inline-block;
      background: #555555;
      ransform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .blog-category ul li.list-group-item a:hover, .blog-category ul li.list-group-item a.active {
      color: #fe6500;
      background: transparent; }
      .blog-category ul li.list-group-item a:hover:after, .blog-category ul li.list-group-item a.active:after {
        background: #fe6500; }

#blog-search {
  display: none; }

/*--------------------ARTICLE INFO ------------------*/
div.article-info {
  border: 0; }
  div.article-info .article-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: bold;
    padding-bottom: 1px; }
  div.article-info .article-description {
    color: #999;
    font-weight: 400; }
  div.article-info .article-sub-title {
    float: left;
    width: 100%;
    border: 0;
    padding-top: 7px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd; }
    div.article-info .article-sub-title span {
      font-weight: bold;
      display: block;
      float: left;
      font-size: 13px;
      color: #737373;
      line-height: 11px;
      padding: 0 11px;
      font-weight: normal !important; }
      div.article-info .article-sub-title span.bullet {
        display: none; }
      div.article-info .article-sub-title span.article-author {
        padding-left: 0; }
        div.article-info .article-sub-title span.article-author a {
          font-size: 13px;
          color: #737373;
          font-weight: normal; }
      div.article-info .article-sub-title span.article-comment {
        border-right: 0; }
    div.article-info .article-sub-title .article-share {
      display: none; }
  div.article-info .article-image {
    clear: both; }
    div.article-info .article-image img {
      border: 0;
      border-radius: 0;
      padding: 0;
      height: auto;
      width: 100%; }
  div.article-info .article-description {
    font-size: 13px; }
  div.article-info .related-comment {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    box-shadow: none;
    margin-top: 40px; }
    div.article-info .related-comment .article-reply {
      border: none;
      background: #f9f9f9; }
      div.article-info .related-comment .article-reply .author {
        font-weight: bold;
        font-size: 16px; }
      div.article-info .related-comment .article-reply .article-reply {
        background: #f4f3f3; }
    div.article-info .related-comment .panel-body {
      padding: 0;
      border: 0; }
      div.article-info .related-comment .panel-body .form-group #comments {
        padding: 0;
        border: 0;
        overflow: hidden; }
        div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
          margin: 0 0 30px;
          padding: 0;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 18px;
          color: #121212; }
    div.article-info .related-comment #button-comment {
      background: #fe6500;
      border-color: #fe6500;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        div.article-info .related-comment #button-comment {
          padding: 10px 52px; } }
      div.article-info .related-comment #button-comment:hover {
        background: #444;
        border-color: #444; }
  div.article-info #comment-list h5 {
    display: none; }
  div.article-info #comment-list a {
    color: #fe6500;
    text-decoration: underline; }
  div.article-info .itemFullText {
    text-align: justify; }

.article-reply .author {
  float: left !important; }

.article-reply .comment-date {
  float: right !important; }

.box-date {
  position: absolute;
  top: 15px;
  z-index: 2;
  left: 30px;
  background: rgba(148, 195, 0, 0.8);
  padding: 10px;
  text-align: center;
  color: #fff; }
  .box-date .date {
    font-size: 18px; }

/*--------------------STYLE MODULE--------------
	*------------ 1. Default Style module ----------- *
	*------------ 2. Search Pro ----------- *
	*------------ 3. Block Language ------- *
	*------------ 4. Block Cart ----------- *
	*------------ 5. Block Category ------- *
	*------------ 7. Other Module --------- *
*/
/*--------------- 1. Default Style module -------------------*/
.module {
  margin-bottom: 30px; }
  .module h3.modtitle {
    font-size: 18px;
    border-bottom: 1px solid #fe6500;
    margin: 0 0 20px;
    padding: 5px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #121212; }

#sosearchpro .dropdown-menu {
  left: 0 !important; }
  #sosearchpro .dropdown-menu li.clearfix {
    margin: 0; }

/*SO NEWLETTER*/
.so_newletter_oca_popup .popup-close {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: #fe6500;
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -15px;
  right: -15px; }
  .so_newletter_oca_popup .popup-close:hover {
    background: #000;
    color: #fff; }

/*SLIDEASHOW*/
.slideshow.module {
  margin: 0; }
.slideshow:hover .owl2-controls {
  opacity: 1; }
.slideshow .owl2-controls {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.slideshow .owl2-controls .owl2-nav div {
  background: #fe6500;
  top: 50%;
  margin-top: -30px; }
  .slideshow .owl2-controls .owl2-nav div:hover {
    background: #fe6500 !important; }
    .slideshow .owl2-controls .owl2-nav div:hover:before {
      background: #fe6500 !important;
      opacity: 0.7; }
  @media (min-width: 1199px) {
    .slideshow .owl2-controls .owl2-nav div.owl2-prev {
      left: 20% !important; }
    .slideshow .owl2-controls .owl2-nav div.owl2-next {
      right: 20% !important; } }

/*END*/
@media (min-width: 992px) {
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content {
    padding: 76px 50px 0 330px !important;
    width: 822px;
    height: 440px;
    text-align: center;
    border: 1px solid #cecece;
    z-index: 10; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title {
      font-size: 26px !important;
      color: #fff !important;
      margin-bottom: 10px;
      padding: 0 !important;
      text-transform: capitalize !important;
      letter-spacing: 1px; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content p.newsletter_promo {
      margin: 0 0 22px;
      color: #111;
      font-weight: 700;
      padding: 0 10px;
      font-size: 28px;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .input-control {
      position: relative; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .hidden-popup .inline {
      font-size: 14px;
      color: #222; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .email {
      margin: 10px 0 30px; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup input {
      width: 100% !important;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top;
      height: 46px;
      font-size: 13px;
      border: none;
      background-color: #fff !important;
      color: #777 !important;
      text-align: center;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35);
      border-radius: 30px !important;
      -webkit-border-radius: 30px !important;
      -moz-border-radius: 30px !important; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail {
      display: inline-block;
      vertical-align: top;
      height: 46px;
      line-height: 46px;
      background-color: #222;
      text-transform: uppercase;
      font-weight: 500;
      margin: 0;
      padding: 0 40px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      margin-bottom: 16px; }
      .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail i {
        display: none; }
      .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail:hover {
        background: #fe6500; } }

/*-------- 2. Search Pro ------------*/
#sosearchpro.search-pro {
  float: left;
  width: 100%;
  padding: 0; }
  #sosearchpro.search-pro .select_category {
    width: 151px;
    display: none; }
    #sosearchpro.search-pro .select_category select {
      background: #eee;
      height: 32px;
      line-height: 30px;
      border-radius: 0 !important; }
      #sosearchpro.search-pro .select_category select option {
        background: #fff; }
  #sosearchpro.search-pro .autosearch-input.form-control {
    border: none;
    font-size: 13px;
    color: #939393;
    height: 40px;
    line-height: 40px;
    background: #fff; }
  #sosearchpro.search-pro .icon-select:after {
    height: 0;
    margin: 0 2px;
    background: #eee;
    font-size: 14px;
    top: -2px;
    right: 0;
    left: auto; }
  #sosearchpro.search-pro .autosearch-input {
    height: 34px; }
  #sosearchpro.search-pro .button-search {
    min-width: 40px;
    background: transparent;
    height: 40px;
    line-height: 40px;
    border: none;
    position: relative;
    margin-left: 0;
    margin-right: 45px;
    z-index: 5; }
    #sosearchpro.search-pro .button-searchafter {
      content: "";
      height: 40px;
      width: 1px;
      background: #e7e7e7;
      position: absolute;
      right: 0px;
      top: 20px; }
    #sosearchpro.search-pro .button-search i {
      position: absolute;
      top: 50%;
      font-size: 22px;
      color: #fff;
      right: 0;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
      #sosearchpro.search-pro .button-search i:hover {
        color: #fe6500; }
    #sosearchpro.search-pro .button-search:hover {
      color: #fe6500;
      background: transparent; }
      #sosearchpro.search-pro .button-search:hover i {
        color: #fe6500; }

/*-------------- 3. Block Language -------------------------*/
.header-top ul.dropdown-menu {
  top: 98%;
  min-width: 120px;
  margin: 0px -1px 0px 0px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #cccccc;
  right: 0;
  left: auto; }
  .header-top ul.dropdown-menu li a {
    color: #555555;
    line-height: 35px;
    font-size: 14px;
    padding: 0; }
    @media (min-width: 992px) {
      .header-top ul.dropdown-menu li a > .fa {
        padding-right: 5px; } }
  .header-top ul.dropdown-menu li {
    margin: 5px 15px; }
    .header-top ul.dropdown-menu li:last-child {
      border: none; }
  .header-top ul.dropdown-menu li:hover > a {
    color: #fe6500;
    background: transparent; }

.header-top .languages-block img {
  position: relative;
  top: -1px; }
.header-top .languages-block .fa-angle-down {
  display: none; }
.header-top .languages-block form > a {
  padding-right: 24px;
  padding-left: 0;
  position: relative; }
  .header-top .languages-block form > a:after {
    height: 12px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    right: 0;
    top: 6px; }

.header-top .currencies-block,
.header-top .languages-block {
  z-index: 2;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  display: inline-block; }
  .header-top .currencies-block form > a,
  .header-top .languages-block form > a {
    color: #999;
    text-transform: uppercase;
    font-size: 14px; }
  .header-top .currencies-block form:hover > a,
  .header-top .languages-block form:hover > a {
    color: #fe6500; }

.currencies-block .fa-angle-down {
  display: none; }
.currencies-block form > a {
  padding-left: 18px; }

/*-------------- 4. Block Cart -------------------------*/
.shopping_cart {
  height: 37px;
  display: inline-block;
  display: table-cell; }
  .shopping_cart .shopcart .title {
    display: none; }
  .shopping_cart .dropdown-backdrop {
    position: relative; }
  .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important; }
    .shopping_cart a.top_cart .shopcart {
      width: 52px; }
      .shopping_cart a.top_cart .shopcart .title {
        color: #444;
        font-weight: bold;
        text-transform: uppercase; }
      .shopping_cart a.top_cart .shopcart .text-shopping-cart {
        color: #fe6500;
        font-size: 16px;
        position: absolute;
        top: -23px;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-weight: 600;
        left: 35px; }
        @media (min-width: 1200px) {
          .shopping_cart a.top_cart .shopcart .text-shopping-cart {
            left: 55px; } }
    .shopping_cart a.top_cart .handle {
      background: url("../images/icon/icon_minicart.png") no-repeat 8px 2px;
      width: 40px;
      height: 34px;
      margin: 0 7px 0 10px; }
  .shopping_cart .shoppingcart-box {
    width: 300px;
    top: 100% !important;
    position: absolute;
    border-radius: 0;
    background-color: #fff;
    padding: 22px 20px;
    z-index: 1000;
    border: 1px solid #cccccc;
    border-top: none;
    right: 0 !important;
    left: auto !important; }
    .shopping_cart .shoppingcart-box:before {
      content: "";
      width: 100%;
      height: 2px;
      background: #fe6500;
      position: absolute;
      top: 0;
      left: 0; }
    .shopping_cart .shoppingcart-box:after {
      content: "";
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-bottom: 7px solid #fe6500;
      position: absolute;
      right: 41px;
      top: -7px; }
    .shopping_cart .shoppingcart-box .table {
      margin: 0; }
    .shopping_cart .shoppingcart-box .total-cart {
      margin-bottom: 20px; }
    .shopping_cart .shoppingcart-box .content-item {
      max-height: 300px;
      overflow: auto;
      position: relative;
      margin: 0; }
      .shopping_cart .shoppingcart-box .content-item .added_items {
        display: none; }
      .shopping_cart .shoppingcart-box .content-item .cart-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        position: relative;
        display: inline-block;
        width: 100%; }
        .shopping_cart .shoppingcart-box .content-item .cart-item:last-child {
          border-color: transparent; }
      .shopping_cart .shoppingcart-box .content-item .img-cart {
        display: block;
        vertical-align: top;
        float: left;
        clear: both;
        padding: 0 10px 0 0; }
        .shopping_cart .shoppingcart-box .content-item .img-cart img {
          border: 1px solid #eee; }
        .shopping_cart .shoppingcart-box .content-item .img-cart:hover img {
          border-color: #fe6500; }
      .shopping_cart .shoppingcart-box .content-item .cart-details {
        display: inline-block;
        direction: ltr; }
        .shopping_cart .shoppingcart-box .content-item .cart-details .cart-name {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 5px;
          position: relative;
          top: 0;
          line-height: 100%; }
          .shopping_cart .shoppingcart-box .content-item .cart-details .cart-name a {
            line-height: 100%;
            color: #333333; }
            .shopping_cart .shoppingcart-box .content-item .cart-details .cart-name a:hover {
              color: #fe6500; }
        .shopping_cart .shoppingcart-box .content-item .cart-details .cart-total {
          display: inline-block;
          font-size: 16px;
          color: #fe6500;
          line-height: 100%; }
        .shopping_cart .shoppingcart-box .content-item .cart-details .cart-quantity {
          display: inline-block;
          color: #333333;
          font-size: 16px;
          line-height: 100%; }
        .shopping_cart .shoppingcart-box .content-item .cart-details .cart-action {
          position: absolute;
          right: 0;
          bottom: 15px; }
          .shopping_cart .shoppingcart-box .content-item .cart-details .cart-action .fa-edit {
            display: none; }
          .shopping_cart .shoppingcart-box .content-item .cart-details .cart-action .fa-trash-o {
            padding-right: 2px; }
    .shopping_cart .shoppingcart-box .title-total {
      display: none;
      font-weight: 300;
      font-size: 14px;
      display: inline-block; }
      .shopping_cart .shoppingcart-box .title-total .total-color {
        color: #fe6500; }
    .shopping_cart .shoppingcart-box .added_items {
      margin-bottom: 10px; }
    .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
      background: #fff; }
    .shopping_cart .shoppingcart-box .table-striped a {
      color: #545454;
      font-weight: 300;
      font-size: 14px; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
        display: none; }
    .shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
      color: #fe6500; }
    .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
      color: #999999; }
      .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
        color: #fe6500; }
    .shopping_cart .shoppingcart-box .table-bordered .text-left span {
      font-weight: 600;
      color: #333;
      font-size: 14px;
      text-transform: uppercase; }
    .shopping_cart .shoppingcart-box .table-bordered .text-right {
      font-size: 16px;
      color: #fe6500; }
    .shopping_cart .shoppingcart-box a.btn {
      padding: 5px 25px;
      color: #fff;
      background: #222;
      border: none;
      text-transform: uppercase;
      display: inline-block;
      font-size: 12px;
      float: left;
      border-radius: 31px !important; }
      .shopping_cart .shoppingcart-box a.btn i {
        margin-right: 5px; }
      .shopping_cart .shoppingcart-box a.btn.view-cart {
        margin-right: 5px; }
      .shopping_cart .shoppingcart-box a.btn:hover {
        background: #fe6500; }
  .shopping_cart .table-bordered {
    border: 0; }
  .shopping_cart .table > tbody > tr {
    margin: 10px 0; }
    .shopping_cart .table > tbody > tr:first-child > td {
      border-top: 0; }
  .shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
    vertical-align: middle; }
  .shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td,
  .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0; }

/*------------------- 6. Block Category -----------*/
.block_category {
  margin-top: 0; }
  .block_category .box-content {
    margin-top: 20px;
    border: 1px solid #e6e6e6; }
    .block_category .box-content ul {
      display: block; }
      .block_category .box-content ul li {
        position: relative;
        border-bottom: 1px dotted #E4E4E4;
        margin: 0 20px; }
        .block_category .box-content ul li a {
          display: block;
          line-height: 30px;
          padding: side-values 5px 30px 5px 0px;
          color: #444;
          border-radius: 0;
          border: 0;
          background-color: transparent; }
          .block_category .box-content ul li a:hover {
            color: #fe6500; }
        .block_category .box-content ul li span.button-view {
          display: block;
          position: absolute;
          right: 0;
          top: 5px;
          cursor: pointer;
          z-index: 10;
          font-size: 0;
          text-align: center; }
          .block_category .box-content ul li span.button-view:before {
            content: "\f147";
            font-family: "FontAwesome";
            display: block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; }
          .block_category .box-content ul li span.button-view.ttclose:before {
            content: "\f196"; }
        .block_category .box-content ul li ul {
          padding-bottom: 10px; }
          .block_category .box-content ul li ul li {
            border-bottom: none; }
            .block_category .box-content ul li ul li a {
              line-height: 20px;
              padding-right: 0; }
              .block_category .box-content ul li ul li a:before {
                font-family: fontawesome;
                content: "\f105";
                margin-left: -12px;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
                opacity: 0;
                filter: alpha(opacity=0); }
              .block_category .box-content ul li ul li a:hover:before {
                margin-left: 0;
                opacity: 1; }
        .block_category .box-content ul li:hover > a, .block_category .box-content ul li:hover span:before {
          color: #fe6500; }

/*----------- 7. OTHER MODULES -------*/
.latest-product {
  margin-bottom: 30px; }
  .latest-product .product-latest-item {
    margin-bottom: 10px; }
  .latest-product .product-latest-item:last-child {
    margin: 0; }
  .latest-product .media .media-left {
    float: left;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 20px; }
  .latest-product .media .media-body h4 {
    margin-top: 0; }
    .latest-product .media .media-body h4 a {
      font-size: 14px;
      color: #545454;
      font-weight: bold; }
      .latest-product .media .media-body h4 a:hover {
        color: #fe6500; }
  .latest-product .media .media-body .description, .latest-product .media .media-body .button-group {
    display: none; }
  .latest-product .media .media-body .price {
    margin-bottom: 0; }
    .latest-product .media .media-body .price .price-new {
      font-size: 14px; }
  .latest-product .media:hover .media-left {
    border-color: #fe6500; }

/*----- 7.2 FEATURED PRODUCT --------*/
.module .products-list.grid .product-layout .product-item-container {
  margin-bottom: 0; }

/*MODULE SHOPBY*/
.so_filter_shop_by_item_category p, .so_filter_shop_by_item_category input {
  float: left !important;
  margin-left: 10px !important; }

.sj_count_item {
  float: right !important; }

.sj_filter_shop_by_search {
  border: 1px solid #ddd;
  float: left !important; }

.yt-gallery .tabnav li {
  float: left !important; }

.gallery-list .item-gallery img {
  width: 100%; }

/*CSS FEAFURE MENU*/
.feafure.with-sub-menu .feafure-dr {
  text-align: left; }
  .feafure.with-sub-menu .feafure-dr h2 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    text-transform: uppercase;
    padding-bottom: 18px;
    color: #333; }
  .feafure.with-sub-menu .feafure-dr li {
    line-height: 33px; }
    .feafure.with-sub-menu .feafure-dr li a {
      font-size: 14px; }
  .feafure.with-sub-menu .feafure-dr .layout-color li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    left: 0; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.orange a:before {
    background: #fe6500; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.blue a:before {
    background: #4eabf0; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.green a:before {
    background: #94c300; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.cyan a:before {
    background: #00bcd4; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.lime a:before {
    background: #cddc39; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.red a:before {
    background: #f95555; }

/*MEGAMENU HONIZOL*/
.submenu3.with-sub-menu.hover .sub-menu {
  /* display: block!important;
   .content{
     display: block!important;
   }*/ }
  .submenu3.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
    display: none; }
  .submenu3.with-sub-menu.hover .sub-menu .see-all {
    padding-top: 19px;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #fe6500;
    margin: 0;
    line-height: 1em; }
    .submenu3.with-sub-menu.hover .sub-menu .see-all a, .submenu3.with-sub-menu.hover .sub-menu .see-all i {
      color: #fe6500; }
      .submenu3.with-sub-menu.hover .sub-menu .see-all a:hover, .submenu3.with-sub-menu.hover .sub-menu .see-all i:hover {
        text-decoration: underline; }
    .submenu3.with-sub-menu.hover .sub-menu .see-all i.fa {
      float: none;
      padding-left: 10px; }

.submenu2.with-sub-menu.hover .sub-menu .content {
  background: #f3f3f3;
  padding: 0 15px 0px 0 !important; }
.submenu2.with-sub-menu.hover .sub-menu .catefull {
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 50px 20px 20px 30px !important; }
  @media (min-width: 1600px) {
    .submenu2.with-sub-menu.hover .sub-menu .catefull {
      padding: 50px 20px 105px 30px !important; } }
.submenu2.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
  margin-bottom: 10px; }
.submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 30px; }
.submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li:first-child {
  padding-top: 0; }
.submenu2.with-sub-menu.hover .sub-menu .cate-product .caption p {
  display: none; }
  .submenu2.with-sub-menu.hover .sub-menu .cate-product .caption p.price {
    display: block; }
.submenu2.with-sub-menu.hover .sub-menu .cate-product .price-tax {
  display: none !important; }
.submenu2.with-sub-menu.hover .sub-menu .cate-product .product-thumb {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0px 20px 10px;
  margin: 50px 0 0 0;
  text-align: center; }
  .submenu2.with-sub-menu.hover .sub-menu .cate-product .product-thumb .image {
    padding: 20px 0 30px; }
.submenu2.with-sub-menu.hover .sub-menu .rating {
  display: none; }
.submenu2.with-sub-menu.hover .sub-menu .product {
  background: #fff;
  border: 1px solid #ddd; }
  .submenu2.with-sub-menu.hover .sub-menu .product .name a {
    font-size: 14px;
    font-weight: 600; }
  .submenu2.with-sub-menu.hover .sub-menu .product .image img {
    border: none; }
  .submenu2.with-sub-menu.hover .sub-menu .product .price {
    font-weight: 500;
    font-size: 16px;
    color: #fe6500;
    padding-top: 10px; }

ul.megamenu li.submenu4 .sub-menu .content .hover-menu .menu ul ul a {
  font-weight: 400;
  position: relative;
  padding-left: 13px; }
  ul.megamenu li.submenu4 .sub-menu .content .hover-menu .menu ul ul a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    background: #555555;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  ul.megamenu li.submenu4 .sub-menu .content .hover-menu .menu ul ul a:hover {
    color: #fe6500; }
    ul.megamenu li.submenu4 .sub-menu .content .hover-menu .menu ul ul a:hover:before {
      background: #fe6500; }

.submenu4.with-sub-menu.hover .sub-menu .content {
  padding: 15px 0px !important; }
.submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu b {
  display: none; }
.submenu4.with-sub-menu.hover .sub-menu .content .hover-menu li:first-child {
  border-top: none; }
.submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu {
  position: relative;
  padding-left: 13px; }
  .submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    background: #555555;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu:hover {
    color: #fe6500; }
    .submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu:hover:before {
      background: #fe6500; }

ul.megamenu li.submenu-pages .sub-menu .content {
  padding-top: 20px !important; }

ul.megamenu li .sub-menu .content .hover-menu li {
  padding: 0 30px; }

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
  display: none;
  margin-top: -38px;
  width: 180px;
  padding: 15px 0px 10px;
  position: absolute;
  z-index: 10;
  left: 100%;
  background: #fff;
  border: 1px solid #ccc; }

div.megamenu-wrapper ul.megamenu > li.active:before {
  content: "";
  height: 30%;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  right: 0; }

#remove-megamenu {
  text-align: right; }

ul.megamenu li .sub-menu .content {
  border-top: 2px solid #fe6500 !important; }

.horizontal ul.megamenu > li > .sub-menu {
  max-width: 100%;
  top: 100% !important;
  /* display: block!important;*/ }

ul.megamenu li .sub-menu .content {
  padding: 50px 30px 35px !important; }

/*.megamenu-style-dev .navbar-default ul.megamenu li .sub-menu .content{
    display: block!important;
}*/
.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  color: #111;
  font-size: 16px;
  border: none; }

.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
  color: #777777;
  font-weight: normal;
  position: relative;
  padding-left: 13px; }
  .horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    background: #555555;
    left: 0;
    top: 6px; }
  .horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: #fe6500; }
    .horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover:before {
      background: #fe6500; }

/*PAGE ABOUT NEW*/
.about-us-new {
  display: inline-block;
  padding-bottom: 65px;
  /*PAGE TITILE*/
  /*PAGE CONTENT*/ }
  .about-us-new img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .about-us-new .about-row-1 .img-pd {
    padding-right: 10px; }
  .about-us-new .about-row-2 {
    clear: both; }
    .about-us-new .about-row-2 .img-pd {
      padding-left: 10px; }
  .about-us-new .about-row-3 {
    clear: both; }
    .about-us-new .about-row-3 .img-pd {
      padding-right: 10px; }
  .about-us-new .page-title {
    padding: 37px 0 12px; }
    .about-us-new .page-title h2 {
      font-size: 20px;
      font-weight: bold;
      color: #1e1e1e;
      text-transform: uppercase; }
  .about-us-new .page-content li,
  .about-us-new .page-content span.italic,
  .about-us-new .page-content p {
    font-size: 14px;
    color: #545454;
    font-weight: 300; }
  .about-us-new .page-content span.italic {
    font-style: italic;
    padding-top: 15px;
    display: block; }
  .about-us-new .page-content li {
    line-height: 30px; }
    .about-us-new .page-content li i.fa {
      float: none;
      margin-right: 10px; }

/*END*/
.about-demo-2 .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.about-demo-1 .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

#content {
  margin-bottom: 30px; }

.information-information .page_title {
  display: none; }

/*==ABOUT US==*/
.category-about-us {
  background: #fff; }
  .category-about-us .page-title {
    display: none; }

.category-contact-us {
  background: #fff; }

.about-us .owl2-controls {
  display: none; }
.about-us .about-title {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600; }
.about-us .about-text {
  color: #999;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px; }
.about-us .name-member {
  font-size: 16px;
  font-weight: bold;
  color: #333; }
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: normal;
  color: #999; }
  .about-us .job-member:before, .about-us .job-member:after {
    content: "---";
    margin: 0 5px;
    color: #ddd; }
.about-us .des-member {
  color: #999; }
.about-us .social-member {
  list-style: none; }
  .about-us .social-member .social-icon {
    display: inline-block;
    margin: 0 3px; }
    .about-us .social-member .social-icon a {
      display: inline-block;
      color: #fff;
      font-size: 16px;
      width: 46px;
      height: 46px;
      text-align: center;
      line-height: 46px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      background: #999999; }
      .about-us .social-member .social-icon a span {
        display: none; }
      .about-us .social-member .social-icon a:hover {
        background-color: #fe6500 !important; }
.about-us .des-member.des-client {
  max-width: 950px;
  margin: 0 auto;
  font-style: italic;
  margin-bottom: 10px; }
.about-us .member-info {
  text-align: center;
  padding-top: 15px; }
.about-us .client-say-content {
  text-align: center; }
  .about-us .client-say-content .client-say-slider {
    padding-top: 15px; }
    .about-us .client-say-content .client-say-slider .owl2-dots {
      position: absolute;
      left: 0;
      top: -23px;
      width: 100%; }
      .about-us .client-say-content .client-say-slider .owl2-dots span {
        width: 16px;
        height: 16px;
        background-color: #d9d9d9;
        border: none;
        margin: 0 2px;
        opacity: 1;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
      .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot {
        display: inline-block; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot.active span {
          background-color: #929292; }
        .about-us .client-say-content .client-say-slider .owl2-dots .owl2-dot span:hover {
          background-color: #929292; }
.about-us .about-us-center {
  text-align: center; }
  .about-us .about-us-center .content-description {
    padding-top: 25px;
    clear: both;
    margin-bottom: 30px; }
.about-us .client-logo-content {
  border-bottom: 1px dashed #e7e7e7;
  border-top: 1px dashed #e7e7e7;
  padding-bottom: 10px;
  text-align: center; }
  .about-us .client-logo-content .about-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -19px; }
.about-us .client-logo-slider {
  padding: 0 25px; }
.about-us .about-image-slider {
  max-width: 570px;
  margin: 0 auto; }
.about-us .skills-value {
  padding-top: 52px; }
  .about-us .skills-value .label-skill {
    font-weight: bold; }
  .about-us .skills-value .range-value {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px; }
    .about-us .skills-value .range-value .rating-skills {
      position: absolute;
      top: 0;
      left: 0px;
      display: inline-block;
      height: 100%;
      overflow: hidden;
      text-indent: -9999px; }
      .about-us .skills-value .range-value .rating-skills.skill-1 {
        background-image: url(../images/skill-style-1.png);
        background-position: -28px 0; }
      .about-us .skills-value .range-value .rating-skills.skill-2 {
        background-image: url(../images/skill-style-2.png);
        background-position: 20px 0; }
      .about-us .skills-value .range-value .rating-skills.skill-3 {
        background-image: url(../images/skill-style-3.png);
        background-position: 20px 0; }
.about-us .about-us-content .description-about {
  padding: 20px 0; }
.about-us .content-faq {
  position: relative;
  top: -15px; }
  .about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0; }
    .about-us .content-faq .panel .panel-title {
      font-size: 100%;
      font-weight: bold; }
      .about-us .content-faq .panel .panel-title a {
        display: block;
        padding: 15px 0 15px 25px;
        position: relative; }
        .about-us .content-faq .panel .panel-title a:after {
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          content: "";
          width: 4px;
          height: 4px;
          position: absolute;
          left: 6px;
          top: 50%;
          margin-top: 6px;
          background-color: #fe6500; }
        .about-us .content-faq .panel .panel-title a:before {
          background-color: #fe6500;
          content: "-";
          width: 16px;
          height: 16px;
          display: inline-block;
          position: absolute;
          left: 0px;
          top: 50%;
          margin-top: -8px;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          color: #fff;
          text-align: center;
          line-height: 16px; }
        .about-us .content-faq .panel .panel-title a.collapsed:after {
          background-color: #737373; }
        .about-us .content-faq .panel .panel-title a.collapsed:before {
          background-color: #737373;
          content: "?"; }
    .about-us .content-faq .panel .panel-body {
      padding: 0 0 13px; }

.about-demo-1 .about-image {
  margin-bottom: 50px;
  text-align: center; }
.about-demo-1 .about-info {
  position: relative;
  top: 0; }
.about-demo-1 .what-client-say {
  margin-bottom: 60px; }
.about-demo-1 .line-hori {
  text-align: center;
  position: relative;
  z-index: 3; }
  .about-demo-1 .line-hori > span {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px; }
  .about-demo-1 .line-hori:before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 3; }

.about-demo-2 .our-team {
  margin-bottom: 60px; }

.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px; }

.simple_blog-article-view .article-info .article-box {
  background: #fff;
  padding: 25px 30px 20px;
  border: 1px solid #ddd; }
.simple_blog-article-view div.article-info .related-comment .article-reply {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0; }

/* ************************************************************************************************
		BLOCK HEADER 
************************************************************************************************ */
/*MENU ONE TOP*/
header.navbar-compact .compact-hidden {
  display: none; }
header.navbar-compact .header-center {
  top: 0 !important;
  position: relative !important;
  background: #fff !important;
  padding: 0 !important; }
header.navbar-compact .navbar-switcher {
  top: 160px;
  position: relative; }

.abc.header-top .box-header-left {
  width: 17.4%;
  padding-top: 28px;
  padding-bottom: 50px;
  display: inline-block;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  @media (min-width: 1200px) {
    .abc.header-top .box-header-left {
      padding-left: 29px; } }
.abc.header-top .box-header-right {
  display: inline-block;
  padding-left: 0; }
  @media (min-width: 992px) {
    .abc.header-top .box-header-right {
      width: 82.6%; } }
  .abc.header-top .box-header-right .header-top-center {
    padding: 40px 0 17px;
    text-align: center;
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 20.2%;
    vertical-align: top; }
  .abc.header-top .box-header-right .box-number {
    padding: 37px 0 20px;
    display: table-cell;
    width: 22.3%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top;
    text-align: center;
    color: #999; }
    @media (min-width: 1200px) {
      .abc.header-top .box-header-right .box-number {
        width: 20.3%; } }
    @media (min-width: 1200px) {
      .abc.header-top .box-header-right .box-number span {
        padding-right: 10px; } }
    .abc.header-top .box-header-right .box-number a {
      color: #fff; }
      @media (min-width: 1200px) {
        .abc.header-top .box-header-right .box-number a {
          font-size: 16px; } }
      .abc.header-top .box-header-right .box-number a:hover {
        color: #fe6500; }
  .abc.header-top .box-header-right .box-search {
    padding: 40px 0 17px;
    display: table-cell;
    width: 38.5%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: top; }
    @media (min-width: 1200px) {
      .abc.header-top .box-header-right .box-search {
        width: 40.5%; } }
    .abc.header-top .box-header-right .box-search #sosearchpro.search-pro .autosearch-input.form-control {
      font-size: 14px;
      color: #999;
      padding-left: 48px;
      background: transparent; }
  .abc.header-top .box-header-right .box-nav {
    padding: 40px 0 17px;
    display: table-cell;
    width: 10%;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .abc.header-top .box-header-right .box-nav .btn-nav {
      position: relative;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      background: url("../images/color/orange/icon-nav1.png") no-repeat center center;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      left: 50%;
      margin-left: -14px; }
      .abc.header-top .box-header-right .box-nav .btn-nav.fa-spin {
        background: url("../images/color/orange/icon-nav2.png") no-repeat center center; }
      .abc.header-top .box-header-right .box-nav .btn-nav:hover.fa-spin {
        background: url("../images/color/orange/icon-nav2.png") no-repeat center center; }
    .abc.header-top .box-header-right .box-nav .dropdown-menu {
      display: none;
      border: 1px solid #ccc;
      border-radius: 0;
      padding: 20px 15px 15px;
      top: 97%; }
      @media (min-width: 1200px) {
        .abc.header-top .box-header-right .box-nav .dropdown-menu {
          padding: 20px 25px 15px; } }
      .abc.header-top .box-header-right .box-nav .dropdown-menu.active {
        display: block; }
      .abc.header-top .box-header-right .box-nav .dropdown-menu .title-nav h2 {
        color: #555;
        font-size: 14px;
        margin-bottom: 0; }
      .abc.header-top .box-header-right .box-nav .dropdown-menu #bt-language {
        border-bottom: 1px solid #f2f2f2; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu #bt-language .item-s {
          display: inline-block; }
      .abc.header-top .box-header-right .box-nav .dropdown-menu li {
        margin: 5px 4px; }
      .abc.header-top .box-header-right .box-nav .dropdown-menu #currency {
        padding-top: 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #f2f2f2; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu #currency .title-nav {
          padding-bottom: 5px; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu #currency .item-c {
          display: inline-block;
          width: 25px;
          height: 25px;
          background: #cccccc;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          line-height: 25px;
          text-align: center; }
          .abc.header-top .box-header-right .box-nav .dropdown-menu #currency .item-c:hover {
            background: #fe6500; }
          .abc.header-top .box-header-right .box-nav .dropdown-menu #currency .item-c a {
            color: #333333;
            line-height: 25px;
            font-weight: 500; }
      .abc.header-top .box-header-right .box-nav .dropdown-menu li.dot-sn {
        position: relative;
        padding-left: 14px;
        line-height: 25px; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu li.dot-sn a {
          line-height: 25px !important; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu li.dot-sn:hover:before {
          background: #fe6500;
          border-color: #fe6500; }
        .abc.header-top .box-header-right .box-nav .dropdown-menu li.dot-sn:before {
          content: "";
          width: 5px;
          height: 5px;
          border: 1px solid #555;
          position: absolute;
          left: 0;
          top: 10px;
          border-radius: 50%; }
  .abc.header-top .box-header-right .box-cart {
    padding: 40px 0 17px;
    display: table-cell;
    width: 10%;
    vertical-align: top;
    position: relative;
    padding-left: 15px; }
    @media (min-width: 1600px) {
      .abc.header-top .box-header-right .box-cart {
        padding-left: 42px; } }
  .abc.header-top .box-header-right .box-1 {
    width: 100%; }
    @media (min-width: 992px) {
      .abc.header-top .box-header-right .box-1 {
        display: table; } }
  .abc.header-top .box-header-right .box-2 {
    background: #fff; }
    .abc.header-top .box-header-right .box-2 .box-menu {
      padding: 0 20px; }
      @media (min-width: 1600px) {
        .abc.header-top .box-header-right .box-2 .box-menu {
          margin: 0 16px 0 63px; } }
      @media (min-width: 1200px) {
        .abc.header-top .box-header-right .box-2 .box-menu {
          margin: 0 16px 0 5px; } }

.header-top {
  background: #111111;
  line-height: 42px;
  position: relative;
  /*BOX MY ACCOUT*/
  /*BOX SEARCH*/ }
  .header-top .module {
    margin: 0; }
  .header-top .header-top-right {
    display: inline-block; }
    .header-top .header-top-right .form-group {
      float: right;
      margin: 0;
      display: table-cell;
      border-color: #333333;
      border-width: 0 1px 0 1px;
      border-style: solid;
      margin-right: -1px; }
      .header-top .header-top-right .form-group a {
        padding: 0 17px; }
        .header-top .header-top-right .form-group a:hover {
          background: transparent; }
    .header-top .header-top-right ul.top-link {
      list-style: none;
      margin: 0;
      vertical-align: top;
      padding: 0 !important; }
      .header-top .header-top-right ul.top-link span.fa {
        display: none; }
      .header-top .header-top-right ul.top-link > li {
        display: inline-block;
        position: relative;
        list-style: outside none none;
        padding: 0; }
        .header-top .header-top-right ul.top-link > li > a {
          color: #999;
          font-size: 14px;
          position: relative;
          padding-left: 22px; }
          .header-top .header-top-right ul.top-link > li > a:before {
            content: "";
            background: url("../images/icon-acc.png") no-repeat center center;
            width: 12px;
            height: 12px;
            position: absolute;
            left: 0;
            top: 6px; }
        .header-top .header-top-right ul.top-link > li ul.dropdown-link {
          position: absolute;
          background: #fff;
          border: 1px solid #cccccc;
          opacity: 0;
          padding: 0px 10px;
          top: 33px;
          width: 200px;
          z-index: -1;
          text-align: left;
          left: 0; }
          .header-top .header-top-right ul.top-link > li ul.dropdown-link li {
            display: block;
            border-left: 0; }
            .header-top .header-top-right ul.top-link > li ul.dropdown-link li a {
              border-right: 0;
              display: block;
              padding: 5px 0 4px;
              border-bottom: solid 1px #efefef;
              font-size: 11px;
              line-height: 18px;
              color: #545454; }
              .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
                color: #fe6500; }
              .header-top .header-top-right ul.top-link > li ul.dropdown-link li a:after {
                display: none; }
            .header-top .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
              border-bottom: 0; }
        .header-top .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
          top: 34px;
          z-index: 9999;
          opacity: 1;
          border-top: 1px solid rgba(200, 199, 199, 0.3); }
  .header-top .header-top-center {
    text-align: left; }
    .header-top .header-top-center li.li-social {
      display: inline-block;
      margin: 0 7px; }
      @media (min-width: 1200px) {
        .header-top .header-top-center li.li-social {
          margin: 0 14px;
          font-size: 16px; } }
      .header-top .header-top-center li.li-social a {
        color: #999; }
        .header-top .header-top-center li.li-social a:hover {
          color: #fe6500; }
  .header-top .tabBlocks {
    display: inline-block;
    vertical-align: top; }
  .header-top .box-search.show-block .search-form-action {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 107%; }
  .header-top .box-search {
    display: inline-block;
    padding: 0 0 0 14px;
    min-width: 53px;
    position: relative; }
    .header-top .box-search > a {
      min-width: 20px;
      display: inline-block;
      vertical-align: top; }
    .header-top .box-search span.font-sn {
      font-size: 14px;
      color: #999;
      padding-left: 9px; }
    .header-top .box-search .price .price {
      font-size: 15px;
      display: block;
      margin: 0; }
    .header-top .box-search .price-tax {
      margin-top: -15px;
      display: block; }
    .header-top .box-search .btn-search.btn-color {
      color: #fe6500;
      position: relative;
      z-index: 9; }
      .header-top .box-search .btn-search.btn-color span {
        color: #fe6500; }
      .header-top .box-search .btn-search.btn-color:before {
        color: #fe6500; }
    .header-top .box-search .btn-search:before {
      content: '\f002';
      font-family: FontAwesome;
      display: inline-block;
      font-size: 13px;
      color: #999; }
    .header-top .box-search .btn-search:hover:before {
      color: #fe6500; }
    .header-top .box-search .btn-search.hidden-top:before {
      content: '\f00d'; }

.page-search-default .title-search {
  text-transform: uppercase;
  font-size: 22px;
  color: #000;
  font-weight: 600; }
.page-search-default label {
  font-size: 14px;
  color: #444; }

.block-account {
  border: 1px solid #ddd;
  padding: 20px; }

h2.title-default {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  font-size: 18px; }

.success-msg {
  border-color: #2bca32;
  background-color: #2bca32;
  color: #fff;
  padding: 10px 0; }

.success-msg ul li span:before {
  content: "\f058";
  font-family: fontawesome;
  color: #fff;
  font-size: 21px;
  margin: 0 8px;
  vertical-align: top;
  line-height: 100%; }

.header-top-right {
  text-align: right; }

.navbar-welcome a {
  color: #0099ff; }
  .navbar-welcome a:hover {
    color: #fe6500; }

.navbar-main-menu-outer {
  background: #333;
  margin-bottom: 30px; }

#main-content, #content {
  margin-bottom: 30px; }

.common-home .so-latest-blog {
  background: transparent; }

/* ************************************************************************************************
		END BLOCK HEADER 
************************************************************************************************ */
/*SLIDER SHOW*/
.Slideshow .owl2-carousel .owl2-item img {
  transform-style: inherit;
  -webkit-transform-style: inherit; }
.Slideshow:hover .owl2-controls {
  opacity: 1;
  filter: alpha(opacity=100); }
.Slideshow .owl2-controls {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0); }
.Slideshow .sohomepage-slider .so-homeslider .owl2-nav div {
  width: 120px;
  height: 120px;
  line-height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff !important;
  opacity: 0.7 !important; }
  .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div:hover {
    opacity: 1 !important; }
    .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div:hover:before {
      background: transparent; }
  .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div:before {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    background: transparent; }
  .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div:after {
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    background: transparent; }
  .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div.owl2-prev {
    left: -60px; }
    .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div.owl2-prev:after {
      left: 15%;
      color: #111; }
  .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div.owl2-next {
    right: -60px; }
    .Slideshow .sohomepage-slider .so-homeslider .owl2-nav div.owl2-next:after {
      left: -15%;
      color: #111; }

/* TOP PANEL */
.navbar-compact .shopping_cart {
  position: relative;
  z-index: 500; }

.navbar-compact #menu .nav > li > a {
  line-height: 40px;
  color: #666; }

.navbar-compact #menu .nav > li:hover > a {
  background: #E0E0E0; }

/*========================HEADER SEARCH =================*/
.navbar-search {
  padding-right: 0; }
  .navbar-search #search {
    width: 100%;
    margin: 8px 0 0 0;
    padding: 0;
    display: inline-block;
    height: 34px;
    position: relative; }
    .navbar-search #search input {
      width: 100%;
      float: left;
      height: 34px;
      vertical-align: middle;
      margin: 0;
      padding: 0;
      border: 1px solid #ddd;
      border-right: none;
      border-radius: 0;
      box-sizing: border-box;
      font-size: 12px;
      font-weight: normal;
      padding-left: 15px; }
    .navbar-search #search button {
      border: 0;
      padding: 0;
      position: absolute;
      right: 0;
      background: transparent; }
      .navbar-search #search button span {
        float: left;
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 0;
        font-size: 15px;
        cursor: pointer;
        color: #fe6500;
        position: relative; }
        .navbar-search #search button span:before {
          content: "\f002";
          font-family: FontAwesome;
          position: absolute;
          color: #fe6500;
          right: 10px;
          top: 8px; }

/*BLOCK BOX SEVICER*/
.module.block-services1 {
  clear: both; }

.top-brand-slider .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

.box-sevicer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 25px; }
  @media (min-width: 1200px) {
    .box-sevicer {
      padding-top: 60px; } }
  .box-sevicer .info-sevicer {
    border-right: 1px solid #ddd; }
    .box-sevicer .info-sevicer:last-child {
      border: none; }
    .box-sevicer .info-sevicer:hover .icon-sevicer:after {
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    .box-sevicer .info-sevicer:hover .content-sevicer h2 a {
      color: #fe6500; }
  .box-sevicer .icon-sevicer {
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 60px;
    vertical-align: top;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .box-sevicer .content-sevicer {
    display: inline-block;
    padding-top: 9px;
    text-align: center; }
    @media (min-width: 1600px) {
      .box-sevicer .content-sevicer {
        text-align: left;
        padding-left: 15px; } }
    .box-sevicer .content-sevicer h2 {
      font-size: 20px;
      margin-bottom: 4px; }
      .box-sevicer .content-sevicer h2 a {
        color: #222; }
        .box-sevicer .content-sevicer h2 a:hover {
          color: #fe6500; }
    .box-sevicer .content-sevicer span {
      color: #aaaaaa;
      font-size: 15px; }

/*HOME*/
.common-home .title-home {
  margin-top: -23px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%; }
  .common-home .title-home h2 {
    padding: 0 37px;
    position: relative;
    color: #121212;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block; }
    .common-home .title-home h2 span {
      color: #fe6500; }
    .common-home .title-home h2:before {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      background: #999999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      left: 0;
      top: 50%;
      margin-top: -4px; }
    .common-home .title-home h2:after {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      background: #999999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      right: 0;
      top: 50%;
      margin-top: -4px; }
    .common-home .title-home h2 strong:before {
      width: 100%;
      content: "";
      height: 2px;
      background: #f3f3f3;
      position: absolute;
      left: 0;
      top: 22px;
      z-index: -1; }
.common-home .sub-text {
  margin-top: 57px;
  text-align: center;
  font-weight: 500;
  color: rgba(1, 1, 1, 0.5);
  font-size: 26px;
  position: relative; }
  .common-home .sub-text::before {
    content: "\f006";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    font-style: normal;
    top: -40px;
    margin-left: -11px;
    color: #c2c2c2; }
.common-home .no-padding {
  padding: 0 !important; }

/*BLOCK CATE*/
.block-catrgories .icon-box {
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 50%; }
  .block-catrgories .icon-box a {
    text-align: center;
    display: inline-block;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); }

/*BRAND TOP BOTTOM*/
.block-brand {
  background: #fff;
  padding: 0px;
  margin-top: 0px;
  clear: both;
  margin-top: -1px; }
  .block-brand .module {
    margin: 0; }
  .block-brand .owl2-controls {
    display: none; }
  .block-brand .top-brand .owl2-stage-outer {
    direction: ltr; }
    .block-brand .top-brand .owl2-stage-outer .item {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border: 1px solid #ddd;
      border-left: none; }
      .block-brand .top-brand .owl2-stage-outer .item img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .block-brand .top-brand .owl2-stage-outer .item:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }

/*BLOCK SLIDE*/
.so-spotlight1 {
  background: #fff; }
  .so-spotlight1 .yt_slideshow .owl2-carousel .owl2-stage-outer {
    direction: ltr; }
  .so-spotlight1 .module.Slideshow {
    margin: 0; }
    .so-spotlight1 .module.Slideshow .owl2-controls .owl2-dots .owl2-dot span {
      width: 10px;
      height: 10px;
      border: 2px solid #fff;
      background: transparent;
      margin: 0 5px; }
    .so-spotlight1 .module.Slideshow .owl2-controls .owl2-dots .owl2-dot.active span,
    .so-spotlight1 .module.Slideshow .owl2-carousel .owl2-dots .owl2-dot.active span, .so-spotlight1 .module.Slideshow .owl2-carousel .owl2-dots .owl2-dot:hover span {
      background: #fe6500;
      border: none; }
  .so-spotlight1 .module.block-sevicer {
    clear: both;
    margin: 0; }

/*BLOCK IMG*/
.so-spotlight2 {
  background: #fff;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 992px) {
    .so-spotlight2 {
      padding-bottom: 87px; } }
  .so-spotlight2 .module {
    margin: 0; }
  .so-spotlight2 .block-img-center {
    font-size: 0; }
    .so-spotlight2 .block-img-center .img-1 {
      display: inline-block;
      width: 100%; }
      @media (min-width: 768px) {
        .so-spotlight2 .block-img-center .img-1 {
          width: 33.3333%; } }

/*BLOCK BANNER FEATURED*/
.so-spotlight3 {
  background: #f5f5f5; }
  .so-spotlight3 .module {
    margin: 0; }

.so-spotlight4 {
  border-top: 1px solid #ddd;
  background: #f5f5f5; }
  .so-spotlight4 .module {
    margin: 0; }
  .so-spotlight4 .sub-text {
    margin: 55px 0 40px !important; }

.so-spotlight5 {
  background: #f5f5f5;
  border-top: 1px solid #ddd; }
  .so-spotlight5 .module {
    margin: 0; }

/*BLOCK NEWLETTER*/
.so-spotlight6 {
  background: #111111; }
  .so-spotlight6 .newsletter {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .so-spotlight6 .newsletter {
        padding: 60px 0 40px; } }
    .so-spotlight6 .newsletter .box-description {
      display: table-cell;
      color: #fff;
      font-size: 18px;
      vertical-align: middle;
      padding-right: 40px; }
      @media (min-width: 992px) {
        .so-spotlight6 .newsletter .box-description {
          font-size: 26px;
          padding-right: 130px;
          text-transform: uppercase; } }
    .so-spotlight6 .newsletter .box-email {
      display: table-cell;
      position: relative; }
      @media (min-width: 992px) {
        .so-spotlight6 .newsletter .box-email .input-email {
          width: 600px; } }
      .so-spotlight6 .newsletter .box-email .input-email .input-text {
        height: 40px;
        line-height: 40px;
        border-radius: 60px !important;
        font-size: 15px;
        color: #999;
        padding-left: 30px; }
        @media (min-width: 992px) {
          .so-spotlight6 .newsletter .box-email .input-email .input-text {
            height: 60px;
            line-height: 60px; } }
      .so-spotlight6 .newsletter .box-email .action {
        position: absolute;
        right: 15px;
        top: 0; }
        .so-spotlight6 .newsletter .box-email .action .btn.btn-default {
          height: 40px;
          border: none;
          background: transparent; }
          .so-spotlight6 .newsletter .box-email .action .btn.btn-default i {
            color: #333; }
            .so-spotlight6 .newsletter .box-email .action .btn.btn-default i:hover {
              color: #fe6500; }
          @media (min-width: 992px) {
            .so-spotlight6 .newsletter .box-email .action .btn.btn-default {
              height: 60px; } }
          .so-spotlight6 .newsletter .box-email .action .btn.btn-default:hover {
            color: #fe6500; }
          .so-spotlight6 .newsletter .box-email .action .btn.btn-default:focus {
            outline: none;
            color: #fe6500; }
      .so-spotlight6 .newsletter .box-email .form-group {
        margin: 0; }

/*BLOCK BLOG*/
.so-spotlight7 .so-latest-blog {
  padding: 0;
  border: none !important;
  margin: 0; }
  .so-spotlight7 .so-latest-blog .so-blog-external .blog-external .media {
    margin: 0; }
  .so-spotlight7 .so-latest-blog h3 {
    padding: 9px 0 13px;
    position: relative;
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: none;
    margin: 0;
    display: inline-block; }
  .so-spotlight7 .so-latest-blog .view-text {
    float: right;
    line-height: 50px;
    text-transform: uppercase;
    min-width: 100px;
    margin-right: 5px;
    color: #333;
    font-weight: 600; }
    .so-spotlight7 .so-latest-blog .view-text:before {
      content: '\f105';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-align: center;
      line-height: 12px;
      position: relative;
      right: 0;
      float: right;
      line-height: 50px; }
    .so-spotlight7 .so-latest-blog .view-text:hover {
      color: #fe6500; }
  .so-spotlight7 .so-latest-blog .blog-external {
    border: none; }
  .so-spotlight7 .so-latest-blog .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0; }
  .so-spotlight7 .so-latest-blog .image-blog {
    position: relative; }
    .so-spotlight7 .so-latest-blog .image-blog img {
      width: 100%; }
    .so-spotlight7 .so-latest-blog .image-blog .date-blog {
      text-align: center;
      text-transform: uppercase;
      background: rgba(254, 101, 0, 0.8);
      position: absolute;
      z-index: 2;
      top: 10px;
      padding: 9px 14px;
      left: 10px; }
      .so-spotlight7 .so-latest-blog .image-blog .date-blog .date-day {
        color: #fff;
        font-weight: bold;
        font-size: 22px;
        margin: 0;
        margin-bottom: 10px; }
      .so-spotlight7 .so-latest-blog .image-blog .date-blog .date-mon {
        line-height: 8px;
        color: #fff;
        font-size: 14px;
        text-transform: capitalize; }
  .so-spotlight7 .so-latest-blog .caption {
    border: 1px solid #ececec;
    text-align: left;
    padding: 0; }
    .so-spotlight7 .so-latest-blog .caption h4 {
      padding: 0 28px 1px; }
    .so-spotlight7 .so-latest-blog .caption a.posttitle {
      font-weight: 700;
      margin-bottom: 15px;
      display: block;
      text-transform: capitalize;
      color: #111111;
      font-size: 20px;
      padding-top: 13px; }
      .so-spotlight7 .so-latest-blog .caption a.posttitle:hover {
        color: #fe6500; }
    .so-spotlight7 .so-latest-blog .caption .media-subcontent {
      padding-bottom: 21px;
      display: none; }
      .so-spotlight7 .so-latest-blog .caption .media-subcontent .media-f {
        display: inline-block;
        color: #1e1e1e;
        font-size: 13px;
        font-weight: 500;
        padding-right: 10px; }
        .so-spotlight7 .so-latest-blog .caption .media-subcontent .media-f i.fa {
          float: none;
          padding-right: 10px; }
    .so-spotlight7 .so-latest-blog .caption .description {
      font-size: 14px;
      padding: 0 30px 36px;
      color: #999999; }
    .so-spotlight7 .so-latest-blog .caption .readmore {
      border-top: 1px solid #eeeeee;
      width: 100%;
      text-align: center;
      line-height: 59px; }
      .so-spotlight7 .so-latest-blog .caption .readmore i.fa {
        line-height: 59px;
        display: inline-block;
        color: #111; }
      .so-spotlight7 .so-latest-blog .caption .readmore:hover i, .so-spotlight7 .so-latest-blog .caption .readmore:hover a {
        color: #fe6500; }
    .so-spotlight7 .so-latest-blog .caption .readmore a {
      text-transform: capitalize;
      font-size: 15px;
      width: 100%;
      line-height: 59px;
      text-align: center;
      color: #111;
      font-weight: bold;
      letter-spacing: 0.5px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .so-spotlight7 .so-latest-blog .caption .readmore a:hover {
        color: #fe6500; }

/*BLOCK FEATURE*/
.so-spotlight-content {
  display: none; }

.block-featured .content-featured {
  display: inline-flex;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .block-featured .content-featured {
      padding-top: 41px; } }
  .block-featured .content-featured .item {
    display: table-cell; }
  .block-featured .content-featured img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .block-featured .content-featured img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

/*BLOCK EMPTY*/
.common-home .box-emptyspace {
  background: #fff; }

/*BLOCK BESTSALE*/
.block-best-sale2 .products-list.grid .product-layout .product-item-container .right-block {
  padding-top: 21px; }

/*PRODUCT IMAGE FEATURE*/
.content-featured .box-product-l {
  display: table-cell;
  width: 33.33%;
  float: left; }
.content-featured .box-product-r {
  display: table-cell;
  width: 66.66%;
  float: left; }
  .content-featured .box-product-r .box-product-1 div.item {
    width: 43.75%;
    float: left; }
  .content-featured .box-product-r .box-product-1 div.item:last-child {
    width: 56.25%;
    float: left; }
  .content-featured .box-product-r .box-product-2 div.item {
    width: 56.25%;
    float: left; }
  .content-featured .box-product-r .box-product-2 div.item:last-child {
    width: 43.75%;
    float: left; }

/*BLOCK MODULE LISTING TAB*/
.block-listingtab {
  margin-bottom: 59px; }
  @media (min-width: 1200px) {
    .block-listingtab .products-list.grid .product-layout {
      /*BUTTON ALL*/ }
      .block-listingtab .products-list.grid .product-layout .product-item-container {
        margin: 15px 0;
        overflow: hidden;
        border: 1px solid #ddd;
        background: #fff;
        position: relative;
        /*BOX IMAGE*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /*BOX TITLE PRICE*/ }
        .block-listingtab .products-list.grid .product-layout .product-item-container .left-block {
          position: relative; }
        .block-listingtab .products-list.grid .product-layout .product-item-container:hover .left-block {
          position: relative;
          width: 100%; }
          .block-listingtab .products-list.grid .product-layout .product-item-container:hover .left-block .button-group .btn-button {
            opacity: 1;
            filter: alpha(opacity=100);
            right: 0px; }
        .block-listingtab .products-list.grid .product-layout .product-item-container:hover .right-block {
          position: relative;
          z-index: 99; }
          .block-listingtab .products-list.grid .product-layout .product-item-container:hover .right-block .caption a {
            color: #fff; }
          .block-listingtab .products-list.grid .product-layout .product-item-container:hover .right-block .price .price-old {
            display: none; }
          .block-listingtab .products-list.grid .product-layout .product-item-container:hover .right-block .price .price-new, .block-listingtab .products-list.grid .product-layout .product-item-container:hover .right-block .price span.price {
            color: #fff; }
        .block-listingtab .products-list.grid .product-layout .product-item-container:hover:before {
          opacity: 1;
          filter: alpha(opacity=100); }
        .block-listingtab .products-list.grid .product-layout .product-item-container:before {
          content: "";
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          display: inline-block;
          z-index: 19;
          opacity: 0;
          filter: alpha(opacity=0); }
        .block-listingtab .products-list.grid .product-layout .product-item-container .right-block {
          text-align: left;
          padding: 8px 30px 44px;
          /*RATING*/
          /*PRICE*/ }
          .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .caption {
            position: relative; }
            .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .caption:hover a {
              color: #fe6500; }
            .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .caption a {
              color: #333;
              font-size: 16px;
              font-weight: normal; }
          .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .ratings {
            display: block;
            position: absolute;
            top: 26px;
            right: 0; }
          .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .price {
            margin-bottom: 2px;
            padding-top: 9px; }
        .block-listingtab .products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box {
          transform: scale(0); }
        .block-listingtab .products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
          top: 0;
          opacity: 1;
          filter: alpha(opacity=100);
          z-index: 0; }
      .block-listingtab .products-list.grid .product-layout .button-group {
        position: absolute;
        top: 0;
        z-index: 91;
        width: auto;
        margin-top: 10px;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        right: 30px; } }
    @media (min-width: 1200px) and (min-width: 1600px) {
      .block-listingtab .products-list.grid .product-layout .button-group {
        top: 50%;
        z-index: 91;
        width: auto;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 30px; } }
  @media (min-width: 1200px) {
        .block-listingtab .products-list.grid .product-layout .button-group .addToCart.btn-button {
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .block-listingtab .products-list.grid .product-layout .button-group .wishlist.btn-button {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .block-listingtab .products-list.grid .product-layout .button-group .compare.btn-button {
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        .block-listingtab .products-list.grid .product-layout .button-group .quickview.btn-button {
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .block-listingtab .products-list.grid .product-layout .button-group .btn-button {
          -webkit-border-radius: 50px !important;
          -moz-border-radius: 50px !important;
          -o-border-radius: 50px !important;
          border-radius: 50px !important;
          display: inline-block;
          overflow: hidden;
          white-space: nowrap;
          position: relative;
          clear: both;
          float: right;
          z-index: 21;
          margin-bottom: 10px;
          opacity: 0;
          filter: alpha(opacity=0);
          background-color: #fff;
          border: none;
          line-height: 49px;
          text-align: center;
          color: #111111;
          min-width: 50px;
          width: auto;
          font-size: 13px;
          height: 50px;
          vertical-align: top;
          right: -60px; }
          .block-listingtab .products-list.grid .product-layout .button-group .btn-button span {
            font-weight: 600;
            font-size: 15px;
            display: none;
            padding-left: 5px; }
          .block-listingtab .products-list.grid .product-layout .button-group .btn-button:hover {
            border-radius: 30px !important;
            padding: 0 20px;
            background: #fe6500;
            color: #fff; }
            .block-listingtab .products-list.grid .product-layout .button-group .btn-button:hover span {
              display: inline-block; }
            .block-listingtab .products-list.grid .product-layout .button-group .btn-button:hover .fa {
              font-size: 13px; } }
  .block-listingtab .sub-text:before {
    content: "" !important;
    background: url("../images/icon/icon-home-listing.png") no-repeat center center;
    position: absolute !important;
    width: 32px;
    height: 28px; }
  .block-listingtab .products-list.grid .product-layout .product-item-container {
    margin: 0; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: table;
    margin: 0 auto; }
  .block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 0; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
    list-style: none;
    color: #333333;
    border: 1px solid #ddd;
    margin: 0 10px;
    font-size: 16px;
    border-radius: 30px;
    text-transform: capitalize;
    height: 40px;
    line-height: 35px;
    background: #fff; }
    @media (min-width: 1200px) {
      .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        height: 50px;
        line-height: 45px;
        padding: 0px 35px; } }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    line-height: 1em;
    color: #333333;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel,
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
    background: #fe6500;
    border-color: #fe6500; }
    .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span,
    .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
      color: #fff; }
  .block-listingtab .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0 0px 0 -1px; }
  .block-listingtab .wap-listing-tabs {
    margin: 0 -15px; }
  .block-listingtab .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    margin-bottom: -1px; }
  .block-listingtab .ltabs-tabs-wrap {
    padding: 43px 0 40px; }
  .block-listingtab .ltabs-loadmore {
    display: none !important; }
  .block-listingtab .products-list.grid .product-layout .product-item-container .right-block {
    padding-top: 18px; }
    .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .caption a:hover {
      color: #fe6500; }
    .block-listingtab .products-list.grid .product-layout .product-item-container .right-block p.price {
      font-size: 18px;
      color: #fe6500; }
    .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .price {
      font-weight: 400;
      color: #000; }
      .block-listingtab .products-list.grid .product-layout .product-item-container .right-block .price .price-tax {
        font-size: 16px; }

.module.block-tags {
  margin-bottom: 80px; }

/*SHOW BUTTON*/
.moduletable.related .owl2-nav,
.deals_module_wrapper .owl2-nav,
#tab-general .owl2-nav,
.slider.so-category-slider .owl2-nav,
.block-deal .owl2-nav {
  opacity: 0;
  filter: alpha(opacity=0); }
  .moduletable.related .owl2-nav .owl2-prev,
  .deals_module_wrapper .owl2-nav .owl2-prev,
  #tab-general .owl2-nav .owl2-prev,
  .slider.so-category-slider .owl2-nav .owl2-prev,
  .block-deal .owl2-nav .owl2-prev {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 20px; }
  .moduletable.related .owl2-nav .owl2-next,
  .deals_module_wrapper .owl2-nav .owl2-next,
  #tab-general .owl2-nav .owl2-next,
  .slider.so-category-slider .owl2-nav .owl2-next,
  .block-deal .owl2-nav .owl2-next {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 20px; }
.moduletable.related:hover .owl2-nav,
.deals_module_wrapper:hover .owl2-nav,
#tab-general:hover .owl2-nav,
.slider.so-category-slider:hover .owl2-nav,
.block-deal:hover .owl2-nav {
  opacity: 1;
  filter: alpha(opacity=100); }
  .moduletable.related:hover .owl2-nav .owl2-prev,
  .deals_module_wrapper:hover .owl2-nav .owl2-prev,
  #tab-general:hover .owl2-nav .owl2-prev,
  .slider.so-category-slider:hover .owl2-nav .owl2-prev,
  .block-deal:hover .owl2-nav .owl2-prev {
    left: 0px; }
  .moduletable.related:hover .owl2-nav .owl2-next,
  .deals_module_wrapper:hover .owl2-nav .owl2-next,
  #tab-general:hover .owl2-nav .owl2-next,
  .slider.so-category-slider:hover .owl2-nav .owl2-next,
  .block-deal:hover .owl2-nav .owl2-next {
    right: 0px; }

/*BLOCK DEAL CUSTOM HTML*/
.block-deals-custom {
  position: relative; }
  .block-deals-custom .sub-text:before {
    content: "" !important;
    background: url("../images/icon/icon-home-deals.png") no-repeat center center;
    position: absolute !important;
    width: 32px;
    height: 28px; }
  .block-deals-custom .bg-deal-1 {
    position: absolute;
    bottom: 0;
    float: left;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-1 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .bg-deal-2 {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-2 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .box-deals {
    display: inline-block;
    width: 50%; }
    .block-deals-custom .box-deals .content-deals {
      padding: 129px 0 0;
      position: relative;
      z-index: 2;
      min-height: 400px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals .content-deals {
          min-height: 580px; } }
      .block-deals-custom .box-deals .content-deals .font-sn2 {
        color: #dddddd;
        font-size: 28px;
        letter-spacing: 1px;
        padding-bottom: 17px; }
        .block-deals-custom .box-deals .content-deals .font-sn2 strong {
          color: #fe6500; }
      .block-deals-custom .box-deals .content-deals h2 {
        font-size: 25px;
        color: #fe6500;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 17px; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals h2 {
            font-size: 40px; } }
      .block-deals-custom .box-deals .content-deals .box-descrip {
        padding-bottom: 36px; }
        .block-deals-custom .box-deals .content-deals .box-descrip li {
          font-size: 15px;
          color: #ddd;
          line-height: 38px;
          position: relative;
          padding-left: 13px; }
          .block-deals-custom .box-deals .content-deals .box-descrip li:before {
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 100%;
            position: absolute;
            background: #fff;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
      .block-deals-custom .box-deals .content-deals .prices {
        display: inline-block;
        font-size: 18px;
        color: #fe6500; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals .prices {
            font-size: 28px; } }
        .block-deals-custom .box-deals .content-deals .prices .price-deals {
          font-size: 16px;
          padding-right: 5px;
          color: #eee; }
          @media (min-width: 1200px) {
            .block-deals-custom .box-deals .content-deals .prices .price-deals {
              font-size: 18px; } }
    .block-deals-custom .box-deals.box-deals-1 {
      float: left;
      padding-right: 45px;
      background: url("../images/bg-deal1.jpg") no-repeat center top; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-1 {
          padding-right: 122px; } }
      .block-deals-custom .box-deals.box-deals-1 .content-deals {
        float: right; }
    .block-deals-custom .box-deals.box-deals-2 {
      text-align: left;
      background: url("../images/bg-deal2.jpg") no-repeat center top;
      padding-left: 45px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-2 {
          padding-left: 122px; } }
  .block-deals-custom .content-deals {
    position: relative; }
  .block-deals-custom .countdown_boxs {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    top: 50%;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%; }
    @media (min-width: 1200px) {
      .block-deals-custom .countdown_boxs {
        padding: 5px 20px;
        border-radius: 60px; } }
    .block-deals-custom .countdown_boxs .num-time {
      font-size: 24px;
      color: #fe6500;
      padding-bottom: 5px; }
    .block-deals-custom .countdown_boxs .name-time {
      font-size: 14px;
      color: #999; }
    .block-deals-custom .countdown_boxs .time-item {
      border-bottom: 1px solid rgba(148, 195, 0, 0.5);
      padding: 10px 0; }
      @media (min-width: 1200px) {
        .block-deals-custom .countdown_boxs .time-item {
          padding: 20px 0; } }
      .block-deals-custom .countdown_boxs .time-item:last-child {
        border: none; }

/*BLOCK FOOTER*/
.footer-container {
  background: url("../images/bg-footer.jpg") no-repeat center top;
  background-size: cover;
  position: relative; }

.footer-navbar {
  font-size: 14px;
  /*TITLE FOOTER*/ }
  .footer-navbar .footer-title {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    line-height: 100%;
    letter-spacing: 0.1px; }
    @media (min-width: 1200px) {
      .footer-navbar .footer-title {
        font-size: 18px; } }

/*FOOTER TOP*/
.footer-top {
  position: relative;
  padding-bottom: 5px;
  padding-left: 40px;
  /*FOOTER CONTACT*/
  /*FOOTER INSTAGRAM*/ }
  @media (min-width: 1200px) {
    .footer-top {
      padding: 0 0px 0 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
  .footer-top .block-top {
    padding-top: 30px;
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .footer-top .block-top {
        padding-top: 79px;
        min-height: 353px; } }
  @media (min-width: 1600px) {
    .footer-top .block-about {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding-left: 102px !important; } }
  @media (min-width: 1200px) {
    .footer-top .block-about {
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding-left: 30px; } }
  @media (min-width: 1600px) {
    .footer-top .box-information {
      padding-left: 102px !important; } }
  @media (min-width: 1200px) {
    .footer-top .box-information {
      padding-left: 50px; } }
  @media (min-width: 1600px) {
    .footer-top .box-service {
      padding-left: 100px !important; } }
  @media (min-width: 1200px) {
    .footer-top .box-service {
      padding-left: 50px; } }
  @media (min-width: 1600px) {
    .footer-top .box-extra {
      padding-left: 100px !important; } }
  @media (min-width: 1200px) {
    .footer-top .box-extra {
      padding-left: 50px; } }
  @media (min-width: 1200px) {
    .footer-top .box-instagram {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      padding-left: 25px; } }
  @media (min-width: 1600px) {
    .footer-top .box-instagram {
      padding-left: 102px !important; }
      .footer-top .box-instagram .instagram-item:nth-child(4) {
        clear: both; } }
  .footer-top ul.menu li a {
    float: left;
    width: 100%;
    margin: 4px 0 5px;
    position: relative;
    font-size: 14px;
    color: #dddddd;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer-top ul.menu li a:before {
      position: absolute;
      content: "";
      top: 9px;
      left: 0;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #dddddd;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .footer-top ul.menu li a:hover {
      color: #fe6500;
      padding-left: 20px; }
  .footer-top ul.menu li:hover {
    color: #fe6500; }
    .footer-top ul.menu li:hover a:before {
      background: #fe6500;
      left: 5px; }
  .footer-top .footer-contact-content {
    width: 100%; }
    .footer-top .footer-contact-content p {
      color: #dddddd;
      display: inline-flex;
      width: 100%;
      margin-top: 3px; }
      .footer-top .footer-contact-content p > i {
        color: #fff;
        margin-right: 11px;
        margin-top: 2px; }
      .footer-top .footer-contact-content p a {
        color: #dddddd; }
        .footer-top .footer-contact-content p a:hover {
          color: #fe6500;
          text-decoration: underline; }
    .footer-top .footer-contact-content .email {
      padding-top: 7px; }
      .footer-top .footer-contact-content .email a:hover {
        color: #fe6500; }
    .footer-top .footer-contact-content .phone {
      padding-top: 4px;
      margin-bottom: 7px; }
      .footer-top .footer-contact-content .phone .fa {
        font-size: 14px; }
        @media (min-width: 1200px) {
          .footer-top .footer-contact-content .phone .fa {
            font-size: 18px; } }
      .footer-top .footer-contact-content .phone span {
        font-size: 14px;
        color: #fff; }
  .footer-top .block-about .payment {
    margin-top: 15px; }
  .footer-top .box-instagram .so-instagram-gallery {
    margin: 6px 0 0; }
    @media (min-width: 992px) {
      .footer-top .box-instagram .so-instagram-gallery .instagram-items-inner {
        margin: 0 -1px; } }
    @media (min-width: 992px) {
      .footer-top .box-instagram .so-instagram-gallery .instagram-item {
        float: left;
        padding: 2px 1px 1px;
        width: 88px;
        height: 66px;
        overflow: hidden;
        display: inline-block;
        margin: 0; }
        .footer-top .box-instagram .so-instagram-gallery .instagram-item .instagram_users .img_users a {
          border: none; } }

/*FOOTER CENTER*/
.footer-center {
  position: relative;
  padding: 20px 0 10px;
  /*FOOTER NEWLETTER*/
  /*SOCIAL FOOTER*/ }
  @media (min-width: 1200px) {
    .footer-center {
      padding: 50px 0 0px;
      margin-bottom: -5px; } }
  .footer-center .box-newletter .form-subscribe-header {
    padding-bottom: 20px; }
  .footer-center .box-newletter .form-group {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%; }
    .footer-center .box-newletter .form-group .box-description {
      display: block;
      font-size: 16px;
      color: #dddddd;
      padding-bottom: 10px;
      text-align: center; }
      @media (min-width: 992px) {
        .footer-center .box-newletter .form-group .box-description {
          display: inline-block;
          font-size: 18px;
          color: #dddddd;
          letter-spacing: 0.3px;
          white-space: nowrap; } }
    .footer-center .box-newletter .form-group .box-email {
      display: block;
      position: relative;
      padding-left: 0; }
      @media (min-width: 992px) {
        .footer-center .box-newletter .form-group .box-email {
          padding-left: 105px;
          display: inline-block; } }
      .footer-center .box-newletter .form-group .box-email .input-email {
        position: relative;
        width: 430px; }
        .footer-center .box-newletter .form-group .box-email .input-email .input-text {
          color: #999999;
          background: #1a1a1a;
          border: none;
          font-size: 14px;
          height: 46px;
          padding: 0px 50px 0px 30px;
          width: 100%;
          text-transform: capitalize;
          -webkit-border-radius: 25px !important;
          -moz-border-radius: 25px !important;
          border-radius: 25px !important;
          letter-spacing: 0.4px; }
      .footer-center .box-newletter .form-group .box-email .action {
        position: absolute;
        right: 15px;
        top: 0px; }
        .footer-center .box-newletter .form-group .box-email .action > .button {
          background-color: transparent;
          border: 0 none;
          -webkit-border-top-right-radius: 25px;
          -webkit-border-bottom-right-radius: 25px;
          -moz-border-radius-topright: 25px;
          -moz-border-radius-bottomright: 25px;
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          color: #fff;
          cursor: pointer;
          font-weight: 700;
          height: 46px;
          line-height: 46px;
          margin: 0;
          overflow: visible;
          padding: 0 15px;
          white-space: nowrap;
          width: 40px;
          font-size: 14px; }
          .footer-center .box-newletter .form-group .box-email .action > .button:hover {
            color: #fe6500; }
  .footer-center .socials-wrap {
    text-align: center; }
    .footer-center .socials-wrap ul .li-social {
      display: inline-block;
      margin: 0 4px; }
    .footer-center .socials-wrap ul .fa {
      background-color: #fff;
      font-size: 14px;
      width: 46px;
      height: 46px;
      text-align: center;
      color: #222222;
      line-height: 46px;
      -webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .footer-center .socials-wrap ul .fa:hover {
        color: #fff;
        background: #fe6500; }
    .footer-center .socials-wrap ul .fa-flickr {
      margin: 0 !important; }
    .footer-center .socials-wrap ul .name-social {
      display: none; }

/*FOOTER BOTOM*/
.footer-bottom {
  padding: 0px 0 50px 0px; }
  .footer-bottom .copyright-text {
    color: #eeeeee;
    text-align: center; }
    .footer-bottom .copyright-text span {
      color: #fe6500; }

footer, footer a {
  color: inherit; }

footer a:hover {
  color: #fe6500; }

.common-home .footer-container {
  margin-top: 0px; }

.footer-navbar .module {
  margin-bottom: 0; }
  .footer-navbar .module h3.modtitle {
    font-size: 14px;
    border-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 10px; }
    .footer-navbar .module h3.modtitle:after {
      display: none; }

.collapsed-block.footer-links .footer-directory-title {
  padding: 34px 0 21px;
  font-size: 91.6%;
  background: url("../images/line-bg.png") repeat-x top left;
  margin-top: 4px; }
.collapsed-block.footer-links ul li a:hover {
  color: #fe6500; }

.footer-bottom-block {
  background: #444;
  color: #fff;
  padding: 10px 0; }
  .footer-bottom-block .payment-footer img {
    margin: 0 3px; }

.contact-address li {
  color: #444444;
  padding: 0 0 5px 41px;
  position: relative;
  z-index: 1;
  line-height: 18px; }
.contact-address span {
  font-size: 18px;
  left: 0px;
  margin-right: 10px;
  position: absolute;
  background-color: #969696;
  height: 30px;
  top: 4px;
  color: white;
  border-radius: 2px;
  width: 30px;
  line-height: 30px;
  text-align: center; }
  .contact-address span:hover {
    background-color: #fe6500; }
.contact-address > li:nth-child(2) {
  padding-top: 7px; }
  .contact-address > li:nth-child(2) span {
    margin-top: -1px; }
.contact-address > li:last-child {
  padding-top: 8px; }
  .contact-address > li:last-child span {
    margin-top: 7px; }
.contact-address a:hover {
  color: #fe6500; }

.payment-list li {
  display: inline; }

.block-payment {
  float: right; }
  .block-payment a {
    display: inline-block;
    text-indent: -999em;
    background-image: url("../images/payment-bg.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 20px; }
    .block-payment a:hover {
      background: url("../images/color/orange/payment-bg.png"); }
    .block-payment a.payment1 {
      margin-right: -3px; }
    .block-payment a.payment2 {
      background-position: -37px center;
      margin-right: -2px; }
    .block-payment a.payment3 {
      background-position: -75px center;
      margin-right: -1px; }
    .block-payment a.payment4 {
      background-position: -114px center; }
    .block-payment a.payment5 {
      background-position: -150px center; }
    .block-payment a.payment6 {
      background-position: -186px center; }

.footer-directory-title .label-link {
  color: #444;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 11px; }

ul.footer-directory {
  list-style: outside none none;
  padding: 0;
  margin: 0; }
  ul.footer-directory li {
    padding-bottom: 3px; }
    ul.footer-directory li h2 {
      color: #444;
      display: inline-block;
      font-weight: bold;
      line-height: 22px;
      text-transform: uppercase;
      font-size: 11px;
      margin: 0;
      margin-right: 5px; }
    ul.footer-directory li a {
      font-size: 11px; }

/*--------------------STYLE MODULE--------------
	*------------ 1. Search Pro ----------- *
	*------------ 2. Block Language ------- *
	*------------ 3. Slideshow ------------ *
	*------------ 4. Block Cart ----------- *
	*------------ 5. Vertical Menu--------- *
	*------------ 6. Block Category ------- *
	*------------ 7. Other Module --------- *
*/
/*-------------------- 3. SLIDESHOW --------------------*/
.module.slideshow {
  display: block;
  overflow: hidden; }
  .module.slideshow .sohomepage-slider .sohomeslider-description {
    padding-top: 0;
    top: 50%; }
    .module.slideshow .sohomepage-slider .sohomeslider-description h2 {
      text-transform: uppercase; }
    .module.slideshow .sohomepage-slider .sohomeslider-description p {
      color: #fff; }

/*========================== 4. BLOCK CART ======================*/
.megamenu-style-dev img:hover {
  opacity: 0.8; }
.megamenu-style-dev .navbar-default {
  background: none; }
  .megamenu-style-dev .navbar-default ul.megamenu li .sub-menu .content {
    border-radius: 0; }
  .megamenu-style-dev .navbar-default .vertical {
    background: #272727;
    margin: 0 0 20px; }
    .megamenu-style-dev .navbar-default .vertical #menuHeading {
      cursor: pointer; }
      .megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper {
        background: none; }
        .megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container {
          padding: 15px 20px !important; }
          .megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container > div {
            margin: 3px 9px 0 0; }
    .megamenu-style-dev .navbar-default .vertical ul.megamenu > li > div.sub-menu {
      left: 100% !important; }
    .megamenu-style-dev .navbar-default .vertical .fa-angle-right {
      float: right;
      top: 2px;
      position: relative; }
    .megamenu-style-dev .navbar-default .vertical ul.megamenu > li.click::before,
    .megamenu-style-dev .navbar-default .vertical ul.megamenu > li.hover::before {
      padding: 14px 15px 10px 50px !important;
      right: 0;
      left: auto; }
    .megamenu-style-dev .navbar-default .vertical ul.megamenu li .sub-menu .content {
      border: none; }
    .megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
      position: relative;
      border-radius: 0;
      background: #272727; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a img {
        height: auto; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical {
        margin: 0;
        border-top: none;
        border-bottom: 1px solid #383838; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a {
          color: #a8a8a8;
          font-size: 14px; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a strong i {
            font-size: 9px;
            padding-right: 5px;
            color: #a8a8a8; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a {
          background: #383838 !important; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a i {
            color: #fff; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .title-submenu {
        color: #444; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .fa-caret-right {
        float: right;
        margin-top: 5px;
        color: #999;
        padding: 0; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
        padding: 20px 0 0 20px;
        overflow: hidden; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
          padding: 0; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
            margin-top: 45px; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content > .border {
          border: none;
          padding: 0; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
          padding: 12px 20px;
          background: #eee;
          margin: 0 -20px; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu .main-menu {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 300; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li {
        padding: 6px 0 6px 20px;
        position: relative; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li a {
          display: block; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:before {
          content: "";
          height: 8px;
          width: 8px;
          border: 1px solid #dadada;
          border-radius: 8px;
          position: absolute;
          top: 11px;
          left: 0;
          display: inline-block; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover:before {
          border-color: #fe6500;
          background: #fe6500; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover a {
          color: #fe6500; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content {
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .categories .menu ul li ul li {
          padding-top: 1px;
          padding-bottom: 1px; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li {
          line-height: 26px; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li a.main-menu {
            margin: 0 0 10px; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul {
          margin-top: 20px; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul > li:last-child {
            margin: 0; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content > .border {
        border: none;
        padding: 0; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
        position: absolute;
        bottom: 30%;
        right: -20px; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style4 .content {
        padding-bottom: 0; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content {
        padding: 0; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul {
          padding: 0;
          margin: 0; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li {
            padding: 12px 20px;
            position: relative;
            border-bottom: 1px solid #e3e3e3;
            position: relative; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:before {
              content: "";
              height: 100%;
              width: 5px;
              background: #bfbfbf;
              top: 0;
              left: 0;
              z-index: 1;
              position: absolute;
              transition: width 0.2s ease-in-out; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li .main-menu {
              font-size: 12px;
              text-transform: inherit;
              position: relative;
              z-index: 2;
              font-weight: normal; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:last-child {
              border: none; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li b {
              display: none; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover:before {
              width: 100%;
              background: #fe6500;
              transition: width 0.2s ease-in-out; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
              color: #fff; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul {
              padding: 0;
              border: none;
              border-radius: 0;
              top: 0;
              margin: 0;
              box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
              .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li a {
                position: relative;
                display: block;
                z-index: 2; }
              .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li:before {
                border-radius: 0; }
              .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:before {
                content: "";
                height: 100%;
                width: 10px;
                position: absolute;
                left: -10px;
                top: 0;
                background: none;
                border: none; }
              .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:after {
                display: none; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
        box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1); }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
          display: none; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
          color: #fe6500; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li {
          padding-top: 25px; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li:nth-child(1) {
            padding-top: 0; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
          color: #444;
          font-size: 18px;
          margin: 0 0 15px; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
          padding: 0; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
            padding: 2px 0;
            font-size: 12px; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
              display: none; }
            .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover {
              color: #fe6500; }
      .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore {
        border: none;
        text-align: right;
        padding: 16px; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore span {
          text-transform: uppercase;
          color: #fe6500; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore i {
          font-size: 14px;
          color: #fe6500; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover {
          background: #fe6500;
          color: #fff; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover span {
            color: #fff; }
          .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover i {
            color: #fff; }

/*------------------- 6. BLOCK CATEGORIES -----------*/
.so_filter_shop_by .so_filter_shop_by_item_category.sj_filter_color_item .sj_count_item {
  display: none !important; }

/*----------- 7. OTHER MODULES -------*/
.module.newsleter-popup h3.modtitle {
  padding: 10px 20px; }
.module.newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
  line-height: 18px; }

/*--------------------  7.2 LATEST PRODUCT -----------------*/
/*----- 7.3 FEATURED PRODUCT --------*/
/* ************************************************************************************************
	BREADCRUMB
************************************************************************************************ */
.full-breadcrumb {
  position: relative;
  padding: 71px 0 49px;
  text-align: center;
  background: url("../images/bg-bread.jpg") repeat fixed center top;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .full-breadcrumb {
      padding: 106px 0 84px;
      margin-bottom: 80px; } }
  .full-breadcrumb .title-breadcrumb b {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 13px;
    display: block;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
  .full-breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
    direction: ltr; }
    .full-breadcrumb .breadcrumb li {
      display: inline-block;
      position: relative;
      padding: side-values 0 18px 0 8px; }
      .full-breadcrumb .breadcrumb li a {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0.2px;
        text-transform: capitalize; }
      .full-breadcrumb .breadcrumb li + li:before {
        color: #fff;
        content: "\f054";
        font-family: FontAwesome;
        font-size: 10px;
        padding: 0 9px;
        float: left; }
      .full-breadcrumb .breadcrumb li + li:hover a {
        color: #fe6500; }

.product-view.product-detail.product-quickview .content-product-right .box-info-product .quantity .quantity-control {
  float: none; }
.product-view.product-detail.product-quickview .owl2-controls {
  display: none !important; }

/* ************************************************************************************************
	LABEL ALL PAGE
************************************************************************************************ */
.box-label {
  left: 20px;
  position: absolute;
  top: 20px; }
  .box-label .label-product {
    position: relative;
    top: 0px;
    font-size: 12px;
    color: #fff;
    z-index: 10;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    padding: 0px 18px;
    border-radius: 3px;
    clear: both; }
  .box-label .label-product.label-sale {
    left: 0;
    background-color: #222222;
    margin-bottom: 10px; }
    .box-label .label-product.label-sale:after {
      content: "";
      width: 8px;
      height: 8px;
      background: #222222;
      position: absolute;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      bottom: -3px;
      left: 50%;
      margin-left: -4px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
  .box-label .label-product.label-new {
    left: 0;
    background-color: #fe6500; }
    .box-label .label-product.label-new:after {
      content: "";
      width: 8px;
      height: 8px;
      background: #fe6500;
      position: absolute;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      bottom: -3px;
      left: 50%;
      margin-left: -4px;
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }

/*END*/
#product-quick .product-view .content-product-right .box-info-product {
  margin: 0; }

.label-percent {
  padding: 2px 5px;
  background: #fe6500;
  font-size: 13px;
  font-weight: normal;
  display: none; }

.product-options label {
  padding: 0;
  color: #666; }
.product-options .label {
  font-weight: normal;
  font-size: 11px; }
.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
  .product-options .radio .fa {
    display: none; }
.product-options .active .fa {
  display: block; }
.product-options .fa {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center; }

/*-----------Rate----------------*/
.ratings {
  margin: 0 0 5px; }
  .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #d7d7d7; }
  .ratings span.fa-stack .fa-star.fa-stack-1x {
    position: relative;
    z-index: 1; }
    .ratings span.fa-stack .fa-star.fa-stack-1x:before {
      content: "\f005";
      color: #1e1e1e; }

span.fa-stack {
  width: 12px;
  height: 14px;
  line-height: 14px; }
  span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #d7d7d7; }
  span.fa-stack .fa-stack-2x {
    font-size: 1em; }
  span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1; }
    span.fa-stack .fa-star.fa-stack-2x:before {
      content: "\f005";
      color: #1e1e1e; }

/* ************************************************************************************************
	PRICE ALL PAGE
************************************************************************************************ */
.price {
  margin: 0 0 10px 0;
  line-height: 24px; }
  .price .price-old {
    font-size: 18px;
    line-height: 20px;
    padding: 0px 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #cccccc;
    font-weight: normal; }
  .price .price-new, .price span.price {
    color: #fe6500;
    font-size: 18px;
    font-weight: normal; }

/* ************************************************************************************************
	TODAY'S DEALS
************************************************************************************************ */
.countdown_box {
  text-align: center; }
  .countdown_box .countdown_inner {
    display: block;
    background: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    text-transform: capitalize;
    padding: 15px 0; }
  .countdown_box .title {
    display: none; }
  .countdown_box .time-item {
    display: inline-block;
    width: 25%;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .countdown_box .time-item .num-time {
      font-size: 18px;
      font-weight: 500;
      line-height: 100%;
      padding-bottom: 5px; }
    .countdown_box .time-item .num-time,
    .countdown_box .time-item .name-time {
      line-height: 100%; }
    .countdown_box .time-item:last-child {
      border: none; }

.bottom_buttons .btn {
  padding: 0;
  text-transform: capitalize; }

/*DEAL SLIDE LISTING*/
.module.today_deals h3.modtitle {
  border-color: #e6e6e6; }

.deals_module_wrapper {
  margin-bottom: 40px; }
  .deals_module_wrapper .product-image-container {
    border: 1px solid #e6e6e6; }
  .deals_module_wrapper .countdown_box {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -85px; }
  .deals_module_wrapper .btn.btn-default {
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fe6500;
    color: #fff;
    border-color: #fe6500;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .deals_module_wrapper .btn.btn-default:hover {
      background: #333;
      border-color: #333; }
    .deals_module_wrapper .btn.btn-default.addToCart {
      padding: 0 18px; }
      .deals_module_wrapper .btn.btn-default.addToCart span {
        padding-left: 5px;
        font-size: 15px;
        font-weight: bold; }
    .deals_module_wrapper .btn.btn-default.wishlist {
      webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
      width: 40px; }
    .deals_module_wrapper .btn.btn-default.compare {
      webkit-border-radius: 50% !important;
      -moz-border-radius: 50% !important;
      border-radius: 50% !important;
      width: 40px; }
  .deals_module_wrapper h2.title-product {
    margin-top: 9px;
    font-size: 22px; }
  .deals_module_wrapper .label-percent {
    position: absolute;
    top: 20px;
    z-index: 5;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 0;
    left: 38px; }
  .deals_module_wrapper .product-box-desc {
    margin-top: 5px; }
    .deals_module_wrapper .product-box-desc span {
      min-width: 100px;
      display: inline-block; }
    .deals_module_wrapper .product-box-desc .status-stock {
      color: #5dbe45; }
  .deals_module_wrapper .short_description {
    margin: 0 0 15px;
    padding: 10px 0px 0 0; }
    @media (min-width: 1200px) {
      .deals_module_wrapper .short_description {
        padding: 10px 40px 0 0; } }
  .deals_module_wrapper .extended_offer {
    width: 100%;
    display: table;
    border: 1px solid #ddd; }
    .deals_module_wrapper .extended_offer .price-save, .deals_module_wrapper .extended_offer .price-sale,
    .deals_module_wrapper .extended_offer .price-old {
      display: table-cell;
      background: #f8f8f8;
      padding: 14px 18px 10px; }
    .deals_module_wrapper .extended_offer .price-save {
      color: #ff4557;
      background: #fff;
      text-align: center; }
    .deals_module_wrapper .extended_offer .price-sale {
      color: #018bc8;
      background: #fff;
      text-align: center;
      border-right: 1px solid #ddd; }
    .deals_module_wrapper .extended_offer .price-old {
      color: #b2b2b2;
      background: #fff;
      text-align: center;
      border-right: 1px solid #ddd; }
    .deals_module_wrapper .extended_offer .amount {
      display: block;
      font-size: 20px;
      font-weight: 600; }

/*Category Layout4 - REFINE SEARCH*/
.products-category .filter_group {
  width: 25%;
  display: inline-block;
  vertical-align: top; }

/*-----------PRODUCT CATEGORY----------------*/
.products-category .img-cate {
  margin: 0  0 20px; }
.products-category .refine-search,
.products-category .thumbnail {
  margin-bottom: 10px; }

/*------------------PRODUCT LISTING ====================*/
.products-category .refine-search.form-group,
.products-category .category-info.form-group {
  margin: 0; }
  .products-category .refine-search.form-group p,
  .products-category .category-info.form-group p {
    margin: 0; }
    .products-category .refine-search.form-group p img,
    .products-category .category-info.form-group p img {
      margin-bottom: 25px; }

h2.title-category {
  margin: 0 0 15px; }

/*TOOLBAR LISTING BOTTOM*/
.product-filter-bottom.filters-panel {
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
  padding-top: 15px; }

/*TOOLBAR LISTING TOP*/
.filters-panel {
  margin-bottom: 5px;
  padding: 10px 0 20px;
  margin-top: 5px; }
  .filters-panel .gruop-panel1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px; }
  .filters-panel .gruop-panel2 {
    padding-top: 12px; }
    .filters-panel .gruop-panel2 .short-by label {
      display: none; }
    .filters-panel .gruop-panel2 .short-by select {
      box-shadow: none;
      width: 130px;
      border-color: #ddd;
      height: 35px;
      line-height: 35px; }
  .filters-panel .list-view {
    text-align: left; }
    .filters-panel .list-view button.btn.grid {
      margin-right: -3px; }
    .filters-panel .list-view button.btn {
      border-radius: 0;
      padding: 0;
      background: #252525;
      border: #252525;
      color: #fff;
      height: 35px;
      width: 35px;
      line-height: 35px; }
      .filters-panel .list-view button.btn.active {
        background: #fe6500;
        color: #fff;
        border-color: #fe6500;
        box-shadow: none; }
        .filters-panel .list-view button.btn.active:hover {
          background: #fe6500;
          color: #fff; }
      .filters-panel .list-view button.btn:hover {
        color: #fff;
        background: #fe6500;
        border-color: #fe6500; }
      .filters-panel .list-view button.btn:focus {
        border-radius: 0;
        border-color: #fe6500;
        outline: none; }
    .filters-panel .list-view .fa {
      font-size: 14px; }
  .filters-panel.product-filter-bottom {
    margin-top: 15px; }

.filters-panel select {
  border-radius: 0; }

.box-pagination .pagination > li span,
.box-pagination .pagination > li a {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: none;
  display: inline-block; }
.box-pagination .pagination {
  display: block; }

.short-by-show .form-group .form-control {
  height: 35px;
  line-height: 35px;
  border-color: #ddd;
  font-size: 14px;
  padding-right: 0;
  box-shadow: none; }
.short-by-show .form-group .control-label {
  font-size: 13px;
  color: #333;
  padding-right: 5px; }
.short-by-show .form-group.shortby select {
  width: 100px;
  font-size: 13px;
  color: #4f4f4f; }
.short-by-show .form-group.short-by {
  float: left;
  padding-right: 10px; }

/*----------------PRODUCT LIST ------------------*/
.grid .product-layout.col-md-12 .second_img .img_0, .grid .product-layout.col-md-6 .second_img .img_0 {
  left: calc(50% - 125px); }

.common-home .products-list .product-layout .product-item-container {
  border: none; }

/*LISTING*/
.products-list {
  /*----------------PRODUCT LIST GRID ------------------*/
  /*----------------PRODUCT LIST  ------------------*/ }
  .products-list .product-layout .product-item-container {
    border: 1px solid #eee; }
  .products-list .product-layout .left-block {
    overflow: hidden; }
    .products-list .product-layout .left-block .product-image-container {
      width: 100%;
      float: left;
      position: relative;
      overflow: hidden;
      text-align: center; }
      .products-list .product-layout .left-block .product-image-container img {
        background-color: #fff; }
      .products-list .product-layout .left-block .product-image-container.second_img .img_0 {
        position: absolute;
        z-index: 8;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0); }
    .products-list .product-layout .left-block .countdown_box {
      width: 100%;
      position: absolute;
      top: 40%;
      transition: 0.3s all ease 0s;
      transform: scale(1); }
  .products-list .product-layout .caption h4 {
    margin: 0px 0 2px; }
    .products-list .product-layout .caption h4:hover a {
      color: #fe6500; }
  .products-list .product-layout .caption h4 a {
    font-size: 15px;
    margin: 10px 0 4px;
    color: #333333; }
  .products-list .product-layout .caption .rating {
    margin-bottom: 14px; }
  .products-list .product-layout .right-block {
    padding-bottom: 33px; }
  .products-list.grid .product-layout {
    /*BUTTON ALL*/ }
    .products-list.grid .product-layout .product-item-container {
      margin: 15px 0;
      overflow: hidden;
      border: 1px solid #ddd;
      background: #fff;
      position: relative;
      /*BOX IMAGE*/
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      /*BOX TITLE PRICE*/ }
      .products-list.grid .product-layout .product-item-container:hover .left-block {
        position: relative;
        width: 100%; }
        .products-list.grid .product-layout .product-item-container:hover .left-block .button-group .btn-button {
          -ms-transform: translatey(0px);
          /* IE 9 */
          -webkit-transform: translatey(0px);
          /* Safari */
          transform: translatey(0px);
          opacity: 1;
          filter: alpha(opacity=100); }
      .products-list.grid .product-layout .product-item-container:hover .right-block {
        position: relative;
        z-index: 99; }
        .products-list.grid .product-layout .product-item-container:hover .right-block .caption a {
          color: #fff; }
        .products-list.grid .product-layout .product-item-container:hover .right-block .price .price-old {
          display: none; }
        .products-list.grid .product-layout .product-item-container:hover .right-block .price .price-new, .products-list.grid .product-layout .product-item-container:hover .right-block .price span.price {
          color: #fff; }
      .products-list.grid .product-layout .product-item-container:hover:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        z-index: 90; }
      .products-list.grid .product-layout .product-item-container .right-block {
        text-align: center;
        padding-top: 8px;
        /*RATING*/
        /*PRICE*/ }
        .products-list.grid .product-layout .product-item-container .right-block .caption:hover a {
          color: #fe6500; }
        .products-list.grid .product-layout .product-item-container .right-block .caption a {
          color: #333;
          font-size: 14px;
          font-weight: normal; }
        .products-list.grid .product-layout .product-item-container .right-block .ratings {
          display: none; }
        .products-list.grid .product-layout .product-item-container .right-block .price {
          margin-bottom: 2px;
          padding-top: 5px; }
      .products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box {
        transform: scale(0); }
      .products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
        top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 0; }
    .products-list.grid .product-layout .button-group {
      position: absolute;
      width: 100%;
      text-align: center;
      z-index: 91;
      left: 50%;
      top: 70%;
      margin-top: -25px;
      -ms-transform: translatex(-50%);
      /* IE 9 */
      -webkit-transform: translatex(-50%);
      /* Safari */
      transform: translatex(-50%); }
      .products-list.grid .product-layout .button-group .addToCart.btn-button {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .products-list.grid .product-layout .button-group .wishlist.btn-button {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      .products-list.grid .product-layout .button-group .compare.btn-button {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
      .products-list.grid .product-layout .button-group .quickview.btn-button {
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        @media (min-width: 1200px) {
          .products-list.grid .product-layout .button-group .quickview.btn-button {
            display: inline-block !important; } }
      .products-list.grid .product-layout .button-group .btn-button {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-transform: translatey(50px);
        /* IE 9 */
        -webkit-transform: translatey(50px);
        /* Safari */
        transform: translatey(50px);
        background-color: #fff;
        border: none;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        color: #111111;
        width: 50px;
        line-height: 50px;
        font-size: 13px;
        height: 50px;
        vertical-align: top;
        position: relative;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important; }
        .products-list.grid .product-layout .button-group .btn-button:hover {
          background: #fe6500;
          color: #fff; }
          .products-list.grid .product-layout .button-group .btn-button:hover:before {
            background-position: 0px 0px; }
  .products-list.list .product-layout .product-item-container {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    /*BUTTON*/ }
    .products-list.list .product-layout .product-item-container .left-block {
      padding: 0; }
      .products-list.list .product-layout .product-item-container .left-block .quickview {
        top: 10%;
        opacity: 0;
        filter: alpha(opacity=0);
        text-align: center;
        position: absolute;
        line-height: 50px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-left: -25px;
        left: 50%;
        z-index: 99; }
      .products-list.list .product-layout .product-item-container .left-block .box-label {
        top: 0;
        left: 0; }
      .products-list.list .product-layout .product-item-container .left-block .box-label .label-product.label-new,
      .products-list.list .product-layout .product-item-container .left-block .box-label .label-product.label-sale {
        left: 0; }
      .products-list.list .product-layout .product-item-container .left-block .countdown_box {
        padding: 10px; }
    .products-list.list .product-layout .product-item-container .button-group {
      padding-left: 0; }
      .products-list.list .product-layout .product-item-container .button-group .addToCart {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        background: #fe6500;
        border: none;
        padding: 0 22px 0 20px;
        font-weight: 500;
        position: relative;
        vertical-align: top;
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .products-list.list .product-layout .product-item-container .button-group .addToCart:hover {
          background: #222; }
        .products-list.list .product-layout .product-item-container .button-group .addToCart .fa {
          font-size: 13px; }
        .products-list.list .product-layout .product-item-container .button-group .addToCart span {
          padding-left: 12px; }
      .products-list.list .product-layout .product-item-container .button-group .btn-button {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        background: #222222;
        border: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: 7px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important; }
        .products-list.list .product-layout .product-item-container .button-group .btn-button:hover {
          background: #fe6500;
          color: #fff; }
        @media (min-width: 992px) {
          .products-list.list .product-layout .product-item-container .button-group .btn-button.quickview {
            display: inline-block !important; } }
    .products-list.list .product-layout .product-item-container .right-block {
      color: #999999;
      padding-top: 8px;
      padding-left: 2px;
      padding-bottom: 13px; }
      .products-list.list .product-layout .product-item-container .right-block .caption h4 {
        margin-top: 0;
        margin-bottom: 11px;
        display: inline-table; }
        .products-list.list .product-layout .product-item-container .right-block .caption h4 a {
          color: #333333;
          font-size: 16px; }
        .products-list.list .product-layout .product-item-container .right-block .caption h4:hover a {
          color: #fe6500; }
      .products-list.list .product-layout .product-item-container .right-block .ratings {
        float: right;
        line-height: 100%; }
      .products-list.list .product-layout .product-item-container .right-block .description {
        padding: 3px 0 10px 0;
        font-size: 14px; }
      .products-list.list .product-layout .product-item-container .right-block .price .price-new, .products-list.list .product-layout .product-item-container .right-block .price span.price {
        font-size: 16px; }
      .products-list.list .product-layout .product-item-container .right-block .price .price-old {
        font-size: 16px; }
    .products-list.list .product-layout .product-item-container:hover .left-block {
      cursor: pointer; }
      .products-list.list .product-layout .product-item-container:hover .left-block .quickview {
        top: 40%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        background: #fff;
        color: #545454;
        border-color: #fff; }
        .products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
          background: #fe6500;
          border-color: #fe6500;
          color: #fff; }
      .products-list.list .product-layout .product-item-container:hover .left-block .countdown_box {
        transform: scale(0); }
      .products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
        top: 0;
        opacity: 1;
        z-index: 0; }

.product-list .box-label .label-product.label-new,
.product-list .box-label .label-product.label-sale {
  left: 10px; }

.products-list.grid .product-list {
  display: none !important; }

.products-list.list .product-grid {
  display: none !important; }

/*----------------PRODUCT LIST Masonry  ------------------*/
div.list-masonry .product-layout .img-responsive {
  margin-bottom: 10px; }

.so_filter_shop_by_item_title i {
  float: right !important; }

/*QUICKVIEW*/
#product-quick .product-view .content-product-right .box-info-product .cart {
  margin: 5px 7px 0 0px; }
#product-quick .product-view .content-product-right .box-info-product .add-to-links {
  margin-top: 4px; }

/*BLOCK SHOPBY*/
.so_filter_wrap_block input[type=number]::-webkit-inner-spin-button,
.so_filter_wrap_block input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.so_filter_wrap_block input[type=number] {
  -moz-appearance: textfield; }
.so_filter_wrap_block .so_filter_wrap {
  border: 1px solid #ddd; }
.so_filter_wrap_block .so_filter_wrap.module h3.modtitle {
  font-size: 20px;
  border-color: #ddd;
  padding: 15px 0;
  margin: 0; }
.so_filter_wrap_block .so_filter_wrap .so-option-container .input-group input {
  -webkit-box-shadow: none;
  box-shadow: none; }
.so_filter_wrap_block .so_filter_wrap .so-option-container .input-group input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc; }
.so_filter_wrap_block .so_filter_wrap.module h3.modtitle span {
  padding: 0 20px; }
.so_filter_wrap_block .product-layout {
  display: none; }
.so_filter_wrap_block .so_filter_wrap .modcontent {
  margin-bottom: 10px; }
.so_filter_wrap_block .so_filter_wrap .modcontent ul {
  margin: 0;
  padding: 0; }
.so_filter_wrap_block .so_filter_wrap .modcontent li {
  list-style: none;
  border-bottom: #ddd 1px solid; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-heading {
  color: #fff;
  display: block;
  overflow: hidden;
  cursor: pointer; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
  float: left;
  padding: 25px 20px 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  font-weight: 600; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-heading i {
  float: right;
  padding: 5px; }
.so_filter_wrap_block .so-filter-content-opts-container .so-filter-option .option-input .fa {
  font-size: 5px;
  position: relative;
  top: -2px; }
.so_filter_wrap_block .so-filter-content-opts-container .so-filter-option label {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container {
  padding: 25px 20px;
  display: block;
  overflow: hidden; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
  float: left; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container ul li img {
  cursor: pointer;
  vertical-align: top; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container ul li.opt_disable img {
  cursor: default; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container ul li img {
  margin: 0;
  padding: 1px;
  border: #fff 1px solid; }
.so_filter_wrap_block .so_filter_wrap .modcontent .so-filter-content-opts-container ul li.opt_active img {
  border-color: #ccc; }
.so_filter_wrap_block .so-filter-gird.loading-gif {
  background-image: url("../images/loadingIcon.gif");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 500px; }
.so_filter_wrap_block .so-filter-content-opts-container .opt-select {
  border-bottom: #ddd 1px dashed;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  cursor: pointer; }
.so_filter_wrap_block .so-filter-content-opts-container li.so-filter-option.opt-select {
  border: none; }
.so_filter_wrap_block .so-filter-content-opts-container .opt_disable {
  cursor: default;
  opacity: 0.2; }
.so_filter_wrap_block .so-filter-content-opts-container .so-filter-option .option-input, .so_filter_wrap_block .so-filter-content-opts-container .so-filter-option-sub .option-input {
  display: inline-block;
  margin: 3px; }
.so_filter_wrap_block .so-filter-content-opts-container .so-filter-option, .so_filter_wrap_block .so-filter-content-opts-container .so-filter-option-sub {
  margin-top: 3px; }
.so_filter_wrap_block .so-filter-content-opts-container .opt_enable, .so_filter_wrap_block .so-filter-content-opts-container .opt_enable label {
  cursor: pointer; }
.so_filter_wrap_block .so-filter-content-opts-container .option-count {
  display: inline-block;
  float: right;
  background: #fe6500;
  padding: 0px 5px;
  border-radius: 3px;
  position: relative; }
.so_filter_wrap_block .so-filter-content-opts-container .option-count:not(.opt_close):after {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 4px;
  margin-top: -4px;
  border-right-color: #fe6500;
  right: 100%; }
.so_filter_wrap_block .so-filter-content-opts-container li .option-count, .so_filter_wrap_block .so-filter-content-opts-container .opt_disable .option-count, .so_filter_wrap_block .so-filter-content-opts-container .option-count i.fa.fa-times, .so_filter_wrap_block .so-filter-content-opts-container .option-count.opt_close span {
  display: none; }
.so_filter_wrap_block .so-filter-content-opts-container .option-count.opt_close {
  background: transparent;
  margin-top: 7px; }
.so_filter_wrap_block .so-filter-content-opts-container .option-count span {
  color: #fff; }
.so_filter_wrap_block .so-filter-content-opts-container .option-count.opt_close i.fa.fa-times {
  display: block;
  color: #f00; }
.so_filter_wrap_block .so-filter-option.so-filter-price {
  text-align: center;
  border: none;
  padding: 0 12px 0 0; }
.so_filter_wrap_block .so-filter-option.so-filter-price .content_scroll {
  margin: 10px 0; }
.so_filter_wrap_block .so-filter-option.so-filter-price .content_min_max {
  overflow: hidden;
  display: inline-block;
  margin: auto; }
.so_filter_wrap_block .so-filter-option.so-filter-price .input_max, .so_filter_wrap_block .so-filter-option.so-filter-price .input_min {
  display: inline-block;
  max-width: 65px;
  min-width: 65px;
  margin-top: 3px; }
.so_filter_wrap_block .so-filter-option.so-filter-price .input_max {
  margin-left: 5px; }
.so_filter_wrap_block #btn_resetAll {
  padding: 20px 20px 10px; }
.so_filter_wrap_block #btn_resetAll .fa.fa-times {
  color: #fe6500; }

/* ************************************************************************************************
BLOCK CUSTOM TAG
************************************************************************************************ */
.box {
  border: 1px solid #ddd; }
  .box .box-heading {
    background: #fff;
    color: #111;
    padding: 0;
    text-transform: uppercase;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    letter-spacing: 0.3px; }
    .box .box-heading span {
      font-size: 20px; }
  @media (min-width: 1200px) {
    .box .box-content {
      padding-bottom: 60px; } }
  .box .box-content a {
    background: transparent;
    padding: 0 10px;
    color: #555555;
    border: 1px solid #ddd;
    margin: 4px 4px 4px 0;
    font-size: 14px;
    display: inline-block;
    float: none;
    line-height: 30px; }
    .box .box-content a:hover {
      border-color: #fe6500;
      background: #fe6500;
      color: #fff; }

/* ************************************************************************************************
   PRODUCT DETAIL IMG
************************************************************************************************ */
.product-view.product-detail {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  @media (min-width: 1200px) {
    .product-view.product-detail {
      margin-bottom: 56px;
      padding-bottom: 89px; } }
  .product-view.product-detail .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border: 1px solid #ddd; }
    .product-view.product-detail .content-product-left .large-image img {
      background: #fff; }
    .product-view.product-detail .content-product-left .large-image .label-sale {
      left: 10px;
      top: 10px; }
    .product-view.product-detail .content-product-left .large-image .label-new {
      left: 10px;
      top: 10px; }
  .product-view.product-detail .content-product-left .owl2-carousel .owl2-stage-outer {
    margin-right: -2px;
    padding-right: 2px; }
  .product-view.product-detail .content-product-left .thumb-video {
    margin-top: -50px;
    bottom: 40px;
    position: absolute;
    z-index: 950;
    font-size: 22px;
    right: 40px; }
  .product-view.product-detail .content-product-left .full_slider,
  .product-view.product-detail .content-product-left .not_full_slider {
    margin-top: 15px; }
    .product-view.product-detail .content-product-left .full_slider .thumbnail,
    .product-view.product-detail .content-product-left .not_full_slider .thumbnail {
      border-radius: 0;
      margin-bottom: 0; }
      .product-view.product-detail .content-product-left .full_slider .thumbnail:hover,
      .product-view.product-detail .content-product-left .not_full_slider .thumbnail:hover {
        border-color: #fe6500; }
      .product-view.product-detail .content-product-left .full_slider .thumbnail.active,
      .product-view.product-detail .content-product-left .not_full_slider .thumbnail.active {
        border-color: #fe6500; }
    .product-view.product-detail .content-product-left .full_slider .owl2-nav div,
    .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div {
      display: block;
      width: 20px;
      text-align: center;
      background: transparent !important;
      color: #999999;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      position: absolute;
      height: 104px;
      top: 20px; }
      .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-prev,
      .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
        left: 0px;
        float: left; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-prev:hover,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
          background-color: transparent !important;
          opacity: 1;
          filter: alpha(opacity=100); }
          .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-prev:hover:before,
          .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover:before {
            color: #fe6500; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
          display: none; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-prev:before,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
          content: '\f060';
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 100px;
          text-align: center;
          font-size: 14px; }
      .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-next,
      .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-next {
        right: 0;
        float: right; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-next:hover,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
          background-color: transparent !important;
          opacity: 1;
          filter: alpha(opacity=100); }
          .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-next:hover:before,
          .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover:before {
            color: #fe6500; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-next.disabled,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
          display: none; }
        .product-view.product-detail .content-product-left .full_slider .owl2-nav div.owl2-next:before,
        .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
          content: '\f061';
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 100px;
          text-align: center;
          font-size: 14px; }
      .product-view.product-detail .content-product-left .full_slider .owl2-nav div i,
      .product-view.product-detail .content-product-left .not_full_slider .owl2-nav div i {
        display: none; }
  .product-view.product-detail .content-product-right {
    overflow: hidden;
    /*SOCIAL BOX*/
    /*SOCIAL*/
    /*BOX COLOR*/
    /*BOX QUALITY*/ }
    .product-view.product-detail .content-product-right .social-catalog .footer-titles {
      color: #222;
      float: left;
      line-height: 40px;
      padding-right: 32px;
      text-transform: uppercase;
      font-size: 14px; }
    .product-view.product-detail .content-product-right .social-catalog ul .fa {
      color: #919191;
      font-size: 18px;
      margin: 0 25px 15px 0;
      text-align: center;
      float: left;
      line-height: 40px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product-view.product-detail .content-product-right .social-catalog ul .fa:hover {
        color: #222222; }
    .product-view.product-detail .content-product-right .title-product h1 {
      font-size: 22px;
      margin: 0 0 13px;
      line-height: 1;
      color: #333; }
    .product-view.product-detail .content-product-right .box-review .ratings {
      display: inline-block;
      margin: 0 10px 0 0; }
    @media (min-width: 992px) {
      .product-view.product-detail .content-product-right .box-review .reviews_button {
        padding-left: 25px; } }
    .product-view.product-detail .content-product-right .box-review a {
      color: #545454;
      font-weight: 500;
      display: inline-block;
      font-size: 13px;
      text-transform: uppercase; }
      .product-view.product-detail .content-product-right .box-review a:hover {
        color: #fe6500; }
    .product-view.product-detail .content-product-right .product-box-desc {
      padding: 10px 0;
      margin-bottom: 10px;
      line-height: 25px;
      color: #545454;
      text-transform: uppercase; }
      .product-view.product-detail .content-product-right .product-box-desc .fa-check-square-o {
        color: #518413; }
      .product-view.product-detail .content-product-right .product-box-desc span {
        min-width: 150px;
        display: inline-block; }
    .product-view.product-detail .content-product-right .short_description {
      display: block;
      font-size: 14px;
      text-align: justify;
      color: #999999; }
    .product-view.product-detail .content-product-right .product-label {
      margin: 12px 0 20px;
      font-weight: bold; }
    .product-view.product-detail .content-product-right .price .price-new {
      font-size: 24px;
      color: #fe6500;
      font-weight: 400; }
    .product-view.product-detail .content-product-right .price .price-old {
      font-size: 20px;
      color: #cccccc;
      font-weight: 400; }
    .product-view.product-detail .content-product-right .countdown_box {
      margin-bottom: 20px; }
      .product-view.product-detail .content-product-right .countdown_box .countdown_inner {
        color: white;
        margin: 0;
        text-align: center; }
        .product-view.product-detail .content-product-right .countdown_box .countdown_inner .title {
          padding: 10px;
          border-right: 1px solid #fff;
          display: table-cell;
          vertical-align: top; }
    .product-view.product-detail .content-product-right h3 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      display: none; }
    .product-view.product-detail .content-product-right #product {
      margin-top: 29px;
      border-top: 1px solid #ddd;
      padding-top: 29px; }
      .product-view.product-detail .content-product-right #product .image_option_type .product-options {
        display: inline-block;
        position: relative;
        top: -2px; }
      .product-view.product-detail .content-product-right #product .image_option_type .control-label {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        color: #222;
        padding-right: 5px;
        line-height: 40px; }
      .product-view.product-detail .content-product-right #product .product-options .img-thumbnail {
        width: 22px;
        height: 22px;
        border-radius: 0;
        padding: 1px; }
      .product-view.product-detail .content-product-right #product .box-checkbox label {
        width: 100%; }
      .product-view.product-detail .content-product-right #product .box-date {
        padding-left: 0; }
        .product-view.product-detail .content-product-right #product .box-date label {
          margin-right: 10px;
          width: 80px; }
        .product-view.product-detail .content-product-right #product .box-date input {
          width: 200px; }
        .product-view.product-detail .content-product-right #product .box-date input, .product-view.product-detail .content-product-right #product .box-date button {
          border-radius: 0;
          position: relative;
          z-index: 0;
          margin-left: 0; }
        .product-view.product-detail .content-product-right #product .box-date .input-group-btn {
          float: left; }
        .product-view.product-detail .content-product-right #product .box-date button:hover {
          background: #fe6500;
          color: #fff; }
    .product-view.product-detail .content-product-right .social-catalog {
      clear: both;
      border-top: 1px solid #ddd;
      padding-top: 15px; }
    .product-view.product-detail .content-product-right .image_option_type {
      display: inline-block;
      vertical-align: top;
      padding-right: 40px;
      margin-bottom: 23px; }
    .product-view.product-detail .content-product-right .box-info-product {
      margin: 0;
      /*CART ADD*/
      /*COMPARE WISTLIST*/ }
      .product-view.product-detail .content-product-right .box-info-product.box-quantity {
        display: inline-block; }
      .product-view.product-detail .content-product-right .box-info-product.form-cart {
        clear: both;
        border-top: 1px solid #ddd;
        padding-top: 30px; }
      .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control {
        float: left;
        margin: 0;
        padding: 0 22px 0 0;
        position: relative; }
        .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control label {
          float: left;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 400;
          color: #222;
          display: inline-block;
          padding-right: 8px;
          line-height: 40px; }
        .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control input.form-control {
          float: left;
          height: 40px;
          width: 40px;
          text-align: center;
          border: 1px solid #d7d7d7;
          border-radius: 0;
          z-index: 0;
          box-shadow: none; }
        .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control span {
          border: 0 none;
          color: white;
          float: left;
          font-size: 10px;
          font-weight: normal;
          margin-left: 5px;
          border-radius: 0;
          cursor: pointer;
          line-height: 16px; }
          .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
            background: #fff;
            font-size: 14px;
            padding: 0 4px;
            position: absolute;
            right: -14px;
            border-bottom: none !important;
            top: 0px;
            width: 38px;
            height: 21px;
            line-height: 18px;
            border: 1px solid #d7d7d7;
            color: #4f4f4f; }
          .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
            background: #fff;
            font-size: 14px;
            padding: 0 4px;
            position: absolute;
            right: -14px;
            border-top: none !important;
            top: 20px;
            width: 38px;
            height: 20px;
            line-height: 18px;
            border: 1px solid #d7d7d7;
            color: #4f4f4f; }
          .product-view.product-detail .content-product-right .box-info-product .quantity .quantity-control span:hover {
            color: #fe6500 !important; }
      .product-view.product-detail .content-product-right .box-info-product .cart {
        display: inline-block;
        position: relative;
        margin-right: 8px;
        vertical-align: top; }
        .product-view.product-detail .content-product-right .box-info-product .cart:before {
          content: '\f067';
          display: inline-block;
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          line-height: 50px;
          text-align: center;
          font-size: 14px;
          position: absolute;
          color: #fff;
          z-index: 9;
          left: 22px; }
        .product-view.product-detail .content-product-right .box-info-product .cart #button-cart {
          height: 50px;
          line-height: 50px;
          font-size: 15px;
          color: #fff;
          position: relative;
          font-weight: bold;
          background: #fe6500;
          border: none;
          padding: 0 23px 0 42px;
          -webkit-border-radius: 30px !important;
          -moz-border-radius: 30px !important;
          border-radius: 30px !important;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .product-view.product-detail .content-product-right .box-info-product .cart #button-cart:hover {
            background: #222; }
        .product-view.product-detail .content-product-right .box-info-product .cart a {
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase; }
          .product-view.product-detail .content-product-right .box-info-product .cart a i {
            margin-right: 5px; }
      .product-view.product-detail .content-product-right .box-info-product .add-to-links {
        vertical-align: top;
        display: inline-block; }
        .product-view.product-detail .content-product-right .box-info-product .add-to-links li {
          display: inline-block; }
        .product-view.product-detail .content-product-right .box-info-product .add-to-links li.wishlist a {
          margin-right: 7px; }
        .product-view.product-detail .content-product-right .box-info-product .add-to-links ul li a {
          display: inline-block;
          font-size: 12px;
          margin: 0;
          line-height: 50px;
          width: 50px;
          height: 50px;
          text-align: center;
          color: #fff;
          cursor: pointer;
          vertical-align: middle;
          transition: 0.3s all ease 0s;
          position: relative;
          background: #222222;
          -webkit-border-radius: 50% !important;
          -moz-border-radius: 50% !important;
          border-radius: 50% !important; }
          .product-view.product-detail .content-product-right .box-info-product .add-to-links ul li a.text {
            display: none; }
          .product-view.product-detail .content-product-right .box-info-product .add-to-links ul li a:hover {
            background: #fe6500; }

.nt.btn-more {
  display: none; }

.tab-full .owl2-nav {
  display: none !important; }

.thumb-vertical-outer {
  width: 120px;
  position: relative;
  float: left;
  margin-right: 5px;
  padding: 17px 0; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #f4f4f4; }
  .thumb-vertical-outer .btn-more {
    display: block;
    color: #999999;
    text-align: center;
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    margin-left: -5px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .thumb-vertical-outer .btn-more:hover {
      color: #fe6500; }
    .thumb-vertical-outer .btn-more.prev-thumb {
      top: -3px; }
    .thumb-vertical-outer .btn-more.next-thumb {
      bottom: -5px; }
  .thumb-vertical-outer .prev {
    margin-bottom: 5px; }
  .thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer; }
    .thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
      visibility: hidden; }
    .thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
      font-size: 16px;
      display: block;
      text-align: center; }
  .thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px; }
    .thumb-vertical-outer ul li .thumbnail {
      border-radius: 0;
      padding: 0;
      margin: 0;
      border: 1px solid #ddd; }
      .thumb-vertical-outer ul li .thumbnail img {
        padding: 0px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative; }
      .thumb-vertical-outer ul li .thumbnail:hover {
        border-color: #fe6500; }
      .thumb-vertical-outer ul li .thumbnail.active {
        border-color: #fe6500; }

/*BOX TAB RELATED UPSALE*/
.tab-full {
  /*PRETEXT*/
  /*MODULE EXTRA*/ }
  .tab-full .title-home {
    display: none; }
  .tab-full .nav-tabs {
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    border: none; }
    .tab-full .nav-tabs li {
      float: none;
      display: inline-block;
      cursor: pointer;
      padding: 5px 15px; }
      @media (min-width: 1200px) {
        .tab-full .nav-tabs li {
          padding: 5px 30px; } }
      .tab-full .nav-tabs li.active a {
        color: #fe6500;
        border: none;
        background: transparent; }
      .tab-full .nav-tabs li.sn-border:after {
        content: "/";
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 7px;
        color: #222;
        font-size: 18px; }
        @media (min-width: 1200px) {
          .tab-full .nav-tabs li.sn-border:after {
            font-size: 24px;
            top: 11px; } }
      .tab-full .nav-tabs li a {
        padding: 0;
        font-size: 18px;
        color: #222222;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        cursor: pointer; }
        @media (min-width: 1200px) {
          .tab-full .nav-tabs li a {
            font-size: 24px; } }
        .tab-full .nav-tabs li a:hover {
          color: #000;
          border: none;
          background: transparent; }
  .tab-full .tab-content {
    padding-top: 10px; }
    @media (min-width: 992px) {
      .tab-full .tab-content {
        padding-top: 13px;
        padding-bottom: 33px; } }
  .tab-full .active.tab-pane {
    height: auto !important; }
  .tab-full .tab-pane {
    height: 0;
    display: block;
    overflow: hidden; }
  .tab-full .pre-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #9a9a9a;
    font-size: 14px; }
    .tab-full .pre-text:before {
      content: "";
      background: #e5e5e5;
      width: 48px;
      left: -17px;
      position: relative;
      display: inline-block;
      height: 1px; }
    .tab-full .pre-text:after {
      content: "";
      background: #e5e5e5;
      width: 48px;
      right: -17px;
      position: relative;
      display: inline-block;
      height: 1px; }
  .tab-full .moduletable h3 {
    display: none; }
  .tab-full .moduletable .so-extraslider {
    margin: -8px 0 0 0; }
  .tab-full .moduletable .right-block .rating {
    display: none; }

/*RIGHT COLUOM*/
.product-detail .right_column .module {
  border: 1px solid #e9e9e9; }
  .product-detail .right_column .module h3.modtitle {
    margin: 0 15px;
    padding: 22px 0; }
.product-detail .right_column .box-content {
  margin-top: 5px;
  border: none; }
  .product-detail .right_column .box-content ul li a {
    font-size: 14px;
    font-weight: 300; }
  .product-detail .right_column .box-content ul li {
    margin: 0; }
    .product-detail .right_column .box-content ul li:last-child {
      border: none; }
    .product-detail .right_column .box-content ul li:before {
      content: "";
      position: absolute;
      height: 12px;
      width: 12px;
      border: 1px solid #acacac;
      display: inline-block;
      top: 16px;
      border-radius: 50%; }
    .product-detail .right_column .box-content ul li:after {
      content: "";
      position: absolute;
      width: 4px;
      height: 4px;
      background: #000;
      display: inline-block;
      top: 20px;
      left: 4px;
      border-radius: 50%;
      opacity: 0;
      filter: alpha(opacity=0); }
    .product-detail .right_column .box-content ul li:hover:after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .product-detail .right_column .box-content ul li a {
      padding-left: 25px; }
.product-detail .right_column .modcontent {
  margin: 20px 15px; }

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  margin-bottom: 35px;
  padding: 0; }
  .producttab .tabsslider .nav-tabs {
    border: none; }
    .producttab .tabsslider .nav-tabs li {
      list-style: none;
      cursor: pointer;
      float: left;
      font-size: 18px;
      text-transform: uppercase;
      padding: 0 25px; }
      .producttab .tabsslider .nav-tabs li:after {
        content: "/";
        right: 0;
        position: absolute;
        z-index: 999;
        top: 2px; }
      .producttab .tabsslider .nav-tabs li a {
        font-weight: 400;
        border: none;
        padding: 0;
        color: #333333; }
      .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
        color: #fe6500;
        background: transparent; }
      .producttab .tabsslider .nav-tabs li:first-child {
        padding-left: 0; }
      .producttab .tabsslider .nav-tabs li:last-child:after {
        display: none; }
  .producttab .tabsslider .tab-content {
    padding: 20px 0 20px;
    display: block;
    margin: 0;
    font-size: 14px;
    color: #545454;
    border-bottom: 1px solid #ddd; }
    @media (min-width: 1200px) {
      .producttab .tabsslider .tab-content {
        padding: 19px 0 44px;
        margin-bottom: 33px; } }
    .producttab .tabsslider .tab-content .sub-sn {
      padding-bottom: 10px; }
      .producttab .tabsslider .tab-content .sub-sn li:before {
        content: '\f00c';
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        line-height: 13px;
        color: #fe6500;
        margin-right: 5px; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #e6e6e6;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #fff; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0; }
    .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
      border-bottom: 1px solid #ddd;
      clear: both;
      position: relative;
      width: 100%;
      display: block; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #545454;
        line-height: 40px; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
          background: transparent; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
        content: "";
        width: 5px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 999; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:after {
        display: none; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
        border-left-color: #fe6500; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
          color: #fe6500; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
            display: none; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
          background-color: #fe6500; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
        border-left-color: #fe6500; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
          background-color: #fe6500; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
          background: transparent;
          color: #fe6500; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:before, .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a:after {
            display: none; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:first-child {
        border-top: 0;
        padding-left: 25px; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    margin: 0;
    min-height: 180px;
    padding: 20px;
    border-left: 1px solid #ddd; }

.form-group {
  margin-bottom: 20px; }

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #fe6500; }
  #product-accordion .panel {
    padding: 10px 20px 0 20px;
    border-bottom: 0;
    box-shadow: none; }
    #product-accordion .panel .panel-heading {
      border-bottom: 1px dotted #ddd;
      padding: silde-values(0 0 10px 0); }
      #product-accordion .panel .panel-heading a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        color: #545454;
        width: 100%;
        display: inline-block;
        position: relative; }
        #product-accordion .panel .panel-heading a.title-head.collapsed {
          color: #545454; }
          #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
            content: "\f0d8"; }
        #product-accordion .panel .panel-heading a.title-head {
          color: #fe6500; }
          #product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
            content: "\f0d7"; }
        #product-accordion .panel .panel-heading a span.arrow-up {
          display: block;
          position: absolute;
          right: 0;
          top: -2px;
          cursor: pointer;
          z-index: 10;
          font-size: 0;
          text-align: center; }
          #product-accordion .panel .panel-heading a span.arrow-up:before {
            content: "\f0d8";
            font-family: "FontAwesome";
            display: block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; }
      #product-accordion .panel .panel-heading:hover {
        border-bottom-color: #fe6500; }
        #product-accordion .panel .panel-heading:hover a {
          color: #fe6500; }
    #product-accordion .panel:first-child .panel-heading {
      padding-top: 10px; }
    #product-accordion .panel:last-child .panel-heading {
      border-bottom: 0; }
  #product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px dotted #fe6500;
    margin-top: -1px;
    padding: 0; }

/*---------------------RELATED PRODUCT --------------------*/
.related {
  float: left;
  width: 100%;
  margin-top: 0; }
  .related h3.modtitle {
    margin-bottom: 5px; }
  .related .releate-products .product-layout {
    display: inline-block;
    width: 100%; }
  .related .so-extraslider .owl2-nav div,
  .related .releate-products.owl2-theme .owl2-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    top: -30px;
    font-size: 0; }
    .related .so-extraslider .owl2-nav div.owl2-prev,
    .related .releate-products.owl2-theme .owl2-nav div.owl2-prev {
      top: 40%;
      text-align: center;
      background-color: #fe6500; }
      .related .so-extraslider .owl2-nav div.owl2-prev:before,
      .related .releate-products.owl2-theme .owl2-nav div.owl2-prev:before {
        display: inline-block;
        text-indent: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 17px;
        line-height: 40px;
        font-family: fontawesome;
        text-align: center; }
    .related .so-extraslider .owl2-nav div.owl2-next,
    .related .releate-products.owl2-theme .owl2-nav div.owl2-next {
      top: 50%;
      text-align: center;
      background-color: #fe6500; }
      .related .so-extraslider .owl2-nav div.owl2-next:before,
      .related .releate-products.owl2-theme .owl2-nav div.owl2-next:before {
        display: inline-block;
        text-indent: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        font-size: 17px;
        line-height: 40px;
        font-family: fontawesome;
        text-align: center; }

.so-extraslider {
  position: relative; }
  .so-extraslider .owl2-controls .owl2-prev,
  .so-extraslider .owl2-controls .owl2-next {
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: #fe6500;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .so-extraslider .owl2-prev {
    top: 50%;
    text-align: center;
    background-color: #fe6500;
    left: 0; }
    .so-extraslider .owl2-prev:hover {
      background-color: rgba(254, 101, 0, 0.5) !important;
      opacity: 1 !important; }
    .so-extraslider .owl2-prev:before {
      display: inline-block;
      text-indent: 0;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 17px;
      line-height: 40px;
      font-family: fontawesome;
      text-align: center; }
  .so-extraslider .owl2-dots {
    display: none !important; }
  .so-extraslider .owl2-next {
    top: 40%;
    text-align: center;
    background-color: #fe6500;
    right: 0px; }
    .so-extraslider .owl2-next:hover {
      background-color: rgba(254, 101, 0, 0.5) !important;
      opacity: 1 !important; }
    .so-extraslider .owl2-next:before {
      display: inline-block;
      text-indent: 0;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 17px;
      line-height: 40px;
      font-family: fontawesome;
      text-align: center; }

/* product page */
.zoomContainer {
  z-index: 90; }

.image_option_type .radio input[type=radio].image_radio {
  display: none; }

.image_option_type .radio,
.image_option_type .selected-option {
  padding-left: 0;
  display: inline;
  text-transform: capitalize; }

.product-description .product-options img.icon-color {
  width: 20px;
  padding: 0; }

.product-info .product-view {
  margin-bottom: 20px; }

.product-view .flexslider-thumb.not_full_slider {
  padding: 0;
  margin-bottom: 30px; }

.product_page_price .price {
  margin: 0; }

.color-swatch-wrapper {
  position: relative;
  padding-bottom: 20px; }

.color-swatch-wrapper .swatch-title {
  display: none; }

.swatch_item {
  display: inline-block;
  position: relative; }

.color-swatch-wrapper .image-base {
  width: 20px;
  height: 20px;
  border: 1px solid #d1d1d1;
  cursor: pointer; }

#product-quick .box-label {
  left: 25px; }

.color-swatch-wrapper label {
  display: block; }

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 135px; }

.color-swatch-wrapper .image-base.image_border {
  border-color: #EE3B27; }

#product-quick .product-view .content-product-right .box-info-product .add-to-links ul li.compare a {
  margin-right: 5px; }

#tab-review input.form-control,
.shopping-cart .input-group.btn-block .form-control {
  width: auto; }

.color-swatch-wrapper .prefix {
  position: absolute;
  left: 0;
  top: 35px;
  display: none; }

#tab-review input[type=radio] {
  position: relative;
  top: 2px; }
#tab-review .contacts-form span span.text-danger {
  margin-right: 15px;
  margin-top: 0; }
#tab-review .form-group textarea {
  height: 150px; }

h2#review-title {
  clear: both;
  padding-bottom: 20px;
  margin: 0; }

/* end product page */
.product-view .content-product-left.class-honizol .full_slider, .product-view .content-product-left.class-honizol .not_full_slider {
  padding: 0 30px; }

/*# sourceMappingURL=theme-orange.css.map */
