html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    background-color: #fff;
    font-family: "camptonbook", Helvetica, Arial, sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    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: 14px;
}
.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: #595959;
    cursor: hand;
    cursor: pointer;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #232323;
}
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;
}

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: "PT 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: 16px;
}
.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;
    font-family: 14px;
    display: block;
}
.error {
    display: block;
    color: #FF0000;
}
.welcome {
    color: #636E75;
    font: 14px;
    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: 24px;
    line-height: 34px;
    margin: 0px;
    font-family: "PT Sans", sans-serif;
}
h1 small {
    /*font-size: 21px;*/
}
h2 {
    font-size: 20px;
}
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,
#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 #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;
    padding: 15px 0;
}
#topbar .topbar {
    color: #999999;
    font-size: 14px;
    background: #fff;
    margin: 15px 0 0 0;
}
#topbar .topbar ul li {
    margin-left: 8px;
}
#topbar .topbar ul li a {
    font-size: 14px;
}
#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: #1C3438;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99999;
}
#header-main .header-wrap {
    height: 55px;
}
#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 {
    min-height: 100px;
    background: #EDF0F2;
}
#footer:before,
#footer:after {
    content: " ";
    display: table;
}
#footer:after {
    clear: both;
}
#footer .footer-top .wrap-fcenter {
    /*background: url('../image/default/fcenter.png');*/
}
#footer .footer-center .wrap-fcenter {
    /*background: url('../image/default/fcenter.png');*/
    padding: 20px;
}
#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: 15px 0;
    border-radius: 0;
}
#breadcrumb .breadcrumb li a {
    color: #222222;
}
#breadcrumb .breadcrumb li:last-child a {
    color: #999999;
}
#breadcrumb .breadcrumb li a:hover {
    color: #333;
}
#breadcrumb .breadcrumb>li+li:before {
    content: "\003e";
}
.mini-access > ul {
    margin: 0 10px 0 0;
    padding: 0px;
    float:right;
}
.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: #333;
}
.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: 250px;
}
.box {
    margin-bottom: 20px;
}
.box .box-heading {
    padding: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    color: #1f68b7;
    border-bottom: 1px solid #1F68B7;
    margin-bottom: 15px;
}
.box-heading p { margin: 0; }
.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.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;
}

#footer .box .box-heading {
    background: none;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    padding: 12px 0px;
    line-height: 1.428571429;
}


#footer .box .box-heading span {
    background: transparent;
    padding: 0;
    height: auto;
}

#footer .box .box-heading h2 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.428571429;
    font-family: "PT Sans", sans-serif;
    color:#333;
}
#footer .box .box-content {
    background: none;
    border: none;
}
#footer .box .box-content li {
    border: none;
    padding: 0px 0px 0 0;
    margin-bottom: 9px;
}
#footer .box .box-content li a {
    text-decoration: none;
    color: #fff;
}
#footer .box .box-content li a i {
    margin-right: 3px;
    font-size: 12px;
}
#footer .box .box-content li a:hover {
    color: #000;
}
#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;
    border-left: 1px solid #eeeeee;
}
#header #cart { }
#header #cart .content { clear: both; display: none; position: absolute; right: 0px; padding: 8px; margin-top: 5px; -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 #93342d; background: #FFFFFF; }

