html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    background-color: #f9f9f9;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    overflow-x: hidden;
    background: url(../image/bg-rep.png) repeat;
}
.fs9 {
    font-size: 11px;
}
.fs10 {
    font-size: 12px;
}
.fs11 {
    font-size: 13px;
}
.fs12 {
    font-size: 13px;
}
.fs13 {
    font-size: 15px;
}
.fs14 {
    font-size: 16px;
}
.fs15 {
    font-size: 17px;
}
.fs16 {
    font-size: 18px;
}
.welcome {
    color: #636E75;
    font: Verdana;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.default-color {
    color: #333;
}
input, textarea { outline:none; }
a {
    color: #999999;
    cursor: pointer;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #333;
}
a:focus {
    outline: none;
    color: #333;
    text-decoration: none;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
ul,
ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    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 #ddd;
    border-bottom: 1px solid #ddd;
}
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;
}
.pagination {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .links {
    float: left;
}
.pagination .links a,
.pagination .links b {
    border: 1px solid #ddd;
}
.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: #3abec0;
    color: #fff;
}
.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: #fff;
    background-color: #3abec0;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
input.button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 12px 0px 12px;
}
button.button,
a.button,
input.button {
    cursor: pointer;
    color: #000;
    background: transparent;
    height: 32px;
    border: 2px solid #eeeeee;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
button.button .icon,
a.button .icon,
input.button .icon {
    color: #999999;
}
button.button:hover,
a.button:hover,
input.button:hover {
    color: #3abec0;
    border: 2px solid #3abec0;
}
button.button:hover i,
button.button:hover .icon,
a.button:hover i,
a.button:hover .icon,
input.button:hover i,
input.button:hover .icon {
    color: #3abec0;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    line-height: 16px;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #CCC;
    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 {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #ededed;
}
.htabs a {
    background: #FFFFFF;
    padding: 7px 15px 6px 15px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-decoration: none;
    color: #333333;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #3abec0;
    color: #FFFFFF;
}
.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
}
ul.links {
    /*position: relative;*/
    margin: 0;
    padding: 0;
}
ul.links li {
    display: inline-block !important;
    margin-left: 6px;
}
.carousel-control {
    cursor: pointer;
    line-height: 1em;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -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: 6px;
    padding-left: 4px;
    cursor: pointer;
}
.attention {
    background: url('../image/attention.png') 10px center no-repeat #FFF5CC;
    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: url('../image/warning.png') 10px center no-repeat #FFD1D1;
    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;
    display: block;
}
.error {
    display: block;
    color: #FF0000;
}
.welcome {
    color: #636E75;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
    background: url('../image/success.png') 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
h1 {
    font-size: 22px;
    line-height: 34px;
    margin: 0px;
    font-family: "Open Sans", sans-serif;
}
h1 small {
    font-size: 13px;
}
h2 {
    font-size: 21px;
}
h2 small {
    font-size: 14px;
}
h3 {
    font-size: 17px;
    line-height: 34px;
}
h3 small {
    font-size: 16px;
}
h4 {
    font-size: 16px;
    line-height: 34px;
}
h4 small {
    font-size: 14px;
}
h5 {
    font-size: 15px;
    line-height: 34px;
}
h5 small {
    font-size: 12px;
}
h6 {
    font-size: 14px;
    line-height: 34px;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'] {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-left: 0px;
    margin-right: 0px;
}
#page {
    margin: 0 auto;
}
#page,
.header-wrap,
.wrap-logo,
#pav-mainnav,
#cart,
#header,
#topbar {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.hide-bar {
    margin-top: -72px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.hide-bar #header-main {
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
.hide-bar #header-main .header-wrap {
    height: 66px;
}
.hide-bar #header-main .header-wrap .wrap-logo {
    padding: 0px;
}
.hide-bar #header-main .header-wrap #pav-mainnav {
    padding: 0px;
}
.hide-bar #header-main .header-wrap #cart {
    margin-top: 10px;
    height: 56px;
}
.hide-bar #header-main .header-wrap #cart .content {
    top: 55px;
}
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 .hidden-md {
    display: none !important;
}
body.layout-boxed-md .col-md-6 {
    width: 50%;
}
body.layout-boxed-md #header-main .header-wrap .wrap-logo {
    width: 150px;
    padding: 15px 0px;
}
body.layout-boxed-lg {
    background: url("../image/pattern/pattern14.png");
}
body.layout-boxed-lg #page {
    max-width: 1180px;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}
#topbar {
    background-color: #fff;
    height: 100px;
}
#topbar .topbar {
    color: #999999;
    font-size: 14px;
    background: #fff;
    margin: 10px 0 0 0;
}
#topbar .topbar ul li {
    margin-left: 8px;
}
#topbar .topbar ul li a {
    font-size: 13px;
}
#topbar .topbar ul li span {
    margin-right: 5px;
}
#topbar .topbar ul li:hover a {
    /*color: #3abec0;*/
}
#topbar .topbar ul li:first-child {
    margin-left: 15px;
}
#topbar .topbar .login,
#topbar .topbar .links {
    margin: 14px 0px;
}
#header-main {
    background-color: #185AA4;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
    border-bottom: 1px solid #e3e3e3;
}
#header-main .header-wrap {
    height: 55px;
    border-top: 1px solid #1d80ca;
}
#header-main .header-wrap .wrap-logo {
    padding: 15px 0;
}
#header-main .inner {
    display: table;
    position: relative;
    height: 100%;
}
#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}
#content {
    /*min-height: 400px;*/
    margin-bottom: 25px;
}
.sidebar  [class*="col-"] {
    width: 100%;
}
#footer {
    background: #170232;
    min-height: 100px;
    color: #fff;
}
#footer:before,
#footer:after {
    content: " ";
    display: table;
}
#footer:after {
    clear: both;
}
#footer .footer-top .wrap-fcenter {
    /*background: url('../image/default/fcenter.png');*/
}

