.product-item-actions {
    display: block
}

.product-item-info {
    width: auto
}

@media(min-width:1024px),
print {
    .page-products .products-grid .product-item {
        margin: 0;
        padding: 0 15px;
        width: 33.33333333%;
        border: 0;
        padding-bottom: 30px
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
        clear: left
    }
    .page-layout-1column .products-grid .product-item {
        width: auto;
        padding: 0;
        display: block
    }
}

@media(min-width:640px) {
    .products-grid .product-item-actions {
        margin: 0
    }
}

.related .owl-theme .owl-item,
.upsell .owl-theme .owl-item,
.crosssell .owl-theme .owl-item,
.related .owl-theme .owl-item:first-child,
.upsell .owl-theme .owl-item:first-child,
.crosssell .owl-theme .owl-item:first-child {
    border: 0
}

.related .products-grid li.product-item,
.upsell .products-grid li.product-item,
.crosssell .products-grid li.product-item {
    border-bottom: 0
}

.related .products-slider,
.upsell .products-slider,
.crosssell .products-slider {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 40px
}

.related .products-slider .product-item,
.upsell .products-slider .product-item,
.crosssell .products-slider .product-item {
    padding-left: 15px;
    padding-right: 15px
}

.stock.unavailable {
    min-height: 40px
}

.product-item-info .add-to-links-secondary .action {
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #fff;
    color: #2c2c2c;
    border-radius: 100%;
    font-size: 18px;
    border: 1px solid #e7e7e7
}

.product-item-info .add-to-links-secondary .action span {
    display: none
}

.product-item-info .add-to-links-secondary .action:before {
    content: "\e6a9";
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    display: block
}

.product-item-info .add-to-links-secondary .action:hover {
    background: #9d4d4a;
    color: #fff;
    border-color: #9d4d4a;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.product-item-info .add-to-links-secondary .action.wishlist:before {
    content: "\e67e"
}

.products-grid .product-items {
    margin: 0 -15px !important
}

.products-grid li.product-item {
    padding: 0 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.products-grid .product-item .product-item-info {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 0 20px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 0 0 #fff;
    transition: .3s
}

.products-grid .product-item .product-item-info .product-image-wrapper {
    position: inherit
}

.products-grid .product-item .product-item-info .product-image-wrapper .product-image-photo {
    z-index: -1
}

.products-grid .product-item .product-item-info .add-to-links-secondary .action {
    margin: 0 5px
}

.products-grid .product-item .product-item-info .product-item-images {
    position: relative
}

.products-grid .product-item .product-item-info .product-item-name {
    margin: 0
}

.products-grid .product-item .product-item-info:hover {
    border-color: #fff;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff
}

.products-grid .product-item .product-item-info:hover .product-image-wrapper .product-image-photo {
    opacity: .2
}

.products-grid .product-item .product-item-info:hover .add-to-links-secondary {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.products-grid .product-item .product-item-info:hover .product-item-actions .add-to-cart-primary {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.products-grid .product-item .product-item-info:hover .product-item-details .price-box {
    opacity: 0;
    transition: .3s
}

.products-grid .product-item .product-item-info .add-to-links-secondary {
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: auto;
    height: 100px;
    z-index: 11;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(2.57rem);
    -ms-transform: translateY(2.57rem);
    transform: translateY(2.57rem)
}

.products-grid .product-item .product-item-info>.price-box {
    margin-top: 9px
}

.products-grid .product-item .product-item-info .product-item-actions .add-to-cart-primary {
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    bottom: 20px;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.products-grid .product-item .product-item-info .product-item-actions .add-to-cart-primary .tocart {
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 500
}

.products-grid .product-item .product-item-info .product-item-details {
    margin: 10px 0 0;
    text-align: center
}

.products-grid .product-item .product-item-info .product-item-details .price-box {
    min-height: 40px;
    margin: 20px 0 0
}

#sale-products-slider .before-active .products-grid .product-item .product-item-info,
#sale-products-slider .last-active .products-grid .product-item .product-item-info {
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 0 0 #fff;
    opacity: .2
}

#sale-products-slider .before-active .products-grid .product-item .product-item-info:hover,
#sale-products-slider .last-active .products-grid .product-item .product-item-info:hover {
    border: 1px solid #fff;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
    opacity: 1
}

#sale-products-slider .products-grid .product-item .product-item-info {
    border: 1px solid #fff;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0), inset 0 0 0 1px #fff
}

#sale-products-slider .products-grid .product-item .product-item-info:hover {
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff
}

#sale-products-slider .products-grid .product-item .product-item-info:hover .product-image-wrapper .product-image-photo {
    opacity: 1
}

.fotorama__thumb-border {
    border: 1px solid #78a206
}

.fotorama__thumb-border {
    border: 1px solid #78a206 !important
}

.page-products .product-item-info {
    width: 100%
}

.products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.product-item .price-box {
    margin: 10px 0 0
}

.products-slider.products-grid li.product-item {
    width: 100%;
    border: 0;
    padding-top: 5px
}

.product-item-description {
    line-height: 25px
}

.products-list .product-item-info {
    margin-bottom: 40px;
    padding: 40px 0 40px;
    display: block;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    transition: .3s
}

.products-list .product-item-info .product-item-images {
    width: 33%;
    float: left;
    margin-right: 3%;
    position: relative
}

.products-list .product-item-info .product-item-images .product-item-photo {
    display: block;
    width: 100%;
    padding: 0
}

.products-list .product-item-info .product-item-details {
    display: block;
    float: left;
    width: 64%;
    overflow: hidden
}

.products-list .product-item-info .product-item-name a {
    font-size: 1.8rem
}

.products-list .product-item-info .product-reviews-summary .rating-summary {
    text-align: left
}

.products-list .product-item-info .action.more {
    color: #9d4d4a
}

.products-list .product-item-info .action.more:hover {
    text-decoration: underline
}

.products-list .product-item-info .product-item-actions .add-to-cart-primary {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0
}

.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart {
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #9d4d4a;
    border-color: #9d4d4a
}

.products-list .product-item-info .product-item-actions .add-to-cart-primary .tocart:hover {
    background-color: #9d4d4a;
    background-position: 21px -55px
}

.products-list .product-item-info .product-item-actions .add-to-links-secondary {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0
}

.products-list .product-item-info .product-item-actions .add-to-links-secondary .action {
    background-color: #fff;
    color: #acacac
}

.products-list .product-item-info .product-item-actions .add-to-links-secondary .action:hover {
    background: #9d4d4a;
    border-color: #9d4d4a;
    color: #fff
}

.products-list .product-item-info:hover {
    border-color: #fff;
    box-shadow: 3px 4px 15px 5px #e9e9e5
}

.page-product-downloadable .product-options-bottom {
    padding: 10px;
    border: 1px solid #eee
}

.page-product-downloadable .product-options-bottom .box-tocart .field.qty {
    padding: 0
}

.page-product-downloadable .product-options-bottom .box-tocart .field.qty .label {
    display: inline-block;
    margin-right: 10px
}

.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control {
    display: inline-block
}

.page-product-downloadable .product-options-bottom .box-tocart .field.qty .control .input-text.qty {
    height: 40px
}

.page-product-downloadable .product-options-bottom .box-tocart .actions {
    padding: 0
}

.page-product-downloadable .product-options-bottom .box-tocart .actions button {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    margin-left: 15px
}

.page-product-downloadable .product-options-bottom .box-tocart .actions button:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.page-product-downloadable .product-options-bottom .product-social-links {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0 0
}

.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links {
    display: inline-block;
    vertical-align: middle
}

