.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cart h3 {
    font-weight: normal;
    font-size: 22px;
    margin: 0 0 20px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group:before,
.form-group:after {
    content: " ";
    display: table;
}

.form-group:after {
    clear: both;
}

.cart .form-group .span10 {
    width: 480px;
}

.cart .form-group .span9 {
    width: 432px;
}

.order #delivery,
.order #payment {
    margin-bottom: 30px;
}

.order #delivery h3,
.order #payment h3 {
    margin: 0;
}

.order .form-group.error label {
    color: #f00;
}

.order .form-group.error input {
    border-color: #f00;
}

.order .radio {
    padding-top: 5px;
}

.order .radio a {
    border-bottom: 1px dotted #53828e;
    color: #53828e !important;
}

.order .radio .price {
    color: #000;
    margin-left: 10px;
}

.order .radio .days {
    color: #666;
    margin-left: 4px;
}

.order .about-prepay {
    color: #999;
    margin-left: 20px;
    font-size: 12px;
}

#postamats {
    width: 800px;
}

#postamats .modal-body {
    max-height: 500px;
}

.autocomplete-suggestions {
    border: 1px solid #e0e0e0;
    background: #fff;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}

.autocomplete-suggestion {
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 0 10px;
}

.autocomplete-suggestion strong {
    font-weight: 400;
    color: #000;
}

.autocomplete-suggestion:last-child {
    border: 0;
}

.autocomplete-suggestion.autocomplete-selected {
    background: #f8f8f8;
}

.cart .info .form-group.err select,
.cart .info .form-group.err textarea,
.cart .info .form-group.err input {
    border: 1px solid #f00;
    box-shadow: 0 0 10px #f00;
}

.cart .info .form-group .emessage {
    color: #f00;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    visibility: hidden;
}

.cart .info .form-group.err .emessage {
    visibility: visible;
}

.cart .total #sum {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}

.cart .total #order_button {
    margin-top: 10px;
}

.cart .action {
    position: relative;
}

.cart .action .fa.fa-refresh {
    color: #00a0e3;
    left: -25px;
    position: absolute;
    top: 20px;
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}

.timeselect {
    background: #f3f3eb;
    display: none;
    margin: 20px;
    padding: 15px;
}

.timeselect fieldset {
    padding: 8px 10px;
}

.designer > .holder .center .links a:link,
.designer > .holder .center .links a:visited {
    color: #fff !important;
}

#sizes_table_link {
    /*font-size: 12px;
    border-bottom: 1px dotted #666666;*/
}

#sizes_table .text-center {
    text-align: center;
}

.fancybox-overlay {
    z-index: 10001 !important;
}

.fancybox-opened {
    z-index: 10005 !important;
}

.vm-info {
    text-align: right;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #efefef;
    color: #333;
}


.info-holder {
    margin:-10px 0 0 0;
    height:150px;
}

.info-holder .list {
    display: block;
}

.info-holder h5 span {
    border-bottom: 1px dashed #00aeef;
    color: #00aeef;
    cursor: pointer;
}

.info-holder h5 span:hover {
    border: 0;
}

/* Inner pages */
.producttype_wrap {
    position: relative;
    height: 135px;
    text-align: center;
}

.oneproducttype_wrap {
    float: left;
    height: 150px;
    line-height: 1.5;
    margin-left: 20px;
    width: 82px;
}

.clear-all {
    clear: both
}

.no-shadow {
    box-shadow: none;
    margin-bottom: 0
}

/* CSS Document */

/* ------------ header ------------ */
.header-white .span8 {
    padding-top: 5px;
}

.header-white .con-white {
    padding: 10px 0;
}

.header-white .con-white input[type=text] {
    padding-right: 25px;
}

.logo {
    margin: 5px 0 20px
}

/* Top Search */
.topsearch {
    margin: 10px 0 0 0;
}

.searchicon {
    background: url(../img/heading1bg.png) no-repeat 0 0;
    height: 32px;
    width: 35px;
}

.search-icon-top {
    background: url(../img/searchicon.png) no-repeat right center;
}

.font14 {
    font-size: 14px
}

/* main -nav */
#main-nav {
    background: #bbb;
    height: 40px;
}

#main-nav .nav-collapse ul > li {
    background: url(../img/seperate-main-nav.png) no-repeat right center;
}

/* Sub -nav */
.subnav {
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

#categorymenu {
    padding: 9px 0 0;
    background: #CEEAE5;
}

#categorymenu > .container > select {
    display: none;
}

ul.categorymenu {
    margin-left: 5px;
    z-index: 10000;
}

ul.categorymenu > li {
    position: relative;
    margin: 0
}

ul.categorymenu > li > a {
    text-decoration: none;
    display: block;
    z-index: 6;
    position: relative;
    color: #4b5b58;
    text-transform: uppercase;
}

ul.categorymenu > li:hover > a, ul.categorymenu > li > a.active {
    color: #fff !important;
    text-shadow: none;
    background-color: #6A7274
}

ul.categorymenu > li > div {
    *border-bottom-width: 2px;
    *border-right-width: 2px;
    -moz-background-clip: padding;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: none;
    margin: 1px 0 0;
    min-width: 120px;
    padding: 15px;
    position: absolute;
    top: 96%;
    z-index: 10000;
}

ul.categorymenu > li > div:before {
    right: auto;
    left: 12px;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
}

ul.categorymenu > li > div:after {
    right: auto;
    left: 13px;
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
}

ul.categorymenu > li:hover > div {
    display: table;
    width: 100%
}

ul.categorymenu > li > div > ul {
    display: table-cell;
}

