/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*******************************************************
  Style Color
********************************************************/
/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/* ************************************************************************************************
	STYLE BUTTON OWL
************************************************************************************************ */
.owl2-controls .owl2-nav div {
  position: absolute;
  top: 50%;
  overflow: visible;
  display: inline-block;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  background: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  color: #aaaaaa;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl2-controls .owl2-nav div.owl2-prev:before {
  content: "\f104";
  font-family: FontAwesome; }

.owl2-controls .owl2-nav div.owl2-next:before {
  content: "\f105";
  font-family: FontAwesome; }

.owl2-controls .owl2-nav div.owl2-next {
  right: 0px; }

.owl2-controls .owl2-nav div.owl2-prev {
  left: 0px; }

.owl2-controls .owl2-nav div:hover {
  background-color: #00a9df;
  color: #fff;
  border-color: #00a9df; }

/*---Style dots ---------*/
.owl2-controls .owl2-dots {
  text-align: center;
  width: 100%; }

.owl2-controls .owl2-dots .owl2-dot {
  display: inline-block; }

.owl2-controls .owl2-dots .owl2-dot span {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: none;
  margin: 0 5px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%; }

.owl2-controls .owl2-dots .owl2-dot.active span {
  background-color: #929292; }

.owl2-controls .owl2-dots .owl2-dot span:hover {
  background-color: #929292; }

.loader-mod-box {
  background: white url("../images/lazy-loader.gif") no-repeat scroll 50% 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90; }

/* ************************************************************************************************
	ALL STYLE PAGE
************************************************************************************************ */
/*EFFECT 1*/
.img-ef: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-ef: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; }
.img-ef:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5); }
.img-ef:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5); }

/*EFFECT 2*/
.img-ef2 {
  display: block;
  position: relative;
  overflow: hidden; }
  .img-ef2 img {
    width: 100%; }
  .img-ef2: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-ef2: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; }

/*EFFECT 3*/
.img-ef3 {
  display: block;
  overflow: hidden;
  position: relative; }
  .img-ef3 .style {
    position: absolute;
    background: url("../images/plus.png") no-repeat scroll center center/100% 100% #222222;
    width: 100%;
    height: 100%;
    z-index: 199;
    -webkit-background-origin: padding-box, padding-box;
    -moz-background-origin: padding-box, padding-box;
    -ms-background-origin: padding-box, padding-box;
    -o-background-origin: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px, 100% 100%;
    -moz-background-size: 10px 10px, 100% 100%;
    -ms-background-size: 10px 10px, 100% 100%;
    -o-background-size: 10px 10px, 100% 100%;
    background-size: 10px 10px, 100% 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .img-ef3:hover .style {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-background-size: 60px 60px, 100% 100%;
    -moz-background-size: 60px 60px, 100% 100%;
    -ms-background-size: 60px 60px, 100% 100%;
    -o-background-size: 60px 60px, 100% 100%;
    background-size: 60px 60px, 100% 100%;
    visibility: visible; }

/* ************************************************************************************************
GENERAL STYLE
************************************************************************************************ */
body {
  color: #444;
  font-size: 12px;
  line-height: 22px;
  overflow-x: hidden;
  background: #eee; }

.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 */
button:focus {
  outline: 0 !important; }

/* Override the bootstrap defaults */
h1 {
  font-size: 25px; }

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: #a94442;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 3px;
  font-size: 11px; }

a {
  color: #444; }
  a:hover {
    color: #00a9df; }

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; }



/* ************************************************************************************************
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;
  margin: 0; }

.dropdown-menu > li > a:hover {
  color: #00a9df; }

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background: #00a9df;
  border-color: #00a9df; }

.btn-primary,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #00a9df;
  border-color: #00a9df; }
  .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: #00a9df;
  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: #00a9df;
    border-color: #00a9df; }

.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 .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); }
.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: #00a9df; }
  .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: 50%;
  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: 900;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  header.navbar-compact .header-box {
    top: 0; }
    header.navbar-compact .header-box .block-header .header-garenal {
      display: none; }
    header.navbar-compact .header-box .header-logo .navbar-logo {
      padding: 15px 34px; }
    header.navbar-compact .header-box div.megamenu-wrapper ul.megamenu > li > a {
      font-size: 12px;
      height: 36px;
      line-height: 36px; }
    header.navbar-compact .header-box ul.megamenu > li > a img {
      top: -5px; }
    header.navbar-compact .header-box .header-navigation {
      padding: 19px 0 20px; }
    header.navbar-compact .header-box .header-cart .shopping_cart {
      height: 75px; }
      header.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart {
        padding-top: 5px; }
        header.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart i {
          font-size: 16px; }
        header.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .title {
          font-size: 12px; }
        header.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .cart-total-full {
          font-size: 11px; }

.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;
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 90;
  top: 74px;
  background: #00a9df !important;
  padding: 6px 7px;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
  color: #fff;
  right: 0; }

.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;
  overflow: hidden;
  background: transparent url(../images/lazy-loader.gif) no-repeat center center; }

.lazy.lazy-loaded {
  background: none;
  height: auto; }

@media (min-width: 1200px) {
  .lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }

  .lazy.lazy-loaded img {
    opacity: 1; } }
/********** Menu **********/
.responsive .navbar-default {
  background: none; }

div.megamenu-wrapper {
  background: none;
  text-align: center; }
  div.megamenu-wrapper ul.megamenu > li {
    float: none;
    display: inline-block;
    text-align: left; }
  div.megamenu-wrapper ul.megamenu > li > a {
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 22px;
    border-radius: 0; }
    div.megamenu-wrapper ul.megamenu > li > a .caret {
      display: none; }
    div.megamenu-wrapper ul.megamenu > li > a strong {
      font-weight: 600; }
    div.megamenu-wrapper ul.megamenu > li > a:before {
      background: transparent;
      content: "";
      height: 3px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 95%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 0;
      z-index: 9;
      opacity: 0;
      filter: alpha(opacity=0); }
  div.megamenu-wrapper li.active_menuHome > a:before, div.megamenu-wrapper:hover li > a:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
  div.megamenu-wrapper ul.megamenu > li.active_menuHome > a:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }
  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; }
  div.megamenu-wrapper ul.megamenu:hover > li > a:hover:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); }

ul.megamenu > li:first-child {
  margin-left: 25px; }

ul.megamenu > li > a img {
  position: absolute;
  right: 0;
  height: auto !important; }

.common-home ul.megamenu > li.home > a:before {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100); }

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
================================================== */
#remove-megamenu {
  text-align: right; }

.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 #fff; }

.info-contact {
  padding-top: 30px; }
  .info-contact .name-store h3 {
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold; }
  .info-contact .icon {
    float: left; }
  .info-contact .phone,
  .info-contact .address {
    font-size: 14px; }
    .info-contact .phone .fa,
    .info-contact .address .fa {
      color: #999;
      font-size: 18px; }
  .info-contact .text {
    padding-left: 30px;
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 15px;
    font-size: 12px; }
  .info-contact .comment {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px;
    padding-left: 5px; }

.contact-form {
  margin-bottom: 15px;
  font-size: 14px; }
  .contact-form legend {
    border: none;
    padding: 0;
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold; }
  .contact-form label.control-label {
    font-size: 12px;
    text-align: left; }
  .contact-form .buttons button {
    background: #00a9df;
    padding: 8px 30px;
    color: #fff;
    border: none;
    text-transform: uppercase; }

