.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.catalog-view_op1 .product-media .images-small a.active {
    border: 1px solid #f36
}

.catalog-view_op1 .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%
}

.catalog-view_op1 .product-media .images-small .owl-item {
    padding-bottom: 1px
}

.catalog-view_op1 .product-media .images-small .owl-next,
.catalog-view_op1 .product-media .images-small .owl-prev {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #aaa;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 16px
}

.catalog-view_op1 .product-media .images-small .owl-next:hover,
.catalog-view_op1 .product-media .images-small .owl-prev:hover {
    background-color: #f36
}

.catalog-view_op1 .product-media .images-small .owl-next:before,
.catalog-view_op1 .product-media .images-small .owl-prev:before {
    font-family: FontAwesome
}

.catalog-view_op1 .product-media .images-small .owl-prev {
    left: -35px
}

.catalog-view_op1 .product-media .images-small .owl-prev:before {
    content: "\f104"
}

.catalog-view_op1 .product-media .images-small .owl-next {
    right: -35px
}

.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "\f105"
}

.catalog-view_op1 .product-info-main {
    margin-bottom: 50px
}


.catalog-view_op1 .product-info-main .page-title {
    font-size: 22px;
    color: #666;
    text-transform: capitalize;
    display: block;
    margin: 0 0 12px
}

.catalog-view_op1 .product-info-main .product-reviews-summary {
    margin-bottom: 6px
}

.catalog-view_op1 .product-info-main .product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a {
    color: #666;
    display: inline-block;
    line-height: 18px;
    padding: 0 10px
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a:hover {
    color: #f36
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action {
    border-right: 1px solid #e5e5e5
}

.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action:last-child {
    border-right: none
}

.catalog-view_op1 .product-info-main .product-info-price {
    margin-bottom: 10px
}

.catalog-view_op1 .product-info-main .product-info-price .price {
    font-weight: 700;
    color: #f36;
    font-size: 18px
}

.catalog-view_op1 .product-info-main .product-info-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    margin-left: 12px
}

.catalog-view_op1 .product-info-main .product-info-price .label-sale {
    display: inline-block;
    line-height: 23px;
    background-color: #f90;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    margin-left: 12px
}

.catalog-view_op1 .product-info-main .product-info-price2 {
    margin-bottom: 10px
}

.catalog-view_op1 .product-info-main .product-info-price2 .price {
    font-weight: 700;
    color: #000;
    line-height: 11px;
    font-size: 18px;
    float: left;
}

.catalog-view_op1 .product-info-main .product-info-price2 .old-price {
    font-size: 12px;
    float: left;
    color: #666;
    text-decoration: line-through;
}

.catalog-view_op1 .product-info-main .product-info-price2 .label-sale {
    display: inline-block;
    float: left;
    line-height: 37px;
    color: #4892e2;
    font-size: 35px;
    margin-right: 12px
}

.catalog-view_op1 .product-info-main .product-info-stock {
    color: #096;
    font-size: 14px;
    margin-bottom: 7px
}

.catalog-view_op1 .product-info-main .product-info-stock .label {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: 400
}

.catalog-view_op1 .product-info-main .product-code,
.catalog-view_op1 .product-info-main .product-condition {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px
}

.catalog-view_op1 .product-info-main .product-overview {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}

.catalog-view_op1 .product-info-main .product-overview p {
    margin-bottom: 0;
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #000;
}

.catalog-view_op1 .product-info-condition a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #0086d0;
    color: #0086d0;
}

.catalog-view_op1 .product-carrier {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 10px;
}

.catalog-view_op1 .product-carrier img {
    width: 50px;
}

.catalog-view_op1 .product-info-detailed {
    margin-bottom: 38px;
}

.catalog-view_op1 .product-info-detailed:after {
    display: block;
    content: ' ';
    clear: both;
}

.catalog-view_op1 .product-info-detailed .block-title {
    font-size: 23px;
    margin-bottom: 20px;
}

.catalog-view_op1 .product-info-detailed .block-content {
    font-size: 15px;
}

.catalog-view_op1 .product-info-detailed .block-content .bordered {
    width: 100%;
    margin-top: 20px;
}

.catalog-view_op1 .product-info-detailed .block-content .bordered tr {
    border-bottom: 1px solid #e5e5e5;
}

.catalog-view_op1 .product-info-detailed .block-content table.bordered tr:first-child td {
    border-top: 1px solid #333;
}

.catalog-view_op1 .product-info-detailed .block-content table.bordered tr td {
    padding: 10px 20px;
    text-align: center;
    color: #888;
}

.catalog-view_op1 .product-info-detailed .block-content .description_content {
    border-top: 1px solid #333;
    padding: 10px;
    background: #f7f8f8
}

.catalog-view_op1 .product-info-detailed .block-content .description_content:after {
    content: ' ';
    clear: both;
    display: block;
}

.catalog-view_op1 .product-info-detailed .block-content .detail_content {
    
    padding: 10px;
}

.catalog-view_op1 .product-info-detailed .block-content .qa_content {
    border-top: 1px solid #333;
    padding: 10px;
}

.catalog-view_op1 .product-info-detailed .block-content .qa_content .qa {
    width: 100%;
}

.catalog-view_op1 .product-info-detailed .block-content .qa_content .qa tr th {
    background: #f7f8f8;
    padding: 10px;
    text-align: center;
}

.catalog-view_op1 .product-info-detailed .block-content table.bordered tr td:nth-child(2n+1) {
    background: #f3f3f3;
    width: 12%;
}

.catalog-view_op1 .product-info-detailed .block-content table.bordered tr td:nth-child(2n) {
    width: 38%;
}

.catalog-view_op1 .product-info-detailed .nav {
    margin: 0
}

@media ( max-width :767px) {
    .catalog-view_op1 .product-info-detailed .nav {
        display: none
    }
}

.catalog-view_op1 .product-info-detailed .nav>li+li {
    margin-left: 6px
}

.catalog-view_op1 .product-info-detailed .nav>li>a {
    display: block;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    background-color: #e2e2e2
}

@media ( max-width :1199px) {
    .catalog-view_op1 .product-info-detailed .nav>li>a {
        padding: 0 15px
    }
}

.catalog-view_op1 .product-info-detailed .nav>li.active>a {
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #eee;
    border-bottom: none;
    z-index: 100
}

.catalog-view_op1 .product-info-detailed .tab-content {
    border: 1px solid #eee;
    padding: 30px 15px;
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.catalog-view_op1 .product-info-detailed .tab-content .block-title {
    display: none;
    border-bottom: 1px solid #eee;
    margin-bottom: -1px;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0 35px 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    position: relative
}

.catalog-view_op1 .product-info-detailed .tab-content .block-title:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 20px
}

@media ( max-width :767px) {
    .catalog-view_op1 .product-info-detailed .tab-content .block-title {
        display: block
    }
}

