body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}
*:focus{
    outline: none !important;
}
ul {
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    margin:0 0 10px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 22px;
    text-transform: uppercase;
}
h2 {
    font-size: 20px;
    text-transform: uppercase;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #2b7fd0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.item-inner a {
    color: #333;
}
a:focus, a:active, a:hover {
    text-decoration: none;
    color: #2b7fd0;
}
legend {
    font-size: 18px;
    padding: 7px 0;
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    box-shadow:none !important;
    border-radius:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
.table-bordered td {
    vertical-align: middle !important;
    text-align:center;
}
img{
    max-width: 100%;
    height: auto;
}

.fa {
    font-size: 14px;
}

/* header */
header {
    padding:30px 0 25px;
}
.logo-container {
    margin:0;
}
#logo a{
    display: inline-block;
}
#logo h1 {
    line-height: 76px;
    margin-bottom: 0;
    text-transform: capitalize;
}
#logo h1 a {
    color: #2b7fd0;
    font-family: 'Khand', serif;
    font-size: 36px;
    font-weight: 300;
}


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.flip{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}
.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* tooltip */
.alert {
    text-align: center;
    font-size: 12px;
    margin: 0;
    border-radius: 0;
    border: none;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb + .alert {
    margin-bottom: 20px;
    border-radius: 4px;
}

/* transition */
.owl-nav > div, .banner-2 img,
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
    color: #fff !important;
    background: #2b7fd0 !important;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
#button-filter, .form-horizontal input.btn, a.btn, input[type='submit'], input.btn-primary, .button{
    border: 0;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    border-radius: 3px;
    box-shadow:none !important;
    background: #2b7fd0 !important;
    height: 42px;
    line-height: 42px;
}
#button-voucher,
#button-coupon, #button-quote {
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    border-radius: 3px;
}
#button-quote {
    float: right;
}
#button-register, #button-payment-method {
    margin-left: 15px;
}
#button-search + h2{
    display: none;
}
#button-search{
    margin: 15px 0;
}
#modal-agree{
    /*z-index: 1001;*/
}
a.btn-danger {
    background: #f4f4f4!important;
    color: #444 !important;
}
a.btn-default {
    background: #fff!important;
    border: 1px solid #2b7fd0;
    color: #2b7fd0;
}
.account-account #content .list-unstyled {
    margin-bottom: 30px;
}
.account-account #content .list-unstyled li {
    margin-bottom: 5px;
}

/* top-search */
.top-search {
    padding:0;
}
.top-search p {
    margin:0;
}

/* bottom-header */
.bottom-header {
    display:inline-block;
    width:100%;
    margin:10px 0 0;
}

/* call-us */
.call-us {
    float:right;
    margin-right:30px;
}
.call-us .call-icon {
    width:48px;
    float:left;
}
.call-us .call-icon:before {
    content:'';
    background:url('../image/img-phone.png') no-repeat 0 0;
    height:48px;
    width:48px;
    display:inline-block;
}
.call-us .call-content {
    margin-left:60px;
    text-align:left;
    padding-top: 5px;
}
.call-us p {
    font-size:14px;
    color:#888888;
    margin:0;
    font-weight:400;
    text-transform:uppercase;
}
.call-us h2 {
    font-weight:400;
    color:#333333;
    font-size:14px;
    margin:3px 0 0;
}

/* currency | language */
.currency, .language {
    float:right;
    position:relative;
    padding-left:10px;
}
.language {
    padding-left: 15px;
}
.currency:after, .language:after {
    height: 16px;
    width: 1px;
    background: #555;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
}
.currency label, .language label {
    margin: 0;
    line-height: 55px;
    font-size: 14px;
    color: #555;
    float:left;
    display:none;
}
.currency .btn-link, .language .btn-link, #top-links .link-account {
    border: 0;
    padding: 0 0 0 5px;
    color: #4d4d4d;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    float:left;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.language .btn-link {
    padding: 0 10px 0 25px;
    text-transform: capitalize;
    position:relative;
}
#top-links .link-account {
    text-transform: capitalize;
    position: relative;
    padding: 0 32px 0 18px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    height: 48px;
    line-height: 48px;
    margin-right: 12px;
    margin-top: 2px;
    box-shadow: none;
    float: right;
    text-align:center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#top-links .link-account:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 14px;
    top: 0;
    font-size: 12px;
    color: #444444;
}
#top-links .link-account:hover {
    border:1px solid #2b7fd0;
    color: #2b7fd0;
}
#top-links .link-account:hover:after {
    color: #2b7fd0;
}
.currency .btn-link:hover, .language .btn-link:hover {
    color:#2b7fd0;
}
.currency .btn-link strong {
    font-weight:400;
}
#form-currency .dropdown-menu, #form-language .dropdown-menu, #top-links .dropdown-menu {
    /*border: 1px solid #e0e0e0;*/
    left: initial;
    right: 0;
    padding: 10px 18px 15px;
    /*box-shadow:none;*/
    border-radius: 10px;
    min-width: 120px;
    background: #fff;

    border: 0;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
#form-language .dropdown-menu {
    padding: 10px 18px 20px;
}
#top-links .dropdown-menu {
    left: 0;
    top: 56px;
}
#form-currency .dropdown-menu li button, #form-language .dropdown-menu li button, #top-links .dropdown-menu li a {
    color: #4d4d4d;
    font-size:13px;
    text-decoration: none;
    padding: 6px 0 10px;
    line-height:20px;
    margin-bottom: 6px;
    text-align: left;
    text-transform:capitalize;
    border-bottom: 1px solid #eee;
}
#form-language .dropdown-menu li button {
    padding: 6px 0 15px;
    margin-bottom: 8px;
}
#top-links .dropdown-menu li a {
    padding: 6px 0 12px;
    background: none;
}
#form-currency .dropdown-menu li button:hover, #form-language .dropdown-menu li button:hover, #top-links .dropdown-menu li a:hover {
    color:#2b7fd0;
}
#form-currency .dropdown-menu li:last-child button, #form-language .dropdown-menu li:last-child button, #top-links .dropdown-menu li:last-child a {
    padding:6px 0 0;
    border:0;
    margin:0;
}
/* language */
.language .btn-language img {
    margin-right:6px;
    position:absolute;
    top:3px;
    left:0;
}
#form-language .dropdown-menu li button img {
    margin-right:8px;
}
/* top-link */
#top-links {
    float:right;
    position:relative;
}
#top-links .list-inline, #top-links li.dropdown {
    margin:0;
    padding:0;
}

