/* Top -> Cart block */

#cart_block {
    position: relative;
}

#cart_block .cart-heading {
    cursor: pointer;
    padding: 6px 0px 6px 0px;
}

#cart_block .cart-heading p {
    display: inline-block;
    vertical-align: top;
    padding: 2px 0px 1px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
}

#cart_block .cart-heading p #cart-total {
    font-weight: 300;
}

#cart_block .cart-heading .cart-icon {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: #737474 url(../img/icon-cart.png);
    margin: 1px 6px 0px 0px;
    vertical-align: top;
}

#cart_block .cart-heading div {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius:         2px;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
    background: #acddd3; /* Old browsers */
    background: -moz-linear-gradient(top, #acddd3 0%, #acddd3 50%, #a4d9cf 51%, #a4d9cf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acddd3), color-stop(50%,#acddd3), color-stop(51%,#a4d9cf), color-stop(100%,#a4d9cf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #acddd3 0%,#acddd3 50%,#a4d9cf 51%,#a4d9cf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #acddd3 0%,#acddd3 50%,#a4d9cf 51%,#a4d9cf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #acddd3 0%,#acddd3 50%,#a4d9cf 51%,#a4d9cf 100%); /* IE10+ */
    background: linear-gradient(to bottom, #acddd3 0%,#acddd3 50%,#a4d9cf 51%,#a4d9cf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acddd3', endColorstr='#a4d9cf',GradientType=0 ); /* IE6-9 */
    margin: 0px 0px 0px 7px;
    position: relative;
}

#cart_block .cart-heading div:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(../img/icon-down.png) no-repeat;
    top: 0;
    left: 0;
}

#cart_block .dropdown-menu {
    width: 450px;
    margin-top: 0px;
    text-align: left;
    padding: 0px;
    right: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#cart_block .dropdown-menu:before {
    position: absolute;
    top: -8px;
    right: 4px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

#cart_block .dropdown-menu:after {
    position: absolute;
    top: -7px;
    right: 5px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    content: '';
}

#cart-total {

    position: absolute;
    font-size: 12px;
    background: #439b38;
    line-height: 18px;
    text-align: center;
    /* padding: 10px; */
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    border-radius: 100%;
    right: -5px;
    top: -5px;
}


/* Content Top Cart */



.mini-cart-info, .mini-cart-info a {
    font-size: 14px !important;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
}

.mini-cart-info td {
    padding: 10px;
    border-bottom: 1px solid #ececec;
}

.mini-cart-info .image {
    padding: 20px 10px 20px 20px;
}

.mini-cart-info .image img {
    border: 1px solid #ececec;
    display: block;
}

.mini-cart-info .name {
    padding: 15px 10px;
    font-weight: 400;
    font-size: 14px;
}
.mini-cart-info .quantity {
    text-align: right;
    padding: 15px 10px;
}

.mini-cart-info td.total {
    text-align: right;
    padding: 15px 10px;
}

.mini-cart-info .remove {
    text-align: right;
    padding: 10px 20px 13px 10px;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

.mini-cart-total {
    text-align: right;
    font-size: 14px !important;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    padding: 20px 5px 10px 20px;
}

.mini-cart-total td {
    padding: 0px 6px;
}

.mini-cart-total td:last-child {
    color: #81b6aa;
}

#cart_block .checkout {
    text-align: right;
    clear: both;
    padding: 0px 16px 20px 20px;
}

#cart_block .checkout .button:first-child {
    margin-right: 7px;
}

#cart_block .empty {
    padding: 50px 20px;
    text-align: center;
}


.product-grid {
    position: relative;

    clear: both;
}

.box-product .carousel-inner {
    overflow: visible;
}

.box-content .carousel {
    overflow: hidden;
}

.box-content:hover .carousel {
    overflow: visible;
}

.box-product .owl-carousel:hover {
    margin-bottom: -230px;
}

.box-product .owl-carousel:hover .owl-wrapper-outer {
    padding-bottom: 220px;
}

.box-product .owl-carousel .owl-wrapper {
    z-index: 2;
}

.box-product .owl-carousel:hover .owl-wrapper {
    z-index: 22;
}

.col-sm-3 .product-grid,
.col-sm-4 .product-grid {
    display: table !important;
}

.center-column .product-grid {
    margin-bottom: 20px;
}

.center-column .related-products .product-grid {
    margin-bottom: 20px;
}

.carousel-indicators {
    display: none;
}

.product-grid .product {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    position: relative;
}

.product-grid .product:hover {
    z-index: 2;
    border: 1px solid #fff;
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.10);
}

.product-grid .product-hover .only-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 0px 15px 15px 15px !important;
    background: #fff;
    border: 1px solid #fff;
    left: -1px;
    right: -1px;
    border-radius: 0px 0px 2px 2px;
}

.product-grid .product-hover:hover .only-hover {
    opacity: 1;
    visibility: visible;
}

.product-grid .product-hover:hover .only-hover:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.10);
    z-index: -1;
}