@media ( max-width :767px) {
    .catalog-view_op1 .product-info-detailed .tab-content {
        padding: 0
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane,
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-content {
        display: block
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title {
        background-color: #e2e2e2
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title:after {
        content: "\f106";
        font-family: FontAwesome
    }
    .catalog-view_op1 .product-info-detailed .tab-content .block-content {
        display: none;
        padding: 20px;
        border-bottom: 1px solid #eee
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
        visibility: visible;
        opacity: 1;
        position: static
    }
}

.catalog-view_op1 .product-add-form {
    padding-top: 5px;
    border-top: 1px solid #eee
}

.catalog-view_op1 .product-options-wrapper .form-qty .label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: 400;
    text-align: left
}

.catalog-view_op1 .product-options-wrapper .form-qty .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px
}

.catalog-view_op1 .product-options-wrapper .form-qty .input-qty {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #666;
    padding-left: 10px
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number {
    color: #666;
    width: 10px;
    padding: 0;
    text-align: center;
    line-height: 6px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 7px
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number span {
    display: none
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:before {
    font-family: FontAwesome
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:focus,
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:hover {
    background-color: transparent;
    border: none;
    outline: 0
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus {
    top: 50%;
    margin-top: 2px
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus:before {
    content: "\f0d7"
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus {
    bottom: 50%;
    margin-bottom: 2px
}

.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus:before {
    content: "\f0d8"
}

.catalog-view_op1 .product-options-wrapper .form-configurable {
    margin-bottom: 10px
}

.catalog-view_op1 .product-options-wrapper .form-configurable .label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: 400;
    text-align: left
}

.catalog-view_op1 .product-options-wrapper .form-configurable .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95px
}

.catalog-view_op1 .product-options-wrapper .form-configurable .form-control {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #666;
    padding-left: 10px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1
}

.catalog-view_op1 .product-options-wrapper .form-configurable select {
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/select.png)
}

.catalog-view_op1 .product-options-wrapper .form-configurable .size-chart {
    color: #f36;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    margin-left: 6px
}

.catalog-view_op1 .product-options-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eee
}

.catalog-view_op1 .product-options-bottom .btn-buy {
    height: 36px;
    background-color: #f36;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border: none;
    box-shadow: none;
    line-height: 36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 10px;
    width: 49%;
}

.catalog-view_op1 .product-options-bottom .btn-cart {
    height: 36px;
    background-color: #268ce9;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border: none;
    box-shadow: none;
    line-height: 36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-bottom: 10px;
    width: 49%;
}

.catalog-view_op1 .product-options-bottom .btn-cart:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/cart-catalog-op1.png);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.catalog-view_op1 .product-options-bottom .btn-cart:hover {
    background-color: #c03;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action:before {
    content: "";
    font-family: FontAwesome;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    background-color: #999;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover {
    color: #f36
}

.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover:before {
    background-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.catalog-view_op1 .product-options-bottom .product-addto-links .btn-wishlist:before {
    content: "\f08a"
}

.catalog-view_op1 .product-options-bottom .product-addto-links .btn-compare:before {
    content: "\f012"
}

.catalog-view_op1 .product-addto-links-second {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 15px
}

.catalog-view_op1 .product-addto-links-second .action {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666;
    padding-left: 26px;
    margin-right: 15px
}

.catalog-view_op1 .product-addto-links-second .action:hover {
    color: #f36
}

.catalog-view_op1 .product-addto-links-second .action-print {
    background-image: url(../images/icon/action-print.png)
}

.catalog-view_op1 .product-addto-links-second .action-friend {
    background-image: url(../images/icon/action-friend.png)
}

.swatch-opt .swatch-attribute .swatch-attribute-label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    min-width: 45px
}

.swatch-opt .swatch-attribute .swatch-attribute-options {
    display: inline-block;
    vertical-align: top
}

.swatch-opt .swatch-attribute .swatch-attribute-options:after,
.swatch-opt .swatch-attribute .swatch-attribute-options:before {
    content: "";
    display: table
}

.swatch-opt .swatch-attribute .swatch-attribute-options:after {
    clear: both
}

.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    float: left;
    margin-right: 9px;
    cursor: pointer
}

.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option:hover {
    outline: #f36 solid 1px
}

.fancybox-overlay {
    z-index: 9999
}

.page-title-base .title-base {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px
}

.cms-page .breadcrumb-page .breadcrumb {
    margin-bottom: 19px
}

.block-about-us {
    margin-bottom: 40px
}

.block-about-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-transform: uppercase
}

.block-about-us .block-content {
    padding-top: 2px
}

.block-about-us .img {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 20px
}

.block-about-us .img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-about-us .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-about-us .text {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px
}

.block-why-choos-us {
    margin-bottom: 60px
}

.block-why-choos-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-transform: uppercase
}

.block-why-choos-us ul li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #666;
    font-size: 13px;
    color: #666;
    line-height: 30px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-image: url(../images/icon/index1/check.png);
    padding-bottom: 5px;
    margin-bottom: 4px
}

.block-why-choos-us ul li:last-child {
    border-bottom: none
}

.block-why-choos-us ul li a {
    color: #666
}

.block-why-choos-us ul li a:hover {
    color: #f36
}

.block-why-choos-us ul li:hover {
    color: #f36;
    background-image: url(../images/icon/index1/check-hover.png)
}

.block-our-member {
    margin-bottom: 57px
}

.block-our-member .block-title {
    font-size: 14px;
    color: #888;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 84px;
    line-height: 24px
}

.block-our-member .block-title .title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.block-our-member .item .item-photo img {
    width: 100%;
    display: block
}

.block-our-member .item .name {
    display: block;
    font-size: 14px;
    color: #157ed2;
    text-transform: capitalize;
    margin-top: 3px
}

.block-our-member .item .team {
    display: block;
    text-transform: capitalize
}

.block-our-member .item .des {
    color: #888;
    display: block;
    font-size: 13px;
    line-height: 24px;
    margin-top: 12px
}

.block-our-member .owl-dots {
    text-align: center;
    top: -60px;
    left: 0;
    right: 0;
    position: absolute
}

.block-our-member .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #bbb;
    margin-right: 5px
}

.block-our-member .owl-dots .owl-dot.active {
    width: 19px;
    height: 19px;
    background-color: #f36
}

.alignleft {
    float: left
}

@media ( max-width :479px) {
    .alignleft {
        float: none
    }
}

.alignright {
    float: right
}

@media ( max-width :479px) {
    .alignright {
        float: none
    }
}

img.alignleft {
    margin: 0 20px 15px 0
}

@media ( max-width :479px) {
    img.alignleft {
        margin: 0 auto 15px;
        display: block
    }
}

img.alignright {
    margin: 0 0 15px 20px
}

@media ( max-width :479px) {
    img.alignright {
        margin: 0 auto 15px;
        display: block
    }
}

.page-heading {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
    font-size: 24px;
    margin: 0
}

.page-heading span.page-heading-title {
    border-bottom: 3px solid #f36;
    position: absolute;
    bottom: -1px;
    padding: 0 12px
}

.page-heading span.page-heading-title2 {
    text-transform: uppercase
}

#contact {
    margin-top: 20px
}

#contact .page-subheading {
    padding-left: 0;
    border: none;
    margin: 14px 0 30px;
    text-transform: uppercase;
    font-size: 18px;
    color: #666
}

#contact .contact-form-box {
    padding: 0;
    margin: 0 0 30px
}

#contact .contact-form-box label {
    padding-bottom: 5px
}

#contact .contact-form-box .form-selector {
    padding-bottom: 25px
}

#contact input,
#contact select,
#contact textarea {
    border-radius: 0;
    border-color: #eaeaea;
    box-shadow: inherit;
    outline: 0
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
    box-shadow: inherit;
    outline: 0
}

#contact #btn-send-contact {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 10px 25px
}

#contact #btn-send-contact:hover {
    background: #F36
}

#contact_form_map ul {
    line-height: 28px;
    list-style: disc inside;
    font-style: italic
}

#contact_form_map ul.store_info {
    list-style: none;
    font-style: normal;
    color: #696969
}

#contact_form_map ul.store_info i {
    display: inline-block;
    width: 30px;
    line-height: inherit
}

#message-box-conact .fa {
    line-height: inherit
}

.content-text {
    padding: 20px 0;
    text-align: justify
}

.content-text p {
    margin-bottom: 15px
}

.right-sidebar #left_column {
    float: right
}

.table-compare button {
    background: #666;
    border: 1px solid #eaeaea;
    color: #fff;
    padding: 5px 10px
}

.table-compare button:hover {
    background-color: #f36;
    border-color: #f36
}

.block-form-login {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #666;
    margin-top: 17px
}

.block-form-login .block-form-create,
.block-form-login .block-form-registered {
    display: table-cell;
    border: 1px solid #ececec;
    width: 50%
}

.block-form-login .block-form-create .block-title,
.block-form-login .block-form-registered .block-title {
    font-size: 16px;
    font-family: Montserrat;
    display: block;
    margin-bottom: 37px
}

.block-form-login .form-control {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 24px;
    font-size: 13px;
    color: #aaa;
    max-width: 320px
}

.block-form-login .form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

.block-form-login .form-control:-ms-input-placeholder {
    color: #aaa
}

.block-form-login .form-control::-webkit-input-placeholder {
    color: #aaa
}

.block-form-login .form-group {
    margin-bottom: 20px
}

.block-form-login p {
    margin-bottom: 15px
}

.block-form-login .btn {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    margin-top: 10px
}

.block-form-login .block-form-create {
    padding: 45px 60px 60px;
    background-color: #fafafa
}

@media ( max-width :991px) {
    .block-form-login .block-form-create {
        padding-left: 30px;
        padding-right: 30px
    }
}

.block-form-login .block-form-registered {
    padding: 45px 70px 60px 74px
}

@media ( max-width :991px) {
    .block-form-login .block-form-registered {
        padding-left: 30px;
        padding-right: 30px
    }
}

.block-form-login .checkbox {
    color: #666;
    margin-top: 10px;
    margin-bottom: 15px
}

.block-form-login .checkbox label {
    padding-left: 0
}

.block-form-login .checkbox label>span {
    display: block;
    position: relative;
    padding-left: 27px
}

.block-form-login .checkbox label>span:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    color: #f36;
    line-height: 14px;
    font-size: 11px;
    text-align: center
}

.block-form-login .checkbox input[type=checkbox] {
    visibility: hidden
}