.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .towishlist:hover,
.page-product-downloadable .product-options-bottom .product-social-links .product-addto-links .tocompare:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.page-product-downloadable .product-options-bottom .product-social-links .mailto {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.page-product-downloadable .product-options-bottom .product-social-links .mailto:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.page-product-downloadable .product-options-bottom .product-social-links .mailto span {
    line-height: inherit
}

.page-product-downloadable .product-options-bottom .product-social-links .mailto:before {
    display: none
}

.catalog-product-view .product-info-main .page-title {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-size: 2.4rem;
    font-weight: bold
}

.catalog-product-view .product-info-main .product-reviews-summary .rating-summary {
    text-align: left
}

.catalog-product-view .product-info-main .product-info-price {
    margin: 15px 0
}

.catalog-product-view .product-info-main .product-info-price .price-box {
    margin: 15px 0
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .label {
    display: inline-block;
    margin-right: 10px
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control {
    display: inline-block
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty .control .input-text.qty {
    height: 40px
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 500
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .actions button:hover {
    background-color: #9d4d4a;
    background-position: 21px -55px
}

.catalog-product-view .product-info-main .attribute.overview {
    margin: 10px 0
}

.catalog-product-view .product-info-main .product-social-links {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0 0
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 0;
    text-align: center;
    margin: 0 2px;
    background: #ebebeb;
    color: #acacac;
    border-radius: 100%;
    font-size: 16px
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:before {
    content: "\e67e";
    font-family: Stroke-Gap-Icons;
    speak: none;
    display: block
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist.tocompare:before,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare.tocompare:before {
    content: "\e6a9";
    font-family: Stroke-Gap-Icons;
    speak: none;
    display: block
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist span,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare span {
    display: none
}

.catalog-product-view .product-info-main .product-social-links .product-addto-links .towishlist:hover,
.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare:hover {
    background: #9d4d4a;
    color: #fff
}

.catalog-product-view .product-info-main .product-social-links .mailto {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: 0;
    text-align: center;
    margin: 0 2px;
    background: #ebebeb;
    border-radius: 100%;
    color: #acacac;
    font-size: 16px
}

.catalog-product-view .product-info-main .product-social-links .mailto:before {
    line-height: 43px
}

.catalog-product-view .product-info-main .product-social-links .mailto span {
    display: none
}

.catalog-product-view .product-info-main .product-social-links .mailto:hover {
    background: #9d4d4a;
    color: #fff
}

.catalog-product-view .product-info-main .bundle-actions button {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.catalog-product-view .product-info-main .bundle-actions button:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.catalog-product-view .product-info-main .product-info-price .price-box .price-from,
.catalog-product-view .product-info-main .product-info-price .price-box .price-to {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.catalog-product-view .product-info-main .product-info-price .price-box .special-price .price-label,
.catalog-product-view .product-info-main .product-info-price .price-box .old-price .price-label {
    display: none
}

.catalog-product-view .bundle-options-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list {
    margin: 10px 0 0
}

.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list input {
    display: inline-block
}

.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .label {
    display: inline-block;
    vertical-align: middle
}

.catalog-product-view .bundle-options-container .bundle-options-wrapper .required .control .options-list .field.qty .control {
    display: inline-block;
    vertical-align: middle
}

.catalog-product-view .bundle-options-container .block-bundle-summary .title {
    margin-bottom: 20px
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty {
    padding: 0
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .label {
    display: inline-block;
    margin-right: 10px
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control {
    display: inline-block
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .field.qty .control .input-text.qty {
    height: 38px
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions {
    padding: 0
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    margin-left: 15px
}

.catalog-product-view .bundle-options-container .block-bundle-summary .box-tocart .actions button:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0
}

.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    margin-right: 5px
}

.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .towishlist:hover,
.catalog-product-view .bundle-options-container .block-bundle-summary .product-addto-links .tocompare:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.catalog-product-view .product.info {
    margin-top: 30px;
    margin-bottom: 80px
}

.catalog-product-view .product.info .product.data.items .item a {
    height: auto;
    text-transform: uppercase;
    border: 0;
    background: none;
    font-size: 2rem;
    font-family: Oswald, sans-serif
}

.related .block-actions {
    display: none
}

.related .choice.related {
    display: none
}

.fotorama-item.fotorama--fullscreen {
    z-index: 2000 !important
}

.fotorama__nav-wrap {
    text-align: center
}

body .swatch-attribute {
    clear: both
}

body .swatch-option.text {
    padding: 0 8px
}

.pt_categorytop {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

.pt_categorytop .gruod-title {
    text-align: center;
    margin-bottom: 50px
}

.pt_categorytop .gruod-title .title {
    margin-bottom: 30px;
    display: inherit
}

.pt_categorytop .gruod-title .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(bg_catop.png) no-repeat 50% 50%;
    height: 125px;
    top: 0;
    z-index: 999
}

.pt_categorytop .gruod-title .title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 60%;
    height: 1px;
    background: #e4e4e4;
    bottom: inherit;
    left: 0;
    margin: 0 auto;
    top: 112px;
    z-index: 0
}

.pt_categorytop .gruod-title .title span {
    font-size: 12px;
    color: #444;
    display: inline-block;
    padding-top: 80px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    letter-spacing: 5px;
    font-weight: 600;
    background: #fff;
    position: relative;
    z-index: 99;
    padding-left: 30px;
    padding-right: 30px
}

.pt_categorytop .gruod-title .text {
    width: 80%;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
    font-family: 'Poppins',sans-serif;
    display: inline-block
}

.pt_categorytop .catgrid {
    position: relative;
    text-align: center;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    transition: .3s;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0), inset 0 0 0 1px rgba(0, 0, 0, 0)
}

.pt_categorytop .catgrid:hover {
    border: 1px solid #fff;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
    background: #f6f5f1
}

.pt_categorytop .catgrid:hover .item .cat-images:before {
    content: "";
    position: absolute;
    width: 114px;
    height: 2px;
    display: block;
    background: url(bg_line.png) 50% 50% no-repeat;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s
}

.pt_categorytop .item {
    padding: 40px 0
}

.pt_categorytop .item .cat-images {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative
}

.pt_categorytop .item .cat-images:before {
    content: "";
    position: absolute;
    width: 114px;
    height: 1px;
    display: block;
    background: url(bg_line.png) 50% 50% no-repeat;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pt_categorytop .row .owl-carousel .owl-item {
    padding: 5px 15px 30px
}

.pt_categorytop .catlist-content {
    position: relative;
    display: inline-block;
    width: 100%
}

.pt_categorytop .catlist-content .top h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px
}

.pt_categorytop .catlist-content .top span {
    color: #78a206;
    font-size: 12px;
    font-family: inherit
}

.pt_categorytop .owl-theme .owl-controls .owl-buttons {
    top: 53%
}

.time-home {
    background: url(bg_category.jpg) 50% 50% no-repeat;
    background-size: cover
}

.time-home .countdown {
    padding: 80px 0 0;
    text-align: center
}

.time-home .countdown .times {
    position: relative;
    margin-bottom: 40px
}

.time-home .countdown .times:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    left: 0;
    margin: 0 auto;
    width: 35%
}

.time-home .countdown .times:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    right: 0;
    margin: 0 auto;
    width: 35%
}

.time-home .countdown .times h3 {
    display: inline-block;
    padding-top: 150px;
    font-size: 30px;
    font-family: Oswald, sans-serif;
    color: #2c2c2c;
    font-weight: 500
}

.time-home .countdown .times h3 span {
    color: #a9a9a9;
    font-weight: 300;
    margin-right: 6px
}

.time-home .countdown .times h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url(bg_title_cate.png) 50% 50% no-repeat;
    height: 144px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.time-home .products-grid .product-item .product-item-info .product-item-images .Countdown-item {
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    border-right: 0;
    opacity: 1;
    margin: 0 auto;
    bottom: 40px;
    z-index: 99;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translatey(10px);
    -moz-transform: translatey(10px);
    transform: translatey(10px);
    width: 100%
}

.time-home .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span {
    padding: 0 8px;
    font-family: Oswald, sans-serif
}

.time-home .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span b {
    font-size: 30px;
    color: #232323;
    font-weight: 500
}

.time-home .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span span {
    padding: 0 2px;
    font-size: 14px;
    font-weight: lighter;
    color: #939393
}

.time-home .owl-carousel .owl-item {
    padding: 0 15px
}

.gruod-pruduct {
    background: url(bg_product.jpg) bottom center no-repeat;
    background-size: 100%;
    padding-bottom: 250px
}

.gruod-pruduct .grud {
    padding-top: 80px;
    margin-bottom: 30px
}

.gruod-pruduct .grud h3 {
    font-size: 24px;
    color: #2c2c2c;
    font-family: Oswald, sans-serif;
    margin: 0;
    font-weight: 500
}

.gruod-pruduct .grud h3 span {
    color: #a9a9a9;
    padding-right: 10px;
    font-weight: 300
}

.gruod-pruduct .item-inner {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 0 0 #fff inset, 1px 1px 0 0 #fff;
    border-radius: 15px;
    transition: .3s;
    padding: 15px 0
}

.gruod-pruduct .item-inner:hover {
    border-color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff
}

.gruod-pruduct .item-inner:hover .add-to-links-secondary {
    opacity: 1
}

.gruod-pruduct .item-inner .add-to-links-secondary {
    width: 35px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: 11;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out
}

.gruod-pruduct .item-inner .actions-primary button {
    font-size: 2.1rem;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    padding: 0;
    height: 44px;
    background: #fff;
    border: 0;
    color: #2b2b2b;
    border-radius: 100%;
    font-weight: normal;
    border: 1px solid #e7e7e7
}

.gruod-pruduct .item-inner .actions-primary button:hover {
    background: #9d4d4a;
    border-color: #9d4d4a;
    color: #fff
}

.gruod-pruduct .item-inner .actions-primary button span {
    display: none
}

.gruod-pruduct .item-inner .actions-primary button:before {
    display: block !important;
    content: "\e680";
    font-family: Stroke-Gap-Icons;
    font-size: 16px;
    line-height: 44px
}

.gruod-pruduct .item-inner .des .product-reviews-summary .rating-summary {
    text-align: left
}

.gruod-pruduct .item-inner .des .product-name .product-item-name a {
    text-decoration: none
}

.gruod-pruduct .item-inner .des .product-name .product-item-name a:hover {
    color: #9d4d4a
}

.gruod-pruduct .product-items {
    padding: 5px
}

.gruod-pruduct .product-items:hover .item-inner {
    border-color: #fff
}

.gruod-pruduct .price-box {
    margin: 20px 0 0;
    min-height: 40px
}

.gruod-pruduct .owl-theme .owl-controls .owl-buttons>div {
    width: 32px;
    height: 32px;
    line-height: 32px;
    left: auto;
    right: 0;
    top: 0;
    margin-top: -60px;
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gruod-pruduct .owl-theme .owl-controls .owl-buttons>div:before {
    line-height: 30px;
    font-size: 11px
}

.gruod-pruduct .owl-theme .owl-buttons>div.owl-prev {
    right: 40px
}

.gruod-pruduct .owl-theme .owl-controls .owl-buttons div {
    left: auto;
    top: 0
}

.gruod-pruduct .owl-theme .owl-controls .owl-buttons>div.owl-next {
    right: 0
}

.gruod-pruduct .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none
}

.gruod-pruduct .owl-theme .owl-controls {
    opacity: 1
}

.pt-recentproduct-container .block-title,
.new-product-slider .block-title,
.bestsellerproduct_container_slider .block-title {
    margin-bottom: 25px
}

.pt-recentproduct-container .product-items,
.new-product-slider .product-items,
.bestsellerproduct_container_slider .product-items {
    margin-bottom: 5px;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    padding: 0 4px 20px 2px
}

.pt-recentproduct-container .product-items:last-child,
.new-product-slider .product-items:last-child,
.bestsellerproduct_container_slider .product-items:last-child {
    margin: 0
}

.pt-recentproduct-container .product-items .item-inner .image-container,
.new-product-slider .product-items .item-inner .image-container,
.bestsellerproduct_container_slider .product-items .item-inner .image-container {
    width: 35%;
    max-width: 100px;
    margin-right: 10px
}

.pt-recentproduct-container .product-items .item-inner .price-box .price-from .price-label,
.new-product-slider .product-items .item-inner .price-box .price-from .price-label,
.bestsellerproduct_container_slider .product-items .item-inner .price-box .price-from .price-label,
.pt-recentproduct-container .product-items .item-inner .price-box .price-to .price-label,
.new-product-slider .product-items .item-inner .price-box .price-to .price-label,
.bestsellerproduct_container_slider .product-items .item-inner .price-box .price-to .price-label {
    display: none
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .sc_ar {
        margin: 5px 0
    }
    .sc_ar_rt h4 {
        font-size: 13px
    }
    .sc_ar_rt p {
        font-size: 10px
    }
    .sc_ar_lt img {
        width: 60px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .sc_ar_lt img {
        width: 50px
    }
    .sc_ar_rt h4 {
        font-size: 13px
    }
    .sc_ar_rt p {
        font-size: 10px
    }
}

@media(max-width:767px) {
    .navigation,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .container-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }
    .navigation:after,
    .page-header .header.panel:after,
    .header.content:after,
    .footer.content:after,
    .page-wrapper>.widget:after,
    .page-wrapper>.page-bottom:after,
    .block.category.event:after,
    .top-container:after,
    .page-main:after,
    .container-inner:after,
    .navigation:before,
    .page-header .header.panel:before,
    .header.content:before,
    .footer.content:before,
    .page-wrapper>.widget:before,
    .page-wrapper>.page-bottom:before,
    .block.category.event:before,
    .top-container:before,
    .page-main:before,
    .container-inner:before {
        clear: both;
        content: " ";
        display: table
    }
    .compare,
    .product-addto-links .action.tocompare,
    .product-item-actions .actions-secondary>.action.tocompare,
    [class*='block-compare'] {
        display: inline-block
    }
    .sc_ar {
        text-align: center
    }
    .sc_ar p {
        text-align: justify
    }
}

@media all and (min-width:768px),
print {
    .navigation,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main,
    .container-inner {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto
    }
    .navigation:after,
    .page-header .header.panel:after,
    .header.content:after,
    .footer.content:after,
    .page-wrapper>.widget:after,
    .page-wrapper>.page-bottom:after,
    .block.category.event:after,
    .top-container:after,
    .page-main:after,
    .container-inner:after,
    .navigation:before,
    .page-header .header.panel:before,
    .header.content:before,
    .footer.content:before,
    .page-wrapper>.widget:before,
    .page-wrapper>.page-bottom:before,
    .block.category.event:before,
    .top-container:before,
    .page-main:before,
    .container-inner:before {
        clear: both;
        content: " ";
        display: table
    }
    .col-main {
        float: right
    }
    .col-left {
        float: left
    }
    .columns {
        display: block;
        margin-left: -15px;
        margin-right: -15px
    }
    .column.main {
        padding-right: 15px;
        padding-left: 15px;
        min-height: 0
    }
    .page-layout-2columns-left .column.main {
        width: 75%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-right .column.main {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-layout-2columns-left .sidebar-main {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-left .sidebar-additional {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        clear: left;
        float: left
    }
    .page-layout-2columns-right .sidebar-additional {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        clear: right;
        float: right
    }
    .account.page-layout-2columns-left .column.main {
        width: 75%
    }
    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 25%
    }
    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account {
        width: 80%
    }
    .modes-mode {
        border: 0 !important;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 3px 2px;
        text-align: center;
        display: inline-block;
        text-decoration: none
    }
    .modes-mode.active:before {
        color: #9d4d4a
    }
    .page-layout-1column .product-info-main {
        width: 55%;
        background: #fff
    }
    .page-layout-1column .product.media {
        width: 42%;
        background: #fff;
        margin: 0 0 40px
    }
    .cart-summary {
        width: 30%;
        background-color: #eee
    }
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 67%
    }
    .abs-margin-for-forms-desktop,
    .fieldset .legend,
    .column:not(.sidebar-main) form .actions-toolbar,
    .column:not(.sidebar-additional) form .actions-toolbar,
    .login-container .fieldset:after {
        margin-left: 0
    }
    .product.data.items>.item.content {
        text-align: left;
        border: 0
    }
    .product.data.items>.item.title {
        display: inline-block;
        float: none
    }
    .prv_sec1 h3 {
        color: #696969;
        font-size: 28px;
        margin: 30px 0 15px 0
    }
    .prv_sec h3 {
        color: #696969;
        font-size: 28px;
        margin: 30px 0 15px 0
    }
    .prv_sec p {
        color: #696969;
        font-size: 14px;
        text-align: justify
    }
    .pr_img_sc {
        width: 100%;
        float: left;
        position: relative;
        margin: 60px 0;
        padding: 0
    }
    .pt_custommenu div.pt_menu {
        vertical-align: bottom !important
    }
    .header-container .logo {
        margin: 0 5px !important
    }
    .pt_categorytop .gruod-title .title {
        z-index: 99;
        position: relative
    }
    .pt_categorytop .gruod-title .title::before {
        top: -21px
    }
    .form_sec {
        float: left;
        width: 100%;
        background: #f8f7f4;
        box-shadow: 0 0 10px gray;
        margin: 50px 0 50px 0;
        padding: 20px;
    }
    .add_sec {
        text-align: center;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        position: relative
    }
    .add_sec p {
        text-align: center;
        color: #000;
        font-size: 16px
    }
    .add_sec h5 {
        font-size: 20px;
        color: #000;
        margin: 20px 0;
        float: left;
        width: 100%;
        position: relative
    }
    .tp_sc_ns,
    .tp_sc_ns1 {
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 0;
        position: relative
    }
    .lt_con_sec h2 {
        font-size: 50px
    }
    .lt_con_sec h5 {
        font-size: 20px
    }
    .lt_con_sec h6 {
        font-size: 24px;
        text-transform: uppercase;
        color: #93c700
    }
    .lt_con_sec p {
        color: #2a2a2a;
        font-size: 13px
    }
    .lt_con_sec a {
        padding: 11px 40px;
        border-radius: 50px;
        margin: 30px 0 0 0;
        float: left;
        border: 1px solid #000
    }
    .primary.sb_bt {
        float: right
    }
    .primary.sb_bt button {
        background: #78a206;
        color: #fff;
        text-transform: uppercase;
        padding: 22px 40px;
        margin: 0;
        line-height: 0
    }
    .cnt_sec_area label {
        color: #000;
        padding: 0;
        font-weight: 500
    }
    .snd_ms {
        color: #93c700;
        font-size: 20px;
        padding-left: 2%
    }
    .cnt_sec_area legend {
        border: 0
    }
    .lt_con_sec {
        float: left;
        width: 100%;
        position: relative;
        margin: 60px 0 0 0;
        padding: 0
    }
    .cnt_sec_area input, .cnt_sec_area textarea {
        border-style: solid;
        border-width: 1px;
        border-color: #c1c1c1;
        background-color: #fff;
        min-width: 100%;
        /*box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.14)*/
    }
    .enq_fr_sec {
        max-width: 850px;
        margin: 0 auto;
        background: #f7f6f6;
        padding: 0;
        border: 1px solid #d0d0d0
    }
    .enq_fr_sec form {
        margin: 0 !important
    }
    .tp_txs {
        text-align: center;
        background: #78a206;
        font-size: 15px;
        padding: 7px 12%;
        float: left;
        width: 100%;
        color: #fff
    }
    .inr_fms {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 7%;
        position: relative
    }
    .inr_fms .col-sm-6 {
        margin: 5% 0
    }
    .inr_fms .col-sm-12 {
        margin: 0 0 5% 0
    }
    .enq_fr_sec fieldset {
        margin: 0
    }
    .sb_btn_scs {
        text-align: center;
        padding: 20px 0
    }
    .sb_btn_scs .primary {
        float: none
    }
    .action.submit.primary.btn_secs {
        background: #78a206;
        padding: 20px 34px;
        line-height: 0;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 12px
    }
    .enq_fr_sec label {
        color: #000;
        text-transform: uppercase;
        line-height: ;
        letter-spacing: 1px
    }
    .dm_rd {
        max-width: 715px;
        margin: 0 auto;
        text-align: center;
        position: relative
    }
    .dm_rd_in {
        border: 3px solid #78a106;
        float: left;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        position: relative
    }
    .dm_rd_in h1 {
        background: #78a106;
        margin: 0;
        padding: 15px 0;
        color: #fff;
        font-size: 20px
    }
    .dm_rd_in h5 {
        color: #696969;
        font-size: 14px;
        padding: 20px 0 0 0
    }
    .dm_rd_in p {
        color: #696969;
        font-size: 14px;
        width: 100%;
        padding: 0 9% 9% 9%
    }
    .ci_img {
        position: absolute;
        bottom: -48px;
        left: 42%
    }
    .dm_rd_in.bl {
        background: #fcfeff;
        border: 1px solid #e0e0e0;
        border-radius: 0
    }
    .dm_rd_in.bl h1 {
        background: #0a71b2;
        text-transform: uppercase
    }
    .dm_rd_in.bl p {
        padding: 30px 9% 0 9%;
        min-height: 251px;
        font-size: 13px
    }
    .accordian_sec .toggle .panel {
        display: none;
        position: relative;
        padding: 10px;
        background: #fff;
        border: 0 solid #d5d5d5;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05)
    }
    .accordian_sec .toggle {
        padding: 0;
        list-style: none;
        border-bottom: 0 solid #d5d5d5
    }
    .accordian_sec .toggle li {
        position: relative;
        background: #fff;
        border-bottom: 1px solid #dbd9d9;
        cursor: pointer;
        margin: 0 0 10px
    }
    .accordian_sec .toggle h2 {
        margin: 0;
        padding: 10px 0 10px 60px;
        color: #262626;
        border: 0 solid #bfbfbf;
        font-weight: 700;
        font-stretch: normal
    }
    .accordian_sec .toggle h2 {
        font-size: 18px;
        font-family: 'Nexa Regular';
        font-style: normal
    }
    .accordian_sec .toggle .panel {
        display: none;
        position: relative;
        padding: 10px;
        background: #fff;
        border: 0 solid #d5d5d5;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05)
    }
    .accordian_sec .toggle .panel p {
        margin: 10px 0;
        color: #343434;
        font-family: 'Nexa Regular';
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        font-size: 18px;
        padding: 5px 30px;
        width: 100%
    }
    .accordian_sec .toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 43px;
        color: #c8821c;
        font-size: 30px;
        text-align: center;
        border-left: 0 solid #d5d5d5;
        background: #fff;
        font-weight: 400;
        line-height: 31px
    }
    .top_ab_img {
        text-align: center
    }
    .top_ab_img img {
        width: 60%
    }
    .bot_ab_img {
        text-align: center
    }
    .sc_ar {
        width: 100%;
        float: left;
        position: relative;
        margin: 10px 0;
        padding: 0
    }
    .sc_ar_lt {
        width: 25%;
        float: left;
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0
    }
    .sc_ar_rt {
        width: 75%;
        float: left
    }
    .sc_ar_rt h4 {
        text-transform: uppercase;
        font-size: 18px;
        color: #4b4b4b
    }
    .sc_ar_rt p {
        font-size: 14px;
        color: #696969
    }
    .bot_se_img {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0
    }
    .abt_full {
        position: relative
    }
    .abt_sec_full {
        width: 100%;
        float: left;
        position: relative
    }
    .tree_img {
        position: relative
    }
    .sc_ar_lt img {
        width: 100px
    }
    .pt_categorytop {
        z-index: 99
    }
    .ind_sec {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
        padding: 50px 0 0 0
    }
    .tab_sec1 {
        background: #f6f5f1;
        padding: 30px 0;
        border-width: 2px;
        border-color: #fff;
        border-style: solid;
        border-radius: 30px;
        background-color: #f6f5f1;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
        float: left;
        width: 100%
    }
    .tab_sec1 table tbody tr td {
        color: #2c2c2c;
        font-size: 15px;
        visibility: ;
        vertical-align: middle
    }
    .tab_sec1 table tbody tr td:nth-child(1) {
        text-align: center
    }
    .ind_use h3 {
        color: #8c4516;
        font-size: 25px;
        margin: 0;
        padding: 20px 0;
        float: left;
        position: relative;
        text-align: center;
        width: 100%
    }
    .ind_use h3 span {
        color: #e79200
    }
}

.catalog-product-view .product.info {
    text-align: center
}

.cms-index-index .main-container {
    padding-top: 0
}

.main-container {
    padding-top: 30px
}

.table-comparison .cell {
    width: auto
}

.columns .column.main {
    padding-bottom: 0
}

a.action.primary,
.cart.table-wrapper .actions-toolbar>.action,
.cart.table-wrapper .action-gift {
    border-radius: 30px
}

a.action.primary:hover,
.cart.table-wrapper .actions-toolbar>.action:hover,
.cart.table-wrapper .action-gift:hover {
    border-color: #9d4d4a;
    background-color: #9d4d4a;
    color: #fff
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    outline: 0;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
}

.toolbar-products {
    padding: 10px;
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 0 0 1px #fff
}

.toolbar-products .modes {
    margin-top: 4px
}

.toolbar-products label {
    font-weight: 400
}

.toolbar-products .pages .item {
    line-height: 25px
}

.toolbar-products .pages .action {
    width: 30px
}

.toolbar-products .pages .action.next:before {
    font-size: 35px
}

.sorter-options {
    padding: 0 10px;
    height: 32px
}

.toolbar-amount {
    padding: 5px 0 0
}

.modes {
    display: block
}

.cart-container {
    margin: 0 0 40px
}

.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
    padding: 0 20px
}

.breadcrumbs {
    max-width: 100%;
    margin: 30px 0;
    text-align: center
}

.breadcrumbs ul .item {
    font-size: 14px
}

.breadcrumbs ul .item:not(:last-child):after {
    vertical-align: middle
}

.breadcrumbs ul strong {
    color: #9d4d4a
}

.breadcrumbs .items {
    padding: 0 0 20px
}

.category-image {
    margin: 0
}

.category-description {
    padding: 20px 4%;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #eee
}

.page-title-wrapper .page-title {
    margin: 20px 0
}

.form-cart .table>thead>tr>th,
.form-cart .table>tbody>tr>th,
.form-cart .table>tfoot>tr>th,
.form-cart .table>thead>tr>td,
.form-cart .table>tbody>tr>td,
.form-cart .table>tfoot>tr>td {
    border-top: 0
}

.form-cart .table>thead>tr>th {
    border-bottom: 0
}

.cart-summary .table>thead>tr>th,
.cart-summary .table>tbody>tr>th,
.cart-summary .table>tfoot>tr>th,
.cart-summary .table>thead>tr>td,
.cart-summary .table>tbody>tr>td,
.cart-summary .table>tfoot>tr>td {
    border-top: 0
}

.cart-summary .table-wrapper .price {
    font-size: 20px
}

.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
    line-height: inherit
}

.cart-summary .checkout-methods-items li button {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.cart-summary .checkout-methods-items li button:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.cart-summary>.title {
    font-weight: bold
}

.cart-container .checkout-methods-items .action.primary {
    background: #9d4d4a;
    color: #fff;
    font-size: 1.3rem
}

.block-compare .action.compare,
.cart-summary .actions-toolbar>.primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .action-gift {
    padding: 0 20px
}

.columns {
    display: block
}

.block-cart-failed .action.clear,
.cart-container .form-cart .action.clear,
.cart-container .cart-gift-item .action.clear .block-cart-failed .action.update,
.cart-container .form-cart .action.update {
    margin-bottom: 10px
}

.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
    line-height: 38px
}

.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after {
    top: -5px
}

.cart-empty a {
    font-weight: bold
}

.block-collapsible-nav .title {
    text-transform: uppercase;
    border-bottom: 2px solid #f1f1f1;
    padding: 0 0 10px
}

.block-collapsible-nav .content ul.nav {
    background-color: #f4f4f4
}

.block-collapsible-nav .content ul.nav>li>strong {
    position: relative;
    display: block;
    padding: 10px 15px
}

.block-collapsible-nav .content ul.nav>li.current>strong {
    background-color: #eee
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

#checkoutSteps {
    background-color: #fff;
    padding: 20px
}

@media(min-width:1200px) {
    .bot_sec_fss {
        position: absolute;
        top: 55%
    }
}

.owl-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.owl-theme .owl-controls {
    margin: 0
}

.owl-theme .owl-controls .owl-buttons>div {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #e1e1e1;
    border-radius: 100%;
    font-size: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    position: absolute;
    left: -50px;
    top: 40%
}

.owl-theme .owl-controls .owl-buttons>div:before {
    content: "\f104";
    font-size: 1.7rem;
    font-family: FontAwesome;
    display: block;
    line-height: 45px
}

.owl-theme .owl-controls .owl-buttons>div:hover {
    background: #f6f5f1;
    color: #444;
    box-shadow: 2px 5px 32px -3px rgba(0, 0, 0, 0.2);
    border-color: #fff
}

.owl-theme .owl-controls .owl-buttons>div.owl-next {
    left: auto;
    right: -50px
}

.owl-theme .owl-controls .owl-buttons>div.owl-next:before {
    content: "\f105"
}

.owl-carousel:hover .owl-controls {
    opacity: 1
}

.owl-theme .owl-controls {
    opacity: 0
}

.brandslider-container {
    padding: 50px 0
}

.link_follow {
    float: right
}

.link_follow ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.link_follow ul li {
    display: inline-block;
    margin: 0
}

.link_follow ul li a {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    color: #757072;
    text-align: center;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #757072
}

.link_follow ul li a:hover {
    color: #9d4d4a;
    border-color: #9d4d4a;
    text-decoration: none
}

.link_follow ul li a span {
    display: none
}

.ma-title {
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

.ma-title .des {
    max-width: 770px;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: .05em;
    color: #7b7b7b;
    margin: 30px auto 50px;
    text-align: center
}

.ma-title h3 {
    display: block;
    font-size: 6rem;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
    line-height: 1
}

.ma-title h3 strong {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    color: #9d4d4a
}

.block-recent-posts .title-blogs {
    position: relative
}

.block-recent-posts .title-blogs:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    left: 0;
    margin: 0 auto;
    width: 35%
}

.block-recent-posts .title-blogs:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    right: 0;
    margin: 0 auto;
    width: 35%
}

.block-recent-posts .title-blogs h3 {
    text-align: center;
    margin: 0 0 50px;
    padding-top: 150px;
    font-size: 30px;
    font-family: Oswald, sans-serif;
    color: #2c2c2c;
    font-weight: 500
}

.block-recent-posts .title-blogs h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url(bg_title_cate.png) 50% 50% no-repeat;
    height: 144px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.block-recent-posts .title-blogs h3 span {
    color: #a9a9a9;
    padding-right: 10px;
    font-weight: 200
}

.block-recent-posts .item {
    padding: 0 15px
}

.block-recent-posts .item .item-inner {
    overflow: hidden;
    text-align: center
}

.block-recent-posts .item .item-inner .blog-content {
    max-width: 750px;
    margin: auto;
    border: 1px solid #e8e8e8;
    border-top: 0;
    margin-bottom: 20px;
    padding: 30px 7px;
    border-radius: 0 0 20px 20px
}

.block-recent-posts .item .item-inner .blog-content h3.title {
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: Oswald, sans-serif;
    text-transform: inherit
}

.block-recent-posts .item .item-inner .blog-content p.short-des {
    color: #696969;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    padding: 0 5px;
    margin-bottom: 30px
}

.block-recent-posts .item .item-inner .blog-content .time-conment {
    font-size: 1.2rem;
    color: #9d9d9d;
    line-height: 15px;
    margin: 15px 0 30px
}

.block-recent-posts .item .item-inner .blog-content .readmore {
    border: 2px solid #e1e1e1;
    border-radius: 30px;
    padding: 0 33px;
    height: 43px;
    line-height: 40px;
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.block-recent-posts .item .item-inner .blog-content .readmore:hover {
    background: #9d4d4a;
    border-color: #9d4d4a;
    color: #fff
}

.pt-testimonial-item .testimonial-item {
    list-style: none;
    padding: 0;
    margin: 0
}

.pt-testimonial-item .testimonial-item li {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 3px
}

.pt-testimonial-item .testimonial-item li:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.pt-testimonial-item .testimonial-item li .testimonial-image {
    display: none
}

.pt-testimonial-item .testimonial-item li .testimonial-email {
    font-size: 1.2rem;
    color: #000;
    font-style: italic
}

.pt-testimonial-item .testimonial-item li .testimonial-testimonial {
    margin: 10px 0
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none !important
}

.lst_sdi {
    text-align: right;
    color: #8c4516
}

.rst_sdi {
    text-align: left;
    color: #8c4516
}

.circle_sec {
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 50%;
    padding: 20px;
    box-shadow: #d2d2d2 2px 2px 20px;
    border: 3px solid #fff;
    cursor: pointer;
    margin: 0 auto
}

.circle_sec:hover,
.test {
    border: 3px solid #e79200 !important
}

.circle_sec:focus {
    border: 3px solid #e79200
}

.circle_sec h3 {
    color: #8c4516;
    font-size: 25px;
    text-align: center
}

.circle_sec h3 span {
    color: #e79200;
    font-size: 25px;
    text-align: center
}

.block_section {
    margin-top: 50px
}

.card_block {
    max-width: 270px;
    background-color: #fff;
    box-shadow: 0 0 13.6px 2.4px rgba(10, 10, 10, 0.13);
    border-radius: 100%;
    padding: 16px 10px;
    text-align: center;
    min-height: 271px;
    margin: 30px auto
}

.card_block img {
    padding-bottom: 10px
}

.card_block p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10%
}

.card_block:hover .card_in_section {
    display: none
}

.card_block:hover {
    background-color: #e79200;
    display: flex;
    align-items: center
}

.card1 {
    display: none
}

.card_block:hover .card1 {
    display: block;
    cursor: pointer
}

.card1 h5 {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal
}

.card1 p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal
}

.ind_sec .col-xs-12 {
    text-align: center;
    margin-bottom: 20px
}

@media(min-width:480px) and (max-width:767px) {
    .block_section .col-sm-4 {
        width: 50%;
        float: left
    }
    .ind_sec .col-xs-12 {
        width: 50%;
        float: left;
        margin: 0 auto
    }
}

@media(min-width:992px) {
    .card_left {
        float: left;
        min-width: 270px
    }
    .card_right {
        float: right;
        min-width: 270px
    }
}

@media(min-width:768px) {
    .card_left1 {
        float: left
    }
    .card_right1 {
        float: right
    }
}

.expando {
    display: none
}

.expando:target {
    display: block
}

.price {
    font-family: Oswald, sans-serif
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 16px
}

.set>a i {
    float: left;
    margin-top: 3px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
    color: #0e73b7;
    width: 25px;
    height: 25px
}

.set>a.active {
    background-color: #0a71b2;
    color: #fff
}

.content1 {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none
}

.content1 p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 15px
}

.header-container .logo img {
    height: 81px !important;
    width: 209px !important
}

.tabs-mobile li {
    color: #fff
}

.lined {
    width: 100%;
    float: left
}

.toggle-footer .lined:nth-child(1) {
    display: none
}

.field.required.review-field-ratings legend {
    width: 100% !important;
    float: left;
    text-align: left !important;
    margin-bottom: 3%
}

.fieldset.review-fieldset input,
.fieldset.review-fieldset textarea {
    border: 2px solid #000
}

.careers_Sec {
    text-align: left;
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0
}

.careers_Sec h5 {
    font-size: 30px;
    color: #000;
    margin: 20px 0;
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

.careers_Sec p {
    color: #000;
    font-size: 16px;
    line-height: 27px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown span {
    color: #323232
}

.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-title.field.choice #block-discount-heading {
    display: block
}

.product-item-link {
    text-transform: uppercase
}

.page-title-wrapper.product .page-title .base {
    text-transform: uppercase
}

#customer-reviews {
    color: #000
}

.product.attribute.description {
    color: #000
}

.payment-option-title.field.choice span {
    font-weight: 300;
    font-size: 2.6rem;
    color: #ff5501 !important
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important
}

#label_method_FEDEX_EXPRESS_SAVER_fedex,
#label_method_PRIORITY_OVERNIGHT_fedex,
#label_method_STANDARD_OVERNIGHT_fedex {
    visibility: hidden
}

.totals.shipping.excl span.value {
    visibility: hidden
}

.cart-summary #block-shipping {
    display: none
}

.block.discount.hide_NL .title::after {
    display: none
}

.block.discount.hide_NL .title strong {
    display: none
}

.set>a i.fa.fa-minus {
    color: #fff
}

body {
    /*background: #fff;
    font-family: 'Poppins', sans-serif;*/
    line-height: 2.5rem;
    font-size: 1.3rem;
    font-style: normal;
    /*color: #777;
    text-align: left;
    overflow-x: hidden*/
}

/*html,
body {
    display: block !important
}*/

/*a:visited,
.alink:visited {
    color: #434343
}*/

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0
}

input,
select,
textarea {
    border: 1px solid #f1f1f1
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
}

button:not(header button) {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

button:not(header button):hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.action.primary {
    font-size: 1.2rem;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
    color: #333;
    padding: 0 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif
}

.action.primary:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar>.action:hover,
.cart.table-wrapper .action-gift:hover {
    border-color: #9d4d4a;
    background: #9d4d4a;
    color: #fff
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    outline: 0;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1)
}

.checkbox {
    display: inline-block;
    vertical-align: top
}

p {
    margin: 0 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #262626;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
}

* {
    outline: 0
}

img,
object,
video,
embed {
    height: auto;
    max-width: 100%
}

big {
    font-size: 125%
}

dd {
    margin-bottom: 24px
}

.logo img {
    display: inline
}

.message.success {
    margin: 10px 0
}

.mobile-bar-icon {
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
    right: 20%;
    position: absolute;
    top: 36%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    visibility: hidden;
    display: none;
    z-index: 99;
    color: #fff
}

.mobile-bar-icon:hover {
    color: #9d4d4a
}

.mobile-bar-icon:before {
    content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    font-size: 20px
}

.nav-toggle {
    display: none !important
}

.mobile-bar-content {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;
    width: calc(100% - 45px);
    max-width: 500px;
    background: #333;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    z-index: 9999
}

.mobile-bar-content.open {
    left: 0
}

.mobile-bar-content .mobile-bar-close {
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: #9d4d4a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0;
    position: absolute;
    right: -35px;
    top: 50px;
    color: #fff
}

.mobile-bar-content .mobile-bar-close:hover {
    background: #fff;
    color: #9d4d4a
}

.mobile-bar-content .mobile-bar-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem
}

