.f-red {
    color: red
}

.f-green {
    color: #8bc34a
}

.mt-10 {
    margin-top: 10px
}

.validation-advice {
    line-height: 18px
}

.price {
    color: #005bab
}

.top.show{
    right: 21px;
    bottom:80px;
    z-index: 1;
}
p.anyfutherorder{
    /*display: none;*/
    padding-left:5px!important;
}
input[type=password].custom-error,input[type=text].custom-error,select.custom-error,textarea.custom-error {
    border: 1px dashed red!important;
    background: #faebe7!important
}

.slide .flex-direction-nav a {
    top: 0;
    right: 0
}

.slide .flex-direction-nav .flex-prev {
    right: 30px
}

.bg-title a {
    font-size: 20px;
    padding: 0!important
}

.toolbar .amount p {
    margin: 0
}

.overlay {
    background: rgba(255,255,255,.7)
}

.top {
    border-color: #005bab;
    color: #005bab
}

.header {
    background: #005bab
}

.header h1.logo {
    margin: 0;
    width: auto
}

.header_content {
    padding: 15px 0 10px;
    background: 0 0
}

.top_bar {
    font-weight: bold;
    color:#005bab;
    padding: 8px 0;
    font-size: 14px;
    background: #fff
}

.top_bar .free span {
    color: red;
}

.top_bar .free .fa {
    font-size: 18px;
    margin-right: 6px
}

.top_bar .ship {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto
}
.top_bar .ship .fa{
    font-size: 18px;
    margin-right: 8px;
}

.top_bar .ship p {
    margin: 0
}

.timer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.timer p {
    padding-left: 10px
}

.timer span {
    font-size: 15px
}

.timer b {
    padding: 0 8px 0 2px;
    font-weight: 400
}

.nav-container {
    position: relative;
    padding-bottom: 10px
}

#nav>li a {
    padding: 0 20px;
    line-height: 46px;
    color: #fff
}

#nav>li.active,#nav>li.over {
    background: 0 0
}

#nav>li.active>a,#nav>li.over>a {
    color: #fff;
    background: rgba(0,0,0,.15)
}

#nav.wide>li>a {
    font-size: 16px;
    font-weight: 400;
    /*padding: 10px 10px;*/
    padding: 10px 5px;
    border-radius: 4px;
    line-height: initial;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#nav.wide>li>a:hover {
    color: #fff
}

#nav.wide>li>ul {
    top: 50px
}

#nav.wide>li>ul>li {
    width: auto
}


#nav.wide>li>ul>li.nav-static-block {
    bottom: 30px;
    max-width: 20%
}

#nav.wide>li>ul>li>ul li a {
    font-size: 13px
}

.search_t {
    margin: 0 auto;
    width: 36%
}

.search_t .top_search .input-text {
    height: 40px;
    background: #fff;
    border-radius: 4px;
    color: #005bab
}

.search_t .top_search .button {
    color: #fff;
    padding: 0 12px;
    line-height: 40px;
    background: #f52131
}

.search_t .top_search .button:hover {
    font-size: 18px
}

.top-menu li {
    float: left;
    padding-left: 12px
}

.top-menu li a {
    color: #fff;
    font-size: 14px;
    height: 40px;
    display: block;
    overflow: hidden;
    text-transform: capitalize
}

.top-menu li span {
    float:right;
    line-height: 42px;
}
.top-menu li.quick_order a{
    position: relative;
    padding-left: 35px;
}
.top-menu li.quick_order span {
    line-height: 16px;
    font-size: 12px;
    margin-top: 5px;
}
.top-menu li.quick_order a p{ 
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: top ease-in .2s;
    transition: top ease-in .2s;
}
.top-menu li.quick_order a:hover p{
    top:-40px;
}
.top-menu li.quick_order .fa{
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 28px;
    margin-right: 8px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 30px;
    height: 30px;
}
.top-menu li.quick_order .fa.fa-bolt2{
    background-color: #fff;
    color:#005bab;
}
.top-menu li.quick_order p .fa{
    display: block;
}
.top-menu li .fa {
    font-size: 20px;
    width:20px;
    height: 20px;
    line-height: 40px;
    text-align: center;
    margin-right:  5px;
}

.top-menu li:first-child {
    padding: 0
}

.top_massage {
    position: relative;
    font-size: 14px
}

.top_massage p {
    margin: 0;
    cursor: pointer
}

.top_massage:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -3px;
    left: -28px;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center
}

.top_massage .top_content {
    font-weight: normal;
    color:#fff;
    position: absolute;
    width: 360px;
    right: 0;
    top: 26px;
    margin-top: 20px;
    background: #000;
    padding: 15px;
    font-size: 12px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.top_massage .top_content p {
    margin-bottom: 5px
}

.top_massage .top_content p:last-child {
    margin-bottom: 0
}

.top_massage .top_content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 9px;
    border-color: transparent transparent #000;
    position: absolute;
    top: -8px;
    right: 12%
}

.top_massage:hover .top_content {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin-top: 0
}

.header.menu_fixed {
    background: rgba(0,91,171,.85)
}

.header.menu_fixed .top_bar {
    display: none
}

.header.menu_fixed>.container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.header.menu_fixed>.container .header_content {
    margin: 0;
    padding: 10px 0;
    order: initial
}

.header.menu_fixed>.container #nav>li>a {
    color: #fff;
    /*padding: 10px 15px*/
    padding: 10px 5px
}

.header.menu_fixed>.container #nav>li.over {
    background: 0 0
}

.header.menu_fixed>.container #nav>li.over>a {
    color: #fff
}

.header.menu_fixed>.container #nav.wide>li>ul {
    top: 46px
}

.board-box {
    margin-top: 20px
}

.board-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -8px
}

.board-container .homeSlider {
    flex: 1;
    padding: 0 8px
}

.board-container .homeSlider .slider_content {
    width: auto;
    padding: 0
}

.board-container .price-board {
    width: 33.33%;
    padding: 0 8px
}

