/*
Theme Name: SeaFood
Theme URI: http://seafood-store.myharavan.com/
Author: PandaDevTeam
Author URI: https://pandadevteam.github.io/
Description: Panda Developers
Version: 1.0
License: GNU General Public License v2 or later
Tags: two-columns, left-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu
Text Domain: Accent
*/
/*========================================================== GENERAL ==========================================================*/
* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}
.fa {
    font-family: 'FontAwesome' !important;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
img, iframe {
    max-width: 100%
}
table {
    width: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1.42857143;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Roboto, sans-serif;
}
ol, ul {
    padding-left: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
p {
    margin-bottom: 10px;
    line-height: 24px;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a {
    color: #333333;
}
a:hover {
    text-decoration: none;
    color: #0f9ed8;
}
a:focus {
    text-decoration: none;
    outline: none;
}
button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
input[type=text], input[type=email], input[type=password], input[type=number], input[type=search], textarea {
    border: 1px solid #b5b5b5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    border-radius: 0;
}
button, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus {
    border-color: #C1BCBC;
    outline: none;
}
fieldset {
    border: 2px groove threedface;
    display: block;
    padding-block-end: 0.75em;
    padding-block-start: 0.35em;
    text-align: center;
}
fieldset legend {
    display: inline-block;
    color: inherit;
    background: none;
    vertical-align: top;
}
[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
/* reuse style */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pos_initial {
    position: initial;
}
.pos-t-0 {
    top: 0;
}
.pos-t-10 {
    top: 10%;
}
.pos-t-20 {
    top: 20%;
}
.pos-t-30 {
    top: 30%;
}
.pos-b-0 {
    top: 0;
}
.pos-b-10 {
    bottom: 10%;
}
.pos-b-20 {
    bottom: 20%;
}
.pos-b-30 {
    bottom: 30%;
}
.pos-l-0 {
    left: 0;
}
.pos-l-10 {
    left: 10%;
}
.pos-l-20 {
    left: 20%;
}
.pos-l-30 {
    left: 30%;
}
.pos-r-0 {
    right: 0;
}
.pos-r-10 {
    right: 10%;
}
.pos-r-20 {
    right: 20%;
}
.pos-r-30 {
    right: 30%;
}
.pos-l-ini {
    left: initial !important;
}
.pos-r-ini {
    right: initial !important;
}
.pos-t-ini {
    top: initial !important;
}
.pos-b-ini {
    bottom: initial !important;
}
.p-l-0 {
    padding-left: 0;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-7-5 {
    padding-left: 7.5px
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-25 {
    padding-left: 25px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-r-0 {
    padding-right: 0;
}
.p-r-5 {
    padding-right: 5px;
}
.p-r-7-5 {
    padding-right: 7.5px
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right: 30px;
}
.p-t-0 {
    padding-top: 0;
}
.p-t-5 {
    padding-top: 5px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-25 {
    padding-top: 25px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-b-0 {
    padding-top: 0;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-25 {
    padding-bottom: 25px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.m-l-0 {
    margin-left: 0;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-25 {
    margin-left: 25px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-r-0 {
    margin-right: 0;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-b-3 {
    margin-bottom: 3px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.nopadding {
    padding: 0px
}
.nomargin {
    margin: 0px;
}
.p-5 {
    padding: 5px
}
.p-10 {
    padding: 10px
}
.p-15 {
    padding: 15px
}
.p-20 {
    padding: 20px;
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.centerX {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.centerY {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.width_100_percent {
    width: 100%
}
.width_75_percent {
    width: 75%
}
.width_50_percent {
    width: 50%
}
.width_25_percent {
    width: 25%
}
.width_5 {
    width: 5px;
}
.width_10 {
    width: 10px
}
.width_15 {
    width: 15px
}
.width_20px {
    width: 20px
}
.width_25 {
    width: 25px
}
.width_30 {
    width: 30px
}
.border-radius-0 {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
}
.border-radius-1 {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-border-radius: 1px;
}
.border-radius-2 {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}
.border-radius-3 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.border-radius-4 {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
.border-radius-5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.border-radius-6 {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.border-radius-7 {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-border-radius: 7px;
}
.border-radius-8 {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}
.border-radius-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
.b-0 {
    border: 0;
}
.b-l-0 {
    border-left: 0;
}
.b-r-0 {
    border-right: 0;
}
.b-t-0 {
    border-top: 0;
}
.b-b-0 {
    border-bottom: 0;
}
.b-1 {
    border: 1px;
}
.b-l-1 {
    border-left: 1px;
}
.b-r-1 {
    border-right: 1px;
}
.b-t-1 {
    border-top: 1px;
}
.b-b-1 {
    border-bottom: 1px;
}
.dis_block {
    display: block;
}
.dis_inline {
    display: inline-block;
}
.rte ul, .rte ul li {
    list-style-type: disc;
    padding-left: 30px;
}
.rte ol, .rte ol li {
    list-style-type: decimal;
    padding-left: 30px;
}
/*custom Scroll Chrome */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(105, 105, 105, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(105, 105, 105, 0.4);
}
@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.uil-ring-css {
    background: none;
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
}
.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 4px 0 0 #0f9ed8;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}
/*=========== custom style ===============*/
/*header*/
.header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#header_main {
    padding: 10px 0px 5px;
}
#header_main h1 {
    max-width: 100%;
}
.logo {
    display: block;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}
.search_wrapper {
    margin: 15px auto 0;
    position: relative;
}
.search_wrapper .index_input_search {
    line-height: 40px;
    height: 50px;
    border: 1px solid #ccc;
    font-size: 12px;
    width: 100%;
}
.search_wrapper .index_input_search:focus, .search-wrapper .index_input_search:hover {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
}
.btn_search_submit {
    background-color: #0f9ed8;
    color: #fff;
    position: absolute;
    font-size: 12px;
    padding: 0px 15px;
    right: 0;
    text-align: center;
    top: 0;
    border: 1px solid transparent;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.btn_search_submit:hover {
    color: #fff;
}
.user_login, .cart_header {
    margin-top: 20px;
    float: right;
    padding-bottom: 10px;
    position: relative;
}
.user_login a, .cart_header a {
    display: block;
}
.user_login {
    margin-right: 30px;
}
.user_login a:hover, .cart_header a:hover {
    color: #333;
}
.user_login_icon {
    color: #000;
    width: 40px;
    vertical-align: top;
    margin-right: 5px;
    min-height: 40px;
    background: url(user91e3.png?v=640) no-repeat 0 50%;
    display: inline-block;
}
.user_login .box_text {
    margin-top: 10px;
}
.box_text {
    display: inline-block;
}
.box_text span {
    display: block;
    color: #999;
    font-size: 12px;
}
.box_text strong {
    display: block;
    font-size: 12px;
}
.cart_header_icon {
    vertical-align: bottom;
    color: #000;
    width: 40px;
    min-height: 40px;
    background: url(../images/cart91e3.png) no-repeat 0 50%;
    display: inline-block;
}
.cart_header_count span {
    display: inline;
    font-weight: 700;
    color: #000;
}
/*NAV*/
#mb_mainnav {
    background: #0f9ed8;
}
#mb_verticle_menu {
    position: relative;
}
.title_block {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    color: #ffffff;
    display: block;
    background: #00709d;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.title_block span {
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
}
.title_block:before {
    color: #ffffff;
    content: "\f0c9";
    font: 18px "FontAwesome";
    position: absolute;
    right: 15px;
    top: 12px;
}
.navbar_menuvertical {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 99999;
    display: none;
}
.navbar_menuvertical > .nav_verticalmenu {
    margin: 0px;
    padding: 0;
    border: 1px solid #dadada;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    float: left;
}
.navbar_menuvertical .nav_verticalmenu li {
    position: relative;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #dddddc;
    display: block;
    float: left;
    padding: 0px 20px;
}
.navbar_menuvertical .nav_verticalmenu li:last-child {
    border-bottom: none;
}
.navbar_menuvertical .nav_verticalmenu li a img.icon-menu {
    vertical-align: middle;
    padding-right: 15px;
}
.navbar_menuvertical .nav_verticalmenu li a {
    color: #333333;
    padding: 7px 0px;
    display: block;
    position: relative;
}
.navbar_menuvertical .nav_verticalmenu li:hover {
    background: #f9f9f9;
}
.navbar_menuvertical .nav_verticalmenu > li:hover > a:after {
    position: absolute;
    background: #0f9ed8;
    height: 100%;
    top: 0px;
    left: -20px;
    width: 2px;
    content: '';
    z-index: 2000;
    outline: 1px solid #0f9ed8;
}
.navbar_menuvertical .nav_verticalmenu > li:hover > a {
    color: #0f9ed8;
}
.navbar_menuvertical .nav_verticalmenu > li.has-child > ul {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.45s ease-out 0s;
    -moz-transition: all 0.45s ease-out 0s;
    -o-transition: all 0.45s ease-out 0s;
    transition: all 0.45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    visibility: hidden;
    border: 1px solid #eaeaea;
    min-width: 180px;
    background: #fff;
}
.navbar_menuvertical .nav_verticalmenu > li.has-child:hover > ul {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.navbar_menuvertical .nav_verticalmenu li.has-child ul li {
    border: none;
    background: #ffffff;
}
.navbar_menuvertical .nav_verticalmenu li.has-child ul li a {
    padding: 9px 0;
    color: #333333;
}
.navbar_menuvertical .nav_verticalmenu li.has-child ul li:hover {
    background: #f9f9f9;
}
.navbar_menuvertical .nav_verticalmenu li.has-child ul li:hover a {
    color: #0f9ed8;
}
.menu_hori li a {
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.menu_hori li a:hover {
    background: #00709d;
}
.menu_hori li.has_child:hover > ul {
    display: block;
}
.menu_hori li ul {
    position: absolute;
    top: 100%;
    background: #00709d;
    color: #fff;
    z-index: 999;
    /* width: 180px; */
    min-width: 100%;
    box-shadow: 2px 2px 10px 1px #ccc;
    display: none;

}
.menu_hori li ul li {

}
.menu_hori li ul li a {
    color: #ffffff;
    font-weight: normal;
    white-space: nowrap;
    padding: 5px 12px;
    display: block;
}
.menu_hori li ul li a:hover {
   /* color: #0f9ed8;*/
    background: #0f9ed8;
}
.menu_hori li ul ul {
    left: 100%;
    top: 0;
    display: none;
}
.menu_hori li ul li:hover ul {
    display: block;
}
/*Slider*/
#owl-slider .owl-controls .owl-page span {
    background: #0f9ed8;
}
#owl-slider .owl-controls .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
}
#owl-slider .owl-controls .owl-buttons .owl-prev, #owl-slider .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #333;
    background: #fff;
}
#owl-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    right: auto;
}
/*Service*/
#service_home .service_item {
    -webkit-box-shadow: 0px 1px 5px 2px #f1f1f1;
    box-shadow: 0px 1px 5px 2px #f1f1f1;
    text-align: center;
    padding: 18px 0;
    text-align: center;
    background: #00709d;
}
#service_home .icon {
    margin-right: 20px;
    display: inline-block;
    text-align: center;
}
#service_home .icon img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
#service_home .description_icon {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
span.large-text {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px 0 0px;
}
span.small-text {
    font-size: 14px;
    color: #fff;
}
/*product*/
.section-heading {
    margin: 10px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #0f9ed8;
    overflow: hidden;
}

.section-heading h2{
    font-size: 24px;
    background: #0f9ed8;
    position: relative;
    padding:5px 10px;
    color: #fff;
    float: left;
}
.section-heading h2:after {
    content: '';
    display: inline;
    position: absolute;
    width: 0px;
    height: 0;
    top: 0px;
    left: 100%;
    border-style: solid;
    border-width: 46px;
    border-color: transparent transparent #0f9ed8 #0f9ed8;
    border-color: transparent transparent transparent #0f9ed8;

}
.product-list .product-wrapper {
    margin-bottom: 15px;
}
/*sidebar banner*/
.sidebar_banner {
   margin:15px 0px;
}
.sidebar_banner:first-child {
    margin-top: 0;
}
.sidebar_banner .img_banner a,.top_image a {
    display: block;
    position: relative;
    overflow: hidden;
}
.top_image{
    position: relative;
}
.top_image img{
    width: 100%;
}
.sidebar_banner .img_banner > a img {
    border-radius: 8px;
}
.sidebar_banner .img_banner .figcaption:before,.top_image .figcaption:before {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}
.sidebar_banner .img_banner:hover .figcaption:before {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 6px;
}
.top_image:hover .figcaption:before {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 6px;
}
.sidebar_banner .img_banner > a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar_banner .img_banner > a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar_blogs {

}
.sidebar_blogs .sidebar_title {
    background: #0f9ed8 !important;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.sidebar_blogs .blog_content {
    border: 1px solid #0f9ed8;
    border-top: none;
    padding: 15px 15px 0;
}
.article_item {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.article_item .article_img {
    text-align: center;
    overflow: hidden;
}
.article_item .article_img, .article_item .article_content .title {
    margin-bottom: 7px;
}
.article_item .article_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.article_item .article_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.article_item .article_content .title h3 {
    font-size: 18px;
}
.article_item .article_content .article_meta .article_comment,
.article_item .article_content .article_meta .article_created {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
}
.article_item .article_content .article_meta .article_comment i,
.article_item .article_content .article_meta .article_created i {
    color: #0f9ed8;
}
.article_item .article_content .des {
    margin-bottom: 10px;
    font-size: 15px;
}
.article_item .article_content .readmore {
    border: 1px solid #0f9ed8;
    display: inline-block;
    background: #0f9ed8;
    color: #fff;
    padding: 5px 15px;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    font-weight: bold;
    text-transform: uppercase;
}
.article_item .article_content .readmore:hover {
    background: transparent;
    color: #333;
}
.sidebar_blogs .blog_content .article_item:last-child {
    border-bottom: none;
    padding: 0;
}
/*product-loop*/
.product_home {
    marin-bottom: 30px;
}
.product-block {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}
.product-block .product-image {
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}
.product-block .product-info .pro-name a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  /*  min-height: 35px;*/
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-block .product-info .pro-prices {
    margin-bottom: 10px;
}
.product-block .product-info .pro-prices .pro-price {
    font-weight: bold;
    color: #0f9ed8;
    padding-right: 8px;
}
.product-block .product-info .pro-prices .pro-compare-price {
    color: #898989;
    font-size: 13px;
}
.product-sale {
    background: #0f9ed8;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    z-index: 99;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.sold-out {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #0f9ed8;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    white-space: pre-line;
    width: 55px;
    text-align: center;
    line-height: 1.3;
    height: 55px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 99;
}
.show_more {
    text-align: center;
    /* padding: 10px; */
    /* margin-bottom: 78px; */
    margin-bottom: 15px;
}
.show_more a {
    text-decoration: none;
    color: #00709d;
    font-weight: bold;
}
.product-actions {
    position: absolute;
    bottom: 40%;
    width: 100%;
    left: 0;
}
.product-actions .btn-add-to-cart, .product-actions .btn_quickview {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
}
.product-actions .btn-add-to-cart:hover,
.product-actions .btn_quickview:hover {
    background: #0f9ed8;
}
.product-actions .btn-add-to-cart {
    margin-right: 15px;
}
.product-actions .btn-add-to-cart a, .product-actions .btn_quickview a {
    color: #fff;
}
.product-block:hover .product-actions .btn-add-to-cart,
.product-block:hover .product-actions .btn_quickview {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.product-block:hover .product-actions .btn-add-to-cart {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
}
.product-block:before, .product-block:after {
    width: 100%;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    content: '';
    height: 5px;
    position: absolute;
    opacity: 0;
}
.product-block:before {
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    bottom: 100%;
}
.product-block:after {
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    top: 100%;
}
.product-block:hover:after, .product-block:hover:before {
    opacity: 1;
}
.product_list.list .pro_loop {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 10px;
}
.product_list.list .pro_loop .product-block {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product_list.list .pro_loop .pro_prices .pro_price {
    color: #0f9ed8;
    font-size: 16px;
}
.product_list.list .pro_loop .pro_prices .pro_compare_price {
    color: #898989;
    font-size: 13px;
}
.product_list.list .pro_loop .pro_actions .btn {
    background: #0f9ed8;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product_list.list .pro_loop .pro_actions .btn:hover {
    border: 1px solid #0f9ed8;
    background: #fff;
    color: #333;
}
.product_list.list .pro_loop .product-block:hover:before,
.product_list.list .pro_loop .product-block:hover:after {
    opacity: 0;
}
/*Blog Home*/
#blog_index_list .blog_item {
    margin: 0 10px 25px;
    -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}
#blog_index_list .blog_item .img_blog {
    text-align: center;
}
#blog_index_list .blog_item .img_blog img {
    -webkit-border-radius: 0;
    -moz-order-radius: 0;
    border-radius: 0;
}
#blog_index_list .blog_item .blog_item_content h4 {
    margin: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#blog_index_list .article_item {
    padding: 0 10px;
    border: none;
}
#blog_index_list .article_item .article_content .title {
    display: block;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#blog_index_list .article_item .article_content .title h3 {
    font-size: 16px;
}
#blog_index_list .article_item .article_content .des {
    font-size: 14px;
}
/*footer*/
footer {
    background: #f1f2f2;
}
footer .footer_block a {
    color: #333333;
}
footer .footer_block a:hover {
    color: #0f9ed8;
}
footer .footer_top_wrap {
    padding: 20px 0;
}
footer .footer_top_wrap .footer_block .footer_block_title {
    color: #333333;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #333333;
}
footer .footer_top_wrap .footer_block .block_content .list_group {
    margin-bottom: 20px;
}
footer .footer_top_wrap .footer_block .block_content .list_group li {
    padding: 5px 0;
}
footer .footer_top_wrap .footer_block .block_content .list_group li a {
    font-size: 13px;
}
footer .footer_top_wrap .footer_block .block_content .des_newsletter_form {
    font-weight: 300;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
footer #newsletter_form {
    position: relative;
}
footer #newsletter_form input[type=email] {
    position: relative;
    border-color: #333;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    color: #330909;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
footer #newsletter_form .newsletter_wrap button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
    color: transparent;
    font-size: 20px;
}
footer .newsletter_wrap label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #999;
    font-weight: normal;
    transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    pointer-events: none;
}
footer .newsletter_wrap input:focus ~ label, footer .newsletter_wrap input.not-empty ~ label {
    top: -18px;
    color: #333;
    font-weight: 300;
    left: 0;
}
footer .newsletter_wrap input:focus ~ button,
footer .newsletter_wrap input.not-empty ~ button {
    color: #0f9ed8 !important;
}
footer .footer_bottom_wrap .row {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
}
footer .footer_address p {
    margin: 0;
}
footer .copy_right p {
    color: #aaa;
    margin-bottom: 3px;
}
footer .copy_right p a {
    color: #0f9ed8;
}
.social_footer ul {
    margin: 0;
    padding: 0;
}
.social_footer ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social_footer ul li span {
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #999;
}
.social_footer ul li a span i {
    font-size: 14px;
    line-height: 32px;
    font-style: normal;
    vertical-align: middle;
}
.social_footer ul li a span:hover {
    background: #0f9ed8;
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.social_footer p{
    margin-bottom: 2px;
}
.back-to-top {
    border-bottom: 70px solid #0f9ed8;
    border-left: 70px solid rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    bottom: 0;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 9;
    display: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.back-to-top span {
    bottom: 8px;
    display: block;
    color: #ffffff;
    position: fixed;
    font-weight: bold;
    text-transform: uppercase;
    right: 10px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.back-to-top:hover {
    border-bottom-width: 140px;
    border-left-width: 140px;
}
.back-to-top:hover span {
    bottom: 20px;
    right: 20px;
}
/*Cart Popup*/
#cart h4 {
    font-size: 27px;
    text-transform: uppercase;
}
#cart #exampleModalLabel {
    margin: 0px;
    font-size: 27px;
    line-height: 38px;
    color: #272727;
    padding: 0px;
    border: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
#cart #exampleModalLabel p {
    font-size: 16px;
    font-weight: normal;
    text-transform: initial;
}

#cart .modal-header button.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
#cart .modal-header {
    border-bottom: none;
    padding: 30px 15px 0px;
}
#cart .cart-table-header {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
}
#cart .ajax_qty input {
    width: 100%;
    padding: 8px 10px
}
#cart .modal-footer {
    border-top: none;
}
#cart .modal-body #cart-table .line-item {
    margin-bottom: 15px;
}
#cart .ajax_qty {
    max-width: 55px;
    position: relative;
    display: inline-block;
    margin: 0;
}
#cart .btn_plus, #cart .btn_minus {
    position: absolute;
    right: 0;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: none;
    height: 17px;
    line-height: 15px;
    padding: 0px 5px;
}
#cart .btn_minus {
    bottom: 0;
}
#cart .btn_plus {
    top: 0;
}
#cart .item-total {
    font-size: 23px;
    font-weight: 600;
    color: #535353;
    line-height: 1.1;
}
#cart .comeback {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    background-color: #ff7200;
    border: 1px solid #ff7200;
    padding: 6px 12px;
    margin-right: 5px;
}
#checkout {
    border: 1px solid;
    display: inline-block;
    color: #ffffff;
    background-color: #0f9ed8;
    border-color: #0f9ed8;
    padding: 6px 12px;
}
#cart .comeback:hover {
    background: #ff7200;
    border: 1px solid #ff7200;
    color: #ffffff;
}
#cart #checkout:hover {
    background: #0f9ed8;
    border: 1px solid #0f9ed8;
    color: #ffffff;
}
#cart .item-one-price, .item-price {
    color: #272727;
}
#cart .ajax_qty input[type=number]::-webkit-inner-spin-button,
#cart .ajax_qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*Cart hover*/
.cart_header_top_box .cart_empty {
    font-size: 13px;
    padding: 15px;
}
.cart_header_top_box, .user_box {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    background: #FFF;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 1);
}
.user_box iframe {
    margin-top: -10px;
}
.cart_header_top_box:before, .user_box:before {
    content: '';
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -16px;
    right: 80px;
}
.user_box:before {
    right: 75px;
}
.cart_header_top_box .cart_box_wrap {
    padding: 15px;
    max-height: 350px;
    overflow-y: auto;
}
.cart_header:hover .cart_header_top_box, .user_login:hover .user_box {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.cart_box_wrap .cart_item {
    border-bottom: 1px dotted #bcbcbc;
    position: relative;
    padding: 10px 0;
}
.cart_box_wrap .cart_item:last-child {
    border-bottom: none;
}
.cart_box_wrap .cart_item .cart_item_image {
    float: left;
    max-width: 70px;
    margin-right: 10px;
}
.cart_box_wrap .cart_item .cart_item_info {
    float: left;
    width: calc(100% - 80px);
    padding-right: 15px;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_title {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 400;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_quantity {
    display: block;
    max-width: 50px;
    margin-right: 10px;
    float: left;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_quantity .quantity_top_cart {
    width: 100%;
    padding: 4px 5px;
}
.cart_box_wrap .cart_item .cart_item_info .cart_item_price {
    font-weight: bold;
    float: left;
    text-align: center;
    display: block;
    line-height: 30px;
}
.remove {
   /* position: absolute;
    right: 0;
    top: 0;*/
}
.cart_header_top_box .total_cart {
    margin-top: 10px;
    font-size: 18px;
    padding: 0 15px;
}
.cart_header_top_box .cart-buttons {
    padding: 0 15px 15px;
}
.cart_header_top_box .cart-buttons a {
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.cart_header_top_box .cart-buttons .btn-cart {
    background: #ff7200;
    color: #ffffff;
    width: 49%;
    margin-right: 1%;
    float: left;
}
.cart_header_top_box .cart-buttons .btn-cart:hover {
    background: #ff7200;
    color: #ffffff;
}
.cart_header_top_box .cart-buttons .btn-check-out {
    background: #0f9ed8;
    color: #ffffff;
    width: 49%;
    margin-left: 1%;
    float: right;
}
.cart_header_top_box .cart-buttons .btn-check-out:hover {
    background: #0f9ed8;
    color: #ffffff;
}
.user_box {
    width: 230px;
}
.user_box ul {
    padding: 7px 15px;
    margin-bottom: 0;
}
.user_box ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background: #ff7200;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.user_box ul li:hover {
    background: #ff7200;
}
.user_box ul li.facebook {
    background: #3b5998;
}
.user_box ul li.google {
    background: #d34836;
}
.user_box ul li a {
    color: #ffffff;
    display: block;
}
.user_box ul li a:hover {
    color: #ffffff;
}
/*Menu Mobile*/
#mobile_wrap_menu {
    position: fixed;
    background-color: white;
    height: 100%;
    z-index: 10;
    width: 270px;
    color: #bbb;
    top: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: -270px;
}
.click-out-menu {
    position: fixed;
    left: 280px;
    width: 768px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
#wrap-header-mobile .click-out-menu.show-menu {
    display: block;
    z-index: 999;
}
.click_out_menu {
    position: fixed;
    left: 280px;
    width: 768px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.click_out_menu.show_menu {
    display: block;
    z-index: 999;
}
.click_out_menu .background_icon_close {
    width: 270px;
    height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
}
.icon-close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.icon-close:before {
    content: '';
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 9999;
    background: #fff;
}
.icon-close:after {
    content: '';
    height: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    position: absolute;
    top: 50%;
    right: 20%;
    z-index: 9999;
    background: #fff;
}
.user_mobile {
    background: #0f9ed8;
    color: #fff;
    padding: 10px;
    height: 33px;
}
.icon_user_mobile {
    margin-bottom: 15px;
}
.login_mobile {
    position: relative;
}
.login_mobile:after {
    position: absolute;
    right: 5px;
    content: '';
    height: 10px;
    width: 10px;
    top: 6px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}
.login_mobile a, .login_mobile a:hover {
    color: #fff;
}
#mobile_wrap_menu.show {
    left: 0;
    z-index: 9999;
}
body.overflow_hidden {
    overflow-y: hidden;
}
.opacity_body {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    cursor: pointer;
}
.close_menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
}
.close_menu:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: block;
    left: 0px;
    top: 15px;
}
.close_menu:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    left: 0px;
    top: 15px;
}
.content_menu ul li {
    position: relative;
}
.content_menu ul li a {
    padding: 10px 10px 10px 15px;
    display: block;
    color: #7b7b7b;
    font-size: 16px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.4);
}
.content_menu ul li a:hover {
    color: #0f9ed8;
}
.content_menu ul li .more {
    position: absolute;
    right: 0;
    padding: 11px 10px 11px 15px;
    font-size: 14px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    color: #7b7b7b;
}
.content_menu ul ul li a {
    padding-left: 30px;
}
.content_menu ul ul ul li a {
    padding-left: 40px;
}
.search_mobile {
    margin-bottom: 15px;
}
.search_mobile .search_wrapper {
    margin-top: 0;
}
.search_mobile .index_input_search, .search_mobile .btn_search_submit {
    line-height: 26px;
    height: 40px;
}
/*Modal login*/
#modal_login .modal-header .head, #modal_register .modal-header .head {
    background: url(icon_user91e3.png?v=640) no-repeat left center;
    min-height: 36px;
    padding: 0 0 0 50px;
}
#modal_login a, #modal_register a {
    color: #0f9ed8;
}
#modal_login .modal-header .head a:hover, #modal_register .modal-header .head a:hover {
    color: #0f9ed8;
}
#modal_login .modal-header .head p, #modal_register .modal-header .head p {
    margin-bottom: 0;
}
#modal_login .modal-body .form-group label, #modal_register .modal-body .form-group label {
    margin-bottom: 5px;
}
#modal_login .modal-body .form-control, #modal_register .modal-body .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login-form-submit, #register-form-submit {
    background: #0f9ed8;
    width: 100%;
    border-radius: 0;
    border: none;
}
#login_x iframe {
    width: 100%;
}
.modal-header .close {
    position: absolute;
    right: 15px;
}
#recover_password_x .head_recover h2 {
    margin-bottom: 15px;
    line-height: 25px;
}
#recover_password_x .head_recover p {
    line-height: 1.3;
}
/*breadcrumb*/
#breadcrumb {
    background: #f5f5f5;
}
#breadcrumb .breadcrumb {
    margin-bottom: 0;
}
/*Filter*/
#filterleft {
    padding: 0;
}
.filter_title {
    border: 1px solid #0f9ed8;
    text-align: center;
    margin-bottom: 10px;
    background: #0f9ed8;
    color: #fff;
}
a.toggle_filter {
    background: #0f9ed8;
    border: 1px solid #0f9ed8;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
a.toggle_filter.collapsed {
    color: #fff;
    border: 1px solid #0f9ed8;
}
.filter_title span {
    display: block;
    margin: 7px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#filterleft p {
    position: relative;
    border-bottom: 1px dashed #ddd;
    margin: 10px 10px 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.filter_box {
    margin-bottom: 10px;
    background: #efefef;
}
.filter_box .filter_item_wrap {
    max-height: 250px;
    overflow-y: auto;
}
.filter_box .filter_item {
    margin: 10px 0 10px 10px;
}
.filter_box .filter_item label {
    font-weight: normal;
}
.filter_box .filter_item input[type="checkbox"], .filter_box .filter_item input[type="radio"] {
    margin-right: 7px;
    position: relative;
}
.filter_box .filter_item input[type="checkbox"]:before, .filter_box .filter_item input[type="radio"]:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.filter_box .filter_item input[type="checkbox"]:after, .filter_box .filter_item input[type="radio"]:after {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -moz-transition: -moz-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    right: 0px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #58b3f0;
    border-top-style: none;
    border-right-style: none;
}
.filter_box .filter_item input[type="checkbox"]:checked:after,
.filter_box .filter_item input[type="radio"]:checked:after {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
/*Collection*/
#collection .page_heading {
    margin: 0px 0px 15px 0px;
    color: #333333;
    line-height: 30px;
}
.change_view {
    background: transparent;
    border: 1px solid #bbb;
    height: 35px;
    width: 35px;
    font-size: 20px;
    color: #bbb;
}
.change_view.change_view_active {
    color: #333;
    border: 1px solid #333;
}
.browse-tags {
    height: 35px;
    line-height: 35px;
    padding: 0 5px 0 10px;
    border: 1px solid #bbb;
    font-size: 15px;
}
.sort-by {
    border: none;
}
.sort-by:active, .sort-by:focus {
    border: none;
    outline: none;
}
.product_list.grid {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
/*Paginate*/
#pagination {
    margin: 20px 0 40px 0;
    text-align: center;
}
#pagination .page_node {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #0f9ed8;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#pagination .page_node:hover, #pagination .page_node.current {
    background: #0f9ed8;
    color: #fff;
}
/*Product*/
#img_product {
    position: relative;
    text-align: center;
}
#img_product .sale_label {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0f9ed8;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
}
.product_thumb .item_img {
    margin: 5px;
    opacity: 0.4;
}
.product_thumb .item_img.active {
    border: 1px solid red;
    opacity: 1;
}
.product_thumb .item_img.active:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid red;
    position: absolute;
    top: -4px;
    left: 45%;
}
.product_thumb .owl-buttons .owl-prev, .product_thumb .owl-buttons .owl-next {
    position: absolute;
    background: #fff !important;
    color: #333 !important;
    height: 30px;
    line-height: 25px;
}
.product_thumb .owl-buttons .owl-prev {
    top: 35px;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}