/* cart */
#cart{
    float: right;
    width: auto;
}
#cart-total {
    position:relative;
}
#cart-total {
    width:20px;
    height:20px;
    line-height:20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: #f8ce31;
    color: #333333;
    font-size: 12px;
    text-transform: capitalize;
    float: left;
    border-radius: 100%;
    text-align: center;
    position:absolute;
    top:-5px;
    right:-5px;
    z-index:2;
}
#cart-total .text-cart {
    display:none;
}
#cart-total .cart-text {
    margin-left: 6px;
    margin-top: -5px;
    text-align:left;
    display:inline-block;
    font-size:14px;
    color:#444444;
}
#cart-total .total-price{
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
}
#cart > button{
    background: none;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: none;
    padding: 0;
    width: 48px;
    height:48px;
    float: right;
    text-align:center;
    margin-top: 2px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#cart > button:hover {
    border:1px solid #2b7fd0;
}
#cart .dropdown-cart i {
    font-size: 22px;
    color: #333333;
    display:inline-block;
    line-height: 1;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#cart > button:hover > i {
    color:#2b7fd0;
}
#cart .dropdown-menu .text-empty{
    margin: 0;
    padding: 10px 0;
}
#cart .dropdown-menu {
    background:#fff;
    /*border: 1px solid #e0e0e0;*/
    min-width: 355px;
    margin: 0;
    padding: 30px 20px 20px;
    top: 56px;
    border-radius: 10px;
    /*box-shadow:none;*/
    color:#555555;
    font-size:14px;
    border: 0;
    box-shadow: 0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
#cart .dropdown-menu .cart-empty {
    padding-bottom:0;
}
#cart-total .item-cart {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background: #888;
    border: 2px solid #fff;
    color: #fff;
    top: -8px;
    left: 32px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400 !important;
}
#cart .dropdown-menu .cart-button{
    padding:10px 0 0;
    display: flex;
    flex: 1;
}
#cart .table > tbody > tr > td{
    border: none;
    padding: 0;
}
#cart .cart-close button:hover{
    color: #888;
}
#cart .cart-close button {
    background: none !important;
    color: #bcbcbc;
    border: none;
    font-size: 18px;
    font-weight:700;
    line-height: 1;
    box-shadow:none !important;
    position: absolute;
    top: 0;
    right: 0;
    padding:0;
}
#cart .cart-close button i {
    font-size:12px;
    color:#444444;
}
#cart .cart-close button i:hover {
    color:#2b7fd0;
}
#cart .cart-quantity{
    color: #666666;
    font-size: 14px;
    margin: 5px 0 8px 0 !important;
    display:inline-block;
}
#cart .cart-name:hover{
    color: #2b7fd0;
}
#cart .cart-name{
    color: #292929;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
#cart .cart-price{
    font-size: 16px;
    color: #929292;
}
#cart p.cart-button a:last-child{
    margin: 0;
}
#cart p.cart-button {
    text-align:left;
}
#cart p.cart-button a {
    border:0;
    background:#2b7fd0;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 30px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    display:inline-block;
    border-radius: 10px;
}
#cart p.cart-button a:hover{
    color: #fff;
    background: #333333;
    border-color:#333333;
}
#cart .cart-button a.view-cart {
    margin-right:20px;
}
#cart .dropdown-menu .info-item {
    padding-left: 20px;
    padding-right:20px;
}
#cart .dropdown-menu .info-item a {
    font-size:14px;
    color:#333333;
    display:block;
    margin-bottom:8px;
}
#cart .dropdown-menu .info-item a:hover {
    color:#2b7fd0;
}
#cart .dropdown-menu .info-item .cart-price {
    font-size:14px;
    color:#666666;
    display:inline-block;
    font-weight:400;
}
#cart .dropdown-menu .has-scroll {
    max-height: 500px;
    overflow: auto;
    margin-bottom:20px;
}
#cart .dropdown-menu table.table {
    margin-bottom:0;
}
#cart .dropdown-menu tr td strong {
    color: #000;
}
#cart .dropdown-menu tr td:first-child{
    font-size: 20px;
    color: #444444;
    text-transform: capitalize;
    font-weight: 500;
}
#cart .dropdown-menu tr td:last-child{
    font-size: 20px;
    color: #dc4444;
    font-weight:500;
}
#cart .cart-products td.cart-image {
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}
#cart .cart-products td.cart-image img {
    max-width: 100%;
    height: auto;
}
#cart .dropdown-menu .cart-totals tr td.text-right {
    float:right;
}
#cart .dropdown-menu .cart-totals tr td.text-left {
    float:left;
}
#cart .dropdown-menu .cart-close {
    margin-left:20px;
}
.unvisible{
    display: none;
}
#cart .dropdown-menu .has-scroll table tr {
    border-bottom:1px solid #ededed;
    padding:0;
    margin-bottom:25px;
    padding-bottom:10px;
    display:inline-block;
    width:100%;
    position:relative;
}
#cart .dropdown-menu .has-scroll table tr:last-child {
    margin-bottom:10px;
}
#cart .dropdown-menu .cart-totals {
    padding: 0;
    margin: 0;
    display: inline-block;
}
#cart .dropdown-menu .cart-totals tbody,
#cart .dropdown-menu .cart-totals tbody tr {
    width:100%;
    display:inline-block;
}
#cart .dropdown-menu .cart-totals tbody tr {
    margin-bottom:10px;
}


/*Search-category*/
#search-by-category {
    float:left;
    width:100%;
    position:relative;
}
.search-container {
    width:100%;
    background:#fff;
    display:inline-block;
    margin:0;
    border:1px solid #d7d7d7;
    padding:5px;
    border-radius:10px;
}
#search-by-category .search-container .categories-container{
    float:left;
    width:30%;
    position:relative
}
#search-by-category .search-box {
    width:70%;
    position: relative;
    height: 38px;
    float: left;
}
#search-by-category .search-box.no-category {
    width: 100%;
}
#search-by-category .search-container #text-search {
    width: 100%;
    border:0;
    border-left:0;
    box-shadow:none;
    height:40px;
    line-height:40px;
    color: #555;
    font-size: 14px;
    font-weight:400;
    padding:0 40px 0 20px;
}
#search-by-category .search-container #sp-btn-search{
    position: absolute;
    right: 0;
    top: 0;
}
#search-by-category .search-container .categories-container {
    text-transform: uppercase;
    border:0;
    background:#fff;
    border-radius:50px 0 0 50px;
    position:relative;
}
#search-by-category .search-container .categories-container:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #a1a1a1;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
    font-size: 13px;
    color: #333333;
    font-weight:400;
    padding:0 23px 0 15px;
    cursor: pointer;
    height: 40px;
    line-height:40px;
    overflow: hidden;
    text-transform:capitalize;
    border-radius:50px 0 0 50px;
    position:relative;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position:absolute;
    right:20px;
    top:0;
    font-size: 12px;
    color: #444444;
}
#search-by-category .search-container .categories-container .hover-cate p:hover {
    background:#fff;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:30%;
    right:0px;
    padding:6px 20px 5px 0;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:10px;
    left: -5px;
    border: 0 !important;
    padding: 20px;
    width:160%;
    text-align:left;
    cursor: pointer;
    border-radius:5px;
    box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