.board-container .price-board-inner {
    height: 100%;
    background: #fff
}

.board-container .price-board-content {
    padding: 0 10px;
    font-size: 12px;
    height: 286px;
    overflow: hidden
}

.board-container h3 {
    font-size: 15px;
    line-height: normal;
    padding: 8px 10px 10px;
    margin-bottom: 6px;
    color: #fff;
    background: #005bab
}

.board-container h3 span {
    font-size: 13px
}

.board-container .price {
    font-size: 14px
}

.board-container .price-board-header {
    padding: 0 10px
}

.board-container .price-board-header table thead tr td {
    border-bottom: 1px solid #005bab;
    font-weight: 700;
    padding: 0 0 4px
}

.board-container table thead tr {
    white-space: nowrap
}

.board-container table thead tr td {
    padding: 0;
    text-align: right;
    width: 10%;
    border: 0
}

.board-container table tr td {
    padding: 4px 0;
    text-align: right;
    border-bottom: 1px dashed #ddd;
    vertical-align: middle
}

.board-container table tr td:first-child {
    text-align: left
}

.board-container table tbody tr td {
    line-height: 16px
}

.board-container table tbody tr:last-child td {
    border: 0
}

.banner {
    margin: 20px 0 0
}

.banner-box .bg-title {
    display: none
}

.middle-banner {
    background: #fff;
    margin-top: 20px;
    padding: 40px
}

.middle-banner .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between
}

.middle-banner .banner-icon {
    font-size: 30px;
    padding: 0 30px
}

.middle-banner .banner-content {
    margin-right: 30px;
    font-size: 16px;
    line-height: 24px
}

.products-grid .item .current-price .price,.products-grid .item .regular-price .price,.products-grid .item .special-price .price {
    font-size: 16px
}

.products-grid .item .item-box {
    text-align: left
}

.products-grid .item .product-name {
    flex: 1 100%
}

.products-grid .item .ratings {
    margin: 0
}

.products-grid .item .actions {
    margin-top: 8px
}

.products-grid .product-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between
}

.price-container {
    text-align: center;
    width: 100%;
}

.price-container .sale {
    color: #999
}

.category_products {
    padding: 0 20px;
    background: 0 0
}

.category_products .bg-title {
    background: 0 0
}

.category_products .bg-title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.category_products .category_content_box {
    margin: 0 -5px
}

.category_products .owl-item .item.over {
    box-shadow: none
}
/*fix image blur bug*/
.category_products .owl-item .item {
    z-index: 1;
}

.category_products .products-grid .item .item-box {
    padding: 15px;
    text-align: left;
    border-radius: 0
}

.category_products .products-grid .item .product-name {
    margin-bottom: 5px
}

.category_products .products-grid .item .price-box {
    margin: 0
}

.category_products .products-grid .item .login-for-price {
    display: none
}

.product-type {
    margin-top: 20px;
    background: 0 0
}

.product-type .bg-title {
    margin: 0 0 10px 5px;
    background: 0 0
}

.product-type .bg-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 36px;
    text-transform: uppercase
}

.product-type .product-box {
    background: #fff
}

.product-type .products-grid .item .product-info {
    text-align: left;
    border: 0
}

#customer-reviews .buttons-set {
    margin-top: 20px
}
.product-img-box .more-views h2{
    font-size: 15px;
}
.product-img-box .more-views ul{
    margin:0 -5px;
}
.product-img-box .more-views ul li{
    float: left;
    padding:5px;
}
.product-img-box .more-views ul li img{
    border: 1px solid #eee;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.product-img-box .more-views ul li img:hover{
    border: 1px solid #aaa;
}
.product-shop ul.tier-prices{
    text-align: center;
    display: flex;
    margin-bottom: 15px;
    padding:10px;
    background-color: #f9f9f9;
}
.product-shop ul.tier-prices hr{
    margin: 5px 0;
}
.product-shop ul.tier-prices li{
    display: inline-grid;
    border-right:1px solid #ddd;
    flex: 1;
}
.product-shop ul.tier-prices li.last{
    border-right: none;
}


.product-view .product-shop .add-to-box .add-to-cart > div{
    display: inline-block;
}
.product-view .product-shop .paypal-logo{
    margin-left: 10px;
}
.cms-page-view .std {
    padding: 25px 25px 20px;
    border: 0;
    font-size: 15px;
    line-height: 24px
}
.product-shop ul.tier-prices li .price{
    font-weight: bold;
}
.cms-page-view .std p {
    margin-bottom: 15px
}

.cms-page-view .std strong {
    color: #222
}

.cms-page-view .std a {
    color: #005bab
}

.cms-page-view .std .list-style-1 {
    list-style-type: none;
    padding: 0
}

.cms-page-view .std table.table-style-1 tr td {
    padding: 10px 20px;
    border: 1px solid #ddd
}

.cms-page-view .std table.table-style-1 tr td:first-child {
    width: 20%;
    vertical-align: middle
}

.cms-page-view .std table.table-style-1 tr td:last-child {
    width: 24%;
    vertical-align: middle
}

.cms-page-view .std table.table-style-1 tr td p {
    margin: 0
}

.cms-page-view .std table.table-style-1 thead td {
    font-weight: 700
}

.cms-page-view .std table.table-style-1 tbody tr:nth-child(odd) {
    background: #f5f5f5
}

.contacts-index-index .fieldset {
    width: auto;
    padding: 0;
    margin: 0
}

.contact-box {
    text-align: center;
    padding: 8px 0 30px
}

.contact-box h4 {
    font-weight: 400;
    margin-bottom: 34px
}

.contact-box .contact-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.contact-box .contact-link a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 49%;
    padding: 30px 40px;
    color: #005bab;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    border: 1px solid #005bab
}

.contact-box .contact-link a i {
    font-size: 26px
}

.contact-box .contact-link a span {
    border-left: 1px solid #45a8ff;
    margin-left: 30px;
    padding-left: 30px
}

