html {
    margin: 0;
    padding: 0;
}
html, body {
    margin:0;
}
body {
    color: #7e7e7e;
    font-family: 'Roboto', Helvetica, sans-serif;
    margin: 0px;
    background:#ffffff;
    font-size:13px;
    line-height:18px;
    min-width:260px;
    font-family: 'Roboto', sans-serif;
}
td, th, input, textarea, select, a {
    font-size: 13px;
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
iframe {border: 1px solid #C5C5C5;}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #C5C5C5;
}
img {max-width:100%}
legend small {
    font-size: 15px;
    color: #999999;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;

    height:34px
}

input,
textarea,
.uneditable-input {
    width: 300px;
    max-width:100%
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {

    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

select {
    width: 300px;
    max-width:100%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a:focus {
    color: #323232;
    cursor: pointer;
    text-decoration:none;
    outline:none
}
a:hover {
    text-decoration:none;
    color:#ffe402
}
a img {
    border: none;
}
form {
    margin-bottom:0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}
/***********************/
h1 {
    font-size:17px;
    color:#ffe402;
    text-transform:uppercase;
}
h2 {
    font-size:13px;
    color:#ffe402;
    text-transform:uppercase;
}
h3 {
    color:#323232;
    font-size:16px;
}
.p0 {
    padding:0px !important
}
.m0 {
    margin:0px !important
}
.mt0 {
    margin-top:0px !important
}
/***********************/
@font-face {
    font-family: 'FontAwesome';
    src: url('./fonts/fontawesome-webfont.eot');
    src: url('./fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff') format('woff'), url('./fonts/fontawesome-webfont.ttf') format('truetype'), url('./fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/****************/
.fleft {
    float:left;
}
.fright {
    float:right;
}
.tcenter {text-align:center !important;}
.fancybox {
    text-decoration:none;
}
.fancybox:hover {
    text-decoration:underline;
}
.account-success #content p {
    margin-bottom:5px;
}
.wrapper {
    width:100%;
    overflow:hidden;
}
.extra-wrap {
    overflow:hidden;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
a#hidden {
    display:none;
    visibility:hidden
}
/********************************************************************************back to top******************************************************************************/
#back-top {
    position: fixed;
    bottom: 30px;
    z-index:9999;
    left:50%;
    margin-left:640px;
}
#back-top a:hover {
    color:#79ec3e;
}
#back-top span {
    width:42px;
    height:26px;
    display: block;
    margin-bottom: 7px;
    background:url(img/up-arrow.png) no-repeat left 0px;
}
#back-top a:hover span {
    background-position:left bottom;
}
/***********************************************************************************header-style**********************************************************************************/
.header-modules {
    position:relative;
    z-index:1;
}
/* layout */
#content {

}
#container {
    text-align: left;
}

#column-right {	}
/* header */
.common-home #content {
    padding-top:0;
}
#content {
    /*    padding-top:20px;
        padding-bottom: 20px;*/
}
header {
    position: relative;
    color:#9d9d9d;
    background-color:#ffe402;
}
header #logo a img {
    vertical-align:top;
    max-width:100%;
    width:100%;
}
header #logo {
    float:left;
    margin:0px 0px 15px -6px;
}
#language {
    color: #999;
    line-height: 17px;
}
#language img {
    cursor: pointer;
}
.header-top1 {
    float:right;
}

/************************************************************************************currency******************************************************/
.swipe-left {
    width:20px;
    left:0;
    top:0;
    position:fixed;
    height:100%;
    z-index:98
}
body.ind .swipe-left {
    display:none !important;
    visibility:hidden
}
.swipe {
    display:none;
}
.swipe-control  {display:none;}
#currency {
    float:right;
}
#currency >div .heading-1 {display:none;}
.swipe-menu #currency {
    float:none;
}
.swipe-menu #currency > ul form {margin:0;}
.swipe-menu #currency > ul {
    top:0;
    left:0;
    right:auto;
    position:relative;
    width:100%;
    background:#2b2b2b;
    border:0;
    border-bottom:1px solid #000000;
    padding:0
}
.swipe-menu #currency > ul li:first-child {padding-left:30px;}
.swipe-menu #currency > ul li {
    display:inline-block;
    padding:0px 0 0px 10px;
    line-height:20px;
}
.swipe-menu #currency > ul li a {
    padding:14px;
    display:block;
}
.swipe-menu #currency > ul li span.act {color:#ffe402}
#body .swipe .swipe-menu #currency .heading {display:none;}
#body .swipe .swipe-menu #currency>div {display:block;}
#body .swipe .swipe-menu #currency .heading-1{
    display:block;
    padding:11px 20px;
    float:none;
    border-bottom:1px solid #000;
    font-size:13px;
}
#body .swipe .swipe-menu #currency .heading-1 i {
    display:inline-block;
    font-size:26px;
    line-height:26px;
    vertical-align:middle;
    margin-top:0px;
    color:#7e7e7e;
    padding-left:0;
    margin-right:9px;
}
#body .swipe .swipe-menu #currency .heading-1 i.fa.fa-angle-down {
    font-size:21px;
    text-align:center;
    float:right;
}

/*********************************************************************************************language*******************************************************************************************/
#language {
    float:right;
}
#language .heading{

}
#language .heading1 {display:none;}
.swipe-menu #language  {
    float:none;
}
.swipe-menu #language> ul {
    position:relative;
}
.swipe-menu #language .heading {
    display:none;
}
.swipe-menu #language {
    float:none;
}
.swipe-menu #language > ul {
    top:0;
    left:0;
    right:auto;
    position:relative;
    width:100%;
    background:#2b2b2b;
    border:0;
    border-bottom:1px solid #000000;
    padding:0
}
.swipe-menu #language > ul li>span{
    display:block;
    padding:14px;
    font-size:14px;
    cursor:pointer
}
.swipe-menu #language > ul li {
    display:inline-block;
    padding:0px 0 0px 5px;
    line-height:20px;
}
.swipe-menu #language > ul li span.act {color:#ffe402}
#body .swipe .swipe-menu #language .heading {display:none;}
#body .swipe .swipe-menu #language>div {display:block;}
#body .swipe .swipe-menu #language .heading1{
    display:block;
    padding:11px 20px;
    float:none;
    border-bottom:1px solid #000;
    font-size:13px;
    color:#fff
}
#body .swipe .swipe-menu #language .heading1 i {
    display:inline-block;
    font-size:26px;
    line-height:26px;
    vertical-align:middle;
    margin-top:0px;
    color:#7e7e7e;
    text-align:center;
    margin-right:9px;
}
#body .swipe .swipe-menu #language .heading1 i.fa.fa-angle-down {
    font-size:21px;
    float:right;
}
/*********************************************************************************************header button*******************************************************************************************/
.header-button {position:relative;z-index:10}
.header-button>ul {
    display:none;
    position:absolute;
    background-color:grey;
    width:200px;
}
.header-button>div:hover {cursor:pointer;}
header .header-button>div i{
    font-size:14px;
    color:#fff;
    margin-left:8px;
}
header .header-button.active>div i, header .header-button>div:hover i{
    color:#fff
}
header .header-button.active>div, header .header-button>div:hover {
    color:#ffe402
}
header .header-button>div {
    display:inline-block;
    font-size:14px;
    color:#ffffff;
    text-transform:capitalize;
    margin:10px 0 10px 11px;
    line-height:20px;
}
header .header-button>ul {
    background-color:#1c1c1c;
    width:32px;
    left:auto;
    right:0
}
header .header-button>ul li {
    text-align:center;
    padding:5px 0;
}
header .header-button>ul li span:hover {color:#ffe402}
header .header-button>ul li span {
    font-size:14px;
    text-transform:capitalize;
    cursor:pointer;
    color:#fff;
}
/*********************************************************************************************Swipe Control*******************************************************************************************/
body div.shadow{display:none;}
#body .swipe .swipe-menu li a:hover {color:#ffe402}
#body .swipe .swipe-menu li a {color:#7E7E7E}
#body .swipe .swipe-menu li a i {
    color:#7e7e7e;
    font-size:26px;
    margin-right:9px;
}
#body .swipe .swipe-menu > ul li a {
    display:block;
    font-size:13px;
    line-height:26px;
    color:#fff;
    padding:10px 20px 11px;
    border-bottom:1px solid #000;
    position:relative;
}
/*****************************************************/
#body .swipe .swipe-menu .foot li a:before {
    content:"\f05a";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size:26px;
    color:#7e7e7e;
    margin-right:9px;
}
#body .swipe .swipe-menu .foot li+li a:before {content:"\f0d1"}
#body .swipe .swipe-menu .foot li+li+li a:before {content:"\f06a"}
#body .swipe .swipe-menu .foot li+li+li+li a:before {content:"\f085"}