ul.categorymenu > li ul > li {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

ul.categorymenu > li > div > ul.arrow li a {
    padding: 8px;
    display: block
}

ul.categorymenu > li ul > li > a {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    min-width: 120px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.categorymenu > li > div > ul > li:hover > a {
    background-color: #E7E7E7;
    color: #333;
    text-shadow: none
}

ul.categorymenu > li > div > ul > li > a {
    color: #999999;
}

ul.categorymenu > li > div > ul > li > div {
    display: none;
    padding: 15px;
    position: absolute;
    top: 0;
    left: 92%;
    z-index: 10001;
    min-width: 120px;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

ul.categorymenu > li > div > ul > li > div:before {
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    right: auto;
    top: 10px;
}

ul.categorymenu > li > div > ul > li > div:after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #FFFFFF;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    right: auto;
    top: 11px;
}

ul.categorymenu > li > div > ul > li:hover > div {
    display: block;
}

/* Top Cart */
#main-nav ul > li.topcart {
    background: #fff;
    height: 45px
}

#main-nav ul > li.topcart a {
    color: #999999;
    font-size: 14px
}

#main-nav ul > li.topcart.empty b.caret,
#main-nav ul > li.topcart.empty ul.dropdown-menu.topcartopen {
    display: none !important;
}

.navbar .nav li.topcart .dropdown-toggle .caret, .navbar .nav li.dropdown.open.topcart .caret {
    border-bottom-color: #999999;
    border-top-color: #999999
}

.carticon {
    background: url(../img/carticon.png) repeat-x 0 0;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    vertical-align: text-top;
    width: 23px;
}

ul.topcartopen li > table {
    border-collapse: collapse;
    color: #999;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px
}

ul.topcartopen li > table td {
    vertical-align: top;
    padding: 5px 10px;
    border-bottom: 1px dashed #E7E7E7;
}

ul.topcartopen li > table .image {
    width: 50px;
}

ul.topcartopen li > table .image img {
    text-align: left;
}

ul.topcartopen li > table .name small {
    color: #999999;
}

ul.topcartopen li > table .quantity {
    text-align: right;
}

ul.topcartopen li > table td.total {
    text-align: right;
}

ul.topcartopen li > table .remove {
    text-align: right;
}

ul.topcartopen li > table .remove img {
    cursor: pointer;
}

#header #cart .mini-cart-total > table {
    border-collapse: collapse;
    clear: left;
    float: right;
    margin-bottom: 5px;
    padding: 5px;
}

ul.topcartopen li > table a {
    padding: 0;
}

.shoppingcarttop {
    position: absolute;
    top: 0;
    right: 250px
}

nav.subnav select {
    display: none;
}

/* Banners */
.bannerheading1 {
    background: #f25c27;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 99;
}

.bannerheading2 {
    background: #fefefe;
    color: #999999;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    line-height: 60px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 155px;
    z-index: 99;
}

.bannerbutton {
    position: absolute;
    right: 10px;
    top: 237px;
}

.bannerpriceround {
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #E7E7E7;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: block; /*background: #f1c647;*/
    height: 150px;
    padding: 5px 7px 7px 5px;
    position: absolute;
    right: 493px;
    top: 221px;
    width: 150px;
}

.bannerpriceroundinner {
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    display: block;
    height: 150px;
    text-align: center;
    width: 150px;
}

.bannerpriceroundinner .oldprice {
    clear: both;
    display: block;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    width: 150px;
}

.bannerpriceroundinner .newprice {
    clear: both;
    display: block;
    float: left;
    font-size: 38px;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
    width: 150px;
}

.bannerpriceroundinner .bestdeal {
    clear: both;
    color: #4B5B58;
    display: block;
    float: left;
    font-size: 28px;
    text-align: center;
    width: 150px
}

.addbanner {
    padding: 20px 0;
}

.addbanner ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E7E7E7;
    display: block;
    line-height: 1;
    margin-bottom: 0;
    padding: 4px;
    position: relative;
}

.addbanner ul li img {
    text-align: center
}

/* Latest, Featured Products */
#latest, #featured {
    padding: 20px 0 0 0;
}

a.productname {
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 22px;
    margin: 10px 0;
}

.thumbnails li:hover a.prdocutname {
    color: #4B5B58
}

.thumbnail:hover {
    -webkit-box-shadow: 0 1px 4px rgba(54, 62, 71, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(54, 62, 71, 0.4);
    box-shadow: 0 1px 4px rgba(54, 62, 71, 0.4);
}

.thumbnail .cartadd {
    background: url(../img/cartadd.png) repeat-x 0 0;
    cursor: pointer;
    float: right;
    height: 57px;
    overflow: hidden;
    text-indent: -9999px;
    width: 57px;
}

div.thumbnail:hover .cartadd {
    background-position: right 0;
}

ul.thumbnails.list .cartadd {
    margin: 0 10px 0 0;
}

ul.thumbnails.list .price {
    margin-top: 5px;
}

.thumbnail .links {
    display: block;
    padding: 10px 0 10px 0;
    margin-left: -5px;
}

.links a {
    background: url(../img/productlinkicon.png) no-repeat 0 0;
    color: #999999;
    line-height: 24px;
    margin-right: 5px;
    padding: 0 0 0 20px;
}

.links a.info {
    background-position: 0 0;
}

.links a.wishlist {
    background-position: 0 -24px;
}

.thumbnail .links a.compare {
    background-position: 0 -50px;
}

.thumbnail a:hover, .links a:hover {
    color: #f25c27;
}

.oldprice {
    color: #999;
    display: block;
    text-decoration: line-through;
    font-size: 16px;
    line-height: 22px;
}

.newprice {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

/* Latest Blog */
.thumbnail .newprice {
    font-size: 18px;
    line-height: 22px;
}

#latestblog p {
    line-height: 20px;
}

#latestblog .blogtitle {
    font-size: 22px;
    color: #f25c27;
    line-height: 30px;
    margin-bottom: 5px;
    display: block;
}

#latestblog .blogtitle:hover {
    color: #f25c27;
}

.latestblogbutton {
    display: block;
    clear: both;
}

