/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/*******************************************************
  Style Color
********************************************************/
/*******************************************
***          SO Framework: Sass          ***
*******************************************/
/* ************************************************************************************************
GENERAL STYLE
************************************************************************************************ */
.contact-form{
    margin-top: 20px;
    margin-bottom: 20px;
}
.button-acc{
    width: 150px;
    font-size: 15px;
}
body {
    color: #666;
    font-size: 12px;
    line-height: 22px;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

/* default font size */
.fa {
    font-size: 13px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 0 5px 15px;
}

html {
    width: 100%;
    outline: 0 !important;
}

img {
    max-width: 100%;
}

.align-center {
    display: table;
    margin: 0 auto;
}

.text-danger {
    color: #fff;
    float: left;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
}

a {
    color: #666;
}

a:hover {
    color: #f8ab16;
}

a:focus {
    color: #666;
}

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
************************************************************************************************ */
.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;
}

.col-lg-12 {
    width: 100%;
}

/* ************************************************************************************************
	BUTTONS
************************************************************************************************ */
.margin-zero {
    margin: 0;
}

/* ************************************************************************************************
	FORM
************************************************************************************************ */
legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    border-radius: 0;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.dropdown-menu {
    font-size: inherit;
}

.btn-default.active, .btn-default.focus, .btn-default:active,
.btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background: #f8ab16;
    border-color: #f8ab16;
}

.btn-primary,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #f8ab16;
    border-color: #f8ab16;
}

.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;
}

/* ************************************************************************************************
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: #f8ab16;
    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: #f8ab16;
    border-color: #f8ab16;
}

.product-search .checkbox-inline {
    display: block;
}

/* 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: #f8ab16;
}

.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: 100;
    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: 6px 10px;
    background-color: #ccc;
    text-transform: uppercase;
}

.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 {
    top: -50px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 49px;
    height: 47px;
    margin-bottom: -47px;
    margin-right: 10px;
    background: #ee3b27 !important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff;
}

.navbar-compact .header-center {
    padding: 10px 0;
}

.navbar-compact .header-bottom {
    margin: 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 .compact-hidden,
.navbar-compact .compact-hidden.hidden-xs {
    display: none !important;
}

/* 4.LARY LOADER
----------------------------------------------------- */
.lazy {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    background: transparent url(../images/lazy-loader.gif) no-repeat center center;
}

.lazy.lazy-loaded {
    background: none;
    height: auto;
}

.lazy img {
    transition: 1s all ease;
    opacity: 0;
    -webkit-backface-visibility: hidden;
}

.lazy.lazy-loaded img {
    opacity: 1;
}

/***********************************************************
					Stores Page Styles
************************************************************/
#map-canvas {
    width: 100%;
    height: 400px;
    margin: 10px 0;
}

.contacts #content {
    padding-top: 0;
    margin-bottom: 30px;
}

.contacts .page-title h1 {
    margin-bottom: 30px;
    font-size: 24px;
    display: block;
    text-transform: none;
}

.contacts .page-title h1:after {
    background: #f8ab16;
    display: block;
    width: 70px;
    height: 3px;
    content: "";
    margin-top: 6px;
}

.contacts .info-contact .name-store h3 {
    font-size: 18px;
    padding: 7px 0px;
    margin-top: 8px;
}

.contacts .info-contact .icon {
    float: left;
    padding-right: 20px;
}

.contacts .info-contact .icon .fa {
    font-size: 20px;
}

.contacts .info-contact .text {
    color: #444;
}

.contacts .info-contact .comment {
    margin-top: 20px;
    line-height: 22px;
}

.contacts .contact-form legend {
    border-bottom: 0;
}

.contacts .contact-form input, .contacts .contact-form textarea {
    border-radius: 0;
}

.contacts .contact-form button {
    border: 1px solid gray;
    background: gray;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
}

.contacts .contact-form button:hover {
    background: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
}

/********** Menu **********/
#menu.navbar {
    border-radius: 0px;
    min-height: inherit;
    border: 0;
    margin: 0;
}

#menu .navbar-menu {
    padding: 0;
}

#menu .navbar-nav {
    float: none;
    position: relative;
    z-index: 100;
}

#menu .nav > li > a.home_link span {
    text-indent: -99999px;
    position: relative;
    background: #656565;
    width: 12px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:before {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #656565 transparent;
    position: absolute;
    border-width: 0 10px 9px;
    top: -9px;
    left: -4px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:after {
    clear: both;
    content: ' ';
    display: block;
    width: 12px;
    height: 4px;
    border: 1px solid #656565;
    border-width: 0px 4px 0px 4px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span {
    background: #f8ab16;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:before {
    border-bottom-color: #f8ab16;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:after {
    border-color: #f8ab16;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li {
    z-index: 30;
}

#menu .nav > li > a {
    font-size: 14px;
    color: #fff;
    line-height: 51px;
    text-decoration: none;
    padding: 0px 29px;
    z-index: 109;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li:hover > a {
    background: #898989;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > .dropdown-menu {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1010;
    padding: 5px 0 0;
    border-top: 3px solid #f8ab16;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    font-size: 12px;
}

#menu .nav > li:hover > .dropdown-menu.custom_block ul {
    display: table-cell;
}

#menu .nav > li > .dropdown-menu > ul {
    display: table-cell;
}

#menu .nav > li .dropdown-menu {
    border-radius: 0px;
}

#menu .nav > li.categories_hor > div {
    display: none;
    background: #fff;
    margin-left: 0px !important;
    width: 100%;
    position: absolute;
    padding: 10px 0px 0px 0px;
}

#menu .nav > li.sub:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #f8ab16 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1009;
}

#menu .nav > li.categories_hor > div > .column {
    position: relative;
    display: inline-block;
    margin: 0 0px 15px 0px;
}

#menu .nav > li > div > ul {
    position: relative;
    width: 300px;
}

#menu .nav > li.categories_hor > div > .column > a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

#menu .nav > li.categories_hor > div > .column a, #menu .nav > li > div > ul li a {
    padding: 4px 0;
    display: block;
}

#menu .nav > li > div > ul li a {
    font-size: 12px;
}

#menu .nav > li.categories_hor > div > .column:hover > a {
    color: #f8ab16;
}

#menu .nav > li.categories_hor > div > .column > div {
    display: block;
}

#menu .nav > li.categories_hor > div > .column > div ul li, #menu .nav > li.categories > div > .column > div ul li {
    position: relative;
}

#menu .nav > li ul + ul {
    padding-left: 20px;
}

#menu .nav > li.categories_hor ul + ul, #menu .nav > li.categories > div > .column > div ul + ul {
    padding-left: 0px;
}

#menu .nav > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    display: block;
    min-width: 160px;
}

#menu .nav > li div > ul > li > a {
    color: #222;
}

#menu .nav > li div > ul > li:hover > a {
    color: #f8ab16;
}

#menu .nav > li.categories > div {
    display: none;
    background: #fff;
    min-width: 220px;
    position: absolute;
    z-index: 1008;
    padding: 5px 0 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#menu .nav > li.categories > div > .column, #menu .nav > li > div > ul {
    position: relative;
}

#menu .nav > li.categories > div > .column + .column, #menu .nav > li > div > ul li + li {
    border-top: 1px solid #eee;
}

#menu .nav > li.categories > div > .column > a, #menu .nav > li div > ul > li > a {
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    color: #444;
}

#menu .nav > li.categories > div > .column:hover > a, #menu .nav > li > div > ul li:hover > a {
    color: #f8ab16;
}

#menu .nav > li.categories > div > .column > div {
    min-width: 220px;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    z-index: 1010;
    left: 100%;
    top: -3px;
    padding: 0;
    border-top: 3px solid #f8ab16;
}

#menu .nav > li.categories > div > .column > div ul li + li, #menu .nav > li.categories_hor > div .submenu ul li + li a {
    border-top: 1px solid #eee;
}

.submenu {
    background: #fff;
    position: absolute;
    z-index: 1008;
    padding: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    min-width: 160px;
    display: none;
    border-top: 3px solid #f8ab16;
    left: 100%;
    margin-top: -32px;
}

#menu .nav > li.categories_hor > div .submenu {
    margin-top: -23px;
    margin-left: -15px;
}

#menu .nav > li.categories_hor > div .submenu ul li a {
    padding: 7px 10px;
}

#menu .nav > li.categories_hor.dropdown, #menu .nav > li.menu_brands.dropdown {
    position: static;
}

#menu .nav > li.menu_brands.name {
    position: relative;
}

#menu .nav > li.menu_brands.name > div {
    padding: 0px !important;
}

#menu .nav > li.menu_brands > div {
    padding: 15px 0px 0px !important;
    width: 100%;
    margin-left: 0px !important;
}

#menu .nav > li.menu_brands > div > div {
    text-align: center;
    margin-bottom: 10px;
}

#menu .nav > li.menu_brands > div > div a {
    display: block;
    line-height: 16px;
}

#menu .nav > li.menu_brands > div > div a img {
    display: inline-block;
}

#menu .nav > li.custom-link-right {
    float: right;
}

#menu .nav > li.wrap_custom_block > div.custom_block {
    padding-bottom: 10px;
}

.custom_block p {
    line-height: 18px;
    margin: 0;
}

.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a {
    display: inline-block;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li {
    padding: 0;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li a {
    position: relative;
    display: inline-block;
    padding: 7px 0px 7px 30px;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li.blue a:before {
    background: #5f87d1;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li.green a:before {
    background: #20bc5a;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li.orange a:before {
    background: #f8ab16;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li.boocdo a:before {
    background: #ea3a3c;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .layout-color ul li.cyan a:before {
    background: #009688;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured {
    margin-top: 10px;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured .column > a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured a {
    padding-right: 0;
    padding-left: 0;
}

#menu .nav > li.wrap_custom_block > div.custom_block .featured a:hover {
    text-decoration: none;
}

/********** Menu Responsive **********/
@media (max-width: 991px) {
    #menu.navbar {
        height: 50px;
    }

    .common-home #menu .nav > li:first-child > a,
    #menu .nav > li:hover > a {
        background: none;
        color: inherit;
    }

    #menu .navbar-header {
        float: none;
        display: block;
        padding: 13px 0;
    }

    #menu .navbar-header i {
        color: #fff;
        font-size: 18px;
    }

    #menu .navbar-header > .menu-text {
        text-transform: uppercase;
        font-size: 18px;
        padding: 0 10px;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
    }

    #menu .navbar-header .menu-btn {
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        float: left;
        position: relative;
        height: 32px;
        width: 32px;
    }

    #menu .navbar-header .menu-btn:before,
    #menu .navbar-header .menu-btn:after {
        background-color: #fff;
        content: '';
        display: block;
        height: 4px;
        transition: all 200ms ease-in-out;
    }

    #menu .navbar-header .menu-btn:before {
        box-shadow: 0 10px 0 #fff;
        margin-bottom: 16px;
    }

    #menu .navbar-header .menu-btn.active:before {
        box-shadow: 0 0 0 #666;
        transform: translateY(10px) rotate(45deg);
    }

    #menu .navbar-header .menu-btn.active:after {
        transform: translateY(-10px) rotate(-45deg);
    }

    #menu .navbar-menu {
        display: none;
    }

    #menu .nav {
        padding: 0;
        background: white;
        border: 1px solid #ddd;
        border-top: 3px solid #f8ab16;
    }

    #menu .nav > li {
        float: none;
        padding: 0px;
        display: block;
        height: auto;
    }

    #menu .nav > li > a {
        line-height: 42px;
        color: #666;
        padding: 0 15px;
    }

    #menu .nav > li > div {
        position: relative;
    }

    #menu .nav > li > div > ul {
        display: block;
        width: auto;
    }

    #menu .nav > li ul + ul {
        padding-left: 0px;
    }

    #menu .nav > li > .dropdown-menu ul > li {
        position: relative;
    }

    #menu .nav > li.categories_hor > div {
        width: 100%;
    }

    #menu .nav > li.categories_hor.dropdown {
        position: relative;
    }

    #menu .nav > li.categories > div > .column > a > span, #menu .nav > li div > ul > li > a > span {
        display: none;
    }

    span.submore {
        font-family: Fontawesome;
        position: absolute;
        right: 10px;
        top: 5px;
        width: 30px;
        height: 32px;
        line-height: 30px;
        color: #999;
        font-size: 14px;
        text-align: center;
        z-index: 900;
    }

    span.submore:after {
        display: block;
        cursor: pointer;
        content: "\f0fe";
    }

    span.submore.plus:after {
        content: "\f146";
    }

    #menu .nav > li.menu_brands.dropdown {
        position: relative;
    }

    #menu .nav > li.categories > div {
        position: relative;
        box-shadow: none;
    }

    #menu .nav > li.categories > div > .column > div {
        position: relative;
        left: auto;
        border-top: 0px none;
        box-shadow: none;
    }

    #menu .nav > li.categories > div > .column > div > ul {
        margin: 0 10px;
    }

    #menu .nav > li.categories_hor > div {
        min-width: inherit;
        position: relative;
    }

    #menu .nav > li.categories_hor > div > .column {
        width: auto;
        display: block;
        margin: 0;
        float: none;
    }

    #menu .nav > li.categories_hor > div > .column > div {
        display: none;
        position: relative;
    }

    #menu .nav > li.categories_hor > div > .column > div ul {
        display: block;
    }

    #menu .nav > li.categories_hor > div > .column a, #menu .nav > li > div > ul li a {
        width: auto;
        padding: 7px 0;
        margin: 0;
    }

    .submenu, #menu .nav > li.categories_hor > div .submenu {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        left: auto;
    }

    #menu .nav > li.sub:hover > a:after {
        display: none;
    }

    #menu .nav > li.custom-link-right {
        float: none;
    }

    .submenu {
        box-shadow: none;
        border-top: 0px none;
    }

    #menu .nav > li > .dropdown-menu {
        box-shadow: none;
        float: none;
        width: 100%;
        position: relative;
        border: none;
    }

    #menu .nav > li > .dropdown-menu > ul {
        display: block;
        margin: 0 15px;
    }

    .rtl span.submore {
        left: 10px;
        right: auto;
    }
}

.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";
}

/*--------------------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: #f8ab16;
    border-color: #f8ab16;
}

.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: #666;
}

.page-login .customer-login .bottom-form a:hover {
    color: #f8ab16;
}

.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: #f8ab16;
    border-color: #f8ab16;
}

.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: #f8ab16;
    border-color: #f8ab16;
}

.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: #666;
}

.page-affiliate .return-affiliate .bottom-form a:hover {
    color: #f8ab16;
}

.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: #f8ab16;
    border-color: #f8ab16;
}

input, .btn {
    border-radius: 0 !important;
}

/*-------------REGISTER -------------*/
.account-register .form-group input {
    border-radius: 0;
}

.account-register .buttons input.btn {
    float: right;
    margin-top: -7px;
    padding: 7px 12px;
    margin-right: 10px;
    background: #f8ab16;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    border-color: #f8ab16;
}

.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: #666;
    display: block;
    padding-bottom: 10px;
}

.list-item-account .list-group li a:hover {
    color: #f8ab16;
}

.list-item-account .list-group li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}