#body .swipe .swipe-menu .foot.foot-1 li a:before {content:"\f0ac"}
#body .swipe .swipe-menu .foot.foot-1 li+li a:before {content:"\f079"}
#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {content:"\f0e8"}

#body .swipe .swipe-menu .foot.foot-2 li a:before {content:"\f02c"}
#body .swipe .swipe-menu .foot.foot-2 li+li a:before {content:"\f06b"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {content:"\f0c0"}
#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {content:"\f0a3"}

#body .swipe .swipe-menu .foot.foot-3 li a:before {content:"\f0cb"}
#body .swipe .swipe-menu .foot.foot-3 li+li a:before {content:"\f003"}

/*********************************************************************************************header-cart*******************************************************************************************/
.cart-position {
    float:right;
    position:relative;
    margin:9px 7px 10px 30px;
}
#cart .heading span.link_a i {
    font-size:32px;
    line-height:normal;
    line-height:61px;
}
#cart .heading span.link_a i.fa.fa-angle-down {
    display:none;
}
#cart .heading span.link_a strong, #cart .heading span.link_a b {
    display:none;
}
#cart .heading span.link_a {
    display:block;
    background-color:#1c1c1c;
    color:#ffe402;
    text-decoration:none;
    font-size:15px;
    line-height:61px;
    width:61px;
    height:61px;
    text-align:center;
    cursor:pointer;
    position:relative;
    vertical-align:top;
    border-radius:50%
}
#cart.active .content {
    display:block;
}
.cart-position #cart .heading span.link_a #cart-total {display:none;}
.cart-position #cart .heading span.link_a #cart-total2 {
    width:36px;
    height:36px;
    line-height:36px;
    border-radius:50%;
    background-color:#fff;
    top:-9px;
    right:-7px;
    position:absolute;
    display:block;
    font-size:18px;
    font-weight:bold;
    color:#1c1c1c
}
#cart .content {
    clear: both;
    display:none;
    position: absolute;
    top:60px;
    background:#fff;
    z-index:99999;
    width:270px;
    padding:10px 5px;
    float:right;
    box-shadow:0px 5px 13px rgba(0,0,0,0.13);
    right:0px;
    border:1px solid #C5C5C5;
}
header #cart.active .content {
    display: block;
}
header #cart.active .content .mini-cart-info{
    display: block;
}
header #cart .cart {
    width: 100%;
    margin-bottom: 5px;
}
header #cart .cart td.price {
    font-size:12px;

    line-height:12px;
}
header #cart .cart td.total {
    font-size:12px;

}
header #cart .cart td.name a:hover {

}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
    margin-top:0px;
    display:inline-block;
}
header #cart .cart td .total {
    font-size:11px;
    font-weight:bold;
    color:#000;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {

}
header #cart .cart .item-cart-1 td {
    padding-top:0;
}
header #cart .cart td {
    color: #000;
    vertical-align: top;
}
header #cart .cart .image {
    padding-right:15px;
}

.cart-module .cart tr {
    background:none;
}
header #cart .cart .image img {
    text-align: left;
}
header #cart .cart .name small {
    color: #666;
}
header #cart .cart .quantity {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#a6a4a4;
    text-transform:uppercase;
}
header #cart .cart td.total {
    font-size:12px;

    color:#c81908;
    text-align: right;
}
.cart-module .remove img:hover {
    overflow:hidden;
    margin-top:-11px;
}
.cart-module .cart .remove img {
    float:left;
}
.remove span:hover i{color:#ffe402}
.cart-module .cart .remove span {
    width:11px;
    height:11px;
    overflow:hidden;
    display: inline-block;
}
.cart-module .cart .remove {
    width:20px;
    text-align:center!important;
    padding-top:8px;
}
.cart-module .cart .remove img {
    cursor: pointer;
}
header #cart .cart .remove i:hover {cursor:pointer}
header #cart .cart .remove i {
    font-size:14px;
    line-height:normal;
    margin-right:3px;
}
header #cart .cart .remove img:hover {
    overflow:hidden;
    margin-top:-11px;
}
header #cart .cart .remove img {
    float:left;
}
header #cart .cart .remove {
    padding:10px 0
}
header #cart .cart .remove>span:hover {
    color:##ffe402
}
header #cart .cart .remove>span{
    font-size:15px;

    cursor:pointer
}
header #cart .cart .remove img {
    cursor: pointer;
}
header #cart table.total {
    font-size:11px;
    padding: 5px 10px 5px 10px;
    margin-top:5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}
header #cart table.total tr {
    padding:0px 10px 0px 10px;
}
header #cart table.total td b {
    color:#7e7e7e;
    font-size:13px;
    font-style:italic;
}
header #cart table.total td {
    color: #323232;
    padding-left:5px;
    padding-right:10px;
    text-align:left;

}
header #cart table.total td .t-price {
    font-size:13px;
    font-weight:bold
}
header #cart .content .checkout a.button {
    margin-bottom:5px;
}
header #cart .content .checkout {
    text-align: right;
    clear: both;
    padding-right:8px;
    padding-bottom:0px;
    padding-top:5px;
}
header #cart .empty {
    padding-top:20px;
    text-align: center;
    padding-bottom:20px;
}
/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
.header-top {
    width:100%;
    background-color:#1c1c1c;
    margin-bottom:19px;
}
.phone {
    float: left;
    font-size:23px;
    color:#ffffff;
    line-height:40px;
    margin-right: 10px;
}
.phone span {
    font-size:16px;
    color:#777777;
}
.workhours{
    float: left;
    line-height: 40px;
    font-size: 16px;
}
#welcome {
    float:right;
    margin-top:30px;
    margin-left:20px;
}
#welcome li a i{display:none;}
#welcome li {
    float:right;
    padding:0 8px;
}
#welcome li a:hover {text-decoration:underline;}
#welcome li a{
    font-size:14px;
    color:#1c1c1c;
}
/****************************************************************************************************************************************************************************************/
header .toprow {
    width:100%;
    background:url(img/toprow.png) repeat-x left top #323232; 
    border-bottom:1px solid #262626;
    border-radius:5px 5px 0 0;
    float:right;
    padding-left:12px;
}
header .toprow-1 {
    z-index:100;
    position:fixed;
    display:none;
    background-color:#323232;
    width:100%;
    left:0; 
    top:0;
}
header .toprow-1 #cart .heading span.link_a i {}
/**************************************************************************************/
header .links {
    font-size:12px;
}
header .links li a i {
    display:none;
}
header .links li {
    float:left;
    padding:8px	 8px
}
header .links a.active, header .links a:hover {
    color:#ffe402;
    text-decoration:none;
}
header .links a {
    display:inline-block;
    font-size:14px;
    color:#ffffff;
    line-height:26px;
    vertical-align:top;
}
.toprow .links .login_h a {
    max-height:26px;
    max-width:104px;
    overflow:hidden;
    white-space:nowrap;
}
/***************************************************************************************menu-gadget**********************************************************************************/
#menu-gadget {display:none;}
/***************************************************************************************search**********************************************************************************/
header .col-sm-12 {position:relative;}
.top-search  {
    line-height:50px;
    border-right:1px solid #000;
    display:inline-block;
    padding:0 20px;
}
.top-search:hover {
    cursor:pointer
}
.top-search i {
    font-size:26px;
    color:#7e7e7e;
}
.top-search #search {display:none;}
#search {
    position:relative;
    float:right;
    border:1px solid #262626;
    border-radius:3px;
}
#search .button-search {
    float:right;
    background:url(img/button-serach.png) repeat-x left top #fee306; 
    width:53px;
    line-height:27px;
    color:#1c1c1c;
    font-size:14px;
    text-align:center;
    border-left:1px solid #262626;
    border-radius:0 2px 2px 0;
}
#search .button-search:hover {
    color:#fff;
    background:#333333;
    border-color:#333333;
    cursor:pointer;

}
#search input {
    float:left;
    border:0;
    line-height:21px;
    height:27px;
    max-width:207px;
    margin:0;
    padding:3px 8px;
    background-color:#fff;
    border-radius:2px 0px 0px 2px;
    box-shadow:inset 5px 5px 7px rgba(0,0,0,0.2)
}
/*******************************************************************************************************************************************************************************/
.name a {
    text-decoration:none;
    font-size:13px;
    color:#1c1c1c;
    line-height:19px;
}
.name a:hover {
    text-decoration:underline;
}
.price.price-min {display:none;}
.price {
    font-size:15px;
    color:#1c1c1c;
    font-weight:500;
}
.price .price-new {
    margin-right:5px;
}
.price .price-old {
    text-decoration:line-through;
    font-size:13px;
}
/*****************************************************************************box price *************************************************************************/
.box-product .price{
    line-height:normal;
    margin-bottom:13px;
}
.box-product .price .price-new { 
    margin-right:8px;
}
.box.box-filter input[type="checkbox"] {
    float: left;
}
/****************************************************************************** tooltip ***********************************************************************/
.related-info .tooltip-inner {max-width:120px !important; white-space:normal !important}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 13px;
    font-weight:bold;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    white-space:nowrap;
    max-width: 300px;
    padding:5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ffe402;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #ffe402;
    border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #ffe402;
    border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #ffe402;
    border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #ffe402;
    border-width: 0 5px 5px;
}
/*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
.tooltip-1 {white-space:nowrap}

.product-list .wishlist, .product-list .compare {
    margin:5px 0 0 10px
}
.compare {margin-right:20px;}
.preview .cart {margin-right:15px;}
.preview .wishlist a,.preview  .compare a {display:inline;}
.preview .wishlist,.preview  .compare  {display:block;}
.wishlist, .compare  {display:inline-block;}
.wishlist a:hover, .compare a:hover {color:#1c1c1c}
.wishlist a, .compare a{
    display:inline-block;
    font-size:12px;
    color:#a0a0a0;
    font-weight:500;
}
.wishlist a i, .compare a i{
    font-size:20px;
    margin-right: 5px;
}

.wishlist a.checked, .compare a.checked{
    color:#000;
}

/*********************************************************************leftinfo***************************************************************************************************/
aside .info li,
aside .brands li{
    position: relative;
    clear:both;
    padding:7px 20px;
    border-top:1px dotted #c5c5c5;
}

