html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.fs9 {
    font-size: 10px;
}
.fs10 {
    font-size: 11px;
}
.fs11 {
    font-size: 12px;
}
.fs12 {
    font-size: 13px;
}
.fs13 {
    font-size: 14px;
}
.fs14 {
    font-size: 15px;
}
.fs15 {
    font-size: 16px;
}
.fs16 {
    font-size: 17px;
}
a {
    cursor: hand;
    cursor: pointer;
    color: #000000;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #2f87ea;
}
a:focus {
    outline: none;
    outline-offset: -2px;
    color: #f7dc95;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
ul,
ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul li,
ol li {
    line-height: 20px;
}
body,
td,
th,
input,
textarea,
select,
a {
    outline: 0 none;
}
a,
a:hover,
a:focus {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
.quantity input,
input[name="quantity"] {
    width: auto;
    display: inline;
    text-align: center;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
table.list thead td {
    background-color: transparent;
    padding: 0px 5px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.list tbody td {
    padding: 0px 5px;
}
table.list td {
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list thead td a,
.list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
input.large-field,
select.large-field {
    width: 300px;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
table.form tr td:first-child {
    width: 150px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
.breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
    margin: 15px 15px 15px;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.breadcrumb li:first-child {
    margin-right: 0;
}
.breadcrumb li {
    line-height: 35px;
    position: relative;
    margin-right: 15px;
}
.breadcrumb li a {
    color: #5f5f5f;
    margin-right: 10px;
}
.breadcrumb li a:hover {
    color: #1e6399;
}
.breadcrumb li .arrow {
    border-image: none;
    border-style: solid none solid solid;
    border-color: rgba(0,0,0,0) #000000 rgba(0,0,0,0) #e9e9e9;
    border-width: 18px 1px 18px 12px;
    z-index: 50;
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}
.breadcrumb li .arrow span {
    border-color: rgba(0,0,0,0) #000000 rgba(0,0,0,0) #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 18px 1px 18px 12px;
    display: block;
    height: 0;
    left: -13px;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: -18px;
    white-space: nowrap;
    width: 0;
    z-index: 51;
}
.breadcrumb li+li:before {
    content: "";
    display: inline-block;
}
.breadcrumb li:last-child:before {
    color: #1e6399;
}
.breadcrumb li:last-child a {
    color: #1e6399;
}
.breadcrumb li:last-child .arrow {
    display: none;
}
.pagination {
    padding: 6px 15px;
    display: inline-block;
    width: 100%;
    margin: -10px 0 15px 0;
}
.pagination .links {
    float: left;
}
.pagination .links a,
.pagination .links b {
    border: 0;
}
.pagination .links a {
    display: inline-block;
    border-left-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links a:hover {
    background-color: transparent;
    color: #000;
}
.pagination .links b {
    display: inline-block;
    border-left-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background-color: transparent;
}
.pagination .results {
    float: right;
    line-height: 31px;
}
input.button {
    margin: 0;
    border: 0;
    height: 31px;
    padding: 0px 20px;
}
.button,
input.button {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #254c6b;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    font-weight: 700;
    font-size: 13px !important;;
}
.button:hover,
input.button:hover {
    background-color: #1e6399;
    color: #fff;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
}
.buttons {
    background: #FFFFFF;
    overflow: auto;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .left {
    float: left;
    text-align: left;
}
.htabs {
    margin-bottom: 10px;
}
.htabs a {
    padding: 0px 15px 0px 10px;
    float: left;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #292929;
    margin-right: 2px;
    margin-bottom: -1px;
    display: none;
    line-height: 25px;
}
.htabs a.selected,
.htabs a:hover  {
    background-color: #064475;
    color: #FFFFFF;
    position: relative;
}
.tab-content {
    padding: 25px;
    margin-bottom: 16px;
    z-index: 2;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.carousel-controls {
    position: absolute;
    top: 4px;
    right: 0;
    width: 63px;
    height: 30px;
}
.carousel-controls .carousel-control {
    font-size: 18px;
    border: 2px solid #cccccc;
    width: 30px;
    line-height: 23px;
    color: #000000;
    background-color: #e5e5e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-controls .carousel-control:hover {
    background-color: #f7dc95;
}
.carousel-control {
    text-shadow: none;
}
.carousel-control.left {
    background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
    background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
    background-image: linear-gradient(to right,transparent 0%,transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    background-image: -webkit-gradient(linear,0% top,100% top,from(transparent),to(transparent));
    background-image: -webkit-linear-gradient(left,color-stop(transparent 0%),color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left,transparent 0%,transparent 100%);
    background-image: linear-gradient(to right,transparent 0%,transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}
ul.links {
    position: relative;
    margin: 0;
    padding: 0;
}
ul.links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.428571429;
}
ul.links li > a span {
    font-size: 14px;
    margin-right: 10px;
}
ul.list > li {
    padding: 8px 0;
    border-bottom: 1px dashed #e3e3e3;
}
ul.list > li ul {
    display: none;
}
ul.list > li ul > li {
    padding: 10px 0 0px 25px;
    border: 0;
    list-style: disc inside none;
    color: #5f5f5f;
    font-size: 7px;
}
ul.list > li ul > li > a {
    text-decoration: none;
    display: inline-block;
    background: transparent;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
}
ul.list > li > a {
    text-decoration: none;
    padding-left: 0;
    color: #5f5f5f;
}
ul.list > li > a:hover,
ul.list > li > a.active {
    color: #1e6399;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
    background-color: transparent;
}
ul.list > li a.active {
    color: #f7dc95;
}
ul.list > li a.active + ul {
    display: block;
}
ul.list > li:last-child {
    border-bottom: none;
}
ul.list > li > span.head a {
    border: 2px solid #e7e7e7;
    color: #5f5f5f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 13px;
    line-height: 9px;
    padding-left: 1px;
    text-align: center;
    width: 13px;
}
.required {
    color: #FF0000;
    font-weight: bold;
}

.success,
.warning,
.attention,
.information {
    padding: 18px 10px 15px 33px;
    margin-bottom: 15px;
    color: #5f5f5f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.attention {
    background: #FFF5CC url('../../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.warning {
    background: #FFD1D1 url('../../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: 13px;
    display: block;
}
.error {
    display: block;
    color: #FF0000;
}
.welcome {
    margin-top: 0px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 32px;
}
.welcome a {
    color: #FFFFFF;
    font-weight: 600;
}
.success {
    background: #EAF7D9 url('../../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Signika Negative', sans-serif;
}
h1 {
    font-size: 26px;
    line-height: 32px;
}
h1 small {
    font-size: 19.5px;
}
h2 {
    font-size: 21px;
    line-height: 32px;
    text-transform: uppercase;
}
h2 small {
    font-size: 13px;
}
h3 {
    font-size: 19px;
    line-height: 32px;
}
h3 small {
    font-size: 15px;
}
h4 {
    font-size: 16px;
    text-transform: uppercase;
}
h4 small {
    font-size: 13px;
    color: #5f5f5f;
    display: block;
    margin-top: 2px;
}
h5 {
    font-size: 14px;
}
h5 small {
    font-size: 11px;
}
h6 {
    font-size: 13px;
    line-height: 32px;
}
button,
input,
textarea,
select {
    border: 1px solid #ccc;
}
.form-control {
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #f7dc95;
}
#page {
    margin: 0 auto;
}
body.layout-boxed-md {
    background: url("../../image/pattern/pattern14.png");
}
body.layout-boxed-md #page {
    max-width: 980px;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
body.layout-boxed-md #page #header #cart {
    float: right;
}
body.layout-boxed-md #page #logo img {
    width: 100%;
    margin-top: -78px;
}
body.layout-boxed-md #page .pavblock .blog-item {
    padding: 0;
}
body.layout-boxed-md #page .product-block .favorites > a > span {
    border-right: none;
}
body.layout-boxed-md #page .product-block .compare,
body.layout-boxed-md #page .product-block .favorites {
    float: none;
}
body.layout-boxed-md #page .product-info .image-additional img {
    width: 87%;
}
body.layout-boxed-md #page .product-info .image-additional .carousel-control.left {
    left: 12px;
}
body.layout-boxed-md #page .product-info .image-additional .carousel-control.right {
    right: 0;
}
body.layout-boxed-md #page .product-info .product-action {
    margin-top: 10px;
}
body.layout-boxed-lg {
    background: url("../../image/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
    max-width: 1170px;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
body.layout-boxed-md #pav-showcase .container,
body.layout-boxed-lg #pav-showcase .container {
    padding: 15px 15px 0;
}
body.layout-boxed-md #columns > div.container,
body.layout-boxed-lg #columns > div.container {
    padding: 0 15px;
}
body.layout-boxed-md #pav-mass-bottom .container,
body.layout-boxed-lg #pav-mass-bottom .container {
    padding: 0 15px;
}
#topbar {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    font-weight: 400;
    background: url("../../image/blue/header-bg.png") repeat-x 0 0 #064475;
    padding: 10px 0 4px 0;
}
#topbar ul li a {
    font-size: 11px;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
}
#topbar ul li:before {
    color: rgba(255,255,255,0.6);
}
#topbar ul li:hover a {
    color: #FFFFFF;
}
#header {
    background: transparent;
}
#logo {
    position: relative;
}
#logo a {
    display: inline-block;
    position: absolute;
    top: -38px;
    width: 100%;
}
#topbar #logo a{
    top: 0px;
}
#logo img {
    z-index: 999;
}
#header-main .inner {
    display: table;
    position: relative;
    height: 100%;
}
#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}
ul.links {
    margin: 0 5px;
    line-height: 32px;
}
ul.links li {
    margin: 0 5px;
}
#sys-notification {
    position: relative;
    z-index: 9999;
    margin-top: 10px;

    position: fixed;
    margin-top: -10px;
    width: 100%;
    top: 6px;
}
#sys-notification .container{
    padding: 0px;
}