.block-form-login .checkbox input[type=checkbox]:checked+span:before {
    border-color: #f36;
    content: "\f00c";
    font-family: FontAwesome
}

@media ( max-width :639px) {
    .block-form-login {
        display: block
    }
    .block-form-login .block-form-create,
    .block-form-login .block-form-registered {
        display: block;
        width: 100%
    }
}

.block-forgot-pass {
    display: block;
    border: 1px solid #ececec;
    text-align: center;
    border-top: none;
    font-size: 14px;
    padding: 25px 15px;
    margin-bottom: 72px
}

.block-forgot-pass a {
    color: #7dc7d1;
    text-decoration: underline
}

.form-cart {
    margin-bottom: 70px
}

.form-cart .table-cart-wrapper {
    border: 1px solid #ececec;
    padding: 9px;
    margin: 0
}

.form-cart table {
    margin: 0
}

.form-cart table tbody tr td,
.form-cart table tbody tr th,
.form-cart table thead tr td,
.form-cart table thead tr th {
    padding: 20px 30px
}

.form-cart table thead tr td,
.form-cart table thead tr th {
    background-color: #ebebeb;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.form-cart table thead .tb-available {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600
}

.form-cart table tbody tr td,
.form-cart table tbody tr th {
    vertical-align: top;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #efefef
}

.form-cart table .tb-product {
    text-align: left
}

.form-cart table .tb-product .item:after,
.form-cart table .tb-product .item:before {
    content: "";
    display: table
}

.form-cart table .tb-product .item:after {
    clear: both
}

.form-cart table .tb-product .item-photo {
    float: left;
    width: 100px;
    border: 1px solid #e9e9e9;
    display: block;
    padding: 12px 2px 6px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden
}

.form-cart table .tb-product .item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.form-cart table .tb-product .item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.form-cart table .tb-product .item-detail {
    overflow: hidden;
    white-space: normal
}

.form-cart table .tb-product .item-name {
    display: block;
    font-weight: 400;
    color: #888;
    font-size: 14px;
    margin-bottom: 7px
}

.form-cart table .tb-product .item-name a {
    color: #888
}

.form-cart table .tb-product .item-name a:hover {
    color: #f36
}

.form-cart table .tb-available {
    font-size: 13px;
    color: #87af66;
    font-style: italic
}

@media ( min-width :1199px) {
    .form-cart table .tb-available {
        width: 198px
    }
}

.form-cart table .tb-available .value {
    padding-top: 6px;
    display: block
}

@media ( min-width :1199px) {
    .form-cart table .tb-qty {
        width: 160px
    }
}

.form-cart table .tb-qty .input-qty {
    height: 35px;
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #555;
    font-family: Arimo;
    padding: 0;
    margin: auto
}

.form-cart table .tb-total {
    font-size: 14px;
    font-weight: 600
}

@media ( min-width :1199px) {
    .form-cart table .tb-total {
        width: 220px
    }
}

.form-cart table .tb-total .amount {
    padding-top: 7px;
    display: block
}

@media ( min-width :1199px) {
    .form-cart table .tb-remove {
        width: 120px
    }
}

.form-cart table .tb-remove .action-remove {
    color: #ccc;
    display: inline-block;
    padding-top: 6px
}

.form-cart table .tb-remove .action-remove:hover {
    color: #f36
}

.form-cart table .tb-remove .action-remove span {
    display: none
}

.form-cart table .tb-remove .action-remove:before {
    content: "\f00d";
    font-family: FontAwesome
}

.form-cart table .tb-subtotal {
    border: none;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    text-align: right;
    padding-right: 140px;
    padding-top: 32px;
    padding-bottom: 23px
}

.form-cart table .tb-subtotal .label {
    font-size: 16px;
    display: inline-block;
    color: #444;
    margin-right: 12px;
    font-weight: 600
}

.form-cart .cart-actions {
    border: 1px solid #ececec;
    padding: 28px 40px 13px;
    background-color: #fafafa;
    border-top: none
}

@media ( max-width :600px) {
    .form-cart .cart-actions {
        padding-left: 15px;
        padding-right: 15px
    }
}

.form-cart .cart-actions:after,
.form-cart .cart-actions:before {
    content: "";
    display: table
}

.form-cart .cart-actions:after {
    clear: both
}

.form-cart .cart-actions .action {
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #ececec;
    height: 40px;
    box-shadow: none;
    padding: 0 24px;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-cart .cart-actions .action:hover {
    background-color: #f36;
    color: #fff;
    border-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.form-cart .cart-actions .action.update {
    float: left
}

.form-cart .cart-actions .action.checkout {
    float: right
}

@media ( max-width :479px) {
    .form-cart .cart-actions .action {
        display: block;
        float: none;
        width: 100%
    }
}

#popup-newsletter {
    font-family: Montserrat, sans-serif
}

#popup-newsletter .close {
    width: 32px;
    height: 32px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/close-popup.png);
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 100
}

#popup-newsletter .close span {
    display: none
}

#popup-newsletter .close:hover {
    background-color: rgba(104, 51, 102, .2)
}

#popup-newsletter .modal-dialog {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    padding: 15px
}

@media ( min-width :992px) {
    #popup-newsletter .modal-dialog {
        height: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-align-items: center;
        -webkit-justify-content: center
    }
}

#popup-newsletter .modal-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0;
    border: none;
    color: #333;
    width: 100%;
    max-width: 830px;
    background-color: #fff
}

#popup-newsletter .block-newletter {
    font-size: 14px;
    width: 50%;
    background-color: #fff;
    left: 50%;
    position: relative;
    min-height: 500px;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 45px;
    z-index: 10
}

@media ( max-width :767px) {
    #popup-newsletter .block-newletter {
        width: 100%;
        max-width: 400px;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(255, 255, 255, .8)
    }
}

#popup-newsletter .block-newletter .block-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 42px;
    text-align: center;
    padding-top: 44px
}

#popup-newsletter .block-newletter .text-title {
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    line-height: 70px;
    font-size: 95px;
    margin-left: -152px;
    letter-spacing: 18px;
    margin-bottom: 0
}

#popup-newsletter .block-newletter .text-title>span {
    color: #c36;
    display: block;
    font-size: 120px;
    line-height: 85px;
    letter-spacing: 0
}

#popup-newsletter .block-newletter .text-title>span span {
    font-size: 80px
}

@media ( max-width :767px) {
    #popup-newsletter .block-newletter .text-title {
        margin-left: 0;
        font-size: 50px;
        line-height: 1;
        letter-spacing: 10px
    }
    #popup-newsletter .block-newletter .text-title>span {
        font-size: 60px;
        line-height: 1
    }
    #popup-newsletter .block-newletter .text-title>span span {
        font-size: 50px
    }
}

#popup-newsletter .block-newletter .input-group {
    position: relative;
    display: block
}

#popup-newsletter .block-newletter .input-group:after,
#popup-newsletter .block-newletter .input-group:before {
    content: "";
    display: table
}

#popup-newsletter .block-newletter .input-group:after {
    clear: both
}

#popup-newsletter .block-newletter label {
    font-size: 16px;
    color: #333;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    margin-bottom: 18px
}

#popup-newsletter .block-newletter .form-control {
    height: 44px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    border: 1px solid #cfcfcf;
    padding-left: 24px;
    display: block;
    width: 100%;
    padding-right: 45px
}

#popup-newsletter .block-newletter .form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

#popup-newsletter .block-newletter .form-control:-ms-input-placeholder {
    color: #999
}

#popup-newsletter .block-newletter .form-control::-webkit-input-placeholder {
    color: #999
}

#popup-newsletter .block-newletter .input-group-btn {
    position: static
}

#popup-newsletter .block-newletter .btn-subcribe {
    height: 44px;
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/btn-subcribe.png);
    background-color: transparent;
    border-left: 1px solid #cfcfcf
}

#popup-newsletter .block-newletter .btn-subcribe span {
    display: none
}

#popup-newsletter .block-newletter .btn-subcribe:hover {
    background-color: rgba(104, 51, 102, .2)
}

#popup-newsletter .block-newletter .btn-subcribe:before {
    content: none
}

#popup-newsletter .btn-checkbox {
    position: absolute;
    bottom: 16px;
    left: 40px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding-right: 20px
}

#popup-newsletter .btn-checkbox label {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding-left: 24px
}

#popup-newsletter .btn-checkbox input {
    margin: 0;
    left: 0
}

.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 351px;
    margin-bottom: 40px
}

.box-authentication>h3 {
    margin-bottom: 15px;
    font-size: 18px
}

.box-authentication label {
    margin-top: 10px;
    margin-bottom: 2px
}

.box-authentication label.error_message {
    margin: 0;
}