aside .info li a i, .afine li a i, .acount li a i {
    font-size:17px;
    margin-right:10px;
}

aside .info li a, aside .brands li a, .afine li a, .acount li a {
    line-height:20px;
    font-size:14px;
    font-size:14px;
    color:#777777;
}
aside .info li:first-child,aside .brands li:first-child, aside.info li:first-child, .afine li:first-child, .acount li:first-child {border-top:0;}
aside.info li, .afine li, .acount li {
    padding:7px 20px;
    border-top:1px dotted #c5c5c5;
}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
    display:none;
}
aside .info li a + a, .afine li a + a, .acount li a + a {
    padding-left:0;
    background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover {
    color:#1c1c1c
}
/********************************************************************************************************************************************************************************/
.box-filter .box-content .button {margin-top:10px}
/********************************************************************************specials*****************************************************************************************/
.breadcrumb a.last {
    color:#ffe402
}
.breadcrumb {
    background-color:#f7f7f7;
    border-radius:0;
    padding:12px 20px;
    font-weight:bold;
    border:1px solid #C5C5C5;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
}
.success {
    background: #EAF7D9 url('img/success.png') 10px center no-repeat;
    border: 1px solid #C5C5C5;
}
.warning {
    background: #FFD1D1 url('img/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    padding-left:30px!important;
    width:74%;
    float:right;
    margin:10px 0 0
}
.attention {
    background: #FFF5CC url('img/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    cursor: pointer;
}
.required {
    color: #ff7409;
    font-weight: bold;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
    text-align:center!important;
}
.checkout-content .buttons #button-payment {
    margin-top:10px;
}
.checkout-product td.price {
    font-size:12px;
}
.checkout-product td.total {
    text-align:center!important;
}
table.list thead td a, .list thead td {
    text-decoration: none;
}
table.list tbody td a {
    text-decoration: underline;
}
table.list tbody td {
    vertical-align: top;
}
table.list .left {
    text-align: left;
}
table.list .right {
    text-align: right;
}
table.list .center {
    text-align: center;
}
.pagination {
    display: inline-block;
    width: 100%;
}
.account-order .button-order-right {
    float:right;
    margin-top:-3px;
}
.account-order .pagination {
    margin-bottom:25px;
}
.pagination .links {
    float: left;
    margin-right:10px;
}

.pagination .links li {
    display: inline-block;
    margin-right: 5px;
}

.pagination .links a {
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
    border:1px solid #C5C5C5;
}
.pagination .links a:hover,.pagination .links li.selected a {
    border:1px solid #ffe402;
}

