*, body, form, html {
    padding: 0;
    margin: 0
}
html {
    overflow: -moz-scrollbars-vertical
}
body {
    font-family: Myriad pro,sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333;
	background-color: #fff;
}
.no-pad {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.header .links a,
a,
a b,
a:hover,
a:visited {
    text-decoration: none
}
#menu ul,
.left-links>ul,
.manufacturer-list ul,
.sitemap {
    list-style: none
}


a,
body,
input,
select,
td,
textarea,
th {
    font-size: 12px
}
h1 {
    color: #315F89;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}
h2 {
    font-size: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase
}
.required,
h4 {
    font-weight: 700
}
h4 {
    font-size: 13px;
    margin-bottom: 10px
}
p {
    margin-bottom: 20px;
    line-height: 20px
}
a,
a b,
a:visited {
    color: #222;
    cursor: pointer
}
a:hover {
    color: #000
}
a img {
    border: none
}
.clear {
    clear: both
}
form {
    display: inline
}
input[type=text],
input[type=password],
textarea {
    border: 1px solid #ddd;
    padding: 5px 7px;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#button-filter,
.help,
.product-grid .cart input,

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border: 1px solid #bbb;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
select {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
label {
    cursor: pointer
}
.form-content {
    background: #e9f3fa;
    overflow: hidden;
    padding: 30px;
    border-radius: 15px
}
.wrapper-box {
    max-width: 1060px;
    margin: 3px auto;
    background: #fff
}
.wrapper-wide {
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-top: 2px solid #a12422
}
.main-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px
}
#container {
    text-align: left;
    overflow: auto;
    margin: 8px auto
}
#column-left {
    /*float: left;
    width: 220px;
    padding: 0 15px 0 0*/
}
#column-right {
    float: right;
    width: 25%;
    padding: 0 0 0 15px;
    border-left: 1px solid #eee
}
#content {
    min-height: 400px;
    margin-bottom: 10px;
    padding: 0
}
#column-left+#column-right+#content,
#column-left+#content {
    margin-left: 250px
}
#column-right+#content {
    margin-right: 250px
}


#column-left #logo {
    margin: 0;
    display: block;
    height: auto
}
#column-left #logo a {
    height: 240px;
    width: 220px;
    background: url(../image/pti-logo.svg) center center/200px auto no-repeat rgba(0, 0, 0, 0);
    display: inline-block
}
.navbar-default .navbar-brand {
	background: url(../image/pti-logo-h.svg) center center/120px auto no-repeat rgb(255, 255, 255);
	width: 45%;
	margin: 10px;
	padding: 15px;
	border-radius: 5px;
}
/* Menu style start */
.navbar { background: #a12422 linear-gradient(to bottom, #c1372f, #821215) repeat scroll 0 0; min-height:38px; margin-bottom: 10px; }
.logo { background: #FFF url("../../image/pti-logo.svg") no-repeat scroll center top / 100px auto;
     height:150px; width:150px; }

.navbar-nav>li>.dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
	color: #fff!important;
	display: block;
	font-size: 14px;
	line-height: 36px;
	padding: 0 8px;
	position: relative;
	z-index: 1009;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-decoration: underline;
}

.mega-dropdown {
  position: static !important;
  /*width: 100%;*/
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/* Menu style end */
#content.style3 .hsecond {
    min-height: 146px
}

.error,
.help,
table.radio td label {
    display: block
}