.contact-box .contact-link a:first-child i {
    font-size: 44px
}

.contact-box .contact-link a.active {
    background: #def0ff
}

.contact-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
    padding: 40px 0;
    border: 1px solid #005bab
}

.contact-num p {
    margin: 0;
    font-size: 20px;
    color: #005bab
}

.member-order-track .col-main {
    padding: 0 50px
}

.member-order-track .filters-wrap {
    margin-bottom: 20px;
    text-align: center
}

.member-order-track .data-table td:nth-child(2) {
    white-space: nowrap
}

.member-order-track .data-table .price {
    font-size: 16px
}

.member-order-track address {
    margin: 0
}

.footer-container {
    background-color: #fff
}

.footer-container .footer .footer_col .links li:before {
    display: none
}

.footer-container .footer-bottom>div {
    border-color: #ececec
}

.footer-container .footer .footer_col p {
    margin-bottom: 10px
}

.footer-info p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.footer-info p strong {
    font-size: 16px;
    text-align: center;
    margin-right: 5px
}

.footer-info p strong .fa {
    width: 24px;
    color: #777
}

.footer-info p span {
    flex: 1
}

.footer_col_social a {
    width: 36px;
    height: 36px;
    margin-top: 5px;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 36px;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon-background {
    position: relative;
    background: 0 0!important
}

.icon-background p {
    color: #999
}

.icon-background:before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    font: normal normal normal 32px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-background.free-shipping:before {
    content: "\f0d1"
}

.icon-background.money-back:before {
    content: "\f155";
    background: #555;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%
}

.icon-background.support:before {
    content: "\f2a0";
    font-size: 30px
}

.awrma-customer-rma-list .main,.awrma-customer-rma-new .main,.customer-account-edit .main,.customer-account-index .main,.customer-address-index .main,.mageplaza-betterblog-index-index .main,.mageplaza-betterblog-post-view .main,.czpblog-index-index .main,.czpblog-post-view .main,.czpblog-category-view .main,.member-order-history .main,.sales-order-history .main,.sales-order-view .main {
    padding: 0;
    margin-top: 20px;
    background: 0 0
}

.customer-account-index .history-title,.customer-account-index .history-title+p {
    display: none
}

.page-title h1,.page-title h2 {
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 10px
}

.col2-set {
    margin-bottom: 10px
}

.col2-set .box-title h2 {
    font-size: 16px;
    line-height: inherit
}

.col2-set:last-child {
    margin-bottom: 0
}

.account-login .form-list .input-box {
    width: 100%
}

.account-login button.button+a {
    padding: 10px 0 0;
    font-size: 12px
}

.account-login .new-users p {
    margin-bottom: 15px
}

.account-login .new-users ul {
    padding: 2px 0
}

.account-login .new-users ul li {
    margin-bottom: 5px
}

.account-login .new-users ul li:last-child {
    margin-bottom: 0
}

.account-login .new-users ul li i {
    color: orange;
    padding-right: 8px
}

.account-login .new-users button.button {
    padding: 9px 0;
    text-shadow: none;
    background: 0 0;
    border: 2px solid #005bab;
    color: #005bab
}

.account-create{
    text-align: center
}

.account-create form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    padding-bottom: 20px
}

.account-create form .legend{
    display: none
}

.account-create .fieldset{
    width: auto
}

.account-create .form-list .input-box{
    width: 330px
}

.account-create button.button,.account-login button.button{
    width: 100%;
    padding: 11px 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    background: #005bab
}

.fieldset .legend {
    font-size: 16px;
    line-height: initial
}

.panel-heading {
    padding: 5px 15px
}

.panel-title {
    font-size: 16px
}

.panel-body {
    padding: 25px
}

.my-account {
    background: #fff;
    padding: 20px 30px 30px
}

.my-account h1 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px
}

.my-account .fieldset {
    margin: 0
}

.my-account address {
    margin-bottom: 0
}

.level .bronze {
    background: #8bc34a
}

.level .silver {
    background: #005bab
}

.level .gold {
    background: #ff9800
}

.level .diamond {
    background: #333
}

.level-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

.level-container p {
    margin-bottom: 5px
}

.level-container .credit-info {
    margin: 0 50px 0 auto
}

.level-container .credit-info>div {
    display: none
}

.level-container .cur-level {
    padding: 2px 10px;
    color: #fff
}

.level-container .cur-credit span {
    color: #8bc34a;
    font-size: 16px
}

.level-info>p{
    margin-bottom: 10px;
}

.level-progress {
    margin: 10px 0
}

.level-progress .progress {
    margin-top: 40px
}

.level-amount {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    margin-top: -15px
}

.level-amount li {
    position: relative;
    width: 33.33%
}

.level-amount li span {
    width: 66px;
    display: inline-block;
    margin-left: -33px;
    color: #555;
    text-align: center
}

.level-amount li .current-amount {
    position: absolute;
    top: -56px;
    left: 0;
    width: auto;
    display: none
}

.level-amount li .current-amount span {
    position: relative;
    color: #005bab;
    font-size: 16px;
    width: 80px;
    margin-left: -40px
}

.level-amount li .current-amount span:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 8px;
    margin-left: -4px;
    font-size: 18px
}

.level-amount li:first-child>span {
    display: none
}

.level-benefit .price {
    font-size: 16px
}

.benefit {
    color: #fff;
    font-size: 12px;
    padding: 4px 20px;
    border-radius: 20px;
    background: #005bab;
    line-height: 25px;
}

.benefit.nobenefit {
    background: #eee;
    color: #999
}

.order-info dt {
    font-size: 16px;
    font-family: Lato,sans-serif;
    margin: 0 0 10px
}

.filters-wrap {
    background: #eee;
    padding: 20px 25px;
    border-radius: 4px
}

.filters-wrap label {
    width: 50px;
    text-align: right;
    font-weight: 700;
    margin-right: 5px;
    vertical-align: middle
}

.order-history {
    margin-top: 20px
}