/*----------------------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: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

.checkout-cart .buttons a.btn-default:hover {
    background: #444;
    border-color: #444;
}

/*-------------------------PAGE 404 -------------------------*/
.wrapper_404page {
    background-color: #eeeeee;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}

.wrapper_404page .content-404page {
    float: right;
    margin-top: 40px;
    max-width: 500px;
    text-align: center;
}

.wrapper_404page .content-404page .top-text, .wrapper_404page .content-404page .bottom-text {
    font-size: 133.33%;
}

.wrapper_404page .content-404page .img-404 {
    margin: 30px 0;
}

.wrapper_404page .content-404page .button-404 {
    padding-top: 40px;
}

.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;
}

.wrapper_404page .content-404page .button-404 .btn-404.prev-page-btn {
    background-color: #ea3a3c;
}

.wrapper_404page .content-404page .button-404 .btn-404.back2home {
    background-color: #3cb7e7;
}

.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: #666;
}

.table-responsive .table tbody td.text-left:hover a {
    color: #f8ab16;
}

.product-search .products-list.grid .description {
    display: none;
}

#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: 171%;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: bold;
}

.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: #f8ab16 !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 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -19px;
}

.about-us .owl2-controls .owl2-nav div {
    color: #fff;
    border_radius: 50%;
    position: absolute;
    top: 29%;
    overflow: visible;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    margin: 0 3px;
    background-color: #A6A6A8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-us .owl2-controls .owl2-nav div:hover {
    background-color: #f8ab16;
}

.about-us .owl2-controls .owl2-nav div.owl2-next {
    right: -19px;
}

.about-us .owl2-controls .owl2-nav div.owl2-prev {
    left: -19px;
}

.about-us .owl2-controls .owl2-nav div:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #a6a6a7;
    line-height: 32px;
    top: 1px;
}

.about-us .owl2-controls .owl2-nav div:hover:before {
    background-color: #f8ab16;
}

.about-us .client-logo-slider {
    padding: 0 25px;
}

.about-us .about-image-slider {
    max-width: 570px;
    margin: 0 auto;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div {
    top: 50%;
    margin-top: -15px;
    border: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    color: #c8c8c8;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-next {
    right: 10px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div.owl2-prev {
    left: 10px;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:hover {
    border-color: #f8ab16;
}

.about-us .about-image-slider .owl2-controls .owl2-nav div:hover:before {
    color: #fff;
}

.about-us .skills-value {
    padding-top: 52px;
}

.about-us .skills-value .label-skill {
    font-weight: bold;
}

.about-us .skills-value .range-value {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.about-us .skills-value .range-value .rating-skills {
    position: absolute;
    top: 0;
    left: 0px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}

.about-us .skills-value .range-value .rating-skills.skill-1 {
    background-image: url(../images/skill-style-1.png);
    background-position: -28px 0;
}

.about-us .skills-value .range-value .rating-skills.skill-2 {
    background-image: url(../images/skill-style-2.png);
    background-position: 20px 0;
}

.about-us .skills-value .range-value .rating-skills.skill-3 {
    background-image: url(../images/skill-style-3.png);
    background-position: 20px 0;
}

.about-us .about-us-content .description-about {
    padding: 20px 0;
}

.about-us .content-faq {
    position: relative;
    top: -15px;
}

.about-us .content-faq .panel {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.about-us .content-faq .panel .panel-title {
    font-size: 100%;
    font-weight: bold;
}

.about-us .content-faq .panel .panel-title a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative;
}

.about-us .content-faq .panel .panel-title a:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: 6px;
    background-color: #f8ab16;
}

.about-us .content-faq .panel .panel-title a:before {
    background-color: #f8ab16;
    content: "-";
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

.about-us .content-faq .panel .panel-title a.collapsed:after {
    background-color: #737373;
}

.about-us .content-faq .panel .panel-title a.collapsed:before {
    background-color: #737373;
    content: "?";
}

.about-us .content-faq .panel .panel-body {
    padding: 0 0 13px;
}

.about-demo-1 .about-image,
.about-demo-1 .about-info {
    margin-bottom: 40px;
}

.about-demo-1 .about-info {
    position: relative;
    top: -8px;
}

.about-demo-1 .what-client-say {
    margin-bottom: 60px;
}

.about-demo-1 .line-hori {
    text-align: center;
    position: relative;
    z-index: 3;
}

.about-demo-1 .line-hori > span {
    background: white;
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.about-demo-1 .line-hori:before {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #ccc;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    z-index: 3;
}

.about-demo-2 .our-team {
    margin-bottom: 60px;
}

.about-demo-3 .about-image,
.about-demo-3 .about-info {
    margin-bottom: 30px;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div:before {
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}

.about-us .owl2-theme .owl2-controls .owl2-nav > div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
}

.about-us .owl2-carousel .owl2-item img:hover {
    opacity: 0.8;
}

/* ************************************************************************************************
STRUCTURE
************************************************************************************************ */
@media (max-width: 1024px) {
    .no-res {
        width: 1190px;
    }
}

.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrapper-iframed {
    margin: 20px auto;
}

.wrapper-rounded {
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}

/************************************************************************************************* */
/* left blocks */
.product_page .breadcrumb {
    margin-bottom: 13px;
}

.block_filter input[type=checkbox] {
    margin: 0;
}

/* ************************************************************************************************
	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: #f8ab16;
    border-color: #f8ab16;
}

.pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #f8ab16;
}

.pagination > li.active span, .pagination > li:hover span {
    color: #f8ab16;
    background: transparent;
    border-color: #f8ab16;
}

.pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #f8ab16;
    border-color: #f8ab16;
}

.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 {
    padding: 10px 0;
    float: left;
}

div.blog-item .itemBlogContent {
    display: block;
    overflow: hidden;
}

div.blog-item .itemBlogContent h4.blog-title {
    font-size: 18px;
    margin: 0px 0px 8px;
}

div.blog-item .itemBlogContent h4.blog-title a {
    color: #444;
}

div.blog-item .itemBlogContent h4.blog-title a:hover {
    color: #f8ab16;
}

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;
}

.itemBlog-header {
    margin-bottom: 38px;
}

.itemBlog-header .blog-meta {
    border: 0;
    color: #999;
}

.itemBlog-header .blog-meta > span {
    padding: 0 11px;
    line-height: 14px;
}

.itemBlog-header .blog-meta > span.created {
    padding-left: 0;
}

/*==================Blog category ==================*/
.box 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;
}

.box h2.box-heading:after {
    content: " ";
    width: 50%;
    height: 1px;
    background: #f8ab16;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}

.box#blog-accordion ul li {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    padding: 10px 0;
}

.box#blog-accordion ul li a {
    border: 0;
    background: 0;
    text-shadow: none;
    padding: 0;
}

.box#blog-accordion ul li a:hover {
    color: #f8ab16;
}

.box#blog-accordion ul li a.active {
    color: #f8ab16;
}

/*=======================BLOG LATEST ===================*/
.latest-blog h2.box-heading:after {
    width: 40%;
}

.pavblog-latest .blog-item {
    padding: 0;
    margin: 7px 0;
}

.pavblog-latest .blog-item .media-left {
    float: left;
    padding-right: 10px;
}

.pavblog-latest .blog-item .media-body .created {
    background: transparent;
    color: #999;
    width: 100%;
    padding: 0;
    font-size: 11px;
}

.pavblog-latest .blog-item .media-body h4.blog-title {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}

.pavblog-latest .blog-item .media-body h4.blog-title a {
    color: #666;
}

.pavblog-latest .blog-item .media-body h4.blog-title a:hover {
    color: #f8ab16;
}

.pavblog-latest .blog-item .media-body .blog-body {
    display: none;
}

/*======================BLOG COMMENT ==================*/
.pavblogs-comments-box {
    margin-top: 10px;
}

.pavblog-comments {
    margin-top: 20px;
}

.pavblog-comments .pav-comment {
    border-top: 0;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.pavblog-comments .comment-author {
    color: #999;
}

/*===================PAV PAGINATION =============*/
.pav-pagination.pagination {
    margin-top: 20px;
    text-align: center;
}

/*---------------------- SIMPLE BLOG --------------------------*/
.blog-header {
    margin-bottom: 10px;
}

.blog-header h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.blog-listitem .blog-item {
    padding: 15px 0;
    float: left;
}

.blog-listitem .blog-item .itemBlogImg {
    padding: 0;
}

.blog-listitem .blog-item .itemBlogImg a {
    display: block;
    position: relative;
    float: left;
}

.blog-listitem .blog-item .itemBlogImg a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    transition: 0.3s all ease 0s;
    transform: scale(0);
}

.blog-listitem .blog-item .itemBlogImg:hover a:after {
    transform: scale(1);
}

.blog-listitem .blog-item .itemBlogImg img {
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}

.blog-listitem .blog-item .itemBlogContent {
    padding-left: 30px;
}

.blog-listitem .blog-item .itemBlogContent .article-title h4 {
    margin: 0px 0px 8px;
}

.blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    font-size: 18px;
    color: #444;
    font-weight: normal;
}

.blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
    color: #f8ab16;
}

.blog-listitem .blog-item .itemBlogContent .article-sub-title {
    border: 0;
    margin-bottom: 0;
}

.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: 13px;
}

.blog-listitem .blog-item .itemBlogContent .blog-meta {
    float: left;
    border: 0;
    margin: 0;
    color: #999;
    line-height: 10px;
}

.blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    padding: 0 10px;
    line-height: 15px;
    font-weight: normal;
    font-size: 11px;
}

.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
    padding-left: 0;
    border-right: 1px solid #E5E5E5;
}

.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
    color: #f8ab16;
    line-height: 10px;
}

/*--------------BLOG CATEGORY ---------------------*/
.blog-category {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.blog-category .box-content {
    margin-bottom: 30px;
}

.blog-category .box-content ul {
    margin-bottom: 0;
}

.blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    padding: 10px 0;
}

.blog-category ul li.list-group-item a {
    border-radius: 0;
    border: 0;
    padding: 0;
}

#blog-search {
    display: none;
}

/*--------------------ARTICLE INFO ------------------*/
div.article-info {
    border: 0;
}

div.article-info .article-title {
    font-size: 20px;
    font-weight: normal;
    color: #444;
}

div.article-info .article-title h1 {
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
}

div.article-info .article-sub-title {
    float: left;
    width: 100%;
    border: 0;
}

div.article-info .article-sub-title span {
    font-weight: bold;
    border-right: 1px solid #E5E5E5;
    display: block;
    float: left;
    font-size: 11px;
    color: #999;
    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: #999;
    font-weight: normal;
}

div.article-info .article-sub-title span.article-author a:hover {
    color: #f8ab16;
}

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;
}

div.article-info .article-description {
    font-size: 13px;
}

div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    box-shadow: none;
}

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: 14px;
}

div.article-info .related-comment #button-comment {
    background: #f8ab16;
    border-color: #f8ab16;
}

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: #f8ab16;
    text-decoration: underline;
}

div.article-info .itemFullText {
    text-align: justify;
}

/*--------------------STYLE MODULE--------------
	*------------ 1. Search Pro ----------- *
	*------------ 2. Block Language ------- *
	*------------ 3. Slideshow ------------ *
	*------------ 4. Block Cart ----------- *
	*------------ 5. Vertical Menu--------- *
	*------------ 6. Block Category ------- *
	*------------ 7. Other Module --------- *
*/
.module {
    margin-bottom: 40px;
}

.module h3.modtitle {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

/*-------- MODULE SEARCH ------------*/
#sosearchpro.search-pro {
    float: left;
    margin-left: -13px;
    padding: 5px 0;
    width: 60.5%;
}

#sosearchpro.search-pro .select_category {
    width: 151px;
}

#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 .select_category select:focus {
    border: none;
}

#sosearchpro.search-pro .icon-select:after {
    height: 0;
    margin: 0 2px;
    background: #eee;
    font-size: 14px;
    top: -2px;
}

#sosearchpro.search-pro .autosearch-input {
    height: 34px;
}

#sosearchpro.search-pro .button-search {
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #666;
    border: 1px solid #666;
    position: relative;
    margin-left: -1px;
    z-index: 5;
}

#sosearchpro.search-pro .button-search i {
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 18px;
    color: #fff;
}

#sosearchpro.search-pro .button-search:hover {
    background: #f8ab16;
    border: 1px solid #f8ab16;
}

/*-------------- 2. LANGUAGE BLOCK -------------------------*/
.header-top ul.dropdown-menu {
    min-width: 120px;
    margin: 0;
    border-radius: 0;
}

.header-top ul.dropdown-menu li a {
    color: #666;
}

.header-top ul.dropdown-menu li:hover a {
    color: #f8ab16;
}

.header-top .languages-block, .header-top .currencies-block {
    margin-right: 4px;
}

.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: #777;
    display: block;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
}

.header-top .languages-block form:hover, .header-top .currencies-block form:hover {
    background: #f8ab16;
    border-color: #f8ab16;
}

.header-top .languages-block form:hover > a, .header-top .currencies-block form:hover > a {
    color: #fff;
}

/* ************************************************************************************************/
/*-------------------- 3. SLIDESHOW --------------------*/
#so-slideshow {
    width: 100%;
}

#so-slideshow .slideshow {
    margin: 10px 0 0;
}