/* button */
a.button.details {margin-left:10px;}
a.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background:#fe6419;
    font-size:12px;
    line-height:18px;
    background: #454545;
    border-right:1px solid #2c2c2c;
    border-bottom:1px solid #262626;
    background: -moz-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(18%,#434343), color-stop(73%,#363636), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: -o-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: -ms-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: linear-gradient(to bottom, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#323232',GradientType=0 );
    border-radius:3px;
}
a.button>i {display:none;}
a.button span {
    color: #fff;
    display: inline-block;
    padding:9px 12px;
    white-space:nowrap;
    font-size:14px;
    font-weight:400;
    line-height:18px;

}
a.button:hover {
    background: #ffe935;
    background: -moz-linear-gradient(top, #ffe935 0%, #ffe82e 21%, #fee411 73%, #fee306 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe935), color-stop(21%,#ffe82e), color-stop(73%,#fee411), color-stop(100%,#fee306));
    background: -webkit-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: -o-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: -ms-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: linear-gradient(to bottom, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe935', endColorstr='#fee306',GradientType=0 );
    border-right:1px solid #dac409;
    border-bottom:1px solid #c5b004;
}
a.button:hover span {
    color:#1c1c1c;
}

a.button.disabled{
    border: none;
    background: #a0a0a0;
    cursor: default;
}
a.button.disabled  span{
    color: #fff;
}
a.button.disabled>i{
    color: #fff !important;
}


input[type="submit"],
input[type="button"],
button{
    padding:9px 12px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background:#fe6419;
    font-size:12px;
    line-height:18px;
    background: #454545;
    border-right:1px solid #2c2c2c;
    border-bottom:1px solid #262626;
    background: -moz-linear-gradient(top, #454545 0%, #434343 18%, #363636 73%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454545), color-stop(18%,#434343), color-stop(73%,#363636), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: -o-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: -ms-linear-gradient(top, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    background: linear-gradient(to bottom, #454545 0%,#434343 18%,#363636 73%,#323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#323232',GradientType=0 );
    border-radius:3px;
    border: 0px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
    color:#1c1c1c;
    background: #ffe935;
    background: -moz-linear-gradient(top, #ffe935 0%, #ffe82e 21%, #fee411 73%, #fee306 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe935), color-stop(21%,#ffe82e), color-stop(73%,#fee411), color-stop(100%,#fee306));
    background: -webkit-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: -o-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: -ms-linear-gradient(top, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    background: linear-gradient(to bottom, #ffe935 0%,#ffe82e 21%,#fee411 73%,#fee306 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe935', endColorstr='#fee306',GradientType=0 );
    border-right:1px solid #dac409;
    border-bottom:1px solid #c5b004;
}





a.button-i {
    display:inline-block;
    padding:5px;
}
a.button-i i {
    font-size:26px;
    color:#ffe402
}
a.button-i i:hover {
    color:#7E7E7E
}
/*******************************************background image ***********************************************************/
.image2 {position:relative;}
.image img, .image2 img, .image3 img {
    vertical-align:top;
}

.product-grid .image, .box-product .image2 {
    text-align:center;
}
/*****************************************************************************************************************/
.buttons {
    overflow: auto;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right .mt {
    margin-top:10px
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#module_cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;

    padding: 8px;
    position: relative;
    top: -1px;
}
#module_cart.active .heading {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px;
}
#module_cart.active .content {
    display: block;
}
#module_cart .cart .name {
    padding-top:5px;
    padding-bottom:10px;
    padding-top:10px;
}
#module_cart .cart {
    margin-bottom:10px;
    width: 100%;
}
#module_cart .cart td .quantity {
    font-weight:bold;
}
#module_cart .cart td {
    border-bottom: 1px solid #C5C5C5;
    padding: 2px 3px;
    vertical-align: top;
}
#module_cart .cart td a {
    font-weight:normal;
}
#module_cart .cart .image {
    display: none;
}
#module_cart .cart .image img {
    border: 1px solid #C5C5C5;
    text-align: left;
}
#module_cart .cart .name small {
    line-height: 14px;
}
#module_cart .cart td.quantity {
    font-family: Arial, Helvetica, sans-serif;
    padding-top:0px;
    vertical-align:middle;
}
#module_cart .cart td.total {
    text-align: center;
    vertical-align: middle;
}
#module_cart .cart .remove {
    text-align: right;
    padding:2px 2px;
    vertical-align: middle;
}
#module_cart .cart .remove img {
    cursor: pointer;
}
#module_cart table.total {
    clear: left;
    float: right;
    margin-bottom:10px;
    padding: 5px;
}
.total-right {
    text-align:right!important;
}
#module_cart .total-left {
    padding-right:18px;
}
#module_cart table.total td b {

}
#module_cart table.total td {
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
    text-align:left;
}
#module_cart .checkout .button {
    margin-bottom:10px;
}
#module_cart .checkout {
    clear: both;
    text-align: right;
}
#module_cart .empty {
    text-align:left;
    line-height:17px;
    padding:5px 0;
}
.product-list #image {
    float: left;
    margin-top:0px;
    z-index: 0;
}
.product-grid #image {
    float: left;
    margin-top:0px;
    z-index: 0;
}
.home-block #image {
    float: left;
    margin-top:0px;
    z-index: 0;
}
/* box */
.box {
    margin-bottom:30px;
}
.box .box-heading {
    font-size:14px;
    line-height:23px;
    background:url(img/heading.png) repeat-x left top #eae9e9;
    padding:9px 20px;
    border:1px solid #c5c5c5;
    color:#313131;
    margin-bottom:30px;
    border-radius:5px 5px 0 0
}
#content .box.specials {
    margin-bottom:0;
    border-bottom:0;
    padding-bottom:0;
}
#column-right .box .box-heading, #column-left .box .box-heading {
    margin-bottom:0px;
}
/* box products */
.box .box-content .box-product ul li.first-in-line {
    clear:left
}
aside .box .box-content .box-product ul  {
    width:auto;
    margin:0;
}
aside .box .box-content .box-product ul>li {
    width:100%;
    margin:0;
    max-width:270px;
    padding:0
}
aside .box .box-content .box-product ul li {
    margin-bottom:0px;
}
aside .box .box-content .box-product ul li .padding {
    border:1px solid #c5c5c5;
    border-radius: 0 0 5px 5px;
    border-top:0;
}
aside .box .box-content .box-product ul li .padding .image2 {
    padding:41px 0
}
aside .box .box-content .box-product ul li .padding .rating {
    margin:0 20px 20px 20px
}
aside .box .box-content .box-product ul li .padding .cart a.button:hover i {color:#fff}
.box .box-content .box-product ul li .padding .cart a.button i {display:none;}
aside .box .box-content .box-product ul li .padding .cart a.button i {
    font-size:22px;
    color:#ffe402;
    vertical-align:-3px;
    display:inline;
}
aside .box .box-content .box-product ul li .padding .cart a.button:hover span {color:#fff;}
aside .box .box-content .box-product ul li .padding .cart a.button:hover {
    background:#323232;
    border-color:#323232
}
aside .box .box-content .box-product ul li .padding .cart a.button {
    width:100%;
    text-align:center;
}
aside .box .box-content .box-product ul li .padding .cart {
    float:none;
    margin-bottom:0px;
}
aside .box .box-content .box-product ul li .padding .inner {
    background-color:#ffe935;
    padding:20px;
    border-radius:0 0 4px 4px;
}
/*************************************/
.box-filter li {
    line-height:25px;
    padding: 3px 0px;
    font-size: 14px;
}
.box-filter label {
    cursor:pointer;

    display:inline;
    padding-left:5px;
}
.prod-stock {
    font-style:italic;
    color:#6ba239;
    font-size:16px;
}
.box-product {
    width:100%;
    margin:0;
    padding:0;
}
.box.subcat {
    border-bottom:0;
    padding-bottom:0;
}
.box-product.box-subcat {
    margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
    padding-top:4px;
    height:42px;
    overflow:hidden;
}

.box-product.box-subcat .name.subcatname a {
    margin-bottom:0;
    font-style:normal
}
#content .box .box-content .box-product ul li.cat-height  .image {
    border:1px solid #c5c5c5;
    padding: 5px;
    border-radius:5px;
}
#content .box .box-content .box-product ul li.cat-height  {
    border:0px;
    margin-bottom:5px;
}
.zoom-top img {
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zoom-top a:hover {
    background-color:#7E7E7E;
}
.zoom-top a{
    display:block;
    width:30px!important;
    height:30px!important;
    background-color: #ffe402;
    color:#fff;
    overflow:hidden;
    position:absolute;
    right:0;
    top:0;
    z-index:25;
    font-size:25px;
    text-align:center;
    line-height:30px;
}
.zoom-top a:before{
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    content: "\f00e";
    width:30px;
    line-height:30px;
}
.box-product > li.tree-div {
    margin-right:0;
}
.box-product > li {
    width:176px;
    display: inline-block;
    vertical-align: top;
    margin-right:42px;
    margin-bottom:28px;
}
#module_cart .cart .name a {
    text-decoration:none;
    line-height:17px;
}
#module_cart .cart .name a:hover {
    text-decoration:underline;
}
.box-product .image {
    display: block;
    text-align:center;
}
.box-product .name {
    margin-bottom:3px;
}
.box-product .name a {
    display: inline;
}
.related-info .rating img {
    display:inline-block;
}
.related-info .rating {
    text-align:center;
}
.box-product .rating {
    display: block;
    margin-top:7px;
    margin-bottom: 0px;
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.afine {
    list-style:none;
    margin:0;
    padding:0;
}
.afine li:first-child, .acount li:first-child {
    border:0px
}
.afine li, .acount li {

}
.afine li a + a {
    background:none;
    padding-left:0;
}
.acount {
    list-style:none;
}
.content ul {
    list-style:none;
    margin:0;
    padding:0;
}
.content ul li a {
    text-decoration:none;
    line-height:normal;
}
.content ul li:first-child {
    border:none;
}
.content ul li {
    padding-bottom:4px;
    padding-top:4px;
}
.content ul li a {

}
.content ul li a i{

    font-size: 17px;
    margin-right:9px;
}
.wishlist-product td a {
    text-decoration:none;
}
.wishlist-product td {
    vertical-align: middle!important;
    text-align:center;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
/***********************************************************************category*************************************************************/
.fa.fa-chevron-circle-up:before             { content: "\f139" !important; }
li.parent> i:hover {
    cursor:pointer
}
li.parent> i {
    float:right;
    font-size:12px;
    position:absolute;
    right:20px;
    top:11px;
    color:#7f7f7f
}
.box li li.parent> i {top:0px; right:0}
.box.category li{
    position:relative
}
.box.category .box-content {
    overflow:hidden;
    border-radius:0 0 5px 5px;
    border-bottom:1px solid #262626;
    background-color:#313131;
}
.box.category .box-heading {
    background:url(img/heading-cat.png) repeat-x left top #323232;
    border-width:0 0 1px 0;
    border-color:#262626;
    font-weight:500;
    font-size:18px;
    text-transform:uppercase;
    color:#ffe402
}
.box-category > ul > li > a {
    display:inline-block;
    font-size:14px;
    color:#fff;

}
.box-category > ul > li.selected>a, .box-category > ul > li>a:hover {
    color:#ffe402
}
.box-category > ul > li {
    position:relative;
    padding:7px 19px;
    background-color:#313131;
    border-top:1px solid #4a4a4a;
    line-height:20px;
}
.box-category > ul > li strong {
    display:none;
}
.box-category > ul > li.last {
    border:none;
}
.box-category > ul > li>ul {
    display:none;
    margin:7px -19px -7px;
    background-color:#1c1c1c;
    padding:12px 20px
}
.box-category > ul > li>ul ul {
    display:none;
    padding: 5px 0px 5px 10px;
}
.box-category > ul > li span.close:hover {
    cursor:pointer;
}
.box-category > ul > li li.parent> i {
    line-height:20px;
    vertical-align:middle;;
}
.box-category > ul > li ul > li.selected > a, .box-category > ul > li ul > li > a:hover {
    color: #fff;
}
.box-category > ul > li ul > li {
    line-height:20px;
}
.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    color:#7a7a7a;
    font-size:12px;
}
.box-category > ul > li ul > li > a.selected {
    color:#ffe402
}

.act-cat {
    position:absolute;
    top:9px;
    right:6px;
}
/*************************************************************************************************************************************************************/
.info-about2, .info-about3, .info-about4 {
    display:none;
}
/* category */
h1.style-1 {
    border-bottom: 1px solid #C5C5C5;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h3.style-1 {
    border-bottom: 1px solid #C5C5C5;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}

.category-list ul {
    float: left;
    width:25%;
    list-style:none;
    padding:0;
}
.capcha {
    width:143px;
}

.category-list .div a {
    text-decoration: underline;

}

/* product */
.product-filter .product-compare {
    float:left;
    margin-left:10px;
}
.product-filter select {
    margin-bottom:0;
}
.product-filter {
    overflow:hidden;
    line-height:32px;
    border:1px solid #C5C5C5;
    border-width:1px 0;
    padding:10px 0;
    margin-bottom:30px;
}
.product-filter .display {
    float:right;
}

.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort b {
    padding-right:7px;
    color:#323232;
    text-transform:uppercase;
}
.product-filter .sort select {
    width:140px;
}
.product-filter .sort {
    float:left;
    font-weight:bold;
}
.product-filter .limit select {
    width:72px;
}
.product-filter .limit b {
    padding-right:5px;
    color:#323232;
    text-transform:uppercase;
}
.product-filter .limit {
    margin-left: 13px;
    float:left;
}
.product-list ul li:first-child {
    border-top:0;
    padding-top:0;
    margin-top:0;
}
.product-list ul li {
    padding-top:30px;
    margin-top:30px;
    border-top:1px solid #C5C5C5;
}
.product-list .left {
    position:relative;

}
.product-list .right {
    text-align:left;
}
.product-list ul li {

}
.product-list .name {
    margin-bottom:10px;
}
#grid_a, #list_a, #grid_b, #list_b {
    vertical-align:top;
    font-size:28px;
    float:left;
    display:block;
    width:32px;
    height:32px;
    margin-left:6px;
}
#list_b i, #grid_b i {
    color:#ffe402;
    cursor:default
}
.product-filter .display {
    position:relative;
}
.product-filter .display b {
    float:left;
    color:#323232;
    text-transform:uppercase;
    display:none;
}
.product-list .description {
    overflow:hidden;
    margin-bottom: 5px;
}
.product-grid ul li {
    text-align:left;
    position:relative;
    margin-bottom:30px;
    /*float: none;
    display: inline-block;
    vertical-align: top;
    width: 296px;*/
}
.product-grid ul li.first-in-line {
    clear:left
}
.extra-prod input {
    padding-bottom:4px;
}
.extra-prod {
    padding-top:6px;
}
.or {
    padding-top:3px;
}
.product-grid .image,.product-list .image {
    display: block;
    margin:0 0 15px 0;
    text-align:center;
}
.product-grid .name {
    text-align:left;
    height:55px;
    margin-bottom:5px;
    overflow:hidden;
}
.product-grid .description {
    overflow:hidden;
    display:none;
}
.product-grid .price {

}
.product-grid .rating {
    display: block;
    height:13px;
    margin-bottom:10px;

}
.product-list .price, .product-grid .price {
    display: block;
    margin-bottom:5px;
}
.product-list .cart-button {

}
.cart-button .cart {float:left;}