.product-grid .product-hover .only-hover > * {
    filter: alpha(opacity=30);
    opacity: .3;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.product-grid .product-hover:hover .only-hover > * {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sale {
    width: 38px;
    height: 38px;
    border-radius:         20px;
    -moz-border-radius:    20px;
    -webkit-border-radius: 20px;
    text-align: center;
    background: #f4740a; /* Old browsers */
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4740a), color-stop(50%,#f4740a), color-stop(51%,#f25e08), color-stop(100%,#f25e08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4740a', endColorstr='#f25e08',GradientType=0 ); /* IE6-9 */
    padding: 9px 0px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
}

.product-info .sale,
#quickview .sale {
    left: 25px;
    top: 15px;
    z-index: 3;

}

.product-grid .product .image {
    position: relative;

}

.product-grid .product .image img {
    display: block;
    margin: 0px auto;
}

.product-grid .product .image .quickview {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 100%;
    z-index: 1;
}

.product-grid .product .image .quickview a {
    margin: 0px auto;
    display: inline-block;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
    cursor: pointer;
}

.product-grid .product:hover .image .quickview a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.product-grid .product .image img.zoom-image-effect {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.product-grid .product .image-swap-effect {
    position: relative;
}

.product-grid .product .image-swap-effect .swap-image {
    position: absolute;
    visibility: hidden;
    opacity: 0.1;
    -webkit-transition: all 0.15s;
    -moz-transition:    all 0.15s;
    -o-transition:      all 0.15s;
    transition:         all 0.15s;
}

.product-grid .product:hover .image-swap-effect .swap-image {
    visibility: visible;
    opacity: 1;
}

.product-grid .product .name {
    padding-top: 13px;
    min-height: 54px;
}

.product-grid .product .name a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color:#575757;
}

.product-grid .product .name a:hover{
    color: #5c2220;
}

.product-grid .product .price {
    color: #81b6aa;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.product-grid .product .price .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
    font-weight: 300;
    font-size: 13px;
}

.product-grid .product .price .price-new {
    color: #f4740a;
}

.product-grid .product .rating {
    padding-top: 8px;
}

.product-grid .product .only-hover {
    padding: 4px 0px 0px 0px;
}

.product-grid .product .only-hover ul {
    list-style: none;
    margin: 0px;
    padding: 17px 0px 0px 0px;
    line-height: 1.3;
}

.product-grid .product .only-hover ul li a {
    cursor: pointer;
    color: #81b6aa;
}

.product-grid .product .only-hover .button {
    margin-top: 15px;
}

@media (max-width: 1240px) {
    .responsive .product-grid .product .only-hover .button {
        padding: 5px 15px;
    }

    .responsive .product-grid .product .only-hover .button span {
        font-size: 12px;
    }
}

/* @group jQuery countdown */

.is-countdown {
    background: rgba(255,255,255,0.90);
    margin-top: -50px;
    left: 0;
    right: 0;
    padding: 0px 10px;
    position: absolute;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown-amount {
    font-size: 200%;
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

/* @end */

/* @end */

/* @group Product for column left & right */

.col-sm-3 .products,
.col-sm-4 .products {
}

.col-sm-3 .item,
.col-sm-4 .item,
.col-md-3 .item,
.col-sm-4 .item {
    overflow: hidden;
}

.col-sm-3 .carousel-indicators,
.col-sm-4 .carousel-indicators,
.col-md-3 .carousel-indicators,
.col-md-4 .carousel-indicators {
    display: none;
}

.col-sm-3 .products .product-grid,
.col-sm-4 .products .product-grid,
.col-md-3 .products .product-grid,
.col-md-4 .products .product-grid {
    margin: -10px 0px;
}

.col-sm-3 .products,
.col-sm-4 .products,
.col-md-3 .products,
.col-md-4 .products {
    width: 100%;
    margin: 0px;
}

.col-sm-3 .products .product,
.col-sm-4 .products .product,
.col-md-3 .products .product,
.col-md-4 .products .product {
    margin: 0px;
    padding: 10px 0px;
    text-align: left;
    border: none;
    box-shadow:            none;
    -moz-box-shadow:       none;
    -webkit-box-shadow:    none;
}

.col-sm-3 .products .product .left,
.col-sm-4 .products .product .left,
.col-md-3 .products .product .left,
.col-md-4 .products .product .left {
    float: left;
    width: 29%;
}

.col-sm-3 .products .product .left .sale,
.col-sm-4 .products .product .left .sale,
.col-md-3 .products .product .left .sale,
.col-md-4 .products .product .left .sale {
    display: none;
}

.col-sm-3 .products .product .left .image,
.col-sm-4 .products .product .left .image,
.col-md-3 .products .product .left .image,
.col-md-4 .products .product .left .image {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px;
    height: auto;
}

.col-sm-3 .products .product .right,
.col-sm-4 .products .product .right,
.col-md-3 .products .product .right,
.col-md-4 .products .product .right {
    float: left;
    width: 63%;
    margin-left: 8%;
    padding-top: 0px;
}

.col-sm-3 .products .product .right .name,
.col-sm-4 .products .product .right .name,
.col-md-3 .products .product .right .name,
.col-md-4 .products .product .right .name {
    padding: 1px 0px 0px 0px;
}

.col-sm-3 .products .product .rating,
.col-sm-4 .products .product .rating,
.col-md-3 .products .product .rating,
.col-md-4 .products .product .rating {
    padding-top: 1px;
}

.col-sm-3 .products .product .only-hover,
.col-sm-4 .products .product .only-hover,
.col-md-3 .products .product .only-hover,
.col-md-4 .products .product .only-hover {
    display: none;
}

.col-sm-3 .products .is-countdown,
.col-sm-4 .products .is-countdown,
.col-md-3 .products .is-countdown,
.col-md-4 .products .is-countdown {
    display: none;
}

/* @end */

/* @group Product list */

#mfilter-content-container .product-list {
    position: absolute;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    opacity: 0;
    z-index: -10;
}

#mfilter-content-container .product-list.active {
    position: relative;
    visibility: visible;
    max-height: none;
    overflow: visible;
    opacity: 1;
    z-index: 0;
}

.product-list > div {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

.product-list > div:hover {
    box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.10);
    border: 1px solid #fff;
}

.product-list .name {
    margin-bottom: 10px;
}

.product-list .image {
    text-align: center;
}

.product-list .image .quickview {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    z-index: 1;
    left: 0;
}

.product-list .image .quickview a {
    margin: 0px auto;
    display: inline-block;
    background: #fefefe;
    border: 1px solid #e6e6e6;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
    cursor: pointer;
}

.product-list > div:hover .image .quickview a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.product-list .name-desc {
    padding-top: 0px;
}

.product-list .name-desc .name a {
    font-size: 20px;
    font-weight: 400;
    color:#575757;
}
.product-list .name-desc .name a:hover{
    color: #5c2220;
}

.product-list .name-desc .description {
    font-size: 12px;
    padding: 18px 0px 0px 0px;
}

.product-list .name-desc .rating-reviews {
    margin: 26px 0px 0px 0px;
    padding: 17px 0px 0px 0px;
    border-top: 1px solid #e6e6e6;
}

.product-list .name-desc .rating-reviews .rating {
    float: left;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.product-list .name-desc .rating-reviews .reviews {
    float: left;
    width: auto;
}

.product-list .name-desc .rating-reviews .reviews span {
    color: #4ecdc4;
}

.product-list .actions {
    position: static;
    margin-top: 10px;
}

.product-list .actions > div {
    padding: 0px 0px 0px 20px;
}

.product-list .actions > div:before {
    width: 1px;
    background: #e6e6e6;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0px 0px 0px -20px;
}

.product-list .actions > div .price {
    text-align: center;
    font-size: 20px;
    color: #81b6aa;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
}

.product-list .actions > div .price .price-old {
    text-decoration: line-through;
    color: #667280;
    font-size: 12px;
    display: block;
}

.product-list .actions > div .price .price-new {
    color: #f4740a;
}

.product-list .actions > div .add-to-cart {
    text-align: center;
}

.product-list .actions > div ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 13px 0px 0px 0px;
    color: #81b6aa;
}

/* @end */

/* @group Category page */

.category-info {
    padding: 0px 0px 0px 0px;
    position: relative;
    margin: 0px -20px 0px 0px;
}

.category-info .image {
    padding: 0px 20px 20px 0px;
    float: left;
    width: auto;
    max-width: 100%;
}

.category-info .image img {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
}

.category-info > p {
    padding: 0px 20px 10px 0px;
}

.refine_search {
    padding-top: 0px !important;
}

.category-list {

}

.category-list-text-only {
    margin-bottom: 20px;
}

.category-list .row > div {
    margin-bottom: 20px;
    text-align: center;
}

.category-list-text-only .row > div {
    margin-bottom: 6px;
    text-align: left;
}

.category-list img {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

.product-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    font-size: 14px !important;
}

.product-filter .list-options {
    float: left;
    width: auto;
    padding: 0px 8px;
}

.product-filter .list-options .sort {
    padding: 6px 0px;
    float: left;
    width: auto;
}

.product-filter .list-options .limit {
    padding: 6px 0px 6px 16px;
    float: left;
    width: auto;
}

.product-filter .list-options select {
    margin: 0px 0px 0px 10px;
    width: auto;
}

.product-filter .options {
    float: right;
    width: auto;
    padding: 10px 8px 8px 8px;
}

.product-filter .options .product-compare {
    float: left;
    width: auto;
    padding: 0px 20px 0px 0px;
}

.product-filter .options .button-group {
    float: left;
    width: auto;
}

.product-filter .options .button-group button {
    margin: 0px;
    padding: 0px 5px;
    line-height: 22px;
    border: none;
    background: none;
    color: #737474;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
    background: #81b6aa;
    color: #fff;
}

/* @end */

/* @group Product info */

.product-info {
}

/* Product info - Image */

.product-info .product-image {
    margin: 0px 0px 20px 0px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    text-align: center;
}

.product-info .product-image a {
    display: block;
}

.product-info .product-image img {
    display: block;
    cursor: pointer;
}


/* Product info - thumbnails */

.product-info .thumbnails {
}

.product-info .thumbnails ul {
    list-style: none;
    margin: 0px 0px 0px -20px;
    position: relative;
    padding: 0px;
}

.product-info .thumbnails ul li {
    width: 25%;
    float: left;
}

.product-info .thumbnails-left li {
    float: none;
    width: 100%;
}

.product-info .thumbnails li p {
    margin: 0px;
    padding: 0px 0px 20px 20px;
}

.product-info .thumbnails li img {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

/* Product info - thumbnails carousel */

.overflow-thumbnails-carousel {
    padding: 0px 25px 20px 25px;
}

.product-info .thumbnails-carousel {
    margin: -10px;
}

.product-info .thumbnails-carousel .item {
    margin: 10px !important;
}

.product-info .thumbnails-carousel img {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

.product-info .thumbnails-carousel .owl-controls {
    display: block !important;
}

.product-info .thumbnails-carousel .owl-pagination {
    display: none;
}

.product-info .thumbnails-carousel .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 100%;
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev,
.product-info .thumbnails-carousel .owl-buttons .owl-next {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
}

.product-info .thumbnails-carousel .owl-buttons .owl-next {
    right: -22px;
    left: auto;
}

.product-info .thumbnails-carousel .owl-buttons .owl-next:before {
    content: "\f105";
    font: normal normal normal 22px/22px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
    content: "\f104";
    font: normal normal normal 22px/22px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    text-align: center;
}

/* Product info - product center */

.product-info .product-center {
    position: relative;
    margin-top: -23px;
    margin-bottom: 20px;
}

.product-info .description,
.product-info .price,
.product-info .options,
.product-info .cart {
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.product-info .price .price-new {
    font-size: 26px;
    line-height: 30px;
    color: #81b6aa;
    font-weight: 400;
}

.product-info .price .price-sale {
    color: #f4740a;
}

.product-info .price .price-old {
    text-decoration: line-through;
}

/* Product info -> Options */

.product-info .options {
    padding-bottom: 10px;
}

.product-info .options h2 {
    padding: 0px;
}

.product-info .options h2:after {
    display: none;
}

.product-info .options .form-group {
    margin: 10px 0px 10px 0px;
}

.product-info .options .error {
    margin: 0px;
}

/* Product info -> Radio button, checkbox button */

.product-info .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0px;
    padding: 0px;
}

.product-info .radio-type-button input {
    visibility: hidden;
    position: absolute;
}

.product-info .radio-type-button span {
    padding: 3px;
    border: 1px solid #e6e6e6;
    display: block;
}

.product-info .radio-type-button span:hover {
    border: 1px solid #cecece;
}

.product-info .radio-type-button span.active {
    border: 1px solid #000;
}

.product-info .radio-type-button img {
    display: block;
}

.product-info .radio-type-button2 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 10px 7px 5px 0px;
    padding: 0px;
}

.product-info .radio-type-button2 input {
    visibility: hidden;
    position: absolute;
}

.product-info .radio-type-button2 span {
    background: #F3F4F6;
    height: 30px;
    min-width: 30px;
    display: block;
    text-align: center;
    padding: 5px 7px;
}

.product-info .radio-type-button2 span:hover {
    background: #cecece;
}

.product-info .radio-type-button2 span.active {
    background: #000;
    color: #fff;
}

/* Product info -> Buttons */

.product-info .cart {
}

.product-info .cart .add-to-cart {
}

.product-info .cart .add-to-cart p,
.product-info .cart .add-to-cart input,
.product-info .cart .add-to-cart .quantity {
    display: block;
    float: left;
}

.product-info .cart .add-to-cart p {
    padding: 6px 10px 5px 0px;
}

.product-info .cart .add-to-cart input {
    margin: 0px 10px 0px 0px !important;
    height: 34px;
}

.product-info .cart .add-to-cart .quantity {
    position: relative;
}

.product-info .cart .add-to-cart #button-more-details {
    display: none;
}

.product-info .cart .add-to-cart .quantity input {
    padding-right: 24px;
}

.product-info .cart .add-to-cart .quantity #q_up {
    display: block;
    position: absolute;
    right: 11px;
    top: 1px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-right: none;
    height: 16px;
    width: 18px;
    text-align: center;
    font-size: 10px;
}

