@font-face {
    font-family: 'OswaldBook';
    src: url('../fonts/Oswald-Regular-webfont.eot');
    src: url('../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('../fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {overflow: -moz-scrollbars-vertical; margin: 0; padding: 0;}
body {background:#f8f8fa; color:#aaaaaa; font-family: 'OpenSansRegular'; margin: 0px; padding: 0px; line-height:18px; }
body, td, th, input, textarea, select, a {font-size:12px;}
* { margin:0; padding:0; }
h1 {color: #fff; margin-bottom:20px; font-size:25px; line-height:30px; font-weight: normal; text-align:center; text-rendering:optimizelegibility; font-family: 'OswaldBook';}
/*h2 {color: #FFE300; font-size: 15px; margin-top: 0px; margin-bottom:15px; padding:0px; font-weight:normal; text-transform: uppercase; font-family: 'OswaldBook';}*/
h2 {color: #FFE300; font-size: 15px; margin-top: 0px; margin-bottom:15px; padding:0px; font-weight:normal; text-transform: uppercase; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;}
p {margin-top: 0px; margin-bottom: 20px; line-height:20px;}
a, a:visited, a b { color:#ccc; text-decoration: none; cursor:pointer;}
a:hover {text-decoration:none; color:#fff;}
a img { border: none; }
.clear{clear:both;}
form { padding:0; margin:0; display:inline;}
input[type='text'], input[type='password'], textarea {background:none; color:#ccc; border:2px solid #222; padding:7px 7px; margin-left: 0px; margin-right: 0px; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; -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; width:218px;}
input[type='text']:focus, input[type='password']:focus, textarea:focus{ border:2px solid #333; -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;}
select {background:none; color:#ccc; border:2px solid #222;  padding:7px 2px; font-family:Georgia, "Times New Roman", Times, serif; -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;}
option {padding:0px 2px;}
label {cursor: pointer;}


.overlay-pattern{background:url(../image/patterns/pattern.png) left top repeat; width:100%; height:100%; position:fixed; top:0; z-index:-1;}

/********** layout **********/
.main-wrapper{max-width:1130px; margin:80px auto 65px auto; padding:20px; background:url(../image/content-bg.png) left top repeat; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);}
.home .main-wrapper.full-slideshow{padding:0;}

#container{text-align:left; overflow:auto; margin:0 auto;}
#column-left { float:left; width:220px; padding:0px 20px 0 0px; border-right:1px dotted #333; }
#column-right { float: right; width:220px; padding:0px 0px 0 15px; border-left:1px solid #333; }
#content { min-height: 400px; margin-bottom:10px; padding:0px 0px 0 0px; }
#column-left + #column-right + #content, #column-left + #content { margin-left:260px; }
#column-right + #content { margin-right:260px; }

/********** header **********/
.header-wrapper{position:fixed; z-index:9999; top:0; width:100%; margin:0px auto; background:url(../image/content-bg.png) left top repeat; box-shadow:0 0 10px rgba(250, 250, 250, 0.08);}
#header {position: relative; padding:0px; max-width:1170px; margin:0 auto; min-height:60px;}
#header:after{visibility:hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
#header #logo {float:left; margin:0px 10px 0px 0px; }
#header #logo a img{max-height:50px;}



/********** Language & Currency **********/
#language, #currency{float:left; margin:0 0px; text-transform:uppercase; font-size:13px; cursor:default; text-decoration:none; position:relative; z-index:1015; line-height:60px; }
#language ul, #currency ul{ display:none; position:absolute; top:60px; left:0; background:#111; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25); z-index:1013; padding:10px; }
#language ul li, #currency ul li{ display:block; width:120px; line-height:18px; padding:6px 0 6px 3px;}
#language ul li a, #currency ul li a{display:block; color:#fff; }
#language ul li a:hover, #currency ul li a:hover{color:#FFE300;}

#language span, #currency span{font-family: 'OswaldBook'; color:#fff; position:relative; display:block;  padding:0 10px 0 10px; z-index:1014; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out;}


#language:hover span, #currency:hover span{background:#111; color:#FFE300; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
#language:hover, #currency:hover{box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.25);}
#language img {cursor: pointer; margin-right:3px; }
#currency a b{color:#FFE300; font-weight:normal; }

/********** Top Links **********/
#header .links { position: absolute; z-index:1014; right:120px; line-height:30px; margin:0px 10px 0 0; font-family: 'OswaldBook';}
#header .links a {display: inline-block; line-height:60px; height:60px; padding:0px 10px; color: #eee; text-transform:uppercase;  font-size:13px; font-weight:normal; position:relative;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#header .links a:hover{color:#FFE300; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#header #welcome {color: #999999; float:left;}

/********** Mini Cart  ***********/
#header #cart { position:absolute; right:0;}
#header #cart .heading {padding:0px 0px 0px 0px; position:relative;}
#header #cart .heading h4 {width:32px; height:32px; float:left; margin:4px 0px 0 0;  z-index:1012; position:relative;}
#header #cart .heading a {display:block;  border-left:1px dotted #333333; border-right:1px dotted #333333; background:url(../image/cart-bg.png) center center no-repeat; width:60px; height:60px; text-decoration: none; font-size:14px; color:#444; z-index:1012; position:relative; padding:0;}
#header #cart .content { clear: both; display:none; position:absolute; padding:8px; min-height:150px; z-index:1011; background:#222; width:350px; right:0; top:60px; box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25);}
#header #cart.active .content { display: block; }
#header #cart.active .heading a{background-color:#222;}
.mini-cart-info table { border-collapse: collapse; width: 100%; margin-bottom: 5px; }
.mini-cart-info td {vertical-align:top; padding: 10px 5px; border-bottom: 1px dotted #444; }
.mini-cart-info .image { width: 1px; }
.mini-cart-info .image img { text-align: left; }
.mini-cart-info .name small { color: #666; }
.mini-cart-info .quantity { text-align: right; }
.mini-cart-info td.total { text-align: right; }
.mini-cart-info .remove { text-align: right; }
.mini-cart-info .remove img { cursor: pointer; background:#555; padding:2px;}
.mini-cart-info .remove img:hover{background:#888;}
.mini-cart-total { text-align: right; }
.mini-cart-total table { border-collapse: collapse; display: inline-block; margin-bottom: 5px; }
.mini-cart-total td {padding:2px; }
#header #cart .checkout {text-align: right; clear: both; line-height:normal; margin:0;}
#header #cart .empty { padding-top: 50px; text-align: center; }

/********** Search Bar **********/
#header #search { position:absolute; z-index:1015; right:62px; width:60px; overflow:hidden; border-left:1px dotted #333333; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#header #search:hover.active, #search.search{width:320px!important; background:#222; -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;}
#header .button-search, .button-click { background:url(../image/button-search.png) center center no-repeat; width:60px; height:60px; position:absolute; right:0; cursor:pointer; float:right;}
#header #search input {background:none; border:none; padding:0 60px 0 10px; width:250px; float:right; height:60px; line-height:60px; font-size:14px; color:#fff; outline:none; font-family: 'OswaldBook';}

#header .button-search{display:none;}
#header #search.active .button-search{display:block;}
#header #search.active .button-click{display:none;}

/********** Menu **********/
#menu > span{display:none;}
#menu {margin:0px; padding:0px 0px 0px 0px; float:left; }

#menu ul { list-style: none; margin: 0; padding:0 0 0 2px;}
#menu > ul > li { position: relative; float: left; z-index:1010; padding:0px; }
#menu > ul > li > a { font-size:13px; color: #fff; line-height:60px; text-decoration: none; display: block; padding:0px 10px 0px 10px; z-index: 1009; position: relative; text-transform:uppercase; -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; font-family: 'OswaldBook';}
#menu > ul > li:hover > a {color:#FFE300; background-color:#111; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}
#menu > ul > li > div { display: none; background:#111; position:absolute; z-index:1008; padding:10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);}

#menu > ul > li:hover > div.custom_block ul{display:table-cell;}
#menu > ul > li > div > ul { display: table-cell; }
#menu > ul > li.categories_hor > div { display: none; background:#111; min-width:895px; position:absolute; z-index:1008; padding:10px 10px 0px 10px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);}
#menu > ul > li.categories_hor > div > .column {position:relative; display:inline-block; width:160px; margin:0 15px 15px 0px;}
#menu > ul > li > div > ul{position:relative; width:160px;}
#menu > ul > li.categories_hor > div > .column + .column, #menu > ul > li > div > ul li + li{}
#menu > ul > li.categories_hor > div > .column > a{font-size:13px; color:#fff; text-transform:uppercase; border-bottom:1px dotted #333333; margin-bottom:5px;}
#menu > ul > li.categories_hor > div > .column a, #menu > ul > li > div > ul li a{padding:4px 0; display:block; }
#menu > ul > li > div > ul li a{font-size:12px;}
#menu > ul > li.categories_hor > div > .column:hover > a{color:#FFE300;}
#menu > ul > li.categories_hor > div > .column > div{display:block;}
#menu > ul > li.categories_hor > div > .column:hover div{display:table; }
#menu > ul > li.categories_hor > div > .column > div ul{display:table; padding:0;}

#menu > ul > li ul + ul { padding-left: 20px; }
#menu > ul > li ul > li > a {text-decoration:none; padding:4px; display:block; min-width: 150px;}
#menu > ul > li div > ul > li > a {color:#999; }
#menu > ul > li div > ul > li > a:hover {color:#FFE300;}

#menu > ul > li.categories > div { display: none; background:#111; min-width:160px; position:absolute; z-index:1008; padding:10px;}
#menu > ul > li.categories > div > .column, #menu > ul > li > div > ul{position:relative;}
#menu > ul > li.categories > div > .column a, #menu > ul > li > div > ul li a{font-size:13px; padding:5px 0 5px 0px; display:block; color:#ccc; -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 > ul > li.categories > div > .column a:hover, #menu > ul > li > div > ul li a:hover{-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 > ul > li.categories > div > .column:hover > a{color:#FFE300;}
#menu > ul > li.categories > div > .column > div > ul > li:hover > a {color:#FFE300;}
#menu > ul > li.categories > div > .column > div{display:none; position:absolute; background:#111; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.7); z-index:1010; left:150px; top:0; padding:5px 10px;}
#menu > ul > li.categories > div > .column:hover div{display:table; }
#menu > ul > li.categories > div > .column:hover > div ul{display:table-cell; }

.custom_block p{line-height:18px; margin:0;}
.custom_block h1 {font-size:14px; letter-spacing: normal; line-height: 30px; margin-bottom:6px;	padding-left: 7px;}
.custom_block h2 {font-size:13px; }
.custom_block a{display:inline-block;}


.breadcrumb { color: #777; margin-bottom: 10px; text-align:center;}
.breadcrumb a { color:#888; font-size:11px;}
.breadcrumb a:hover {color:#ccc; text-decoration:underline;}
.success, .warning, .attention, .information { padding: 10px 10px 10px 33px; margin-bottom: 15px; color:#555555; }
.success a { padding:3px 5px; background:#BBDF8D; margin:0px 3px; color:#222;}
.warning a { padding:3px 5px; background:#F8ACAC; margin:0px 3px; color:#222;}
.attention a { padding:3px 5px; background:#F2DD8C; margin:0px 3px; color:#222;}
.success { background: #EAF7D9 url(../image/success.png) 10px center no-repeat; border: 1px solid #BBDF8D; }
.warning { background: #FFD1D1 url(../image/warning.png) 10px center no-repeat; border: 1px solid #F8ACAC; }
.attention { background: #FFF5CC url(../image/attention.png) 10px center no-repeat; border: 1px solid #F2DD8C; }
.success .close, .warning .close, .attention .close, .information .close { float: right; padding-top: 4px; padding-right: 4px; cursor: pointer; }
.required { color: #FF0000; 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%; border-collapse: collapse; margin-bottom: 20px; }
table.form tr td:first-child { width: 150px; }
table.form td { padding:8px 4px; }
input.large-field, select.large-field { width: 300px; }
table.list { border-collapse: collapse; width: 100%; border-top: 1px solid #151515; border-left: 1px solid #151515; margin-bottom: 20px; }
table.list td { border-right: 1px solid #151515; border-bottom: 1px solid #151515; }
table.list thead td { background-color: #111; padding: 0px 5px; }
table.list thead td a, .list thead td { text-decoration: none; color: #ccc; font-weight: bold; }
table.list tbody td { vertical-align: top; padding: 0px 5px; }
table.list .left { text-align: left; padding: 7px; }
table.list .right { text-align: right; padding: 7px; }
table.list .center { text-align: center; padding: 7px; }
table.radio { width: 100%; border-collapse: collapse; }
table.radio td { padding: 5px; vertical-align: top; }
table.radio td label { display: block; }
table.radio tr td:first-child { width: 1px; }
table.radio tr td:first-child input { margin-top: 1px; }
table.radio tr.highlight:hover td { background: #111; cursor: pointer; }

/*********** Pagination ***********/
.pagination { border-top: 1px dotted #333; padding-top: 8px; display: inline-block; width: 100%; margin-bottom: 10px; }
.pagination .links { float: left; }
.pagination .links a { vertical-align:middle; display: inline-block; border:2px solid #222; background:none; margin-right:2px; padding: 4px 10px; text-decoration: none; color: #666; -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;}
.pagination .links b {vertical-align:middle; display: inline-block; border:2px solid #333; padding: 4px 10px; margin-right:2px; font-weight: normal; text-decoration: none; color: #eee; background:#333; }
.pagination .links a:hover { color:#eee; border:2px solid #444; -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;}
.pagination .results { float: right; padding-top: 3px; }

/*********** button ***********/


a.button, input.button { cursor: pointer; color:#FFE300; background:none; border:2px solid #FFE300; font-size: 13px; font-weight: bold; -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; box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);}
a.button { display: inline-block; text-decoration: none; padding:7px 12px; }

input.button { margin:0; padding:6px 10px; }
a.button:hover, input.button:hover {background:#FFE300; border:2px solid #FFE300; color:#000; -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; }

.product-grid .cart input, .product-list .cart input, .box-product > .flexslider ul li .cart input, .box-product > .flexslider ul li .cart a{font-size:11px; height:auto; line-height:normal; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; background:none; border:2px solid #888; color:#888; margin-bottom:5px;}
.product-grid .cart input:hover, .product-list .cart input:hover, .box-product > .flexslider ul li .cart input:hover, .box-product > .flexslider ul li .cart a:hover{background:#FFE300; border:2px solid #FFE300; color:#000;}


.buttons { border-top:1px dotted #333; overflow: auto; padding:15px 6px 0px 6px; margin-bottom: 20px; }
.buttons .left { float: left; text-align: left; }
.buttons .right { float: right; text-align: right; }
.buttons .center { text-align: center; margin-left: auto; margin-right: auto; }

.htabs {height:25px; margin-bottom:5px; line-height:16px; border-bottom: 1px dotted #333; }
.htabs a {height:25px; padding:0px 0px 0px 0px; margin-right:15px; float:left; font-size: 13px; font-weight: normal; text-align: center; text-decoration: none; color: #777; display: none;}
.htabs a.selected {border-bottom:1px dotted #ddd; font-weight: bold; color:#ddd;}
.tab-content{padding: 10px; margin-bottom: 20px; z-index: 2;}
.tab-content ul { margin-left:20px; }
.tab-content ul li{line-height:20px;}

.product-tab{margin-bottom:20px;}
.product-tab .tabs{height:30px; line-height: 16px; border-bottom: 1px dotted #333; margin-bottom:20px;}
.product-tab .tabs li{float:left; list-style-type:none; margin-right:22px;}
.product-tab .tabs li a{padding:7px 0px 6px 0px; float:left; font-size:14px; text-transform:uppercase; font-weight: normal; text-align: center; text-decoration: none; color: #eee; margin-right: 2px; opacity:0.7; font-family: 'OswaldBook';}
.product-tab .tabs li.active a{opacity:1; background:none; border-bottom:1px dotted #ddd;}
.product-tab .deactive{display:none;}
.addthis_default_style > a{padding:0}

/*********** box ***********/
.box { margin-bottom: 20px; }
.box .box-heading, .welcome{text-transform:uppercase; padding:0px 0px 0px 0px; margin-bottom:15px; height:25px; font-size:15px; color:#fff; border-bottom:1px dotted #333; font-family: 'OswaldBook';}
.box .box-content { padding:0px; }

/*********** box products ***********/
.box-product { width: 100%; }
.box-product > .flexslider ul li{vertical-align: top; text-align:center; width:200px;}
.box-product > .flexslider ul li .slide-inner{padding:0px 10px; position: relative; text-align: center;}
.box-product .image { display: block; margin-bottom:10px; }
.box-product .image a { display:block; }
.box-product .image img { padding:0px; }
.box-product .name a {font-size:13px; line-height:18px; text-decoration: none; display:inline-block; margin:0 auto; padding:0px;}
.box-product .name a:hover {text-decoration:underline;}
.box-product .price { display: block; font-weight: bold; margin:5px 0 10px 0; padding:0 8px; color:#FFE300; font-size:13px;}
.box-product .price-old { color: #fc2828; text-decoration: line-through; font-weight:normal; margin-right:5px; font-size:12px;}
.box-product .price-new { font-weight: bold; }
.box-product .rating { display: block;}
.box-product > .flexslider ul li .rating img{ width:auto; display:inline;}




/********** Comented for Right Part Start*******/
#column-left .box-product > .flexslider ul li{display:block;}
#column-left .box-product > .flexslider ul li .slide-inner{padding:0px 0 8px 0; margin-bottom:8px;}
#column-left .box-product > .flexslider ul li, #column-right .box-product > .flexslider ul li{width:220px;}
#column-left .box-product .image, #column-right .box-product .image { float:left; margin-right:10px; margin-bottom:0px; }
#column-left .box-product .name, #column-right .box-product .name { margin-bottom:2px; text-align:left; width:170px; float:left;}
#column-left .box-product .name a, #column-right .box-product .name a { padding:0 0 0 0px; width:auto; font-size:12px; margin:0;}
#column-left .box-product .price, #column-right .box-product .price { float:left; padding:0 10px 0 0; margin:0px 0 2px 0; font-size:12px;}
#column-left .cart, #column-right .cart { display:none; }
#column-left .box-product .rating, #column-right .box-product .rating { float:left; margin-top:0px; }

/*#column-left .box-product > div, #column-right .box-product > div { text-align:left; border:none; margin:0 0 0px 0; padding:8px 0; width:220px; }
#column-left .box-product .image, #column-right .box-product .image { float:left; margin-right:8px; margin-bottom:0px; }
#column-left .box-product .name, #column-right .box-product .name { min-height:inherit; }
#column-left .box-product .name a, #column-right .box-product .name a { padding:0 0 0 8px; width:auto; }
#column-left .box-product .price, #column-right .box-product .price { float:left; padding:0 10px 0 0; margin:0px 0 2px 0; }
#column-left .cart, #column-right .cart { display:none; }
#column-left .box-product .rating, #column-right .box-product .rating { float:left; margin-bottom:0px; }*/

/********** Comented for Right Part End*******/


/*********** Category boxes ***********/
.box-category ul, .list-item { list-style: none; margin: 0; padding: 0; }
.box-category > ul > li, .list-item > li {display: block; position: relative; }
.box-category .down { top: 6px; right: 0; position: absolute; cursor: pointer; width:16px; height:16px; padding: 2p; background: transparent url(../image/plus.png) 0px 0px no-repeat; opacity: 0.6; -moz-opacity: 0.6; }
.box-category .down:hover { opacity: 1; -moz-opacity: 1;}
.box-category ul li a, .list-item li a {padding:5px 0px 5px 12px; color:#999; display: block; background: transparent url(../image/bullet-dark.png) 0px 11px no-repeat;}
.box-category ul li.double a { display: inline-block; margin: 0; }
.box-category ul li { position: relative; }
.box-category > ul > li a.active + .down { background-position: 0px -16px; }
.box-category > ul > li > a {text-transform: uppercase; }
.box-category > ul > li ul { display: none; padding-left: 10px; margin-bottom:5px;}
.box-category > ul > li a.active { font-weight: bold; color:#fff;}
.box-category > ul > li > a.active { margin-bottom:5px; }
.box-category > ul > li a.active + ul { display: block; }
.box-category a:hover, .list-item a:hover {color:#fff;}

.box-category > ul > li ul li a:hover, .list-item a:hover, .box-category > ul > li > ul > li a.active { }

.box-category > ul > li ul li { border-top: 1px dotted #333; }
.box-category > ul > li ul li a { margin-right: 16px; }
.box-category > ul > li ul li a:hover, .list-item a:hover { margin-right: 16px;}
.box-category > ul > li ul > li > a { text-decoration: none; }
.submenu{display:nne;}

/*********** Filter ***********/
.box-filter > li > span{font-size:14px; font-weight:bold; margin-bottom:10px; display:block;}
.box-filter > li > ul{margin-bottom:15px;}
.box-filter > li > ul li {margin-bottom:5px;}
.box-filter > li > ul li label{margin-left:5px;}
#button-filter{font-family: Arial,Helvetica,sans-serif; font-size:12px; height:auto; line-height: normal; text-transform: uppercase;}

/*********** sitemap ***********/
.sitemap { list-style: none; margin: 0; padding: 0; }
.sitemap > li { display: block; position: relative; }
.sitemap > li > a { border-bottom: 1px dotted #333; }
.sitemap li a { padding:5px 8px 5px 0; display: block; font-weight:bold; }
.sitemap li ul { margin-left:30px; }
.sitemap li ul li a { font-weight:normal; }
.sitemap li a:hover { color: #FFE300; }

/*********** content ***********/
#content .content { padding:0; overflow: auto; margin-bottom: 20px; }
#content .content .left { float: left; width: 49%; }
#content .content .right { float: right; width: 49%; }

/*********** category ************/
.category-info { overflow: auto; margin-bottom: 20px; }
.category-info .image { float: left; padding:0px; margin-right: 15px; }
.category-list { overflow: auto; margin-bottom: 20px; }
.category-list ul { float: left; width:23%; margin-right:12px;}

/*********** manufacturer ***********/
.manufacturer-list { overflow: auto; margin-bottom: 20px; }
.manufacturer-heading { background: #111; border-bottom: 1px solid #151515; border-top: 1px solid #151515; font-size: 15px; font-weight: bold; padding: 5px 8px; margin-bottom: 6px; }
.manufacturer-content { padding: 8px; }
.manufacturer-list ul { float: left; width: 25%; margin: 0; padding: 0; list-style: none; margin-bottom: 10px; }

/*********** product ***********/
.product-filter {background:#191919; border-bottom: 1px solid #222; border-top: 1px solid #151515; padding:6px 5px; overflow: auto; line-height:27px; }
.product-filter .display { margin-right: 15px; float: left;}
.product-filter .display a { font-weight: bold; }
.product-filter .sort { float: right; }
.product-filter .limit { margin-left: 15px; float: right; }
.product-filter select{padding:2px 2px; border:2px solid #333333;}
.product-compare { padding-top: 6px; margin-bottom:20px; font-weight: bold; }
.product-compare a { text-decoration: none; font-weight:normal;}
.product-list > div {overflow: auto; padding-bottom:20px;}
.product-list > div + div{border-top:1px dotted #333; padding-top:20px;}

.product-list .right { float: right; margin-left: 15px; }
.product-list .image { float: left; margin-right: 20px; }
.product-list .name { margin-bottom:8px; }
.product-list .name a { color: #ccc; font-weight: bold; text-decoration: none; font-size:15px; }
.product-list .name a:hover { color:#FFE300; }
.product-list .description { line-height: 18px; margin-bottom: 5px; color:#999;}
.product-list .rating { color: #7B7B7B; }
.product-list .cart{float:left;}
.product-list .price {font-size:14px; font-weight: bold; margin-left: 8px; color:#FFE300; margin-bottom:15px;}
.product-list .price-old { color: #fc2828; text-decoration: line-through; font-weight:normal; }
.product-list .price-new { font-weight: normal; }
.product-list .price-tax { font-size: 12px; font-weight: normal; color: #999; }

.product-list .wishlist, .product-list .compare {float:left; padding:3px 6px;}
.product-list .wishlist a{text-decoration: none; display:inline-block; font-size:10px; text-transform:uppercase; padding-left:16px; background: url(../image/plus.png) 0 2px no-repeat; color:#aaa;}
.product-list .compare a {text-decoration:none; display:inline-block; font-size:10px; text-transform:uppercase; padding-left:16px; background: url(../image/plus.png) 0 2px no-repeat; color:#aaa;}
#cloud-zoom-big{background:#000;}

/*********** Grid-List Icon ***********/
.product-filter .display b { float:left; margin-right:10px;}
.list-icon{background:url(../image/list-icon.png) left -23px no-repeat; width:16px; height:16px; display:block; text-indent:-9999px; float:left; margin-right:8px; margin-top:5px;}
.grid-icon{background:url(../image/list-icon.png) left -68px no-repeat; width:16px; height:16px; display:block; text-indent:-9999px; float:left; margin-right:8px; margin-top:5px;}
.list1-icon { background: url(../image/list-icon.png) left top no-repeat; width:16px; height:16px; display:block; text-indent:-9999px; float:left; margin-right:8px; margin-top:5px;}
.grid1-icon { background: url(../image/list-icon.png) left -45px no-repeat; width:16px; height:16px; display:block; text-indent:-9999px; float:left; margin-right:8px; margin-top:5px; }

/*********** Grid-List Icon ***********/
a.wishlist:hover { color:#fff; }

.product-grid { width: 100%;}
.product-grid > div { min-width: 130px; display: inline-block; position: relative; vertical-align: top; text-align:center; padding:10px 10px 30px 27px;}
.product-grid .image { display: block; margin-bottom:10px; }
.product-grid .image img { padding:0px; display:block;}
.product-grid .name a { max-width:194px; font-size:13px; line-height:18px; text-decoration: none; display:inline-block; margin:0 auto; padding:0px;}
.product-grid .name a:hover {text-decoration:underline;}
.product-grid .description { display: none; }
.product-grid .rating {  display: block;}
.product-grid .price { display: block; font-weight: bold; margin:5px 0 10px 0; padding:0 8px; color:#FFE300; font-size:13px; }
.product-grid .price-old {color: #fc2828; text-decoration: line-through; font-weight:normal; margin-right:5px; font-size:12px;}
.product-grid .price-new { font-weight: bold; }
.product-grid .price .price-tax { display: none; }
.product-grid .wishlist a{text-decoration: none; display:inline-block; font-size:10px; text-transform:uppercase; padding-left:16px; background: url(../image/plus.png) 0 2px no-repeat; color:#aaa;}
.product-grid .compare a {text-decoration:none; display:inline-block; font-size:10px; text-transform:uppercase; padding-left:16px; background: url(../image/plus.png) 0 2px no-repeat; color:#aaa;}
.product-grid .wishlist a:hover, .product-grid .compare a:hover, .product-list .wishlist a:hover, .product-list .compare a:hover {color:#FFE300;}


/*********** Product ***********/
.product-info { overflow:auto; margin-bottom: 20px; }
.product-info > .right h2{color:#fff;}
.product-info > .left { float: left; margin-right: 15px; }
.product-info > .left + .right { margin-left:320px; }
.product-info .image { float: left; margin-bottom: 15px; text-align: center; position:relative; }
.product-info .image_inside { margin:0px; position:relative; z-index:20; padding:0; }
.product-info .image .zoom_btn { position: absolute; bottom:6px; right:0px; width: auto; height: 11px; z-index:21; }
.product-info #zoom-image .zoom_bttn { font-size: 10px; line-height: 11px; color: #ababab; text-transform: uppercase; background:url(../image/zoom-plus.png) 2px 2px no-repeat; padding: 1px 1px 1px 16px; }
.product-info #zoom-image { color: #ababab; display:inline-block; padding-top:3px;}
.product-info .image-additional { width:307px; margin-left: -7px; clear: both; overflow: hidden; }
.product-info .image-additional img { width:54px; display:block; }
.product-info .image-additional a { float: left; display: block; margin-left:7px; margin-bottom: 10px; }
.image-additional a:active { outline: 0; }
.product-info .description {border-bottom:1px dotted #333; padding:0px 0px 15px 0px; margin-bottom: 15px; line-height: 20px; font-size:13px; }
.product-info .description span { font-weight:bold; }
.product-info .description a {font-size:13px; }
.product-info .price {color:#FFE300; overflow: auto; padding:0px; margin-bottom: 15px; font-size:20px; font-weight: bold;}
.product-info .price-old { color: #fc2828; font-size:17px; text-decoration: line-through; font-weight:normal; }
.product-info .price-tax { font-size: 12px; font-weight: normal; color: #999; }
.product-info .price .reward { font-size: 12px; font-weight: normal; color: #999; }
.product-info .price .discount { font-weight: normal; font-size: 12px; color: #666; }
.product-info .options {padding:0px; margin-bottom: 10px;}
.product-info .option-image { margin-top: 3px; margin-bottom: 10px; }
.product-info .option-image label { display: block; width: 100%; height: 100%; }
.product-info .option-image img { margin-right: 5px; cursor: pointer; }
.product-info .cart {border-bottom:1px dotted #333; border-top:1px dotted #333; padding:15px 0px 15px 0px; margin-bottom: 15px; overflow: auto; }
.product-info .cart div { vertical-align: middle; }
.product-info .cart div > span { padding-top: 7px; display: block; color: #999; }
.product-info .cart div .qty{margin-right:15px; float:left; padding:8px 0px;}
.product-info .cart div .wishlist{padding-left:15px; background: url(../image/plus.png) 0px 2px no-repeat; font-size:11px; margin-top:15px; display:inline-block;}
.product-info .cart div .wishlist + .wishlist{margin-left:10px;}
.product-info .cart #button-cart{text-transform:uppercase; padding:14px 20px; font-size:15px;}

.product-info .cart .minimum { padding-top: 5px; font-size: 11px; color: #999; clear: both; }
.product-info .review { color: #4D4D4D; margin-bottom: 10px; }
.product-info .review a:hover { color: #FFE300; }
.product-info .review > div { padding:10px 8px; background:#111; line-height: 20px; overflow:auto; }
.product-info .review > div > span { color: #38B0E3; }
.product-info .review .share { overflow: auto; line-height: normal; }
.product-info .review .share a { text-decoration: none; }
.review-list { padding: 10px; overflow: auto; margin-bottom: 20px; border: 1px solid #EEEEEE; }
.review-list .author { float: left; margin-bottom: 20px; }
.review-list .rating { float: right; margin-bottom: 20px; }
.review-list .text { clear: both; }
.attribute { border-collapse: collapse; width: 100%; border-top: 1px solid #1b1b1b; border-left: 1px solid #1b1b1b; margin-bottom: 20px; }
.attribute thead td, .attribute thead tr td:first-child { color: #ddd; font-size: 14px; font-weight: bold; background: #151515; text-align: left; }
.attribute tr td:first-child {font-weight: bold; text-align: right; width: 20%; }
.attribute td { padding: 7px; text-align: center; vertical-align: top; border-right: 1px solid #1b1b1b; border-bottom: 1px solid #1b1b1b; }
.compare-info { border-collapse: collapse; width: 100%; border-top: 1px solid #151515; margin-bottom: 20px; }
.compare-info thead td, .compare-info thead tr td:first-child {background:#191919; color: #eee; font-size:14px; font-weight: normal; text-transform:uppercase; text-align: left; }
.compare-info tr td:first-child {font-weight: bold; text-align: right; }
.compare-info td { padding: 7px; width: 20%; text-align: center; vertical-align: top;  border-bottom: 1px dotted #252525; }
.compare-info td + td{border-left: 1px solid #151515;}
.compare-info thead td{padding:10px 7px;}
.compare-info .name a { font-weight: bold; }
.compare-info .price-old { font-weight: bold; color: #fc2828; text-decoration: line-through; font-weight:normal; }
.compare-info .price-new { font-weight: normal; }


.qty strong{margin-right:10px;}
.qty a{ background: url(../image/plus.png) no-repeat left top; display: inline-block; height: 16px; width: 16px; overflow: hidden; position: relative; text-indent: -9999px;  top:4px;  -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; opacity:0.5;}
.qty a.mines{background-position:left bottom;}
.qty a:hover{opacity:1; -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;}

/*********** wishlist ***********/
.wishlist-info table { width: 100%; border-collapse: collapse; border-top: 1px solid #151515; margin-bottom: 20px; }
.wishlist-info td { padding: 7px; }
.wishlist-info thead td {padding:10px 7px; color: #eee; text-transform:uppercase; font-weight: normal; background-color: #191919; border-bottom: 1px solid #222; }
.wishlist-info thead .image { text-align: center; }
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock { text-align: left; }
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action { text-align: right; }
.wishlist-info tbody td{border-bottom: 1px dotted #333; }
.wishlist-info tbody .image { text-align: center; }
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock { text-align: left; }
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action { text-align: right; }
.wishlist-info tbody .price s { color: #F00; }
.wishlist-info tbody .action img { cursor: pointer; }

.login-content { margin-bottom: 20px; overflow: auto; }
.login-content .left { float: left; width: 48%; }
.login-content .right { float: right; width: 48% }
.login-content .right b{margin-bottom:3px; display:inline-block;}
.login-content .right a{margin-top:12px; display:inline-block}
.login-content .right a:hover{color:#FFE300; text-decoration:underline;}
.login-content .left .content, .login-content .right .content { min-height: 190px; }

/*********** orders ***********/
.order-list { margin-bottom: 10px; }
.order-list .order-id { width: 48%; padding:1%; background:#191919; float: left; margin-bottom: 2px; }
.order-list .order-status {width: 48%; padding:1%; background:#191919; float: right; text-align: right; margin-bottom: 2px; }
.order-list .order-content { padding: 10px 0px; display: inline-block; width: 100%; margin-bottom: 20px; }
.order-list .order-content div { float: left; width: 33.3%; }
.order-list .order-info { text-align: right; }
.order-detail { background: #EFEFEF; font-weight: bold; }

/*********** returns ***********/
.return-list { margin-bottom: 10px; }
.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-content { padding: 10px 0px; display: inline-block; width: 100%; margin-bottom: 20px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.return-list .return-content div { float: left; width: 33.3%; }
.return-list .return-info { text-align: right; }
.return-product { overflow: auto; margin-bottom: 20px; }
.return-name { float: left; width: 31%; margin-right: 15px; }
.return-model { float: left; width: 31%; margin-right: 15px; }
.return-quantity { float: left; width: 31%; }
.return-detail { overflow: auto; margin-bottom: 20px; }
.return-reason { float: left; width: 31%; margin-right: 15px; }
.return-opened { float: left; width: 31%; margin-right: 15px; }
.return-opened textarea { width: 98%; vertical-align: top; }
.return-captcha { float: left; }
.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 #EEEEEE; border-bottom: 1px solid #EEEEEE; }
.download-list .download-content div { float: left; width: 33.3%; }
.download-list .download-info { text-align: right; }

/*********** cart ***********/
.cart-info table{width: 100%; margin-bottom:30px; border-collapse: collapse; border-top: 1px solid #151515;}
.cart-info td { padding: 7px; }
.cart-info thead td { color: #eee; padding:10px 7px; text-transform:uppercase; background-color: #191919; border-bottom: 1px solid #222; }
.cart-info thead .image { text-align: center; }
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity { text-align: left; }
.cart-info thead .price, .cart-info thead .total { text-align: right; }
.cart-info tbody td {border-bottom: 1px dotted #333; }
.cart-info tbody .image { text-align: center; }
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity { text-align: left; }
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img { position: relative; top: 4px; cursor: pointer; }
.cart-info tbody .price, .cart-info tbody .total { text-align: right; }
.cart-info tbody span.stock { color: #F00; font-weight: bold; }
.cart-module > div { display: none; }
.cart-total { border-top: 1px dotted #333; overflow: auto; padding-top: 8px; margin-bottom: 15px; }
.cart-total table { float: right; }
.cart-total td { padding: 3px; text-align:right; }

/*********** checkout ***********/
.checkout{margin-bottom:20px;}
.checkout-heading {border:1px solid #222; background:#191919; padding:8px 10px; margin-bottom:10px; font-weight: bold; font-size:14px; color:#ccc; text-transform:uppercase;}
.checkout-heading a { float: right; font-weight: normal; text-decoration: none; }
.checkout-content { padding:10px; margin-top:20px; display: none; overflow: auto; }
.checkout-content .left { float: left; width: 48%; }
.checkout-content .right { float: right; width: 48%; }
.checkout-content .buttons { clear: both; }
.checkout-product table{width:100%; border-collapse:collapse; border:1px solid #151515; margin-bottom:20px;}
.checkout-product td { padding: 7px; }
.checkout-product thead td {padding:10px 7px; color: #eee; font-size:13px; text-transform:uppercase; background-color: #111; border-bottom: 1px solid #151515; }
.checkout-product thead .name, .checkout-product thead .model { text-align: left; }
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total { text-align: right; }
.checkout-product tbody td { vertical-align: top; border-bottom: 1px solid #151515; }
.checkout-product tbody .name, .checkout-product tbody .model { text-align: left; }
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total { text-align: right; }
.checkout-product tfoot td { text-align: right; border-right: 1px solid #151515; }
.contact-info { overflow: auto; }
.contact-info .left { float: left; width: 48%; }
.contact-info .right { float: left; width: 48%; }
.sitemap-info { overflow: auto; margin-bottom: 40px; }
.sitemap-info .left { float: left; width: 48%; }
.sitemap-info .right { float: right; width: 48%; }

/************************* Footer ***********************/

/******** Footer Links *******/
#footer {background:#000; color:#999; position:fixed; z-index:9998; bottom:35px; width:100%; box-shadow:0px 0px 10px rgba(250, 250, 250, 0.1); -moz-box-shadow:0px 0px 10px rgba(250, 250, 250, 0.1); -webkit-box-shadow:0px 0px 10px rgba(250, 250, 250, 0.1);}
#footer .fpart-inner{max-width:1000px; margin:0 auto; padding:20px; display:none;}
#footer a{color:#999;}
#footer a:hover{color:#FFE300;}

#footer .btn{width:36px; height:20px; position:absolute; z-index:3; background:url(../image/content-bg.png) left top repeat;  left:50%; margin-left:-18px; cursor:pointer; top:-20px; font-size:38px; box-shadow:0px 0px 5px rgba(250, 250, 250, 0.08); -moz-box-shadow:0px 0px 5px rgba(250, 250, 250, 0.08); -webkit-box-shadow:0px 0px 5px rgba(250, 250, 250, 0.08);}
#footer .btn.open{background:#000;}
#footer .btn span{background:url(../image/plus.png) center 4px no-repeat; display:block; width:36px; height:20px;}
#footer .btn.open span{background-position:center -12px;}

#footer .social-part{padding:0px 0px 30px 0; margin:0;}
#footer .social-part:after{visibility:hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

/******* Facebook ********/
.social-part #facebook{position:fixed; width:235px;  background:#fff; border:3px solid rgba(59, 89, 152, 1); padding:0px; top:230px; z-index:10000;}
.social-part #facebook.fb-left{left:-241px;}
.social-part #facebook.fb-right{right:-241px;}

#facebook_icon{width:30px; height:50px; cursor:pointer; display:block; position:absolute; top:-3px; background:rgba(59, 89, 152, 1) url(../image/facebook.png)center center no-repeat;}
.fb-left #facebook_icon{right:-33px;}
.fb-right #facebook_icon{left:-33px;}


/******** Twitter *******/
/*.twitter_footer{width:318px; margin-top:-10px;}*/

#twitter_footer{position:fixed; width:215px;  background:#fff; border:3px solid #2daae1; padding:5px 10px; top:290px; z-index:9999;}
#twitter_footer.twit-left{left:-241px;}
#twitter_footer.twit-right{right:-241px;}

.twitter_icon{width:30px; height:50px; cursor:pointer; display:block; position:absolute; top:-3px; background:#2daae1 url(../image/twitter.png)center center no-repeat;}
.twit-left .twitter_icon{right:-33px;}
.twit-right .twitter_icon{left:-33px;}



#footer h3{color:#ccc; font-size:14px; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;  margin:0px 0 15px 0; padding:0px; text-transform:uppercase; font-weight:normal;}
#footer .column { float:left; position:relative; border-right:1px dotted #222222; min-height:134px;}
#footer .column + .column { margin-left:15px; }
#footer .column ul {width:169px; padding:0px; }
#footer .column ul li { list-style-type:none; }
#footer .column a { text-decoration: none; display:block; line-height:18px; font-size:12px; -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;}
#footer .column li + li{padding-top:10px; }
#footer .column a:hover {-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;}

#footer .custom_column p{line-height:18px; margin:0;}

/******** Contact Details *******/
#footer .contact{margin-left:15px; float:left;}
#footer .contact ul{width:260px;}
#footer .contact ul li{font-size:12px; list-style-type:none; padding:0 0 0 32px; line-height:20px; }
#footer .contact ul li + li{margin-top:12px;}
#footer .contact ul li.address{background:url(../image/location.png) 2px 3px no-repeat;}
#footer .contact ul li.mobile{background:url(../image/telephone.png) left 2px no-repeat;}
#footer .contact ul li.email{background:url(../image/mail.png) left 4px no-repeat;}
#footer .contact ul li.email a{text-decoration:underline;}
#footer .contact ul li a{-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;}
#footer .contact ul li a:hover{-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; text-decoration:none;}

/******** Payments Types *******/
.payments_types{float:left; padding:8px 0 0 0; width:30%;}
.payments_types img{opacity:0.5; display:inline-block; margin-right:5px; vertical-align:middle; -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;}
.payments_types img:hover{opacity:1; -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;}


/*============ Fotter Second ==============*/
.footer-second-wrapp{width:100%; background:url(../image/content-bg.png) left top repeat; position:fixed; bottom:0; box-shadow:0px 0px 10px rgba(250, 250, 250, 0.08); z-index:9997;}
.footer-second{max-width:1170px; padding:0; margin:0 auto; height:35px;}



/******** Social Icon *******/
.social { float:right; margin:0; text-align:right; padding:0px 0 0 0; width:30%;}
.social a {width:20px; height:20px; display:inline-block; margin:8px 0 0px 5px; opacity:0.8; filter:alpha(opacity=60); line-height:33px; -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;}
.social a img{display:inline-block; vertical-align:middle;}
.social a:hover{-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; opacity:1; filter:alpha(opacity=100);}

.social a.facebook{background:url(../image/white/facebook.png) left top no-repeat;}
.social a.twitter{background:url(../image/white/twitter.png) left top no-repeat;}
.social a.googleplus{background:url(../image/white/googleplus.png) left top no-repeat;}
.social a.pinterest{background:url(../image/white/pinterest.png) left top no-repeat;}
.social a.rss{background:url(../image/white/rss.png) left top no-repeat;}
.social a.vimeo{background:url(../image/white/vimeo.png) left top no-repeat;}
.social a.flickr{background:url(../image/white/flickr.png) left top no-repeat;}
.social a.youtube{background:url(../image/white/youtube.png) left top no-repeat;}
.social a.skype{background:url(../image/white/skype.png) left top no-repeat;}

/******** Powered *******/
#powered {float:left; font-size:11px; line-height:35px; color:#777; width:100%; text-align:center;}
#powered a {font-size:11px; color:#777; -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;}
#powered p{margin:0; line-height:35px;}
#footer #powered a:hover {color:#fff; -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;}

/*********** banner ***********/
.banner div { text-align: center; width:100%; display:none; }
.banner div img { margin-bottom: 20px; }


/*********** Extra ***********/
.w30{width:30px!important; text-align:center;}


/************* jcarousel Horizontal Buttons ***********/
.jcarousel-skin-opencart{border-top: 1px dotted #333; border-bottom: 1px dotted #333; }

.jcarousel-skin-opencart .jcarousel-next-horizontal { position: absolute; top:36%; right:0px; cursor:pointer; background:#333 url(../image/arrows.png) no-repeat 0px 0px; width: 20px; height: 21px; cursor: pointer; -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;}
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-next-horizontal { left:0px; right: auto; }
.jcarousel-skin-opencart .jcarousel-next-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-horizontal:focus {background:#FFE300 url(../image/arrows.png) no-repeat 0px -23px; }
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:active { cursor: default; background: none; }
.jcarousel-skin-opencart .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover{background:none!important;}

.jcarousel-skin-opencart .jcarousel-prev-horizontal { position: absolute; top: 36%; left: 0px; cursor:pointer; background:#333 url(../image/arrows.png) no-repeat -1px -44px; width: 20px; height: 21px; cursor: pointer; -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; }
.jcarousel-skin-opencart .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 0px;}
.jcarousel-skin-opencart .jcarousel-prev-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-horizontal:focus { background:#FFE300 url(../image/arrows.png) no-repeat -1px -67px; }
.jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-opencart .jcarousel-prev-disabled-horizontal:active { cursor: default; background: none; }


/* Flex Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 20px; height: 21px; margin:0px 0 0; display: block; position: absolute; top:-40px; z-index: 10; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.product-tab .flex-direction-nav a{top:-45px;}
.flex-direction-nav .flex-next {background:#333 url(../image/arrows.png) no-repeat 0px 0px; right: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;}
.flex-direction-nav .flex-prev {background:#333 url(../image/arrows.png) no-repeat -1px -44px; right:25px; -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;}
.flex-direction-nav .flex-next:hover{background-color:#FFE300; background-position:left -23px; -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;}
.flex-direction-nav .flex-prev:hover{background-color:#FFE300; background-position:-1px -67px; -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;}
.flex-direction-nav .flex-disabled:hover{background-color:#333!important;}
.flex-direction-nav .flex-next.flex-disabled {opacity: .5!important; filter:alpha(opacity=50); cursor: default; background-position:0 0;}
.flex-direction-nav .flex-prev.flex-disabled, .flex-direction-nav .flex-prev.flex-disabled:hover {opacity: .5!important; filter:alpha(opacity=50); cursor: default; background-position:-1px -44px;}


/******* Auto Complete Field *********/
.ac_results { padding:0px 0 0px 5px; background-color: #222; overflow: hidden; z-index: 99999; border:0;
	box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 0px 4px rgba(0, 0, 0, 0.2); max-height:325px!important; width:315px!important;}
#header.style2 .ac_results{width:250px!important;}
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding:0; margin: 0; }
.ac_results li + li{border-top:1px solid #333;}
.ac_results li {margin: 0px; padding:3px 5px 5px; cursor: default; display: block; /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu; font-size: 13px; /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px; overflow: hidden; color:#eee;}
.ac_loading { background:#111 url('../image/loading.gif') right center no-repeat; }
.ac_odd {}
.ac_over { background-color:#333; color:#fff;}

.ac_results li strong{color:#FFE300;}

/* Nivo Slider Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { width:20px; height:21px; margin:0px; background:rgba(0, 0, 0, 0.2) url(../image/arrows.png) no-repeat 0px 0px; position: absolute; top:50%; margin-top:-10px; z-index: 10; cursor: pointer; text-indent: -9999px; opacity:0; filter:alpha(opacity=0); -webkit-transition: all .3s ease;}
.slider-wrapper:hover .nivo-directionNav a { opacity:1; filter:alpha(opacity=100); }
.nivo-directionNav .nivo-nextNav { background-position: 0px 0px; right:10px; -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; }
.nivo-directionNav .nivo-prevNav { background-position: -1px -44px; left:10px; -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; }
.nivo-directionNav .nivo-nextNav:hover { background:#FFE300 url(../image/arrows.png) no-repeat 0px -22px; -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; }
.nivo-directionNav .nivo-prevNav:hover { background:#FFE300 url(../image/arrows.png) no-repeat -1px -67px; -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; }

.nivo-controlNav a.active { background:#FFE300; cursor: default; border:1px solid rgba(0, 0, 0, 0.1); }


@media screen and (max-width:1024px) {
#header{padding:0 0 0 10px;}
.main-wrapper{padding:15px; margin:70px 10px 65px 10px;}
.footer-second{padding:0 10px;}
.box-product > div, .product-grid > div{margin-right:2px;}
.product-grid{text-align:center;}
#footer .column ul{width:155px;}
#header .links{right:130px;}
#header #search{right:72px;}
#header #cart{right:10px;}
.social-part{display:none;}
}

@media only screen and (min-width:801px) {
#menu > ul, #footer ul { display: block!important;}
}

@media screen and (max-width:800px) {
body {-webkit-text-size-adjust: auto; }
.banner, #column-right, #column-left{ display:none!important; }
.login-content .left, .login-content .right, .checkout-content .left, .checkout-content .right { width:auto!important; float:none; }
.login-content .left .content, .login-content .right .content{min-height:inherit }
input[type="text"], input[type="password"], textarea { width:93%; }
.breadcrumb a { font-size:11px; margin-bottom:10px; display:inline-block }
#menu {padding:0; height:auto; text-align:center;}
#menu > span {text-transform:uppercase; font-size:13px; padding:0px 20px 0px 8px; height:60px; line-height:60px; text-align:center; margin:0; cursor: pointer; display:inline-block; color:#fff; background:url(../image/mplus.png) no-repeat 21px 23px; font-family:'OswaldBook';}
#menu > span.active{background-color:#111; color:#ffe300;}
#menu > ul > li { float:none; padding:0px; display:none;}
#menu > ul > li.categories, #menu > ul > li.categories_hor{display:block;}
#menu > ul > li.categories > a, #menu > ul > li.categories_hor > a{display:none;}
#menu > ul > li.categories > div, #menu > ul > li.categories_hor > div{display:block; position:relative; min-width:180px;}
#menu > ul > li.categories_hor > div > .column{display:block; margin:0; width:auto;}
#menu > ul > li.categories_hor > div > .column > a{font-size:12px; border-bottom:none; text-transform:none;}
#menu > ul > li.categories > div > .column > div, #menu > ul > li.categories_hor > div > .column > div{display:none; position:relative; left:auto;}
#menu > ul > li.categories > div > .column:hover div, #menu > ul > li.categories_hor > div > .column:hover div{display:block; }
#menu > ul > li.categories > div > .column:hover > div ul, #menu > ul > li.categories_hor > div > .column:hover > div ul{display:block; }
#menu > ul { display:none; text-align:left; position:absolute; z-index:9; padding:0;}
#menu > ul > li.categories > div > .column > a, #menu > ul > li.categories_hor > div > .column > a{font-weight:bold; padding:5px 25px 5px 0; margin:0;}
#menu > ul > li.categories > div > .column > div, #menu > ul > li.categories_hor > div > .column > div{display: none; box-shadow:none; border:none; padding:0; margin-left:5px;}
#menu > ul > li ul + ul{padding-left:10px;}
#menu > ul > li.categories > div > .column:hover div, #menu > ul > li.categories_hor > div > .column:hover div{display: none;}
span.more{color: #c2c2c2; display: block; font-weight: bold;  position: absolute; right: 0; top:0px; width: 30px; height:26px; line-height:26px; font-size:20px; text-align:center; cursor:pointer; background:url(../image/mplus.png) no-repeat left -50px;}
span.more.plus{background-position:0 -80px;}
.product-info .cart div .qty{float:none; margin-bottom:15px; padding:0;}
.product-info .cart div .wishlist{margin:0;}
.buttons .left , .buttons .right, .buttons .center{ float: none; text-align: center; margin:10px 0;}
#footer {padding:0!important;}
#footer .fpart-inner{padding:10px 0px 0px}
#footer .column { float:none; width:auto; margin:0!important; display:inline; border:none; }
#footer h3{ cursor:pointer; display:block; text-align:center; padding:5px 0; margin-bottom:0px; border-bottom:1px dotted #333;  height:32px; line-height:32px;}
#footer .contact h3{border:none;}
#footer h3.active{background-color:#151515;}
#footer .column a {line-height:25px; height:25px; background:none;}
#footer .column:hover ul { display:none; }
#footer .column ul {display:none; position:relative; bottom:0px; width:auto; padding:10px 0; border-bottom:1px dotted #333;}
#footer .column ul li { text-align:center; }
#footer .contact{float:none; margin:0;}
#footer .contact ul{width:auto; display:none; padding:10px 0;}
#footer #powered{margin-top:0px;}
#footer .payments_types{float:none; padding:0 0 10px 0;}
#powered p{line-height:14px; padding:3px 0;}
#column-right + #content { margin-right:0!important; }
#column-left + #content { margin-left:0!important; }
#column-left + #column-right + #content, #column-left + #content{margin-left:0!important; }
.product-list .left { width:auto; float:none; }
.jcarousel-skin-opencart { display:none!important; }
.mousetrap { width:99%; }
.product-info .image-additional { width:auto; margin-bottom:10px; max-width:none; }
.product-info .image-additional a { display:inline-block; float:none; }
.product-info .cart div { margin-bottom:15px; float:none;}
.product-grid{ text-align:center; }
.cart-info thead .price, .cart-info tbody .price { display:none; }
.sitemap-info .left, .sitemap-info .right, #content .content .left, #content .content .right, .return-comment, .return-captcha, .manufacturer-list ul, .order-list .order-content div { float:none; width:auto }
.wishlist-product thead td { font-size:11px; }
.cart-info thead .model, .cart-info tbody .model, .wishlist-product thead .model, .wishlist-product thead .stock, .wishlist-product tbody .model, .wishlist-product tbody .stock {display:none;}
.product-filter .sort select{width:auto;}
.mobile-name { display:block!important; }
.mobile-rating img { width:70px; }
.mobile-search { margin-bottom:10px; }
.pagination{text-align:center; margin-bottom:0;}
.pagination .links{float:none;}
.pagination .results{float:none; margin-top:5px;}
.box .box-heading span{padding:0 30px;}

}
@media screen and (max-width: 640px) {
#header #search, #header .button-search, #header #cart .heading a, #header .button-click{width:50px;}
#header #search{right:62px;}
#header .links{right:110px;}
.return-name, .return-model, .return-quantity, .return-reason, .return-opened, .return-captcha{float:none; width:auto;}
.return-name, .return-model, .return-reason, .return-opened{margin-bottom:15px;}
#powered{float:none; width:auto;}
#powered p{line-height:35px; padding:0;}
.payments_types, .social{display:none;}


}

@media screen and (max-width:480px) {
.main-wrapper{margin:10px 10px 35px;}
.header-wrapper, .footer-second-wrapp{position:relative;}
#footer{position:relative; bottom:0;}
.breadcrumb{margin-bottom:0px;}
.home.fmobile .footer-second-wrapp{position:fixed;}
.home.fmobile #footer{position:fixed; bottom:35px;}
h1{font-size:21px; margin-bottom:10px;}
.product-info .image a img {width:100%;}
.product-tab .tabs{padding-left:0px;}
.product-tab .tabs li{margin-right:15px;}
.product-tab .tabs li a{font-size:12px;}
#footer h3{padding:0;}
#footer .column li + li{padding-top:0px;}
#powered p {line-height: 14px; padding: 3px 0;}
.product-filter .display, .product-filter .limit, .product-filter .sort{width:auto; float:none; margin:0; clear:both;}
.product-filter .limit{margin:5px 0;}
.product-filter select{width:auto;}
.flex-control-nav, .flex-direction-nav li a.prev:hover{display:none!important;}
.product-info > .left { float:none; text-align:center; margin-right:0px; }
.product-info > .left + .right { margin-left:auto ; text-align:center;}
.product-info .image { float:none;}
.contact ul li{float:none; width:auto;}
.category-list ul { float: none; width:auto; margin-right:0px;}
.product-info .review > div {overflow:inherit;}
select{width:99%;}
.cart-info thead .image, .cart-info tbody .image, .wishlist-info tbody .image, .wishlist-info thead .image, .wishlist-info thead .model, .wishlist-info tbody .model{display:none;}
#header #logo{float:none; margin:0!important; text-align:center; padding:10px 0 5px;}
#header .links{right:0;}
#header .links a{height:30px; line-height:30px; padding:0 0 0 15px;}
#header .button-search, #header #search input, #header #cart .heading a, #header .button-click{height:30px; line-height:30px;}
#header #search, #header #cart{bottom:0; border-top:1px dotted #333333;}
#header #cart .content{top:30px;}

}
@media screen and (max-width:320px) {
.main-wrapper{padding:5px; margin:5px 5px 25px;}
#header #cart .content{width:280px;}
#header #search input{width:185px;}
#header #search:hover.active, #search.search{width:250px!important;}
#header .links a{font-size:12px;}
#header{padding:0 0 0 5px;}
#menu > span{padding:0 20px 0 0; font-size:12px; background:url(../image/mplus.png) no-repeat 10px 23px;}
#language span, #currency span{padding:0 5px; font-size:12px;}
table.form tr td:first-child, table.form td{display:block;}
.product-info{overflow:hidden!important;}
.htabs a{font-size:11px; padding:7px 5px 6px 5px;}
#footer h3{font-size:13px;}
#footer .contact ul{padding:10px;}
.product-list > div{text-align:center; }
.product-list .image{float:none; margin:0;}
.product-list .cart, .product-list .wishlist, .product-list .compare{float:none; }
.ac_results{width:250px!important;}
}