.order-history .data-table {
    margin: 0 0 15px;
    border: 1px solid #ddd
}

.order-history .data-table td {
    padding: 10px
}

.order-history .data-table thead td {
    border: 0
}

.order-history .data-table thead span {
    display: inline-block;
    padding: 3px 30px 0 0
}

.order-history .data-table .order-item-inner {
    padding: 0
}

.order-history .data-table .order-item-inner table tbody {
    border: 0
}

.order-history .data-table .order-item-inner table td {
    border: 0;
    border-top: 1px solid #ddd
}

.order-history .data-table .order-item-inner table tr:first-child td {
    border-top: 0 none
}

.order-history .data-table .info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 480px
}

.order-history .data-table .date {
    color: #999
}

.order-history .data-table .product-image {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
    border: 1px solid #eee
}

.order-history .data-table .product-name {
    width: 220px;
    margin-right: 10px
}

.order-history .data-table .product-name span {
    display: block
}

.order-history .data-table .product-name em {
    font-size: 12px;
    color: #999
}

.order-history .data-table .price-box,.order-history .data-table .qty {
    margin: 0 auto
}

.order-history .data-table .price-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column
}

.order-history .data-table .price {
    font-size: 16px
}

.order-history .data-table .discount .price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.order-history .data-table .gst,.order-history .data-table .postage {
    display: block;
    font-size: 12px
}

.order-history .data-table .gst .price,.order-history .data-table .postage .price {
    font-size: 12px;
    color: #999
}

.order-history .data-table .shipping-name {
    display: inline-block;
    width: 80px
}

.order-history .data-table .total {
    width: 90px
}

.order-history .data-table .actions a {
    display: block;
    white-space: nowrap;
    text-align: left;
    color: #555
}

.order-history .amount,.order-history .limiter {
    /*display: none*/
    height: 20px;
}

.block-account {
    background: #fff;
    padding: 15px 20px
}

.block-account-manager {
    background: #fff
}

.block-account-manager .block-title {
    background: #005bab;
    color: #fff;
    padding: 7px 20px
}

.block-account-manager .block-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 15px
}

.block-account-manager .block-content ul>li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.block-account-manager .block-content ul>li i {
    color: #bbb;
    padding-right: 8px;
    width: 22px;
    text-align: center
}

.block-account-manager .block-content ul>li:last-child {
    margin-bottom: 0
}

.account-manager-avatar {
    width: 40%;
    margin: 0 auto
}

.account-manager-avatar .thumbnail {
    margin-bottom: 10px
}

.company-info {
    display: none;
    padding: 16px 30px 30px;
    border-radius: 6px;
    border: 2px solid #005bab;
    background: #fff;
    z-index: 999
}

.company-info h3 {
    border-bottom: 2px solid #005bab;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.company-info p {
    margin-bottom: 15px;
    color: #005bab
}

.company-info .form-list .field,.company-info .form-list .input-box {
    width: 250px
}

.company-info .form-list li.wide .input-box {
    width: 530px
}

.company-info .close {
    position: absolute;
    right: -23px;
    top: -23px;
    opacity: 1;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    float: none;
    padding: 0;
    border-radius: 50%;
    background: #005bab
}

.company-info button.button {
    background: #005bab
}

.companyFormResult p {
    margin: 0
}

/*Sidebar Collapse*/
.sidebar-collapsed .col-left.sidebar{
    display: none;
}
.sidebar-collapsed .col-main{
    width:100%
}

#sidebarCollapseBtn{
    margin-top: -25px;
    width: 80px;
    background-color: #005bab;
    color: #fff;
    font-size: 16px;
    padding: 5px 5px 5px 10px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    display:none;
}
.catalog-category-view #sidebarCollapseBtn{
    display: block;
}
#sidebarCollapseBtn:hover{
    background-color: #588cda;
}
#sidebarCollapseBtn span{
    padding-left: 5px;
    font-size: 14px;
}

/*Add to Cart Qty Dial*/
.qty-dial{
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.qty-dial .qty-dial-inc-btn,.qty-dial .qty-dial-dec-btn{
    border: 1px solid #588cda;
    padding: 8px;
    margin: 0px 3px;
    color: #588cda;
    border-radius: 2px
}
.qty-dial .qty-dial-inc-btn:hover, .qty-dial .qty-dial-dec-btn:hover{
    border: 1px solid #588cda;
    background-color: #588cda;
    color: #fff;
}
.qty-dial .qty-dial-input {
    width: 34px;
    height: 34px;
    text-align: center;
    color: #555;
}

/*Product grid actions*/
.products-grid .item .actions {
    width:100%
}

/*Add To Cart button*/
.products-grid .item .product-box a.btn{
    width:100%;
    background-color:#005bab;
    font-weight:600;
}
.products-grid  .item  .product-box a.btn:hover{
    background-color:#f52131;
}

/*Product grid swatch*/
.products-grid .item .cjm-swatches{
    width:100%;
    height:46px;
}
.products-grid .item .cjm-swatches .swatchLabel-category{
    display: none;
}
.products-grid .item .cjm-swatches p.float-clearer{
    display: none;
}
.products-grid .item .cjm-swatches .swatch-category-container {
    /*padding-left: 35%;*/
    display: flex;
    justify-content: center;
    height: 23px!important;
}

/*Catalog Sidebar*/ 
aside.col-left.sidebar {
    margin-top: 15px;
}
.block-layered-nav {
    border:1px solid #ddd;
    /*border-bottom: none;*/
}

.block-layered-nav{
    margin-bottom: 0px;
}
.block-layered-nav .block-title{
    display:hide;
}
.block-layered-nav .block-content{

}
.block-layered-nav .currently{
    font-size: 14px;
}

.block-layered-nav .actions {
    padding: 0px 0px;
    margin-bottom: 5px;
    border-bottom:none;
}
.block-layered-nav .currently .block-subtitle{
    display: block;
    border: none;
    background-color: transparent;
    padding: 16px 20px 4px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #21293c;
    letter-spacing: 0.01em;
    margin-top: 14px;
}
.block-layered-nav .currently ol {
    border: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 20px;
    padding: 10px 0;
}
.block-layered-nav .currently ol li{
    padding: 5px 20px 5px 20px;
    color: #7b858a;
    font-weight: 500;
    font-size: 13px;
}
.block-layered-nav .currently ol li .label{
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
}

.block-layered-nav .actions {
    border: none;
    background-color: transparent;
    /*border-bottom: #efefef solid 1px;*/
    padding-left: 0;
    font-size: 13px;
    padding: 10px 20px 25px 15px;
    text-align: right;
    /*margin-bottom: 14px;*/
}

.block-layered-nav dt{
    border: none;
    background-color: transparent;
    padding: 16px 20px 4px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color:#333;
    letter-spacing: 0.01em;
}
.block-layered-nav dd{
    border: none;
    background-color: transparent;
    padding: 10px 20px 26px 0px;
    border-bottom: #efefef solid 1px;
    position: relative;
}
/*.block-layered-nav dd:last-child{
    border-bottom: none;
}*/
.block-layered-nav  dd ol,.block-layered-nav  dd ul{
    padding-left: 20px;
}
.block-layered-nav  dd ol li{
    line-height: 2;
    font-size: 14px;
}
.block-layered-nav  dd ol li a{
    /*margin-right: 55%;*/
}

#sidebar-nav{
    border:1px solid #ddd;
    border-top:none;
}
#sidebar-nav .block-content{
    padding: 0px;
}