.product_thumb .owl-buttons .owl-next {
    top: 35px;
    right: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.product_thumb:hover .owl-buttons .owl-prev {
    top: 35px;
    left: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product_thumb:hover .owl-buttons .owl-next {
    top: 35px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#product .name {
    font-size: 20px;
    font-weight: 600;
}
#product .product_price {
    padding-bottom: 10px;
}
#product .product_price ins {
    font-size: 24px;
    font-weight: 300;
    color: #ff7200;
    text-decoration: none;
    display: block;
}
#product .product_price .product_compare_at_price span {
    font-size: 14px;
}
#product .product_price .product_compare_at_price del {
    font-weight: 600;
}
#product .product_price .product_price_sale span {
    font-size: 14px;
}
#product .product_price .product_price_sale .price_off {
    padding-left: 15px;
    color: #0f9ed8;
    font-weight: 600;
}
#product #add-item-form .selector-wrapper {
    margin-bottom: 10px;
}
#product #add-item-form .selector-wrapper label {
    display: block;
    margin-bottom: 5px;
}
#product #add-item-form .selector-wrapper span.title {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #888;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
#product #add-item-form .selector-wrapper span.title.active {
    color: #e95144;
    border: 1px solid #e95144;
    background: url(bg_checked91e3.png?v=640) no-repeat right bottom;
}
#product #add-item-form .select {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#product .product_quantity input[type=number]::-webkit-inner-spin-button,
#product .product_quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#product .product_quantity label {
    color: #000;
    display: block;
}
#product .product_quantity .button {
    float: left;
    width: 35px;
    height: 36px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    background: #fff;
}
#product .product_quantity .quantity {
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb;
    float: left;
    width: 50px;
    border-right: 0;
    border-left: 0;
}
#product #add-to-cart {
    border: 1px solid #0f9ed8;
    background: #ffffff;
    color: #0f9ed8;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
}
#product #add-to-cart:hover, #product #buy-now:hover {
    opacity: 0.8;
}
#product #buy-now {
    background: #0f9ed8;
    border: 1px solid #0f9ed8;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