.so-popular-tag .box-content a:hover {
  background: #00a9df !important;
  color: #fff; }

.wrapper_404page {
  padding-top: 40px; }
  @media (min-width: 992px) {
    .wrapper_404page {
      padding-top: 80px; } }
  .wrapper_404page .img-right-404 {
    text-align: center; }
    @media (min-width: 1200px) {
      .wrapper_404page .img-right-404 {
        text-align: right; } }
  .wrapper_404page .bottom-text {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
  .wrapper_404page .content-404page {
    text-align: center;
    padding-top: 20px; }
    @media (min-width: 992px) {
      .wrapper_404page .content-404page {
        padding-top: 120px;
        text-align: left; } }
  .wrapper_404page .button-404 a {
    background: #444;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .wrapper_404page .button-404 a .fa {
      padding-right: 5px; }
    .wrapper_404page .button-404 a:hover {
      background: #00a9df; }

.well {
  background-color: #fff; }
  @media (min-width: 1200px) {
    .well {
      min-height: 330px; } }

.account-account .list-item-account .modtitle {
  display: none; }
.account-account .list-item-account .list-group {
  background: #fff;
  margin: 0;
  padding: 20px; }

/*--------------------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: #00a9df;
      border-color: #00a9df; }
.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: #444; }
    .page-login .customer-login .bottom-form a:hover {
      color: #00a9df; }
  .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: #00a9df;
      border-color: #00a9df; }

.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: #00a9df;
      border-color: #00a9df; }
.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: #444; }
    .page-affiliate .return-affiliate .bottom-form a:hover {
      color: #00a9df; }
  .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: #00a9df;
      border-color: #00a9df; }

input, .btn {
  border-radius: 0 !important; }

/*-------------REGISTER -------------*/
.account-register .form-group input {
  border-radius: 0; }
.account-register .buttons input.btn {
  padding: 7px 12px;
  margin-right: 10px;
  background: #00a9df;
  color: #fff;
  text-transform: capitalize;
  border-radius: 0;
  border-color: #00a9df; }
  .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: #444;
      display: block;
      padding-bottom: 10px; }
      .list-item-account .list-group li a:hover {
        color: #00a9df; }
    .list-item-account .list-group li:last-child a {
      border-bottom: 0;
      padding-bottom: 0; }

.list-unstyled {
  margin-bottom: 30px; }

.list-disc {
  margin-bottom: 30px;
  list-style: disc;
  padding-left: 15px; }

/*----------------------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: #00a9df;
  border-color: #00a9df;
  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;
        font-style: italic;
        font-weight: 300; }
      .bg-page-404 .wrapper_404page .content-404page span {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        padding-top: 34px;
        display: block; }
      .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: #ea3a3c; }
          .bg-page-404 .wrapper_404page .content-404page .button-404 .btn-404.back2home {
            background-color: #3cb7e7; }
    .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: #444; }
.table-responsive .table tbody td.text-left:hover a {
  color: #00a9df; }

.product-search .products-list.grid .description {
  display: none; }

/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
  .no-res {
    width: 1190px; } }
.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.wrapper-iframed {
  margin: 20px auto !important; }

.wrapper-rounded {
  margin: 20px auto !important;
  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;
  margin: 0 2px; }
  .pagination > li span, .pagination > li a {
    padding: 6px 8px; }
  .pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #00a9df;
    border-color: #00a9df; }
  .pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #00a9df; }
    .pagination > li.active span, .pagination > li:hover span {
      color: #00a9df;
      background: transparent;
      border-color: #00a9df; }
      .pagination > li.active span:hover, .pagination > li:hover span:hover {
        background: #00a9df;
        border-color: #00a9df; }
  .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; }

/* ************************************************************************************************
CMS Pages Styles
************************************************************************************************ */
/*==========================SMART BLOG =======================*/
div.blog-item .itemBlogContent {
  display: block;
  clear: both; }
  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: #00a9df; }
  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 .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-listitem.grid .blog-item .itemBlogContent .blog-meta {
  padding-bottom: 0; }

.simple_blog-category .pagination > li > a, .simple_blog-category .pagination > li > span {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0 2px;
  padding: 0; }
.simple_blog-category .pagination > li {
  display: inline; }

/*==================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: #00a9df;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px; }

/*=======================BLOG LATEST ===================*/
.simple_blog-article-view .article-image {
  margin-bottom: 30px; }
.simple_blog-article-view div.article-info .article-title h1 {
  margin-bottom: 5px; }

/*======================BLOG COMMENT ==================*/
.blog-listitem.list .itemBlogImg.left-block {
  padding-right: 30px; }

/*SO LATSET*/
.so-latest-blog {
  border: 1px solid #e9e9e9 !important;
  padding: 15px 15px 8px;
  border-radius: 0; }
  .so-latest-blog > h3 {
    font-size: 18px;
    border-bottom: 1px solid #f6a873;
    margin: 0 0 15px;
    padding: 5px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #121212; }
  .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: inline-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 .fa-calendar {
        display: none; }
      .so-latest-blog .blog-external-simple .media-body .media-heading a {
        font-size: 13px;
        font-weight: 300;
        color: #545454;
        text-transform: capitalize; }
        .so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
          color: #00a9df; }
      .so-latest-blog .blog-external-simple .media-body .media-date-added {
        font-size: 12px;
        color: #00a9df; }

/*===================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 LISTING*/
.blog-listitem.list .blog-bg {
  position: relative;
  padding-left: 95px;
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px; }
  .blog-listitem.list .blog-bg .blog-date {
    position: absolute;
    top: 0;
    background: #beae59;
    text-align: center;
    padding: 28px 22px 26px;
    z-index: 1;
    left: 0; }
    .blog-listitem.list .blog-bg .blog-date .date-day {
      font-size: 22px;
      line-height: 21px;
      color: #fff;
      display: block;
      font-weight: bold; }
    .blog-listitem.list .blog-bg .blog-date .date-mon {
      font-size: 11px;
      text-transform: uppercase;
      color: #fff;
      display: block;
      font-weight: bold; }
  .blog-listitem.list .blog-bg a.see-more {
    font-size: 12px;
    color: #fff;
    background: #999999;
    border-radius: 3px;
    display: inline-block;
    padding: 0 17px;
    line-height: 30px;
    margin-top: 10px; }
    .blog-listitem.list .blog-bg a.see-more b {
      font-weight: normal; }
    .blog-listitem.list .blog-bg a.see-more:hover {
      background: #00a9df; }
.blog-listitem.grid .blog-bg {
  background: #fff; }
.blog-listitem.grid .blog-item .blog-date {
  display: none; }
.blog-listitem.grid .blog-item .article-title h4 a {
  font-size: 14px;
  color: #1e1e1e; }
  .blog-listitem.grid .blog-item .article-title h4 a:hover {
    color: #00a9df; }
.blog-listitem.grid .blog-item .blog-data {
  padding: 15px 20px 20px; }
  .blog-listitem.grid .blog-item .blog-data .blog-meta {
    font-size: 11px;
    color: #bbbbbb;
    margin-right: 15px; }
.blog-listitem.grid .see-more {
  display: none !important; }

.blog-listitem.grid .itemBlogImg.left-block {
  display: block;
  position: relative; }

.rtl .blog-category ul li.list-group-item i.fa {
  padding-right: 5px;
  padding-left: 0;
  transform: rotate(180deg); }

.blog-listitem.list .blog-item .itemBlogImg .article-image {
  margin: 0; }

.blog-listitem {
  margin: 0 -15px; }
  .blog-listitem .blog-item {
    margin-bottom: 30px; }
    .blog-listitem .blog-item .itemBlogImg .article-image {
      margin-bottom: 0px;
      position: relative;
      z-index: 1; }
    .blog-listitem .blog-item .itemBlogImg img {
      border: 0;
      padding: 0;
      border-radius: 0;
      width: 100%; }
    .blog-listitem .blog-item .itemBlogContent .article-title h4 {
      margin: 0px 0px 8px; }
      .blog-listitem .blog-item .itemBlogContent .article-title h4 a {
        font-size: 14px;
        color: #1e1e1e;
        font-weight: bold;
        text-transform: uppercase; }
        .blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
          color: #00a9df; }
    .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: 8px 0;
      font-size: 12px;
      color: #666666; }
    .blog-listitem .blog-item .itemBlogContent .blog-meta {
      display: inline-block;
      line-height: 10px;
      padding: 10px 0 20px;
      clear: both; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta i {
        padding-right: 5px;
        color: #bbb; }
      .blog-listitem .blog-item .itemBlogContent .blog-meta > span {
        line-height: 15px;
        font-weight: normal;
        float: left;
        font-size: 11px;
        color: #bbbbbb;
        margin-right: 15px;
        padding-right: 20px; }
        .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 {
            font-size: 11px;
            color: #bbbbbb; }
            .blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
              color: #linkColor; }

/*BLOG CATRGORIES*/
.blog-category {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent; }
  .blog-category.module h3.modtitle {
    margin: 0; }
  .blog-category .box-content {
    padding: 10px 25px; }
    .blog-category .box-content ul {
      margin-bottom: 0; }
  .blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0; }
    .blog-category ul li.list-group-item i.fa {
      padding-right: 5px; }
    .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;
      background: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      line-height: 34px;
      color: #444; }
      .blog-category ul li.list-group-item a:hover {
        padding-left: 5px;
        color: #00a9df; }

#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-sub-title {
    float: left;
    width: 100%;
    border: 0;
    padding-top: 7px; }
    div.article-info .article-sub-title span {
      font-weight: bold;
      display: block;
      float: left;
      font-size: 11px;
      color: #bbb;
      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: 11px;
          color: #bbb;
          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: 12px;
    color: #666; }
  div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    box-shadow: none;
    margin-top: 40px;
    background: transparent; }
    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: #00a9df;
      border-color: #00a9df;
      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: #00a9df;
    text-decoration: underline; }
  div.article-info .itemFullText {
    text-align: justify; }

/*--------------------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: 40px; }
  .module h3.modtitle {
    font-size: 20px;
    background: #444;
    margin: 0 0 20px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #fff;
    height: 50px;
    line-height: 50px; }

/*SO NEWLETTER*/
.so_newletter_oca_popup .popup-close {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #00a9df;
  opacity: 1;
  color: #fff;
  top: -30px; }

/*END*/
@media (min-width: 992px) {
  .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content {
    padding: 105px 15px 0 415px !important;
    width: 820px;
    height: 470px;
    text-align: center;
    background: url("../images/bg_newsletter.jpg") no-repeat top left;
    margin: 15px; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title {
      font-size: 34px !important;
      color: #444444 !important;
      font-weight: bold;
      margin-bottom: 20px;
      padding: 0 !important; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content p.newsletter_promo {
      margin: 0 0 30px;
      color: #666666;
      padding: 0 10px; }
    .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 .signup input {
      width: 100% !important;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top;
      height: 40px;
      font-size: 12px;
      border: 1px solid #ccc;
      background-color: #fff !important;
      color: #b2b2b2 !important;
      padding: 0 118px 0 15px; }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      line-height: 40px;
      background-color: #00a9df;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      padding: 0;
      border: none; }
      .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: rgba(0, 169, 223, 0.5);
        opacity: 1; } }

.rtl .so-deals-category .so-deals-cat-wrap .so-deals-cat-container {
  float: left !important; }

.rtl .so-deals-category .so-deals-cat-wrap .wap-deals-cat {
  float: right; }

/*-------- 2. Search Pro ------------*/
.sj_filter_btn_search:hover {
  background: #00a9df; }

.sj_filter_btn_search_delete:hover {
  background: #00a9df; }

#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: 12px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    background: #444;
    font-weight: normal;
    padding-left: 17px;
    -webkit-text-fill-color: #fff;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */ }
  #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;
    height: 36px;
    line-height: 36px;
    border: none;
    background: #444 !important;
    font-size: 16px; }
    #sosearchpro.search-pro .button-search i {
      vertical-align: top;
      color: #fff; }
    #sosearchpro.search-pro .button-search:hover {
      color: #00a9df; }
      #sosearchpro.search-pro .button-search:hover i {
        color: #00a9df; }

/*-------------- 3. Block Language -------------------------*/
.header-top ul.dropdown-menu {
  right: 0;
  left: auto;
  top: 102%;
  min-width: 160px;
  margin: 0px -1px 0px 0px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1); }
  .header-top ul.dropdown-menu li a {
    color: #666;
    line-height: 25px;
    font-size: 12px; }
    @media (min-width: 992px) {
      .header-top ul.dropdown-menu li a > .fa {
        padding-right: 5px; } }
  .header-top ul.dropdown-menu li:hover > a {
    color: #00a9df; }

.header-top .languages-block, .header-top .currencies-block {
  margin-right: 4px; }
  .header-top .languages-block img, .header-top .currencies-block img {
    position: relative;
    top: -1px; }

.header-top .languages-block, .header-top .currencies-block {
  z-index: 2;
  position: relative;
  vertical-align: top;
  margin-bottom: 0;
  margin-top: 4px; }
  .header-top .languages-block form > a, .header-top .currencies-block form > a {
    color: #6d6d6d; }
  .header-top .languages-block form:hover > a, .header-top .currencies-block form:hover > a {
    color: #00a9df; }

/*-------------- 4. Block Cart -------------------------*/
.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 {
    color: #fff;
    padding-top: 31px; }
    .shopping_cart a.top_cart .shopcart .title {
      font-weight: normal;
      text-transform: capitalize;
      font-size: 14px;
      margin: 0; }
    .shopping_cart a.top_cart .shopcart i {
      font-size: 22px;
      color: #fff; }
.shopping_cart .shoppingcart-box {
  min-width: 300px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  border-top: 2px solid #666666;
  right: 0; }
  .shopping_cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%; }
  .shopping_cart .shoppingcart-box:after {
    content: '';
    position: absolute;
    top: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #666666;
    left: 85%; }
  .shopping_cart .shoppingcart-box .minicart-title {
    background: #666666;
    padding: 0 25px; }
    .shopping_cart .shoppingcart-box .minicart-title span {
      font-size: 12px;
      color: #fff;
      line-height: 41px; }
    .shopping_cart .shoppingcart-box .minicart-title span.price-title {
      float: right; }
  .shopping_cart .shoppingcart-box .item-cart {
    position: relative;
    padding-top: 20px;
    clear: both; }
  .shopping_cart .shoppingcart-box .title-total {
    font-size: 14px;
    display: inline-block; }
    .shopping_cart .shoppingcart-box .title-total .total-color {
      color: #00a9df; }
  .shopping_cart .shoppingcart-box .content-item {
    max-height: 320px;
    overflow: auto;
    background: #f2f2f2;
    padding: 0 15px; }
    .shopping_cart .shoppingcart-box .content-item .img-cart {
      border: 1px solid #ddd; }
      .shopping_cart .shoppingcart-box .content-item .img-cart:hover {
        border-color: #00a9df; }
    .shopping_cart .shoppingcart-box .content-item .minicart-img {
      float: left;
      position: relative;
      background: #fff;
      margin-right: 10px; }
      .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
        position: absolute;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        background: #00a9df;
        bottom: -4px;
        border-radius: 100%;
        color: #fff;
        right: -6px; }
        .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
          text-decoration: inherit; }
    .shopping_cart .shoppingcart-box .content-item .detail-item {
      overflow: hidden; }
      .shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
        float: left;
        width: 60%; }
      .shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
        float: right;
        width: 40%; }
        .shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
          font-size: 12px;
          color: #fff;
          line-height: 20px;
          padding: 5px 10px;
          background: #999999;
          display: inline-block;
          border-radius: 3px; }
      .shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
        font-size: 12px;
        color: #444444;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: bold; }
        .shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
          color: #00a9df; }
    .shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
      border: none; }
  .shopping_cart .shoppingcart-box .added_items {
    text-align: center;
    line-height: 25px; }
  .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: #00a9df; }
  .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
    color: #999999; }
    .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
      color: #00a9df; }
  .shopping_cart .shoppingcart-box .table-bordered .text-left span {
    font-weight: 300;
    color: #545454;
    font-size: 14px; }
  .shopping_cart .shoppingcart-box .table-bordered .text-right {
    font-size: 16px;
    color: #00a9df; }
  .shopping_cart .shoppingcart-box a.btn {
    padding: 0 10px;
    color: #fff;
    background: #666666;
    border-color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 35px;
    font-size: 14px; }
    .shopping_cart .shoppingcart-box a.btn:hover {
      border: 1px solid #00a9df;
      background: #00a9df; }
.shopping_cart .table-bordered {
  border-left: 0;
  border-right: 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: #00a9df; }
        .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: #00a9df; }

/*----------- 7. OTHER MODULES -------*/
.latest-product {
  margin-bottom: 30px; }
  .latest-product .product-latest-item {
    margin-bottom: 20px; }
  .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: #444;
      font-weight: bold;
      line-height: 20px;
      position: relative;
      text-transform: uppercase;
      top: -1px; }
      .latest-product .media .media-body h4 a:hover {
        color: #00a9df; }
  .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: #00a9df; }

.module.sohomepage-slider .owl2-item.active .sohomeslider-description .image.img-active {
  opacity: 1;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out;
  -ms-animation: myeffect-slideshow 2s ease-in-out; }
.module.sohomepage-slider .owl2-item.active .sohomeslider-description h3.tilte.title-active {
  opacity: 1;
  animation: myeffect-slideshow 1.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1.5s ease-in-out;
  -o-animation: myeffect-slideshow 1.5s ease-in-out;
  -ms-animation: myeffect-slideshow 1.5s ease-in-out; }
.module.sohomepage-slider .owl2-item.active .sohomeslider-description h4.h4-active {
  opacity: 1;
  animation: myeffect-slideshow 1s ease-in-out;
  -webkit-animation: myeffect-slideshow 1s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 1s ease-in-out;
  -o-animation: myeffect-slideshow 1s ease-in-out; }
.module.sohomepage-slider .owl2-item.active .sohomeslider-description .des.des-active.des-sl11 {
  opacity: 1;
  animation: myeffect-slideshow 2s ease-in-out;
  -webkit-animation: myeffect-slideshow 2s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 2s ease-in-out;
  -o-animation: myeffect-slideshow 2s ease-in-out; }
.module.sohomepage-slider .owl2-item.active .sohomeslider-description .des.des-active {
  opacity: 1;
  animation: myeffect-slideshow 0.8s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.8s ease-in-out;
  -o-animation: myeffect-slideshow 0.8s ease-in-out; }
  .module.sohomepage-slider .owl2-item.active .sohomeslider-description .des.des-active.des-sl12 {
    opacity: 1;
    animation: myeffect-slideshow 0.8s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
    /* Chrome, Safari, Opera */
    -moz-animation: myeffect-slideshow 0.8s ease-in-out;
    -o-animation: myeffect-slideshow 0.8s ease-in-out; }
.module.sohomepage-slider .owl2-item.active .sohomeslider-description .button-shop {
  opacity: 1;
  animation: myeffect-slideshow 0.5s ease-in-out;
  -webkit-animation: myeffect-slideshow 0.5s ease-in-out;
  /* Chrome, Safari, Opera */
  -moz-animation: myeffect-slideshow 0.5s ease-in-out;
  -o-animation: myeffect-slideshow 0.5s ease-in-out; }
.module.sohomepage-slider .sohomeslider-description {
  position: static;
  padding: 0; }
  .module.sohomepage-slider .sohomeslider-description p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    padding: 0;
    margin: 0; }
  .module.sohomepage-slider .sohomeslider-description .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .module.sohomepage-slider .sohomeslider-description .text h3.tilte, .module.sohomepage-slider .sohomeslider-description .text h4, .module.sohomepage-slider .sohomeslider-description .text .des {
      opacity: 0; }
    .module.sohomepage-slider .sohomeslider-description .text.pos-right {
      right: 21%; }
    .module.sohomepage-slider .sohomeslider-description .text.pos-left {
      left: 21%; }
    .module.sohomepage-slider .sohomeslider-description .text.pos-center {
      text-align: center; }
    .module.sohomepage-slider .sohomeslider-description .text .modtitle-sl11 {
      font-size: 50px;
      font-weight: bold;
      color: #fff; }
    .module.sohomepage-slider .sohomeslider-description .text.text-sl11 {
      top: 43%;
      text-align: center; }
    .module.sohomepage-slider .sohomeslider-description .text.text-sl-center {
      top: 43%;
      left: -50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .module.sohomepage-slider .sohomeslider-description .text p.des-sl12 {
      font-size: 20px; }
    .module.sohomepage-slider .sohomeslider-description .text p.des-sl11 {
      font-size: 28px;
      font-style: italic;
      margin-bottom: 45px;
      position: relative; }
      .module.sohomepage-slider .sohomeslider-description .text p.des-sl11:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -25px;
        margin-left: -18px;
        left: 50%; }
    .module.sohomepage-slider .sohomeslider-description .text.text-sl12 {
      position: absolute;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h3.tilte {
        font-size: 50px;
        color: #00a9df;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase; }
        .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h3.tilte span {
          color: #444; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl12 p.des-sl12 {
        display: inline;
        background: #000;
        font-weight: bold;
        padding: 0 20px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl12 h4 {
        font-size: 84px;
        color: #00a9df;
        font-weight: 700;
        margin: 0; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .des {
        font-size: 20px;
        color: #fff; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .button-shop {
        margin-top: 45px; }
        .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .button-shop .btn-shop {
          font-size: 14px;
          padding: 7px 30px;
          font-weight: 600;
          text-transform: uppercase;
          background: #000;
          display: inline;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .module.sohomepage-slider .sohomeslider-description .text.text-sl12 .button-shop .btn-shop:hover {
            background: #00a9df; }
    .module.sohomepage-slider .sohomeslider-description .text.text-sl13 {
      width: 100%; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl13 h3.tilte {
        font-size: 60px; }
      .module.sohomepage-slider .sohomeslider-description .text.text-sl13 p.des-sl11 {
        margin-bottom: 40px; }

@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
/*CSS ONLY FIREFOX*/
@-moz-document url-prefix() {
  .submenu-pages li a::before,
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a::before,
  .feafure.with-sub-menu .feafure-dr li a::before {
    top: -5px; } }
/*==================GENERAL ============*/
/*BOX SALE*/
.box-label .label-product {
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 7;
  border-radius: 4px;
  line-height: normal;
  min-height: 0;
  font-weight: bold; }
.box-label .label-product.label-sale {
  background-color: #ff5722;
  left: 10px;
  top: 10px; }
  .box-label .label-product.label-sale:after {
    content: '';
    position: absolute;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 6px solid #ff5722;
    right: 0; }
.box-label .label-product.label-new {
  background-color: #03a9f4;
  right: 10px;
  top: 10px; }
  .box-label .label-product.label-new:after {
    content: '';
    position: absolute;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #03a9f4;
    left: 0; }

/*END*/
.label-percent {
  padding: 1px 3px;
  background: #00a9df;
  font-size: 12px;
  font-weight: normal;
  text-align: center; }

.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 {
  font-size: 13px;
  margin: 0 0 5px; }
  .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #999999; }
  .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: #ffae00; }

span.fa-stack {
  width: 14px;
  height: 14px;
  line-height: 14px; }
  span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #999999; }
  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: #ffae00; }

.price {
  margin: 0 0 10px 0;
  line-height: 24px; }
  .price .price-old {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-weight: 400; }
  .price .price-new, .price span.price {
    color: #e12f2f;
    font-size: 14px;
    font-weight: 700; }

/*-----------TODAY'S DEALS----------------*/
.countdown_box {
  text-align: center; }
  .countdown_box .countdown_inner {
    display: table;
    background: #666;
    margin: 0 auto; }
  .countdown_box .title {
    display: none; }
  .countdown_box .time-item {
    padding-top: 5px;
    display: table-cell;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #888; }
    .countdown_box .time-item .num-time {
      font-size: 14px;
      font-weight: 700; }
    .countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
      padding: 1px  10px; }
    .countdown_box .time-item:last-child {
      border: none; }

.bottom_buttons .btn {
  padding: 0;
  text-transform: capitalize; }

.deals_module_wrapper {
  margin-bottom: 40px;
  background: #fff; }
  .deals_module_wrapper .box-label .label-product.label-sale {
    left: 25px; }
  .deals_module_wrapper .btn.btn-default {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #333;
    color: #fff;
    border-color: #333;
    -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: #00a9df;
      border-color: #00a9df; }
  .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;
    display: none; }
  .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: 15px 0; }
  .deals_module_wrapper .extended_offer {
    width: 100%;
    display: table; }
    .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;
      border-right: 2px solid #fff; }
    .deals_module_wrapper .extended_offer .price-save {
      color: #ff4557; }
    .deals_module_wrapper .extended_offer .price-sale {
      color: #018bc8; }
    .deals_module_wrapper .extended_offer .price-old {
      color: #b2b2b2; }
    .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: 5px; }

h2.title-category {
  margin: 0 0 15px; }

/*TOOLBAR LISTING BOTTOM*/
.product-filter-bottom.filters-panel {
  color: #404040;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 5px; }

/*TOOLBAR LISTING TOP*/
.filters-panel {
  color: #404040;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 5px; }
  .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: 4px 8px 3px;
      background: #666666;
      border: #666666;
      color: #fff;
      height: 30px;
      width: 30px; }
      .filters-panel .list-view button.btn.active {
        background: #00a9df;
        color: #fff;
        border-color: #00a9df;
        box-shadow: none; }
        .filters-panel .list-view button.btn.active:hover {
          background: #00a9df;
          color: #fff; }
      .filters-panel .list-view button.btn:hover {
        color: #fff;
        background: #00a9df;
        border-color: #00a9df; }
      .filters-panel .list-view button.btn:focus {
        border-radius: 0;
        border-color: #00a9df;
        outline: none; }
    .filters-panel .list-view .fa {
      font-size: 14px; }
  .filters-panel.product-filter-bottom {
    margin-top: 15px; }
  .filters-panel .box-pagination ul {
    height: 28px;
    line-height: 28px; }

.filters-panel select {
  border-radius: 0; }

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
  padding: 0;
  width: 27px;
  height: 28px;
  line-height: 28px;
  text-align: center; }
.box-pagination .pagination {
  display: block; }

.short-by-show .form-group {
  margin-right: 10px; }
  .short-by-show .form-group .form-control {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-color: #efefef;
    padding-right: 0;
    box-shadow: none; }
  .short-by-show .form-group.shortby select {
    width: 100px; }
  .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); }

.so-extraslider .extraslider-inner .item-wrap img,
.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .lt-image img {
  background-color: #f4f4f4; }

/*LISTING*/
.product-list .box-label .label-product.label-new {
  right: 20px; }
.product-list .box-label .label-product.label-sale {
  left: 20px; }

/*----------------PRODUCT LIST Masonry  ------------------*/
div.list-masonry .product-layout .img-responsive {
  margin-bottom: 10px; }

.so_filter_shop_by_item_title i {
  float: right !important; }

/* 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; }

.color-swatch-wrapper .image-base.image_border {
  border-color: #EE3B27; }

#tab-review input.form-control,
.shopping-cart .input-group.btn-block .form-control {
  width: auto; }

#product-quick .product-view .content-product-right .box-info-product .add-to-links ul li.compare a {
  margin-right: 5px; }

.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; }

.product-view .content-product-left.class-honizol .thumb-video {
  bottom: 135px; }

/* end product page */
.product_image_info {
  margin-top: 20px; }

/*PRODUCT DETAIL IMG*/
.product-view {
  margin-bottom: 30px; }
  .product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border: 1px solid #dddddd; }
    .product-view .content-product-left .large-image img {
      background: #f4f4f4; }
  .product-view .content-product-left .thumb-video {
    margin-top: -50px;
    bottom: 40px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 40px; }
  .product-view .content-product-left .full_slider,
  .product-view .content-product-left .not_full_slider {
    padding: 0 15px;
    margin-top: 10px; }
    .product-view .content-product-left .full_slider .thumbnail,
    .product-view .content-product-left .not_full_slider .thumbnail {
      border-radius: 0;
      margin-bottom: 0;
      display: inline-block; }
      .product-view .content-product-left .full_slider .thumbnail:hover,
      .product-view .content-product-left .not_full_slider .thumbnail:hover {
        border-color: #00a9df; }
      .product-view .content-product-left .full_slider .thumbnail.active,
      .product-view .content-product-left .not_full_slider .thumbnail.active {
        border-color: #00a9df; }
    .product-view .content-product-left .full_slider .owl2-nav div,
    .product-view .content-product-left .not_full_slider .owl2-nav div {
      width: 27px;
      height: 27px;
      border: 1px solid #dfdfdf;
      border-radius: 0;
      font-size: 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: 50%;
      margin-top: -12px;
      position: absolute; }
      .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev,
      .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
        background: url(../images/icon/next-prev-detail.png) no-repeat;
        background-position: -36px 0px;
        background-color: #fff;
        border-color: #00a9df; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:hover,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
          border-color: #00a9df;
          background-color: #00a9df;
          background-position: 0px 0px;
          opacity: 1; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
          display: none; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:before,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
          display: none; }
      .product-view .content-product-left .full_slider .owl2-nav div.owl2-next,
      .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next {
        background: url(../images/icon/next-prev-detail.png) no-repeat;
        background-position: -71px 0px;
        background-color: #fff;
        border-color: #00a9df; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-next:hover,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
          border-color: #00a9df;
          background-color: #00a9df;
          background-position: -107px 0px;
          opacity: 1; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-next.disabled,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
          display: none; }
        .product-view .content-product-left .full_slider .owl2-nav div.owl2-next:before,
        .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
          display: none; }
      .product-view .content-product-left .full_slider .owl2-nav div i,
      .product-view .content-product-left .not_full_slider .owl2-nav div i {
        display: none; }
  .product-view .content-product-right {
    overflow: hidden;
    /*SOCIAL BOX*/ }
    .product-view .content-product-right .social-catalog .footer-titles {
      color: #444;
      float: left;
      font-weight: 600 !important;
      line-height: 40px;
      padding-right: 32px;
      text-transform: uppercase;
      font-size: 15px; }
    .product-view .content-product-right .social-catalog ul .fa {
      border: 1px solid #efefef;
      color: #919191;
      font-size: 15px;
      height: 40px;
      margin: 0 10px 10px 0;
      text-align: center;
      width: 40px;
      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 .content-product-right .social-catalog ul .fa:hover {
        border-color: #00a9df;
        color: #00a9df; }
    .product-view .content-product-right .title-product h1 {
      margin: 0 0 18px;
      font-size: 14px;
      line-height: 1;
      font-weight: bold;
      text-transform: uppercase;
      color: #444; }
    .product-view .content-product-right .box-review .ratings {
      display: inline-block;
      margin: 0 10px 0 0; }
    @media (min-width: 992px) {
      .product-view .content-product-right .box-review .reviews_button {
        padding-left: 25px; } }
    .product-view .content-product-right .box-review a {
      color: #444;
      font-weight: 400;
      display: inline-block;
      font-size: 12px;
      text-transform: capitalize; }
      .product-view .content-product-right .box-review a:hover {
        color: #00a9df; }
    .product-view .content-product-right .product-box-desc {
      padding: 10px 0;
      margin-bottom: 10px;
      line-height: 25px;
      color: #444;
      text-transform: uppercase; }
      .product-view .content-product-right .product-box-desc .model,
      .product-view .content-product-right .product-box-desc .reward,
      .product-view .content-product-right .product-box-desc .price-tax {
        display: none; }
      .product-view .content-product-right .product-box-desc .fa-check-square-o {
        color: #518413; }
      .product-view .content-product-right .product-box-desc span {
        min-width: 150px;
        display: inline-block; }
    .product-view .content-product-right .short_description {
      display: block;
      font-size: 12 px;
      color: #666666; }
    .product-view .content-product-right .product-label {
      margin: 13px 0 20px;
      font-weight: bold; }
    .product-view .content-product-right .price span.price {
      font-size: 23px; }
    .product-view .content-product-right .price .price-new,
    .product-view .content-product-right .price .price-old {
      font-weight: bold; }
    .product-view .content-product-right .countdown_box {
      margin-bottom: 20px; }
      .product-view .content-product-right .countdown_box .countdown_inner {
        color: white;
        margin: 0; }
        .product-view .content-product-right .countdown_box .countdown_inner .title {
          padding: 15px 10px;
          text-transform: uppercase;
          display: table-cell;
          vertical-align: top;
          color: #fff;
          border-right: 1px solid #ddd; }
    .product-view .content-product-right h3 {
      font-size: 14px;
      text-transform: capitalize;
      font-weight: 600;
      color: #666666; }
    .product-view .content-product-right #product {
      margin-top: 10px; }
      .product-view .content-product-right #product .image_option_type .product-options {
        display: inline-block; }
      .product-view .content-product-right #product .image_option_type .control-label {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: normal;
        color: #444;
        padding-right: 20px; }
      .product-view .content-product-right #product .product-options .img-thumbnail {
        width: 22px;
        height: 22px;
        border-radius: 0;
        padding: 1px; }
      .product-view .content-product-right #product .box-checkbox label {
        width: 100%; }
      .product-view .content-product-right #product .box-date {
        padding-left: 0; }
        .product-view .content-product-right #product .box-date label {
          margin-right: 10px;
          width: 80px; }
        .product-view .content-product-right #product .box-date input {
          width: 200px; }
        .product-view .content-product-right #product .box-date input, .product-view .content-product-right #product .box-date button {
          border-radius: 0;
          position: relative;
          z-index: 0;
          margin-left: 0; }
        .product-view .content-product-right #product .box-date .input-group-btn {
          float: left; }
        .product-view .content-product-right #product .box-date button:hover {
          background: #00a9df;
          color: #fff; }
    .product-view .content-product-right .box-info-product {
      /*CART ADD*/
      /*COMPARE WISTLIST*/ }
      .product-view .content-product-right .box-info-product.form-quantity {
        display: inline-block;
        padding-right: 30px;
        float: left; }
      .product-view .content-product-right .box-info-product .quantity .quantity-control {
        float: left;
        margin: 0;
        position: relative; }
        .product-view .content-product-right .box-info-product .quantity .quantity-control label {
          float: left;
          margin-top: 8px;
          font-size: 14px;
          text-transform: capitalize;
          font-weight: normal;
          display: inline-block;
          color: #444;
          padding-right: 10px; }
        .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
          float: left;
          height: 46px;
          width: 46px;
          text-align: center;
          border: 1px solid #dddddd;
          border-radius: 0;
          z-index: 0;
          box-shadow: none; }
        .product-view .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 .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
            background: transparent;
            font-size: 10px;
            padding: 0 4px;
            position: absolute;
            border-bottom: none !important;
            top: 0px;
            width: 23px;
            height: 24px;
            line-height: 22px;
            border: 1px solid #dddddd;
            color: #999;
            right: -21px; }
            .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up:hover {
              background: #00a9df;
              color: #fff !important;
              border-color: #00a9df; }
          .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
            background: transparent;
            font-size: 10px;
            padding: 0 4px;
            position: absolute;
            border-top: none !important;
            top: 24px;
            width: 23px;
            height: 22px;
            line-height: 22px;
            border: 1px solid #dddddd;
            color: #999;
            right: -21px; }
            .product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down:hover {
              background: #00a9df;
              color: #fff !important;
              border-color: #00a9df; }
          .product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
            color: #00a9df !important; }
      .product-view .content-product-right .box-info-product .cart {
        float: left;
        position: relative;
        margin-right: 8px;
        display: inline-block; }
        .product-view .content-product-right .box-info-product .cart #button-cart {
          height: 45px;
          line-height: 45px;
          text-transform: uppercase;
          font-size: 12px;
          color: #fff;
          background: #00a9df;
          border: none;
          padding: 0 24px;
          font-weight: 500;
          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; }
          .product-view .content-product-right .box-info-product .cart #button-cart:hover {
            background: #0a97c4; }
        .product-view .content-product-right .box-info-product .cart a {
          font-size: 12px;
          font-weight: bold;
          text-transform: uppercase; }
          .product-view .content-product-right .box-info-product .cart a i {
            margin-right: 5px; }
        .product-view .content-product-right .box-info-product .cart input {
          background: #00a9df;
          border-radius: 0;
          color: #fff;
          text-transform: uppercase;
          font-size: 13px;
          font-weight: bold;
          padding: silde-values(12px 16px); }
          .product-view .content-product-right .box-info-product .cart input:hover {
            background: #444; }
      .product-view .content-product-right .box-info-product .add-to-links {
        display: inline-block; }
        .product-view .content-product-right .box-info-product .add-to-links li {
          display: inline-block; }
        .product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
          margin-right: 7px; }
        .product-view .content-product-right .box-info-product .add-to-links ul li a {
          display: inline-block;
          font-size: 14px;
          margin: 0;
          line-height: 45px;
          width: 45px;
          height: 45px;
          text-align: center;
          color: #999;
          border: 1px solid #dddddd;
          cursor: pointer;
          vertical-align: middle;
          transition: 0.6s all ease 0s;
          position: relative;
          float: left; }
          .product-view .content-product-right .box-info-product .add-to-links ul li a.text {
            display: none; }
          .product-view .content-product-right .box-info-product .add-to-links ul li a:hover {
            border-color: #00a9df;
            color: #00a9df; }
    .product-view .content-product-right .box-sharing {
      line-height: 23px;
      border-top: 1px solid #dddddd;
      padding-top: 25px; }
      .product-view .content-product-right .box-sharing .sharing-title {
        display: inline-block; }
        .product-view .content-product-right .box-sharing .sharing-title h2 {
          font-size: 12px;
          padding-right: 20px; }
      .product-view .content-product-right .box-sharing .sharing-content {
        display: inline-block; }

.nt.btn-more {
  display: none; }

.thumb-vertical-outer {
  width: 92px;
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 20px 0; }
  .thumb-vertical-outer .lSAction {
    display: none !important; }
  .thumb-vertical-outer .thumbnail {
    border-color: #dddddd; }
  .thumb-vertical-outer .btn-more {
    display: block;
    height: 20px;
    width: 40px;
    line-height: 20px;
    color: #00a9df;
    background: transparent;
    text-align: center;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    margin-left: -20px;
    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: rgba(0, 169, 223, 0.5); }
    .thumb-vertical-outer .btn-more.prev-thumb {
      top: 0; }
    .thumb-vertical-outer .btn-more.next-thumb {
      bottom: 0; }
  .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; }
      .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: #00a9df; }
      .thumb-vertical-outer ul li .thumbnail.active {
        border-color: #00a9df; }

/*BOX TAB RELATED UPSALE*/
/*.tab-full{

    .nav-tabs{
        display: table;
        width: 100%;
        position: relative;
        text-align: center;
        border: none;
        li{
            float: none;
            display: inline-block;
            cursor: pointer;
            padding: side-values(5px 20px);
            &.active{
                a{
                    color: #000;
                    border: none;
                }
            }
            &.sn-border{
                &:after{
                    width: 1px;
                    height: 20px;
                    content: "";
                    display: inline-block;
                    background: #cdcdcd;
                    position: absolute;
                    right: 0px;
                    top: 16px;
                }
            }
            a{
                padding: 0;
                font-size: 28px;
                color: #cdcdcd;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: 1px;
                border: none;
                cursor: pointer;
                &:hover{
                    color: #000;
                    border: none;
                    background: transparent;
                }
            }
        }
    }
    .tab-content{
        padding-top: 20px;
        @media (min-width:992px){
             padding-top: 60px;
             padding-bottom: 33px;
        }
    }
    .active.tab-pane{
        height: auto!important;
    }
    .tab-pane{
        height: 0;
        display: block;
        overflow: hidden;
    }
    /*PRETEXT*/
/*.pre-text{
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    color: #9a9a9a;
    font-size: 14px;
    &:before{
        content: "";
        background: #e5e5e5;
        width: 48px;
        left: -17px;
        position: relative;
        display: inline-block;
        height: 1px;
    }
    &:after{
        content: "";
        background: #e5e5e5;
        width: 48px;
        right: -17px;
        position: relative;
        display: inline-block;
        height: 1px;
    }
}*/
/*MODULE EXTRA*/
/*.moduletable{
    h3{
        display: none;
    }
    .so-extraslider{
        margin: -8px 0 0 0;
    }
    .right-block{
        .rating{
            display: none;
        }
    }
}*/
/*}*/
/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
  padding: 20px 0px 0;
  background: #fff;
  border: 1px solid #dddddd; }
  .producttab .tabsslider .nav-tabs {
    border-bottom: none; }
    .producttab .tabsslider .nav-tabs li {
      padding: 2px 25px;
      margin: 0 5px 20px 0;
      border-right: 1px solid #e6e6e6;
      list-style: none;
      cursor: pointer;
      float: left;
      font-size: 16px;
      text-transform: uppercase; }
      .producttab .tabsslider .nav-tabs li a {
        font-weight: 400;
        border: none;
        padding: 0; }
      .producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
        color: #00a9df;
        background: transparent; }
      .producttab .tabsslider .nav-tabs li.active a:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #00a9df;
        left: 0;
        position: absolute;
        bottom: -23px;
        z-index: 999; }
  .producttab .tabsslider .tab-content {
    padding: 25px;
    text-align: justify;
    display: block;
    margin: 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #dddddd;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: -1px; }
    .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: #00a9df;
        margin-right: 5px; }

.producttab .tabsslider.vertical-tabs {
  border: 1px solid #dddddd;
  padding: 0;
  background: #fff; }
  .producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0;
    text-align: center; }
    .producttab .tabsslider.vertical-tabs ul.nav-tabs li {
      border-bottom: 1px solid #dddddd;
      clear: both;
      position: relative;
      width: 100%;
      display: block;
      padding: 0px 25px;
      margin: 0;
      line-height: 55px;
      height: 55px; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
        border: 0;
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        margin: 0;
        line-height: 55px;
        -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: #444; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
          background: transparent; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
        background: #00a9df; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
          color: #fff; }
          .producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
            display: none; }
      .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
        background: #00a9df; }
        .producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
          background: transparent;
          color: #fff; }
          .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; }
  .producttab .tabsslider.vertical-tabs .tab-content {
    min-height: 180px;
    padding: 25px 30px 20px;
    border: 0;
    border-left: 1px solid #dddddd; }

.form-group {
  margin-bottom: 20px; }

#product-accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #ddd;
  border-top: 4px solid #00a9df; }
  #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: #444;
        width: 100%;
        display: inline-block;
        position: relative; }
        #product-accordion .panel .panel-heading a.title-head.collapsed {
          color: #444; }
          #product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
            content: "\f0d8"; }
        #product-accordion .panel .panel-heading a.title-head {
          color: #00a9df; }
          #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: #00a9df; }
        #product-accordion .panel .panel-heading:hover a {
          color: #00a9df; }
    #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 #00a9df;
    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%; }

.so-extraslider {
  position: relative; }
  .so-extraslider .owl2-dots {
    display: none !important; }

/*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: 14px;
    line-height: 1em;
    text-transform: uppercase;
    color: #444; }
  .feafure.with-sub-menu .feafure-dr li {
    line-height: 30px; }
    .feafure.with-sub-menu .feafure-dr li a {
      font-size: 12px;
      position: relative;
      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; }
      .feafure.with-sub-menu .feafure-dr li a:hover {
        color: #00a9df; }
      .feafure.with-sub-menu .feafure-dr li a:before {
        content: '\f05b';
        font-family: FontAwesome;
        display: inline-block;
        font-size: 10px;
        position: absolute;
        left: 0;
        top: -7px; }
  .feafure.with-sub-menu .feafure-dr .layout-color li a {
    padding-left: 0; }
    .feafure.with-sub-menu .feafure-dr .layout-color li a:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      position: relative;
      background-color: #e1e1e1;
      margin-right: 10px;
      vertical-align: middle;
      left: 0;
      top: -2px; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.orange a:before {
    background: #ff8357; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.blue a:before {
    background: #00a9df; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.brown a:before {
    background: #beae59; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.green a:before {
    background: #79b6a0; }
  .feafure.with-sub-menu .feafure-dr .layout-color li.red a:before {
    background: #eb4b2b; }

.submenu-pages h2 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #444; }
.submenu-pages li {
  line-height: 31px; }
.submenu-pages li a {
  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;
  padding-left: 15px; }
  .submenu-pages li a:hover {
    color: #00a9df; }
  .submenu-pages li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -7px; }

/*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: #00a9df;
    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: #00a9df; }
      .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 .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 .product {
  padding-top: 29px; }
  .submenu2.with-sub-menu.hover .sub-menu .product .name {
    padding-top: 33px; }
    .submenu2.with-sub-menu.hover .sub-menu .product .name a {
      font-size: 16px;
      font-weight: 300; }
  .submenu2.with-sub-menu.hover .sub-menu .product .price {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    padding-top: 10px; }

ul.megamenu li .sub-menu .content .hover-menu div.menu ul ul {
  left: 100%; }

.submenu4.with-sub-menu.hover .sub-menu .content {
  padding: 15px 0 10px; }
.submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu b {
  display: none; }

div.megamenu-wrapper ul.megamenu > li.active:before {
  content: "";
  height: 30%;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
  right: 0; }

ul.megamenu li .sub-menu .content .hover-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 30px 0; }
  ul.megamenu li .sub-menu .content .hover-menu li:hover {
    background: #00a9df; }
    ul.megamenu li .sub-menu .content .hover-menu li:hover > a {
      color: #fff; }
  ul.megamenu li .sub-menu .content .hover-menu li a {
    position: relative;
    padding-left: 15px; }
    ul.megamenu li .sub-menu .content .hover-menu li a:before {
      content: '\f05b';
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      font-size: 10px;
      top: -7px;
      left: 0; }

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 15px; }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: #00a9df; }
  ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -7px; }

/*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-1 .line-hori > span {
  padding-top: 40px;
  font-size: 20px; }

#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 .about-title {
  font-size: 24px;
  color: #444;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase; }
.about-us .name-member {
  font-size: 116.67%;
  font-weight: bold; }
.about-us .job-member {
  margin: 7px 0 5px;
  font-style: italic; }
  .about-us .job-member:before, .about-us .job-member:after {
    content: "---";
    margin: 0 5px; }
.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: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      -webkit-border-radius: 50%; }
      .about-us .social-member .social-icon a span {
        display: none; }
      .about-us .social-member .social-icon a:hover {
        background-color: #00a9df !important; }
    .about-us .social-member .social-icon.rss a {
      background-color: #f8bc2e; }
    .about-us .social-member .social-icon.facebook a {
      background-color: #39599f; }
    .about-us .social-member .social-icon.twitter a {
      background-color: #45b0e3; }
    .about-us .social-member .social-icon.google a {
      background-color: #1872bf; }
.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 {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -19px; }
.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;
    background: #eee; }
    .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;
          top: 50%;
          margin-top: 6px;
          background-color: #00a9df;
          left: 6px; }
        .about-us .content-faq .panel .panel-title a:before {
          background-color: #00a9df;
          content: "-";
          width: 16px;
          height: 16px;
          display: inline-block;
          position: absolute;
          top: 50%;
          margin-top: -8px;
          border-radius: 2px;
          -webkit-border-radius: 2px;
          color: #fff;
          text-align: center;
          line-height: 16px;
          left: 0; }
        .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 .bg-about-1 {
  background: #fff;
  margin-top: 59px; }
  .about-demo-1 .bg-about-1 h2.about-title:before {
    content: "";
    width: 70px;
    height: 3px;
    background: #00a9df;
    top: 66px;
    position: absolute; }
  @media (min-width: 992px) {
    .about-demo-1 .bg-about-1 {
      margin-top: 139px;
      padding-bottom: 50px; } }
@media (min-width: 992px) {
  .about-demo-1 .owl2-controls .owl2-nav div {
    top: 33%; }
  .about-demo-1 .owl2-controls .owl2-nav div.owl2-prev {
    left: -18px; }
  .about-demo-1 .owl2-controls .owl2-nav div.owl2-next {
    right: -18px; } }
.about-demo-1 .about-image {
  margin-top: -20px; }
  @media (min-width: 992px) {
    .about-demo-1 .about-image {
      margin-top: -99px; } }
.about-demo-1 .about-title strong {
  color: #00a9df; }
.about-demo-1 .about-title span {
  font-weight: bold; }
  .about-demo-1 .about-title span.last-ab {
    font-weight: normal; }
.about-demo-1 .about-text {
  text-align: justify;
  color: #666666; }
.about-demo-1 .about-image,
.about-demo-1 .about-info {
  margin-bottom: 40px; }
.about-demo-1 .about-text {
  padding-top: 30px; }
  @media (min-width: 992px) {
    .about-demo-1 .about-text {
      padding-top: 50px; } }
.about-demo-1 .about-info {
  position: relative;
  top: 36px;
  padding-left: 20px; }
  @media (min-width: 992px) {
    .about-demo-1 .about-info {
      padding-left: 61px;
      top: 96px; } }
.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 {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 25px 20px 0; }

.about-demo-2 .our-team {
  margin-bottom: 60px; }

.about-demo-3 .about-image,
.about-demo-3 .about-info {
  margin-bottom: 30px; }

/* ************************************************************************************************
	BLOCK HEADER 
************************************************************************************************ */
.header-box {
  position: absolute;
  top: 50px;
  z-index: 6;
  width: 100%;
  left: 0;
  right: 0; }
  @media (min-width: 1200px) {
    .header-box.container {
      width: 1170px; } }
  .header-box .block-header {
    position: relative;
    background: rgba(0, 0, 0, 0.8); }
    .header-box .block-header .header-logo {
      position: absolute;
      left: 0;
      top: 0; }
      .header-box .block-header .header-logo .navbar-logo {
        display: inline-block;
        padding: 44px 34px 45px;
        background: rgba(45, 53, 57, 0.9); }
        @media (min-width: 992px) {
          .header-box .block-header .header-logo .navbar-logo {
            position: relative;
            z-index: 2; } }
    .header-box .block-header .header-garenal {
      position: absolute;
      top: 0;
      right: 0; }
      .header-box .block-header .header-garenal .inner-full {
        float: right;
        margin-right: 120px; }
        .header-box .block-header .header-garenal .inner-full .inner-1 {
          float: left;
          margin-right: 15px; }
          @media (min-width: 1200px) {
            .header-box .block-header .header-garenal .inner-full .inner-1 {
              margin-right: 30px; } }
          .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link {
            line-height: 36px;
            position: relative; }
            .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t {
              color: #fff; }
              .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t i.fa {
                padding-right: 5px; }
              .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t:hover {
                color: #00a9df; }
        .header-box .block-header .header-garenal .inner-full .inner-2 {
          float: left; }
          .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur {
            float: left; }
            .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block,
            .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block,
            .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block {
              display: table-cell;
              line-height: 36px;
              background: #444;
              float: left;
              position: relative; }
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link,
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link,
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link {
                color: #fff;
                font-size: 12px; }
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link:hover,
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link:hover,
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link:hover {
                  text-decoration: inherit; }
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span,
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span,
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span {
                color: #fff; }
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span.fa,
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span.fa,
                .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span.fa {
                  padding-left: 5px; }
            .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block, .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block {
              margin-left: 2px; }
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block img, .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block img {
                position: relative;
                top: -1px; }
          .header-box .block-header .header-garenal .inner-full .inner-2 .box-search {
            float: left; }
            .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro {
              width: 267px;
              margin-left: 2px; }
              .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search {
                position: absolute;
                top: 0;
                z-index: 2;
                right: 0; }
    .header-box .block-header .header-navigation {
      padding: 62px 0 22px; }
    .header-box .block-header .header-cart {
      position: absolute;
      top: 0;
      text-align: center;
      right: 0; }
      .header-box .block-header .header-cart .shopping_cart {
        width: 120px;
        height: 134px;
        background-color: #ff9c00; }

/* ************************************************************************************************
	HOME PAGE CONTENT
************************************************************************************************ */
/*TITLE HOME*/
.common-home .title-home h2 {
  font-size: 20px;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }
  .common-home .title-home h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    background: #00a9df;
    width: 30px;
    height: 2px;
    left: 0; }
.common-home .no-padding {
  padding: 0 !important; }

/*SPACE HOME*/
.common-home .full-wrapper {
  margin-bottom: 37px; }
.common-home .so-extraslider .extraslider-inner {
  padding-bottom: 0;
  margin: 0; }
.common-home .so-extraslider {
  margin-bottom: 0; }
.common-home #content {
  margin-bottom: 19px; }
.common-home .so-spotlight1 {
  overflow: hidden !important; }

.wrapper-full {
  overflow-x: hidden; }

/*MODULE EXTRASLIDE*/
.block-best-sale {
  padding: 40px 0 5px; }
  .block-best-sale .products-list.grid .product-layout .product-item-container .right-block .price {
    margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .block-best-sale .so-extraslider .extraslider-inner {
      padding-top: 9px; } }
  .block-best-sale .so-extraslider .owl2-controls {
    position: absolute;
    top: -23px;
    right: 0; }
    .block-best-sale .so-extraslider .owl2-controls .owl2-nav div {
      position: relative;
      opacity: 1;
      left: auto;
      right: auto; }
      .block-best-sale .so-extraslider .owl2-controls .owl2-nav div.owl2-prev {
        margin-right: 4px; }

/*MODULE LISTINGTAB*/
.block-listingtab {
  margin-bottom: 24px; }
  .block-listingtab .owl2-controls {
    position: absolute;
    top: -31px;
    right: 0; }
    .block-listingtab .owl2-controls .owl2-nav div {
      position: relative !important;
      opacity: 1;
      left: auto !important;
      right: auto !important; }
      .block-listingtab .owl2-controls .owl2-nav div.owl2-prev {
        margin-right: 4px; }
  .block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container {
    overflow: visible; }
    .block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items {
      overflow: visible; }
      .block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner {
        overflow: visible; }
  .block-listingtab .products-list.grid .product-layout .product-item-container {
    display: inline-block;
    width: 100%; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    text-align: left; }
  .block-listingtab .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
    margin: 0; }
  .block-listingtab .so-listing-tabs {
    margin-bottom: 23px; }
  .block-listingtab .wap-listing-tabs {
    margin-top: 18px; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0;
    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;
    text-transform: uppercase;
    list-style: none;
    font-weight: bold;
    background: transparent;
    margin-right: 25px; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    line-height: 1em;
    color: #999;
    padding: 0;
    position: relative;
    font-size: 20px; }
  .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: transparent; }
    .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: #444; }
  .block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:first-child .ltabs-tab-label:before {
    content: "";
    position: absolute;
    bottom: -11px;
    background-color: #00a9df;
    width: 30px;
    height: 2px;
    left: 0; }
  .block-listingtab .ltabs-loadmore {
    display: none !important; }

.rtl .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption {
  padding-left: 20px; }

.rtl .footer-center ul.menu li:before {
  transform: rotate(180deg); }

/*MODULE BASSIC*/
.full-wrapper {
  background: url("../images/bg-bestseller.jpg") no-repeat;
  background-size: cover;
  padding: 72px 0 32px; }
  .full-wrapper .block-basic-product {
    width: 51.4%;
    background: #fff;
    padding: 38px 30px 10px;
    -webkit-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4); }
    .full-wrapper .block-basic-product .so-basic-product .product-thumb .image {
      width: 100px;
      float: left;
      margin-right: 20px;
      border: 1px solid #ddd; }
      .full-wrapper .block-basic-product .so-basic-product .product-thumb .image img {
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .full-wrapper .block-basic-product .so-basic-product .product-thumb .image:hover {
        border-color: #00a9df; }
        .full-wrapper .block-basic-product .so-basic-product .product-thumb .image:hover img {
          opacity: 0.5;
          filter: alpha(opacity=50); }
    .full-wrapper .block-basic-product .modcontent {
      margin-top: 46px; }
    .full-wrapper .block-basic-product .so-basic-product .preset00-2 .item-element {
      padding-bottom: 30px; }
    .full-wrapper .block-basic-product .caption h4 {
      margin: 0; }
    .full-wrapper .block-basic-product .caption a {
      text-transform: uppercase;
      font-weight: bold;
      color: #444;
      font-size: 14px;
      line-height: 20px;
      position: relative;
      top: -2px; }
      .full-wrapper .block-basic-product .caption a:hover {
        color: #00a9df; }
    .full-wrapper .block-basic-product .caption .ratings {
      margin: 0; }
    .full-wrapper .block-basic-product .caption .price {
      margin: 0 0 3px 0; }

/*SLIDESHOW*/
.yt_slideshow .owl2-carousel .owl2-stage-outer {
  direction: ltr; }

/*MODULE DEALS CATE*/
.rtl .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time {
  float: right;
  margin-right: 1px; }

.block-deals {
  background: #fff; }
  @media (min-width: 1200px) {
    .block-deals .so-deals-category .so-deals-cat-wrap .so-deals-cat-container {
      width: 40%; } }
  .block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .image:before {
    position: absolute;
    content: "";
    top: 0;
    width: 101px;
    height: 101px;
    background: url("../images/dailydeal.png") no-repeat;
    z-index: 1;
    left: 0; }
  .block-deals .caption h4 {
    margin-bottom: 6px; }
  .block-deals .caption .price {
    margin: 0 0 3px 0; }
  .block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .desc:before {
    position: absolute;
    content: "";
    top: 13px;
    background-color: #999;
    width: 100px;
    height: 1px;
    left: 0px; }
  .block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .time-item .num-time {
    color: #00a9df; }
  .block-deals .so-deals-category .owl2-controls {
    position: absolute;
    top: 49px;
    right: 33px;
    bottom: 20px; }
  .block-deals .so-deals-category .product-thumb .image span.label-sale {
    background: #e74c3c none repeat scroll 0 0;
    right: 20px;
    left: auto; }
  @media (min-width: 1200px) {
    .block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .item-inner .lt-image img {
      padding-top: 35px; } }
  .block-deals .so-deals-category .product-thumb .image span.label-sale:after {
    border-right: 8px solid transparent;
    left: 0;
    right: auto; }
  .block-deals .owl2-controls .owl2-nav div {
    top: 0;
    position: relative;
    left: auto;
    right: auto; }
  .block-deals .so-deals-category .owl2-controls .owl2-nav .owl2-prev:hover,
  .block-deals .so-deals-category .owl2-controls .owl2-nav .owl2-next:hover {
    cursor: pointer;
    border: 1px solid #00a9df;
    color: #fff;
    background: #00a9df; }

.recently-viewed .modhead2, .recently-viewed .modhead1 {
  background: #333 !important;
  min-height: 35px;
  min-width: 42px !important;
  text-align: center;
  font-size: 18px;
  border-radius: 3px 0px 0px 3px !important; }

/*MODULE LASTEST BLOG*/
.latest-blog-home1 {
  padding: 0;
  margin: 0;
  border: none !important; }
  .latest-blog-home1 .modcontent {
    margin-top: 46px; }
  .latest-blog-home1 .cat-wrap {
    width: 100% !important;
    padding: 0 !important; }
    .latest-blog-home1 .cat-wrap .media {
      position: relative !important;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .latest-blog-home1 .cat-wrap .media img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transform: rotate(0);
        -webkit-backface-visibility: hidden; }
      .latest-blog-home1 .cat-wrap .media:hover img {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    .latest-blog-home1 .cat-wrap .media-bodys {
      cursor: pointer;
      background-color: #fff;
      color: #666;
      min-height: 190px;
      position: relative;
      padding: 30px; }
      .latest-blog-home1 .cat-wrap .media-bodys .media-heading a {
        color: #444; }
      .latest-blog-home1 .cat-wrap .media-bodys:before {
        width: 0;
        height: 0;
        border-bottom: 7px solid #fff;
        position: absolute;
        content: "";
        top: -7px;
        left: 50%;
        margin-left: -7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
      .latest-blog-home1 .cat-wrap .media-bodys .media-heading {
        margin-bottom: 10px; }
  .latest-blog-home1 .first-post {
    width: 50%;
    float: left; }
    .latest-blog-home1 .first-post .cat-wrap .media-bodys {
      color: #fff;
      background-color: #00a9df;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .latest-blog-home1 .first-post .cat-wrap .media-bodys:before {
        border-bottom: 7px solid #00a9df; }
      .latest-blog-home1 .first-post .cat-wrap .media-bodys .media-heading a {
        color: #fff; }
  .latest-blog-home1 .last-post {
    width: 50%;
    float: left; }
    .latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 {
      width: 50% !important;
      float: left; }
      .latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover {
        background: #444;
        color: #fff; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover .media-heading a {
          color: #fff; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover:before {
          border-bottom: 7px solid #444; }
    .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 {
      width: 50% !important;
      float: left; }
      .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-lefts {
        margin-top: 190px; }
      .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys {
        position: absolute;
        top: 0;
        right: 0; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover {
          background: #444;
          color: #fff; }
          .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover .media-heading a {
            color: #fff; }
          .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover:after {
            border-top: 7px solid #444; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:after {
          width: 0;
          height: 0;
          border-top: 7px solid #fff;
          position: absolute;
          content: "";
          bottom: -7px;
          left: 50%;
          margin-left: -7px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent; }
    .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 {
      position: relative;
      display: inline-block;
      width: 100% !important; }
      .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-lefts {
        width: 50%;
        float: left; }
      .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys {
        width: 50%;
        float: left; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:before {
          display: none; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover {
          background: #444;
          color: #fff; }
          .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover .media-heading a {
            color: #fff; }
          .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover:after {
            border-right: 7px solid #444; }
        .latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:after {
          width: 0;
          height: 0;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          position: absolute;
          content: "";
          top: 50%;
          margin-top: -7px;
          left: -7px;
          border-right: 7px solid #fff; }
  .latest-blog-home1.so-latest-blog .blog-external-simple .media-left {
    padding: 0; }

/*BLOCK IMG TOP*/
.block-img .img-1 {
  width: 33.33333%;
  float: left;
  display: inline-block; }

.navbar-welcome a {
  color: #0099ff; }
  .navbar-welcome a:hover {
    color: #00a9df; }

/* ************************************************************************************************
		CSS GARENAL HEADER
************************************************************************************************ */
.navbar-main-menu-outer {
  background: #333;
  margin-bottom: 30px; }

#main-content, #content {
  margin-bottom: 30px; }

.header-top-right {
  display: inline-block; }
  .header-top-right ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    padding: 0 !important; }
    .header-top-right ul.top-link > li {
      display: inline-block;
      position: relative;
      list-style: outside none none;
      line-height: 40px;
      padding: 0; }
      .header-top-right ul.top-link > li > a {
        color: #6d6d6d;
        font-size: 12px; }
      .header-top-right ul.top-link > li.wishlist a:before {
        background-position: center -79px; }
      .header-top-right ul.top-link > li.checkout a:before {
        background-position: center -139px; }
      .header-top-right ul.top-link > li.login a:before {
        background-position: center -196px; }
      .header-top-right ul.top-link > li:hover > a {
        color: #00a9df; }
      .header-top-right ul.top-link > li:hover.account a:before {
        background-position: center 1px; }
      .header-top-right ul.top-link > li:hover.wishlist a:before {
        background-position: center -53px; }
      .header-top-right ul.top-link > li:hover.checkout a:before {
        background-position: center -109px; }
      .header-top-right ul.top-link > li:hover.login a:before {
        background-position: center -168px; }
      .header-top-right ul.top-link > li ul.dropdown-link {
        position: absolute;
        background: #fff;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
        left: 0;
        opacity: 0;
        padding: 0px 10px;
        top: 33px;
        transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
        width: 200px;
        z-index: -1;
        text-align: left; }
        .header-top-right ul.top-link > li ul.dropdown-link li {
          display: block;
          border-left: 0; }
          .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: #444; }
            .header-top-right ul.top-link > li ul.dropdown-link li a:hover {
              color: #00a9df; }
            .header-top-right ul.top-link > li ul.dropdown-link li a:after {
              display: none; }
          .header-top-right ul.top-link > li ul.dropdown-link li:last-child a {
            border-bottom: 0; }
      .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); }

/* 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: #00a9df;
        position: relative; }
        .navbar-search #search button span:before {
          content: "\f002";
          font-family: FontAwesome;
          position: absolute;
          color: #00a9df;
          right: 10px;
          top: 8px; }

/*OWL*/
.block-best-sale .so-extraslider .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;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 15px; }
.block-best-sale .so-extraslider .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;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 15px; }
.block-best-sale .so-extraslider:hover .owl2-nav .owl2-prev {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=100); }
.block-best-sale .so-extraslider:hover .owl2-nav .owl2-next {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0px; }

/* ************************************************************************************************
	BLOCK FOOTER
************************************************************************************************ */
.footer-container {
  position: relative;
  background: url("../images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  /*TITLE FOOTER*/ }
  .footer-container #yt-totop {
    background-color: #00a9df;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    z-index: 800;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 20px; }
    .footer-container #yt-totop span {
      display: inline-block;
      font-size: 12px;
      min-width: 76px;
      text-transform: uppercase;
      margin-left: -11px;
      top: 3px;
      position: relative; }
    .footer-container #yt-totop:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #0a97c4; }
  .footer-container .footer-title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 38px;
    font-weight: bold;
    display: inline-block; }
    .footer-container .footer-title:after {
      position: absolute;
      content: "";
      background-color: #00a9df;
      bottom: -20px;
      left: 0;
      width: 40px;
      height: 3px; }

@media (min-width: 992px) {
  .footer-top .socials-wrap .li-social.linkedin-social {
    clear: both; } }
.footer-top .socials-wrap ul .li-social {
  float: left; }
.footer-top .socials-wrap ul .fa {
  background-color: #333333;
  margin: 0 10px 10px 0;
  font-size: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  color: #898989; }
  .footer-top .socials-wrap ul .fa:hover {
    color: #fff;
    background: #00a9df;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.footer-top .socials-wrap ul .name-social {
  display: none; }

.footer-center {
  position: relative; }
  .footer-center ul.menu li {
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer-center ul.menu li:before {
      content: '\f0da';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-synthesis: weight style;
      font-stretch: normal;
      font-size-adjust: none;
      font-language-override: normal;
      font-kerning: auto;
      font-feature-settings: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      font-size: 12px;
      color: #fff; }
    .footer-center ul.menu li a {
      position: relative;
      color: #fff;
      padding-left: 5px; }
    .footer-center ul.menu li:hover {
      padding-left: 5px; }
      .footer-center ul.menu li:hover:before {
        color: #00a9df; }
      .footer-center ul.menu li:hover a {
        color: #00a9df; }
  .footer-center .block-content {
    padding-top: 25px; }
  .footer-center .footer-contact-content {
    width: 100%;
    padding-top: 40px; }
    @media (min-width: 992px) {
      .footer-center .footer-contact-content {
        padding: 25px 0 0 13px; } }
    .footer-center .footer-contact-content p {
      display: inline-flex;
      width: 100%;
      margin-bottom: 6px; }
      .footer-center .footer-contact-content p.address {
        line-height: 24px;
        padding-top: 5px; }
      .footer-center .footer-contact-content p > i {
        color: #fff;
        margin-right: 15px;
        margin-top: 4px; }
        .footer-center .footer-contact-content p > i.fa-map-marker {
          font-size: 15px; }
        .footer-center .footer-contact-content p > i.fa-mobile {
          font-size: 16px; }
      .footer-center .footer-contact-content p a:hover {
        color: #00a9df;
        text-decoration: underline; }
    .footer-center .footer-contact-content .phone {
      padding-top: 3px; }
    .footer-center .footer-contact-content .email {
      margin-bottom: 16px; }
      .footer-center .footer-contact-content .email a {
        color: #fff; }
        .footer-center .footer-contact-content .email a:hover {
          color: #00a9df; }
  .footer-center .custom-about .inner {
    position: relative;
    z-index: 1;
    padding: 0 25px 18px 20px;
    display: inline-block;
    background: rgba(0, 169, 223, 0.5); }
    .footer-center .custom-about .inner .footer-title {
      padding-top: 35px; }
      .footer-center .custom-about .inner .footer-title:after {
        bottom: -16px; }

.block-newleter {
  margin-top: 38px; }

.footer-bottom {
  background: rgba(68, 68, 68, 0.6); }
  .footer-bottom .apps {
    float: right; }
    .footer-bottom .apps .footer-title {
      text-align: right;
      width: 100%; }
  .footer-bottom .footer-title {
    text-transform: capitalize;
    font-weight: bold;
    padding: 17px 0 18px;
    font-size: 16px; }
    .footer-bottom .footer-title:after {
      display: none; }
  .footer-bottom .module {
    margin-bottom: 25px; }
  .footer-bottom .socials-wrap ul li {
    display: inline-block;
    margin-right: 5px; }
    .footer-bottom .socials-wrap ul li .name-social {
      display: none; }
    .footer-bottom .socials-wrap ul li .icon-social {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color: #000;
      color: #fff;
      text-align: center;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer-bottom .socials-wrap ul li .icon-social:hover {
        background: #00a9df; }
  .footer-bottom .copyright-text {
    text-align: center; }

.block-newleter {
  background-color: #ddd;
  padding: 26px 0 16px; }
  .block-newleter .footer-support .popup-title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    line-height: 100%;
    padding-bottom: 6px; }
  @media (min-width: 1200px) {
    .block-newleter .footer-newsletter {
      padding-left: 34px; } }
  .block-newleter .footer-newsletter .input-control {
    color: #999;
    position: relative;
    border: 6px solid #00a9df;
    float: right;
    background-color: #fff;
    width: 100%;
    height: 50px; }
    .block-newleter .footer-newsletter .input-control i {
      float: left;
      padding: 12px 5px 13px 18px;
      position: absolute;
      z-index: 1;
      font-size: 13px; }
    .block-newleter .footer-newsletter .input-control input {
      border: none;
      height: 38px;
      width: 100%;
      padding-left: 40px;
      position: absolute;
      top: 0;
      left: 0;
      float: left; }
    .block-newleter .footer-newsletter .input-control .send-mail {
      position: absolute;
      top: 0;
      background-color: #444;
      text-transform: uppercase;
      color: #fff;
      float: right;
      height: 38px;
      line-height: 40px;
      font-weight: normal;
      padding: 0 27px;
      font-weight: bold;
      border: none;
      margin: 0;
      right: 0;
      border-left: 6px solid #00a9df; }
      .block-newleter .footer-newsletter .input-control .send-mail:hover {
        color: #00a9df; }

/*-------------------- 3. SLIDESHOW --------------------*/
.module.slideshow {
  display: block;
  overflow: hidden;
  margin: 0; }
  .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; }
  .module.slideshow .owl2-controls .owl2-dots .owl2-dot.active span {
    background-color: #00a9df; }
  .module.slideshow .owl2-controls .owl2-dots .owl2-dot span:hover {
    background-color: #00a9df; }

/*-------------------- 5. VERTICAL MENU ---------------------*/
.common-home .megamenu-style-dev .vertical .dropdown-menu {
  display: block; }
.common-home .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.home a {
  background: #00a9df;
  color: #fff; }

ul.megamenu > li > a,
ul.megamenu > li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.common-home ul.megamenu > li.home > a,
ul.megamenu > li > a:hover,
ul.megamenu > li.active_menu > a,
ul.megamenu > li:hover > a {
  background: #00a9df !important; }

.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: #00a9df;
          background: #00a9df; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover a {
          color: #00a9df; }
      .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: #00a9df;
              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: #00a9df; }
        .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: #00a9df; }
      .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: #00a9df; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore i {
          font-size: 14px;
          color: #00a9df; }
        .megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover {
          background: #00a9df;
          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; }

/*----------- 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; }

/* ************************************************************************************************
	BREADCRUMB
************************************************************************************************ */
.full-breadcrumb {
  position: relative;
  padding: 100px 0 49px;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/bg-bread.jpg") repeat fixed center top;
  margin-bottom: 40px;
  min-height: 250px;
  color: #fff; }
  @media (min-width: 1200px) {
    .full-breadcrumb {
      padding: 300px 0 49px;
      min-height: 400px;
      margin-top: -50px;
      background-size: cover; } }
  .full-breadcrumb .title-breadcrumb b {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 17px;
    display: block; }
    @media (min-width: 768px) {
      .full-breadcrumb .title-breadcrumb b {
        font-size: 40px; } }
  .full-breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0; }
    .full-breadcrumb .breadcrumb li {
      display: inline-block;
      position: relative;
      text-transform: capitalize;
      padding: 0 5px 0 18px; }
      .full-breadcrumb .breadcrumb li:first-child {
        padding: 0 5px 0 0px; }
      .full-breadcrumb .breadcrumb li a {
        color: #fff; }
      .full-breadcrumb .breadcrumb li + li:before {
        color: #fff;
        content: '\f105';
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-synthesis: weight style;
        font-stretch: normal;
        font-size-adjust: none;
        font-language-override: normal;
        font-kerning: auto;
        font-feature-settings: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        font-size: 12px;
        position: absolute;
        top: 5px;
        left: 0; }
      .full-breadcrumb .breadcrumb li + li:hover a {
        color: #00a9df; }

.product-compare .overflow_auto {
  overflow-x: auto; }

.rtl .full-breadcrumb .breadcrumb li + li:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* ************************************************************************************************
 	FILTER SHOPBY
************************************************************************************************ */
.so_filter_wrap_block .so_filter_wrap.block-shopby {
  border: none; }
  .so_filter_wrap_block .so_filter_wrap.block-shopby h3.modtitle {
    background: #444;
    color: #fff;
    padding: 0; }
  .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent {
    border: 1px solid #dddddd;
    margin-top: -2px;
    background: #fff; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading .so-filter-heading-text {
      float: left;
      padding: 15px 0 0px;
      color: #444;
      font-weight: 700; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container {
      padding-top: 5px;
      padding-left: 0px;
      padding-right: 0px;
      padding-bottom: 15px; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option label {
        font-size: 12px; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .opt-select {
        border: none; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
        background-color: transparent;
        border: 2px solid #999; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
        margin-top: -7px !important; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input,
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub {
        position: relative;
        padding-left: 14px; }
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before,
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:before {
          display: inline-block;
          content: "";
          width: 12px;
          height: 12px;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          left: 0;
          background-color: #999;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:hover:before,
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:hover:before {
          background-color: transparent;
          border: 2px solid #999; }
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle,
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-circle {
          display: none; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent li.so-filter-options {
      margin-left: 20px;
      margin-right: 20px;
      border-bottom: #ddd 1px dotted;
      margin-bottom: 7px; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price {
      text-align: left;
      padding: 0; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container ul li {
      float: left; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max {
      display: block; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
        min-width: 60px;
        width: 49%;
        padding: 0 5px;
        display: inline-block;
        float: left;
        border: 1px solid #ddd;
        display: inline-block; }
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
          margin-right: 2%; }
        .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
          display: table-cell;
          vertical-align: middle; }
          .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
            position: relative;
            top: 1px; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_max,
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle {
      background: #00a9df;
      border: none;
      width: 14px;
      height: 14px; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-connect {
      box-shadow: none;
      height: 4px;
      background: #00a9df; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
      background: #dddddd;
      box-shadow: none;
      height: 4px; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle-upper {
      right: 14px; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-target {
      border: none; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
      background: #dddddd; }
    .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll {
      padding: 20px 20px 25px;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #444; }
      .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll .fa.fa-times {
        color: #00a9df; }

/* ************************************************************************************************
 	PAGE LISTING
************************************************************************************************ */
.products-list {
  /*GRID*/
  /*----------------PRODUCT LIST  ------------------*/ }
  .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: #f4f4f4; }
      .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
  a {
    font-size: 15px;
    margin: 10px 0 4px;
    font-weight: bold;
    color: #444; }
    .products-list .product-layout .caption h4
    a:hover {
      color: #00a9df; }
  .products-list.grid .product-layout .product-item-container {
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dddddd; }
    .products-list.grid .product-layout .product-item-container .left-block {
      position: relative;
      width: 100%; }
      .products-list.grid .product-layout .product-item-container .left-block .quickview {
        display: block !important;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        position: absolute;
        background-color: #00a9df;
        color: #fff;
        top: 30%;
        margin-top: -20px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-left: -20px;
        left: 50%;
        opacity: 0;
        filter: alpha(opacity=0); }
    .products-list.grid .product-layout .product-item-container .right-block {
      text-align: center; }
      .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
        margin-bottom: 6px; }
      .products-list.grid .product-layout .product-item-container .right-block .caption a {
        color: #444;
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
        text-overflow: ellipsis; }
      .products-list.grid .product-layout .product-item-container .right-block .caption .price {
        margin-bottom: 3px; }
      .products-list.grid .product-layout .product-item-container .right-block .caption:hover a {
        color: #00a9df; }
    .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 .product-item-container:hover .left-block .quickview {
      opacity: 1;
      filter: alpha(opacity=100);
      top: 50%; }
    .products-list.grid .product-layout .product-item-container:hover .bottom-group .btn-button.addToCart {
      transform: translateY(-50%); }
    .products-list.grid .product-layout .product-item-container:hover .right-block .caption a {
      color: #00a9df; }
  .products-list.grid .product-layout .bottom-group {
    border-top: 1px solid #dddddd;
    margin-top: 19px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 45px; }
    .products-list.grid .product-layout .bottom-group .btn-button {
      font-size: 13px;
      color: #999999;
      background: none;
      text-transform: uppercase;
      border-radius: 0;
      border: none;
      padding: 0;
      line-height: 45px;
      display: inline-block;
      width: 62%;
      position: relative;
      vertical-align: middle;
      float: left;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative; }
      .products-list.grid .product-layout .bottom-group .btn-button:hover {
        color: #fff !important;
        background: #00a9df; }
      .products-list.grid .product-layout .bottom-group .btn-button.wishlist {
        width: 19%; }
      .products-list.grid .product-layout .bottom-group .btn-button.compare {
        width: 19%; }
      .products-list.grid .product-layout .bottom-group .btn-button.addToCart {
        color: #00a9df;
        font-weight: bold;
        font-size: 12px; }
        .products-list.grid .product-layout .bottom-group .btn-button.addToCart span {
          background: #00a9df;
          width: 100%;
          height: 45px;
          display: block;
          color: #fff; }
        .products-list.grid .product-layout .bottom-group .btn-button.addToCart:before {
          content: attr(data-original-title);
          display: block;
          width: 100%;
          height: 45px; }
  .products-list.list .product-layout .product-item-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #dddddd;
    background: #fff; }
    .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: 40px;
        width: 40px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #dddddd;
        margin-left: -20px;
        left: 50%;
        z-index: 99; }
        .products-list.list .product-layout .product-item-container .left-block .quickview:hover {
          border-color: #00a9df;
          background: #00a9df;
          color: #fff; }
      .products-list.list .product-layout .product-item-container .left-block .countdown_box {
        padding: 10px; }
    .products-list.list .product-layout .product-item-container .right-block {
      color: #444;
      padding-top: 25px; }
      .products-list.list .product-layout .product-item-container .right-block .caption h4 {
        margin-top: 0;
        margin-bottom: 6px; }
        .products-list.list .product-layout .product-item-container .right-block .caption h4 a {
          color: #444;
          font-size: 14px;
          font-weight: bold;
          text-transform: uppercase; }
        .products-list.list .product-layout .product-item-container .right-block .caption h4:hover a {
          color: #00a9df; }
      .products-list.list .product-layout .product-item-container .right-block .price {
        margin-bottom: 3px; }
      .products-list.list .product-layout .product-item-container .right-block .description {
        color: #666;
        border-top: 1px dotted #dddddd;
        margin: 13px 0  20px;
        padding-top: 15px; }
    .products-list.list .product-layout .product-item-container .button-group {
      padding-left: 0;
      padding-bottom: 30px; }
      .products-list.list .product-layout .product-item-container .button-group .addToCart {
        height: 45px;
        line-height: 45px;
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        background: #00a9df;
        border: none;
        padding: 0 29px;
        font-weight: bold;
        position: relative;
        vertical-align: top;
        -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: 0 !important; }
        .products-list.list .product-layout .product-item-container .button-group .addToCart:hover {
          background: #0a97c4;
          color: #fff !important; }
      .products-list.list .product-layout .product-item-container .button-group .btn-button {
        height: 45px;
        width: 47px;
        line-height: 45px;
        text-align: center;
        border: 1px solid #dddddd;
        color: #999;
        font-size: 13px;
        background: transparent;
        -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: 5px; }
        .products-list.list .product-layout .product-item-container .button-group .btn-button:hover {
          background: #00a9df;
          color: #fff;
          border-color: #00a9df; }
    .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: #00a9df;
          border-color: #00a9df;
          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; }

.category-info {
  display: none; }

/* ************************************************************************************************
	PAGE DETAIL
************************************************************************************************ */
.product-detail .product-view-bg {
  background: #fff;
  width: 100%;
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 30px 15px; }

/*UPSELL AND RELATED*/
.product-related-upsell {
  margin-top: 40px; }
  .product-related-upsell .header-title {
    text-align: center; }
    .product-related-upsell .header-title h3.modtitle1 {
      background: transparent;
      padding: 8px 0 4px;
      font-size: 20px;
      color: #444;
      text-transform: uppercase;
      border-top: 1px solid #444;
      border-bottom: 1px solid #444;
      display: inline-block;
      font-weight: normal;
      margin-bottom: 15px; }
      .product-related-upsell .header-title h3.modtitle1 span:first-child {
        color: #00a9df;
        font-weight: bold; }
  .product-related-upsell .owl2-controls .owl2-nav div {
    top: 48%; }
  .product-related-upsell .moduletable.block-upsell-home1 {
    margin-top: 17px; }
    .product-related-upsell .moduletable.block-upsell-home1 .so-extraslider {
      margin: 0; }
      .product-related-upsell .moduletable.block-upsell-home1 .so-extraslider .extraslider-inner {
        margin-bottom: 0;
        padding-bottom: 0; }
    .product-related-upsell .moduletable.block-upsell-home1 .products-list.grid .product-layout .product-item-container {
      margin: 7px 0; }

.related .owl2-controls .owl2-nav div,
.block-upsell-home1 .owl2-controls .owl2-nav div {
  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; }
.related .owl2-controls .owl2-nav div.owl2-next,
.block-upsell-home1 .owl2-controls .owl2-nav div.owl2-next {
  right: 20px; }
.related .owl2-controls .owl2-nav div.owl2-prev,
.block-upsell-home1 .owl2-controls .owl2-nav div.owl2-prev {
  left: 20px; }
.related:hover .owl2-controls .owl2-nav div,
.block-upsell-home1:hover .owl2-controls .owl2-nav div {
  opacity: 1; }
.related:hover .owl2-controls .owl2-nav div.owl2-next,
.block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-next {
  right: 0px; }
.related:hover .owl2-controls .owl2-nav div.owl2-prev,
.block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-prev {
  left: 0px; }

#product-quick .box-label .label-product {
  z-index: 6; }
  #product-quick .box-label .label-product.label-sale {
    left: 25px; }