.mobile-bar-content .tabs-mobile {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
    list-style: none
}

.mobile-bar-content .tabs-mobile .item {
    line-height: 30px;
    padding: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700
}

.mobile-bar-content .tabs-content-mobile {
    text-align: center;
    padding: 0 20px;
    color: #fff
}

.mobile-bar-content .tabs-content-mobile .switcher-currency,
.mobile-bar-content .tabs-content-mobile .switcher-language {
    float: none !important;
    display: inline-block;
    margin: 0 10px
}

.mobile-bar-content .tabs-content-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-bar-content .tabs-content-mobile a {
    color: #fff
}

.mobile-bar-content .tabs-content-mobile a:hover {
    color: #9d4d4a
}

.mobile-bar-content .tabs-content-mobile .header.links {
    margin-bottom: 10px
}

.mobile-bar-content .tabs-content-mobile .header.links li {
    display: inline-block;
    margin: 0 10px
}

.cms-index-index .header-container {
    position: absolute;
    background: none
}

.header-container {
    color: #262626;
    z-index: 111;
    background: #0e73b7;
    position: relative;
    width: 100%
}

.header-container .logo {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
    display: inline-block
}

@media only screen and (min-width:767px) {
    .header {
        display: table;
        width: 100%
    }
    .header>div {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        height: auto
    }
    .header .h-left {
        width: 43%
    }
}