#so-slideshow .slideshow img {
    width: 100%;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div {
    position: absolute;
    top: 44.5%;
    outline: 0;
    width: 30px;
    height: 50px;
    font-size: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px;
    background: url("../images/icon/arrow-slider-left.png") no-repeat;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-position: 0 -59px;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev:before {
    content: "";
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next {
    right: 0px;
    background: url("../images/icon/arrow-slider-right.png") no-repeat;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next:hover {
    background-position: 0 -59px;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next:before {
    content: "";
}

/*========================== 4. BLOCK CART ======================*/
.shopping_cart .btn-group {
    display: block;
    width: 179px;
}

.shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important;
}

.shopping_cart a.top_cart .shopcart .title {
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.shopping_cart a.top_cart .shopcart .text-shopping-cart {
    color: #999;
}

.shopping_cart a.top_cart .handle {
    background: url("../images/icon/icon_minicart.png") no-repeat 8px 8px;
    background-color: #f8ab16;
    width: 36px;
    height: 34px;
    margin: 5px 10px;
}

.shopping_cart .shoppingcart-box {
    min-width: 350px;
    padding: 15px;
    border-radius: 0;
    border-top: 3px solid #f8ab16;
}

.shopping_cart .shoppingcart-box:before {
    content: "";
    height: 1px;
    width: 1px;
    border-style: solid;
    border-bottom: 10px solid #f8ab16;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: transparent;
    position: absolute;
    top: -10px;
    right: 114px;
}

.shopping_cart .shoppingcart-box .added_items {
    margin-bottom: 10px;
}

.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.shopping_cart .shoppingcart-box .table-striped a {
    color: #666;
    font-weight: bold;
    text-transform: none;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
    display: none;
}

.shopping_cart .shoppingcart-box .table-striped a:hover {
    color: #f8ab16;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete {
    width: 20px;
    height: 20px;
    background: #d6d6d6;
    border-radius: 3px;
    text-align: center;
    line-height: 19px;
    color: #000;
}

.shopping_cart .shoppingcart-box .table-striped a.fa-delete:hover {
    background: #f8ab16;
    color: #fff;
    text-decoration: none;
}

.shopping_cart .shoppingcart-box a.btn {
    padding: 6px 20px 6px 10px;
    color: #fff;
    background: #444;
    border-color: #444;
}

.shopping_cart .shoppingcart-box a.btn i {
    margin-right: 5px;
}

.shopping_cart .shoppingcart-box a.btn:hover {
    border: 1px solid #f8ab16;
    background: #f8ab16;
}

.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;
}

/*-------------------- 5. VERTICAL MENU ---------------------*/
.sidebar-menu .so-vertical-menu .cat-title {
    background-color: #444;
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
    line-height: 52px;
    position: relative;
    font-size: 14px;
}

.sidebar-menu .so-vertical-menu .cat-title .arrow-circle {
    font-size: 17px;
    margin: 16px 0;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu {
    border-top: 3px solid #f8ab16;
    width: 100%;
    background: white;
    position: absolute;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 999;
    border-left: 1px solid #ddd;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li {
    background: white;
    border-top: 0;
    min-height: 37px;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li > a {
    color: #666;
    padding: 0 18px;
    min-height: 38px;
    line-height: 44px;
    border-bottom: 0;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li.sovm-havechild > a:after {
    position: absolute;
    background: url("../images/icon/ico-menu-parent.png") no-repeat;
    width: 15px;
    height: 15px;
    top: 13px;
    right: 10px;
    content: "";
    background-position: center -25px;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li > ul {
    background: #fff;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li > ul li a {
    color: #666;
    padding-left: 20px;
    border-bottom: 0;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li > ul li:hover a {
    background-color: #f8ab16;
    color: white;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li:hover {
    background-color: #f8ab16;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li:hover.sovm-havechild > a:after {
    background-position: center 0;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li:hover > a {
    color: #fff;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li.more-wrap {
    text-align: left;
    border-top: 1px solid #ddd;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li.more-wrap span.more-view {
    font-weight: normal;
    padding: 13px 15px;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li.more-wrap span.more-view i {
    position: relative;
    height: 100%;
    padding: 0 5px 0 0;
}

.sidebar-menu .so-vertical-menu > ul.vf-menu > li.more-wrap:hover span.more-view {
    color: #fff;
}

/*------------------- 6. BLOCK CATEGORIES -----------*/
.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: 5px 30px 5px 0px;
    color: #444;
    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.block_category .box-content ul li a:hover {
    color: #f8ab16;
}

.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: #f8ab16;
}

/*----------- 7. OTHER MODULES -------*/
/*----------------- 7.1 BLOCK FILTER ------------*/
.block_filter {
    margin-top: 30px;
}

.block_filter .title-filter {
    color: #666;
    line-height: 15px;
    padding: 10px 0;
    text-transform: capitalize;
    border: 0;
    font-size: 18px;
}

.block_filter .simple-list label {
    margin: 0;
    padding-top: 8px;
    font-size: 12px;
    color: #666;
    text-transform: capitalize;
    padding-left: 30px;
}

.block_filter .simple-list label input {
    float: left;
    margin-left: -20px;
    position: relative;
    top: 4px;
}

.block_filter button#button-filter {
    background: #f8ab16;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.block_filter button#button-filter:hover {
    background: #000;
}

/*--------------------  7.2 LATEST PRODUCT -----------------*/
.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: 13px;
    color: #666;
    font-weight: bold;
}

.latest-product .media .media-body h4 a:hover {
    color: #f8ab16;
}

.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: #f8ab16;
}

/*----- 7.3 FEATURED PRODUCT --------*/
.module .products-list.grid .product-layout .product-item-container {
    margin-bottom: 0;
}

/*==================GENERAL ============*/
.label-new, .label-sale {
    font-size: 11px;
    height: 30px;
    padding: 3px 10px;
    min-width: 56px;
    text-align: center;
    font-weight: normal;
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 23px;
    text-transform: uppercase;
}

.label-sale {
    background: #e74c3c;
    top: 10px;
    left: 10px;
}

.label-sale:after {
    content: "";
    border-top: 9px solid #e74c3c;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 8px;
}

.label-new {
    background: #00ABF0;
    top: 10px;
    right: 10px;
}

.label-new:after {
    content: "";
    border-top: 9px solid #00ABF0;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 8px;
}

.label-percent {
    padding: 2px 5px;
    background: #f8ab16;
    font-size: 13px;
    font-weight: normal;
}

/*-----------Rate----------------*/
.ratings {
    margin: 5px 0 0 0;
}

.ratings span.fa-stack {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

.ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #DADADA;
}

.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: #f4ca49;
}

span.fa-stack {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #DADADA;
}

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: #f4ca49;
}

.price {
    margin: 0 0 10px 0;
    line-height: 24px;
    color: #e74c3c;
    font-size: 18px;
}

.price .price-tax {
    display: none;
}

.price .price-old {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
}

.price .price-new, .price span.price {
    color: #e74c3c;
    font-size: 18px;
}

/*------------------PRODUCT LISTING ====================*/
h2.title-category {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 0 0 10px 0;
}

.filters-panel {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #DDDDDD;
    margin-bottom: 15px;
    padding: 10px 0;
    margin-top: 30px;
}

.filters-panel .list-view {
    text-align: left;
    margin-top: 4px;
}

.filters-panel .list-view button.btn {
    border-radius: 0;
    padding: 3px 8px;
    color: #666;
}

.filters-panel .list-view button.btn.active {
    background: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
    box-shadow: none;
}

.filters-panel .list-view button.btn.active:hover {
    background: #f8ab16;
    color: #fff;
}

.filters-panel .list-view button.btn:hover {
    color: #f8ab16;
    background: transparent;
    border-color: #f8ab16;
}

.filters-panel .list-view button.btn:focus {
    border-radius: 0;
    border-color: #f8ab16;
    outline: none;
}

.filters-panel .list-view .fa {
    font-size: 14px;
}

.filters-panel.product-filter-bottom {
    margin-top: 15px;
}

.filters-panel .box-pagination ul {
    margin: 4px 0 0 0;
    height: 27px;
}

.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;
}

.short-by-show .form-group {
    margin-right: 10px;
}

.short-by-show .form-group.shortby select {
    width: 100px;
}

/*----------------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);
}

.products-list {
    /*----------------PRODUCT LIST GRID ------------------*/
    /*----------------PRODUCT LIST LIST ------------------*/
}

.products-list .product-layout .left-block .quickview {
    cursor: pointer;
    display: block;
    text-align: center;
    background: none repeat scroll 0 0 white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #777676;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    left: 50%;
    margin: -21px 0 0 -53px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 107px;
    border-radius: 0;
}

.products-list .product-layout .left-block .quickview:hover {
    background-color: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
}

.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.second_img .img_0 {
    position: absolute;
    z-index: 8;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 100%;
    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 .left-block .countdown_box .title {
    display: none;
}

.products-list .product-layout .left-block .countdown_box .countdown_inner {
    float: left;
    width: 100%;
    background: #f8ab16;
    box-shadow: 3px 2px 2px #ccc;
}

.products-list .product-layout .left-block .countdown_box .countdown_inner .time-item {
    width: 25%;
    float: left;
    color: #fff;
    padding: 6px;
    text-align: center;
    border: 1px solid #fac660;
}

.products-list .product-layout .left-block .countdown_box .countdown_inner .time-item .num-time {
    font-weight: bold;
}

.products-list .product-layout .caption {
    padding: 0 10px;
}

.products-list .product-layout .caption h4 a {
    font-size: 15px;
    margin: 10px 0 4px;
    font-weight: bold;
    color: #666;
}

.products-list .product-layout .caption h4 a:hover {
    color: #f8ab16;
}

.products-list .product-layout .button-group {
    margin: 5px 0;
}

.products-list .product-layout .button-group .addToCart {
    position: relative;
    border: 1px solid #ddd;
    background: transparent;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 15px 7px 8px;
}

.products-list .product-layout .button-group .addToCart i {
    margin-right: 5px;
}

.products-list .product-layout .button-group .addToCart:hover {
    background-color: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
}

.products-list .product-layout .button-group .addToCart:hover:before {
    background-position: 0px 0px;
}

.products-list .product-layout .button-group .wishlist, .products-list .product-layout .button-group .compare {
    background: transparent;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 34px;
    height: 38px;
    text-align: center;
}

.products-list .product-layout .button-group .wishlist:hover, .products-list .product-layout .button-group .compare:hover {
    border-color: #f8ab16;
    color: #f8ab16;
}

.products-list.grid .product-layout .product-item-container {
    margin: 15px 0;
    padding: 20px;
    border: 1px solid #eee;
    overflow: hidden;
}

.products-list.grid .product-layout .product-item-container .left-block {
    position: relative;
    float: left;
    width: 100%;
}

.products-list.grid .product-layout .product-item-container:hover {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
    opacity: 1;
    background-color: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
}

.products-list.grid .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #444;
    border-color: #444;
}

.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;
    z-index: 0;
}

.products-list.grid .product-layout .product-item-container:hover .right-block .caption h4 a {
    color: #f8ab16;
}

.products-list.list .product-layout .product-item-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

.products-list.list .product-layout .product-item-container .left-block {
    border: 1px solid #ddd;
    padding: 0;
}

.products-list.list .product-layout .product-item-container .left-block .quickview {
    top: 0;
    opacity: 0;
}

.products-list.list .product-layout .product-item-container .left-block .product-image-container, .products-list.list .product-layout .product-item-container .left-block .countdown_box {
    padding: 10px;
}

.products-list.list .product-layout .product-item-container .right-block .caption h4 {
    margin-top: 0;
}

.products-list.list .product-layout .product-item-container .right-block .description {
    padding: 0;
}

.products-list.list .product-layout .product-item-container .right-block .button-group {
    margin: 20px 0 0 0;
    padding: 0 10px;
}

.products-list.list .product-layout .product-item-container:hover .left-block {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.products-list.list .product-layout .product-item-container:hover .left-block .quickview {
    top: 46%;
    opacity: 1;
    -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-clor: #f8ab16;
    color: #fff;
    border-color: #f8ab16;
}

.products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #444;
    border-color: #444;
}

.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;
}

.products-list.list .product-layout .product-item-container:hover .right-block .caption h4 a {
    color: #f8ab16;
}

/* product page */
.zoomContainer {
    z-index: 90;
}

.image_option_type .radio input[type=radio].image_radio {
    display: none;
}

.image_option_type .radio {
    padding-left: 0;
    display: inline;
}

.product-description .product-options img.icon-color {
    width: 20px;
    padding: 0;
}

.mfp-iframe-holder .mfp-close {
    top: -10px;
    right: -13px;
}

.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;
}

.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;
}

.color-swatch-wrapper .prefix {
    position: absolute;
    left: 0;
    top: 35px;
    display: none;
}

#tab-review input[type=radio] {
    position: relative;
    top: 2px;
}

#tab-review .contacts-form span span.text-danger {
    margin-right: 15px;
    margin-top: 0;
}

#tab-review .form-group textarea {
    height: 150px;
}

h2#review-title {
    clear: both;
    padding-bottom: 20px;
    margin: 0;
}

/* end product page */
.product_image_info {
    margin-top: 20px;
}

/*===========================BANNER POLICY =========================*/
.slider-products {
    padding-left: 0;
}

.slider-products .content-aside {
    width: 100%;
    padding: 0;
}

.slider-products .four-block {
    padding: 0;
}

.slider-products .policy-detail {
    box-shadow: none;
}

.slider-products .policy-detail .banner-policy {
    padding: 0;
}

.slider-products .policy-detail .banner-policy .policy {
    float: none;
    width: 100%;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid white;
    padding: 25px 10px;
}

.banner-policy {
    background-color: #eee;
    text-transform: uppercase;
}

.banner-policy .policy {
    border-bottom: 1px solid #fff;
    line-height: 19px;
    padding: 20px 10px;
}

.banner-policy .policy a {
    color: #666;
}

.banner-policy .policy a span {
    margin-right: 10px;
}

.banner-policy .policy a:hover {
    color: #f8ab16;
}

.banner-policy .policy.policy1 a span {
    background: url("../images/icon/policy_1.png") no-repeat;
    background-position: center 0;
    width: 48px;
    height: 36px;
    font-size: 0;
    float: left;
}

.banner-policy .policy.policy1 a:hover span {
    background: url("../images/color/orange/policy_1.png") no-repeat;
    background-position: center 0;
}

.banner-policy .policy.policy2 a span {
    background: url("../images/icon/policy_2.png") no-repeat;
    background-position: center 0;
    width: 53px;
    height: 35px;
    font-size: 0;
    float: left;
}

.banner-policy .policy.policy2 a:hover span {
    background: url("../images/color/orange/policy_2.png") no-repeat;
    background-position: center 0;
}

.banner-policy .policy.policy3 a span {
    background: url("../images/icon/policy_3.png") no-repeat;
    background-position: center 0;
    width: 34px;
    height: 34px;
    font-size: 0;
    float: left;
}

.banner-policy .policy.policy3 a:hover span {
    background: url("../images/color/orange/policy_3.png") no-repeat;
    background-position: center 0;
}

.banner-policy .policy.policy4 a span {
    background: url("../images/icon/policy_4.png") no-repeat;
    background-position: center 0;
    width: 34px;
    height: 34px;
    font-size: 0;
    float: left;
}

.banner-policy .policy.policy4 a:hover span {
    background: url("../images/color/orange/policy_4.png") no-repeat;
    background-position: center 0;
}

.slider-products .banner-policy .policy.policy1 a span, .slider-products .banner-policy .policy.policy2 a span, .slider-products .banner-policy .policy.policy3 a span, .slider-products .banner-policy .policy.policy4 a span {
    width: 53px;
}

/*--------------left product --------------------*/
.left-content-product {
    margin-bottom: 30px;
}

.left-content-product .content-product-left .large-image {
    border: 1px solid #e6e6e6;
    cursor: pointer;
    display: block;
    padding: 9px 11px;
}

.left-content-product .content-product-left .large-image .label-sale {
    left: 25px;
}

.left-content-product .content-product-left .full_slider, .left-content-product .content-product-left .not_full_slider {
    margin-top: 10px;
}

.left-content-product .content-product-left .full_slider .thumbnail, .left-content-product .content-product-left .not_full_slider .thumbnail {
    border-radius: 0;
    margin-bottom: 0;
}

.left-content-product .content-product-left .full_slider .thumbnail:hover, .left-content-product .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #f8ab16;
}

.left-content-product .content-product-left .full_slider .thumbnail.active, .left-content-product .content-product-left .not_full_slider .thumbnail.active {
    border-color: #f8ab16;
}

.left-content-product .content-product-left .full_slider .owl2-nav div, .left-content-product .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;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev, .left-content-product .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;
    left: -14px;
    float: left;
    background-color: #fff;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
    border-color: #f8ab16;
    background-color: #f8ab16;
    background-position: 0px 0px;
    opacity: 1;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
    display: none;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-prev:before, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
    display: none;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next, .left-content-product .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;
    right: -14px;
    float: right;
    background-color: #fff;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
    border-color: #f8ab16;
    background-color: #f8ab16;
    background-position: -107px 0px;
    opacity: 1;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
    display: none;
}