/*Catalog*/
.products-grid .item .item-box {
    padding: 5px 10px;
}

/*Price*/
.price-box .regular-price {
    float: none 
}
.old-price {
    padding-right: 10px;
    display: inline-block;
}

.old-price .price {
    text-decoration: line-through;
    /*font-size: 25px;*/
}

.product-options-bottom .price-box .price {
    font-size: 25px; 
    line-height: 18px; 
    font-weight: 400;
    vertical-align: inherit; 
}
.products-grid .old-price {
    float: none; 
    margin-left: 0px; 
    padding-right: 3px;
    /*    display: block;*/
}

.category_products .products-grid .old-price {
    /*margin-left: 5px;*/ 
    display: inline-block;
}

.products-grid .old-price .price {
    font-size: 14px;
}

.special-price {
    float:none;
    display:  inline-block;
    vertical-align: text-bottom;
}

.special-price .price{
    color:#f52131;
}
.category-products .products-grid .item .price-box,
.mini-products-grid .item .price-box
{
    width: 100%;
    text-align: center;
}
.category_products .products-grid .item .price-box .special-price ,
.mini-products-grid .item .price-box .special-price 
{
    vertical-align: inherit;
    margin-right: 0px;
}


.products-grid .special-price,.mini-products-grid .special-price {
    vertical-align: inherit;
}

.products-grid .item .current-price .price, .products-grid .item .regular-price .price, .products-grid .item .special-price .price,
.mini-products-grid .item .current-price .price, .mini-products-grid .item .regular-price .price, .mini-products-grid .item .special-price .price  {
    font-size: 20px;
    font-weight: 700;
}
.minimal-price-link {
    float: none; 
}
.minimal-price-link .price {
    font-size: 16px;
    font-weight: 700;
    color:#f52131;
}

.gst {
    display:  inline-block;
}

.product-view .product-shop .gst .gst-excl {
    font-size: 16px;
    color: #999;
}
.products-grid  .gst .gst-excl {
    font-size: 10px;
    color: #999;
}

/*Member Price*/
.member-price-item {
    /*margin-top: 3px;*/
    height: 30px;
}
.member-price-item .member-price-label{
    border: 1px solid #005bab;
    border-radius: 3px;
    padding: 3px;
    color: #005bab;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right:3px;
}


.member-price-item .member-price .price{
    font-size:20px;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}
.price-box .member-price-item .gst{
    /*vertical-align: middle;*/
}
.price-box .old-price{
    vertical-align: middle;
}
.price-box .special-price{
    vertical-align: middle;
}
.price-box.show-member-price .regular-price .price {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: line-through;
}
.price-box.show-member-price .regular-price .gst{
    display: none;
}
.price-box.show-member-price .special-price .price {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-decoration: line-through;
}
.price-box.show-member-price .special-price .gst{
    display: none;
}

/* Member Price|--- product page*/
.product-view .product-shop .price-box .member-price-item {
    margin-top: 10px;
}
.product-view .product-shop .price-box .member-price-item .member-price-label{
    font-size: 13px
}

.product-view .product-shop .member-price-item .member-price .price{
    font-size: 32px
}
.product-view .product-shop .price-box.show-member-price .special-price .price {
    font-size: 25px;
}
.product-view .product-shop .price-box.show-member-price .regular-price .price {
    font-size: 25px;
}

/* Member Price|-- Cart Page*/
.cart_product .show-member-price .member-price-item{
    text-align: right;
}
.cart_product .show-member-price .member-price-item .member-price .price{
    font-size: 16px;
}
.cart_product .show-member-price .total_excl strong{
    display: block;
    text-align: right;
}

#shopping-cart .show-member-price .cart-price{
    width: 100%;
    font-size: 15px;
}
#shopping-cart .show-member-price .product-description .total_excl, #shopping-cart .show-member-price .product-description .unit_excl {
    line-height: 20px;
}

#shopping-cart .show-member-price .cart-price>div>.price{
    text-decoration: line-through
}

.cart_product .show-member-price .unit_excl>strong {
    display: block;
}
#shopping-cart .show-member-price .cart-price1{
    text-align: right;
    display: block;
}
#shopping-cart .show-member-price .cart-price1>.price{
    text-decoration: line-through;
    font-size: 15px;
}