.listblcok {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.sidewidt {
    margin-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background: #fff;
}

.sidewidt ul li.constructor a {
    color: #00aeef;
    font-weight: 700;
    text-indent: -10px;
}

.sidewidt ul li.constructor a i.fa {
    margin-right: 7px;
}

.categorytitle {
    margin: 0 0 35px 0;
}

ul.categories li {
    display: block;
    border-bottom: 1px dashed #E7E7E7;
}

ul.categories li:last-child {
    border: none;
}

ul.categories li a {
    display: block;
    padding: 11px 0 11px 35px;
    color: #999999;
}

ul.categories li a.active {
    color: #f25c27;
}

ul.categories li a:hover {
    color: #333;
}

/* Bestsellter */
ul.bestseller {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

ul.bestseller li a.productname {
    display: block;
    color: #F25C27;
    font-size: 15px;
}

ul.bestseller li a:Hover.productname {
    color: #333;
}

ul.bestseller li img {
    float: left;
    margin: 0 5px 10px 0;
    padding: 5px;
    border: 1px solid #E7E7E7;
    background: #fff;
}

ul.bestseller li span.price {
    display: block;
    font-size: 16px;
}

ul.bestseller li span.procategory {
    display: block;
    color: #333;
}

ul.bestseller li {
    display: block;
    border-bottom: 1px dashed #E7E7E7;
    padding: 16px 10px 16px 10px;
}

ul.bestseller li:last-child {
    border: none;
}

.sidebanner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: block;
    line-height: 1;
    margin-top: 40px;
    position: relative;
}

.sidebanner img {
    display: block;
    margin: 0 auto;
}

.pagination ul {
    background: #fff;
}

.pagination a:hover, .pagination .active a {
    background-color: #fff;
    color: #f25c27;
}

.sorting {
    overflow: auto;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 22px;
}

.sorting form {
    margin: 0;
}

.list {
    display: none
}

.list .thumbnail .links {
    float: right;
    margin-top: 78px
}

.list .details {
    margin: 10px;
    line-height: 18px
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#footer ul li {
    list-style: none
}

#footer .info ul li:last-child {
    background: none
}

.contact ul li {
    background: url(../img/contacticons.png) no-repeat 0 0;
    padding: 0 0 0 45px;
    height: 53px;
    line-height: 35px;
}

.fr {
    float: right
}

.fl {
    float: left
}

.shipping {
    background: url(../img/shipping.png) no-repeat scroll right 0;
    color: #4B5B58;
    float: right;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    padding: 0 60px 18px 0;
    width: 210px
}

.contact ul li.phone {
    background-position: 0 0;
}

.contact ul li.mobile {
    background-position: 0 -43px
}

.contact ul li.email {
    background-position: 0 -106px
}

.footersocial {
    padding: 0 0 50px;
}

.footersocial h2 {
    margin-bottom: 25px;
    font-size: 22px;
    text-shadow: none;
    padding: 7px 27px 11px 10px;
    background: #fff url(../img/spanheading.png) right center no-repeat;
}

.footersocial .contact h2, .footersocial .twitter h2 {
    background: #fff url(../img/spanheading.png) center center no-repeat;
}

.footersocial .aboutus h2 {
    background: #fff url(../img/spanheadingr.png) left center no-repeat;
    padding: 7px 10px 7px 30px;
}

.footerlinks h2 {
    background: none;
    border-bottom: none;
    color: #999999;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 0 5px 0;
    text-shadow: none;
    text-transform: uppercase;
}

.footerlinks {
    padding: 20px 0 15px;
    background: #E7E7E7;
    color: #999999
}

.footerlinks .info {
    float: left;
    margin-top: 5px
}

.footerlinks ul li {
    background: url(../img/seperate-main-nav-f.png) no-repeat right 3px;
    display: inline-block
}

.footerlinks ul li:last-child {
    background: none
}

.footerlinks ul li:first-child a {
    padding-left: 0;
}

.footerlinks ul li a {
    color: #999999;
    padding: 5px 10px 5px 10px;
}

.footerlinks ul li a:hover {
    color: #333
}

.newsletter input {
    width: 137px
}

.newsletter .input-prepend .add-on, .newsletter .input-append .add-on {
    background: #fff
}

#twitter ul {
    margin-bottom: 20px
}

#twitter ul li {
    margin-bottom: 15px;
    padding: 0 !important;
    display: block;
    clear: both
}

#twitter ul li a {
    font-style: italic;
    color: #f25c27
}

a.tweet_avatar {
    margin: 5px 5px 5px 0;
    float: left
}

.tweet_list .tweet_avatar {
    float: left;
}

.tweet_time {
    clear: both
}

#footersocial {
    float: right;
    margin-right: -12px
}

#footersocial a {
    background: url(../img/footericon.png) no-repeat;
    height: 30px;
    width: 30px;
    margin-right: 11px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#footersocial a:hover {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease
}

#footersocial a.facebook {
    background-position: 0 -6px;
}

#footersocial a.facebook:hover {
    background-position: 0 -47px;
}

#footersocial a.twitter {
    background-position: -40px -6px
}

#footersocial a.twitter:hover {
    background-position: -40px -47px
}

#footersocial a.linkedin {
    background-position: -80px -6px
}

#footersocial a.linkedin:hover {
    background-position: -80px -47px
}

#footersocial a.blooger {
    background-position: -118px -6px
}

#footersocial a.blooger:hover {
    background-position: -118px -47px
}

#footersocial a.rss {
    background-position: -155px -6px
}

#footersocial a.rss:hover {
    background-position: -155px -47px
}

#footersocial a.dig {
    background-position: -194px -6px
}

#footersocial a.dig:hover {
    background-position: -194px -47px
}

#footersocial a.googleplus {
    background-position: -234px -6px
}

#footersocial a.googleplus:hover {
    background-position: -234px -47px
}

#footersocial a.skype {
    background-position: -271px -6px
}

#footersocial a.skype:hover {
    background-position: -271px -47px
}

#footersocial a.flickr {
    background-position: -309px -6px
}

#footersocial a.flickr:hover {
    background-position: -309px -47px
}

