@import '../font-awesome/css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import 'extend.css';
@font-face {
    font-family: font-icons;
    src: url('../fonts/font-icons/font-icons.woff');
}

html,body {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.66;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
}
a {
	color: #444;
}
a:hover {
	color: #229ac8;
	text-decoration: none;
}
*:focus {
    outline: none;
}
span.orange, .category-description a,
a.orange, a.aw-blog-read-more,
.blog-post-view .postContent a {
    color: #229ac8;
}
.blog-post-view div.tags {
    padding-bottom: 10px;
}
.blog-post-view ul.tags {
    margin-bottom: 20px;
    display: inline;
}
.blog-post-view .tags li {
    display: inline-block;
    margin-right: 10px;
}
.blog-post-view .tags li a,
.blog-post-view .postDetails a {
    color: #229ac8;
}
.blog-post-view .postDetails .poster {
    display: inline-block;
}
button:focus {
	outline: none;
}
/* Header */
header.page-header {
	box-shadow: 0px 0px 3px #229ac8;
	max-width: unset;
	padding-bottom: 5px;
}
.page-header-container {
	padding-top: 31px;
}

.main-category-nav {
	display: none;
}
.start-label {
	cursor: pointer;
	line-height:30px;
}
.level-start:hover > .main-category-nav {
	display: block;
}
.level-start {
	float: left;
	padding: 1px 10px;
	position: relative;
	margin-right: 1px;
}
.nav-primary .level-start:last-child {
    padding-right: 0!important;
}
.level-start > a,.level-start .start-label {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.level-start:hover {
	background: #229ac8;
}
.level-start:hover > a,.level-start:hover > .start-label {
	text-decoration: none;
	color: #fff;
}
.level-start.page-active {
	background: #229ac8;
}
.level-start.page-active a {
	color: #fff;
}
.level-start:hover > a,.level-start:hover > .start-label {

}
.level-start .main-category-nav {
	position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.button-search > label {
	display: none;
}
.account-cart-wrapper {
	float: left;
}
.header-minicart,.header-search {
	float: right;
	position: relative;
}
.header-minicart {
	text-align: right;
}
.header-search {
    display: block;
	width: auto;
	margin-right: 5px;
}
.cart-icon {
	display: inline-block;
}
.button-search {
    outline: none;
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #666666;
}
.cart-icon {
	cursor: pointer;
	outline: none;
    border: none;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #229ac8;
    position: absolute;
    top: 0;
    left: 0;
}
.skip-cart:focus {
	outline:none;
}
.cart-details {
	margin-left: 45px;
}
.cart-details .text {
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -2px;
}
.account-row {
	margin-top: 15px;
}
.account-link a{
	float: right;
	margin-left: 13px;
	font-size: 14px;
}
.account-link a:before {
	margin-right: 5px;
}
.level-start .custom-label {
	position: absolute;
    right: 0px;
    top: -18px;
    font-size: 12px;
    padding: 0px 8px;
    background: red;
    color: #fff;
    cursor: none;
    font-weight: bold;
    pointer-events: none;
}
.swiper-container {
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container a {
	font-size: 14px;
}
#search_mini_form.active {
	display: block;
    position: absolute;
    width: 260px;
    left: -193px;
    z-index: 2;
}
#search {
	border: 1px solid #229ac8;
}
#search_mini_form .search-button {
	border-left: 1px solid #229ac8;
}
#search_mini_form .search-button i{
	color:  #229ac8;
}
#search_mini_form .search-button i {
    color: #229ac8;
    font-size: 16px;
    position: relative;
    left: -6px;
}
.cart-details .price {
	font-size: 13px;
	color: #e74c3c;
}
.cart-details .sperator {
	color: #666!important;
}
.header-minicart .product-details .product-name {
	text-align: left;
}
.search-cate-wrap h2 {
	color: #f47e37;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    font-size: 30px;
}
.search-cate-content {
    margin-bottom: 30px;
    text-align: center;
}
.search-cate-content span.select2-container {
    width: 70%!important;
    text-align: left;
}
.search-cate-content  .select2-container--default .select2-selection--single {
    border: 2px solid #229ac8;
    line-height: 36px;
    height: 36px;
}
.search-cate-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
.search-cate-content  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #229ac8 transparent transparent transparent;
}
.search-cate-content  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}
.search-cate-content  span:focus {
    outline: none;
}
.search-cate-content .select2-selection__rendered {
    font-weight: bold;
    font-size: 15px;
}