.cate-items li {
    text-transform: capitalize;
    color:#333;
    font-size: 12px;
    line-height:25px;
    list-style: none;
}
.cate-items li:hover {
    color: #2b7fd0;
}
.cate-items li.f1 {
    padding-left: 20px;
}
.cate-items li.f2 {
    padding-left: 40px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    top: 100%;
    width: 400px;
    margin: 0 0 0 -170px;
}
.search-ajax .product-name {
    margin:5px 0 3px;
    text-align:left;
}
.search-ajax .product-info { margin-bottom:20px; }
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
    padding:20px 0;
    margin:0;
}
#search-by-category .item-inner {
    padding:10px !important;
    margin:0 0 20px;
    border:0;
}
#search-by-category .item-inner .price-label { text-align:left; }
#search-by-category .item-inner:before {
    display:none;
}
#btn-search-category {
    background:#f8ce31;
    padding:0;
    height:40px;
    line-height:40px;
    width:40px;
    font-size:0;
    border:0;
    box-shadow:none;
    border-radius: 10px;
    margin:0;
    text-shadow:none;
}
#btn-search-category i {
    font-size:20px;
    display:inline-block;
    color:#333333;
    line-height:40px;
}
#btn-search-category:hover {
    background:#555;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
#btn-search-category:hover:before {
    color:#fff;
}
#search-by-category .price-box {
    margin:10px 0 0;
}