/*Share product*/
#share_product ul li {
    display: inline-block;
    vertical-align: middle;
}
#share_product ul li a {
    padding: 0 15px;
    border: 1px solid #f6f6f6;
    font-size: 11px;
    color: #696969;
    background-color: #f6f6f6;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}
#share_product ul li.twitter i {
    color: #00AAF0;
}
#share_product ul li.twitter:hover a, #share_product ul li.twitter:hover a i {
    background: #00AAF0;
    color: #fff;
}
#share_product ul li.facebook i {
    color: #435F9F;
}
#share_product ul li.facebook:hover a, #share_product ul li.facebook:hover a i {
    background: #435F9F;
    color: #fff;
}
#share_product ul li.google i {
    color: #E04B34;
}
#share_product ul li.google:hover a, #share_product ul li.google:hover a i {
    background: #E04B34;
    color: #fff;
}
.service_product.row {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
#product #service .service_hotline, #product #service .service_item {
    background: #f6f6f6;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    display: flex;
}
#product #service .service_item {
    background: transparent;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
#product #service .service_hotline .icon_product, #product #service .service_item .icon_product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 5px;
}
.product_description .nav-tabs {
    background: #e7e7e7;
}
.product_description .nav-tabs li a {
    font-weight: bold;
    border-radius: 0;
    margin-right: 0;
    border-top-width: 2px;
    text-transform: uppercase;
    font-size: 15px;
}
.product_description .nav-tabs li.active a, .product_description .nav-tabs li a:hover {
    border-top: 2px solid #0f9ed8;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.product_description .nav-tabs li a:hover {
    background: #fff;
    color: #333;
}
.product_description .tab-content .tab-pane {
    border: 1px solid #ddd;
    border-top: transparent;
    padding: 10px;
}
/*Product related*/
.widget_block_sidebar .widget_title_sidebar h3 {
    background: #e7e7e7;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.widget_block_sidebar .widget_list_sidebar {
    padding: 10px 0;
    border: 1px solid #ddd;
}
.widget_block_sidebar .widget_list_sidebar .pro-loop {
    margin-bottom: 10px;
}
.widget_block_sidebar .widget_list_sidebar .pro-loop h3 {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    height: 40px;
    margin-bottom: 5px;
}
.widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price {
    font-size: 15px;
}
.widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price .product_related_price {
    display: block;
    color: #ff7200;
}
.widget_block_sidebar .widget_list_sidebar .pro-loop .product_related_price .product_related_old_price {
    text-decoration: line-through;
    font-size: 13px;
}
/*Page*/
#page .sidebar_page li {
    margin-bottom: 10px;
}
#page .sidebar_page li a {
    display: block;
    position: relative;
}
#page .sidebar_page li a.active {
    color: #0f9ed8;
}
#page .sidebar_page li a.active:before {
    content: '';
    position: absolute;
    right: -7px;
    width: 3px;
    background: #0f9ed8;
    height: 100%;
}
#page .content {
    border-left: 1px solid #ddd;
}
#page .content h1 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 7.5px;
    margin-bottom: 10px;
}
/*Blog*/
#blog-template .page-heading {
    padding-left: 15px;
}
.blog_wrap .blog_item:first-child {
    margin-top: 15px;
}
.blog_wrap .blog_item {
    padding: 15px;
    border-bottom: 1px dashed #ddd;
}
.blog_wrap .blog_item .blog_item_image {
    float: left;
    width: 35%;
    box-shadow: 0px 0px 10px -3px #b5b5b5;
}
.blog_wrap .blog_item .blog_item_content {
    width: 65%;
    float: left;
    padding-left: 15px;
}
.blog_wrap .blog_item .blog_item_content p {
    margin: 5px 0 10px;
    font-size: 13px;
}
#blog_related, #blog_menu {
    margin-top: 0;
}
#blog_related ul {
    padding: 10px;
}
#blog_related ul li {
    padding: 15px 0;
}
#blog_related ul li:first-child {
    padding-top: 0;
}
#blog_related ul li:last-child {
    border-bottom: 0;
}
#blog_related .blog_item .blog_item_content h4 {
    border-bottom: 1px dotted #eee;
    font-size: 15px;
    font-weight: 600;
    margin: -5px 0 3px;
    padding: 0 0 6px;
}
#blog_related .blog_item .blog_item_content time, #blog_related .blog_item .blog_item_content span {
    color: #aaa;
    display: block;
    font-size: 12px;
}
/*Article*/
.articles_page h1 {
    font-size: 28px;
    font-weight: bold;
    padding: 5px 0;
    color: #0f9ed8;
}
.author_article {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}
.tag_article ul, .tag_article ul li {
    display: inline-block;
}
.extra_blogs {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-top: 10px;
}
.extra_blogs h4 {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.extra_blogs ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
}
.extra_blogs ul li a {
    font-size: 12px;
    text-transform: uppercase;
}
.comment_form .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.title_comment {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px 10px;
}
.product-comment .title-bl {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
#binhluan {
    padding: 10px 0;
}
#binhluan .author span {
    color: #1d2129;
    font-weight: normal;
    font-size: 14px;
}
#binhluan .author span.name {
    margin-right: 10px;
    font-size: 18px;
    color: #365899;
}
#binhluan .date {
    color: #90949c;
    font-size: 12px;
}
#binhluan .comment {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}
#binhluan .comment:last-child {
    border-bottom: none;
}
/*Account*/
.userbox {
    max-width: 100%;
    width: 335px;
    padding: 15px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-bottom: 20px;
}
.account_title {
    text-transform: uppercase;
    margin: 10px 0 10px 0px;
}
.title_detail {
    color: #0f9ed8;
    padding-bottom: 10px;
    font-size: 15px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid;
}
#customer_sidebar p {
    margin-bottom: 0;
}
.accounttitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
    position: relative;
}
.accounttitle:after {
    position: absolute;
    top: 100%;
    content: '';
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #0f9ed8;
}
#address_tables {
    margin: 20px 15px 0px 0px;
}
.col-md-6 #address_tables {
    padding-left: 0px;
    margin-bottom: 30px;
}
#customer_address .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.address_title {
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    background-color: #0f9ed8;
    border-color: #0f9ed8;
    color: #fff;
}
.address_title h3 {
    margin-bottom: 0;
}
.address_title strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.address_title .note {
    border: none;
    padding: 0;
    font-size: 12px;
}
p.address_actions.text-right {
    margin-bottom: -15px;
    position: relative;
    z-index: 99;
    line-height: 13px;
}
span.action_link {
    padding: 5px;
}
.action_link a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.address_table {
    margin-bottom: 10px;
    border-top: 0px solid #ddd;
    background: #fafafa;
    padding: 8px;
}
.view_address p {
    margin: 5px 0;
    line-height: 15px;
}
.view_address p > b {
    font-weight: 500;
}
.view_address p > strong {
    font-weight: 500;
    font-size: 15px;
    color: #0f9ed8;
}
.customer_address .input-group {
    margin: 10px 0px;
}
.customer_address .input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    color: #DAD9D9;
}
.action_bottom .btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    height: 35px;
    background: #0f9ed8;
    text-align: center;
    border: none;
}
.add-new-address {
    padding-bottom: 10px;
    display: inline-block;
    padding: 10px;
    background: #0f9ed8;
    color: #fff !important;
}
.order_date {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
}
.name-order {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
#order_cancelled {
    margin-bottom: 30px;
}
.customer_table_wrap {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 10px;
}
#customer_orders table thead th, #order_details tr th, #order_details tr td {
    border-top: none;
}
/*Quick View*/
.image-zoom {
    position: relative;
    text-align: center;
}
.image-zoom .sale_label {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0f9ed8;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
}
#p-sliderproduct .item {
    margin: 5px;
    opacity: 0.4;
}
#p-sliderproduct .item.active {
    border: 1px solid red;
    opacity: 1;
    position: relative;
}
#p-sliderproduct .item.active:after {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid red;
    position: absolute;
    top: -11px;
    left: 45%;
}
#p-sliderproduct .owl-buttons .owl-prev, #p-sliderproduct .owl-buttons .owl-next {
    position: absolute;
    background: #fff !important;
    color: #333 !important;
    height: 30px;
    line-height: 25px;
}
#p-sliderproduct .owl-buttons .owl-prev {
    top: 35px;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}