.fix-header-container .link-hover {
    color: #fff
}

.link-hover {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-left: 10px;
    color: #000
}

.link-hover:hover .icon {
    color: #9d4d4a
}

.link-hover:hover>div {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.link-hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none
}

.link-hover .icon {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    font-size: 18px;
    cursor: pointer
}

.link-hover .icon:before {
    content: "\e6a3";
    font-family: 'Stroke-Gap-Icons'
}

.link-hover>div {
    background: #fff;
    z-index: 111;
    padding: 30px;
    min-width: 300px;
    color: #252525;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    border-top: 1px solid #eee;
    right: -10px;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
    text-align: left
}

.link-hover>div>div {
    margin-bottom: 10px
}

.link-hover>div .label {
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    display: block;
    padding: 10px 0 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    border-radius: 0
}

.link-hover>div .action {
    line-height: 30px;
    display: block;
    padding-left: 20px
}

.link-hover>div .action strong {
    font-weight: 500;
    color: #9d4d4a
}

.link-hover>div ul.dropdown li,
.link-hover>div ul.links li {
    line-height: 30px;
    display: block;
    padding-left: 20px;
    margin: 0
}

.link-hover>div ul.dropdown li a,
.link-hover>div ul.links li a {
    font-size: 1.2rem
}

.link-hover>div ul.dropdown li:last-child,
.link-hover>div ul.links li:last-child {
    border: 0
}