/*Copyright Bottom*/
.copyrightbottom {
    background: #6a7274;
    padding: 15px 0;
    color: #fff
}

#gotop {
    position: fixed;
    bottom: 2px;
    right: 5px;
    height: 58px;
    width: 58px;
    background: url(../img/gotop.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden
}

/*Producct page*/
#product {
    margin-bottom: 20px
}

.thumbnails.mainimage li.span5 {
    margin-bottom: 0;
}

.thumbnails.mainimage li.span4 {
    margin-bottom: 0;
}

.thumbnails.mainimage li.span4 a img {
	width:300px;
}

.thumbnails#product_images {
	margin-left:-10px;
}

ul.productinfo {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.productinfo li {
    padding: 5px 0;
    list-style: none;
    display: block
}

ul.productinfo li .productinfoleft {
    width: 160px;
    float: left;
    font-weight: bold
}

.productformbutton {
    border-bottom: 1px solid #E7E7E7;
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 25px
}

.form-horizontal.productform .control-label {
    text-align: left !important;
}

.productaddtocart {
    margin: 10px 10px 10px 160px;
    float: left !important
}

.rating {
    margin: 25px 30px 40px 0;
    border-top: 1px solid #E7E7E7;
    border-radius: 4px 4px 4px 4px;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #E7E7E7;
}

.options {
    margin: 5px 0 12px 0
}

ul.rate {
    margin: 0;
}

ul.rate li {
    height: 20px;
    width: 20px;
    background: url(../img/rate.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    margin-right: 5px
}

ul.rate li.on {
    background-position: left top
}

ul.rate li.off {
    background-position: left -24px
}

.mainimage li.producthtumb {
    display: inline-block;
    width: 99px;
    margin-left: 4px;
	cursor: pointer;
}

.productright {
    position: relative
}

.productprice .price {
    margin: 11px auto 0;
    height: 28px;
    line-height: 28px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #f25c27;
    width: 80px
}

.productright .productpriceround {
    display: block;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 10px;
    float: right;
    border: 1px solid #E7E7E7;
}

.productprice {
    clear: both
}

.productarticle {
    text-align: right;
    font-size: 12px;
    line-height: 18px;
}

.proldprice {
    font-size: 30px;
    color: #999999;
    display: block;
    text-decoration: line-through;
    line-height: 24px;
    float: left;
    margin-right: 10px
}

.prnewprice {
    font-size: 30px;
    color: #000;
    display: block;
    line-height: 24px;
}

.selectsize {
    float: left;
}

.selectqty {
    width: 100px;
    float: left;
    margin-right: 10px
}

.quantitybox {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 0 15px 0 15px;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-bottom: 25px;
}

.cart-qty label {
    margin-bottom: 0;
}

.cart-qty {
    /*margin-right: 15px;*/
	margin: 15px 15px 0 0;
}

.cart-qty input {
    width: 100%;
}

.cart-qty {
    width: 60px !important;
}

.quantitybox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.productlinks {
    margin: 6px 0 0 10px;
    float: left
}

.productlinks a {
    margin-right: 10px;
    background: url(../img/productpagelinkicon.png) no-repeat 0 0;
    padding: 0 0 0 25px;
    color: #4B5B58;
    line-height: 24px;
    font-size: 14px
}

.productlinks a.cartadd {
    background-position: 0 0
}

.productlinks a.compare {
    background-position: 0 -49px
}

h1.productname {
    color: #333;
    font-size: 22px;
    margin: 0 0 20px 0;
    background: none;
    padding: 0;
}

.productright a.addtocart {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    height: 34px;
    padding: 58px 0 0;
    text-align: center;
    width: 159px;
    margin-top: 20px;
    display: block;
    cursor: pointer;
    margin-left: 2px
}

.productright a:hover.addtocart {
    background-position: 0 -111px;
}

.nav-tabs {
    margin: 0;
}

.productdesc {
    margin: 30px 0
}

.productdesc .nav-tabs li a {
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
    color: #999999
}

.productdesc .nav-tabs li a:hover {
    color: #333
}

.productdesc .nav-tabs li.active {
    border-bottom: 1px solid #fff;
}

.productdesc .nav-tabs li.active a {
    color: #000
}

.tab-content {
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 3px 3px 3px 3px;
    border-top: none;
    padding: 15px
}

ul.reveiw {
    margin: 0;
    padding: 0;
}

ul.reveiw > li {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 22px;
    padding: 5px 0 10px 0;
}

ul.reveiw li {
    list-style: none;
}

ul.reveiw li .title {
    font-size: 20px;
}

ul.reveiw li .date {
    float: right;
    font-size: 14px;
}

ul.reveiw ul.rate {
    margin: 10px 0;
}

.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    background-color: #fff;
}

.cart-info table tr {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.cart-info table tr:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.cart-info td, .cart-info th {
    padding: 15px;
}

.cart-info th {
    padding: 10px
}

.cart-info th {
    font-weight: bold;
    background-color: #eeeeee;
    border-bottom: 1px solid #E7E7E7;
}

.cart-info th.quantity, .cart-info td.quantity {
    text-align: left;
}

.cart-info th .price, .cart-info th .total, .cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info th .quantity a {
    margin-top: -5px
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #E7E7E7;
}

.cart-info tbody .remove {
    vertical-align: middle;
}

.cart-info tbody .remove, .cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model {
    text-align: left;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.cart-module .cart-heading {
    border: 1px solid #E7E7E7;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 8px 8px 22px;
}

.cart-module .cart-content {
    padding: 0 0 15px 0;
    display: none;
    overflow: auto;
}

.cart-module > div {
    display: none;
}

.cart-total {
    border-top: 1px solid #E7E7E7;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

.cartoptionbox {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 40px
}

ul.total {
    font-size: 16px;
    margin-top: 5px;
    margin-right: 10px
}

ul.total li {
    padding: 10px 0
}

ul.total li span.extra {
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 20px
}

.totalamout {
    font-size: 18px;
    color: #000
}

.loginbox {
    padding: 5px;
}

.registerbox {
    padding: 20px 15px 0 15px;
    margin-bottom: 20px
}

.myaccountbox {
    padding: 20px 15px 15px 15px;
    margin-bottom: 20px
}

.myaccountbox ul {
    padding: 0;
    margin: 0;
}

.myaccountbox ul li {
    display: block;
    border-bottom: 1px dashed #E7E7E7
}

.myaccountbox ul li:last-child {
    border: none
}

.myaccountbox ul li a {
    display: block;
    padding: 8px 5px 8px 30px;
    background: url("../img/arrowcategory.png") no-repeat scroll 10px center transparent;
    color: #999999
}

.myaccountbox ul li a:hover {
    color: #f25c27
}

.checkoutsteptitle {
    padding: 8px 10px;
    background: #fff url("../img/down.png") no-repeat right -17px;
    margin: 5px 0 10px 0;
    color: #495c58;
    font-size: 16px;
    border-bottom: 1px dashed #E7E7E7;
    cursor: pointer
}

.checkoutsteptitle.down {
    background-position: right 10px
}

.checkoutsteptitle a.modify {
    float: right;
    margin-right: 30px;
    font-size: 13px;
    line-height: 16px
}

.checkoutstep {
    display: none;
    margin: 15px 0 30px 0;
    background: #fff;
    padding: 15px;
}

.checkoutstep textarea {
    width: 95%
}

.checkoutstep:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newcustomer, .returncustomer {
    width: 40%;
    float: left;
    border: 1px solid #E7E7E7;
    padding: 15px 20px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.newcustomer {
    margin-right: 5%;
}

.privacy {
    float: right;
    margin: 10px 10px 0 0
}

.blogdetail {
    margin-bottom: 30px
}

#myTab {
    margin-top: 25px
}

.tab-content.sideblog ul li {
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px;
    list-style: none;
}

.author {
    margin: 5px 0 10px 0;
}

.author a {
    color: #f25c27;
}

.tab-content ul {
    margin: 0;
}

.tab-content .blogtitle {
    font-size: 15px;
    color: #999999;
}

.tab-content .blogtitle:hover {
    color: #333;
}

.sideblogimage {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #ddd;
}

.blogicons {
    margin: 20px 0 10px 0;
    clear: both;
}

.blogdetail .blogicons {
    margin: -10px 0 30px 0;
}

.tab-content .blogicons {
    margin: 10px 0 10px 0;
}

.blogicons:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.tags {
    margin: 0 0 0;
}

.tags li {
    display: inline-block;
    margin: 5px 3px
}

ul.tags li a {
    display: inline-block;
    padding: 3px 10px;
    background: #E7E7E7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #999999;
}

ul.tags li a:hover {
    background: #f0f0f0;
    color: #fff;
}

span.viewfancypopup {
    background: url("../img/view.png") no-repeat scroll center center transparent;
    text-align: center;
    width: 100%;
    display: none;
    height: 75px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -38px;
}

a.fancyboxpopup {
    position: relative;
    display: block;
}

a.fancyboxpopup:hover span.viewfancypopup {
    display: block;
    position: absolute;
    z-index: 999;
    margin-top: -55%;
}

#comments .blogtitle {
    font-size: 14px;
}

.avtar {
    margin: 0 10px 10px 0;
}

.blogautor {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

ul.comments li ul.comments {
    margin-top: 40px;
}

ul.comments li {
    clear: both;
    margin-bottom: 40px;
}

.blogautor .avtar {
    height: 80px;
    width: 120px;
    float: left;
}

.comments .avtar {
    height: 60px;
    width: 60px;
    float: left;
}

.commentdetail {
    margin-left: 150px;
}

ul.comments .commentdetail {
    margin-left: 80px;
}

#flickr {
    margin-top: 25px
}

.thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.thumbs li {
    list-style: none;
    display: inline-block;
}

.thumbs li a {
    display: inline-block;
    float: left;
    margin: 4px;
    border: 1px solid #999
}

.thumbs li img {
    height: 50px;
    width: 50px
}

.thumbs li a img {
    border: none;
}

#fb-root, #fb-root > div {
    overflow: hidden
}

label.error {
    color: #f25c27;
    float: none;
    display: inline-block
}

ul.listoption1, ul.listoption2, ul.listoption3, ul.listoption4, ul.listoption5, ul.listoption6, ul.foodicon, ul.blogcaterg {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.listoption1 li, ul.listoption2 li, ul.listoption3 li, ul.listoption4 li, ul.listoption5 li, ul.listoption6 li {
    display: block;
    padding: 5px 0 5px 20px
}

ul.listoption1 li {
    background: url("../img/list1.png") no-repeat scroll 0 5px;
    padding: 5px 0 5px 25px
}

ul.listoption2 li {
    background: url("../img/list2.png") no-repeat scroll 0 5px;
}

ul.listoption3 li {
    background: url("../img/list3.png") no-repeat scroll 0 9px;
    padding: 5px 0 5px 15px
}

ul.listoption4 li {
    background: url("../img/list4.png") no-repeat scroll 0 10px;
}

ul.listoption5 li {
    background: url("../img/list5.png") no-repeat scroll 0 10px;
    padding: 5px 0 5px 15px
}

ul.listoption6 li {
    background: url("../img/list6.png") no-repeat scroll 0 10px;
}

/* messages */

.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 {
    background: url("../img/messages.png") no-repeat scroll 8px 0 transparent;
    display: block;
    margin: 18px 0;
    padding: 15px 8px 15px 50px;
    position: relative;
    color: #666666 !Important;
}

.errormsg {
    background-color: #FCCAC1;
    border: 1px solid #E18B7C;
}

.alertmsg {
    background-color: #FFE9AD;
    border: 1px solid #EAC572;
}

.successmsg {
    background-color: #EFFEB9;
    border: 1px solid #C1D779;
}

.infomsg {
    background-color: #DEEEFA;
    border: 1px solid #AFD3F2;
}

.infomsg2 {
    background-color: #FFFFFF;
    border: 1px solid #AFD3F2;
}

a.clostalert {
    background: url("../img/messages.png") no-repeat scroll 0 -310px transparent;
    cursor: pointer;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: 9999px;
    top: 5px;
    width: 15px;
}

/*Bootstrap Overwrite*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: auto
}

.label-success,
.badge-success {
    background-color: #CEEAE5;
    color: #333 !important;
    text-shadow: none !important;
}

.label {
    padding: 1px 4px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.label,
.badge {
    font-weight: normal;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
}

.navbar .nav > li > a {
    color: #FFFFFF;
    float: none;
    line-height: 19px;
    padding: 9px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar .nav li.dropdown.active .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
    color: #ffffff;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;
}

.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}

.navbar .nav > li > a {
    float: none;
    padding: 9px 10px 11px;
    line-height: 19px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.navbar .nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: none;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    /*  height: 18px;
*/
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {

    border-color: rgba(141, 184, 175, 0.7);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    cursor: pointer;
}

.btn 
{ -moz-border-bottom-colors: none; 
  -moz-border-image: none; 
  -moz-border-left-colors: none; 
  -moz-border-right-colors: none; 
  -moz-border-top-colors: none; 
  border-radius: 4px 4px 4px 4px!important; 
  border-style: none;
  border-width: medium;
  border: 0;
  cursor: pointer; 
  display: inline-block; 
  font-size: 14px; 
  line-height: 17px; 
  margin-bottom: 0; 
  padding: 10px 21px; 
  text-align: center; 
  vertical-align: middle; 
  background-image: -moz-linear-gradient(top, #e7e7e7, #e7e7e7); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#e7e7e7)); 
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7); 
  background-image: -o-linear-gradient(top, #e7e7e7, #e7e7e7); 
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7); 
  background-color:#e7e7e7; 
  color:#999999 
}

/*.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 4px !important;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    padding: 9px 18px;
    text-align: center;
    vertical-align: middle;
    background-image: -moz-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: -o-linear-gradient(top, #e7e7e7, #e7e7e7);
    background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
    background-color: #e7e7e7;
    color: #999999
}*/

.thumbnail {
    display: block;
    background: #fff;
    border: none;
    line-height: 1;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;

}

a.thumbnail:hover {
    border-color: rgba(141, 184, 175, 0.7);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 184, 175, 0.4);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px
}

.thumbnail a > img {
    margin: 0 auto;
    display: block;
}

.thumbnail .caption {
    padding: 9px;
    text-align: center;
}

.thumbnail:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.input-prepend .add-on,
.input-append .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 7px 8px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #003399 \9;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605 \9;
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    *background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808 \9;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn {
    border-color: #E7E7E7;
}

.btn-primary {
    background: #0074cc !important;

    background-repeat: repeat-x;
    border-color: #0055cc #0055cc #003580;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: #0055cc;
    *background: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
    background: #004099 \9;
}

.btn-success {
    background: #19BB8A;

    border-color: #51a351 #51a351 #387038;
    border-color: rgba(255, 255, 255, 0.15) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background: #19BB8A;
}

.btn-success:active,
.btn-success.active {
    background: #19BB8A \9;
}

.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label, input, button, select, textarea {
    font-weight: normal;
}

.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 2px;
    margin-top: 4px;
    padding: 10px 12px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-right: 2px;
}

section {
    padding-top: 0;
}

form {
    margin: 0;
}

select, input[type="file"] {
    height: 34px;
    line-height: 28px;
}

.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
    margin-left: -1px;
}