.show-mobile {
    margin: 3px 0;
    position: relative;
    z-index: 1000;
}
.show-mobile:before,
.show-mobile:after {
    content: " ";
    display: table;
}
.show-mobile:after {
    clear: both;
}
.show-mobile > div {
    margin: 0;
    padding: 0;
    position: relative;
}
.show-mobile > div:hover .inner-toggle {
    display: block;
}
.show-mobile .quickaccess-toggle {
    width: 36px;
    height: 36px;
    background-color: #F7DC95;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    margin-left: 1px;
}
.show-mobile .quickaccess-toggle:hover {
    color: #000000;
    background-color: #f6d272;
}
.show-mobile .inner-toggle {
    display: none;
    position: absolute;
    background: #FFFFFF;
    right: 0;
    top: 100%;
    min-width: 170px;
    padding: 10px;
    z-index: 99999;
    border-top: 5px solid ;
    border-right: 1px solid ;
    border-left: 1px solid ;
    border-bottom: 1px solid ;
    border-color: #000000;
    color: #5f5f5f;
}
.show-mobile ul,
.show-mobile .links {
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
}
.show-mobile ul li,
.show-mobile .links li {
    float: none;
    display: block;
}
.show-mobile ul a,
.show-mobile .links a {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 23px;
    background-color: transparent;
    color: #000000 !important;
    border: none;
}
.show-mobile ul a:hover,
.show-mobile .links a:hover {
    color: #f7dc95 !important;
}
.show-mobile ul span,
.show-mobile .links span {
    margin-right: 10px;
}
.show-mobile .currency,
.show-mobile .language {
    width: 50%;
}
.show-mobile .currency .dropdown-menu,
.show-mobile .language .dropdown-menu {
    left: -70%;
    padding: 0 10px;
}
.show-mobile .currency button,
.show-mobile .language button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    padding: 0 10px;
    color: #000000 !important;
}
.show-mobile .currency i,
.show-mobile .language i {
    background-color: transparent;
}
.show-mobile .currency .btn:hover,
.show-mobile .currency .btn:focus,
.show-mobile .language .btn:hover,
.show-mobile .language .btn:focus {
    color: #1e6399;
}
.show-mobile .language {
    border: 0;
}

#banner-section{
    position: relative;
    margin-top: -85px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

}
#pav-slideshow {
    /*margin-top: -85px;*/
}
#pav-showcase {
    /*margin-top: -75px;*/
    position: relative;

}
#pav-showcase:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 75px;
    background-color: #FFFFFF;
}
#pav-showcase .container {
    background-color: #fff;
}
#banner-section .container,
#pav-showcase .container{
    max-width: 1200px;
    padding: 15px 30px 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 999;
}
#columns {
    padding-top: 13px;
    position: relative;
}
#columns:before {
    content: "";
    height: 99%;
    width: 100%;
    position: absolute;
    top: 75px;
    background-color: #FFFFFF;
}
#columns:after {
    content: "";
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: -75px;
}
#columns > div.container {
    background-color: #fff;
    max-width: 1200px;
    padding: 0 30px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    top: 75px;
    background-color: #FFFFFF;
    z-index: 0;
}
#content {
    min-height: 400px;
    margin-bottom: 20px;
}
#content .box {
    margin-bottom: 0;
    position: relative;
}
#content .box.pav-custom {
    margin-bottom: 40px !important;
}
#content .carousel-inner {
    overflow: hidden;
}
#content .carousel-inner:hover {
    overflow: visible;
}
#content .content-top .box.productcarousel .product-block {
    margin-bottom: 20px;
}
#content .content-top .box-heading span {
    background-color: #c72e1c;
}
ul.box-category > li > a, ul.box-category ul > li > a {
    background-color: #fa8d54;
}
#content .content-bottom .box.pav-block .box-heading span {
    background-color: #4f93da;
}
#content .content-bottom .box.trending-sale .box-heading span{
    background-color: #ec6a7f !important;
}

#content .content-bottom .box.trending-sale .box-heading span{
    background-color: #ec6a7f !important;
}
.sidebar  [class*="col-"] {
    width: 100%;
}
#pav-mass-bottom .container {
    background-color: #FFFFFF;
    max-width: 1200px;
    padding: 0 30px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 9;
}
#pav-mass-bottom .pavcarousel {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#pav-mass-bottom .pavcarousel .box-heading {
    display: none;
}
#pav-mass-bottom .pavcarousel .carousel-control {
    border: 2px solid #eaeaea;
    line-height: 30px;
    width: 38px;
    height: 38px;
    top: 30%;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#pav-mass-bottom .pavcarousel .carousel-control:hover {
    background-color: #f7dc95 !important;
}
#pav-mass-bottom .pavcarousel .carousel-control:hover:before {
    background-color: #f7dc95 !important;
}
#pav-mass-bottom .pavcarousel .carousel-control.left {
    left: -15px;
    text-align: left;
    padding-left: 9px;
}
#pav-mass-bottom .pavcarousel .carousel-control.left:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 13px;
    width: 10px;
    height: 22px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 #d4d4d4 #d4d4d4 #FFFFFF;
    z-index: 99;
}
#pav-mass-bottom .pavcarousel .carousel-control.left:hover:before {
    border-left-color: #f7dc95 !important;
}
#pav-mass-bottom .pavcarousel .carousel-control.right {
    right: -15px;
    text-align: right;
    padding-right: 8px;
}
#pav-mass-bottom .pavcarousel .carousel-control.right:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 11px;
    width: 10px;
    height: 22px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4 #FFFFFF #d4d4d4 #d4d4d4;
    z-index: 99;
}
#pav-mass-bottom .pavcarousel .carousel-control.right:hover:before {
    border-right-color: #f7dc95 !important;
}
#pav-mass-bottom .pavcarousel .carousel-inner {
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}
#pav-mass-bottom .pavcarousel .item-inner {
    text-align: center;
}
#footer {
    background: transparent;
    color: rgba(255,255,255,0.6);
    padding-top: 0;
    min-height: 100px;
}
#footer:before,
#footer:after {
    content: " ";
    display: table;
}
#footer:after {
    clear: both;
}
#footer .box .box-heading {
    color: #FFFFFF;
    font-size: 17px;
    padding: 0;
    background: none;
    border-bottom: none;
}
#footer .box .box-heading span:before,
#footer .box .box-heading span:after {
    display: none;
}
#footer .box .box-content {
    padding: 0;
}
#footer .box.pav-custom.column ul {
    font-size: 5px;
}
#footer .footer-top {
    padding: 45px 0 10px 0;
    background-color: transparent;
}
#footer .footer-top a {
    color: #f7dc95;
}
#footer .footer-top .box-heading {
    background: url("../../image/blue/footer_heading_bg.png") no-repeat center top;
}
#footer .footer-top .box-heading span {
    padding: 2px 0;
    background: transparent;
}
#footer .footer-center {
    padding-top: 15px;
    padding-bottom: 35px;
}
#footer .footer-center .box-heading {
    margin-bottom: 5px;
}
#footer .footer-center .box-heading span {
    font-size: 14px;
    background: transparent;
    padding: 0;
    line-height: 26px;
}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 15px;
}
#footer h3 {
    color: #FFFFFF;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column a {
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    -webkit-transition: padding 0.5s ease 0s;
    transition: padding 0.5s ease 0s;
}
#footer .column a:hover {
    color: #f7dc95;
}
#footer .column ul li {
    margin-bottom: 10px;
    padding-top: 0;
    overflow: hidden;
    list-style: disc inside;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#footer .column ul li a {
    background: none;
    padding-left: 0;
    text-transform: none;
    font-size: 13px;
}
#footer .column ul li:hover {
    padding-left: 7px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#powered {
    clear: both;
    background: url("../../image/blue/header-bg.png") repeat-x bottom left #739F37;
    padding: 15px 0 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
}
#powered a {
    color: #FFFFFF;
}
#powered a:hover {
    color: #f7dc95;
}
#powered #back-top {
    position: absolute;
    background-color: #064475;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 27px;
    padding-left: 1px;
    left: 48%;
    top: -13px;
}
#powered #back-top a {
    width: 26px;
    height: 26px;
    line-height: 21px;
    display: inline-block;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50%;
}
#powered #back-top:hover a {
    color: #000000;
    border-color: #FFFFFF;
    background-color: #f7dc95;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#powered .paypal {
    display: none;
}
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}
.box {
    margin-bottom: 18px;
}
.box .box-heading {
    padding: 0;
    font-size: 21px;
    position: relative;
    margin-bottom: 10px;
}
.box .box-heading span {
    font-size: 21px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px 0 10px;
    background-color: #064475;
    position: relative;
}