.custom_block p {
    line-height: 18px;
    margin: 0
}
.breadcrumb {
    color: #c2c2c2;
    margin-bottom: 10px;
    text-align: center
}
.breadcrumb a {
    color: #999;
    font-size: 11px
}
.breadcrumb a:hover {
    color: #D45C93
}
.attention,
.information,
.success,
.warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #a12422
}
.attention a,
.success a,
.warning a {
    padding: 3px 5px;
    margin: 0 3px
}
.success a {
    background: #BBDF8D
}
.warning a {
    background: #F8ACAC
}
.attention a {
    background: #F2DD8C
}
.success {
    background: url(../image/success.png) 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D
}
.warning {
    background: url(../image/warning.png) 10px center no-repeat #FFD1D1;
    border: 1px solid #F8ACAC
}
.attention {
    background: url(../image/attention.png) 10px center no-repeat #FFF5CC;
    border: 1px solid #F2DD8C
}
.attention .close,
.information .close,
.success .close,
.warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}
.error,
.required {
    color: red
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: 400
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}
table.form tr td:first-child {
    width: 150px
}
table.form>*>*>td {
    color: #333
}
table.form td {
    padding: 8px 4px
}
input.large-field,
select.large-field {
    width: 300px
}
table.list,
table.radio {
    width: 100%;
    border-collapse: collapse
}
table.list {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin-bottom: 20px
}
table.list td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px
}
.list thead td,
table.list thead td a {
    text-decoration: none;
    color: #222;
    font-weight: 700
}
table.list tbody td {
    vertical-align: top;
    padding: 0 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 td {
    padding: 5px;
    vertical-align: top
}
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: #f8f6f6;
    cursor: pointer
}
.pagination {
    border-top: 1px solid #EEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}
.pagination .links a,
.pagination .links b {
    vertical-align: middle;
    padding: 4px 10px;
    display: inline-block;
    text-decoration: none
}
.pagination .links {
    float: left
}
.pagination .links a {
    border: 1px solid #EEE;
    color: #777
}
.pagination .links b {
    border: 1px solid #d45c93;
    font-weight: 400;
    color: #fff;
    background: #d45c93
}
.pagination .links a:hover {
    color: #d45c93;
    border: 1px solid #ccc
}
a.button,
a.button:hover,
input.button,
input.button:hover {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
.pagination .results {
    float: right;
    padding-top: 3px
}
a.button,
input.button {
    background: linear-gradient(to bottom, #c1372f, #821215) #a12422;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    border: none;
    transition: all .3s ease-in-out;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25)
}
.box .box-heading,
.htabs,
.product-tab .tabs,
.welcome {
    height: 30px;
    border-bottom: 1px solid #ddd
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 3px 12px
}
.htabs a,
.product-tab .deactive {
    display: none
}
input.button {
    margin: 0;
    padding: 7px 12px
}
.box,
.buttons,
.product-tab,
.product-tab .tabs,
.tab-content {
    margin-bottom: 20px
}
a.button:hover,
input.button:hover {
    background: linear-gradient(to bottom, #cf433a, #981519) #b32c29;
    transition: all .3s ease-in-out
}
.qty a,
.qty a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
.buttons {
    border-top: 1px solid #EEE;
    overflow: auto;
    padding: 15px 6px 0
}
.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 a,
.product-tab .tabs li a {
    margin-right: 2px;
    text-align: center;
    text-decoration: none;
    float: left
}
.htabs {
    line-height: 16px;
    padding-left: 10px
}
.htabs a {
    padding: 7px 15px 6px;
    font-size: 13px;
    font-weight: 400;
    color: #333
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #FFF;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-weight: 700
}
.tab-content {
    padding: 10px;
    z-index: 2
}
.tab-content ul {
    margin-left: 20px
}
.product-tab .tabs {
    line-height: 16px;
    padding-left: 10px
}
.product-tab .tabs li {
    float: left;
    list-style-type: none
}
.product-tab .tabs li a {
    padding: 7px 15px 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7a0f13;
    opacity: .7;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}
.product-tab .tabs li.active a {
    opacity: 1;
    padding-bottom: 7px;
    background: #FFF;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}
.addthis_default_style>a,
.box .box-content,
.box-product .image img,
.box-product .name a {
    padding: 0
}
.box .box-heading,
.welcome {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #333
}
.box-product {
    width: 100%
}
.box-product>.flexslider ul li {
    vertical-align: top;
    background: #fff;
    text-align: center;
    width: 200px
}
.box-product>.flexslider ul li .slide-inner {
    position: relative;
    text-align: center;
    border: 1px solid #fff
}
.box-product>.flexslider ul li .slide-inner:hover {
    border: 1px solid #ddd
}
.box-product .image {
    display: block;
    margin-bottom: 5px
}
.box-product .name a {
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    color: #333
}
.box-product .name a:hover {
    text-decoration: underline
}
.box-product .price {
    display: block;
    font-weight: 700;
    margin: 5px 0 10px;
    padding: 0 8px;
    color: #D45C93;
    font-size: 13px
}
.box-product .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 5px;
    font-size: 12px
}
.box-category>ul>li ul li a:hover,
.box-category>ul>li ul>li>a,
.left-links>ul>li a:hover,
.product-compare a,
.product-list .name a {
    text-decoration: none
}
.box-category>ul>li a.active,
.box-filter>li>span,
.box-product .price-new,
.left-links>ul>li a,
.sitemap li a {
    font-weight: 600
}
.box-product .rating {
    display: block;
    margin-top: 5px
}
.box-product>.flexslider ul li .cart a,
.box-product>.flexslider ul li .cart input {
    padding: 2px 3px;
    font-size: 11px;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
}
.box-product>.flexslider ul li .rating img {
    width: auto;
    display: inline
}
.box-product>.flexslider.style1 ul li .name a {
    margin: 0 0 10px
}
.box-product>.flexslider.style1 ul li .name {
    text-align: left
}
.box-product>.flexslider.style1 ul li .price {
    float: left;
    width: 95px;
    padding: 0;
    margin: 0;
    text-align: left
} 
.box-product>.flexslider.style1 ul li .rating {
    float: left;
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0 3px;
    background: #eee;
    display: none
}
.box-product>.flexslider.style1 ul li:hover .rating {
    display: block
}
.box-product>.flexslider.style1 ul li .cart {
    float: right
}
.box-product>.flexslider.style1 ul li .cart a,
.box-product>.flexslider.style1 ul li .cart input {
    font-size: 11px;
    text-indent: -9999px;
    background: url(../image/cart-icon.png) center center no-repeat #D45C93;
    width: 35px;
    height: 35px;
    border-radius: 50%
}
.box-product>.flexslider.style1 ul li .cart a:hover,
.box-product>.flexslider.style1 ul li .cart input:hover {
    background-color: #444;
    border-radius: 50% 0
}
.box-product>.flexslider.style1 ul li .slide-inner {
    background: #f3f3f4;
    padding: 5px;
    margin: 0 5px;
    border: 0
}
.box-product>.flexslider.style1 ul li .slide-inner:hover {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset
}
.box-product>.flexslider ul li {
    display: block
}
.box-product>.flexslider ul li .slide-inner {
    padding: 10px
}
#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: 5px;
    margin-bottom: 0
}
#column-left .box-product .name,
#column-right .box-product .name {
    margin-bottom: 2px;
    text-align: left
}
#column-left .box-product .name a,
#column-right .box-product .name a {
    padding: 0;
    width: auto;
    font-size: 12px
}
#column-left .box-product .price,
#column-right .box-product .price {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 2px;
    font-size: 12px
}
#column-left .box-product .rating,
#column-right .box-product .rating {
    float: left;
    margin-top: 0
}
.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: 16px;
    right: 14px;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    border-radius: 10px;
    background: url(../image/plus.png) no-repeat #fff;
    opacity: .6;
    -moz-opacity: .6
}
.box-category .down:hover {
    opacity: 1;
    -moz-opacity: 1
}
.box-category ul li a,
.list-item li a {
    color: #222;
    text-align: center;
    display: block
}
.box-category ul li.double a {
    display: inline-block;
    margin: 0
}
.box-category ul li {
    position: relative;
    border-radius: 4px;
    border: 1px solid #cecece
}
.box-category>ul>li a.active+.down {
    background-position: 0 -16px
}
.box-category>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    background: linear-gradient(#f5f5f5, #dfdfdf) #eaeaea;
    padding: 16px
}
.box-category>ul>li ul {
    display: none;
    padding-left: 0;
    margin-bottom: 15px
}
.box-category>ul>li a.active+ul {
    display: block
}
.box-category a:hover,
.list-item a:hover {
    background: linear-gradient(#fff, #ececec) #f5f5f5;
    text-decoration: none
}
.box-category>ul>li ul li {
    color: #333;
    text-transform: none;
    border: none;
    border-radius: 1px!important;
    border-top: 1px solid #fff;
    background-color: #e9f3fa
}
.box-category>ul>li ul li:hover {
    background: #fff!important
}
.box-category>ul>li ul li a {
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
    border: none
}
.box-category>ul>li ul li a:hover {
    background: #fff!important
}
.submenu {
    display: none
}
.left-links>ul>li {
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background: linear-gradient(#f5f5f5, #dfdfdf) #eaeaea;
    border-radius: 4px;
    height: 50px;
    text-align: center
}
.left-links>ul>li:hover {
    background: linear-gradient(#fff, #ececec) #f5f5f5
}
.left-links>ul>li a {
    display: block;
    font-size: 16px;
    padding: 16px
}
.left-links>ul>li.end {
    border-bottom: 1px solid #a6a6a6
}
.box-filter>li>span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #444
}
.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-size: 12px;
    height: auto;
    line-height: normal;
    padding: 5px 7px;
    text-transform: uppercase
}
.sitemap {
    margin: 0;
    padding: 0
}
.sitemap>li {
    border-top: 1px solid #eee;
    display: block;
    position: relative
}
.sitemap>li:first-child {
    border-top: 0
}
.sitemap li a {
    padding: 5px 8px;
    display: block
}
.sitemap li ul {
    margin-left: 30px
}
.sitemap li ul li a {
    font-weight: 400
}
.sitemap li a:hover {
    color: #d45c93
}
#content .content,
.inner-content {
    padding: 0px;
    overflow: auto;
    margin-bottom: 10px;
}
#content .hsecond {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    border: 1px solid #cecece;
    border-radius: 4px
}
.category-info,
.category-list,
.manufacturer-list {
    margin-bottom: 20px;
    overflow: auto
}
.login-content .left .content,
.login-content .right .content,
.register-content .left .content,
.register-content .right .content {
    min-height: 190px
}
#content .content .left {
    float: left;
    width: 49%
}
#content .content .right {
    float: right;
    width: 49%
}
.inner-content {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-top: 10px;
	padding: 10px;
}
.manufacturer-heading,
.product-filter {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}
.category-info .image {
    float: left;
    padding: 0;
    margin-right: 15px
}
.category-list ul {
    float: left;
    width: 23%;
    margin-right: 12px
}
.manufacturer-heading {
    background: #f8f8f8;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 8px;
    margin-bottom: 6px
}
.manufacturer-content {
    padding: 8px
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 10px;
    padding: 0
}
.product-filter .limit,
.product-list .right {
    margin-left: 15px;
    float: right
}
#cloud-zoom-big {
    background: #fff
}
.product-filter {
    background: #F9F9F9;
    padding: 6px 5px;
    overflow: auto;
    line-height: 27px
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    color: #333
}
.product-filter .display b,
.product-list .image {
    margin-right: 10px;
    float: left
}
.product-filter .display a {
    font-weight: 700
}
.product-filter .sort {
    float: right;
    color: #333
}
.product-filter .limit {
    color: #333
}
.product-filter select {
    padding: 2px
}
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: 700
}
.product-compare a {
    font-weight: 400
}
.product-list>div {
    overflow: auto;
    border: 1px solid #fff;
    padding: 10px
}
.product-list>div:hover {
    border: 1px solid #ddd
}
.product-list .left .cart .button,
.product-list .left .cart .compare,
.product-list .left .cart .wishlist {
    float: left
}
.product-list>div+div {
    border-top: 1px solid #ddd
}
.product-list>div:hover+div {
    border-top: 1px solid #fff
}
.product-list .name {
    margin-bottom: 8px
}
.product-list .name a {
    color: #555;
    font-weight: 700;
    font-size: 13px
}
.product-list .name a:hover {
    color: #d45c93
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D
}
.product-list .rating {
    color: #7B7B7B;
    margin-bottom: 5px
}
.product-list .price {
    font-size: 14px;
    font-weight: 700;
    color: #d45c93;
    margin-bottom: 5px
}
.product-list .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: 400
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: 400;
    color: #BBB
}
.product-list .cart input {
    padding: 2px 3px;
    font-size: 10px;
    height: auto;
    line-height: normal;
    text-transform: uppercase
}
.product-list .compare,
.product-list .wishlist {
    margin-left: 10px
}
.product-list .compare a,
.product-list .wishlist a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 16px;
    background: url(../image/plus.png) 0 1px no-repeat
}
a.wishlist:hover {
    color: #d45c93
}
.grid-icon,
.grid1-icon,
.list-icon,
.list1-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 8px;
    margin-top: 5px;
    float: left;
    text-indent: -9999px
}
.grid-icon {
    background: url(../image/list-icon.png) left top no-repeat
}
.list-icon {
    background: url(../image/list-icon.png) left -45px no-repeat
}
.grid1-icon {
    background: url(../image/list-icon.png) left -23px no-repeat
}
.list1-icon {
    background: url(../image/list-icon.png) left -68px no-repeat
}
.product-grid {
    /*text-align: center*/
}
.product-grid > div > div {
    margin: 10px;
    padding: 5px;
    border: 1px solid #cecece;
    border-radius: 4px;
	
}
.product-grid > div > div:hover {
    border: 1px solid #333
}
.product-grid .image {
    display: block;
    margin-bottom: 5px
}
.box-product .image a {
    display: block
}
.product-grid .image img {
    padding: 0
}
.product-grid .name { text-align:center; }
.product-grid .name a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    color: #333;
	
}
.product-grid .name a:hover {
    text-decoration: underline
}
.product-grid .description {
    text-align: center;
}
.product-grid .rating {
    display: block;
    margin-top: 5px
}
.product-grid .price {
    display: block;
    font-weight: 500;
    margin: 5px 0 10px;
    padding: 0 8px;
    color: #005d8b;
    font-size: 15px;
	text-align: center;
}
.product-grid .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 5px;
    font-size: 12px
}
.product-grid .price-new,
.product-info .description span,
.product-info .price {
    font-weight: 700
}
.product-grid .price .price-tax {
    display: none
}
.product-grid .cart { display: block; }
.product-grid .cart input {
    padding: 2px 3px;
    font-size: 11px;
    height: auto;
    line-height: normal;
    text-transform: uppercase
}
.product-grid .cart a.more {
    font-size: 13px;
    color: #979797;
}
.product-grid .compare a,
.product-grid .wishlist a {
    color: #666;
    display: inline-block;
    font-size: 10px;
    padding-left: 16px;
    background: url(../image/plus.png) no-repeat;
    text-decoration: none;
    text-transform: uppercase
}
.product-grid .cart a.buy {
    float: right
}
.product-grid .compare,
.product-grid .wishlist {
    margin-bottom: 3px
}
.product-grid .wishlist a {
    margin-top: 10px
}
.product-grid .compare a:hover,
.product-grid .wishlist a:hover,
.product-list .compare a:hover,
.product-list .wishlist a:hover {
    color: #d45c93
}
.product-grid.style1 .name a {
    margin: 0 0 10px
}
.product-grid.style1 .name {
    text-align: left
}
.product-grid.style1 .price {
    float: left;
    width: 95px;
    padding: 0;
    margin: 0;
    text-align: left
}
.product-grid.style1 .rating {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0 3px;
    background: #eee;
    display: none
}
.product-grid.style1>div:hover .rating {
    display: block
}
.product-grid.style1 .cart {
    float: right
}
.product-grid.style1 .cart input {
    font-size: 11px;
    padding: 0 5px;
    text-indent: -9999px;
    background: url(../image/cart-icon.png) center 2px no-repeat #D45C93;
    width: 35px;
    height: 35px;
    border-radius: 50%
}
.product-grid.style1 .cart input:hover {
    background-color: #444;
    border-radius: 50% 0
}
.product-grid.style1>div {
    background: #f3f3f4;
    padding: 5px;
    margin: 0 5px 10px;
    border: 0
}
.product-grid.style1>div:hover {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset
}
.product-grid.style1 .compare,
.product-grid.style1 .wishlist {
    position: absolute;
    display: none;
    width: 100%;
    bottom: -20px;
    left: 0;
    background: #eee;
    padding: 0 0 2px;
    z-index: 1
}
.product-grid.style1 .compare {
    bottom: -37px;
    padding: 0 0 4px
}
.product-grid.style1>div:hover .compare,
.product-grid.style1>div:hover .wishlist {
    display: block
}
.product-grid.style1 .wishlist a {
    margin: 0
}
.product-info {
    overflow: auto;
    margin-bottom: 20px
}
.product-info>.left {
    float: left;
    margin-right: 15px
}
.product-info>.left+.right {
    margin-left: 370px
}
.product-info .image {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    position: relative
}
.product-info .image_inside {
    margin: 0;
    position: relative;
    z-index: 20;
    padding: 0
}
.product-info .image .zoom_btn {
    position: absolute;
    bottom: 6px;
    right: 0;
    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 #fff;
    padding: 1px 1px 1px 16px
}
.product-info #zoom-image {
    color: #ababab
}
.product-info .image-additional {
    width: 355px;
    margin-left: -7px;
    clear: both;
    overflow: hidden
}
.product-info .image-additional img {
    width: 64px;
    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 solid #eee;
    padding: 5px 5px 10px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
    font-size: 13px
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
    font-size: 13px
}
.product-info .price {
    overflow: auto;
    padding: 0 5px 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #d45c93
}
.product-info .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: 400
}
.product-info .price-tag {
    background: url(../image/price-tag.png) left top no-repeat #d45c93;
    display: inline-block;
    height: 48px;
    padding: 0 18px 0 32px;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    line-height: 48px;
    color: #fff;
    font-size: 25px;
    font-weight: 400
}
.product-info .price .reward,
.product-info .price-tax {
    font-size: 12px;
    font-weight: 400;
    color: #999
}
.product-info .price .discount {
    font-weight: 400;
    font-size: 12px;
    color: #4D4D4D
}
.product-info .options {
    padding: 0 5px 10px;
    margin-bottom: 10px;
    color: #333
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px
}
.product-info .cart,
.review-list {
    overflow: auto;
    margin-bottom: 20px
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCC;
    cursor: pointer
}
.product-info .cart {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px 5px 10px;
    color: #4D4D4D
}
.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: 5px 0
}
.product-info .cart div .wishlist {
    padding-left: 15px;
    background: url(../image/plus.png) 0 1px no-repeat;
    font-size: 11px;
    margin-top: 15px;
    display: inline-block
}
.login-content .right a,
.register-content .right a {
    margin-top: 12px;
    display: inline-block
}
.product-info .cart div .wishlist+.wishlist {
    margin-left: 10px
}
.product-info .cart #button-cart {
    text-transform: uppercase;
    padding: 10px 12px
}
.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: #d45c93
}
.product-info .review>div {
    padding: 8px;
    background: #F4F3F3;
    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;
    border: 1px solid #EEE
}
.attribute,
.compare-info {
    border-top: 1px solid #DDD;
    margin-bottom: 20px;
    border-collapse: collapse
}
.attribute td,
.compare-info td {
    padding: 7px;
    border-bottom: 1px solid #DDD;
    vertical-align: top
}
.attribute,
.compare-info td+td {
    border-left: 1px solid #DDD
}
.review-list .author {
    float: left;
    margin-bottom: 20px
}
.review-list .rating {
    float: right;
    margin-bottom: 20px
}
.review-list .text {
    clear: both
}
.attribute {
    width: 100%
}
.attribute thead td,
.attribute thead tr td:first-child {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left
}
.attribute tr td:first-child {
    color: #333;
    font-weight: 700;
    text-align: right;
    width: 20%
}
.attribute td {
    color: #4D4D4D;
    text-align: center;
    border-right: 1px solid #DDD
}
.compare-info {
    width: 100%
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #F7F7F7;
    text-align: left
}
.compare-info tr td:first-child {
    color: #333;
    font-weight: 700;
    text-align: right
}
.cart-info thead .image,
.compare-info td {
    text-align: center
}
.compare-info td {
    width: 20%
}
.compare-info thead td {
    padding: 10px 7px
}
.compare-info .name a {
    font-weight: 700
}
.compare-info .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: 400
}
.compare-info .price-new {
    font-weight: 400
}
.qty strong {
    margin-right: 10px
}
.qty a {
    background: url(../image/plus.png) left top no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    border: 1px solid #fefefe;
    top: 4px;
    transition: all .3s ease-in-out
}
.qty a.mines {
    background-position: left bottom
}
.qty a:hover {
    border: 1px solid #ccc;
    transition: all .3s ease-in-out
}