.sidewidt .nav.categories > li > a:hover {
    text-decoration: none;
}

.breadcrumb {
    background: none
}

.breadcrumb .active {
    color: #F25C27
}

.form-actions {
    background: none
}

.pagination ul > .active > a, .pagination ul > .active > span {
    color: #F25C27
}

.font48 {
    font-size: 48px;
    color: #F25C27
}

/*.well {
    padding: 10px
}*/

.well {
    margin:0 0 10px 60px;
}

.footersocial .span3 {
    font-size: 16px;
}

a.proceed {
    background: #00aeef;
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}

a.proceed:hover {
    background: #42c2f2;
}

a.proceed:active {
    background: #04a3df;
}

section.info {
	margin:0 0 30px 0;
	width:696px;
}

section.info .tabs {
	border-bottom:1px solid #dcdcdc;
    margin: 0 0 15px 0;
    padding: 0;
}

section.info .tabs li {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 11px 16px;
    border: 1px solid transparent;
	color:#262626;
	font-size: 14px;
	font-weight: bold;
}

section.info .tabs li:hover {
    background: #f0f0f0;
}

section.info .tabs li.active {
    background:#d9e6f0;
    cursor: default;
    border-radius: 3px 3px 0 0;
    border: 1px solid #cccccc;
    border-bottom: none;
}