#footer h3 {
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 8px;
}
#powered {
    text-align: left;
    clear: both;
    color: #FFFFFF;
}
#powered .powered {
    /*background: url('../image/default/powered.png');*/
    padding: 10px 20px;
    overflow: hidden;
}
#powered .powered a {
    color: #3abec0;
}
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}
#breadcrumb .breadcrumb {
    padding: 0 15px;
    border-radius: 0;
}
#breadcrumb .breadcrumb li a {
    color: #222222;
}
#breadcrumb .breadcrumb li:last-child a {
    color: #999999;
}
#breadcrumb .breadcrumb li a:hover {
    color: #333;
}
.mini-access > ul {
    margin: 0px;
    padding: 0px;
}
.mini-access > ul > li {
    width: 35px;
    height: 35px;
  /*  border: 1px solid #DDD;*/
    text-align: center;
    display: inline-block;
    margin: 5px;
    /*position: relative;*/
}
.mini-access > ul > li > a {
    line-height: 35px;
    font-size: 20px;
    text-decoration: none;
}
.mini-access > ul > li:hover {
    border-color: #333;
}
.mini-access > ul > li:hover >a {
    color: #fff;
}
.mini-access > ul > li .dropdown-menu {
    right: -10px;
    left: auto;
    padding: 6px 15px;
    border-top: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 0;
    opacity: 0;
    display: none;
}
.mini-access > ul > li.open .dropdown-menu {
    height: auto;
    opacity: 1;
    display: block;
}
.mini-access > ul > li.search .dropdown-menu {
    width: 150px;
}
.box {
    margin-bottom: 20px;
}
.box .box-heading {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #FFFFFF;
}
.box .box-heading span {
    height: 36px;
    display: inline-block;
    color: #333;
}
.box .box-content {
    color: #333;
    padding: 10px 0 0;
}
.box .box-content ul {
    padding: 0;
    list-style: none;
}
.box .box-content ul li {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0px;
}
.box .box-content a {
    color: #727272;
}
.box .box-content a:hover {
    color: #333;
}
.box.pav-custom .box-content {
    padding: 0;
}
.box.productcarousel .box-heading {
    border-bottom: none;
    padding: 0;
    border-color: #333;
    border-style: solid;
    border-width: 0 0 0 5px;
}
.box.productcarousel .box-heading span {
    background: url('../image/default/fcenter.png') !important;
}
.box.productcarousel .box-content .product-block {
    background: #FFFFFF;
    overflow: hidden;
}
.box.productcarousel .box-content .product-block .name a {
    font-size: 24px;
}
.box.productcarousel .box-content .product-block .product-meta {
    padding: 8px 18px 20px;
}
.box.productcarousel.vertical .image {
    float: left;
    width: 47%;
    margin-right: 15px;
}
.box.productcarousel.orange .box-heading {
    border-color: #f89406;
}
.box.productcarousel.blue .box-heading {
    border-color: #049cdb;
}
.box.productcarousel.red .box-heading {
    border-color: #9d261d;
}
.box.productcarousel.yellow .box-heading {
    border-color: #ffd20e;
}
.box.productcarousel.pink .box-heading {
    border-color: #ea779e;
}
.box.productcarousel.purple .box-heading {
    border-color: #9f3f80;
}
.box.productcarousel.white .box-heading {
    border-color: #FFFFFF;
}
.box.productcarousel.black .box-heading {
    border-color: #000000;
}
.box.productcarousel.cyan .box-heading {
    border-color: #333;
}
.box.bloglatest {
    background: #FFFFFF;
}
.box.bloglatest .box-heading {
    padding: 0;
    border: none;
}
.box.bloglatest .box-content {
    padding: 18px;
}
.box.blue .box-heading span {
    background: #049cdb;
}
.box.bluedark .box-heading span {
    background: #0064cd;
}
.box.green .box-heading span {
    background: #46a546;
}
.box.red .box-heading span {
    background: #9d261d;
}
.box.yellow .box-heading span {
    background: #ffd20e;
}
.box.orange .box-heading span {
    background: #f89406;
}
.box.pink .box-heading span {
    background: #ea779e;
}
.box.black .box-heading span {
    background: #000000;
}
.box.purple .box-heading span {
    background: #9f3f80;
}
.box.white .box-heading span {
    background: #FFFFFF;
    color: #000000;
}
.box.cyan .box-heading span {
    background: #333;
}
.box.cusblock {
    margin: 0;
    background: #333;
}
.box.cusblock .box-content {
    padding: 0;
}
#pav-slideshow .box-content {
    padding: 0;
}
#footer .box .box-heading {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    position: relative;
    padding: 12px 0px;
}

#footer .box .box-heading span {
    background: transparent;
    padding: 0;
    height: auto;
}
#footer .box .box-heading h2 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    color:#fff;
}
#footer .box .box-content {
    background: none;
    border: none;
}
#footer .box .box-content li {
    border: none;
    padding: 0;
    margin-bottom: 3px;
}
#footer .box .box-content li a {
    text-decoration: none;
    color: #e0e0e0;
    font-size: 14px;
}
#footer .box .box-content li a i {
    margin-right: 3px;
    font-size: 12px;
}
#footer .box .box-content li a:hover {
    color: #fff;
}
#footer .column a {
    text-decoration: none;
    color: #b5b5b5;
}
#footer .column a i {
    font-size: 10px;
    margin-right: 3px;
}
#footer .column ul {
    list-style: none;
    margin-top: 0px;
    padding-left: 0;
}
#footer .column ul li {
    margin-bottom: 9px;
}
#footer .column a:hover {
    color: #FFFFFF;
}
.rtl #footer .box .box-content li {
    background: url('../image/default/flist-style-rtl.png') right center no-repeat;
}
.language {
    line-height: 10px;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px;
    margin: 10px 0px 10px 6px;
}
.language img {
    cursor: pointer;
    margin: 2px 3px 1px;
}
.currency {
    line-height: 10px;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px 6px;
    margin: 10px 0px 10px 6px;
}
.currency a {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    cursor: pointer;
    color: #999999;
}
.currency a:hover {
    color: #333;
}
.currency a b {
    color: #333;
    text-decoration: none;
}
#header .cart-top {
    padding-left: 20px;
}
#header #cart {
    position: relative;
    top: 0px;
    right: 5px;
    z-index: 15;
    margin-top: 10px;
    height:45px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: absolute;
    top: 44px;
    right: 0px;
    padding: 8px;
    min-width: 320px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); 
    -moz-box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); 
    box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); 
    border-top:2px solid #c48d2e;
    background: #FFFFFF;
}
#header #cart > span.icon {
    float: left;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #1d80ca;
    display: block;
    font-size: 26px;
    margin: 5px 5px 0 0;
    cursor: pointer;
}

#header #cart .heading {
    float: left;
    margin: 0 0 0 -20px;
    /*padding-right: 14px;*/
    position: relative;
    z-index: 1;
}
#header #cart .heading a {
    text-decoration: none;
    color: #999999;
    display:block;
    width: 25px;
    height:25px;
    padding:5px;
    border-radius:50%;
    background-color: #51b549;
    text-align: center;
    line-height: 15px;
    color:#fff;
    font-size: 13px;
}
#header #cart .heading a span {
    background: url('../image/arrow-down.png') 100% 50% no-repeat transparent;
    padding-right: 15px;
}
#header #cart .heading h4 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    color: #333;
    line-height: 20px;
}
#header #cart.active .content {
    display: block;
    z-index: 99;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
    margin-top: 10px;
}
#header #cart .empty {
    color:#B80304;  
    text-align: center;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info .name {
    min-width: 60px;
    max-width: 75px;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 2px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
    width: 45px;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-info td.total {
    text-align: right;
    min-width: 80px;
}
#search {
    margin: 13px 0 5px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#search input {

}
#search .icon-search {
    color: #999999;
}
#search .button-search {
    cursor: pointer;
    margin: 2px 6px 0 0;
}
.product-block {
    position: relative;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #fff;
}
.product-block .compare a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-block .wishlist a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-block a:hover {
    color: #333;
}
.product-block .price-old {
    color: #999999;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.product-block .rating {
    display: block;
    margin-bottom: 4px;
}
.product-block .cart {
    margin-bottom: 3px;
}
.product-block .price-new {
    font-weight: bold;
    text-align: center;
}
.product-block .name {
    margin: 0;
    clear:both;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    display: block;
    height: 50px;
    color: #000;
}
.product-block .name a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 23px;
}