.product-info .cart .add-to-cart .quantity #q_down {
    display: block;
    position: absolute;
    right: 11px;
    top: 17px;
    background: #f7f7f7;
    border-left: 1px solid #e5e5e5;
    height: 16px;
    width: 18px;
    text-align: center;
    font-size: 10px;
}

/* Product info -> Add to compare, wishlist */

.product-info .cart .links {
    padding: 10px 0px 0px 0px;
}

.product-info .cart .links a {
    padding-right: 10px;
    cursor: pointer;
}

.product-info .cart .links a:before {
    content: "+";
    padding-right: 5px;
    color: #81b6aa;
}

/* Information about minimum products */

.product-info .cart .minimum {
    padding: 10px 0px 0px 0px;
}

/* Reviews */

.product-info .review {
    padding: 13px 0px 3px 0px;
}

.product-info .review > div {
    padding: 7px 0px;
}

.product-info .review a {
    cursor: pointer;
}

/* Tags */

.tags_product {
    margin: 10px 0px 20px 0px;
}

/* @end */

/* @group Product Block */

.product-block {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    margin: 0px 0px 20px 0px;
}

.product-block .title-block {
    font-weight: 400;
    font-size: 22px;
    padding: 23px 20px 12px 20px;
    margin: 0px;
}

.product-block .strip-line {
    width: auto;
    max-width: 100px;
    height: 1px;
    background: #e4e4e4;
    margin: 0px 20px 0px 20px;
}

.product-block .block-content {
    clear: both;
    padding: 20px;
}

/* @end */

/* @group Ratings */

.rating i {
    margin: 0px 1px 0px 2px;
    font-size: 12px;
    color: #c2c2c2;
}

.rating i.active {
    color: #f36909;
}

/* @end */

/* @end */

/* @group 10. CustomFooter
------------------*/

.custom-footer {
    position: relative;
}

.custom-footer .background-custom-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.custom-footer .background,
.standard-body .custom-footer .background {
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.custom-footer .pattern {
    padding: 30px 0px 30px 0px;
    background: url(../img/patterns/footer/01.png);
    text-shadow: 1px 1px 0px #fff;
}

.custom-footer .pattern p {
    padding: 0px;
    margin: 0px;
}

.custom-footer h4 {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 25px 0px;
}

/* @end */

/* @group 11. Footer
------------------*/

.footer {
    position: relative;
}

.footer .background-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.footer .pattern {
    padding: 5px 0px 30px 0px;
}

.footer .pattern p {
    padding: 0px;
    margin: 0px;
}

.footer h4 {
    font-size: 20px;
    font-weight: 300;
    padding: 25px 0px 17px 0px;
    margin: 0px;
}

.footer .strip-line {
    width: auto;
    max-width: 100px;
    height: 1px;
    background: #e4e4e4;
    margin: 0px 0px 25px 0px;
}

/* Facebook */

#facebook {
    position: relative;
    margin: -7px -4px;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important;
}

.fb-like-box {
}

/* List */

.footer ul {
    list-style: none;
    position: relative;
    margin: -5px 0px -3px 0px;
    padding: 0px;
    clear: both;
}

.footer ul li a {
    line-height: 30px;
}

.footer ul li a:before {
    content: "»";
    color: #81b6aa;
    padding-right: 6px;
}