/* MENU */
.menu-container {
	position:relative;
	z-index:99;
	background:#2b7fd0;
}
.menu-container a {
    display: block;
    text-decoration: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.menu-container a:hover {
    color: #f8ce31 !important;
}
.menu-container .menu-bar {
    min-height: 60px;
    list-style: none;
    position: relative;
    margin: 0;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
}
.menu-container .menu-bar .top-item {
    float: left;
}
.menu-bar .top-item .a-top-link {
    padding: 20px 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.menu-bar .top-item .a-top-link:hover {
    color: #fff!important;
}
.menu-bar .top-item:first-child a {
    padding-left:0 !important;
}
.menu-bar .top-item .a-top-link span {
    padding: 5px 10px;
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0) !important;
    border-radius: 10px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.menu-bar .top-item:hover .a-top-link span,
.menu-bar .top-item.active .a-top-link span  {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2) !important;
}
.menu-bar .top-item .sub-menu-container {
    width: 100%;
    background: #fff;
    padding: 40px 30px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 101;
    display: none;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.menu-bar .top-item:hover .sub-menu-container {
    display: block;
    opacity: 1;
}
.sub-menu-container .a-sub-link {
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-transform: capitalize;
}
.sub-menu-container .sub-menu-content .a-sub-title-link {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    position: relative;
    font-size: 16px;
    color: #f8ce31;
    font-weight: 500;
    text-transform: uppercase;
}
.sub-menu-container .sub-menu-content .a-sub-title-link:before {
    content: '';
    height: 1px;
    width: 80px;
    background: #f8ce31;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -1px;
    z-index: 1;
}

.sub-menu-container .menu-link-bottom {
    margin-top: 20px;
}
.sub-menu-container .menu-bottom-item {
    padding-top: 15px;
    border-top: 1px solid #ededed;
    color: #f8ce31!important;
}
.sub-menu-container .menu-bottom-item:hover {
    border-top-color: #f8ce31;
}

.oc-menu-bar, .a-click-show {
    display: none;
}

/* fix */
.fix-header{
    background:#fff;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9997;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.fix-header .logo-container{
    margin:15px 0 0;
}
.fix-header .block-right {
    margin:23px 0 0;
}
.fix-header #cart .dropdown-menu {
    top:43px;
}
/* fix-nav */
.fix-nav {
    left: 0;
    position: fixed !important;
    background:#2b7fd0;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.8;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-animation: fadeInDown 300ms linear;
    -moz-animation: fadeInDown 300ms linear;
    -ms-animation: fadeInDown 300ms linear;
    animation: fadeInDown 300ms linear;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.1);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.fix-nav:hover { opacity:1; }


/* breadcrumbs */
.breadcrumbs .breadcrumb{
    margin: 0
}
.breadcrumb {
    padding:25px 0 20px;
    margin: 0 0 40px;
    background: none;
    border-radius:0;
    text-align:left;
    border-bottom:1px solid #ededed;
}
.breadcrumb a {
    font-size:14px;
    color:#666666;
    text-transform:capitalize;
}
.breadcrumb  a:hover,
.breadcrumb li:last-child a {
    color: #2b7fd0;
}
.breadcrumb > li + li::before{
    color: #222;
    text-transform: capitalize;
    content:"\f105";
    font-family: 'FontAwesome';
    font-size:10px;
    padding:0 10px;
}
.common-home .breadcrumbs{
    display: none;
}
.breadcrumbs h1,
.breadcrumbs h2{
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
.breadcrumbs .category-name {
    display:none;
}
.breadcrumbs{
    padding: 40px 0;
    text-align: left;
    margin-bottom: 20px;
}


/* home module */
.module-warp {
    margin-top: 60px;
}
.module-warp__full {
    margin-top: 50px;
    padding: 60px 0;
    background: #f7f7f7;
    width: 100%;
}
.module-warp__full .special {
    margin-left: -10px;
    margin-right: -4px
}
.module-warp__full .special .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.module-warp__full .special .owl-nav > button.owl-prev,
.module-warp__full .special .owl-nav > button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    position: absolute;
    top: -34px;
}
.module-warp__full .special .owl-nav > button.owl-prev {
    left: -32px;
}
.module-warp__full .special .owl-nav > button.owl-next {
    right: -32px;
}
.module-warp__full .special .owl-nav > button .fa {
    font-size: 28px;
}

.module-title {
    text-align: left;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.module-title h2 {
    font-size: 24px;
    color: #333;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.module-title h2:before {
    content: '';
    height: 1px;
    width: 80px;
    background: #2b7fd0;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index:1;
}
.module-title .module-description{
    margin: 20px 0 0;
    font-size:14px;
    color: #888;
}
.module-title span.module-description {
    margin-left: 12px;
}
.module-content {
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 20px 5px 10px;
    text-align: center;
}
.module-warp__full .module-title {
    border: 0;
    padding: 110px 70px 30px 10px;
    text-align: left;
    margin: 0;
    width: 20%;
    float: left;
}
.module-warp__full .module-content {
    border: 0;
    padding: 0;
    width: 80%;
    float: left;
}

.grid-style, .list-style {
    margin-bottom: 10px;
}
.grid-style {
    text-align: center;
}

.product-thumb {
    padding: 4px;
}

.item-inner {
    position: relative;
    background: #fff;
    padding: 10px 20px 23px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.list-style .item-inner {
    padding: 0;
    border: 0;
}

.item-inner .desc-info, .item-inner .actions {
    text-align: center;
    position:absolute;
    left:0;
    width:100%;
    bottom:0;
    overflow: hidden;
    z-index:10;
    padding: 8px 0 1px;
    background:rgba(255,255,255,0.9);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
}
.item-inner .desc-info {
    height:100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.item-inner:hover .desc-info, .item-inner:hover .actions {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.list-style .item-inner .actions {
    bottom:-5px;
    padding:10px 0;
    background:#fff;
    opacity:0;
    text-align:left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.list-style .item-inner:hover .actions {
    opacity: 1;
}

.desc-info .product-des {
    color: #555;
    line-height: 24px;
    font-size: 13px;
    margin-top: 30px;
}
.desc-info .ratings {
    width: 100%;
    bottom: 20px;
    position: absolute;
    z-index: 20;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.caption .product-des,
.caption .ratings {
    display: none;
}
.grid-style .caption {
    padding-top: 20px;
}

.image {
    position: relative;
    overflow: hidden;
    z-index: 4;
    text-align: center;
    text-align: -webkit-center;
    margin: auto;
}
.image > a, .warp > a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.image > a > img, .warp > a > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.label-product {
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    background: #79d46f;
    width:41px;
    height:41px;
    line-height: 41px;
    border-radius: 100%;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    z-index:9;
}
.label-product.label_sale {
    background: #f9d345;
    color:#333333;
}
.label-product + .label-product{
    display: none;
}
.image img {
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
}
.img-r{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.item-inner:hover .img-r{
    opacity: 1;
}
.list-style .item-inner .image {
    width: 100px;
    float: left;
    padding: 10px;
}

.list-style .item-inner .caption {
    margin-left: 110px;
    text-align: left;
    position: relative;
    padding-top: 10px;
}

.product-name {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.6;
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.item-inner:hover .product-name a {
    color: #2b7fd0;
}

.price {
    color: #ec0a0a;
    font-size: 24px;
    margin: 0;
    font-weight:400;
    font-family: 'Khand';
    height: 24px;
}
.price-old {
    color:#b1b1b1;
    font-size:18px;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight:300;
}
.price-sales {
    background: #ec0a0a;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 2px 8px;
}
.price-sales .fa {
    margin-right: 4px;
}
.price-tax{
    display: none;
}

.item-inner .btn-groups {
    text-align: center;
}
.item-inner .add-to-links {
    display: inline-block;
}
.item-inner .add-to-links div {
    list-style: none;
    margin-left:5px;
    float:left;
}
.item-inner .add-to-links div:first-child {
    margin:0;
}
.item-inner .add-to-links button {
    line-height: 36px;
    height: 34px;
    width: 34px;
    border-radius: 10px;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    font-size: 0;
    color: #333333;
    cursor: pointer;
    border: 0;
    background:none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.item-inner .add-to-links button:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
}
.item-inner .add-to-links .wishlist button:before {
    content: "\f004";
}
.item-inner .add-to-links .compare button:before {
    content: "\f0ec";
}
.item-inner .add-to-links .cart button:before {
    content: "\f07a";
}
.item-inner .add-to-links .qv-button-container button:before {
    content:"\e037";
}
.item-inner .add-to-links button:hover {
    background:#2b7fd0;
    color:#fff;
}

.custom-products {
    margin: 0;
}
.custom-products .list-style {
    float: left;
    width: 100%;
}
.custom-products .item-inner:hover,
.module-warp__full .item-inner:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.custom-products .list-style .item-inner {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.custom-products .list-style .image {
    padding: 0;
    width: 30%;
    float: left;
}
.custom-products .list-style .caption {
    padding: 0 0 0 30px;
    width: 70%;
    float: left;
    text-align: left;
    margin-left: 0;
}
.custom-products .list-style .caption .product-des,
.custom-products .list-style .caption .ratings {
    display: block;
}
.custom-products .list-style .caption .ratings {
    opacity: 0;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.custom-products .list-style .item-inner:hover  .caption .ratings {
    opacity: 1;
}
.custom-products .fa-stack {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.custom-products .list-style .item-inner .actions {
    text-align: center;
    opacity: 0.9;
    bottom: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.custom-products .list-style .item-inner:hover .actions {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.custom-products .list-style .product-name {
    margin: 10px 0 0;
    height: 60px;
    line-height: 1.3;
}
.custom-products .list-style .product-name a {
    font-size:18px;
}

.custom-products .label-product {
    top: 6px;
    right: 6px;
}
.custom-products .list-style .label-product {
    left: 6px;
}

.countdown-amount {
    font-size: 13px!important;
}
.countdown-row .countdown-section {
    min-width: 58px!important;
}


/* category */
.category-name {
    font-size: 28px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.catgory-thumb {
    margin-bottom:40px;
}
.catgory-thumb > div {
    padding: 0;
}
.catgory-thumb > div + div {
    padding-left: 15px;
}
.refine-category {
    font-size: 20px;
    color: #444444;
    margin: 0 0 13px;
    font-weight: 500;
    text-transform: capitalize;
}
.category-info .img-thumbnail{
    border: none;
    border-radius: 0;
    padding: 0;
}
.category-compare {
    margin:15px 0 0;
}
.category-compare a {
    text-transform: capitalize;
    color: #555555;
    font-size: 13px;
}
.category-compare a:hover {
    color:#2b7fd0;
}
.toolbar {
    float: left;
    width: 100%;
    margin:20px 0;
    padding:20px;
    min-height:52px;
    border:1px solid #e9e9e9;
    border-radius:10px;
}
.toolbar-bottom {
    margin:20px 0 0;
}
.toolbar3 .btn-group{
    background:none;
    padding-top:18px;
}
.toolbar3{
    padding: 0 40px 0 0;
    text-align:left;
}
.toolbar2{
    padding: 0;
}
.toolbar .toolbar2,
.toolbar .toolbar1 {
    padding-left: 0;
    float:right;
}
.toolbar .toolbar1 {
    margin-left:25px;
}
.toolbar .toolbar2 label,
.toolbar .toolbar1 label {
    float:left;
    line-height:28px;
    margin:0 8px 0 0;
}
.toolbar .toolbar2 #input-limit,
.toolbar .toolbar1 #input-sort {
    float:left;
    height:28px;
    border:1px solid #ebebeb;
    border-radius:3px;
    width:auto;
    padding:0 10px;
}
#input-sort,
#input-limit {
    background:none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #363f4d;
    font-weight:400;
    text-align: center;
    height:52px;
    border:0;
}
#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected{
    color: #292929 !important;
}
#list-view{
    margin-right: 15px;
}
.toolbar div {
    float:left;
    font-size:14px;
    color:#666666;
    line-height: 28px;
}
.toolbar .toolbar-amount { float:left; }
.toolbar-bottom .toolbar-amount { float:right; }
.btn-custom-view,
#grid-view,
#list-view {
    border: none;
    border-radius: 0px;
    color: #e2e2e2;
    padding: 0;
    background: none;
    line-height: 16px;
    box-shadow: none !important;
    display:inline-block;
    font-size:0;
    margin-left:15px;
}
.btn-custom-view:first-child,
#grid-view {
    margin:0;
}
.btn-grid {
    background:url("../image/grid.png") no-repeat 0 0 !important;
    width:16px;
    height:16px;
}
.btn-grid.active,.btn-grid:hover {
    background:url("../image/grid.png") no-repeat 0 100% !important;
}
.btn-list {
    background:url("../image/list.png") no-repeat 0 0 !important;
    width:20px;
    height:14px;
}
.btn-list:hover,.btn-list.active {
    background:url("../image/list.png") no-repeat 0 100% !important;
}
.pagination{
    margin: 0;
}
.pagination > li.active > span, .pagination > .active > a,
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover, .pagination > li > a:focus,
.pagination > li > a:hover, .pagination > li > span:focus,
.pagination > li > span:hover {
    background: #2b7fd0 !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span{
    border: none;
    border-radius: 5px !important;
    background: #f1f2f4 !important;
    color: #929292 !important;
    font-size: 13px;
    font-weight:400 !important;
    padding: 0;
    width:28px;
    height:28px;
    line-height:28px;
    margin: 0 5px;
    text-align: center;
}
.pagination{
    line-height: 1;
}
.pagination > li{
    display: inline-block;
    vertical-align: middle;
}

/* product detail */
.product-zoom-image {
    overflow: inherit;
    margin: 0;
    padding: 0;
    position:relative;
    z-index:91;
}
.product-zoom-image .mousetrap, .product-zoom-image .cloud-zoom {
    width: 100% !important;
    height: 100% !important;
    border-radius: 6px;
    overflow: hidden;
}
.additional-images {
    margin: 20px 0;
    padding:0 20px;
}
.additional-images .item {
    border:1px solid #edecec;
    position:relative;
    padding: 10px;
}
.additional-images .item:hover {
    border:1px solid #2b7fd0;
}
.additional-images.owl-carousel .owl-dots,.additional-images.owl-carousel .owl-nav {
    display: none;
}

.block-2 .product-name{
    margin: 0;
    font-size: 24px;
    color: #333333;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 400;
    height: auto;
}
.block-2 .product-name + p{
    margin: 10px 0 0;
}
.block-2 .product-name + p a{
    text-transform: capitalize;
}
.block-2 .ratings {
    margin: 0 0 12px;
    float: none;
    width: auto;
    display: flex;
}
.block-2 .ratings .rating-box{
    display: flex;
    margin-right: 12px;
}
.block-2 .ratings span {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.block-2 .ratings a {
    line-height: 20px;
}
.block-2 .ratings a:last-child:before {
    content: " | ";
    color: #999;
    font-size: 10px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.block-2 .price{
    margin: 0 0 25px 0;
    font-size:32px !important;
}
.block-2 .price-old {
    font-size:18px;
    margin:0 0 0 6px;
}
.block-2 .list-unstyled {
    color: #666666;
    clear: both;
    font-style:italic;
    font-size:13px;
}
.block-2 .list-unstyled li {
    line-height:25px;
    font-style: initial;
    font-size:14px;
    margin:0 0 5px;
}
.block-2 .list-unstyled  .price-product{
    font-size: 30px;
    color: #ec0a0a;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom:20px;
}
.block-2 .ex-text{
    color: #58bd1a;
    margin-left: 5px;
}
.block-2 .short-des {
    margin: 30px 0 40px;
    color: #777777;
    line-height: 24px;
    font-size:14px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    padding:32px 0;
}

#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    display: block;
    height: 13px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 13px;
    font-size: 0;
    border-radius: 0px;
    border: none;
    background: none;
    padding: 0;
    color: #a6a6a6;
    float: left;
}
#plus, #plus2 {
    background:url("../image/icon-plus.jpg") no-repeat 0 0;
}
#minus, #minus2 {
    background:url("../image/icon-minus.jpg") no-repeat 0 0;
}
#minus2, #plus2,
#minus, #plus {
    border: 0;
    border-left: none;
}
#plus, #plus2 {
    border-bottom:none;
    margin-top: 10px;
}
#minus2:hover, #plus2:hover,
#minus:hover, #plus:hover{
    color: #888;
}
#input-quantity2,
#input-quantity {
    width: 45px;
    height: 46px;
    border: 0;
    background:#fff;
    font-size: 14px;
    color: #666666;
    font-weight:400;
}
label[for='input-quantity']{
    float: left;
    line-height: 46px;
    padding:0 ;
    margin: 0 30px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}
#button-cart2 i,
#button-cart i{
    font-size: 24px;
    margin-right: 7px;
}
#button-cart2,
#button-cart {
    float: left;
    background: #2b7fd0;
    height: 40px;
    line-height:39px;
    border-radius: 10px;
    padding: 0 30px;
    color: #ffffff;
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
    box-shadow:none !important;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#button-cart2:hover,
#button-cart:hover {
    background:#333333;
    color:#fff;
}
.block-2 .wishlist-compare {
    display:inline-block;
    width:100%;
    margin:20px 0 0;
}
.block-2 .btn-compare span,
.block-2 .btn-wishlist span{
    display: none;
}
.block-2 .btn-compare:hover i,
.block-2 .btn-wishlist:hover i{
    /* color: #fff; */
}
.block-2 .btn-compare i,
.block-2 .btn-wishlist i{
    font-size: 16px;
    line-height: 38px;
    vertical-align: top;
    margin-right:7px;
    color:#444444;
}
.block-2 .btn-compare,
.block-2 .btn-wishlist {
    width: auto;
    height:auto;
    border-radius:0;
    border: none;
    padding: 0;
    background: none;
    color: #666666;
    font-size:14px;
    box-shadow:none;
}
.block-2 .btn-compare:before,
.block-2 .btn-wishlist:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    color:#666666;
    margin-right:6px;
}
.block-2 .btn-wishlist:before {
    content: "\f004";
}
.block-2 .btn-compare:before {
    content: "\f0ec";
}
.block-2 .btn-compare:hover:before,
.block-2 .btn-wishlist:hover:before {
    color:#2b7fd0;
}
.block-2 .btn-wishlist {
    margin-right:25px;
}
.block-2 .btn-compare:hover,
.block-2 .btn-wishlist:hover {
    background:none;
    color:#2b7fd0;
}
#product2,
#product{
    clear: both;
    display:inline-block;
    width:100%;
}
#product2 .has-option,
#product .has-option {
    max-height: 300px;
    overflow: auto;
    padding: 20px 20px 10px;
    margin-top: 30px;
    box-shadow:0 0 9.6px 0.4px rgba(0, 0, 0, 0.1);
}
#product2 .has-option h3,
#product .has-option h3 {
    font-weight:700;
    font-size:16px;
}
#product + div {
    /*margin: 10px 0 0;*/
    text-align:left;
}
.block-2 .qty-product {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.quantity-box {
    display:inline-block;
    width:100%;
    margin: 30px 0 25px;
}
.quantity-box .quantity-content {
    width:76px;
    border:1px solid #ececec;
    display:inline-block;
    border-radius:3px;
    padding:0 3px;
}

.block-3{
    margin-top: 40px;
}
.block-3 .tab-content .tab-pane {
    padding:30px 0;
    border:0;
    font-size:14px;
    color:#666666;
    line-height:28px;
}
.block-3 .nav-tabs {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    background:#f3f3f3;
    margin: 0;
    padding:25px 0 22px;
    border:0;
}
.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a{
    color: #2b7fd0;
    background: none;
    border:0;
}
.block-3 .nav-tabs li a {
    color: #999999;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 50px 0 0;
}
.block-3 .nav-tabs li {
    float: none;
    display:inline-block;
    margin: 0;
}

.related-products {
    padding-top: 60px;
}
.related-products .owl-carousel .owl-stage-outer {
    padding-bottom:20px;
}
.related-products .product-grid {
    margin:0;
}
.related-products .owl-nav {
    position: absolute;
    right: 0;
    top: -92px;
}
.related-products .owl-nav button {
    width: 36px;
    height: 36px;
}
.related-products .owl-nav button i {
    font-size: 20px;
}
.product-tags ul {
    list-style: none;
}
.product-tags ul li {
    display: inline-block;
}
.product-tags li a {
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    display: inline-block;
    margin: 0 10px 10px 0;
    overflow: hidden;
    color: #333;
}
.product-tags li a:hover {
    border-color: #2b7fd0;
    background: #2b7fd0;
    color: #fff;
}

/* newsllter */
.newletter-subscribe-container {
    margin:60px 0 0;
    position:relative;
    background:#f7f7f7;
}
.newletter-subscribe-container .newletter-subscribe {
    padding:60px 0 50px;
    display:inline-block;
    width:100%;
}
#dialog-normal .newletter-title {
    float:left;
    text-align:left;
}
#dialog-normal .newletter-title h6 {
    color: #333333;
    font-weight:400;
    font-size: 24px;
    margin: 0;
    text-transform:inherit;
    width:30%;
    float:left;
    line-height: 28px;
}
#dialog-normal .newletter-title h3 {
    font-size: 14px;
    color: #666666;
    margin: 5px 0 0 50px;
    text-transform: inherit;
    font-weight:400;
    width:60%;
    float:left;
    line-height: 24px;
}
#dialog-normal{
    text-align: center;
}
#dialog-normal .newleter-content{
    vertical-align: middle;
    position: relative;
    text-align:center;
    float:right;
    width:100%;
    margin-top: 7px;
}
#frm_subscribe-normal{
    display:inline-block;
    width: 100%;
    position:relative;
}
#subscribe_email{
    background: #fff;
    border: 1px solid #f0f0f0;
    font-size:14px;
    color: #999999;
    display: block;
    padding: 0 150px 0 30px;
    height: 48px;
    line-height:46px;
    width: 100%;
    float: left;
    margin: 0;
    border-radius:10px;
}
#subscribe_email::-webkit-input-placeholder{
    color: #9d9d9d;
}
#subscribe_email::-moz-placeholder{
    color: #9d9d9d;
}
#subscribe_email:-ms-input-placeholder{
    color: #9d9d9d;
}
#subscribe_email:-moz-placeholder {
    color: #9d9d9d;
}
#subscribe .btn {
    border: none;
    background:#2b7fd0 !important;
    padding:0 20px;
    height: 48px;
    line-height:48px;
    position:absolute;
    right:0;
    top:0;
    font-size:14px;
    color:#ffffff !important;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    border-radius:10px;
}
#subscribe .btn:hover{
    background: #333 !important;
}
#notification-normal{
    text-align: left;
    clear: both;
}
#notification-normal div{
    color: #292929;
}
#notification-normal div.warning{
    color: #f00;
    text-align: left;
    font-size:12px;
}