.product-block .name a:hover {
    color: #333;
}
.product-block .description {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.product-block .image {
    display: block;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}

@media screen and (min-width:768px){
    .product-block .image img{width: 100% !important; height: 404px !important;}
    .img-responsive{max-height: 309px !important;}
    .BenzerUrun{max-height: 200px !important;}
}

@media screen and (min-width:580px) and (max-width:768px) {
    .product-block .image img{width: 100% !important; height: 404px !important;}
    .img-responsive{max-height: 309px !important;}
}

@media only screen and (max-width: 425px)
{
    .product-block .image img{width: 100% !important; max-height: 404px !important;}
    .img-responsive{max-height: 309px !important;}
}
@media only screen and (max-width: 350px)
{
    .product-block .image img{width: 100% !important; max-height: 404px !important;}
    .img-responsive{max-height: 309px !important;}
}

@media only screen and (max-width: 330px)
{
    .product-block .image img{width: 100% !important; max-height: 404px !important;}
    .img-responsive{max-height: 309px !important;}
}

.product-block .image .product-label-special {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    background: #51b549;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #fff;
}
.product-block .image .product-zoom {
    position: absolute;
    bottom: 6px;
    right: 6px;
    z-index: 9999;
    width: 0px;
    background: #fff;
    font-size: 20px;
    border: 1px solid #555555;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.product-block .image:hover .product-zoom {
    opacity: 1;
    width: 34px;
}
.product-block .image:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    text-indent: -9999em;
    position: absolute;
    bottom: 0;
    left: 46%;
    /*border-left: 9px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 9px solid transparent;*/
    z-index: 9999;
}
.product-block .image.swap .image_container {
    display: block;
    position: relative;
    width: 100%;
}
.product-block .image.swap .image_container img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-block .image.swap .image_container .front {
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    transform-style: preserve-3d;
}
.product-block .image.swap .image_container .back {
    backface-visibility: hidden;
    top: 0;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
}
.product-block .image.swap:hover .image_container .front {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.product-block .image.swap:hover .image_container .back {
    position: absolute;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 10;
    visibility: visible;
    opacity: 1;
}
.product-block .image.swap .img-overlay {
    display: none;
}
.product-block .price {
    display: block;
    font-weight: bold;
    color: #000;
    margin: 8px 0 24px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    height: 45px;
}
.product-block .price .price-tax {
    display: none;
}
.product-block .pav-colorboxx {
    background: #d14075;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 33px;
    overflow: auto;
    display: block !important;
    z-index: 10;
    color: #fff;
    width: 120px;
    height: 33px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
    transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
    position: absolute;
    display: none;
    border-radius: 5px;
}

.product-block .pav-colorbox span {
    margin-right: 6px;
}
.product-block .pav-colorbox .icon-eye {
    margin: 0 5px 0 0;
}
.product-block:hover .pav-colorboxx {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sidebar .box .box-heading span {
    font-size: 15px;
    color: #333;
}
.sidebar .product-block {
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}
.sidebar .product-block .image {
    float: left;
    margin-right: 12px;
    width: 40%;
}
.sidebar .product-block .image .label {
    display: none;
}
.sidebar .product-block .image:after {
    display: none;
}
.sidebar .product-block .name {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.sidebar .product-block .name a {
    font-size: 18px !important;
}
.sidebar .product-block .cart {
    display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare {
    display: none;
}
.vertical .product-block .image:after,
.product-list .product-block .image:after {
    /*bottom: 45%;
    left: auto;
    right: 0;
    border-top: 9px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 9px solid transparent;*/
}
.vertical .product-block .price,
.product-list .product-block .price {
    /*margin: 6px 0;*/
}
ul.box-category,
ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box ul.box-category > li:first-child {
    padding: 0px 8px 8px 0px;
}
.box ul.box-category > li {
    padding: 8px 8px 8px 0px;
}
.box ul.box-category > li ul {
    display: none;
}
.box ul.box-category > li ul li {
    padding: 5px 5px 0px 22px;
    border: none;
}
.box ul.box-category > li ul li > a {
    text-decoration: none;
    display: block;
}
.box ul.box-category > li ul li > a.active {
    font-weight: bold;
}
.box ul.box-category > li > a {
    text-decoration: none;
    color: #999999;
}
.box ul.box-category > li > a > i {
    font-size: 10px;
    margin: 0px 6px;
}
.box ul.box-category > li a.active + ul {
    display: block;
}
.box ul.box-category > li .head a {
    font-size: 8px;
}
.box ul.box-category li a {
    color: #999999;
}
.box ul.box-category li a:hover {
    color: #3abec0;
}
ul.box-filter,
ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
#colorbox *:before,
#colorbox *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.zoomContainer .zoomLens {
    border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
    border: 4px solid #eeeeee !important;
    display: none;
}
.quickaccess {
    padding: 0 12px;
    color: #fff;
}
.quickaccess > div {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #72d3d4;
}
.quickaccess > div:last-child {
    border: none;
}
.quickaccess .icon {
    font-size: 36px;
    float: left;
    margin: 25px 0 25px 15px;
}
.quickaccess h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    margin: 25px 0 0px !important;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
.quickaccess p {
    font-style: italic;
    margin-bottom: 25px;
}
.vertical .item .box-product:last-child .product-block {
    margin: 0 !important;
}
.horizontal .item .box-product .product-block {
    margin: 0;
}
#content .productcarousel {
    margin: 0;
}
.pav-blogs a:hover,
.pav-blogs .blog-title a:hover,
.pavcontentslider .pav-caption.title,
.pavblog-latest .blog-item .blog-title a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.pav-megamenu .mega-group > .dropdown-toggle {
    color: #727272;
}
.box.productcarousel .carousel-controls a.carousel-control,
#related .carousel-controls a.carousel-control {
    background-image: url('../image/default/carousel_control.png');
    background-color: #a44688;
    border-radius: 50%;
    width: 30px;
}
.newsletter_block .title_block {
    font-family: "Open Sans", sans-serif;
    text-align: right;
}
.newsletter_block .block_content {
    position: relative;
}
.newsletter_block .block_content .wrap-input {
    padding: 5px;
    float: left;
    position: relative;
}
.newsletter_block .block_content .wrap-input .inputNew {
    font-size: 12px;
    color: #a0a0a0;
    border: none;
    width: 250px;
    background: #FFFFFF;
    padding: 5px;
}
.newsletter_block .block_content .wrap-input i {
    color: #3abec0;
    bottom: 3px;
    display: inline-block;
    font-size: 12px;
    line-height: 34px;
    margin: 0 8px;
    position: absolute;
    right: 0;
}
.newsletter_block .block_content .wrap-input .button_mini {
    background-color: rgba(0,0,0,0);
    border: 0 none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 1px;
    cursor: pointer;
    height: 32px;
    position: absolute;
    right: 1px;
    text-indent: -5000px;
    width: 32px;
}
#footer .social { /*margin: 20px 0 0 20px;*/ }

#footer  .social li a i {
    margin: 0 0 0 5px;
    font-size: 16px;
}