/*Member Price|--Checkout page*/
#aw-onestepcheckout-review-cart .show-member-price .cart-price>span:first-child{
    text-decoration: line-through;
    line-height: 20px;
    height: 20px;
}
#aw-onestepcheckout-review-cart .show-member-price .member-price-item .member-price .price{
    font-size: 13px;
    line-height: 20px;
    height: 20px;
}
#aw-onestepcheckout-review-cart .show-member-price .member-price-item .member-price-label {
    line-height: 20px;
    height: 20px;
    margin-right: 0px;
}





/*link a*/
a {
    color: #21293c;
}

/*eway payment*/
#payment_form_ewayau_direct li div.input-box br {
    clear: both;
}

/*AW one page checkout*/
#aw-onestepcheckout-container #aw-onestepcheckout-related .aw-onestepcheckout-related-block-item .add-to-links{
    display: none;
}

#aw-onestepcheckout-container #aw-onestepcheckout-shipping-method dl dd ul li label{
    display: inline;
}
/*AW one page checkout - v20190528*/
.aw-onestepcheckout-index-index .main{
    background: none;
    padding:0px;
}
#aw-onestepcheckout-container {
    background: #fff;
    border: 1px solid #bbafa0;
    width: 96%;
}

.aw-onestepcheckout-add-loader-into-this-block{
    width: 100%;
}
.aw-onestepcheckout-add-loader-into-this-block .input-box{
    width: 100%;
}

#aw-onestepcheckout-address-billing #billing-address-select, #aw-onestepcheckout-address-shipping #shipping-address-select {
    width: 100%;
}

#aw-onestepcheckout-shipping-method .sp-methods dd li, #aw-onestepcheckout-payment-method .sp-methods dt {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    padding: 10px;
}

#aw-onestepcheckout-shipping-method .sp-methods dd .error-msg li {
    color: #fd4545;
}
#aw-onestepcheckout-shipping-method .sp-methods dd .error-msg:before{
    color: #f5f5f5;
}

#aw-onestepcheckout-order-review-cart-wrapper{
    width: 100%;
}

#aw-onestepcheckout-order-review-coupon-wrapper {
    width: 100%;
}
#aw-onestepcheckout-review-coupon .input-box {
    width: 100%;
}
#aw-onestepcheckout-review-coupon .input-box input {
    width: 100%;
}

#aw-onestepcheckout-review-comments .input-box {
    width: 100%;
}
#aw-onestepcheckout-place-order-button{
    width: 100%;
}

.aw-onestepcheckout-cart-table tbody td{
    padding: 5px 8px;
}

.aw-onestepcheckout-cart-table tbody tr td h3{
    line-height: 20px;
}

.aw-onestepcheckout-cart-table .item-options dt {
    display: inline-block;
}
.aw-onestepcheckout-cart-table .item-options dd {
    display: inline-block;
}

.aw-onestepcheckout-overlay, .aw-onestepcheckout-timer {
    background-color: #fff;
}

/*Onestepcheckout Terms & Conditions*/
#aw-onestepcheckout-review-terms li a{
    color:#005bab
}

/*Print Invoice*/
.page-print .print-head address {
    float: right;
}

/*Customer Register*/
.account-create .form-list .field {
	 float: none;
}

/*Video Container*/
.video-container {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative; }
.video-container.r16x9 {
    padding-bottom: 56.25%; }
.video-container.r4x3 {
    padding-bottom: 75%; }
.video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/*Home page banner track order widget*/
#banner .banner-box ul li:last-child{
    display: none;
}
#banner .banner-box ul li:first-child{
    height:100%
}
#banner .banner-box ul li.order-track{
    /*background: white;*/
/*            border:1px solid #005bab;*/
    display: block;
    position: relative;
}
#banner .banner-box ul li.order-track  img{
        max-width: 100%;
        max-height: 100%;
        /*border:1px solid #005bab;*/
}


#banner .banner-box ul li.order-track .track-container{
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        text-align: center;
        top: 0;
        left: 0;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        position: absolute;
        padding:5% 10%;
}
#banner .banner-box ul li.order-track .track-form{
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
}

#banner .banner-box ul li.order-track .track-form .track-title{
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 1.1rem;
        color:#005bab;
        font-weight: 600;
        margin-bottom: 10%;
        visibility: hidden;
}

#banner .banner-box ul li.order-track .track-form .track-inputs{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
}

#banner .banner-box ul li.order-track .track-form input{
    width:100%;
/*            flex:5;*/
    border-radius: 0.2rem;
    height:2.5rem;
    margin-bottom: 5%;
}
#banner .banner-box ul li.order-track .track-form  input:focus{
    border:1px solid #005bab
}

#banner .banner-box ul li.order-track .track-form   .btn{
    /*flex:1*/
    width:100%;
    height: 2.5rem;
    padding: 0rem 0.5rem;
    /*background-color: #f52131;*/
    background-color: #005bab;
    color:#ffffff
}

#banner .banner-box ul li.order-track.has-btn .track-form   .btn{
    margin-top: 40%;
}

.footer-container .footer-bottom .app-download-badges a img{
    width: 100px;
}

/*Product Description*/
.details-container .details-left {
    flex-basis: 70%;
    margin-right: 20px;
}
.details-container .details-right {
    flex-basis: 30%;
    margin-left: 20px;
}

/*Mini Cart*/
.top-menu {
    /*display: inline;*/
    
    display: inline-block;
    vertical-align: middle;
}
.topcart{
    display: inline-block;
}
.topcart #carts .cart-info {
    color:#fff;
}
.topcart #carts .num {
    left: 25px;
    top: 28%;
    background: #f52131;
    line-height: 20px;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
}

.topcart .cart-content .button-actions a.btn-checkout {
    background-color: #005bab;
}