.layer {
    display: none;
    background-color: rgba(50,50,50,0.8);
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#loader-ajaxcart.layer {
    z-index: 99;
}
.layer.active {
    display: flex;
}
.content-loading {
    display: block;
    width: 80px;
    height: 80px;
    border: 15px solid #f47e37;
    border-radius: 50%;
    margin: auto;
    border-top-color: #d2d2d2;
    border-left-color: #d2d2d2;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
    z-index: 999;
    position: relative;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.list-category-content .each-category {
    margin-bottom: 22px;
}

.list-category-content a.item-category .item-category-image {
    height: 80px;
    white-space: nowrap;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.list-category-content a.item-category {
    display: inline-block;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.list-category-content .item-category-name {
    text-align: center;
    background-color: rgb(238,238,238);
    padding: 5px 0px;
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
}
.list-category-content img {
    max-height: 85px;
    max-width: 95%;
    margin: auto;
}
.list-category-content a.item-category:hover {
    border-color: #229ac8;
}
.list-category-content a.item-category:hover .item-category-name {
    color: #fff;
    background-color: #229ac8;
}
@media only screen and (min-width: 1200px) {
    .list-category-content .each-category {
        max-width: 25%!important;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
.breadcrumbs .items {
    font-size: 1rem;
    color: #a3a3a3;
    margin:0;
    padding: 0;
    list-style: none none;
}
.breadcrumbs .items .item:first-child {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 0;
}
.breadcrumbs .items .item {
    height: 25px;
    line-height: 22px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 8px 0 18px;
    margin-left: 5px;
}
.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs .items .item:first-child:before {
    border-right: none;
    border-top: none;
}
.breadcrumbs .items .item:before {
    left: -8px;
}
.breadcrumbs .items .item:before, .breadcrumbs .items .item:after {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 19px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 17px;
}
.breadcrumbs .items .item:after {
    right: -8px;
}
.breadcrumbs .items .item:before, .breadcrumbs .items .item:after {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 17px;
}
.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    line-height: 18px;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.breadcrumbs .items .item:first-child:before {
    border-right: none;
    border-top: none;
}
.breadcrumbs .items .item:hover:before, .breadcrumbs .items .item:hover:before,.breadcrumbs .items .item:hover:after, .breadcrumbs .items .item:hover:after {
    border-color: #229ac8;
}
.breadcrumbs .items .item:hover {
    border-color: #229ac8!important;
}
.page-title {
    position: relative;
    margin-bottom: 20px;
}
.page-title:before {
    content: "";
    width: 80px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #229ac8;
}
.smcqp-btn, .spcqp-count, .owl-controls .owl-nav div:hover, .page-title:before, a.action.primary:hover, .sambar-inner:before {
    background-color: #229ac8;
}
.smcqp-btn, .spcqp-count, .owl-controls .owl-nav div:hover, .page-title:before, button:hover, .cart-container .action.continue:hover, a.action.primary:hover {
    background-color: #229ac8;
}
.header-cate-row {
	margin-bottom: 15px;
}
.category-products .item {
	text-align: center;
}

.category-products span.sku {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #444;
}
.category-products span.price {
    font-size: 1.7rem;
    line-height: 1.6;
}
span.price {
    color: #e74c3c;
}
.category-products .product-name a {
    font-size: 20px;
    color: #000;
    text-transform: none;
}
h2.product-name a:hover {
	color: #229ac8;
}
.availability i{
	margin-right: 5px
}
.category-products .item .item-content:hover, .category-products .item-content:hover {
    box-shadow: 3px 3px 6px rgba(244,161,55,0.3);
    -webkit-box-shadow: 3px 3px 6px rgba(244,161,55,0.3);
    border-color: #229ac8;
}
.category-products li.item .item-content, .category-products  .item-content {
    border: 1px solid #ddd;
    padding-top: 5px;
}
.category-products .item.swiper-slide {
	padding: 0 15px;
}
.products-grid .actions .button.btn-cart {
	width: 99px;
	padding:6px 0;
	font-size: 12px;
	font-weight: 600;
	background:  #229ac8;
	border: 1px solid #229ac8;
}
.products-grid .actions .button:not(.btn-buynow) {
	background:  #fff;
	color: #444;
	border: 1px solid #ccc;
}

.products-grid .actions .button.btn-cart:hover {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

.products-grid .actions .button:not(.btn-buynow):hover {
    background: #229ac8;
    border: 1px solid #229ac8;
}

.catalog-category-view .category-description {
    margin: 0 0 15px;
}

.category-products {
    padding-bottom: 20px;
    position: relative;
}

.category-description {
    margin: 30px 45px 15px;
    border: 2px solid #229ac8;
    padding: 15px;
    border-radius: 0;
}
#swiper_product, #swiper_category {
    margin: 0 38px;
}
#swiper_category.smaller-mode {
    margin: 0 auto;
}
#myModal {
    display: none;
    position: absolute;
    z-index: 10;
    top: 2.75rem;
    right: 0;
    left: 0;
    max-width: 1080px;
    margin: auto;
    height: auto;
}
.category-modal {
    max-width: 1080px;
    width: 95%;
    margin: auto;
    background: #fff;
    display: block;
    border: 1px solid #229ac8;
    padding: 15px;

}
.category-modal .header-cate-row img{
    max-height: 40px;
    margin-right: 30px;
}
.category-modal .page-title {
    font-size: 24px;
}
.category-modal .header-cate-row {
    padding: 0 15px;
    position: relative;
}
.category-modal .close {
    position: absolute;
    right: 0;
    padding: 0;
    font-size: 30px;
    color: #000;
    opacity: 1;
}
.category-modal .close:hover {
    background:none;
    color: #229ac8;
}
.category-modal .page-title a {
    font-size: 20px;
    margin-left: 25px;
    color: #229ac8;
}
.category-modal .swiper-container,.category-modal .header-cate-row {
    margin: 0;
}
.category-modal .products-grid .actions .button.btn-cart {
    width: 90px;
    font-size: 11px;
    margin: 2px 0;
}
.category-modal .category-description {
    margin-top: 10px;
}
.category-products .swiper-button-next,.category-products .swiper-button-prev {
    background: none!important;
    color: #229ac8;
    font-size: 50px;
    line-height: 1;
    padding: 0;
    top: 45%;
}
.block-cat-home-title::before, .cms-page-view h3::before, .cms-page-view h2::before {
    background-color: #229ac8;
    content: '';
    width: 126px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.block-cat-home-title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #444;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding-bottom: 3px;
    position: relative;
    font-size: 166.67%;
}
#checkoutSteps .ptitle i.fa {
    margin-right: 5px;
}

#checkoutSteps #billing-address-select {
    display: none;
}

.block-cat-home-title {
    font-weight: 700;
    margin-bottom: 30px;
    color: #444;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    padding-bottom: 3px;
    position: relative;
    font-size: 166.67%;
}
.block-cat-home-title:before, .cms-page-view h3:before, .cms-page-view h2:before {
    background-color: #229ac8;
    content: '';
    width: 126px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.product-grid-home .short-desc ul li {
    list-style: none;
    margin-left: 0;
}
.full-wrapper {
    margin-left: -1000px;
    margin-right: -1000px;
    clear: both;
}

.banner-homepage {
    /*background-color: #f3f4f8;*/
    padding: 30px 0;
}
.cms-index-index .page {
    overflow-x: hidden;
}
.banner-homepage-content {
    border: 1px solid #eee;
    background-color: #fff;
    clear: both;
    font-size: 116.6%;
    text-transform: uppercase;
}
.banner-homepage .item {
    border-right: 1px solid #eee;
}
.banner-homepage .item a {
    padding: 30px 0px 30px 0px;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 35px 35px;
}
.banner-homepage-content .item-icon {
    float: left;
    width: 16%;
}
.banner-homepage-content .item-content {
    float: left;
    width: 84%;
    padding-left: 20px;

}
.banner-homepage .item a em {
    width: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 2.5rem;
    padding-top: 5px;
}

.banner-homepage .item a small {
    font-size: 70%;
    text-transform: none;
}

.product-view .product-img-box {
    max-width: 40%;
    flex: 0 0 40%;
    text-align: center;
}

.product-view .product-shop {
    max-width: 60%;
    flex: 0 0 60%;
}
.category-product-image {
    border: 1px solid #dedede;
    padding: 30px 15px;
    margin: 0;
}
.category-product-image span {
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #229ac8;
}
#product_addtocart_form {
    max-width: 740px;
}
.product-shop .product-name .h1 {
    font-size: 26px;
    text-transform: none;
}
.add-to-cart-wrapper {
    margin-top: 20px;
}
.product-view .add-to-cart .qty-wrapper label {
    margin-bottom: 0;
}
.add-to-cart-buttons .button.white {
    border: 1px solid #d2d2d2;
    background: #fff;
    color: #333;
}
.product-view .add-to-cart-buttons .button:hover {
    border-color: #444;
}
.add-to-cart-buttons .button.white:hover {
    background: #229ac8;
    color: #fff;
    border-color: #229ac8;
}

.product-view .product-shop .short-description ul li {
    margin-left: 0;
    list-style: none;
}
.product-view .add-to-cart .qty-wrapper {
    padding-right: 15px;
    position: relative;
}
.qty-controls {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    font-weight: 100;
    background: #333;
}
.quantity-controls {
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    padding: 0 3px;
    cursor: pointer;
}
.quantity-controls:hover {
    background: #229ac8;
}
.togglebackground {
    width: 25px;
    float: right;
    text-align: right;
}
#coupon_patial .block-cat-home-title, .tutorial-title.block-cat-home-title {
    width: auto;
    max-width: 75%;
}
.toggle_head {
    cursor: pointer;
}
input#coupon_code, input#mh_storecredit_value {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px 8px;
}
fieldset.tutorial {
    padding-left: 30px;
    padding-bottom: 20px;
}
fieldset.tutorial ul li {
    list-style: decimal;
    padding: 3px 0px 3px 3px;
}
fieldset.tutorial ul li a{
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    line-height: 1.66;
}
.checkout_form img {
    max-width: 100%;
}
.minicart-wrapper .header-minicart {
    background: #666;
    color: #fff;
    padding: 8px 20px;
    font-size: 116.67%;
    width: 100%;
}
.minicart-wrapper .header-minicart .text-left{
    float: left;
}
.minicart-wrapper .header-minicart .text-right{
    float: right;
}
.minicart-wrapper .product-item-details .product-item-name {
    display: block;
    padding-right: 75px;
    font-weight: 700;
}
.minicart-wrapper .product-item-details .price-container {
    position: absolute;
    right: 0;
    top: 0;
}
.minicart-wrapper .product-item-details .details-qty {
    margin-top: 10px;
    width: 100%;
    height: 40px;
}
.minicart-wrapper .product-item-details .details-qty label {
    width: 30px;
    line-height: 33px;
    text-align: left;
}
.minicart-wrapper .product-item-details .details-qty label, .minicart-wrapper .product-item-details .details-qty .control {
    float: left;
}
.header-minicart #header-cart.skip-active {
    background: #f2f2f2;
    border: solid 1px #cccccc;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
}
.minicart-wrapper .subtotal {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #444;
    padding: 13px 25px 10px;
    text-align: left;
    text-transform: uppercase;
}
.minicart-wrapper .subtotal .label {
    font-weight: 700 !important;
    color: #444;
}
.minicart-wrapper .subtotal .price {
    float: right;
    margin-top: -2px;
    color: #e74c3c;
    font-size: 133%;
    font-weight: 700;
}
.minicart-wrapper .product-item-details .price-container .price {
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
}
.header-minicart .product-item-pricing .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}
.header-minicart .product-item-pricing .quantity-button.visible {
    opacity: 1;
}
.minicart-wrapper .minicart-actions {
    background-color: #fff;
    padding: 10px 15px;
    text-align: left;
}
.minicart-wrapper .minicart-actions a {
    cursor: pointer;
    display: inline-block;
    height: 34px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #666;
    font-size: 116.67%;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    line-height: 34px;
}
.header-minicart .minicart-actions .cart-link{
    height: 34px;
    line-height: 34px;
}
p.agree input.checkbox {
    margin-top: 1px;
    vertical-align: text-top;
}