.sidebar .box {
    margin-bottom: 25px;
}
.sidebar .box .box-heading {
    border: none;
    margin-bottom: 15px;
}
.sidebar .box .box-content {
    background: #FFFFFF;
    padding: 0;
}
.sidebar .box-product .box-content {
    border: 3px solid #1e6399;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.box.nopadding .box-content {
    padding: 0;
}
.box.nopadding ul li {
    border-bottom: 1px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}
.box.nopadding ul li:last-child {
    border-bottom: none;
}
.sidebar .box.highlighted .box-heading,
.box.highlighted .box-heading {
    background-color: #FFFFFF;
}
.sidebar .box.highlighted .box-content,
.box.highlighted .box-content {
    background-color: #fafafa;
}
.sidebar .box.dark,
.box.dark {
    color: #fff;
}
.sidebar .box.dark .box-heading,
.box.dark .box-heading {
    background-color: #292929 !important;
    border-bottom: 1px solid #3f3f3f !important;
    position: relative;
}
.sidebar .box.dark .box-heading:before,
.box.dark .box-heading:before {
    content: "";
    background: url('../../image/blue/bg-tite.png') no-repeat;
    position: absolute;
    top: 39px;
    left: 30px;
    width: 35px;
    height: 11px;
}
.sidebar .box.dark .box-content,
.box.dark .box-content {
    background-color: #2e2e2e !important;
}
.sidebar .box.dark ul li,
.box.dark ul li {
    border-bottom: 1px solid #343434 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.dark ul li a,
.box.dark ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.dark ul li a:hover,
.box.dark ul li a:hover {
    color: #f7dc95;
}
.sidebar .box.red,
.box.red {
    color: #fff;
}
.sidebar .box.red .box-heading,
.box.red .box-heading {
    background-color: #b72c2c !important;
    border-bottom: 1px solid #c96666 !important;
    position: relative;
}
.sidebar .box.red .box-content,
.box.red .box-content {
    background-color: #C83A3A !important;
}
.sidebar .box.red ul li,
.box.red ul li {
    border-bottom: 1px solid #c96666 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.red ul li a,
.box.red ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.red ul li a:hover,
.box.red ul li a:hover {
    color: #fff;
}
.sidebar .box.yellow,
.box.yellow {
    color: #fff;
}
.sidebar .box.yellow .box-heading,
.box.yellow .box-heading {
    background-color: #d8981a !important;
    border-bottom: 1px solid #e8c174 !important;
    position: relative;
}
.sidebar .box.yellow .box-content,
.box.yellow .box-content {
    background-color: #EDA81F !important;
}
.sidebar .box.yellow ul li,
.box.yellow ul li {
    border-bottom: 1px solid #e8c174 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.yellow ul li a,
.box.yellow ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.yellow ul li a:hover,
.box.yellow ul li a:hover {
    color: #fff;
}
.sidebar .box.blue,
.box.blue {
    color: #fff;
}
.sidebar .box.blue .box-heading,
.box.blue .box-heading {
    background-color: #3483bf !important;
    border-bottom: 1px solid #64a0ce !important;
    position: relative;
}
.sidebar .box.blue .box-content,
.box.blue .box-content {
    background-color: #3c92d4 !important;
}
.sidebar .box.blue ul li,
.box.blue ul li {
    border-bottom: 1px solid #64a0ce !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.blue ul li a,
.box.blue ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.blue ul li a:hover,
.box.blue ul li a:hover {
    color: #fff;
}
.sidebar .box.orange,
.box.orange {
    color: #fff;
}
.sidebar .box.orange .box-heading,
.box.orange .box-heading {
    background-color: #da6e3e !important;
    border-bottom: 1px solid #e69673 !important;
    position: relative;
}
.sidebar .box.orange .box-content,
.box.orange .box-content {
    background-color: #e97846 !important;
}
.sidebar .box.orange ul li,
.box.orange ul li {
    border-bottom: 1px solid #e69673 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.orange ul li a,
.box.orange ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.orange ul li a:hover,
.box.orange ul li a:hover {
    color: #fff;
}
.sidebar .box.green,
.box.green {
    color: #000;
}
.sidebar .box.green .box-heading,
.box.green .box-heading {
    background-color: #fff !important;
    position: relative;
}
.sidebar .box.green .box-content,
.box.green .box-content {
    background-color: #fff !important;
    border: 3px solid #064475;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.sidebar .box.green ul li,
.box.green ul li {
    border-bottom: 1px dashed #e3e3e3 !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.green ul li a,
.box.green ul li a {
    color: #000;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.green ul li a:hover,
.box.green ul li a:hover {
    color: #07785c;
}
.sidebar .box.purple,
.box.purple {
    color: #fff;
}
.sidebar .box.purple .box-heading,
.box.purple .box-heading {
    background-color: #a130b9 !important;
    border-bottom: 1px solid #cb6ddf !important;
    position: relative;
}
.sidebar .box.purple .box-content,
.box.purple .box-content {
    background-color: #b436ce !important;
}
.sidebar .box.purple ul li,
.box.purple ul li {
    border-bottom: 1px solid #cb6ddf !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.sidebar .box.purple ul li a,
.box.purple ul li a {
    color: #fff;
    background: none;
    text-transform: none;
    padding-left: 0;
}
.sidebar .box.purple ul li a:hover,
.box.purple ul li a:hover {
    color: #fff;
}
.currency,
.language {
    padding: 0 5px;
}
.currency span,
.language span {
    line-height: 34px;
    margin-right: 3px;
    float: left;
    text-transform: uppercase;
    font-size: 11px;
}
.currency i,
.language i {
    line-height: 32px;
    width: 10px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.currency img,
.language img {
    margin-right: 3px;
}
.currency button > img,
.language button > img {
    float: left;
    margin-top: 11px;
}
.currency button,
.language button {
    background: transparent;
    box-shadow: none !important;
    border: 0;
    color: rgba(255,255,255,0.6);
    text-align: left;
    padding: 0;
    font-size: 13px;
    height: 32px;
}
.currency button:hover,
.language button:hover {
    color: #FFFFFF;
}
.currency ul.dropdown-menu,
.language ul.dropdown-menu {
    z-index: 2000;
    background-color: #1e6399;
}
#header #cart {
    position: relative;
    z-index: 1003;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #6f9a37;
    color: #FFFFFF;
    margin-top: 23px;
    padding: 0 5px;
    min-width: 185px;
    float: right;
    text-align: center;
}
#header #cart .cart-icon {
    font-size: 16px;
    line-height: 30px;
    margin-left: 10px;
    color: #FFFFFF;
}
#header #cart .cart-content {
    padding-top: 17px;
    position: absolute;
    top: 23px;
    right: 0;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    visibility: hidden;
    color: #000000;
}
#header #cart .content {
    background: #FFFFFF;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.176);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.176);
    z-index: 20;
    min-height: 150px;
    min-width: 300px;
}
#header #cart .content:before {
    border-color: #FFFFFF rgba(0,0,0,0) #FFFFFF rgba(0,0,0,0);
    border-image: none;
    border-style: none solid solid solid;
    border-width: 1px 7px 7px 7px;
    top: 10px;
    content: "";
    right: 20px;
    position: absolute;
}
#header #cart .heading {
    z-index: 1;
    height: 32px;
}
#header #cart .heading a {
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
}
#header #cart .heading a span {
    padding: 0 5px;
    line-height: 30px;
}
#header #cart .heading h4 {
    display: none;
}
#header #cart:hover,
#header #cart:hover a,
#header #cart:focus a {
    color: #FFFFFF;
    -webkit-transition: all 0s ease 0s !important;
    transition: all 0s ease 0s !important;
}
#header #cart.active {
    background: #82b440;
}
#header #cart.active .cart-content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 30px;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
    margin-bottom: 10px;
}
#header #cart .checkout a.button {
    background-color: #6f9a37;
    color: #FFFFFF;
    padding: 0 15px;
    margin-left: 5px;
    line-height: 26px;
    font-size: 11px;
}
#header #cart .checkout a.button:hover {
    background-color: #82b440;
}
#header #cart .checkout a.btn-checkout {
    background-color: #6f9a37;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total tr:last-child {
    font-weight: bold;
}
.mini-cart-total td {
    color: #5f5f5f;
    padding: 4px;
}
.mini-cart-total td:last-child {
    color: #1e6399;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px dashed #d4d4d4;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info .image img {
    border: 1px solid #d4d4d4;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-info td.total {
    text-align: right;
    color: #1e6399;
}
.mini-cart-info td.name {
    padding: 10px 2px;
    max-width: 120px;
}
#search {
    position: relative;
    display: block;
    z-index: 99;
}
#search input {
    background-color: #064475;
    padding: 4px 30px 4px 10px;
    outline: none;
    border: 1px solid rgba(255,255,255,0.3);
    width: 125px;
    height: 32px;
    line-height: 32px;
    color: rgba(255,255,255,0.6);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    float: right;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#search input:focus,