.box-authentication .forgot-pass {
    margin-top: 15px
}

.box-authentication input,
.box-authentication textarea {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    width: 50%
}

.box-authentication .button {
    margin-top: 15px;
    background: #666;
    border: 1px solid #eaeaea;
    color: #fff;
    padding: 10px 20px
}

.box-authentication .button:hover {
    background-color: #f36;
    border-color: #f36
}

.box-border {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden
}

.box-border h2 {
    font-size: 20px
}

.box-border button {
    background: #666;
    border: 1px solid #eaeaea;
    color: #fff;
    padding: 5px 10px
}

.box-border button:hover {
    background-color: #f36;
    border-color: #f36
}

.box-wishlist .button,
.box-wishlist label {
    margin-top: 15px;
    margin-bottom: 5px
}

.box-wishlist,
.table-wishlist {
    margin-top: 20px
}

.table-wishlist th {
    background: #fafafa
}

.list-wishlist {
    margin-top: 20px;
    margin-bottom: 60px
}

.list-wishlist button {
    background: #666;
    border: 1px solid #eaeaea;
    color: #fff;
    padding: 5px 10px
}

.list-wishlist button:hover {
    background-color: #f36;
    border-color: #f36
}

.list-wishlist li {
    margin-top: 30px
}

.list-wishlist li .product-img {
    border: 1px solid #eee;
    padding: 10px
}

.list-wishlist li .button,
.list-wishlist li .priority,
.list-wishlist li .product-name,
.list-wishlist li .qty {
    margin-top: 10px
}

.list-wishlist li .button-action {
    position: relative
}

.list-wishlist li .button-action a {
    position: absolute;
    right: 10px;
    top: 15px
}

.list-wishlist li .button-action a .fa {
    line-height: inherit
}

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #f90
}

.table-compare .price {
    font-weight: 700;
    color: #f36
}

.table-compare .add-cart {
    background: #f36;
    color: #fff
}

.table-compare .add-cart:hover {
    opacity: .8
}

.checkout-page .checkout-sep {
    padding-bottom: 15px;
    text-transform: uppercase
}

.checkout-page .box-border {
    margin-bottom: 15px
}

.checkout-page .box-border .button {
    margin-top: 15px
}

.checkout-page .box-border label {
    margin-top: 5px
}

.checkout-page .box-border h4,
.checkout-page .box-border p {
    padding-bottom: 5px;
    margin-top: 5px
}

.checkout-page .box-border .fa {
    line-height: inherit
}

.checkout-page .box-border input[type=radio] {
    margin-right: 10px
}

.page-content {
    margin-top: 30px
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden
}

.page-order ul.step li {
    display: inline;
    line-height: 30px;
    width: 20%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #ccc
}

.page-order ul.step li.current-step {
    border-bottom: 3px solid #f36
}

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 0
}

.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea
}

.page-order .cart_avail {
    text-align: center
}

.page-order .cart_avail .label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 0
}

.page-order .product-name {
    font-size: 16px
}

.page-order .cart_description {
    font-size: 14px
}

.page-order .cart_avail .label-success {
    background: #FFF;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: 400
}

.page-order .cart_navigation a.next-btn {
    float: right;
    background: #f36;
    color: #fff;
    border: 1px solid #f36
}

.page-order .cart_navigation a.next-btn:hover {
    opacity: .8
}

.page-order .cart_navigation a.prev-btn {
    float: left
}

.page-order .cart_navigation a.prev-btn:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px
}

.page-order .cart_navigation a.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-left: 15px
}

.page-order .cart_navigation a:hover {
    background: #f36;
    color: #fff
}

.cart_summary {
    margin-bottom: 60px;
}

.cart_summary>tfoot,
.cart_summary>thead {
    background: #f7f7f7;
    font-size: 16px
}

.cart_summary>thead th {
    border-bottom-width: 1px;
    padding: 20px;
    text-align: center;
    ;
}

.cart_summary>tbody td {
    text-align: center;
    ;
}

.cart_summary>thead th:first-child {
    width: 5px;
}

.cart_summary>tbody td:nth-child(2) {
    text-align: left;
}

.cart_summary td {
    vertical-align: middle !important;
    padding: 15px !important;
}

.cart_summary .table>tbody>tr>td,
.cart_summary .table>tfoot>tr>td,
.cart_summary .table>thead>tr>td {
    padding: 15px
}

.cart_summary img {
    max-width: 100px;
    float: left;
    margin-right: 10px;
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px
}

.cart_summary .price {
    text-align: right
}

.cart_summary .qty {
    text-align: center;
    width: 100px
}

.cart_summary .qty input {
    text-align: center;
    max-width: 64px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #eaeaea
}

.cart_summary .qty span {
    padding: 8px 10px 5px;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: auto;
    margin-top: 5px;
    cursor: pointer
}

.cart_summary .qty span:hover {
    background: #f36;
    color: #fff
}

.cart_summary .action {
    text-align: center
}

.cart_summary .action a {
    background: url(../images/icon/delete_icon.png) center center no-repeat;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px
}

.cart_summary tfoot {
    text-align: right
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%
}

@media ( max-width :480px) {
    .page-heading {
        font-size: 16px
    }
    .page-heading span {
        padding: 0
    }
    .page-order ul.step li {
        width: 100%;
        display: block;
        text-align: left;
        border-bottom: none;
        border-left: 3px solid #eee;
        padding-left: 20px;
        margin-top: 10px
    }
    .page-order ul.step li.current-step {
        border-left: 3px solid #f36;
        border-bottom: none
    }
}

.effect-border {
    display: block;
    position: relative;
    overflow: hidden
}

.effect-border:after,
.effect-border:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.effect-border:before {
    border-width: 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
    left: 5px;
    right: 5px
}

.effect-border:after {
    border-width: 0 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px
}

.effect-border img {
    display: block;
    width: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.effect-border:hover:after,
.effect-border:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.effect-border:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.effect-bg {
    position: relative;
    display: block
}

.effect-bg:before {
    content: "";
    background-color: #f36;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.effect-bg img {
    display: block;
    width: 100%
}

.effect-bg:hover:before {
    opacity: .4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.effect-banner1 .box-img {
    position: relative;
    display: block
}

.effect-banner1 .box-img:after,
.effect-banner1 .box-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.effect-banner1 .box-img:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background-color: rgba(255, 255, 255, .5)
}

.effect-banner1 .box-img:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    background-color: rgba(255, 255, 255, .5)
}

.effect-banner1 .box-img img {
    display: block;
    width: 100%
}

.effect-banner2 .box-img {
    display: block;
    position: relative;
    overflow: hidden
}

.effect-banner2 .box-img:before {
    background: rgba(255, 255, 255, .4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.effect-banner2 .box-img:hover:before {
    opacity: 1;
    visibility: initial;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.effect-banner2 img {
    display: block;
    width: 100%
}

.effect-banner3 .box-img,
.effect-banner3 .img-banner {
    display: block;
    position: relative;
    overflow: hidden
}

.effect-banner3 .box-img:after,
.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:after,
.effect-banner3 .img-banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    background-color: rgba(254, 86, 84, .3)
}

.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:before {
    left: 0;
    width: 0
}

.effect-banner3 .box-img:after,
.effect-banner3 .img-banner:after {
    right: 0;
    width: 0
}

.effect-banner3 .box-img:hover:after,
.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:after,
.effect-banner3 .img-banner:hover:before {
    opacity: 1;
    background-color: rgba(254, 86, 84, .3)
}

.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:before {
    left: 0;
    width: 50%;
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s
}

.effect-banner3 .box-img:hover:after,
.effect-banner3 .img-banner:hover:after {
    right: 0;
    width: 50%;
    -webkit-transition: .55s;
    -o-transition: .55s;
    transition: .55s
}

.effect-banner3 img {
    display: block;
    width: 100%
}

.block-slide-main .owl-carousel .owl-item {
    padding: 0
}

.block-slide-main .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.block-slide-main .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.block-slide-main .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600
}

.block-slide-main .des {
    display: block
}

.block-slide-main .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700
}

.block-slide-main .btn:hover {
    background-color: #f36
}

.block-slide-main .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0
}

.block-slide-main .owl-dots .owl-dot {
    width: 21px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin: 0 3px
}

.block-slide-main .owl-dots .owl-dot.active {
    background-color: #f36
}

.block-slide-main .dotsData .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: auto;
    right: 257px
}

@media ( max-width :640px) {
    .block-slide-main .dotsData .owl-dots {
        right: 30px
    }
}

.block-slide-main .dotsData .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-color: transparent;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #666;
    border-radius: 100%;
    color: #666
}

.block-slide-main .dotsData .owl-dots .owl-dot.active {
    background-color: #f36;
    color: #fff;
    border-color: #fff
}