.product-list .price-tax {
    font-size:12px;
    display:block;
}
.product-grid .price-old {
    text-decoration: line-through;
}
.product-list .price-new, .product-grid .price-new {

}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .price-old {
    font-weight:normal;
}
.product-grid .cart {
    float:left;
}
.content-border h2{
    margin-bottom:30px;
}
.content-border {
    border:1px solid #C5C5C5;
    padding:30px 40px;
    margin-bottom:30px;
}
/*************************** Product ***************************************/
#compare {
    display:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#full_gallery{
    display:none;
    max-width:270px;
    position:relative;
}
#full_gallery .prev {left:0}
#full_gallery .next {right:0}
#full_gallery .prev:hover, #full_gallery .next:hover{
    color:#ffe402
}
#full_gallery .prev, #full_gallery .next{
    color:#7e7e7e;
    font-size:19px;
    position:absolute;
    top:50%;
    margin-top:-23px;
}
.bx-controls-direction a.bx-prev {
    margin-left:-10px;
}
.bx-controls-direction a.bx-next {
    margin-right:-10px;
}
.bx-controls-direction a {
    padding:10px;

}
.product-info {
    padding-bottom:7px;
    margin-top:20px;
}
.product-info h1.view {display:none;}
.product-info h1 {
    color:#323232;
    border-bottom:1px solid #C5C5C5;
    margin-bottom:10px;
    padding-bottom:15px;
}
.product-info .left {
    position:relative;
    z-index:5;
    margin-bottom:20px;
}
.product-info .image {
    float: left;
    width:100%;
    max-width:270px;
    max-height:424px;
    height:100%;
    margin-bottom:7px;
    /*background-color:#efeeee;*/
    text-align: center;
}
.product-info .image-additional {
    overflow:hidden;
    max-width:270px;
    position:relative;
    clear: both;
    padding:0 20px;
}
.product-info .image-additional li {
    float:left;
    max-width:70px;
}
.product-info .image-additional li.last {
    margin-right:0;	
}
.product-info .image-additional img {
    background:#efeeee;
    display: inline-block;
}
#zoom1 img {
    background:#efeeee;
}
.product-info .image-additional li a {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.image-additional .next:hover, .image-additional .prev:hover  {
    color:#ffe402
}
.image-additional .prev  {
    position:absolute;
    width:15px;
    height:15px;
    left:0;
    top:40%;
    margin:0;
    font-size:19px;
    color:#7e7e7e
}
.image-additional .next  {
    color:#7e7e7e;
    position:absolute;
    width:15px;
    height:15px;
    right:0;
    top:40%;
    margin:0;
    font-size:19px;
}
.product-info .share >span{
    margin-bottom:20px;
    display:inline-block;
}
.product-info .description .product-section {
    font-weight:bold;
    color:#ffe402;
    text-transform:uppercase;
    line-height:24px;
    margin-bottom:20px;
}
.product-info .description .product-section a{
    /*color:#ffe402*/
}
.product-info .description .product-section a:hover{
    color:#323232
}
.product-info .description .product-section span {
    color:#323232;
    font-weight:bold;
}
.product-info .description .product-section .prod-stock{
    display:inline-block;
    background-color:#6ba239;
    color:#fff;
    font-style:normal;
    padding:0 7px;
    margin:0 9px;
}
.product-info #cart-form > .price {
    font-family: Arial, sans-serif;
    text-transform:uppercase;
    color:#323232;
    font-size:13px;
    border-top:1px solid #C5C5C5;
    border-bottom:1px solid #C5C5C5;
    font-weight:bold;
    padding:23px 0;
    margin-bottom:20px;
}
.product-info .price .price-new{
    color:#ffe402;
    font-size:31px;

}
.product-info .price .price-old{
    color:#7e7e7e;
    margin-left:10px;
}

.product-info .price .discount{
    text-transform:none;
    font-weight:normal;
}
.product-info .price .reward{
    padding-top:10px;
    display:block;
}
.tab-content ul{
    margin-left:25px;
    margin-bottom:20px;
    list-style-type:disc
}
.product-info .minimum { 
    margin-top:5px;
}
.product-info .cart-top-padd { 
    float:left;
}
.product-info .extra-button {
    float:left;
}

.product-info .extra-button>div {

}
.product-info .wishlist a span, .product-info .compare a span {
    display:inline-block;
}