.absolute {
    position: absolute;
    right: 0;
    top: 35%;
    display: table-cell;
    vertical-align: middle;
    margin-top: -20px
}

.minicart-wrapper {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    height: 40px
}

#search_mini_form {
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    right: -30px;
    top: 45px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear
}

#search_mini_form .search {
    width: 240px;
    height: 40px;
    background: #fff;
    position: relative;
    padding-right: 40px;
    border: 1px solid #f1f1f1
}

#search_mini_form .search input {
    width: 100%;
    border: 0;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px
}

#search_mini_form .search input:focus {
    box-shadow: none
}

#search_mini_form .search button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 15px;
    background: none;
    border: 0;
    color: #444
}

#search_mini_form .search button:focus {
    box-shadow: none
}

.fix-header-container .search-switcher {
    color: #fff
}

.search-switcher {
    position: relative;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #000
}

.search-switcher:before {
    font-family: 'Stroke-Gap-Icons';
    content: "\e6a4";
    display: block
}

.search-switcher:hover:before {
    color: #9d4d4a
}

.search-switcher:hover #search_mini_form {
    opacity: 1;
    visibility: visible;
    top: 40px
}

.hot-sale,
.label-pro-new {
    position: absolute;
    top: 13px;
    overflow: hidden;
    line-height: 50px;
    padding-top: 2px;
    height: 52px;
    width: 50px;
    text-align: center;
    z-index: 11;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    text-transform: capitalize
}

.label-pro-new {
    left: 13px;
    background: url(new-box.png) center center no-repeat transparent
}

.hot-sale {
    background: url(sale-box.png) center center no-repeat transparent;
    right: 13px
}

.pt-banner-container {
    overflow: hidden
}

.pt-banner-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pt-banner-container ul li img {
    width: 100%
}

.pt-banner-container:hover .owl-theme .owl-controls .owl-buttons {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%)
}

.pt-banner-container .owl-controls .owl-pagination {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 150px;
    bottom: 30px
}

.pt-banner-container .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 3px #acacac;
    -moz-box-shadow: inset 0 0 0 3px #acacac;
    box-shadow: inset 0 0 0 3px #acacac
}

.pt-banner-container .owl-controls .owl-pagination .owl-page.active span {
    -webkit-box-shadow: inset 0 0 0 3px #9d4d4a;
    -moz-box-shadow: inset 0 0 0 3px #9d4d4a;
    box-shadow: inset 0 0 0 3px #9d4d4a
}