section.info .tab-pane {
    display: none;
}

section.info .tab-pane.active {
    display: block;
}

.product-qty-btn {
    display: inline-block;
    margin-top: 20px;
}

#popup-info-product {
    max-width: 800px;
}

.fancybox-inner {
    overflow-x: hidden !important;
}

#popup-info-product .product-info .holder,
#popup-info-product .product-print .holder {
    /* margin-top: 20px;  01.10.2018 - Инфа о товаре */
    zoom: 1;
	padding: 0 15px; /* 01.10.2018 */
}

#popup-info-product .product-info .holder:before,
#popup-info-product .product-print .holder:before,
#popup-info-product .product-info .holder:after,
#popup-info-product .product-print .holder:after {
    content: " ";
    display: table;
}

#popup-info-product .product-info .holder:after,
#popup-info-product .product-print .holder:after {
    clear: both;
}

#popup-info-product .product-info .holder .video-holder,
#popup-info-product .product-print .holder .video-holder {
    float: left;
    width: 25%;
}

#popup-info-product .product-info .holder .video-holder iframe,
#popup-info-product .product-print .holder .video-holder iframe {
    display: none;
}

#popup-info-product .product-info .holder img,
#popup-info-product .product-print .holder img {
    float: left;
    width: 25%;
}

#popup-info-product .product-info .holder .text,
#popup-info-product .product-print .holder .text {
    float: left; /* 01.10.2018 - Инфа о товаре */
    /* width: 70%; 01.10.2018 */
}