.left-content-product .content-product-left .full_slider .owl2-nav div.owl2-next:before, .left-content-product .content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
    display: none;
}

.left-content-product .content-product-left .full_slider .owl2-nav div i, .left-content-product .content-product-left .not_full_slider .owl2-nav div i {
    display: none;
}

.left-content-product .content-product-left .full_slider .owl-dots, .left-content-product .content-product-left .not_full_slider .owl-dots {
    display: none;
}

.left-content-product .content-product-right .title-product h1 {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: bold;
}

.left-content-product .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 0;
    position: relative;
}

.left-content-product .content-product-right .box-review a {
    color: #666;
    display: inline-block;
}

.left-content-product .content-product-right .box-review a:hover {
    color: #f8ab16;
}

.left-content-product .content-product-right .product-box-desc {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    color: #666;
    position: relative;
    height: 100%;
}

.left-content-product .content-product-right .product-box-desc .inner-box-desc {
    width: 100%;
    height: 100%;
    position: relative;
}

.left-content-product .content-product-right .product-box-desc .inner-box-desc:before {
    content: "";
    width: 4px;
    background: #f8ab16;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
}

.left-content-product .content-product-right .product-box-desc span {
    font-weight: bold;
}

.left-content-product .content-product-right .product-box-desc .brand a {
    color: #666;
}

.left-content-product .content-product-right .product-box-desc .brand a:hover {
    color: #f8ab16;
}

.left-content-product .content-product-right .product-label {
    line-height: 24px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.left-content-product .content-product-right .product-label .price {
    float: left;
    margin-top: 0;
}

.left-content-product .content-product-right .product-label .stock {
    float: right;
}

.left-content-product .content-product-right .product-label .stock .status-stock {
    color: #00abf0;
}

.left-content-product .content-product-right .product-label .stock .status-stock:before {
    content: "\f046";
    font-family: FontAwesome;
    display: inline-block;
    color: #00abf0;
    margin-right: 5px;
    margin-left: 10px;
}

.left-content-product .content-product-right #product {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.left-content-product .content-product-right #product h3 {
    margin-top: 0;
}

.left-content-product .content-product-right #product .image_option_type label.control-label {
    margin-right: 10px;
    margin-top: 3px;
}

.left-content-product .content-product-right #product .product-options .img-thumbnail {
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 1px;
}

.left-content-product .content-product-right #product .box-checkbox label {
    width: 100%;
}

.left-content-product .content-product-right #product .box-date {
    padding-left: 0;
}

.left-content-product .content-product-right #product .box-date label {
    margin-right: 10px;
    width: 80px;
}

.left-content-product .content-product-right #product .box-date input {
    width: 200px;
}

.left-content-product .content-product-right #product .box-date input, .left-content-product .content-product-right #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0;
}

.left-content-product .content-product-right #product .box-date .input-group-btn {
    float: left;
}

.left-content-product .content-product-right #product .box-date button:hover {
    background-color: #f8ab16;
    color: #fff;
}

.left-content-product .content-product-right .box-info-product {
    float: left;
    width: 100%;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control {
    float: left;
    margin: 0;
    background: #eee;
    padding: 4px 10px 4px;
    position: relative;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
    float: left;
    font-weight: normal;
    margin-top: 8px;
    padding-right: 5px;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: left;
    height: 33px;
    line-height: 31px;
    margin: 0;
    margin-right: 17px;
    padding: 0 10px;
    width: 35px;
    border: 1px solid #bdc2c9;
    border-radius: 0;
    z-index: 0;
}

.left-content-product .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;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
    background: none repeat scroll 0 0 #444444;
    padding: 0 4px;
    position: absolute;
    right: 14px;
    top: 4px;
    height: 16.5px;
    width: 14px;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
    background: none repeat scroll 0 0 #444444;
    font-size: 13px;
    padding: 0 4px;
    position: absolute;
    right: 14px;
    top: 21px;
    width: 14px;
    height: 15.5px;
    line-height: 15px;
}

.left-content-product .content-product-right .box-info-product .quantity .quantity-control span:hover {
    background: #f8ab16 !important;
}

.left-content-product .content-product-right .box-info-product .cart {
    float: left;
    margin-right: 10px;
}

.left-content-product .content-product-right .box-info-product .cart a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.left-content-product .content-product-right .box-info-product .cart a i {
    margin-right: 5px;
}

.left-content-product .content-product-right .box-info-product .cart input {
    background-color: #f8ab16;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.left-content-product .content-product-right .box-info-product .cart input:hover {
    background-color: #444;
}

.left-content-product .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-right: 10px;
}

.left-content-product .content-product-right .box-info-product .add-to-links ul li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 3px 0px;
    color: #666;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.6s all ease 0s;
    position: relative;
    float: left;
}

.left-content-product .content-product-right .box-info-product .add-to-links ul li a.text {
    display: none;
}

.left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
    border-color: #f8ab16;
    color: #f8ab16;
}

.thumb-vertical-outer span.view_scroll_spacer a {
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -10px;
}

.thumb-vertical-outer span.view_scroll_spacer a .fa {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 17px;
    margin: 0;
}

.thumb-vertical-outer span.view_scroll_spacer a.prev .fa:before {
    content: "\f077";
}

.thumb-vertical-outer span.view_scroll_spacer a.next {
    bottom: 0px;
}

.thumb-vertical-outer span.view_scroll_spacer a.next .fa:before {
    content: "\f078";
}

.thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px;
}

.thumb-vertical-outer ul li a {
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    -moz-transform: scale(1) translate3d(0px, 0px, 0px);
    -ms-transform: scale(1) translate3d(0px, 0px, 0px);
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
}

.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;
    padding: 4px;
}

.thumb-vertical-outer ul li .thumbnail:hover {
    border-color: #f8ab16;
}

.thumb-vertical-outer ul li .thumbnail.active {
    border-color: #f8ab16;
}

/*----------------------PRODUCT TABS ---------------*/
.producttab .tabsslider {
    margin-bottom: 35px;
    padding: 0;
}

.producttab .tabsslider .nav-tabs li {
    margin-bottom: 0;
}

.producttab .tabsslider .nav-tabs li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0px;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin-right: -1px;
    padding: 10px 30px;
    position: relative;
    background: #fff;
    color: #666;
}

.producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
    border-top-color: #f8ab16;
}

.producttab .tabsslider .nav-tabs li.active a:before, .producttab .tabsslider .nav-tabs li:hover a:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #f8ab16;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}

.producttab .tabsslider .nav-tabs li.active a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    position: absolute;
    bottom: -1px;
    z-index: 999;
}

.producttab .tabsslider .tab-content {
    padding: 20px;
    display: block;
    margin: 0;
    border: solid 1px #e3e1e1;
    margin-top: -1px;
}

.producttab .tabsslider.vertical-tabs {
    border: 1px solid #e6e6e6;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    display: block;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #666;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a:hover {
    background: transparent;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-left-color: #f8ab16;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #f8ab16;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a:before {
    display: none;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #f8ab16;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #f8ab16;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #f8ab16;
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: transparent;
    color: #f8ab16;
}

.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 {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 180px;
}

.form-group {
    margin-bottom: 20px;
}

#product-accordion {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-top: 4px solid #f8ab16;
}

#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: 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: #666;
    width: 100%;
    display: inline-block;
    position: relative;
}

#product-accordion .panel .panel-heading a.title-head.collapsed {
    color: #666;
}

#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
    content: "\f0d8";
}

#product-accordion .panel .panel-heading a.title-head {
    color: #f8ab16;
}

#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: #f8ab16;
}

#product-accordion .panel .panel-heading:hover a {
    color: #f8ab16;
}

#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 #f8ab16;
    margin-top: -1px;
    padding: 0;
}

/********** Menu **********/
.navbar-default .vertical .navbar-toggle {
    background: #f8ab16;
    border-color: #f8ab16;
}

.navbar-default .horizontal .navbar-toggle {
    background: #222;
    border-color: #222;
}

.so-megamenu .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.so-megamenu .navbar-default .megamenu-wrapper {
    background: transparent;
}

.so-megamenu ul.megamenu > li {
    border-right: solid 1px trasparent;
    margin-right: 1px;
}

.so-megamenu ul.megamenu > li > a {
    color: #222;
    font-size: 13px;
    height: auto;
    padding: 0 20px;
    line-height: 28px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: bold;
}

.so-megamenu ul.megamenu > li > a strong {
    font-weight: bold;
}

.so-megamenu ul.megamenu > li.item-style1 span.label {
    width: 50px;
    height: 21px;
    position: absolute;
    top: -16px;
    background: url("../images/icon/hot-item.png") no-repeat top center;
    font-size: 0;
    left: 0;
}

.so-megamenu ul.megamenu > li.item-style2 span.label {
    width: 50px;
    height: 21px;
    position: absolute;
    top: -16px;
    background: url("../images/icon/new-item.png") no-repeat top center;
    font-size: 0;
    left: 0;
}

.so-megamenu ul.megamenu > li.style-page .row-list li {
    line-height: 30px;
}

.so-megamenu ul.megamenu > li > a:hover, .so-megamenu ul.megamenu > li.active > a, .so-megamenu ul.megamenu > li.home > a, .so-megamenu ul.megamenu > li:hover > a {
    background: #222;
    color: #fff;
    border-radius: 3px;
}

.so-megamenu ul.megamenu > li.with-sub-menu:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #f8ab16 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: -2px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1009;
}

.so-megamenu ul.megamenu .column > a {
    border-bottom: 1px solid #ddd;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.so-megamenu ul.megamenu .column > a:hover {
    text-decoration: none;
}

.so-megamenu ul.megamenu .column li a {
    display: inline-block;
    padding: 7px 0;
}

.so-megamenu ul.megamenu .column.layout-color li a {
    position: relative;
    display: inline-block;
    padding: 7px 0px 7px 30px;
}

.so-megamenu ul.megamenu .column.layout-color li a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.so-megamenu ul.megamenu .column.layout-color li.blue a:before {
    background: #5f87d1;
}

.so-megamenu ul.megamenu .column.layout-color li.green a:before {
    background: #20bc5a;
}

.so-megamenu ul.megamenu .column.layout-color li.orange a:before {
    background: #f8ab16;
}

.so-megamenu ul.megamenu .column.layout-color li.boocdo a:before {
    background: #ea3a3c;
}

.so-megamenu ul.megamenu .column.layout-color li.cyan a:before {
    background: #009688;
}

.so-megamenu ul.megamenu .sub-menu {
    text-align: left;
    padding-top: 2px;
}

.so-megamenu ul.megamenu .sub-menu .title-submenu {
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
}

.so-megamenu ul.megamenu .sub-menu .content {
    border-top: 3px solid #f8ab16;
}

.so-megamenu ul.megamenu .sub-menu .content .hover-menu .menu ul {
    padding-top: 10px;
}

.so-megamenu ul.megamenu .sub-menu .content .hover-menu .menu ul a:before {
    content: "";
    padding: 0;
}

.so-megamenu ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu {
    line-height: 25px;
}

.so-megamenu ul.megamenu .sub-menu .content > .border {
    border-bottom: none;
    padding: 0;
}

.so-megamenu ul.megamenu .sub-menu .content .static-menu .menu > ul a.main-menu {
    padding-left: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: block;
}

.so-megamenu ul.megamenu .sub-menu .content .static-menu .menu > ul a.main-menu:hover {
    color: #f8ab16;
}

.so-megamenu ul.megamenu .sub-menu .content .static-menu .menu > ul ul {
    padding: 10px 0;
}

.so-megamenu ul.megamenu .sub-menu .content .static-menu .menu > ul ul li {
    line-height: 30px;
}

.so-megamenu ul.megamenu .sub-menu .content .static-menu .menu > ul ul li:before {
    content: "";
    padding: 0;
}

.so-megamenu ul.megamenu .sub-menu .content .img-bottom a {
    display: inline-block;
    width: 100%;
}

.so-megamenu ul.megamenu .sub-menu .content .img-bottom a img {
    width: 100%;
}

.so-megamenu ul.megamenu .sub-menu .content .img-bottom a img:hover {
    opacity: 0.8;
}

.so-megamenu ul.megamenu .sub-menu .content .img-banner {
    padding-right: 15px;
}

.so-megamenu ul.megamenu .sub-menu .content .img-banner img {
    width: 100%;
}

.so-megamenu ul.megamenu .sub-menu .content .img-banner img:hover {
    opacity: 0.8;
}