/* Contact us */

ul.contact-us {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.contact-us li {
    clear: both;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0px 0px 0px;
}

ul.contact-us li:first-child {
    margin: 0px;
}

ul.contact-us li i {
    float: left;
    width: 37px;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    text-align: center;
    font-size: 36px;
    color: #0b486b;
}

ul.contact-us li i.fa-mobile-phone {
    font-size: 45px;
}

ul.contact-us li i.fa-envelope {
    font-size: 30px;
    padding-top: 7px;
}

ul.contact-us li i.fa-skype {
    padding-top: 5px;
}

ul.contact-us li span {
    color: #81b6aa;
    text-decoration: underline;
}

/* @end */

/* @group 12. Copyright
------------------*/

.copyright {
    position: relative;
}

.copyright .pattern {
    padding: 25px 0px 25px 0px;
}

.copyright .pattern .line {
    display: none;
}

.copyright p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.copyright ul {
    float: right;
    width: auto;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.copyright ul li {
    display: inline-block;
    margin-left: 8px;
}

/* @end */

/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */

.main-content .content {
    padding: 0px 0px 20px 0px;
}

.main-content .content:before,
.main-content .content:after {
    display: table;
    content: " ";
}

.main-content .content:after {
    clear: both;
}

.main-content .content .left {
    float: left;
    width: 47%;
    padding: 0px;
}

.main-content .content .right {
    float: right;
    width: 47%;
    padding: 0px;
}

/* @end */

/* @group List content */


/* @end */

/* @group Login content */

.login-content {
}

.login-content:before,
.login-content:after {
    display: table;
    content: " ";
}

.login-content:after {
    clear: both;
}

.login-content .left {
    float: left;
    width: 47%;
}

.login-content .right {
    float: right;
    width: 47%;
}

.login-content .content {
    margin: 20px 0px 0px 0px;
}

.login-content .left .button {
    margin-top: 10px;
}

/* @end */

/* @group Autocomplete */

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 999;
}

.autocomplete-results {
    position: relative;
}

.ui-autocomplete {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    padding: 0px !important;
    margin-top: 14px !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    min-width: 300px !important;
    border-radius:         2px !important;
    -moz-border-radius:    2px !important;
    -webkit-border-radius: 2px !important;
    box-shadow:            none !important;
    -moz-box-shadow:       none !important;
    -webkit-box-shadow:    none !important;
}

.ui-autocomplete:before {
    position: absolute;
    top: -8px;
    left: 17px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ccc;
    border-left: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

.ui-autocomplete:after {
    position: absolute;
    top: -7px;
    left: 18px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    content: '';
}

.container-megamenu .ui-autocomplete {
    left: auto !important;
}

.container-megamenu .ui-autocomplete:after {
    left: auto;
    right: 19px;
}

.container-megamenu .ui-autocomplete:before {
    left: auto;
    right: 18px;
}

.ui-autocomplete li {
    padding: 0px !important;
    margin: 0px !important;
    cursor: pointer !important;
    border: none !important;
    border-top: 1px solid #ececec !important;
    background: none !important;
    list-style: none !important;
}

.ui-autocomplete li:first-child {
    border-top: none !important;
}

.ui-autocomplete li a {
    display: block;
    padding: 10px !important;
    margin: 0px !important;
    cursor: pointer !important;
    border: none !important;
    background: none !important;
    overflow: hidden;
    border-radius:         0px !important;
    -moz-border-radius:    0px !important;
    -webkit-border-radius: 0px !important;
    color: #737474 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    font-family:'Roboto' !important;
}

.ui-autocomplete li a.ui-state-focus {
    background: #f7f7f7 !important;
}

.ui-autocomplete li img {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.ui-autocomplete li span.description {
    font-size: 11px !important;
    opacity: 0.7 !important;
}

.ui-autocomplete li span.price {
    color: #81b6aa !important;
    display: block !important;
    padding-top: 4px !important;
}

.ui-autocomplete-loading  {
    background-image: url('../img/loader.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* @end */

/* @group Pagination */

div.pagination-results {
    clear:both;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px !important;
    position: relative;
    overflow:auto;
}

div.pagination-results .text-right {
    padding:4px 0px 10px 10px;
}

div.pagination-results .text-left {
    padding:0px 10px 0px 0px;
}

div.pagination-results ul {
    padding:0px;
    margin: 0px;
    list-style: none;
}

div.pagination-results ul li {
    display:inline-block;
    width:30px;
    height:30px;
    background:#fff;
    border:1px solid #e6e6e6;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    border-radius:        4px;
    -moz-border-radius:   4px;
    -webkit-border-radius:4px;
    text-align:center;
    padding:4px 0px 0px 0px;
    margin: 0px 7px 10px 0px;
}

div.pagination-results ul li.active {
    background-color: #f7f7f7;
}

/* @end */

/* @group List Box */

.box-account .box-content {
    padding: 0px !important;
}

.list-box {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-box li {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.list-box li:first-child {
    border: none;
}

.list-box li {
    display: block;
    padding: 11px 30px 9px 30px;
    text-transform: uppercase;
}

.list-box li:hover {
    background: #f7f7f7;
    color: #81b6aa;
}

/* @end */

/* @group Error form */

span.error {
    padding: 5px 0px;
    display: block;
    color: red;
}

.form span.error {
    display: inline-block;
    padding-left: 20px;
}

.product-info span.error {
    padding-top: 0px;
}

/* @end */

/* @group Help */

.help {
    font-size: 10px;
    display: block;
}

/* @end */

/* @group Table form */

table.form {

}

table.form td {
    padding: 5px 13px 0px 0px;
}

table.form td input,
table.form td select,
table.form td textarea {
    margin-left: 7px;
}

/* @end */

/* @group Htabs */


.htabs {
    margin: -10px 0px -1px 0px;
    position: relative;
    z-index: 1;
    clear: both;
}

.ie8 .htabs {
    margin-bottom: 0px !important;
}

.htabs:before,
.htabs:after {
    display: table;
    content: " ";
}

.htabs:after {
    clear: both;
}

.htabs a {
    float: left;
    margin: 10px 2px 0px 0px;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #f7f7f7;
    padding: 17px 20px 14px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.htabs a.selected {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.center-column .tab-content {
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 0px 0px 20px 0px;
    padding: 20px;
    -moz-border-radius: 0px 0px 2px 2px;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
}

.center-column .tab-content > *:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.center-column .tab-content > *:first-child {
    padding-top: 0px;
    margin-top: 0px;
}

.center-column .tab-content h2,
.center-column .tab-content h3,
.center-column .tab-content h4 {
    padding: 15px 0px 34px 0px;
    margin: 0px;
    font-weight: 400;
}

.center-column .tab-content h2#review-title {
    padding: 0px 0px 20px 0px;
}

.center-column .tab-content h2#review-title:after {
    display: none;
}

/* @end */

/* @group Notification */

.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 40px;
    margin:0px 0px 20px 0px;
    clear: both;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
}

.success {
    background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
    border: 1px solid #BBDF8D;
}

.warning {
    background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
    border: 1px solid #F8ACAC;
}

.attention {
    background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
    border: 1px solid #F2DD8C;
}

.information {
    background: #E8F6FF url('../img/information.png') 13px center no-repeat;
    border: 1px solid #B8E2FB;
}

/* @end */

/* @group Review */

.review-list .author,
.review-list .rating {
    display: inline-block;
}

.review-list .rating {
    float: right;
    width: auto;
}

.review-list .author span {
    font-size: 10px;
    opacity: 0.8;
    font-style: italic;
    padding-left: 3px;
}

.review-list .text {
    margin: 15px 0px 20px 0px;
    padding: 20px;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
}

.review-list .text:before {
    position: absolute;
    top: -9px;
    left: 9px;
    display: inline-block;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ccc;
    border-left: 9px solid transparent;
    border-bottom-color: #e5e5e5;
    content: '';
}

.review-list .text:after {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: '';
}

/* @end */

/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
 {
    border-collapse: separate;
    border-spacing: 0;
    border: solid #e5e5e5 1px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

table.attribute tr,
table.list tr,
.wishlist-product table tr,
.wishlist-info table tr,
.compare-info tr,
.cart-info table tr,
.checkout-product table tr,
.table {
    background: #fff;
}

table.attribute tr:hover,
table.list tr:hover,
.wishlist-product table tr:hover,
.wishlist-info table tr:hover,
.compare-info tr:hover,
.cart-info table tr:hover,
.checkout-product table tr:hover,
.table tr:hover {
    background: #f9f9f9;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.cart-info table td,
.checkout-product table td,
.table td {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 17px 15px;
    vertical-align: top;
}

.table td.text-center {
    text-align: center;
}

.table td.text-center .input-group {
    margin: 0px auto;
}

.table td.text-right {
    text-align: right;
}

table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.cart-info table thead td,
.checkout-product table thead td,
.table thead td {
    background-color: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

table.attribute thead:first-child td,
table.list thead:first-child td,
.wishlist-product table thead:first-child td,
.wishlist-info table thead:first-child td,
.compare-info thead:first-child td,
.cart-info table thead:first-child td,
.checkout-product table thead:first-child td,
.table thead:first-child td {
    border-top: none;
}

table.attribute td:first-child,
table.list td:first-child,
.wishlist-product table td:first-child,
.wishlist-info table td:first-child,
.compare-info td:first-child,
.cart-info table td:first-child,
.checkout-product table td:first-child,
.table td:first-child {
    border-left: none;
}

table.attribute thead td:first-child,
table.list thead td:first-child,
.wishlist-product table thead td:first-child,
.wishlist-info table thead td:first-child,
.compare-info thead td:first-child,
.cart-info table thead td:first-child,
.checkout-product table thead td:first-child,
.table thead td:first-child {
    -moz-border-radius: 2px 0 0 0;
    -webkit-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}

table.attribute thead td:last-child,
table.list thead td:last-child,
.wishlist-product table thead td:last-child,
.wishlist-info table thead td:last-child,
.compare-info thead td:last-child,
.cart-info table thead td:last-child,
.checkout-product table thead td:last-child,
.table thead td:last-child {
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
    border-radius: 0 2px 0 0;
}

table.attribute thead td:only-child,
table.list thead td:only-child,
.wishlist-product table thead td:only-child,
.wishlist-info table thead td:only-child,
.compare-info thead td:only-child,
.cart-info table thead td:only-child,
.checkout-product table thead td:only-child,
.table thead td:only-child {
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

table.attribute tr:last-child td:first-child,
table.list tr:last-child td:first-child,
.wishlist-product table tr:last-child td:first-child,
.wishlist-info table tr:last-child td:first-child,
.compare-info tr:last-child td:first-child,
.cart-info table tr:last-child td:first-child,
.checkout-product table tr:last-child td:first-child,
.table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 2px;
    -webkit-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
}

table.attribute tr:last-child td:last-child,
table.list tr:last-child td:last-child,
.wishlist-product table tr:last-child td:last-child,
.wishlist-info table tr:last-child td:last-child,
.compare-info tr:last-child td:last-child,
.cart-info table tr:last-child td:last-child,
.checkout-product table tr:last-child td:last-child,
.table tr:last-child td:last-child {
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

/* @end */

/* @group Wishlist info */

.wishlist-info table td {
    vertical-align: middle;
    text-align: center;
}

/* @end */

/* @group Cart info */

.cart-info table td {
    vertical-align: middle;
    text-align: center;
}

/* @end */

/* @group Price Compare */

.compare-info .price-new {
    color: #81b6aa;
}

.compare-info .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
}

/* @end */

/* @group Table img */

table img {
    max-width: none;
}

/* @end */

/* @group Cart Total */

.cart-total {
    overflow: auto;
    margin-bottom: 10px;
    padding-top: 10px;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 0px 0px 0px 10px;
    text-align: right;
}

.cart-total table tr td:last-child {
    color: #81b6aa;
}

/* @end */

/* @group Download List, Orders */

.download-list,
.order-list {
    overflow:auto;
}

.download-list .download-id,
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status,
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content,
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.download-list .download-content div,
.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info,
.order-list .order-info {
    text-align: right;
}

/* @end */

/* @group manufacturer */

.manufacturer-list {
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    padding: 0px;
    overflow: auto;
    margin-bottom:20px;
    background: #fff;
}

.manufacturer-heading {
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.manufacturer-content {
    padding: 15px;
    overflow:auto;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0 0 0 20px;
    padding: 0;
}

/* @end */

/* @group checkout */

.center-column .panel {
    position:relative;
    margin: 0px 0px 20px 0px;
}

.center-column .panel-heading {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.center-column .panel-heading h4 {
    padding: 0px;
    margin: 0px;
    font-size: 18px !important;
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 6px;
}

.center-column .panel-body {
    border-radius:0px 0px 2px 2px;
    -moz-border-radius:0px 0px 2px 2px;
    -webkit-border-radius:0px 0px 2px 2px;
    position:relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding:20px;
    position: relative;
    margin-top: -1px;
}

.center-column .panel-body .buttons {
    margin: 0px;
}

/* @end */

/* @group Returns */

.return-list {
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.return-detail {
}

.return-opened textarea {
    width: 100%;
}

/* @end */

/* @group Scroll up */

.scrollup {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    padding: 4px 0px 0px 0px;
    text-align: center;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    border-radius:        4px;
    -moz-border-radius:   4px;
    -webkit-border-radius:4px;
}

.scrollup:hover {
    background: #fafafa;
}

@media (max-width: 960px) {
    .scrollup {
        display: none !important;
    }
}

/* @end */

/* @group Banner */

.banner {
    text-align: center;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.banner img.with-link {
    cursor: pointer;
}

/* @end */

/* @group Filter */

ul.box-filter {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

ul.box-filter > li {
    padding: 0px 0px 15px 0px;
}

ul.box-filter > li > span {
    font-weight: bold;
}

ul.box-filter ul {
    list-style: none;
    padding: 0px;
}

/* @end */

/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 308px;
    position: fixed;
    left: -308px;
    top: 150px;
    z-index: 999;
}

.facebook_right {
    width: 308px;
    position: fixed;
    right: -308px;
    top: 150px;
    z-index: 999;
}

.facebook_left .facebook-icon,
.facebook_right .facebook-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/facebook-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 999;
}

.facebook_right .facebook-icon {
    left: -50px;
    right: auto;
}

.facebook_right .facebook-content,
.facebook_left .facebook-content {
    background-color: #FFFFFF;
    border: 4px solid #4b6baf;
    position: relative;
    z-index: 999;
}

/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 150px;
    z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 150px;
    z-index: 998;
}

.facebook_right + .twitter_right,
.facebook_left + .twitter_left {
    top: 210px;
}

.twitter_left .twitter-icon,
.twitter_right .twitter-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/twitter-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 998;
}

.twitter_right .twitter-icon {
    left: -50px;
    right: auto;
}

.twitter_right .twitter-content,
.twitter_left .twitter-content {
    background-color: #FFFFFF;
    border: 4px solid #36a7e5;
    position: relative;
    z-index: 998;
}

/* @end */

/* @group 16. Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
    left: -250px;
    top: 150px;
    z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
    right: -250px;
    top: 150px;
    z-index: 996;
}

.facebook_right + .twitter_right + .custom_right,
.facebook_left + .twitter_left + .custom_left {
    top: 270px;
}

.facebook_right + .custom_right,
.twitter_right + .custom_right,
.twitter_left + .custom_left,
.facebook_left + .custom_left {
    top: 210px;
}

.custom_left .custom-icon,
.custom_right .custom-icon {
    height: 50px;
    width: 50px;
    right: -50px;
    background: url(../img/custom-icon.png) no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 996;
}

.custom_left .custom-icon {
    background: url(../img/custom-icon-right.png) no-repeat;
}

.custom_right .custom-icon {
    left: -50px;
    right: auto;
}

.custom_right .custom-content,
.custom_left .custom-content {
    background-color: #FFFFFF;
    border: 4px solid #ea2e49;
    position: relative;
    z-index: 996;
    padding: 10px;
}

/* @end */

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

.timepicker-picker .btn {
    background: none !important;
    color: #808080 !important;
    text-shadow: none !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* @end */

/* Testimonials */

div.testimonial {
    padding: 18px;
}

div.testimonial .avatar {
    float: left;
    width: auto;
    padding: 5px 30px 10px 0px;
    background: #fff;
}

div.testimonial .avatar img {
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -webkit-border-radius: 2px;
    -moz-border-radius:    2px;
}

div.testimonial .description {
    font-size: 16px;
}

div.testimonial .description p {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 21px 0px;
    margin: 0px;
    line-height: 1.5;
}

div.testimonial .description .author {
    font-size: 18px;
    float: right;
    background: #fff;
    position: relative;
    margin-top: -20px;
    padding-left: 15px;
    font-style: italic;
}

div.testimonial .description .author strong {
    color: #0b486b;
    padding-right: 5px;
}

/* @group 18. Carousel Brands */

.carousel-brands {
    background: #fff;
    margin: 20px 0px 0px 0px !important;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    border-radius:         2px;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    position: relative;
}

/** Carousel Controls **/

.carousel-brands .owl-prev,
.carousel-brands .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    cursor: pointer;
    width: 31px;
    height: 27px;
    border-radius:         20px 0px 0px 20px;
    -moz-border-radius:    20px 0px 0px 20px;
    -webkit-border-radius: 20px 0px 0px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-right: none;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f36909;
    font-size: 20px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.07);
    text-align: center;
    padding: 2px 0px 0px 4px;
}

.carousel-brands .owl-prev:hover,
.carousel-brands .owl-next:hover {
    background: #f7f7f7;
}

.carousel-brands .owl-next:before {
    content: "\f105";
}

.carousel-brands .owl-prev {
    left: 0;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-radius:         0px 20px 20px 0px;
    -moz-border-radius:    0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    padding: 2px 3px 0px 0px;
}

.carousel-brands .owl-prev:before {
    content: "\f104";
}

/* @end */

/* @group 19. Banner module */

.banner-module {
    margin: 30px 0px 0px 0px !important;
}

@media (max-width: 767px) {
    .responsive .banner-module {
        margin: 20px 0px 0px 0px !important;
    }
}

/* @end */

/* @group 20. Camera slider */

.camera_slider {
    margin: 20px 0px 0px 0px;
    position: relative;
}

.camera_wrap {
    margin: 0px !important;
    width: auto;
    direction: ltr;
    display: none;
    position: relative;
    z-index: 1;
}

.spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: #fff url(../img/loader.gif) 50% 50% no-repeat;
}

#slider .fullwidth .camera_slider,
#slider .fullwidth .camera_slider .camera_wrap {
    margin: 0px !important;
    padding: 0px;
}

.camera_wrap img {
    display: block;
    margin: 0px auto;
}

.camera_wrap .owl-controls .owl-buttons {
}

.camera_wrap .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -16px 0px 0px 0px !important;
    height: 35px;
    width: 35px;
    margin: 0px;
    text-indent: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    border-radius:         20px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border: 1px solid #e6e6e6;
    text-align: center;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.camera_wrap .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -16px 0px 0px 0px !important;
    height: 35px;
    width: 35px;
    margin: 0px;
    text-indent: -10000px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    border-radius:         20px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border: 1px solid #e6e6e6;
    text-align: center;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.camera_wrap .owl-controls .owl-buttons .owl-next:hover,
.camera_wrap .owl-controls .owl-buttons .owl-prev:hover {
    background: #f7f7f7;
}

.camera_wrap .owl-controls .owl-buttons .owl-next:after,
.camera_wrap .owl-controls .owl-buttons .owl-prev:after {
    position: absolute;
    content: "\f105";
    display: block;
    height: 35px;
    width: 35px;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f36909;
    text-indent: 0;
    font-size: 20px;
    padding: 4px 0px 0px 0px;
}

.camera_wrap .owl-controls .owl-buttons .owl-prev:after {
    content: "\f104";
    padding-right: 2px;
}

.camera_wrap:hover .owl-controls .owl-buttons .owl-prev,
.camera_wrap:hover .owl-controls .owl-buttons .owl-next {
    opacity: 1;
    filter: alpha(opacity=100);
}

.camera_wrap .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.camera_wrap .owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.camera_wrap .owl-controls .owl-pagination span {
    cursor: pointer;
    margin: 0px 3px 12px 3px;
    width: 10px;
    height: 10px;
    padding: 0px;
    background: #e5e5e5;
    border: none;
    transition:         all 0.4s;
    -o-transition:      all 0.4s;
    -ms-transition:     all 0.4s;
    -moz-transition:    all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
    border-radius:         20px;
    -moz-border-radius:    20px;
    -webkit-border-radius: 20px;
}

.camera_wrap .owl-controls .owl-pagination .active span {
    background: #f25e08;
}

/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
    background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
    width: 100%;
    max-height: 200px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
    background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

.quickview body {
    background: #fff;
    padding: 30px 30px 0px 30px;
}

.quickview .mfp-iframe-holder .mfp-content {
    max-width: 900px;
    height: 552px;
}

.quickview .mfp-iframe {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.quickview.mfp-bg {
    opacity: 0.01;
    transition: all 0.2s ease-out;
}

.quickview.mfp-ready .mfp-iframe {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.quickview.mfp-ready.mfp-bg {
    opacity: 0.75;
}

.quickview.mfp-removing .mfp-iframe {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.quickview.mfp-removing.mfp-bg {
    opacity: 0;
}

.quickview .product-name {
    margin-top: 25px;
    margin-bottom: 5px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* @end */

/* @group Header notice */

.header-notice {
    background: #81b6aa;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: none;
}

.header-notice a {
    color: #fff;
}

.header-notice p {
    padding: 14px 0px 18px 0px;
    margin: 0px;
}

.header-notice a.close-notice {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    margin: 6px 10px;
    text-align: center;
    padding: 9px 0px 0px 0px;
    color: #81b6aa;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-notice a.close-notice:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-notice a.close-notice:hover {
    background: #333333;
    color: #fff;
}

/* @end */


/* @group Advanced grid */

.advanced-grid {
    position: relative;
}

.advanced-grid .container {
}

/* @group Products */

.advanced-grid-products {

}

.advanced-grid-products .product {
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #e6e6e7;
}

.footer .advanced-grid-products .product {
    border-color: rgba(255,255,255,0.1);
}

.advanced-grid-products .product:first-child {
    border: none;
    padding-top: 0px;
}

.advanced-grid-products .product:last-child {
    padding-bottom: 0px;
}

.advanced-grid-products .product .image {
    float: left;
    width: 34%;
}

.advanced-grid-products .product .image img {
    display: block;
}

.advanced-grid-products .product .right {
    float: left;
    width: 60%;
    margin-left: 6%;
    padding-top: 15px;
}

.advanced-grid-products .product .right .price {
    color: #ff6b6b;
}

.advanced-grid-products .product .right .price .price-old {
    color: #808080;
    text-decoration: line-through;
    padding-right: 2px;
}

/* @end */

/* @group Latest blogs */

.advanced-grid-latest-blogs {

}

.advanced-grid-latest-blogs .news {
    margin: 0px;
    padding: 15px 0px;
    border-top: 1px solid #e6e6e7;
}

.footer .advanced-grid-latest-blogs .news {
    border-color: rgba(255,255,255,0.1);
}

.advanced-grid-latest-blogs .news:first-child {
    border: none;
    padding-top: 0px;
}

.advanced-grid-latest-blogs .news:last-child {
    padding-bottom: 0px;
}

.advanced-grid-latest-blogs .news .image {
    margin: 0px 20px 0px 0px;
    float: left;
}

.advanced-grid-latest-blogs .news .image a {
    display: block;
    background-size: cover;
    position: relative;
}


.advanced-grid-latest-blogs .news .right .name {
    padding: 2px 0px;
}

.advanced-grid-latest-blogs .news .right .article-date-added {
    font-size: 11px;
    font-style: italic;
}

.advanced-grid-latest-blogs .news .right .article-date-added i {
    margin-right: 3px;
}

/* @end */

/* @end */

/* @group Popup Module */

.popup {
    background: #FFF;
    padding: 50px 60px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

body .popup-module .mfp-close {
    top: -40px;
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

body .popup-module.without-button-close .mfp-close {
    display: none;
}

.popup h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0px;
}

.popup .content {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

/* @group Newsletter */



/* @end */

/* @group Buttons yes no */

.popup .buttons-yes-no {
    padding: 20px 0px 0px 0px;
}

.popup .buttons-yes-no .button:first-child {
    margin-right: 20px;
}

/* @end */

/* @group Form contact */

.popup .form-contact {

}

.popup .form-contact .error {
    border-color: red;
}

/* @end */

/* @end */

/* @group Blog list default */

ul.blog-list-default {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
}

ul.blog-list-default li {
    padding: 21px 0px 20px 0px;
}

ul.blog-list-default li:first-child {
    padding-top: 0px;
}

ul.blog-list-default li:last-child {
    padding-bottom: 0px;
}

ul.blog-list-default li:before {
    content: '';
    position: absolute;
    left: -30px;
    right: -30px;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    margin-top: -21px;
}

ul.blog-list-default li:first-child:before {
    display: none;
}

ul.blog-list-default li .thumb-holder {
    float: left;
    width: auto;
    margin-right: 20px;
}

ul.blog-list-default li .thumb-holder img {
    display: block;
}

ul.blog-list-default li .date-published {
    padding: 4px 0px 3px 0px;
    font-size: 11px;
    font-weight: bold;
}

ul.blog-list-default li h5 {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 18px;
}

/* @end */

/* @group Tagcloud */

.blog-tags .box-content {
    border-bottom: none !important;
}

.tagcloud {
    line-height: 15px;
    position: relative;
    margin: 0px 0px -10px 0px;
}

.tagcloud a {
    display: inline-block;
    background: #81b6aa;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0px 7px 9px 0px;
    padding: 1px 10px 1px 10px;
}

.tagcloud a:hover {
    background: #333;
}

/* @end */

/* @group News */

.news {
    position: relative;
    margin-bottom: -30px;
}

.news .media {
    position: relative;
    margin-bottom: 30px;
}

.news .thumb-holder {
    overflow: hidden;
}

.news .thumb-holder img {
    display: block;
    width: 100%;
}

.news .media-body {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.news .media-body:before {
    content: "";
    background: url('../img/bg-news.png') bottom left repeat-x;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.news .media-body:hover:before {
    opacity: 0.7;
}

.news .media-body .tags {
    position: absolute;
    top: 18px;
    left: 20px;
    right: 10px;
    margin: 0px;
    padding: 0px;
    line-height: 1.6;
}

.news .media-body .tags a {
    display: inline-block;
    background: #81b6aa;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 0px 7px 9px 0px;
    padding: 1px 10px 1px 10px;
}

.news .media-body .tags a:hover {
    background: #333;
}

.news .media-body .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.news.v1 .media-body .bottom {
    color: #fff;
}

.news .media-body:hover .bottom {
    bottom: 10px;
}

.news .media-body .date-published {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 9px;
    padding-top: 25px;
}

.news .media-body h5 {
    padding: 12px 20px 34px 20px;
    margin: 0px;
    font-size: 18px;
    line-height: 23px;
    font-family: Roboto;
    text-transform: none;
    font-weight: 500 !important;
    color: #fff;
}

/* @end */

/* @group News V2 */

.news.v2 .media {
    padding-bottom: 53px;
}

.news.v2 .media .thumb-holder img {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

.news.v2 .media:hover .thumb-holder img {
    -webkit-transform: scale(1.04,1.04);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.04,1.04);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.04,1.04);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

.news.v2 .media-body:before {
    display: none !important;
}

.news.v2  .media-body .bottom {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    color: #1349b2;
    bottom: 0 !important;
}

.news.v2  .media-body .bottom h5 {
}

.news.v2 .media-body .date-published {
    border-color: rgba(0, 0, 0, .2);
}

.news.v2 .media-body h5 {
    padding-bottom: 33px;
}

.news.v2 .media-body h5 a {
    line-height: 23px;
}

/* @end */


.box-content .panel {
    margin: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
}

.btn.selector
{
    border-radius: 0;
    background: none;
    border: 1px #eee solid;
    padding: 5px 10px;
    color: #000 !important;

}

.btn.selector:hover,
.btn.selector:visited,
.btn.selector:active{
    background: #eee;
    border: 1px #eee solid;
}

.selector-title {
    font-size: 12px;
    line-height: 32px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>a {
    border-radius: 0;
    border: 1px solid #ddd;
    background: #f1f1f1;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px;
    font-weight: 400;
}


.cart-informer {
    display:none;
    position: fixed;
    z-index:9999;
    width: 100%;
    background: #f5f0e9;
    min-height: 160px;
    bottom:0;
    color:#000;
    font-size: 22px;
    text-align: center;
    transition: none;
    padding-bottom: 20px;
}

.cart-informer .title{
    display: inline;
    font-size: 26px;
    line-height: 80px;
    text-align:center;
}

.cart-informer .buttons {
    display: inline;
    line-height: 80px;
    margin-left: 20px;
}

.cart-informer .buttons .btn-link{
    color:#000;
}

.cart-informer .close-cart-informer{
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    margin-top: -20px;
    height:20px;
    line-height: 20px;
    background: #21851b;
    color:#fff;
    font-size: 11px;
    padding: 0 5px;
}

.cart-informer .product-info {
    display: inline;
    font-size: 16px;
    line-height: 26px;
    text-align:left;
}


.gallery-holder .gallery-thumbs {
    margin: 15px 0;
    position: relative;
    text-align: left;
}

.gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 10px;
    border: 1px solid #e5e5e5;
}

.gallery-thumbs .item {
    display: flex;
    align-content: space-around;
    align-items: center;
    height: 150px;
}

.input-count {
    max-width: 80px;
    display:inline;
}

.input-price-count {
    font-size: 12px;
    padding: 6px 4px;
    display:inline;
    width: 100%;
    color: #555;

}


.cart_table tbody tr td {

}

.td-count {
    width: 180px;
}

.p-remove {
    width: 40px;
    min-width: 0 !important;
}

.cart_table tbody tr td.prodname {
    min-width: 300px;
}

.table-responsive {
    border: none;
}


.form-invoice-firm {
    display: none;
}

.form-invoice-private {
    display: none;
}


.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0px !important;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #555;
    text-transform: uppercase;
    display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #e9b61f;
}

.home-block {
    border: 1px #eee solid;
    padding:10px;
    transition: all 0.4s ease-out;
}
.home-block:hover{
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
    border: 1px #e8b61f solid;
    transition: all 0.2s ease-in;
    transform: scale(1.05);
}

.home-block:hover > span {
    color:#e8b61f;
    transition: all 0.2s ease-in;

}

.home-block:hover > .hb-icon {
    transition: all 0.3s ease-in;
    transform: rotate(360deg);
}

.home-block p {
    margin: 0;
    padding: 0;
}

.home-block span {
    font-family: 'roboto condensed';
    font-size: 18px;
    font-weight: 500;
}

.home-block .hb-icon {
    color: #f2ba2a;
    font-size: 32px;
    float: left;
    margin-right: 15px;

}


.panel-default {
    border-color: transparent;
}

.panel-group .panel {
    border-radius: 0;
}

.checkout-progress-sidebar {
    margin-bottom: 60px;
}


.label-promo {
    color: #fff;
    font-size: 20px;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
    background: #028418;
    padding: 0px 25px;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    position: relative;
    background: linear-gradient(to bottom, #028418 0%,#028418 50%, #077317 51%,#028418 100%); /* W3C */


}

.label-promo:before {
    content: "";
    position: absolute;
    border-bottom: 16px solid rgba(255, 241, 190, 0);
    border-top: 16px solid rgba(255, 241, 190, 0);
    border-right: 10px solid #ffffff;
    right: 0px;
    bottom: 0px;

}


.label-promo:after {
    content: "";
    position: absolute;
    border-bottom: 16px solid rgba(255, 241, 190, 0);
    border-top: 16px solid rgba(255, 241, 190, 0);
    border-left: 10px solid #ffffff;
    left: 0px;
    bottom: 0px;

}

.product-list > div.border-promo {
    border: 2px solid #F3C02E;
}


.cart-grand-total-price, .romove-item {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    margin-top: 5px;
}

.blog-page .blog-review h4, .blog-page .blog-write-comment h4, .contact-page .contact-title h4 {
    font-size: 16px;
    color: #555;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    display: inline-block;
}

.cart-grand-total{
    font-size: 20px;
    font-weight: bold;
}

.btn-small {
    font-size: 12px;
    line-height: 12px;
    padding: 7px 10px;
}

.btn-link {
    padding-left: 15px;
    padding-right: 15px;
}

.cc-link {
    text-decoration: underline !important;
    color: #ce9c0a !important;
}


.image-360-label {
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -10px;
    width: 40px;
    height:26px;

    background: url('../img/360.png') no-repeat;
}



.filters-container {
    margin-top: 4px;
    text-align: left;
}
.filters-container ul {
    margin: 0px;
    font-size: 16px;
}
.filters-container ul li.prev,
.filters-container ul li.next {
    background: none;
    border-radius: 0px;
}
.filters-container ul li.prev a,
.filters-container ul li.next a,
.filters-container ul li.prev a:hover,
.filters-container ul li.next a:hover,
.filters-container ul li.prev a:focus,
.filters-container ul li.next a:focus {
    color: #fff;

}

.filters-container ul li {
    border: 1px #F3C02E solid;

    margin: 0 3px;
    border-radius: 0;
    padding: 0;
}

.filters-container ul li.disabled {
    cursor: not-allowed;
    padding: 2px 10px;
}

.filters-container ul li a {
    display: inline-block;
    padding: 2px 10px;
    background: none;

}


.filters-container ul li:before {
    content: '' !important;
    margin:0 !important;
    padding: 0 !important;
}

.filters-container ul li.active{
    background: #F3C02E;
    border: 1px #F3C02E solid;
    color: #fff;
    padding: 2px 10px;
}

span.old-price {
    color: #444;
    font-size: 13px;
    margin-left: 8px;
    text-decoration: line-through;
}


del.price-old {
    font-size: 16px;
    opacity: 0.7;
}


#sendOrderSpinner {
    margin-top: 20px;
    display: none;
}

#sendOrderSpinner .loader {
    background: url('../default/img/loader.svg') no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

#sendOrderSpinner .text {
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}



@media (max-width: 480px) {


    .cart-informer {
        min-height: 0;
    }

    .cart-informer .title {
        display: block;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-top: 15px;
    }

    #cart_block .dropdown-menu {
        width: 300px;
    }

}


.owl-theme .owl-nav [class*=owl-] {
    font-size: 24px;
}

.icon_cart_box {
    position: relative;
    display: block;
    padding: 10px 0 0 15px;
    color: var(--thm-black);
    font-size: 25px;
    z-index: 10;
}

.icon_cart_box span {
    color: #fff;
}

.icon_cart_box span:hover {
    color: #d7eaf9;
}

.fixed .icon_cart_box span {
    color: #000;
}




.cart-block-fixed {
    width: 34px;
}
.icon_cart_box_fixed {
    position: relative;
    display: block;
    padding: 0px 0 0 5px;
    color: #000;
    font-size: 28px;
    z-index: 10;
    margin-top: -5px;
}
.icon_cart_box_fixed:hover {
    color: #497c9d;
}

.icon_cart_box_mobile {
    position: relative;
    display: block;
    padding: 10px 15px 0 10px;
    color: #000;
    font-size: 28px;
    z-index: 10;
}



.cart-product-grand-total, .cart-product-quantity, .romove-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-line {
    margin-bottom: 15px;
}

.cartpage_header {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px #eee solid;
    text-align: center;
}

.cart_apply_coupon_box {
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #f5f0e9;
    padding-bottom: 20px;
    padding-top: 0px;
    text-align: right;
}

.apply_coupon {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.apply_coupon_input_box input[type="text"] {
    font-size: 16px;
    color: #878986;
    height: 80px;
    max-width: 365px;
    width: 100%;
    padding: 0 30px;
    background: #f5f0e9;
    border-radius: 5px;
    border: none;
    outline: none;
}
.apply-coupon-button {
    margin-left: 10px;
}

.total_box {
    margin: 0;
    float: right;
    text-align: right;
}
.total_box li {
    color: #878986;
    font-size: 18px;
    padding-bottom: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.total_box li:hover {
    color: var(--thm-primary);
}
.total_box li:last-child {
    padding-bottom: 0;
}
.total_box li span {
    color: var(--thm-black);
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}
.button_box {
    position: relative;
    display: block;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}


@media (max-width: 767px) {

    .cartpage_header {
        display: none;
    }

    .cart-product-name-info {

        margin-top: 20px;

    }

}
.owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    margin:initial;
}

.owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px !important;
    top: 50%;
    left: -40px;
    padding: 0;
    margin-top:
    display: block !important;
    border:0px solid black;
}

.owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    top: 50%;
    right: -40px;
    margin-top: -15px !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {color: #fff; line-height: 1;}