.block-slide-main:hover .owl-nav .owl-next,
.block-slide-main:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-slide-main:hover .owl-nav .owl-prev {
    left: 15px
}

.block-slide-main:hover .owl-nav .owl-next {
    right: 15px
}

@media ( max-width :479px) {
    .block-slide-main .owl-nav {
        display: none !important
    }
}

.block-slide-main .owl-nav .owl-next,
.block-slide-main .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0
}

.block-slide-main .owl-nav .owl-next:hover,
.block-slide-main .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.block-slide-main .owl-nav .owl-next:before,
.block-slide-main .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-slide-main .owl-nav .owl-prev {
    left: 25px
}

.block-slide-main .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-slide-main .owl-nav .owl-next {
    right: 25px
}

.block-slide-main .owl-nav .owl-next:before {
    content: "\f105"
}

.block-slide-main .active .item .title {
    -webkit-animation: fadeInRight .9s ease-in-out .8s both;
    -o-animation: fadeInRight .9s ease-in-out .8s both;
    animation: fadeInRight .9s ease-in-out .8s both
}

.block-slide-main .active .item .des,
.block-slide-main .active .item .subtitle {
    -webkit-animation: fadeInRight .6s ease-in-out .8s both;
    -o-animation: fadeInRight .6s ease-in-out .8s both;
    animation: fadeInRight .6s ease-in-out .8s both
}

.block-slide-main .active .item .btn {
    -webkit-animation: fadeInRight .8s ease-in-out .8s both;
    -o-animation: fadeInRight .8s ease-in-out .8s both;
    animation: fadeInRight .8s ease-in-out .8s both
}

.block-slide-main .active .item1 .title {
    -webkit-animation: fadeInDown .6s ease-in-out .8s both;
    -o-animation: fadeInDown .6s ease-in-out .8s both;
    animation: fadeInDown .6s ease-in-out .8s both
}

.block-slide-main .active .item1 .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out .8s both;
    -o-animation: fadeInDown 1s ease-in-out .8s both;
    animation: fadeInDown 1s ease-in-out .8s both
}

.block-slide-main .active .item1 .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out .8s both;
    -o-animation: fadeInDown 1.5s ease-in-out .8s both;
    animation: fadeInDown 1.5s ease-in-out .8s both
}

.block-slide-main .active .item1 .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out .8s both;
    -o-animation: fadeInDown 1.7s ease-in-out .8s both;
    animation: fadeInDown 1.7s ease-in-out .8s both
}

.block-slide-main .active .item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both
}

.block-slide-main .active .item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both
}

.block-slide-main .active .item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out .8s both;
    -o-animation: flipInX 1.5s ease-in-out .8s both;
    animation: flipInX 1.5s ease-in-out .8s both
}

.block-slide-main .active .item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out .8s both;
    -o-animation: flipInX 1.7s ease-in-out .8s both;
    animation: flipInX 1.7s ease-in-out .8s both
}

.block-brand {
    margin-bottom: 38px
}

.block-brand img {
    border: 1px solid #ebebeb
}

.block-brand img:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -moz-filter: sepia(100%);
    -o-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-brand:hover .owl-nav .owl-next,
.block-brand:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-brand:hover .owl-nav .owl-prev {
    left: 0
}

.block-brand:hover .owl-nav .owl-next {
    right: 0
}

.block-brand .owl-nav .owl-next,
.block-brand .owl-nav .owl-prev {
    text-align: center;
    display: block;
    float: left;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-brand .owl-nav .owl-next:hover,
.block-brand .owl-nav .owl-prev:hover {
    background-color: #999;
    color: #fff
}

.block-brand .owl-nav .owl-next:before,
.block-brand .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-brand .owl-nav .owl-prev {
    left: 10px
}

.block-brand .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-brand .owl-nav .owl-next {
    right: 10px
}

.block-brand .owl-nav .owl-next:before {
    content: "\f105"
}

.block-service {
    background-color: #ebebeb;
    padding: 52px 0 15px
}

.block-service .item {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    min-height: 85px
}

.block-service .item:hover .icon {
    -webkit-animation: bounce .7s ease-in-out .3s both;
    -o-animation: bounce .7s ease-in-out .3s both;
    animation: bounce .7s ease-in-out .3s both
}

.block-service .item:after,
.block-service .item:before {
    content: "";
    display: table
}

.block-service .item:after {
    clear: both
}

.block-service .item .icon {
    width: 84px;
    text-align: center;
    line-height: 80px;
    height: 84px;
    background-color: #f36;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.block-service .item .icon img {
    display: inline
}

.block-service .item .title {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 12px
}

@media ( max-width :767px) {
    .block-service .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-section-top {
    position: relative
}

@media ( max-width :1199px) {
    .block-section-top {
        padding-left: 0
    }
}

@media ( max-width :991px) {
    .block-section-top {
        padding-right: 0
    }
}

.block-section-top .block-nav-categori {
    position: relative;
    float: none;
    width: 100%;
    z-index: 100
}

.block-section-top .block-nav-categori .block-title {
    display: none
}

.block-section-top .block-nav-categori .block-content {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block
}

.slide-opt-1 .item {
    height: 453px
}

@media ( max-width :640px) {
    .slide-opt-1 .item {
        height: 300px
    }
    .slide-opt-1 .item .description {
        max-width: 100% !important
    }
}

.slide-opt-1 .item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%
}

.slide-opt-1 .item1 .description {
    float: right;
    padding-right: 64px;
    padding-top: 50px;
    max-width: 250px;
    text-align: center
}

.slide-opt-1 .item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333
}

.slide-opt-1 .item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 27px;
    color: #fff;
    line-height: 1.12
}

.slide-opt-1 .item1 .btn {
    line-height: 36px;
    background-color: #e1195f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600
}

.slide-opt-1 .item1 .btn:hover {
    background-color: #f36
}

.slide-opt-1 .item2 {
    font-family: Roboto, sans-serif
}

.slide-opt-1 .item2 .description {
    margin-left: 26px;
    padding-top: 70px;
    text-align: center;
    float: left;
    max-width: 290px
}

.slide-opt-1 .item2 .title {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    letter-spacing: 6px
}

.slide-opt-1 .item2 .subtitle {
    font-weight: 700;
    display: block;
    border: 2px solid #333;
    font-size: 48px;
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 8px
}

@media ( max-width :640px) {
    .slide-opt-1 .item2 .subtitle {
        font-size: 30px
    }
}

.slide-opt-1 .item2 .des {
    display: block;
    font-size: 18px;
    font-weight: 400
}