.wrap-contact {
    margin-top: 20px;
}
.wrap-contact .wrapform,
.wrap-contact .contact-customhtml,
.wrap-contact .contact-info {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
}
.wrap-contact .wrapform h2,
.wrap-contact .wrapform b,
.wrap-contact .contact-customhtml h2,
.wrap-contact .contact-customhtml b,
.wrap-contact .contact-info h2,
.wrap-contact .contact-info b {
    color: #000;
}
#page-quickview {
    background: #fff;
    padding: 32px 0;
}
.wrap-container {
    background: #FFFFFF;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-home .wrap-container,
.page-common-home .wrap-container {
    padding: 0;
    background: transparent;
}
.category-list {
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
}
.category-info {
    margin-top: 10px;
    padding: 10px;
    line-height: 22px;
    font-size: 13px;
}
.category-info .image {
    margin: 12px 0;
}
.category-info p {
    color: #58595b;
    margin-bottom: 0;
}
.refine {
    margin-bottom: 20px;
}
.refine h4 {
    margin: 0px;
    border-bottom: 2px solid #eeeeee;
    padding: 0px 10px;
}
.refine .category-list {
    padding: 10px;
    margin: 0px;
}
.refine .category-list ul {
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.refine .category-list ul li {
    float: left;
    width: 30%;
}
.refine .category-list ul li a {
    color: #999999;
}
.refine .category-list ul li a:hover {
    color: #3abec0;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    margin-bottom: 20px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.manufacturer-content {
    padding: 8px;
    overflow: auto;
}
.product-filter {
    border-bottom: 3px solid #fff;
    /*border-top: 3px solid #ededed;*/
    padding: 7px 0px;
    line-height: 30px;
    margin: 5px 0 10px 0;
    color:#333;
}
.product-filter .sort {
    float: right;
    color: #a0a0a0;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #a0a0a0;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    color: #a0a0a0;
}
.product-filter .display a {
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    margin: 0px 3px;
}
.product-filter .display a > em {
    display: none;
}
.product-filter .display a.active {
    color: #000;
}
.product-filter select {
    padding: 4px;
    border: 1px solid #dbdbdb;
}
.product-compare {
    float: right;
    line-height: 26px;
    padding: 0px 10px;
    background: #3abec0;
    border: 2px solid #288485;
    margin-left: 8px;
}
.product-compare a {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
}
.product-list .col-fullwidth {
    width: 100%;
}
.product-list .product-block {
    overflow: hidden;
}
.product-list .wishlist-compare {
    margin-top: 10px;
}
.product-list .price-old {
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.product-block .name a {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.product-list .image {
    float: left;
    margin-right: 10px;
    width: 100%;
}
.product-list .price {
    float: left;
    margin: 3px 20px 0px 0;
    text-align: left;
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 45px;
}
.product-list .description {
    line-height: 18px;
    margin-bottom: 10px;
    color: #999999;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div {
    margin-bottom: 15px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .wishlist,
.product-list .compare {
    margin-bottom: 3px;
    margin-right: 10px;
    color: #555555;
}
.product-related,
.product-grid {
    position: relative;
    margin: 20px 0;
}
.product-related .description,
.product-grid .description {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #999999;
}
.product-related .wishlist-compare,
.product-grid .wishlist-compare {
    display: none;
}
.product-related .carousel-controls {
    height: 30px;
    position: absolute;
    right: 0;
    top: -65px;
    width: 66px;
    z-index: 11;
}
.product-related .carousel-controls a.left {
    background-position: left top;
    left: 0;
}
.product-related .carousel-controls a.right {
    background-position: -30px top;
    right: 0;
}
.products-block.carousel-inner {
    margin-top: 10px;
}
.product-grid .wishlist,
.product-grid .compare {
    margin-bottom: 3px;
    display: block;
}
.zoomContainer {
    z-index: 999;
}
.product-info {
    margin-bottom: 20px;
}
.product-info .price-old {
    color: #999999;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 18px;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart div > span {
    color: #999;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}
.product-info .image .product-label-special {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #D9534F;
    z-index: 50;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #fff;
}
.product-info .price {
    border-bottom: 2px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #d4161a;
    font-family: "Open Sans", sans-serif;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .description {
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}
.product-info .description a {
    text-decoration: none;
}
.product-info .description span {
    font-weight: bold;
}
.product-info .image-additional {
    margin: 0 -1%;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional a {
    float: left;
    display: block;
    width: 23%;
    margin: 0 1%;
}
.product-info .image-additional a img {
    max-width: 100% !important;
}
.product-info .image-additional .carousel-control {
    height: 30px;
    line-height: 20px;
    width: 30px !important;
    top: 25px;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .options {
    border-bottom: 1px solid #ededed;
    padding: 0px 5px 10px 5px;
    margin: 10px 0;
    color: #000000;
}
.product-info .review {
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review .share {
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.product-info .review > div {
    padding: 8px 0;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.quantity-adder {
    margin-top: 3px;
}
.quantity-adder input {
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.quantity-adder .add-action {
    cursor: pointer;
}
.quantity-adder .wrap-qty {
    border: 1px solid #ccc;
    display: inline-block;
    color: #333;
    border-radius:3px;
}
.quantity-adder { color:#333; }

.quantity-adder .wrap-qty span {
    padding: 2px 4px;
}
.quantity-adder .wrap-qty span.add-down {
    border-right: 1px solid #ccc;
}
.quantity-adder .wrap-qty span.add-up {
    border-left: 1px solid #ccc;
}
.product-info button.button {
    background: #ea9744;
    border: 2px solid #e08e3c;
    color: #FFFFFF;
}
.product-info button.button .icon {
    color: #FFFFFF;
}
.product-info .compare-wish {
    margin: 6px 0;
}
.product-info .compare-wish a {
    margin-right: 10px;
    color: #555555;
}
.product-info .compare-wish a:hover {
    color: #333;
}
.review-list {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.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 #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.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 #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.compare-info .price-old {
    font-weight: bold;
    color: #999999;
    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 #ddd;
    border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
    color: #ddd;
    font-weight: bold;
    text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .image img {
    border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    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: 20px;
    border-top: 1px solid #EEEEEE;
    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;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .image img {
    border: 1px solid #ddd;
}
.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 #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.cart-total {
    border-top: 1px solid #ddd;
    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: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 8px;
    font-weight: bold;
    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 #ddd;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    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;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.contact-info {
    overflow: auto;
}
#content > .search select,
#content > .search input[type="text"] {
    margin-bottom: 10px;
}
#pav-mainnav {
    padding: 5px 0px;
}
#pav-mainnav .navbar-inverse {
    background-color: transparent;
}
#pav-mainnav .navbar {
    border-top: none;
    border-bottom: none;
    border-color: none;
    margin-bottom: 0;
}
#pav-mainnav .navbar .navbar-nav > li > a {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    padding: 10px 12px;
    color: #fff;
    text-transform: uppercase;
}
#pav-mainnav .navbar .navbar-nav > li  h1 {
    font-family: "Ubuntu", sans-serif;
    font-size: 17px;
    line-height: 40px;
    display: inline;
    color: #000;
    text-transform: uppercase;
}   
#header-main .dropdown-menu li h1 {
    font-size: 14px !important;
    font-family: inherit !important;
}

#pav-mainnav .navbar .navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #fff;
    -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.176);
    box-shadow: 0 10px 12px rgba(0,0,0,0.176);
}
#pav-mainnav .navbar .navbar-nav .dropdown a:hover,
#pav-mainnav .navbar .navbar-nav .dropdown a:focus {
    background: none;
    color: #FFFFFF;
}
#pav-mainnav .navbar .navbar-nav .dropdown a:hover .caret,
#pav-mainnav .navbar .navbar-nav .dropdown a:focus .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
#pav-mainnav .navbar .navbar-nav > .open > a:hover,
#pav-mainnav .navbar .navbar-nav > .open > a:focus {
    color: #ccc;
}
#pav-mainnav .navbar .navbar-nav > .open > a:hover .caret,
#pav-mainnav .navbar .navbar-nav > .open > a:focus .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
#pav-mainnav .navbar .dropdown-menu {
    border-top: none;
}
#pav-mainnav .navbar .dropdown:hover > .dropdown-menu {
    display: block;
}
#pav-mainnav .navbar .dropdown:hover > a {
    color: #FFFFFF;
}
#pav-mainnav .navbar .dropdown:hover > a .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
#mainmenutop .navbar-toggle {
    float: left;
}
#menu-offcanvas .menu-offcanvas-inner {
    background-color: #fff;
    max-height: 100%;
    overflow: auto;
}
#menu-offcanvas .dropdown .dropdown-menu {
    display: block;
    position: relative;
    float: none;
}
html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
    min-height: 100%;
}
.offcanvas-content {
    overflow-y: scroll;
    background: #f3efe0;
}
.offcanvas-content,
.offcanvas-content-inner {
    position: relative;
}
.offcanvas-container {
    position: relative;
}
.offcanvas-pusher {
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
}
.offcanvas-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.8s, width 0.1s 0.5s, height 0.1s 0.8s;
    transition: opacity 0.8s, width 0.1s 0.5s, height 0.1s 0.8s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    z-index: 9999;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #185AA4;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    color: #333;
    overflow: auto;
}
.offcanvas-menu li {
    list-style: none;
}
.offcanvas-menu .dropdown-menu {
    max-width: 100%;
    background: none;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding-top: 0px;
}
.offcanvas-menu .dropdown-menu .mega-col {
    min-width: 90%;
}
.offcanvas-menu .caret {
    border-top-color: 000;
    border-bottom-color: 000;
}
.offcanvas-menu ul ul {
    margin-left: 10px;
}
.offcanvas-menu h3 {
    margin: 0;
}
.offcanvas-menu ul.megamenu > li >a {
    font-weight: bold;
}
.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: 300;
    font-size: 2em;
}
.offcanvas-menu ul li a {
    /*display: block;
    padding: 0.5em;
    outline: none;
    border-bottom: 1px solid #eeeeee;
    color: 000;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;*/
}
.offcanvas-menu ul li:firoffcanvas-child a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.offcanvas-menu ul li a:hover {
    color: #3abec0;
}
.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(230px,0,0);
    transform: translate3d(230px,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;
    transition: transform 0.5s;
}
.offcanvas-effect-2.offcanvas-menu::after {
    display: none;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(230px,0,0);
    transform: translate3d(230px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transform: translate3d(0px,0px,0px);
}
.offcanvas-effect-3.offcanvas-menu::after {
    display: none;
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: translate3d(230px,0,0);
    transform: translate3d(230px,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;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.navbar-inverse .navbar-toggle {
    float: none;
    width: 45px;
    height: 35px;
    background-color: #185AA4;
    border-color: #185AA4;
    margin-left: 10px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #1d80ca;
    border-color: #1d80ca;
}
.offcanvas-sidebars-buttons {
    overflow: hidden;
    margin-bottom: 10px;
}



@media (max-width: 990px) {
    #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;
    }
}
.button-close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    display: block;
    z-index: 99999;
}
.button-close-menu:hover {
    color: #3abec0;
}
.quantity a img {
    top: 0px !important;
}
.pattern1 {
    background-image: url('../image/pattern/pattern1.png');
}
.pattern2 {
    background-image: url('../image/pattern/pattern2.png');
}
.pattern3 {
    background-image: url('../image/pattern/pattern3.png');
}
.pattern4 {
    background-image: url('../image/pattern/pattern4.png');
}
.pattern5 {
    background-image: url('../image/pattern/pattern5.png');
}
.pattern6 {
    background-image: url('../image/pattern/pattern6.png');
}
.pattern7 {
    background-image: url('../image/pattern/pattern7.png');
}
.pattern8 {
    background-image: url('../image/pattern/pattern8.png');
}
.pattern9 {
    background-image: url('../image/pattern/pattern9.png');
}
.pattern10 {
    background-image: url('../image/pattern/pattern10.png');
}
.pattern11 {
    background-image: url('../image/pattern/pattern11.png');
}
.pattern12 {
    background-image: url('../image/pattern/pattern12.png');
}
.pattern13 {
    background-image: url('../image/pattern/pattern13.png');
}
.pattern14 {
    background-image: url('../image/pattern/pattern14.png');
}
.pattern15 {
    background-image: url('../image/pattern/pattern15.png');
}
.pattern16 {
    background-image: url('../image/pattern/pattern16.png');
}


@media only screen and (min-width: 980px) {
    #menu-offcanvas {
        display: none;
    }
}