.product-info .wishlist a i, .product-info .compare a i {
    margin-right:9px;
    font-size:17px;
    line-height:24px;
}
.product-info .wishlist a:hover, .product-info .compare a:hover {
    color:#323232
}
.product-info .extra-button {
    margin-top:7px;
    margin-left: 20px;
}
.product-info .wishlist, .product-info .compare {
    display:block;
}
.product-info .wishlist a, .product-info .compare a{
    line-height:18px;
    width:auto;
    height:auto;
    font-size:13px;
    float:none;
    margin:0;
    padding:0;
    border:0px;
    background:none;
    text-align:left;
    display:inline;
} 
.product-info .options {
    border-bottom:1px solid #C5C5C5;
    margin-bottom:20px;
    padding-bottom:20px;
} 
.product-info .cart-top {
    border-bottom:1px solid #C5C5C5;
    padding-bottom:20px;
    margin-bottom:20px;
} 
.q-mini {
    width:30px;
}
img#captcha {
    vertical-align:top;
    margin-bottom:20px;
}
#tab-review input[name="captcha"] {
    margin-right:20px;
}
.border {
    border-bottom:1px solid #C5C5C5;
    padding-bottom:15px;
    margin-bottom:15px;
}
/******************************/
.product-info .gallery li {
    max-width:270px;
    float:left;
    height:424px
}
.ps-carousel-item img {background-color:#EFEEEE;}
.ps-zoom-pan-rotate img {background-color:#EFEEEE;}
.product-info .gallery li img{
    background-color:#EFEEEE;
}
/*****************************/
a.button-prod i{
    font-size:26px;
    vertical-align:middle;
    margin-right:9px;
}
a.button-prod:hover i {color:#fff}
a.button-prod:hover {

    background-color:#ffe402;
}
a.button-prod i{color:#ffe402}
a.button-prod {
    display:inline-block;
    background-color:#323232;
    font-size:15px;
    color:#ffffff;
    padding:9px 19px 10px 11px;
    margin-left: 20px;
    line-height:31px;
    border-radius:5px;
}
a.button-prod.disabled{
    background-color: #a0a0a0;
    cursor: default;
}
a.button-prod.disabled i{color:#FFF}
.product-info .review {
    font-weight:bold;
    padding-bottom:20px;
    border-bottom:1px solid #C5C5C5;
    margin-bottom:20px;
}
.product-info .review>div img{
    margin-bottom:10px;
}
.product-info .review a:hover {
    color:#ffe402
}
.product-info .review a{
    color:#7e7e7e;
}
.product-info .review a+a:hover {
    color:#7e7e7e
}
.product-info .review a+a {
    color:#ffe402;
    margin-left:20px;
}
.product-info .review img{
    float:left;
    margin-right:20px;
}
.product-info .review .btn-rew {
    float:left;
}
.product-info .review .btn-rew a i{
    font-size:26px;
    color:#7e7e7e;
    line-height:16px;
    width:1.25em
}
.tabs {
    margin-bottom:10px;
}
.tabs .tab-heading i{
    font-size:26px;
    color:#7e7e7e;
    float:right;
}

.tabs .tab-heading {
    padding:13px 20px;
    line-height:32px;
    color:#323232;
    font-weight:bold;
    text-transform:uppercase;
    border:1px solid #C5C5C5;
    border-bottom:4px solid #ffe402;
    background-color:#f9f9f9;
}
.tabs .tab-content {
    padding:20px 0;
}
#tab-review.tabs .tab-content {
    padding:20px 0 0;
}
/**************compare block****************************/
.compare-block {
    margin-bottom:20px;
}
.compare-block .image {
    margin-right:10px;
}
.compare-block .remove a{
    font-size:19px;
    line-height:normla;
}
/**************************************************/
.compare-info {
    width: 100%;
}
.block-compare {
    position:relative;
    overflow:hidden;
}
.td-price {
    font-weight:bold;
    font-size:16px;
}
.compare-info .prod-stock {
    margin:0 auto;
    float:none;
    font-weight:bold;
    font-size:13px;

    text-transform:uppercase;
    background-color: #6BA239;
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px;
}
.compare-info td.name a:hover {color:#7e7e7e}
.compare-info td.name a {
    text-decoration:none;
    font-size:16px;
    color:#ffe402
}
.compare-info td.name a:hover {

}
.compare-info td.last {
    border-right:0;
}
.compare-info thead td:first-child {
    text-align:left;
}
.compare-info td:first-child {
    background-color:#F9F9F9;
    color:#323232;
    font-weight:bold;
    text-align:right;
}
.compare-info td.image2 {
    text-align:center;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    text-align: left;
    vertical-align: top;
}
.compare-info .price-old {
    font-weight: normal;
    text-decoration: line-through;
    display:block;
    font-size:15px;
}
.compare-info td.td-price .price-old{color:#7E7E7E}
.compare-info td.td-price {
    font-weight: bold;
    font-size:17px;
    line-height:normal;
    color:#ffe402
}
/* wishlist */
.wishlist-product2 {
    display:none;
}
.wishlist-product {
    margin-bottom:25px;

}
.wishlist-product tbody .name a:hover {
    color:#4a4a4a
}
.wishlist-product tbody .name a {
    font-family: Arial, sans-serif;
    color:#ffe402;
    font-size:16px;
}
.wishlist-product tbody .model {
    text-align: center;
    font-size:17px;
}
.wishlist-product tbody .stock {
    text-align: center;
}
.wishlist-product tbody .stock .prod-stock {

}
.wishlist-product tbody .quantity {
    text-align: right;
}
.checkout-product .table td.price {
    text-align:left;
    font-size:13px;
    color:##7E7E7E
}
.table .total, .table .price {
    text-align: center;
    font-size:17px;
    font-family: Arial, sans-serif;
    color:#ffe402;
    font-weight:bold;
}
.table thead td {font-size:12px !important;}
.table .price s {
    color:#323232;
    font-weight:normal;
    display:block;
}

input#sub_category {
    background:none;
    float: left;
    margin-left: -20px;
}

/************************** checkout page *********************/
.checkout-heading {
    background-color:#f9f9f9;
    color:#323232;
    text-transform:uppercase;
    border:1px solid #C5C5C5;
    border-top:4px solid #ffe402;
    font-weight:bold;
    padding:15px 100px 15px 15px;
}

.checkout-content {
    margin-top:-1px;
    padding:20px 40px;

}
.checkout-content .login-content .heading h2 {
    font-size:20px;
}
.checkout-content .login-content p.login-padd {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 6px;
}
.checkout-heading {
    position:relative;
}
.checkout-heading>a{
    position:absolute;
    right:20px;
    top:15px
}
.checkout-content label a:hover {
    text-decoration:underline;
}
.checkout-content label a {
    color:#ffe402;
}

.buttons .right label {
    text-align:left;
}
.login-content {
    overflow:hidden;
}
.box-container {

}
.login-content .left p + p {
    margin-bottom:16px;
}
.link-login {
    text-decoration:underline;
    display:inline-block;
    color:#333;
    font-style:italic;
    margin-left:15px;
}
.link-login:hover {
    text-decoration:none;
}
.padd-form {
    display:block;
    padding-bottom:5px;
}

.login-content .right .content p {
    margin-bottom:15px;
}
.login-content .right .content b {
    display:block;
}
#register select {

}
#register .q1 {

}
#register .content {
    border:none!important;
    padding:0!important;
}

/* returns */
.return-box-2 {
    padding:15px 20px 19px 20px;
    margin-bottom:10px;
}
.return-box-2 .buttons .right {
    float:left;
}
.return-box-2 .buttons {
    padding-left:0;
    padding-top:12px;
    padding-bottom:0;
    margin-bottom:0;
}
.return-box {

}
.return-p {
    padding-left:17px;
}
.return-p p {
    margin-bottom:13px;
}
.return-list {
    margin-bottom: 10px;
}
#content .content.return-box {
    padding:14px 10px 11px 20px;
    margin-bottom:10px;
}
.content.return-box h2 {
    margin-bottom:14px;
}
#content .content.return-box .left {
    width:320px;
}
#content .content.return-box .right {
    width:320px;
}
.content.return-box label {
    font-size:12px;
    font-weight:bold;
}
.content.return-box span {
}
.content.return-box input {
    margin-top:6px;
    margin-bottom:7px;
    width:310px;
}
.content.return-box .error {
    padding-bottom:5px;
    display:block;
}
.return-box-3 {
    margin-bottom:20px;
    padding:14px 10px 10px 20px;
}
.return-box-3 h2 {
    margin-bottom:15px;
}
.return-box-3 textarea {
    width:310px;
    height:188px;
    max-width:310px;
    max-height:188px;
}
.return-box-3 .return-captcha {
    width:320px;
    margin-top:-3px;
}
.return-box-3 .return-captcha b {
    padding-bottom:6px;
    display:block;
}
.return-box-3 .return-captcha input {
    width:170px;
    margin-bottom:10px;
}
.return-box-3 .return-additional {
    margin-bottom:11px;
}
.return-box-3 .buttons {
    padding:0;
    margin-bottom:0;
}
/* button */
.button-return-right-i:hover, .button-return-right:hover {color:#ffe402; cursor:pointer;}
.button-return-right{
    border:0px;
    background:none;
    font-weight:bold;
    color:#757475;
    padding:0;
    line-height:32px;
    min-height:32px;
    display:inline-block;
}
#return-product .button-return-right-i {position:relative;}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {position:absolute; right:0; z-index:4; top:3px}
#return-product input.button-return-right{
    padding-right:31px;
    position:relative;
    z-index:5
}
a.button-return-left:hover, a.button-return-right:hover, a.button-order-right:hover, a.button-cont-right:hover, a.button-back-left:hover, a.button-inf-left:hover {
    color:#333
}
a.button-return-left, a.button-return-right, a.button-order-right, a.button-cont-right, a.button-back-left, a.button-inf-left {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;

    padding-right:0px;
    color:#7e7e7e;
    vertical-align:top;
}
a.button-back-left i,.button-back-left i, .button-return-right-i i, a.button-return-left i, a.button-cont-right i {
    font-size:26px;
    text-align:center;
    vertical-align:middle;
    margin:0 9px
}
i.fa.fa-arrow-circle-right {margin-right:0 !important;}
a.button-order-right {
    padding:0;
}