.slide-opt-1 .item2 .btn {
    background-color: transparent;
    line-height: 24px;
    padding: 0 15px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    border: 3px solid #333;
    color: #333;
    margin-top: 70px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slide-opt-1 .item2 .btn:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media ( max-width :640px) {
    .slide-opt-1 .item2 .btn {
        margin-top: 10px
    }
}

.slide-opt-1 .item3 .description {
    margin-right: 30px;
    padding-top: 70px;
    text-align: center;
    float: right;
    max-width: 270px
}

.slide-opt-1 .item3 .title {
    font-size: 30px;
    display: block;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase
}

.slide-opt-1 .item3 .subtitle {
    font-weight: 400;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.slide-opt-1 .item3 .btn {
    background-color: #849dc5;
    color: #fff;
    line-height: 36px;
    padding: 0 19px;
    font-size: 16px;
    font-weight: 600
}

.slide-opt-1 .item3 .btn:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slide-opt-1 .dotsData .owl-dots {
    right: 25px;
    text-align: right;
    bottom: 10px
}

.slide-opt-1 .dotsData .owl-dots .owl-dot {
    width: 24px;
    line-height: 22px;
    height: 24px;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    background-color: #eee;
    padding: 0;
    text-align: center
}

.slide-opt-1 .dotsData .owl-dots .owl-dot.active {
    border-color: #fff;
    background-color: #f36;
    color: #fff
}

.block-section-top1 {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff
}

.block-section-top1 .box-section-top {
    position: relative;
    padding-left: 270px;
    padding-right: 234px
}

@media ( max-width :1199px) {
    .block-section-top1 .box-section-top {
        padding-left: 0
    }
}

@media ( max-width :991px) {
    .block-section-top1 .box-section-top {
        padding-right: 0
    }
}

.block-section-top1 .banner-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 234px;
    padding: 0 12px;
    background-color: #F36;
    max-height: 453px;
    overflow: hidden
}

.block-section-top1 .banner-slide a {
    display: block;
    position: relative;
    overflow: hidden
}

.block-section-top1 .banner-slide a:after,
.block-section-top1 .banner-slide a:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.block-section-top1 .banner-slide a:before {
    border-width: 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.block-section-top1 .banner-slide a:after {
    border-width: 0 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.block-section-top1 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-section-top1 .banner-slide a:hover:after,
.block-section-top1 .banner-slide a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-section-top1 .banner-slide a:hover img {
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-section-top1 .banner-slide a:after,
.block-section-top1 .banner-slide a:before {
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0
}

.block-section-top1 .banner-slide a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.block-section-top1 .banner-slide .box-img {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 197px;
    padding: 10px;
    border-bottom: 1px dotted #fff
}

.block-section-top1 .banner-slide .box-img:last-child {
    border-bottom: none
}

@media ( max-width :991px) {
    .block-section-top1 .banner-slide {
        display: none
    }
}

.block-section-top1 .block-nav-categori {
    float: none;
    position: absolute !important;
    top: 0;
    left: 0
}

@media ( max-width :1199px) {
    .block-section-top1 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.block-section-top1 .block-nav-categori .block-title {
    display: none
}

.block-section-top1 .block-nav-categori .block-content {
    padding-right: 20px
}

.block-section-top1 .block-nav-categori .ui-categori {
    border-left: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-top: 3px
}

.block-section-top1 .block-nav-categori .ui-categori>li>a {
    line-height: 36px;
    padding-left: 20px;
    padding-right: 0
}

.block-section-top1 .block-nav-categori .ui-categori>li>a .icon {
    width: 30px
}

.block-section-top1 .block-nav-categori .ui-categori>li.parent>a:after {
    line-height: 36px;
    right: 10px;
    content: none
}

.block-section-top1 .block-nav-categori .ui-categori .submenu {
    left: 270px;
    width: 900px;
    top: 0
}

.block-section-top1 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top1 .block-nav-categori .view-all-categori a {
    background-color: #fff;
    border: 1px solid #eee;
    color: #666;
    line-height: 40px;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px;
    text-align: center
}

.block-section-top1 .block-nav-categori .view-all-categori .btn-view-all:after,
.block-section-top1 .block-nav-categori .view-all-categori a:after {
    float: none;
    margin-left: 20px
}

.block-section-top1 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top1 .block-nav-categori .view-all-categori a:hover {
    background-color: #f36;
    color: #fff
}

.block-section-top1 .block-nav-categori .block-content {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 270px
}

.index-opt-1 {
    background-color: #fff
}

.block-service-opt1 .item {
    position: relative
}

.block-service-opt1 .item:hover .icon {
    -webkit-animation: bounce .7s ease-in-out .3s both;
    -o-animation: bounce .7s ease-in-out .3s both;
    animation: bounce .7s ease-in-out .3s both
}

.block-service-opt1 .item:after,
.block-service-opt1 .item:before {
    content: "";
    display: table
}

.block-service-opt1 .item:after {
    clear: both
}

.block-service-opt1 .item .icon {
    text-align: center;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0
}

.block-service-opt1 .item .icon img {
    display: inline
}

.block-service-opt1 .item .title {
    display: block;
    color: #333;
    font-weight: 400;
    text-transform: uppercase
}

@media ( max-width :767px) {
    .block-service-opt1 .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.block-service-opt1 {
    padding: 20px 0 15px;
    margin-bottom: 25px;
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding-bottom: 0
}

.block-service-opt1 .item {
    font-size: 12px;
    border-right: 1px solid #e1e1e1;
    min-height: 40px;
    padding-left: 70px;
    margin-bottom: 20px;
    color: #666
}

.block-service-opt1 .item .title {
    font-size: 18px;
    margin: 0
}

.block-service-opt1 .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 15px;
    background-color: transparent
}

@media ( max-width :767px) {
    .block-service-opt1 .item {
        border-right: none
    }
}

.block-service-opt1 .col-md-3:last-child .item {
    border-right: none
}

@media ( max-width :991px) {
    .block-service-opt1 .col-md-3:nth-child(2n) .item {
        border-right: none
    }
}

@media ( max-width :767px) {
    .block-service-opt1 {
        text-align: center
    }
    .block-service-opt1 .row {
        display: inline-block;
        text-align: left
    }
}

.col-products,
.tab-content {
    position: relative
}

.col-products>.tab-pane .product-item,
.tab-content>.tab-pane .product-item {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.col-products>.tab-pane.active .product-item,
.tab-content>.tab-pane.active .product-item {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.col-products>.tab-pane.active .product-item:nth-child(1),
.tab-content>.tab-pane.active .product-item:nth-child(1) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.col-products>.tab-pane.active .product-item:nth-child(2),
.tab-content>.tab-pane.active .product-item:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.col-products>.tab-pane.active .product-item:nth-child(3),
.tab-content>.tab-pane.active .product-item:nth-child(3) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.col-products>.tab-pane.active .product-item:nth-child(4),
.tab-content>.tab-pane.active .product-item:nth-child(4) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.col-products>.tab-pane.active .product-item:nth-child(5),
.tab-content>.tab-pane.active .product-item:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.col-products>.tab-pane.active .product-item:nth-child(6),
.tab-content>.tab-pane.active .product-item:nth-child(6) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.col-products>.tab-pane.active .product-item:nth-child(7),
.tab-content>.tab-pane.active .product-item:nth-child(7) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.col-products>.tab-pane.active .product-item:nth-child(8),
.tab-content>.tab-pane.active .product-item:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.col-products>.tab-pane.active .product-item:nth-child(9),
.tab-content>.tab-pane.active .product-item:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.col-products>.tab-pane.active .product-item:nth-child(10),
.tab-content>.tab-pane.active .product-item:nth-child(10) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(1) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(1) .product-item {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(2) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(2) .product-item {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(3) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(3) .product-item {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(4) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(4) .product-item {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(5) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(5) .product-item {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(6) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(6) .product-item {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.col-products>.tab-pane.active .owl-item.active:nth-child(7) .product-item,
.tab-content>.tab-pane.active .owl-item.active:nth-child(7) .product-item {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.block-floor-products {
    margin-bottom: 40px
}

.block-floor-products .block-content:after,
.block-floor-products .block-content:before {
    content: "";
    display: table
}

.block-floor-products .block-content:after {
    clear: both
}

.block-floor-products .col-banner {
    float: left;
    width: 20%
}

.block-floor-products .col-banner .box-img {
    height: 350px
}

@media ( max-width :1199px) {
    .block-floor-products .col-banner {
        width: 25%
    }
}

@media ( max-width :991px) {
    .block-floor-products .col-banner {
        display: none
    }
}

.block-floor-products .col-products {
    width: 80%;
    float: left
}

@media ( max-width :1199px) {
    .block-floor-products .col-products {
        width: 75%
    }
}

@media ( max-width :991px) {
    .block-floor-products .col-products {
        width: 100%
    }
}

.block-floor-products .col-banner {
    position: relative
}

.block-floor-products .col-banner .box-img,
.block-floor-products .col-banner .img {
    display: block;
    position: relative;
    overflow: hidden
}

.block-floor-products .col-banner .box-img img,
.block-floor-products .col-banner .img img {
    width: 100%;
    display: block;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-floor-products .col-banner .label-featured {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 50
}

.block-floor-products .col-banner .label-featured img {
    width: auto
}

.block-floor-products .block-banner-floor:after,
.block-floor-products .block-banner-floor:before {
    content: "";
    display: table
}

.block-floor-products .block-banner-floor:after {
    clear: both
}

.block-floor-products .block-banner-floor .col-sm-6 {
    padding: 0
}

.block-floor-products-opt1 {
    margin-bottom: 30px
}

.block-floor-products-opt1 .block-title {
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 50px;
    position: relative;
    background-position: top 15px right 43px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/actions-floor.png);
    border-bottom: 3px solid #f36
}

.floor-products1.block-floor-products-opt1 .block-title {
    border-bottom-color: #f36
}

.floor-products2.block-floor-products-opt1 .block-title {
    border-bottom-color: #396
}

.floor-products3.block-floor-products-opt1 .block-title {
    border-bottom-color: #f63
}

.floor-products4.block-floor-products-opt1 .block-title {
    border-bottom-color: #36c
}

.floor-products5.block-floor-products-opt1 .block-title {
    border-bottom-color: #690
}

.floor-products6.block-floor-products-opt1 .block-title {
    border-bottom-color: #6c6856
}

.floor-products7.block-floor-products-opt1 .block-title {
    border-bottom-color: #ff6634
}

.floor-products8.block-floor-products-opt1 .block-title {
    border-bottom-color: #1946bb
}

.floor-products9.block-floor-products-opt1 .block-title {
    border-bottom-color: #00c0e3
}

.floor-products10.block-floor-products-opt1 .block-title {
    border-bottom-color: #71cf2c
}

.floor-products11.block-floor-products-opt1 .block-title {
    border-bottom-color: #9b26af
}

.block-floor-products-opt1 .block-title:after,
.block-floor-products-opt1 .block-title:before {
    content: "";
    display: table
}

.block-floor-products-opt1 .block-title:after {
    clear: both
}

.block-floor-products-opt1 .block-title .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 12px;
    display: block;
    line-height: 50px;
    float: left;
    background-color: #000;
    min-width: 235px
}

.block-floor-products-opt1 .block-title .title img {
    margin-right: 13px;
    vertical-align: middle
}

.block-floor-products-opt1 .block-title .links {
    float: left;
    font-family: Arial
}

.block-floor-products-opt1 .block-title .links:after,
.block-floor-products-opt1 .block-title .links:before {
    content: "";
    display: table
}

.block-floor-products-opt1 .block-title .links:after {
    clear: both
}

.block-floor-products-opt1 .block-title .links .dropdown-toggle {
    width: 40px;
    border: none;
    background-color: transparent;
    padding: 0;
    height: 50px;
    font-size: 18px;
    display: none
}

@media ( min-width :992px) {
    .block-floor-products-opt1 .block-title .links .dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0
    }
}

.block-floor-products-opt1 .block-title .links li {
    float: left
}

.block-floor-products-opt1 .block-title .links li a {
    color: #333
}

.block-floor-products-opt1 .block-title .links li.active>a {
    color: #fff;
    background-color: #f36;
    z-index: 5
}

.block-floor-products-opt1 .block-title .links li.active>a:before {
    content: none
}

.floor-products1.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #f36
}

.floor-products2.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #396
}

.floor-products3.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #f63
}

.floor-products4.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #36c
}

.floor-products5.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #690
}

.floor-products6.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #6c6856
}

.floor-products7.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #ff6634
}

.floor-products8.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #1946bb
}

.floor-products9.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #00c0e3
}

.floor-products10.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #71cf2c
}

.floor-products11.block-floor-products-opt1 .block-title .links li.active>a {
    background-color: #9b26af
}

.block-floor-products-opt1 .block-title .links li:last-child>a:before {
    content: none
}

.block-floor-products-opt1 .block-title .links a {
    display: block;
    line-height: 50px;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 20px;
    position: relative
}

.block-floor-products-opt1 .block-title .links a:hover {
    color: #f36;
    background-color: transparent
}

.block-floor-products-opt1 .block-title .links a:before {
    content: "";
    height: 22px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: -1px
}

@media ( min-width :768px) and (max-width:1199px) {
    .block-floor-products-opt1 .block-title .links a {
        padding: 0 12px
    }
}

.block-floor-products-opt1 .block-title .links .label-cat {
    position: absolute;
    top: -6px;
    right: 0;
    line-height: 18px;
    color: #fff;
    background-color: #096;
    display: block;
    border-radius: 30px;
    width: 32px;
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

.block-floor-products-opt1 .block-title .links .label-cat:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #096 transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 10px
}

.block-floor-products-opt1 .block-title .actions {
    position: absolute;
    right: 18px;
    top: 4px
}

.block-floor-products-opt1 .block-title .actions .action {
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #ccc;
    font-size: 18px
}

.block-floor-products-opt1 .block-title .actions .action:hover {
    color: #999
}

@media ( max-width :991px) {
    .block-floor-products-opt1 .block-title {
        padding-right: 0;
        background-position: top 15px right 80px
    }
    .block-floor-products-opt1 .block-title .links {
        float: right
    }
    .block-floor-products-opt4 .block-title.block-floor-products-opt1 .block-title .links {
        float: right;
        clear: none
    }
    .block-floor-products-opt1 .block-title .links .dropdown-toggle {
        display: block
    }
    .block-floor-products-opt1 .block-title .links .dropdown-menu {
        left: auto;
        right: 0;
        width: 300px;
        margin: 0;
        padding: 0
    }
    .block-floor-products-opt1 .block-title .links .dropdown-menu li {
        float: none;
        display: block;
        z-index: 30
    }
    .block-floor-products-opt1 .block-title .links .dropdown-menu li a {
        z-index: 40;
        border-bottom: 1px solid #dedede
    }
    .block-floor-products-opt1 .block-title .links .dropdown-menu li:last-child a {
        border-bottom: none
    }
    .block-floor-products-opt1 .block-title .actions {
        right: 48px
    }
}

@media ( max-width :479px) {
    .block-floor-products-opt1 .block-title {
        padding-right: 0;
        background-position: top 65px right 40px
    }
    .block-floor-products-opt1 .block-title .title {
        display: block;
        width: 100%
    }
    .block-floor-products-opt1 .block-title .links {
        float: left;
        position: static
    }
    .block-floor-products-opt4 .block-title.block-floor-products-opt1 .block-title .links {
        float: left;
        clear: none
    }
    .block-floor-products-opt1 .block-title .links .dropdown-menu {
        left: 0;
        width: auto;
        right: 0
    }
    .block-floor-products-opt1 .block-title .actions {
        top: 55px;
        right: 10px
    }
}

.block-floor-products-opt1 .block-banner-floor {
    margin-bottom: 10px
}

.block-floor-products-opt1 .block-banner-floor .box-img {
    display: block;
    position: relative;
    overflow: hidden
}

.block-floor-products-opt1 .block-banner-floor .box-img:before {
    background: rgba(255, 255, 255, .4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.block-floor-products-opt1 .block-banner-floor .box-img:hover:before {
    opacity: 1;
    visibility: initial;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.block-floor-products-opt1 .block-banner-floor img {
    display: block;
    width: 100%
}

.block-floor-products-opt1 .col-banner .box-img {
    display: block;
    position: relative;
    overflow: hidden
}

.block-floor-products-opt1 .col-banner .box-img:after,
.block-floor-products-opt1 .col-banner .box-img:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.block-floor-products-opt1 .col-banner .box-img:before {
    border-width: 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
    left: 5px;
    right: 5px
}

.block-floor-products-opt1 .col-banner .box-img:after {
    border-width: 0 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px
}

.block-floor-products-opt1 .col-banner .box-img img {
    display: block;
    width: 100%;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-floor-products-opt1 .col-banner .box-img:hover:after,
.block-floor-products-opt1 .col-banner .box-img:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-floor-products-opt1 .col-banner .box-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.block-floor-products-opt1 .col-products:hover .owl-nav .owl-next,
.block-floor-products-opt1 .col-products:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.block-floor-products-opt1 .col-products:hover .owl-nav .owl-prev {
    left: 0
}

.block-floor-products-opt1 .col-products:hover .owl-nav .owl-next {
    right: 0
}

.block-floor-products-opt1 .col-products .owl-nav .owl-next,
.block-floor-products-opt1 .col-products .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0
}

.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #f36;
    border-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.block-floor-products-opt1 .col-products .owl-nav .owl-next:before,
.block-floor-products-opt1 .col-products .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-floor-products-opt1 .col-products .owl-nav .owl-prev {
    left: 25px
}

.block-floor-products-opt1 .col-products .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-floor-products-opt1 .col-products .owl-nav .owl-next {
    right: 25px
}

.block-floor-products-opt1 .col-products .owl-nav .owl-next:before {
    content: "\f105"
}

.block-floor-products-opt1 .product-item {
    border-left: 1px solid #eee
}

.block-floor-products-opt1 .product-item .product-item-photo {
    padding: 13px 0 0
}

.block-floor-products-opt1 .product-item .product-item-img {
    height: 266px;
    display: block
}

.block-floor-products-opt1 .product-item .product-item-img img {
    max-height: 100%;
    display: block
}

.block-floor-products-opt1 .product-item .product-item-name {
    margin-bottom: 6px
}

.block-floor-products-opt1 .product-item .product-item-detail {
    padding-bottom: 0
}

.floor-products1.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products1.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #f36
}

.floor-products1.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products1.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #f36;
    border-color: #f36
}

.floor-products2.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products2.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #396
}

.floor-products2.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products2.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #396;
    border-color: #396
}

.floor-products3.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products3.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #f63
}