/* footer */
#back-top:hover{
    background:#2b7fd0;
}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 700;
    text-transform: uppercase;
    background: #333333;
    border-radius:5px;
    z-index: 999;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
#back-top span{
    margin-right: 15px;
}
#back-top i{
    font-size: 12px;
}

footer {
    background: #fff;
}
footer > .footer-static {
    border-top: 12px solid #f7f7f7;
    margin-top: 60px;
}
footer > .footer-main + .footer-static {
    border-top: 0;
    margin-top: 0;
}
footer > .footer-main .footer-category {
    background: #f7f7f7;
    margin:60px 0 0;
    padding:50px 0 40px;
}
.category-static ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.category-static li a:first-child{
    font-weight: 600;
    color: #292929;
    margin-right: 8px;
}
.category-static li a:first-child:after,.category-static li a:last-child:after {
    display:none;
}
.category-static li a {
    line-height: 28px;
    text-transform: capitalize;
    color: #555;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.category-static li a:after {
    content:"/";
    display: inline-block;
    vertical-align: top;
    margin:0 9px;
    color: #5b697b;
}
.category-static li a:hover {color: #2b7fd0;}

.category-static li {
    display: block;
}
.category-static li:last-child {
    margin-bottom:0;
}
footer .footer-item {
    margin-top: 50px;
}
footer .footer-title {
    margin-bottom:20px;
}
footer .footer-title h2 {
    font-size:18px;
    color:#333333;
    text-transform:uppercase;
    font-weight:500;
    margin:0;
    padding-bottom:16px;
    border-bottom:1px solid #ededed;
    position:relative;
}
footer .footer-title h2:before {
    content:'';
    width:70px;
    height:1px;
    background:#2b7fd0;
    position:absolute;
    bottom:-1px;
    left:0;
}
footer .footer-content li {
    line-height:35px;
}
footer .footer-content a {
    font-size:14px;
    color:#666666;
    text-transform:capitalize;
}
footer .footer-content a:hover {
    color:#2b7fd0;
}
/* footer-static */
.footer-static .container-inner {
    border-bottom:1px solid #eeeeee;
    padding-bottom:20px;
}
.footer-content p {
    font-size:14px;
    font-weight:400;
    color:#333333;
    line-height:25px;
    margin:0 0 20px;
}
.footer-content .footer-description {
    color:#666666;
    font-weight:300;
}
.footer-content .footer-description span a {
    margin-left: 6px;
}
.footer-content .footer-address,
.footer-content .footer-phone,
.footer-content .footer-email {
    padding-left:30px;
    position:relative;
    margin: 10px 0 0;
}
.footer-content .footer-address:before,
.footer-content .footer-phone:before,
.footer-content .footer-email:before {
    content: "\f041";
    display: inline-block;
    font-family: 'FontAwesome';
    position:absolute;
    left:0;
    top:1px;
    font-size:16px;
    color:#333;
}
.footer-content .footer-phone:before {
    content: "\f095";
}
.footer-content .footer-email:before {
    content: "\f003";
}

/* footer-paypal */
.footer-paypal {
    text-align:right;
}
.footer-paypal ul {
    padding:0;
    margin:0;
}
.footer-paypal ul li {
    list-style:none;
    display:inline-block;
    margin-left:10px;
}
.footer-paypal ul li:first-child {
    margin:0;
}
/* footer-bottom */
.footer-bottom {
    padding:20px 0 18px;
    background:#2b7fd0;
}
.copyright-text a {
    color: #fff;
}
.copyright-text a:hover {
    color:#333;
}
.copyright-text{
    margin: 0;
    color: #ffffff;
    font-size:14px;
    width:100%;
}


@media (max-width: 1199px){
    .menu-bar .top-item a.a-top-link {
        font-size:13px !important;
    }
    .module-title h2 {
        font-size: 18px;
    }
    .module-warp__full .module-title {
        padding: 70px 70px 30px 10px;
    }

    .fix-nav {
        position:initial !important;
        background:none;
        opacity:1;
        -webkit-animation: fadeInDown 0s linear;
        -moz-animation: fadeInDown 0s linear;
        -ms-animation: fadeInDown 0s linear;
        animation: fadeInDown 0s linear;
    }
    /*.owl-carousel .owl-nav > .owl-next, .owl-carousel .owl-nav > .owl-prev { display:none !important; }*/
    #cart-total .cart-text { display:none; }
    .search-container { width:100%; }
    #search-by-category .search-container .categories-container { width:40%; }
    #search-by-category .search-box { width:60%; }
    #search-by-category .search-box.no-category {
        width: 100%;
    }

    body[class^="product-product"] .breadcrumbs, body[class^="product-category"] .breadcrumbs{
        padding: 50px 0;
    }
    .breadcrumbs h1, .breadcrumbs h2{
        font-size: 30px;
        margin: 0 0 15px 0;
    }

    .toolbar3 { padding:0 20px 0 0; }
    .toolbar div,.toolbar .toolbar2 label, .toolbar .toolbar1 label,.toolbar .toolbar2 #input-limit, .toolbar .toolbar1 #input-sort { font-size:12px; }


    #product-product .btn-actions { width:100%; display:inline-block; }
    #dialog-normal .newletter-title h6 { font-size:18px; }
    #dialog-normal .newletter-title h3 { margin:0 0 0 30px; }

    .countdown-amount {
        font-size: 12px!important;
    }
    .countdown-row .countdown-section {
        min-width: 46px!important;
    }
}
@media (max-width: 992px){
    .menu-container { background:none; }
    .menu-bar .top-item a.a-top-link { padding:0 !important; }

    .oc-menu-bar {
        display: block;
        min-height: 50px;
        background: #434343;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        padding: 0 20px;
    }
    .oc-menu-bar .left {
        float: left;
        padding: 0;
        line-height: 50px;
    }
    .oc-menu-bar .left .fa {
        margin-right: 10px;
    }
    .oc-menu-bar .right {
        float: right;
        padding: 0;
        line-height: 50px;
    }
    .oc-menu-bar .right:hover {
        cursor: pointer;
    }
    .menu-container .menu-bar {
        display: none;
        background: #434343;
        padding: 10px 0;
        position: static;
        left: 15px;
        width: auto;
        right: 15px;
    }
    .menu-container .menu-bar .top-item {
        position: relative;
        padding: 0 15px;
        line-height: 35px;
        float: none;
    }
    .menu-bar .top-item:hover .a-top-link span, .menu-bar .top-item.active .a-top-link span, .menu-bar .top-item .a-top-link span {
        background: none;
        border: 0!important;
        padding: 0;
    }
    .menu-bar .top-item.active .a-top-link span {
        color: #FFC300;
    }
    .menu-bar .top-item .sub-menu-container {
        background: #434343;
        padding: 0;
        position: static;
        box-shadow: none;
    }
    .sub-menu-container .sub-menu-content .a-sub-title-link {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        font-size: 13px;
        color: #fff;
        font-weight: 400;
    }
    .sub-menu-container .sub-menu-content .a-sub-title-link:before {
        display: none;
    }
    .sub-menu-container .a-sub-link {
        color: #fff;
    }
    .sub-menu-container .menu-link-bottom {
        margin:0;
    }
    .sub-menu-container .menu-bottom-item {
        padding-top: 0;
        border-top: 0;
    }
    .sub-menu-content .sub-menu-item {
        display: none;
    }

    .a-click-show {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        line-height: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }
    .a-click-show .fa-minus {
        display: none;
    }
    .a-click-show .fa-plus {
        display: block;
    }

    .open .a-click-show .fa-minus {
        display: block;
    }
    .open .a-click-show .fa-plus {
        display: none;
    }

    .container-fix { padding:30px 0 0; }
    .top-header {margin:20px 0 0; text-align:center; }
    .top-search { text-align:center; margin:0 0 20px; }
    .currency { border:0; }
    #top-links .dropdown-menu li a { line-height:20px; }
    .phone-welcome { border-bottom:1px solid #ebebeb; }
    .header-top .col-md-6 { text-align:center; }
    #form-currency,#form-language,.currency,.language { float:none; display:inline-block; }
    #form-currency .dropdown-menu { left:0; right:inherit; }
    #top-links { margin:0; }
    #top-links:after,.language:after { display:none; }
    .currency .btn-link,.language .btn-link { float:none; }
    .currency { padding:0 15px 0 0; }
    .language .btn-link { padding:0 0 0 25px; }
    #top-links a { padding:0 10px; }
    .currency label,.language label { display:none; }
    .logo-container { text-align:center; }
    .header-right { width:100px; margin:25px auto 0; display:table; }
    .search-containers { width:100%; text-align:center; margin:0 0 20px; }
    #search-by-category { float:none; display:inline-block; margin:0; }
    #search-by-category .search-container .categories-container { width:30%; }
    #search-by-category .search-box { width:70%; }
    #search-by-category .search-box.no-category {
        width: 100%;
    }
    .bottom-header { text-align:center; }
    .call-us { float:none; margin:20px auto 0; display:table; }

    #search-by-category .search-container .categories-container .hover-cate p {
        padding: 0 23px 0 4px;
    }
    #search-by-category .search-container .categories-container .hover-cate p:after {
        right: 12px;
    }

    .module-description {
        display: inline-block;
        margin-left: 12px!important;
    }
    .module-warp {
        margin-top: 30px;
    }
    .module-warp__full {padding: 30px 0 0;}
    .module-warp__full .special {margin: 0;}
    .module-warp__full .module-title {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .module-warp__full .module-content {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .module-warp__full .special .owl-nav {
        display: none;
    }


    #dialog-normal .newletter-title,#dialog-normal .newletter-title h6 { width:100%; }
    #dialog-normal .newletter-title h3 { width:100%; margin:0; }
    #dialog-normal .newleter-content { width:100%; display:inline-block; margin:20px 0 0; }

    .copyright-text {
        text-align: center;
    }
    .footer-paypal { text-align:center; margin:20px 0 0; }
    .footer-static .footer-title { cursor:pointer; }

    .custom-products .list-style .product-name {
        line-height: 1.6;
    }
}
@media (max-width: 991px) {
    #top-links {
        float: none;
    }
    .header-cart, #top-links {
        display: inline-block;
        margin: 0 6px;
    }
    #cart .dropdown-menu {
        left: calc(calc(-100vw + 330px) / 4);
        right: auto;
    }
}
@media (max-width: 786px) {
    #column-left {
        display: none;
    }
    #content {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #cart .dropdown-menu {
        left: calc(calc(-100vw + 330px) / 2);
        right: auto;
    }
}
@media (max-width: 434px) {
    #cart .dropdown-menu {
        left: calc(calc(-100vw + 330px));
        right: auto;
    }
}