@media only screen and (max-width: 1199px) {
    #header-main .header-wrap .wrap-logo {
        width: 150px;
        padding: 20px 0;
    }
    #header-main .header-wrap .wrap-menu .nav > li > a {
        padding: 22px 7px;
    }
    .box.productcarousel.vertical .box-content .product-block {
        margin-bottom: 16px;
    }
    .box.productcarousel.vertical .box-content .image {
        width: 52%;
    }
    .box.productcarousel.vertical .box-content .product-meta {
        padding: 5px 18px 8px;
    }
    .product-block .price {
        margin-bottom: 21px;
    }
    .carousel.pavtestimonial {
        padding: 4px 12px;
    }
    .pav-caption {
        display: none;
    }
    #pav-slideshow .pavcontentslider .carousel-indicators {
        bottom: 10px;
        right: 10px;
        left: auto;
        width: auto;
    }
    #image-additional {
        margin: 0 -5px;
    }
    #image-additional .carousel-inner .item img {
        max-width: 79px !important;
    }
}



@media only screen and (max-width: 990px) {
    #header-main .header-wrap .wrap-logo {
        display: inline-block;
        float: none !important;
        margin-left: 20px;
        border-left: 1px solid #eeeeee;
        padding: 10px 0 10px 20px;
        width: auto;
    }
    #header-main .header-wrap #pav-mainnav {
        border-left: none;
    }
    .box.productcarousel .product-block .description {
        display: none;
    }
    .pavtestimonial .testimonial > div {
        height: 90px;
    }
    .quickaccess > div {
        border-right: none;
        border-bottom: 1px solid #72d3d4;
    }
    .quickaccess .icon {
        margin: 0;
    }
    .product-block .image .product-zoom {
        display: none !important;
    }
    #image-additional {
        margin: 0 -8px;
    }
    #image-additional .carousel-inner .item img {
        max-width: 81px !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-inverse .navbar-toggle {
        display: block;
    }
    .zoomContainer {
        display: none;
    }
}