.pt-banner-container .owl-theme .owl-controls {
    margin: 0
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    pointer-events: none
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div {
    pointer-events: visible;
    border-radius: 0;
    width: 69px;
    height: 69px;
    font-size: 0;
    padding: 0;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    background: #fff;
    color: #b6b6b6;
    position: static;
    margin: 0;
    float: left;
    border: 3px solid #e1e1e1;
    border-radius: 100%;
    margin-left: 30px
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
    margin-right: 30px;
    margin-left: 0 !important
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div:before {
    font-size: 24px;
    font-family: FontAwesome;
    display: block;
    line-height: 65px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 30px
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104"
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background: #f6f5f1;
    color: #444;
    box-shadow: 2px 5px 32px -3px rgba(0, 0, 0, 0.2);
    border-color: #fff
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 30px
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105"
}

.pt-banner-container .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background: #f6f5f1;
    color: #444;
    box-shadow: 2px 5px 32px -3px rgba(0, 0, 0, 0.2);
    border-color: #fff
}

.pt-banner-container .pt-banner-caption .pt-banner-content {
    position: absolute;
    top: 34%;
    left: 13%;
    max-width: 1170px;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden
}

.pt-banner-container .pt-banner-caption .pt-title1 {
    font-size: 30px;
    color: #444;
    font-weight: normal;
    margin: 0;
    line-height: 30px
}

.pt-banner-container .pt-banner-caption .pt-title2 {
    font-size: 100px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    margin: 0 0 50px;
    color: #2c2c2c;
    line-height: 100px;
    margin: 0;
    margin-bottom: 10px
}

.pt-banner-container .pt-banner-caption .pt-title3 {
    font-size: 5.1rem;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em
}

.pt-banner-container .pt-banner-caption .pt-banner-des {
    font-size: 14px;
    color: #444;
    width: 80%;
    line-height: 20px
}

.pt-banner-container .pt-banner-caption .pt-url {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
    border-radius: 30px;
    background: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 5px 20px
}

.pt-banner-container .pt-banner-caption .pt-url:hover {
    background: #2c2c2c;
    color: #fff
}

.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title2 {
    animation: vanishIn 1500ms ease-in-out
}

.pt-banner-container .pt-banner-caption .pt-banner-content .pt-title3 {
    animation: vanishIn 2200ms ease-in-out
}

.pt-banner-container .pt-banner-caption .pt-banner-content .pt-banner-des {
    animation: vanishIn 2900ms ease-in-out
}

.pt-banner-container .pt-banner-caption .pt-banner-content .pt-url {
    animation: vanishIn 3600ms ease-in-out
}

.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title1 {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out
}

.pt-banner-container .pt-banner-caption .ptslider-2 .pt-title2 {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out
}

.pt-banner-container .pt-banner-caption .ptslider-2 .pt-banner-des {
    -webkit-animation: slideInDown 1200ms ease-in-out;
    -moz-animation: slideInDown 1200ms ease-in-out;
    -ms-animation: slideInDown 1200ms ease-in-out;
    animation: slideInDown 1200ms ease-in-out
}

.pt-banner-container .pt-banner-caption .ptslider-2 .pt-url {
    -webkit-animation: zoomInUp 1400ms ease-in-out;
    -moz-animation: zoomInUp 1400ms ease-in-out;
    -ms-animation: zoomInUp 1400ms ease-in-out;
    animation: zoomInUp 1400ms ease-in-out
}

.cms-index-index .main-content {
    padding: 0
}

.cms-index-index .page.messages {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto
}

.main-content {
    position: relative;
    z-index: 9;
    /*overflow: hidden;*/
    padding: 0 0 30px
}

.main-content .page.messages {
    max-width: 1170px;
    margin: 0 auto
}

.main-content .page.messages div {
    font-size: 1.6rem
}

.main-content .checkout-container {
    margin: 30px 0
}

.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item>span {
    font-size: 1.2rem
}

.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item>span:after {
    font-size: 1.4rem
}

.main-content .checkout-container .opc-progress-bar .opc-progress-bar-item._active>span:after {
    font-size: 1.8rem
}

.main-content .checkout-container .opc-wrapper .step-title {
    font-size: 1.6rem;
    margin-bottom: 20px
}

.main-content .checkout-container .opc-sidebar .modal-header {
    padding: 0;
    min-height: auto;
    border: 0
}

.main-content .checkout-container .opc-sidebar .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary {
    background: #f5f5f5;
    padding: 22px 27px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary>.title {
    font-size: 1.4rem;
    border: 0
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #ccc;
    padding: 9px 36px 9px 0
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.title strong {
    font-size: 1rem
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.content .product-item-name {
    color: #333
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.content .details-qty {
    line-height: normal;
    color: #333
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.content .details-qty .label {
    padding-left: 0;
    font-weight: normal
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-summary .items-in-cart>.content .product-item .price {
    font-size: 1.2rem;
    color: #333
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information {
    padding: 0
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title {
    font-size: 1.4rem;
    line-height: normal
}

.main-content .checkout-container .opc-sidebar .modal-content .opc-block-shipping-information .shipping-information-title .action-edit {
    top: 0
}

.main-content .cart-container .cart-summary {
    padding: 1px 18px 22.5px;
    border: 1px solid #ddd;
    border-radius: 8px
}

.main-content .cart-container .cart-summary>.title {
    font-size: 1.3rem;
    margin-top: .8rem
}

.main-content .cart-container .cart-summary .block.shipping>.title,
.main-content .cart-container .cart-summary .block.discount>.title {
    line-height: normal;
    padding: 9px 36px 9px 0;
    border-top: 1px solid #ccc
}

.main-content .cart-container .cart-summary .block.shipping>.title:after,
.main-content .cart-container .cart-summary .block.discount>.title:after {
    font-size: 24px;
    color: #313131;
    top: 4px
}

.main-content .cart-container .cart-summary .block.shipping>.title strong,
.main-content .cart-container .cart-summary .block.discount>.title strong {
    color: #313131;
    font-weight: 500;
    margin: 0;
    font-size: .9rem;
    line-height: normal
}

.main-content .cart-container .cart-summary .block.shipping .field.note,
.main-content .cart-container .cart-summary .block.discount .field.note {
    font-size: 1.4rem;
    line-height: normal
}

.main-content .cart-container .cart-summary .block.shipping .fieldset .field:not(.choice)>.label,
.main-content .cart-container .cart-summary .block.discount .fieldset .field:not(.choice)>.label {
    font-size: 1.3rem;
    color: #333;
    font-weight: 400
}

.main-content .cart-container .cart-summary .block.shipping select,
.main-content .cart-container .cart-summary .block.discount select,
.main-content .cart-container .cart-summary .block.shipping input,
.main-content .cart-container .cart-summary .block.discount input {
    border-radius: 5px
}

.main-content .cart-container .cart-summary .block.shipping .item-title,
.main-content .cart-container .cart-summary .block.discount .item-title {
    font-weight: 500;
    font-size: 1.4rem;
    color: #333;
    margin: 0 0 5px
}

.main-content .cart-container .cart-summary .block.shipping .item-options,
.main-content .cart-container .cart-summary .block.discount .item-options {
    margin: 0
}

.main-content .cart-container .cart-summary .block.shipping .item-options .radio,
.main-content .cart-container .cart-summary .block.discount .item-options .radio {
    float: left;
    margin: 0 8px 0 0
}

.main-content .cart-container .cart-summary .block.shipping .item-options .label,
.main-content .cart-container .cart-summary .block.discount .item-options .label {
    vertical-align: top;
    font-weight: normal;
    padding: 0
}

.main-content .cart-container .cart-summary .cart-totals th,
.main-content .cart-container .cart-summary .cart-totals td {
    border: 0
}

.main-content .cart-container .cart-summary .cart-totals .price {
    color: #333
}

.main-content .cart-container .cart-summary .cart-totals .grand.totals {
    border-top: 1px solid #ccc
}

.main-content .cart-container .form-cart .cart.table-wrapper thead .col {
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ccc
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody {
    border-top: 0
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .col {
    border: 0;
    vertical-align: middle;
    padding: 15px 0;
    text-align: center
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .price {
    font-weight: 500;
    color: #333;
    font-size: 15px
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-image-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .col .product-item-details {
    vertical-align: middle
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td {
    padding: 10px 0
}

.main-content .cart-container .form-cart .cart.table-wrapper tbody .item-actions td .actions-toolbar .action {
    margin-top: 10px
}

.main-content .cart-container .form-cart .cart.main.actions .action {
    margin-bottom: 10px
}

.main-content .cart-container .form-cart .cart.main.actions .action.continue {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.main-content .cart-container .form-cart .cart.main.actions .action.continue:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.main-content .cart-container .form-cart .cart.main.actions .action:before {
    line-height: inherit
}

.main-content .block.crosssell>.title {
    color: #262626;
    text-transform: uppercase
}

.main-content .login-container .fieldset:after {
    font-size: 1.4rem;
    margin-left: 0 !important
}

.main-content .form.contact {
    margin-top: 50px
}

.main-content .table-comparison .cell {
    width: 175px
}

.main-content .table-comparison .cell .attibute.value {
    font-size: 1.4rem
}

.product-item .price-box .price {
    font-weight: 600;
    font-size: 1.6rem
}

.price-box {
    overflow: hidden;
    line-height: 25px;
    margin: 5px 0;
    font-family: Oswald, sans-serif;
    font-weight: 600
}

.price-box .price-box {
    margin: 0
}

.price-box .price-box p {
    margin: 0
}

.price-box .price-label {
    display: none
}

.price-box .price-from,
.price-box .price-to {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

.price-box .price {
    color: #9d4d4a;
    font-size: 1.6rem
}

.price-box .special-price {
    line-height: 20px;
    display: inline-block
}

.price-box .old-price {
    margin-left: 5px;
    line-height: 20px;
    font-family: Oswald, sans-serif
}

.price-box .old-price .price {
    color: #999;
    text-decoration: line-through;
    font-size: 1.6rem
}

.product-item-name,
.product.name a {
    color: #323232;
    font-size: 14px;
    font-weight: 600
}

.product-item-name:hover,
.product.name a:hover {
    text-decoration: none;
    color: #9d4d4a
}

.page-title {
    font-size: 30px;
    margin: 0 0 20px
}

.block.block-compare,
.block.block-wishlist {
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 20px
}

.block.block-compare .block-title,
.block.block-wishlist .block-title {
    border-bottom: 1px solid #e1e1e1
}

.block.block-compare .block-title strong,
.block.block-wishlist .block-title strong {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title {
    text-align: center
}

.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong {
    font-size: 30px !important;
    font-weight: 700;
    font-family: Oswald, sans-serif;
    padding-top: 150px
}

.block.related .block-title strong:before,
.block.upsell .block-title strong:before,
.block.crosssell .block-title strong:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url(bg_title_cate.png) 50% 50% no-repeat;
    height: 144px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.block.related .block-title:before,
.block.upsell .block-title:before,
.block.crosssell .block-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    left: 0;
    margin: 0 auto;
    width: 35%
}

.block.related .block-title:after,
.block.upsell .block-title:after,
.block.crosssell .block-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(line.png) 50% 50% no-repeat;
    height: 7px;
    right: 0;
    margin: 0 auto;
    width: 35%
}

.block.related .products-grid .product-item .product-item-info,
.block.upsell .products-grid .product-item .product-item-info,
.block.crosssell .products-grid .product-item .product-item-info {
    background: #f6f5f1
}

.block.related .products-grid .product-item .product-item-info .product-image-wrapper,
.block.upsell .products-grid .product-item .product-item-info .product-image-wrapper,
.block.crosssell .products-grid .product-item .product-item-info .product-image-wrapper {
    position: relative
}

.block.related .products-grid .product-item .product-item-info .product-image-wrapper .product-image-photo,
.block.upsell .products-grid .product-item .product-item-info .product-image-wrapper .product-image-photo,
.block.crosssell .products-grid .product-item .product-item-info .product-image-wrapper .product-image-photo {
    z-index: 1
}

.block .block-content {
    padding: 0;
    border: 0
}

.block .block-title {
    text-align: left;
    position: relative
}

.block .block-title strong {
    display: inline-block;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    color: #252525;
    font-weight: 500
}

.block.filter {
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 20px
}

.block.filter .filter-title {
    border-bottom: 1px solid #e1e1e1
}

.block.filter .filter-title strong {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase
}

.block.filter .filter-options .filter-options-title {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
    font-family: Oswald, sans-serif
}

.block.filter .action.remove.filter-url {
    display: block
}

.block.filter .block-subtitle {
    font-size: 14px;
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif
}

.block.filter .filter-options .filter-options-content ol li {
    line-height: 25px;
    margin: 10px 0 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0 1px 0 0 #fff;
    padding: 0 0 10px
}

.block.filter .action.clear.filter-clear {
    display: block;
    margin-bottom: 15px
}

.block.filter .filter-content .filter-options-item.active .filter-options-title {
    color: #9d4d4a
}

.block.filter .filter-content .filter-options-item.active .filter-options-title:after {
    content: "\f077"
}

.block.filter .filter-content .filter-options-item .filter-options-title {
    font-size: 1.4rem;
    color: #262626;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 15px;
    outline: 0
}

.block.filter .filter-content .filter-options-item .filter-options-title:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 8px;
    float: right
}

.block.filter .filter-content .filter-options-item .filter-options-content {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1
}

.block.filter .filter-content .filter-options-item .filter-options-content ol li {
    line-height: 30px;
    margin: 5px 0
}

.block.filter .filter-content .filter-options-item .filter-options-content ol li a {
    font-size: 1.4rem;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    vertical-align: top
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal {
    background: #dbdbdb;
    border-radius: 0;
    height: 4px;
    margin-bottom: 20px
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-range {
    background: #9d4d4a;
    height: 100%;
    position: absolute
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle {
    background: #fff;
    border: 4px solid #9d4d4a;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 14px;
    width: 14px;
    margin-left: 0;
    top: 50%;
    margin-top: -7px
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -14px
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    color: #2a2a2a
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price .price-symbol {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 31px
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range .box-price input {
    text-align: center;
    padding-left: 20px;
    opacity: 1;
    border: 1px solid #c2c2c2;
    height: 32px;
    background: #fff;
    width: 75px
}

.block.filter .filter-content .filter-options-item .filter-options-content .price-filter-container .price-range>span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.page-products {
    background: #f6f5f1
}

.filter-current .item {
    padding-left: 17px;
    position: relative;
    z-index: 1
}

.filter-label {
    font-weight: bold
}

.filter-value {
    color: #858585
}

.filter-current .filter-label {
    display: inline-block
}

.filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px;
    display: inline-block;
    text-decoration: none
}

.filter-current .action.remove span {
    display: none
}

.filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    line-height: 15px;
    color: #999;
    content: "\f00d";
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center
}

.minicart-items .item-qty {
    width: 50px !important;
    color: #444
}

.minicart-items-wrapper {
    max-height: 450px
}

.opc-estimated-wrapper .minicart-wrapper {
    float: right
}

.opc-estimated-wrapper .minicart-wrapper button {
    border: 0
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    display: block !important;
    content: "\e680";
    font-family: 'Stroke-Gap-Icons';
    font-size: 22px;
    line-height: 40px
}

body .minicart-wrapper .action.showcart:hover:before,
body .minicart-wrapper .action.showcart:hover:before {
    color: #9d4d4a !important
}

.minicart-wrapper .product-image-container {
    margin-right: 10px
}

.minicart-wrapper>.action {
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative
}

.minicart-wrapper>.action:hover:before {
    color: #9d4d4a
}

.minicart-wrapper>.action:before {
    display: block !important;
    content: "\e680";
    font-family: 'Stroke-Gap-Icons'
}

.minicart-wrapper>.action .text {
    display: none
}

.minicart-wrapper .block-minicart {
    color: #666;
    font-weight: normal;
    border: 0;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1)
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none
}

.minicart-wrapper .block-minicart strong {
    font-weight: 400
}

.minicart-wrapper .minicart-items {
    max-height: 400px;
    overflow: auto
}

.minicart-wrapper .minicart-items .product-item-details {
    padding-right: 15px;
    padding-left: 15px
}

.minicart-wrapper .action.showcart .text {
    position: static;
    width: auto;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff
}

.minicart-wrapper .action.showcart .counter.qty {
    background: none;
    margin: 0;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 1.1rem;
    position: absolute;
    top: 10px;
    left: 25px;
    overflow: visible;
    background: #9d4d4a;
    border-radius: 100%
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block
}

.minicart-wrapper .block-minicart .block-content>.actions .viewcart {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    width: 100%;
    display: block
}

.minicart-wrapper .block-minicart .block-content>.actions .viewcart:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.minicart-wrapper .action.showcart:before {
    color: #000
}

.fix-header-container .minicart-wrapper .action.showcart:before {
    color: #fff
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background: none;
    text-transform: capitalize;
    font-size: 1.2rem;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    font-weight: bold;
    border: 2px solid #eee;
    color: #434343;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    width: 100%
}

.block-minicart .block-content>.actions>.primary .action.primary:hover {
    background-color: #9d4d4a;
    color: #fff;
    border: 2px solid #9d4d4a
}

.modal-popup .modal-content,
.modal-popup .modal-header,
.modal-popup .modal-footer {
    box-shadow: none;
    border: 0
}

.nav-container {
    position: relative
}

.nav-ozmegamenu {
    position: relative;
    z-index: 700;
    background: #666
}

.pt_custommenu {
    position: relative
}

.pt_custommenu div.pt_menu {
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px
}

.pt_custommenu div.pt_menu.act .parentMenu a {
    color: #9d4d4a
}

.pt_custommenu div.pt_menu.act .parentMenu a:before {
    width: 50%
}

.pt_custommenu div.pt_menu.active .parentMenu>a,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title {
    color: #9d4d4a
}

.pt_custommenu div.pt_menu.active .parentMenu>a:before,
.pt_custommenu div.pt_menu.active .parentMenu span.block-title:before {
    width: 50%
}

.pt_custommenu div.pt_menu#pt_menu_home a {
    position: relative
}

.pt_custommenu div.pt_menu#pt_menu_home a span {
    display: inline-block
}

.pt_custommenu div.pt_menu#pt_menu_home a:after {
    display: none
}

.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu a:after,
.pt_custommenu div.pt_menu.pt_menu_no_child .parentMenu span.block-title:after {
    display: none
}

.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 28px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    color: #000;
    font-family: 'Oswald', sans-serif
}

.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu div.pt_menu .parentMenu a.act,
.pt_custommenu div.pt_menu .parentMenu span.block-title.act {
    color: #9d4d4a
}

.pt_custommenu div.pt_menu .parentMenu p {
    margin: 0;
    padding: 0
}

.pt_custommenu div.popup {
    position: absolute;
    z-index: 3000;
    text-align: left;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.1);
    left: 0 !important
}

.pt_custommenu div.popup a {
    text-decoration: none;
    display: block;
    line-height: 28px
}

.pt_custommenu div.popup a.actParent {
    color: #9d4d4a
}

.pt_custommenu div.popup a.act {
    color: #9d4d4a
}

.pt_custommenu div.popup .itemMenu a.level1,
.pt_custommenu div.popup .itemMenu h4.level1 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal;
    font-family: 'Oswald', sans-serif
}

.pt_custommenu div.popup .itemMenu a.level1:hover,
.pt_custommenu div.popup .itemMenu h4.level1:hover,
.pt_custommenu div.popup .itemMenu a.level1.act,
.pt_custommenu div.popup .itemMenu h4.level1.act {
    color: #9d4d4a
}

.pt_custommenu div.popup .itemMenu a.level1 span,
.pt_custommenu div.popup .itemMenu h4.level1 span {
    display: inline-block;
    padding-right: 20px
}

.pt_custommenu div.popup .itemMenu a.level2,
.pt_custommenu div.popup .itemMenu h4.level2,
.pt_custommenu div.popup .itemMenu a.level3,
.pt_custommenu div.popup .itemMenu h4.level3 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 30px;
    white-space: normal;
    word-wrap: break-word;
    word-break: normal
}

.pt_custommenu div.popup .itemMenu a.level2:hover,
.pt_custommenu div.popup .itemMenu h4.level2:hover,
.pt_custommenu div.popup .itemMenu a.level3:hover,
.pt_custommenu div.popup .itemMenu h4.level3:hover,
.pt_custommenu div.popup .itemMenu a.level2.act,
.pt_custommenu div.popup .itemMenu h4.level2.act,
.pt_custommenu div.popup .itemMenu a.level3.act,
.pt_custommenu div.popup .itemMenu h4.level3.act {
    color: #9d4d4a
}

.pt_custommenu div.popup .block1 {
    overflow: hidden;
    float: left;
    padding: 30px 30px 40px 30px
}

.pt_custommenu div.popup .block2 {
    margin-top: 10px;
    float: left
}

.pt_custommenu div.popup .blockright img {
    max-width: 100%
}

.pt_custommenu div.column {
    float: left;
    width: 200px;
    margin-right: 35px
}

.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0
}

.pt_custommenu #pt_menu_link {
    padding: 0
}

.pt_custommenu #pt_menu_link .parentMenu ul li {
    float: left;
    list-style: none;
    position: relative
}

.pt_custommenu .clearBoth {
    clear: both
}

.pt_custommenu .menu-sale,
.pt_custommenu .menu-new {
    position: absolute;
    color: #fff;
    background: url(hot-sale.png) no-repeat center center;
    width: 47px;
    height: 31px;
    line-height: 26px;
    top: -15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    right: 0;
    pointer-events: none;
    z-index: 1
}

.pt_custommenu .menu-new {
    background: url(news.png) no-repeat center center
}

.pt_menu_link {
    padding: 0 !important
}

.pt_menu_link .parentMenu ul li {
    float: left;
    margin: 0;
    width: auto;
    padding: 0 20px
}

.pt_menu_link .parentMenu ul li a {
    margin: 0;
    padding: 28px 0;
    line-height: 0;
    position: relative;
    font-weight: 700;
    color: #444;
    font-family: Oswald, sans-serif
}

.nav-collapse {
    text-align: left
}

.navbar .nav>li {
    padding: 10px 30px 20px 0
}

#ma-mobilemenu {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left
}

.navbar-inner {
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0
}

.navbar {
    background-color: #9d4d4a;
    border-radius: 0;
    margin: 0
}

.menu-mobile {
    float: left;
    width: 100%;
    padding: 0 2%
}

.navbar .btn-navbar {
    margin-top: 10px;
    border: 0 !important;
    box-shadow: none !important;
    background: url("bg-menu-mobile.png") no-repeat 50% 50%;
    padding: 10px
}

.navbar .btn-navbar:hover {
    background: url("bg-menu-mobile.png") no-repeat 50% 50% !important;
    font-family: 'helvetica'
}

.navbar .btn-navbar .icon-bar {
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: inherit !important
}

.mobilemenu>li.last a {
    border-bottom: 0
}

.navbar .brand {
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 18px;
    padding-top: 18px
}

.mobilemenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.mobilemenu ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%
}

.mobilemenu li {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.mobilemenu li.level0.last {
    margin-bottom: 10px
}

.mobilemenu li div {
    padding: 20px;
    background: #aef;
    display: block;
    clear: both;
    float: left;
    width: 360px
}

.mobilemenu a {
    text-decoration: none;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    margin: 0 15px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.mobilemenu li.active a,
.mobilemenu a:hover {
    color: #9d4d4a
}

.mobilemenu ul a {
    color: #fff !important;
    font-size: .95em
}

.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
    color: #9d4d4a !important
}

.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
    color: #fff !important
}

.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
    color: #fff !important
}

.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
    color: #fff !important
}

.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
    color: #9d4d4a !important
}

.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
    color: #fff !important
}