.top-banner {
    opacity: 1;
    margin-top: 40px;
}
.top-banner .owl-dots {
    position: absolute;
    bottom: 6px;
    width: 100%;
}


#column-left {
}
#column-left .row {
    margin: 0;
}
#column-left .container, #column-left .module-content {
    width: 100%;
    padding: 0;
}
#column-left .module-warp {
    margin: 0;
    padding: 0;
}
#column-left > div + div {
    margin-top: 20px!important;
}
#column-left .module-title {
    margin-bottom: 20px;
    padding: 0;
}
#column-left .module-title .module-description {
    display: none;
}
#column-left .module-content {
    border: 0;
    padding: 0;
}
#column-left .grid-style, #column-left .list-style {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
}
#column-left .actions, #column-left .btn-groups, #column-left .desc-info {
    display: none;
}
#column-left .grid-style .item-inner {
    padding: 0 15px;
}
#column-left .grid-style .image > a {
    width: 120px;
}
#column-left .countdown-row .countdown-section {
    min-width: 46px!important;
}
#column-left .list-style .image {
    width: 68px;
}
#column-left .list-style .caption {
    margin-left: 70px;
    padding-top: 0;
}

#column-left .module-warp__full {
    background: none;
    padding: 0;
}
#column-left .module-warp__full .item-inner {
    padding-top: 10px;
    padding-bottom: 12px;
}
#column-left .module-warp__full .caption {
    padding-top: 10px;
}

#column-left .product-name {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 10px;
    height: 36px;
}
#column-left .price {
    font-size: 20px;
}
#column-left .price-old {
    font-size: 16px;
}

#content .container {
    /*padding-left: 0;*/
    /*padding-right: 30px;*/
}

.not-found {
    display: flex;
    flex: 1;
    width: 80%;
    margin: 0 auto;
}
.not-found:before {
    display: block;
    content: '';
    width: 196px;
    height: 148px;
    background: url(../image/404-not-found.png) no-repeat;
    background-size: contain;
}
.not-found-info {
    padding-left: 40px;
    position: relative;
}
.not-found-info h1 {
    text-transform: capitalize;
}
.not-found-info .buttons {
    position: absolute;
    bottom: 0;
}
.not-found-info .buttons .btn + .btn {
    margin-left: 10px;
}
.not-found + .container {
    margin-top: 80px;
}