.cart-bottom a i.fa.fa-check {
    margin-right:0;
}
.cart-bottom a.button-cont-right {
    margin-right:20px;
}
/* button */



.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-info {
    text-align: right;
}
.return-product {

}
.return-name {

}
.return-model {

}
.return-quantity {

}
.return-detail {

}
.return-reason {

}
.return-opened {

}
.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle;
}
.return-additional {
    overflow: auto;
    margin-bottom: 20px;
}
.return-comment {
    float: left;
    width: 49%;
}
.return-captcha {

}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
a {
    outline:none;
}
a:hover i.fa.fa-trash-o-o {
    color:#ffe402
}
a i.fa.fa-trash-o-o {
    color:#7e7e7e
}
i.fa.fa-trash-o-o {
    font-size:26px;
}
.shop-cart {
    border-bottom:none;
    overflow:hidden;
    position:relative;
}
.cart-info2 .table td+td {
    text-align:center;
}
.shop-cart .table td.quantity, .shop-cart .table td.image {text-align:center;}
.shop-cart .table td {
    vertical-align:middle;
}
.cart-module .cart-content {
    padding:18px 0px 19px 18px;
    display: none;
    overflow: auto;
    border-top:none;

}
.cart-info2 {display:none;}
.cart-info {
    overflow:hidden;
    margin:20px 0;
}
.cart-info td.name a:hover {
    color:#323232
}
.cart-info td.name a {
    color:#ffe402;
    font-size:16px;
    font-style:italic;
}
.content.shop-cart-content>p{
    border:1px solid #C5C5C5;
    border-bottom:0;
    margin:0;
    padding:20px;
}
a.input-update {

}
.mt5 {margin-top:5px;}
a.input-update i{
    color: #7E7E7E;
    font-size:26px;
}
a.input-update:hover i{
    color: #ffe402;
}
#cboxLoadedContent td>input[type="radio"]{
    margin:0px;
    float:none
}
td.quantity>input[type="text"] {
    width:40px
}
table#total  td {
    background-color:#f9f9f9;
    padding:20px;
    text-transform:uppercase;
    width:80%
}
table#total  td+td {
    background-color:#fff;
    color:#ffe402;
    text-align:left;
    font-size:16px;
    font-weight:bold;
}
td.price {
    font-weight:bold;
    font-size:17px;
}
table.radio {
    padding:0
}
.cart-module {



}
.cart-module>div{
    padding:20px 20px;

    display:none;
    border:1px solid #C5C5C5;
    border-top:0;
    border-bottom:0;
}
/*********************************************************************/
table.radio tbody td {width:100%}
.sitemap-info ul {
    margin-top:10px;
}
.sitemap-info li a {
    text-decoration:none;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
#newsletter .content {
    margin:0;
    padding:0;
    border:none;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
#newsletter .form tr td:first-child {
    width:58px;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer */
.common-home footer {margin-top:0;}
footer {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
    background-color:#1c1c1c;
}
footer h3 {
    font-weight:400;
    color:#ffffff;
    line-height:normal;
    font-size:14px;
    word-wrap:break-word ;

}
footer li {
    padding:5px 0 4px
}
footer .row li a:hover {
    color:#fff
}
footer .row li a {
    font-size:12px;
    color:#ffe935;
    word-wrap:break-word 
}
footer .foot-phone div>div {
    font-size:24px;
    color:#fff;
    margin-bottom:15px;
}
footer .foot-phone div {
    color:#a1a1a1;
    line-height:24px;
    font-size:16px;
}
span.toggle {
    display:none;
}
footer .foot-phone li a {
    color:#999999
}
footer .foot-phone li+li a i {color:#48b2ed}
footer .foot-phone li+li+li a i {color:#fea904}
footer .foot-phone li a i {
    font-size:18px;
    margin-right:10px;
    color:#3067d7
}
.foot-phone {
    margin-top:13px;
}
#powered br {display:none;}
#powered a {
    font-size:13px;
    text-decoration:none;
    color:#777777
}
#powered a:hover {
    color:#fff;
}
#powered {
    margin-top:40px;
    padding:30px 0;
    font-size:13px;
    color:#777777
}
.return-captcha input img {vertical-align:top;}
.return-captcha input {
    margin-bottom:10px;
    vertical-align:top;
}
/********************************************************************************************************************************************************************************************************/
/* banner */
#body {
    overflow:hidden;
}
.content_bottom:before {
    left: -100%;
}
.content_bottom:after, .content_bottom:before {
    background:#ffe935;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.content_bottom {
    position:relative;
}
.content_bottom .banner {
    width:100%;
    margin:0px;
    background-color:#ffe935;
    position:relative;
    min-height:42px
}
.content_bottom .banner>div .s-desc i {
    font-size:27px;
    margin-right:14px;
    color:#fff
}
.content_bottom .banner>div .s-desc span {
    font-size:14px;
    text-transform:none;
}
.content_bottom .banner>div .s-desc {
    text-align:left;
    line-height:42px;
    color:#1c1c1c;
    text-transform:uppercase;
    font-size:19px;
}
.content_bottom .banner>div, .content_bottom .banner>div a {
    border:0px;
    border-radius:0;
    text-align:left;
}
.content_bottom .banner>div {
    width:100%;
    margin:0px;
    max-width:100%
}