#search input:active {
    width: 200px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
#search .button-search {
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
}
.product-block {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-block:hover {
    box-shadow: 0 0 4px #D4D4D4;
}
.product-block:hover .image .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-btransform: scale(1.2);
    transform: scale(1.2);
}
.product-block:hover .product-zoom span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-btransform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-block:hover .product-quickview {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-btransform: scale(1);
    transform: scale(1);
    visibility: visible;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-block:hover .wishlish-compare {
    display: block;
    box-shadow: 0 2px 4px 0 #D4D4D4;
    top: 100%;
    opacity: 1;
}
.product-block:hover .product-name:before {
    box-shadow: -10px -1px 5px -8px #D4D4D4 inset;
}
.product-block:hover .product-name:after {
    box-shadow: 1px 10px 5px -8px #D4D4D4 inset;
}
.product-block:hover .product-name .name:before {
    box-shadow: -15px -6px 5px -16px #D4D4D4 inset;
}
.product-block:hover .price {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}
.product-block .wishlish-compare {
    position: absolute;
    top: 100%;
    padding: 5px 20px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-top: 1px dashed #e3e3e3;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
}
.product-block .compare,
.product-block .favorites {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
    float: left;
    margin-right: 5px;
}
.product-block .compare a,
.product-block .favorites a {
    color: #5f5f5f;
    cursor: pointer;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 11px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-block .compare a:hover,
.product-block .favorites a:hover {
    color: #1e6399;
}
.product-block .compare a span,
.product-block .favorites a span {
    font-family: 'Signika Negative', sans-serif;
}
.product-block .compare .tooltip,
.product-block .favorites .tooltip {
    display: none;
}
.product-block .favorites > a > span {
    border-right: 1px solid #5f5f5f;
    padding-right: 5px;
}
.product-block .product-name {

    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 22px 0 13px 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: visible;
    padding: 20px;
    position: relative;
    z-index: 1;
    background-color: transparent; border-radius: 0;
}
.product-block .product-name:before {
    content: "";
    display: none;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: -5px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    z-index: 1;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
}
.product-block .product-name:after {
    content: "";
    display: none;
    background: #fff;
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border-left: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    z-index: 1;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
}
.product-block .name {
    font-size: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 20px;
    height: 35px;
    overflow: hidden;
}
.product-block .name:before {
    content: "";
    display: none;
    background: #fff;
    position: absolute;
    top: -13px;
    left: 46%;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #d4d4d4 #d4d4d4 #fff;
    z-index: 1;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
}
.product-block .name a {
    color: #000000;
}
.product-block .name a:hover {
    color: #1e6399;
}
.product-block .product-meta {
    position: relative;
}
.product-block .description {
    margin-bottom: 11px;
    display: none;
}
.product-block .rating,
.product-block .norating {
    display: none;
    text-align: center;
}
.product-block .cart {
    position: absolute;
    right: 4%;
    top: 22%;
    z-index: 999;
    color: #ffffff;
    padding: 0px 7px 0 5px;
    font-size: 13px;
    background-color: #6f9a37;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-block .cart:hover {
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 0 25px #82b440 inset;
}
.product-block .cart input{
    text-transform: uppercase;
    text-indent: -9999em;
    background-color: transparent;
    padding: 0;
    transition: all 0.4s ease 0s;
    border: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 11px;
    height:100%;
    width:100%;
    border-radius:0;
    box-shadow:none;
}
.product-block .cart.du-event input{
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.product-block .cart.du-event input[name="quantity"]{
  display: none;
}*/
.product-block .cart.du-event input.button{
    left: 8px;
    -webkit-box-shadow: 0 0 0 2px #f7dc95;
    box-shadow: 0 0 0 2px #f7dc95;
}

.product-block .cart.du-event-item-options{
    right: 2%;
    top: -28%;
}

.product-block .cart.du-event-item-options-expanded{
    top: 38px;
    font-size: 10px;
}

.product-block .eopp .cart.du-event{
    top: -25px;
}

.product-block .eopp.du-events-product-options{
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    box-shadow: 0px 0px 0px -1px #D4D4D4;
    margin-top: -20px;
    background-color: #EFEFEF;
    padding: 10px 20px 10px;
}

.product-block .eopp.du-events-product-options .error{
    height: 0px;
}


/** events **/

.du-events-list{}
.du-events-list .cart-info table{
    border: none;
}
.du-events-list .htabs a{
    padding: 0px 40px 0px 30px;
    line-height: 30px;
}
.du-events-list .cart-info tbody tr:last-child td{
    border: none;
}
.du-events-list .tab-content{
    padding:0px;
}
.du-events-list-info{
    float: right;
    padding-left: 10%;
}
.du-events-list-info label{
    min-width: 95px;
}

.product-block .cart a {
    background-color: #6f9a37;
}

/** end events **/

.product-block .cart span {
    line-height: 30px;
    padding: 0 5px 0 0;
    text-align: center;
    color: #fff;
    transition: all 0.4s ease 0s;
    font-size: 16px;

    background-color:transparent;
    width:auto;
    border-radius:0;

}
.product-block .cart span:hover {

    transition:none;
    box-shadow:none;
}

.product-block .image {
    display: block;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    overflow: hidden;
    border-radius: 5px 5px 0 0; border-top: 1px solid #d4d4d4;
}
.product-block .image .img {
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.product-block .image .img img {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-block .image .hover-image img {
    width: 100%;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-btransform: scale(1.2);
    transform: scale(1.2);
}
.product-block .image:hover .hover-image {
    -webkit-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-block .image:hover .hover-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-btransform: scale(1);
    transform: scale(1);
}
.product-block .product-zoom {
    width: 100%;
    position: absolute;
    bottom: 55%;
    z-index: 10;
    height: 0;
}
.product-block .product-zoom span {
    width: 36px;
    height: 36px;
    background-color: #f7dc95;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-btransform: scale(0);
    transform: scale(0);
    color: #000000;
}
.product-block .product-zoom span:hover {
    -webkit-box-shadow: 0 0 0 30px #bdbf19 inset;
    box-shadow: 0 0 0 30px #bdbf19 inset;
    color: #FFFFFF;
}
.product-block .price-old {
    color: #9e9e9e;
    text-decoration: line-through;
    font-size: 14px;
    display: block;
    line-height: 17px;
}
.product-block .price-beggin {
    line-height: 42px;
}
.product-block .price-new {
    display: block;
    line-height: 25px;
}
.product-block .price {
    display: block;
    position: relative;
    z-index: 100;
    background-color: #fff;
    color: #b12704;
    font-size: 22px;
    min-height: 52px;
    line-height: 42px;
    border-top: 1px dashed #e3e3e3;
    padding: 4px 20px;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transition: all 0.4s ease 0s;
    font-weight: bold;
}
.product-block .price .price-tax {
    display: none;
}
.product-block .product-label-special {
    background: url('../../image/blue/bg-special.png') no-repeat 0 0 transparent;
    font-size: 11px;
    width: 38px;
    height: 32px;
    top: 0;
    left: 7%;
    display: block;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 0;
    font-weight: normal;
    z-index: 1;
}
.product-block .product-label-new-arrival {
    background: url('../../image/blue/bg-new-arrival.png') no-repeat 0 0 transparent;
    font-size: 11px;
    width: 38px;
    height: 32px;
    top: 0;
    left: 7%;
    display: block;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 0;
    font-weight: normal;
    z-index: 1;
}
.product-block .product-quickview {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    top: 65%;
    right: 9%;
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 15px;
    position: absolute;
    display: inline-block;
    text-align: center;
    z-index: 10;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-btransform: scale(0);
    transform: scale(0);
    transition: all 0.3s linear 0s;
    visibility: hidden;
    -webkit-box-shadow: 0 0 0 2px #f7dc95 inset;
    box-shadow: 0 0 0 2px #f7dc95 inset;
    background-color: #FFFFFF;
}
.product-block .product-quickview:hover {
    -webkit-box-shadow: 0 0 0 25px #f7dc95 inset;
    box-shadow: 0 0 0 25px #f7dc95 inset;
}
.product-block .product-quickview span {
    display: none;
}
.product-block .product-quickview a:hover {
    color: #000000;
}
.sidebar .product-block {
    padding: 20px 0;
    margin: 0 20px 0 20px;
    border: 0;
    border-bottom: 1px dashed #e3e3e3;
    min-height: 150px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.sidebar .product-block:hover {
    box-shadow: none;
}
.sidebar .product-block:hover .image .img img {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-btransform: none;
}
.sidebar .product-block .product-meta {
    position: inherit;
    display: inline-block;
}
.sidebar .product-block .image {
    float: left;
    width: 43%;
    margin-right: 2%;
    border: none;
    padding-bottom: 0;
}
.sidebar .product-block .image .img img {
    transition: none;
}
.sidebar .product-block .favorites,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .wishlish-compare {
    display: none;
}
.sidebar .product-block .product-name {
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 55%;
    float: right;
}
.sidebar .product-block .product-name .name,
.sidebar .product-block .product-name .rating,
.sidebar .product-block .product-name .norating {
    text-align: left;
}
.sidebar .product-block .product-name .rating {
    padding: 5px 0;
}
.sidebar .product-block .product-name:before,
.sidebar .product-block .product-name:after {
    display: none;
}
.sidebar .product-block .name {
    max-height: 20px;
    overflow: hidden;
}
.sidebar .product-block .name:before {
    display: none;
}
.sidebar .product-block .product-label-special {
    display: none;
}
.sidebar .product-block .product-label-new-arrival {
    display: none;
}
.sidebar .product-block .price {
    border: 0;
    font-size: 18px;
    background-color: transparent;
    padding: 0;
}
.box.category .box-content {
    background: #1e6399;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
ul.box-category,
ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-category li,
ul.box-category ul li {
    line-height: 25px;
    border-bottom: 1px dashed rgba(255,255,255,0.3);
    padding: 15px 25px;
}
ul.box-category > li > a,
ul.box-category ul > li > a {
    color: #FFFFFF;
    font-weight: bold;
    background: url('../../image/blue/arrow-li.png') no-repeat left 3px;
    padding-left: 15px;
}
ul.box-category > li > a:hover,
ul.box-category ul > li > a:hover {
    color: #f7dc95;
    background-position: left -45px;
}
ul.box-category > li > a span,
ul.box-category ul > li > a span {
    color: #f7dc95;
    background-color: transparent;
    font-weight: normal;
    font-size: 13px;
    padding: 0;
}
ul.box-category > li .head a,
ul.box-category ul > li .head a {
    border: 2px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    height: 13px;
    font-size: 7px !important;
    line-height: 12px;
    text-align: center;
    width: 13px;
    padding-left: 1px;
}
ul.box-category > li .head a:hover,
ul.box-category ul > li .head a:hover {
    color: #f7dc95;
}
ul.box-category > li > ul > li,
ul.box-category ul > li > ul > li {
    color: rgba(255,255,255,0.3);
}
ul.box-filter,
ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter label,
ul.box-filter ul label {
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 0;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
ul.box-filter span {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #e7e7e7;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.zoomContainer .zoomLens {
    border-color: #9e9e9e !important;
}
.zoomContainer .zoomWindow {
    border: 4px solid #e7e7e7 !important;
    display: none;
}
#scrollUp {
    bottom: 0px;
    right: 30px;
    width: 70px;
    height: 70px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #828282;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
    background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
    background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
    background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
    background-repeat: repeat-x;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}
#scrollUp:hover {
    margin-bottom: 0px;
}
.pavblock .image {
    position: relative;
}
.pavblock .blog-date {
    position: absolute;
    background-color: #c72e1c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    bottom: 24px;
    left: 30px;
    padding: 3px 10px;
    color: #FFFFFF;
}
.pavblock .blog-title a:hover {
    color: #064475;
}
#content h1 {
    padding: 0;
    font-size: 21px;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}
#content h1 span {
    font-size: 24px;
    color: #064475;
    line-height: 38px;
    padding: 0 15px 0 10px;
    position: relative;
    display: inline-block;
    text-transform:capitalize;
}
.category-list {
    margin-top: 11px;
    margin-bottom: 21px;
}
.category-list ul {
    float: left;
    list-style: disc outside none;
    padding: 0 15px;
}
.category-list ul li {
    padding: 3px;
}
.category-info {
    position: relative;
}
.category-info .image {
    margin-bottom: 21px;
}
.category-info .description {
    margin-bottom: 21px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 11px;
}
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    margin-bottom: 21px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 11px;
}
.manufacturer-content {
    padding: 8px;
    overflow: auto;
}
.character-heading {
    background: #F8F8F8;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 11px;
}
.character-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    margin-bottom: 21px;
}
.character-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 11px;
}
.character-content {
    padding: 8px;
    overflow: auto;
}
.product-filter {
    padding: 6px 15px;
    margin-bottom: 21px;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    color: #000;
}
.product-filter .sort {
    float: right;
}
.product-filter .sort span {
    line-height: 30px;
}
.product-filter .limit {
    margin-left: 11px;
    float: right;
}
.product-filter .limit span {
    line-height: 30px;
}
.product-filter .display {
    margin-right: 11px;
    float: left;
    height: 30px;
}
.product-filter .display a {
    font-size: 15px;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    margin: 0 5px;
    background: url('../../image/blue/icon-grid-list.png') no-repeat 0 0 scroll #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.product-filter .display a > em {
    display: none;
}
.product-filter .display a.grid {
    background-position: 8px 8px;
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
    color: #1e6399;
    background-position: 8px -30px;
}
.product-filter .display a.list {
    background-position: -33px 8px;
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
    color: #1e6399;
    background-position: -33px -30px;
}
.product-filter .display span {
    line-height: 30px;
}
.product-filter select.form-control {
    display: inline-block;
    width: auto;
    max-width: 200px;
    min-width: 70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    line-height: 24px;
}
.product-filter label {
    position: relative;
    margin: 0;
}
.product-filter label:after {
    border-color: #ccc rgba(0,0,0,0) #ccc;
    border-style: solid solid dotted;
    border-width: 4px 4px 0;
    content: "";
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    position: absolute;
    top: 13px;
    right: 14px;
}
.product-filter label:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 32px;
    height: 28px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    -o-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
}
.product-compare {
    float: right;
    margin-left: 11px;
}
.product-list .col-fullwidth {
    width: 100%;
}
.product-list .product-block {
    padding: 0;
    box-shadow: none;
    border: 1px solid #D4D4D4;
    overflow: hidden;
}
.product-list .product-block:hover .wishlish-compare {
    border: 0;
    box-shadow: none;
}
.product-list .product-block:hover .price {
    border: 0;
}
.product-list .product-block:hover .product-quickview {
    top: 70px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-list .product-name:before,
.product-list .product-name:after,
.product-list .name:before {
    display: none;
}
.product-list .product-name {
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
.product-list .product-meta {
    padding: 10px;
    position: relative;
}
.product-list .product-meta .wishlish-compare {
    position: relative;
    display: block;
    float: inherit;
    top: 0;
    background-color: transparent;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-list .product-meta .wishlish-compare .tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-list .product-meta .wishlish-compare .favorites,
.product-list .product-meta .wishlish-compare .compare {
    float: inherit;
    display: inline-block;
}
.product-list .product-meta .wishlish-compare .favorites a,
.product-list .product-meta .wishlish-compare .compare a {
    text-align: left;
}
.product-list .cart {
    margin-bottom: 3px;
    position: relative;
    right: 0 !important;
    top: 0;
    display: inline-block;
}
.product-list .cart span {
    width: 105px;
    height: 28px;
    text-align: left;
    line-height: 26px;
    padding-left: 13px;
    font-size: 12px;
}
.product-list .cart input {
    width: 103px;
    height: 26px;
    text-indent: 0;
    padding-left: 15px;
}
.product-list .price-tax {
    font-weight: normal;
    color: #bbb;
}
.product-list .name {
    margin-bottom: 4px;
}
.product-list .name a {
    text-decoration: none;
}
.product-list .image {
    float: left;
    margin-right: 11px;
    margin-bottom: 11px;
    padding-bottom: 0;
    border: 0;
    z-index: 999;
    width: 30%;
}
.product-list .product-quickview {
    right: inherit;
    top: 0;
    left: 83px;
    width: 95px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-btransform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1000;
}
.product-list .product-quickview span {
    display: inline-block;
    font-family: 'Signika Negative', sans-serif;
    font-size: 13px;
    padding-left: 5px;
}
.product-list .price {
    border: 0;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    position: static;
}
.product-list .price-new {
    display: inline-block;
    line-height: 45px;
}
.product-list .description {
    display: block;
}
.product-list .right {
    float: right;
    margin-left: 16px;
}
.product-list > div {
    margin-bottom: 16px;
}
.product-list > div + div {
    border-top: 1px solid ;
    padding-top: 11px;
}
.product-grid {
    position: relative;
}
.product-grid .product-block .compare .tooltip,
.product-grid .product-block .favorites .tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-info {
    margin-bottom: 21px;
    margin-top: 30px;
}
.product-info > .left {
    float: left;
    margin-right: 16px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {
    border: 1px solid #d4d4d4;
    position: relative;
    margin-bottom: 21px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-info .product-label-special {
    background: #064475;
    font-size: 11px;
    background: url('../../image/blue/bg-special.png') no-repeat bottom center transparent;
    width: 38px;
    height: 32px;
    top: 0;
    left: 7%;
    display: block;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 0;
    font-weight: normal;
}
.product-info .product-label-new-arrival {
    background: #e11923;
    font-size: 11px;
    background: url('../../image/blue/bg-new-arrival.png') no-repeat bottom center transparent;
    width: 38px;
    height: 32px;
    top: 0;
    left: 7%;
    display: block;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 0;
    font-weight: normal;
}
.product-info .product-extra {
    padding: 9px 0;
    margin-bottom: 20px;
}
.product-info .quantity-adder {
    font-size: 13px;
    position: relative;
    padding-right: 22px;
    display: inline-block;
    padding-bottom: 10px;
}
.product-info .quantity-adder input {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    height: 29px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-color: #E9E9E9;
}
.product-info .quantity-adder span {
    font-size: 13px;
    cursor: pointer;
    position: absolute;
    line-height: 1;
    width: 22px;
    height: 15px;
    text-align: center;
    color: #000;
    border: 1px solid #E9E9E9;
    border-left-width: 0;
}
.product-info .quantity-adder span.add-up {
    top: 0;
    right: 0;
}
.product-info .quantity-adder span.add-down {
    font-size: 14px;
    top: 14px;
    right: 0;
}
.product-info .product-action {
    display: inline-block;
}
.product-info .product-action input {
    font-size: 11px;
}
.product-info .product-action .events,
.product-info .product-action .favorites,
.product-info .product-action .compare {
    font-size: 11px;
    display: inline-block;
    margin: 0 3px;
}
.product-info .product-action .events:hover a,
.product-info .product-action .events:hover span,
.product-info .product-action .favorites:hover a,
.product-info .product-action .favorites:hover span,
.product-info .product-action .compare:hover a,
.product-info .product-action .compare:hover span {
    color: #1e6399;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-info .product-action .events a,
.product-info .product-action .favorites a,
.product-info .product-action .compare a {
    color: #000;
    display: inline-block;
}
.product-info .product-action .events span,
.product-info .product-action .favorites span,
.product-info .product-action .compare span {
    font-family: 'Signika Negative', sans-serif;
    color: #5f5f5f;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
}
.product-info .product-action .events .tooltip,
.product-info .product-action .favorites .tooltip,
.product-info .product-action .compare .tooltip {
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-info .product-action .favorites span,
.product-info .product-action .compare span {
    border-right: 1px solid #5f5f5f;
    padding-right: 6px;
}
.product-info .wishlish-compare {
    display: inline-block;
    margin-left: 5px;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 12px;
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart div > span {
    color: #999;
}
.product-info .cart {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.product-info .cart input {
    margin-top: 2px;
    height: 26px;
    width: 150px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    position: absolute;
    left: 1px;
    top: 1px;
    padding-right: 0;
}
.product-info .cart span {
    margin-top: 2px;
    padding-left: 13px;
    background-color: #6f9a37;
    line-height: 26px;
    height: 28px;
    width: 175px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-info .cart span:hover {
    color: #FFFFFF;
}
.product-info .cart:hover span {
    -webkit-box-shadow: 0 0 0 25px #82b440 inset;
    box-shadow: 0 0 0 25px #82b440 inset;
}
.product-info .price {
    margin-bottom: 11px;
    font-size: 30px;
    color: #b12704;
    font-weight: bold;
}
.product-info .price .price-old {
    text-decoration: line-through;
    font-size: 15px;
    color: #9e9e9e;
}
.product-info .price .reward {
    font-size: 16px;
}
.product-info .price .discount {
    font-size: 13px;
}
.product-info .price .price-tax {
    font-size: 16px;
    color: #5f5f5f;
    font-family: 'Signika Negative', sans-serif;
}
.product-info .description {
    margin-bottom: 11px;
    line-height: 23px;
}
.product-info .description a {
    text-decoration: none;
    color: #0066c0;
}
.product-info .description a:hover {

    text-decoration: underline;
}
.product-info .description span {
    font-weight: bolder;
    padding-right: 5px;
}
.product-info .image-additional {
    position: relative;
    overflow: hidden;
    padding: 0 0 30px 0;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-bottom: 10px;
}
.product-info .image-additional img {
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.product-info .image-additional .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    top: inherit;
    bottom: 0;
    border: 2px solid #cccccc;
    line-height: 25px;
    color: #000000;
    background-color: #e5e5e5;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-info .image-additional .carousel-control:hover {
    background-color: #f7dc95;
}
.product-info .image-additional .carousel-control.left {
    left: 19px;
}
.product-info .image-additional .carousel-control.right {
    right: 12px;
}
.product-info .image-additional .carousel-inner {
    margin-left: 10px;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 11px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 11px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
}
.product-info .option {
    margin-bottom: 11px;
}
.product-info .review {
    margin-bottom: 11px;
}
.product-info .review > div {
    line-height: 23px;
}
.product-info .share {
    margin-bottom: 11px;
    line-height: normal;
}
.product-info .share a {
    text-decoration: none;
}
.lang-fr .product-info .cart input {
    width: 125px;
}
.lang-fr .product-info .cart span {
    width: 127px;
}
.form-review .option {
    margin-bottom: 11px;
}
#related .carousel-controls {
    top: -50px;
}
#related .item {
    padding: 0;
}
#related .product-block .image:hover .img img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-btransform: scale(1.2);
    transform: scale(1.2);
}
.review-list {
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #d4d4d4;
}
.review-list .rating {
    float: right;
    margin-bottom: 26px;
}
.review-list .author {
    float: left;
    margin-bottom: 26px;
}
.review-list .text {
    clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.favorites-info tbody .quantity,
.favorites-info tbody .price,
.favorites-info tbody .total,
.favorites-info tbody .action {
    text-align: right;
}
.favorites-info thead .name,
.favorites-info thead .model,
.favorites-info thead .stock {
    text-align: left;
}
.favorites-info thead .quantity,
.favorites-info thead .price,
.favorites-info thead .total,
.favorites-info thead .action {
    text-align: right;
}
.favorites-info tbody .name,
.favorites-info tbody .model,
.favorites-info tbody .stock {
    text-align: left;
}
.favorites-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #d4d4d4;
}
.favorites-info thead .image {
    text-align: center;
}
.favorites-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #d4d4d4;
}
.favorites-info tbody .action img {
    cursor: pointer;
}
.favorites-info tbody .image {
    text-align: center;
}
.favorites-info tbody .image img {
    border: 1px solid #d4d4d4;
}
.favorites-info tbody .price s {
    color: #1e6399;
}
.favorites-info td {
    padding: 7px;
}
.favorites-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
.return-list {
    margin-bottom: 10px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
.cart-module > div {
    display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
    text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
    position: relative;
    cursor: pointer;
    border: none;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity input img {
    top: 4px;
}
.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
}
.cart-info thead {
    background-color: #e5e5e5;
}
.cart-info thead td {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #d4d4d4;
    color: #3E3D39;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .image img {
    border: 0;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-info td {
    padding: 7px;
}
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.cart-total {
    border-top: 1px solid #d4d4d4;
    overflow: auto;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.cart-total table {
    float: right;
}
.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
}
.checkout-heading {
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
    padding: 8px;
    font-weight: bold;
    font-size: 1;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #d4d4d4;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #d4d4d4;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #d4d4d4;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
}
#content .content {
    margin: 10px 0;
}
.gm-style img {
    max-width: none;
}
#contact-map {
    border: 7px solid #cccccc;
    margin-bottom: 25px;
}
.contact-detail {
    margin-bottom: 50px;
}
.contact-detail ul {
    padding: 0;
}
.contact-detail ul > li {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px dashed #e7e7e7;
}
.contact-detail ul > li i {
    display: inline-block;
    line-height: 38px;
    float: left;
    margin-right: 10px;
    font-size: 23px;
    width: 24px;
}
.contact-customhtml {
    margin-bottom: 50px;
}
#page-quickview .product-info {
    margin-top: 0 !important;
}
#page-quickview .product-action {
    margin-top: 10px;
}
#page-quickview .wishlish-compare {
    margin-top: 10px;
}
#page-quickview .image-additional {
    padding: 0 46px 30px;
}
#page-quickview .image-additional a {
    margin: 0 3px 10px;
}
#page-quickview .image-additional .carousel-inner {
    margin-left: 0;
}
#page-quickview .image-additional .carousel-control {
    bottom: 55%;
}
#page-quickview .image-additional .carousel-control.left {
    left: 0;
}
#page-quickview .image-additional .carousel-control.right {
    right: 0;
}
.sitemap-info ul > li {
    text-transform: uppercase;
    list-style: disc inside none;
}
.sitemap-info ul > li ul.list > li {
    list-style: none !important;
    padding-left: 15px;
}
#header-main {
    position: relative;
}
#header-main .dropdown:hover > .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    visibility: visible;
    top: 70px;
}
#header-main .dropdown ul.dropdown-menu {
    padding: 20px;
}
#header-main .navbar {
    border: none;
}
#header-main .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#header-main .navbar ul.nav  > li:hover > a {
    background: none;
}
#header-main .navbar ul.nav  > li:hover > a:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
#header-main .navbar ul.nav > li  > a {
    font-size: 18px;
    z-index: 0;
    overflow: hidden;
    font-weight: 700;
    text-shadow: #064475 2px 2px 1px;
    padding: 30px 15px;
}
#header-main .navbar ul.nav > li  > a:hover,
#header-main .navbar ul.nav > li  > a:focus {
    color: #f7dc95;
}
#header-main .navbar ul.nav > li  > a:hover .caret,
#header-main .navbar ul.nav > li  > a:focus .caret {
    background-position: bottom;
}
#header-main .navbar ul.nav > li  > a .caret {
    width: 8px;
    height: 10px;
    border: 0;
    background: url('../../image/blue/caret-bg.png') no-repeat top center;
    margin-left: 4px;
}
#header-main .navbar ul.nav > li  > a b.fa {
    font-size: 15px;
    margin-left: 4px;
}
#header-main .navbar-nav > li > .dropdown-menu {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.176);
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 60px;
}
#header-main .navbar-nav > li > .dropdown-menu:before {
    border-color: #FFFFFF rgba(0,0,0,0) #FFFFFF rgba(0,0,0,0);
    border-image: none;
    border-style: none solid solid solid;
    border-width: 1px 7px 7px 7px;
    top: -7px;
    content: "";
    left: 35px;
    position: absolute;
}
#header-main .dropdown-menu li {
    padding: 0;
    border-bottom: 0;
    position: relative;
}
#header-main .dropdown-menu li a {
    padding: 5px 0;
    color: #5f5f5f;
    text-transform: none;
    display: block;
}
#header-main .dropdown-menu li a:hover {
    color: #1e6399;
}
#header-main .navbar-inverse .navbar-nav > .open > a {
    background-color: #1e6399;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
    padding: 10px 20px !important;
}
.pav-megamenu .dropdown-menu > .dropdown-menu-inner ul > li > a > em.fa,
.pav-megamenu .dropdown-menu > .dropdown-menu-inner ul > li > a > em.caret {
    display: none;
}
.pav-megamenu .dropdown-menu .row {
    margin-bottom: 0 !important;
}
.pav-megamenu .mega-group .caret {
    display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
    display: block;
    font-weight: bold;
    padding: 6px 5px;
    text-transform: uppercase;
    border-bottom: solid 1px #E5E5E5;
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
    margin-left: 6px;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
    list-style: none;
    margin-left: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li > a {
    clear: both;
    color: #555555;
    display: block;
    line-height: 20px;
}
.pav-megamenu .dropdown-submenu:hover >.dropdown-menu {
    display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 6px !important;
    left: 100%;
    margin-left: -6px;
    margin-top: -6px;
    top: 0;
}
.pav-megamenu .dropdown-submenu > .dropdown-toggle b.caret {
    margin-left: 5px;
    border-bottom-color: #5f5f5f;
    border-top-color:#5f5f5f;
}
.pav-megamenu .dropdown-submenu > .dropdown-toggle:hover b.caret {
    border-bottom-color: #1e6399;
    border-top-color: #1e6399;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pav-megamenu .cols2 {
    width: 420px;
}
.pav-megamenu .cols3 {
    width: 620px;
}
.pav-megamenu .cols4 {
    width: 820px;
}
.btn-theme-primary {
    background-color: #6f9a37;
    padding: 4px 12px;
    border: 0;
    color: #fff;
    height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
}
.btn-theme-primary:hover {
    background-color: #82b440;
    color: #FFFFFF;
}
.text-primary-theme {
    color: #1e6399;
}
.text-danger-theme {
    color: #bdbf19;
}
.iconbox {
    color: #FFFFFF;
    display: block;
    float: left;
    text-align: center;
    margin: 0 3px;
    font-size: 20px;
}
.iconbox:hover {
    color: #fff;
}
.box-media .media {
    color: #939393;
    background-color: #fafafa;
    border: 1px solid #f6f6f6;
    padding: 10px;
}
.box-media .media a.pull-left {
    margin-right: -45px;
}
.box-media .media a.pull-right {
    margin-left: -45px;
}
.box-media .media .media-right {
    text-align: right;
}
.box-media .media .media-right p {
    margin-right: 0;
    margin-left: 30px;
}
.box-media .media p {
    margin-right: 30px;
}
.media-dark .media {
    background-color: #efefef;
    border: 1px solid #efefef;
}
.newsletter input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 18px;
    color: #5f5f5f;
    padding: 7px 13px;
    height: 34px;
}
.newsletter .navbar-form {
    margin-top: 23px;
    padding: 0;
    position: relative;
}
.newsletter .navbar-form span {
    position: absolute;
    right: 0;
    line-height: 34px;
    margin: 0 8px;
    color: #064475;
    font-size: 12px;
}
.box-social {
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.box-social .box-heading {
    text-align: center;
    margin-top: -12px;
    margin-bottom: 0;
}
.box-social .box-heading span {
    font-size: 17px;
    line-height: 18px;
}
.social {
    padding: 12px 0 8px 0;
    overflow: hidden;
    text-align: center;
    min-height: 40px;
}
.social a {
    line-height: 35px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.social .iconbox i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    color: rgba(255,255,255,0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social .iconbox i:hover {
    color: #1e6399;
    -webkit-box-shadow: 0 0 0 20px rgba(255,255,255,0.6) inset;
    box-shadow: 0 0 0 20px rgba(255,255,255,0.6) inset;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social img {
    padding: 2px 5px 12px 5px;
}
.social ul li {
    float: left;
    margin: 0 4px;
}
.social ul {
    display: inline-block;
}
.lang-fr .product-block .favorites > a > span {
    border-right: 0;
}
.lang-fr .product-block .compare,
.lang-fr .product-block .favorites {
    float: none;
}
#mainmenutop .navbar-toggle {
    float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
    background-color: #064475;
}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: block;
    float: none;
    position: relative;
    width: 100% !important;
    min-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 20px;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
    min-height: 100%;
}
.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0;
}
.offcanvas-pusher {
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.2);
    background-repeat: none;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 9999;
}
.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.offcanvas-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.offcanvas-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
    lioffcanvas-style: none;
}
.offcanvas-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 400;
    font-size: 2em;
}
.offcanvas-menu ul.megamenu  > li > a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    box-shadow: inset 0 -1px rgba(0,0,0,0.2);
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
    display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(300px,0,0);
    transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