#cart-total { position: absolute; top: -11px; right: 68px; text-decoration: none; color: #999999; display:block; width: 25px; height:25px; padding:5px; border-radius:50%; background-color: #E3502D; 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: "PT 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 0;
    border-bottom: 1px solid #EEEEEE;
    font-size: 13px;
}
.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;
    max-width: 75px;
}
#search {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
#search input { background-color: #f9f9f9; border-radius: 2px; }
#search .icon-search { color: #999999; }
#search .button-search { cursor: pointer; margin: 2px 6px 0 0; }
.product-block { position: relative; margin-bottom: 20px; padding: 0; background-color: #fff; border:2px solid #E9EAEA; border-radius: 5px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; overflow: hidden; }
.product-block:hover { border:2px solid #1C3438; }

.product-block a:hover {
    /*color: #333;*/
}

.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;
    overflow: hidden;
}
.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 {
     width: 100%;
    aspect-ratio: 4 / 5;   /* çiçek için ideal – istersen 1/1 */
    overflow: hidden;
    display: block;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
.product-block .image .product-label-special {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #F0532D;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 45px;
    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;
    color:#fff;
    font-size: 16px;
}
.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.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 .pav-colorboxx {
    background: #1F68B7;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 33px;
    font-size: 15px;
    font-weight: bold;
    overflow: auto;
    display: block !important;
    z-index: 10;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    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.2s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
    transition: transform 0.2s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
    position: absolute;
    display: none;
}
.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: 16px;
    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: "PT 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;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    color: #333;
}
.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: "PT 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;
}
.social { /*margin: 20px 0 0 20px;*/ }
.social li {
    background: none;
    display: inline-block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #B5B5B5;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50px;
    margin: 0 5px 0 0;
}
.social li a { width: 42px; height: 42px; display: block; color:#fff; }
.social li a i { margin: 0 0 0 5px; font-size: 21px; }
.social li:hover { border-color: #B11C20; background: #B11C20; }
.social li.facebook { border-color: #3b5998; background: #3b5998; }
.social li.facebook:hover { border-color: #274277; background: #274277; }
.social li.twitter { border-color: #00aced; background: #00aced; }
.social li.twitter:hover { border-color: #0895c9; background: #0895c9; }
.social li.google-plus { border-color: #dd4b39; background: #dd4b39; }
.social li.google-plus:hover { border-color: #c43e2f; background: #c43e2f; }
.social li.instagram{ border-color: #517fa4; background: #517fa4; }
.social li.instagram:hover { border-color: #335a77; background: #335a77; }
.social li.pinterest { border-color: #cb2027; background: #cb2027; }
.social li.pinterest:hover { border-color: #9b1a1e; background: #9b1a1e; }
.social li.youtube { border-color: #bb0000; background: #bb0000; }
.social li.youtube:hover { border-color: #9e0606; background: #9e0606; }
.social li.linkedin { border-color: #007bb5; background: #007bb5; }
.social li.linkedin:hover { border-color: #116389; background: #116389; }
.social li:hover a { color: #FFFFFF; }


.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;
}
.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-bottom: 18px;*/
}
.category-info .image {
    margin: 12px 0;
}
.category-info p {
    color:#000;
    margin-bottom: 18px;
}
.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 {
    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 .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 {
    margin-right: 10px;
    width: 100%;
}

.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: 24px;
    font-weight: bold;
    color: #E4381E;
    font-family: "PT 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;
    width:25px;
    background: transparent;
}
.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 5px;
}
.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: #E4381E;
    border: 1px solid #b22613;
    color: #FFFFFF;
    width: 150px;
    height: 35px;
}
.product-info button.button:hover {
    background: #b22613;
}
.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%;
}
.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-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;
    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 #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;
}

#header-main .dropdown-menu li h1 {
    font-size: 14px !important;
    font-family: inherit !important;
}
#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.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);
    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;
}
.offcanvas-menu-open .offcanvas-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 9999;
}
.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    visibility: hidden;
    width: 230px;
    height: 100%;
    background: #FFFFFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
    overflow: inherit;
}
.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: #ED391E;
    border-color: #ED391E;
    margin-left: 10px;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #ED391E;
    border-color: #ED391E;
}
.offcanvas-sidebars-buttons {
    overflow: hidden;
    margin-bottom: 10px;
}



@media (max-width: 990px) {

}
.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;
}


@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 10px;
    }
    .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;
    }
    #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;
    }

    .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: none; box-shadow:none; }
    #header-main .header-wrap { height: 66px; }
    #header-main .header-wrap .wrap-logo { padding: 0px; }
    #topbar #search { margin-top: 8px; margin-bottom: 8px; }
    #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; }
    .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; }
    .product-block .image .product-zoom, .list-right { float: none !important; }
}


@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: 479px) {
    .mini-access > ul >li { margin: 5px 0; width: 25px; height: 25px; }
    .mini-access > ul > li > a { line-height: 30px; }
}