.so-megamenu ul.megamenu .sub-menu .content .banner img:hover {
    opacity: 0.8;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product {
    padding: 0;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb {
    padding: 10px 0;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .image {
    float: left;
    margin-right: 15px;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .image img {
    width: 84px;
    height: 84px;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .image img:hover {
    opacity: 0.8;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .caption {
    overflow: hidden;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .caption h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 2px;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .caption .description {
    display: none;
}

.so-megamenu ul.megamenu .sub-menu .content .list-product:last-child .product-thumb {
    border-bottom: 0;
}

/*************** End Menu **********/
.rtl ul.megamenu > li {
    float: right;
}

.rtl ul.megamenu > li.style-page.hover.active .sub-menu {
    right: auto !important;
}

.rtl .so-megamenu ul.megamenu .sub-menu .content .list-product .product-thumb .image {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.rtl .so-megamenu ul.megamenu .column.layout-color li a {
    padding: 7px 30px 7px 0px;
}

.rtl .so-megamenu ul.megamenu .column.layout-color li a:before {
    left: inherit;
    right: 0;
}

.rtl .so-megamenu ul.megamenu .sub-menu .content .img .row {
    margin-right: 0;
}

.rtl .so-megamenu ul.megamenu .sub-menu .content .img-banner {
    padding-left: 15px;
    padding-right: 0;
}

/*------------- Responsive ---------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    body.common-home .sidebar-menu .so-vertical-menu .container-megamenu .vertical-wrapper {
        display: none;
    }

    body.common-home .sidebar-menu .so-vertical-menu .container-megamenu:hover .vertical-wrapper {
        display: block;
    }
}

@media (max-width: 991px) {
    .responsive.so-megamenu .navbar-default .megamenu-wrapper,
    .responsive.so-megamenu .navbar-default .vertical-wrapper {
        background: #fff;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li > a,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li > a {
        color: #556270 !important;
        text-align: left;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.active > a,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.active > a {
        color: #666;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.active .close-menu,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.active .close-menu {
        background: transparent;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.with-sub-menu:hover > a:after,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.with-sub-menu:hover > a:after {
        display: none;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu .sub-menu .content .row,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu .sub-menu .content .row {
        margin: 0 -15px;
    }

    .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu .sub-menu .content .row > div,
    .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu .sub-menu .content .row > div {
        width: 100% !important;
    }

    /*----------Verticalmenu ------------*/
    .so-megamenu .so-vertical-menu .vertical-wrapper {
        position: fixed !important;
        width: 280px !important;
    }

    .so-megamenu .so-vertical-menu .vertical-wrapper ul.megamenu > li.with-sub-menu > a:after {
        display: none !important;
    }

    .so-megamenu .so-vertical-menu .vertical-wrapper ul.megamenu > li.active > a {
        color: #556270 !important;
    }

    .so-megamenu .so-vertical-menu .vertical-wrapper ul.megamenu > li:hover {
        background-color: #f6f6f6 !important;
    }

    .so-megamenu .so-vertical-menu .vertical-wrapper ul.megamenu > li.style1 .content:after {
        display: none !important;
    }

    .rtl .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li > a,
    .rtl .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li > a {
        text-align: right;
    }

    .rtl .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.hover:before, .rtl .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.click:before,
    .rtl .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.hover:before,
    .rtl .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.click:before {
        left: 0;
        right: inherit;
        padding: 13px 50px 10px 17px;
    }

    .rtl .responsive.so-megamenu .navbar-default .megamenu-wrapper ul.megamenu > li.active .close-menu,
    .rtl .responsive.so-megamenu .navbar-default .vertical-wrapper ul.megamenu > li.active .close-menu {
        left: 1px;
        right: inherit;
        padding: 13px 50px 10px 17px;
    }

    .rtl .header-bottom .sidebar-menu .so-vertical-menu .vertical ul.megamenu .sub-menu {
        right: 0 !important;
    }
}

.contact-form legend {
    color: #444;
}

.contacts .info-contact .name-store h3 {
    color: #444;
    padding: 9px 0px;
    margin-top: 0;
}

.about-us .about-title {
    font-style: normal;
}

div.yt-gallery .tabnav li.active span {
    background-color: #f8ab16;
}

.our-team-slider .owl2-stage-outer {
    min-height: 421px;
    display: block;
}

.client-logo-slider .owl2-stage-outer {
    min-height: 89px;
    display: block;
}

.about-image-slider .owl2-stage-outer {
    min-height: 355px;
    display: block;
}

/* ************************************************************************************************
CMS Pages Styles
************************************************************************************************ */
/*==========================SMART BLOG =======================*/
/*==================Blog category ==================*/
/*=======================BLOG LATEST ===================*/
/*======================BLOG COMMENT ==================*/
/*===================PAV PAGINATION =============*/
/*---------------------- SIMPLE BLOG --------------------------*/
/*--------------BLOG CATEGORY ---------------------*/
/*--------------------ARTICLE INFO ------------------*/
/* ************************************************************************************************
		BLOCK HEADER
************************************************************************************************ */
#header {
    margin-bottom: 30px;
}

#header .header-top {
    height: 36px;
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
}

#header .header-top .header-top-left {
    overflow: hidden;
    height: 36px;
}

#header .header-top .header-top-left .welcome-msg {
    margin-top: 7px;
    height: 22px;
    overflow: hidden;
}

#header .header-top .header-top-left .welcome-msg .label-msg {
    margin: 0;
    display: inline-block;
    position: relative;
    color: #fff;
    background: #e67e22;
    padding: 0 10px;
    border-radius: 2px;
    line-height: 20px;
}

#header .header-top .header-top-left .welcome-msg a {
    display: inline-block;
    margin: 0;
    padding: 0 6px;
    color: #666;
}

#header .header-top .header-top-left .welcome-msg .list-msg .label-msg, #header .header-top .header-top-left .welcome-msg .list-msg a {
    font-size: 12px;
}

#header .header-top .header-top-right {
    text-align: right;
}

#header .header-center {
    padding: 10px 0;
    background: #eee;
}

#header .header-center.center .header-center-right {
    margin-top: 16px;
}

#header .header-center.left .header-center-right {
    text-align: right;
    float: right;
    margin-top: 4px;
}

#header .header-center .phone-contact {
    background: url("../images/icon/hot-line-icon.png") no-repeat left center;
    padding-left: 30px;
    float: right;
}

.inner-info p {
    font-size: 21px;
}

.inner-info h2 {
    display: none;
}

#header .header-center .phone-contact h2 {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 100%;
    margin: 0;
    color: #666;
    text-transform: uppercase;
}

#header .header-center .phone-contact p {
    margin: 0;
}

#header .header-bottom {
    background: #eee;
    height: 45px;
}

#header .header-bottom .container {
    padding: 0 30px;
}

#header .header-bottom .container .header-bottom-inner {
    display: inline-block;
    background: #222;
    width: 100%;
}

#header .header-bottom .container .header-bottom-inner .header-bottom-left {
    padding-left: 0;
    padding-right: 20px;
}

#header .header-bottom .container .header-bottom-inner .header-bottom-right {
    padding-left: 10px;
}

#header .header-bottom .container .header-bottom-inner .header_search {
    padding: 0;
    margin-top: 7px;
}

#header .header-bottom .container .header-bottom-inner .header_custom_link {
    float: right;
}

#header .header-bottom .container .header-bottom-inner .header_custom_link ul li a {
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    font-weight: bold;
}

#header .header-bottom .container .header-bottom-inner .header_custom_link ul li a i {
    font-size: 15px;
    margin-right: 5px;
}

#header .header-bottom .container .header-bottom-inner .header_custom_link ul li a:hover {
    color: #f8ab16;
}

#header.navbar-compact .header-top {
    display: none;
}

#header.navbar-compact .header-bottom {
    display: none;
}

#header.navbar-compact .header-center {
    padding: 20px 0;
}

.common-home #header {
    margin-bottom: 25px;
}

.navbar-welcome a {
    color: #0099ff;
}

.navbar-welcome a:hover {
    color: #f8ab16;
}

.navbar-main-menu-outer {
    background: #333;
    margin-bottom: 30px;
}

.common-home #content {
    margin-bottom: 0;
}

#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;
}

.header-top-right ul.top-link > li {
    padding: 0;
    display: inline-block;
    position: relative;
    list-style: outside none none;
    border-left: 1px solid #ddd;
}

.header-top-right ul.top-link > li > a {
    display: block;
    padding: 0 13px;
    position: relative;
    height: 36px;
    line-height: 36px;
    color: #666;
    font-size: 12px;
}

.header-top-right ul.top-link > li > a:before {
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.header-top-right ul.top-link > li > a span.fa-angle-down {
    position: relative;
    left: 5px;
}

.header-top-right ul.top-link > li.account > a:before {
    content: "\f007";
}

.header-top-right ul.top-link > li.wishlist a:before {
    content: "\f004";
}

.header-top-right ul.top-link > li.checkout a:before {
    content: "\f045";
}

.header-top-right ul.top-link > li:hover > a {
    color: #f8ab16;
}

.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: #666;
}

.header-top-right ul.top-link > li ul.dropdown-link li a:hover {
    color: #f8ab16;
}

.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);
}

/*========================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: #f8ab16;
    position: relative;
}

.navbar-search #search button span:before {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    color: #f8ab16;
    right: 10px;
    top: 8px;
}

/************************************************************************************************* */
/* left blocks */
/* ************************************************************************************************
	BREADCRUMB
************************************************************************************************ */
.breadcrumb {
    background: transparent;
    border-radius: 0;
    display: block;
    padding: 0;
    min-height: 33px;
    position: relative;
}

.breadcrumb li {
    position: relative;
    line-height: 33px;
    margin-right: 3px;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li:last-child a {
    color: #f8ab16;
}

.breadcrumb li + li:before {
    content: "\f105";
    font-family: fontawesome;
    color: #444;
    padding: 0 10px 0 5px;
}

/*---------------------------BLOCK HEADER BOTTOM -----------------------*/
/*------- SPOTLIGHT ------------------*/
/*-----------FOOTER LINK -------------------*/
footer, footer a {
    color: inherit;
}

footer a:hover {
    color: #337ab7;
}

.footer-navbar {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #eee;
}

.footer-navbar .module h3.modtitle {
    font-size: 18px;
    border-bottom: 0;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    border: 0;
    height: auto;
    line-height: inherit;
}

.footer-navbar .module h3.modtitle:before {
    display: none;
}

.footer-navbar .module .footer-logo {
    margin-bottom: 7px;
    margin-top: -3px;
}

.footer-navbar .module ul.menu li a:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 5px;
}

.footer-navbar .module ul.menu li a:hover {
    color: #f8ab16;
}

.collapsed-block.footer-links .footer-directory-title {
    padding: 34px 0 21px;
    font-size: 91.6%;
    background: url("../images/line-bg.png") repeat-x top left;
    margin-top: 4px;
}

.collapsed-block.footer-links ul li a:hover {
    color: #f8ab16;
}

.footer-bottom-block {
    background: #ddd;
    padding: 10px 0;
}

.contact-address li {
    color: #444444;
    padding: 0 0 5px 25px;
    position: relative;
    z-index: 1;
    line-height: 18px;
}

.contact-address span {
    font-size: 15px;
    left: 0px;
    margin-right: 10px;
    position: absolute;
    color: white;
    text-align: center;
    color: #f8ab16;
}

.contact-address > li:nth-child(2) {
    padding-top: 7px;
}

.contact-address > li:nth-child(2) span {
    margin-top: -1px;
}

.contact-address > li:last-child {
    padding-top: 8px;
}

.contact-address a:hover {
    color: #f8ab16;
}

.payment-list li {
    display: inline;
}

.block-payment {
    float: right;
}

.block-payment a {
    display: inline-block;
    text-indent: -999em;
    background-image: url("../images/payment-bg.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 20px;
}

.block-payment a:hover {
    background: url("../images/color/orange/payment-bg.png");
}

.block-payment a.payment1 {
    margin-right: -3px;
}

.block-payment a.payment2 {
    background-position: -37px center;
    margin-right: -2px;
}

.block-payment a.payment3 {
    background-position: -75px center;
    margin-right: -1px;
}

.block-payment a.payment4 {
    background-position: -114px center;
}

.block-payment a.payment5 {
    background-position: -150px center;
}

.block-payment a.payment6 {
    background-position: -186px center;
}

.footer-directory-title .label-link {
    color: #444;
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 11px;
}

ul.footer-directory {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

ul.footer-directory li {
    padding-bottom: 3px;
}

ul.footer-directory li h2 {
    color: #444;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    margin-right: 5px;
}

ul.footer-directory li a {
    font-size: 11px;
}

.back-to-top {
    z-index: 999;
}

/*--------------------STYLE MODULE--------------
	*------------ 1. Search Pro ----------- *
	*------------ 2. Block Language ------- *
	*------------ 3. Slideshow ------------ *
	*------------ 4. Block Cart ----------- *
	*------------ 5. Vertical Menu--------- *
	*------------ 6. Block Category ------- *
	*------------ 7. HTML Content ------- *
	*------------ 8. Other Module --------- *
*/
.module h3.modtitle {
    position: relative;
    border-bottom: 3px solid;
    border-color: #f8ab16;
    font-size: 100%;
    padding: 0;
    margin: -5px -1px 0px -1px;
    height: 40px;
}

.module h3.modtitle:after {
    display: none;
}

.module h3.modtitle > span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    line-height: 40px;
    padding: 0 18px;
    background-color: #f8ab16;
}

.module h3.modtitle > span:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 40px solid #f8ab16;
}

/*-------- MODULE SEARCH ------------*/
#sosearchpro.so-search {
    margin: 0;
    width: 100%;
    padding: 0;
}

#sosearchpro.so-search .search {
    border: 1px solid #ddd;
    background: #fff;
}

#sosearchpro.so-search .select_category {
    width: 120px;
    border: 0;
}

#sosearchpro.so-search .select_category select {
    height: 30px;
    line-height: 28px;
    padding-right: 26px;
}

#sosearchpro.so-search .select_category select:focus {
    border: 0;
}

#sosearchpro.so-search .autosearch-input {
    border: 0;
    height: 30px;
    border-left: 1px solid #ddd;
}

#sosearchpro.so-search .button-search {
    background: transparent;
    border: 0;
    font-size: 16px;
    height: 30px;
    padding: 0 16px;
}

#sosearchpro.so-search .button-search i {
    color: #f8ab16;
    font-size: 16px;
}

#sosearchpro.so-search .button-search:hover i {
    color: #d58e06;
}

#sosearchpro.so-search .dropdown-menu {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#sosearchpro.so-search .dropdown-menu .media:hover {
    background: #fdfbfb;
}

#sosearchpro.so-search .dropdown-menu .media-left {
    height: 70px;
    margin: 6px 10px;
    width: 70px;
}

#sosearchpro.so-search .dropdown-menu .media-body a {
    font-size: 16px;
    font-weight: normal;
    float: none;
    color: #666;
}

#sosearchpro.so-search .dropdown-menu .media-body a:hover {
    color: #f8ab16;
}

#sosearchpro.so-search .dropdown-menu .media-body .price span.price {
    font-size: 14px;
}

#sosearchpro.so-search .icon-select:after {
    content: "\f0d7";
    background-color: transparent;
    line-height: 30px;
    width: 20px;
    right: 10px;
    color: #444;
}

/*-------------- 2. LANGUAGE BLOCK & CURRENCY BLOCK -------------------------*/
.header-top .languages-block, .header-top .currencies-block, .header-top .currencies-block {
    float: right;
    margin: 0;
    border-left: 1px solid #ddd;
}

.header-top .languages-block form, .header-top .currencies-block form, .header-top .currencies-block form {
    padding: 0 10px;
}

.header-top .languages-block form > a, .header-top .currencies-block form > a, .header-top .currencies-block form > a {
    border: 0;
    line-height: 36px;
}

.header-top .languages-block form:hover, .header-top .currencies-block form:hover, .header-top .currencies-block form:hover {
    background: transparent;
    border-color: #ddd;
}

.header-top .languages-block form:hover > a, .header-top .currencies-block form:hover > a, .header-top .currencies-block form:hover > a {
    color: #f8ab16;
}

.header-top .languages-block form img, .header-top .currencies-block form img, .header-top .currencies-block form img {
    position: relative;
    right: 5px;
    top: -2px;
}

.header-top .languages-block form span.fa-angle-down, .header-top .currencies-block form span.fa-angle-down, .header-top .currencies-block form span.fa-angle-down {
    position: relative;
    left: 5px;
}

.header-top .currencies-block {
    border-right: 1px solid #ddd;
}

.header-top .currencies-block form > a {
    padding: 0 5px 0 0;
}

/* ************************************************************************************************/
/*-------------------- 3. SLIDESHOW --------------------*/
@media (min-width: 1200px) {
    #so-slideshow {
        width: 75%;
    }
}

.so-slider .container {
    position: relative;
}

#so-slideshow {
    padding-right: 0;
    padding-left: 10px;
    margin-bottom: 40px;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div {
    height: 36px;
    width: 36px;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev {
    background-color: #575757;
    background-position: center center;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-color: #f8ab16;
    background-position: center center;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next {
    background-color: #575757;
    background-position: center center;
}

#so-slideshow .slideshow .owl2-controls .owl2-nav div.owl2-next:hover {
    background-color: #f8ab16;
    background-position: center center;
}

#so-slideshow .slideshow .owl2-controls .owl2-dots {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

#so-slideshow .slideshow .owl2-controls .owl2-dots .owl2-dot {
    display: inline-block;
}

#so-slideshow .slideshow .owl2-controls .owl2-dots .owl2-dot span {
    width: 10px;
    height: 10px;
    background-color: #b4b4b4;
    border: 1px solid transparent;
    margin: 0 2px;
    opacity: 1;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#so-slideshow .slideshow .owl2-controls .owl2-dots .owl2-dot.active span, #so-slideshow .slideshow .owl2-controls .owl2-dots .owl2-dot:hover span {
    background-color: #f8ab16;
    border: 1px solid #fff;
}