.floor-products3.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products3.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #f63;
    border-color: #f63
}

.floor-products4.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products4.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #36c
}

.floor-products4.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products4.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #36c;
    border-color: #36c
}

.floor-products5.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products5.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #690
}

.floor-products5.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products5.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #690;
    border-color: #690
}

.floor-products6.block-floor-products-opt1 .product-item .product-item-info .btn-cart:hover,
.floor-products6.block-floor-products-opt1 .product-item .product-item-info .product-item-actions .btn:hover {
    background-color: #6c6856
}

.floor-products6.block-floor-products-opt1 .col-products .owl-nav .owl-next:hover,
.floor-products6.block-floor-products-opt1 .col-products .owl-nav .owl-prev:hover {
    background-color: #6c6856;
    border-color: #6c6856
}

.block-tab-products-opt1 {
    margin-bottom: 17px;
    padding-top: 15px
}

.block-tab-products-opt1 .block-title {
    margin-bottom: 30px
}

@media ( max-width :479px) {
    .block-tab-products-opt1 .block-title {
        margin-bottom: 35px
    }
}

.block-tab-products-opt1 .nav {
    border-bottom: 1px solid #eee;
    padding-right: 56px
}

.block-tab-products-opt1 .nav>li {
    float: left;
    margin-right: 3px
}