#footer .column a,
#footer .column a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
.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
}
.register-content {
    margin-bottom: 20px;
    overflow: auto
}
.register-content .left {
    float: left;
    width: 30%
}
.register-content .right {
    float: right;
    width: 65%
}
.register-content .right b {
    margin-bottom: 3px;
    display: inline-block
}
.register-content .left h2,
.register-content .right h2 {
    text-align: center;
    font-size: 16px;
    text-transform: none
}
#footer h3,
.cart-info thead td,
.checkout-heading {
    text-transform: uppercase
}
.register-content input[type=text],
.register-content input[type=password],
.register-content select,
.register-content textarea {
    width: 95%;
    margin-bottom: 20px
}
.register-content .right span {
    display: inline-block
}
.back-to-top,
.cart-module>div,
.checkout-content {
    display: none
}
.register-content input.error {
    color: red;
    border: 1px solid red
}
.cart-info tbody td,
.cart-info thead td {
    border-bottom: 1px solid #cecece
}
.cart-info table,
.cart-total {
    border-top: 1px solid #cecece
}
.cart-info table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse
}
.cart-info td {
    padding: 7px
}
.cart-info thead td {
    color: #10314f;
    padding: 10px 7px;
    font-weight: 700;
    background-color: #d3e6f5
}
.cart-info thead .model,
.cart-info thead .name,
.cart-info thead .quantity {
    text-align: left
}
.cart-info thead .price,
.cart-info thead .total {
    text-align: right
}
.cart-info tbody .image {
    text-align: center
}
.cart-info tbody .model,
.cart-info tbody .name,
.cart-info tbody .quantity {
    text-align: left
}
.cart-info tbody .price,
.cart-info tbody .total,
.cart-total td {
    text-align: right
}
.cart-info tbody .quantity img,
.cart-info tbody .quantity input[type=image] {
    position: relative;
    top: 4px;
    cursor: pointer
}
.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}
.cart-total {
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px
}
.cart-total table {
    float: right
}
.cart-total td {
    padding: 3px
}
.accordion-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 10px 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    color: #a12422;
    margin-bottom: 15px
}
.accordion-content {
    padding: 0 0 15px;
    display: none;
    overflow: auto;
    line-height: 18px
}
.checkout {
    margin-bottom: 20px
}
.checkout-heading {
    border-bottom: 1px solid #DBDEE1;
    padding: 15px 0;
    font-weight: 400;
    font-size: 16px;
    color: #333
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: 400;
    text-decoration: none
}
.checkout-content {
    padding: 0 0 15px;
    margin-top: 20px;
    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 #cecece;
    margin-bottom: 20px
}
.contact-info .left,
.contact-info .right,
.sitemap-info .left,
.sitemap-info .right {
    width: 48%;
    float: left
}
.checkout-product td {
    padding: 7px
}
.checkout-product thead td {
    padding: 10px 7px;
    color: #000;
    text-transform: uppercase;
    background-color: #F7F7F7;
    border-bottom: 1px solid #cecece
}
.checkout-product thead .model,
.checkout-product thead .name {
    text-align: left
}
.checkout-product thead .price,
.checkout-product thead .quantity,
.checkout-product thead .total {
    text-align: right
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #cecece
}
.checkout-product tbody .model,
.checkout-product tbody .name {
    text-align: left
}
#footer .social,
#footer.style-2 .powered_text,
.checkout-product tbody .price,
.checkout-product tbody .quantity,
.checkout-product tbody .total {
    text-align: right
}
.checkout-product tfoot td {
    text-align: right;
    border-right: 1px solid #cecece
}
.contact-info {
    overflow: auto
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}
.back-to-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: left top no-repeat;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    display: block
}
.back-to-top a:hover {
    background: url(../image/back-to-top.png) left -35px no-repeat #a61613
}
#footer .part3 {
    width: 320px;
    float: left
}
#footer .part3+.part3 {
    margin-left: 17px
}
#footer .social-part {
    padding: 0 0 30px;
    margin: 0
}
#footer .social-part:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
#footer #facebook {
    position: relative;
    height: 240px;
    overflow: hidden
}
#footer #facebook .line {
    background: #7a0f13;
    display: block;
    height: 6px;
    position: absolute;
    top: 103px;
    width: 100%;
    z-index: 1
}
#footer #twitter_footer {
    padding: 0
}
#footer #twitter_update_list.twitt_icon li {
    background: url(../image/twitt_feeds-icon.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon1 li {
    background: url(../image/twitt_feeds-icon1.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon2 li {
    background: url(../image/twitt_feeds-icon2.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon3 li {
    background: url(../image/twitt_feeds-icon3.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon4 li {
    background: url(../image/twitt_feeds-icon4.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon5 li {
    background: url(../image/twitt_feeds-icon5.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon6 li {
    background: url(../image/twitt_feeds-icon6.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon7 li {
    background: url(../image/twitt_feeds-icon7.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon8 li {
    background: url(../image/twitt_feeds-icon8.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon9 li {
    background: url(../image/twitt_feeds-icon9.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon10 li {
    background: url(../image/twitt_feeds-icon10.png) left 2px no-repeat
}
#footer #twitter_update_list.twitt_icon11 li {
    background: url(../image/twitt_feeds-icon11.png) left 2px no-repeat
}
#footer #twitter_update_list li {
    padding: 0 0 8px 35px
}
#footer #twitter_update_list {
    padding: 0!important;
    list-style: none!important;
    margin-top: 0!important;
    line-height: 17px
}
#footer #twitter_footer li:last-child {
    border: none!important
}
#footer #twitter_footer li:first-child {
    padding-top: 0!important
}
#footer #twitter_footer li span {
    display: block;
    color: #999
}
#footer #twitter_footer li a {
    font-style: normal;
    color: #a12422
}
#footer #twitter_footer li a:hover {
    color: #fff
}
#footer {
    overflow: auto;
    color: #333;
    background: linear-gradient(to bottom, #fff, #eee) #f6f6f6
}
#footer .fpart-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 0;
    border-radius: 4px;
    border: 1px solid #cecece
}
#footer a:hover {
    color: #a61613;
    text-decoration: underline
}
#footer h3 {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 7px;
    border-bottom: 1px dotted #444;
    font-weight: 400
}
#footer .column {
    float: left;
    position: relative
}
#footer .column+.column {
    margin-left: 15px
}
#footer .column ul {
    width: 170px;
    padding: 0
}
#footer .column ul li {
    list-style-type: none
}
#footer .column a {
    text-decoration: none;
    display: block;
    padding: 2px 0;
    line-height: 18px;
    font-size: 12px;
    transition: all .3s ease-in-out
}
#footer .column a:hover {
    transition: all .3s ease-in-out
}
#footer .contact ul li a,
#footer .contact ul li a:hover,
#footer .payments_types img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
#footer .custom_column p {
    line-height: 18px;
    margin: 0
}
#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 36px;
    min-height: 30px;
    line-height: 18px;
    margin-bottom: 7px
}
#footer .contact_icon ul li {
    background: url(../image/contact-icon.png) left top no-repeat
}
#footer .contact_icon1 ul li {
    background: url(../image/contact-icon-1.png) left top no-repeat
}
#footer .contact_icon2 ul li {
    background: url(../image/contact-icon-2.png) left top no-repeat
}
#footer .contact_icon3 ul li {
    background: url(../image/contact-icon-3.png) left top no-repeat
}
#footer .contact_icon4 ul li {
    background: url(../image/contact-icon-4.png) left top no-repeat
}
#footer .contact_icon5 ul li {
    background: url(../image/contact-icon-5.png) left top no-repeat
}
#footer .contact_icon6 ul li {
    background: url(../image/contact-icon-6.png) left top no-repeat
}
#footer .contact_icon7 ul li {
    background: url(../image/contact-icon-7.png) left top no-repeat
}
#footer .contact_icon8 ul li {
    background: url(../image/contact-icon-8.png) left top no-repeat
}
#footer .contact_icon9 ul li {
    background: url(../image/contact-icon-9.png) left top no-repeat
}
#footer .contact_icon10 ul li {
    background: url(../image/contact-icon-10.png) left top no-repeat
}
#footer .contact ul li.address {
    background-position: 0 7px
}
#footer .contact ul li.mobile {
    background-position: 0 -48px;
    line-height: 25px
}
#footer .contact ul li.email {
    background-position: 0 -99px;
    line-height: 28px
}
#footer .contact ul li.fax {
    background-position: 0 -153px;
    line-height: 25px
}
#footer .contact ul li a,
#footer .contact ul li a:hover {
    transition: all .3s ease-in-out
}
#footer .payments_types {
    float: left;
    padding: 8px 0 0
}
#footer .payments_types img {
    display: inline-block;
    margin: 0 3px 3px;
    vertical-align: middle;
    transition: all .3s ease-in-out
}
#footer .payments_types img:hover,
#footer .social a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
#footer .payments_types img:hover {
    opacity: .7;
    transition: all .3s ease-in-out
}
#footer .social {
    float: right;
    margin: 0;
    padding: 8px 0 0
}
#footer .social a {
    display: inline-block;
    margin: 0 0 0 5px;
    border-radius: 50%
}
#footer .social a img {
    border-radius: 50%;
    transition: all .3s ease-in-out
}
#footer #powered a,
#footer .social a img:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
#footer .social a img:hover {
    border-radius: 50% 0;
    transition: all .3s ease-in-out
}
#footer #powered {
    line-height: 20px;
    padding: 10px 0;
    font-size: 11px;
    border-top: 1px dotted #444;
    margin-top: 0;
    background-color: #fff
}
#footer #powered a {
    font-size: 11px;
    transition: all .3s ease-in-out;
    border-radius: 50%
}
#footer #powered a:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
#footer .powered_text,
.banner div,
.w30 {
    text-align: center
}
#footer .powered_text p {
    line-height: 18px;
    margin: 0
}
#footer .box2 {
    width: 490px;
    float: left
}
#footer .box2+.box2 {
    margin-left: 20px
}
#footer .box5 {
    width: 235px;
    float: left
}
#footer .box5+.box5 {
    margin-left: 15px
}
#footer.style-2 .column {
    float: none
}
#footer.style-2 .custom_column p {
    line-height: 18px;
    margin: 0
}
#footer.style-2 .column ul {
    width: auto
}
#footer.style-2 .social-part {
    padding: 0 0 10px
}
#footer.style-2 #powered {
    padding: 15px 0;
    margin: 0
}
#footer.style-2 .contact {
    float: none;
    margin: 15px 0 0;
    border-top: 1px dotted #444
}
#footer.style-2 .contact ul {
    width: auto;
    padding: 15px 0
}
#footer.style-2 .contact ul li {
    width: 21%;
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    margin: 15px 0 15px 4px
}
#footer.style-2 .contact h3,
#footer.style-3 .contact h3 {
    display: none
}
#footer.style-2 .contact ul li.mobile {
    background-position: 0 -44px;
    font-size: 15px
}
#footer.style-2 .contact ul li.fax {
    background-position: 0 -148px;
    font-size: 15px
}
#footer.style-2 .contact ul li.email {
    background-position: 0 -96px
}
#footer.style-2 #facebook {
    height: 293px
}
#footer.style-2 .fpart_column ul li {
    float: left;
    list-style-type: none
}
#footer.style-2 .fpart_column ul li a {
    padding-right: 12px
}
#footer .box3 {
    width: 300px;
    float: left
}
#footer .box3+.box3 {
    margin-left: 20px
}
#footer .box3_1 {
    width: 380px;
    float: left
}
#footer.style-3 .custom_column {
    float: none;
    margin: 0 0 25px
}
#footer.style-3 .custom_column p {
    margin: 0
}
#footer.style-3 .column {
    min-height: 155px;
    margin-right: 20px
}
#footer.style-3 .column+.column {
    margin-left: 0
}
#footer.style-3 .contact {
    float: none;
    margin: 15px 0 0;
    border-top: 1px dotted #444
}
#footer.style-3 .contact ul {
    width: auto;
    padding: 15px 0
}
#footer.style-3 .contact ul li {
    width: 21%;
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    margin: 15px 0 15px 4px
}
#footer.style-3 .contact ul li.mobile {
    background-position: 0 -44px;
    font-size: 15px
}
#footer.style-3 .contact ul li.fax {
    background-position: 0 -148px;
    font-size: 15px
}
#footer.style-3 .contact ul li.email {
    background-position: 0 -96px
}
#footer.style-3 #facebook {
    height: 293px
}
#footer.style-3 .column a {
    padding: 3px 0
}
#footer.style-3 #powered {
    padding: 15px 0;
    margin: 0
}
.banner div {
    width: 100%
}
.banner div img {
    margin-bottom: 20px
}
.w30 {
    width: 30px!important
}
#logo-in-design {
    background: url(../image/pti-logo-h.svg) center/220px auto no-repeat #fff;
    height: 42px!important;
    display: inline-block;
    width: 20%
}
@media screen and (max-width: 1024px) {
    .wrapper-box {
        width: auto;
        margin: 2px
    }
    .box-product>div,
    .product-grid>div {
        margin-right: 2px
    }
    .main-wrapper {
        margin: 0;
        padding: 0 10px
    }
    #header #search {
        right: 300px
    }
    .product-info .cart div {
        float: none;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 900px) {
    #column-left #logo a {
        background: url(../image/pti-logo-h.svg) center/220px auto no-repeat #fff;
        height: 42px!important
    }
    #column-left #logo {
        margin: 0
    }
    #header .links a {
        margin-left: 8px
    }
    #footer #reference-links {
        display: none
    }
}
@media only screen and (min-width: 801px) {
    #footer ul,
    #menu>ul {
        display: block!important
    }
}
@media screen and (max-width: 800px) {
    #content.style3 .hsecond,
    #header {
        min-height: auto
    }
    #header,
    #m-header,
    .welcome,
    h1 {
        text-align: center
    }
    #m-header,
    #m-header .m-links,
    #menu {
        position: absolute
    }
    body {
        -webkit-text-size-adjust: auto
    }
    #header {
        margin: 0 auto;
        padding: 0
    }
    #header #logo,
    #header.style3 #logo {
        display: block;
        float: none;
        margin: 0 0 0 25px;
        padding: 2px 0
    }
    .login-content .left .content,
    .login-content .right .content,
    .register-content .left .content,
    .register-content .right .content {
        min-height: inherit
    }
    #header,
    #header .links {
        display: none
    }
    #m-header {
        display: block;
        background: linear-gradient(to bottom, #c1372f, #821215) #a12422;
        height: 48px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10
    }
    #m-header #logo {
        margin: 4px auto;
        width: 32%
    }
    #m-header #logo a {
        display: block;
        background: url(../image/pti-logo-h.svg) center/220px auto no-repeat #fff;
        height: 40px!important;
        border-radius: 3px
    }
    #m-header .m-links {
        display: block;
        float: none;
        right: 4px;
        top: 6px;
        z-index: 1
    }
    #m-header .m-links a {
        height: 32px;
        display: inline-block;
        padding: 0 11px;
        margin: 2px;
        color: #444;
        border: none;
        font-size: 12px;
        background: url(../image/header_icons.svg) #fff;
        border-radius: 4px
    }
    #m-header .m-links a+a:before {
        display: inline-block;
        clear: both;
        height: 0;
        color: #444;
        font-size: 11px;
        padding-left: 12px;
        position: absolute;
        left: -15px
    }
    #header #cart,
    #header.style3 #search {
        display: none
    }
    #m-header .m-links a:hover {
        color: #D45C93
    }
    .m-links a#contact {
        background-position: 0 0;
        padding: 0 10px
    }
    #menu,
    #menu ul {
        padding: 0
    }
    .m-links a#contact:hover {
        background-position: 0 -35px
    }
    .m-links a#user {
        background-position: 55px -1px
    }
    .m-links a#user:hover {
        background-position: 55px -36px
    }
    #header.style3 #cart {
        top: auto;
        float: right
    }
    #header #cart .content,
    #header.style3 #cart .content {
        left: 0
    }
    #header #search {
        display: none!important
    }
    #header.style2 #logo {
        float: none;
        width: auto;
        margin: 5px;
        display: inline-block
    }
    #header.style2 .htop {
        margin-bottom: 0
    }
    #footer,
    #header {
        width: auto!important
    }
    #footer {
        border: none
    }
    #container {
        width: none!important
    }
    #column-left,
    #column-right,
    .back-to-top a,
    .banner,
    .home {
        display: none!important
    }
    #header #welcome {
        width: 100%;
        float: none
    }
    #menu,
    #menu>ul {
        text-align: left
    }
    .checkout-content .left,
    .checkout-content .right,
    .login-content .left,
    .login-content .right {
        width: auto!important;
        float: none
    }
    input[type=text],
    input[type=password],
    textarea {
        width: 95%
    }
    .register-content .left,
    .register-content .right {
        width: auto!important;
        float: none
    }
    .register-content input[type=text],
    .register-content input[type=password],
    .register-content textarea {
        width: 95%
    }
    .breadcrumb a {
        font-size: 11px;
        margin-bottom: 10px;
        display: inline-block
    }
    .m-menu {
        display: block;
        z-index: 10;
        background: 0 0!important
    }
    .m-menu>span {
        background-color: #FFF;
        border-radius: 3px
    }
    .m-menu>ul>li>div {
        border-top: none!important
    }
    #menu {
        top: -5px;
        left: 10px;
        height: auto
    }
    #menu>span {
        height: 32px;
        padding: 0 2px;
        margin-top: 8px;
        display: inline-block;
        color: #fff;
        border: 1px solid #f8f8f8
    }
    #menu>span a {
        background: url(../image/header_icons.svg) 27px 3px;
        padding: 0 16px 0 8px;
        line-height: 30px;
        display: block
    }
    #menu>span a:hover {
        background-position: 27px -32px
    }
    #menu>ul>li {
        float: none;
        padding: 0;
        display: none
    }
    #menu>ul>li.categories {
        display: block
    }
    #menu>ul>li.categories>a {
        display: none
    }
    #menu>ul>li.categories>div>.column>a {
        color: #333!important;
        font-weight: 700
    }
    #menu>ul>li.categories>div {
        display: block;
        position: relative
    }
    #menu>ul>li.categories>div>.column:hover div,
    #menu>ul>li.categories>div>.column:hover>div ul {
        display: block
    }
    #menu>ul>li.categories>div>.column>div ul li+li {
        border-top: 1px solid #eee
    }
    #menu>ul {
        display: none;
        background: #fff!important;
        position: relative;
        z-index: 9
    }
    #menu>ul>li>div {
        display: block
    }
    #menu>ul>li.categories>div>.column>a:hover {
        color: #a61613!important
    }
    #menu>ul>li.categories>div>.column>div {
        position: relative;
        left: auto;
        display: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin-left: 20px
    }
    #menu>ul>li.categories>div>.column:hover div {
        display: none
    }
    span.more {
        color: #c2c2c2;
        display: block;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        background: url(../image/mplus.png) left -50px no-repeat
    }
    span.more.plus {
        background-position: 0 -80px
    }
    #content {
        /*padding-top: 48px!important*/
    }
    #content .inner-content {
        border: none;
        margin-top: 0
    }
    .product-info .cart div .qty {
        float: none;
        margin-bottom: 15px;
        padding: 0
    }
    .product-info .cart div .wishlist {
        margin: 0
    }
    .buttons .center,
    .buttons .left,
    .buttons .right {
        float: none;
        text-align: center;
        margin: 10px 0
    }
    #footer {
        padding: 0!important
    }
    #footer .fpart-inner {
        padding: 10px 10px 0
    }
    #footer .column {
        float: none;
        width: auto;
        margin: 0!important;
        display: inline
    }
    #footer h3 {
        cursor: pointer;
        display: block;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
        border-top: 1px dotted #444;
        border-bottom: none;
        height: 32px;
        line-height: 32px
    }
    #footer .custom_column h3 {
        border: none
    }
    #footer h3+h3 {
        border-top: 1px dotted #444
    }
    #footer h3.active {
        background-color: #EEE
    }
    #footer .column a {
        padding: 3px 0;
        line-height: 25px;
        height: 25px;
        background: 0 0;
        font-size: 13px
    }
    #footer .column:hover ul {
        display: none
    }
    #footer .column ul {
        display: none;
        position: relative;
        bottom: 0;
        width: auto;
        padding: 10px 0
    }
    #footer .column ul li {
        text-align: center
    }
    #footer .info {
        width: auto;
        display: inline;
        float: none
    }
    #footer .info h3 {
        padding: 5px 0
    }
    #footer .about-text {
        display: none;
        text-align: center;
        padding: 0 10px
    }
    #footer-top-outside {
        display: none
    }
    #footer .contact {
        float: none;
        margin: 0
    }
    #footer .contact ul {
        width: auto;
        display: none;
        padding: 10px 0
    }
    #footer #powered {
        margin-top: 0
    }
    #footer .payments_types {
        float: none;
        padding: 0 0 10px
    }
    #footer .part3 {
        width: auto;
        float: none
    }
    #footer .part3+.part3 {
        margin: 0
    }
    #footer .social {
        float: none;
        text-align: center;
        padding: 12px 0 0
    }
    .social_wrap {
        display: none!important
    }
    #powered {
        text-align: center;
        width: 100%;
        line-height: normal;
        padding-top: 10px;
        height: auto!important
    }
    #powered .fl {
        float: none
    }
    .payments_types {
        float: none;
        margin: 10px 0 0
    }
    .payments_types img {
        margin-bottom: 10px
    }
    #footer .box2,
    #footer .box5 {
        float: none;
        width: auto
    }
    #footer .box2+.box2,
    #footer .box5+.box5 {
        margin: 0
    }
    #footer.style-2 .fpart_column ul li {
        float: none;
        display: inline-block
    }
    #footer.style-2 .powered_text {
        text-align: center;
        margin-top: 10px
    }
    #footer.style-2 .contact h3 {
        display: block
    }
    #footer.style-2 .contact,
    #footer.style-3 .contact {
        float: none;
        margin: 0;
        border: none
    }
    #footer.style-2 .contact ul,
    #footer.style-3 .contact ul {
        display: none;
        padding: 15px 0
    }
    #footer.style-2 .contact ul li,
    #footer.style-3 .contact ul li {
        display: block;
        width: auto;
        margin: 0;
        line-height: 34px
    }
    #footer.style-2 .payments_types {
        padding: 0
    }
    #footer.style-2 #powered {
        padding: 10px 0
    }
    #footer.style-2 .custom-column-content {
        padding: 0 0 15px
    }
    #facebook,
    #twitter_footer {
        display: none
    }
    #footer .box3_1 {
        float: none;
        width: auto
    }
    #footer.style-3 .custom_column {
        margin: 0 0 15px
    }
    #footer.style-3 .contact h3 {
        display: block
    }
    .jcarousel-skin-opencart,
    .social h3 {
        display: none!important
    }
    #footer .contact ul li.address {
        background-position: 0 7px
    }
    #column-right+#content {
        margin-right: 0!important
    }
    #column-left+#column-right+#content,
    #column-left+#content {
        margin-left: 0!important
    }
    .product-list .left {
        width: auto;
        float: none
    }
    .social {
        float: none;
        margin: 10px;
        text-align: center;
        clear: both
    }
    .product-info>.left {
        float: none;
        text-align: center;
        margin-right: 0
    }
    .product-info>.left+.right {
        margin-left: auto;
        text-align: center
    }
    .product-info .image {
        float: none
    }
    .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
    }
    .cart-info tbody .model,
    .cart-info tbody .price,
    .cart-info thead .model,
    .cart-info thead .price {
        display: none
    }
    .product-info .cart div {
        margin-bottom: 15px;
        float: none
    }
    
    #content .content .left,
    #content .content .right,
    .sitemap-info .left,
    .sitemap-info .right {
        float: none;
        width: auto
    }
    .product-filter .sort select {
        width: auto
    }
    .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: 600px) {
    #header .htop {
        border-bottom: none
    }
}
@media screen and (max-width: 480px) {
    .wrapper-box {
        margin: 0
    }
    .product-info .image a img {
        width: 100%
    }
    #header #search,
    #header.style2 #search,
    #header.style3 #search {
        display: block;
        float: none;
        top: auto
    }
    #header #search input {
        width: 93%!important
    }
    #header #cart,
    #header.style2 #cart,
    #header.style3 #cart {
        float: none;
        margin-top: 10px
    }
    #header #cart .content,
    #header.style2 #cart .content,
    #header.style3 #cart .content {
        left: -95px
    }
	
    .product-tab .tabs {
        padding-left: 0
    }
    .product-tab .tabs li a {
        padding: 7px 8px 6px;
        font-size: 12px
    }
    .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
    }
    .contact ul li {
        float: none;
        width: auto
    }
    .category-list ul {
        float: none;
        width: auto;
        margin-right: 0
    }
    .product-info .review>div {
        overflow: inherit
    }
    select {
        width: 99%
    }
    .cart-info tbody .image,
    .cart-info thead .image {
        display: none
    }
    .product-list .image {
        float: none
    }
    .product-list .left {
        text-align: center
    }
    .product-list .left .cart .button,
    .product-list .left .cart .compare,
    .product-list .left .cart .wishlist {
        float: none
    }
}
@media screen and (max-width: 320px) {
    .main-wrapper {
        padding: 0 5px
    }
    #header #cart .content,
    #header.style2 #cart .content,
    #header.style3 #cart .content {
        width: 250px;
        left: -45px
    }
    .product-info {
        overflow: hidden!important
    }
    .htabs a {
        font-size: 11px;
        padding: 7px 5px 6px
    }
}