/*========================== 4. BLOCK CART ======================*/
.block-cart {
    float: right;
    padding-left: 15px;
    background: url("../images/icon/border-left-cart.png") no-repeat;
    background-position: left center;
}

.shopping_cart {
    padding-left: 30px;
    background: url("../images/icon/icon_minicart.png") no-repeat;
    background-position: left 12px;
    height: 45px;
    line-height: 45px;
}

.shopping_cart h2 {
    display: none;
    color: #444444;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.shopping_cart .btn-shopping-cart {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    padding: 0;
}

.shopping_cart .btn-shopping-cart a.top_cart {
    padding-right: 20px;
    color: #fff;
}

.shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
    color: #f8ab16;
}

.shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
    padding: 0px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin: 0;
}

.shopping_cart .btn-shopping-cart a.top_cart:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.shopping_cart .btn-shopping-cart a.top_cart:hover {
    color: #f8ab16;
}

.shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart {
    color: #f8ab16;
}

.shopping_cart .dropdown-menu {
    margin: 5px 0;
    top: 40px;
    right: -15px;
}

.shopping_cart .shoppingcart-box:before {
    right: 50px;
}

/*-------------------- 5. VERTICAL MENU ---------------------*/
.common-home .header-bottom-left .so-vertical-menu ul.megamenu {
    display: block;
}

.header-bottom-left .so-vertical-menu ul.megamenu {
    display: none;
}

.header-bottom-left .so-vertical-menu:hover ul.megamenu {
    display: block;
}

.header-bottom-left .so-vertical-menu {
    position: relative;
}

.header-bottom-left .so-vertical-menu #menuHeading {
    margin-top: 0;
    height: 45px;
}

.header-bottom-left .so-vertical-menu #menuHeading .megamenuToogle-wrapper {
    background-color: #f8ab16;
    height: 45px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease 0s;
    -moz-transition: 0.3s all ease 0s;
    transition: 0.3s all ease 0s;
    border-radius: 0;
}

.header-bottom-left .so-vertical-menu #menuHeading .megamenuToogle-wrapper .container {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 60px !important;
    line-height: 45px;
}

.header-bottom-left .so-vertical-menu #menuHeading .megamenuToogle-wrapper .container:before {
    width: 45px;
    height: 45px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/title_vmenu.png") no-repeat;
    background-position: center center;
    background-color: #d58e06;
}

.header-bottom-left .so-vertical-menu .vertical-wrapper {
    width: 100%;
    background: white;
    position: relative;
    border-top: 0;
}

.header-bottom-left .so-vertical-menu .vertical-wrapper ul li {
    border-top: 0;
    min-height: 37px;
}

.header-bottom-left .so-vertical-menu .vertical-wrapper ul li > a {
    color: #444;
    padding: 0 18px;
    min-height: 38px;
    line-height: 41px;
    border-bottom: 0;
}

.header-bottom-left .so-vertical-menu .vertical-wrapper ul li > a:hover {
    color: #f8ab16;
}

.header-bottom-left .so-vertical-menu .vertical-wrapper ul li > a strong {
    font-weight: bold;
}

.header-bottom-left .so-vertical-menu:after {
    content: "\f107";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 10;
    color: #fff;
}

.header-bottom-left .so-vertical-menu ul.megamenu {
    position: absolute;
    width: 100%;
    background: #222;
    z-index: 999;
}