/* 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; }

.custom-c:not(:checked), .custom-c:checked { position : absolute; left: -9999px; }
.custom-c:not(:checked) + label, .custom-c:checked + label { position: relative; padding-left: 30px; cursor: pointer; }
.custom-c:not(:checked) + label:before, .custom-c:checked + label:before { content: ''; position: absolute; left: 0px;  top: 5px;  width: 20px;  height: 20px;  border: 1px solid #aaa;  background: #f8f8f8; }
.custom-c:not(:checked) + label:after, .custom-c:checked + label:after { font-family: 'Material Design Icons';  content: '\F12C';  text-rendering: optimizeLegibility;  font-feature-settings: "liga" 1;  font-style: normal;  text-transform: none;  line-height: 22px;  font-size: 19px;  width: 22px;  height: 22px;  text-align: center;  position: absolute;  top: 5px;  left: 0px;  display: inline-block;  overflow: hidden;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  color: #1C3438;  transition: all .2s; }
.custom-c:not(:checked) + label:after {  opacity   : 0;  transform : scale(0); }
.custom-c:checked + label:after {  opacity   : 1;  transform : scale(1); }
.custom-c:disabled:not(:checked) + label:before, .custom-c:disabled:checked + label:before {  &, &:hover { border-color: #bbb !important; background-color: #ddd;  }}
.custom-c:disabled:checked + label:after { color : #999; }
.custom-c:disabled + label { color : #aaa; }
.custom-c.cr:not(:checked) + label:after, .custom-c.cr:checked + label:after { content: '\F764' !important; }


.slcttop { margin: 13px 0; }
.triangle-top { width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #E4381E 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: 5px; -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 #93342d; 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 { font-size: 12px; 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: 0; }
.floatnone { float: none !important; }
.footer-border-slice { border-top: 1px dashed #fff; padding: 10px 0 0 0; margin: 10px 0 0 0; }
.mtop10 { margin-top: 10px; }
.mtop20 { margin-top: 20px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.m0 {margin: 0 !important; }
.mbottom5 { margin-bottom: 5px; }
.mbottom10 { margin-bottom: 10px; }
.mbottom20 { margin-bottom: 20px; }
.mbottom25 { margin-bottom: 25px; }
.mbottom30 { margin-bottom: 30px; }
.mbottom35 { margin-bottom: 35px; }
.mbottom40 { margin-bottom: 40px; }
.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: 220px; overflow: auto; }
.havalebankainfo { display: none; }
.footer-bottom { background-color: #2b2b2b; border-top:1px solid #4f2337; padding-top: 10px; color:#fff; line-height: 22px; font-size: 15px; }
.dr115 { right:115px; }
#devamcontentbox { display: none; }
.box-content .form-group label { cursor: pointer; }
.fileselector {  }
#upload-file-selector { display:none; }
#upload-file-selector2 { display:none; }
#fupload { display:none; }
.margin-correction { margin-right: 10px; }
.attr { width: 100%; float: left; margin-bottom: 20px; }
.attrimagebox, .attrimageoriginbox { display: none; }
.attr-div { float: left; padding: 5px 10px; border:1px solid #ccc; margin: 5px; text-align: center; max-width: 100px; overflow: hidden; height: 30px; line-height: 20px; font-size: 14px; color:#4b4b4b; cursor:pointer; min-width: 30px; }
.actitem { color:#FFA013 !important; border:1px solid #FFA013 !important; }
.attr-title { padding: 10px 0 5px 0; font-weight: bold; clear: both; }
.attr-title:not(:first-child) { padding-top: 20px; }
.attr-disable { border:1px solid #d8d8d8; color:#d8d8d8; cursor: auto; opacity:0.2; }
.attr-ok { border:1px solid #ccc; color:#4b4b4b; cursor: pointer; opacity:1; }
.store-area { background-color: #fff; border-radius: 5px; padding: 10px; margin-bottom: 25px; }
.store-area .store-title { font-size: 22px; }
.store-area .store-desc { font-size: 15px; }
.footer-box { width: 100%; min-height: 380px; padding: 10px; background-color: #8b8b8d; }
.footer-box a { color:#fff; line-height: 20px; }
.footer-box a:hover { color:#333; }
.fbl { border-left: 5px solid #fff; }
.fbr { border-right: 5px solid #fff; }
.footer-menu { text-align: center; margin: 15px 0; }
.footer-menu .tag { font-size: 16px; color:#1C3438; font-weight: bold; }
.footer-menu>li { display: inline-block; margin: 0 20px; vertical-align: top; }
.footer-menu .sub-ul { margin-top: 7px; }
.footer-menu .sub-ul a { color:#333; font-size: 15px; }
.footer-menu .sub-ul a:hover { color:#135284; }
.footer-menu .sub-menu { margin-top: 10px; }
.footer-menu .sub-ul li { padding-bottom: 5px; }
.copyright { margin-top: 10px; color:#000; line-height: 25px; font-size: 14px; }
.footer-store { color: #fff; font-size: 21px; font-weight: bold; line-height: 20px; padding:0; margin: 0; }
.soon { color: #fff; font-size: 15px; padding: 10px; }
.soon a { color:#333; }
.newsletter { margin-top:20px; margin-bottom: 20px; }
.newsletter p { font-weight: bold; color:#000; font-size: 13px; }
#desktop-order-form>a { color:#93342d; font-size: 14px; }
#desktop-user-login>a { color:#3a738a;  }
#cart .cart-link { color:#194b29; font-size: 14px; }
.member-link .myacc { display:block; color:#3a738a; font-size: 42px; }
.member-link .myacc-t { color:#3a738a; font-size: 14px; }
.member-link .logout { display:block; color:#F0532D; font-size: 42px; }
.member-link .logout-t { color:#F0532D; font-size: 14px; }
.topshow { top: 0px !important; z-index: 99999 !important; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.st-effect-1.st-menu { visibility: visible;  -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
.st-effect-1.st-menu-open .st-effect-1.st-menu { visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-box-shadow: 7px 0px 15px -4px rgba(0,0,0,0.79); -moz-box-shadow: 7px 0px 15px -4px rgba(0,0,0,0.79); box-shadow: 7px 0px 15px -4px rgba(0,0,0,0.79); }
.st-effect-1.st-menu::after { display: none; }
.st-menu { display: none;  position: absolute; top: 0; left: 0; z-index: 100; visibility: hidden; width: 270px; height: 100%; background: #fff; -webkit-transition: all 0.5s; transition: all 0.5s; }
.st-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; }
.st-menu-open .st-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; }
.owl-carousel-main .owl-nav, .mainslider .owl-nav { position: absolute; width: 100%; top: 40%; }
.owl-carousel-main .owl-prev, .mainslider .owl-prev { position: absolute; left: 0; font-size: 25px !important; background: #333 !important; opacity: 0.8; }
.owl-carousel-main .owl-next, .mainslider .owl-next { position: absolute; right: 0; font-size: 25px !important; background: #333 !important; opacity: 0.8; }
.tab-content { padding: 30px 15px; margin-bottom: 20px; z-index: 2; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.worldlist { margin: 30px 0; }
.worldlist li { margin-bottom:25px; }
.worldlist li a { font-size: 16px; color:#333; }
.sett { position: fixed; top:40%; right:-270px; width: 330px; height: 330px; overflow: auto; z-index: 999; }
.sett-right { float: left; border:2px solid #25D366; width: 270px; height: 300px; padding: 10px; background-color: #fff; -webkit-box-shadow: 6px 7px 15px -5px rgba(0,0,0,0.75); -moz-box-shadow: 6px 7px 15px -5px rgba(0,0,0,0.75); box-shadow: 6px 7px 15px -5px rgba(0,0,0,0.75); }
.sett-left { float:left; width: 60px; height: 60px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; cursor: pointer; background-color: #25D366; text-align: center; border-right: none; color: #fff; line-height: 60px; font-size: 50px; }
.sett a { display: block; width: 100%; line-height: 30px; } 
.wsb { background-color: #25D366; color: #fff; font-size: 19px; }
#ws { margin: 0 0 20px 0; height: 200px; }
.prodinfo2 img { height: 58px; width: auto; }
.prodinfo2 i { color:#333; font-size: 30px; margin-right: 10px; }
.prodinfo2 { border-radius: 5px; border:1px solid #d1d1d1; margin: 0; }
.prodinfo2 li { height: 58px; padding: 0; font-size: 13px; border-bottom: 1px solid #d1d1d1; color: #6b6868; justify-content: left; letter-spacing: -1px; }
.prodinfo2 li .icn { margin-right: 10px; }
.prodinfo2 li .wt { font-size: 12px; }
.prodinfo2 li:last-child  { border:none; }
.sccont { width: 100%; }
.sctiygrp { width: 40px; height: 50px; color:#4282C2; background-color: #f4f4f4; border:none; border-bottom:1px solid #d2cfcf; border-left:1px solid #d2cfcf;  border-radius: 4px 0 0 4px; font-size: 30px; text-align: center; }
.sctiygrp img { width: 37px; height: 37px; padding: 0 0 0 10px; }
#searchcity2 { height: 60px; line-height: 60px; color:#8d8d8d; background-color: #f4f4f4; border:none; border-bottom:1px solid #d2cfcf; border-right:1px solid #d2cfcf;  box-shadow: none; border-radius: 0 10px 10px 0; font-size: 15px; }
#searchcity2:focus, #searchcity2:active { border-bottom:1px solid #d2cfcf; border-right:1px solid #d2cfcf; box-shadow: none; }
.sccont { width: 100%; }
.carttrigger { position: relative; }

@-webkit-keyframes glowing {
    0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
    0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
    0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
    50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
    100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
    0% { text-shadow: 3px 1px 4px #004A7F; }
    50% { text-shadow: 3px 1px 10px #0094FF; }
    100% { text-shadow: 3px 1px 4px #004A7F; }
}


.newtag { font-size: 13px; position: absolute; top: 0; height: 20px; line-height: 20px; right: 5px; color: #1F68B7; text-shadow: 1px 1px 8px #000;  }
#topbarh { height: 35px; line-height: 35px; color:#1F68B7; background-color: #EDEDEE; }
#topbarh .topbar {
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
}
#topbarh .topbar ul li {
    margin-left: 8px;
}
#topbarh .topbar ul li a {
    font-size: 14px;
}
#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: 0;
}

.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 { background-color: #fff; }
.pointx { cursor: pointer; }
.scroll-top { width: 40px; height: 40px; position: fixed; bottom: 130px; right: 140px; display: none; background: #EC9D30 url(../image/arrow-top.png) no-repeat center center; border-radius: 5px; 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: 80px; }
.yellow { color:#EEA112; }
.h300 { height: 300px !important; }
.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; }
.theader { margin: 0 !important; color:#333; }
.ucretsiz-kargo { width: 100%; padding: 10px 0; text-align: center; background-color: #910705; color:#fff; font-size: 15px;   font-family: "PT Sans", sans-serif; margin: 0 0 10px 0; border-radius: 5px; }
.continueguestbtn { display: block; width: 235px; margin: 10px auto; font-size: 17px; }
.p0 { padding: 0 !important; }
.vcenter { display: flex !important; align-items: center; justify-content:center; }
.vcenter2 { display: flex !important; align-items: center; justify-content: space-between; }
.vcenter3 { display: flex !important; align-items: center; justify-content: left; }
/*.vcenterparent { width: 100%; display: table; }*/
.header-fix { position: fixed; top:0; z-index: 999; }
.header-fix .middle-logo { display: inline-block; height: 40px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.middle-logo { display: none; }
.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: "PT 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; }
.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; }
.ptsans { font-family: "PT Sans", sans-serif; }
#logo img { max-height: 65px !important; }
.prod-info-header { background-color: #E3502D; margin-bottom: 10px; text-indent: 10px; border: 1px solid #E3502D; border-radius: 15px; color:#fff; }
.cst { background-color:#E3502D; border-color:#E3502D; color:#333; }
.ctlink:hover { color:#F0532D; }
.input-mini { width: 60px; } .input-small { width: 90px; } .input-medium { width: 150px; } .input-large { width: 210px; } .input-xlarge { width: 270px; } .input-xxlarge { width: 530px; } 
.form-control-inline { min-width: 0; width: auto; display: inline; }
.greybg { background-color: #f6f6f6; }
.p20 { padding: 20px; }
.mtb20 { margin-top: 20px; margin-bottom: 20px; }
.linetext { overflow: hidden; text-align: center; font-size: 22px; color:#1C3438; margin-bottom: 20px; }
.linetext:before, .linetext:after { background-color: #1C3438; content: ""; display: inline-block; height: 2px; position: relative; vertical-align: middle; width: 50%; }
.linetext:before { right: 0.5em; margin-left: -50%; }
.linetext:after { left: 0.5em; margin-right: -50%; }
.buybtn { background: #3abec0; border-radius: 6px; color: #ffffff; font-size: 16px; padding: 8px 25px; text-decoration: none;} 
.buybtn:hover { background: #299e9e; text-decoration: none; color:#fff; }
/*.buybtn { background: #feb553; background-image: -webkit-linear-gradient(top, #feb553, #fe8f2b); background-image: -moz-linear-gradient(top, #feb553, #fe8f2b); background-image: -ms-linear-gradient(top, #feb553, #fe8f2b); background-image: -o-linear-gradient(top, #feb553, #fe8f2b); background-image: linear-gradient(to bottom, #feb553, #fe8f2b);  border-radius: 6px; color: #ffffff; font-size: 16px; padding: 8px 25px; text-decoration: none;} .buybtn:hover { background: #eba64c; background-image: -webkit-linear-gradient(top, #eba64c, #d18e3d); background-image: -moz-linear-gradient(top, #eba64c, #d18e3d); background-image: -ms-linear-gradient(top, #eba64c, #d18e3d); background-image: -o-linear-gradient(top, #eba64c, #d18e3d); background-image: linear-gradient(to bottom, #eba64c, #d18e3d); text-decoration: none; color:#fff; }*/
.linebox { border-top: 1px solid #000; border-bottom: 1px solid #000; }
.bordergrey { border:1px solid #ccc; }
.comparemember { background-color: #fcf9f9; border-top: 30px solid #e5e5e5; margin-top: 6px; border-bottom: 2px solid #e5e5e5; border-left: 2px solid #e5e5e5; border-right: 2px solid #e5e5e5; }
.comparesection p { border-bottom: 2px solid #e5e5e5; color:#4f4f4f; padding: 8px 0; margin: 0; font-size: 14px; }
.comparesection .no { color:#f73e3e; font-size: 17px; }
.comparesection .ok { color:#1dab4a; font-size: 17px; }
.buybtn2 { background: #feb553; background-image: -webkit-linear-gradient(top, #808080, #000000); background-image: -moz-linear-gradient(top, #808080, #000000); background-image: -ms-linear-gradient(top, #808080, #000000); background-image: -o-linear-gradient(top, #808080, #000000); background-image: linear-gradient(to bottom, #808080, #000000);  border-radius: 6px; color: #ffffff; font-size: 16px; padding: 8px 25px; text-decoration: none;}.buybtn2:hover { background: #eba64c; background-image: -webkit-linear-gradient(top, #47545c, #030405); background-image: -moz-linear-gradient(top, #47545c, #030405); background-image: -ms-linear-gradient(top, #47545c, #030405); background-image: -o-linear-gradient(top, #47545c, #030405); background-image: linear-gradient(to bottom, #47545c, #030405); text-decoration: none; color:#fff; }
.ornline { color:#1F68B7; border-bottom: 1px solid #1F68B7; padding-bottom: 5px; }
.cardarea { height: 90px; }
/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { background-color: #e0e0e0; }*/
.prewimg { display: none; }
.prewimg img { max-width: 220px; max-height: 220px; }
.product-title-h1 { font-size: 36px; font-family: "Montserrat"; }
.scity { margin: 15px 0; /*width: 100%;  padding: 10px; border-radius: 8px; background-color: #ebe7e7;*/ }
#searchcity { height: 50px; line-height: 50px; color:#8d8d8d; background-color: #f4f4f4; border:none; border-bottom:1px solid #d2cfcf; border-right:1px solid #d2cfcf;  box-shadow: none;  }
#searchcity:focus, #searchcity:active { border-bottom:1px solid #d2cfcf; border-right:1px solid #d2cfcf; box-shadow: none; }
.sccont { width: 100%; }
.sctiygrp { width: 40px; height: 50px; color:#333; background-color: #f4f4f4; border:none; border-bottom:1px solid #d2cfcf; border-left:1px solid #d2cfcf;  border-radius: 4px 0 0 4px; font-size: 30px; text-align: center; }
.sctiygrp img { width: 37px; height: 37px; padding: 0 0 0 10px; }
.p-det { background-color: #ebe7e7; color:#000; border-radius: 8px; padding: 10px; }
.datex { border-radius: 5px; background-color: #fff; height: 80px; line-height: 20px; font-size: 18px; cursor: pointer; display: flex; flex-direction: column; justify-content: center; resize: vertical; position: relative; border:1px solid #20ca89; color:#20ca89; }
.datex-slc { border:1px solid #DE2066; color:#DE2066; }
.datex p { margin: 0; }
#image { border-radius: 5px; }
.scity { border-radius: 0 !important; }
.scity a{ line-height: 35px !important; height: 35px !important; color:#333 !important; }
.scity a:hover { color:#333 !important; }
.fw { display: none !important; color: #DE2066; position: absolute; right: 0; top: 0; font-size: 22px; }
.calcdiv { position: absolute; z-index: 99; right: 0; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border:none !important; background:  none !important; font-weight: bold !important; }
.price-old2 { color: #999999; text-decoration: line-through; font-weight: normal; font-size: 14px; text-align: center; }
.price-new2 { font-weight: bold; text-align: center; color:#F0532D; font-size: 20px; }
.box-heading { }
.ui-menu { max-height: 350px; overflow: auto; }
.cargalert { display: none; }
.if-calendar, .if-chat, .if-mail, .if-shop, .if-viber, .if-email, .if-flower, .if-question, .if-share { display: inline-block; background: url('../image/footer-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
.if-calendar { background-position: -0px -0px; width: 48px; height: 48px; }
.if-chat { background-position: -48px -0px; width: 48px; height: 48px; }
.if-mail { background-position: -96px -0px; width: 48px; height: 48px; }
.if-shop { background-position: -0px -48px; width: 48px; height: 48px; }
.if-viber { background-position: -48px -48px; width: 48px; height: 48px; }
.if-email { background-position: -96px -48px; width: 48px; height: 48px; }
.if-flower { background-position: -0px -96px; width: 48px; height: 48px; }
.if-question{ background-position: -48px -96px; width: 48px; height: 48px; }
.if-share { background-position: -96px -96px; width: 48px; height: 48px; }
.footer-up { background-color: #EEEEEF; padding: 25px 0; }
.footer-icons { text-align: center; }
.footer-icons li { display: inline-block; margin: 0 20px; height: 48px; line-height: 48px; }
.footer-icons li a { display: block; font-size: 16px; color:#135284; }
.footer-icons li a:hover { color:#363636; }
.footer-icons li span{ margin-right: 15px; }
.mr20 { margin-right: 20px !important; }
.btopline { border-top:1px solid #eceded; }
.nav>li>a { padding-left: 10px; padding-right: 10px; border-radius: 0; border: 1px solid #ddd; font-size: 16px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background-color: #1C3438; color: #fff; }
.prodinfo i { color:#1C3438; font-size: 30px; margin-right: 10px; }
.prodinfo { border-radius: 5px; border:1px solid #d1d1d1; }
.prodinfo li { height: 60px; line-height: 60px; padding: 0 20px; font-size: 17px; border-bottom: 1px solid #d1d1d1; color: #6b6868; justify-content: left; }
.prodinfo li .icn { margin-right: 10px; }
.prodinfo li:last-child  { border:none; }
.bg-heart { width: 32px; height: 32px; background: url('../image/prodinfo.png') -0 -0; }
.bg-padlock { width: 32px; height: 32px; background: url('../image/prodinfo.png') -32px -0; }
.bg-alarm_clock { width: 32px; height: 32px; background: url('../image/prodinfo.png') -0 -32px; }
.bg-like { width: 32px; height: 32px; background: url('../image/prodinfo.png') -32px -32px; }
.responsive-tabs-container .tab-pane { margin-bottom: 15px; }
.responsive-tabs-container .accordion-link { display: none; margin-bottom: 10px; padding: 10px 15px; background-color: #fff; border-radius: 3px; border: 1px solid #ddd; color: #333; }
#map { width: 100%; height: 300px; }
/*.newslet { border-top:1px solid #bfc1c3; border-bottom:1px solid #bfc1c3; padding: 25px 0 0 0; background-color: #EEEEEF; margin: 40px 0 0 0; }   
.newsinfo { color:#d85389; font-size: 21px; padding-bottom: 10px; }
.newsbut, .newsbut:hover { background-color: #37BC7F; color:#fff; }
.newscont { padding: 15px; background-color: #d85389; border-radius: 10px 10px 0 0; position: relative; }
.newscont:after { content:''; width:156px; height:150px; background: url(../image/wmn.png) 0 0 no-repeat; position: absolute; right: -140px; top: -86px; }*/
.newslet { margin: 25px 0; }   
.newsinfo { color:#E84242; font-size: 20px; }
.newsbut, .newsbut:hover { background-color: #37BC7F; color:#fff; height: 50px; }
.newscont { padding: 15px; position: relative; }
.newsinp { height: 50px; line-height: 50px; border-radius: 10px; padding: 0 10px; }
#footer-bottom { background-color: #DDDFDF; }
.price { color: #1C3438; font-size: 40px; letter-spacing: -3px; position: relative; font-family: "Montserrat", Arial; }
.price span { display: inline-block; vertical-align: middle; }
.price-old { display: inline-block; color: #999; font-size: 26px; position: relative; }
.price span small { color: #1C3438; display: block; font-size: 16px; letter-spacing: -1px; line-height: 16px; position: relative; top: 1px; }
.price-old small { color: #999 !important; font-size: 12px !important; line-height: 12px !important; }
.price small:last-child { bottom: 0; top: auto; }
.price-old:after { content: "";  background-color: #999; height: 1px; position: absolute; right: 0; top: 12px; width: 100%; transform: rotate(-16deg); }
.price-new { display: inline-block; position: relative; }
#heart { position: relative; width: 50px; height: 47px; margin:0 auto; animation: heartbeat 1s infinite; position: absolute; top: 10px; left: 10px; z-index:2; }
#heart div { z-index: 99; color: #fff; line-height: 35px; font-size: 16px; height: 35px; position: relative; }
#heart:before, #heart:after { position: absolute; content: ""; left: 25px; top: 0; width: 25px; height: 40px; background: #1C3438; -moz-border-radius: 50px 50px 0 0; border-radius: 50px 50px 0 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; -o-transform-origin: 0 100%; transform-origin: 0 100%; }
#heart:after { left: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 100% 100%; -moz-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; -o-transform-origin: 100% 100%; transform-origin :100% 100%; }
.pruva-push--in-notification { width: 422px; padding: 0 20px 10px 20px; border: 1px solid #bababa; border-radius: 3px; box-shadow: 0 4px 4px -2px #888; background-color: #fbfbfb; position: fixed; top: 0; left: 50%; margin-left: -211px; z-index: 9999999; }
.pruva-push--in-notification-inner-container { margin: 0; }
.pruva-push--in-notification-logo { height: auto; margin-right: 5px; max-width: 150px; float: left; }
.pruva-push--in-notification-logo img { width: 100%; height:100%; padding-top: 20px; }
.pruva-push--in-notification-image-container { float: left; margin: 13px 15px 0 0; }
.pruva-push--in-notification-image-container img { width: 65px; height: 65px; }
.pruva-push--in-notification-text-container { position: relative !important; padding: 10px 0 0 0 !important; color: #000 !important; text-align: left !important; margin: 0 !important; line-height: 1.4em !important; }
.pruva-push--in-notification-title { margin-bottom: 5px; text-align: left; font-size: 14px; font-weight: 700; line-height: 1.4em; color: #000; word-break: break-word; overflow: hidden; }
.pruva-push--in-notification-description { font-size: 12px; line-height: 1.4em; margin: 10px 0;padding: 0; text-align: left; word-break: break-word; overflow: hidden; }
.pruva-push--in-notification-button-container { float: right !important; }
.pruva-push--in-notification-button { width: 90px; height: 18px; line-height: 18px; margin-left: 3px; padding: 5px; background: #f9f9f9; border: 1px solid #bababa; border-radius: 1px; display: inline-block; font-size: 14px; text-align: center; cursor: pointer; box-sizing: content-box; }
.pruva-push--in-allow-button { background: #00c33d; color: #fff; border-color: #059833; }
.post-list { margin-bottom: 25px; }
.post-list img { border-radius: 20px; margin-bottom: 10px; }
.post-list .post-more { color:#E51423; } 
.post-list .entry-title { color:#333; height: 30px; overflow: hidden; margin:5px 0;  }
.post-list .post-content { line-height: 18px; font-size: 15px; height: 200px; overflow: hidden; }
.post-tag-container { height: 50px; }
.post-tag { list-style-type: none; }
.post-tag li { display: inline-block; margin: 5px; }
.post-tag a { display: block; border-radius: 20px; height: 30px; line-height: 30px; text-align: center; padding: 0 10px; background-color: #ccc; }
.lh30 { line-height:30px; }
.fastsenddiv { border-radius: 5px; margin: 10px 0 ; padding: 10px; border:1px solid #6897a7; font-size: 16px; }
.fastsenddiv .form-group { margin:0; line-height:30px; }

@media (max-width: 767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}
@media (min-width: 1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }
    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

@media (min-width: 1520px) {
    .container {
        width: 1500px;
    }
}


@media screen and (min-width: 320px) and (max-width: 1024px)  {
    .continueguestbtn { width: auto; padding-left: 5px; padding-right: 5px; font-size: 14px; }
}

@media screen and (min-width: 320px) and (max-width: 980px)  {
    #mobilesearchdiv { margin-bottom: 0px; position: fixed; top: -110px; padding: 15px; 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); } 
    .btn-mobile { margin-left:10px; }
    .btn-mobile-menu { background-color: #1C3438; color: #fff; }
    .st-menu { display: block; }
    .st-menu-open { position: fixed; height: 100%; width: 270px; z-index: 999; overflow: auto; }

}


@media only screen and (max-width: 768px) {
    #header #cart { top: 0px; right: inherit; z-index: inherit; margin-top: 0; }
    #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 5px 0 0; }
    .navbar-toggle { margin-right: 5px; }
    #topbar { padding: 10px 0 5px 0; }
    .scroll-top { right: 20px; bottom:20px; }
    .mobile-logo-margin { margin-bottom: 30px; }
    .continueguestbtn { margin-top: 25px; margin-bottom: 25px; }
    #footer { margin: 0; padding-top: 0; }
    .product-block .price { margin-bottom: 0; }
    .social-mtop { margin-top: 10px; }
    .cardarea { height: 110px; }
    .posinh { position: inherit !important; }
    .responsive-tabs-container .active { border: 1px solid #ccc; padding: 10px; }
    .product-block .name { line-height: 17px; }
    .ifx { display: none !important; }
    .linetext { font-size: 15px; }
    .newscont:after { background:none; }
    #heart { display:none; }
}

@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; }
    
    /*.product-block .price-new { font-size: 15px; }*/
}

@media (min-width: 981px) {
    .menu { list-style-type: none; text-align: center; }
    .menu img { margin-right: 5px; width: 22px; height: 22px; }
    .menu>li:first-child a { margin-left: 0; }
    .menu>li { display: inline-block; padding: 0 2px; position: relative; }
    .menu>li>a { display: block; color: #DFD284; font-size: 16px; margin: 0 18px; height: 50px; }
    /*.menu>li>a:first-child { margin-left: 0; }*/
    .menu>li:last-child { border: none; }
    .menu>li>a:hover { color:#DFD284; }
    .menu>li:hover .menua { color:#fff; }
    .menu a { color:#fff; font-size: 16px; }
    .menu a:hover { text-decoration: none; }
    .menu .sub-ul { display:none; position:absolute; top:100%; left:0; z-index: 99; background-color: #fff; border:1px solid #fff; width: 250px; font-size: 17px; padding: 0; list-style-type: none; -webkit-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.75); -moz-box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.75); box-shadow: 3px 3px 8px -1px rgba(0,0,0,0.75); }
    .menu .sub-ul li {  }
    .menu>li:hover .sub-ul { display: block; }
    .menu .sub-ul a { float: left; display: block; width: 100%; text-align: left; padding: 12px 10px; border-bottom: 1px solid #1C3438; color:#1C3438; font-size: 14px; }
    .menu .sub-ul li:last-child a { border-bottom: none; }
    .menu .sub-ul a:hover { color:#DFD284; background-color: #1C3438; }
    

}

@media screen and (max-width:992px) {
    .menu>li>a { margin: 0 10px; font-size: 14px; }
    .prodinfo li .icn { display: none; }
    .prodinfo li { padding: 0 10px; font-size: 16px; }
    #drilldown .vcenter3 {display: block !important; }
}


@media screen and (min-width:1100px) and (max-width:1499px) {
    .menu>li>a { margin: 0 10px; font-size: 15px; }
}


@font-face {
    font-family: 'camptonmedium';
    src: url('fonts/campton_medium-webfont.woff2') format('woff2'),
        url('fonts/campton_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'camptonbook';
    src: url('fonts/campton_book-webfont.woff2') format('woff2'),
        url('fonts/campton_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'great_vibesregular';
    src: url('fonts/greatvibes_regular-webfont.woff2') format('woff2'),
        url('fonts/greatvibes_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}

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

.stage.tmm-current:after, .stage.tmm-current:before {
    background-color: #E35735;
    border: none;
}

.stage:after {
    right: 0;
}


.stage:before, .stage:after {
    position: absolute;
    background-color: #eaeaea;
    top: 50%;
    margin-top: -24px;
    width: 50%;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
}

.stage:before {
    left: 0;
}

.stage:after {
    right: 0;
}

.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:before, .stage:after {
    background-color: #eaeaea;
}

.stage.tmm-current:after,
.stage.tmm-current:before { 
    background-color: #E35735; 
    border: none; 
}

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

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


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

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


.stage.tmm-success .stage-header:after {
    position: absolute;
    top: 51px;
    left: -51px;
    color: #696969;
    font-family: 'fontello';
    font-size: 16px;
    color: #92cf5c;
    text-shadow: none;
    font-weight: 100;
}


.btn-ms1 { 
    color: #FFFFFF; 
    background-color: #E2512F; 
    border-color: #A64F39; 
} 

.btn-ms1:hover, 
.btn-ms1:focus, 
.btn-ms1:active, 
.btn-ms1.active, 
.open .dropdown-toggle.btn-ms1 { 
    color: #FFFFFF; 
    background-color: #B34830; 
    border-color: #A64F39; 
} 

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

.btn-ms1.disabled, 
.btn-ms1[disabled], 
fieldset[disabled] .btn-ms1, 
.btn-ms1.disabled:hover, 
.btn-ms1[disabled]:hover, 
fieldset[disabled] .btn-ms1:hover, 
.btn-ms1.disabled:focus, 
.btn-ms1[disabled]:focus, 
fieldset[disabled] .btn-ms1:focus, 
.btn-ms1.disabled:active, 
.btn-ms1[disabled]:active, 
fieldset[disabled] .btn-ms1:active, 
.btn-ms1.disabled.active, 
.btn-ms1[disabled].active, 
fieldset[disabled] .btn-ms1.active { 
    background-color: #E2512F; 
    border-color: #A64F39; 
} 

.btn-ms1 .badge { 
    color: #E2512F; 
    background-color: #FFFFFF; 
}



.btn-ara { 
    color: #1C3438; 
    background-color: #fff;
    font-size: 19px;
    padding: 0 0px 0 10px;
} 
.footer-rowmargin { margin: 20px 0; }
.btn-ara:hover, 
.btn-ara:focus, 
.btn-ara:active, 
.btn-ara.active, 
.open .dropdown-toggle.btn-ara { 
    color: #1C3438; 
    background-color: #fff; 
    border-color: #fff; 
    margin-left: 0 !important;
} 

.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: #68BE91; 
    border-color: #468A67; 
} 

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

.button-purp {
    color: #FAEFAD; 
    background-color: #1F68B7; 
    border-color: #1F68B7; 
}
.button-purp:hover {
    color: #FAEFAD; 
    background-color: #092b14; 
    border-color: #092b14; 
}

.button-c { line-height: inherit !important; height: auto !important; }
#button-cart { width: 100%; height: 60px; line-height: 60px; font-size: 22px; color: #FFFFFF; background-color: #07BB81; border:none; border-radius: 4px; }
#button-cart:hover { background-color: #05885e; }

.ctDrillDown.skin-classic-light  {width: 270px; position: relative; 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: 270px; left: 0; display: block; }
.ctDrillDown.skin-classic-light  ul li {margin: 0; padding:0; list-style: none; width: 100%; background: #fff repeat-x 0 0; border-bottom: 1px solid #1C3438; }
.ctDrillDown.skin-classic-light  ul li > a, .ctDrillDown.skin-classic-light  ul li > span  { display: block; font-size: 13px; padding: 0; outline: medium none; position: relative; color: #1C3438; text-decoration: none; line-height: 50px; }
.ctDrillDown.skin-classic-light  ul li > a:hover, .ctDrillDown.skin-classic-light  ul li > span:hover  { color: #1C3438; }
.skin-classic-light.footer {background: #505451 repeat-x 0 0; line-height: 50px; width: 270px; padding: 0; color: #fff; font-size: 15px; position: relative; padding-left: 5px; }
.skin-classic-light.footer #back {position: absolute; right: 10px; color: #fff; text-decoration: none; font-size: 15px; top: 0;}
.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 95% 20px;}
.ctDrillDown.skin-classic-light  ul li.expandable > a:hover {}
.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; }