@media only screen and (max-width: 767px) {
    
    .navbar-fixed-top {
        position: relative;
    }
    #page {
        padding-top: 0 !important;
    }
    #header-main {
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
    }
    #header-main .header-wrap {
        background-color: #185AA4;
        height: 66px;
    }
    #header-main .header-wrap .wrap-logo {
        padding: 0px;
    }
    #header-main .header-wrap #pav-mainnav {
        padding: 0px;
    }
    #header-main .header-wrap #cart {
        /*margin-top: 10px;
        height: 56px;*/
    }
    #header-main .header-wrap #cart .content {
        /*top: 55px;*/
    }
    #topbar {
        margin-bottom: 0px;
        position: fixed;
        top: -80px;
        right: 0;
        background: #FFFFFF;
        z-index: -9;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }
    #topbar #search {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #topbar #search input {
    }
    #topbar.topshow {
        top: 0px;
        z-index: 99999;
    }
    #header-main .header-wrap .wrap-logo {
        display: block;
        margin: 0px;
        border-left: none;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
    }
    #header-main .header-wrap .wrap-logo a {
        display: inline-block;
        width: 150px;
    }
    #header-main .header-wrap .cart-top {
        border: none;
    }
    .navbar {
        min-height: 30px;
    }
    .navbar .navbar-inverse .navbar-toggle {
        margin: 5px 10px;
    }
    .product-filter .sort {
        float: left;
    }
    .product-filter .display {
        display: none;
    }
    .product-info .image-container {
        margin-bottom: 20px;
    }
    .box.productcarousel.box-product .box-content .product-block {
        margin-bottom: 20px;
    }
    .box.productcarousel.box-product .box-content .product-block .image {
        width: 48%;
        float: left;
        margin-right: 10px;
    }
    .box.productcarousel.box-product .box-content .product-block .image:after {
        bottom: 40%;
        left: auto;
        right: 0;
        border-top: 9px solid transparent;
        border-right: 8px solid #fff;
        border-bottom: 9px solid transparent;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta {
        padding-bottom: 0px;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta .description {
        display: block;
    }
    .pavtestimonial {
        margin-bottom: 20px;
    }
    .zoomContainer {
        display: none;
    }
    .newsletter_block .title_block {
        text-align: center;
    }
    .newsletter_block .block_content .wrap-input {
        width: 250px;
        margin: 0 auto;
    }
    .blog-meta ul {
        text-align: left;
    }
    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;
    }
    table.pav-shop-cart tr td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-align: left;
        white-space: nowrap;
        width: 50%;
    }
    table.pav-shop-cart tr td {
        text-align: right;
        display: block;
        min-height: 20px;
        border-left: none;
        background: none;

    }
    .product-block .image .product-zoom,
    .product-block .image .pav-colorbox {
        display: none !important;
    }
    .mobile-mtop { margin-top: 15px; }
    .dr115 { right: inherit;}


}



@media only screen and (max-width: 599px) {
    
    
    .product-filter .limit {
        margin: 0px;
        float: left;
    }
    .product-filter .sort {
        float: left;
        margin-left: 10px;
        margin-top: 0px;
    }
    .product-filter .display {
        display: none;
    }
    #topbar .topbar ul li {
        width: 20px;
        height: 20px;
        overflow: hidden;
    }
    .productcarousel .product-block .cart {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
  
     a {
    color: #FFFFFF;
    cursor: pointer;
    }
}