.header-bottom-left .so-vertical-menu ul.megamenu > li > a {
    font-size: 15px;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li {
    margin: 0;
    border-right: 0;
    background: #222;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li strong i {
    display: none;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li > a {
    padding-left: 15px;
    padding-right: 12px;
    color: #fff;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li > a:hover {
    color: #fff;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .sub-menu .content {
    padding: 0;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul {
    padding: 0;
    margin: 0;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover {
    background: #eee;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li:hover > a {
    color: #f8ab16;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a {
    line-height: 37px;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul li a b {
    line-height: 37px;
    font-size: 16px;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul {
    padding: 0;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:before, .header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.css-menu .hover-menu .menu > ul ul:after {
    display: none;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.item-style3 .sub-menu .content {
    padding-right: 0;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.with-sub-menu > a:after {
    content: "\f105";
    color: #fff;
    font-family: Fontawesome;
    font-size: 13px;
    float: right;
    margin: 0;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.with-sub-menu:hover > a:after {
    position: static;
    border-color: transparent;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li:hover {
    background-color: #444;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li:hover > a {
    color: #fff;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.active > a {
    background: transparent !important;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.loadmore {
    text-align: left;
    background: url("../images/icon/bg_border_more.png") repeat-x;
    background-position: top left;
    padding: 12px 10px;
    color: #fff;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.loadmore span.more-view {
    font-weight: normal;
    color: #fff;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li.loadmore:hover {
    background-color: #5e5e5e;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content {
    border-top: 1px solid #ddd;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content .banner {
    margin-top: -21px;
    margin-bottom: -22px;
    margin-right: -1px;
}

.header-bottom-left .so-vertical-menu .vertical ul.megamenu > li .sub-menu .content .static-menu .menu ul a.main-menu {
    padding: 0;
}

.header-bottom-left .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul {
    padding-bottom: 0;
}

.header-bottom-left .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul li > a {
    line-height: inherit;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto;
}

.header-bottom-left .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul li > a:hover {
    color: #f8ab16;
}

.header-bottom-left .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul ul a {
    padding: 0;
}

.header-bottom-left .so-vertical-menu ul.megamenu .sub-menu .content .static-menu .menu ul ul a:hover {
    color: #f8ab16;
}

/*------------------- 6. BLOCK CATEGORIES -----------*/
.block_category {
    border: 1px solid #ddd;
}

.block_category .box-content {
    border: 0;
}

.block_category .box-content ul {
    margin-bottom: 0;
}

.block_category .box-content ul li:last-child {
    border-bottom: 0;
}

/*------------------- 7. HTML CONTENT -----------*/
/*------------------------------------*/
/*----- Accordion -----*/
.fqas {
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    border: 1px solid #ddd;
}

.fqas h3.modtitle {
    margin: -5px -19px 0px -19px;
}

.fqas h3.modtitle span {
    text-transform: none;
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    margin: 0 -18px;
    background: #fff;
}

.accordion-section {
    border-bottom: 1px solid #ddd;
}

.accordion-section:last-child {
    border-bottom: none;
}

/*----- Section Titles -----*/
.accordion-section-title {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    line-height: 38px;
    padding-left: 47px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    /* Type */
}

.accordion-section-title:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 19px;
    top: 11px;
    background: url("../images/icon/show-c.png") no-repeat top left #999999;
}

.accordion-section-title.active:before {
    background-position: left bottom;
}

.accordion-section-title.active, .accordion-section-content.open {
    background: #eeeeee;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 0 10px 10px 47px;
    display: none;
}

.module.cus-testimo {
    margin: 0 0 37px;
}

.module.cus-testimo h3.modtitle:before {
    content: "";
    height: 90%;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    border: 1px solid #ddd;
    z-index: -1;
}

.module.cus-testimo .owl-carousel {
    background: none;
}

.module.cus-testimo div.clients_say {
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 4px;
    background: #eee;
    overflow: hidden;
}

.module.cus-testimo div.clients_say .modtitle {
    margin: -5px -19px 0px -19px;
}

.module.cus-testimo div.clients_say .block_content {
    padding: 17px 0 14px;
}

.module.cus-testimo div.clients_say .block_content .text {
    line-height: 1.8em;
    font-style: italic;
    color: #222;
}

.module.cus-testimo div.clients_say .block_content .info {
    overflow: hidden;
    margin-top: 25px;
    padding-bottom: 5px;
}

.module.cus-testimo div.clients_say .block_content .info .image {
    float: left;
    margin-right: 10px;
}

.module.cus-testimo div.clients_say .block_content .info .image img:hover {
    opacity: 0.8;
}

.module.cus-testimo div.clients_say .block_content .info .author {
    font-size: 15px;
    font-weight: 600;
    margin-top: -3px;
}

.module.cus-testimo div.clients_say .owl2-controls {
    position: absolute;
    top: -30px;
    right: -10px;
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-prev, .module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-next {
    display: inline-block;
    font-size: 0;
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-prev:before, .module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-next:before {
    font-family: fontawesome;
    font-size: 26px;
    color: #999;
    margin: 5px;
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-prev:hover:before, .module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-next:hover:before {
    color: #f8ab16;
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104";
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105";
}

.module.cus-testimo div.clients_say .owl2-controls .owl2-dots {
    display: none;
}

.testimonial {
    clear: inherit;
}

div.clients_say {
    position: relative;
    top: 0;
    padding: 10px 20px;
    background-color: #eee;
}

div.clients_say .owl-carousel {
    background: none;
}

div.clients_say .block-title {
    position: relative;
}

div.clients_say .block-title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #222;
}

div.clients_say .image {
    float: left;
    width: 65px;
    background-color: #eee;
}

div.clients_say .image img {
    width: 65px;
    height: 65px;
}

div.clients_say .image img:hover {
    opacity: 0.8;
}

div.clients_say .block_content {
    background-color: #eee;
}

div.clients_say .block-info {
    margin-left: 80px;
    font-style: italic;
    position: relative;
    top: -4px;
    background-color: #eee;
}

div.clients_say .block-info .info {
    padding: 17px 0px 0;
}

div.clients_say .block-info .info .author {
    font-size: 15px;
    font-weight: 600;
    margin-top: -3px;
    font-style: normal;
    color: #e74c3c;
}

div.clients_say .owl2-controls {
    position: absolute;
    right: -3px;
    top: -40px;
}

div.clients_say .owl2-controls .owl2-dots {
    display: none;
}

div.clients_say .owl2-controls .owl2-nav div {
    font-size: 0;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    display: inline;
}

div.clients_say .owl2-controls .owl2-nav div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
}

div.clients_say .owl2-controls .owl2-nav div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
}

div.clients_say .owl2-controls .owl2-nav div:hover {
    background-color: transparent !important;
    color: #f8ab16;
}

.list-services li a {
    border: 3px solid #ddd;
    display: block;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.list-services li a img {
    height: 110px;
}

.list-services li a:hover {
    border-color: #f8ab16;
}

.manufacuturers .container {
    padding: 0;
}

.banner a {
    display: block;
    clear: both;
    position: relative;
}

.banner a img {
    width: 100%;
}

.banner a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner a:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.banner a:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.banner-mid-1 {
    display: inline-block;
    width: 100%;
}

.banner-mid-1 > ul > li {
    float: left;
}

.banner-mid-1 > ul > li a {
    display: block;
    clear: both;
    position: relative;
}

.banner-mid-1 > ul > li a img {
    width: 100%;
}

.banner-mid-1 > ul > li a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner-mid-1 > ul > li a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner-mid-1 > ul > li a:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.banner-mid-1 > ul > li a:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

/*----------- 8. OTHER MODULES -------*/
.module.cus-style-supper-cate {
    position: relative;
    margin-top: -4px;
}

.module.cus-style-supper-cate h3.modtitle {
    position: relative;
    border-bottom: none;
    margin: 0 0 30px;
}

.module.cus-style-supper-cate h3.modtitle span, .module.cus-style-supper-cate h3.modtitle:before {
    z-index: 2;
}

.module.cus-style-supper-cate h3.modtitle span.icon-color {
    padding: 1px 10px 0;
}

.module.cus-style-supper-cate h3.modtitle span.icon-color i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}

.module.cus-style-supper-cate h3.modtitle span.icon-color:before {
    display: none;
}

.module.cus-style-supper-cate h3.modtitle span.icon-color .arow-after {
    content: "";
    border-color: transparent transparent #f8ab16 transparent;
    border-style: solid;
    border-width: 0 20px 40px 0;
    top: 0;
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    display: inline-block;
}

.module.cus-style-supper-cate h3.modtitle .line-color {
    position: absolute;
    height: 3px;
    width: 100%;
    background: #f8ab16;
    bottom: -3px;
    left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .module.cus-style-supper-cate h3.modtitle {
        white-space: nowrap;
    }
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs {
    position: absolute;
    top: 5px;
    right: 0;
    text-align: right;
    z-index: 1;
    width: 100%;
    padding: 7px 0;
    border-bottom: none;
    border-color: #eee;
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li {
    padding: 0 10px;
    float: none;
    display: inline-block;
    line-height: 8px;
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li span {
    font-size: 13px;
    color: #777;
    text-transform: capitalize;
    font-weight: normal;
    line-height: normal;
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li span:before {
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li span {
        white-space: nowrap;
    }
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li:last-child {
    border: none;
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li.tab-sel, .module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li:hover {
    background: none;
}

.module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li.tab-sel span, .module.cus-style-supper-cate .so-sp-cat .spcat-tabs-container .spcat-tabs li:hover span {
    color: #f8ab16;
}

.module.cus-style-supper-cate .spcat-wrap {
    padding: 0;
}

.module.cus-style-supper-cate .main-left {
    width: 16.3521%;
    float: left;
}

.module.cus-style-supper-cate .main-left .banner-post-text a {
    display: block;
    clear: both;
    position: relative;
}

.module.cus-style-supper-cate .main-left .banner-post-text a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.module.cus-style-supper-cate .main-left .banner-post-text a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.module.cus-style-supper-cate .main-left .banner-post-text a:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.module.cus-style-supper-cate .main-left .banner-post-text a:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat {
    padding: 0;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .title-imageslider {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    background: #eeeeee;
    padding: 8px 15px;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider {
    margin: 0;
    border: 1px solid #eee;
    border-top: 0;
    bottom: 0;
    padding: 10px 10px 0;
    min-height: 237px;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner {
    border: none;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item {
    float: none;
    display: block;
    text-align: inherit;
    margin: 0;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title {
    margin: 0;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title a {
    color: #444;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 700;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title a i {
    margin: 0 5px;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item .cat_slider_title a:hover {
    color: #f8ab16;
}

.module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider .cat_slider_inner .item:hover {
    opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .module.cus-style-supper-cate .main-left .hot-category .category-wrap-cat .slider {
        min-height: 236px;
    }
}

.module.cus-style-supper-cate .main-right {
    width: 83.6479%;
    float: left;
    position: relative;
}

.module.cus-style-supper-cate .main-right .banner-pre-text {
    width: 79.9821%;
    position: relative;
}

.module.cus-style-supper-cate .main-right .banner-pre-text a {
    display: block;
    clear: both;
    position: relative;
}

.module.cus-style-supper-cate .main-right .banner-pre-text a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.module.cus-style-supper-cate .main-right .banner-pre-text a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.module.cus-style-supper-cate .main-right .banner-pre-text a:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.module.cus-style-supper-cate .main-right .banner-pre-text a:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.module.cus-style-supper-cate .main-right .banner-pre-text .owl2-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.module.cus-style-supper-cate .main-right .banner-pre-text .owl2-controls .owl2-dots .owl2-dot {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    border-radius: 10px;
    background: #dbd3d1;
    display: inline-block;
}

.module.cus-style-supper-cate .main-right .banner-pre-text .owl2-controls .owl2-dots .owl2-dot.active {
    background: #fff;
}

.module.cus-style-supper-cate .main-right .banner-pre-text .owl2-controls .owl2-dots .owl2-dot:hover {
    background: #f8ab16;
}

.module.cus-style-supper-cate .main-right .spcat-items-container {
    margin: 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.show-pre .ltabs-items-inner .ltabs-item {
    width: 20%;
    float: left;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.show-pre .ltabs-items-inner .ltabs-item:nth-child(1) {
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.show-pre .ltabs-items-inner .ltabs-item:nth-child(1) .image {
    margin: 0 0 10px;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.show-pre .ltabs-items-inner .ltabs-item:nth-child(1) .product-item-container {
    border-bottom: none;
    min-height: 290px;
}

.module.cus-style-supper-cate .main-right .spcat-items-container .ltabs-items-inner .ltabs-item {
    width: 20%;
    float: left;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container {
    padding: 15px;
    position: relative;
    min-height: 275px;
    margin: 0;
    padding: 20px 20px 0;
    border-width: 1px 1px 1px 0;
    overflow: hidden;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .left-block .quickview {
    opacity: 1;
    position: absolute;
    top: 126px;
    left: inherit;
    right: -8px;
    margin: 0;
    background-color: #999;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .right-block {
    float: left;
    margin-top: 0;
    width: 100%;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .right-block .caption {
    padding: 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    color: #444;
    font-weight: normal;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .right-block .caption .rating {
    margin: 0 0 5px 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button {
    width: 30px;
    height: 30px;
    background-color: #999;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin-right: 0 !important;
    border-color: #999;
    opacity: 0;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button:hover, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button:hover {
    border-color: #f8ab16;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button.addToCart, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button.addToCart {
    top: 35px;
    right: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button.wishlist, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button.wishlist {
    width: 30px;
    height: 30px;
    top: 70px;
    right: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button.compare, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button.compare {
    width: 30px;
    height: 30px;
    top: 105px;
    right: 7px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button.quickview, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button.quickview {
    background: #999 url("../images/icon/icon_quickview.png") no-repeat scroll center center;
    width: 30px;
    height: 30px;
    top: 140px;
    right: 7px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group .button:hover, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .button-group button:hover {
    background-color: #f8ab16;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .label-new {
    top: -8px;
    right: -8px;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container .label-sale {
    top: -8px;
    left: -8px;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover {
    box-shadow: none;
    border-width: 1px 1px 1px 0;
    border-color: #eee;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover .button-group .button, .module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover .button-group button {
    opacity: 1;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
    background-color: #999;
    opacity: 1;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #f8ab16;
}

.module.cus-style-supper-cate .main-right .spcat-items-container.products-list.grid .product-layout .product-item-container:hover .right-block .caption h4 a {
    color: #f8ab16;
}

/*----------------- 8.1 BEST SELLER ------------*/
.best-seller {
    position: relative;
    border: 1px solid #eee;
}

.best-seller h3.modtitle {
    margin: -5px -1px;
}

.best-seller .so-extraslider {
    margin: 8px 0 0 0;
}

.best-seller .so-extraslider .extraslider-inner {
    border: 0;
    padding-bottom: 0;
}

.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 20px 0 8px;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
    float: left;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
    border: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
    box-shadow: none;
    opacity: 0.8;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
    background: transparent;
    position: static;
    color: #666;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
    color: #444;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
    padding: 0 0 5px 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
    color: #f8ab16;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
    margin-left: 0;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
    color: #e74c3c;
    font-size: 16px;
    font-weight: bold;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
    font-size: 12px;
    color: #999;
}

.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
    padding: 0;
}

.best-seller .so-extraslider .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 5px;
    vertical-align: middle;
}

.best-seller .so-extraslider .owl2-controls .owl2-prev, .best-seller .so-extraslider .owl2-controls .owl2-next {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 0;
    cursor: pointer;
    color: #999999;
    background-color: transparent;
}

.best-seller .so-extraslider .owl2-controls .owl2-prev:hover, .best-seller .so-extraslider .owl2-controls .owl2-next:hover {
    color: #f8ab16;
}

.best-seller .so-extraslider .owl2-controls .owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px;
}

.best-seller .so-extraslider .owl2-controls .owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 28px;
}

/*--------- OUR BRANDS -------------*/
.so-manu-slider {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
}

.so-manu-slider h3.modtitle {
    margin: -5px -19px 0px -19px;
}

.so-manu-slider h3.modtitle a.view-all-brand {
    display: inline-block;
    float: right;
    margin: 11px 11px 0px 0px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
}

.so-manu-slider h3.modtitle a.view-all-brand:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 5px;
}

.so-manu-slider .wrap_manu_slider {
    padding: 20px 0 0;
    float: left;
}

.so-manu-slider .manu-slider-inner {
    margin: -20px -19px -21px -18px;
}

.so-manu-slider .manu-slider-inner .item {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.so-manu-slider .manu-slider-inner .item img:hover {
    opacity: 0.8;
}

#manu {
    border: 1px solid #ddd;
    padding: 14px 0;
}

#manu .item img:hover {
    opacity: 0.8;
}

#manu .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: inherit;
    bottom: 33%;
    margin-top: -85px;
    z-index: 501;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s;
}

#manu .owl2-nav div.owl2-prev {
    left: -17px;
}

#manu .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 35px;
    padding: 10px;
    font-size: 28px;
}

#manu .owl2-nav div.owl2-next {
    right: -17px;
}

#manu .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 35px;
    padding: 10px;
    font-size: 28px;
}

#manu .owl2-nav div:hover {
    background-color: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

/*--------------------  8.2 LATEST PRODUCT -----------------*/
.latest-product {
    border: 1px solid #eee;
}

.latest-product .modcontent {
    padding: 30px 5px;
}

.latest-product .modcontent .media .media-left {
    border-color: transparent;
}

.latest-product .modcontent .media .media-left:hover {
    border-color: #f8ab16;
}

/*----------- Hot Deals ----------------*/
.so-deals {
    clear: both;
    position: relative;
}

.so-deals div.products-list.grid .product-layout .product-item-container .right-block {
    margin-top: 0px;
}

.so-deals div.products-list .product-layout .product-item-container {
    margin: 0;
}

.so-deals div.products-list .product-layout .product-item-container .button-group button.wishlist {
    margin: 0;
}

.so-deals div.products-list .product-layout .product-item-container .left-block .product-image-container {
    overflow: visible;
}

.so-deals div.products-list .product-layout .product-item-container .left-block .product-image-container .image span.label-sale {
    min-width: 45px;
    height: 20px;
    padding: 0 10px;
    border-radius: 0;
    line-height: 20px;
    background-color: #e67e22;
    left: -8px;
    top: -8px;
}

.so-deals div.products-list .product-layout .product-item-container .left-block .product-image-container .image span.label-sale:after {
    border-top-color: #e67e22;
    right: 0;
}

.so-deals div.products-list .product-layout .product-item-container .left-block .product-image-container .image span.label-new {
    min-width: 45px;
    height: 20px;
    padding: 0 10px;
    border-radius: 0;
    line-height: 20px;
    background-color: #00ABF0;
    right: -8px;
    top: -8px;
}

.so-deals div.products-list .product-layout .product-item-container .left-block .product-image-container .image span.label-new:after {
    border-top-color: #00ABF0;
    left: 0;
}

.so-deals div.products-list .product-layout .product-item-container .right-block {
    width: 100%;
}

.so-deals div.products-list .product-layout .product-item-container .right-block .caption {
    margin: 0;
}

.so-deals div.products-list .product-layout .product-item-container .right-block .caption .rating {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.so-deals div.products-list .product-layout .product-item-container .right-block .caption .price {
    margin: 0;
}

.so-deals div.products-list .product-layout .product-item-container .button-group {
    margin: 0;
}

.so-deals div.products-list .product-layout .product-item-container .item-time {
    position: inherit;
    float: left;
    width: 100%;
    bottom: 0;
    padding-top: 10px;
    left: 0;
    right: 0;
}

.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item {
    padding: 1px 0;
    background: #999;
    border: none;
    margin-right: 2px;
    width: 23.5%;
}

.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item .num-time {
    font-size: 14px;
    color: #fff;
    margin: 0;
    border: none;
    height: 18px;
    line-height: 20px;
    font-weight: bold;
}

.so-deals div.products-list .product-layout .product-item-container .item-time .item-timer .time-item .name-time {
    font-size: 10px;
    color: #fff;
    margin: 0;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.so-deals div.products-list .product-layout .product-item-container:hover .item-time .item-timer .time-item {
    background-color: #f8ab16;
}

.so-deals .so-deal {
    margin: 0;
}

.so-deals .so-deal .extraslider-inner {
    border: 0;
    margin-top: 30px;
    padding-bottom: 4px;
}

.so-deals .so-deal .owl2-controls {
    margin: 0;
}

.so-deals .so-deal .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    opacity: 1;
    text-align: center;
    position: absolute;
    top: inherit;
    bottom: 43%;
    margin-top: -85px;
    z-index: 501;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease 0s;
    transform: scale(0);
}

.so-deals .so-deal .owl2-nav div.owl2-prev {
    left: -17px;
}

.so-deals .so-deal .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 30px;
    padding: 10px;
    font-size: 28px;
}

.so-deals .so-deal .owl2-nav div.owl2-next {
    right: -17px;
}

.so-deals .so-deal .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 30px;
    padding: 10px;
    font-size: 28px;
}

.so-deals .so-deal .owl2-nav div:hover {
    background-color: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

.so-deals .so-deal:hover .owl2-nav div {
    transform: scale(1);
}

/*---------- Category Slider -------*/
div.container-slider {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

div.container-slider.item-1, div.container-slider.item-2 {
    margin-bottom: 35px;
}

div.container-slider .categoryslider-content {
    overflow: visible;
    border: 1px solid #eee;
}

div.container-slider .page-top {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

div.container-slider .show.preset01-4 .slider {
    width: 100%;
}

div.container-slider .slider .item {
    margin: 0;
    background-size: auto;
}

div.container-slider .item-sub-cat {
    display: inline-block;
    height: 33px;
    border-right: 0;
    position: absolute;
    top: 4px;
    right: 0;
}

div.container-slider .item-sub-cat ul {
    margin: 0;
}

div.container-slider .item-sub-cat ul li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}

div.container-slider .item-sub-cat ul li a {
    line-height: 22px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: inline-block;
    padding: 0px 15px;
}

div.container-slider .item-sub-cat ul li a:before {
    display: none;
}

div.container-slider .item-sub-cat ul li a:hover {
    color: #f8ab16;
    font-weight: normal;
}

div.container-slider .item-sub-cat ul li:last-child a {
    border-right: 0;
}

div.container-slider .item-cat-image a {
    position: relative;
    display: block;
}

div.container-slider .item-cat-image a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}

div.container-slider .item-cat-image a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

div.container-slider .categoryslider-content {
    margin-top: 30px;
    margin-bottom: 0;
}

div.container-slider .products-list.grid .product-layout {
    overflow: visible;
}

div.container-slider .products-list.grid .product-layout .product-item-container {
    margin: 0;
    border: 1px solid transparent;
    padding-bottom: 0;
}

div.container-slider .products-list.grid .product-layout .product-item-container .product-image-container {
    overflow: visible;
}

div.container-slider .products-list.grid .product-layout .product-item-container .caption h4 a {
    font-size: 16px;
    font-weight: normal;
}

div.container-slider .products-list.grid .product-layout .product-item-container .rating {
    margin-bottom: 8px;
}

div.container-slider .show .slider:before {
    display: none;
}

div.container-slider .owl2-controls {
    margin: 0;
}

div.container-slider .owl2-controls .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    position: absolute;
    top: 73%;
    margin-top: -85px;
    z-index: 501;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease 0s;
    opacity: 1;
    font-weight: normal;
    transform: scale(0);
}

div.container-slider .owl2-controls .owl2-nav div.owl2-prev {
    left: -20px;
}

div.container-slider .owl2-controls .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 34px;
    padding: 10px;
    font-size: 28px;
}

div.container-slider .owl2-controls .owl2-nav div.owl2-next {
    right: -18px;
}

div.container-slider .owl2-controls .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 34px;
    padding: 10px;
    font-size: 28px;
}

div.container-slider .owl2-controls .owl2-nav div:hover {
    background-color: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

div.container-slider:hover .owl2-nav div {
    transform: scale(1);
}

/*--------Latest blog --------*/
div.so-latest-blog.module {
    clear: inherit;
}

div.so-latest-blog.module h3.modtitle {
    border: 0;
    margin-bottom: 0;
    margin-top: 12px;
}

div.so-latest-blog.module h3.modtitle span {
    background: transparent;
    color: #222;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    line-height: inherit;
}

div.so-latest-blog.module h3.modtitle span:before {
    display: none;
}

div.so-latest-blog.module .blog-external-simple .head-button {
    margin: 0;
    border: 0;
}

div.so-latest-blog.module .blog-external-simple .media {
    margin: 0 0 20px;
}

div.so-latest-blog.module .blog-external-simple .media .media-date-added {
    width: 70px;
    height: 70px;
    float: left;
    background-color: #eeeeee;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    margin-right: 20px;
}

div.so-latest-blog.module .blog-external-simple .media .media-date-added span {
    font-weight: bold;
    color: #222;
}

div.so-latest-blog.module .blog-external-simple .media .item .media-body .media-heading a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
}

div.so-latest-blog.module .blog-external-simple .media .item .media-body .media-heading a:hover {
    color: #f8ab16;
}

div.so-latest-blog.module .blog-external-simple .media .item .media-body .description {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 19px;
    overflow: hidden;
}

div.so-latest-blog.module .blog-external-simple .media:last-child {
    margin: 0;
}

.bestseller {
    clear: inherit;
}

.bestseller h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 12px;
    color: #222;
    text-transform: uppercase;
}

.bestseller .description, .bestseller .button-group {
    display: none;
}

.bestseller .product-layout {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.bestseller .product-layout .image {
    float: left;
    margin-right: 20px;
    border: 1px solid #eee;
    width: 70px;
    padding: 10px;
}

.bestseller .product-layout .image:hover {
    border-color: #f8ab16;
}

.bestseller .product-layout .caption {
    float: left;
    display: block;
}

.bestseller .product-layout .caption h4 a {
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

.bestseller .product-layout .caption h4 a:hover {
    color: #f8ab16;
}

.bestseller .product-layout .caption .ratings {
    margin-top: -5px;
    margin-bottom: 6px;
}

.bestseller .product-layout .caption .price {
    margin-bottom: 0;
}

.bestseller .product-layout .price .price-new, .bestseller .product-layout .price span.price {
    font-size: 16px;
}

/*----- Socical Block --------*/
.footer-top {
    background-color: #222;
    height: 70px;
}

.social_block {
    margin-bottom: 0;
    background: #3a3a3a;
}

.social_block ul.social-block li {
    float: left;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

.social_block ul.social-block li a {
    color: #fff;
    line-height: 70px;
    width: 30px;
    display: inline-block;
}

.social_block ul.social-block li a:hover {
    color: #f8ab16;
}

.social_block ul.social-block li a i {
    font-size: 16px;
}

/*-------------------------NEWSLETTER ------------------------------*/
.news-letter {
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0;
    float: right;
    color: #fff;
}

.news-letter .title-block {
    margin-left: 20px;
    min-height: 50px;
    display: inline-block;
    padding: 3px 0 0px 60px;
    background: url("../images/icon/icon-newletter-footer.png") no-repeat left center;
}

.news-letter .page-heading {
    font-size: 150%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin: 0px 0 6px;
}

.news-letter .pre-text {
    margin: 0;
    line-height: 12px;
    font-size: 12px;
}

.news-letter .block_content {
    float: right;
    padding-top: 5px;
}

.news-letter .block_content form {
    margin: 0px;
}

.news-letter .block_content form .form-group {
    margin: 0px;
    overflow: hidden;
}

.news-letter .block_content .input-box {
    float: left;
}

.news-letter .block_content .input-box input {
    height: 40px;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    font-size: 12px;
    float: left;
    width: 270px;
    height: 36px;
    transition: 0.3s all ease 0s;
    border: solid 1px #eee;
    border-right: none;
}

.news-letter .block_content .subcribe {
    float: left;
}

.news-letter .block_content .subcribe button {
    height: 36px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

.news-letter .block_content .subcribe button:hover {
    background-color: #d58e06;
    border-color: #d58e06;
}

/*------------BOX FOOTER ---------------*/
.footer-navbar {
    padding-bottom: 30px;
}

.box-footer {
    min-height: 200px;
    border-right: 1px solid #ddd;
}

.box-footer .module {
    margin: 0;
}

.box-footer.box-account, .box-footer.box-information {
    padding-left: 20px;
}

.box-footer.box-account ul li, .box-footer.box-information ul li {
    line-height: 32px;
}

.box-footer:last-child {
    border-right: 0;
    padding-left: 20px;
}

ul.payment-method {
    padding-top: 25px;
    border-bottom: 0;
}

ul.payment-method li {
    display: inline-block;
    margin-right: 7px;
}

ul.payment-method li img:hover {
    opacity: 0.8;
}

/*==================GENERAL ============*/
.label-new, .label-sale {
    min-width: 45px;
    height: 20px;
    padding: 0 10px;
    border-radius: 0;
    line-height: 20px;
}

.label-sale {
    background-color: #e67e22;
}

.label-sale:after {
    border-top-color: #e67e22;
    right: 0;
}

.label-new:after {
    left: 0;
}

.price, .price .price-new, .price span.price {
    font-weight: bold;
}

.price .price-old {
    font-size: 12px;
    font-weight: bold;
    font-weight: normal;
}

.product-filter .box-pagination {
    height: 27px;
    margin-top: 3px;
}

.product-filter .box-pagination ul {
    margin: 0;
    height: 27px;
}

.short-by-show .form-group {
    position: relative;
}

.short-by-show .form-group .control-label {
    margin: 0 5px;
}

.short-by-show .form-group:after {
    content: "\f0d7";
    background: #fff;
    color: #8d8d8d;
    text-align: center;
    margin: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 32px;
    width: 28px;
    line-height: 32px;
    pointer-events: none;
    -ms-pointer-events: none;
    -webkit-pointer-events: none;
    font-family: Fontawesome;
}

.form-inline .form-control {
    box-shadow: none;
}

.filters-panel {
    margin-top: 20px;
}

.filters-panel .list-view button.btn {
    margin-right: 5px;
}

.filters-panel.product-filter-bottom {
    margin-bottom: 0;
}

.filters-panel.product-filter-bottom .short-by-show .form-group:after {
    display: none;
}

div.products-list {
    /*------------------PRODUCT GRID ====================*/
    /*----------------PRODUCT LIST ------------------*/
}

div.products-list .product-layout {
    overflow: hidden;
}

div.products-list .product-layout .product-item-container .left-block .quickview {
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background: #999 url("../images/icon/icon_quickview.png") no-repeat center center;
}

div.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner {
    background: transparent;
    box-shadow: none;
}

div.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
    padding: 1px 0;
    background: #999;
    border: none;
    margin-right: 2px;
    width: 23.5%;
}

div.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .num-time {
    font-size: 14px;
    color: #fff;
    margin: 0;
    border: none;
    height: 18px;
    line-height: 20px;
    font-weight: bold;
}

div.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .name-time {
    font-size: 10px;
    color: #fff;
    margin: 0;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

div.products-list .product-layout .product-item-container .button-group button.addToCart, div.products-list .product-layout .product-item-container .button-group button.wishlist, div.products-list .product-layout .product-item-container .button-group button.compare {
    float: left;
    margin-right: 5px;
    background-color: #999;
}

div.products-list .product-layout .product-item-container .button-group button.addToCart {
    background: #999 url("../images/icon/icon_cart.png") no-repeat center center;
}

div.products-list .product-layout .product-item-container .button-group button.addToCart:hover {
    background-color: #f8ab16;
}

div.products-list .product-layout .product-item-container .button-group button.wishlist {
    background: #999 url("../images/icon/icon_wishlist.png") no-repeat center center;
}

div.products-list .product-layout .product-item-container .button-group button.wishlist:hover {
    background-color: #f8ab16;
}

div.products-list .product-layout .product-item-container .button-group button.compare {
    background: #999 url("../images/icon/icon_compare.png") no-repeat center center;
}

div.products-list .product-layout .product-item-container .button-group button.compare:hover {
    background-color: #f8ab16;
}

div.products-list.grid .product-layout .product-item-container {
    padding: 15px;
    position: relative;
    min-height: 320px;
}

div.products-list.grid .product-layout .product-item-container .left-block .quickview {
    opacity: 1;
    position: absolute;
    top: 126px;
    left: inherit;
    right: -8px;
    margin: 0;
    background-color: #999;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

div.products-list.grid .product-layout .product-item-container .right-block {
    float: left;
    margin-top: 18px;
    width: 100%;
}

div.products-list.grid .product-layout .product-item-container .right-block .caption {
    padding: 0;
}

div.products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    font-size: 15px;
    color: #444;
    font-weight: normal;
}

div.products-list.grid .product-layout .product-item-container .right-block .caption .ratings {
    margin: 5px 0 5px 0;
}

div.products-list.grid .product-layout .product-item-container .button-group button {
    width: 30px;
    height: 30px;
    background-color: #999;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin-right: 0 !important;
    border-color: #999;
    opacity: 0;
}

div.products-list.grid .product-layout .product-item-container .button-group button:hover {
    border-color: #f8ab16;
}

div.products-list.grid .product-layout .product-item-container .button-group button.addToCart {
    top: 35px;
    right: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.products-list.grid .product-layout .product-item-container .button-group button.wishlist {
    width: 30px;
    height: 30px;
    top: 70px;
    right: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

div.products-list.grid .product-layout .product-item-container .button-group button.compare {
    width: 30px;
    height: 30px;
    top: 105px;
    right: 7px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

div.products-list.grid .product-layout .product-item-container .label-new {
    top: -8px;
    right: -8px;
}

div.products-list.grid .product-layout .product-item-container .label-sale {
    top: -8px;
    left: -8px;
}

div.products-list.grid .product-layout .product-item-container:hover {
    border: 1px solid #aaa;
    box-shadow: none;
}

div.products-list.grid .product-layout .product-item-container:hover .button-group button {
    opacity: 1;
}

div.products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
    background-color: #999;
    opacity: 1;
}

div.products-list.grid .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #f8ab16;
}

div.products-list.list .product-layout .product-item-container .left-block .quickview {
    left: 62%;
}

div.products-list.list .product-layout .product-item-container .button-group button {
    height: 30px;
}

div.products-list.list .product-layout .product-item-container .button-group button.addToCart {
    background-position: 8px center;
    font-weight: normal;
    padding: 0px 12px 0px 30px;
    color: #fff;
    border-color: #999;
}

div.products-list.list .product-layout .product-item-container .button-group button.addToCart i {
    display: none;
}

div.products-list.list .product-layout .product-item-container .button-group button.addToCart:hover {
    border-color: #f8ab16;
}

div.products-list.list .product-layout .product-item-container .button-group button.wishlist {
    width: 30px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #999;
}

div.products-list.list .product-layout .product-item-container .button-group button.wishlist:hover {
    border-color: #f8ab16;
}

div.products-list.list .product-layout .product-item-container .button-group button.compare {
    width: 30px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: #999;
}

div.products-list.list .product-layout .product-item-container .button-group button.compare:hover {
    border-color: #f8ab16;
}

div.products-list.list .product-layout .product-item-container .ratings {
    margin: -5px 0 10px 0;
}

div.products-list.list .product-layout .product-item-container:hover .left-block {
    box-shadow: none;
    border: 1px solid #aaa;
}

div.products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #f8ab16;
}

.static-image-home-left img:hover {
    opacity: 0.8;
}

.producttab .tabsslider .nav-tabs li {
    margin-bottom: -1px;
}

.producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
    background-color: #f8ab16;
    color: #fff;
}

.producttab .tabsslider.vertical-tabs .nav-tabs li {
    margin-bottom: 0;
}

div.left-content-product .content-product-right .product-label .stock {
    float: none;
}

div.left-content-product .content-product-right .box-info-product .quantity .quantity-control {
    background: #fff;
    padding: 0;
}

div.left-content-product .content-product-right .box-info-product .quantity .quantity-control label {
    margin-top: 3px;
}

div.left-content-product .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    height: 30px;
    width: 38px;
    line-height: inherit;
}

div.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
    top: 0;
    background-color: #999;
}

div.left-content-product .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
    top: 14px;
    background-color: #999;
}

div.left-content-product .content-product-right .box-info-product .cart {
    margin: 0;
}

div.left-content-product .content-product-right .box-info-product .cart input {
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 30px;
    font-weight: normal;
    background: #999 url("../images/icon/icon_cart.png") no-repeat;
    background-position: 8px center;
}

div.left-content-product .content-product-right .box-info-product .cart input:hover {
    background-color: #f8ab16;
}

div.left-content-product .content-product-right .box-info-product .add-to-links ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    transition: none;
    margin: 0 5px;
    background-color: #999;
    color: #fff;
}

div.left-content-product .content-product-right .box-info-product .add-to-links ul li a:hover {
    background-color: #f8ab16;
    color: #fff;
}

div.left-content-product .content-product-right .box-info-product .add-to-links ul li.compare a.icon {
    background: #999999 url("../images/icon/icon_compare.png") no-repeat center center;
}

div.left-content-product .content-product-right .box-info-product .add-to-links ul li.compare a.icon i {
    display: none;
}

div.left-content-product .content-product-right .box-info-product .add-to-links ul li.compare a.icon:hover {
    background-color: #f8ab16;
}

div.left-content-product .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-right: 0;
}

.left-content-product .content-product-left #thumb-slider.thumb-vertical-outer {
    width: 100px;
    float: left;
    margin-right: 15px;
    position: relative;
}

.left-content-product .content-product-left #thumb-slider.thumb-vertical-outer .vertical {
    margin-top: 25px;
}

.left-content-product .content-product-left .large-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.short_description {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.short_description h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.thumb-vertical-outer .slider-btn {
    font-weight: bold;
    position: absolute;
    left: 40%;
    cursor: pointer;
}

.thumb-vertical-outer .slider-btn .fa {
    font-size: 20px;
}

.thumb-vertical-outer .slider-btn .fa.fa-chevron-up {
    position: relative;
    top: -5px;
}

.thumb-vertical-outer .slider-btn .fa.fa-chevron-down {
    position: relative;
    bottom: 2px;
}

.thumb-vertical-outer .slider-btn .fa:hover {
    color: #f8ab16;
}

.product-view .content-product-left .thumb-video {
    margin-top: -50px;
    left: 30px;
    position: relative;
    z-index: 950;
    font-size: 32px;
}

.product-view .content-product-left .thumb-video .fa {
    font-size: 32px;
}

.bototm-detail {
    padding: 0;
}

.related.products-list {
    border: 1px solid #ddd;
}

.related.products-list .releate-products .product-item-container {
    padding: 20px;
    position: relative;
}

.related.products-list .releate-products .product-item-container .product-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.related.products-list .releate-products .product-item-container .product-item .product-image-container {
    float: left;
}

.related.products-list .releate-products .product-item-container .product-item .product-image-container img {
    width: 84px;
    height: 84px;
}

.related.products-list .releate-products .product-item-container .product-item .product-image-container:hover img {
    opacity: 0.8;
}

.related.products-list .releate-products .product-item-container .product-item .quickview, .related.products-list .releate-products .product-item-container .product-item .button-group {
    display: none;
}

.related.products-list .releate-products .product-item-container .product-item:last-child {
    border-bottom: 0;
}

.related.products-list .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: -34px;
    right: 5px;
    vertical-align: middle;
}

.related.products-list .owl2-controls .owl2-prev, .related.products-list .owl2-controls .owl2-next {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 0;
    cursor: pointer;
    color: #999999;
}

.related.products-list .owl2-controls .owl2-prev:hover, .related.products-list .owl2-controls .owl2-next:hover {
    color: #f8ab16;
}

.related.products-list .owl2-controls .owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px;
}

.related.products-list .owl2-controls .owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 28px;
}

.up-sell-product {
    padding: 0;
}

.up-sell-product .so-basic-product {
    overflow: visible;
    position: relative;
}

.up-sell-product .so-basic-product .item-element {
    width: 100%;
    overflow: visible;
}

.up-sell-product .so-basic-product .item-wrap {
    margin: 30px 0 0;
    border: 1px solid #ddd;
    overflow: visible;
}

.up-sell-product .so-basic-product .item-wrap.products-list.grid .product-layout .product-item-container {
    margin: 0;
    border: 1px solid transparent;
    padding-bottom: 0;
    min-height: 324px;
}

.up-sell-product .so-basic-product .item-wrap.products-list.grid .product-layout .product-item-container .product-image-container {
    overflow: visible;
}

.up-sell-product .so-basic-product .item-wrap.products-list.grid .product-layout .product-item-container .caption h4 a {
    font-size: 14px;
    font-weight: normal;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    font-family: FontAwesome;
    font-size: 0;
    color: #c0c0c0;
    position: absolute;
    top: 73%;
    margin-top: -85px;
    z-index: 501;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease 0s;
    transform: scale(0);
    text-align: center;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev {
    left: -20px;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-prev:before {
    content: "\f104";
    line-height: 35px;
    padding: 10px;
    font-size: 28px;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next {
    right: -18px;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div.owl2-next:before {
    content: "\f105";
    line-height: 35px;
    padding: 10px;
    font-size: 28px;
}

.up-sell-product .so-basic-product .item-wrap .owl2-nav div:hover {
    background-color: #f8ab16;
    border-color: #f8ab16;
    color: #fff;
}

.up-sell-product .so-basic-product .item-wrap:hover .owl2-nav div {
    transform: scale(1);
}

#product-quick.product-info .product-view {
    background: #fff;
}

#product-quick.product-info .product-view .left-content-product .content-product-left .label-sale {
    left: 25px;
}

#product-quick.product-info .left-content-product .content-product-right .box-info-product {
    margin: 0;
}

#product-quick.product-info .left-content-product .content-product-right .product-label .price {
    margin-right: 10px;
}

.product-options label {
    padding: 0;
}

.product-options .radio .fa {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center;
}

.product-options .active .fa {
    display: block;
}

/*# sourceMappingURL=theme-orange.css.map */