.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
    color: #9d4d4a !important
}

.mobilemenu li ul li {
    font-size: .9em
}

.mobilemenu ul a {
    padding-left: 25px
}

.mobilemenu ul ul a {
    padding-left: 40px
}

.mobilemenu ul ul ul a {
    padding-left: 55px
}

.mobilemenu ul ul ul ul a {
    padding-left: 70px
}

.mobilemenu ul ul ul ul ul a {
    padding-left: 85px
}

.mobilemenu span.head {
    position: absolute;
    top: 11px;
    right: 0
}

.mobilemenu span.head a {
    background: url(menu_down.png) no-repeat 50% 50%;
    color: #333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
    border: 0
}

.mobilemenu li.active>span.head a {
    background: url(menu_up.png) no-repeat 50% 50%
}

.mobilemenu li.selected span.head a {
    background: url(menu_up.png) no-repeat 50% 50%
}

.product-item .product-reviews-summary .rating-summary {
    margin: 0
}

.product-reviews-summary {
    display: block;
    margin: 0
}

.product-reviews-summary .label {
    display: none
}

.product-reviews-summary .rating-summary {
    display: block;
    position: static;
    margin: 0;
    left: 0;
    text-align: center
}

.product-reviews-summary .reviews-actions {
    display: none
}

.product-reviews-summary .rating-result {
    width: 60px;
    margin-left: 0
}

.product-reviews-summary .rating-result:before {
    font-size: 1.4rem;
    height: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    color: gray;
    content: '\f006' '\f006' '\f006' '\f006' '\f006';
    font-family: FontAwesome
}

.product-reviews-summary .rating-result>span:before {
    color: #9d4d4a;
    font-size: 1.4rem;
    line-height: 20px;
    height: 20px;
    letter-spacing: 2px;
    content: '\f006' '\f006' '\f006' '\f006' '\f006';
    font-family: FontAwesome
}

.page-footer {
    /*background: #2d343c url(bkg-footer.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 30px*/
}

.footer-top {
    color: #828282;
    padding: 90px 0;
    font-size: 1.4rem
}

.footer-top a {
    color: #323232
}

.footer-top a:hover {
    text-decoration: underline;
    color: #9d4d4a
}

.footer-top h3,
.footer-top h4 {
    color: #828282
}

.footer-top ul,
.footer-top ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-top .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 26px;
    font-family: Oswald, sans-serif
}

.footer-top p {
    text-align: left;
    display: inline-block;
    font-size: 12px
}

.footer-top .toggle-footer .lined span {
    padding-right: 10px
}

.footer-top .lined {
    margin: 5px 0 0
}

.footer-top .lined i {
    color: #fff;
    font-size: 1.6rem;
    margin-right: 10px
}

.footer-top ul.post li {
    overflow: hidden;
    border-bottom: 1px solid #393a3b;
    padding: 0 0 20px;
    margin-bottom: 20px
}

.footer-top ul.post li .img {
    float: left
}

.footer-top ul.post li .des {
    overflow: hidden;
    zoom: 1;
    padding-left: 20px
}

.footer-top ul.post li .des p {
    margin: 0;
    color: #fff
}

.footer-bottom {
    color: #818181;
    padding: 0 0/* 30px*/
}

.footer-bottom a {
    color: #9d4d4a
}

.footer-bottom a:hover {
    text-decoration: underline
}

.footer-bottom .copyright {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.footer-bottom .footer_payment {
    float: right
}

.footer-bottom .footer_payment p {
    margin: 0
}

.footer-newsletter .newsletter {
    text-align: center
}

.footer-newsletter .newsletter .newsletter-title {
    margin: 0 auto 50px;
    padding-top: 150px
}

.footer-newsletter .newsletter .newsletter-title h2 {
    margin: 0 0 15px;
    color: #2c2c2c;
    font-weight: 500;
    font-size: 2.4rem;
    font-family: Oswald, sans-serif
}

.footer-newsletter .newsletter .newsletter-title label {
    font-size: 1.2rem;
    font-weight: normal;
    color: #696969
}

.footer-newsletter .newsletter .subscribe {
    max-width: 600px;
    margin: auto
}

.footer-newsletter .newsletter .subscribe .control {
    background: #e9e8e2;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    height: 50px;
    position: relative;
    padding-right: 180px;
    padding-left: 10px;
    box-shadow: 0 1px 0 0 #fff
}

.footer-newsletter .newsletter .subscribe .control input[type="email"] {
    width: 100%;
    height: 100%;
    background: 0;
    border: 0 !important;
    font-size: 1.2rem;
    color: #7b7b7b;
    box-shadow: none
}

.footer-newsletter .newsletter .subscribe .control button {
    position: absolute;
    right: 0;
    top: 0;
    background: #9d4d4a;
    color: #fff;
    border-radius: 30px;
    height: 100%;
    border: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Oswald, sans-serif;
    font-weight: 500
}

.footer-newsletter .newsletter .subscribe .control button:hover {
    background-color: #7a3c3a
}

.footer-newsletter ul.link-follow {
    display: inline-block;
    text-align: center;
    list-style: none;
    padding-left: 0;
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 50px;
    margin-bottom: 0;
    position: relative
}

.footer-newsletter ul.link-follow:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #fff
}

.footer-newsletter ul.link-follow li {
    display: inline-block;
    padding: 0 15px
}

.footer-newsletter ul.link-follow li a {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #e3e3e2;
    color: #b6b6b6;
    line-height: 42px
}

.footer-newsletter ul.link-follow li a span {
    display: none
}

.footer-newsletter ul.link-follow li a:hover {
    border-color: #fff;
    color: #2c2c2c;
    box-shadow: 6px 8px 30px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff
}

.footer-newsletter .statci-footer {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.footer-newsletter .statci-footer:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #fff
}

.footer-newsletter .statci-footer .iner-box {
    position: relative;
    padding: 20px 0
}

.footer-newsletter .statci-footer .iner-box .icon {
    float: left;
    width: 25%;
    text-align: center;
    background: url(bg_icon1.png) no-repeat center top;
    height: 70px
}

.footer-newsletter .statci-footer .iner-box .icon span {
    display: none
}

.footer-newsletter .statci-footer .iner-box .text h2 {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #2c2c2c;
    font-weight: 500;
    margin: 0 0 10px
}

.footer-newsletter .statci-footer .iner-box .text p {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: normal;
    margin: 0;
    line-height: 20px
}

.footer-newsletter .statci-footer .box2 {
    position: relative
}

.footer-newsletter .statci-footer .box2 .iner-box .icon {
    background: url(bg_icon2.png) no-repeat center top
}

.footer-newsletter .statci-footer .box2:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 115px;
    width: 2px;
    background: url(line_right.png) no-repeat center top;
    top: 0
}

.footer-newsletter .statci-footer .box2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 115px;
    width: 2px;
    background: url(line_right.png) no-repeat center top;
    top: 0
}

.footer-newsletter .statci-footer .box3 .iner-box .icon {
    background: url(bg_icon3.png) no-repeat center top
}

.testimo-slider {
    text-align: center;
    padding: 0 80px 80px;
    margin-top: 80px
}

.testimo-slider .owl-theme .owl-item {
    border: 0
}

.testimo-slider .owl-theme .owl-controls {
    display: none !important
}

.testimo-slider .owl-carousel:hover .owl-controls {
    display: none !important;
    opacity: 0
}

.testimo-slider .pt-testimonial-container .pt-testimonial .des {
    max-width: 787px;
    margin: 0 auto 10px;
    color: #696969;
    font-size: 1.4rem;
    line-height: 30px;
    padding-top: 70px
}

.testimo-slider .pt-testimonial-container .pt-testimonial .des:before {
    content: "";
    display: block;
    position: absolute;
    background: url(bg_testimol.png) no-repeat center top;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0
}

.testimo-slider .pt-testimonial-container .pt-testimonial .des a {
    color: #696969
}

.testimo-slider .pt-testimonial-container .pt-testimonial .info {
    margin: 10px 0 0;
    color: #696969
}

.testimo-slider .pt-testimonial-container .pt-testimonial .info a.name {
    color: #2c2c2c;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Oswald, sans-serif
}

.testimo-slider .pt-testimonial-container .thumb {
    list-style: none;
    padding-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 23px;
    margin-top: 40px
}

.testimo-slider .pt-testimonial-container .thumb li {
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    width: 84px;
    height: 84px;
    margin-bottom: 0;
    position: relative
}

.testimo-slider .pt-testimonial-container .thumb li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(238, 236, 237, 0.79);
    top: 0;
    border-radius: 100%
}

.testimo-slider .pt-testimonial-container .thumb li:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: .3s
}

.testimo-slider .pt-testimonial-container .thumb li:hover:after {
    display: none
}

.testimo-slider .pt-testimonial-container .thumb .active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: .3s
}

.testimo-slider .pt-testimonial-container .thumb .active:after {
    display: none
}

#back_top {
    bottom: 35px;
    display: none;
    height: 40px;
    position: fixed;
    right: 12px;
    width: 40px;
    line-height: 35px;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    background-color: #666;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 100%
}

#back_top:hover {
    background: #9d4d4a;
    border-color: #9d4d4a
}

#back_top span {
    display: none
}

#back_top:before {
    content: "\f077";
    font-family: FontAwesome
}

#newsletter_pop_up {
    background: #fff !important;
    color: #fff;
    display: none;
    margin: -195px 0 0 !important;
    min-width: 450px;
    padding: 25px 50px;
    top: 50% !important;
    position: fixed !important;
    text-align: center
}

#newsletter_pop_up .b-close {
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    background-color: #444;
    min-width: 70px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0;
    position: absolute;
    top: -25px;
    right: 0
}

#newsletter_pop_up .b-close:after {
    content: "close";
    font-size: 10px
}

#newsletter_pop_up .title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0;
    color: #000
}

#newsletter_pop_up .content #newsletter-validate-detail1 .label {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 22px;
    color: #7d7d7d;
    margin: 15px 0;
    white-space: pre-line;
    padding: 0;
    vertical-align: top;
    border-radius: 0;
    display: block
}

#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1 {
    margin: 0 0 20px;
    width: 380px;
    height: 41px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #eee;
    color: #333
}