/*footer*/
.footer-container {
    background-color: #fff;
    color: #444444;
    position: relative;
}
.footer-container .footer-top {
    padding: 30px 0 15px 0;
    background-color: #f3f4f8;
    border-bottom: none;
}
.footer-category:first-child {
    padding-left: 15px;
}
.footer-container .footer-block .footer-block-title {
    margin-bottom: 10px;
}
.footer-container .footer-block .footer-block-title h3 {
    font-weight: 700;
    font-size: 112.33%;
    color: #222;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
.footer-container{
    max-width: 100%;
}
.footer-middle {
    padding: 15px 0;
}
.footer-payment .lazyload-container {
    height: 40px;
    line-height: 40px;
}
.footer-payment .socials-wrap {
    position: relative;
    top: 0;
    display: inline-block;
    left: 0;
    z-index: 50;
}
.footer-container .socials-wrap .title-follow {
    display: none;
}
.socials-footer {
    text-align: right;
}
.footer-middle .socials-wrap ul {
    display: table-cell;
    float: right;
}
.footer-middle .socials-wrap ul li {
    float: left;
    margin-left: 10px;
}
.footer-container .socials-wrap ul .li-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.125rem;
    background-color: #666;
    border-radius: 50%;
}
.footer-container .socials-wrap ul .li-social.facebook-social a {
    background-color: #3c599f;
}
.footer-container .socials-wrap ul .li-social.twitter-social a {
    background-color: #5ea9dd;
}
.footer-container .socials-wrap ul .li-social.google-social a {
    background-color: #dd4b39;
}
.footer-container .socials-wrap ul .li-social.pinterest-social a {
    background-color: #d73532;
}
.footer-container .socials-wrap ul .li-social a:hover {
    text-shadow: 0 0 5px rgba(255,255,255,0.7);
    -webkit-text-shadow: 0 0 5px rgba(255,255,255,0.7);
    background-color: #229ac8 !important;
}
.footer-container .footer-bottom {
    background-color: #f3f4f8;
    padding: 11px 0;
    color: #fff;
}
.footer-container .footer-bottom .copyright-footer address {
    margin-top: 3px;
    text-align: center;
    color: #222;
}
.footer-container .footer-block .footer-block-content .links-contact li {
    position: relative;
    padding-left: 39px;
    min-height: 30px;
    line-height: 18px;
}
.footer-container .footer-block .footer-block-content .links-contact li.middle-content {
    padding-top: 9px;
    margin: 4px 0 10px;
}
.footer-container .footer-block .footer-block-content .links-contact li::before {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-image.png) #969696;
    background-position-x: 0%;
    background-position-y: 0%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.footer-container .footer-block .footer-block-content .links-contact li.add-icon::before {
    background-position: -8px -10px;
}
.footer-container .footer-block .footer-block-content .links-contact li.email-icon::before {
    background-position: -11px -51px;
}
.footer-container .footer-block .footer-block-content .links-contact li.working-icon::before {
    background-position: -60px -94px;
}
/*.cms-index-index .footer-top {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}*/
.account-create .customer-name-middlename .field.name-firstname {
    padding: 0;
}
.white-popup {
    width: 90%;
    max-width: 450px;
}
.availability.in-stock{
    margin: 0;
}
.std .short-desc ul {
    margin-bottom: 0;
}
.category-products .products-grid .product-info{
    padding-bottom: 50px;
}
.block-account .block-title {
    background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding: 3px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.dashboard .box-account {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 20px;
}
.dashboard .box-head {
    margin-top: 0;
}
.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
.dashboard .box-info .box-head h2 {
    background-image: url(../images/i_ma-info.gif);
}
.box-account .box-head h2 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #e65505;
}
.dashboard .col2-set {
    margin: 0 0 15px;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.col2-set .col-1, .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.dashboard .box-account .col2-set .col-1, .dashboard .box-account .col2-set .col-2{
    padding-right: 0;
}
.block-account .block-content li.current a strong{
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #229ac8;
}
.cartpro-modal .cpmodal-button.cartpro-hidden {
    display: none;
}
.cpmodal-action {
    text-align: center;
}
.mini-cart-header {
    display: inline-block;
}
.block.sm-cartpro {
    display: inline-block;
    margin: 0;
}
.sm-cartpro .cartpro-message {
    display: none;
    text-align: center;
    padding: 0 0 10px 0;
}
.sm-cartpro .cartpro-success {
    color: green;
}
.sm-cartpro .cartpro-error {
    color: #FF0000;
}
.sm-cartpro .cartpro-title .cartpro-label {
    display: inline;
}
.sm-cartpro {
    position: relative;
}
.sm-cartpro .empty {
    margin: 0;
}
.sm-cartpro .cartpro-content {
    display: none;
    width: 360px;
    position: absolute;
    right: 0px;
    top: 64px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.45);
    border-top: 5px solid #439bbf;
    padding: 15px 20px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper {
    margin: -13px -20px 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .label-recent {
    display: none;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products {
    overflow: auto;
    max-height: 344px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner {
    margin-bottom: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item {
    overflow: hidden;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image {
    float: left;
    display: block;
    position: relative;
    margin-right: 20px;
    z-index: 9;
    border: 1px solid transparent;
    width: 98px;
    height: 131px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-image:hover {
    border-color: #439bbf;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details {
    position: relative;
    float: left;
    width: 175px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-name {
    position: relative;
    font-weight: bold;
    top: -6px;
    margin: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product {
    margin-top: -5px;
    display: table;
    margin-bottom: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .rating-product .amount {
    display: none;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-price {
    color: #439bbf;
    font-size: 133.33%;
    font-weight: bold;
    margin-bottom: 10px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action {
    position: absolute;
    right: -10px;
    top: -5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a {
    font-size: 14px;
    color: #c5c5c5;
    display: inline-block;
    padding: 0 3px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .product-action a:hover {
    color: #439bbf;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart {
    padding-top: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-products .cartpro-products-inner .item .product-details .truncated-cart dl {
    margin: 0;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal {
    text-transform: uppercase;
    background-color: #ebebeb;
    margin-top: 1px;
    padding: 0 20px;
    line-height: 50px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal label {
    font-size: 133.33% !important;
    font-weight: bold !important;
    margin-right: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-subtotal .price {
    color: #439bbf;
    font-weight: bold;
    font-size: 133.33%;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions {
    margin-top: 1px;
    border-top: 1px solid #ededed;
    padding: 25px 20px 7px;
    display: inline-block;
    width: 100%;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a {
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 7px;
    background-color: #5b5b5b;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    -moz-transition: 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out 0s;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:hover {
    background-color: #439bbf;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a:before {
    font-family: fontawesome;
    font-size: 14px;
    margin-right: 5px;
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.cart-link:before {
    content: "\f07a";
}
.sm-cartpro .cartpro-content .cartpro-wrapper .cartpro-actions a.checkout-button:before {
    content: "\f046";
}
.sm-cartpro.cartpro-hover:hover .cartpro-content,
.sm-cartpro.cartpro-hover .cartpro-content {
    display: block;
}
.sm-cartpro .cartpro-content:before,
.sm-cartpro .cartpro-content:after {
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.sm-cartpro .cartpro-content:after {
    background: url(http://dev.spnkart.com/skin/frontend/sm-ballishop/default/images/ajax_loading.gif) no-repeat scroll center center transparent;
    z-index: 3;
}
.sm-cartpro .cartpro-content.loading:before,
.sm-cartpro .cartpro-content.loading:after {
    display: block;
}
.sm-cartpro .cartpro-content .empty {
    text-align: center;
    padding: 10px 0;
}
.sm-cartpro .cartpro-products-inner .qty-label {
    display: none;
}
.sm-cartpro .cartpro-products-inner .qty-value input {
    width: 37px !important;
    height: 35px;
    border-radius: 2px;
    border-color: #ededed;
}
.sm-cartpro .cartpro-products-inner .quantity-button {
    opacity: 0;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    border-radius: 2px;
}
.sm-cartpro .cartpro-products-inner .quantity-button.visible {
    opacity: 1;
    cursor: pointer;
}
.sm-cartpro .cartpro-actions {
    overflow: hidden;
    padding-top: 20px;
}
.sm-cartpro .cartpro-actions .cartpro-checkout {
    float: none;
    text-align: center;
    max-width: 100%;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li {
    margin: 0 0 5px 5px;
    vertical-align: top;
    text-transform: uppercase;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:first-child {
    margin-left: 0;
}
.sm-cartpro .cartpro-actions .cartpro-checkout li:after {
    clear: both;
    content: "";
    display: table;
}
/* ============================================ *
 * Item Options
 * ============================================ */
.sm-cartpro .item-options:after {
    content: '';
    display: table;
    clear: both;
}
.sm-cartpro .item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    margin-right: 0;
}
.sm-cartpro .item-options dt:after {
    content: ': ';
}
.sm-cartpro .item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px;
}
.sm-cartpro .truncated,
.sm-cartpro .truncated a.dots {
    cursor: help;
    display: inline-block;
}
.sm-cartpro .truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}
.sm-cartpro .truncated a.details:hover {
    text-decoration: none;
}
.sm-cartpro .truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}
.sm-cartpro .truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #3399cc;
    background-color: #F6F6F6;
    top: auto;
    left: 0;
    bottom: 5px;
}
.sm-cartpro .truncated .truncated_full_value .item-options:after {
    border-color: #3399cc transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    top: auto;
}
.sm-cartpro .truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.sm-cartpro .truncated .show .item-options {
    display: block;
}
.cartpro-process {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1005;
    display: none;
}
.cartpro-process.cartpro-show {
    display: block;
}
.product-view.cartpro-product {
    padding-top: 0;
}
.cartpro-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1005;
    width: 100%;
    height: 100%;
}
.cartpro-modal.cartpro-show {
    display: block;
}
.cartprooptoins-index-product #_atssh {
    display: none;
}
.cartpro-modal .cpmodal-wrapper,
.cartpro-process .cartpro-loadmark {
    width: 200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
}
.cartpro-process .cartpro-imageload {
    background: #fff4e9;
    border: 2px solid #f1af73;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #f1af73;
    padding: 15px 20px;
    opacity: 0.8;
    font-family: arial, sans-serif;
}
.cartpro-process .cartpro-imageload img {
    display: inline-block;
    vertical-align: middle;
}
.cartpro-modal .cpmodal-wrapper {
    width: 400px;
    background: none repeat scroll 0 0 #FFF;
    text-align: center;
    padding: 15px 10px 10px;
    position: relative;
}
.cartpro-modal .cpmodal-message {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    text-align: center;
}
.cartpro-modal .cpmodal-close {
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    text-align: center;
}
.cartpro-modal .cpmodal-close:hover {
    color: red;
}
.cartpro-modal .cpmodal-time:before {
    content: " (";
}
.cartpro-modal .cpmodal-time:after {
    content: ")";
}
.cartpro-modal .cpmodal-time.cptime-hidden {
    display: none;
}
.cartpro-modal .cpmodal-button {
    background: #439bbf;
    border: none;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.cartpro-modal .cpmodal-button:hover {
    background-color: #0c7daf;
}
.cartpro-modal .cpmodal-button.noitem-wishlist,
.cartpro-modal .cpmodal-button.noitem-compare {
    display: none;
}
.cartpro-modal.cartpro-options .cpmodal-message,
.cartpro-modal.cartpro-options .cpmodal-action {
    display: none;
}
.cartpro-modal .cpmodal-message.cp-error {
    display: block;
    color: #FF0000;
}
@media only screen and (max-width: 499px) {
    .cartpro-modal .cpmodal-wrapper {
        width: 300px;
    }
    .cartpro-modal .cpmodal-button {
        white-space: nowrap;
    }
}
/* style for IFrame */
.product-view.cartpro-product select {
    height: 30px;
}
.product-view.cartpro-product .share-button {
    display: none;
}
.product-view.cartpro-product .product-shop,
.cartpro-modal .product-view .product-shop {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0px 0px 5px 0px;
}
.product-view.cartpro-product .add-to-cart-wrapper {
    float: none;
    width: 100%;
    padding: 0 0 2px 0;
}
.product-view.cartpro-product .add-to-cart-wrapper .price-box,
.product-view.cartpro-product .add-to-cart-wrapper .availability {
    display: none;
}
.product-view.cartpro-product .product-shop .product-name {
    font-size: 133.33%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.product-view.cartpro-product .product-shop .extra-info {
    float: none;
    margin: 0;
}
.cartpro-modal .cartpro-frame {
    border: none;
    overflow: auto;
}
.cartpro-modal .cartpro-frame html,
.cartpro-modal .cartpro-frame body {
    height: auto;
}
.product-view.cartpro-product .grouped-items-table-wrapper {
    padding: 0;
    margin: 0 0 0 0;
}
.product-view.cartpro-product .product-shop .availability {
    font-size: 12px;
    text-transform: uppercase;
}
.product-view.cartpro-product .product-shop .extra-info,
.product-view.cartpro-product .product-shop .price-info {
    margin: 0 0 5px 0;
}
.product-view.cartpro-product .product-shop .price-box {
    margin-bottom: 0;
}
.product-view.cartpro-product .product-options {
    border: 1px solid #cccccc;
    clear: both;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}
.product-view.cartpro-product .product-options-bottom {
    border: 1px solid #c9c9c9;
    border-top: 0;
    margin: 0;
    padding: 10px;
}
.product-view.cartpro-product .product-shop .option-product-wrapper {
    border-bottom: none;
}
.product-view.cartpro-product .add-to-links,
.product-view.cartpro-product .or {
    display: none;
}
.product-view.cartpro-product .add-to-cart {
    margin-bottom: 0;
    border-bottom: none;
}
.product-view.cartpro-product .product-shop .product-options-bottom {
    margin-bottom: 2px;
}
.product-view.cartpro-product .product-essential {
    margin-bottom: 0;
}
.product-view.cartpro-product .grouped-items-table {
    margin-bottom: 0;
}
.product-view.cartpro-product .add-to-box {
    padding: 10px;
    border: 1px solid #c9c9c9;
    border-top: 0;
    background-color: #eeeeee;
    margin: 0;
}
.page-empty.cartprooptoins-index-product {
    padding: 5px;
}
.no-blockshadown {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.no-blockshadown .col-lg-3{
    float: left;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media-list .media {
    border-radius: 5px;
    box-shadow: 0 1px 2px #D9DADB;
    padding: 10px;
    position: relative;
}
.media-list .media:before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    content: "";
    display: inline-block;
    height: 559px;
    position: absolute;
    right: 755px;
    top: 0;
    transform: skew(-45deg);
    transition: all 0.6s ease-in-out 0s;
    width: 600px;
}
.media-list .media:hover:before {
    right: -700px;
}
.media-list .media.red {
    background-color: #fe6549;
    color: #fff !important;
}
.media-list .media.green {
    background-color: #95BB7A;
    color: #fff !important;
}
.media-list .media.blue {
    background-color: #57A6B9;
    color: #fff !important;
}
.media-list .media.dark {
    background-color: #7F7F7F;
    color: #fff !important;
}
.media > .pull-left {
    margin-right: 10px;
}
.media-list .media h4.media-heading a {
    color: #fff;
}
.media-list .media:first-child {
    margin-top: 0;
}
.media-list .media, .media-list .media-body {
    overflow: hidden;
    zoom: 1;
}
#loading_mask_loader  {
	display: none;
}
#payment_partial .sp-methods dt label {
    width: 100%;
    text-align: right;
}
#payment_partial .sp-methods dt label .v-middle {
    display: none;
}
@media only screen and (max-width: 770px) {
    .logo-header {
        margin-bottom: 35px;
    }

    .logo-header .logo{
        max-width: 330px;
        margin: 0 auto;
        float: none;
    }

    .cart-details {
        margin-left: 0;
    }

    .cart-icon {
        position: relative;
    }

    .skip-nav .label,
    .cart-details .text,
    .cart-details .counter.qty {
        display: none;
    }

	.header-minicart .minicart-actions a.cart-link {
	    position: relative;
	}
	.full-wrapper.banner-homepage {
		margin: 0;
	}
	.skip-cart .counter .sperator, .skip-cart .counter .total{
		display: none;
	}
	.skip-cart .count {
		position: absolute;
	}
	.header-minicart .minicart-actions a {
	    width: 100%;
	    margin-bottom: 5px;
	}

    .skip-link,
    .skip-nav:not(.skip-active),
    .skip-link.skip-active {
        background: none;
        border: none;
    }

    #header-nav {
        display: block;
        transform: translateX(-100%);
        transition: all 1s;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 250px;
        height: 100%;
        overflow-y: scroll;
        background-color: #fff;
    }

    #header-nav.skip-active {
        transform: translateX(0);
    }

    .header-menu .skip-link.skip-active:before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 99;  
    }

    .header-menu, .cart-search-wrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .level-start {
        float: none;
    }

    .level-start a {
        border-bottom: 1px solid #ddd;
    }

    .level-start:hover,
    .level-start.page-active {
        background: #fff;
    }

    .level-start:hover a,
    .level-start.page-active a {
        color: #444;
    }

    .level-start .custom-label {
        display: none;
    }

    .level-start .start-label button {
        background: #fff;
        color: #444;
        font-weight: 700;
        padding: 0;
    }

    .level-start .main-category-nav {
        position: static;
        border: none;
    }

    #header-account li:last-child a, 
    .nav-primary li.level0:last-child a.level0 {
        border-bottom: 1px solid #cccccc;
    }
}

#payment_partial {
    max-width: 100%;
}
.ratings.testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.rating-star {
    position: relative;
}
.rating-star:not(:first-child) .validation-advice {
    display: none;
}
.ratings.testimonial {
    position: relative;
    padding-bottom: 20px;
}
#testimonial-form li {
    margin-left: 0;
}
.rating-star .validation-advice {
    position: absolute;
    left: 0;
    min-width: 320px;
}
.rating-star input {
    display: none;
}
.rating-star label {
    margin: 5px;
    font-size: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.hovered + label,
.rating-star:hover label,
.checked + label {
    color: #FC0;
}
.rated {
    margin-bottom: 15px;
}
.rated span {
    color: #FC0;
    font-size: 20px;

}

.review-submited {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 4px;
    padding: 0px;
    background-color: #fff;
}
.review-title {
    font-size: 22px;
    font-weight: 600;
    color: #666;
    padding: 0;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 15px;
    width: 100%;
}
.review-title span {
    color: #000;
}
.reviews-list article {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}
.reviews-list p {
    font-style: italic;
}
.reviews-list .review-person-content {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 20px 0px 10px 20px;
}
.reviews-list .review-person-content::before {
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\e7ad";
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    top: 0;
    left: 0;
    color: #eee;
}
.review-person {
    display: inline-block;
    width: 100%;
    font-size: 100%;
    margin: 10px 0px;
}
.reviews-list .review-person-content p {
    /*padding-left: 20px;*/
    font-style: initial;
    margin-bottom: 5px;
    font-size: 17.5px;
    position: relative;
}
.reviews-list .review-person-content p:first-child {
    padding-top: 0px;
}
.review-person .review-person-detail {
    float: left;
    color: #777;
    font-size: 14px;
}
.review-person .review-person-detail::before {
    content: "\2013";
}
.review-person .rated {
    float: right;
    margin-bottom: 0px;
}
.review-person .rated span {
    font-size: 14px;
}
.review-person .clear {
    clear: both;
}
.review-person .reviews-name {
    font-weight: 700;
}
.review-submited .pager-no-toolbar {
    float: left;
}

.review-submited .pages,
.review-submited .pages li:first-child {
    margin-left: 0;
}
.review-submited .pages li {
    font-style: normal;
}

#testimonial-form .buttons-set {
    border: none;
}
#testimonial-form .buttons-set button.button {
    float: left;
    margin-left: 0;
}
.review-submited .pages li.current {
    border: 1px solid #fff;
    width: 30px;
    cursor: default;
    border-radius: 50%;
    background: orange;
    color: #fff;
}
.review-submited .count-container {
    display: none;
}
.review-submited  li {
    list-style: none;
}
.read-more-review {
    text-align: center;
}
.review-caption i {
    color: #229ac8;
    margin-left: 30px;
}
.reivew-mes {
    color: #333;
}
.review-row .review-helpfull {
    margin: 0;
}

#htc-category-search {
    position: relative;
    background: #51b8e1;
    padding: 7px 15px;
    border-radius: 25px;
    height: 54px;
}
#htc-category-search .category {
    border-color: silver;
    height: 40px;
    color: #767676;
    font-weight: 500;
    width: 40%;
    display: inline;
    float: left;
    border-radius: 0 10px 10px 0;
    border-width: 1px 0 1px 0px;
}
#htc-category-search .input-text {
    width: 60%;
    border-radius: 10px 0 0 10px;
    height: 40px;
    color: #767676;
    font-weight: 500;
    display: inline;
    float: left;
}
#htc-category-search .button-search {
    position: absolute;
    top: 7px;
    right: 15px;
    height: 40px;
    border-radius: 0 10px 10px 0;
}
#htc-category-search .button-search:hover {
    background-color: #51b8e1;
}

#htc-category-search .input-text::placeholder {
    color: #767676;
    font-weight: 500;
}

.level-start.custom-item:hover {
    background: transparent;
}

.htc-mage .product-select {
    height: 33px;
    width: calc(100% - 43px);
    background-color: transparent;
    border: 0;
}

.htc-mage .btn-cart {
    border-radius: 0 5px 5px 0;
}
.htc-mage.add-to-cart {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #dedede;
    border-radius: 5px;
    margin-top: 5px;
}

.htc-mage .form-to-cart {
    display: flex;
    flex-wrap: wrap;
}

.hompage-review .review-tab {
    text-align: center;
    background-color: #fff;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05), 0 5px 1px -3px rgba(0,0,0,.05);
    padding: 10px 15px;
    position: relative;
    z-index: 9;
}

.hompage-review .review-tab:before,
.hompage-review .review-tab:after {
    bottom: -21px;
    border-color: #e1e1e1 transparent transparent;
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 10px 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.hompage-review .review-tab:after {
    bottom: -20px;
    border-color: #fafafa transparent transparent;
}

.hompage-review .reivew-mes p, .hompage-review .rated, .hompage-review .swiper-container {
    margin: 0;
}

.hompage-review .text-success,
.hompage-review .text-success:hover {
    color: #229ac8 !important;
}

.hompage-review .voted {
    font-weight: 600;
}

.hompage-review .show-desktop {
    display: none
}

.hompage-review .rated span {
    font-size: 15px;
}

.hompage-review .review-tab .fa {
    font-size: 16px;
}

.banner-homepage .hompage-review .item a {
    display: inline-block;
    width: auto;
    padding: 0;
}

.banner-homepage .container {
    margin-bottom: 20px;
}
.banner-homepage .why-choose-us .item {
    border: 0;
}

.banner-homepage #why-choose-us {
    background-image: url('../images/why_choose_us.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.why-choose-us {
    /*border: 1px solid #eee;*/
    clear: both;
    padding: 50px 0;
    color: #fff;
}

.why-choose-us .item-icon {
    font-size: 60px;
    text-align: center;
}
.why-choose-us h2 {
    color: #fff;
}
.reviews-list {
    overflow: hidden;
}

.swiper-button-prev2, .swiper-button-next2 {
    background: none!important;
    color: #229ac8;
    font-size: 50px;
    line-height: 1;
    padding: 0;
    top: 45%;
    position: absolute;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.review-form {
    padding-top: 20px;
}
.swiper-container2 {
    position: relative;
}

.swiper-button-next2 {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
    transform: rotate(180deg);
}
.swiper-button-prev2 {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
}

@media only screen and (min-width: 768px) {
    .hompage-review .show-desktop {
        display: inline-block;
    }

    .hompage-review .btn-mobile-review {
        pointer-events: none;
    }
}

/* ============================================ *
 * Blog page
 * ============================================ */
.panel-primary {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #229ac8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary .panel-heading {
    color: #fff;
    background: #229ac8 url('../images/bg-node-title.png') no-repeat right;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    margin: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.list-post {
    margin-top: 15px;
}

.postWrapper {
    padding: 10px 15px;
    line-height: 20px;
    border-bottom: 1px dotted #d1d1d1;
}

.postWrapper .postTitle a {
    color: #3d328e;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.postWrapper .postInfo {
    font-size: 12px;
    display: flex;
    color: #949191;
}

.postWrapper .postedTime {
    margin-right: 30px;
}

.blog-menu-list .blog-menu-list-title{
    display: block;
    padding: 5px;
    border-bottom: solid 1px #ccc;
    text-align: left;
    font-size: 17px;
    color: #0b6290;
    background: #eee;
    padding-left: 13px;
    font-weight: 400;
    margin: 0;
}

ul.blog-menu-list-content {
    background: aliceblue;
}

li.blog-menu-list-item {
    border-bottom: 1px solid #ccc;
    padding-left: 13px;
}

li.blog-menu-list-item a {
    display: block;
    width: 100%;
    padding: 7px 0px;
    color: #348dbc;
    position: relative;
}

li.blog-menu-list-item a span.triangle-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #348dbc;
    border-bottom: 4px solid transparent;
    line-height: 4px;
    display: block;
    position: absolute;
    top: 15px;
}

li.blog-menu-list-item a:hover {
    text-decoration: none;
    color: #9c27b0;
}

li.blog-menu-list-item:hover {
    background: #ccc;
}

li.blog-menu-list-item a span.blog-menu-title-item {
    margin-left: 20px;
}

.blog-menu-list .blog-menu-list-title:hover {
    background: #ccc;
    text-decoration: underline;
    color: #23527c;
}

.postWrapper .post_image img:hover {
    transform: scale(1.1);
}

.postWrapper .post_image img {
    transition: .3s all ease;
}

a.aw-blog-read-more {
    color: red;
}

.toolbar {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: none;
}

.toolbar p.amount.amount--has-pages {
    float: left;
}

.toolbar .pager {
    float: right;
    overflow: hidden;
    width: 80%;
}

.toolbar .pager .pages {
    float: left;
    display: inline-block;
    width: 65%;
}

.pages strong {
    display: block;
    float: left;
    margin-right: 5px;
    font-weight: normal;
}

.toolbar .pager .count-container {
    float: right;
}

.toolbar .sorter {
    display: none;
}

.toolbar label, .pager-no-toolbar label {
    /*font-weight: normal;*/
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-transform: none;
}

.count-container .limiter::after {
    content: none;
}

.count-container .limiter select {
    border-radius: 10px;
    width: 60px;
    border: 1px solid #c3dfee;
    margin-right: 5px;
    margin-left: 10px;
}

.pages .current, .pages .current:hover {
    border: 1px solid #cccccc;
    width: 35px;
    background-color: #FFFFFF;
    cursor: default;
    border-radius: 15px;
    color: red;
    margin-right: 5px;
    height: 33.5px;
}

.pages ol li {
    border: 1px solid #cccccc;
    width: 35px;
    background-color: #FFFFFF;
    cursor: default;
    border-radius: 15px;
    color: #000;
    margin-right: 5px;
    text-align: center;
}

.pages .next:hover, .pages .previous:hover {
    border: none;
}

.pager.pager-no-toolbar .pages ol li {
    margin-left: 0px;
}

.pager-no-toolbar, .pager.pager-no-toolbar .pages {
    float: left;
    width: 100%;
}

.review-submited .pages li.current {
    width: 35px;
    height: 32px;
    border-radius: 15px;
    background: #fff;
    color: red;
    border: 1px solid #ccc;
}

.btn-blue {
    background: #229ac8!important;
    border: 1px solid #229ac8!important;
}

.main-background {
    background: #229ac8!important;
}

.main-color {
    color: #229ac8;
}

.main-color-hover:hover {
    color: #229ac8;
}

.tracking-in-contract:hover {
    -webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.blog-search-form {
    margin-bottom: 10px;
}
label[for="cart-email"]{width:100%;font-size:13.5px;font-weight:700;line-height:1.5;text-align:left;color:#000;margin-bottom:10px}
label[for="cart-email"] i{color:#d41414;font-size:15px;margin-right:5px;font-weight:700}
.checkout-email input{width:100%;line-height:30px;padding:0 5px}
.payments-cart{margin-top:15px}
.cart-totals button.button span i{font-size:16px;margin-left:5px;font-weight:700}
#email-error{color:#921c1c;margin-top:15px;line-height:1.4}
.cart-totals .checkout-types.loading{position:relative}
.cart-totals .checkout-types.loading:after{position:absolute;z-index:1;content:"";width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.5)}
.cart-totals .checkout-types.loading:before{position:absolute;z-index:2;content:"";width:30px;height:30px;top:calc(50% - 15px);left:calc(50% - 15px);border:6px solid #af1111;border-bottom-color:#BDD49E;border-radius:50%;-webkit-animation:loader 2s linear infinite;animation:loader 2s linear infinite}

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}
@keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}



.lotusbreath-onestepcheckout-index-index .review-submited {
    border: 1px solid;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
    .toolbar .pager,
    .toolbar .pager .pages {
        position: relative;
        width: 100%;
        overflow: visible;
    }

    .toolbar .pager .count-container {
        position: absolute;
        top: -8px;
        right: 0;
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 479px) {
    .col2-set .col-1, .col2-set .col-2 {
        max-width: 100%;
        width: auto;
    }

    .postWrapper .post_image {
        display: none;
    }
}