.block-tab-products-opt1 .nav>li>a {
    display: block;
    text-transform: uppercase;
    line-height: 38px;
    color: #999;
    margin-bottom: -1px;
    border-bottom: 3px solid #ccc;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 700
}

.block-tab-products-opt1 .nav>li>a:focus,
.block-tab-products-opt1 .nav>li>a:hover {
    background-color: transparent;
    color: #333
}

.block-tab-products-opt1 .nav>li.active>a {
    color: #333;
    border-bottom: 3px solid #f36
}

.block-tab-products-opt1 .nav>li.active>a:focus,
.block-tab-products-opt1 .nav>li.active>a:hover {
    background-color: transparent;
    color: #333
}

@media ( max-width :600px) {
    .block-tab-products-opt1 .nav>li>a {
        padding: 0 10px
    }
}

@media ( max-width :479px) {
    .block-tab-products-opt1 .nav {
        padding-right: 0
    }
    .block-tab-products-opt1 .nav>li {
        width: 100%;
        display: block;
        margin-right: 0
    }
}

.block-tab-products-opt1 .owl-nav {
    position: absolute;
    top: -64px;
    right: 0
}

.block-tab-products-opt1 .owl-nav:after,
.block-tab-products-opt1 .owl-nav:before {
    content: "";
    display: table
}

.block-tab-products-opt1 .owl-nav:after {
    clear: both
}

@media ( max-width :479px) {
    .block-tab-products-opt1 .owl-nav {
        top: -30px
    }
}

.block-tab-products-opt1 .owl-nav .owl-next,
.block-tab-products-opt1 .owl-nav .owl-prev {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #eee;
    color: #ccc
}

.block-tab-products-opt1 .owl-nav .owl-next:hover,
.block-tab-products-opt1 .owl-nav .owl-prev:hover {
    background-color: #999;
    color: #fff
}

.block-tab-products-opt1 .owl-nav .owl-next:before,
.block-tab-products-opt1 .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-tab-products-opt1 .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-tab-products-opt1 .owl-nav .owl-next:before {
    content: "\f105"
}

.block-tab-products-opt1 .product-item .product-item-photo {
    padding: 0
}

.block-tab-products-opt1 .product-item .product-item-name {
    margin-bottom: 7px
}

.block-tab-products-opt1 .product-item .product-item-detail {
    padding-left: 20px
}

.block-showcase {
    margin-bottom: 28px
}

.block-showcase .block-title {
    margin-bottom: 0
}

.block-showcase .col-title {
    padding-right: 30px;
    padding-left: 30px
}

@media ( max-width :991px) {
    .block-showcase .col-title {
        margin-bottom: 60px
    }
}

.block-showcase .col-title .logo-showcase {
    margin-bottom: 15px;
    padding-top: 15px
}

.block-showcase .col-title .des {
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 32px
}

.block-showcase .col-title .actions {
    border-top: 1px dotted #ccc;
    padding-top: 23px
}

.block-showcase .col-title .btn {
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    border-color: #ccc;
    color: #333;
    font-family: Arial
}

.block-showcase .col-title .btn i {
    margin-left: 15px
}

.block-showcase .col-title .btn:hover {
    background-color: #f36;
    border-color: #f36;
    color: #fff
}

.block-showcase .block-content {
    border: 1px solid #eee;
    border-top: none;
    padding: 22px 0
}

.block-showcase .owl-nav {
    position: absolute;
    top: -55px;
    right: 0
}

.block-showcase .owl-nav:after,
.block-showcase .owl-nav:before {
    content: "";
    display: table
}

.block-showcase .owl-nav:after {
    clear: both
}

@media ( max-width :991px) {
    .block-showcase .owl-nav {
        right: 15px
    }
}

.block-showcase .owl-nav .owl-next,
.block-showcase .owl-nav .owl-prev {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5
}

.block-showcase .owl-nav .owl-next:hover,
.block-showcase .owl-nav .owl-prev:hover {
    background-color: #999;
    color: #fff
}

.block-showcase .owl-nav .owl-next:before,
.block-showcase .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.block-showcase .owl-nav .owl-prev:before {
    content: "\f104"
}

.block-showcase .owl-nav .owl-next:before {
    content: "\f105"
}

.block-showcase .product-item {
    margin-bottom: 10px
}

.block-showcase .product-item:last-child {
    margin-bottom: 0
}

.block-showcase .product-item .product-item-info:after,
.block-showcase .product-item .product-item-info:before {
    content: "";
    display: table
}

.block-showcase .product-item .product-item-info:after {
    clear: both
}

.block-showcase .product-item .product-item-photo {
    float: left;
    padding: 0
}

.block-showcase .product-item .product-item-detail {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 5px
}

.block-showcase .product-item .product-item-price,
.block-showcase .product-item .product-reviews-summary {
    float: none;
    width: 100%
}

.block-showcase .product-item .product-item-price {
    margin-bottom: 8px
}

.block-showcase .product-item .product-item-name {
    white-space: normal;
    margin-bottom: 13px
}

.block-showcase-opt1 .block-title {
    margin-bottom: 0;
    border-bottom: 3px solid #f36
}

.block-showcase-opt1 .block-title .title {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 24px 0 12px;
    font-size: 16px
}

.block-showcase-opt1 .block-content {
    padding-top: 0;
    border: 1px solid #eee
}

.block-showcase-opt1 .block-content .tab-content {
    padding-top: 22px;
    border-top: none
}

.block-showcase-opt1 .block-content .tab-content .owl-nav {
    display: none
}

.block-showcase-opt1 .nav-brand {
    background-color: #fff
}

.block-showcase-opt1 .nav-brand li {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background-color: #eee
}

.block-showcase-opt1 .nav-brand li.active {
    background-color: #fff
}

.block-showcase-opt1 .nav-brand .owl-nav {
    top: -32px
}

.qc-top-site {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.qc-top-site.close-bn {
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.qc-top-site1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0
}

.qc-top-site1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10
}

.qc-top-site1 .container {
    position: relative;
    z-index: 20
}

.qc-top-site1 .close {
    background-color: #2b2a2c;
    width: 24px;
    height: 24px;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/close-top.png);
    position: absolute;
    top: 0;
    right: 15px;
    opacity: .5;
    z-index: 30
}

.qc-top-site1 .close span {
    display: none
}

.qc-top-site1 .close:hover {
    background-color: #f36
}

.qc-top-site1 .description {
    max-width: 640px;
    padding-top: 33px;
    padding-bottom: 10px;
    text-align: center;
    margin: auto
}

.qc-top-site1 .description .title {
    display: block;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: 700;
    color: #f36;
    font-family: Arial;
    line-height: 1;
    margin-bottom: 0
}

@media ( max-width :600px) {
    .qc-top-site1 .description .title {
        font-size: 24px
    }
}

.qc-top-site1 .description .subtitle {
    text-transform: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: block;
    font-family: Arial
}

.qc-top-site1 .description .des {
    color: #999;
    display: block;
    font-family: Arial;
    font-size: 12px
}

.qc-top-site1 .description .btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 9px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px
}

.qc-top-site1 .description .btn:focus,
.qc-top-site1 .description .btn:hover {
    background-color: #f36
}

.block-deals-of-opt1 {
    background-color: transparent;
    margin-bottom: 27px;
    padding-top: 7px
}

.block-deals-of-opt1 .block-title {
    padding: 0
}

.block-deals-of-opt1 .block-title .heading-title {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    line-height: 43px
}

.block-deals-of-opt1 .block-title .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/icon-deals-of.png);
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #f36;
    position: relative;
    margin-right: 4px
}

.block-deals-of-opt1 .block-title .icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 7px;
    border-color: transparent transparent #f36;
    content: "";
    position: absolute;
    top: -7px;
    left: 0
}

.block-deals-of-opt1 .block-content {
    border: 3px solid #f36;
    background-color: #fff
}

.clr {
    clear: both;
}

.btn-delete {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 35px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}