#newsletter_pop_up .content #newsletter-validate-detail1 #newsletter1-error {
    font-size: 1.2rem;
    margin-top: -15px;
    color: red
}

#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom {
    margin-top: 15px
}

#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom input {
    vertical-align: top
}

#newsletter_pop_up .content #newsletter-validate-detail1 .subscribe-bottom label {
    font-size: 1.4rem;
    color: #7d7d7d;
    margin-top: 4px;
    line-height: 13px
}

#newsletter_pop_up .newsletter .actions {
    display: inline-block
}

#newsletter_pop_up .newsletter .actions button {
    position: static;
    padding: 0 20px;
    border: 1px solid #eee;
    color: #333
}

#newsletter_pop_up .newsletter .actions button:hover {
    background: #9d4d4a;
    color: #fff
}

.blog-search .control {
    position: relative;
    height: 32px
}

.blog-search .control input {
    padding-right: 80px
}

.blog-search .control button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.2rem;
    height: 100%;
    padding: 0 20px
}

.switcher {
    float: right
}

.switcher .switcher-options {
    position: relative
}

.switcher .switcher-options strong {
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer
}

.switcher .switcher-options .mage-dropdown-dialog {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    bottom: 25px
}

.switcher .switcher-options .mage-dropdown-dialog a {
    color: #69686c;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    display: none
}

.switcher-store {
    text-align: center;
    float: none;
    margin-right: 0
}

@media only screen and (max-width:1199px) {
    .ma-title:after {
        display: none
    }
    .pt_custommenu div.pt_menu {
        padding: 0 9px
    }
    .pt_menu_link .parentMenu ul li {
        padding: 0 10px
    }
    .pt-banner-container .pt-banner-caption .pt-title1 {
        font-size: 20px
    }
    .pt-banner-container .pt-banner-caption .pt-title2 {
        font-size: 50px;
        line-height: 50px
    }
    .pt-banner-container .pt-banner-caption .pt-banner-des {
        width: 60%
    }
    .owl-theme .owl-controls .owl-buttons>div {
        left: 5px
    }
    .owl-theme .owl-controls .owl-buttons>div.owl-next {
        right: 5px
    }
    .static1 .home-banner .box1 .iner-box .text {
        padding-left: 30px
    }
    .static1 .home-banner .box1 .iner-box .text h5 {
        font-size: 18px
    }
    .static1 .home-banner .box1 .iner-box .text h1 {
        font-size: 45px
    }
    .static1 .home-banner .box1 .iner-box .text h2 {
        font-size: 20px;
        margin-top: 15px
    }
    .static1 .home-banner .box1 .iner-box .text h2:before {
        width: 34px;
        background-size: 80%
    }
    .static1 .home-banner .box1 .iner-box .text p {
        width: 70%
    }
    .gruod-pruduct {
        height: auto;
        padding-bottom: 50px
    }
    .static1 {
        min-width: auto
    }
}

@media only screen and (max-width:991px) {
    .mobile-bar-icon {
        visibility: visible;
        display: block
    }
    .fix-header-container {
        display: none
    }
    .pt-banner-container .pt-banner-caption .pt-banner-content {
        top: 20%
    }
    .pt-banner-container {
        margin-top: 0
    }
    .cms-index-index .header-container {
        background: #0a71b3;
        position: relative
    }
    .owl-theme .owl-controls .owl-buttons div {
        display: none
    }
    .categorytab-container .products-grid .product-item {
        width: 100%
    }
    .blog-image a.image img {
        width: 100%
    }
    .footer-newsletter .statci-footer .iner-box .text h2 {
        font-size: 18px
    }
    .footer-newsletter .statci-footer .iner-box .text p {
        font-size: 11px;
        line-height: 16px
    }
    .footer-static .box3 {
        margin-top: 30px;
        clear: both
    }
    .footer-static .box4 {
        margin-top: 30px
    }
    .switcher-store {
        text-align: left;
        margin: 20px 0
    }
    .category-home .categorytab-container .tab-title ul.tabs {
        margin-top: 20px
    }
    .header .h-left {
        width: auto !important
    }
    .countdown .products-grid .product-item {
        width: 100%
    }
    .mobile-bar-icon {
        right: 50%
    }
}

@media(max-width:767px) {
    .footer-bottom .footer_payment {
        float: none
    }
    .footer-bottom {
        text-align: center
    }
}

.absolute select {
    color: #000;
    border-radius: 4px
}

@media only screen and (max-width:767px) {
    #back_top,
    .block-social,
    .b-modal,
    #newsletter_pop_up,
    .contacts-header {
        display: none !important
    }
    .corporate-about ul li {
        width: 100%;
        border: 0;
        border-bottom: 1px #d7d7d7 dashed;
        padding: 20px
    }
    .block-recent-posts .item .item-inner,
    .block-recent-posts .item .item-inner:nth-child(2) {
        width: 100%
    }
    .mobile-bar-icon {
        margin: 0 auto;
        left: 0;
        right: 0
    }
    .pt-banner-container .pt-banner-caption .pt-title1 {
        font-size: 12px
    }
    .pt-banner-container .pt-banner-caption .pt-title2 {
        font-size: 20px;
        line-height: 20px
    }
    .pt-banner-container .pt-banner-caption .pt-banner-des {
        font-size: 10px;
        line-height: 16px
    }
    .pt-banner-container .pt-banner-caption .pt-url {
        margin-top: 8px;
        padding: 0 10px;
        font-size: 10px
    }
    .footer-top .title {
        margin-top: 30px
    }
    .testimo-slider {
        padding-left: 30px;
        padding-right: 30px
    }
    .pt-recentproduct-container .owl-carousel .owl-item {
        padding: 0 15px
    }
    .new-product-slider .owl-carousel .owl-item {
        padding: 0 15px
    }
    .gruod-pruduct .item-inner {
        background: #f6f5f3
    }
    .static1 .home-banner .box2 {
        text-align: center;
        margin-top: 80px
    }
    .static1 .home-banner .box2 .iner-box .text {
        left: 50px;
        width: 32%;
        text-align: left
    }
    .category-home .categorytab-container .tab-title .ma-title:before {
        display: none
    }
    .category-home .categorytab-container .tab-title .ma-title:after {
        display: none
    }
    .category-home .categorytab-container .tab-title ul.tabs li {
        margin: 0 5px
    }
    .category-home .categorytab-container .tab-title ul.tabs li:nth-last-child(0n+4) {
        float: none !important;
        display: inline-block
    }
    .category-home .categorytab-container .tab-title ul.tabs li:nth-last-child(0n+3) {
        float: none !important;
        display: inline-block
    }
    .category-home .categorytab-container .tab-title ul.tabs li:nth-last-child(0n+2) {
        float: none !important;
        display: inline-block
    }
    .category-home .categorytab-container .tab-title ul.tabs li:nth-last-child(0n+1) {
        float: none !important;
        display: inline-block
    }
    .pt_categorytop .gruod-title .title:before {
        background-size: 40%
    }
    .products-grid li.product-item {
        border: 0;
        margin-bottom: 30px
    }
    .block.related .block-title:before,
    .block.upsell .block-title:before,
    .block.crosssell .block-title:before {
        display: none
    }
    .block.related .block-title:after,
    .block.upsell .block-title:after,
    .block.crosssell .block-title:after {
        display: none
    }
    .block-recent-posts .title-blogs:before {
        display: none
    }
    .block-recent-posts .title-blogs:after {
        display: none
    }
    .footer-newsletter .newsletter .newsletter-title {
        padding-top: 50px
    }
    .gruod-pruduct .countdown .products-grid .product-item {
        padding-bottom: 30px
    }
    .gruod-pruduct .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span {
        padding: 0 5px
    }
    .gruod-pruduct .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span b {
        font-size: 15px
    }
    .gruod-pruduct .products-grid .product-item .product-item-info .product-item-images .Countdown-item .countdown-container span span {
        font-size: 12px
    }
    .footer-static .title .logo {
        margin-left: 0
    }
    .footer-static .content {
        margin-top: 30px;
        display: inline-block;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .products-grid .product-item {
        width: 100%
    }
    .products-list .product-item-photo,
    .products-list .product-item-details {
        display: block;
        width: 100%
    }
    .static_center [class*="col-xs-"] {
        width: 100%
    }
    .products-list .product-items .product-item .product-item-info .product-item-photo {
        width: 100%
    }
    .feature-container .owl-item .products-featureproduct .item-inner .product-item-info .product-item-photo {
        width: 100%
    }
    .pt-banner-container .pt-banner-caption .pt-title2,
    .pt-banner-container .pt-banner-caption .pt-title3 {
        font-size: 2rem
    }
    #search_mini_form {
        right: -150px
    }
    .products-list .product-item-info .product-item-images {
        width: 100%
    }
    .products-list .product-item-info .product-item-details {
        width: 100%;
        padding: 0 15px
    }
    .link-hover>div {
        right: -100px
    }
    .header {
        padding: 0
    }
    .header .h-left {
        width: 100%;
        text-align: center
    }
    .header .h-right {
        padding: 0 30px
    }
    .header .h-right .logo {
        width: 100%;
        margin-bottom: 20px;
        display: inline-block;
        text-align: center
    }
    .header .absolute {
        position: static;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px
    }
    .mobile-bar-icon {
        right: 10px;
        left: inherit
    }
    .minicart-wrapper .block-minicart {
        right: -55px
    }
    .pt-banner-container .pt-banner-caption .pt-banner-content {
        top: 0
    }
    .pt-banner-container .pt-banner-caption .pt-banner-des {
        width: 100%;
        font-size: 9px;
        line-height: 13px
    }
    .pt-banner-container .pt-banner-caption .pt-title2 {
        font-size: 16px;
        line-height: 10px
    }
    .countdown .products-grid .product-item {
        padding-bottom: 30px
    }
}

@media(min-width:768px) {
    .category-products .products-grid ul>li:nth-of-type(3n+1) {
        clear: left
    }
    .page-products .products-grid .product-item {
        border: 0
    }
}

@media(max-width:767px) and (min-width:481px) {
    .category-products .products-grid ul>li:nth-of-type(2n+1) {
        clear: left
    }
}

@media(max-width:480px) and (min-width:0) {
    .category-products .products-grid ul>li:nth-of-type(1n+1) {
        clear: left
    }
    .category-products .products-grid ul>li {
        width: 100%
    }
    .circle_sec {
        width: 115px;
        height: 115px
    }
    .circle_sec.card_right1,
    .circle_sec.card_left1 {
        text-align: center
    }
    .circle_sec.card_right1 img {
        width: 34px
    }
    .circle_sec h3 span {
        font-size: 16px
    }
    .circle_sec h3 {
        font-size: 13px;
        margin-top: 5px
    }
    .circle_sec.card_left1 img {
        width: 24px
    }
    .lst_sdi {
        text-align: center;
        font-size: 13px
    }
    .rst_sdi {
        text-align: center;
        font-size: 13px
    }
}

.fix-header-container {
    z-index: 999;
    position: fixed !important;
    top: 0;
    margin: auto;
    background: #0e73b7 !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    border: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out
}

.fix-header-container .header>div {
    height: 80px
}

.instagram_users {
    margin: 10px;
    margin-right: 0
}

.instagram-items .owl-theme .owl-item {
    border: 0
}

form#contact-form {
    margin: 30px 0
}

.pt-banner-container {
    display: none
}

html.nav-before-open,
.nav-before-open body {
    overflow: hidden;
    position: relative;
    height: 100%
}

.navigation_sect {
    background: #fff;
    padding-top: 100px
}

.navigation_sect .col-sm-4 {
    padding: 0
}

.form_section {
    background: #f8f7f4 url(contact_bg.jpg) top center no-repeat;
    padding: 30px 5px 0 5px
}

.form_section .inr_fms {
    padding: 0 !important
}

.form_section .fieldset {
    margin: 0
}

.form_section .sb_btn_scs {
    text-align: right
}

.form_section .tp_txs {
    padding: 7px 10px;
    text-align: left
}

#popup120 {
    left: auto !important
}

.h-left a:hover {
    color: #9d4d4a !important
}

.pt_categorytop {
    z-index: 99
}

.payment-method .radio {
    display: inline-block
}

.breadcrumbs {
    text-transform: uppercase
}