html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    background-color: #fff;
    font-family: "Exo 2", Helvetica, Arial, sans-serif !important;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*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;
}
.fs26 {
    font-size: 26px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-top:0; }
.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: "Exo 2", 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: 0 10px;
}
.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: "Oswald", 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;
}

#page {
    margin: 0 auto;
}
#page,
.header-wrap,
.wrap-logo,
#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 {
    height: 130px;
}
#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: #fff;
    left: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
#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: 50px;
    line-height: 25px;
    font-size: 15px;
}
#content a { color: #889a84; }
.sidebar  [class*="col-"] {
    width: 100%;
}

#footer {
    min-height: 100px;
    background: #7b8a96;
    padding: 50px 0;
    margin-top: 50px;
}
#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: 10px 0;
    margin: 0;
}
#breadcrumb .breadcrumb li a {
    color: #1C3438;
    font-size:14px;
    font-weight: bold;
}
#breadcrumb .breadcrumb li:last-child a {
    /*color: #999999;*/
}
#breadcrumb .breadcrumb li a:hover {
    color: #333;
}
.mini-access > ul {
    margin: 0;
    padding: 0px;
    float:right;
}
.mini-access > ul > li {
    width: 35px;
    height: 35px;
    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 {
    font-size: 16px;
    height: 25px;
    font-weight: bold;
    color: #1f68b7;
    margin-bottom: 5px;
}
.box-heading p { margin: 0; }
.box .box-heading span {
    display: inline-block;
    color: #333;
}
.box .box-content {
    color: #333;
}
.box .box-content ul {
    padding: 0;
    list-style: none;
}
.box .box-content ul li {
    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: "Exo 2", 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: "Exo 2", 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: 0; box-shadow: 0 10px 10px 0 rgba(58, 79, 106, 0.3); border: 2px solid #678186; border-radius: 5px; background: #FFFFFF; color: #1C3438; font-weight: 600; }

#cart-total { position: absolute; top: 0; right: 10px; 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: "Exo 2", sans-serif;
    margin: 0px;
    color: #333;
    line-height: 20px;
}
#header #cart.active .content {
    display: block;
    z-index: 9999999999;
}
#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 {
    vertical-align: top;
    padding: 10px 0;
    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 input { border-radius:0 !important; font-size: 15px; height: 40px; line-height: 40px; padding: 0 15px; box-shadow: none; color: #1C3438; background: transparent; width: 100%; }
#search input::placeholder { color: #333; }
#search .icon-search { color: #999999; }
#search .button-search { cursor: pointer; margin: 2px 6px 0 0; }
.product-block-cont { position: relative; }
.product-block { position: relative; margin-bottom: 20px; background-color: #fff; border-radius: 5px; }
.product-block:hover { z-index: 30; /*position: absolute;*/ }
.prodsbut { /*height: 0; overflow: hidden;*/ }
.product-block:hover .prodsbut { height: auto; }
.product-block a:hover {
    /*color: #333;*/
}

.product-block .price-old {
    color: #afafaf;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    display: inline-block;
}
.product-block .rating {
    display: block;
    margin-bottom: 4px;
}
.product-block .cart {
    margin-bottom: 3px;
}
.product-block .price-new {
    text-align: center;
    display: inline-block;
}
.product-block .name {
    margin: 0;
    clear:both;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    width: 100%;
    display: block;
    height: 33px;
    color: #1c3438;
    margin: 5px 0;
    font-weight: 600;
}

.product-block img {
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 10px;
}
.product-block img:hover {
    /*opacity: 0.8;*/
} 

.product-block .name a:hover {
    color: #333;
}
.product-block .description {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.product-block .image {
    display: block;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
}
.product-block .image .product-label-special {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ce4a87;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    font-size: 21px;
    transform: rotate(45deg);
    font-family: Oswald;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-weight: bold;
}
.product-block .image .product-label-special span { display: block; transform: rotate(-45deg); opacity: 0.9; }
.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 .price {
    display: block;
    color: #1C3438;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    height: 45px;
}
.product-block .price .price-tax {
    display: none;
}
.product-block .pav-colorboxx {
    background: #f3f3f3;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 33px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    overflow: auto;
    display: block !important;
    z-index: 10;
    color: #525252;
    border-radius: 2px;
    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 !important;
}
.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: "Exo 2", 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: "Exo 2", 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;
    text-align: center;
    padding: 0;
    margin: 0;
}
.social li a { display: block; color:#fff; }
.social li a i { margin: 0; font-size: 35px; }
.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: #333; }


.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 .price-old {
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .price-new {
    font-weight: bold;
}

.product-list .name a {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.product-block .name a {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
.product-list .image {
    float: left;
    margin-right: 10px;
    width: 100%;
}
.product-list .price {
    float: left;
    margin: 3px 20px 0px 0;
    text-align: left;
    color: #000;
    font-size: 18px;
    width: 100%;
    height: 45px;
}
.product-list .description {
    line-height: 18px;
    margin-bottom: 10px;
    color: #999999;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div {
    margin-bottom: 15px;
}
.product-list > div + div {
    /*border-top: 1px solid #EEEEEE;
    padding-top: 16px;*/
}
.product-list .wishlist,
.product-list .compare {
    margin-bottom: 3px;
    margin-right: 10px;
    color: #555555;
}
.product-related,
.product-grid {
    position: relative;
    margin: 20px 0;
}
.product-related .description,
.product-grid .description {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    color: #999999;
}
.product-related .wishlist-compare,
.product-grid .wishlist-compare {
    display: none;
}
.product-related .carousel-controls {
    height: 30px;
    position: absolute;
    right: 0;
    top: -65px;
    width: 66px;
    z-index: 11;
}
.product-related .carousel-controls a.left {
    background-position: left top;
    left: 0;
}
.product-related .carousel-controls a.right {
    background-position: -30px top;
    right: 0;
}
.products-block.carousel-inner {
    margin-top: 10px;
}
.product-grid .wishlist,
.product-grid .compare {
    margin-bottom: 3px;
    display: block;
}
.zoomContainer {
    z-index: 999;
}
.product-info {
    margin-bottom: 20px;
}
.product-info .price-old {
    color: #999999;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 18px;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart div > span {
    color: #999;
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {
    position: relative;
    margin-bottom: 4px;
    text-align: center;
}
.product-info .image .product-label-special {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #D9534F;
    z-index: 50;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #fff;
}
.product-info .price {
    border-bottom: 2px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #E4381E;
    font-family: "Exo 2", 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 .add-action {
    cursor: pointer;
}
.quantity-adder .wrap-qty {
    display: inline-block;
    margin-bottom: 20px;
    display: flex;
}
.quantity-adder { color:#333; }

.quantity-adder .wrap-qty span {
    height: 30px;
    background-color: #c40032;
    color: #fff;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
.prodquantity { background-color: #e5003a; color: #fff; border:none; height: 30px; line-height: 30px; width: 25px; text-align: center; font-size: 14px; font-weight: 600; }
.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%;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}
.compare-info .price-old {
    font-weight: bold;
    color: #999999;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.compare-info tr td:first-child {
    color: #ddd;
    font-weight: bold;
    text-align: right;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .image img {
    border: 1px solid #ddd;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
.return-list {
    margin-bottom: 10px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
.cart-module > div {
    display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
    text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
    text-align: right;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .image img {
    border: 1px solid #ddd;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-info td {
    padding: 7px;
}
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.cart-total {
    border-top: 1px solid #ddd;
    overflow: auto;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.cart-total table {
    float: right;
}
.cart-info thead .price,
.cart-info thead .total {
    text-align: right;
}
.checkout-heading {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 8px;
    font-weight: bold;
    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: 0 2px; width: 20px; height: 20px; }
    .mini-access > ul > li > a { line-height: 25px; }
}







/* general */
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.customerrorbox { display: none; }
.w100 { width: 100%; }



/* radio */
.custom-radio{width:16px;height:16px;display:inline-block;position:relative;z-index:1;top:3px;background:url(../image/filter-box.png) no-repeat; margin-right: 5px; }
.custom-radio.selected{background:url(../image/filter-box-2.png) no-repeat}
.custom-radio input[type=radio]{margin:1px;position:absolute;z-index:2;cursor:pointer;outline:0;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0}

/* checkbox */
.custom-checkbox{width:16px;height:16px;display:inline-block;position:relative;z-index:1;top:3px;background:url(../image/filter-box.png) no-repeat; margin-right: 5px;}
.custom-checkbox.selected{background:url(../image/filter-box-2.png) no-repeat}
.custom-checkbox input[type=checkbox]{margin:0;position:absolute;z-index:2;cursor:pointer;outline:0;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-khtml-opacity:0;-moz-opacity:0}

/* select */
.select-wrapper{ display: inline-block; position: relative; border: 1px solid #ccc; background: url(../image/dropdown.png) no-repeat right center #fff ; cursor: pointer; border-radius: 4px; font-size: 14px; color:#555; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; vertical-align: middle; padding: 6px 0; line-height: 1.428571429;  }
.select-wrapper, .select-wrapper select { width: 100%;  }
.select-wrapper:hover{ background: url(../image/dropdown.png) no-repeat right; }
.select-wrapper .holder{ display: block; margin: 0 25px 0 5px; white-space: nowrap; overflow: hidden; cursor: pointer; position: relative; text-align: left; color:#555;  }
.select-wrapper select{ margin: 0; position: absolute; z-index: 2; cursor: pointer; outline: none; opacity: 0; _noFocusLine: expression(this.hideFocus=true); 
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; }

.slcttop { margin: 13px 0; }
.triangle-top { width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #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: 0; box-shadow: 0 10px 10px 0 rgba(58, 79, 106, 0.3); border: 2px solid #678186; right: 0; border-radius: 5px; }
.user-login-div a { display: inline-block; padding: 6px 0; }
.linkspan { margin-bottom: 0; font-size: 14px; margin-top: 6px; }
.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; }
.mtop5 { margin-top: 5px; }
.mtop10 { margin-top: 10px; }
.mtop20 { margin-top: 20px; }
.mtop30 { margin-top: 30px; }
.mtop40 { margin-top: 40px; }
.mtop60 { margin-top: 60px; }
.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; margin-top: 40px; }
.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; }
.attrimagebox, .attrimageoriginbox { display: none; }
.attr-div { border-radius: 5px; background-color: #f7f9fa; height: 45px; line-height: 45px; font-size: 15px; cursor: pointer; position: relative; border: 1px solid #678186; color: #1C3438; padding: 0 25px; margin: 0 0 10px 0; font-family: Montserrat; font-weight: 600; }
.attr-div:hover { border:1px solid #678186; background-color: #678186; }
.actitem { border:1px solid #678186 !important; background-color: #678186 !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 {  border-radius: 5px; height: 100%; padding: 120px 20px 20px 20px; }
.store-area .store-logo { width: 140px; height: 140px; background-color: #fff; border-radius: 50%; margin: 0 auto 20px auto; padding: 10px; }
.store-area .store-logo img { max-height: 90px; width: auto; margin: 0 auto; }
.store-area .store-title { font-size: 19px; color: #fff; margin: 0 0 20px 0; }
.store-area .store-desc { font-size: 13px; color: #fff; line-height: 20px; letter-spacing: 2px; height: 120px; }
.store-area .store-all-prod { width: 100%; height: 40px; line-height: 40px; color: #1C3438; text-align: center; border-radius: 15px; font-size: 14px; font-weight: bold; background-color: #fff; display: inline-block; margin-top: 180px; }
.store-area2 {  border-radius: 12px; height: 100%; padding: 20px 10px; text-align: center; box-shadow: 0 10px 10px 0 rgba(58, 79, 106, 0.04); }
.store-area2 .store-logo { width: 110px; height: 110px; background-color: #fff; border-radius: 50%; margin: 0 auto 10px auto; padding: 10px; }
.store-area2 .store-logo img { max-height: 90px; width: auto; margin: 0 auto; }
.store-area2 .store-logo2 img { max-height: 65px; width: auto; margin: 0 auto; }
.store-area2 .store-title { font-size: 19px; color: #fff; margin: 0 0 20px 0; }
.store-area2 .store-desc { font-size: 12px; color: #fff; line-height: 19px; letter-spacing: 1px; height: 100px; }
.store-area2 .store-all-prod { width: 100%; height: 30px; line-height: 30px; color: #1C3438; text-align: center; border-radius: 15px; font-size: 14px; font-weight: bold; background-color: #fff; display: inline-block; margin-top: 20px; }
.store-area2 .store-static-btn { height: 30px; line-height: 30px; border-radius: 25px; border: 1px solid #ffffff; color: #fff; font-size: 13px; letter-spacing: 1px; padding: 0 10px; margin: 20px 10px 10px 10px; display: inline-block; }
.store-area2 .store-static-btn .wi { vertical-align: sub; }
.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; font-family: 'Exo 2'; }
.footer-menu .tag { font-size: 16px; color:#fff; font-weight: bold; }
.footer-menu>li { display: inline-block; margin: 0 40px; vertical-align: top; }
.footer-menu .sub-ul { margin-top: 7px; }
.footer-menu .sub-ul a { color:#fff; font-size: 14px; font-weight: normal; }
.footer-menu .sub-ul a:hover { color:#1C3438; }
.footer-menu .sub-menu { margin-top: 10px; }
.footer-menu .sub-ul li { padding-bottom: 7px; }
.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:#3f484f; font-size: 15px; }
#desktop-user-login>a { color:#3f484f; font-size: 15px; }
#cart .cart-link { color:#fff; font-size: 15px;background-color: #44cf38; display: inline-block; padding: 5px; border-radius: 5px;  }
.highlight { /*box-shadow: 0px 1px 4px 2px rgba(195, 195, 195, 0.75); border-radius: 5px 5px 0 0;*/ }
.linkspan { /*padding-left: 5px;*/ }
.member-link .myacc { display:block; color:#3a738a; font-size: 32px; }
.member-link .myacc-t { color:#3a738a; font-size: 14px; }
.member-link .logout { display:block; color:#F0532D; font-size: 32px; }
.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); background-color: #fff; }
.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-theme .owl-nav [class*='owl-'] { color: #454e55 !important; }
.owl-theme .owl-dots { margin-top: 20px; }
.owl-carousel-customnav .owl-nav, .mainslider .owl-nav { position: absolute; width: 100%; top: 50%; margin-top: -35px !important; }
.owl-carousel-customnav .owl-prev, .mainslider .owl-prev { position: absolute; left: 0; font-size: 45px !important; background: transparent !important; opacity: 1; }
.owl-carousel-customnav .owl-next, .mainslider .owl-next { position: absolute; right: 0; font-size: 45px !important; background: transparent !important; opacity: 1; }
.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; }
.wh18 { width: 18px; height: 18px; }
.wh24 { width: 24px; height: 24px; }
.wh36 { width: 36px; height: 36px; }
.wh48 { width: 48px; height: 48px; }
.prodsec { border:1px solid #ccc; border-radius: 5px; padding: 10px; }
.prodsec p { font-size: 14px; font-weight: bold; margin: 10px 0 0 0; text-align: center; }
.app-area { margin: 0; }
.app-area-title { font-size: 18px; color:#fff; }
.app-area .icnx { display: inline-block; background-color: #1E455B; border-radius: 5px; margin: 0 5px 0 0; padding: 0; font-size: 25px; }
.app-area .icnx:last-child { margin-right: 0; }
.dinline { display: inline-block; }


@-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: 34px; color:#333; border-bottom: 1px solid #d2d2d2;  background-color: #fff; color: #586f8d; font-size: 12px; }
#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: 50px; height: 50px; position: fixed; bottom: 30px; right: 30px; display: none; z-index: 9999; cursor: pointer; line-height: 50px !important; border: 2px solid #303031; text-align: center; color: #303031; font-size: 20px !important; border-radius: 50%; }
.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:#da5353 !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; }
.mainpage .product-block .price { margin: 0; }
.theader { margin: 0 !important; color:#333; }
.ucretsiz-kargo { width: 100%; padding: 10px 0; text-align: center; background-color: #910705; color:#fff; font-size: 15px;   font-family: "Exo 2", sans-serif; margin: 0 0 10px 0; border-radius: 5px; }
.continueguestbtn { margin: 10px auto; font-size: 17px; }
.p0 { padding: 0 !important; }
.pr10 { padding: 0 10px 0 0 !important; }
.pl10 { padding: 0 0 0 10px !important; }
.vcenter { display: flex; align-items: center; justify-content:center; }
.vcenter2 { display: flex; align-items: center; justify-content: space-between; }
.vcenter3 { display: flex !important; align-items: center; }
/*.vcenterparent { width: 100%; display: table; }*/
.header-fix { width: 100%; 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; }
.header-fix #topbarh { display:none; }
.middle-logo { display: none; }
.panel-heading { padding: 5px 15px; }
.left-ul li { padding: 0 !important; }
.left-ul li a { display: block; width: 100%; color: #333 !important; padding: 0 0 8px 0; font-size: 14px; font-family: "Exo 2", sans-serif; }
.left-ul .active { color: #F5F5F5; font-weight: bold; }
.left-ul .active a { color: #4e4e54 !important; }
.mw90 { max-width: 90px; }
.mw100 { max-width: 100px; }
.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 { cursor: pointer; font-size: 14px; color: #333; margin: 5px 0 15px 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: "Exo 2", 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: #f9f9f9; }
.p20 { padding: 20px; }
.mtb20 { margin-top: 20px; margin-bottom: 20px; }
.linetext { text-align: center; font-size: 35px; letter-spacing: 2px; color:#373a3c; margin-bottom: 20px; height: 45px; line-height: 45px; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.buybtn { background: #7cb900; height: 60px; line-height: 60px; border-radius: 12px; color: #ffffff; font-size: 20px; padding: 0 40px; text-decoration: none; width: 100%; } 
.buybtn:hover { background: #72a902; text-decoration: none; color:#fff; }
.buybtn3 { background: #7cb900; height: 60px; line-height: 60px; border-radius: 12px; color: #ffffff; font-size: 20px; padding: 0 40px; text-decoration: none; width: 100%; box-shadow: 0 12px 20px 0 rgba(124, 185, 0, 0.36); } 
.buybtn3:hover { background: #72a902; text-decoration: none; color:#fff; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { color:#373a3c; }
/*.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 #e2e2e2; border-bottom: 1px solid #e2e2e2; } 
.bordergrey { border:1px solid #e2e2e2; } 
.comparemember { background-color: #ffffff; border-top: 30px solid #e5e5e5; margin-top: 6px; border-bottom: 1px solid #ececec; border-left: 1px solid #ececec; border-right: 1px solid #ececec; }
.comparesection p { border-bottom: 1px solid #ececec; 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 5px; 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:#609060; border-bottom: 1px solid #609060; 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: "Exo 2"; }
.scity { margin: 0 0 15px 0; /*width: 100%;  padding: 10px; border-radius: 5px; background-color: #ebe7e7;*/ }
.searchcity { height: 50px; line-height: 50px;  color: #8d8d8d; background-color: #ffffff; border: none;  border-bottom: 1px solid #4f627d; border-right: 1px solid #4f627d; box-shadow: none; border-top: 1px solid #4f627d; font-size: 15px; }
.sccont { width: 100%; }
.sctiygrp { width: 40px; height: 50px; color: #68bb61; background-color: #ffffff; border: none; border-bottom: 1px solid #4f627d; border-left: 1px solid #4f627d; border-radius: 2px 0 0 2px; font-size: 27px; text-align: center; border-top: 1px solid #4f627d; }
.sctiygrp img { width: 37px; height: 37px; padding: 0 0 0 10px; }
.p-det { background-color: #ebe7e7; color:#000; border-radius: 5px; padding: 10px; }
.datex { border-radius: 5px; background-color: #f7f9fa; 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 #756f6f; color:#756f6f; font-weight: 600; }
.datex:hover { background-color: #756f6f; border: 1px solid #756f6f; color: #fff; }
.datex-slc { border:1px solid #756f6f !important; background-color: #756f6f !important; color: #fff !important; }
.datex p { margin: 0; } 
#image { border-radius: 5px; border: solid 2px #f7f9fa; }
.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: #fff; position: absolute; right: 0; top: 0; font-size: 22px; }
.calcdiv { position: absolute; z-index: 99; right: 0; }
.calcdiv .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border:none !important; background:  none !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { color: #EA002B; }
.price-old2 { color: #afafaf; text-decoration: line-through; font-weight: 500; font-size: 25px; display: inline-block;  margin-right: 20px; }
.price-new2 { color:#1C3438; font-size: 29px; display: inline-block; font-weight: 600; }
.price-cont { /*height: 60px; line-height: 60px;*/ }

.price { color: #1C3438; font-size: 40px;  line-height: 22px; position: relative; }
.price>div { margin: 0 3px; }
.price span { display: inline-block; vertical-align: middle; font-size: 32px; }
.price-old { display: inline-block; color: #999; font-size: 28px; position: relative; }
.price span small { color: #1C3438; display: block; font-size: 13px; letter-spacing: 1px; line-height: 16px; position: relative; top: 1px; left: -5px; }
.price-old small { color: #999 !important; font-size: 13px !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%; }
.price-new { display: inline-block; position: relative; font-weight: 600; }
.breadcrumb>li+li:before { display: inline-block; content:">"; width: 23px; height: 7px; background-repeat: no-repeat; margin: 0; color: #1c3438; }

.box-heading { }
.form-control:focus { outline:none; box-shadow: none; border-color: inherit; }
.wh25 { width: 25px; height: 25px; }
.wh35 { width: 32px; height: 32px; }
.wh45 { width: 42px; height: 42px; }
.wh452 { width: 36px; height: 46px; }
.wh60 { width: 60px; height: 60px; }
.scity2 { padding: 20px 30px; position: relative; max-height: 120px; color: #fff; font-size: 13px; border: 1px solid #d2d2d2; border-radius: 10px; height: 90px; }
.sccont2 { font-size: 14px; font-weight: 600; }
.scity2 .rbn { height: 92px; position: absolute; left: -5px; top: -5px; z-index: 1; overflow: hidden; width: 75px; height: 75px; text-align: right; }
.scity2 .rbn span { font-size: 11px; text-align: center; line-height: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); width: 100px; background: #3c3c3c; position: absolute; top: 19px; left: -21px; background: linear-gradient(45deg, #a3a777 0%,#8d924a 100%); color: #fff; }
.scity2 .rbn span:after, .scity2 .rbn span:before { top: 100%; z-index: -1; border-bottom: 3px solid transparent; border-top: 3px solid #3c3c3c; position: absolute; content: ""; }
.scity2 .rbn span:before { left: 0; border-left: 3px solid #3c3c3c; border-right: 3px solid transparent; }
.scity2 .rbn span:after { right: 0; border-left: 3px solid transparent; border-right: 3px solid #3c3c3c; }
.scity2 .rbn2 { display: inline-block; border-radius: 5px; color: #fff; background: #7e8285; top: 12px; left: 20px; padding: 0 5px; font-size: 11px; position: absolute; z-index: 3; }
.scity2 .rbn2:after { position: absolute; content: ""; display: inline-block; width: 0; height: 0; border-style: solid;border-width: 10px 10px 0 10px; border-color: #7e8285 transparent transparent transparent; margin-left: -5px; left: 50%; top: 14px; }
.searchcity3 { height: 45px; line-height: 50px; color:#7e8285; padding: 0 5px; background-color: #F5F5F5 !important; border:none !important; border-bottom:1px solid #ccc !important; border-right:1px solid #ccc !important; border-top:1px solid #ccc !important; font-size: 16px; border-radius: 0 8px 8px 0 !important; font-size: 16px; }
.searchcity3::placeholder { color: #7e8285; }
.scitygrp2 { width: 30px; height: 45px; color:#454e55; background-color: #F5F5F5 !important; border:none; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-top:1px solid #ccc; border-radius: 8px 0 0 8px; font-size: 25px; text-align: center; padding: 0 10px; line-height: 0px; }
.prodinfo2 { font-size: 14px; padding: 0; color: #454e55; border: 1px solid #d2d2d2; border-radius: 10px; height: 90px; background: #f5f5f5; }
.prodinfo2 p { margin: 0; }
.ui-menu { max-height: 350px; overflow: auto; }
.form-control:focus ~ .floating-label, .form-control:not(:focus):valid ~ .floating-label{ top: 3px; bottom: 10px; left: 20px;  font-size: 11px; opacity: 1; background: #fff; padding: 0 5px; display: inline-block; height: 10px; }
.typ { display: inline-block; }
.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: #d8bcbc; padding: 40px 0; }
.footer-icons { text-align: center; }
.footer-icons li { display: inline-block; }
.footer-icons li a { display: block; font-size: 17px; color:#363636; }
.footer-icons li a:hover { color:#153d4d; }
.footer-icons li span{ margin-right: 15px; }
.footer-icons li p { font-size: 16px; letter-spacing: 1px; margin-top: 20px; }
.mr20 { margin-right: 20px !important; }
.btopline { border-top:1px solid #eceded; }
.nav>li>a { padding-left: 10px; padding-right: 10px; }
.prodinfo { border-radius: 5px; border:1px solid #d1d1d1; }
.prodinfo li { height: 60px; padding: 0 20px; font-size: 14px; border-bottom: 1px solid #d1d1d1; color: #6b6868; justify-content: left; }
.prodinfo li .icn { margin-right: 10px; }
.prodinfo li:last-child  { border:none; }
.prodinfo i { color: #E74F42; font-size: 30px; margin-right: 10px; }
.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 #B5C4AF; padding: 25px 0; background-color: #f5f5f5; margin: 0; }   
.newsinfo { color:#fff; font-size: 18px; padding-bottom: 10px; }
.newsinp { height: 45px; line-height: 45px; background-color: #fff !important; color: #1C3438; font-size: 16px; border-color: #ebebeb !important; box-shadow: none !important; border-radius: 5px 0 0 8px !important; }
.newsinp::placeholder { color: #1C3438; }
.newsbut, .newsbut:hover { background-color: #1c3438; color:#fff; height: 45px; line-height: 45px; padding: 0 20px; border-radius: 0 8px 8px 0 !important; }
.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: 5px 5px 0 0; margin-bottom: 10px; }
.post-list .post-more { color:#E51423; } 
.post-list .entry-title { color:#333; height: 40px; overflow: hidden; margin:10px 0;  }
.post-list .post-content { line-height: 19px; font-size: 14px; height: 160px; overflow: hidden; font-family: "Livvic"; }
.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: 3px; height: 30px; line-height: 30px; text-align: center; padding: 0 10px; background-color: #efefef; color: #ed1b4b !important; }
.sameday { color:#1b8c45; font-size: 12px; margin: 10px 0; }
.sameday img { width: auto !important; }
.thmbs { } 
.thmbs img { margin-bottom: 20px; border-radius: 5px; border:1px solid #f7f9fa; }
.thmbs img:hover { border:1px solid #E74F42; }
.proddetbox { width: 100%; margin: 40px 0; padding: 30px 0; background-color: #f1f1f1; line-height: 30px; }
.proddetbox .title { color: #1C3438; font-size: 24px; font-weight: 600; margin-bottom: 20px; }
.proddetbox .proddesc { color: #1C3438; font-weight: bold; font-size: 15px; line-height: 23px; }
.mainbg { background-image: url(../image/mainbgx.jpg); background-repeat:  no-repeat; margin: 25px 0; padding: 50px 0; width: 100%; height: auto; }
.mainbg .mainbgbox { border:1px solid #f7f7f7; background-color: rgba(255, 255, 255, 0.7); width: 100%; padding: 20px; font-size: 15px; }
.mainbg .mainbginf { line-height: 22px; }
.mainbg .mainbgicon { max-width: 80px !important; max-height: 80px !important; color: #333;     display: -webkit-inline-box; }
.mainblog { padding: 25px 0; text-align: center; }
.mainblog .mainblog-det { background-color: #fff; padding: 0; }
.mainblog .post-list img { border-radius: 5px 5px 0 0; margin: 0; }
.logo {  }
/*#mobilesearchdiv { top: -120px; position: absolute; background-color: #fff; height: 120px; line-height: 120px; border-bottom: 1px solid #ccc; }*/
/*#mobilesearchdiv input { float: none; }*/
#searchprod { height: 50px; line-height: 50px; }
.couponbutton { background-color: #e5003a; border-color:#e5003a; border-radius: 0 8px 8px 0 !important; }
.couponbutton:hover { background-color: #c50938; border-color:#c50938; }
.progression { float: right; right: 0; position: relative; padding: 0; list-style: none; margin-top: 10px; }
.progression li { width: 2rem; display: block; float: left; }
.progress-bullet .checked-step { width: 1.3rem; height: 1.3rem; border-radius: 50%; background-color: #94AF94; color: white; font-size: 10px; text-align: center; padding: 0.1rem; }
.progress-bullet .checked-step::before { display: block; border-top: 2px solid #94AF94; content: ""; width: 26px; top: 6px; position: absolute; z-index: -1; }
.progress-bullet .current-step { padding: 0.3rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background-color: #94AF94; color: white; font-size: 10px; text-align: center; }
.progress-bullet .current-step::before { display: block; border-top: 2px solid #ebebeb; content: ""; width: 26px; top: 6px; position: absolute; z-index: -1; }
.progress-bullet .current-step::after { width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: white; border: none; display: block; content: ""; }
.progress-bullet .inactive-step { width: 1.3rem; height: 1.3rem; border-radius: 50%; background-color: #ebebeb; color: white; font-size: 10px; text-align: center; } 
.progress-bullet .inactive-step::before { display: block; border-top: 2px solid #ebebeb; content: ""; width: 26px; top: 6px; position: absolute; z-index: -1; }
.progression li:last-child { width: 0; margin-right: 0; }
.progression li:last-child .progress-bullet .inactive-step::before,.progression li:last-child .progress-bullet .current-step::before{ display:none; }

.prl-bann { min-height: calc(100vh); }
.prl-bann img { position: fixed; z-index: -1; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.prl-bann .prl-bann-text { text-align: center; margin-top: 10%; }
.prl-bann-text h1 { color: #fff; text-shadow:#000 0 0 50px; font-size: 40px !important; }
.prl-bann-text a { display: inline-block; background-color: #fff; color: #333; border-radius: 5px; margin-top: 15px; line-height: 45px; height: 45px; padding: 0 40px; border:1px solid #f7f7f7; }
.prl-bann-text a:hover { background-color: #f7f7f7; }
.prl-bann-text p { color: #fff; text-shadow:#000 0 0 50px; font-size: 58px; }
.prl-bann2 { min-height: calc(100vh); }
.prl-bann2 img { position: fixed; z-index: -1; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-filter: brightness(80%); }   
.prl-bann2 .prl-bann-text2 { text-align: center; margin-top: 10%; padding: 0 5%; }
.prl-bann-text2 h1 { color: #fff; text-shadow:#000 0 0 40px; font-size: 38px !important; }
.prl-bann-text2 h2 { color: #fff; text-shadow:#000 0 0 40px; font-size: 20px !important; }
.prl-bann-text2 p { color: #fff; text-shadow:#000 0 0 40px; font-size: 32px; }
.prl-bann-text2 a { display: inline-block; background-color: #fff; color: #333; border-radius: 5px; margin: 15px 20px 0 20px; line-height: 55px; height: 55px; padding: 0 25px; border:1px solid #f7f7f7; font-size: 30px; }
.prl-bann-text2 a:hover { background-color: #f7f7f7; }
.fixsidebar { position: fixed; top:120px; }
.fixsidebar.static { position: relative !important; top:inherit !important; } 
.prodbox { }
.prodbox-header { color: #1C3438; height: 60px; line-height: 60px; font-size: 27px; font-weight: 600; }
.prodbox-center { padding: 20px 0; }
.prodbox-footer { padding: 10px 0; border-top:none; }
.modal-backdrop { position: fixed; }
.fixsidewidth { max-width: 280px; }
.sctiygrp2 { width: 30px; height: 45px; color:#454e55; background-color: #F5F5F5 !important; border:none; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-top:1px solid #ccc; border-radius: 8px 0 0 8px; font-size: 25px; text-align: center; padding: 0 10px; line-height: 0px; }
.searchcity2 { height: 45px; line-height: 50px; color:#7e8285; padding: 0 5px; background-color: #F5F5F5 !important; border:none !important; border-bottom:1px solid #ccc !important; border-right:1px solid #ccc !important; border-top:1px solid #ccc !important; font-size: 16px; border-radius: 0 8px 8px 0 !important; font-size: 16px; }
.searchcity2::placeholder { color: #7e8285; }
.sccont { width: 100%; } 
.calcdiv2 .ui-datepicker { width: auto; }
.calcdiv2 .ui-widget-content { border:none; background: none; }
.calcdiv2 .ui-widget-header { background: #333; color: #fff; }
.calcdiv2 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border-radius: 89px; height: 30px; width: 30px; line-height: 30px; padding: 0; text-align: center; }
.calcdiv2 .ui-datepicker td { padding: 5px 0; }
.calcdiv2 .ui-state-active { border: 1px solid #fed22f !important; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x !important; color: #363636 !important; }
.calcdiv2 .ui-datepicker-header .ui-state-hover { background: #333 !important; }
.abnchsdiv { display: inline-block; border-radius: 4px; border: 1px solid #ebebeb; padding: 10px 15px; margin: 0 15px; color:#a5a5a5; font-size: 16px; cursor: pointer; }
.abnchsdiv.slc { border-color: #475467; color:#475467; }
.abnchsdiv .sml { font-size: 14px; }
.abnchsdiv .warn { color:#ef9160; }
.abnfooter { background-color: #e5e5e5; }
/*.mainbanner { position: relative; border:1px solid #ccc; border-radius: 2px; margin: 40px 0; }
.mainbanner h2 { font-size: 29px; color: #404640; margin-bottom: 25px; }
.mainbanner p { font-size: 25px; line-height: 40px; color: #6b6f6b; }
.mainbanner a { display: inline-block; height: 70px; line-height: 70px; margin-top: 30px; border-radius: 2px; color: #333; background-color: #B5C4AF; font-size: 21px; padding: 0 20px; }
.mainbanner a:hover { background-color: #96a790; }
.mainbanner .contm { position: absolute; right: 100px; top: 20px; height: 100%; text-align: center; }
.mainbanner .contm2 { position: absolute; left: 100px; top: 20px; height: 100%; text-align: center; }*/
.bigc { display: block; line-height: 50px; font-size: 50px; margin-bottom: 30px; color: #1c3438; font-family: "Exo 2", Arial; text-align: center; }
.bigc:after { content: ""; display: block; width: 100px; height: 1px; border-bottom: 1px solid #333; text-align: center; margin: 20px 0; margin-left: calc(50% - 50px); }
.footer-select { display: none; }
.abntxt { line-height: 40px; font-size: 25px; color: #333; text-align: center; }
.abntxta { display: inline-block; background-color: #153D4D; color: #fff; border-radius: 5px; margin-top: 15px; line-height: 55px; height: 55px; padding: 0 40px; border:1px solid #f7f7f7; font-size: 30px; }
.abntxta:hover { background-color: #153D4D; color: #f7f7f7; }
.abntxtimg { border-radius: 5px; border:1px solid #e0e0e0; }
.left50 { position: absolute; width: 50%; left: 0; }
.right50 { position: absolute; width: 50%; right:0; }
.abntitle { font-size: 45px; text-align: center; }
.abnnum { font-size: 75px; font-weight: bold; text-align: center; }
.anim-slide .slidertitle { top:20%; width: 100%; }
.anim-slide .slidertext { top:30%; width: 100%; text-align: center; }
.anim-slide .sliderbtn { top:45%; text-align: center; display: inline-block; position: relative; }
/*.anim-slide .sliderbtn:hover { background-color: #fff; border-radius:4px; color: #333; }*/
.ckinf { display: none; position: fixed; bottom: 0; width: 100%; height: 50px; line-height: 50px; background: #000; color: #fff; font-size: 16px; text-align: center; letter-spacing: 2px; z-index: 99; }
.ckinf a { display: inline-block; height: 30px; line-height: 30px; background-color: #fff; border-radius: 4px; margin: 0 20px; padding: 0 20px; color: #000; } 
.fastsenddiv { border-radius: 5px; margin: 10px 0 ; padding: 0 25px; border: 1px solid #678186; font-size: 15px; color: #1C3438; background-color: #f7f9fa; height: 45px; line-height: 45px; font-weight: 600 !important; }
.fastsenddiv .form-group { margin:0; line-height:30px; }
.customdesigncontainer { background-repeat: no-repeat; position: relative; border:2px solid #ccc; background-size: cover; }
.customdesignimg { width: 200px; height: auto; border:2px solid #ccc; }
.topbarlinks { display: inline-block; height: 35px; }
.topbarlinks li { display: inline-block; margin-left: 10px; }
.topbarlinks li a { color: #4F627D; font-size: 14px;  }
.topbarlinks li a:hover { color:#ED194A; }
.wiconmiddle { vertical-align: middle; }
.mainowltext { font-size: 28px; font-weight: bold; text-align: center; color: #1C3438; }
.footer-text { font-size: 14px; color: #fff; }
.frmspec label { color: #1C3438; font-size: 14px; font-weight: normal; }
.frmspec input, .frmspec select, .frmspec textarea { border-radius: 5px !important; border: 1px solid #678186; color: #394F6A; box-shadow: none; }
.frmspec input::placeholder, .frmspec select::placeholder, .frmspec textarea::placeholder { color: #afafaf; }
.return-forget, .return-login { margin: 0 10px; font-weight: 600; font-size: 14px; }
.owl-carousel-main-top .owl-stage-outer { /*margin: 0 50px;*/ }
.owl-theme .owl-nav [class*='owl-'] { padding: 0 !important; margin: 0 !important; }
.owl-carousel-main .owl-item, .owl-carousel-main-top .owl-item { /*padding-left: 20px !important; padding-right: 20px !important;*/ }
.sube-cont { border:1px solid #1c3438; border-radius: 5px; color: #1c3438; line-height: 25px; font-weight: 500; height: 55px; padding: 0 5px; word-wrap: break-word; font-size: 14px; letter-spacing: 0; }
.sube-cont:hover { background-color: #1c3438; color: #fff; }
.pretty .state label{ text-indent: 0; }
.pretty .state label:after, .pretty .state label:before, .pretty.p-icon .state .icon { top: 0 !important; }
.subenot .alert { height: 55px; border-radius: 5px; padding: 0 15px; line-height: 55px; }
.slccust { background-color: #756f6f; color: #fff; border-radius: 5px !important; }
.storeaddr { background-color:#1C3438; border-radius: 5px; height: 55px; padding: 10px; color: #fff; }
.storeaddr .mapx { border-radius: 5px; background-color: #ffffff; height: 35px; padding: 0 5px; color: #1C3438; margin: 0 10px; cursor: pointer; font-size: 12px; line-height: 14px; }
.storeaddr img { margin-right: 5px; }
.prodbotinf { color: #1C3438; font-size: 12px; font-weight: bold; margin-left: 5px; }
.spec-cont { border-radius: 8px; border:1px solid #ccc; background-color: #f5f5f5; padding: 15px; }
.spec-cont .tti { color: #1C3438; font-weight: 600; font-size: 17px; }
.spec-cont img { display: inline-block; margin-right: 10px; }
.spec-cont label { color: #1C3438; font-size: 14px; }
.spec-cont .form-group { margin: 10px 0 !important; } 
.spec-cont .form-control { border:1px solid #678186; color: #1C3438; border-radius: 5px !important; }
.buylogo { background-color:#ececec; padding: 20px 0; }
.buylogo img {  }
.orderheader { list-style-type: none; margin: 20px 0;  height: 40px; }
.orderheader li { display: inline-block; height: 40px; }
.orderheader li .circ { width: 38px; height: 38px; line-height: 38px; border:2px solid #1C3438; border-radius: 50%; display: inline-block; text-align: center; }
.orderheader li .circ img { display: inline-block; }
.orderheader li .t { color: #1C3438; font-weight: 600; font-size: 15px; }
.orderheader li.divider { width: 90px; height: 2px; background-color: #1C3438; margin:0 10px; }
.orderheader li.active .circ { width: 38px; height: 38px; line-height: 38px; border:2px solid #1c3438; border-radius: 50%; display: inline-block; background-color: #1c3438; }
.orderheader li.active .t { color: #1c3438; font-weight: 600; }
.ordersubheader { list-style-type: none; margin: 0;  height: 60px;  }
.ordersubheader li { display: inline-block; height: 60px; padding: 0 40px; text-align: left; border-right: 1px solid #678186; border: 1px solid #678186; background-color: #f7f9fa; }
.ordersubheader li .circ { width: 40px; height: 60px; line-height:60px; display: inline-block; text-align: center; }
.ordersubheader li .circ img { display: inline-block; }
.ordersubheader li .t { color: #1C3438; font-weight: 600; font-size: 15px; }
.ordersubheader li .t2 { color: #1C3438; font-size: 13px; }
.ordersubheader li.active { background-color: #1c3438; }
.ordersubheader li.active .t { color: #fff; font-weight: 600; }
.ordersubheader li.active .t2 { color: #fff; }
.ordersubheader li:last-child { border-radius: 0 12px 12px 0; }
.ordersubheader li:first-child { border-radius: 12px 0 0 12px; }
.orderprodtitle { height: 50px; line-height: 50px; font-weight: 600; border-radius: 12px; border: 2px solid #678186; background-color: #f7f9fa; font-size: 16px; margin-bottom: 20px; padding: 0 20px; color:#1C3438; }
.add-prod-cont { border-radius: 12px; border: 2px solid #678186; padding: 10px 0; }
.add-prod-cont .name a { color: #1C3438; font-size: 15px; font-weight: 600; }
.add-prod-cont .price-new { color:#1C3438; font-size: 20px; display: inline-block; font-weight: 600; }
.ordsum { border-radius: 12px; border: 2px solid #678186; background-color: #f7f9fa; display: inline-block;  }
.ordsum .hdr { color: #1C3438; font-size: 19px; font-weight: 600; border-bottom: 1px solid #678186; height: 50px; line-height: 50px; text-align: center; margin-bottom: 20px; }
.ordsum .item { margin-bottom: 20px; }
.ordsum .item .title { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.ordsum .item .box { border: 1px solid #678186; background-color: #ffffff; padding: 10px; color: #1C3438; font-size: 15px; line-height: 23px; border-radius: 12px; font-weight: 600; }
.linkorder { display: flex; color: #1C3438; font-size: 14px; font-weight: 600; }
.ordermarealeft { border-radius: 12px 0 0 12px; border: 2px solid #678186;  background-image: linear-gradient(to bottom, rgba(111,138,173,0.70), rgba(58,79,106,0.90)), url(../image/bg-login.png); text-align: center; padding: 120px 50px; height: 500px; border-right: none; }
.ordermarealeft h4 { color: #fff; font-size: 20px; font-weight: 600; margin: 0 0 20px 0; }
.ordermarealeft h5 { color: #fff; font-size: 14px; margin: 0 0 20px 0; line-height: 20px; letter-spacing: 1px; }
.ordermarearight { border-radius: 0 12px 12px 0; border: 2px solid #678186; padding: 60px 50px; height: 500px; color: #1C3438; text-align: center; }
.ordermarearight p { font-size: 21px; font-weight: 600; }
.ordermarearight2 { height: 600px; padding: 20px 10px; }
.ordermarealeft2 { height: 600px; }
.regord { height: 50px; line-height: 50px; border-radius: 5px; border: 1px solid #ffffff; color: #fff; font-size: 17px; letter-spacing: 1px; padding: 0 45px; margin: 20px 0; display: inline-block; }
.frmspec2 { text-align: left; }
.frmspec2 label { color: #1C3438; font-size: 15px; font-weight: 600; }
.frmspec2 input, .frmspec2 select { border-radius: 5px !important; border: 2px solid #678186; color: #394F6A; box-shadow: none; height: 50px; line-height: 50px; }
.frmspec2 textarea { border-radius: 5px !important; border: 2px solid #678186; color: #394F6A; box-shadow: none; height: 100px; line-height: 20px; }
.frmspec2 input::placeholder, .frmspec2 textarea::placeholder { color: #afafaf; }
.login-btn { height: 50px; line-height: 50px; border-radius: 5px; background-color: #1C3438; color: #fff; padding: 0 40px; font-size: 16px; }
.login-btn:hover { color: #f7f7f7; }
.guest-btn { height: 50px; line-height: 50px; border-radius: 5px; background-color: #e5003a; color: #fff; padding: 0 70px; font-size: 16px; }
.guest-btn:hover { color: #f7f7f7; }
.orderfooter { color: #fff; font-size: 14px; height: 70px; line-height: 70px; background-color: #1C3438; width: 100%; }
.orderfooter a { color: #f7f7f7; margin-left: 10px; }
.orderfooter a:hover { color: #dedede; }
.orderinfobox { border-radius: 12px; border: 2px solid #678186; background-color: #f7f9fa; font-size: 16px; margin-bottom: 20px; padding: 10px; color:#1C3438; }
.cardnotecont { width: 100%; border-radius: 24px; box-shadow: 0 10px 10px 0 rgba(58, 79, 106, 0.3); background-color: #ffffff; /*background-image: url('../image/note-frame.png');*/ background-repeat: no-repeat; padding: 40px 100px 40px 100px; background-position: center; margin-bottom: 20px; height: 430px; }
.cardnotecont textarea { border: none !important; color: #1C3438; font-family: 'DM Serif Display'; font-size: 18px; height: 100px; box-shadow: none !important; resize: none; padding: 0; }
.cardnotecont textarea::placeholder { color: #1C3438; }
.cardnotecont #charNum { font-size: 13px; height: 20px; color: #1C3438; display: block; }
.cardnotecont .frmspec2 { margin-bottom: 5px !important; }
.cnsliderdiv { text-align: center; margin-top: 20px; }
.cnslider { font-size: 22px !important; cursor: pointer; }
.jp-card .jp-card-front { box-shadow: 0 12px 20px 0 rgba(58, 79, 106, 0.3); background-image: linear-gradient(to left, #6f8aad, #1C3438) !important; }
.ordertab .tab-content { border-radius: 0 12px 12px 12px; border: 2px solid #678186; background-color: #f7f9fa; font-size: 16px; margin-bottom: 20px; padding: 10px; color:#1C3438; }
.ordertab .nav-tabs { border-bottom: none; }
.ordertab .nav-tabs li { border-radius: 12px 12px 0 0; border: 2px solid #678186; background-color: #f7f9fa; font-size: 15px;  padding: 5px 10px; border-bottom: none; margin: 0 10px 0 0; }
.ordertab .nav-tabs li.active { background-color: #fff;}
.ordertab .nav-tabs li a { background-color: transparent; border:none; color: #95a0af; }
.ordertab .nav-tabs>li.active>a, .ordertab .nav-tabs>li.active>a:focus, .ordertab .nav-tabs>li.active>a:hover{ background-color: transparent; border:none; color:#1C3438; }
.mini-cart-info { border-bottom: solid 2px #678186; margin-bottom: 10px; }
.couponinp { border: 1px solid #678186; background-color: #ffffff; color: #1C3438; border-radius: 5px 0 0 8px !important; font-weight: 500; font-size: 11px; }
.couponinp::placeholder { color: #1C3438; }
#contopen .modal-body { max-height:500px; overflow: auto; }
#mapopen .modal-body { max-height:600px; overflow: auto; }
.store-static-btn { height: 30px; line-height: 30px; border-radius: 25px; border: 1px solid #ffffff; color: #fff; font-size: 13px; letter-spacing: 1px; padding: 0 20px; margin: 60px 10px 10px 10px; display: inline-block; }
.store-static-btn .wi { vertical-align: sub; }
.strallprod { display: block; margin-top: 20px; font-size: 12px; font-weight: 500; color: #1C3438; text-align: center; }
.sube-cont .pretty { margin: 0; }
.stbanner { transition: box-shadow 0.2s ease-in-out; border-radius:8px; }
.stbanner:hover { box-shadow: 0 15px 10px 0 rgba(58, 79, 106, 0.15); }
#mobilesearchtemp p { margin-top:5px; font-size: 12px; font-weight: 300; color: #1C3438; }
.br-8 { border-radius: 5px; }
.ifx { margin-left: 5px; }
.wsbsupp { width: 50px; height: 50px; position: fixed; bottom: 100px; right: 30px; border-radius: 50%; z-index: 9999; cursor: pointer; line-height: 50px; text-align: center; color: #fff; font-size: 29px !important;  background-color: #25D366; }
.owl-carousel-cat-top {  }
.owl-carousel-cat-top img { height: 90px; width: auto !important; margin: 0 auto; }
.owl-carousel-cat-top .mainowltext { font-size: 15px; font-weight: normal; }
.header-bottom { width: 100%; padding: 0; margin-top: 20px; }
/*.owl-carousel-main-top .item::before{ content:''; position: absolute; left: 4%; top: 4%; width: 92%; height: 92%;    border: 1px solid #7e8285; z-index: 1; }*/
.cat-bg-color1 { background-color: #dbe4df; margin-bottom: 20px; }
.cat-bg-color2 { background-color: #f3f3f3; margin-bottom: 20px; }
.cat-bg-color3 { background-color: #f3eef0; margin-bottom: 20px; }
.cat-bg-color4 { background-color: #d3f5e2; margin-bottom: 20px; }
.cat-bg-color5 { background-color: #f7f4dd; margin-bottom: 20px; }
.owl-carousel-main-top .owl-main-top-link { position: relative; display: block; overflow: hidden; }
.owl-carousel-main-top .owl-main-top-link:before { position: absolute; z-index: 2; top: 10px; left: 10px; width: calc(100% - 20px); height: calc(100% - 20px);    content: ""; border: 1px solid #fff; }
.owl-carousel-main-top .oimg { transition: transform .3s ease; }
.owl-carousel-main-top .owl-main-top-link:hover .oimg { transform: scale(1.2); }
.owl-carousel-main-top .owl-main-top-link2 { display: block; font-size: 21px; font-family: "Arima Madurai"; margin-top: 5px; letter-spacing: 1px; }
.prodtabs { text-align: center; border: none; }
.prodtabs li { float: none; display: inline-block; }
.prodtabs>li>a { font-family: "Arima Madurai"; font-size: 24px; letter-spacing: 1px; border: none; padding: 0 20px; margin: 0; }
.prodtabs>li.active>a, .prodtabs>li.active>a:focus, .prodtabs>li.active>a:hover { border: none; border-bottom: 2px solid #000; font-weight: bold; }
.prodtabs>li>a:focus, .prodtabs>li>a:hover { background: transparent; border: none; }
.prodtabs-content { border: none; font-size: 21px; text-align: center;}
.seeall { position: absolute; right: 0; top: 15px; font-size: 19px; font-family: "Arima Madurai"; text-decoration: underline; color: #373a3c; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background-color: #756f6f;
    border-color: #756f6f; }
.pagination>li>a, .pagination>li>span { color: #756f6f; }
.ilcerecdiv { position: absolute; color: #000; right: 10px; top: 10px; z-index: 3; font-size: 19px;
    cursor: pointer; }
#topbarh3 { padding: 10px 0; background: #f7f5ff; }
#topbarh3 .list { padding: 5px 10px; display: inline-flex; align-items: center; justify-content: left;  background: #fff; border-radius: 50px; }
#topbarh3 .list img { margin-right: 10px; height: 35px; width: auto; }

.effect-19,
.effect-20,
.effect-21{border: 1px solid #ccc; padding: 7px 14px; transition: 0.4s; background: transparent;}
.input-effect { position: relative; }
.effect-20 ~ .focus-border:before,
.effect-20 ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #454E55; transition: 0.3s;}
.effect-20 ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.effect-20 ~ .focus-border i:before,
.effect-20 ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #454E55; transition: 0.4s;}
.effect-20 ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.effect-20:focus ~ .focus-border:before,
.effect-20:focus ~ .focus-border:after,
.has-content.effect-20 ~ .focus-border:before,
.has-content.effect-20 ~ .focus-border:after{width: 100%; transition: 0.3s;}
.effect-20:focus ~ .focus-border i:before,
.effect-20:focus ~ .focus-border i:after,
.has-content.effect-20 ~ .focus-border i:before,
.has-content.effect-20 ~ .focus-border i:after{height: 100%; transition: 0.4s;}
.effect-20 ~ label{position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-20:focus ~ label, .has-content.effect-20 ~ label{top: -18px; left: 0; font-size: 12px; color: #454E55; transition: 0.3s;}

.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: #fff;
    font-size: 19px;
    padding: 0 10px;
    height: 36px;
    background-color: #fff;
    color: #1C3438;
    border-radius: 0;
    position: absolute;
    right: 2px;
    top: 2px;
} 
.btn-ara img { max-width: inherit; }
.footer-rowmargin { margin: 10px 0; }
.btn-ara:hover, 
.btn-ara:focus, 
.btn-ara:active, 
.btn-ara.active, 
.open .dropdown-toggle.btn-ara { 
    color: #1C3438;
    background-color: #fff;
} 

.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: #fff; 
    background-color: #4e5152;
    border:none;
    border-radius: 10px;
    padding: 5px 15px;
}
.button-purp:hover {
    color: #fff; 
    background-color: #3e4344;
    border-radius: 10px;
}

.button-purp2 {
    color: #fff; 
    background-color: #6f9328;
    border:none;
    border-radius: 5px;
    padding: 5px 15px;
}
.button-purp2:hover {
    color: #fff; 
    background-color: #5d7e1e;
    border-radius: 5px;
}

.button-purp3 {
    color: #fff; 
    background-color: #3fb5af;
    border-radius: 5px;
    padding: 5px 15px !important;
}
.button-purp3:hover {
    color: #fff; 
    background-color: #2d918d;
    border-radius: 5px;
}


.button-c { line-height: inherit !important; height: auto !important; }
#button-cart { width: 100%; height: 60px; font-size: 22px; color: #FFFFFF; background-color: #756f6f; border:none; border-radius: 5px; font-weight: 600; }
#button-cart:hover { background-color: #3e3737; }

.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; border-bottom: 2px solid #c9d0cc; }
.ctDrillDown.skin-classic-light  ul li > a, .ctDrillDown.skin-classic-light  ul li > span  { display: block; font-size: 14px; padding: 0 5px; outline: medium none; position: relative; color: #454e55 !important; text-decoration: none; line-height: 50px; }
.ctDrillDown.skin-classic-light  ul li > a:hover, .ctDrillDown.skin-classic-light  ul li > span:hover  { color: #333; }
.skin-classic-light.footer {background: #2b405a 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; }
input, textarea, select {
    border-radius: 0 !important;
}

@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: 1350px) {
    .container {
        width: 1320px;
    }
    .container2 {
        width: 1320px;
    }
}


@media (min-width: 1500px) {
    .container {
        width: 1480px;
    }
}




@media screen and (min-width: 320px) and (max-width: 1024px)  {
    .continueguestbtn { width: auto; padding-left: 25px; padding-right: 25px; font-size: 14px; }
}

@media screen and (min-width: 320px) and (max-width: 980px)  {
    #mobilesearchdiv { width: 100%; margin-bottom: 0px; position: fixed; top: -110px; padding: 10px; 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-menu { background-color: #fff; color: #1C3438; padding: 0; font-size: 20px; }
    .st-menu { display: block; }
    .st-menu-open { position: fixed; height: 100%; width: 270px; z-index: 9999; overflow: auto; top:0; }
    .mainbanner p { display: none; }
    .mainbanner .contm { right: 10px; }
    .mainbanner .contm2 { left: 10px; }
    .mainbanner h2 { font-size: 20px; margin-bottom: 15px; }
    .mainbanner a { margin-top: 10px; height: 50px; line-height: 50px; }
    .prl-bann-text2 p, .prl-bann-text p { font-size: 22px; }
    .prl-bann-text2 a, .prl-bann-text a { font-size: 18px; padding: 0 10px; margin: 15px 5px 0 5px; }
    .prl-bann-text h1, .prl-bann-text2 h1 { font-size: 22px !important; }
    .prl-bann-text h1, .prl-bann-text2 h2 { font-size: 17px !important; }
    .left50, .right50 { width: 100%; }
    .newsinfo { font-size: 15px; }
    .ckinf { height: 90px; line-height: 20px; font-size: 12px; }
    .ckinf a { margin: 0 10px; padding: 0 10px; }
    .prodinfo2 { padding: 5px 0; }
    .prodinfo2 { font-size: 12px; }
    .prodinfo2 img { max-height: 30px; }
    .mainowltext { font-size: 14px; }
    .owl-carousel-main-top .owl-nav { display: none; }
    .menuicon { margin-right: 10px; }
    #footer { background-position: top; background-size: cover; }
    #search { margin-top: 0; }
    .ordsum { width: 100%; margin-bottom: 20px; }
    .buybtn { margin-bottom: 20px; }
    .orderfooter { display: none !important; }
    .addprodf .price-new { font-size: 16px; }
    .cardnotecont { box-shadow: none; background: none; padding: 0; height: auto; }
    .cardnotecont textarea { border-radius: 5px !important; border: 2px solid #678186 !important; font-style: italic; font-size: 14px; padding: 6px 12px; color: #394F6A; }
    .orderprodtitle { height: auto; font-size: 14px; padding: 0 10px; line-height: 30px; margin-top: 20px; }
    .orderprodtitle .pull-right { float: none !important; }
    .orderheader { margin: 0; }
    .orderheader li.divider { margin: 0; }
    .orderheader li { width: 27%; text-align: center; }
    .orderheader li .t { display: block; font-size: 10px; }
    .orderheader li.divider { width: 50px; }
    .product-block { box-shadow: 0 3px 3px 0 rgba(58, 79, 106, 0.03); margin-bottom: 0; }
    #header #cart { top: 0px; right: inherit; z-index: inherit; }
    #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 { height: 70px; }
    .scroll-top { right: 20px; bottom:50px; }
    .mobile-logo-margin { margin-bottom: 30px; }
    .continueguestbtn { margin-bottom: 25px; }
    #footer { margin: 0; padding-top: 0; }
    .product-block .price { margin-bottom: 0; padding-top: 5px; height: 60px; }
    .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; font-size: 14px; }
    .ifx { display: none !important; }
    .footer-select { display: none !important; }
    .footer-menu-ex { display: none; }
    .footer-menu>li { margin: 0 40px 20px 40px; }
    .footer-box { display: none; }
    .social { text-align: center !important; }
    .abnchsdiv { padding: 10px 4px; margin: 0 5px; }
    .thmbs img { margin: 5px 5px 5px 0; max-width: 75px; }
    .datex-box div[class*="col-xs-"] { padding-left:5px; padding-right:5px; }
    .datex p { font-size: 12px; }
    .anim-slider { height: 400px; }
    .anim-slide .slidertitle { top:15%; width: 100%; text-align: center; font-size:30px; }
    .anim-slide .slidertext { top:30%; width: 100%; }
    .anim-slide .sliderbtn { top:35%; }
    nav.anim-arrows>span  { top:45%; }
    .scity2 { padding: 10px; height: 65px; }
    .menu>li>a { margin: 0 10px; font-size: 14px; }
    .menu>li>a.vcenter { justify-content: flex-start; }
    .prodinfo li .icn { display: none; }
    .prodinfo li { padding: 0 10px; font-size: 16px; }
    #button-cart { font-size:14px; height: 40px; line-height: 0; }
    .price>div { margin: 0; }
    .price-old { font-size: 17px; }
    .sube-cont-mast { padding-left: 15px !important; padding-right: 15px !important; }
    .price { font-size: 27px; }
    .price-cont { height: auto; line-height: inherit; }
    .storeaddr { padding: 0; font-size: 11px; }
    .button-purp2, .button-purp3 { padding: 5px 7px !important; }
    .mobileorderuserleft { padding: 0 15px !important; }
    .mobileorderuserleft .ordermarearight { border-radius: 12px !important; padding: 20px; }
    .mobileorderuserright { padding: 0 15px !important; margin-top: 30px; }
    .mobileorderuserright .ordermarealeft { border-radius: 12px !important; padding: 20px; height: 270px; }
    .store-area { padding: 20px 10px; margin-bottom: 30px; }
    .store-area .store-all-prod { margin-top: 30px; }
    .store-products { height: 160px; margin: 20px 0; }
    .owl-carousel-store img { width: auto !important }
    .store-area .store-desc { line-height: 16px; font-size: 12px; }
    .price span { font-size: 22px; }
    .logo { max-width:100%; }
    .sameday.vcenter.hidden-xs { display: none !important; }
    .ordertab .tab-content { border-radius: 12px; }
    .ordertab .nav-tabs li.active { background-color: #1C3438; }
    .ordertab .nav-tabs>li.active>a, .ordertab .nav-tabs>li.active>a:focus, .ordertab .nav-tabs>li.active>a:hover { color: #fff; }
    .ordertab .nav-tabs li { border: 1px solid #678186; border-radius: 5px; background-color: #fff; font-size: 13px; width:48%; margin: 0 1% 20px 1%; padding: 5px 0; text-align: center; }
    .mtop0 { margin-top: 0 !important; }
    .buylogo { padding: 10px 0; }
    .mordbck { margin-top: 15px; text-align: center; }
    .wsbsupp { bottom: 0; left: 0; width: 100%; height: 40px; line-height: 40px; text-align: center; border-radius: 0; }
    .slccust { font-size: 12px; padding: 6px 5px; }
    .seeall { display: none; }
    .linetext { font-size: 22px; letter-spacing: 0; }
    .scity2 .rbn2 { top: 2px; left: 4px; }
    #topbarh3 .list { width: 100%; justify-content: center; padding: 5px; }
    #topbarh3 .list img { margin: 0 4px; height: 25px; }
}


@media only screen and (max-width: 768px) {

}

@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; }
    .pruva-push--in-notification { width: 100%; left: 0; margin: 0; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; }
}

@media (min-width: 981px) {
    .menu { list-style-type: none; text-align: center; display: inline-block; }
    .menu .miimg { margin-right: 5px; width: 22px; height: 22px; }
    .menu .mstimg { max-width: 300px; max-height: 300px; width: 100%; height: auto; }
    .menu>li { display: inline-block; position: relative; border-right: 1px solid #f1f1f1; }
    .menu .menuicon { margin-right: 6px; }
    .menu>li>a { display: flex; color: #1c3438; font-size: 16px; padding: 0 10px; height: 50px; margin: 0 5px;  }
    /*.menu>li>a:first-child { margin-left: 0; }*/
    .menu>li:nth-last-child(4) { border: none; }
    .menu>li>a:hover { background-color:#fff; color: #1c3438; }
    .menu>li:hover .menua { background-color:#fff; color: #1c3438; }
    .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: rgb(255, 255, 255, 0.80); width: 520px; font-size: 17px; padding: 15px; list-style-type: none; box-shadow: 0 10px 10px 0 rgba(58, 79, 106, 0.3); text-align: left; border-radius: 0 0 8px 8px; }
    .menu .sub-ul>li { width: 46%; display: inline-block; margin-right: 2%; vertical-align: top; }
    .menu>li:hover .sub-ul { display: block; }
    .menu .sub-ul a { float: left; display: block; width: 100%; text-align: left; padding: 0; color:#1C3438; font-size: 15px; font-weight: 500; height: 35px; line-height: 35px; border-bottom: 1px solid #e8ecef; }
    .menu .sub-ul a:hover { font-size: 15px; font-weight: 600; }
    .menu .sub-ul .tag, .menu .sub-ul .tag:hover { color: #e5003a; font-weight: 600; font-size: 16px; margin-bottom: 10px; }
    .menu .sub-ul2>li { width: 100%; display: inline-block; }
    .menu .sub-ul2 li:last-child a { border-bottom: none; }
    .menu .msta { width: 40% !important; height: 100% !important; border-bottom: none !important; }
}

@media screen and (max-width:992px) {


}


@media screen and (min-width:1000px) and (max-width:1499px) {
    .menu>li>a { display: flex; color: #1c3438; font-size: 15px; padding: 0 5px; height: 50px; margin: 0 5px;  }
    .wh36 { width: 30px; height: 30px; }

}


@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;
}