#p-sliderproduct .owl-buttons .owl-next {
    top: 35px;
    right: -50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
#p-sliderproduct:hover .owl-buttons .owl-prev {
    top: 35px;
    left: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#p-sliderproduct:hover .owl-buttons .owl-next {
    top: 35px;
    right: 10px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
#quick-view-modal .p-title a {
    font-size: 20px;
    font-weight: 600;
}
#quick-view-modal .product_price ins {
    font-size: 24px;
    font-weight: 300;
    color: #ff7200;
    text-decoration: none;
    display: block;
}
#quick-view-modal .product_price .product_compare_at_price span {
    font-size: 14px;
}
#quick-view-modal .product_price .product_compare_at_price del {
    font-weight: 600;
}
#quick-view-modal .product_price .product_price_sale span {
    font-size: 14px;
}
#quick-view-modal .product_price .product_price_sale .price_off {
    padding-left: 15px;
    color: #0f9ed8;
    font-weight: 600;
}
#quick-view-modal #p-add-item-form .selector-wrapper {
    margin-bottom: 10px;
}
#quick-view-modal #p-add-item-form .selector-wrapper label {
    display: block;
    margin-bottom: 5px;
}
#quick-view-modal #p-add-item-form .selector-wrapper span.title {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #888;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
#quick-view-modal #p-add-item-form .selector-wrapper span.title.active {
    color: #e95144;
    border: 1px solid #e95144;
    background: url(bg_checked91e3.png?v=640) no-repeat right bottom;
}
#quick-view-modal .p-option-wrapper {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#quick-view-modal .product_quantity input[type=number]::-webkit-inner-spin-button,
#quick-view-modal .product_quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#quick-view-modal .product_quantity label {
    color: #000;
    display: block;
}
#quick-view-modal .product_quantity .button {
    float: left;
    width: 35px;
    height: 36px;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    background: #fff;
}
#quick-view-modal .product_quantity .quantity {
    padding: 5px 10px;
    line-height: 1.35;
    height: 36px;
    border: 1px solid #cbcbcb;
    float: left;
    width: 50px;
    border-right: 0;
    border-left: 0;
}
#quick-view-modal #p-add-to-cart, #quick-view-modal #p-sold-out {
    border: 1px solid #0f9ed8;
    background: #ffffff;
    color: #0f9ed8;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-transform: uppercase;
}
#quick-view-modal #p-add-to-cart:hover, #product #p-buy-now:hover, #quick-view-modal #p-sold-out {
    opacity: 0.8;
}
#quick-view-modal #p-buy-now {
    background: #0f9ed8;
    border: 1px solid #0f9ed8;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