/*Panel*/
.panel-primary>.panel-heading {
    border-color: #005bab;
    background-color: #005bab;
    background-image: none !important;
    background-repeat: no-repeat !important;
}
.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*Shopping Cart*/
#shopping-cart .product-description .product-title .item-msg{
    color: #f52131;
}
#shopping-cart .product-description .product-title .item-msg.notice{
    color: #f52131;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
}
#shopping-cart .product-description .product-title .backorder-intro-btn{
    color: #f52131;
    font-weight: 600;
    margin-bottom: 5px;
}
/*Catalog product Out of stock*/ 
.products-grid .item .actions .availability.out-of-stock{
    color: #f52131;
    text-align: center;
    display: block;
    margin: 0px 5px;
    font-size: 16px;
    height:34px;
}
/*Product View Only X Left*/
.main-container .availability-only {
    margin: 0 0 7px;
    font-size: 16px;
    color: #f52131;
}

/*Nav li */

#nav.wide>li>ul>li.level1 {
    width: 15%;
}

#nav.wide>li>ul.wide-children>li.level1 {
    width: 13%;
}

#nav.wide>li>ul.wide-children>li>ul li a {
    font-size: 12px;
}

#nav.wide>li>ul {
    overflow:unset;
}

/*#nav li {
    margin-left: 1px !important;
}*/
/*Nav li no transition */
#nav.suspend ul {
    -webkit-transition: none!important; 
    transition: none!important; 
}

/*Nav category badge*/
.nav-container label.cat_label{
    background-color: #F52131;
    height: 18px;
    line-height: 18px;
    /* width: 30px; */
    /* padding-left: 5px; */
    padding-bottom: -7px;
    position: absolute;
    top: -6px;
    border-radius: 10px;
    /* padding: 3px; */
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -13px;
    font-weight: 600;
    font-size: 9px;
}
.nav-container label.cat_label span{
    display: block;
}
/*Phone Menu*/
.phone_menu .cat_label{
    color: #fff;
}

/*NZ store*/
.cms-home-nz .main {
    background: 0 0;
    padding: 0;
    border-radius: 0;
}

/*Nav custom menu*/
#nav.wide>li.cat_0>ul {
    width:80px;
    display: block;
}
#nav li.cat_0 .shown-sub {
    left: auto;
}

/*Nav custom menu - Three levels*/
#nav.wide>li.cat_0.three-levels>ul {
    width: 100%;
}

#nav li.cat_0.three-levels .shown-sub {
    left: 0;
}

#nav.wide>li.cat_0.three-levels>ul {
    display: flex;
}

/*Nav custom Phone menu*/
/*.phone_menu .cat_0>ul {
    display: none;
    margin-top: 10px;
}
.phone_menu .cat_0.current>ul {
    display: block;
}*/

/*Nav Site Switcher*/
.header .site-swticher{
    /*position: relative;*/
    display: inline-block;
}
.header .site-swticher .list{
    position: absolute;
    display: none;
}
.header .site-swticher:hover .list{
    display: block;
    z-index:999999;
}

.header .site-swticher .site{
    background-color: #004480;
    border-radius: 10%;
    padding: 5px 5px;
    cursor: pointer;
    width: 55px;
}

.header .site-swticher .list .site{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #dfdfdf;
    padding: 10px 5px;
}

.header .site-swticher .list .site span{
    color: #005bab;
}

.header .site-swticher:hover .site.current{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*.header .site-swticher .list .site:hover{
    background-color: #004480;
}

.header .site-swticher .list .site:hover span{
    color: #fff;
}*/
.header .site-swticher .site img{
    width: 20px;
}
.header .site-swticher .site span{
    font-size: 14px;
    font-weight: 600;
    color:#fff;
    line-height: 20px;
    
}

/**Topbar*/
.top_bar a.shipping-terms-link {
    color: #005bab;
}
.top_bar a.shipping-terms-link:hover {
    text-decoration: underline;
}

.top_bar a.shipping-terms-link i.fa-info-circle{
    color: #d8d8d8;
    font-size: 15px;
    margin-left: 2px;
}

.top_bar a.shipping-terms-link:hover i.fa-info-circle{
    color: #005bab;
}

/**Popup*/
.popup-content-wrap{
    position: relative;
    background: #FFF;
    padding: 10px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

/**Screen conditions*/
.condition-wrap{
    margin-bottom: 10px;
}
.condition-badge img{
    height:32px;
}



@media (min-width:992px) {
    .search_t {
        width: 400px
    }

    .account-login .registered-users {
        border-right: 1px solid #eee
    }

    .account-login .col2-set .content {
        padding: 0 70px
    }

    .middle-banner {
        padding: 30px
    }

    .middle-banner .banner-icon {
        padding: 0 30px 0 10px
    }

    .middle-banner .banner-content {
        margin-right: 0;
        line-height: 22px
    }
}
/*Customer Account*/
span.account-type {
    border: 1px solid #005bab;
    color: #005bab;
    padding: 2px 3px;
    border-radius: 3px;
}

@media (min-width:1200px) {
    .top-menu li {

    }

    .search_t {
        width: 620px
    }

    .account-login .col2-set .content {
        padding: 0 70px
    }

    .account-login .new-users ul {
        padding: 9px 0
    }

    .account-login .new-users ul li {
        margin-bottom: 6px
    }

    .board-container .price-board {
        width: 25%!important
    }

    .middle-banner {
        padding: 40px
    }

    .middle-banner .banner-icon {
        padding: 0 30px
    }

    .middle-banner .banner-content {
        margin-right: 30px;
        line-height: 24px
    }

    .contact-box .contact-link {
        justify-content: center
    }

    .contact-box .contact-link a {
        width: 380px;
        margin: 0 8px
    }

    .contact-list {
        width: 776px
    }

    .footer-container .footer .footer_col:first-child {
        padding-right: 22px
    }

    .footer_content li.footer_col.col_4_footer {
        width: 24%!important
    }

    .footer_content li.footer_col.col_4_footer:first-child {
        width: 28%!important
    }

    .footer_content li.footer_col.col_4_footer:first-child h4 {
        display: none
    }

    .footer_content li.footer_col.col_4_footer:first-child p:first-child {
        margin-bottom: 15px
    }

}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .flex-viewport,.left_img,.left_img img,.slider,.slider_content,.slides,.slides li {
        height: 100%
    }
}

@media (min-width:768px) {
    .board-container .price-board {
        width: 33.33%
    }
    .catalog-category-view .sidebar .block .block-title {
        display: none;
    }
}

@media (max-width:992px) {
    .top_massage:before {
        display: none
    }

    .top-menu li {
        padding-left: 5px
    }

    .top-menu li a {
        font-size:14px;
    }

    #nav.wide>li>a {
        padding: 10px 12px
    }

    .board-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .board-container .homeSlider {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
        margin-bottom: 15px
    }

    .board-container .price-board {
        width: 100%;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2
    }

    .board-container .price-board table {
        width: 100%
    }

    .board-container .price-board-content {
        /*height: auto*/
    }

    .middle-banner {
        padding: 30px
    }

    .middle-banner .item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .middle-banner .banner-icon {
        padding: 0 0 15px
    }

    .middle-banner .banner-content {
        margin-right: 0;
        line-height: 20px;
        font-size: 15px
    }

    .footer-container .footer .footer_col:first-child h4 {
        display: none
    }

    .footer-container .footer .footer_col:first-child .footer_item {
        display: block!important
    }

    .footer-container .footer-bottom>div {
        border: 0
    }

    .footer_col_social {
        margin: 5px 0 10px
    }

    .catalog-category-view .sidebar .block .block-title {
        display: block;
    }
    .catalog-category-view #sidebarCollapseBtn{
        display:none;
    }
    
    /*Home page banner order track widget*/
    #banner {
        margin-top: 0px;
    }
    #banner .banner-box ul li.order-track .track-form .track-title{
        font-size:0.5rem;
    }
    
    #banner .banner-box ul li.order-track .track-form input{
        height:1.6rem;
    }
    
    #banner .banner-box ul li.order-track .track-form   .btn{
        font-size:0.5rem;
        height:1.6rem;
    }
    
    #banner .banner-box ul li.order-track.has-btn .track-form   .btn{
        margin-top: 45%;
    }
    
    /*home feature category header h2*/
    .category_products .bg-title a {
        height: 10px;
	line-height: 10px;
    }
}