@media only screen and (max-width: 479px) {
  
     a {
    color: #FFFFFF;
    cursor: pointer;
    }

    .mini-access > ul >li {
        margin: 5px 1px;
    }
    .product-filter .sort {
        margin-left: 0px;
        margin-top: 10px;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta .description {
        display: none;
    }
    .box.productcarousel.box-product .box-content .product-block {
        margin-bottom: 20px;
    }
    .box.productcarousel.box-product .box-content .product-block .image {
        width: auto;
        float: none;
        margin-right: 0px;
    }
    .box.productcarousel.box-product .box-content .product-block .image:after {
        bottom: 0;
        left: 46%;
        right: auto;
        border-left: 9px solid transparent;
        border-bottom: 8px solid #fff;
        border-right: 9px solid transparent;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta {
        padding-bottom: 10px;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta .description {
        display: block;
    }
    .box.productcarousel.box-product .box-content .product-block .description,
    .box.productcarousel.box-product .box-content .product-block .cart {
        display: block;
    }
}







@media only screen and (max-width: 319px) {
    
    .box.productcarousel.box-product .box-content .product-block .product-meta .description {
        display: none;
    }
    .box.productcarousel.box-product .box-content .product-block {
        margin-bottom: 20px;
    }
    .box.productcarousel.box-product .box-content .product-block .image {
        width: auto;
        float: none;
        margin-right: 0px;
    }
    .box.productcarousel.box-product .box-content .product-block .image:after {
        bottom: 0;
        left: 46%;
        right: auto;
        border-left: 9px solid transparent;
        border-bottom: 8px solid #fff;
        border-right: 9px solid transparent;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta {
        padding-bottom: 10px;
    }
    .box.productcarousel.box-product .box-content .product-block .product-meta .description {
        display: block;
    }
    .box.productcarousel.box-product .box-content .product-block .description,
    .box.productcarousel.box-product .box-content .product-block .cart {
        display: block;
    }
}


/* general */
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.customerrorbox { display: none; }
.w100 { width: 100%; }



/* radio */
.custom-radio{width:16px;height:16px;display:inline-block;position:relative;z-index:1;top:3px;background:url(../image/filter-box.png) no-repeat; margin-right: 5px; }
.custom-radio.selected{background:url(../image/filter-box-2.png) no-repeat}
.custom-radio input[type=radio]{margin:1px;position:absolute;z-index:2;cursor:pointer;outline:0;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0}

/* checkbox */
.custom-checkbox{width:16px;height:16px;display:inline-block;position:relative;z-index:1;top:3px;background:url(../image/filter-box.png) no-repeat; margin-right: 5px;}
.custom-checkbox.selected{background:url(../image/filter-box-2.png) no-repeat}
.custom-checkbox input[type=checkbox]{margin:0;position:absolute;z-index:2;cursor:pointer;outline:0;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0}

/* select */
.select-wrapper{ display: inline-block; position: relative; border: 1px solid #ccc; background: url(../image/dropdown.png) no-repeat right center #fff ; cursor: pointer; border-radius: 4px; font-size: 14px; color:#555; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; vertical-align: middle; padding: 6px 0; line-height: 1.428571429;  }
.select-wrapper, .select-wrapper select { width: 100%;  }
.select-wrapper:hover{ background: url(../image/dropdown.png) no-repeat right; }
.select-wrapper .holder{ display: block; margin: 0 25px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; text-align: left; color:#555;  }
.select-wrapper select{ margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true); 
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; }

.slcttop { margin: 13px 0; }
.triangle-top { width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #fff transparent; position: absolute; left: 1px; top: -10px; } 
/*.user-login { position: relative; }*/
.user-login-div, .order-form-div { display: none; position: absolute; height: auto; background-color: #fff; padding: 10px; z-index: 20; margin-top: 13px; -webkit-box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); -moz-box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); box-shadow: 0px 9px 18px 1px rgba(0,0,0,0.75); border-top:2px solid #c48d2e; right:0; }
.user-login-div a { display: inline-block; padding: 6px 0; }
.ui-autocomplete .ui-state-hover { background-image: none !important; background-color: #3abec0 !important; border:none !important; color:#fff !important; }

.prod-social { float:left; width: 325px; height: 25px; line-height: 25px; font-size: 12px; margin: 5px 0; color:#656565; clear: both; }
.prod-social-item { float: left; width: 22px; height: 22px; margin-right: 8px; background: url(../image/share.png) no-repeat; border-radius: 5px; }
.facebook { background-position: 0px -44px; }
.twitter { background-position: 0px -66px; }
.googleplus { background-position: 0px 0px; }
.loading { width: 24px; height: 24px; position: absolute; left: 50%; margin: -12px -12px; top: 50%; background: url(../image/loading.gif) no-repeat; z-index: 99; }
.productclockchangediv, .producttownchangediv { position: relative; }
.product-image-zoom { cursor: pointer; }
.form-inline > * { margin-right: 30px; }
.floatnone { float: none !important; }
.footer-border-slice { border-top: 1px solid #222; padding: 10px 0 0 0; margin: 10px 0 0 0; }
.mtop20 { margin-top: 20px; }
.m0 {margin: 0 !important; }
.mbottom5 { margin-bottom: 5px; }
.forget-form-div { display: none; }
.acompimg { float: left; width: auto; max-width: 30px; margin: 0 5px 5px 0; }
.navbar-collapse { padding: 0; }
.sozlesme-div { height: 130px; overflow: auto; }
.havalebankainfo { display: none; }
.mobile li { float: left; padding: 0; margin-left: 10px;}
.text h1, .text h2 { color: #fff; font-size: 14px; margin: 0; padding: 0; line-height: 1.42857143; }
.fbdiv { margin-top: 10px; }

#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner, html.sb-animation {-webkit-transition: all .3s ease;}
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:25px; top:30px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:14px; line-height:10px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; min-height:28px}
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }



#topbarh {
    height: 30px;
    background: #eee;
}
#topbarh .topbar {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
}
#topbarh .topbar ul li {
    margin-left: 12px;
}
#topbarh .topbar ul li a {
    font-size: 13px;
}
#topbarh .topbar ul li span {
    margin-right: 5px;
}
#topbarh .topbar ul li:hover a {
    /*color: #3abec0;*/
}
#topbarh .topbar ul li:first-child {
    margin-left: 15px;
}
#topbarh .topbar .login,
#topbarh .topbar .links {
    /*margin: 14px 0px;*/
}

.no-padding { padding: 0 5px; }
.ptop20 { padding-top: 20px; }
.p20tb { padding-top: 20px; padding-bottom:20px; }
.transparent-bg { background-color: transparent; }
.white-bg { background-color: #fff; }
#breadcrumb { }
.pointx { cursor: pointer; }
.scroll-top { width: 40px; height: 40px;  position: fixed; bottom: 45px; right: 140px; display: none; background: #51b549 url(../image/arrow-top.png) no-repeat center center; border-radius: 50%; z-index: 10; cursor: pointer; }
.req { color:#f00; }
.content2 { min-height: 200px; margin: 25px 0; }
.form-a-margin { margin: 20px 0 10px 0; }
.radio label, .checkbox label { padding-left: 0; }
.prd-grp { color:#2f7c38 !important; }
.buy-header { padding: 10px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.buy-footer { padding: 20px; margin: 20px 0 0 0; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-right { border-right:1px solid #eee; }
.m-width { width: 175px; }
.m-img-width { width: 330px; }
.mainslider { margin: 0 auto 25px auto !important; }
.ui-autocomplete-loading { background:url('../image/loading.gif') no-repeat right center }
.authError { color:#f00 !important; }
.mw70 { max-width: 70px; }
.yellow { color:#EEA112; }
.h300 { height: 300px; }
.mh500 { min-height: 500px; }
.oflow { overflow: auto; }
.commentt-item { margin-bottom: 17px; border-bottom: 1px solid #dbdbdb; }
.thankdiv { min-height: 400px; }
.box .box-content .selct { color: #333; font-weight: bold; }
.mainpage .product-block .price { margin: 0; }
.theader { margin: 0 !important; color:#333; }
.ucretsiz-kargo { width: 100%; padding: 10px 0; text-align: center; background-color: #910705; color:#fff; font-size: 33px;   font-family: "Open Sans", sans-serif; margin: 0 0 10px 0; border-radius: 5px; }
.continueguestbtn { display: block; width: 250px; margin: 60px auto 0 auto; }
.p0 { padding: 0 !important; }
/*.vcenter {   display: table-cell !important; vertical-align: middle; }
.vcenterparent { width: 100%; display: table; }*/
.header-fix { position: fixed; top:0; z-index: 999; }
.panel-heading { padding: 5px 15px; }
.left-ul li { background-color: #fff; padding: 0 !important; margin: 0 0 10px 0; }
.left-ul li a { display: block; width: 100%; font-weight: bold; color: #333 !important; padding: 10px; font-size: 15px; font-family: "Open Sans", sans-serif; }
.left-ul .active { background-color: #F5F5F5; }
.left-ul .active a { color: #4e4e54 !important; }
.mw90 { max-width: 90px; }
.mh90 { max-height: 90px; }
.mh50 { max-height: 50px; }
.table tbody>tr>td.vert-align{ vertical-align: middle; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border: none; }
.borderbottom { border-top: 1px solid #ddd; }
.mb50 { margin-bottom: 50px; border-bottom: 1px solid #ddd; }
.mt10 { margin-top: 10px; }
.mw35 { max-width: 35%; }
.remove-search { float:left; width: 16px; height: 16px; margin: 5px 15px 0 0; }
.member-mobile-nav { font-size: 13px; line-height: 20px; text-align: left; }
.stage-container { margin-top:15px; }
#menu-offcanvas .menu-offcanvas-inner h1 { font-size: 14px; display: inline; }
#header-main .dropdown-menu li h2 { font-size: 14px !important; font-family: inherit !important; margin: 0; display: inline; }
.pagination>li>a, .pagination>li>span {   margin: 0 3px; border-radius: 2px; background-color: #F9F9F9; color:#333; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #5D5D5D; border-color: #5D5D5D; }
.prod-info-header { background-color: #51b549; margin-bottom: 10px; text-indent: 10px; border: 1px solid #51b549; border-radius: 15px; color:#fff; }
.dr115 { right:115px; }
#devamcontentbox { display: none; }
.cicek-footer { display: none; }
.footer-text { color:#e0e0e0; line-height: 18px; }
.box-content .form-group label { cursor: pointer; }
.list-right {margin-right: 0; }


@media only screen and (min-width: 768px) {
    .navbar-header { margin-top: 5px;}
}


@media only screen and (max-width: 768px) {

   

    #header #cart {
        position: relative;
        top: 0px;
        right: inherit;
        z-index: inherit;
        margin-top: 0;
        height: 35px;
    }

    #header #cart .heading {
        float: left;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }

    #header #cart .heading a span {
        background: none;
        padding-right: 0;
    }

    .navbar-inverse .navbar-toggle { margin:15px 10px 0 0; }
    .navbar-toggle { margin-right: 5px; }
    .scroll-top{visibility: hidden;} 
    .scroll-top { right: 20px; bottom:20px; }
    .mobile-logo-margin { margin-bottom: 30px; }
    .continueguestbtn { margin-top: 25px; margin-bottom: 25px; }
    #footer { min-height: 0; padding-top: 0; }
    .product-block .price { margin-bottom: 0; }
    #topbar { height:70px; }
    .mini-access { margin-top: 10px; }
    #logo { margin-top: 0px !important; }
}

@media screen and (min-width:580px) and (max-width:768px) {
     #logo {margin-top: 0px !important;  }
     .mini-access{margin-top:15px !important;}
}

@media only screen and (max-width: 425px)
{
    #logo {margin-top: 5px !important;  }
}
@media only screen and (max-width: 350px)
{
    #logo {margin-top: 10px !important;  }
}

@media only screen and (max-width: 330px)
{
    #logo {margin-left:-10px; margin-top: 10px !important;  }
    .mini-access{margin-top:10px !important;}
}

@media screen and (min-width:641px) and (max-width:768px) {
    .user-login-mobile-pos { right:0; }
}


@media screen and (min-width:481px) and (max-width:640px) {
    .user-login-mobile-pos { right:0; }
}


@media screen and (min-width:320px) and (max-width:480px) {
    .user-login-mobile-pos { left:0; }
    .mobile-cart .content { right: -55px !important; }
    .price-new { font-size: 15px; }
    .product-title-h1 { font-size: 16px;  line-height: 25px; }
    #header-main .container { 
        padding:0; 
        background: url(../image/bg-rep.png) repeat;
    }
}





.stage-container {
    padding: 25px 0px 4px;
}
.stage {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 80px;
}


.stage-title { margin: 5px 0; }

.stage-header {
    background-color: #eaeaea;
}

.stage-header {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #eaeaea;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-family: Tahoma;
    color: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
}

.stage-content {
    margin: 0 auto;
}


.stage.tmm-current .stage-header {
    background-color: #569dc4; 
    border: none; 
}

.stage.tmm-current .stage-header { background-color: #569dc4; }


.stage.tmm-success:after, .stage.tmm-success:before {
    background-color: #92cf5c;
    border: none;
}

.stage.tmm-success .stage-header {
    background-color: #92cf5c;
}


.breadcrumb>li+li:before {content: "\00BB"; }

.social { /*margin: 20px 0 0 20px;*/ }
.social li {
    background: none;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 2px solid #B5B5B5;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 4px 0 4px;
}
.social li a { width: 32px; height: 32px; display: block; }
.social li a i {
    margin: 0 0 0 5px;
    font-size: 16px;
}
.social li.facebook {border-color: #3b5998; background: #3b5998; }
.social li.twitter { border-color: #00aced; background: #00aced; }
.social li.instagram { border-color: #517fa4; background: #517fa4; }
.social li.pinterest { border-color: #cb2027; background: #cb2027; }
.social li.google-plus { border-color: #dd4b39; background: #dd4b39; }
.social li.youtube { border-color: #bb0000; background: #bb0000; }
.social li:hover { border-color: #B11C20; background: #B11C20; }
.social li.facebook:hover { border-color: #3b5998; background: #3b5998; }
.social li.twitter:hover { border-color: #00aced; background: #00aced; }
.social li.instagram:hover { border-color: #517fa4; background: #517fa4; }
.social li.pinterest:hover { border-color: #cb2027; background: #cb2027; }
.social li.google-plus:hover { border-color: #dd4b39; background: #dd4b39; }
.social li.youtube:hover { border-color: #bb0000; background: #bb0000; }
.social li a {
    color: #FFFFFF;
}
.share { margin-top: 15px; height: 40px; }
#header-main .dropdown-menu li a:hover { color:#A94163 !important; }


.ctDrillDown.skin-classic-light  {width: 230px; overflow: hidden;}
.ctDrillDown.skin-classic-light  ul {margin: 0 !important; padding:0 !important; list-style: none; position: absolute; top: 0; width: 100%; display: none;}
.ctDrillDown.skin-classic-light > ul { width: 230px; left: 0; display: block; }
.ctDrillDown.skin-classic-light  ul li {margin: 0; padding:0; list-style: none; width: 100%; background: #D90000 url(img/bg.png) repeat-x 0 0;}
.ctDrillDown.skin-classic-light  ul li > a,
.ctDrillDown.skin-classic-light  ul li > span  {
    font-family: Tahoma, Arial, sans-serif;	
    /* display: block; */
    font-size: 14px;
    padding: 0 0 0 15px;
    outline: medium none;
    position: relative;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    line-height: 50px;
}

.skin-classic-light.footer {background: transparent url(img/footerBg.png) repeat-x 0 0; line-height: 50px; width: 230px; padding: 0 15px; color: #e0e0e0; font-size: 12px; position: relative;}
.skin-classic-light.footer #back {position: absolute; right: 30px; color: #c8c8c8; text-decoration: none; font-size: 13px; top: 0; display: none;}
.skin-classic-light.footer #back img {position: relative; top: 7px;}


.ctDrillDown.skin-classic-light  ul li:hover {background-position: 0 -50px;} 


.ctDrillDown.skin-classic-light  ul li.expandable > a {background: transparent url(img/more.png) no-repeat 90% 20px;}
.ctDrillDown.skin-classic-light  ul li.expandable > a{
    background: transparent url(img/more.png) no-repeat 90% 20px;
}

.ctDrillDown.skin-classic-light  ul li > a.match { color: #00a029}

/** breadcrumbs **/
.skin-classic-light.breadcrumbs {margin: 5px 0;}
.skin-classic-light.breadcrumbs span {margin: 0 10px 0 0; cursor: pointer; 	font-family: Tahoma, Arial, sans-serif; font-size: 13px; background: transparent url(img/more.png) no-repeat 100% 50%; padding: 0 10px 0 0;}
.skin-classic-light.breadcrumbs span:last-child {background: none; padding: 0; font-weight: bold;} 


/** search **/
.skin-classic-light.search {margin: 10px 0 0 0;}
.skin-classic-light.search input[type=text] {background: white; border: 1px solid #e8e8e8; padding: 5px;}
.skin-classic-light.search input[type=submit] {background: transparent url(img/search.png) no-repeat center center; border: none; padding: 5px; cursor: pointer; width: 30px; height: 30px;  }

.ctDrillDown.skin-classic-light  ul li > a.match {font-weight: bold; }

/** search results **/
.searchResults.skin-classic-light .breadcrumbs {margin: 5px 0;}
.searchResults.skin-classic-light span {margin: 0 0 0 0; cursor: pointer; font-family: Tahoma, Arial, sans-serif; font-size: 13px; background: transparent url(img/more.png) no-repeat 100% 50%; padding: 0 15px 0 0;}
.searchResults.skin-classic-light span:hover { color: #130ee2; }
.searchResults.skin-classic-light span:last-child {background: none; padding: 0; font-weight: bold;} 


.btn-ara { 
    color: #ffffff; 
    background-color: #51b549; 
    border-color: #51b549; 
} 
.footer-rowmargin { margin: 10px 0; }
.btn-ara:hover, 
.btn-ara:focus, 
.btn-ara:active, 
.btn-ara.active, 
.open .dropdown-toggle.btn-ara { 
    color: #ffffff; 
    background-color: #51b549; 
    border-color: #51b549; 
} 

.btn-ara:active, 
.btn-ara.active, 
.open .dropdown-toggle.btn-ara { 
    background-image: none; 
} 

.btn-ara.disabled, 
.btn-ara[disabled], 
fieldset[disabled] .btn-ara, 
.btn-ara.disabled:hover, 
.btn-ara[disabled]:hover, 
fieldset[disabled] .btn-ara:hover, 
.btn-ara.disabled:focus, 
.btn-ara[disabled]:focus, 
fieldset[disabled] .btn-ara:focus, 
.btn-ara.disabled:active, 
.btn-ara[disabled]:active, 
fieldset[disabled] .btn-ara:active, 
.btn-ara.disabled.active, 
.btn-ara[disabled].active, 
fieldset[disabled] .btn-ara.active { 
    background-color: #727272; 
    border-color: #727272; 
} 

.btn-ara .badge { 
    color: #727272; 
    background-color: #ffffff; 
}

.button-purp, #button-cart {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #1d80ca;
    border-color: #1d80ca;
    border-radius: 30px;
    height: 45px;
    outline: none;
}
.button-purp:hover, #button-cart:hover {
    background: #79a0ca;
    border-color: #79a0ca;
    color:#fff;
}