.page-not {
    padding: 30px;
}
.page-not h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-not .subtext a {
    font-size: 15px;
}
/*=========== end custom style ===============*/
/* responsive */
@media (min-width: 768px) {
   /* .p-l-sm-0 {
        padding-left: 0;
    }
    .p-r-sm-7-5 {
        padding-right: 7.5px;
    }
    .product-list .product-wrapper:nth-child(4n + 1) {
        padding-left: 0;
    }
    .product-list .product-wrapper:nth-child(4n + 2) {
        padding-left: 0;
    }
    .product-list .product-wrapper:nth-child(4n + 3) {
        padding-left: 0;
    }
    .product-list .product-wrapper:nth-child(4n + 4) {
        padding-left: 0;
    }
    #modal_login .modal-dialog, #modal_register .modal-dialog {
        width: 350px;
    }*/
}
@media (min-width: 992px) {
    #mobile-link {
        display: none;
    }
    #header_mobile {
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px !important;
    }
    .content-product-list > .col-5th {
        width: 20%;
        padding: 0 10px;
    }
    #product #service .service_hotline .description_icon .large-text, #product #service .service_item .description_icon .large-text {
        font-size: 13px;
    }
    #product #service .service_hotline .description_icon .small-text, #product #service .service_item .description_icon .small-text {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    #product #service .service_hotline {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-center-sm {
        text-align: center;
    }
    .dis-block-sm {
        display: block;
    }
    .dis-inline-sm {
        display: inline-block;
    }
    .navbar-main, #header_main {
        display: none;
    }
    #header_mobile .navbar-toggle {
        background: transparent;
        border-color: transparent;
        float: left;
        margin: 8px;
        margin-top: 30px;
        display: block;
    }
    #header_mobile .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .mobile-menu-icon-wrapper {
        width: calc(100% - 65px);
    }
    #header_mobile #cart-target {
        width: 60px;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
    }
    #header_mobile #cart-target {
        position: relative;
    }
    #header_mobile .box_text {
        position: absolute;
        background: red;
        color: #fff;
        padding: 2px 8px;
        font-size: 11px;
        right: 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        top: 65px;
    }
    #header_mobile .box_text span {
        color: #fff;
    }
    .logo-mobile {
        width: calc(100% - 85px);
        display: inline-block;
        text-align: center;
        float: left;
        padding: 12px 0px;
    }
    .logo-mobile img {
        max-height: 90px;
    }
    .order_menu {
        border-radius: 13px !important;
        margin-top: 46px!important;
        padding: 3px 6px !important;
        font-weight: bold !important;
        float: right;
        font-size: 13px !important;
        margin-right: 10px!important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #service_home .icon {
        margin-right: 10px;
    }
    #service_home .icon img {
        width: 35px;
        height: 35px;
    }
    span.large-text {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-center-xs {
        text-align: center;
    }
    .dis-block-xs {
        display: block;
    }
    .dis-inline-xs {
        display: inline-block;
    }
    .p-d-0-xs {
        padding: 0;
    }
    .m-b-xs-10 {
        margin-bottom: 10px;
    }
    .p-r-xs-0 {
        padding-right: 0;
    }
    .p-l-xs-0 {
        padding-left: 0;
    }
    .p-l-xs-7-5 {
        padding-left: 7.5px;
    }
    #header_mobile .navbar-toggle {
        margin: 30px 0 0;
    }
    .mobile-menu-icon-wrapper {
        width: calc(100% - 60px);
    }
    #header_mobile #cart-target {
        width: 50px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 30px;
    }
    #header_mobile .logo-mobile {
        width: calc(100% - 100px);
    }
    #product .nav-tabs > li {
        width: 100%;
        margin-bottom: 0;
    }
    #product .nav-tabs > li > a {
        border: 1px solid #ddd;
        border-bottom: 0;
    }
    #product .nav-tabs > li.active > a {
        border-top-color: #0f9ed8;
    }
    #filterleft {
        padding-left: 0;
        padding-right: 0;
    }
    #collection .page_heading {
        margin-top: 10px;
    }
    #cart .cpro_item {
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0;
    }
    #cart .item-title {
        text-align: center;
    }
    #cart .item-one-price, #cart .item-price {
        font-size: 18px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .product-list .product-wrapper:nth-child(4n + 1) {
        padding-left: 0;
        padding-right: 7.5px;
    }
    .product-list .product-wrapper:nth-child(4n + 2) {
        padding-right: 0;
        padding-left: 7.5px;
    }
    .product-list .product-wrapper:nth-child(4n + 3) {
        padding-left: 0;
        padding-right: 7.5px;
    }
    .product-list .product-wrapper:nth-child(4n + 4) {
        padding-right: 0;
        padding-left: 7.5px;
    }
}
@media (max-width: 579px) and (min-width: 480px) {
    #service_home .icon {
        margin-right: 5px;
    }
    #service_home .icon img {
        width: 40px;
        height: 40px;
    }
    span.large-text {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .col-xxs-12 {
        width: 100%
    }
    .col-xxs-11 {
        width: 91.66666667%
    }
    .col-xxs-10 {
        width: 83.33333333%
    }
    .col-xxs-9 {
        width: 75%
    }
    .col-xxs-8 {
        width: 66.66666667%
    }
    .col-xxs-7 {
        width: 58.33333333%
    }
    .col-xxs-6 {
        width: 50%
    }
    .col-xxs-5 {
        width: 41.66666667%
    }
    .col-xxs-4 {
        width: 33.33333333%
    }
    .col-xxs-3 {
        width: 25%
    }
    .col-xxs-2 {
        width: 16.66666667%
    }
    .col-xxs-1 {
        width: 8.33333333%
    }
    .text-left-xxs {
        text-align: left;
    }
    .text-right-xxs {
        text-align: right;
    }
    .text-center-xxs {
        text-align: center;
    }
    .dis-block-xxs {
        display: block;
    }
    .dis-inline-xxs {
        display: inline-block;
    }
    .m-t-xxs-20 {
        margin-top: 20px;
    }
    .p-r-xxs-0 {
        padding-right: 0;
    }
    .p-l-xxs-0 {
        padding-left: 0;
    }
}
#owl-slider{
    margin-bottom: 20px;
    margin-top: 10px;
}
#owl-slider img{
    width: 100%;
}
#mb_mainnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: stuckMoveDown .6s;
}
.address_header{
    font-size: 20px;
    margin: 15px 0px;
}
.address_header img{
    float: left;
}
.address_header span{
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0px;
    color: #c50000;
    border-bottom: 2px solid #c50000;
    margin-left: 5px;
}
.social_header li{
    margin: 1px!important;
}
.order_{
    padding: 9px 10px;
    background: #00709d;
    border: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
}
.share{
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
}
.order {
    margin: 20px 0px;
    position: relative;
    width: 100%;
    float: left;
}
.form_order {
    padding: 10px;
    border: 1px solid;
    line-height: 25px;
    float: left;
    top: 26px;
    position: absolute;
    z-index: 9;
    background: white;
    display: none;
}
.order_row {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.form_order input {
    padding: 5px;
    width: 100%;
}
.order span {
    background: #00709d;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: bold;
    transition-duration: 0.5s;
}
.order_menu{
    border-radius: 13px!important;
    margin-top: 5px;
    padding: 4px 10px!important;
    font-weight: bold!important;
    float: right;
}