@media (max-width:767px) {
    .header_content .inner-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column
    }

    .header .header_content_right {
        margin: 10px 0
    }

    .top_bar {
        display: none
    }

    .search_t {
        width: 100%
    }

    .banner ul li:first-child {
        margin-bottom: 16px
    }

    .middle-banner {
        padding: 0 15px;
        background: 0 0;
        margin-top: 10px
    }

    .middle-banner .item {
        margin-bottom: 15px;
        text-align: center;
        background: #fff;
        padding: 20px
    }

    .middle-banner .item:last-child {
        margin-bottom: 0
    }

    .middle-banner .banner-icon {
        padding: 0 0 10px
    }

    .slide .flex-direction-nav a {
        top: 8px
    }

    .product-type .bg-title {
        padding: 15px 0 0 15px
    }

    .product-type .bg-title h2 {
        font-size: 16px;
        line-height: 20px
    }

    .product-type .products-grid {
        margin: 0!important
    }

    .product-type .products-grid .item .product-info {
        padding: 15px 15px 10px
    }

    .category_products {
        padding: 15px 0 0;
        margin: 0
    }

    .category_products .category_content_box {
        margin: 0
    }

    .category_products .bg-title h2 {
        font-size: 12px;
        line-height: 20px
    }

    .category_products .products-grid,.category_products .products-grid .item {
        margin: 0!important
    }

    .category_products .products-grid .item .item-box {
        padding: 15px;
        margin: 0!important
    }

    .price-container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 10px
    }

    .bg-title .view_more {
        font-size: 16px;
        height: 20px;
        line-height: 20px
    }

    .category_products .slider_nav {
        margin-right: 5px
    }

    .product-type {
        margin-top: 0
    }

    .contacts-index-index .fieldset {
        padding: 0 25px
    }

    .contact-box {
        padding-bottom: 20px
    }

    .contact-box .contact-link a {
        padding: 20px;
        font-size: 14px
    }

    .contact-box .contact-link a i {
        font-size: 20px
    }

    .contact-box .contact-link a span {
        margin-left: 15px;
        padding-left: 15px
    }

    .contact-box .contact-link a:first-child i {
        font-size: 34px
    }

    .my-account {
        padding: 10px 15px 0
    }

    .footer-container .footer-bottom .copyright {
        display: block
    }

    #sidebarCollapseBtn{
        margin-top: -10px;
    }

    .price-board{
        display:none;
    }

    .board-box {
        margin-top: 0px 
    }

    .board-box .container{
        padding: 0px;
    }

    .main-container .container .main{
        margin: 0px;
    }

    .catalog-category-view #sidebarCollapseBtn{
        display:none;
    }

    .catalog-category-view .sidebar .block .block-title {
        font-size: 18px;
        color:#21293c;
        border-bottom: 1px solid #efefef;
        text-transform: uppercase;
        padding-bottom: 10px;
        display: block;
    }

    .catalog-category-view .sidebar .block .block-title:before {
        content: "\f196";
        color:#005bab;
    }
    .catalog-category-view .sidebar .block .block-title.current:before {
        content: "\f147";
        color:#005bab;
    }
    
    .category_products .products-grid .old-price {
        display:none;
    }
    
    /*Member Price*/
    .member-price-item .member-price-label {
        padding:2px;
        margin-right: 1px;
    }
    /* |--Cart Page*/
    #shopping-cart .show-member-price .unit_excl{
        width: 172px;
    }
    #shopping-cart .show-member-price .unit_excl>strong{
        text-align: right; 
    }
    #shopping-cart .show-member-price .cart-price{
        width: 172px;
    }
    #shopping-cart .cart_product li.show-member-price  .cart-price {
        text-align: right; 
    }
    
    /*AW One Step Checkout*/
    #aw-onestepcheckout-payment-method .sp-methods dt label {
        min-width: auto;
    }
    
}