@media (max-width: 768px) {
    #mainmenutop .navbar-nav {
        display: none;
    }
    .offcanvas-siderbars {
        position: relative;
    }
    .offcanvas-siderbars .offcanvas-sidebar {
        display: none;
        width: 100%;
    }
    .offcanvas-siderbars.column-left-active #oc-column-left {
        display: block;
    }
    .offcanvas-siderbars.column-right-active #oc-column-right {
        display: block;
    }
    .offcanvas-siderbars.column-left-active .main-column {
        display: none;
    }
    .offcanvas-siderbars.column-right-active .main-column {
        display: none;
    }
}
.offcanvas-sidebars-buttons {
    margin: 15px 0 10px 0;
    overflow: hidden;
}
#menu-offcanvas .pavo-widget .widget-inner iframe {
    max-width: 260px !important;
}
@media only screen and (max-width: 1200px) {
    #search {
        width: 35px;
        height: 36px;
        margin: 4px 0 3px 1px;
        z-index: 1002;
    }
    #search input {
        height: 36px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        width: 0;
        padding: 0;
    }
    #search input:focus,
    #search input:active {
        padding: 4px 46px 4px 10px;
    }
    #search .button-search {
        width: 35px;
        height: 36px;
        line-height: 36px;
        background-color: #F7DC95;
        color: #FFFFFF;
        font-size: 17px;
    }
    #search:hover .button-search {
        background-color: #F6D272;
        color: #000000;
    }
    #search:hover input {
        width: 200px;
        padding: 4px 46px 4px 10px;
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }
    .product-info .image-additional a {
        margin: 0 5px 10px;
    }
}
@media only screen and (max-width: 990px) {
    #columns > div.container,
    #pav-mass-bottom .container,
    #banner-section .container {
        padding: 0 15px;
        max-width: 760px;
    }
    #pav-showcase .container {
        padding: 15px 15px 0;
        max-width: 760px;
    }
    .mainmenu {
        position: absolute !important;
        top: 0;
        width: 0;
    }
    #header-main {
        position: inherit;
        margin-bottom: 15px;
    }
    #logo {
        text-align: center;
    }
    #logo a {
        position: relative;
        top: 0;
    }
    #header #cart .cart-content {
        right: -54px;
        color: #000000;
    }
    #pav-slideshow {
        margin-top: 0;
    }
    .navbar-inverse .navbar-toggle {
        display: block;
        float: none;
        width: 42px;
        height: 36px;
        background-color: #F7DC95;
        border-color: #F7DC95;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        margin-top: 15px;
        padding: 9px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #F6D272;
    }
    .language form,
    .currency form {
        text-align: center;
        background-color: #e7e7e7;
    }
    .currency ul.dropdown-menu,
    .language ul.dropdown-menu {
        background-color: #FFFFFF;
    }
    #header #cart {
        width: 190px;
        float: inherit !important;
    }
    .shop-cart {
        text-align: center;
    }
    #header #cart {
        display: inline-block;
        margin-top: 15px;
    }
    .product-info .image-additional {
        margin-bottom: 20px;
    }
    .zoomContainer {
        display: none !important;
    }
}
@media only screen and (max-width: 749px) {
    .favorites-info td,
    .favorites-info th,
    table.compare-info td,
    table.compare-info th,
    table.pav-checkout-product td,
    table.pav-checkout-product th,
    table.pav-shop-cart td,
    table.pav-shop-cart th {
        border-right: 0 none;
        display: block !important;
        float: none !important;
        text-align: left !important;
        width: auto !important;
    }
    .favorites-info tr td:before,
    table.pav-shop-cart tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        width: 50%;
    }
    .favorites-info tr td,
    table.pav-shop-cart tr td {
        text-align: right;
        display: block;
        min-height: 20px;
        border-left: none;
        background: none;
    }
    .favorites-info thead,
    table.pav-shop-cart thead {
        display: none;
    }
}
@media (max-width: 769px) {
    .header-hidden {
        display: none !important;
    }
}
@media (max-width: 767px) {
    #pav-showcase {
        margin-top: 0;
    }
    .banner-top {
        text-align: center;
    }
    #content .content-top .box.pav-custom {
        text-align: center;
    }
    #columns:before {
        display: none;
    }
    #columns:after {
        display: none;
    }
    #columns {
        background: transparent;
    }
}
@media only screen and (max-width: 640px) {
    .product-info .product-action {
        margin-top: 10px;
    }
    .product-info .wishlish-compare {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .shop-cart {
        position: absolute;
        top: 0;
        left: 0;
    }
    #columns:before {
        height: 99.5%;
    }
    .product-block .favorites > a > span {
        border-right: none;
    }
    .product-block .compare,
    .product-block .favorites {
        float: none;
    }
    .product-block .cart {
        position: static;
        margin: 0 auto;
        border-radius: 0 !important;
        display: block;
    }
    .product-block .price {
        border-radius: 0 !important;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .product-block .favorites > a > span {
        border-right: none;
    }
    .product-block .compare,
    .product-block .favorites {
        float: none;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
    .tp-leftarrow.default {
        left: 50px !important;
    }
    .tp-rightarrow.default {
        right: 50px !important;
    }
}
@media only screen and (min-width: 1280px) {
    .product-info .image-additional .carousel-inner {
        min-height: 395px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .product-info .product-action {
        margin-top: 10px;
    }
    .social {
        min-height: 100px;
    }
    .connect .social > ul {
        margin-top: 15px;
    }
    .social img {
        margin-top: 15px;
    }
    #header-main .navbar ul.nav > li > a {
        padding: 30px 10px;
    }
}
@media only screen and (min-width: 1401px) {
    .tp-leftarrow.default {
        left: 17% !important;
    }
    .tp-rightarrow.default {
        right: 17% !important;
    }
}
@media only screen and (max-width: 360px) {
    .product-list .image {
        width: 100%;
    }
}
@media only screen and (max-width: 320px) {
    .product-info .image-additional .carousel-inner {
        margin-left: 0;
    }
    .product-info .image-additional a {
        margin: 0 28px 10px;
    }
}
.genericButton {
    padding: 12px 16px;
    border: none;
    border: none;
    background-color: #1abc9c;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #1abc9c;
    background-image: none;
    color: #fff;
    text-shadow: 0 1px 0px #000;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
.facebook-login-button{background-color:#195e98;padding:1.4em;min-width:220px}
.facebook-login-button:hover{background-color:#155082}
.facebook-login-button:active{background-color:#12436c}
.google-login-button{background-color:#e64724;padding:1.4em;min-width:220px}
.google-login-button:hover{background-color:#d83b19}
.google-login-button:active{background-color:#c13516}
.genericButton i{font-size:14px;text-shadow:none;vertical-align:initial;min-width:18px}
.margin-top-50{margin-top: 50px;}
.margin-top-10{margin-top: 10px;}
/*custom change to remove pav-showcase from mobile version*/
@media screen and (max-width:  640px) {
    #pav-showcase {
        #display: none;
    }
}
@media only screen and (max-width: 1200px){
    .show-mobile .quickaccess-toggle{
        background-color: #064475;
    }
    .show-mobile .quickaccess-toggle:hover{
        background-color: white;
    }


    #search .button-search{
        background-color: #064475;
        margin-right: -2px;
    }

    #search:hover .button-search{
        background-color: white;
    }
}

@media only screen and (max-width: 990px){
    .navbar-inverse .navbar-toggle {
        background-color: #064475;
        border-color: white;
        border: none;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background-color: #286697;
    }
}
.account-icons{float: left; width: 300px; margin-bottom: 10px; padding: 5px;}
.account-icons img{float: left; margin-right: 8px;}
.account-icons p{margin-top: 20px;}
.account-content h2 {width: 100%;float: left;}

#toy-finder{
    color: white;
    z-index: 0;
    overflow: hidden;
    font-weight: 400;
    text-shadow: #064475 2px 2px 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    border-radius: 10px;
    padding: 25px;
    /*margin: 10px;*/
    margin-bottom: 15px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 9px 1px #064475;
    background: rgba(255,255,255,0.12);
}


#toy-finder .box{
    margin-bottom: 0px;
}

#toy-finder div.container{
    /*padding: 0px;*/
}

/* this is to compitable both of them */
#banner-section > div.container{
    height: 350px;
}
#pav-slideshow{
    top: 33px;
    right: 0px;
    position: absolute;
    display: inline-block;
}
/*  end compitable */


#toy-finder form > .row{
    margin-bottom: 14px;
}