/* AJAX Add to Cart Confirm by Harryo*/
.success, .warning, .attention, .information, .rev-success {
    padding: 10px 10px 10px 10px;
    margin-bottom: 5px;
    color: #555;
}
.success a, .warning a, .attention a, .information a {
    color: #333;
}
#cart-success {
    position: fixed;
    z-index:9998;
}
.success i.fa.fa-times-circle {
    font-size:26px;
    padding:10px;
}
.success .close i {
    padding:10px
}
.success {
    color:#000
}
.success>img{
    max-width:70px;
    height:auto;
    float:left;
    background-color:#efeeee;
    margin-right:10px;
    border:1px solid #C5C5C5
}
.success a:hover {
    text-decoration:none;
    color:#ffe402
}
.success a {
    text-decoration:none;
    color:#252525
}
.success span:hover img {
    margin-top:-11px;
}
.success p {
    margin-bottom:11px;
    font-size:24px;
    color:#1b1b1b;
}
.success span:hover {cursor:pointer; color:#ffe402}
.success span {
    overflow:hidden;
    position:absolute;
    right:8px;
    top:8px;
    opacity:1
}
.success i {color:#6d6d6d}
.success i:hover {color:#ffe402;}
.success i.fa.fa-thumbs-up{
    font-size:31px;
    color:#ffe402;
    margin-right:10px;
}
.close {color:transparent; text-shadow:none}
.success a {color:#ffe402;}
.success a:hover {text-decoration:underline;}
.success {
    width:100%;
    position:fixed;
    z-index:99999!important;
    /*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
    top:0;
    left:0;
    padding:20px 20%;
    z-index:9999;
    line-height:18px;
    text-align:center;
    -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;
    border:none;
    background:#323232;
    display:none;
    font-size:13px;
    color:#fff;
    font-weight:bold;
}
#wrap {
    z-index:10!important;
}
.rev-success {
    background: #EAF7D9 url('img/success.png') left no-repeat;
    border: 1px solid #C5C5C5;
    padding-left:20px;
}
/**************************************************************related****************************************************************/
.prev {
    float: left;
    margin-left: 10px;
}
.next {
    float: right;
    margin-right: 10px;
}
/***/
.image {position:relative}
.related-info .cart-button .cart {
    float:none;
}
.related-info .wishlist, .related-info .compare {
    display:inline-block;
}
.related-info .wishlist {margin-top:7px;}
.related-info .compare {
    margin:0;
}
.related-info {
    display:inline-block;
    float: left;
    text-align: center;
    position:relative;

    border-bottom:0 !important;
}
.related {
    padding:0 50px;
    position:relative;
}
.related .name {
    height:40px;
    overflow:hidden;
}
.related .prev:hover, .related .next:hover {
    color:#ffe402
}
.related .prev, .related .next {
    position:absolute;
    top:50%;
    font-size:26px;
    color:#7e7e7e;
    margin-top:-31px;
}
.related .prev {
    left:0
}
.related .next {
    right:0
}

/******************************************************************************************************************************************/
#colorbox {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
    padding:15px;

}
.preview .marg { margin-bottom:25px;}
.preview .price { width:100%; overflow:hidden;}
.preview .price span { float:left; margin-right:10px;}

.preview .right .inf span { display:block;margin-bottom:10px;}
.preview .right .inf span.text-price { margin-left:0;}
.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.preview .inf .prod-stock {
    margin-bottom: 10px;
}
.preview .description {
    height:160px;
    padding:15px;
    overflow:auto;
    border:1px solid #C5C5C5;
}
.preview .cart { 
    float:left;
}
.preview .extra-button {
    float:left; 
    width:150px;
    margin-top:3px;
    margin-left:15px;
}
#cboxContent #cboxTitle {
    width:60%;
    padding:0 20%;
}
#colorbox { z-index:100  !important;}
#cboxOverlay { z-index:100 !important;}
.preview .rating { margin-top:15px;}
.box li {
    position:relative
}
.box .box-content .box-product ul li .quick-view-button, .box .box-content .box-product ul li .image2 img,.box .box-content .box-product ul li{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box .box-content .box-product ul li .image2{
    overflow:hidden;
}
.box .box-content .box-product ul li >div:hover .image2 img{
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.25);*/
    transform: scale(1.1,1.1); 
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.box .box-content .box-product ul li .quick-view-button:hover {
    color:#ffe402
}
.box .box-content .box-product ul li .quick-view-button i {
    width:30px
}
.box .box-content .box-product ul li .quick-view-button {
    opacity:0;
    visibility:hidden;
    left:20px;
    position: absolute;
    top: 10px;
    font-size:22px;
    color:#fff;
    line-height:30px;
    width:30px;
    text-align:center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#B3B2AE;
}
.image3 img {}
.box .box-content .box-product ul li>div:hover .quick-view-button {
    opacity:1;
    visibility:visible
}
/**************************************************** bootstrap reset ************************************************************************/
.table-bordered {
    border-radius:0
}
.table thead td {
    text-transform:uppercase;
    font-weight:bold;
    color:#323232 !important;

    font-family:Arial;
    font-size:13px;
    background-color:#f9f9f9;
}
.table th, .table td {
    padding:20px;
    border-color:#d7d7d7;
    -moz-box-sizing: border-box; /* Для Firefox */  
    box-sizing: border-box; /* Ширина блока с полями */
}
.block-compare .table th, .block-compare .table td {
    padding:7px
}
/**************************/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size:13px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius:0;
    box-shadow:none
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius:0
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
    border-radius:0;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius:0
}
.table-bordered {
    border-color:#d7d7d7
}
label, input, button, select, textarea {
    font-size:13px;
    color:#323232
}
label {font-weight:bold;}
textarea {
    resize:none
}
label{
    cursor:default
}
.close:hover, .close:focus {
    opacity:1
}
.pp_gallery ul a img {
    width:50px;
    height:50px;
    max-width:none
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {border-bottom-width:1px}
table.radio {margin:0; display:table}
.table > tbody + tbody {border-width:1px;}
.stButton .stButton_gradient, .stButton .chicklets,.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {height:22px !important;}
#fancybox-content>div {background-color:#fff;}
#cboxContent .about-page {padding:0 25px}
#fancybox-content {background-color:#fff;}

.related-info div.image a{
    height: 200px;
    display: block;
    line-height: 200px;
}



#last_photos ul li{
    text-align: center;
}
.man.box .box-content{
    padding: 10px;
    background-color: #F7F4EE;
}



/* Menus
-------- */

ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 8px; line-height: 1.1em; }
ul.menu-v li a { padding: 5px 6px; display: block;}
ul.menu-v li.selected a { color: #000; text-decoration: none; background: #eee; }
ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
ul.menu-v li ul.menu-v { margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
ul.menu-v li ul.menu-v li a { padding: 2px 6px; font-size: 0.9em; }
ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }

ul.menu-h { margin: 0 0 15px; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
ul.menu-h li a i.icon16 { margin-top: 0em; }
ul.menu-h li.selected a { color: #000; text-decoration: none; background: #eee; }
ul.menu-h li.selected ul * { background: #fff !important; }

.dropdown .popup { display: none; background: #eee; box-shadow: 0 4px 7px -5px rgba(0, 0, 0, 0.4); padding: 20px; min-width: 150px; font-size: 115%; }
.dropdown:hover .popup { display: block; position: absolute; z-index: 1312; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 40%; }

.wa-form { margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; } 
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline; margin-left: 10px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }


a[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.loading { background-image: url('/wa-content/img/loading16.gif'); }


.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 14px; height: 14px; }


* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }

.icon16.checkmark { background-position:-192px -16px; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
.icon16.stock-red { background-position:-128px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}
.icon16.stock-yellow { background-position:-144px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}
.icon16.stock-green { background-position: -160px -16px; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
.icon16.stock-transparent { background-position:-176px -16px;  background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */;}

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
#inner_content{
    background-color: #FFF;
    padding: 20px;
}
.ui-autocomplete .ui-menu-item div{
    display: table;
}
.ui-autocomplete .ui-menu-item img{
    width: 47px;
    height: 47px;
    float: left;
    display: block;
}
.ui-autocomplete .ui-menu-item .item-name{
    display: block;
    margin-left: 70px
}
.ui-autocomplete .ui-menu-item .item-price{
    display: block;
    margin-left: 70px;
    font-size: 16px;
    font-weight: bold;
}

.related-slider li .image img{
    margin: 0 auto;   
    vertical-align: middle;
    display: inline-block;
}

#panel{
    background: #252525;
    bottom: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
#panel .col-sm-3{
    float: left;   
    width: 25%;
}

@media (max-width: 717px) {
    #panel .col-sm-3 .text{
        display: none;
    }
    #panel a{
        font-size: 20px;
    }
}

#panel a {
    display: inline-block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}

.dialog-window .wishlist, .dialog-window .compare {
    display:block;
}

.box-product h5 .name{
    min-height: 40px;
}

.product-grid div.image a{
    display: block;
}

.product-grid div.image img{
    vertical-align: middle;
}

.badge.low-price{
    background: #f14d4d;
}

.badge.new{  
    background: #21669d;
}

#content #page table {
    margin-bottom: 30px;
    border: 1px solid #d6d4d4; }
#content #page table > thead > tr > th,
#content #page table > thead > tr > td,
#content #page table > tbody > tr > th,
#content #page table > tbody > tr > td,
#content #page table > tfoot > tr > th,
#content #page table > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
#content #page table > thead > tr > th,
#content #page table > thead > tr > td {
    border-bottom-width: 2px; }

#content #page a{
    text-decoration: underline;
}

#content #page ul{
    list-style: disc;
    margin-left: 20px;
}

table td, table th {
    padding: 9px 10px;
    text-align: left;
}
#last_photos ul.view-thumbs li{
    float: left;
    margin: 0 5px 10px;
}
.shadowed {
    box-shadow: 0 5px 15px #aaa;
}