#popup-info-product .product-info .holder .text h4,
#popup-info-product .product-print .holder .text h4 {
    margin-bottom: 4px; /* 01.10.2018 - Инфа о товаре */
}

#popup-info-product .product-info .holder .text .description,
#popup-info-product .product-print .holder .text .description {
    float: left;
    font-size: 12px;
    /* width: 45%; 01.10.2018 - Инфа о товаре */
}

#popup-info-product .product-print .holder .text .description {
	padding:5px 0 0 0;
}

#popup-info-product .product-info .holder .text .description h5,
#popup-info-product .product-print .holder .text .description h5 {
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px; /* 01.10.2018 - Инфа о товаре */
    /* margin-bottom: 10px;01.10.2018 - Инфа о товаре */
    padding-bottom: 2px;
}

#popup-info-product .product-info .holder .text .description p.colors,
#popup-info-product .product-print .holder .text .description p.colors {
    position: relative;
}

#popup-info-product .product-info .holder .text .description p.colors strong,
#popup-info-product .product-print .holder .text .description p.colors strong {
    position: relative;
    top: -3px;
}

#popup-info-product .product-info .holder .text .description p.colors span,
#popup-info-product .product-print .holder .text .description p.colors span {
    border: 1px solid #d0d0d0;
    display: inline-block;
    height: 15px;
    width: 15px;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-red,
#popup-info-product .product-print .holder .text .description p.colors span.t-red {
    background: #db0000;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-orange,
#popup-info-product .product-print .holder .text .description p.colors span.t-orange {
    background: #e8a426;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-yellow,
#popup-info-product .product-print .holder .text .description p.colors span.t-yellow {
    background: #ffff3c;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-green,
#popup-info-product .product-print .holder .text .description p.colors span.t-green {
    background: #3EC34E;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-sky,
#popup-info-product .product-print .holder .text .description p.colors span.t-sky {
    background: #88c0ef;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-blue,
#popup-info-product .product-print .holder .text .description p.colors span.t-blue {
    background: #4071b8;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-sea,
#popup-info-product .product-print .holder .text .description p.colors span.t-sea {
    background: #0f1bad;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-purple,
#popup-info-product .product-print .holder .text .description p.colors span.t-purple {
    background: #550a5f;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-white,
#popup-info-product .product-print .holder .text .description p.colors span.t-white {
    background: #fff;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-grey,
#popup-info-product .product-print .holder .text .description p.colors span.t-grey {
    background: #939393;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-black,
#popup-info-product .product-print .holder .text .description p.colors span.t-black {
    background: #000;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-pink,
#popup-info-product .product-print .holder .text .description p.colors span.t-pink {
    background: #d66d7b;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-brown,
#popup-info-product .product-print .holder .text .description p.colors span.t-brown {
    background: #68002a;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-melange,
#popup-info-product .product-print .holder .text .description p.colors span.t-melange {
    background: #e1e1e1;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-royalblue,
#popup-info-product .product-print .holder .text .description p.colors span.t-royalblue {
    background: #3a3792;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-citrus,
#popup-info-product .product-print .holder .text .description p.colors span.t-citrus {
    background: #e69b0c;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-fuchsia,
#popup-info-product .product-print .holder .text .description p.colors span.t-fuchsia {
    background: #860339;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-lightgray,
#popup-info-product .product-print .holder .text .description p.colors span.t-lightgray {
    background: #cccccc;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-burgundy,
#popup-info-product .product-print .holder .text .description p.colors span.t-burgundy {
    background: #993333;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-lightgreen,
#popup-info-product .product-print .holder .text .description p.colors span.t-lightgreen {
    background: #45bf76;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-rose,
#popup-info-product .product-print .holder .text .description p.colors span.t-rose {
    background: #fc7383;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-lightblue,
#popup-info-product .product-print .holder .text .description p.colors span.t-lightblue {
    background: #58acd0;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-lilac,
#popup-info-product .product-print .holder .text .description p.colors span.t-lilac {
    background: #873da5;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-blackwhite,
#popup-info-product .product-print .holder .text .description p.colors span.t-blackwhite {
    background: #333;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-whiteyellow,
section.info .tab-pane#p2 .holder .text .description p.colors span.t-whiteyellow {
    background: #fdfd23;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-bluewhite,
#popup-info-product .product-print .holder .text .description p.colors span.t-bluewhite {
    background: #68c2f2;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-deepblue,
section.info .tab-pane#p2 .holder .text .description p.colors span.t-deepblue {
    background: #0172bc;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-redwhite,
#popup-info-product .product-print .holder .text .description p.colors span.t-redwhite {
    background: #f00;
}

#popup-info-product .product-info .holder .text .description p.colors span.t-whiteblack,
#popup-info-product .product-print .holder .text .description p.colors span.t-whiteblack {
    background: #333;
}

#popup-info-product .product-info .holder .text .safety,
#popup-info-product .product-print .holder .text .safety {
    float: left;
    font-size: 12px;
	margin: 10px 0 0 0;
}

#popup-info-product .product-info .holder .text .safety h5,
#popup-info-product .product-print .holder .text .safety h5 {
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px; /* 01.10.2018 - Инфа о товаре */
    /* margin-bottom: 10px;01.10.2018 - Инфа о товаре */
    padding-bottom: 2px;
}

#popup-info-product .product-info .holder ul.additional-photo,
#popup-info-product .product-print .holder ul.additional-photo {
    width: 100%;
    zoom: 1;
}