#toy-finder .row-gender input{
    margin-right: 2px;
}

#toy-finder .row-gender{
    font-size: 16px;
}

#toy-finder .box-filter{
    font-size: 16px;
}

#toy-finder .row-gender label{
    cursor: pointer;
}

#toy-finder .row-gender input[type="radio"]{
    height: 15px;
    width: 13px;
}

#toy-finder .row-gender label:hover{
    background: rgba(255,255,255,0.25);
    border-radius:	7px;
}

#toy-finder .tf_big_white{
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    padding: 4px 4px;
    padding-top: 1px;
    margin-bottom: 20px;
    border-width: 0px;
    border-style: none;
    letter-spacing: 0px;
    font-weight: bolder;
}

@media only screen and (max-width: 990px) {
    #banner-section .container {
        padding: 0px;
    }
}

#springSaleDesktop {display:block;}
#springSaleMobile {display:none}

@media (max-width: 768px) {
    #springSaleDesktop {display: none;}
    #springSaleMobile {display: block;}
    .topBanner{
        padding-bottom: 5px;
    }
}

.connection-buttons {
    margin: 0;
    padding: 0;
}

.connection-buttons li{
    display: inline;
}
.connection-buttons button {

    display: inline-block;
    padding: .5714285714rem 1.0714285714rem;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: .2857142857rem;
    border: 1px solid;
    color: #999;
    background-color: #FFFFFF;
}

.connection-buttons .selected {
    background-color: #2f87ea;
    color: #fff;
    border-color: #2199e8;
}
.product-details div{
    padding-bottom: 5px;
}
.about-us{
    width:70%;
    font-size: 15px;
    color: #111;
    font-weight: 400;

}