#popup-info-product .product-info .holder ul.additional-photo:before,
#popup-info-product .product-print .holder ul.additional-photo:before,
#popup-info-product .product-info .holder ul.additional-photo:after,
#popup-info-product .product-print .holder ul.additional-photo:after {
    content: " ";
    display: table;
}

#popup-info-product .product-info .holder ul.additional-photo:after,
#popup-info-product .product-print .holder ul.additional-photo:after {
    clear: both;
}

#popup-info-product .product-info .holder ul.additional-photo li,
#popup-info-product .product-print .holder ul.additional-photo li {
    display: block;
    float: left;
    width: 33.33333%;
}

#popup-info-product .product-info .holder ul.additional-photo li img,
#popup-info-product .product-print .holder ul.additional-photo li img {
    margin-top: 20px;
    width: 230px;
}

#popup-info-product .product-print .holder img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

section.info .tab-pane#p2 .holder .text {
    width: 70%;
}

section.info .tab-pane#p2 .holder .text h5 {
    border-bottom: 1px solid #d0d0d0;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

section.info .tab-pane#p3 i.fa,
section.info .tab-pane#p3 .glyphicon {
    color: #777;
    font-size: 50px;
    line-height: 100px;
}

.constructor-holder {
    width: 940px;
    margin: 0 auto;
}

.constructor-holder .holder .right {
    position: static;
}

.constructor-holder .holder .right .slider {
    background: #efefef;
    cursor: pointer;
    display: none;
    font-size: 28px;
    padding: 0 10px;
    position: absolute;
    left: -30px;
    top: 0;
}

.constructor-holder .mobile-upload,
.constructor-holder span.mobile-href {
    display: none;
}

.quantitybox .product-wrap {
    display: inline-block;
}

.quantitybox .radio + label {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.quantitybox .radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.quantitybox-color {
    margin-top: 10px;
}

.quantitybox-color .radio + label {
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 2px;
    position: relative;
}

.quantitybox-color .radio + label span.double {
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    right: 0;
}

.quantitybox-color .radio + label:hover {
    border: 2px solid #4d90fe;
}

.quantitybox-color .radio:checked + label {
    border: 2px solid #4d90fe;
}

.quantitybox-color .radio + label:nth-child(12n+12) {
    margin-right: 0;
}

.quantitybox-size .radio + label {
    width: 50px;
    height: 26px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    color: #000;
	margin-bottom:5px;
}

.quantitybox-size .radio + label:hover {
    border: 1px solid #4d90fe;
}

.quantitybox-size .radio + label.long {
    font-size: 10px;
}

.quantitybox-size .radio:checked + label {
    border: 1px solid #4d90fe;
    background-color: #7aacfe;
    color: #fff;
}

.quantitybox-size .radio + label:nth-child(12n+12) {
    margin-right: 0;
}

.product-wrap label {
    text-align: center;
    line-height: 26px;
}

.product-type {
    display: none;
}

.social-block-wrapper {
    float: right;
    padding-top: 5px;
}

.info-block {
	float:left;
    width: 100%;
    margin-top: 10px;
}

.info-block span {
	font-size:16px;
}

.btn-infor {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 7px 14px;
    font-size: 12px;
	color: #4d96ca;
}

.btn-infor .fa {
    padding-right: 5px;
}

.product-info {
    background-color: #fafafa;
    padding: 6px 15px;
    /* margin-bottom: 40px; */
	color: black; /* 01.10.2018 - Инфа о товаре */
}

.product-info p {
    font-size: 16px; /* (был 12) 01.10.2018 - Инфа о товаре */
    line-height: 20px;
    /* max-width: 200px; */
	margin: 0 0 10px 0;
}

.product-info__details em span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.product-info__image {
	max-width: 100%;
}

.product-info__block {
	color: black;
}

.product-info h4 {
    padding: 0;
	font-size: 1.4em; /* 01.10.2018 - Инфа о товаре */
	margin: 0 0 10px 0; /* 01.10.2018 */
	color: #eb9300;  /* 01.10.2018 */
}

#popup-info-product .product-print .holder .text h4 {
	font-size: 1.4em;
}

#popup-info-product .product-print .holder .video-holder {
	width: 70%;
	overflow: hidden;
    position: relative;
}

#popup-info-product .product-print .holder img {
    float: none;
    width: 100%;
	position: relative;
    margin: -15% auto;/* virtualy height needed turn don to zero */
    width: 100%;
    height:auto;
    vertical-align:middle;
}

.product-info-item {
    padding-left: 7%;
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.product-info-item:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    top: 15px;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.product-info-wrapper {
    width: 100%;
}

.info .owl-carousel {
    position: relative;
    padding: 0 20px;
}

.info .owl-controls {

}

.info .owl-nav {
    width: 100%;
    color: #eeeeee;
    cursor: pointer;
    font-size: 50px;
    top: 30%;
    position: absolute;
}

.info .owl-nav:hover {
    color: #9f9f9f;
}

.info .owl-nav .fa {
    font-size: 40px;
}

.info .owl-prev {
    left: -10px;
    position: absolute;
    transform: translate(-50%, -50%);

}

.info .owl-next {
    right: 45px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.info .tabs {
    background-color: #fafafa;
    margin-bottom: 15px;
}

.info-carousel-item {
    text-align: center;
    line-height: 16px;
    width: 110px;
    display: block;
}

.info-carousel-item-img {
    width: 110px;
    height: 110px;
    position: relative;
    padding-bottom: 8px;
}

.info-carousel-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.info-carousel-item span {
    font-size: 13px;
	font-weight:bold;

}

.info-carousel-item:hover span {
    color: #000;
}

.more-product-item {
    width: 19%;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
    vertical-align: top;
}

.more-product-item span {
    display: inline-block;
    width: 100%;
}

#country {
    color: #555555;
    font-size: 13px;
    width: 25%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    max-height: 150px;
    max-width: 450px;
    overflow: hidden;
    overflow-y: auto;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li {
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding: 5px;
    transition: all ease .5s;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li:hover {
    color: #222;
}